<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: "HelveticaNeue Black";
    src: url(../fonts/HelveticaNeueCyr-Black.eot);
    src: url(../fonts/HelveticaNeueCyr-Black.eot?#iefix) format("embedded-opentype"),url(../fonts/HelveticaNeueCyr-Black.woff) format("woff"),url(../fonts/HelveticaNeueCyr-Black.ttf) format("truetype"),url(../fonts/HelveticaNeueCyr-Black.svg#helveticaneuecyrblack) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

head {
    max-width:9999px;
}
body {
    min-width: 320px;
    background-color: #f1f2f2;
    margin:0;
}
body, body p {
    font-size:16px;
    color:#333333;
    font-family: sans-serif;
    line-height: normal;
}

#strani p{margin:0;}
#strani .form-holder{padding: 0;    margin-top: 15px;}
#strani p span strong, #strani p strong span {    font-size: large;    display: block;    margin-top: 25px;margin-bottom: 10px;}
#strani p span, #strani p  {    line-height: 25px;text-align: justify;}   
#strani .steps-form__main{margin-top:25px;}
#strani p span strong br, #strani p strong span br{display:none;}
    
    
    
.main-wrap {
    width:1200px;
    max-width:100%;
    margin:0 auto;
    -webkit-box-shadow: 0px 1px 24px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 24px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 24px 0px rgba(0,0,0,0.15);
    background-color: #ffffff;
}
 #logos {display:none;}
.main-wrap__ps {
    margin-top:37px;
    margin-bottom:37px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: center;
    font-size:14px;
    color:#999999;
    background: none;
    padding:0 20px;
    box-sizing: border-box;
}
.main {
    background-color: #ffffff;
}
body p {
    margin-bottom:20px;
    line-height: 20px;
}
h1, .h1 {
    font-size:32px;
    margin-top:20px;
    margin-bottom:33px;
}
.inner-wrapper{width:100%;}
.inner-wrapper {
    width: 100%;
    box-sizing: border-box;
}
.sidebar-column-right .inner-wrapper:first-child &gt; :first-child {
  margin-top: 0;
}
.inner-wrapper--index-content .title {
  margin-top: 73px;
  margin-bottom: 50px;
}
h2, .h2 {
    font-size:32px;
    margin-top:20px;
    margin-bottom:33px;
}
h3, .h3 {
    font-size:32px;
    font-family: sans-serif;
}
h4, .h4 {
    font-size:18px;
    text-transform: uppercase;
    margin-bottom:32px;
}
h5, .h5 {
    font-size:21px;
}
h6, .h6 {
    font-size:18px;
    margin-top:25px;
    margin-bottom: 20px;
}
strong, b {
}
.align-center {
    text-align: center;
}
ul {
    list-style-type: none;
    margin:0;
    padding:0;
}
ul li {
    margin-bottom:12px;
}
.align-center {
    text-align: center;
}
img {
    max-width:100%;height: auto;
}
.img-border-cont {
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    overflow: hidden;
}
.dn{display:none}
.contt p{ margin:0;}
.img-right,
.img-left {
    float:right;
    margin:0 0 20px 40px;
}
.img-left {
    float:left;
    margin:0 40px 20px 0;
}
.img-right img,
.img-left img {
    vertical-align: top;
}
.tabs-content {
    display:inline-block;
    width:100%;
}
.none{ display:none;}
/*     GRIDS     */

.grid-row,
.grid-column {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    justify-content:space-between;
    -webkit-justify-content:space-between;
    width:100%;
}
.grid-column {
    flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
    justify-content:flex-start;
    -webkit-justify-content:flex-start;
}
.grid-row__grid-item,
.grid-column__grid-item {
   flex: 1;
   -webkit-flex: 1;
   box-sizing: border-box;
}
.grid-column__grid-item {
    flex-basis: auto;
    -webkit-flex-basis: auto;
}
.acenter,
.lcenter,
.rcenter {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items:center;
    -webkit-align-items:center;
}
.acenter {
    justify-content: center;
    -webkit-justify-content: center;
    text-align: center;
}
.lcenter {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    text-align: left;
}
.rcenter {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    text-align: right;
}
.two-columns &gt; .grid-row__grid-item:first-child {
    margin-right:40px;
}
.three-columns &gt; .grid-row__grid-item {
    margin-right:40px;
}
.three-columns &gt; .grid-row__grid-item:last-child {
    margin-right:0;
}


#straninf{padding:  10px;
    display: flex;
    max-width: 100%;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: space-between;}
    
    
#straninf1{padding:  10px;
    display: flex;
    max-width: 100%;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: dotted 2px #fdb813;
    border-bottom: dotted 2px #fdb813;}
    
    
#straninf2{padding: 10px;
    display: flex;
    max-width: 100%;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: space-between;}
	
.stinf{     display: block;
    min-width: 300px;
    padding: 5px;}
	.shh{display:none;}
	.ssh{display:none;}
.ereq{padding: 5px 10px;
    display: flex;
    max-width: 100%;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: space-between;}
.emek{ display: block; max-width:300px;
    min-width: 300px;
    padding: 5px;}
.emeks{ text-align:center;}
.emeks p{ text-align:justify;}
.ereq h2{    color: #0193cf;
    font-size: 22px;}


/*     LINKS     */

a,
a:hover,
a:focus {
    color:#05a0c9;
    border-color:#05a0c9;
    text-decoration: none; border:none;
}
a:hover,
a:focus {border:none;
    color:#4eb4dd;
}

.dashed-link,
.dashed-link__text {
    text-decoration: none;
    border-bottom:dotted 2px;
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
    box-sizing: border-box;
}
.dashed-link:hover,
.dashed-link:focus,
.dashed-link:hover .dashed-link__text {
    text-decoration: none;
    border-color:rgba(255,255,255,0);
}
.dashed-link--color-white,
.dashed-link--color-white:hover,
.dashed-link--color-white:hover,
.dashed-link--color-white .dashed-link__text {
    color:#ffffff;
}


/*     PHONE     */

.phone,
.phone:hover {
    font-size:16px;
}
.phone--color-white,
.phone--color-white:hover {
    color:#ffffff;
}

/*     INPUT, BUTTONS     */

