/*Injections*/
@font-face {
    font-family: 'PFDinTextPro-Thin';
    src: url('fonts/PFDinTextPro-Thin.eot@.html') format('embedded-opentype'),  
         url('fonts/PFDinTextPro-Thin.woff.html') format('woff'), 
         url('fonts/PFDinTextPro-Thin.ttf.html')  format('truetype'), 
         url('fonts/PFDinTextPro-Thin.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
      font-family: 'PFDinTextPro-Medium';
      src: url('/styles/PFDinTextPro-Medium.eot@') format('embedded-opentype'),  url('/styles/PFDinTextPro-Medium.woff') format('woff'), 
          url('PFDinTextPro-Medium.ttf.html')  format('truetype'), 
          url('PFDinTextPro-Medium.svg') format('svg');
      font-weight: normal;
      font-style: normal;
}

@font-face {
        font-family: 'PFDinTextPro-Bold';
        src: url('fonts/PFDinTextPro-Bold.eot@.html') format('embedded-opentype'),  
             url('fonts/PFDinTextPro-Bold.woff.html') format('woff'), 
             url('fonts/PFDinTextPro-Bold.ttf.html')  format('truetype'), 
             url('fonts/PFDinTextPro-Bold.svg') format('svg');
        font-weight: normal;
        font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans.eot@.html') format('embedded-opentype'),  
         url('fonts/OpenSans.woff.html') format('woff'), 
         url('fonts/OpenSans.ttf.html')  format('truetype'), 
         url('fonts/OpenSans.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('fonts/OpenSans-Bold.eot@.html') format('embedded-opentype'),  
         url('fonts/OpenSans-Bold.woff.html') format('woff'), 
         url('fonts/OpenSans-Bold.ttf.html')  format('truetype'), 
         url('fonts/OpenSans-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*STOP_Injections*/

/*Content-separators*/
.blur {
    filter:blur(4px);
    -o-filter:blur(4px);
    -ms-filter:blur(4px);
    -moz-filter:blur(4px);
    -webkit-filter:blur(4px);
}

.clr {
    clear: both;
}


* {
    margin: 0;
    padding: 0;
}

body {
    position: relative;
    font-family: 'OpenSans';
    font-size: 100%; 
}

section {
    position: relative;
    background-color: #fff;
}   

.wrap {
    max-width: 61.25em;
    margin: 0 auto;
}

.min-wrap {
    max-width: 43.125em;
    margin: 0 auto;
}

.item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
/*STOP_Content-separators*/

/*Typography*/
h1 {
    font-size: 2.25em;
    font-family: 'PFDinTextPro-Thin';
    font-weight: normal;
    font-style: normal;
}

h2 {
    font-size: 1.5em;   
    font-family: 'PFDinTextPro-Thin';
    font-weight: normal;
    font-style: normal;
}

h3 {
    font-size: 1.5em;
    font-family: 'PFDinTextPro-Medium', 'OpenSans-Bold';
    font-weight: normal;
    font-style: normal;
}

h4 {
    font-size: 1.125em;
    font-family: 'OpenSans-Bold';
    font-weight: normal;
    font-style: normal;
}

p, a {
    font-size: 0.875em;
    font-family: 'OpenSans';
    line-height: 18px;
    color: #333;
}

b {
    font-family: 'OpenSans-Bold';
    font-weight: normal;
    font-style: normal;
}

a {
    text-decoration: underline;
}   

a:hover {
    text-decoration: none;   
}

.top-links a.active {
    color: #e20c30 !important;
}

a.active:hover {
    text-decoration: none !important;
    cursor: default;
}

p.eighteen {
    font-size: 1.125em;   
    font-family: 'OpenSans';
    line-height: normal;
}

span.big {
    font-size: 3em;
    font-family: 'PFDinTextPro-Bold';
    font-weight: normal;
    font-style: normal;
    color: #fff;
    letter-spacing: 1px;
}

span.med {
    font-size: 1.5em;
    font-family: 'PFDinTextPro-Thin';
    color: #fff;
}

/*social-links*/
a.vk,
a.in,
a.fb,
a.tw {
    display: inline-block;
    width: 35px;
    height: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}  

a.vk:hover,
a.in:hover,
a.fb:hover,
a.tw:hover {
    opacity: .65;
}

a.vk {
    background: #45668e url('../images/icons/vk.png') no-repeat;
    background-position: center center;
}

a.in {
    background: #3f729b url('../images/icons/in.png') no-repeat;
    background-position: center center;
    
}

a.fb {
    background: #3b5998 url('../images/icons/fb.png') no-repeat;
    background-position: center center;
}

a.tw {
    background: #55acee url('../images/icons/tw.png') no-repeat;
    background-position: center center;
}
/*STOP_social-links*/

/*STOP_Typography*/

/*Inputs*/
.inp {
    position: relative;
}

input {
    min-width: 240px;
    height: 40px;
    outline: 0;
    font-size: 0.875em;
    padding-left: 15px;
    padding-right: 15px;
    border: 2px solid #e1e1e1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}

input:hover {
    border-color: #f6b1bc;   
}

input:focus {
    border-color: #e20c30; 
}

::-moz-placeholder {
    font-style: italic;   
}

::-webkit-placeholder {
    font-style: italic;   
}

::-ms-placeholder {
    font-style: italic;   
}

input.err {
    border-color: #e20c30;
    color: #e20c30;
}

button, input[type="button"],
input [type="submit"] {
    min-width: 100px;
    height: 40px;
    border: 0;
    outline: 0;
    color: #fff;
    font-size: 0.875em;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #e20c30;   
    border: 2px solid #e20c30;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}

button:hover {
    background-color: rgba(226,12,48,.5);
}

.btn-wide {
    min-width: 150px; 
    height: 45px;
}

.btn-min {
    min-width: 0;
}

button.small {
    min-width: 0;
    width: 30px;
    height: 30px;
    padding: 0;
    font-weight: bold;
}
/*STOP_Inputs*/

/*Content-setups*/
img {
    max-width: 100%;
    vertical-align: middle;
}
/*STOP_Content-setups*/

/*Backgrounds*/
.blur {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    filter: blur(5px);
}

.home-bg,
.city-bg,
.page-bg,
.bg-color {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
}

.bg-color {
    z-index: 2;
    background-color: rgba(0,0,0,.25);
}

.home-bg {
    z-index: 1;
    background: url('../images/bgs/homescreen.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}

.city-bg {
    z-index: 1;
    background: url('../images/bgs/cityscreen.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}

.page-bg {
    z-index: 1;
    background: url('../images/bgs/cityscreen.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
/*STOP_Backgrounds*/

header#top-menu {
    width: 100%;
    height: 72px;
    display: table;
    position: fixed;
    top: 0;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #e1e1e1;
    z-index: 999;
}

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

ul.top-links {
    display: inline-block;
}

body.city ul.top-links {
    float: left;
}

ul.top-links li {
    list-style: none;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    width: 80px;
}

ul.top-links li a {
    font-family: 'OpenSans-Bold';
    color: #282828;
    text-decoration: none;
}

ul.top-links li a:hover {
    color: #e20c30;
    text-decoration: underline;
}

ul.top-links li.logo {
    width: auto;
}

a.logo-btm {
    display: block;
    margin-top: -7px;
    margin-bottom: -35px;
    border: 10px solid #fff;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.logo-bg {
    display: inline-block;
    position: fixed;
    top: 0px;
    margin-left: -70px;
    width: 106px;
    height: 106px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    z-index: 998;
}

/*city-site*/
body.city .logo-bg {
    margin-left: 11px;
}

.call-me {
    float: right;
}

.call-me div {
    display: block;
    float: left;
    margin-top: 15px;
}

.call-me h3 {
    font-size: 1em;
    margin-top: 10px;
    margin-right: 15px;
}

.lang {
    display: inline-block;
    position: relative;
    margin-left: 25px;
    margin-top: 15px;
    float: right;   
    border: 2px solid transparent;
    border-bottom: 0;
    padding: 5px;
    border-radius: 5px 5px 0 0;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

.lang:hover {
    border-color: #e1e1e1;   
}

.lang ul {
    width: 30px;
    left: -2px;
    position: absolute; 
    visibility: hidden;
    opacity: 0;
    border: 2px solid #e1e1e1;
    background-color: #fff;
    border-top: 0;
    padding: 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

.lang:hover ul {
    visibility: visible;
    opacity: 1;  
}

.lang ul li {
    list-style: none;   
}

.lang a {
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;   
}

.lang a:hover {
     opacity: .5;  
}

.m-lang {
    position: absolute;
    top: 15px;
    right: 15px;
}

.m-lang ul {
    visibility: visible;
    opacity: 1;
}

.m-lang ul li {
    float: left;
    list-style: none;
    margin-left: 10px;
    padding: 3px;
}

.m-lang ul li.active {
    border: 2px solid #e1e1e1; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
/*STOP_city-site*/

/*1-screen*/
section#home {
    min-height: 650px;
}

body.city section#home {
    min-height: 500px;
}

.home {
    position: absolute;
    top: 72px; left: 0; right: 0; bottom: 0;
    color: #fff;
    z-index: 3;
}

.home-descr {
    margin-top: 50px;
    text-align: center;
}

.city-search {
    margin-top: 72px;   
}

.search-box {
    padding: 15px;
    background-color: rgba(0,0,0,.4);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.s-b-input {
   position: relative;
   display: inline-block;
   width: 80%; 
}

.search-result {
    position: absolute;
    top: 36px;
    left: 0;
    width: 100%;
    max-height: 150px;
    overflow-y: auto;
    background-color: #fff;
    padding-bottom: 9px;
    border-radius: 0 0 5px 5px;
    z-index: 10;
}

.search-result ul li {
    list-style: none;
}

.search-result ul li a {
    display: block;
    width: 100%;
    padding: 10px 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: url('../images/icons/geo-spr.png') no-repeat 18px center;
    border-top: 1px solid #e1e1e1;
}

.search-result ul li a:hover {
    color: #fff;
    background: #e20c30 url('../images/icons/geo-spr.png') no-repeat 6px center;
}

.search-box input {
    width: 100%;
    height: 45px;
    background: #fff url('../images/icons/city.png') no-repeat; 
    background-size: 20px 24px;
    background-position: 15px center;
    padding-left: 45px;
    border: 0;
}

.s-b-button {
    display: inline-block; 
    width: 19.3%;
}

.search-box button {
    width: 100%;
    min-width: 0;
    padding: 0;
}

.popular-cities {
    margin-top: 36px;   
    padding-bottom:  30px;
}

.p-cities li {
    float: left;
    width: 15%;
    list-style: none;
    text-align: center;
    margin-top: 18px;
    margin-left: 0.8%;
    margin-right: 0.8%;
}

.p-cities li img {
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;  
    border: 7px solid rgba(0,0,0,.45);
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}

.p-cities li:hover img {
    border-color: #e20c30;
}

.p-cities li a {
    color: #fff;   
}

.p-cities li a:hover {
    text-decoration: none;
}

/*city*/

.match {
    margin-top: 100px;
}

.match-form {
    margin-top: 15px;    
}

.match-form div {
    position: relative;
    display: inline-block;
}

.match-form input {
    min-width: 140px;
    width: 140px;
    padding-left: 32px;
    background: #fff url('../images/icons/date.png') no-repeat;
    background-position: 10px center;
}

.date-select, .ui-datepicker {
    position: absolute !important;
    margin-top: 5px;
    top: 45px;
    left: 0;
    width: 295px;
    background-color: #fff;
    border: 2px solid #e1e1e1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    z-index: 100;
}

.d-month, .ui-datepicker-header {
    width: 100%;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}
.ui-datepicker-next {
    background: url("../images/icons/right.png");
}
.ui-datepicker-prev {
     background: url("../images/icons/left.png");
}
.ui-datepicker-prev, .ui-datepicker-next {
    text-indent: -1000em;
    width: 8px;
    height: 15px;
    margin-top: 4px;
}
.d-month a, .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker-header .ui-datepicker-next {
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}
.ui-datepicker-month {
    display:inline-block;
    font-size: 0.875em;
    font-family: 'OpenSans-Bold';
    line-height: 18px;
    color: #333;
}
table.ui-datepicker-calendar thead {
    display: none;
}
.ui-datepicker-title {
    display:inline-block;
}
.ui-datepicker-year {
    display:none !important;
}
.d-month a:hover, .ui-datepicker-prev:hover, .ui-datepicker-next:hover {
    opacity: .5;
}

.d-month a:first-child, .ui-datepicker-prev {
    float: left;
    margin-left: 15px;
}

.d-month a:last-child, .ui-datepicker-next {
    float: right;
    margin-right: 15px;
}

.d-day {
    width: 100%;
    float: left;
    text-align: center;
}

.d-day ul {
    display: table;
    width: auto;
    margin: 0 auto;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

.d-day ul li, .ui-datepicker-calendar tbody td {
    float: left;
    list-style: none;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    min-height: 29px;
    min-width: 29px;
}

.d-day ul li a, .ui-datepicker-calendar tbody td span, .ui-datepicker-calendar tbody td a {
    font-size: 0.875em;
    font-family: 'OpenSans';
    line-height: 18px;
    color: #333;
    display: inline-block;
    width: 15px;
    height: 15px;
    text-align: center;
    text-decoration: none;
    padding: 5px;
    border: 2px solid #e1e1e1;
    border-radius: 5px;
    font-family: 'OpenSans-Bold';
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}
.ui-datepicker-calendar tbody td span {
    color:#CFCFCF !important;
}
.d-day ul li a:hover, .ui-datepicker-calendar tbody td a:hover {
    border-color: #e20c30;
}
input.error {
    background-color: #ff9999;
    border-color: #ff0000;
}
a.active-day, .ui-datepicker-calendar .ui-state-active {
    border-color: #e20c30 !important;
    background-color: #e20c30;
    color: #fff;
}

.d-month p {
    display: inline-block;
}

.photo-switch {
    text-align: center;
    margin-top: 120px;
}

.photo-switch ul {
    display: inline-block;   
}

.photo-switch ul li {
    float: left;
    list-style: none;
    margin-left: 5px;
    margin-right: 5px;
}

.photo-switch ul li a {
    display: block;
    width: 45px;
    height: 45px;
    background-size: cover !important;
    background-position: center center;
    opacity: .65;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}

.photo-switch ul li a:hover {
    opacity: .9;
}

.photo-switch ul li a.active {
    opacity: 1;
}   
/*STOP_city*/
/*STOP_1-screen*/

/*about-section*/
section#about {
    background-color: #fff;
    z-index: 100;
}   

.about-text {
    padding-top: 36px;
    text-align: center;
}

.about-text p {
    margin-top: 18px;
}

.about-photos {
    margin-top: 48px;
}

.about-photos ul li {
    float: left;
    width: 20%;
    list-style: none;
}

.about-stats {
    margin-top: 100px;
    margin-bottom: 70px;
}

.about-stats .item {
    width: 25%;
    float: left;  
    padding-left: 10px;
    padding-right: 10px;
}

.about-stats span {
    color: #e20c30;
}

.about-stats p {
    font-family: 'OpenSans-Bold';   
}
/*STOP_about-section*/

/*city*/
/*offer*/
section#offer {
    background-color: #e20c30;
}

.offer-content {
    display: table;
    width: 100%;
    padding: 5px 0px 5px 0;
}

.offer-content div {
    display: table-cell;
    vertical-align: middle;
}

.offer-content h3,
.offer-content span,
.offer-content p {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.offer-content span.big {
    margin-left: 50px;
}

.offer-content span.big img {
    vertical-align: baseline;
}

.timer span {
    border: 2px solid #fff;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
}
/*STOP_offer*/

/*rooms*/
section#rooms {
    background: url('../images/bgs/pattern.png');
    padding-top: 36px;
    padding-bottom: 56px;
}

ul.hostels {
    margin-top: 18px;
}

ul.hostels li {
    float: left;
    list-style: none;
    margin-right: 15px;
    margin-top: 10px;
    background-color: #e20c30;
    padding: 8px 15px 8px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

ul.hostels li:nth-child(1),
ul.hostels li:nth-child(2) {
    margin-top: 0;
}

ul.hostels li a {
    display: inline-block;
    font-size: 1.45em;
    font-family: 'PFDinTextPro-Bold';
    text-decoration: none;
    color: #fff;
}

ul.hostels li.notactive {
    background: transparent;
}

ul.hostels li.notactive a {
    color: #e20c30;
    border-bottom: 2px dotted #e20c30;
}

ul.hostels li.notactive a:hover {
    border-bottom: 2px solid #e20c30;
}

.rooms {
    margin-top: 18px;
}

.room {
    /*height: 275px;*/
    position: relative;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 6px 6px 0px rgba(0,0,0,.1);
    -moz-box-shadow: 6px 6px 0px rgba(0,0,0,.1);
    -o-box-shadow: 6px 6px 0px rgba(0,0,0,.1);
    box-shadow: 6px 6px 0px rgba(0,0,0,.1);
    margin-bottom: 36px;
}

.room-pics {
    display: table-cell;
    float: left;
}

.main-pic {
    width: 250px;
    height: 275px;
    position: relative;
    float: left;
    background-size: cover !important;
    background-position: center center !important;
    -webkit-border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    -o-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
}

.main-pic:hover a.full-screen {
    opacity: 1;
}

a.full-screen {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(226,12,48,.6) url('../images/icons/full-screen.png') no-repeat;
    background-position: center center;
    opacity: 0;
    -webkit-border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    -o-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

.pic-switch {
    float: left;
}

.pic-switch ul {
    padding-top: 12px;
    padding-left: 18px;
}

.pic-switch ul li {
    list-style: none;
    margin-bottom: 10px;
}

.pic-switch ul li a {
    display: block;
    width: 55px;
    height: 55px;
    background-size: cover !important;
    background-position: center center !important;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}

.pic-switch ul li a:hover {
    opacity: .85;
}

.pic-switch a.active {
    opacity: .3;
}

.pic-switch a.active:hover {
    opacity: .3;
}

.room-info {
    margin-left: 340px;
    padding: 10px 10px 10px 0;
}

.r-i-title {
    margin-bottom: 18px;
}

.r-i-title span.price {
    margin-left: 5px;
    padding-top: 7px;
}

span.price {
    display: inline-block;
    font-family: 'PFDinTextPro-Bold';
    font-size: 2.2em;
    line-height: 1em;
    color: #fff;
    background: #e20c30 url('../images/icons/ruble.png') no-repeat;
    background-position: right 5px bottom 5px;
    padding-left: 5px;
    padding-right: 35px;
    padding-top: 0px;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.r-i-title h3 {
    display: inline-block;
    color: #717171;
}

.r-i-text {
    margin-bottom: 18px;
    height: 138px;
}

.r-i-text p {
    color: #717171;
}

.r-i-book div {
    display: table-cell;
}

.r-i-book.sorry {
    display: inline-block;
    border: 2px solid #e20c30;
    padding: 5px;
    color: #717171;
}

.count {
    padding-right: 20px;
    background: url('../images/icons/place.png') no-repeat;
    background-position: right center;
}

.count.twop {
    background: url('../images/icons/room.png') no-repeat;
    background-position: right center;
}

.count span {
    display: inline-block;
    font-family: 'OpenSans-Bold';
    font-size: 1.2em;
    margin-left: 10px;
    margin-right: 10px;
    color: #717171;
}

.book {
   padding-left: 15px;
}

.r-i-book .notactive,
.m-book .notactive {
    opacity: .35;
    cursor: default;
    background-color: #e20c30;
}

.switchers {
    width: 250px;
    position: absolute;
    bottom: -25px;
    text-align: center;
}

.switchers a {
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: rgba(0,0,0,.2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

.switchers a.active {
    background-color: rgba(226,12,48,.65);
}

.switchers a:hover {
    background-color: rgba(226,12,48,.45);
}

.special-offers .item {
    width: 31.3333%;
    float: left;
    height: 180px;
    background-size: cover !important;
    background-position: center center;
    margin-left: 1%;
    margin-right: 1%;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.i-content {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.35);
    text-align: left;
    padding: 50px 30px 50px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.i-content h3,
.i-content p,
.i-content span {
    color: #fff;
}

.reviews {
    margin-top: 36px;   
}

.reviews h1 {
    margin-bottom: 18px;   
}

.review {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 49%;
    margin-right: .5%;
    margin-bottom: 18px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 6px 6px 0px rgba(0,0,0,.1);
    -moz-box-shadow: 6px 6px 0px rgba(0,0,0,.1);
    -o-box-shadow: 6px 6px 0px rgba(0,0,0,.1);
    box-shadow: 6px 6px 0px rgba(0,0,0,.1);
    padding: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}

.review:hover {
    cursor: pointer;   
}

.review.vk {
    border: 2px solid rgba(69,102,142,1);
}

.review.fb {
    border: 2px solid rgba(59,89,152,1);   
}

.review.vk:hover {
    border: 2px solid rgba(69,102,142,.5);
}   

.review.fb:hover {
    border: 2px solid rgba(59,89,152,.5);   
}

.review .icon {
    position: absolute;
    top: 0; left: 0;
    padding: 2px;
    -webkit-border-radius: 0px 0px 5px 0px;
    -moz-border-radius: 0px 0px 5px 0px;
    -o-border-radius: 0px 0px 5px 0px;
    border-radius: 0px 0px 5px 0px;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}

.review.vk .icon {
    background-color: rgba(69,102,142,1); 
}

.review.fb .icon {
    background-color: rgba(59,89,152,1);  
}   

.review.vk:hover .icon {
    background-color: rgba(69,102,142,.5); 
}

.review.fb:hover .icon {
    background-color: rgba(59,89,152,.5);   
}

.review .userpic {
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 15px;
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-size: cover !important;
    background-position: center center !important;
}

.review h4 {
    padding-bottom: 5px;   
}
/*STOP_rooms*/

/*STOP_city*/

/*whatsin-section*/
section#whatsin {
    margin-top: 48px;
    margin-bottom: 48px;
    position: relative;
    background-color: #e20c30;
    color: #fff;
    text-align: center;
    z-index: 20;
}

body.city section#whatsin {
    margin-top: -10px;
}

.top-bg,
.bottom-bg {
    width: 100%;
    height: 13px;
    position: absolute;
    top: -12px;
    background: url('../images/bgs/riffle.png') repeat-x;
    z-index: 20;
}

.bottom-bg {
    top: auto;
    bottom: -12px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.whatsin h1 {
    padding-top: 36px;   
}

.benefits {
    padding-top: 50px;
    padding-bottom: 50px;
}

.benefits ul li {
    width: 16.6666%;
    float: left;
    list-style: none;
    padding-left: 10px;
    padding-right: 10px;
}

.benefits ul li span {
    display: inline-block;
    font-size: 0.875em;
    padding-top: 18px;
    color: #fff;
}
/*STOP_whatsin-section*/

/*cities*/
.cities {
    text-align: center;   
}

.countries-tabs {
    width: 100%;
    text-align: center;  
    margin-top: 36px;
    margin-bottom: 36px;
}

.countries-tabs ul {
    display: inline-block;
    text-align: center;
}   

.countries-tabs ul li {
    float: left;
    list-style: none;
    margin-left: 15px;
    margin-right: 15px;
}

.countries-tabs ul li img {
    width: 30px;
    height: 20px;
    margin-right: 10px;   
}

.countries-tabs ul li a {
    font-family: 'PFDinTextPro-Bold';
    font-size: 1.5em;
    text-decoration: none;
    border-bottom: 2px dotted;
}

.countries-tabs ul li a:hover {
    border-bottom: 2px solid;
}

.countries-tabs ul li a.chosen {
    border-bottom: 2px solid;
}   

.cities-list {
    -moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
}

.cities-list ul {
    float: left;
    width: 25%;
}

.cities-list ul li {
    list-style: none;
    text-align: left;
}

.cities-list ul li h3 {
    margin-top: 15px;
}
/*STOP_cities*/

/*bemillionaire*/
section#bemillionaire {
    margin-top: 64px;   
    background-color: #fff;
    z-index: 4;
    padding-bottom: 100px;
}

.round-bg {
    width: 500px;
    height: 500px;
    display: table;
    margin: 0 auto;
    background: url('../images/bgs/millionaire.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}

.round-content {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}

.round-content span.big {
    font-size: 2.2em;
}

.round-content button {
    margin-top: 18px;   
}
/*STOP_bemillionaire*/

/*city*/
section#about-city {
    margin-top: -50px;
    padding-bottom: 50px;
}

.splash-screen {
    height: 320px;
    position: relative;
    background-size: cover !important;
    background-position: center center !important;
    background-attachment: fixed !important;
    -webkit-box-shadow: inset 0px -75px 45px rgba(0,0,0,.5);
    -moz-box-shadow: inset 0px -75px 45px rgba(0,0,0,.5);
    -o-box-shadow: inset 0px -75px 45px rgba(0,0,0,.5);
    box-shadow: inset 0px -75px 45px rgba(0,0,0,.5);
}

.splash-screen span {
    position: absolute;
    bottom: 15px;
    font-family: 'PFDinTextPro-Bold';
    font-size: 2.2em;
    color: #fff;
}

.city-content {
    margin-top: 36px;
}

.city-text {
    margin-right:  320px;
}

.city-text h1 {
    font-family: 'PFDinTextPro-Bold';
    font-size: 1.5em;
    margin-bottom: 18px;
}   

.city-text h2 {
    font-family: 'OpenSans-Bold';  
    font-size: 1.125em;
    margin-bottom: 10px;
}

.city-text h3 {
    font-family: 'OpenSans-Bold';
    font-size: 1em;
    margin-bottom: 6px;
}

.city-text p {
    font-size: 0.875em;
    margin-bottom: 5px;
}

.city-text a {
    font-size: 1em;
    color: #e20c30;
    text-decoration: underline;
}

.city-text a:hover {
    text-decoration: none;
}

.city-sidebar {
    float: right;
}

.city-sidebar .item {
    width: 300px;
    height: 250px;
    background-size: cover !important;
    background-position: center center !important;
    margin-bottom: 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
/*STOP_city*/

/*map*/
.gmap {
    height: 450px;
    position: relative;
    margin-top: 36px;
}

.map-block {
    min-width: 350px;
    position: absolute;
    top: 50px;
    background-color: #fff;
    padding-top: 20px;
}

.map-block li {
    list-style: none;
    margin-bottom: 18px;
    padding: 10px 40px 20px 40px;
    cursor: pointer;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}

.map-block li:hover {
    background-color: rgba(226,16,48,.2);
}

.map-block li.active {
    background-color: #e20c30;
}

.map-block li.active span {
    color: #fff;
}

.map-block span {
    display: block;
    color: #282828;
    margin-bottom: 7px;
}

span.address {
    font-family: 'OpenSans-Bold';
}

span.address.red {
    background: url('../images/icons/geo-red.png') no-repeat;
    background-position: left center;
    padding-left: 20px;
}

span.phone.black {
    background: url('../images/icons/phone-black.png') no-repeat;
    background-position: left center;
    padding-left: 20px;
}

span.address.white {
    background: url('../images/icons/geo-white.png') no-repeat;
    background-position: left center;
    padding-left: 20px;
}

span.phone.white {
    background: url('../images/icons/phone-white.png') no-repeat;
    background-position: left center;
    padding-left: 20px; 
}
/*STOP_map*/

/*page*/
section#page {
    z-index: 10;
    background-color: transparent;
    top: 100px;
}

.page {
    padding: 60px 0;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.page-content {
    padding: 0 60px;
}

.page-content h1 {
    margin-bottom: 36px;
}

.page-content p {
    margin-bottom: 15px;
}

.page-content a {
    font-size: 1em;
    color: #e20c30;
}

.step {
    margin-bottom: 25px;
}

.step h3 {
    margin-bottom: 10px;
}

.step p {
    margin-bottom: 15px;
}

.step.general-info p {
    display: inline-block;
    margin-right: 20px;
}

.step.general-info p img {
    padding: 0 5px;
}

.booking-form .inp {
    margin-bottom: 15px;
}

.booking-form .inp input {
    width: 350px;
}

.booking-form span {
    font-size: .775em;
}

.inp span {
    color: #e20c30;
}

span.imp {
    position:  relative;
    right: -10px;
    top: 0px;
}

span.mstk {
    padding-left: 10px;
}

span.warning {
    display: inline-block;
    max-width: 300px;
    color: #a9a9a9;
    font-size: .7em;
}

.step.room-check h3,
.step.room-check p {
    padding-left: 60px;
    padding-right: 60px;
}

.step.room-check .step-content {
    background: url('../images/bgs/pattern.png');
    background-attachment: fixed;
    padding: 20px 0;
}

.step.room-check .room {
    margin: 40px 35px;
}

.step .room h3,
.step .room p {
    padding: 0;
}

.whentopay {
    margin-bottom: 18px;
}

.whentopay a {
    display: inline-block;
    text-decoration: none;
    color: #e20c30;
    border-bottom: 2px dotted #e20c30;
    margin-bottom: 5px;
}

.whentopay a:hover {
    border-bottom: 2px solid #e20c30;   
}

.whentopay a.active {
    background-color: #e20c30;
    color: #fff;
    border-bottom: 0;
    padding: 3px 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.cc {
    width: 47%;
    float: left;
}

.cc p {
    margin: 0;
}

.card {
    min-height: 230px;
    position: relative;
    background-color: #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 36px;
}

.c-number p {
    padding-top: 20px;
    padding-left: 3%;
    margin-bottom: 15px;
}

.c-number input {
    display: inline-block;
    float: left;
    width: 21%;
    min-width: 0;
    margin: 0 2%;
    text-align: center;
}

.c-holder {
    position: absolute;
    bottom: 20px;
    left: 3%;
}

.c-holder p {
    display: block;
    position: absolute;
    bottom: 55px;
    left: 3%;
}

.c-line {
    display: inline-block;
    width: 100%;
    height: 45px;
    background-color: #636363;
    margin-top: 40px;
}

.cvv {
    margin-top: 36px;
    padding: 0 3%;
}

.cvv .tip {
    display: inline-block;
    width: 75%;
}

.cvv .inp {
    display: inline-block;
    float: right;
    width: 20%;
    text-align: right;
}

.cvv .inp input {
    min-width: 0;
    width: 100%;
    text-align: center;
}

.payment-types {
    width: 47%;
    float: left;
} 

.payment-types ul li {
    display: inline-block;
    width: 27.3333%;
    float: left;
    border: 2px solid #e1e1e1;
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;  
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}

.payment-types ul li a {
    display: inline-block;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;   
}

.payment-types ul li a img {
    width: 100%;   
}

.payment-types ul li:hover {
    border-color: #f6b1bc;   
}

.payment-types ul li.active {
    border-color: #e20c30;   
}

.payment-types p {
    margin-top: 18px;
}

.checkout h3 {
    margin-bottom: 5px;
}

.checkout button {
    margin-top: 5px;
}
/*STOP_page*/

/*footer*/
section#footer {
    min-height: 300px;   
}

body.page section#footer {
    margin-top: 150px;
}

.footer {
    position: absolute;
    left: 0; right: 0;
    z-index: 3;   
}

.cols {
    margin-top: 36px;   
}

.col {
    display: inline-block;
    width: 25%;   
}

.col h2,
.central-col h2{
    color: #fff;
    padding-bottom: 18px;
}

.social-col {
    float: left;   
}

.social-col ul li {
    list-style: none;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}

.info-col {
    float: right;   
    text-align: right;
}

.info-col p, 
.info-col a {
    color: #fff;   
}

.info-col p {
    padding-bottom: 18px;   
}

.info-col a {
    display: inline-block;
    margin-top: 18px;
    text-decoration: none;
    border-bottom: 1px dotted #fff;
}

.info-col a:hover {
    border-bottom: 1px solid #fff;   
}

.mini-form input {
    display: block;
    float: left;
    width: 80%;
    min-width: 0;
    -webkit-border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    -o-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
}

.mini-form button {
    display: block;
    float: right;
    width: 20%;
    padding: 0;
    -webkit-border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    -o-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
}

.central-col {
    width: 50%;
    text-align: center;
    margin-left: 25%;
    margin-right: 25%;
}

.footer-links {
    width: 100%;
    text-align: center;   
}

.footer-links ul {
    display: inline-block; 
    margin-top: 18px;
}

.footer-links ul li {
    float: left;
    list-style: none;
    margin-left: 5px;
    margin-right: 5px;
}

.footer-links ul li a {
    color: #fff;
}

.copyrights {
    margin-top: 18px;      
}

.company {
    float: left;
}

.company p {
    color: #fff;   
}

.studius {
    float: right;   
}
/*STOP_footer*/

/*modal*/
#modal-window {
	width: 400px;
	height: 250px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -175px;
	margin-left: -200px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	z-index: 999999999999;
	opacity: 0;
	display: none;
}

#modal-window .page-content {
    padding: 20px 30px;
} 

#modal-window button {
    margin-top: 10px;
}

#modal-window span.warning {
    margin-top: 10px;
    margin-bottom: 10px;
}

.modal-close {
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}

.modal-close:hover {
    opacity: .35;
}

#modal-bg {
	position: fixed;
	top: 0; right: 0; left: 0; bottom: 0;
	z-index: 10;
	background-color: rgba(0,0,0,0.75);
	display: none;
	cursor: pointer;
}



#modal-window-2 {
	width: 400px;
	height: 310px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -175px;
	margin-left: -200px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	z-index: 999999999999;
	opacity: 0;
	display: none;
}

#modal-window-2 .page-content {
    padding: 20px 30px;
} 

#modal-window-2 button {
    margin-top: 10px;
}

#modal-window-2 span.warning {
    margin-top: 10px;
    margin-bottom: 10px;
}





#modal-window-3 {
	width: 400px;
	height: 310px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -175px;
	margin-left: -200px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	z-index: 999999999999;
	opacity: 0;
	display: none;
}

#modal-window-3 .page-content {
    padding: 20px 30px;
} 

#modal-window-3 button {
    margin-top: 10px;
}

#modal-window-3 span.warning {
    margin-top: 10px;
    margin-bottom: 10px;
}




/*STOP_modal*/

/*404*/
.fourzerofour {
    text-align: center;
}

.fourzerofour h1 {
    margin: 0;
}

span.fourzerofour {
    font-size: 10em;
    color: #e20c30;
}

/*Retina injections*/

@media (max-width: 980px) {
    .home span.big {
        font-size: 2.5em;
    }
    
    .wrap,
    .min-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .city-search {
        margin-top: 30px;
    }
    
    .search-box {
        position: relative;
    }
    
    .search-box .s-b-input {
        width: 100%;   
    }
    
    .search-box .s-b-button {
        position: absolute;
        top: 15px;
        right: 15px;
        -webkit-border-radius: 0px 5px 5px 0px;
        -moz-border-radius: 0px 5px 5px 0px;
        -o-border-radius: 0px 5px 5px 0px;
        border-radius: 0px 5px 5px 0px;
    }  
    
    .p-cities li {
       width: 22%;
       margin-left: 1.5%;
       margin-right: 1.5%;
    }
    
    .p-cities li:nth-child(6),
    .p-cities li:nth-child(5) {
        display: none;
    }
    
    .about-photos ul li {
        width: 33.333%;
    }
    
    .countries-tabs ul li {
        margin-bottom: 20px;   
    }
    
    .benefits ul li {
        width: 33.3333%;
        margin-bottom: 50px;
    }
    
    .benefits ul li span {
        display: block;
    }
    
    body.city ul.top-links li {
        padding-left: 5px;
        padding-right: 5px;
    }
    
    body.city .logo-bg {
        margin-left: 7px;   
    }
    
    .call-me h3 {
        display: none;
    }
    
    .photo-switch {
        margin-top: 100px;   
    }
    
    .offer-content span.big {
        margin-left: 10px;
        font-size: 1.8em;
    }
    
    .room {
        height: auto;
        width: 31.33333%;
        float: left;
        margin-left: 1%;
        margin-right: 1%;
    }
    
    .step.room-check .room {
        width: 90%;
        margin: 0;
        margin-left: 5%;
        margin-right: 5%;
    }
    
    .switchers {
        display: none;   
    }
    
    .room-pics {
        display: block;
        float: none;
    }
    
    .main-pic {
        width: 100%;
        height: 200px;
        -webkit-border-radius: 5px 5px 0px 0px;
        -moz-border-radius: 5px 5px 0px 0px;
        -o-border-radius: 5px 5px 0px 0px;
        border-radius: 5px 5px 0px 0px
    }
    
    a.full-screen {
        -webkit-border-radius: 5px 5px 0px 0px;
        -moz-border-radius: 5px 5px 0px 0px;
        -o-border-radius: 5px 5px 0px 0px;
        border-radius: 5px 5px 0px 0px;
    }
    
    .pic-switch {
        float: left;
    }
    
    .pic-switch ul li {
        float: left;
        margin-left: 13px;
    }
    
    .pic-switch ul li a {
        width: 50px;
        height: 50px;
    }
    
    .room-info {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        padding: 15px;
    }
    
    .r-i-text {
        height: 127px;
        overflow: hidden;
    }
    
    .r-i-book {
        display: none; 
    }
    
    .m-book {
        display: block !important;
        text-align: center;
    }
    
    .book {
        display: inline-block !important;
        width: 100%;
    }
    
    .book button {
        width: 100%;
    }
    
    .count {
        display: inline-block;
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .logo-bg {
        display: none;   
    }
    
    .desktop-menu {
        display: none;
    }
    
    .lang {
        position: absolute;
        right: 15px;
        top: 0px;
    }
    
    .mobile-menu {
        display: block !important;
        float: left;
        text-align: center;
    }
    
    .open-menu {
        display: block;
        margin-left: 15px;
        width: 30px;
        height: 5px;
        border-bottom: 13px double #e20c30;
        border-top: 4px solid #e20c30;
        content: '';
        -webkit-transition: all 100ms linear;
        -moz-transition: all 100ms linear;
        -o-transition: all 100ms linear;
        transition: all 100ms linear;
    }
    
    body.city .open-menu {
        margin-top: 15px;
    }
    
    .open-menu:hover {
        opacity: .35;   
    }
    
    .mobile-logo {
        position: absolute;
        top: 0px;
        left: 50%;
        margin-left: -40px;
        width: 80px;
        height: 80px;
        border: 8px solid #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        background-color: #fff;
    }
    
    nav#m-menu ul.top-links li {
        display: block;
        width: 100%;
        margin-bottom: 15px;
        background-color: #e20c30;
    }
    
    nav#m-menu ul.top-links li a {
        display: block;
        color: #fff;
        font-size: 1.6em;
        font-family: 'PFDinTextPro-Bold';
        padding-top: 15px;
        padding-bottom: 15px;
    }
    
    .about-stats .item {
        width: 50%;
        margin-bottom: 35px;
        padding-left: 25px;
        padding-right: 25px;
    }
    
    .about-stats .item span.big {
        font-size: 4em;   
    }
    
    .cities-list ul {
        width: 100%;
    }
    
    .cities-list ul li {
        text-align: center;   
    }
    
    section#bemillionaire {
        background: url('../images/bgs/millionaire-mob.jpg');
        background-size: cover;
        background-position: center center;
        padding-bottom: 0;
    }
    
    .round-bg {
        width: auto;
        height: auto;
        background: none;   
    }
    
    .round-content {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .desktop-footer {
        display: none;   
    }
    
    .mobile-footer {
        display: block !important;   
    }
    
    section#footer {
        min-height: 360px;
    }
    
    .central-col {
        width: 50%;
        float: left;
        margin: 20px 0 0 0;
        text-align: left;
    }
    
    .central-col img {
        display: block;
        width: 25%;
        float: left;
        margin-top: 15px;
    }
    
    .footer-links {
        display: block;
        width: 70%;
        float: right;
    }
    
    .mobile-footer .line {
        width: 100%;
    }
    
    .col {
        width: 50%;   
    }
    
    .social-col {
        width: 50%;
        float: right;
        margin-top: 20px;
        text-align: right;
    }
    
    .social-col ul {
        float: right;
    }
    
    .copyrights {
        width: 50%;
        float: left;
    }
    
    .company {
        float: none;  
    }
    
    .studius {
        margin-top: 18px;
        float: none;
    }
    
    .offer-content {
        text-align: center;   
    }
    
    .offer-content span.big {
        font-size: 2.4em;
        margin-top: 10px;
    }
    
    .room {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }
    
    .special-offers .item {
        width: 48%;
        margin-bottom: 18px;
    }
    
    .special-offers .item:nth-child(3){
        width: 100% !important;
        margin: 0;
    }
    
    .benefits {
        padding-bottom: 15px;   
    }
    
    .page-content {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .cc {
        width: 100%;   
    }
    
    .cc .card {
        float: left;
        width: 48%;
    }
    
    .card:nth-child(2) {
        margin-left: 2%;   
    }
    
    .payment-types {
        width: 100%;
        float: none;
    }
    
    .payment-types ul {
        width: 50%;   
        float: left;
    }
    
    .payment-types .pci {
        float: right;
        width: 45%;
    }

    .splash-screen {
        background-attachment: scroll !important;
    }
}

@media (max-width: 680px) {
       .cc .card {
            float: left;
            width: 70%;
        }

        .card:nth-child(2) {
            margin: 0;  
        }
    
        .payment-types .pci {
            display: none;   
        }
    
        .cc .pci {
            display: block;
        }
    
}

@media (max-width: 640px) {
    .home span.big {
        font-size: 2.2em;
    }
    
    h1 {
        font-size: 1.7em;
    }
    
    h2 {
        font-size: 1.3em;
    }
    
    h3 {
        font-size: 1.1em;
    }
    
    .m-logo img {
        width: 45px;   
    }
    
    .home-bg {
        background: url('../images/bgs/homescreen-mob.jpg') no-repeat;
        background-size: cover;
        background-position: center center;
    }
    
    .city-bg {
        background: url('../images/bgs/cityscreen-mob.jpg') no-repeat;
        background-size: cover;
        background-position: center center;
    }
    
    .page-bg {
        background: url('../images/bgs/cityscreen-mob.jpg') no-repeat;
        background-size: cover;
        background-position: center center;
    }
    
    header#top-menu {
        height: 50px;
    }
    
    .mobile-logo {
        margin-left: -30px;
        width: 60px;
        height: 60px;
        border: 6px solid #fff;
    }
    
    .home {
        top: 50px;
    }
    
    .home-descr {
        margin-top: 30px;
    }
    
    .popular-cities {
        margin-top: 20px;
    }
    
    .search-box input {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        margin: 0;
    }
    
    .search-box .s-b-button {
        width: 100%;
        position: relative;
        top: auto;
        right: auto;
        margin: 15px 0 0 0;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        padding: 0;
    } 
    
    ul.hostels li a {
        font-size: 1.2em;   
    }
    
    .room {
        width: 100%;
    }
    
    .city-text {
        margin: 0;
    }
    
    .city-sidebar {
        float: none;
    }
    
    .city-sidebar .item {
        width: 31.333333%;
        margin-left: 1%;
        margin-right: 1%;
        float: left;
    }
    
    .special-offers .item {
        width: 100% !important;
        
    }
    
    .map-block {
        min-width:  0;   
    }
    
    .step.room-check .room {
        width: 95%;
        margin: 0;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }
    
    .payment-types ul {
        width: 70%; 
    }
    
    .cc .card {
        width: 90%;
    }   
    
    .review {
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }

    .lang {
        top: -12px;
    }
}

@media (max-width: 480px) {
    section#home {
        min-height: 500px;
        text-align: center;
    }
    
    section#page {
        top: 45px;
    }
    
    body.city section#home {
        min-height: 450px;   
    }
    
    .home span.big {
        font-size: 2em !important;
    }
    
    span.med {
        font-size: 1.2em;
    }
    
    span.big {
        font-size: 2em !important;
    }
    
    h1 {
        font-size: 1.4em;
    }
    
    h2 {
        font-size: 1.3em;
    }
    
    h3 {
        font-size: 1em;
    }
    
    p.eighteen {
        font-size: .9em;
    }
    
    input {
        min-width: 0 !important;
    }
    
    .wrap, .min-wrap {
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .home-descr {
        margin-top: 60px;   
    }
    
    .popular-cities {
        display: none;
    }
    
    .about-stats .item {
        width: 50%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    section#footer {
        min-height: 630px;   
    }
    
    .central-col,
    .col,
    .copyrights {
        width: 100%;
        text-align: center;
        margin-bottom: 18px;
    }
    
    .social-col {
        text-align: center;   
    }
    
    .social-col ul {
        display: inline-block;   
        float:  none;
    }
    
    .copyrights {
        text-align: center;
    }
    
    .match {
        margin-top: 30px;   
    }
    
    .match-form {
        text-align: center;   
    }
    
    .match-form div:first-child {
        width: 49%;
    }

    .match-form input {
        float: left;
        width: 100%; 
        min-width: 0;
    }
    
    .match-form input.second {
        float: right;   
    }
    
    .match-form button {
        display: inline-block;
        margin-top: 7px;
        width: 100%;
    }
    
    .photo-switch {
        margin-top: 25px;   
    }
    
    .offer-content span.big {
        font-size: 2em;
        margin-top: 10px;
    }
    
    .booking-form input {
        width: 100% !important;   
    }
    
    .page-content {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .step.room-check h3, .step.room-check p {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .payment-types ul {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    
    .step.room-check .step-content {
        background-attachment: scroll;  
    }
    
    .page-bg {
        background: url('../images/bgs/cityscreen-mob.jpg') no-repeat;
        background-size: cover;
        background-position: center center;
        background-attachment: scroll;
    }
    
    .cc .card {
        width: 100%;
    } 
    
    .c-number input,
    .cvv input {
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .booking-form .inp span.imp {
        position: absolute;
        right: -7px;
    }
    
    body.page section#footer {
        margin-top: 100px;
    }
    
    .m-lang {
       display: none; 
    }  
    
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
        only screen and (min--moz-device-pixel-ratio: 1.5),
        only screen and (       -o-min-device-pixel-ratio: 3/2),
        only screen and (       min-resolution: 144dpi) {

    .search-box input {
        background: #fff url('../images/icons/city_402x.png') no-repeat; 
        background-size: 20px 24px;   
        background-position: 15px center;
    }
            
    a.vk {
        background: #45668e url('../images/icons/vk_402x.png') no-repeat;
        background-position: center center;
        background-size: 35px;
    }

    a.in {
        background: #3f729b url('../images/icons/in_402x.png') no-repeat;
        background-position: center center;
        background-size: 35px;
    }

    a.fb {
        background: #3b5998 url('../images/icons/fb_402x.png') no-repeat;
        background-position: center center;
        background-size: 35px;
    }

    a.tw {
        background: #55acee url('../images/icons/tw_402x.png') no-repeat;
        background-position: center center;
        background-size: 35px;
    }        
            
    .mm-menu {
        background: url('../images/bgs/pattern_402x.png');
        background-size: 150px;
    }
    
    .step.room-check .step-content {
        background: url('../images/bgs/pattern_402x.png');
        background-size: 150px;
        background-attachment: fixed;
    }
            
    .match-form input {
        background: #fff url('../images/icons/date_402x.png') no-repeat;
        background-position: 10px center;
        background-size: 15px;
    }        
            
    section#rooms,
    .mm-menu {
        background: url('../images/bgs/pattern_402x.png');    
        background-size: 300px;
    }
     
    .count {
        background: url('../images/icons/place_402x.png') no-repeat;
        background-position: right center;
        background-size: 25px 30px;
    }

    .count.twop {
        background: url('../images/icons/room_402x.png') no-repeat;
        background-position: right center;
        background-size: 20px 20px;
    }
            
    span.address.red {
        background: url('../images/icons/geo-red_402x.png') no-repeat;
        background-size: 10px 15px;
        background-position: left center;
        padding-left: 20px;
    }

    span.phone.black {
        background: url('../images/icons/phone-black_402x.png') no-repeat;
        background-size: 10px 10px;
        background-position: left center;
        padding-left: 20px;
    }

    span.address.white {
        background: url('../images/icons/geo-white_402x.png') no-repeat;
        background-size: 10px 15px;
        background-position: left center;
        padding-left: 20px;
    }

    span.phone.white {
        background: url('../images/icons/phone-white.png') no-repeat;
        background-size: 10px 10px;
        background-position: left center;
        padding-left: 20px; 
    }        

    span.price {
         background: #e20c30 url('../images/icons/ruble_402x.png') no-repeat;
         background-size: 22px 24px;
         background-position: right 5px bottom 5px;
    }
}