@font-face {
    font-family: 'Clarenta';
    src: url('../fonts/Clarenta_4F_Black-webfont.eot');
    src: url('../fonts/Clarenta_4F_Black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Clarenta_4F_Black-webfont.woff') format('woff'),
         url('../fonts/Clarenta_4F_Black-webfont.ttf') format('truetype'),
         url('../fonts/Clarenta_4F_Black-webfont.svg#Clarenta4FBlackRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Clarenta';
    src: url('../fonts/Clarenta_4F_Black_Italic-webfont.eot');
    src: url('../fonts/Clarenta_4F_Black_Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Clarenta_4F_Black_Italic-webfont.woff') format('woff'),
         url('../fonts/Clarenta_4F_Black_Italic-webfont.ttf') format('truetype'),
         url('../fonts/Clarenta_4F_Black_Italic-webfont.svg#Clarenta4FBlackItalic') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Museo Sans';
    src: url('../fonts/MuseoSansCyrl_300-webfont.eot');
    src: url('../fonts/MuseoSansCyrl_300-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MuseoSansCyrl_300-webfont.woff') format('woff'),
         url('../fonts/MuseoSansCyrl_300-webfont.ttf') format('truetype'),
         url('../fonts/MuseoSansCyrl_300-webfont.svg#museo_sans_cyrl_300regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Museo';
    src: url('../fonts/MuseoCyrl_500-webfont.eot');
    src: url('../fonts/MuseoCyrl_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MuseoCyrl_500-webfont.woff') format('woff'),
         url('../fonts/MuseoCyrl_500-webfont.ttf') format('truetype'),
         url('../fonts/MuseoCyrl_500-webfont.svg#museo_cyrl_500regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Museo Sans';
    src: url('../fonts/MuseoSansCyrl_700-webfont.eot');
    src: url('../fonts/MuseoSansCyrl_700-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MuseoSansCyrl_700-webfont.woff') format('woff'),
         url('../fonts/MuseoSansCyrl_700-webfont.ttf') format('truetype'),
         url('../fonts/MuseoSansCyrl_700-webfont.svg#museo_sans_cyrl_700regular') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Museo Sans';
    src: url('../fonts/MuseoSansCyrl_900-webfont.eot');
    src: url('../fonts/MuseoSansCyrl_900-webfont.eot?#iefix') format('embedded-opentype'),   
         url('../fonts/MuseoSansCyrl_900-webfont.woff') format('woff'),
         url('../fonts/MuseoSansCyrl_900-webfont.ttf') format('truetype'),
         url('../fonts/MuseoSansCyrl_900-webfont.svg#museo_sans_cyrl_900regular') format('svg');
    font-weight: 900;
    font-style: normal;
}

html, body, h1, h2, h3, h4, ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: normal;
}

fieldset{
    margin: 0;
    padding: 0;
    border: 0;
}

img{
    border: 0;
}

::-webkit-input-placeholder{
    font-family: 'Museo Sans', Arial, sans-serif;
    color: #8d9cab;
    font-size: 16px;
    white-space: normal;
}

::-moz-placeholder{
    font-family: 'Museo Sans', Arial, sans-serif;
    color: #8d9cab;
    font-size: 16px;
    white-space: normal;
    opacity: 1;
}

body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #222;
    min-width: 980px;
}

.wrap{
    min-width: 880px;
    max-width: 1280px;
    padding: 0 40px;
    margin: 0 auto;
}

.top-block{
    position: relative;
    height: 352px;
    overflow: hidden;
    background: url(../i/i/head-bg.jpg) no-repeat 50% 0;
}

.top-block__text{
    position: absolute;
    top: 50px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: 'Museo Sans', Arial, sans-serif;
    font-weight: bold;
    font-size: 22px;
    z-index: 2;
}

.top-block__text i{
    font-family: Clarenta, Arial, serif;
    font-size: 58px;
    font-weight: normal;
    display: block;
}

.top-block__img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.pop-cities{
    position: relative;
    min-height: 100px;
    padding-bottom: 28px;
    border-bottom: 4px solid #f2f5f4;
}

.pop-cities:before{
    content:'';
    position: absolute;
    top: -50px;
    left: 50%;
    width: 70px;
    height: 79px;
    background: url(../i/i/icon-home.png) no-repeat 0 0;
    margin: 0 0 0 -35px;
}

.pop-card{
    float: left;
    width: 15%;
    margin-left: 2%;
}

.pop-card:first-child{
    margin-left: 0;
}

.pop-card__wrap-link{
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.pop-card__wrap-link:before{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.15);
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
}

.pop-card:hover .pop-card__wrap-link:before{
    background: transparent;
}

.pop-card__wrap-link img{
    display: block;
    width: 100%;
}

.pop-card__text{
    font-family: Museo, serif;
    font-size: 14px;
}

.pop-card__text .green-link{
    text-transform: uppercase;
}

.question-nav{
    overflow: hidden;
    background: #fff;
}

.question-nav__link{
    position: relative;
    float: left;
    padding: 14px 55px 13px 20px;
    font-family: 'Museo Sans', Arial, sans-serif;
    color: #424548;
    letter-spacing: 0.025em;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 5px 5px 0 0;
}

.question-nav__link:hover{
    color: #03a378;
}

.question-nav__link_a, .question-nav__link_a:hover{
    position: relative;
    color: #ab4254;
    padding-right: 20px;
    background: #e5ebe9;
}

.question-nav__link_a:before{
    content:'';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    height: 15px;
    background: #e5ebe9;
}

.question-nav__count{
    position: absolute;
    top: 11px;
    right: 29px;
    display: inline-block;
    padding: 2px 5px 3px;
    background: #e5ebe9;
    color: #03a378;
    font-weight: bold;
    font-style: normal;
    border-radius: 3px;
}

.post-item{
    margin-top: 40px;
}

.post-item:first-child{
    margin-top: 0;
}

.places{
    font-family: 'Museo Sans', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    color: #424548;
    padding-left: 15px;
    margin-bottom: 10px;
    background: url(../i/i/pin-dark.png) no-repeat 0 0;
}

.places .green-link{
    font-family: Museo, serif;
}

.post-item__title{
    font-family: 'Museo Sans', Arial, sans-serif;
    font-weight: 900;
    font-size: 24px;
    margin-bottom: 10px;
}

.post-item__title-link{
    color: #424548;
    text-decoration: none;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
}

.post-item__title-link:hover{
    color: #03a378;
}

.post-item_hover:hover .post-item__title-link{
    color: #03a378;
}

.post-text{
    font-family: 'Museo Sans', Arial, sans-serif;
    color: #424548;
    font-size: 15px;
    line-height: 1.5em;
}

.post-item__details{
    font-family: 'Museo Sans', Arial, sans-serif;
    margin-top: 8px;
    font-size: 12px;
    color: #868789;
}

.post-item__details .vino-link{
    font-weight: 700;
    margin-right: 5px;
}

.post-item__details .gray-link:hover{
    color: #03a378;
}

.wrap-pager{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 40px;
}

.add-question{
    position: relative;
    width: 240px;
    height: 64px;
    padding-top: 206px;
    text-align: center;
    font-family: 'Museo Sans', Arial, sans-serif;
    font-size: 25px;
    color: #fff;
    background: #9a3d4d url(../i/i/ask.png) no-repeat 50% 18px;
}

.add-question__text{
    position: absolute;
    top: 95px;
    width: 100%;
}

.add-question__text_sm{
    position: absolute;
    font-size: 17px;
    width: 100%;
    top: 134px;
}

.experts{
    background: #fff;
    padding: 30px 20px 20px;
}

.experts__title{
    font-family: 'Museo Sans', Arial, sans-serif;
    font-weight: bold;
    color: #424548;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 20px;
    background: url(../i/i/wave_dark.png) no-repeat 50% 100%;
}

.expert{
    overflow: hidden;
    margin-top: 20px;
}

.expert__img-link{
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 10px;
}

.expert__img{
    display: block;
    width: 100%;
    border-radius: 50%;
}

.expert__text{
    overflow: hidden;
    margin-top: 15px;
    font-family: 'Museo Sans', Arial, sans-serif;
    font-size: 14px;
    color: #7a7c7f;
}

.expert__text a{
    font-weight: bold;
    color: #424548;
    text-decoration: none;
}

.banner img{
    display: block;
    width: 100%;
}

.themes{
    padding: 20px 20px 10px;
    border: 2px solid #c8969e;
}

.themes__title{
    font-family: 'Museo Sans', Arial, sans-serif;
    font-weight: bold;
    color: #ab4254;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 20px;
    background: url(../i/i/wave_vino.png) no-repeat 50% 100%;
}

.theme{
    margin-bottom: 30px;
    text-align: center;
    font-family: 'Museo Sans', Arial, sans-serif;
    font-size: 14px;
    color: #868789;
}

.theme__title{
    font-family: 'Museo Sans', Arial, sans-serif;
    font-weight: 900;
    color: #424548;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.theme__title a{
    color: #424548;
    text-decoration: none;
}

.theme-wrap-link{
    margin-top: 5px;
    color: #424548;
}

.theme-wrap-link .green-link{
    font-family: Museo, serif;
    text-transform: uppercase;
}

.search{
    position: absolute;
    top: 187px;
    left: 50%;
    width: 540px;
    padding: 15px 15px 0;
    margin: 0 0 0 -285px;
    background: url(../i/i/opacity_w.png);
}

.search__title{
    font-family: 'Museo Sans', Arial, sans-serif;
    font-weight: bold;
    color: #2a4143;
    font-size: 18px;
    margin-bottom: 14px;
    text-align: center;
}

.search-form{
    overflow: hidden;
    width: 520px;
    margin: 0 auto 21px;
}

.search-form__text{
    float: left;
    width: 423px;
}

.search-form__text input[type=text]{
    display: block;
    width: 386px;
    border: 0;
    height: 33px;
    font-family: 'Museo Sans', Arial, sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 30px;
    border-radius: 5px 0 0 5px;
    padding-left: 37px;
    outline: none;
    background: #fff url(../i/i/search.png) no-repeat 5px 50%;
}

.search-form__text input[type=text].placeholderblur, 
.search-form__text input[type=text].placeholderfocus{
    color: #8d9cab;
}

.search-form__button{
    float: left;
    margin: 0;
}

.search-form__button .button{
    padding: 0 20px;
    margin: 0;
    line-height: 38px;
    height: 35px;
    border-radius: 0 5px 5px 0;
}

/* add */

/* errors */
.add-wrap__center .error-msg{
    position: absolute;
    bottom: 47px;
    left: 227px;
    font-family: 'Museo Sans', Arial, sans-serif;
    font-size: 14px;
    color: #af4d5e;
}
.js-error-highlight{
    border: 1px solid #6ba8e4  !important;
    background: #fff8c8 !important;
    outline: none;
}
.js-error-highlight:focus{
    background: #fff;
}
/* errors end */


.add-toptext{
    font-family: 'Museo Sans', Arial, sans-serif;
    color: #2c3945;
    font-size: 18px;
    margin-top: 5px;
    line-height: 1.3em;
}

.add-righttext{
    font-family: 'Museo Sans', Arial, sans-serif;
    color: #636668;
    font-size: 16px;
    line-height: 1.3em;
    margin-top: -3px;
}

.add-righttext p:first-child{
	margin-top: 0;
}

.add-wrap{
    position: relative;
    overflow: hidden;
}

.add-wrap__left{
    float: left;
    width: 200px;
    margin-top: 10px;
    font-family: 'Museo Sans', Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
}

.add-wrap__right{
    float: right;
    width: 50px;
}

.add-wrap__count{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    text-align: left;
    font-family: 'Museo Sans', Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #8d9cab;
}

.add-wrap__center{
	position: relative;
    overflow: hidden;
    margin: 0 0 0 227px;
    padding: 0 40px 0 1px;
}

.add-wrap__notice{
    margin: 5px 0 0;
    font-family: 'Museo Sans', Arial, sans-serif;
    color: #8d9cab;
    font-size: 14px;
    line-height: 1.3em;
}

.add-wrap__center input[type=text]{
    display: block;
    width: 100%;
    padding: 12px;
    font-size: 16px;
    font-family: 'Museo Sans', Arial, sans-serif;
    line-height: 16px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid transparent;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.add-wrap__center textarea{
    display: block;
    width: 100%;
    height: 112px;
    border: 0;
    padding: 12px;
    font-size: 16px;
    border: 1px solid transparent;
    font-family: 'Museo Sans', Arial, sans-serif;
    line-height: 16px;
    background: #fff;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: vertical;
}

.add-wrap__center_q textarea{
    height: 92px;
    resize: none;
} 

.add-places{
    margin-top: 10px;
    overflow: hidden;
}

.add-places__item{
    position: relative;
    float: left;
    margin: 0 12px 12px 0;
    width: 142px;
    padding: 20px 0 0;
    min-height: 90px;
    text-align: center;
    border: 2px solid #afb7bc;
    border-radius: 5px;
}

.add-places__img{
    display: block;
    width: 30px;
    height: 20px;
    margin: 0 auto 20px;
}

.add-places__text{
    text-transform: uppercase;
    font-family: Museo, serif;
    font-size: 12px;
    color: #424548;
}

.add-places__close{
    position: absolute;
    top: 5px;
    right: 5px;
    width: 9px;
    height: 7px;
    background: url(../i/i/closer.png) no-repeat;
    cursor: pointer;
}

#remove_autocomplete{
	position: absolute;
	top: 10px;
	right: 10px;
}

.search-form__text .icon.close, .search-form__text .icon.loader{
    font-size: 0 !important;
    display: none !important;
    color: transparent !important;
    visibility: hidden !important;
}

.icon.close, .icon.loader{
	font-size: 0;
	display: none;
	color: transparent;
}
.icon.search{
	display: none !important;
}

.icon.loader{
	position: absolute;
	top: 15px;
	right: 55px;
	width: 16px !important;
	height: 16px !important;
	background:url(/static/i/search_loader.gif) 0 0 no-repeat !important;
}


.add-auth{
    padding: 26px 0 0 0;
    overflow: hidden;
}

.add-auth-wrap{
    overflow: hidden;
}

.add-auth__left{
    float: left;
}

.add-auth__left-wrap{
    overflow: hidden;
    margin-bottom: 15px;
}

.add-auth-label{
    float: left;
    width: 200px;
    margin-top: 12px;
    font-family: 'Museo Sans', Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
}

.add-auth-input{
    float: left;
    margin-left: 30px;
}

.add-auth-input_info{
    margin-left: 200px;
    font-family: 'Museo Sans', Arial, sans-serif;
    color: #424548;
    font-size: 14px;
    text-transform: uppercase;
}

.add-auth-input input[type=text]{
    display: block;
    width: 315px;
    padding: 12px 14px;
    font-size: 16px;
    line-height: 16px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid transparent;
}

.add-auth__right{
    position: relative;
    float: left;
    margin-left: 82px;
}

.add-auth__right:before{
    content:'или';
    position: absolute;
    top: 41px;
    left: -62px;
    font-size: 19px;
    color: #424548;
    font-family: Museo, serif;
}

.add-auth__title{
    font-family: 'Museo Sans', Arial, sans-serif;
    color: #424548;
    font-size: 14px;
    text-transform: uppercase;
}

.add-auth__social{
    margin: 16px 0 10px;
    overflow: hidden;
}

.add-auth__social-control{
    float: left;
    width: 46px;
    height: 42px;
    margin-right: 5px;
    background: url(../i/i/social.png);
    cursor: pointer;
}

.add-auth__social-control_fb{
    background-position: 0 0;
}

.add-auth__social-control_vk{
    background-position: 0 -45px;
}

.add-auth__acc{
    font-family: 'Museo Sans', Arial, sans-serif;
    font-weight: bold;
    color: #424548;
    font-size: 14px;
    border-bottom: 1px dashed #424548;
    cursor: pointer;
}

/* add end */


/* post */

.crumbs{
    font-family: Arial;
    font-size: 13px;
    color: #868789;
}

.crumbs__link{
    color: #868789;
    text-decoration: none;
}

.post{
    position: relative;
    padding: 23px 30px 27px;
    overflow: hidden;
}

.post_category{
    border-top: 1px solid #e5ebe9;
}

.post_last-border{
    border-bottom: 3px solid #ccd4d4;
}

.post__left{
    float: left;
    width: 105px;
    text-align: center;
    font-family: 'Museo Sans', Arial, sans-serif;
}

.post__left_category{
    font-family: Arial;
}

.post__ava{
    display: block;
    width: 58px;
    border-radius: 50%;
    margin: 0 auto 10px;
}

.post__author{
	font-family: Arial;
    font-weight: 700;
    font-size: 14px;
    color: #2c3945;
    text-decoration: none;
}

.post__left_category .post__author{
    color: #00a774;
}

.post__date{
    margin-top: 4px;
    font-size: 14px;
    color: #868789;
}

.post__right{
    margin-left: 143px;
    font-family: 'Museo Sans', Arial, sans-serif;
}

.post__title{
    width: 95%;
    font-weight: 900;
    color: #424548;
    font-size: 24px;
    margin-bottom: 9px;
}

.post_category .post__title{
    width: 100%;
}

.post__text{
    width: 95%;
    font-size: 17px;
    color: #424548;
    line-height: 1.5em;
}

.post_category .post__text{
    width: 100%;
}

.post__text i{
    position: relative;
    display: block;
    font-size: 24px;
    color: #2c3945;
    margin: 10px 0 10px 50px;
    line-height: 1.35;
}

.post__text i:before{
    content:'«';
    position: absolute;
    top: 20px;
    left: -60px;
    font-size: 78px;
    line-height: 0;
    font-weight: bold;
    color: #b35b6a;
}

.post__text ol li, .post__text ul li{
    position: relative;
}

.post__text ul li{
    margin-left: 37px;
}

.post__text ol li:before, .post__text ul li:before{
    content:'';
    position: absolute;
    top: 3px;
    left: -35px;
    width: 5px;
    height: 17px;
    background: #9dd0ee;
}

.post__text ul li:before{
    left: -32px;
}

.post__text a{
    color: #0E6CCB;
    text-decoration: none;
}

.post__text img{
	max-width: 100%;
}

.post__text a{
	color: #0E6CCB;
	text-decoration: none;
}

.post-location{
    margin-top: 12px;
    font-weight: bold;
    font-size: 17px;
}

.post-location .dark-link{
	display: inline-block;
    padding-left: 12px;
    background: url(../i/i/pin-dark.png) no-repeat 0 1px;	
}

.post-details{
    margin-top: 20px;
    overflow: hidden;
}

.post-details .button-line{
    margin-right: 5px;
}

.post-details .button-line:nth-of-type(1){
	width: 174px;
}

.post-counters{
    float: right;
    margin-top: 15px;
}

.post-counters__list{
    position: relative;
    float: left;
    margin-left: 33px;
    font-family: 'Museo Sans', Arial, sans-serif;
    font-size: 15px;
    color: #424548;
    font-weight: bold;
}

.post-counters__list:before{
    content:'';
    position: absolute;
    top: 1px;
    left: -22px;
    width: 20px;
    height: 16px;
    background: url(../i/i/details.png) no-repeat; 
}

.post-counters__list_view:before{
    left: -25px;
    background-position: 0 0;
    width: 22px;
}
.post-counters__list_answer:before{
    background-position: -23px 0;
}
.post-counters__list_star:before{
    top: 0;
    height: 17px;
    background-position: -42px 0;
}

.comments{
    border-top: 1px solid #e5ebe9;
    border-bottom: 3px solid #ccd4d4;
    padding: 16px 20px 40px;
    background: #fff;
}

.comments-title{
    font-family: 'Museo Sans', Arial, sans-serif;
    font-weight: bold;
    color: #424548;
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 19px;
    border-bottom: 1px solid #d9dada;
}

.comments-title span{
    font-size: 17px;
    color: #a6a6a6;
    font-weight: normal;
}

.comment{
    overflow: hidden;
    margin: 35px 0 0;
}

.comment.js-mode-edit +.comment{
	margin-top: 0;
}

.comment_form{
    margin-top: 45px;
}

.comment .comment{
    margin: 35px 0 0;
}

.comment-best{
    border-left: 5px solid #9dd0ee;
    margin-left: -20px;
    padding-left: 20px;
    padding-bottom: 5px;
    margin-bottom: 55px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.partner-comment{
    border-left: 5px solid #9dedd8;
    margin-left: -20px;
    padding-left: 20px;
    padding-bottom: 5px;
    margin-bottom: 55px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.comment__wrapper{
	overflow: hidden;
}

.comment__left{
    float: left;
    width: 58px;
}

.comment-ava{
    display: block;
    width: 47px;
    margin: 0 auto;
    border-radius: 50%;
}

.comment__right{
    margin-left: 60px;
}

.comment-header{
    overflow: hidden;
    height: 26px;
}

.comment-rating{
    float: right;
    font-size: 17px;
    margin-right: -5px;
    font-family: 'Museo Sans', Arial, sans-serif;
    font-weight: bold;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.comment-rating__control{
    display: inline-block;
    vertical-align: bottom;
    width: 21px;
    height: 21px;
    font-size: 15px;
    color: #424548;
    line-height: 19px;
    text-align: center;
    border: 1px solid #c6c7c8;
    border-radius: 5px;
    margin: 0 6px -2px;
    cursor: pointer;
}

.comment-rating__plus{
    color: #03a378;
}

.comment-rating__minus{
    color: #e73f5b;
    margin-left: 3px; /* WTF? */
}

.comment-rating__disabled .comment-rating__control,
.comment-rating__disabled .comment-rating__score{
    opacity: 0.5;
    cursor: default;
}


.comment-rating__enabled .comment-rating__control_plus:hover{
    border-color: #03a378;
}

.comment-rating__enabled .comment-rating__control_minus:hover{
    border-color: #e73f5b;
}

.comment-rating__control:active,
.comment-rating__control_a{
    color: #fff;
}

.comment-rating__control_plus.comment-rating__control_a,
.comment-rating__control_plus:active{
    background: #03a378;
    border-color: #03a378;
}

.comment-rating__control_minus.comment-rating__control_a,
.comment-rating__control_minus:active{
    background: #e73f5b;
    border-color: #e73f5b;
}

.comment-rating .spinner{
	left: -15px !important;
}

.comment-details{
    float: left;
    padding-top: 3px;
    font-family: 'Museo Sans', Arial, sans-serif;
    font-size: 14px;
    color: #a6a6a6;
}

.comment-details .dark-link{
	font-family: Arial;
    font-weight: bold;
}

.comment-details__user-rating{
	display: inline-block;
	text-decoration: none;
	color: #a6a6a6;
}

.comment-details__user-rating-divider{
	margin-left: 2px;
}

.comment-details__user-rating_positive, .comment-details__user-rating_negative{
	padding-left: 5px;
    text-decoration: none;
}

.comment-details__user-rating_positive{
    color: #03a378;
}

.comment-details__user-rating_negative{
    color: #e73f5b;
}

.comment-details__user-rating_positive ~ .comment-details__user-rating_negative{
	padding-left: 0;
}

.comment-details__date{
    color: #a6a6a6;
    text-decoration: none;
    margin-left: 0.7em;
}

.comment-text{
    font-family: 'Museo Sans', Arial, sans-serif;
    font-size: 17px;
    color: #3f4f5f;
    line-height: 1.5em;
}

.comment-text a{
	color: #0E6CCB;
	text-decoration: none;
}

.comment-text img {
    max-width: 100%;
}

.comment-footer{
    font-family: 'Museo Sans', Arial, sans-serif;
    margin-top: 3px;
    font-size: 14px;
    padding-bottom: 3px;
}

.comment-footer .button{
	vertical-align: middle;
}

.comment__cancel{
	display: inline-block;
	font-size: 14px;
	color: #03a378;
	margin-left: 5px;
	cursor: pointer;
}

.comment ~ .comment-form__home {
    border-top: solid 1px #d9dada;
    margin-top: 40px;
}

.comment__loader{
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin-left: 5px;
	background: url(/static/i/search_loader.gif) 0 0 no-repeat !important;
}

.comment__text{
    width: 100%;
    height: 100px;
    border: 0;
    padding: 15px;
    font-family: 'Museo Sans', Arial, sans-serif;
    font-size: 16px;
    background: #f0f3f2;
    border-radius: 5px;
    box-shadow: inset 0 2px 3px 0 rgba(0,0,0,0.2);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    resize: vertical;
}

.comment_deleted > .comment__wrapper .comment__right{
	padding-top: 11px;
}

.comment_deleted > .comment__wrapper .comment-text{
	color: #a6a6a6;
	font-size: 14px;
}

.comment_deleted > .comment__wrapper .comment-text a{
	color: #a6a6a6;
	font-weight: bold;
}

.comment_deleted > .comment__wrapper .comment-ava{
	opacity: .5;
}

.cats-info{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #aaafaf;
    font-family: 'Museo Sans', Arial, sans-serif;
}

.cats-info .dark-link{
    font-weight: bold;
    font-size: 17px;
}

.cats-info .green-link{
    font-weight: bold;
    font-size: 24px;
}

.cats-info__count{
    position: relative;
    display: inline-block;
    color: rgba(66,69,72,.5);
    font-size: 13px;
    padding-left: 20px;
    margin-top: 8px;
    text-decoration: none;
}

.cats-info__count:before{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    background: url(../i/i/details.png) no-repeat -18px -16px;
}

.cats-item{
}

.cats__list{
    margin-top: 6px;
    padding: 5px 10px 5px 10px;
    font-family: 'Museo Sans', Arial, sans-serif;
    border-bottom: 2px solid transparent;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cats__list:first-child{
    margin: 0 0 -3px 0;
}

.cats__list_a{
    padding: 15px 10px 15px 10px;
    background: #f0f3f2;
    border-bottom: 2px solid #a9bdd1;
}
.cats__link{
    position: relative;
    display: table;
    width: 100%;
    font-weight: bold;
    font-size: 15px;
    color: #424548;
    text-decoration: none;
}

.cats__iconwrap{
	display: table-cell;
	width: 31px;
	vertical-align:middle;
}

.cats__link i{
    display: inline-block;
    vertical-align: middle;
    width: 31px;
    height: 31px;
    background: url(../i/i/cats.png) no-repeat;
    background-position: -156px 0;
}
.cats__link_experiences i{
    background-position: -93px 0;
}
.cats__link_chto-posmotret-v-gorode i{
    background-position: -93px -31px;
}
.cats__link_gde-vkusno-i-nedorogo-poest i{
    background-position: -31px 0;
}
.cats__link_shopping i{
    background-position: -31px -31px;
}
.cats__link_arenda-avto i{
    background-position: -62px -31px;
}
.cats__link_aeproporty i{
    background-position: -124px 0;
}
.cats__link_nedorogoe-zhile i{
    background-position: 0 -31px;
}
.cats__link_kluby-i-bary i{
    background-position: -124px -31px;
}
.cats__link_obshchestvennyi-transport i{
    background-position: -62px 0;
}
.cats__link_zheleznye-dorogi-i-vokzaly i{
    background-position: 0 0;
}
.cats__link_deafault i{
    background-position: -156px 0;
}


.cats__linkwrap{
	display: table-cell;
	vertical-align: middle;
	font-family: Arial;
	padding-left: 10px;
}

.cats__count-link{
    position: relative;
    font-family: 'Museo Sans';
    font-size: 15px;
    font-weight: bold;
    color: #03a378;
    text-decoration: none;
    margin-left: 20px;
}
.cats__count-link:before{
    content:'';
    position: absolute;
    top: 3px;
    left: -20px;
    width: 15px;
    height: 15px;
    background: url(../i/i/details.png) no-repeat -1px -16px;
}

.cats__count-link_category{
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}

.search-min__text{
    width: 100%;
    border: 0;
    height: 33px;
    font-family: 'Museo Sans', Arial, sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 30px;
    border-radius: 5px;
    padding-left: 37px;
    outline: none;
    background: #fff url(../i/i/search.png) no-repeat 5px 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.popular{
    font-family: 'Museo Sans', Arial, sans-serif;
    padding: 14px 0 0;
    border-top: 1px solid #aaafaf;
}

.popular-title{
    font-size: 20px;
    color: #424548;
}

.popular-post{
	display: block;
    margin-top: 20px;
    text-decoration: none;
}

.popular-title + .popular-post{
	margin-top: 15px;
}

.popular-post__link{
    font-size: 17px;
    color: #424548;
    font-weight: bold;
    line-height: 1.4em;
}

.popular-post:hover .popular-post__link{
	color: #03a378;
}

.popular-post__date{
    color: #ab4254;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}

.p-details-edit-wrap{
	display: inline-block;
}

.post .p-details-edit-wrap{
	margin: 20px 0 -17px;
}

.p-details-edit{
    display: inline-block;
    margin: 0px 6px 0px 0px;
    color: #a6a6a6;
    text-decoration: none;
}

.p-details-edit i{
	font-style: normal;
}

.p-details-edit:hover{
	color: #03a378;
}

.p-details-edit_comment{

}

.p-details-edit-notice{
    display: inline-block;
    vertical-align: middle;
    margin: 0px 12px 3px -3px;
    color: #a6a6a6;
}

.p-details-delete{
	display: inline-block;
}

.p-details-delete-control{
    display: inline-block;
    color: #a6a6a6;
    text-decoration: none;
}

.p-details-delete-control i{
	font-style: normal;
}

.p-details-delete-control:hover{
	color: #03a378;
}

.p-details-delete-confirm{
	position: relative;
}

.p-details-delete-confirm span{
    display: inline-block;
    margin-right: 0.5em;
    color: #e73f5b;
}

.p-details-delete-confirm a{
    position: absolute;
    top: -3px;
    left: 210px;
    padding: 3px 0.7em;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 3px;
}

.p-details-delete-confirm a:hover{
    opacity: 0.7;
}

.p-details-delete-confirm a:active{
    opacity: 0.9;
}

.p-details-delete-y{
    background: #e73f5b;
    left: 174px !important;
}

a.p-details-delete-n{
    background: #03a378;
}



/* post end */


/* category */

.category-title{
    font-family: 'Museo';
    font-size: 42px;
    color: #424548;
}

.category-subtitle{
    font-family: 'Museo Sans';
    font-size: 20px;
    margin-bottom: 20px;
    color: #2c3945;
}

/* category end */


/* expcard */
.expcard{
    position: relative;
    float: left;
    width: 31.5%;
    margin: 0 0 40px 2.75%;
    z-index: 1;
}

.expcard_empty{
    font-family:'Museo Sans', Arial, sans-serif;
    font-size: 24px;
    color: #2c3945;
    min-height: 200px;
    padding: 30px 0;
    border: 1px solid #cdd3d1;
    border-left: 0;
    border-right: 0;
    text-decoration: none;
    text-align: center;
}

.expcard_empty .expcard__img{
	display: block;
    width: 48px;
    height: 47px;
    margin: 0 auto 30px;
}

.expcard__text_empty{
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 10px;
}

.expcard__text_empty b{
	display: block;
	font-weight: 900;
	font-size: 24px;
	margin-bottom: 20px;
}

.expcard_empty .pink-text{
    font-family: 'Museo Sans', Arial, sans-serif;
    font-weight: bold;
    color: #d31f38;
    font-size: 16px;
}

.expcard_empty .button-line{
    padding: 10px 20px;
}

.expcard__img-link{
    position: relative;
    display: block;
    max-height: 241px;
    overflow: hidden;
}

.expcard__img{
    display: block;
    width: 100%;
    margin-top: -24px;
    max-width: 384px;
}

.expcard__details{
    overflow: hidden;
    padding-top: 17px;
}

.expcard__right{
    float: right;
    margin-right: 2px;
}

.expcard__right .rating, .expcard__right .expcard__review{
    display: inline-block;
    vertical-align: top;
}

.expcard__review{
	position: relative;
    font-family: 'Museo Sans', Arial, sans-serif;
    padding-right: 15px;
    font-size: 14px;
    color: #868789;
    text-decoration: none;
}

.expcard__review:after{
	content:'';
	position: absolute;
	top: 1px;
	right: -2px;
	width: 14px;
	height: 14px;
	background: url(../i/i/details.png) -1px -30px no-repeat;
}

.expcard__left{
    margin-right: 100px;
    font-family: Museo, serif;
    color: #424548;
}

.expcard__left_geo{
    font-size: 12px;
    text-transform: uppercase;
    padding: 1px 0 0 17px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAOCAMAAAAhfX2ZAAAAilBMVEX///9CRUhCRUhCRUhCRUhCRUhCRUhCRUhCRUhCRUhCRUhCRUhCRUhCRUhCRUhCRUhCRUhCRUhCRUhCRUhCRUhCRUhCRUhCRUhCRUhCRUhCRUhCRUhCRUhCRUhCRUhCRUhCRUhCRUhCRUhCRUhCRUhCRUhCRUhCRUhCRUhCRUhCRUhCRUhCRUhCRUhe3UhMAAAALXRSTlMAAwYMDxIVGx4kKjAzOT9CS11pbG9+gYeNkJOWqLS6zM/S1dve4eTq7fP2+fy/HGppAAAAZUlEQVQI1zXMyQKBYAAA4em3hGzJLmVLhXn/13OI7zSngbC5+cxHQChVbSew850ly4fXiMo9MNOE2hUQ65zCSx+OvgYstDnf9QAU3WEITFXdApCrTQ+A8UfXdE5W4Zdxm/KXRgBf73YLNEg4TKIAAAAASUVORK5CYII=) no-repeat 0 0;
}

.expcard__left_price{
    font-size: 22px;
}

.expcard__left_price i{
    font-family: 'Museo Sans', Arial, sans-serif;
    font-style: normal;
    color: #868789;
    font-size: 15px;
}

.expcard__left_user{
    display: block;
    font-family: 'Museo Sans', Arial, sans-serif;
    color: #4f5255;
    font-size: 14px;
    margin-top: -6px;
    text-decoration: none;
}

.expcard__left_user img{
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 5px;
}

.expcard__title{
    color: #2c3945;
    font-family: 'Museo Sans', Arial, sans-serif;
    font-weight: 900;
    font-size: 24px;
    text-decoration: none;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
}

.expcard:hover .expcard__title__link, .expcard__title__link:hover{
    color: #03a378;
}

.expcard__text{
    display: block;
    margin: 10px 0;
    font-family: 'Museo Sans', Arial, sans-serif;
    font-size: 15px;
    color: #354859;
    line-height: 1.45em;
    text-decoration: none;
}

.post-bottom-text + .exp-row {
    border-top: 1px solid #c4cac9;
}

.exp-row__title{
    font-size: 24px;
    font-weight: bold;
    color: #354859;
    margin: 20px 0;
    font-family: 'Museo Sans', Arial, sans-serif;
    overflow: hidden;
}

.exp-row__text{
    text-align: center;
    font-size: 18px;
    font-family: 'Museo Sans', Arial, sans-serif;
    color: #424548;
    clear: both;
}

.exp-row__text b{
    color: #e73f5b;
}

/* expcard end*/

/* raiting */
.rating{
    position: relative;
    width: 77px;
    height: 13px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE0AAAAbCAMAAAAOAPJoAAABO1BMVEWytrryPlf///+ytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPlfn/hvlAAAAZ3RSTlMAAAADAwYGCQkMDA8PEhIVFR4eISEnJy0tMzM2Njk5PDw/P0VFS0tOTlFRVFRdXWBgZmZpaXV1eHh7e4eHjY2QkJaWpaWoqK6utLS6usDAxsbJydXV2Nje3uHh5+fq6u3t8/P29vz8JweS3QAAAXJJREFUSMftlM9LQkEQxz87vjJFKMofL1sezxD6cdND+bdHh5KQDh2CQAqiosJCrKyDlpqvw75XvkPQ1qGLexk+M7Ozw+7OVykA1jhjcv2cFUAxfwyAGJ/nxZJtuayNdQBIeaT6E1FLFp1e6H71VnaccuwsO/YzYtBZdgEfyg5wf4cl5zRQBH8EdJ3RahaAfB46t2DJI88FYHELXg4SvYvMYtjw+e4LWPLrRTIX4vVuJ6HeL8cFAUZHjXcASw6u+24CGJ/sDRCgaWo3o0u15NMxgJyGb+o5AM7nF7JkPQfAalhN06vXe+go25I1g8OdLvnw97pXh8+0am6UbcnZVuORds2fHYBSblUppZSqZo21Y0nXRERENrWIMlM/wzA2eD9nsz/5Njn1pVKUFwRBEASlUhBb3zMAy+vhwBqf58Wi/6ohSqfnn6ca8msNeUjwRw3hJtKQ/eFUQyw15Il2zZ8ZAhQqxltZMtaOJbVtNGRjReQDJo9gzVVjT3MAAAAASUVORK5CYII=) 0 -14px no-repeat;
}
.rating i{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 13px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE0AAAAbCAMAAAAOAPJoAAABO1BMVEWytrryPlf///+ytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPleytrryPlfn/hvlAAAAZ3RSTlMAAAADAwYGCQkMDA8PEhIVFR4eISEnJy0tMzM2Njk5PDw/P0VFS0tOTlFRVFRdXWBgZmZpaXV1eHh7e4eHjY2QkJaWpaWoqK6utLS6usDAxsbJydXV2Nje3uHh5+fq6u3t8/P29vz8JweS3QAAAXJJREFUSMftlM9LQkEQxz87vjJFKMofL1sezxD6cdND+bdHh5KQDh2CQAqiosJCrKyDlpqvw75XvkPQ1qGLexk+M7Ozw+7OVykA1jhjcv2cFUAxfwyAGJ/nxZJtuayNdQBIeaT6E1FLFp1e6H71VnaccuwsO/YzYtBZdgEfyg5wf4cl5zRQBH8EdJ3RahaAfB46t2DJI88FYHELXg4SvYvMYtjw+e4LWPLrRTIX4vVuJ6HeL8cFAUZHjXcASw6u+24CGJ/sDRCgaWo3o0u15NMxgJyGb+o5AM7nF7JkPQfAalhN06vXe+go25I1g8OdLvnw97pXh8+0am6UbcnZVuORds2fHYBSblUppZSqZo21Y0nXRERENrWIMlM/wzA2eD9nsz/5Njn1pVKUFwRBEASlUhBb3zMAy+vhwBqf58Wi/6ohSqfnn6ca8msNeUjwRw3hJtKQ/eFUQyw15Il2zZ8ZAhQqxltZMtaOJbVtNGRjReQDJo9gzVVjT3MAAAAASUVORK5CYII=) 0 0 no-repeat;
}


.rating_0{
    background-position: 0 -66px;
}
.rating_1{
    background-position: 0 -53px;
}
.rating_2{
    background-position: 0 -40px;
}
.rating_3{
    background-position: 0 -27px;
}
.rating_4{
    background-position: 0 -14px;
}
/* raiting end */










/* new_header*/

.header-bg{
    /*height: 132px;*/
    background: rgb(65,85,103);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQxNTU2NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYzNjNGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(65,85,103,1) 0%, rgba(44,60,75,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(65,85,103,1)), color-stop(100%,rgba(44,60,75,1)));
    background: -webkit-linear-gradient(top,  rgba(65,85,103,1) 0%,rgba(44,60,75,1) 100%);
    background: -o-linear-gradient(top,  rgba(65,85,103,1) 0%,rgba(44,60,75,1) 100%);
    background: -ms-linear-gradient(top,  rgba(65,85,103,1) 0%,rgba(44,60,75,1) 100%);
    background: linear-gradient(to bottom,  rgba(65,85,103,1) 0%,rgba(44,60,75,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#415567', endColorstr='#2c3c4b',GradientType=0 );
    clear: both;
}

.quickstart-step1 .header-bg, .quickstart-step3 .header-bg, .profile-page .header-bg, .profile-page-edit .header-bg{
    height: auto;
}

.header-inner{
    min-width: 880px;
    max-width: 1280px;
    margin: 0 auto;
    height: 70px;
    padding: 5px 20px 0;
    background: rgb(65,85,103);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQxNTU2NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYzNjNGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(65,85,103,1) 0%, rgba(44,60,75,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(65,85,103,1)), color-stop(100%,rgba(44,60,75,1)));
    background: -webkit-linear-gradient(top,  rgba(65,85,103,1) 0%,rgba(44,60,75,1) 100%);
    background: -o-linear-gradient(top,  rgba(65,85,103,1) 0%,rgba(44,60,75,1) 100%);
    background: -ms-linear-gradient(top,  rgba(65,85,103,1) 0%,rgba(44,60,75,1) 100%);
    background: linear-gradient(to bottom,  rgba(65,85,103,1) 0%,rgba(44,60,75,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#415567', endColorstr='#2c3c4b',GradientType=0 );    
}

.header__logo{
    position: relative;
    float: left;
    margin: 0;
    width: 235px;
    font-size: 12px;
    color: #c3ba81;
}

.header__logo a, .header__logo img{
    display: block;
    width: 156px;
}

.header__logo a.header__logo-text{
    position: absolute;
    left: 50px;
    bottom: 2px;
    color: #c3ba81 !important;
    min-width: 180px;
    max-width: 200px;
    text-decoration: none;
}

.main-nav{
    float: left;
    margin-left: 35px;
    height: 35px;
    padding: 22px 0 0 0;
}

.main-nav__item{
    float: left;
    margin: 0 0 0 15px;
    font-size: 17px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.6);
}

.main-nav__item:first-child{
    margin-left: 0;
}

.main-nav__link{
    text-decoration: none;
    color: #97b3ce;
}

.main-nav__link:hover{
    color: #c1d7ec;
}

.main-nav__link:active{
    color: #7d9fc0;
}

.main-nav__link_active{
    color: #fff;
}

.autorization{
    float:right;
    padding: 16px 0 0 0;
    height: 35px;
    margin-right: 12px;
}

.autorization li a{
    color:#fff;
    font-size: 12px;
    display:block;
    text-decoration: none;
}

.autorization > ul > li{
    color:#fff;
    font-size: 12px;
    margin:0.4em 0 0 0;
    display:block;
    float:left;
}

.autorization li.special{
    font-size: 12px;
    margin-top:0.7em;
    margin-left: 1em;
}

.autorization li.userpic{margin:0.4em 0.6em 0 0;}

.autorization li img{
    width: 28px;
    height: 28px;
    border-radius:3px;
}

.autorization .auth.popup-login{
    margin: 3px 0 6px 0;
    padding: 5px 10px 6px;
    text-align:center;
    background: rgb(113,138,162);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcxOGFhMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NTVlNzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(113,138,162,1) 0%, rgba(69,94,118,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(113,138,162,1)), color-stop(100%,rgba(69,94,118,1)));
    background: -webkit-linear-gradient(top,  rgba(113,138,162,1) 0%,rgba(69,94,118,1) 100%);
    background: -o-linear-gradient(top,  rgba(113,138,162,1) 0%,rgba(69,94,118,1) 100%);
    background: -ms-linear-gradient(top,  rgba(113,138,162,1) 0%,rgba(69,94,118,1) 100%);
    background: linear-gradient(to bottom,  rgba(113,138,162,1) 0%,rgba(69,94,118,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#718aa2', endColorstr='#455e76',GradientType=0 );
    border-radius:3px;
    box-shadow: inset 0 1px 1px 0 #9badbe, 0 1px 1px 0 #203040;
}

.autorization .auth.popup-login:hover{
    background: rgb(127,150,171);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdmOTZhYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ODZlODQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(127,150,171,1) 0%, rgba(88,110,132,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(127,150,171,1)), color-stop(100%,rgba(88,110,132,1)));
    background: -webkit-linear-gradient(top,  rgba(127,150,171,1) 0%,rgba(88,110,132,1) 100%);
    background: -o-linear-gradient(top,  rgba(127,150,171,1) 0%,rgba(88,110,132,1) 100%);
    background: -ms-linear-gradient(top,  rgba(127,150,171,1) 0%,rgba(88,110,132,1) 100%);
    background: linear-gradient(to bottom,  rgba(127,150,171,1) 0%,rgba(88,110,132,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f96ab', endColorstr='#586e84',GradientType=0 );
    box-shadow: inset 0 1px 1px 0 #a5b5c4, 0 1px 1px 0 #203040;
}

.autorization .auth.popup-login:active{
   background: rgb(101,124,145);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY1N2M5MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZTU0NmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(101,124,145,1) 0%, rgba(62,84,106,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(101,124,145,1)), color-stop(100%,rgba(62,84,106,1)));
    background: -webkit-linear-gradient(top,  rgba(101,124,145,1) 0%,rgba(62,84,106,1) 100%);
    background: -o-linear-gradient(top,  rgba(101,124,145,1) 0%,rgba(62,84,106,1) 100%);
    background: -ms-linear-gradient(top,  rgba(101,124,145,1) 0%,rgba(62,84,106,1) 100%);
    background: linear-gradient(to bottom,  rgba(101,124,145,1) 0%,rgba(62,84,106,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#657c91', endColorstr='#3e546a',GradientType=0 );
    box-shadow: inset 0 1px 1px 0 #92a3b2, 0 1px 1px 0 #203040;
}


.autorization li.auth a{
    color:#fff;
    text-decoration:none;
}

li.aut-popup{
    position: relative;
    margin-right: 35px !important;
    border-radius: 5px 5px 0 0;
    padding: 0 0 0 8px;
}

.aut-popup a{
    font-size: 12px !important;
    text-decoration: none;
    line-height: 24px;
}

.aut-popup-border{
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 19px;
    overflow: hidden;
    border-bottom: 1px dotted #fff;
    z-index: 100;
    *display: inline;
    *zoom: 1;
}
.aut-popup-border_active{
    color: #F3DE86;
    border-bottom: 1px dotted #F3DE86;
}

.aut-popup__icon{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px;
    height:7px;
    width: 10px;
    background: url(/static/i/popup-control.png) no-repeat 0 -7px;
    z-index: 100;
    *display: inline;
    *zoom: 1;
}

.aut-popup-border_active + .aut-popup__icon{
    background-position: 0 1px;
}

.aut-popup-block{
    display: none;
    position: absolute;
    top: 0px;
    left: -5px;
    width: 120px;
    padding: 25px 0 3px 0;
    border-radius: 5px;
    box-shadow: 0 0px 6px 1px rgba(0,0,0,0.45);
    background: #415567; /* Old browsers */
    background: -moz-linear-gradient(top,  #415567 0%, #2c3c4b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#415567), color-stop(100%,#2c3c4b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #415567 0%,#2c3c4b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #415567 0%,#2c3c4b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #415567 0%,#2c3c4b 100%); /* IE10+ */
    background: linear-gradient(top,  #415567 0%,#2c3c4b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#415567', endColorstr='#2c3c4b',GradientType=0 ); /* IE6-9 */
    z-index: 99;
}

.aut-popup-list{
    margin: 0;
    padding: 0px 8px;
}

.aut-popup-list:first-child{
    position: relative;
    padding-top: 3px;
}

.aut-popup-list:first-child:before{
    content:'';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 1px;
    background: #38495a;
    border-bottom: 1px solid #465869;
}

.aut-popup-list a{
    color: #fff;
    text-decoration: none;
    font-size: 11px !important;
}

.aut-popup-list a:hover{
    color: #f3de86 !important;
}

a.aut-popup_avalink{
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
}

.aut-popup-list_exit{
    position: relative;
    border-top: 1px solid #3a4a59;
}

.aut-popup-list_exit:before{
    content:'';
    position: absolute;
    top:-2px;
    left: 0;
    right: 0;
    height: 1px;
    background: #2c3b4a;
}

.header__trigger{
    display: none;
    position: absolute;
    top: 30px;
    left: 20px;
    width: 25px;
    height: 13px;
    border-top: 3px solid #fff;
    cursor: pointer;
}

.header__trigger:before{
    content:'';
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
    height: 3px;
    background: #fff;
}

.header__trigger:after{
    content:'';
    position: absolute;
    top: 9px;
    left: 0;
    right: 0;
    height: 3px;
    background: #fff;
}

.footer{
    background: #394b5d;
    font-family: 'Museo Sans', Arial, sans-serif;
}

.footer .wrap{
	padding: 30px 20px;
    background: #394b5d;	
}

.footer__left{
    overflow: hidden;
}

.f-menu{
    font-size: 16px;
    color: #9dabb8;
}

.f-menu__link{
    font-weight: bold;
    color: #e5ebe9;
    text-decoration: none;
}

.f-social{
    padding: 15px 0;
}

.footer__text{
    font-size: 13px;
    line-height: 1.4em;
    color: rgba(255,255,255,.4);
}

.footer__text a{
    color: rgba(255,255,255,.4);
    text-decoration: none;
}

.f-contact{
    position: relative;
    font-size: 14px;
    color: rgba(255,255,255,.4);
    text-decoration: none;
    margin: 0 20px 0 30px;
}

.f-contact:before{
    content:'';
    position: absolute;
    top: -5px;
    left: -30px;
    width: 25px;
    height: 25px;
    background: url(../i/i/details.png) no-repeat;
}
.f-contact_fb:before{
    background-position: -60px 0;
}
.f-contact_vk:before{
    background-position: -33px -17px;
}

.footer__right{
    float: right;
    width: 300px;
    text-align: right;
    font-size: 14px;
    color: rgba(255,255,255,.4);
}

.footer__copyright{
	text-decoration: none;
    color: rgba(255,255,255,.4);	
}

/*new header end*/

/* login */
.overlay{
    width:100%;
    height:100%;
    overflow:hidden;
    background:url(/static/i/darkoverlay.png);
    z-index:100;
    position:fixed; 
    top: 0;
    left: 0;
    display:none;
}
/* Login pop-up */

.overlay .body{
    position:absolute;
    top:50%;
    left:50%;
    overflow:hidden;
}

.overlay .body .close-win{
    display:block;
    background:url(/static/i/closewin.png) 0 0 no-repeat;
    width:12px;
    height:10px;
    float:right;
    margin-top:3px;
}

.overlay .body .close-win:hover{opacity:0.5;}

.overlay .login{
    width:400px;
    margin:-226px 0 0 -200px;
    padding-bottom:0;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    font-size: 13px;
    color: #B1B9C0;
    background-color:#3b4c5e;
}

.login-popup-form{
    padding: 0 30px;
}

.login fieldset .fblogin{
    display:inline-block;
    vertical-align:middle;
}

.login fieldset.color{
    overflow:hidden;
    position:relative;
    clear:both;
}

.login fieldset.color p{
    margin: 0;
}

.login fieldset.color h3{margin-bottom:0.6em;}
.login fieldset.color p.remembers{margin:-10px 0 20px 0;}

.login fieldset.color p.remembers .remember-me{
    font-size:13px;
    color:#b1b9c0;
    margin-right:20px;
}

.login fieldset.color p.remembers .remember-me input#id_remember_me{margin:0 5px 0 0;}

.login fieldset.color p.remembers span a{
    font-size:13px;
    color:#b1b9c0;
}

.login fieldset.color p.remembers span a:hover{text-decoration:none;}

.login .buttons{
    margin:0 0 30px 0;
    display:block;
    text-align: center;
}

.login .headliner{
    padding:16px 24px 10px 30px;
    margin:0 0 0 0;
    border-bottom:1px solid #354554;
    overflow:hidden;
}

.login .headliner_recovery{
    padding-left: 20px;
}

.login .headliner h2{
    color:#fff;
    font-size:25px !important;
    margin:0;
    display:block;
    float:left;
}

.login .or{
    position: relative;
    color:#b1b9c0;
    font-size:12px;
    display:block;
    text-align: center;
    margin:10px 0 15px;
}

.login .or:before{
    content:'';
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #354554;
    background: #526373;
}

.login .or span{
    position: relative;
    display: inline-block;
    padding: 0 7px;
    background: #3b4c5e;
}

.login-popup-current-soc{
    border-top: 1px solid #526373;
    padding: 20px 30px 10px;
    color: #fff;
    font-size: 16px;
}

.login-popup-reg-notice{
    background: #caceb7;
    font-size: 12px;
    border-radius: 3px;
    padding: 10px 30px;
    margin: 10px 30px;
    color: #3b4c5e;
}

.login-popup-reg-form{
    margin: 30px 30px 0;
}

.login .text, .login-popup-reg-form input[type=text], .login-popup-reg-form input[type=password]{
    font-size: 14px;
    padding:2px 2px 2px 10px;
    border:1px solid #ddd;
    width:328px;
    margin:5px 0 20px 0;
    border:none;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    box-shadow:inset 0 3px 3px 0 #acacac;
    background-image: -moz-linear-gradient(#ffffff, #dddddd);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#dddddd));
    background-color:#f3f3f3;
    background-image: -o-linear-gradient(top,#ffffff,#dddddd);
    height:31px;
    color:#415567;
}

.login .buttons .or {font-size:1.6em; color:#7f7f7f; vertical-align:middle; font-style:italic;}
.login .buttons .or a {font-style:normal;}
.login .buttons .loader-32 {vertical-align:middle; margin-right:10px;}
.login p.exp, .login p.tab-links {color:#7f7f7f; font-size:1.4em; margin-bottom:0.9em;}
.login p.tab-links {font-size:1.8em; margin-bottom:0.9em;}
.login .login-links{
    color: #B1B9C0;
}


.login .error{
    color:#82120e;
    font-size:14px;
    display:block;
    background: #f0716b;
    border: 1px solid #82120e;
    border-radius: 3px;
    margin: 10px 0;
    padding: 5px 10px;
}

.login-recovery-password{
    float: right;
}

.social-auth-failed-msg{
    border-top: 1px solid #526373;
    border-bottom: 1px solid #354554;
    padding: 10px 40px;
    background: none !important;
}

.social-auth-failed-msg p{
    font-size: 13px;
    line-height: 1.5em;
    color: #B1B9C0;
    margin-bottom: 5px;
}

.social-auth-failed-msg p:first-child{
    position: relative;
    color: #fff;

}

.social-auth-failed-msg p:first-child:before{
    content:'';
    position: absolute;
    left: -20px;
    top: 2px;
    width: 16px;
    height: 13px;
    background:url(/static/i/au-warning.png) 0 0 no-repeat;
}

.social-auth-failed-msg a{
    color: #F3DE86;
}

.recovery-background{
    background: white url('../i/login_bg.gif') repeat-x top;
}

.recovery-background .overlay{
    background: none;
}

.recovery-form-wrap{
    border-top:1px solid #526373;
    padding: 20px 20px 50px 20px;
    overflow:hidden;
    position:relative;
    clear:both;
}

.recovery-form-wrap .text{
    margin: 10px 0 30px 0;
    width: 335px; 
}

.recovery-form-password_input-nom .text{
    margin-bottom: 0;
}

.recovery-form-wrap p{
    font-size: 14px;
    line-height: 1.5em;
}

.recovery-form-wrap p.text-form-recovery{
    margin-top: 0;
}

.recovery-form-wrap .error{
    margin: 0;
    font-size: 12px;
}

.recovery-form-wrap a{
    color: #fff;
}

.recovery-form-wrap form p{
    margin-top: 20px;
}

.secret-level{
    position: absolute;
    top: 32%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 26px;
    margin-left: -33px;
    text-shadow: 0 1px 1px rgba(255,255,255,0.7);
    color: #2e3e4e;
}

.secret-level span{
    font-size: 16px;
    text-shadow: none;
}

.secret-level a{
    color: #2e3e4e;
    text-decoration: underline;
}


.login-noreg{
    color: #fff;
    padding: 10px 0;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    border: none !important;
    background-color:#415567 !important;
    background-image: -moz-linear-gradient(#415567, #2c3c4b) !important;
    background-image: -webkit-gradient(linear, center top, center bottom, from(#415567), to(#2c3c4b)) !important;
    background-image: -o-linear-gradient(top,#415567,#2c3c4b) !important;
}

.login-noreg .ui-widget-header .ui-icon{
    background:url(/static/i/closewin.png) 0 0 no-repeat;
    border: none !important;
}

.login-noreg .ui-widget-header .ui-icon:hover{opacity:0.5;
    background:url(/static/i/closewin.png) 0 0 no-repeat !important;
}

.login-noreg a.dialog-close{
    border:none !important;
}

.login-noreg .ui-dialog-titlebar-close:hover{
    padding: 1px !important;
}

.login-noreg .headliner{
    border-bottom:1px solid #354554;
    overflow:hidden;
}

.login-noreg h2{
    color:#fff !important;
    font-size:2.5em;
    margin: 0 0 20px 20px !important;
}

.login-noreg-text{
    border-top: 1px solid #526373;
    padding: 20px 20px 0 20px;
}

.login-noreg p{
    font-size: 13px;
    line-height: 1.5em;
    color: #B1B9C0;
    margin-bottom: 20px;
}

.login-noreg-buttons{
    margin: 20px 0 0;
    padding: 0 0 20px 20px;
}

.login-noreg-buttons .button {
    margin-right: 30px;
    color: #2e3e4d !important;
}

.social-auth {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    margin: 0;
    padding: 20px 30px 10px;
    border-top: 1px solid #526373;
} 
.social-auth a, .social-auth b{
    float: left;
    font-size: 16px;
    color: #fff !important;
    text-shadow: 1px 1px 1px #3e4245;
    margin: 0 4px 5px 0;
    background: url(../i/reg-social.png) no-repeat;
}


.social-auth .facebook {
    width: 90px;
    height: 25px;
    font-weight: bold;
    text-decoration: none;
    padding: 13px 10px 7px 55px;
    background-position: 0px -48px;
    margin: 0 17px 10px -3px;
}

.social-auth a.facebook:hover {
    background-position: -314px -48px;
    color: #fff !important;
}
 
.social-auth .facebook:active {
    background-position: -157px -48px;
} 
.social-auth .twitter {
    background: none;
    font-size: 13px;
    color: #B1B9C0 !important;
    margin-left: 4px;
    text-decoration: underline;
}

.social-auth .google-oauth2 {
    background: none;
    font-size: 13px;
    color: #B1B9C0 !important;
    text-decoration: underline;
}
 
.social-auth .odnoklassniki {
    background: none;
    font-size: 13px;
    color: #B1B9C0 !important;
    text-decoration: underline;
}
 
 .social-auth .vkontakte-oauth2 {
    width: 90px;
    height: 25px;
    font-weight: bold;
    text-decoration: none;
    padding: 13px 10px 7px 55px;
    background-position: 0 0;
    clear: right;
    margin-bottom: 10px;
}

 .social-auth a.vkontakte-oauth2:hover {
    background-position: -314px 0px;
    color: #fff !important;
}

.social-auth .vkontakte-oauth2:active {
    background-position: -157px 0px;
}

.button_login {
    position: relative;
    display: inline-block;
    padding: 10px 20px !important;
    font-size: 14px !important;
    margin: 0 !important;
    height: auto !important;
    font-family: Arial !important;
    font-weight: normal !important;
    line-height: normal !important;
    text-transform: none !important;
    color: #2e3e4d !important;
    text-shadow: 1px 1px 1px #fced6c;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 0px 2px 2px 0px #606060;
    border: none;
    background: #ffee66;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZWU2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmFiMjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffee66 0%, #ffab23 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffee66), color-stop(100%,#ffab23));
    background: -webkit-linear-gradient(top,  #ffee66 0%,#ffab23 100%);
    background: -o-linear-gradient(top,  #ffee66 0%,#ffab23 100%);
    background: -ms-linear-gradient(top,  #ffee66 0%,#ffab23 100%);
    background: linear-gradient(to bottom,  #ffee66 0%,#ffab23 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffee66', endColorstr='#ffab23',GradientType=0 );
    cursor: pointer;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
    
.button_login:hover {
    color: #2e3e4d;
    text-shadow: 1px 1px 1px #fced6c;
    border-radius: 5px;
    background: #ffce46;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmY2U0NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmVlNjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffce46 0%, #ffee66 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffce46), color-stop(100%,#ffee66));
    background: -webkit-linear-gradient(top,  #ffce46 0%,#ffee66 100%);
    background: -o-linear-gradient(top,  #ffce46 0%,#ffee66 100%);
    background: -ms-linear-gradient(top,  #ffce46 0%,#ffee66 100%);
    background: linear-gradient(to bottom,  #ffce46 0%,#ffee66 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffce46', endColorstr='#ffee66',GradientType=0 );
   }

.button_login:active, .button.active {
    top: 1px;
    border-radius: 5px;
    box-shadow: 0px 1px 1px 0px #888;
}

.button_login{
    float: none;
    width: 110px;
    box-shadow: 0px 2px 2px 0px #000;
}

.button_login_big{
    width: auto;
}


/* login end */

/* landing */
.header-flat{
    background: #3c4f62;
    padding: 15px 0;
}

.header-flat .wrap{
	position: relative;
    width: 870px;
}

.header__flat-logo{
    display: inline-block;
    vertical-align: middle;
    width: 106px;
    height: 28px;
    margin-right: 13px;
    background: url(../i/i/landing-sprite.png) no-repeat -53px -33px;
}

.header__flat-logo a{
    display: block;
    width: 106px;
    height: 28px;
}

.header__flat-buttons{
    display: inline-block;
    vertical-align: middle;
}

.header-flat .button{
    vertical-align: middle;
    height: 25px;
    font-size: 12px;
    line-height: 26px;
    padding: 0 15px;
    margin-right: 10px;
    font-weight: bold;
}

.header__flat-buttons .main-nav__link{
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.6);
}

.moscow-flag{
    position: absolute;
    top: -15px;
    right: 70px;
    width: 126px;
    height: 174px;
    background: url(../i/moscow-flag.png) no-repeat;
    z-index: 9;
}

.landing-cover{
    position: relative;
    height: 347px;
}

.landing-cover__img-wrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 380px;
    overflow: hidden;
}

.landing-cover__img-wrap-inner{
    position: absolute;
    left: 50%;
    margin-left: -765px;
}

.landing-cover__img-wrap-inner:before, .landing-cover__img-wrap-inner:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 33px;
    width: 10px;
    z-index: 1;
}

.landing-cover__img-wrap-inner:before{
    left: 100%;
    bottom: 40px;
    width: 600px;
    background: #000;
}

.landing-cover__img-wrap-inner:after{
    right: 100%;
    width: 600px;
    background: #000;
}

.landing-cover__img-wrap img{
    display: block;
    height: 380px;
    margin: 0 auto;
}

.landing-cover__block{
    position: relative;
    width: 600px;
    margin: 0 auto;
    padding-top: 30px;
    font-family: 'Museo';
    color: #51525f;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    z-index: 3;
}

.landing-cover__text{
    font-family: 'Museo Sans';
    margin-top: 5px;
    font-size: 34px;
    color: #05875e;
}

.landing-cols{
    width: 950px;
    margin: 50px auto 0;
    overflow: hidden;
}

.landing-col{
    float: left;
    width: 406px;
    margin-left: 138px;
    font-family: 'Museo Sans';
}

.landing-col:first-child{
    margin: 0;
}

.landing-col__title{
    font-weight: 900;
    color: #51525f;
    font-size: 28px;
    margin: 0 0 25px 0;
    text-align: center;
}

.landing-col__title a{
	color: #51525f;
	text-decoration: none;
}

.landing-col__text{
    font-size: 17px;
    color: #3f4f5f;
    line-height: 1.5em;
}

.landing-col__block{
    position: relative;
    margin: 32px 0 30px;
    border: 5px solid #eeeef0;
    border-radius: 10px;
    padding: 20px;
}

.landing-col__block:before{
    content:'';
    position: absolute;
    top: -20px;
    left: 50%;
    width: 80px;
    height: 30px;
    margin: 0 0 0 -40px;
    background: #fff;
}

.landing-col__block:after{
    content:'';
    position: absolute;
    top: -20px;
    left: 50%;
    width: 48px;
    height: 34px;
    margin-left: -24px;
    background: url(../i/i/landing-sprite.png) no-repeat 0 0;
}

.landing-col__block_right:after{
    content:'';
    position: absolute;
    top: -20px;
    left: 50%;
    width: 69px;
    height: 25px;
    margin-left: -34px;
    background: url(../i/i/landing-sprite.png) no-repeat -53px -3px;
}

.landing-col__block_right:before{
    content:'';
    position: absolute;
    top: -20px;
    left: 50%;
    width: 101px;
    height: 30px;
    margin: 0 0 0 -50px;
    background: #fff;
}

.landing-col__icon{
    position: absolute;
    top: 75px;
    left: -97px;
    width: 45px;
    height: 45px;
    background: url(../i/i/landing-sprite.png) no-repeat -3px -38px;
}

.landing-col__list{
    margin: 25px 0 0;
    overflow: hidden;
}

.landing-col__list:first-child{
    margin: 0;
}

.landing-col__list>a{
    display: block;
    text-decoration: none;
}

.landing-col__list img{
    float: left;
    width: 38px;
    height: 39px;
    border-radius: 50%;
}

.landing-col__block_right .landing-col__list img{
    border-radius: 0;
}

.landing-col__item-text{
    margin-left: 50px;
    font-size: 15px;
    line-height: 1.4em;
    color: #8d8e9c;
}

.landing-col__item-text .pink-link, .landing-col__item-text .green-link{
    font-weight: bold;
}

.landing-col__recent{
    margin: 20px 0 0;
    font-size: 20px;
    color: #424548;
    text-align: center;
    line-height: 1.5em;
}

.landing-col__big-text{
    font-weight: 700;
    font-size: 24px;
    color: #e73f5b;
    text-decoration: none;
}

.landing-quote{
    position: relative;
    padding: 24px 55px;
    width: 840px;
    margin: 25px auto 55px;
    background: #f9f7e2;
    font-family: 'Museo Sans';
}

.landing-quote:before{
    content:'';
    position: absolute;
    left: 170px;
    top: -20px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #f9f7e2;
}

.landing-quote__text{
    position: relative;
    font-size: 17px;
    color: #424548;
    line-height: 1.5em;
}

.landing-quote__text:before{
    content:'«';
    position: absolute;
    top: 0;
    left: -35px;
    font-size: 45px;
    color: #c1c1c1;
    font-family: 'Museo Sans';
}

.landing-quote__text:after{
    content:'»';
    position: absolute;
    bottom: 0;
    right: -35px;
    font-size: 45px;
    color: #c1c1c1;
    font-family: 'Museo Sans';
}

.landing-quote__author{
    margin: 10px 0 0 -10px;
    font-size: 14px;
    color: #8d8e9c;
}

.landing-quote__author .pink-link, .landing-quote__author .green-link{
    font-weight: bold;
}

/* landing end */


/* hotels block */
.hc_offers .upanddown{
	font-size: 20px;
	font-family: 'Museo Sans';
	color: #424548;
}

.hc_offers .hotelitem{
	overflow: hidden;
	margin-top: 20px;
}

.hc_offers .hotelitem>a{
	float: left;
	width: 60px;
}

.hc_offers .hotelinfo{
	margin-left: 80px;
}

.hc_offers .hotelinfo>a{
	font-weight: bold;
	color: #437c99;
	text-decoration: none;
}

.hc_offers .hotel-price {
    display:inline-block;
    margin-top:5px; 
    background: #f34c54; 
    font-size:14px;
    line-height:20px; 
    font-weight:bold; 
    padding:2px 5px;  
    border-radius:5px;
}
.hc_offers .hotel-price a{
    color: #fff; 
    text-decoration: none;	
} 

.hc_offers .hotelinfo span{
	color: #7f8674;
	font-size: 12px;
	text-decoration:
}

.hc_offers .hotelinfo span a{
	color: #7f8674;
	text-decoration: none;
}

.newwindow{
	padding: 20px 0;
	font-family: Arial;
	color: #7f8674;
	font-size: 12px;
}

.newwindow .morehotels{
    display: block;
    padding: 0 22px;
    height: 42px;
    line-height: 38px;
    font-family: 'Museo Sans', Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border: 2px solid #03a378;
    font-size: 14px;
    background: transparent;
    color: #03a378;
    text-align: center;
}

.newwindow .morehotels:hover{
    opacity: .7;
}

.newwindow .morehotels:active{
    background: #03a378;
    color: #fff;
}
/* hotels block end */


/* most */

.button{
    display: inline-block;
    vertical-align: top;
    padding: 0 25px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Museo Sans', serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    border: 0;
    margin: 0;
    border-radius: 5px;
    cursor: pointer;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
}

.button_red{
    background: #e73f5b;
}

/*.button_red:hover{*/
    /*background: #E04E66;*/
/*}*/

.button_green{
    background: #03a378;
}

.button_green:hover, .button_red:hover, .button-line_green:hover{
    opacity: 0.7;
}

.button_green:active, .button_red:active, .button-line_green:active{
    opacity: 0.9;
}

.button-line{
    display: inline-block;
    padding: 0 22px;
    height: 42px;
    line-height: 38px;
    font-family: 'Museo Sans', Arial, sans-serif;
    font-weight: bold;
    color: #b5b5b5;
    text-transform: uppercase;
    font-size: 12px;
    border: 2px solid #b5b5b5;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.button-line_green{
    border-color: #03a378;
    font-size: 14px;
    background: transparent;
    color: #03a378;
}

.button-line_green:active, .button-line_green_a{
    background: #03a378;
    color: #fff;
}

.button__star{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url(../i/i/details.png) no-repeat -61px -26px;
    margin: -4px 5px 0 0;
}


.button-line:active .button__star, .button-line_green_a .button__star{
    background-position: -78px -26px;
}



.button_sans{
    font-family: 'Museo Sans', Arial, sans-serif;
}


.gray-bg, .gray-bg .wrap{
    background: #e5ebe9;
}

.white-bg, .white-bg .wrap{
    background: #fff;
}

.light-bg, .light-bg .wrap{
    background: #f4f7f6;
}

.light-bg_category{
    margin-bottom: 30px;
    border-bottom: 3px solid #ccd4d4;
}

.blue-bg, .blue-bg .wrap, .blue-bg .text-wave{
    background: #cbdfe1;
}

.big-text{
    font-family: 'Museo Sans', Arial, sans-serif;
    font-size: 28px;
    color: #424548;
}

.middle-text{
    font-family: 'Museo Sans', Arial, sans-serif;
    font-size: 22px;
    color: #424548;	
}

.col-left{
    position: relative;
    /*overflow: hidden;*/
    margin-right: 270px;
}

.col-left_pager{
    padding-bottom: 90px;
}

.col-right{
    float: right;
    width: 240px;
}

.col-right_category{
    margin-bottom: 60px;
}

.col-right__trigger{
    display: none;
    position: absolute;
    top: 20px;
    right: 10px;
    width: 25px;
    height: 13px;
    border-top: 3px solid #555;
    cursor: pointer;
}

.col-right__trigger:before{
    content:'';
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
    height: 3px;
    background: #555;
}

.col-right__trigger:after{
    content:'';
    position: absolute;
    top: 9px;
    left: 0;
    right: 0;
    height: 3px;
    background: #555;
}

.js-col-right__close{
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 21px;
    height: 21px;
    background: url(https://experience.tripster.ru/static/i/exp-sprite.png) no-repeat -72px -93px;
    cursor: pointer;
}

.review{
    font-family: 'Museo Sans', Arial, sans-serif;
    font-size: 15px;
    color: #868789;
    padding-right: 17px;
    text-decoration: none;
    background: url(../i/i/dialog_n.png) no-repeat 100% 50%;
}


.text-wave{
    font-family: Clarenta, Arial, serif;
    text-align: center;
    color: #2c3945;
    font-size: 32px;
}

.text-wave span{
    position: relative;
    display: inline-block;
}

.text-wave span:before, .text-wave span:after{
    content:'';
    position: absolute;
    top: 44%;
    width: 58px;
    height: 7px;
    background: url(../i/i/wave.png) no-repeat 0 0;
}

.text-wave span:before{
    left: -70px;
}

.text-wave span:after{
    right: -70px;
}

.most-label{
    position: relative;
}

.most-label:before{
    content: '*';
    position: absolute;
    top: -1px;
    right: -10px;
    color: #af4d5e;
    font-size: 16px;
    font-weight: bold;
}

/*most end */

/* jquery ui */

.ui-autocomplete{
    width: 423px !important;
    border: 0 !important;
    border-radius: 5px;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,0.5);
}

.ui-autocomplete.ui-menu{
    padding: 0 !important;
}

.autocomplete-city_icon{
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 20px;
    margin: 0 5px 0 8px;
}

.ui-autocomplete li:first-child a{
    border-radius: 5px 5px 0 0;
}

.ui-autocomplete li:last-child a{
    border-radius: 0 0 5px 5px;
}

.ui-autocomplete .ui-corner-all{
    padding: 6px 10px !important;
    color: #238fc1;
    font-size: 15px;
    border: 0;
    cursor: pointer !important;
}

.ui-autocomplete .ui-state-hover{
    background: #d7ecfb;
    border-radius: 0;
    border: 0;
    margin: 0 !important;
    outline: none;
}

.search-form__text .icon.close, .search-form__text .icon.loader{
    font-size: 0 !important;
    display: none !important;
    color: transparent !important;
    visibility: hidden !important;
}


/* jquery ui end */

/* rating */

.rating-big {
    position: relative;
    width: 99px;
    height: 19px;
    background: url(http://experience.tripster.ru/static/i/big_rating_stars.png) 0 -20px no-repeat;
}

.rating-big i {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 19px;
  background: url(http://experience.tripster.ru/static/i/big_rating_stars.png) 0 0 no-repeat;
}

/* rating */

/* pagination */

.pagination{
    font-family: 'Museo Sans';
    font-size: 15px;
    color: #868789;
    margin-top: 40px;
}

.pagination-item{
    display: inline-block;
    margin: 10px 0 0 20px;
}

.pagination__list{
    display: inline-block;
    margin-left: 10px;
    width: 43px;
    height: 43px;
    font-size: 14px;
    text-align: center;
    border: 2px solid #00a774;
    border-radius: 2px;
    box-sizing: border-box;
}

.pagination__list_current{
    background: #00a774;
    color: #fff;
    font-weight: 700;
    line-height: 40px;
}

.pagination__list_nob{
    border: 0;
    margin: 0 -15px 0 -5px;
}

.pagination__link{
    display: block;
    color: #00a774;
    font-weight: 700;
    text-decoration: none;
    line-height: 40px;
}

.pagination__link:hover{
    background: #00a774;
    color: #fff;
}


/* pagination */



/* banners */

.advertisment{
    background: #463d3e;
}

.banners-top_inner{
    width: 990px;
    margin: 0 auto;
}
/* banners end */


/* global */

.green-link{
    color: #03a378;
    text-decoration: none;
}

.vino-link{
    color: #ab4254;
    text-decoration: none;
}

.pink-link{
    color: #e73f5b;
    text-decoration: none;
}

.dark-link{
    color: #424548;
    text-decoration: none;
}

.gray-link{
    color: #868789;
    text-decoration: none;
}

.gm_l5{
    margin-left: 5px;
}

.gm_r5{
    margin-right: 5px;
}

.gm_t5{
    margin-top: 5px;
}

.gm_b5{
    margin-bottom: 5px;
}

.gm_t10{
    margin-top: 10px;
}

.gm_b10{
    margin-bottom: 10px;
}

.gm_l10{
    margin-left: 10px;
}

.gm_r10{
    margin-right: 10px;
}

.gm_b15{
    margin-bottom: 15px;
}

.gm_l20{
    margin-left: 20px;
}

.gm_r20{
    margin-right: 20px;
}

.gm_t20{
    margin-top: 20px;
}

.gm_b20{
    margin-bottom: 20px;
}

.gm_l25{
    margin-left: 25px;
}

.gm_r25{
    margin-right: 25px;
}

.gm_t25{
    margin-top: 25px;
}

.gm_b25{
    margin-bottom: 25px;
}

.gm_l30{
    margin-left: 30px;
}

.gm_r30{
    margin-right: 30px;
}

.gm_t30{
    margin-top: 30px;
}

.gm_b30{
    margin-bottom: 30px;
}

.gm_b40{
    margin-bottom: 40px;
}

.gm_a10{
    margin: 10px;
}

.gm_a20{
    margin: 20px;
}

.gm_a30{
    margin: 30px;
}

.gm_a40{
	margin: 40px;
}

.gm_l50{
    margin-left: 50px;
}

.gm_a0{
    margin: 0;
}

.gp_t10{
    padding-top: 10px;
}

.gp_t5{
    padding-top: 5px;
}

.gp_b10{
    padding-bottom: 10px;
}

.gp_l10{
    padding-left: 10px;
}

.gp_r10{
    padding-right: 10px;
}

.gp_b15{
    padding-bottom: 15px;
}

.gp_t20{
    padding-top: 20px;
}

.gp_b20{
    padding-bottom: 20px;
}

.gp_l20{
    padding-left: 20px;
}

.gp_r20{
    padding-right: 20px;
}

.gp_t30{
    padding-top: 30px;
}

.gp_b30{
    padding-bottom: 30px;
}

.gp_l30{
    padding-left: 30px;
}

.gp_r30{
    padding-right: 30px;
}

.gp_t40{
    padding-top: 40px;
}

.gp_b40{
    padding-bottom: 40px;
}

.gp_b60{
	padding-bottom: 60px;
}

.gp_a10{
    padding: 10px;
}

.gp_a20{
    padding: 20px;
}

.gp_a30{
    padding: 30px;
}

.gp_a40{
    padding: 40px;
}

.gp_a0{
    padding: 0;
}

.g_ovh{
    overflow: hidden;
}

.g-ib{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.g-ac{
    text-align: center;
}

.g_vam{
    vertical-align: middle;
}

/* global end*/
@media only screen and (max-width: 1060px), only screen and (max-width: 1060px) {
	.post-details .button, .post-details .button-line{
		padding: 0 10px;
	}
	.post-details .button-line:nth-of-type(1){
		width: 150px;
	}
}

@media only screen and (max-width: 840px), only screen and (max-device-width: 840px){

    body.post-single, body.landing, body.post-add{
        min-width: 100%;
        width: 100%;
    }

    .post-single .header-bg, .post-add .header-bg, .post-single .header-inner, .post-single .header-inner{
        background: #3c4f62;
    }

    .post-single .gray-bg{
        position: relative;
        overflow: hidden;
        width: 100%;
    }

    .post-single .wrap, .post-single .header-inner, 
    .landing .wrap, .landing .header-inner,
    .post-add .wrap, .post-add .header-inner{
        min-width: 100%;
        max-width: 100%;
        width: 100%;
        padding: 0;
    }

    .post-single .footer .wrap, .landing .footer .wrap,
    .post-add .footer .wrap{
        position: relative;
        padding: 20px 0;
    }

    .post-single .header__logo, .post-add .header__logo{
        margin: 10px 0 0 20px;
    }

    .post-single .header__logo, .post-single .header__logo a,
    .post-add .header__logo, .post-add .header__logo a{
        width: 133px;
        overflow: hidden;
    }

    .post-single .header__logo, .post-add .header__logo{
        position: absolute;
        top: 3px;
        left: 50px;
        float: none;
    }

    .post-single .header__logo img, .post-add .header__logo img{
        width: 130px;
    }

    .post-single a.header__logo-text, .post-add a.header__logo-text{
        display: none !important;
    }

    .header__trigger{
        display: block;
    }

    .header__trigger_a{
        border-color: #8da3b6;
    }

    .header__trigger_a:before, .header__trigger_a:after{
        background: #8da3b6;
    }

    .main-nav{
        position: absolute;
        display: none;
        top: 70px;
        width: 100%;
        margin: 0;
        padding: 7px 5px 7px 0;
        height: auto;
        float: none;
        background: #e5ebe9;
        box-sizing: border-box;
        z-index: 99;
    }

    .main-nav_a{
        display: block;
    }

    .post-single .main-nav__item, .post-add .main-nav__item{
        float: left;
        margin: 0;
        padding: 7px 0 7px 20px;
        font-size: 15px;
        text-shadow: none;
    }

    .main-nav__link{
        font-weight: bold;
        color: #03a378 !important;
        text-shadow: none;
    }

    .header__flat-buttons .main-nav__link{
        font-weight: normal;
        color: #97b3ce !important;
        white-space: nowrap;
    }

    .post-single .main-nav__item:last-child, .post-add .main-nav__item:last-child{
/*        display: none;*/
    }

    .post-single .autorization, .post-add .autorization{
        float: right;
    }

    .post-single .autorization li.special, .post-add .autorization li.special{
        display: none;
    }

    .post-single .autorization li.userpic, .post-add .autorization li.userpic{
        display: none;
    }

    .post-single li.aut-popup, .post-add li.aut-popup{
        margin-right: 50px !important;
    }

    .col-right__trigger{
        display: block;
    }

    .col-right_r{
        float: none;
        position: absolute;
        top: 0;
        right: -300px;
        z-index: 100;
        background: #e5ebe9;
        padding: 10px;
        width: 300px;
        box-sizing: border-box;
        height: 100%;
        -webkit-transition: -webkit-transform .3s;
        transition: transform .3s;
        z-index: 99;
    }

    .col-right_r_a{
        -webkit-transform: translateX(-300px);
        transform: translateX(-300px);
        box-shadow: 0 0 25px 0 rgba(0,0,0,0.5);
    }

    .col-right_r .banner{
        display: none;
    }

    .col-right_r>div{
        position: static !important;
    }

    .col-right_r_a .js-col-right__close{
        display: block;
    }

    .cats{
        padding-top: 7px;
    }

    .post-single .col-left{
        width: 100%;
        margin: 0;
    }

    .post-single .post{
        padding-left: 20px;
        padding-right: 20px;
    }

    .post-single .post__left{
        float: none;
        width: auto;
        text-align: left;
        margin-bottom: 5px;
    }

    .post-single .post__left a:nth-of-type(1){
        display: none;
    }

    .post-single .post__date{
        display: inline-block;
        margin: 0 0 0 5px;
    }

    .post-single .post__right{
        margin: 0;
    }

    .post-details{
        position: relative;
        padding-bottom: 30px;
    }

    .post-counters{
        float: none;
        position: absolute;
        bottom: 0;
        text-align: center;
    }

    .comment__left{
        display: none;
    }

    .comment__right{
        margin: 0;
    }

/*    .comment-header{
        height: auto;
    }*/

    .comment-details{
        white-space: nowrap;
    }

    .footer__left, .footer__right{
        float: none;
        display: block;
        width: 100%;
    }

    .footer__right{
        position: absolute;
        bottom: 5px;
        text-align: center;
    }

    .f-menu{
        width: auto;
        padding: 0 10px;
        color: transparent;
        font-size: 13px;
        text-align: center;
    }

    .f-menu__link{
        display: inline-block;
        margin-bottom: 5px;
    }

    .f-social{
        text-align: center;
        margin-bottom: 20px;
    }

    .footer__text{
        text-align: center;
        margin-bottom: 20px;
    }


    .post-single .exp-row{
        padding: 0 20px;
    }

    .post-single .exp-row__title{
        text-align: center;
    }

    .post-single .expcard{
        float: none;
        width: 100%;
        margin: 0 0 40px 0;
    }

    .post-single .expcard__img{
        max-width: 100%;
    }

    .header__flat-logo{
        display: block;
        width: 106px;
        margin: 0 auto 10px;
    }

    .header__flat-buttons{
        text-align: center;
        width: 100%;
    }

    .header__flat-buttons .button{
        margin: 0 0 10px 0;
    }

    .landing-cols{
        min-width: 100%;
        width: 100%;
    }

    .landing-col{
        float: none;
        width: 100%;
        padding: 0 20px;
        margin: 0 0 20px 0;
        box-sizing: border-box;
    }

    .landing-col:first-child{
        margin-bottom: 60px;
    }

    .landing-cover__block{
        width: 100%;
    }

    .landing-quote{
        width: 100%;
        box-sizing: border-box;
    }

    .post-add .col-right{
        display: none;
    }

    .post-add .col-left{
        margin: 0;
        overflow: visible;
    }

    .post-add .tipsy{
        display: none !important;
    }

    .post-add .text-wave{
        overflow: hidden;
        width: 100%;
    }

    .add-toptext{
        padding: 0 20px;
    }

    .add-wrap{
        padding: 0 20px;
    }

    .add-wrap__left{
        display: inline-block;
        float: none;
        width: auto;
        margin-bottom: 10px;
        text-align: left;
    }

    .add-wrap__count{
        top: -25px;
        opacity: 0;
        -webkit-transition: opacity .2s;
        transition: opacity .2s;
    }

    .add-wrap__center textarea, .add-wrap__center input[type=text]{
        font-size: 16px !important;
    }

    .add-wrap__center textarea:focus + .add-wrap__count{
        opacity: 1;
    } 

    .add-wrap__center{
        margin-left: 0;
        padding: 0;
        overflow: visible;
    }

    .add-wrap__center_r{
        text-align: center;
        padding: 20px 0;
    }

    .add-wrap__center_r .button{
        margin-left: 62px;
    }

    .add-wrap__center_r .js-loading{
        margin-left: 10px;
    }

    .post-add .ui-autocomplete{
        width: 90% !important;
    }

    .add-places__close{
        font-size: 0;
        color: transparent;
        width: 21px;
        height: 21px;
        background: url(https://experience.tripster.ru/static/i/exp-sprite.png) no-repeat -72px -93px;
        cursor: pointer;
    }

    .overlay{
        position: absolute;
        height: 200%;
        background: none;
    }

    .overlay .login{
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        width: 100%;
    }

    .login .headliner{
        padding-left: 10px;
    }

    .social-auth{
        padding: 20px 10px 10px;
    }

    .login-popup-form{
        padding: 0 10px;
    }

    .login .text, .login-popup-reg-form input[type=text], .login-popup-reg-form input[type=password]{
        width: 100%;
        box-sizing: border-box;
    }

    .login .text, .login-popup-reg-form input[type=text]:focus, .login-popup-reg-form input[type=password]:focus{
        font-size: 16px !important;
    }

    .social-auth .facebook{
        margin-right: 15px;
    }

    .social-auth .google-oauth2{
        clear: left;
    }

    .add-auth__left, .add-auth__right{
        float: none;
    }

    .add-auth{
        padding: 26px 20px 0;
    }

    .add-auth__left{
        margin-bottom: 30px;
    }

    .add-auth__right{
        margin: 0;
    }

    .add-auth__right:before{
        display: none;
    }

    .add-auth-label{
        float: none;
        display: inline-block;
        width: auto;
        text-align: left;
        margin-bottom: 10px;
    }

    .add-auth-input{
        float: none;
        margin: 0;
    }

    .add-auth-input input[type=text]{
        width: 100%;
        box-sizing: border-box;
    }

    .add-auth__acc{
        display: none;
    }

    .add-auth-input_info{
        margin: 0;
        text-align: center;
    }

    .crumbs{
        display: none;
    }

    .category-title{
        padding: 20px 30px 0 30px;
    }

    .category-subtitle{
        padding: 0 0 0 30px;
    }

}

/* media*/
.float-block.floating .float-hide {
    display: none;
}
/* media end */

.street-banner{
    text-align: center;
    background: #e5ebe9;
}

.street-banner img{
    max-width: 100%;
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px){

    iframe.bottom_banner{
        height: 550px;
    }

}