input.button {
    border:none;
}
.button {
    display: inline-block;
    font-size:18px;
    color:#ffffff;
    text-align: center;
    height:46px;
    line-height:44px;
    position:relative;
    background-color: #0193cf;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    padding:0 30px;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    cursor: pointer;
    white-space: nowrap;
}
.button.disabled:before,
.disabled .button:before {
    content:"";
    position:absolute;
    top:-2px;
    right:-2px;
    bottom:-2px;
    left:-2px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    background:rgba(255,255,255,.35);
    cursor:default;
}
.button-sm {
    font-size:14px;
    height:27px;
    line-height:27px;
    padding:0 10px;
}
.button-md {
    font-size:18px;
    height:40px;
    line-height: 40px;
}
.button-border,
.button-border.disabled:hover,
.button-border.disabled:focus,
.disabled .button-border:hover,
.disabled .button-border:focus {
    border: solid 2px #d1ddec;
    background: none;
    color:#aabdd5;
}
.button:hover,
.button:focus {
    color:#ffffff;
    text-decoration: none;
    background-color: #0183b8;
}
.button--color-orange {
    background-color: #fdb813;
}
.button--color-orange:hover,
.button--color-orange:focus {
    background-color: #ff9518;
}
.button--color-green {
    background-color: #7bc818;
}
.button--color-green:hover,
.button--color-green:focus {
    background-color: #7bc818;
}
.button-border:hover {
    background-color: #f3f8fe;
    color:#b6c6da;
}
.button--font16 {
    font-size:16px;
}
.button__rate {
    position: absolute;
    top:10px;
    right:18px;
    background-color: #7bc818;
    z-index:2;
}
.input-block {
    position: relative;
}
.input-content {
    position: relative;
}
input:focus::-webkit-input-placeholder {opacity: 0;}
input:focus::-moz-placeholder {opacity: 0;}
input:focus:-ms-input-placeholder {opacity: 0;}
input.error[placeholder] {color:#df5c5c !important}
input.error::-webkit-input-placeholder {color:#df5c5c !important}
input.error::-moz-placeholder {color:#df5c5c !important}
input.error:-moz-placeholder {color:#df5c5c !important}
input.error:-ms-input-placeholder {color:#df5c5c !important}
input.error::-ms-input-placeholder {color:#df5c5c !important}
input.error:-webkit-input-placeholder {color:#df5c5c !important}
input[placeholder],
.autocomplete-result          {text-overflow:ellipsis;color:#333333;}
input::-webkit-input-placeholder     {text-overflow:ellipsis;color:#333333;}
input::-moz-placeholder     {text-overflow:ellipsis;color:#333333;}
input:-moz-placeholder      {text-overflow:ellipsis;color:#333333;}
input:-ms-input-placeholder {text-overflow:ellipsis;color:#333333;}
input::-ms-input-placeholder  {text-overflow:ellipsis;color:#333333;}
input:-webkit-input-placeholder  {text-overflow:ellipsis;color:#333333;}
.input-select-blue .input[placeholder]          {color:#333333;}
.input-select-blue input::-webkit-input-placeholder     {color:#ffffff;}
.input-select-blue input::-moz-placeholder     {color:#ffffff;}
.input-select-blue input:-moz-placeholder      {color:#ffffff;}
.input-select-blue input:-ms-input-placeholder {color:#ffffff;}
.input-select-blue input::-ms-input-placeholder  {color:#ffffff;}
.input-select-blue input:-webkit-input-placeholder  {color:#ffffff;}
.input-select-blue .input,
.input-select-blue .select2 {
    color:#ffffff !important;
}

.input-select-blue--light input::-webkit-input-placeholder     {color:#333333;}
.input-select-blue--light input::-moz-placeholder     {color:#333333;}
.input-select-blue--light input:-moz-placeholder      {color:#333333;}
.input-select-blue--light input:-ms-input-placeholder {color:#333333;}
.input-select-blue--light input::-ms-input-placeholder  {color:#333333;}
.input-select-blue--light input:-webkit-input-placeholder  {color:#333333;}
.input-select-blue--light .input,
.input-select-blue--light .select2 {
    color:#333333 !important;
}

.input,
.input-select-blue .select2,
.js-autocomplete .autocomplete-result {
    height:46px;
    line-height: 46px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    background-color: #ffffff;
    border:none;
    padding:0 20px;
    width:100%;
    box-sizing: border-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-size:16px;
    -webkit-transition: box-shadow 0.2s ease;
    -moz-transition: box-shadow 0.2s ease;
    -o-transition: box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease;
    font-family: sans-serif;
}
select.input,
.input-select-blue select.input {
    padding:0 30px 0 20px;
}
textarea.input {
    height:auto;
    line-height:normal;
    padding:13px 20px;
}
.input-content:hover .input,
.input-content:focus .input,
.input-content:active .input,
textarea.input:hover,
textarea.input:focus,
textarea.input:active,
.input-content:hover .select2,
.input-content:focus .select2,
.input-content:active .select2,
.js-autocomplete:hover .autocomplete-result {
    outline: 0;
    outline-offset: 0;
    -webkit-box-shadow: 0px 9px 12px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 9px 12px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 9px 12px 0px rgba(0,0,0,0.2);
}
.input-content:hover .select2.select2-container--disabled,
.input-content:focus .select2.select2-container--disabled,
.input-content:active .select2.select2-container--disabled {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.input__border,
.input__border-blue,
.input-select-blue .select2,
.popup-steps .select2,
.steps-form .select2,
.js-autocomplete .autocomplete-result {
    border: solid 2px #d1ddec;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.input__border-blue,
.input-select-blue .select2 {
    border-color: #4eb4dd;
    background: none;
    color:#ffffff;
}

.input-select-blue--light .select2 {
    border-color: #b6c6da;
    color:#333333;
}

.input__target .input,
.js-autocomplete .autocomplete-result {
    padding-left:40px;
}
.input__target:before,
.input__dates:before,
.input__childs:before,
.input__target.input-select .select2 .select2-selection:before,
.input__childs.input-select .select2 .select2-selection:before {
    content:"";
    position: absolute;
    display: block;
    width:18px;
    height:26px;
    left:10px;
    top:10px;
    background: url('../images/sprite.png') -22px -35px no-repeat;
}
label.error {
    position: absolute;
  /*  right: 0;*/
    top: -18px;
    font-size: 13px;
    display: block;
    background: #df5c5c;
    color: #ffffff;
    padding: 0 3px;
    height: 18px;
    line-height: 18px;
    white-space: nowrap;
}
.input.error {
    border-color: #df5c5c;
}
.search-block__input.error {
    border: 2px solid #df5c5c;
}
.input__dates.input-select:before,
.input__dates.input-select:after {
    display: block;
}
.input__dates .input {
    display:block;
    padding-left:46px;
}
.input__childs .input {
    padding-left:49px;
}
.input__dates:before {
    width:26px;
    background-position: -149px -35px;
}
.input__dates .single_date {
    position:absolute;
    height:0;
    padding:0;
    border:none;
    visibility:hidden;
}
.input__childs:before,
.input__childs.input-select .select2 .select2-selection:before {
    width:26px;
    background-position: -176px -35px;
}
.input-label {
    color:#333333;
    height:35px;
}
.input-label-right {
    position: absolute;
    top:0;
    right:0;
}
.input-select:after,
.input-select-blue:after,
.input-select-black:after {
    content:"";
    position: absolute;
    top:16px;
    right:15px;
    display: block;
    width:8px;
    height:13px;
    background: url('../images/sprite.png') -122px -35px no-repeat;
}

.input-select-blue:after {
    background: url('../images/sprite.png') -140px -35px no-repeat;
}
.input-select-blue--light:after {
    background: url('../images/sprite.png') -122px -35px no-repeat;
}
.input-select-black:after {
    background: url('../images/sprite.png') -131px -35px no-repeat;
}
.input-select input {
    padding-right:30px;
}
select,
.select2 {
    width:100% !important;
}
.checkbox {
    position:relative;
}
.checkbox:before {
    content:"";
    position:absolute;
    width:14px;
    height:14px;
    margin:3px 0 0 3px;
    background: url('../images/sprite.png') -373px -36px no-repeat;
    cursor:pointer;
}
.checkbox.checked:before {
    background-position: -389px -36px;
}
.checkbox input {
    visibility:hidden;
}
.steps-form__checkbox,
.bg-form__checkbox {
  margin-top: 10px;
}
.steps-form__checkbox .checkbox,
.bg-form__checkbox .checkbox {
    margin-right: 5px;
}
.steps-form__checkbox label,
.bg-form__checkbox label {
    cursor: pointer;
}
.steps-form__checkbox .checkbox:before,
.bg-form__checkbox .checkbox:before {
    margin-left: 0;
}
.bg-form__checkbox .checkbox:before {
    background-position: -373px -52px;
}
.bg-form__checkbox .checkbox.checked:before {
    background-position: -389px -52px;
}
.popup-steps .steps-form__checkbox,
.steps-form__sidebar .steps-form__checkbox {
    margin-bottom:20px;
}

/*     LOGO     */

.logo {
    display: block;
    width:280px;
    height:61px;
    background-image: url('../images/logo.png');
    background-size: contain;
    -webkit-background-size: contain;
    -o-background-size: contain;
    -moz-background-size: contain;
    background-repeat: no-repeat;
}
.logo-desc {
    font-size:16px;
    color:#1690ca4f;
}
.header__logo-desc {
    line-height:24px;
}
.header__logo-desc span {
    display: inline-block;
}


/*     NAV     */

.nav {
    list-style-type: none;
    margin:0;
    padding:0;
    font-size:0px;
}
.nav &gt; li {
    display: inline-block;
    font-size:16px;
    margin:0;
}
.nav__menu {
    position: relative;
    box-sizing: border-box;
    border-left:solid 1px rgba(255,255,255,0);
    border-right:solid 1px rgba(255,255,255,0);
    text-align: left;
}
.nav__menu--active {
    background: #f3f8fe;
    border-left:solid 1px #dbe5ea;
    border-right:solid 1px #dbe5ea;
}
.nav__menu--active:after {
    content:"";
    position: absolute;
    height:1px;
    left:0;
    right:0;
    bottom:-1px;
    background: #f3f8fe;
    z-index:2001;
}
.nav__submenu {
    position: absolute;
    top:80px;
    left:0;
    background: #f3f8fe;
    z-index:2000;
    padding:39px;
    box-sizing: border-box;
    border:solid 1px #dbe5ea;
    min-width:290px;
    display: none;
}
.nav__link {font-size: 18px;
    color: #0193cf;
    text-decoration: none;
    font-family: sans-serif;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
    height: 80px;
    display: inline-block;
    line-height: 80px;
    padding: 0 11px;
}
.nav__link:hover {
    text-decoration: none;
}
.border-block {
    border:solid 2px #d1ddec;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
.inner-wrap {
    margin:0 80px;
}
.inner-wrap-full {
    padding:0 20px;
}
.inner-wrap-full.content-block {
    position:relative;
    z-index:1;
    background:#fff;
}
.light-blue-background {
    padding:0 20px;
    background-color: #f3f8fe;
}
.nav-callback-link {
    text-align: center;
}
.nav-list__item {
    margin-bottom:20px;
}
.nav-list__item:last-child {
    margin-bottom:0px;
}
.nav__submenu-hotels {
    left:-20px;
}

/*     MOBILE NAV     */

.nav-block-mobile {
    position: absolute;
    right:0;
    top:0;
    width:360px;
    box-sizing: border-box;
    z-index:2002;
    /*padding:0px 35px 70px 40px;*/
    background: rgba(255,255,255,0.95);
    -webkit-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.15);
    text-align: left;
}
.nav-block-mobile .nav {
    padding:80px 35px 70px 40px;
}
.nav-block-mobile {
    display: none;
}
.nav-block-mobile .nav__menu {
    display:block;

}
.nav-block-mobile .nav__link {
    line-height: normal;
    height:auto;
    font-size:24px;
    padding:0;

}
.nav-block-mobile .nav__menu {
    margin-bottom:8px;
}
.nav-block-mobile .nav__menu:last-child {
    margin-bottom:0px;
}
.nav-block-mobile .nav__submenu {
    border:none;
    padding:0;
    background: none;
    top:auto;
    left:auto;
    position: relative;
    margin:22px 0 22px 0;
}
.nav-block-mobile .nav-list__item {
    margin:0 0 12px 0;
}
.nav-block-mobile .nav-list__item:last-child {
    margin-bottom:0;
}
.nav-list__link {
    color:#333333;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
.nav-block-mobile .nav__menu--active {
    border-left: solid 1px rgba(255,255,255,0);
    border-right: solid 1px rgba(255,255,255,0);
    background: none;
}
.nav__menu-buttons .header__google-play,
.nav__menu-buttons .header__where-buy,
.nav__menu-buttons .nav__google-play,
.nav__menu-buttons .nav__where-buy  {
    margin-left:0;
    display: block;
    width:100%;
}
.nav__menu-buttons {
    display: none;
    background: #f3f8fe;
    overflow: hidden;
    padding:10px 35px 20px 40px;
}

/*     NAV COUNTRY LIST     */

.country-list-nav {
    max-width:100%;
    width:800px;
    margin-bottom:15px;
}
.nav__submenu-countries {
    left:50%;
    margin-left:-440px;
}

.countries p{ margin:0;}

/*     ICONS     */

.icon {
    display: inline-block;
    vertical-align: middle;
}
.icon__avia {
    width:21px;
    height:21px;
    background: url('../images/sprite.png') 0 -35px no-repeat;
}
.icon__avia--rmargin {
    margin-right:10px;
}
.icon__flag-small {
    width:22px;
    height:16px;
    margin-right:10px;
    margin-top:-2px;
    background-repeat:no-repeat;
}
.icon__flag-md {
    width:22px;
    height:16px;
    margin-right:10px;
    margin-top:-3px;
    background-size: contain !important;
    -webkit-background-size: contain !important;
    -o-background-size: contain !important;
    -moz-background-size: contain !important;
    background-repeat: no-repeat;
}
.icon__flag-r {
    display:block;
    width:46px;
    height:32px;
    margin:-3px 10px 8px 0;
    background-repeat:no-repeat;
}
.icon__flag-big {
    width:46px;
    height:32px;
    margin-right:10px;
    margin-top:-3px;
    background-repeat:no-repeat;
}
.icon__heart {
    margin-right:5px;
    width:16px;
    height:14px;
    background: url('../images/sprite.png') -41px -35px no-repeat;
}
.icon__heart2 {
    margin-right:5px;
    width:22px;
    height:20px;
    background: url('../images/sprite.png') -265px -35px no-repeat;
    margin-top:-2px;
}
.icon__left-arrow,
.icon__right-arrow {
    width:38px;
    height:25px;
    background: url('../images/sprite.png') -58px -35px no-repeat;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.icon__left-arrow {
    transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
}
.icon__left-arrow:hover,
.icon__right-arrow:hover {
    -webkit-filter: brightness(0.9);
    filter: brightness(0.9);
}
.icon__google-play {
    width:24px;
    height:26px;
    background: url('../images/sprite.png') -97px -35px no-repeat;
    margin-right:10px;
}
.icon__vk {
    width:28px;
    height:16px;
    background: url('../images/sprite.png') 0 -62px no-repeat;
}
.icon__fb {
     width: 39px;
    height: 39px;
    background: url(../imgs/telegram-logo.svg) 0 0 no-repeat;
    background-size: cover;
    margin: 3px 2px!important;
    opacity: 0.3;
}

.icon__in {
    width:27px;
    height:27px;
    background: url('../images/sprite.png') -43px -62px no-repeat;
}
.icon__gp {
    width:24px;
    height:26px;
    background: url('../images/sprite.png') -71px -62px no-repeat;
}
/*
.icon__vk:hover,
.social__item:hover .icon__vk,
.social__item:focus .icon__vk {
    background: url('../images/sprite.png') 0 -90px no-repeat;
}
.icon__fb:hover,
.social__item:hover .icon__fb,
.social__item:focus .icon__fb {
    background: url('../images/sprite.png') -29px -90px no-repeat;
}
.icon__in:hover,
.social__item:hover .icon__in,
.social__item:focus .icon__in {
    background: url('../images/sprite.png') -43px -90px no-repeat;
}
.icon__gp:hover,
.social__item:hover .icon__gp,
.social__item:focus .icon__gp {
    background: url('../images/sprite.png') -71px -90px no-repeat;
}*/
.icon__phone,
.icon__marker,
.icon__worktime {
    width:34px;
    height:34px;
    background: url('../images/sprite.png') -70px 0 no-repeat;
}
.icon__marker {
    background: url('../images/sprite.png') -105px 0 no-repeat;
}
.icon__worktime {
    background: url('../images/sprite.png') -140px 0 no-repeat;
}
.icon__adults_up,
.icon__adults_down {
    width:14px;
    height:14px;
}
.icon__adults_up:after,
.icon__adults_up:before,
.icon__adults_down:before,
.icon__adults_up.disabled:hover:after,
.icon__adults_up.disabled:hover:before,
.icon__adults_down.disabled:hover:before {
    content:"";
    position: absolute;
    width:15px;
    height:3px;
    background-color:#b6c6da;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}
.icon__adults_up:hover:after,
.icon__adults_up:hover:before,
.icon__adults_down:hover:before {
    background-color:#0193cf;
}
.icon__adults_up:after {
    width:3px;
    height:15px;
    right:23px;
    top:15px;
}
.icon__adults_up:before,
.icon__adults_down:before {
    top:21px;
}
.icon__star {
    width:22px;
    height:21px;
    background: url('../images/sprite.png') -203px -35px no-repeat;
}
.icon__hotel-avia,
.icon__hotel-home,
.icon__hotel-auto,
.icon__hotel-food,
.icon__hotel-heal {
    width:20px;
    height:20px;
    margin-right:10px;
    margin-top:-2px;
}
.icon__hotel-avia {
    background: url('../images/sprite.png') 0px -118px no-repeat;
}
.icon__hotel-home {
    background: url('../images/sprite.png') -21px -118px no-repeat;
}
.icon__hotel-auto {
    background: url('../images/sprite.png') -42px -118px no-repeat;
}
.icon__hotel-heal {
    background: url('../images/sprite.png') -63px -118px no-repeat;
}
.icon__hotel-food {
    background: url('../images/sprite.png') -84px -118px no-repeat;
}
.icon__marker2 {
    width:18px;
    height:26px;
    background: url('../images/sprite.png') -22px -35px no-repeat;
}
.icon__calendar {
    width:26px;
    height:26px;
    background: url('../images/sprite.png') -149px -35px no-repeat;
}
.icon__refresh {
    width:19px;
    height:19px;
    background: url('../images/sprite.png') -288px -35px no-repeat;
    margin-right:10px;
    margin-top:-3px;
}



/*     STARS     */

.stars {
    display: inline-block;
    text-align: left !important;
}
.stars,
.stars:before,
.stars--5:before {
    width:85px;
    height:16px;
    background: url('../images/stars.png') repeat-x;
    position: relative;
}
.stars:before {
    content:"";
    position: absolute;
    background-position: 0 -17px;
}
.stars--1:before  {
    width:17px;
}
.stars--2:before  {
    width:34px;
}
.stars--3:before  {
    width:51px;
}
.stars--4:before  {
    width:68px;
}
.stars__big,
.stars__big:before,
.stars__big--5:before {
    width:110px;
    height:21px;
    background: url('../images/stars_big.png') repeat-x;
}
.stars__big:before {
    background-position: 0 -22px;
}
.stars__big.stars--1:before  {
    width:22px;
}
.stars__big.stars--2:before  {
    width:44px;
}
.stars__big.stars--3:before  {
    width:66px;
}
.stars__big.stars--4:before  {
    width:88px;
}


/*     STEPS FORM     */


.steps {
    height:46px;
    position: relative;
}
.steps__wrap {
    padding-top:21px;
    position: relative;
}
.steps__bar,
.steps__bar-progress,
.steps--3 .steps__bar  {
    position: relative;
    background: #d1ddec;
    height:5px;
    border-radius:1px;
    -moz-border-radius:1px;
    -webkit-border-radius:1px;
    width:100%;
    overflow:hidden;
}
.steps__bar-progress {
    background: #0193cf;
}
.steps--1 .steps__bar-progress {
    width:19%;
}
.steps--2 .steps__bar-progress {
    width:50%;
}
.steps__step-item {
    position: absolute;
    z-index:10;
    top:0;
    width: 46px;
    height:46px;
    line-height: 44px;
    color:#ffffff;
    text-align: center;
    position: absolute;
    background: #ffffff;
    border:solid 2px #d1ddec;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    box-sizing: border-box;
    font-size:18px;
    color:#333333;
    margin-left:-23px;
}
.steps-form__main .steps__step-item {
    cursor: pointer;
}
.steps-form__main .steps__submit {
    width:100%;
}
.steps__step-item--1 {
    left:19%;
}
.steps__step-item--2 {
    left:50%;
}
.steps__step-item--3 {
    left:81%;
}
.steps--1 .steps__step-item--1,
.steps--2 .steps__step-item--2,
.steps--2 .steps__step-item--1,
.steps--3 .steps__step-item--1,
.steps--3 .steps__step-item--2,
.steps--3 .steps__step-item--3,
.steps--4 .steps__step-item--1,
.steps--4 .steps__step-item--2,
.steps--4 .steps__step-item--3,
.steps--4 .steps__step-item--4,
.steps--5 .steps__step-item--1,
.steps--5 .steps__step-item--2,
.steps--5 .steps__step-item--3,
.steps--5 .steps__step-item--4,
.steps--5 .steps__step-item--5 {
    background: #0193cf;
    border-color: #0193cf;
    color:#ffffff;
}
.steps-form__input {
    font-size:18px;
}
.steps__next {
    width:200px;
    margin-top:35px;
}
.steps-form__grid-item {
    margin-right:20px;
}
.steps-form__grid-item:last-child {
    max-width:200px;
    margin-right:0px;
}
.steps-form__inner-wrap {
    max-width:660px;
    margin:0 auto;
}
.steps-form__blue-text {
   font-size:18px;
   color:#0193cf;
   text-align: center;
}
.steps-form__h3 {
    margin-bottom:30px;
    margin-top:10px;
}
.steps-form__steps {
    margin-top:40px;
}
.steps-form__main {
    margin-bottom:80px;
    padding:35px 37px 37px 37px;
}
.steps-form__country {
    margin-bottom:40px;
    padding:35px 37px 37px 37px;
}
.steps-form__sidebar {
    padding: 35px 17px 37px 17px;
    text-align: center;
}
.steps-form__sidebar .steps-form__h3 {
    font-size:18px;
    text-transform: uppercase;
    margin-top:0;
    margin-bottom:50px;
}
.steps-form__sidebar .steps-form__blue-text {
    display: none;
}
.steps-form__sidebar .steps-form__grid-row {
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
}
.steps-form__sidebar .steps-form__steps {
    margin:0;
    position: absolute;
    left:0;
    top:0;
    right:0;
}
.steps-form__sidebar .steps-form__mobile-wrap {
    padding-top:76px;
    position: relative;
    margin-top:10px;
}
.steps-form__sidebar .steps__step-item {
    display: none;
}
.steps-form__sidebar .steps--1 .steps__step-item--1,
.steps-form__sidebar .steps--2 .steps__step-item--2,
.steps-form__sidebar .steps--3 .steps__step-item--3 {
    display: block;
}
.steps-form__sidebar .steps__step-item--1,
.steps-form__sidebar .steps__step-item--2,
.steps-form__sidebar .steps__step-item--3 {
    left:50%;
}
.steps-form__sidebar .steps--1 .steps__bar-progress,
.steps-form__sidebar .steps--2 .steps__bar-progress,
.steps-form__sidebar .steps--3 .steps__bar-progress,
.steps-form__sidebar .steps__next {
    width:100%;
}
.steps-form__sidebar .steps__next {
    margin-top:20px;
}
.steps-form__sidebar .steps-form__inner-wrap {
    width:500px;
    max-width:100%;
    margin:0 auto;
}
.steps-form__sidebar .input-label {
    text-align: center;
}
.steps-form__sidebar-mobile {
    margin-bottom: 40px !important;
}
.steps-form__slide {
    display: none;
}
.steps-form__slide--1 {
    display: block;
}
.steps-form__slide--3 .steps-form__grid-row {
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
}
.steps-form__slide--3 .steps-form__grid-item {
    width:31%;
    flex:0 1 auto;
    -webkit-flex:0 1 auto;
    box-sizing: border-box;
    margin-right:0;
}
.steps-form__grid-item-comment-field {
    display: none;
}
.steps-form__slide--3 .steps-form__grid-item-next,
.steps-form__slide--3 .steps-form__grid-item-comment,
.steps-form__slide--3 .steps-form__grid-item-comment-field {
    flex:0 1 auto;
    -webkit-flex:0 1 auto;
    width:50%;
    margin-top:20px;
}
.steps-form__slide--3 .steps-form__grid-item-comment-field {
    width:100%;
}
.steps-form__slide--3 .steps-form__grid-item-comment {
    padding-top:14px;
}
.steps-form__grid-item-comment-field textarea {
    height:120px;
    resize:none;
}
.steps-form__slide--3 .steps__next {
    margin:0;
}
.steps-form__slide--4 {
    text-align: center;
    padding:106px 0;
}
.steps-form__desc {
    font-size:21px;
    line-height: normal;
}
.steps-form__sidebar .steps-form__grid-item {
    width: 100%;
    max-width: 100% !important;
    margin: 0;
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    margin-bottom:18px;
}
.steps-form__sidebar .steps-form__slide--4 .h3 {
    font-size: 26px;
    margin-bottom:33px;
}
.steps-form__sidebar .steps-form__desc {
    font-size:16px;
}
.steps-form__sidebar .steps-form__slide--4 {
    padding: 0 0 86px 0 ;
}


/*     HEADER     */

.header {
    position: relative;
}
.header__top-menu {
    background-color: #0193cf;
    min-width: 320px;
    height:60px;
    position: relative;
}
.header__main-menu {
    background-color: #ffffff;
    height:80px;
}
.header__google-play,
.header__where-buy,
.nav__google-play,
.nav__where-buy {
    float:left;
    margin-left:20px;
    display: block;
    padding-left:43px;
    height:34px;
    line-height: 31px;
    margin-top:13px;
    position: relative;
    border-color:rgba(255,255,255,0);
}
.header__google-play:before,
.header__where-buy:before,
.nav__google-play:before,
.nav__where-buy:before {
    content:"";
    position: absolute;
    display: block;
    width:34px;
    height:34px;
    left:0;
    top:0;
    background-image: url('../images/sprite.png');
    background-repeat: no-repeat;
}
.header__google-play:before,
.nav__google-play:before  {
    background-position: 0 0;
}
.header__where-buy:before,
.nav__where-buy:before {
    background-position: -35px 0;
}
.header__phone,
.header__callback-link {
    margin-right:20px;
    border:none;
}
.header__phone,
.header__callback-link,
.header__tour-selection-button {
    float:right;
    line-height: 60px;
}
.header__tour-selection-button {
    height:60px;
    line-height:58px;
    border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    padding:0 23px;
}
.header__header-grid {
    height:80px;
    position: relative;
}
.header__logo-cont {
    max-width:280px;
    position: relative;
    margin-left:20px;
    flex:0 1 auto;
    -webkit-flex:0 1 auto;
}
.header__logo-desc-cont {
    padding-left:20px;
    margin-left:20px;
    position: relative;
    max-width:190px;
}
.header__logo-desc-cont:before {
    content:"";
    position: absolute;
    left:0;
    top:50%;
    margin-top:-28px;
    height:56px;
    width:2px;
    background-color: #f1f2f2;
}
.header__nav-cont {
    margin-right:5px;
}


/*     STICKY     */

.header.sticky {
    padding-top:60px;
}
.header.sticky .header__top-menu {
    position: fixed;
    left:0;
    top:0;
    right:0;
    z-index:3000;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.15);
}
.header.sticky .header__top-menu-wrap {
    width:1200px;
    max-width:100%;
    margin: 0 auto;
}


/*     PROMO     */

.promo-block {
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    margin-bottom:-118px;
    background-position:50% 50%;
/*    background-size:cover;*/
    background-repeat:no-repeat;
/*    background-attachment:fixed;*/
}
.promo-block__item {
    height:460px;
    box-sizing: border-box;
    position:relative;
  /*  padding-bottom:110px;*/
}
.promo-block__item-wrap {
    position:relative;
    padding:0 20px;
}
.promo-block__item-overlay {
   /* background-color: rgba(51,51,51,0.35);*/
}
.promo-block__item-country {
    font-size:18px;
    color:#fff;
    line-height:21px;
    margin-top:-30px;
    margin-bottom:12px;
}
.promo-block__item-title {  font-family: "HelveticaNeue Black",Helvetica,Arial,sans-serif;    text-shadow: 1px 1px black;
    color:#ffffff;
    font-size:42px;
    text-transform: uppercase;
}
.promo-block__item-desc {
    font-size:32px;
    color:#ffffff;
    margin-top:5px;
}
.promo-block__inner {
    margin-bottom:0;
}
.promo-block__inner .promo-block__item {
    height: 260px;
    padding:0;
}


/*     MENU MOBILE     */

.mobile-menu-button {
    display: none;
    position: absolute;
    top: 50%;
    right: 20px;
    margin: -14px 0 0 0;
    cursor: pointer;
    width: 35px;
    height: 24px;
    z-index:2003;
}
.mobile-menu-button span {
    width: 35px;
    height: 5px;
    background: #b6c6da;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
        border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
.mobile-menu-button span:last-child {
    margin-bottom: 0;
}

.mobile-menu-button.active span:first-child {
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 1;
}
.mobile-menu-button.active span {
    top: 12px;
    left:2px;
    position: absolute;
    opacity: 0;
    width:25px;
}
.mobile-menu-button.active span:last-child {
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 1;
}
.mobile-menu-button.active {
    width:29px;
    height:29px;
    border:solid 3px #b6c6da;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    margin-top:-19px;
}

/*     BREADCRUMBS     */

.breadcrumbs-block,
.form-holder {
    position: relative;
    z-index: 1;
}
.form-holder {
    position: relative;
    z-index: 1;
    padding: 0 20px;
}
.breadcrumbs {
    padding: 9px 0 12px 0;
}
.breadcrumbs__item {
    display: inline;
    position: relative;
    padding-left:17px;
    padding-right:9px;
}
.breadcrumbs__item:before {
    content:"";
    position: absolute;
    width:5px;
    height:9px;
    left:0;
    top:4px;
    background: url('../images/sprite.png') -122px -49px no-repeat;
}
.breadcrumbs__item:first-child {
    padding-left:0;
}
.breadcrumbs__item:first-child:before {
    display: none;
}
.breadcrumbs__item,
.breadcrumbs__link {
    color:#b2bccb;
    text-decoration: none;
    font-size:14px;
}


/*     SIDEBAR     */

.sidebar-columns {
    margin-top:30px;
    padding-top:3px;
}
.sidebar {
    width:26%;
    max-width:300px;
    padding-right:20px;
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
}
.sidebar__block {
    position: relative;
    margin-bottom:40px;
}
.sidebar__block:last-child {
    margin-bottom: 0;
}
.sidebar__block-simple {
    padding: 35px 17px 33px 17px;
}
.sidebar-column-right.grid-row__grid-item {
    margin-top: -3px;
    padding-top: 3px;
    width:74%;
    max-width:860px;
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
}

.sidebar-column-right.grid-row__grid-item.fwid {
    margin-top: -3px;
    padding-top: 3px;
    width: 100%;
    max-width: 100%;
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
} 
.sidebar-column-right &gt; h2:first-child,
.sidebar-column-right &gt; .h2:first-child {
    margin-top:0;
}
.sidebar__block-menu {
    background-image: url(../images/globe.png);
    background-size: 200px auto;
    background-repeat: no-repeat;
    background-position: right -40px bottom -40px;
    background-color: #f3f8fe;
}
.sidebar__block.sidebar__block-expand .list__item:nth-child(n+11) {
    display: none;
}


/*     SEARCH     */

.search-block {
    background-color: #0193cf;
    padding:40px;
    position: relative;
}
.search-block__main {
    z-index:1;
    margin:0 80px 0px 80px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
.search-block__inner {
    padding:37px 120px 40px 120px;
}
.search-block__row {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    justify-content:space-between;
    -webkit-justify-content:space-between;
    width:100%;
    margin-bottom:16px;
}
.search-block__row:last-child {
    margin:0;
}
.search-block__input-adults {
    text-align: center;
    padding:0 45px;
}
.search-block__input-label {
    color: #ffffff;
    height:35px;
}
.search-block__input-label a {
    color:#ffffff;
}

.search-block--hotel .search-block__input-label,
.search-block--hotel .search-block__input-label a {
    color: #333333;
}

.search-block__input-label select {
    opacity:0;
}
.search-block__input-block {
    margin-right:40px;
    flex:1;
    -webkit-flex:1;
}
.search-block__input-block:last-child {
    margin-right:0;
}
.search-block__dest,
.search-block__resort,
.search-block__dates {
    width:27%;
    max-width:27%;
    min-width:27%;
}
.search-block__child,
.search-block__find {
    width:17%;
    max-width:17%;
    min-width:17%;
    min-width:150px;
}
.search-block__nights {
    width:13%;
    max-width:13%;
    min-width:13%;
}
.search-block__stars {
    width:14%;
    max-width:14%;
    min-width:14%;
}
.search-block__full-link,
.search-block__full-link:focus,
.search-block__full-link:hover {
    color:#ffffff;
}
.button__find-tours {
    text-transform: uppercase;
    padding:0 20px;
    font-size:16px;
    width:100%;
}
.button--search-block {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 0 10px;
    font-size:16px;
    text-transform: uppercase;
    border: none;
}
.search-block__input-content .icon__adults_up,
.search-block__input-content .icon__adults_down {
    position: absolute;
    top:0;
    height:46px;
    width:45px;
    cursor: pointer;
}
.search-block__input-content .icon__adults_up {
    right:0;
}
.search-block__input-content .icon__adults_down {
    left:0;
}
.search-block__input-content .icon__adults_down:before {
    left:17px;
}
.search-block__input-content .icon__adults_up:before {
    right:17px;
}
.search-block__nights-up {
    border: solid 2px #4eb4dd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size:14px;
    height:26px;
    line-height: 22px;
    padding:0 13px;
    top:-5px;
}
.search-block--hotel .search-block__nights-up {
    border-color: #c9d5e4;
    background: transparent;
}
.search-block__nights-up:active,
.search-block__nights-up.active {
    background: #4eb4dd;
}
.search-block--hotel .search-block__nights-up:active,
.search-block--hotel .search-block__nights-up.active {
    background: #c9d5e4;
}
.search-block__from{
    padding-right:18px;
    position: relative;
    border:none;
}
.search-block__from:before {
    content: "";
    position: absolute;
    top: 4px;
    right: 0;
    display: block;
    width: 8px;
    height: 13px;
    background: url(../images/sprite.png) -140px -35px no-repeat;
}
.search-block__input-block .icon__star {
    display:none;
    position: absolute;
    top:12px;
    left:40px;
    z-index:15;
}
.search-block__full-link {
    position: absolute;
    right:0;
    top:0;
    white-space: nowrap;
}

.search-block-full {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding:40px 20px;
    margin-bottom:75px;
}

.search-block-full--two-part {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding:0;
    background: none;
}

.search-block-full__top {
   border-bottom-left-radius: 0;
   -moz-border-bottom-left-radius: 0;
   -webkit-border-bottom-left-radius: 0;
   border-bottom-right-radius: 0;
   -moz-border-bottom-right-radius: 0;
   -webkit-border-bottom-right-radius: 0;
   border-top-left-radius: 3px;
   -moz-border-top-left-radius: 3px;
   -webkit-top-bottom-left-radius: 3px;
   border-top-right-radius: 3px;
   -moz-border-top-right-radius: 3px;
   -webkit-border-top-right-radius: 3px;
    padding: 40px 20px 30px;
    background: #0193cf;
}
.search-block-full--two-part.bottom-hidden .search-block-full__top {
    border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    padding-bottom: 40px;
}

.search-block-full__bottom {
    border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    -webkit-top-bottom-left-radius: 0;
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    -webkit-border-top-right-radius: 0;
     padding: 30px 20px 40px;
     background: #27a3d6;
 }

 .search-block--hotel {
    background-color: #e7eef6;
    margin-bottom: 40px;
    margin-top: 40px;
}
.search-block-full .search-block__input-block {
    width: auto;
    max-width: 100%;
    min-width: 0;
    margin:0 0 20px 0;
    flex:0 1 auto;
    -webkit-flex:0 1 auto;
}
.search-block-full .search-block__search {
    margin-top:32px;
}
.search-block-full .search-sep {
    max-width:20px;
    width:20px;
    text-align: center;
    color:#ffffff;
    line-height: 46px;
}
.search-block__sep {
    margin:0 0 0 -20px !important;
    max-width:20px;
    width:20px;
}
.search-block-full .search-block__column,
.search-block-full .search-block__inner-item {
    margin-right:20px;
}
.search-block-full .search-block__column {
    margin-bottom:20px;
}
.search-block-full.search-block--hotel .search-block__column,
.search-block-full .search-block-full__bottom .search-block__column{
    margin-bottom:0;
}
.search-block-full .search-block__column:last-child,
.search-block-full .search-block__inner-item:last-child,
.search-block-full .search-block__column.input-select-noicon,
.search-block-full .search-block__inner-item.input-select-noicon {
    margin-right:0px;
}
.search-block-full .input-select-range .search-block__inner-item {
    width:45%;
}
.input-select-range .search-block__sep {
    margin:0 !important;
}
.input-content-children-range .input-content {
    width:30%;
}
.popup-steps .input-content-children-range .input-content {
    width:100%;
}
.search-block-full .button__find-tours {
    margin:0 auto;
    width:200px;
    display: block;
}
.panel {
    overflow-y: scroll;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #ffffff;

    box-sizing: border-box;
}
.panel-list {
    display: block;
    padding:27px 10px 10px 10px;
}
.search-block-full .panel {
    height:242px;
}
.search-hotel__list li {
    margin-bottom:10px;
}
.search-hotel__list li:last-child {
    margin-bottom:0px;
}
.search-hotel__check {
    margin-right:10px;
}
.search-block__policy-text {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
}
.search-block__policy-text--light {
    color: #ffffff;
}
.search-block__policy-text a {
    text-decoration:none;
    border-bottom: solid 1px #1690ca;
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}
.search-block__policy-text a:hover {
    border-color: transparent;
}
.search-block__policy-text--light a {
    color: #ffffff;
    border-color: #ffffff;
}
.search-block__policy-text--light a:hover {
    color: #ffffff;
}
.search-block__change-param {
    text-align: center;
}
.search-block__change-param a {
    text-decoration: none;
    color: #ffffff;
    border-bottom: solid 1px #ffffff;
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}
.search-block__change-param a:hover {
    border-color: transparent;
}
.search-block-comment {
    display: none;
    width: 100%;
    min-height: 100px;
    margin-bottom: 30px;
    resize: none;
}
.show-comment-wrapper--hidden {
    display: none;
}
.button__find-tours--hidden {
    display: none!important;
}
.search-block__change-param--hidden {
    display: none;
}

/*     HOT SPO     */

.hot-tours {
    box-sizing: border-box;
    width:100%;
}
.hot-tours__item {
    margin-bottom:38px;
}
.hot-tours__h2 {
    margin-top:75px;
}


/*     HOT SPO BLOCK     */

.hot-tour {
    position: relative;
    width:320px;
    max-width:320px;
    overflow: hidden;
    box-sizing: border-box;
}
.hot-tour__image {
    max-height:200px;
    overflow: hidden;
    border-top-left-radius:2px;
    -moz-border-top-left-radius:2px;
    -webkit-border-top-left-radius:2px;
    border-top-right-radius:2px;
    -moz-border-top-right-radius:2px;
    -webkit-border-top-right-radius:2px;
    position: relative;
}
.hot-tour__content {
    margin:10px 18px 18px 18px;
    position: relative;
}
.hot-tour__stars {
    position: absolute;
    right:0;
    top:1px;
}
.hot-tour__country {
    font-size:14px;
    display: block;
    margin-bottom:17px;
}
.hot-tour__name {
    font-size:18px;
    display: block;
    text-transform: uppercase;
}
.hot-tour__name a{
    text-decoration: none;
}
.hot-tour__desc {
    line-height: 23px;
    margin-top:3px;
}
.hot-tour__nights {
    margin-top:4px;
}
.hot-tour__buy {
    margin-top:16px;
    border-top:dotted 2px #d1ddec;
    padding-top:15px;
}
.hot-tour__price {
    font-size:12px;
    text-align: center;
}
.hot-tour__button {
    width:100%;
    margin-top:7px;
}


/*     NAV TABS     */

.nav-tabs {
    list-style-type: none;
    font-size:0px;
}
.nav-tabs__item {
    display: inline-block;
    margin-right:25px;
}
.nav-tabs__item:last-child {
    margin-right:0;
}
.nav-tabs__item,
.nav-tabs__link,
.nav-tabs__link:hover {
    font-size: 18px;
    text-decoration: none;
}
.nav-tabs__link{
    border-bottom: dotted 2px #05a0c9;
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}
.nav-tabs__link:hover,
.nav-tabs__link:active,
.nav-tabs__link:focus {
    border-bottom-color:rgba(6,160,201,0);
}
.nav-tabs__link--active,
.nav-tabs__link--active:hover,
.nav-tabs__link--active:focus {
    color:#333333;
    text-decoration: none;
    border-bottom-color:rgba(6,160,201,0);
}



/*     INNER TABS     */


.inner-tabs {
    text-align: center;
    font-size:0px;
    margin:20px 0 38px 0;
    padding-bottom:8px;
    border-bottom:dotted 2px #d1ddec;
}
.inner-tabs__item {
    display: inline-block;
    margin:0 17px 10px 17px;
}
.inner-tabs__item,
.inner-tabs__link {
    text-transform: uppercase;
    font-size:18px;
    color:#333333;
}
.inner-tabs__link--active {
    color:#0099cc;
}
.inner-tabs__hotel-page {
    margin-top:80px;
}
.inner__h2 + .inner-tabs__hotel-page {
    margin-top:33px;
}


/*     DESTINATIONS     */

.destinations {
    margin-top:33px;
    position: relative;
    min-height: 510px;
}
.destination {
    height: 510px;
    top: 0;
}
.destinations-wrap {
    padding-top:55px;
   /* padding-bottom:104px;*/
}
.destinations__banner {
    height:255px;
    width:100%;
    box-sizing: border-box;
    float:left;
}
.destinations__slide:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    position: relative;
}
.destinations__banner--type1 {
    height:510px;
}
.destinations__banner--type2 {
    height:235px;
    margin-bottom:20px;
    min-width:520px;
}
.destinations__banner--type3 {
    min-width:247px;
}
.destinations__banner--type4 {
    min-width:247px;
}
.destinations__slide-item--1 {
    max-width:560px;
    margin-right:20px;
}
.destinations__slide-item--2-1 {
    margin-right:20px;
}
.inner-wrap__destinations-bottom {
    margin-top:120px;
    margin-bottom:80px;
}
.destinations-wrap__inner {
    margin-top:60px;
    padding-top:75px;
    padding-bottom:40px;
}
.destination .button-md {
    font-size:16px;
}


/*     SHOW ALL LINK &amp; NAV     */

.show-all {
    text-align: center;
    margin-top:34px;
    position: relative;
}
.show-all--search-block {
    margin-top:0;
    margin-bottom: 30px;
}
.show-all__link {
    font-size: 18px;
    border-bottom: dotted 2px #05a0c9;
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
    text-decoration: none;
}
.show-all--search-block .show-all__link {
    position: relative;
    font-size: 16px;
    border-bottom: dashed 1px #05a0c9;
}
.show-all--search-light .show-all__link {
    color: #ffffff;
    border-color: #ffffff;
}
.show-all--search-block .show-all__link:after,
.show-all--search-block .show-all__link:before {
    content:"";
    position: absolute;
    display: block;
    background-color:#b6c6da;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}
.show-all--search-light .show-all__link:after,
.show-all--search-light .show-all__link:before {
    background-color:#76d5fb;
}
.show-all--search-block .show-all__link:after {
    left: -20px;
    top: 9px;
    width:15px;
    height:3px;
}
.show-all--search-block .show-all__link:before {
    left: -14px;
    top: 3px;
    width:3px;
    height:15px;
}
.show-all--search-block .show-all__link:hover:after,
.show-all--search-block .show-all__link:hover:before {
    background-color:#4eb4dd;
}
.show-all--search-light .show-all__link:hover:after,
.show-all--search-light .show-all__link:hover:before {
    background-color:#ffffff;
}
.show-all__link:hover {
    text-decoration: none;
    border-color:rgba(255,255,255,0);
}
.show-all__prev,
.show-all__next {
    position: absolute;
    top:0;
}
.show-all__prev {
    left:0;
}
.show-all__next {
    right:0;
}
.country-list-main .show-all {
    margin-top:27px;
}


/*     DESTINATIONS BANNER     */

.banner {
    position: relative;
    overflow: hidden;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-repeat: no-repeat !important;
    box-sizing: border-box;
}
.banner__overlay {
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    padding:20px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    background: url('../images/overlay.png') bottom left repeat-x;
}
.banner__overlay,
.banner__overlay:hover,
.banner__overlay:focus {
    display:block;
    text-decoration: none;
    color:#ffffff;
}
.banner__price {
    position: absolute;
    right:20px;
    top:20px;
    font-family: sans-serif;
    padding:0 10px;
}
.banner__text {
    color:#ffffff;
    font-size:21px;
    margin-top:5px;
    display: block;
}
.banner__wrap {
    position: absolute;
    bottom:20px;
    left:20px;
    right:20px;
}
.banner__country {
    font-size:18px;
    display:block;
}


/*     ORANGE FORM     */

.bg-form {
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    padding:36px 40px 40px 40px;
    background-color: #0193cf;
}
.bg-form__h3 {
    margin-top:0;
    margin-bottom:31px;
    color:#ffffff;
    line-height: 32px;
}
.bg-form__desc {
    display: block;
    font-size:21px;
    line-height: normal;
    margin-bottom:37px;
    color:#ffffff;
}
.bg-form__row {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    justify-content:space-between;
    -webkit-justify-content:space-between;
    width:100%;
}
.bg-form__input-label {
    color: #ffffff;
    font-size:15px;
    height:26px;
}
.bg-form___input-block {
    margin-right:20px;
    flex: 1;
    -webkit-flex: 1;
}
.bg-form___input-block:last-child {
    margin-right:0;
}
.bg-form___submit-block {
    max-width:180px;
}
.bg-form__button {
    padding:0 20px;
}
.bg-form__button-main {
    margin-top:26px;
}
.bg-form--orange {
    background-color: #fdb813;
}
.bg-form--orange .bg-form__desc,
.bg-form--orange .bg-form__h3 {
    color:#333333;
}
.bg-form--orange label.error {
  
    bottom:-18px;
    font-size: 11px;
}
.bg-form__main {
    background-image: url('../images/orange_form.png');
    background-repeat: no-repeat;
    background-position: right top -18px;
}
.bg-form__main .bg-form__desc {
    max-width:54%;
}
.bg-form__consult-main {
    background-image: url('../images/consult_form.png');
    background-repeat: no-repeat;
    background-position: right 25px center;
    padding: 36px 20px 40px 20px;
}
.bg-form__input {
    font-size:18px;
}
.bg-form__left,
.bg-form__consult-inner {
    background-image: url('../images/consult_form2.png');
    background-repeat: no-repeat;
    background-position: right -24px bottom;
}
.bg-form__consult-inner {
    margin-top:40px;
}
.bg-form__right {
    background-image: url('../images/googleplay_form.png');
    background-repeat: no-repeat;
    background-position: right -24px bottom -56px;
}
.bg-form__left .bg-form__desc {
    max-width:60%;
}
.bg-form__right .bg-form__desc {
    max-width:40%;
}
.bg-form__right .bg-form__h3{
    max-width:60%;
}
.bg-form__left,
.bg-form__right {
    padding-left:20px;
    padding-right:20px;
}
.bg-form__inner {
    background-image: url('../images/orange_form.png');
    background-size: 350px auto;
    background-repeat: no-repeat;
    background-position: right -20px top 10px;
    margin-top:40px;
}
.hotels .bg-form__inner {
    margin-top:0;
    margin-bottom:20px;
}
.bg-form__hotel {
    margin-bottom:40px;
}
.bg-form__inner .bg-form__desc,
.bg-form__consult-inner .bg-form__desc {
    max-width:70%;
}
.bg-form__consult-inner .bg-form__h3{
    max-width:50%;
}


/*     COUNTRIES LIST     */

.country-list__link {
    display: block;
    position: relative;
}
.country-list__link/*,
.country-list__link:hover,
.country-list__link:focus*/ {
    color:#333333;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.country-list__link:hover,
.country-list__link:focus {
    color:#05a0c9;
    text-decoration: underline;
}
.county-list__price {
    float:right;
}
.country-list-main {
    padding:35px 18px 35px 18px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-image: url('../images/globe.png');
    background-size: 350px auto;
    background-repeat: no-repeat;
    background-position: right -80px bottom -60px;
    background-color: #f3f8fe;
}
.country-list{
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
}
.country-list .country-list__item {
    width: 240px;
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    display: block;
}
.country-list__item {
    margin-bottom:17px;
    text-align: left;
}



.img_l{   display: block;    width: 100%; height:100px;}
.blogg .country-list__name{font-size: 15px;    padding: 5px 0;    display: block!important;}
    
.country-list-inner,
.country-list-nav {
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
}
.country-list-inner .country-list__item,
.country-list-nav .country-list__item {
    width:240px;
    flex:0 1 auto;
    -webkit-flex:0 1 auto;
    display: block;
}
.country-list-inner:after,
.country-list:after,
.country-list-nav:after {
    content: "";
    flex: auto;
    width:240px;
    max-width:240px;
}
.country-list-inner .country-list__item {
    margin:0;
}
.country-list-inner .country-list__item .country-list__link {
    padding:10px;
}
.country-list-inner .country-list__item .country-list__link:hover,
.country-list-inner .country-list__item .country-list__link:focus {
    background:#f3f8fe;
}

/*     ARROW LIST     */

.list__item {
    padding-left:15px;
    position: relative;
    margin-bottom:17px;
}
.list__item:before {
    content:"";
    position: absolute;
    left:0;
    top:5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-color: transparent transparent transparent #333333;
}
.list__item:last-child {
    margin-bottom:0;
}
.list__link/*,
.list__link:hover,
.list__link:focus*/ {
    text-decoration: none;
    color:#333333;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
.list__2column,
.list__3column {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 100%;
}
.list__2column .list__item {
    width:50%;
    box-sizing: border-box;
}
.list__3column .list__item {
    width:30%;
}
.list__3column {
    margin:30px 0;
}


/*     SEASONS LIST     */

.seasons-block {
    background-image: url('../images/seasons.png');
    background-repeat: no-repeat;
    background-position: right -80px bottom -20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding:35px 17px 32px 17px;
}
.seasons-block__main {
    margin-top:40px;
}
.seasons-block__inner {
    padding:35px 17px 32px 17px;
    background-color: #f3f8fe;
    background-position: right -30px bottom 40px;
    background-size: 93% auto;
}
.seasons-block__h6 {
    margin-bottom:20px;
    margin-top:0;
}
.seasons-block__inner .seasons-list__grid-row {
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
}
.seasons-block__inner .seasons-list__grid-item {
    flex:0 1 auto;
    -webkit-flex:0 1 auto;
    width:50%;
}
.seasons-block__inner .seasons-list__grid-item:first-child,
.seasons-block__inner .seasons-list__grid-item:nth-child(2) {
    margin-bottom:27px;
}


/*     HOLIDAY TYPES     */

.holiday-type {
    padding:35px 22px 33px 22px;
    margin-top:35px;
    margin-bottom:45px;
}
.holiday-list {
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
}
.holiday-list__item {
    font-size:18px;
    margin-bottom:15px;
    width:100%;
    max-width:260px;
    box-sizing: border-box;
}
.holiday-list-main .holiday-list__item {
    width:25%;
}
.holiday-type__h4 {
    margin-bottom:36px;
}
.holiday-type__h2 {
    margin-bottom:50px;
    margin-top:73px;
}
.holiday-type__show-all {
    margin-top:17px;
}
.holiday-type__inner {
    margin:0;
    padding: 35px 17px 33px 17px;
}


/*     NEWS BLOCK     */

.news-block {
    padding:35px 37px 33px 37px;
}
.news-block__photo {
    margin-bottom:17px;
    overflow: hidden;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: relative;
    max-width:240px;
}
.news-block__photo img {
    vertical-align: top;
    width:100%;
    max-width:100%;
    height:auto;
}
.news-block__header {
    margin-bottom:10px;
}
.news-block__text {
    font-size:14px;
}
.news-block__h4 {
    margin-bottom:37px;
}
.news-block__main .news-block__item {
    width:240px;
}
.news-block__item:last-child,
.news-block__item:only-child {
    margin:0;
}
.news-block__badge {
    position: absolute;
    right:10px;
    top:10px;
}
.news-block__main {
  /*   margin-bottom:80px;
   margin-top:45px;*/
}
.news-block__inner {
    padding:35px 17px 33px 17px;
}
.news-block__inner .news-block__row {
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
}
.news-block__inner .news-block__item {
    margin:0 0 20px 0;
    flex:0 1 auto;
    -webkit-flex:0 1 auto;
}
.news-block__inner .news-block__item:last-child {
    margin:0;
}
.news-block__inner-content {
    padding:0;
}
.news-block__inner-content .news-block__row {
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
}
.news-block__inner-content .news-block__item {
    flex:0 1 auto;
    width:260px;
    box-sizing: border-box;
    margin-right:0;
    margin-bottom:35px;
}
.news-block__inner-content .news-block__row:after {
    content: "";
    flex: auto;
    width: 260px;
    max-width: 260px;
}
.news-block__inner-content .news-block__photo {
    max-width:100%;
}
.show-all__news {
    margin-top:0;
}


/*     DOUBLE FORM     */

.double-form__left,
.double-form__right {
    width:50%;
}
.double-form__left .bg-form,
.double-form__right .bg-form {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    height:100%;
    box-sizing: border-box;
}
.double-form__right .bg-form__desc,
.double-form__right .bg-form__h3 {
    color:#ffffff;
}


/*     SOCIAL     */

.social {
    overflow: hidden;
    font-size:0px; margin-top:15px;
}
.social__item {
    width:52px;
    height:52px;
    position: relative;
    border:solid 3px #e0e5ec;
    display: inline-block;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    margin-right:8px;
    box-sizing: border-box;
}
.social__item .icon {
    position: absolute;
    left:0;
    top:0;
}
.social__item:hover,
.social__item:focus {
    border:solid 3px #05a0c9;
}
.social__item:last-child {
    margin:0;
}
.social__item .icon__vk {
    margin: 15px 0 0 8px;
}
.social__item .icon__fb {
    margin: 11px 0 0 17px;
}
.social__item .icon__in {
    margin: 9px 0 0 9px;
}
.social__item .icon__gp {
    margin: 10px 0 0 14px;
}



/*     FOOTER     */

.footer-nav {
    margin-top:17px;
}
.footer-nav__item:last-child {
    margin:0;
}
.footer-nav__item:before{
   top:6px;
}
.footer {
    padding-top:120px;
    padding-bottom:20px;
    background-color: #ffffff;
    position: relative;
}
.footer:before {
    content:"";
    position: absolute;
    top:80px;
    left:20px;
    right:20px;
    height:1px;
    border-top:dotted 2px #d1dded;
}
.footer-row__item {
    margin-right:40px;
}
.footer-row__item:last-child {
    margin:0;
}
.footer__logo {
    width:260px;
    height:56px;
}
.logo-desc__footer {
    display: block;
    border-top:solid 2px  #f1f2f2;
    padding-top:8px;
    margin-top:10px;
}
.footer-nav__h5 {
    margin-top:18px;
}
.cr {
    font-size:14px;
    line-height: 18px;
    margin-bottom:15px;
}

.contact-block {
    padding-left:45px;
    position: relative;
    margin-bottom:30px;
    margin-top:17px;
}
.contact-block .icon {
    position: absolute;
    left:0;
    top:0;
}
.contact-block .icon__phone {
    top:-2px;
}
.contact-block .icon__phone,
.contact-block .icon__marker {
    opacity:0.42;
}
.contact-block .footer__callback-link {
    margin-top:5px;
    display:inline-block;
}


/*     INNER RESORT STARS     */

.inner-resort .stars {
    display: inline-block;
    vertical-align: top;
    margin-top:-2px;
    margin-left:15px;
}
.inner-resort__text {
    font-size:18px;
    display: inline-block;
    line-height: 21px;
}
.inner-resort + h2,
.inner-resort + .h2 {
    margin-top:7px;
}
.promo-resort {
    color:#ffffff;
    margin-bottom:10px;
    margin-top:-23px;
}



/*     PHOTO ALBUM     */

.photo-album {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 100%;
}
.photo-album img {
    vertical-align: top;
}
.photo-album__left {
    margin-right:38px;
    position: relative;
}
.photo-album__big-photo,
.photo-album__small-photo {
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    overflow: hidden;
    position: relative;
}
.photo-album__small-photo {
    margin-bottom:10px;
}
.photo-album__small-photo:last-child {
    margin-bottom:0px;
}
.photo-album__show-all {
    position: absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background-color: rgba(51,51,51,0.7);
    border:none;
}
.photo-album__show-all-link {
    font-size:18px;
    color:#ffffff;
}
.photo-album__show-all-link:hover {
    text-decoration: none;
    color:#ffffff;
}



/*     PHOTO ALBUM 2     */

.photo-album2 {
    background: #f3f8fe;
    padding:40px 5px;
    text-align: center;
    position: relative;
}
.photo-album2__right {
    padding-left:20px;
    width:34.2%;
    max-width:34.2%;
    flex:0 1 auto;
    -webkit-flex:0 1 auto;
    /*max-width:260px;*/
}
.photo-album2__left {
    position: relative;
    width:65.8%;
    max-width:65.8%;
    flex:0 1 auto;
    -webkit-flex:0 1 auto;
}
.photo-album2 img {
    width:100%;
    max-width:100%;
    height:auto;
    vertical-align: top;
}
.photo-album2__right .photo-album2__small-photo {
    margin-top:20px;
}
.photo-album2__right .photo-album2__small-photo:first-child {
    margin-top:0;
}
.photo-album2__small-photo,
.photo-album2__big-photo {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow: hidden;
    position: relative;
    -webkit-transition: box-shadow 0.2s ease;
    -moz-transition: box-shadow 0.2s ease;
    -o-transition: box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease;
    cursor: pointer;
}
.photo-album2__small-photo:hover,
.photo-album2__big-photo:hover {
    -webkit-box-shadow: 0px 9px 12px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 9px 12px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 9px 12px 0px rgba(0,0,0,0.25);
}
.album-slider .album-slider__slide {
    padding:15px;
}
.album-slider &gt; .album-slider__slide:not(:first-child) {
    display: none;
}
.photo-album2__right .photo-album2__small-photo:first-child {
    margin-top: 0;
}
.photo-album2--mobile {
    display: none;
}

/*     PHOTO ARROWS     */

.photo__controls-right,
.photo__controls-left {
    width: 38px;
    height: 25px;
    background: url(../images/sprite.png) -226px -35px no-repeat;
    float:right;
}
.photo__controls {
    position: absolute;
    left:30px;
    right:30px;
    top:50%;
    margin-top:-12px;
    z-index:50;
    cursor: pointer;
}
.photo__controls-left {
    transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    float:left;
}
.hotel-block__photo-controls.photo__controls-left {
    right:auto;
}
.hotel-block__photo-controls.photo__controls-right {
    left:auto;
}
.hotel-block__photo-controls.photo__controls-right,
.hotel-block__photo-controls.photo__controls-left {
    width: 13px;
    height: 23px;
    background: url(../images/sprite.png) -308px -35px no-repeat;
}
.photo-album2 .show-all__prev {
    left:15px;
}
.photo-album2 .show-all__next {
    right:15px;
}
.photo-album2 .show-all__prev,
.photo-album2 .show-all__next {
    top:auto;
    bottom:-59px;
    display: block;
    z-index:100;
}


/*     HOTEL DESC    */


.hotel-desc {
    margin:37px 0;
    padding-bottom:27px;
    border-bottom: dotted 2px #d1dded;
}
.hotel-desc__item {
    margin-right:25px;
}
.hotel-desc__item:last-child {
    margin-right:0px;
}
.hotel-desc-list {
    margin-top:22px;
}


/*     HOTEL RATE     */


.hotel-rate {
    padding:17px 19px;
    box-sizing: border-box;
}
.hotel-social {
    text-align: center;
}
.hotel-rate__inner {
    width:242px;
    float:right;
}
.hotel-rate__link,
.hotel-rate__link:hover {
    font-size:18px;
    color:#aabdd5;
}
.hotel-rate-button {
    padding:0 10px;
    width:100%;
    cursor: auto;
    margin-bottom:17px;
}
.hotel-social {
    margin-top:15px;
}
.hotel-social-name {
    margin-bottom:16px;
    display: block;
}


/*     BEST TOUR     */


.best-tour__desc {
    margin-top:68px;
}
.best-tour__right {
    background: #f3f8fe;
    border-left: dotted 2px #d1dded;
    max-width:260px;
    box-sizing: border-box;
    text-align: center;
    padding:48px 18px;
}
.best-tour__right,
.best-tour__left {
    padding:48px 18px;
}
.best-tour__price {
    font-size:32px;
    margin-top:7px;
}
.best-tour__price-desc {
    margin-top:11px;
}
.best-tour__button {
    width:100%;
    margin-top: 20px;
}
.best-tour__price-header,
.best-tour__nights,
.best-tour__resort {
    font-size:18px;
}
.best-tour__nights {
    margin-top:14px;
}
.best-tour__marker {
    margin-right:17px;
    margin-top:-2px;
}
.best-tour__calendar {
    margin-right:9px;
    margin-top:-2px;
}
.best-tour__header {
    margin-top:75px;
}
.best-tour__change {
    white-space: nowrap;
    display: inline-block;
}


/*     OTHER TOURS     */

.other-tours__header {
    margin-top:75px;
}
.other-tours {
    padding:20px 17px 30px 17px;
    background: #f3f8fe;
}
.other-tours__item {
    border-right: dotted 2px #d1dded;
    min-height: 60px;
    flex:0 1 auto;
    -webkit-flex:0 1 auto;
    padding:0 17px;
    box-sizing: border-box;
}
.other-tours__item:last-child {
    border:none;
}
.other-tours__row {
    padding:17px 0;
    background: #ffffff;
    margin-bottom:9px;
}
.other-tours__item-date,
.other-tours__item-head-date {
    width:14%;
}
.other-tours__item-nights,
.other-tours__item-head-nights {
    width:12%;
}
.other-tours__item-food {
    width:10%;
}
.other-tours__item-price {
    width:24%;
}
.other-tours__item-room,
.other-tours__item-head-room {
    width:40%;
}
.other-tours__item-head-food {
    width:34%;
}
.other-tours__item-head-date,
.other-tours__item-head-nights,
.other-tours__item-head-room,
.other-tours__item-head-food {
    border:none;
    padding:0;
    min-height:50px;
}

.other-tours__price-header {
    font-size:14px;
    width:100%;
    margin-bottom:5px;
}
.other-tours__item-wrap {
    width:100%;
}
.other-tours__price-button {
    width:100%;
}
.other-tours__show-all {
    margin-top:18px;
}
.other-tours__mobile-header {
    font-size:14px;
    width:100%;
    margin-bottom:5px;
    display: none;
}


/*     EXPAND BLOCK     */

.expand-block {
    margin-bottom:-15px;
}
.expand-block__item {
    position:relative;
    margin-bottom:15px;
}
.expand-block__item:first-child {
    margin-right:20px;
}
.expand-block__button {
    box-sizing: border-box;
    display: block;
    width:100%;
    height:100%;
    padding:17px 17px 17px 33px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.expand-block__button:before {
    left:20px;
    top:23px;
    content:"";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-color: transparent transparent transparent #333333;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.expand-block__button:hover,
.opened .expand-block__button {
    background:#f3f8fe;
}
.opened .expand-block__button:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.expand-block__inner {
    margin-top:35px;
}
.expand-block__content {
    display:none;
    position:absolute;
    z-index:1;
    width:100%;
    top:52px;
    border:2px solid #d1ddec;
    border-top:0;
    background:#f3f8fe;
    border-radius:0 0 4px 4px;
    box-sizing:border-box;
}
.opened .expand-block__content {
    display:block;
}
.opened .expand-block__content:before {
    content: "";
    position: absolute;
    left:18px;
    right:18px;
    height:0;
    border-top:2px dotted #d1ddec;
}
.expand-block__content .expand-block__options {
    margin:8px 0 18px 0;
		max-height: 200px;
    overflow-y: auto;
}
.expand-block__content .expand-block__option {
		position: relative;
    font-weight:normal;
    margin:0;
    padding:7px 7px 7px 43px;
}
.expand-block__content .expand-block__option:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 7px;
    margin: 6px 0 0 -15px;
    background: url(../images/sprite.png) -129px -49px no-repeat;
}
.expand-block__content .expand-block__option a {
    color:#333;
}
.expand-block__content .expand-block__option a:hover {
    color:#0193cf;
    text-decoration:underline;
}


/*     MAP     */

.map-links {
    text-align: center;
    margin-top:34px;
}
.map-links__map-link {
    margin:0 12px 10px 12px;
    font-size:18px;
    display: inline-block;
}
.map-links__map-link--active,
.map-links__map-link--active:hover,
.map-links__map-link--active:focus {
    border:none;
    color:#333333;
    cursor: text;
}
.map__header {
    margin-top:75px;
}


/*     FIND US     */


.find-us {
    background-color: #f3f8fe;
    padding:40px 20px 32px 20px;
}
.find-us &gt; .grid-row__grid-item {
    margin-right:20px;
}
.find-us &gt; .grid-row__grid-item:last-child {
    margin-right:0px;
}
.find-us &gt; .grid-row__grid-item-phone {
    max-width: 220px;
}
.find-us__contact-block {
    padding-left: 45px;
    position: relative;
}
.find-us__contact-block .icon {
    position: absolute;
    left: 0;
    top: 0;
}
.find-us__contact-block-header {
}
.find-us__contact-block p {
    margin:10px 0 0 0;
}
.find-us__callback-link {
    display: inline-block;
    margin-top:3px;
}


/*     HOTELS     */


.hotel-block {
    margin-bottom:20px;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}
.hotel-block--active {
    background-color: #f3f8fe;
}
.hotel-block__item-photo {
    max-width: 260px;
    position: relative;
}
.hotel-block__photo {
    position: relative;
}
.hotel-block__photo img {
    vertical-align: top;
    max-width:100%;
    height:auto;
}
.hotel-block__item-info {
    padding:18px;
}
.hotel-block__item-price {
    max-width:160px;
    margin:18px 18px 18px 0;
    box-sizing: border-box;
    position: relative;
}
.hotel-block__price-wrap {
    position: absolute;
    bottom:0;
    right:0;
    left:0;
}
.hotel-block__price {
    font-size:14px;
    text-align: center;
}
.hotel-block__icons {
    font-size:0px;
    text-align: right;
}
.hotel-block__icons .icon:last-child {
    margin-right:0;
}
.hotel-block__country {
    margin-bottom:6px;
    position: relative;
    margin-top:-3px;
}
.hotel-block__country-text {
    margin-right:8px;
}
.hotel-block__stars {
    vertical-align: top;
}
.hotel-block__name {
    font-size:18px;
    display: block;
    text-transform: uppercase;
}
.hotel-block__nights {
    margin-top: 30px;
    margin-bottom:5px;
}
.hotel-block__rooms,
.hotel-block__food {
    margin-bottom:5px;
}
.hotel-block__show-other {
    line-height: 22px;
}
.hotel-block__hide-other {
    line-height: 22px;
    display: none;
}
.hotel-block--active .hotel-block__show-other {
    display:none;
}
.hotel-block--active .hotel-block__hide-other {
    display:inline;
}
.hotel-block__button {
    margin-top:7px;
    width:100%;
}
.hotel-block__photo-controls {
    left:7px;
    right:7px;
}
.hotel-block__photo-controls .photo__controls-right, .hotel-block__photo-controls  .photo__controls-left {
    width: 13px;
    height: 23px;
    background: url(../images/sprite.png) -308px -35px no-repeat;
}
.show-all__hotels {
    margin-top:40px;
    padding-bottom:30px;
    border-bottom: dotted 2px #d1dded;
}
.hotels__h2 {
    margin-top:75px;
}


/*     SHORT OTHER     */

.short-other {
    font-size:14px;
    margin:18px;
    display:none;
}
.hotel-block--active .short-other {
    display:block;
}
.short-other__item {
    border-right: dotted 2px #d1dded;
    min-height: 27px;
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    padding: 0 10px;
    box-sizing: border-box;
    margin:9px 0;
}
.short-other__row {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    margin-bottom:9px;
    background-color: #ffffff;
}
.short-other__item-date{
    width:20%;
}
.short-other__item-adults{
    width:15%;
}
.short-other__item-room{
    width:40%;
}
.short-other__item-price{
    width:13%;
    border:none;
}
.short-other__item-order{
    width:12%;
    position: relative;
    border:none;
    margin:0;
    right:0;
}
.short-other__price-button {
    height:auto;
    margin:0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size:14px;
    line-height: normal;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.short-other__show-all {
    margin-top:17px;
}
.short-other__show-all .show-all__link {
    font-size:16px;
}
.short-other__mobile {
    display: none;
}


/*     COUNTRY BLOCK     */

.country-block__item {
    border-right: dotted 2px #d1dded;
    padding:19px 17px;
    margin:17px 0;
}
.country-block__item:last-child {
    border:none;
}
.country-block__name {
    font-size:18px;
}
.country-block__desc-item {
    margin-bottom:20px;
}
.country-block__desc-item:last-child {
    margin-bottom:0px;
}
.country-block__hotels-page {
    margin-bottom:40px;
}


/*     POPUP FORMS     */

.popup-form  {
    background: #ffffff;
    width:640px;
    box-sizing: border-box;
    padding:0 !important;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.popup-form__wrap {
    padding:45px 40px 55px 40px;
    position: relative;
}
.popup-form__header {
    font-size:30px;
    font-family: sans-serif;
    text-align: center;
}
.popup-form__desc {
    font-size:18px;
    text-align: center;
    margin-top:7px;
}
.popup-form__desc.align-left {
    text-align: left;
}
.popup-form__controls {
    width:400px;
    max-width:100%;
    margin:0 auto;
    margin-top:36px;
    justify-content: center;
    -webkit-justify-content: center;
}
.popup-form__controls-full {
    width:100%;
}
.popup-form__grid-item {
    margin-right:20px;
}
.popup-form__grid-item:last-child {
    margin-right:0;
}
.popup-form__controls .button {
    width:100%;
}
.popup-form__grid-item-rbutton {
    max-width:200px;
    margin-top:35px;
}
.popup-form__controls .popup-form__grid-item:only-child {
    max-width:220px;
    margin:0 auto;
}
.callback-form {
    width:440px;
}
.callback-form__header {
    font-size:32px;
}
.callback-form__wrap {
    padding:35px 40px 40px 40px;
}
.callback-form .popup-form__controls {
    padding-top:40px;
    position: relative;
}
#callback-success.callback-form .popup-form__controls {
    padding-top:0;
}
#callback-form2 .popup-form__controls,
#callback-form3 .popup-form__controls,
#callback-form4 .popup-form__controls {
    min-height:420px;
}
.callback-form .popup-form__controls:before {
    content:"";
    position: absolute;
    top:0;
    left:-20px;
    right:-20px;
    height:1px;
    border-bottom: dotted 2px #d1ddec;
}
#callback-success.callback-form .popup-form__controls:before {
    display:none;
}
.callback-form__grid-item {
    margin-bottom:20px;
    flex:0 1 auto;
    -webkit-flex:0 1 auto;
}
.callback-form__grid-item:last-child {
    margin-bottom:0;
}
.callback-button {
    margin-top:20px;
    width:220px !important;
    margin:20px auto 0 auto;
    display: block;
}
.form-close {
    width:14px;
    height:14px;
    padding:10px;
    background:url(../images/close.png) center center no-repeat;
    position: absolute;
    top:10px;
    right:10px;
}
#callback-form4 .popup-form__controls {
    padding-top:0;
}
.fancybox-close-r {
    width:14px;
    height:14px;
    padding:10px;
    background:url(../images/close.png) center center no-repeat;
    position: absolute;
    top:10px;
    right:10px;
}
.fancybox-close-r:after {
    display: none;
}
.fancybox-opened .select2-drop {
    z-index: 99999;
}
.fancybox-opened #ui-datepicker-div {
    z-index:99999 !important;
}
.fancybox-bg {
    background-color: rgba(51, 51, 51, 0.6);
}


/*     STEPS POPUP     */

.popup-steps {
    width:880px;
    min-height:600px;
    background: #ffffff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow: hidden;
    padding:0 !important;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.popup-steps img {
    vertical-align: top;
}
.popup-steps select {
    width:100%;
}
.popup-steps__grid-item-left {
    max-width:366px;
    width:366px;
}
.popup-steps__photo {
    position: absolute;
    width:366px;
    top:0;
    left:0;
    bottom: 0;
    overflow: hidden;
}

.popup-steps__grid-item {
    position: relative;
}
.popup-steps__logo {
    width:192px;
    height:42px;
    float:left;
}
.popup-steps__left-top {
    position: absolute;
    left:0;
    top:0;
    padding:20px 10px 0 20px;
    z-index:50;
}
.popup-steps__logo-desc {    opacity: 0.3;
    color:#ffffff;
    float:left;
    font-size:11px;
    line-height: 16px;
    margin-left:12px;
    padding-left:12px;
    height:40px;
    position: relative;
    box-sizing: border-box;
    padding-top:3px;
}
.popup-steps__logo-desc:before {
    content:"";
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    width:2px;
    background: #ffffff;
}
.popup-steps__left-bottom {
    position: absolute;
    left:0;
    bottom:0;
    right:0;
    text-align: center;
    padding-bottom:7px;
    z-index:50;
}
.popup-steps__left-bottom p {
    color:#ffffff;
    margin:0 0 10px 0;
}
.popup-steps__left-bottom p a {
    color:#ffffff;
}
.popup-steps__steps {
    position: absolute;
    top:0;
    left:0;
    right:0;
    z-index:2005;
}
.popup-steps__steps {
    margin:40px 20px;
}
.popup-steps .steps__step-item--1 {
    left:10%;
}
.popup-steps .steps__step-item--2 {
    left:30%;
}
.popup-steps .steps__step-item--3 {
    left:50%;
}
.popup-steps .steps__step-item--4 {
    left:70%;
}
.popup-steps .steps__step-item--5 {
    left:90%;
}
.popup-steps .steps--1 .steps__bar-progress {
    width: 10%;
}
.popup-steps .steps--2 .steps__bar-progress {
    width: 30%;
}
.popup-steps .steps--3 .steps__bar-progress {
    width: 50%;
}
.popup-steps .steps--4 .steps__bar-progress {
    width: 70%;
}
.popup-steps .steps--5 .steps__bar-progress {
    width: 90%;
}
.popup-steps__wrap {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    justify-content: center;
    -webkit-justify-content: center;
    width: 100%;
    min-height:420px;
    margin-top: 90px;
    margin-bottom:90px;
    padding: 0 60px;
    align-items: center;
    -webkit-align-items: center;
}
.popup-steps__controls {
    position: absolute;
    right:0;
    bottom:0;
    left:0;
    padding-top:20px;
    margin:0 20px 20px 20px;
    border-top: dotted 2px #d1ddec;
    box-sizing: border-box;
    width: auto !important;
}
.popup-steps__controls-item {
    width:200px;
    max-width:200px;
    flex:0 1 auto;
    -webkit-flex:0 1 auto;
}
.popup-steps-next {
    width:200px;
    float:right;
}
.popup-steps-prev {
    background: none !important;
    font-size:16px;
    color:#b6c6da;
    padding:0;
    display: none;
}
.popup-steps-prev:hover,
.popup-steps-prev:focus {
    color:#b6c6da;
}
.popup-steps-prev .icon__left-arrow {
    margin-right:10px;
}
.popup-steps__header {
    font-size:32px;
    text-align: center;
    margin-bottom:30px;
}
.popup-steps__input-block {
    margin-top:20px;
}
.popup-steps__input-block-item {
    margin-right:20px;
}
.popup-steps__input-block-item:last-child {
    margin-right:0;
}
.popup-steps__show-comment-wrap {
    text-align: center;
    margin-top:17px;
    margin-bottom:20px;
}
.popup-steps__show-comment {
    color:#c6d4e5;
    border-color:#c6d4e5;
}
.popup-steps__show-comment:hover {
    color:#c6d4e5;
}
.popup-steps__desc {
    font-size:21px;
    text-align: center;
}
.popup-steps__close {
    margin:40px auto 0 auto;
    display: block;
    width:220px;
}
.popup-steps__slide {
    display: none;
}
.popup-steps__slide1 {
    display: block;
}
.popup-steps__comment {
    resize:none;
    height:120px !important;
}
.popup-steps__comment-block {
    display: none;
}
.popup-steps .steps__step-item {
    cursor: pointer;
}


/*     OWL CAROUSEL     */

.promo.owl-carousel,
.promo.owl-carousel .owl-item {
    height:460px;
    min-height:460px;
    max-height: 460px;
    overflow: hidden;
}
/*
.promo.owl-carousel {
    margin-bottom:-118px;
    display: block !important;
}*/
.promo.owl-carousel {
    display: block !important;
    padding-bottom: 30px;
}
.promo.owl-carousel .promo-block {
    margin-bottom:0;
    background-attachment:scroll;
}
.promo.owl-carousel .owl-dots {
    text-align: center;
    margin: -35px 0 0 -10px;
   /* margin: -155px 0 0 -10px;*/
}
.owl-dots .owl-dot {
    display: inline-block;
    margin: 0 0 0 10px;
}
.owl-dots .owl-dot span {
    position: relative;
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 2px solid #fff;
    border-radius: 17px;
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot span:hover {
    background: #ffb900;
}
.content-slider .owl-nav,
.photo-album2 .content-slider {
    position: relative;
}
.content-slider .owl-prev,
.content-slider .owl-next {
    width: 38px;
    height: 25px;
    float: left;
    margin: 34px 0 0 0;
}
.content-slider .owl-next {
    float: right;
}
.photo-album2 .owl-carousel .owl-item {
    visibility: hidden;
}
.photo-album2 .owl-carousel .owl-item.active {
    visibility: visible;
}
.photo-album2 .owl-stage-outer {
    margin: 0 -10px -15px -10px;
    padding: 0 10px 15px 10px;
}
.photo-album2 .owl-carousel .owl-item {
    -webkit-backface-visibility:visible;
}
.owl-carousel .fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }


/*     PAGE CONTENT     */

.page-content table {
    display: block;
    max-width: 100%;
    border-collapse: collapse;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.page-content table th,
.page-content table td {
    vertical-align: top;
    height: 19px;
    padding: 20px 25px;
    border: 2px solid #d1ddec;
}
.page-content table th {
    background: #d1ddec;
}
.page-content table td {
    border-top-style: dotted;
    border-bottom-style: dotted;
}
.page-content table tr:nth-child(odd) td {
    background: #f3f8fe;
}
.page-content table tr:last-child td {
    border-bottom-style: solid;
}
.page-content .table-caption,
.page-content table caption {
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    margin: 10px 0 30px 0;
    padding: 0;
}
.page-content ul {
    margin: 5px 0;
    padding: 0;
}
.page-content li {
    list-style-type: none;
}
.page-content ul li {
    margin: 0;
    padding: 8px 0 8px 15px;
}
.page-content ul li:before {
    content:"";
    position: absolute;
    width: 5px;
    height: 7px;
    margin: 6px 0 0 -15px;
    background: url(../images/sprite.png) -129px -49px no-repeat;
}
.page-content ol {
    margin: 5px 0;
    padding: 0;
    counter-reset: mmCounter;
}
.page-content ol li {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    min-height: 50px;
    margin: 0;
    padding: 5px 0 5px 60px;
    box-sizing: border-box;
}
.page-content ol li:before {
    counter-increment: mmCounter;
    content: counter(mmCounter);
    text-align: center;
    line-height: 36px;
    position: absolute;
    width: 36px;
    height: 36px;
    margin: 0 0 0 -60px;
    border: 2px solid #d1ddec;
    border-radius: 36px;
}
.page-content ol.list2 li:before {
    background: #f3f8fe;
    border: 2px solid #f3f8fe;
}
.inner__h2 {
    margin-top:75px;
}


/*     SELECT2     */

.input-select:before,
.input-select:after,
.input-select-blue:after {
    display: none;
}
.input-select .select2-selection--single {
    height: auto;
    padding: 0 30px 0 40px;
    border: 0;
}
.input-select-noicon.input-select .select2-selection--single {
    padding-left: 10px;
}
.input__childs.input-select .select2-selection--single {
    padding-left: 49px;
}
.input-select-blue .select2-selection--single {
    height: auto;
    margin: 0 -20px;
    padding: 0 20px;
    border: 0;
    background: none;
}
.input-select-blue .select2-container--default.select2-container--disabled .select2-selection--single {
    background: rgba(127, 127, 127, .2);
}
.input-select .select2-selection--single .select2-selection__rendered,
.input-select .select2-selection--single .select2-selection__placeholder {
    line-height: 46px;
    padding: 0;
}
.input-select-blue .select2-selection--single .select2-selection__rendered,
.input-select-blue .select2-selection--single .select2-selection__placeholder {
    color: #fff;
    line-height: 42px;
    padding: 0;
}

.input-select-blue--light .select2-selection--single .select2-selection__rendered,
.input-select-blue--light .select2-selection--single .select2-selection__placeholder {
    color: #333;
}

.steps-form .input-select .select2-selection--single .select2-selection__rendered,
.steps-form .input-select .select2-selection--single .select2-selection__placeholder {
    line-height: 42px;
}
.input-select-blue .select2-container--disabled .select2-selection--single .select2-selection__rendered,
.input-select-blue .select2-container--disabled .select2-selection--single .select2-selection__placeholder {
    color: #ddd;
}
.input-select .select2-selection--single .select2-selection__arrow,
.input-select-blue .select2-selection--single .select2-selection__arrow {
    width: 8px;
    height: 13px;
    top: 14px;
    right: 13px;
    background: url(../images/sprite.png) -140px -35px no-repeat;
}
.input-select-blue--light .select2-selection--single .select2-selection__arrow {
    background-position: -122px -35px;
}
.input-select .select2-selection--single .select2-selection__arrow {
    top: 16px;
    right: 15px;
}
.input-select .select2-selection--single .select2-selection__arrow b,
.input-select-blue .select2-selection--single .select2-selection__arrow b {
    border: 0;
}
.input-content .select2 .select2-selection:focus {
    outline: none;
}
.input-select-blue .select2-container--open,
.popup-steps .select2-container--open,
.popup-steps .input-content:hover .select2-container--open,
.search-block__input-label .select2-container--open {
    border-color: #fff;
    background: #fff;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
}
.input-select .select2-selection--single .select2-selection__arrow,
.input-select-blue .select2-container--open .select2-selection__arrow {
    background-position: -122px -35px;
}
.input-select-blue .select2-container--open .select2-selection--single .select2-selection__rendered {
    color: #333;
}
.input-filter .select2-selection--single {
    padding-left: 15px;
    border: solid 2px #d1ddec;
}
.hotels-filter {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    margin:30px 0;
}
.hotels-filter &gt; .grid-row__grid-item {
    flex:0 1 auto;
    -webkit-flex:0 1 auto;
    margin-right: 20px;
    width:280px;
}
.hotels-filter &gt; .grid-row__grid-item:last-child {
    margin-right: 0;
}
.input-filter {
    display: block;
    width:100%;
}
.input-filter select {
    width:100%;
}
.select2-filter {
    border: solid 2px #d1ddec !important;
}
.select2-drop.select2-dropdown--below {
    margin: -2px 0 0 0;
    padding: 2px 0 0 0;
    border: 0;
    -webkit-box-shadow: 0px 9px 12px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 9px 12px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 9px 12px 0px rgba(0,0,0,0.2);
}
.select2-drop.select2-dropdown--below:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 10px;
    right: 10px;
    border-top: 2px dotted #d1ddec;
}
.select2-drop.select2-dropdown--above {
    margin: 2px 0 0 0;
    padding: 0 0 2px 0;
    border: 0;
    -webkit-box-shadow: 0px -9px 12px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px -9px 12px 0px rgba(0,0,0,0.2);
    box-shadow: 0px -9px 12px 0px rgba(0,0,0,0.2);
}
.select2-drop.select2-dropdown--above:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 10px;
    right: 10px;
    border-bottom: 2px dotted #d1ddec;
}
.select2-container--default .select2-drop .select2-results__option {
    margin: 0;
    padding: 5px 5px 5px 25px;
}
.select2-container--default .select2-drop .select2-results__option:before {
    content:"";
    position: absolute;
    width: 5px;
    height: 7px;
    margin: 6px 0 0 -15px;
    background: url(../images/sprite.png) -129px -49px no-repeat;
}
.input-content-children-range .input-select-blue .select2-selection--single,
.select2-container--default .select2-drop-short .select2-results__option {
    padding-left: 10px;
}
.select2-container--default .select2-drop-short .select2-results__option:before {
    display: none;
}
.select2-container--default .select2-drop .select2-results__option--highlighted,
.select2-container--default .select2-drop .select2-results__option[aria-selected="true"] {
    color: #0193cf;
    background: none;
}
.stars-content .select2 {
    width: 130px;
}
.stars-content.show-star .select2 .select2-selection--single:before {
    content:"";
    position: absolute;
    top:10px;
    left:40px;
    z-index:15;
    width:22px;
    height:21px;
    background:url(../images/sprite.png) -203px -35px no-repeat;
}
.stars-content.show-star.select2-open .select2 .select2-selection--single:before {
    background-position: -324px -35px;
}
.stars-dropdown {
    display: none;
}
.select2-drop .stars-select {
    margin: 15px 10px;
}
.select2-drop .stars-select .icon__star,
.select2-drop .stars-select:hover .icon__star.active {
    background-position: -348px -35px;
    cursor: pointer;
}
.select2-drop .stars-select .icon__star.active,
.select2-drop .stars-select:hover .icon__star.hover,
.select2-drop .stars-select:hover .icon__star.hover.active {
    background-position: -324px -35px;
}
.select2-drop .stars-clear {
    text-align: center;
    margin: 0 0 15px 0;
}
.select2-drop .stars-clear span {
    color: #b6c6da;
    display: inline-block;
    border-bottom: 2px dotted #b6c6da;
    cursor: pointer;
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}
.select2-drop .stars-clear span:hover {
    border-color: #fff;
}
.select2-container--default .select2-results &gt; .select2-results__options {
    position: relative;
    margin: 10px 0;
}
.popup-steps .select2-container {
    width: 100% !important;
}
.search-block__input-label .select2 {
    font-size: 16px;
    margin: -8px 0 0 0;
}
.search-block__input-label .select2-container--default .select2-selection--single {
    height: 38px;
    padding: 8px 0 2px 0;
    background: none;
    border: 0;
}
.search-block__input-label .select2-container .select2-selection--single .select2-selection__rendered {
    color: #fff;
    line-height: 19px;
    float: right;
    margin: 0px 30px 0 8px;
    padding: 0;
    border-bottom: 2px dotted #fff;
}
.search-block__input-label .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 30px;
}
.search-block__input-label .select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: 8px;
    height: 13px;
    margin: -1px 0 0 -7px;
    background: url(../images/sprite.png) -140px -35px no-repeat;
    border: 0;
}
.search-block__input-label .select2-container--open.select2-container--above {
    border-radius: 0 0 3px 3px;
}
.search-block__input-label .select2-container--open.select2-container--below {
    border-radius: 3px 3px;
}
.search-block__input-label .select2-container--default.select2-container--open .select2-selection--single {
    background: #fff;
}
.search-block__input-label .select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
    color: #444;
}
.select2-drop.select2-drop-small.select2-dropdown--above:after {
    bottom: 6px;
}
.select2-drop.select2-drop-small.select2-dropdown--below:after {
    top: 6px;
}
.select2-container--default .select2-drop-small .select2-results__option {
    padding-top: 2px;
    padding-bottom: 2px;
}
.stars-content .select2-selection__rendered {
    min-width: 45px;
}
.select2-drop.select2-drop-label {
    white-space: nowrap;
}
.select2-drop.select2-drop-label .select2-results__option {
    margin-right:10px;
}
.select2-drop.select2-drop-label:before {
    top:0px;
}
.search-block__dest .search-block__input-label {
    width: 180px;
}

.select2-country {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    padding: 0 34px 0 0;
    cursor: pointer;
}
.select2-country .select2-country-flag {
    display: block;
    position: absolute;
    right: 6px;
    width: 22px;
    height: 16px;
    outline: 1px solid #d1ddec;
    background-size: cover;
    background-repeat: no-repeat;
}

/*     DATEPICKER     */

#ui-datepicker-div {
    padding:0;
    border:2px solid #4eb4dd;
    border-radius:3px;
    background:#fff;
    min-width:270px;
}
#ui-datepicker-div .ui-datepicker-header {
    font-size:16px;
    font-weight:normal;
    color:#fff;
    line-height:30px;
    text-transform:uppercase;
    padding:9px 0;
    border:0;
    border-radius:0;
    background:#0193cf;
}
#ui-datepicker-div .ui-datepicker-group .ui-datepicker-header {
    border-left:2px solid #fff;
    border-right:2px solid #fff;
}
#ui-datepicker-div .ui-datepicker-group-first .ui-datepicker-header {
    border-left:0;
}
#ui-datepicker-div .ui-datepicker-group-last .ui-datepicker-header {
    border-right:0;
}
#ui-datepicker-div .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-next {
    width:29px;
    height:29px;
    top:10px;
    border-radius:0;
}
#ui-datepicker-div .ui-datepicker-prev span,
#ui-datepicker-div .ui-datepicker-next span {
    width:13px;
    height:23px;
    margin:-12px 0 0 -6px;
    background:url(../images/sprite.png) -308px -35px no-repeat;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev-hover,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next-hover {
    margin:0 1px;
    border:0;
    background:none;
    cursor:pointer;
}
#ui-datepicker-div .ui-datepicker-prev span {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
#ui-datepicker-div .ui-datepicker-prev-hover span {
}
#ui-datepicker-div .ui-datepicker-next-hover span {
}
#ui-datepicker-div .ui-datepicker-prev.ui-state-disabled span {
}
#ui-datepicker-div .ui-datepicker-next.ui-state-disabled span {
}
#ui-datepicker-div table {
    width:auto;
    margin:10px auto 18px auto;
}
#ui-datepicker-div th {
    font-size:14px;
    color:#4b555e;
    line-height:34px;
    text-transform:uppercase;
}
#ui-datepicker-div th,
#ui-datepicker-div td {
    width:34px;
    padding:0;
}
#ui-datepicker-div .ui-datepicker-week-end,
#ui-datepicker-div .ui-datepicker-week-end .ui-state-default,
#ui-datepicker-div .ui-datepicker-week-end.date-today .ui-state-default {
    color:#e44c4c;
}
#ui-datepicker-div .ui-state-default,
#ui-datepicker-div .ui-widget-content .ui-state-default,
#ui-datepicker-div .ui-widget-header .ui-state-default {
    font-size:14px;
    font-weight:normal;
    color:#333;
    line-height:34px;
    text-align:center;
    padding:0;
    border:0;
    background:none;
}
#ui-datepicker-div .ui-state-hover,
#ui-datepicker-div .ui-state-active,
#ui-datepicker-div .date-today:hover .ui-state-highlight,
#ui-datepicker-div .ui-datepicker-week-end .ui-state-hover {
    color:#fff;
    background:#ffb52b;
}
#ui-datepicker-div .date-today .ui-state-highlight {
    color:#000;
    line-height:32px;
    background:none;
    border:1px solid #ffb52b;
}
#ui-datepicker-div td.dp-highlight {
    background: rgba(255, 181, 43, 0.67);
}
#ui-datepicker-div td.first-last {
    background: rgba(255, 181, 43, 1);
}


/*     FORM BOTTOM     */

.form-progress {
    line-height: 10px;
    height: 10px;
    display: none;
    position: relative;
    background: #e6ecf4;
}
.form-progress-bar {
    line-height: 10px;
    height: 10px;
    position: relative;
    background: #fdb813;
    overflow: visible !important;
}
.form-progress-counter {
    text-align: center;
    line-height: 36px;
    position: absolute;
    right: -36px;
    margin: 20px 0 0 0;
    width: 72px;
    height: 36px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
}
.form-progress-counter:before {
    content:"";
    position: absolute;
    left: 50%;
    width:21px;
    height:10px;
    margin:-10px 0 0 -10px;
    background:url(../images/sprite.png) -407px -37px no-repeat;
}
.form-not-found {
    text-align: center;
    min-height: 72px;
    display: none;
    position: relative;
    padding: 10px;
    background: #e6ecf4;
    box-sizing: border-box;
}
.form-not-found-inner {
    display: inline-block;
}
.form-not-found-text {
    min-height: 72px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 0 0 60px;
}
.form-not-found-text:before {
    content: "";
    position: absolute;
    width: 46px;
    height: 43px;
    margin: 0 0 0 -60px;
    background: url(../images/sprite.png) -142px -63px no-repeat;
}


/*     AUTOCOMPLETE     */

.js-autocomplete.search-all-cities input {
    display: none;
    padding-right: 25px;
}
.js-autocomplete .autocomplete-result {
    text-align: left;
    line-height: 42px;
}
.js-autocomplete.search-all-cities .autocomplete-result {
    font-size: 18px;
}
.js-autocomplete.search-all-cities .autocomplete-result.flag {
    padding-right: 25px;
}
.js-autocomplete.search-all-cities .autocomplete-result .autocomplete-value {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 25px;
}
.js-autocomplete.focus input {
    display: block;
}
.js-autocomplete.focus .autocomplete-result {
    display: none;
}
.js-autocomplete input.suggestions,
.js-autocomplete:hover input.suggestions {
    border-color: #fff;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
}
.autocomplete-suggestions {
    overflow: auto;
    margin: 2px 0 0 0;
    border: 1px solid #dbe2ef;
    border-top: 0;
    background: #fff;
    box-sizing: border-box;
}
.autocomplete-suggestions.search-city {
    overflow-y: auto;
    position: relative;
    margin: -2px 0 0 0;
    padding: 12px 0 10px 0;
    border: 0;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0px 9px 12px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 9px 12px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 9px 12px 0px rgba(0,0,0,0.2);
}
.autocomplete-suggestions.search-city:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 10px;
    right: 10px;
    border-top: 2px dotted #d1ddec;
}
.autocomplete-suggestion {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    padding: 5px 34px 5px 25px;
    cursor: pointer;
}
.autocomplete-suggestion:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 7px;
    margin: 6px 0 0 -15px;
    background: url(../images/sprite.png) -129px -49px no-repeat;
}
.autocomplete-selected .autocomplete-city,
.autocomplete-selected .autocomplete-country {
    color: #0193cf;
}
.js-autocomplete.search-all-cities .autocomplete-result .autocomplete-data,
.autocomplete-suggestion .autocomplete-country-flag {
    display: block;
    position: absolute;
    right: 6px;
    width: 22px;
    height: 16px;
    outline: 1px solid #d1ddec;
    background-size: cover;
    background-repeat: no-repeat;
}
.js-autocomplete.search-all-cities .autocomplete-result .autocomplete-data {
    top: 14px;
    right: 26px;
    display: none;
}
.js-autocomplete.search-all-cities .autocomplete-result.flag .autocomplete-data {
    display: block;
}


/*     AUTOCOMPLETE     */

.fotorama {
    border-radius: 3px 3px 0 0;
}
.fotorama__thumb-border {
    display: none;
}
.fotorama__thumb {
    position: relative;
}
.fotorama__thumb:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,.5);
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
}
.fotorama__thumb:hover:before,
.fotorama__active .fotorama__thumb:before {
    background: none;
}
body .fotorama .fotorama__nav--thumbs .fotorama__nav__frame {
    padding: 3px;
}
.fotorama__arr {
    width: 78px;
    height: 60px;
    margin-top: -27px;
    background: rgba(0,0,0,.5);
    border-radius: 0 3px 3px 0;
}
.fotorama__arr:before {
    content: "";
    position: absolute;
    width: 38px;
    height: 25px;
    margin: 17px 20px;
    background: url(../images/sprite.png) -58px -35px no-repeat;
}
.fotorama__arr:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0 3px 3px 0;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.fotorama__arr:hover:after {
    background-color: rgba(1,147,207,.35);
}
.fotorama__arr--prev {
    left: 0;
}
.fotorama__arr--prev:before {
    transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
}
.fotorama__arr--next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.fotorama__arr--next:after {
    border-radius: 3px 0 0 3px;
}
.fotorama__stage {
    background: #f3f8fe;
}


.search-block__inner .search-block__child .search-block__input-content:before,
.search-block--hotel .search-block__child .search-block__input-content:before {
    content: "";
    position: absolute;
    display: block;
    width: 18px;
    height: 26px;
    left: 10px;
    top: 10px;
    background: url(../images/sprite.png) -22px -35px no-repeat;
    width: 26px;
    background-position: -176px -35px;
}
.kids__dropdown {
    z-index:20;
    position: absolute;
    top:43px;
    left:0;  
    padding:13px 10px 10px 10px;
    background-color: #ffffff;
    box-sizing: border-box;    
    -webkit-box-shadow: 0px 9px 12px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 9px 12px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 9px 12px 0px rgba(0,0,0,0.2); 
    width:100%; 
    display: none;  
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;                 
}
.kids__dropdown:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 10px;
    right: 10px;
    border-top: 2px dotted rgb(209, 221, 236);
}
.input__kids  {
    padding-left: 49px;
}
.kids__dropdown .select2-selection--single,
.kids__dropdown .input {
    padding-left:10px;
    border: solid 2px #d1ddec;
    box-shadow: none !important;
}
.kids__dropdown .select2 {
    box-shadow: none !important;
}
.kids__dropdown .input {
    margin-bottom: 2px;
}
.kids__dropdown .select2 {
    border-radius: 4px;
}
.kids__dropdown .select2:hover {
    -webkit-box-shadow: 0px 9px 12px 0px rgba(0,0,0,0.2) !important;
    -moz-box-shadow: 0px 9px 12px 0px rgba(0,0,0,0.2) !important;
    box-shadow: 0px 9px 12px 0px rgba(0,0,0,0.2) !important;
}
.childrens-dropdown__item__delete {
    position: absolute;
    width: 17px;
    height: 17px;
    right: 15px;
    top: 14px;
    cursor: pointer;
}
.childrens-dropdown__item__delete:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}
.childrens-dropdown__item__delete:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}
.childrens-dropdown__item__delete:before, .childrens-dropdown__item__delete:after {
    content: "";
    position: absolute;
    width: 19px;
    height: 3px;
    background-color: #ff0000;
    margin: 7px 0 0 0px;
}
.childrens-dropdown__item {
    position: relative;
}


.developer-block {
  margin-top: 30px;
}
.form-policy-link,
.form-policy-link:hover {
    color:#026a96;
}

.addall{   font-size:13px;   width: 100%;    display: flex;}
.add1{ width: 50%; box-sizing:border-box;    padding: 2%; margin:3%;    background: #e9e9e9;}
.add2{ width: 50%; box-sizing:border-box;    padding: 2%; margin:3%;    background: #e9e9e9;}
.addall span,.addall p  { font-size:13px;color:#000;}
.addall a:hover, .addall a:focus { color:#000;}
.addall p  { font-size: 13px;    line-height: 20px;    color: rgb(0, 0, 0);}
.yandexnav{display: flex;    align-items: center;}

.articles-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.articles-container {  
  width: 100%;
}
.articles img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.articles {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr 12px 1fr;    
    grid-template-columns: 1fr 1fr 1fr;    
    gap: 12px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.articles &gt; *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1
}
.articles &gt; *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3
}
.articles &gt; *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5
}
.articles &gt; *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7
}
.article {  
  overflow: hidden;
  border-radius: 1rem;
  margin-bottom: unset;
}
.article__wrap {
  position: relative;
  height: 100%;
}
.article_1fr {
  border: 1px solid #ccc;
  aspect-ratio: 363/345;
  
}
.article_1fr .article__image {
  height: 65%;
}
.article_2fr {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  aspect-ratio: 15/7;
  
}
.article_2fr .info_white {
  color: white;
  background-color: #00000025;
}

.article_2fr .article__info {
	position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.81)), color-stop(30%, rgba(0,0,0,0.69)), color-stop(61%, rgba(0,0,0,0.57)), color-stop(80%, rgba(0,0,0,0.26)));
  background: -o-linear-gradient(bottom, rgba(0,0,0,0.81) 0%, rgba(0,0,0,0.69) 30%, rgba(0,0,0,0.57) 61%, rgba(0,0,0,0.26) 80%);
  background: linear-gradient(0deg, rgba(0,0,0,0.81) 0%, rgba(0,0,0,0.69) 30%, rgba(0,0,0,0.57) 61%, rgba(0,0,0,0.26) 80%);
	color: white;
}

.article__image {
  position: relative;
}
.article__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  height: 35%;
  width: 100%;
}
.article__heading {
  font-size: 1.1rem;
  overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2;
   -webkit-box-orient: vertical;
}
.article__date {
  font-size: 0.75rem;
}
.article__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #00000030;
  -webkit-transition: opacity ease .5s;
  -o-transition: opacity ease .5s;
  transition: opacity ease .5s;
  opacity: 0;
  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  
}
.article__overlay .overlay__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
	padding: .8rem 1.5rem;
	background-color: #fff;
	border-radius: 1.6rem;
}
.article:hover .article__overlay {
  opacity: 1;
}
@media (pointer: coarse), (hover: none) {
  .article:hover .article__overlay {
	opacity: 0;
	}
}
.image__center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 10px 0;
}

@media (max-width: 950px) {
  .articles {    
    -ms-grid-columns: 1fr 10px 1fr;    
    grid-template-columns: 1fr 1fr;    
    gap: 10px
  }
}

@media (max-width: 660px) {
	.article__heading {
		-webkit-line-clamp: 1; /* number of lines to show */
           line-clamp: 1;
	}
}

@media (max-width: 500px) {
  .articles {    
    -ms-grid-columns: 1fr;    
    grid-template-columns: 1fr;    
  }
  .article__info {
	padding: 10px;
  }
  .article__heading {
		-webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2;
	}
  .article_2fr {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    border: 1px solid #ccc;
    aspect-ratio: 363/300;
  }
	.article_2fr .article__image {
		height: 65%;
	}

	.article_2fr .article__info {
		position: absolute;
		bottom: 0;
		left: 0;
		background: unset;
		color: inherit;
	}

	.article_2fr .info_white {
		color: inherit;
		background-color: transparent;
	}
  
  .article_1fr {
    aspect-ratio: 363/300;
  }
}

.reviews .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;

	padding: 0 10px;
}

.reviews .reviews__title {
	text-align: center;
	margin-bottom: 1rem;
	font-size: 1.2rem;
	font-weight: 700;
}
@media (max-width: 750px) {
	.reviews .container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		gap: 10px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;

		padding: 0 10px;
	}
}

.header__social-link {
	float: right;
	display: none;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 60px;
	margin-right: 20px;
}

@media (min-width: 569px) {
	.header__social-link {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}


@media only screen and (max-width: 1350px) {
  .skype-holder {
    display: none;
  }
}

@media only screen and (max-width: 1190px) {

    head {
        max-width:1190px;
    }

    /*     HEADER    */

    .header__tour-selection-button {
        padding:0 30px;
    }
    .hot-tours {
        width: 682px;
        margin:0 auto;
    }
    .mobile-menu-button {
        display: block;
    }

    /*     PROMO     */

    .promo.owl-carousel,
    .promo.owl-carousel .owl-item {
        height:170px;
        min-height:170px;
        margin-bottom:0;
        max-height: 170px;
        overflow: hidden;
    }
    .promo-block__item {
        height:360px;
        padding:0;
    }


    /*     SEARCH     */

    .search-block__main {
        margin:0;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }
    .search-block {
        padding:40px 20px;
    }
    .search-block__input-block {
        margin-right:20px;
    }
    .search-block__dest,
    .search-block__dates {
        width: 29%;
        max-width: 29%;
        min-width: 29%;
    }
    .search-block__child,
    .search-block__adults {
        width: 16.5%;
        max-width: 16.5%;
        min-width: 16.5%;
    }
    .search-block__resort {
        width:auto;
        max-width:none;
        min-width:0;
    }


    /*     BANNERS     */

    .banner__price {
        top:10px;
        right:10px;
    }

    /*     DESTINATIONS     */

    .inner-wrap__destinations-bottom {
        margin-top: 75px;
    }
    .destinations-wrap {
        padding-bottom: 68px;
        padding-top: 48px;
    }


    /*    USEFUL INFORMATION     */

    .useful-information {
        flex-flow: column nowrap;
        -webkit-flex-flow: column nowrap;
    }
    .useful-information__grid-item {
        margin:0 0 18px 0 !important;
        flex-basis: auto;
        -webkit-flex-basis: auto;
    }
    .useful-information__grid-item--order1 {
        order:2;
        -webkit-oreder:2;
    }
    .useful-information__grid-item--order2 {
        order:1;
        -webkit-oreder:1;
    }

    /*     USEFUL INFORMATION - COUNTRIES LIST     */

    .country-list {
        max-width: 950px;
        margin:0 auto;
    }

    /*     USEFUL INFORMATION - SEASONS LIST     */

    .seasons-block__main {
        margin-top:0;
        margin-bottom:18px;
    }
    .seasons-list__grid-row {
        justify-content: center;
        -webkit-justify-content: center;
    }
    .seasons-list__grid-item {
        width: 95px;
        flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
    }
    .seasons-block__main .seasons-list__grid-item {
        margin-right:58px;
    }
    .seasons-list__grid-item:last-child {
        margin-right:0;
    }


    /*     USEFUL INFORMATION - FORM     */

    .bg-form {
        padding:36px 20px 40px 20px;
    }
    .bg-form__main .bg-form__desc {
        max-width: 75%;
    }
    .bg-form__consult-main .bg-form__desc {
        max-width: 60%;
    }
    .bg-form__consult-main {
        background-position: right -15px center;
    }

    /*     HOLIDAY LIST    */


    .holiday-list-main .holiday-list__item {
        width:30%;
        max-width:none;
    }
    .holiday-type__show-all {
        margin-top:23px;
    }


    /*     NEWS    */

    .news-block__row {
        flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
    }
    .news-block__item {
        width:240px;
    }
    .news-block__main .news-block__item:last-child {
        display: none;
    }
    .news-block__inner-content .news-block__item {
        max-width:240px;
    }


    /*     BOTTOM FORMS     */

    .double-form {
        flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
    }
    .double-form__left, .double-form__right {
        width:100%;
        flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
    }


    /*     FOOTER     */

    .footer-row {
        flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
        padding:0 80px !important;
    }
    .footer-row__item {
        flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
        margin-right:0;
    }
    .footer-row__item-1 {
        order:3;
        -webkit-order:3;
        width:60%;
        padding-right:30px;
        margin:0 auto;
        margin-top:30px;
    }
    .footer-row__item-2 {
        order:1;
        -webkit-order:1;
        width:60%;
        box-sizing: border-box;
        padding-right:30px;
    }
    .footer-row__item-3 {
        order:2;
        -webkit-order:2;
        width:40%;
        box-sizing: border-box;
    }
    .footer-row__item-4 {
        order:4;
        -webkit-order:4;
        width:40%;
        margin-top:15px !important;
    }
    .logo-desc__footer {
        width:260px;
    }
    .promo.owl-carousel .owl-dots {
        margin-top:-35px;
    }

    .nav-block {
        display: none;
    }
}
@media only screen and (max-width: 1100px) {
    head {
        max-width:1100px;
    }
    .inner-wrap {
        margin-left: 20px;
        margin-right: 20px;
    }
    .sidebar-columns {
        width:860px;
        max-width:100%;
        margin-left:auto;
        margin-right:auto;
    }

    /*     INNER PAGE    */

    .sidebar-columns {
         flex-flow: column nowrap;
        -webkit-flex-flow: column nowrap;
    }
    .sidebar, .sidebar-column-right  {
        width:100%;
        max-width:100%;
        flex-basis: auto;
        -webkit-flex-basis: auto;
    }
    .sidebar {
        order:2;
        -webkit-order:2;
        margin-top: 40px;
        width:100%;
        max-width:100%;
        padding-right: 0;
    }
    .sidebar-column-right,
    .sidebar-column-right.grid-row__grid-item {
        order:1;
        -webkit-order:1;
        width:100%;
        max-width:100%;
    }
    .list__block-menu {
        box-sizing: border-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        width: 100%;
    }
    .list__block-menu:after {
        content: "";
        flex: auto;
        width:29%;
        max-width:29%;
        display: block;
    }
    .list__block-menu .list__item {
        width:29%;
        box-sizing: border-box;
    }
    .sidebar__block-simple .list__2column .list__item {
        width:29%;
        box-sizing: border-box;
    }
    .holiday-list-inner .holiday-list__item {
        width:29%;
        max-width:29%;
    }
    .seasons-block__inner {
        background-position: right -80px bottom -20px;
        background-size: auto auto;
    }
    .seasons-block__inner .seasons-list__grid-item {
        margin-right: 58px;
    }
    .seasons-block__inner .seasons-list__grid-item:last-child {
        margin-right: 0;
    }
    .seasons-block__inner .seasons-list__grid-item {
        width: 95px;
        flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
        margin-bottom:0 !important;
    }
    .news-block__inner .news-block__item {
        max-width:240px;
        flex:0 1 auto;
        -webkit-flex:0 1 auto;
    }
    .news-block__inner .news-block__row {
        max-width:580px;
        margin:0 auto;
    }

    /*    COUNTRIES INNER     */

    .country-list-inner {
        max-width:950px;
        margin:0 auto;
    }
    .countries__h2 {
        text-align: center;
    }
    .sidebar__block-expand .list {
        box-sizing: border-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }
    .sidebar__block-expand .list__item {
        flex:0 1 auto;
        -webkit-flex:0 1 auto;
        box-sizing: border-box;
        width:29%;
    }
    .sidebar__block-expand .list:after {
        content: "";
        flex: auto;
        width: 29%;
        max-width: 29%;
        display: block;
    }
}

@media only screen and (max-width: 1040px) {
    .inner-wrap {
        margin-left: 20px;
        margin-right: 20px;
    }
    .popup-steps__grid-item-left {
        display: none;
    }
    .popup-steps {
        width:600px;
        max-width: 100%;
    }
}


@media only screen and (max-width: 991px) {
    
     .popup-steps__wrap {
    position: relative;
}
 #logos {   display: block;
    position: absolute;
    background: url(https://guru-tour.ru/images/logo.png) 0px 0px / contain no-repeat;
    width: 85%;
    height: 64px;
    max-width: 270px;
    top: 7%;
    padding-top: 47px;
    text-align: right;
    box-sizing: border-box;
    color: rgb(138, 203, 232);
}
}

    /*     HEADER     */

    .header__tour-button-text {
        display:none;
    }
    .icon__avia--rmargin {
        margin:0;
    }


@media only screen and (max-width: 900px) {

    /*     NEWS    */

    .news-block__main .news-block__item {
        margin-bottom:35px;
    }
    .news-block__main .news-block__item:last-child {
        display:block;
    }
    .news-block__main .news-block__item:last-child,
    .news-block__main .news-block__item:nth-last-child(2) {
        margin:0;
    }
    .news-block__row {
        max-width:580px;
        margin:0 auto;
    }

    /*    COUNTRIES INNER     */

    .country-list-inner {
        max-width:580px;
    }

    /*     USEFUL INFORMATION - COUNTRIES LIST     */

    .country-list-main {
        background-size: 320px auto;
        background-position: right -70px bottom -80px;
        background-color: #f3f8fe;
    }
    .country-list {
        max-width:580px;
        margin:0 auto;
    }
    .country-list-main .show-all {
        margin-top: 16px;
    }

    /*     HOLIDAY LIST    */

    .holiday-list {
        max-width: 580px;
        margin: 0 auto;
    }
    .holiday-list-main .holiday-list__item,
    .holiday-list-inner .holiday-list__item {
        width: 48%;
        max-width: 260px;
    }
    .sidebar__block-simple .list__2column,
    .list__block-menu {
        max-width: 580px;
        margin: 0 auto;
    }
    .sidebar__block-simple .list__2column .list__item,
    .list__block-menu .list__item {
        width: 48%;
        max-width: 260px;
    }


    /*     FOOTER     */

    .footer {
        padding-bottom:20px;
    }
    .footer-row__item-1 {
        order:5;
        -webkit-order:5;
        text-align: center;
        width:470px;
        max-width:100%;
        margin:10px auto 0 auto;
        padding:0;
    }
    .footer-row__item-2 {
        order:2;
        -webkit-order:2;
    }
    .footer-row__item-3 {
        order:3;
        -webkit-order:3;
    }
    .footer-row__item-4 {
        order:4;
        -webkit-order:4;
        text-align: center;
        width:470px;
        max-width:100%;
        margin-left:auto;
        margin-right:auto;
    }
    .footer-row__item-4 .contact-block {
        margin-bottom:15px;
        padding-left:0;
    }
    .footer-row__item-4 .contact-block .icon {
        display: none;
    }
    .footer-row__item-5 {
        order:1;
        -webkit-order:1;
    }
    .footer__logo {
        display: inline-block;
    }
    .footer-row__item:last-child {
        margin:12px auto 5px auto;
    }
    .contact-block__footer-phones {
        margin-bottom:10px;
    }
    .contact-block .footer__callback-link {
        margin-top:8px;
    }
    .logo-desc__footer {
        width:320px;
        margin:10px auto 0 auto;
        padding-top:8px;
        max-width:100%;
    }
    .footer .social {
        margin-top:30px;
    }
    .main-wrap {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .main-wrap__ps {
        font-size:12px;
        margin-top:27px;
    }
    .list__block-menu:after {
        display: none;
    }
    .sidebar__block-expand .list {
        max-width: 580px;
        margin: 0 auto;
    }
    .sidebar__block-expand .list__item {
        width: 48%;
        max-width: 260px;
    }
    .sidebar__block-expand .list:after {
        display: none;
    }
}

@media only screen and (max-width: 800px){
    .promo-block__inner .promo-block__item {
    height: 170px;
    padding:0;
}

.owl-item .promo-block__item-wrap {
    position: relative;
    padding: 0 20px;
    top: -105px;
}

.promo-block__item-wrap {
    position: relative;
    padding: 0 20px;
    top: -15px;
}
    head {
        max-width:800px;
    }

    .inner-wrap {
        margin-left: 0px;
        margin-right: 0px;
    }
    .inner-wrap-full {
        padding-left:0;
        padding-right: 0;
    }
    .inner-wrapper,
    .destinations-wrap__inner {
        padding-left:20px;
        padding-right:20px;
    }

    h1, .h1 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom:16px;
        text-align: center;
    }

    .inner-wrapper--index-content .title {
      margin-top: 50px;
      margin-bottom: 35px;
    }

    .sidebar-column-right .inner-wrapper {
        padding-top: 38px;
    }

    h2, .h2 {
        font-size: 26px;
        margin-bottom:16px;
    }

    /*     HEADER     */

    .header__tour-selection-button {
        padding: 0 20px;
    }
    .header__phone {
        font-size:13px;
    }
	.phone, .phone:hover{
        font-size:13px;
    }
	.header__phone, .header__callback-link {
    margin-right: 5px;
    border: none;
}
	
	
    .header__callback-link,
    .header__google-play,
    .header__where-buy:before,
    .header__logo-desc-cont:before {
        display: none;
    }
    .header__where-buy {
        padding:0;
    }
    .header__logo-desc {
        font-size:11.8px;
    }
    .header__logo-desc-cont {
        position: absolute;
        margin:0;
        padding:0;
        max-width:none;
        width:200px;
        top:54px;
        left:85px;
    }
    .logo {
        width:252px;
        height:58px;
    }
    .header__nav-cont {
        max-width:50px;
        flex:0 1 auto;
    -webkit-flex:0 1 auto;
    }
    .header__nav-cont {
        margin-right:0;
    }
    .nav__menu-buttons {
        display: block;
    }
    .nav-block-mobile .nav {
        padding: 80px 35px 30px 50px;
    }

    /*     PROMO     */

    .promo-block__item-title {
        font-size:21px;
    }
    .promo-block__item-desc {
        font-size:16px;
    }


    /*     SEARCH     */

    .search-block__adults,
    .search-block__child,
    .search-block__nights,
    .search-block__stars,
    .search-block__food {
        display: none;
    }
    .search-block__row {
        flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
        width:500px;
        max-width:100%;
        margin:0 auto !important;
    }
    .search-block__input-block {
        margin:0 0 20px 0;
    }
    .search-block__input-block {
        width:100%;
        max-width:100%;
        min-width:100%;
    }
    .search-block__full-link {
        position: relative;
        right:auto;
        top:auto;
    }
    .search-block__find {
        position: relative;
        padding-bottom:52px;
    }
    .search-block__find .search-block__input-label {
        position: absolute;
        left:0;
        right:0;
        bottom:0;
        text-align: center;
    }
    .search-block {
        padding: 40px 20px 2px 20px;
    }
    .full-search__h2 {
        display: none !important;
    }
    .search-block-full {
        margin-top:0px;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
    }
    .search-block-full .search-block__input-block {
        display: block !important;
    }
    .search-block-full {
        margin-top: 0;
        padding: 40px 20px;
    }
    .search-block-full--two-part {
        padding:0;
    }
    .search-block-full__top {
       border-top-left-radius: 0;
       -moz-border-top-left-radius: 0;
       -webkit-top-bottom-left-radius: 0;
       border-top-right-radius: 0;
       -moz-border-top-right-radius: 0;
       -webkit-border-top-right-radius: 0;
        padding: 40px 20px 30px;
    }
    .search-block-full--two-part.bottom-hidden .search-block-full__top {
        padding-bottom: 40px;
        border-bottom-left-radius: 0;
        -moz-border-bottom-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        -moz-border-bottom-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
     }
    .search-block-full__bottom {
        border-bottom-left-radius: 0;
        -moz-border-bottom-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        -moz-border-bottom-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
         padding: 30px 20px 40px;
    }

    .search-block--hotel {
        margin-top: 40px;
    }
    .search-block-full .search-block__grid-row {
        flex-flow: column wrap;
        -webkit-flex-flow: column wrap;
    }
    .search-block-full .search-block__column {
        margin-right:0;
        flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
        margin-bottom:0;
    }
    .search-block-full .search-block__search {
        margin-top: 0;
        order:2;
        -webkit-order:2;
    }
    .search-block-full .search-block__hotel {
        order:1;
        -webkit-order:1;
    }
    .search-block__inner-item {
        flex:1;
        -webkit-flex:1;
    }

    /*     HOT TOURS     */

    .hot-tours__h2 {
        margin-top: 33px;
    }
    .hot-tours {
        max-width:100%;
        width:320px;
    }
    .hot-tours__item {
        margin-bottom: 20px;
    }


    /*     STEPS    */

    .steps-form h3,
    .steps-form .h3 {
        font-size: 26px;
    }
    .steps-form__h3 {
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .steps-form .steps-form__blue-text {
        display: none;
    }
    .steps-form .steps-form__grid-row {
        flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
    }
    .steps-form .steps-form__grid-item {
        width:100%;
        max-width:100% !important;
        margin:0;
        flex:0 1 auto;
        -webkit-flex:0 1 auto;
        margin-bottom:18px
    }
    .steps-form .steps-form__steps {
        margin:0;
        position: absolute;
        left:0;
        top:0;
        right:0;
    }
    .steps-form .steps-form__mobile-wrap {
        padding-top:66px;
        position: relative;
        margin-top:10px;
    }
    .steps-form .steps__step-item--2,
    .steps-form .steps__step-item--3 {
        display: none;
    }
    .steps-form .steps__step-item--1,
    .steps-form .steps__step-item--2,
    .steps-form .steps__step-item--3 {
        left:50%;
    }
    .steps-form .steps--1 .steps__bar-progress,
    .steps-form .steps--2 .steps__bar-progress,
    .steps-form .steps--3 .steps__bar-progress,
    .steps-form .steps__next {
        width:100%;
    }
    .steps-form .steps__next {
        margin-top:0;/*20px;*/
    }
    .steps-form .steps-form__inner-wrap {
        width:500px;
        max-width:100%;
        margin:0 auto;
    }
    .steps-form .input-label {
        text-align: center;
    }
    .steps-form {
        margin-bottom: 80px;
        padding: 12px 18px 20px 18px;
    }
    .steps-form__grid-item-comment {
        text-align: center;
    }
    .steps-form .steps-form__slide--4 .h3 {
        font-size: 26px;
        margin-bottom:33px;
    }
    .steps-form .steps-form__desc {
        font-size:16px;
    }
    .steps-form .steps-form__slide--4 {
        padding: 33px 0 86px 0 ;
    }


    /*     DESTINATIONS     */

    .destinations__slide-item--1,
    .destinations__slide-item--2 .destinations__banner--type2 {
        display:none;
    }
    .destinations-wrap__h2 {
        text-transform: uppercase;
        font-size:16px;
    }
    .destinations-wrap__nav-tabs {
        display: none;
    }
    .destinations-wrap {
        padding-bottom: 38px;
        padding-top: 18px;
    }
    .destinations .show-all {
        margin-top:30px;
    }
    .banner__price {
        font-size:16px;
    }
    .banner__country {
        font-size: 18px;
        font-family: sans-serif;
        display: block;
    }
    .destinations__banner--type4,
    .destinations__banner--type3 {
        min-width:0;
    }
    .inner-wrap__destinations-bottom {
        margin-top:42px;
        margin-bottom:0;
    }
    .destinations-wrap-useful {
        padding-bottom:0;
    }
    .useful-information__grid-item:last-child {
        margin-bottom:0 !important;
    }


    /*     BG FORM     */

    .bg-form {
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
    }
    .bg-form__row {
        flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
    }
    .bg-form___input-block {
        width:100%;
        flex:0 1 auto;
        -webkit-flex:0 1 auto;
    }
    .bg-form__main {
        padding: 36px 40px 40px 40px;
    }
    .bg-form__mobile-wrap {
        width:500px;
        max-width:100%;
        margin:0 auto;
    }
    .bg-form__h3 {
        font-size:26px;
        margin-bottom:10px;
    }
    .bg-form__inner .bg-form__desc {
        margin-bottom:18px;
    }
    .bg-form__input-label {
        height:23px;
    }
    .bg-form___input-block {
        margin:0 0 10px 0;
    }
    .bg-form___submit-block {
        max-width:100%;
    }
    .bg-form__button-main {
        width:100%;
    }
    .bg-form__button-main {
        margin-top:3px;
    }
    .bg-form___submit-block {
        margin:10px 0 0 0;
    }
    .bg-form__main .bg-form__desc,
    .bg-form__inner .bg-form__desc,
    .bg-form__consult-inner .bg-form__desc {
        font-size:16px;
        max-width:100%;
    }


    /*   COUNTRY LIST    */

    .country-list .country-list__item {
        display: none;
    }
    .country-list .country-list__item:first-child,
    .country-list .country-list__item:nth-child(2),
    .country-list .country-list__item:nth-child(3),
    .country-list .country-list__item:nth-child(4),
    .country-list .country-list__item:nth-child(5),
    .country-list .country-list__item:nth-child(6),
    .country-list .country-list__item:nth-child(7),
    .country-list .country-list__item:nth-child(8),
    .country-list .country-list__item:nth-child(9),
    .country-list .country-list__item:nth-child(10),
    .country-list .country-list__item:nth-child(11),
    .country-list .country-list__item:nth-child(12) {
        display: block;
    }


    /*   HOLIDAY TYPE    */

    .holiday-type__h2 {
        margin-top: 35px;
    }
    .holiday-list .holiday-list__item {
        display: none;
    }
    .holiday-list .holiday-list__item:first-child,
    .holiday-list .holiday-list__item:nth-child(2),
    .holiday-list .holiday-list__item:nth-child(3),
    .holiday-list .holiday-list__item:nth-child(4),
    .holiday-list .holiday-list__item:nth-child(5),
    .holiday-list .holiday-list__item:nth-child(6),
    .holiday-list .holiday-list__item:nth-child(7),
    .holiday-list .holiday-list__item:nth-child(8),
    .holiday-list .holiday-list__item:nth-child(9),
    .holiday-list .holiday-list__item:nth-child(10),
    .holiday-list .holiday-list__item:nth-child(11),
    .holiday-list .holiday-list__item:nth-child(12) {
        display: block;
    }

    /*     INNER PAGE     */

    .sidebar-columns {
        margin-top: -3px;
    }
    .breadcrumbs-block {
        display: none;
    }
    .inner-resort__text,
    .inner-resort {
        text-align: center;
        padding:0;
        font-size:14px;
    }
    .inner-resort__text .icon {
        display:none;
    }
    .inner__h2 {
        text-align: center;
        font-size:28px;
    }
    .steps-form__main {
        margin-bottom:70px;
    }


    /*     HOTELS LIST INNER     */

    .hotel-block__row {
        flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
    }
    .hotel-block__item {
        flex:0 1 auto;
        -webkit-flex:0 1 auto;
        width:100%;
        max-width:none;
    }
    .hotel-block {
        width:320px;
        max-width:100%;
        margin-left:auto;
        margin-right:auto;
    }
    .hotel-block__photo {
        height:200px;
        position: relative;
        overflow: hidden;
    }
    .hotel-block__image-item {
        height:200px;
        width:320px;
        max-width:100%;
    }
    .hotel-block__image-item img {
        width:320px;
        max-width:100%;
        margin-top:-20px;
    }
    .hotel-block__stars {
        position: absolute;
        right:0;
        top:0;
    }
    .hotel-block__country {
        margin-bottom:17px;
    }
    .hotel-block__nights {
        margin-top:4px;
    }
    .hotel-block__item-price {
        border-top: dotted 2px #d1ddec;
        padding-top: 15px;
        margin:16px 18px 0 18px;
        padding-bottom:45px;
    }
    .hotel-block__icons {
        display: none;
    }
    .hotel-block__price-wrap {
        position: relative;
        bottom:auto;
        right:auto;
        left:auto;
    }
    .hotel-block__row {
        position: relative;
    }
    .hotel-block__show-other-wrap {
        position: absolute;
        bottom:18px;
        left:0;
        right:0;
        z-index:1;
        text-align: center;
    }
    .hotel-block__item-info {
        padding:0;
        margin:15px 18px 0 18px;

    }
    .hotel-block__price {
        font-size:12px;
    }
    .short-other {
        margin:0 8px 0 8px;
    }
    .short-other__show-all {
        margin-bottom:20px;
    }
    .short-other__item {
        display: none;
    }
    .short-other__row {
        flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
        padding:8px;
    }
    .short-other__mobile {
        display: block;
        width:100%;
        border-bottom: dotted 2px #d1dded;
        padding:10px 0;
        font-size:16px;
    }
    .short-other__mobile:last-child {
        border:none;
    }
    .short-other__mobile .button {
        width:100%;
    }
    .hotels__h2 {
        display: block;
        text-align: center;
        margin-top:35px;
    }


    /*     HOTEL DESC BLOCK     */

    .hotel-desc {
        margin-top:20px;
        margin-bottom:0;
    }
    .hotel-desc__item-desc1 {
        order:2;
        -webkit-order:2;
    }
    .hotel-desc__item-desc2 {
        order:3;
        -webkit-order:3;
    }
    .hotel-desc__item-rate {
        order:1;
        -webkit-order:1;
    }
    .hotel-rate__inner {
        border:none;
        padding:0;
    }
    .hotel-social {
        display: none;
    }
    .hotel-desc {
        flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
    }
    .hotel-desc__item {
        width:100%;
        flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
        margin-right:0;
    }
    .hotel-rate__inner {
        float:left;
        width:320px;
        max-width:100%;
        text-align: center;
    }
    .hotel-rate__link {
        font-size:16px;
    }
    .hotel-desc__item:last-child {
        margin-bottom:15px;
    }
    .best-tour__header {
        margin-top:35px;
    }
    .best-tour__left {
        padding: 28px 18px;
    }
    .best-tour__desc {
        margin-top:38px;
    }
    .best-tour__right {
        padding: 38px 18px;
    }


    /*     PHOTO ALBUM     */

    .photo-album {
         flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
    }
    .photo-album__left,
    .photo-album__right {
        width:100%;
        flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
        margin-right:0;
    }
    .photo-album__big-photo {
        margin-bottom:20px;
    }
    .photo-album__big-photo img,
    .photo-album__small-photo img {
        max-width:100%;
        width:100%;
        height:auto;
    }
    .photo-album__small-photo {
        display: none;
        width:50%;
        margin-bottom:0;
    }
    .photo-album__small-photo:first-child,
    .photo-album__small-photo:last-child {
        display: block;
    }
    .photo-album__small-photo:first-child {
        margin-right:20px;
    }
    .photo-album__right {
        box-sizing: border-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-flow: row nowrap;
        -webkit-flex-flow: row nowrap;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        width: 100%;
    }

    /*     BEST TOUR     */

    .best-tour {
        flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
    }
    .best-tour__left,
    .best-tour__right {
        width:100%;
        flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
        margin-right:0;
        max-width:100%;
    }
    .best-tour__right {
        border-left:none;
        border-top: dotted 2px #d1dded;
    }
    .best-tour__right &gt; div {
        margin-left:auto;
        margin-right:auto;
        max-width:400px;
    }


    /*     OTHER TOUR     */

    .other-tours {
        border:none;
        background: none;
        padding:0;
    }
    .other-tours__head {
        display: none;
    }
    .other-tours__row {
        flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
        padding:17px;
    }
    .other-tours .acenter {
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
    }
    .other-tours__item {
        flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
        text-align: left !important;
        min-height:42px;
        display: block !important;
    }
    .other-tours__item-date,
    .other-tours__item-nights,
    .other-tours__item-food {
        width:33.3333%;
        padding-right:0;
    }
    .other-tours__item-date {
        order:1;
        -webkit-order:1;
        padding-left:0;
    }
    .other-tours__item-nights {
        order:2;
        -webkit-order:2;
    }
    .other-tours__item-food {
        order:3;
        -webkit-order:3;
        border:none;
        padding-right:0;
    }
    .other-tours__item-room {
        width:100%;
        order:4;
        -webkit-order:4;
        border:none;
        padding-left:0;
        padding:15px 0;
    }
    .other-tours__item-price {
        width:100%;
        order:5;
        -webkit-order:5;
        border-right:none;
        padding:20px 0 0 0;
        border-top: dotted 2px #d1dded !important;
    }
    .other-tours__price-header,
    .other-tours__price-button {
        width:42%;
        max-width:42%;
        display: inline-block;
        box-sizing: border-box;
        height:40px;
        line-height: 40px;
        float:left;
    }
    .other-tours__price-button {
        width:56%;
        max-width:56%;
        float:right;
    }
    .other-tours__price-header {
        margin:0;
    }
    .other-tours__price-button {
        padding:0;
    }
    .other-tours__header {
        margin-top: 35px;
    }
    .inner__h2 {
        margin-top:35px;
    }
    .inner-tabs__hotel-page {
        margin-top: 35px;
        border-bottom:none;
        margin-bottom:0;
        padding:0;
    }
    .sidebar__block {
        margin-bottom:20px;
    }
    .other-tours__mobile-header {
        display: block;
    }

    /*     COUNTRY BLOCK     */

    .country-block {
        flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
        margin-bottom:20px;
        padding:18px;
    }
    .country-block__item {
        width:100%;
        flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
        padding:0;
        margin:0 0 18px 0;
        border-right:none;
    }
    .country-block__item:first-child {
        border-bottom: dotted 2px #d1dded;
        padding-bottom:18px;

    }


    /*    FIND US     */

    .find-us {
        flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
    }
    .find-us__grid-item,
    .find-us &gt; .grid-row__grid-item-phone,
    .find-us &gt; .grid-row__grid-item {
        width:100%;
        flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
        margin-bottom:20px;
        max-width:100%;
        margin-right: 0;
    }
    .find-us__grid-item:last-child {
        margin-bottom:0;
    }


    /*     PAGE     */

    .three-columns {
        flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
    }
    .three-columns .grid-row__grid-item {
         width:100%;
        flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
        margin-bottom:20px;
        max-width:100%;
        margin-right: 0;
    }
    .three-columns__mobile-full-w img {
        max-width:100%;
        height:auto;
        width:100%;
    }
    .img-right, .img-left,
    .img-right img, .img-left img {
        max-width:100%;
        height:auto;
        width:100%;
        float:none;
        margin-left:0;
        margin-right:0;
    }

    /*     POPUP FORMS     */

    .popup-form,
    .callback-form,
    .popup-steps {
        width:360px;
        max-width:100%;
    }
    .popup-form__wrap,
    .callback-form__wrap {
        padding: 35px 20px 40px 20px;
    }
    .popup-form__header,
    .callback-form__header {
        font-size: 26px;
    }
    .popup-form__controls-phone {
        flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
    }
    .popup-form__controls-phone .popup-form__grid-item {
        flex:0 1 auto;
        -webkit-flex:0 1 auto;
        max-width:100%;
        width:100%;
        margin-right:0;
    }
    .popup-form__controls-phone .popup-form__grid-item-rbutton {
        margin-top:20px;
    }
    .popup-form__controls .popup-form__grid-item:only-child {
        width:100%;
        max-width:100%;
    }
    .popup-steps__header {
        font-size:26px;
    }
    .popup-steps__wrap {
        padding:0 20px;
    }
    .popup-steps-next {
        width: auto;
    }
    .callback-button {
        margin-top:0;
    }
    #callback-form2 .popup-form__controls,
    #callback-form3 .popup-form__controls,
    #callback-form4 .popup-form__controls {
        min-height:390px;
    }

    /*     FOTORAMA     */

    .fotorama__nav-wrap {
        display:none;
    }


}

@media only screen and (max-width: 650px) {

    head {
        max-width: 650px;
    }

    /*     SEASONS LIST     */

    .seasons-list__grid-row {
        flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
        width:320px;
        max-width:100%;
        margin:0 auto;
    }
    .seasons-list__grid-item,
    .seasons-block__inner .seasons-list__grid-item {
        margin:0;
        margin-bottom:30px !important;
    }
    .seasons-list__summer,
    .seasons-list__winter {
        width:65% !important;
        margin-right:0 !important;
    }
    .seasons-list__spring,
    .seasons-list__autumn {
        width:35% !important;
        margin-right:0 !important;
    }
    .seasons-list__winter,
    .seasons-list__spring,
    .seasons-block__inner .seasons-list__winter,
    .seasons-block__inner .seasons-list__spring {
        margin-bottom:0 !important;
    }


    /*     NEWS     */

    .news-block__row {
        width:240px;
        max-width:100%;
        margin:0 auto;
    }
    .news-block__item {
        display: none !important;
    }
    .news-block__item:first-child,
    .news-block__item:nth-child(2) {
        display: block !important;
    }
    .news-block .show-all {
        margin-top:0;
    }
    .news-block__main {
        margin-bottom:40px;
    }
    .news-block {
       padding: 35px 18px 33px 18px;
    }
    .news-block__main .news-block__item {
        max-width:100%;
    }
    .news-block__inner .news-block__item {
        margin-bottom:35px !important;
    }

    /*   BG FORM   */

    .bg-form__h3,
    .bg-form__consult-inner .bg-form__h3,
    .bg-form__left .bg-form__desc,
    .bg-form__right .bg-form__h3,
    .bg-form__right .bg-form__desc,
    .bg-form__consult-main .bg-form__desc {
        max-width:100%;
    }
    .bg-form__right {
        background-image: url('../images/orange_form.png');
        background-repeat: no-repeat;
        background-position: right top -18px;
    }

    /*     FOOTER     */

    .footer .social {
        margin-top: 30px;
        position: absolute;
        top: 15px;
        left: 0;
        right: 0;
        text-align: center;
    }
    .footer:before {
        top:0;
        left:0;
        right:0;
    }
    .footer-row {
        padding: 0 20px !important;
    }
    .footer-row__item-2,
    .footer-row__item-3 {
        display: none;
    }


    /*     PHOTO ALBUM 2     */

    .photo-album2 {
        padding-bottom: 15px;
    }
    .photo-album2 h4,
    .photo-album2 .h4 {
        margin-bottom:16px;
    }
    .photo-album2__right {
        display: none;
    }
    .photo-album2__left {
        width: 100%;
        max-width: 100%;
    }
    .photo-album2 .show-all {
        margin-top:8px;
    }
    .photo-album2 .show-all__link {
        font-size:16px;
    }

    .sidebar {
        margin-bottom:40px;
    }

    .photo-album2 .show-all__prev,
    .photo-album2 .show-all__next {
        bottom:-39px;
    }
    .photo-album2 .show-all__prev,
    .photo-album2 .show-all__next {
        bottom:auto;
        top:50%;
        margin-top: -12px;
        display: block;
    }
    .photo-album2 .show-all__prev {
        left:35px;
    }
    .photo-album2 .show-all__next {
        right:35px;
    }
    .photo-album2 {
        display: none;
    }
    .photo-album2--mobile {
        display: block;
    }

}

@media only screen and (max-width: 635px) {
   .emek{ display: block; max-width:100%;
    min-width: 300px;
    padding: 5px;}
}

@media only screen and (max-width: 600px) {
 

    .promo.owl-carousel .promo-block {
    margin-bottom: 0;
    background-attachment: scroll;
    background-position: 0 0;
    background-size: 100%;
}.promo.owl-carousel .owl-dots {
    margin-top: -60px;
}

    /*   COUNTRY LIST    */

    .country-list {
        width:320px;
        max-width: 100%;
        justify-content: center;
        -webkit-justify-content: center;
    }

    /*   HOLIDAY TYPE    */

    .holiday-list {
        width:320px;
        max-width: 100%;
        justify-content: center;
        -webkit-justify-content: center;
    }
    .holiday-list__item {
        max-width: 100% !important;
        width:260px !important;
    }

    /*    COUNTRIES INNER     */

    .country-list-inner,
    .country-list-inner .country-list__item{
        max-width:100%;
        width:100%;
    }

    /*    SIDEBAR MENU     */

    .list__block-menu .list__item {
        width: 100%;
        max-width: 260px;
    }
    .sidebar__block-simple .list__2column, .list__block-menu {
        width:320px;
        max-width: 100%;
        justify-content: center;
        -webkit-justify-content: center;
    }
    .sidebar__block-simple .list__2column {
        justify-content: space-between;
    -webkit-justify-content: space-between;
    }
    .list__2column:after {
         content: "";
        flex: auto;
        width: 48%;
        max-width: 260px;
    }


    /*    EXPAND BLOCK     */

    .expand-block__row {
         flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
    }
    .expand-block__item {
        flex:0 1 auto;
        -webkit-flex:0 1 auto;
        width:100%;
        margin-right:0 !important;
        margin-bottom:10px;
    }

    .hotels-filter {
        flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
    }
    .hotels-filter &gt; .grid-row__grid-item {
        width:100%;
        margin-right:0;
        margin-bottom: 20px;
    }
    .hotels-filter &gt; .grid-row__grid-item:last-child {
        margin-bottom: 0;
    }
    .sidebar__block-expand .list {
        width: 320px;
        max-width: 100%;
        justify-content: center;
        -webkit-justify-content: center;
    }
    .sidebar__block-expand .list__item {
        width: 100%;
        max-width: 260px;
    }
}

@media only screen and (max-width: 500px) {
	
	.img_l{   display: block;    width: 100%;}
.blogg .country-list__name{font-size: 20px;    padding: 5px 0;    display: block!important;}


	.footer-row {
    display: flex;
    flex-direction: column;
}
.footer-row__item-4 {
    width: 100%;
}

.addall{   font-size:13px;   width: 100%;    display: block;}
.add1{ width: 95%; box-sizing:border-box;    padding: 2%; margin:3%;    background: #e9e9e9;}
.add2{ width: 95%; box-sizing:border-box;     padding: 2%; margin:3%;    background: #e9e9e9;}
/*.addall span,.addall p  { font-size:13px;color:#000;}
.addall a:hover, .addall a:focus { color:#000;}
.addall p  { font-size: 13px;    line-height: 20px;    color: rgb(0, 0, 0);}
.yandexnav{display: flex;    align-items: center;}
*/

.promo.owl-carousel .promo-block {
    margin-bottom: 0;
  /*  background-size: cover;*/
    background-attachment: scroll;background-position-y: 0;
}
  .promo.owl-carousel .owl-dots {
        margin-top:-90px;
    }
    /*     DESTINATIONS     */

    .destinations__slide-item .grid-row {
        flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
    }
    .destinations__slide-item .grid-row__grid-item {
        width:100%;
        margin:0 0 20px 0;
        flex:0 1 auto;
        -webkit-flex:0 1 auto;
    }
    .destinations__banner {
        height:235px;
    }
    .destinations .show-all {
        margin-top: 10px;
    }
}
@media only screen and (max-width: 380px) {
    .promo.owl-carousel .promo-block{
   margin-bottom: 0;
    background-size: inherit;
    background-attachment: scroll;
    background-position: 0 0;
}

    .bg-form__button {
        width:100%;
    }
    .popup-form,
    .callback-form,
    .popup-steps {
        width:290px;
    }
    .popup-form__wrap,
    .callback-form__wrap {
        padding: 30px 20px 35px 20px;
    }
    .callback-button {
        width:100% !important;
    }
    .input-content-children-range .input-select .select2-selection--single {
        padding-left:10px;
    }
}

@media only screen and (max-width: 355px) {
	.logo {
    width: 230px;
    height: 58px;
}
    .mobile-menu-button {
        right:15px;
    }
    .header__where-buy,
    .header__logo-cont {
        margin-left:15px;
    }
    .inner-wrapper,
    .destinations-wrap__inner {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header__logo-desc-cont {
        left:80px;
    }
    .search-block {
        padding: 40px 15px 2px 15px;
    }
    .search-block-full {
        padding: 40px 15px;
    }

    .search-block-full--two-part {
        padding:0;
    }
    
    .search-block-full__top {
        padding: 40px 15px 26px;
    }

    .search-block-full--two-part.bottom-hidden .search-block-full__top {
        padding-bottom: 40px;
    }
    .search-block-full__bottom {
         padding: 26px 15px 40px;
    }

    .bg-form {
        padding: 36px 15px 40px 15px;
    }
    .bg-form__main {
        padding: 36px 15px 40px 15px;
    }
    .destinations-wrap-useful {
        padding:0;
    }
    .h2,h2 {
        display: inline-block;
    }
    .other-tours__item-nights,
    .other-tours__item-food {
        padding-left:10px;
        font-size:14px;
    }
    .other-tours__item-date {
        font-size:14px;
    }
}


/* Added:  PROGRESS BAR  */

.search-progress {
    height:10px;
    margin:10px 0 68px 0;
    box-sizing: border-box;
    position: relative;
}
.search-progress__bar-bg {
    background-color: #f6f6f6;
    border: solid 2px #eaeaea;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
    box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
    width:100%;
    height:10px;
    box-sizing: border-box;
}
.search-progress__bar {
    position: absolute;
    height:10px;
    background-color: #0193cf;
    border: solid 2px #0092cb;
    border-radius: 3px;
    box-sizing: border-box;
}
.search-progress__percent {
    display: block;
    position: absolute;
    top:20px;
    right:-10px;
    width:70px;
    height:36px;
    line-height: 35px;
    text-align: center;
    background: #ffffff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.25);
    z-index:110;
}
.search-progress__percent:before {
    position: absolute;
    top:-10px;
    left:28px;
    content:"";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 10px 7px;
    border-color: transparent transparent #ffffff transparent;

}


#hotelDescriptionID {
    width: 100%;
    border: 0;
}


/* Call button */
.skype-holder {
  position: fixed;
  bottom: 110px;
  right: 40px;
  z-index: 99999 !important;
}
.skype {
  display: block;
  background: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 60px;
  height: 60px;
  position: relative;
  margin: 0 auto;
  border-radius: 60px;
  border: solid 15px #fff;
  animation: play 1.5s ease infinite;
  -webkit-animation: "play" 1.5s ease infinite;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.skype:after {
  background: #FFA41F;
  background-size: 100% 100%;
  background-image: url();
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==");
  line-height: 7px;
  color: #fff;
  font-size: 150px;
  font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
  font-weight: bold;
  text-align: center;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  position: absolute;
  border-radius: 150px;
  z-index: 99999 !important;
}
.skype:hover {
  animation: none;
  -webkit-animation: none;
  transform: scale(1.2);
  transition: 0.5s;
}
#fav {
    font-size: 1px;
    line-height: 1px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../images/a2fav.jpg") 0 0 no-repeat;
    background-size: 24px 24px;
    margin: 3px 0 0 5px;
    position: absolute;
    cursor: pointer;
}
.select2-dropdown {
    z-index: 99999;
}

@keyframes play {
  0% {
    transform: scale(1);
  }
  15% {
    box-shadow: 0 0 0 20px rgba(107, 210, 255, 0.2);
  }
  25% {
    box-shadow: 0 0 0 20px rgba(107, 210, 255, 0.2), 0 0 0 40px rgba(107, 210, 255, 0.2);
  }
  30% {
    transform: scale(1.2);
  }
  50% {
    box-shadow: 0 0 0 20px rgba(107, 210, 255, 0.2), 0 0 0 40px rgba(107, 210, 255, 0.2), 0 0 0 60px rgba(107, 210, 255, 0.2);
  }
  80% {
    transform: scale(1);
  }
}
@-webkit-keyframes play {
  0% {
    transform: scale(1);
  }
  15% {
    box-shadow: 0 0 0 20px rgba(107, 210, 255, 0.2);
  }
  25% {
    box-shadow: 0 0 0 20px rgba(107, 210, 255, 0.2), 0 0 0 40px rgba(107, 210, 255, 0.2);
  }
  30% {
    transform: scale(1.2);
  }
  50% {
    box-shadow: 0 0 0 20px rgba(107, 210, 255, 0.2), 0 0 0 40px rgba(107, 210, 255, 0.2), 0 0 0 60px rgba(107, 210, 255, 0.2);
  }
  80% {
    transform: scale(1);
  }
}
.fancybox-slide--iframe .fancybox-content {
    max-width: 100%;
    max-height: 100%;
}
.fancybox-slide&gt;div {
    margin:0;
}
.fancybox-iframe {
    background:transparent;
}

.basket-frame__wrapper:not(.basket-frame__wrapper-ios) #basket__frame {
    position:fixed;
    top:0px;
    left:0px;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    z-index:100000001;
    border:none;
    display:none;
}
.basket-frame__wrapper-ios {
    position:fixed;
    top:0px;
    left:0px;
    right:0;
    width:100%;
    height:101%;
    z-index:100000001;
    display:none;
    -webkit-overflow-scrolling:touch;
    overflow-y:scroll;
}
.basket-frame__wrapper-ios #basket__frame {
    width:100%;
    height:100%;
    border:none;
    overflow:hidden;
}

.hotel-rate-button.with-reviews {
    height:51px;
}
.hotel-rate-reviews {
    font-size:9px;
    color:#fdffc2;
    line-height:10px;
    text-transform:uppercase;
    display:inline-block;
    border-bottom:1px dotted #fdffc2;
    position:absolute;
    margin:32px 0 0 27px;
}
.hotel-rate-reviews:hover {
    border-bottom:0;
    padding-bottom:1px;
    cursor:pointer;
}
.dotted-link {
    color:#05a0c9;
    text-decoration:none;
    display:inline-block;
    padding:1px 0;
    border-bottom:2px dotted #05a0c9;
}
.dotted-link:hover {
    border-bottom:0;
    padding:1px 0 3px 0;
}
.rate {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    width: 30px;
    height: 24px;
    display: inline-block;
    background: #cacaca;
    border-radius: 2px;
}
.rate--red {
    background: #e52529;
}
.rate--orange {
    background: #fdb813;
}
.rate--green {
    background: #7bc818;
}
.reviews {
    margin: 0 0 50px 0;
    padding: 0;
    -webkit-transition: padding .2s ease;
    -o-transition: padding .2s ease;
    transition: padding .2s ease;
}
.reviews__inner .review__date {
    padding: 4px 0;
    margin: 0 0 5px 45px;
}
.reviews__inner .review__header {
    margin: 10px 0 18px 0;
}
.reviews__inner .review__link {
    font-size: 16px;
    margin-top: 7px;
}
.reviews__inner .review {
    padding: 20px;
}
.reviews__inner .review:nth-child(even) {
    background: #f3f8fe;
}
.review__text-full {
    display: none;
}
.review__rate {
    position: absolute;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.review__date,
.review__hotel {
    margin-left: 60px;
    font-size: 14px;
}
.review__date {
    color: #aabdd5;
}
.review__hotel {
    margin-top: 3px;
}
.review__hotel-text {
    padding-right: 5px;
    display: inline;
}
.review__link {
    margin-top: 10px;
    display: inline-block;
}
.reviews__all-wrap {
    margin: 20px 0 0 0;
    text-align: center;
}
.reviews__all {
    color: #05a0c9;
    font-size: 18px;
    line-height: 18px;
    text-decoration: none;
    display: inline-block;
}
.reviews__inner .review {
    display: none;
}
.reviews__inner .review:first-child,
.reviews__inner .review:nth-child(2),
.reviews__inner .review:nth-child(3),
.reviews__inner .review:nth-child(4) {
    display: block;
}

.payments-list,.payments-list a   {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 10px -10px -10px;
}

@media only screen and (min-width: 901px) and (max-width: 1190px) {
    .payments-list {
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media only screen and (max-width: 900px) {
    .payments-list {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 10px;
    }
}

.payments-img {
    display: block;
    margin: 10px;
}

.hidden {
    display: none;
}
</pre></body></html>