@font-face {
    font-family: "Open Sans Semibold";
    src: url("../fonts/OpenSans-Semibold.ttf");
}

@font-face {
    font-family: "Open Sans Light";
    src: url("../fonts/OpenSans-Light.ttf");
}

html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    background: #fff;
    overflow: visible
}

body, input, textarea, td {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-size: 14px;
    line-height: 1.8em;
    color: #666
}

html.overflow-hidden {
    overflow: hidden !important;
    position: relative
}

a, .like-link {
    outline: none;
    color: #3673b3;
    text-decoration: none;
    cursor: pointer;
    transition: all ease .3s
}

a:hover, .like-link:hover {
    text-decoration: underline
}

a.active, a.act, .like-link.active, .like-link.act {
    text-decoration: none
}

input, textarea, select {
    outline: none !important;
    color: #333
}

.checkbox, .radiobox {
    vertical-align: middle
}

img {
    border: none
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
    margin: 0;
    padding-bottom: 10px
}

h1 {
    font-size: 30px
}

h2 {
    font-size: 27px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 20px
}

ul {
    list-style-type: disc
}

#top-menu-toggle-block {
    display: none;
}

#top-menu-block {
    display: block;
}

@media (max-width: 767px) {
    #top-menu-toggle-block {
        display: block;
    }

    #top-menu-block {
        display: none;
    }
}

ul.menu, ol.menu, .menu li {
    list-style: none;
    position: relative
}

.menu {
    font-size: 0;
    padding: 0;
    margin: 0
}

.menu a {
    text-decoration: none;
    font-size: 12px
}

.menu.horizontal > li {
    display: inline-block
}

.menu.horizontal > li a {
    display: inline-block;
    padding: 15px 15px;

}

.menu.horizontal > li a:hover > span {
    border-bottom: 1px solid #696969;
}

.menu.inner {
    background-color: inherit;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 10;
    min-width: 200px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    pointer-events: none;
}

.openning-up .menu.inner {
    top: auto;
    bottom: 100%
}

li:hover > .menu.inner, li.open > .menu.inner {
    visibility: visible;
    opacity: 1;
    z-index: 10;
    transition: opacity 0.3s ease;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    pointer-events: auto;
}

@media (max-width: 767px) {
    li:hover > .menu.inner {
        display: none;
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }

    li.open > .menu.inner {
        display: block;
        z-index: 10;
        visibility: visible;
        opacity: 1;
        position: relative;
        pointer-events: auto;
    }

    #top-menu-holder > div {
        padding-left: 0;
        padding-right: 0;
    }

    #top-menu-holder li {
        margin-left: 0;
    }
}

.menu.inner a {
    display: block;
    padding: 15px 10px
}

#top-menu-toggle-block li:hover, #top-menu-toggle-block a:hover {
    background-color: transparent;
}

hr, .hr {
    display: block;
    background: none;
    font-size: 0;
    height: 0;
    width: 100%;
    border-top: 1px solid #888;
    margin: 10px 0
}

.clear {
    clear: both;
    float: none !important
}

.clear-left {
    clear: left;
    float: none !important
}

.clear-right {
    clear: right;
    float: none !important
}

.hidden {
    display: none
}

.hidden-important {
    display: none !important
}

.off-viewport {
    position: absolute;
    left: -10000px;
    top: -10000px
}

.dotted {
    border-bottom: 1px dotted
}

.dashed {
    border-bottom: 1px dashed
}

.dotted:hover, .dashed:hover {
    text-decoration: none !important
}

small {
    font-size: .85em
}

form {
}

.text-field {
    background-color: #fff;
    border-radius: 0;
    padding: 10px 12px
}

textarea:placeholder, input:placeholder, .text-field:placeholder {
    color: #666;
    transition: color ease .3s
}

textarea:focus:placeholder, input:focus:placeholder, .text-field:focus:placeholder {
    color: #333
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #666;
    -webkit-transition: color ease .3s
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: #333
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #666;
    -moz-transition: color ease .3s
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
    color: #333
}

.form-row {
    margin-top: 15px;
    margin-bottom: 15px
}

.button {
    display: inline-block;
    padding: 5px 14px 6px;
    text-decoration: none;
    color: #fff;
    border: 0;
    text-align: center
}

.button:hover {
    text-decoration: none
}

.button.blue {
    color: #fff;
    background-color: #3673b3;
    border: 1px solid #6682cb
}

.button.blue:hover {
    color: #fff;
    background-color: #6682cb
}

.button.gray {
    background-color: #222;
    color: #fff
}

.button.gray:hover {
    background-color: #333
}

.js-sticky-block {
    padding-top: 15px;
}

.js-sticky-block > :first-child {
    margin-top: 0;
}

.bx-wrapper .bx-controls-direction a {
    z-index: 1 !important;
}

#page-wrap {
    margin: 0 auto;
    height: auto;
    min-height: 100%;
    position: relative;
    margin-bottom: -2%;
}
@media (max-width: 767px) {
    #page-wrap {
        margin-bottom: -7%;
    }
}

#content-wrapper {
    margin-bottom: 240px;
}

@media (max-width: 767px) {
    #content-wrapper {
        margin-bottom: 240px;
    }
}

#content {
}

.content-area {
}

@media (min-width: 1300px) {
    .content-area {
        max-width: 1360px;
        margin-left: auto;
        margin-right: auto;
        float: none;
        padding-left: 50px;
    }
    .content-sidebar {
        max-width: 900px;
    }
}

.main-menu a {
    font-size: 16px
}

.main-menu a {
    color: #fff;
    text-transform: initial;
}

.main-menu a:hover, .main-menu .open > a {
    background-color: #3673b3
}

.main-menu.menu.horizontal > li:hover, .main-menu.menu.horizontal > li:hover > .menu.inner,
.main-menu.menu.horizontal > li.open, .main-menu.menu.horizontal > li.open > .menu.inner {
    background-color: #484848;
}

.main-menu.menu.horizontal > li:first-child {
    margin-left: -10px
}

@media (max-width: 767px) {
    .main-menu.menu.horizontal > li {
        display: block;
        margin-left: -10px
    }

    .main-menu.menu.horizontal > li a {
        display: block;
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-menu.menu.horizontal > li > .menu.inner {
        background-color: #484848
    }
}

#footer .social-block {
    text-align: right;
    white-space: nowrap;
    display: table;
    height: auto !important;
    padding: 0px 0px;
    padding-right: 15px;
}

.social-block {
    text-align: right;
    white-space: nowrap;
    display: table;
    height: 96px;
    padding: 20px 0px;
}

@media (max-width: 768px) {
    .social-block {
        text-align: center
    }
}

.social-block span {

    margin: -2px 4px 0;
    text-align: right;
    font-family: "Open Sans";
    font-style: italic;
    color: #898989;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding-right: 10px;
}

.social-block .icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin: 10px 4px 0;
    opacity: 0.25;
    background: url(../img/social-icons-new-35.png) no-repeat 0 0
}

.social-block .fb-icon {
    background-position: 0 0 !important
}

.social-block .vk-icon {
    background-position: -36px 0 !important
}

.social-block .od-icon {
    background-position: -72px 0 !important;
}

.social-block .in-icon {
    background-position: -108px 0 !important;
}

#footer .social-block a {
    background: url(../img/social-icons-new-35-footer.png) no-repeat 0 0;
}

.social-block a:hover {
    opacity: .85
}

a.pluso-more {
    display: none !important;
    margin-top: 0 !important;
    vertical-align: top !important;
}

#header #top-menu-holder {
    background-color: #373737
}

#header #header-content .logo-block {
    padding-top: 20px;
    padding-bottom: 20px
}

#header #header-content .logo-block img {
    width: 100%;
    max-width: 270px;
    height: auto;
}

@media (max-width: 768px) {
    #header #header-content .logo-block {
        text-align: center
    }
}

#header #header-content .search-block {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px
}

#header #header-content .search-block .text-field {
    width: 100%;
    border: 4px solid #d6e1ee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    padding: 10px 15px;
    font-family: "Open Sans Light";
}

#header #header-content .search-block .text-field::-webkit-input-placeholder {
    color: #b8b8b8;
}

#header #header-content .search-block .text-field:-moz-placeholder {
    color: #b8b8b8;
}

#header #header-content .search-block .text-field::-moz-placeholder {
    color: #b8b8b8;
}

#header #header-content .search-block .text-field:-ms-input-placeholder {
    color: #b8b8b8;
}

#header #header-content .search-block .button {
    position: absolute;
    top: 20px;
    right: 15px;
    bottom: 20px;
    width: 39px;
    background: url(#) no-repeat center
}

.breadcrumbs {
    margin: 11px 0 15px;
    line-height: 2em
}

.breadcrumbs .breadcrumbs-delimiter {
    display: inline-block;
    margin: 0 8px;
    font-size: 16px
}

.breadcrumbs a, .breadcrumbs span {
    white-space: nowrap
}

.breadcrumb-menu {
    position: relative;
    display: inline-block;
    padding: 0 25px 0 5px;
    cursor: pointer;
    color: #3673b3;
    transition: all ease .3s
}

.breadcrumb-menu:after {
    display: block;
    content: '';
    width: 7px;
    height: 11px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -5px;
    background: url(#) no-repeat center
}

.breadcrumb-menu:hover {
    color: #333;
    background-color: #f0f2f8;
}

.breadcrumb-menu-content {
    display: none;
    opacity: 0;
    z-index: 1;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 150px;
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: #f0f2f8;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    transition: all ease .3s
}

.breadcrumb-menu-content a {
    display: block;
    padding: 5px;
    text-decoration: none
}

.breadcrumb-menu-content a:hover {
    color: #fff;
    background-color: #3673b3
}

.breadcrumb-menu:hover .breadcrumb-menu-content {
    display: block;
    z-index: 10;
    opacity: 1
}

.breadcrumb-menu-content ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.breadcrumb-menu-content li ul li a {
    padding-left: 20px;
    border-radius: 0 !important
}

.section-block {
    margin-top: 15px;
    margin-bottom: 15px
}

.section-caption {
    font-size: 22px;
    color: #3a3a3a;
    padding: 4px 0 10px
}

.main-indexpage-block .left-sidebar {
    width: 30%;
}

.main-indexpage-block .content-sidebar {
    width: 70%;
}

.author-page .top-cities {
    display: none;
}

@media (max-width: 768px) {
    .main-indexpage-block .left-sidebar, .main-indexpage-block .content-sidebar {
        width: 100%;
    }
}

.left-sidebar .section-caption, .right-sidebar .section-caption {
    font-size: 18px
}

.page-title-wrap {
    margin-bottom: 20px
}

.page-title {
    font-size: 24px;
    padding-top: 7px;
    font-family: "Open Sans Semibold";
}

.author-and-date-block {
    font-family: 'PT Serif', serif;
    font-style: italic;
    color: #888;
    font-size: 14px;
    margin-bottom: 10px
}

.category-description {
    font-family: "Open Sans Light";
}

.category-description:empty {
    display: none;
}

.close {
    font-size: 13px;
    background: no-repeat center;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
    opacity: 1 !important
}

.cross {
    width: 9px;
    height: 9px;
    background: url(#) no-repeat right
}

.cross.big {
    width: 22px;
    height: 22px;
    background: url(#) no-repeat right
}

#fader {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 10000;
}

#fader.gt-window {
    overflow-y: auto
}

#fader table,
#fader tr,
#fader td {
    padding: 0;
    border: 0;
    margin: 0;
    width: 100%;
    height: 100%
}

#fader td {
    text-align: center;
    vertical-align: middle
}

.popup {
    margin-top: 10px;
    margin-bottom: 10px
}

.popup-wrapper {
    border: solid 1px #ddd;
    background: #fff;
    position: relative;
    padding: 20px;
    text-align: left
}

.popup-title {
    font-size: 34px;
    vertical-align: top;
    text-align: center;
    margin-bottom: 20px
}

.tag-list {
    font-size: 12px
}

@media (max-width: 768px) {

    #header #header-content .search-block {
        padding-top: 0;
    }

    #header-content .social-block {
        display: none;
    }
}

.tag-list a, .tag-list span {
    display: inline-block;
    padding: 3px 9px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #bbb;
    margin: 0 6px 10px 0;
    color: #373737;
    text-decoration: none
}

.tag-list a:hover {
    background-color: #333;
    border-color: #333;
    color: #fff
}

.tag-list a.act, .tag-list a.active, .tag-list span.act, .tag-list span.active {
    background-color: #333;
    border-color: #333;
    color: #fff
}

.tags-block .section-caption {
    float: left;
    padding-right: 20px
}

.location-chooser {
    margin-top: 0
}

.location-chooser a {
    display: block;
    position: relative;
    padding: 13px 10px;
    background-color: #10ab85;
    font-size: 16px;
    color: #fff;
    font-family: "Open Sans Semibold";
    border-radius: 5px;
    -webkit-box-shadow: inset 0px -2px 5px 0px rgba(0, 0, 0, 0.97);
    -moz-box-shadow: inset 0px -2px 5px 0px rgba(0, 0, 0, 0.97);
    box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.97);
}

.category-menu.location-chooser a {
    display: block;
    position: relative;
    padding: 10px 15px;
    background-color: #10ab85;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px -2px 5px 0px rgba(0, 0, 0, 0.97);
    -moz-box-shadow: inset 0px -2px 5px 0px rgba(0, 0, 0, 0.97);
    box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.97);
    font-family: "Open Sans Semibold";
}

.location-chooser a:after {
    display: block;
    content: '';
    position: absolute;
    right: 15px;
    top: 45%;
    margin-top: -5px;
    width: 20px;
    height: 20px;
    background: url(#) no-repeat center
}

.category-menu.location-chooser a:after {
    display: block;
    content: '';
    position: absolute;
    right: 8px;
    top: 45%;
    margin-top: -7px;
    width: 20px;
    height: 20px;
    background: url(#) no-repeat center;
}

#location-popup {
}

.location-list {
}

.location-list .region-title {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 0 10px
}

.location-list .row {
    margin-bottom: 20px
}

.location-list ul, .location-list li {
    list-style: none
}

.location-list ul {
    font-size: 13px
}

.location-list ul ul {
    padding-left: 10px
}

.location-list ul ul ul {
    display: none
}

.location-list .have-inner em {
    display: inline-block;
    width: 15px;
    height: 9px;
    margin-left: 5px;
    background: url(#) no-repeat center;
    cursor: pointer
}

.carousel .carousel-inner .item img, .carousel .carousel-inner > .item > a {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.carousel-indicators li {
    width: 8px;
    height: 8px;
    margin: 2px 5px;
    border: 2px transparent;
    background-color: #ddd
}

.carousel-indicators li.active {
    margin: 0 3px;
    border-color: #fff;
    background-color: #fff
}

.carousel.main-carousel {
    height: 500px;
    margin-bottom: 20px;
    margin-top: -20px
}

@media (min-width: 1350px) {
    .carousel.main-carousel {
        max-width: 1170px;
        margin-left: auto;
        margin-right: auto;
        float: none
    }
}

.carousel.main-carousel .carousel-indicators {
    bottom: 10px !important
}

.carousel.main-carousel .carousel-caption {
    z-index: 10;
    text-align: left;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px;
    bottom: 50px
}

.carousel.main-carousel .carousel-caption .date {
    font-family: 'PT Serif', serif;
    font-style: italic
}

.carousel.main-carousel .carousel-caption a {
    color: #fff;
    text-decoration: none;
    font-size: 20px
}

.carousel.main-carousel .carousel-caption a:hover {
    text-decoration: underline
}

.carousel.main-carousel .item {
    height: 500px;
    background-color: #fff
}

.carousel.main-carousel .carousel-inner > .item > img {
    vertical-align: middle;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 500px
}

@media (max-width: 1050px) {
    .carousel.main-carousel {
        height: 300px
    }

    .carousel.main-carousel .item {
        height: 300px
    }

    .carousel.main-carousel .carousel-inner > .item > img {
        min-height: 300px
    }
}

.content-carousel {
    margin: 15px 0
}

.image-holder {
    margin: 15px 0;
}

.image-holder img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: auto !important;
    height: auto !important;
}

.image-holder > .image-title {
    padding-top: 10px;
    font-size: 13px;
    font-style: italic;
    text-align: center;
}

.page-navigator {
    margin: 20px 0
}

.page-navigator a, .page-navigator span {
    display: inline-block;
    padding: 3px 9px;
    border: 1px solid #333;
    margin: 0 6px 10px 0;
    color: #333;
    text-decoration: none;
    text-transform: uppercase
}

.page-navigator a:hover {
    background-color: #333;
    border-color: #333;
    color: #fff
}

.page-navigator a.act, .page-navigator a.active, .page-navigator span.act, .page-navigator span.active {
    background-color: #333;
    border-color: #333;
    color: #fff
}

.page-navigator a.prev, .page-navigator a.next {
    padding-left: 20px;
    padding-right: 20px
}

.author-block {
    background-color: #f8f7f7;
    margin-bottom: 30px
}

.author-block .top-bg-side {
    height: 230px;
    background: transparent no-repeat center
}

.author-block .author-info {
    padding-bottom: 20px
}

.author-block .author-presented {
    float: left;
    width: 260px;
    text-align: center
}

.author-block .author-presented .avatar {
    margin: -95px auto 10px;
    overflow: hidden;
    width: 195px;
    height: 195px;
    border: 5px solid #fff;
    border-radius: 50%
}

.author-block .author-presented .author-name {
    font-size: 16px;
    font-weight: bold
}

.author-block .author-presented .author-city {
    color: #aaa
}

.author-block .athor-status-block {
    margin: 20px 20px 20px 260px;
    padding: 15px;
    font-size: 18px;
    font-family: 'PT Serif', serif;
    font-style: italic;
    background-color: #fff;
    border-radius: 15px
}

.author-block .author-preferences {
    padding: 10px 30px;
    border-top: 1px solid #e6e6e6
}

.author-block .author-preferences .preferences-row {
    margin: 20px 0;
    font-size: 16px
}

.author-block .author-preferences .preferences-property {
    float: left;
    width: 245px;
    font-family: 'PT Serif', serif;
    font-style: italic
}

.author-block .author-preferences .preferences-value {
    margin-left: 245px;
    color: #333
}

.welcome-block {
    padding: 25px;
    border: 3px solid #eee;
    text-align: center;
    background: url(../img/welcome-block-bg.jpg) repeat center;
    font-size: 14px
}

.welcome-block .section-caption {
    padding-bottom: 20px
}

.welcome-block .link-read-more-about-us {
    display: inline-block;
    margin: 20px 0;
    font-size: 18px
}

.welcome-block .portrait-block {
    margin-top: 20px
}

.welcome-block .portrait-section {
    display: inline-block;
    margin: 0 10px
}

.welcome-block .portrait-img {
    width: 88px;
    height: 88px;
    margin-bottom: 10px
}

.welcome-block .portrait-img img {
    border-radius: 44px
}

.pop-destinations-block {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.pop-destinations-block .section-caption {
    text-align: center;
    font-size: 24px;
    color: #3a3a3a;

    font-weight: bolder;

}

.pop-destinations-block .photo-grid {

}

.pop-destinations-block .photo-grid .photo-grid-cell {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    overflow: hidden;
    min-height: 230px;

}

.pop-destinations-block .photo-grid a {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    border-radius: 20px;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.09);
}

.pop-destinations-block .photo-grid a .image {
    position: relative;
    display: inline-block;
    overflow: hidden;
    z-index: 1;
    border-radius: 20px 20px 0px 0px;
}

.pop-destinations-block .photo-grid a .image:after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #555;
    opacity: 0.15;
    transition: all ease .3s;
    -webkit-transition: all ease .3s
}

.pop-destinations-block .photo-grid a:hover .image:after {
    background-color: #3673b3;
    opacity: 0.2
}

.pop-destinations-block .photo-grid a img {
    margin: 0 auto;
    width: 100%;
    transition: all ease 5s;
    -webkit-transition: all ease 5s;
    border-radius: 20px 20px 0px 0px;
}

.pop-destinations-block .photo-grid a:hover img {
    transform: scale(1.3)
}

.pop-destinations-block .photo-grid a .name {
    text-align: center;
    font-size: 22px;
    color: #000;
    display: inline-block;
    padding: 0px 0px 12px 0px;
    text-overflow: ellipsis;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
}

.similar-notes .photo-grid {
}

.similar-notes .photo-grid .photo-grid-cell {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    overflow: hidden
}

.similar-notes .photo-grid a {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden
}

.similar-notes .photo-grid .photo-grid-cell:nth-child(odd) {
    clear: left
}

.similar-notes .photo-grid a .image {
    position: relative;
    display: inline-block;
    overflow: hidden;
    max-height: 235px;

}

@media (max-width: 768px) {
    .similar-notes .photo-grid a .image {
        width: 100%;
    }

    .pop-destinations-block .photo-grid a .name {
        font-size: 16px;
    }
}

.similar-notes .photo-grid a .image:after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    background-image: -webkit-linear-gradient(transparent 1%, #000 100%);
    background-image: -moz-linear-gradient(transparent 1%, #000 100%);
    background-image: -ms-linear-gradient(transparent 1%, #000 100%);
    background-image: -o-linear-gradient(transparent 1%, #000 100%);
    background-image: linear-gradient(transparent 1%, #000 100%);
}

.similar-notes .photo-grid a:hover .image:after {
    background-color: #3673b3;
    opacity: 0.1
}

.similar-notes .photo-grid a img {
    margin: 0 auto;
    width: 100%;
    transition: all ease 5s;
    -webkit-transition: all ease 5s
}

.similar-notes .photo-grid a:hover img {
    transform: scale(1.3)
}

.similar-notes .photo-grid a .name {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    text-align: left;
    font-size: 18px;
    color: #fff;
    text-shadow: 1px 1px 1px #335
}

.country-nav-block {
    background-color: cornflowerblue;
    padding: 65px 0px;
    background-image: url('../img/country-nav-bg.png');
    background-size: cover;
}

.country-nav-block .section-caption {
    text-align: center;
    padding-bottom: 30px;
    font-size: 24px;
    font-weight: bolder;
    color: white;
}

.country-nav-block .country-nav-list {
}

.country-nav-block .country-nav-list .country-nav-link-wrap {

}

.country-nav-block .country-nav-list a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 13px 30px;
    text-align: left;
    color: white;
    text-decoration: none !important;

}

.country-nav-block .country-nav-list a:hover {
    color: #fff
}

.country-nav-block .country-nav-bt-link {
    text-align: center;
    margin-top: 20px
}

.country-nav-block .country-nav-bt-link a {
    display: inline-block;
    position: relative;
    font-size: 14px
}

.country-nav-block .country-nav-bt-link a:before {
    display: block;
    content: '';
    width: 20px;
    height: 22px;
    position: absolute;
    left: -25px
}

.location-menu .location-list {
}

.location-menu .location-list > ul {
    border-top: 1px solid #ececec;
    padding: 0;
    margin: 0
}

/*.location-menu .location-list ul ul{display:none}*/
.location-menu .location-list ul li > ul {
    margin: 10px -10px -10px -20px;
}

.location-menu .location-list ul li.selected-category > ul li a {
    color: #333;
}

.location-menu .location-list ul li.selected-category > ul li {
    border-left: 5px #3473ba solid;
    padding-left: 5px;
    background-color: #fffefe;
}

.location-menu .location-list ul li.open > ul li:first-child {
    border-top: 1px solid #ececec;
}

.location-menu .location-list ul ul ul {
    display: block
}

.location-menu .location-list ul li {
    position: relative;
    padding: 10px;
    background-color: #fbfbfb;
    border: 1px solid #ececec;
    border-top: 0
}

.location-menu .location-list ul li > a {
    color: #333;
    padding-left: 5px;
}

.location-menu .location-list ul li li {
    border: 0
}

.location-menu .location-list ul li.selected-category {
    background-color: #3473ba !important;

}

.location-menu .location-list ul li.selected-category > a {
    color: white !important;
}

.location-menu .location-list ul li.selected-category > a:hover {
    color: white
}

.location-menu .location-list .have-inner em {
    position: absolute;
    right: 7px;
    top: 13px;
}
.left-posts-list{margin-top:30px;margin-bottom:30px;font-size:12px}
.left-posts-list ul{padding:0;margin:0}
.left-posts-list ul,.left-posts-list li{list-style:none}
.left-posts-list ul{border-top:2px solid #eee}
.left-posts-list li{padding:10px;border-bottom:2px solid #eee}

.partners-list {}
.partners-list > ul {
    border: none;
}
.partners-list > ul > li {
    padding: 0 0 1px;
    border: none;
}
.partners-list > ul > li >  noindex >.special-partner-link {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #10a8ab;
    text-decoration: none;
    padding-right: 30px;
}
.partners-list > ul > li > noindex >.special-partner-link.expandable:after {
    display: block;
    content: '\f078';
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 25px;
    font: normal normal normal 14px/1 FontAwesome;
    line-height: 25px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    background-color: #10a8ab;
    text-align: center;
    vertical-align: middle;
}
.partners-list > ul > li > noindex >.special-partner-link.expandable.open:after {
    content: '\f077';
}
.partner-code-holder {
    display: none;
}
.partner-code-holder.open {
    display: block;
}

.thematic-guide {
    border: 2px solid #3673b3;
    text-align: center;
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px
}

.thematic-guide a, .thematic-guide span {
    display: inline-block;
    margin: 0 20px;
    white-space: nowrap
}

.thematic-guide span {
    font-weight: bold;
    color: #333
}

.post-content {
    color: #333;
    line-height: 24px;
    font-size: 16px;
}

.post-content .image-container {
    display: inline-block;
}

.post-content .image-container a {
}

.post-content .image-container img {
    max-width: 100%;
    height: auto !important;
}

.post-content .image-container em {
    clear: both;
    display: block;
    text-align: center;
}

.post-preview-list {
    border-top: 1px solid #eee;
    min-height: 1041px;
}

.post-preview {
    border-bottom: 1px solid #eee;
    padding: 15px 0
}

.post-preview .image-block {
    width: 220px;
    margin-right: 15px;
    float: left
}

.post-preview .description-block {
    margin-left: 235px
}

.post-preview .description-block .date-block {
    font-family: "Open Sans Light";
    color: #909090;
    margin-bottom: 5px;
}

.post-preview .description-block .caption-block {
    font-size: 16px;
    margin-bottom: 15px
}

.post-preview .description-block .button {
    margin-top: 15px
}

.post-preview .description-block .description-content a {
    display: inline-block;
    color: #333;
    line-height: 24px;
    font-size: 16px;
}

.category-post-list .post-preview .image-block {
    width: 300px;
    margin-right: 15px;
    float: left
}

.category-post-list .post-preview .description-block {
    margin-left: 315px
}

.category-post-list .post-preview .description-block .caption-block {
    font-size: 22px;
    margin-bottom: 15px;
    font-family: "Open Sans Semibold";
}

.category-post-list .post-preview .description-block .caption-block a {
    color: #373737;
}

.places-list {
    border-top: 1px solid #eee
}

.places-list .place-discript-block {
    border-bottom: 1px solid #eee;
    padding: 10px 0 20px;
    margin: 10px 0
}

.places-list .place-discript-block .place-description-wrap {
    margin-bottom: 10px
}

.places-list .place-discript-block .image-block {
    width: 300px;
    margin-right: 15px;
    float: left;
    text-align: center;
}

.places-list .place-discript-block .image-block img {
    margin-bottom: 10px
}

.places-list .place-discript-block .image-block .button {
    width: 300px
}

.places-list .place-discript-block .image-block .subtitle {
    width: 300px
}

.places-list .place-discript-block .description-block {
    margin-left: 315px;
}

.places-list .place-discript-block .description-block .caption-block {
}

.places-list .place-discript-block .description-block .description-content {
    margin-bottom: 10px
}

.places-list .place-discript-block .description-block .map-point-link {
}

.places-list .place-discript-block .description-block .map-point-link:before {
    display: inline-block;
    content: '';
    width: 21px;
    height: 22px;
    margin-right: 10px;
    vertical-align: middle;
    background: url(#) no-repeat center
}

.places-list .place-discript-block .review-list-item {
    padding-top: 10px
}

.places-list .place-discript-block .review-avatar {
    float: left;
    width: 60px;
    margin-right: 20px;
    text-align: center
}

.places-list .place-discript-block .review-avatar img {
    border-radius: 50%
}

.places-list .place-discript-block .review-content-wrap {
    margin-left: 80px;
    font-size: 13px
}

.places-list .place-discript-block .review-content-wrap .review-content {
}

.places-list .place-discript-block .review-content-wrap .review-open-link {
}

.places-list .place-discript-block .hidden-review-list {
    display: none
}

.places-list .place-discript-block .hidden-review-list .review-list-item {
    opacity: 0;
    transition: opacity ease 0.2s 0.4s
}

.places-list .place-discript-block .hidden-review-list.visible .review-list-item {
    opacity: 1
}

.places-list .place-discript-block .hidden-review-collapser {
    text-align: right;
    padding-top: 10px
}

.places-list .place-discript-block .hidden-review-collapser .closer {
    display: none
}

.share-block {
}

.share-block .title {
    float: left;
    color: #fff;
    font-size: 16px;
    font-weight: bold
}

.share-block .links {
    float: right
}

.share-link {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-left: 13px;
    background: #fff url(#) no-repeat center;
    border-radius: 14px
}

.share-like-block {
}

.share-like-block .links {
    float: right;
    list-style: none;
    background: none;
}

.share-like-block .links > li {
    padding: 0;
    margin: 0 0 0 10px;
    float: left;
    display: block;
}

.commentaries-block {
}

.commentaries-block .section-caption {
    border-bottom: 2px solid
}

.comment-wrap {
    padding-left: 80px
}

.comment-content {
    margin-left: -80px;
    padding: 20px 0;
    border-bottom: 1px solid #eee
}

.comment-content .comment-left {
    float: left;
    width: 60px;
    margin-right: 20px
}

.comment-content .comment-left .comment-avatar {
    text-align: center
}

.comment-content .comment-left .comment-avatar img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.comment-content .comment-left .comment-social-icon {
    height: 16px;
    margin-top: 10px;
    background: url(#) no-repeat center
}

.comment-content .comment-body {
    margin-left: 80px
}

.comment-content .comment-body .comment-author-block {
    font-size: 15px;
    color: #bcbcbc
}

.comment-content .comment-body .comment-author-block .comment-author-name {
    color: #555
}

.comment-content .comment-body .comment-date {
    font-family: 'PT Serif', serif;
    font-style: italic;
    color: #888;
    font-size: 11px;
    margin-bottom: 5px;
}

.comment-content .comment-body .comment-note {

}

#direct-login[disabled],
#comment_form_button[disabled] {
    opacity: 0.5;
}

.field-comment-send_email {
    display: inline-block;
}

.direct-login-form {
    margin-top: 10px;
    display: block;
}

#direct-login-title {
    text-align: center;
    margin-top: 20px;
}

.direct-login-form .form-group {
    display: inline-block;
    width: 35%;
    margin-right: 20px;
}

.modal-backdrop {
    z-index: 1;
}

.direct-login-form .text-field {
    padding: 5px 5px;
}

.direct-login-form input {
    width: 100%;
    border: 0px;
    color: #333;
    border-bottom: 1px solid #939391;
}

.direct-login-form .help-block {
    display: inline-block;
}

@media (max-width: 767px) {
    .direct-login-form .form-group {
        display: inline-block;
        width: 100%;
        margin: 10px 0px;
    }

    .direct-login-form {
        text-align: center;
    }
}

.comment-content .comment-body .comment-controls {
    margin-top: 10px
}

.comment-content .comment-body .comment-controls .comment-reply {
    color: #515151
}

.comment-content .comment-body .comment-controls .comment-reply:before {
    display: inline-block;
    content: '';
    width: 14px;
    height: 11px;
    margin-right: 5px;
    background: url(#) no-repeat center
}

.comment-form .section-contet {
    background-color: #e7e7e7;
    padding: 15px
}

.comment-form form {
    margin: -15px 0
}

.comment-form .text-field {
    border: 0
}

.comment-form input.text-field {
    width: 50%
}

.comment-form textarea {
    width: 100%; /*font-style: italic;*/
}

.comment-form .button {
    text-transform: uppercase;
    font-size: 15px;
    padding: 5px 30px 6px 30px;
    font-weight: 600;
}

.contact-form .section-contet {
    background-color: #e7e7e7;
    padding: 15px
}

.contact-form form {
    margin: -15px 0
}

.contact-form .text-field {
    border: 0
}

.contact-form input.text-field {
    width: 50%
}

.contact-form textarea {
    width: 100%; /*font-style: italic;*/
}

.contact-form .button {
    text-transform: uppercase;
    font-size: 15px;
    padding: 5px 30px 6px 30px;
    font-weight: 600;
}

.partner-bottom-block {
    margin: 15px 0
}

.partner-bottom-block iframe {
    margin: 0 auto
}

#footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    min-height: 237px;
    background-color: #333;
}

#footer .social-block a {
    margin-top: 10px
}

#footer .social-block a:last-child {
    margin-right: 0
}

#footer .subscribe-block {
    padding-top: 20px;
    padding-bottom: 30px;
    display: table;
    width: 100%;
    align-items: center;
    vertical-align: middle;
    align-content: center;
}

#footer .subscribe-response {
    position: absolute;
    color: white;
}

@media (max-width: 768px) {
    #footer .subscribe-response {
        position: relative;
        color: white;
    }

}

#footer .subscribe-block .subscribe-form {
    position: relative
}

#footer .subscribe-block .text-field {
    width: 100%;
    background-color: transparent;
    border: 4px solid #5d5d5d;
    border-radius: 5px;
    font-size: 16px;
    color: #b8b8b8;
}

#footer .subscribe-block .button {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    width: 12px;
    background: #333333 no-repeat center;
    border: 4px solid #5d5d5d;
    border-radius: 5px;
}

#footer .subscribe-block .subscribe-hint {
    font-size: 12px;
    color: #b8b8b8;
    line-height: 16px;
}

#footer .copyright-block {
    color: white;
    padding-top: 6px;
    padding-left: 20px;
}

.groups-block {
    margin-top: 30px;
    margin-bottom: 55px;
}

.groups-block-item {
}

.groups-block-item > div {
    display: block;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.bxsl {
    height: 460px;
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
}

.slick-slider {
    margin: 0px;
    padding: 0px;
}

.slick-slide {
    position: relative;
    margin-right: 6px;
}

.bxsl .bx-viewport {
    overflow: visible !important;
}

.bxsl .slider-controls {
    position: absolute;
    width: 100%;
    height: 100%;

}

.slider-controls #slider-next {
    position: absolute;
    right: 0px;
    height: 100%;
    z-index: 1;
    width: 48px;
}

.slider-controls #slider-prev {
    position: absolute;
    left: 0px;
    z-index: 1;
    width: 48px;
    height: 100%;
}

.bxsl .bx-prev {
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    margin: 0 !important;
    background: url(../img/slider-left.png) top 49% right 0px no-repeat ! important;
    position: absolute;
    z-index: 2000;
}

.bxsl .bx-next {
    margin: 0 !important;
    width: 100% !important;
    height: 100% !important;
    right: 0 !important;
    top: 0 !important;
    background: url(../img/slider-right.png) top 49% left 0px no-repeat ! important;
    position: absolute;
    z-index: 2000;
}

.bxsl li .img img {
    width: 100%;
}

.bxsl li .captions {
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease 0.5s;
    opacity: 1;
    position: absolute;
    bottom: 0px;
    background: #566c85;
    height: 74px;
    display: table;
    width: 100%;
    color: black;
}

.bxsl li.active-slide .captions {
    opacity: 1;
    visibility: visible;
}

.bxsl li .captions span {
    padding: 10px 0 0 20px;
    color: #dadada;
    font-size: 14px;
    font-style: italic;
    display: block;
}

.bxsl li .captions a {
    font-size: 16px;
    font-family: "Open Sans Semibold";
    font-weight: bolder;
    color: #fff;
    padding: 0 0 0 25px;
    line-height: 30px;
    display: table-cell;
    vertical-align: middle;
}

.title_name {
    color: #3a3a3a;
    font-family: "PT Serif", serif;
    font-size: 18px;
    line-height: 18px;
    display: block;
    font-style: italic;
    padding: 4px 0 10px;
}

.content-sidebar .auth_img img {
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 3px solid transparent;
}

.content-sidebar .auth_img img:hover {
    border: 3px solid #3673b3;
}

.content-sidebar .auth_name {
    display: block;
    margin: 10px 0 0 0;
}

.content-sidebar .auth_name a {
    text-decoration: underline;
    font-size: 16px;
    color: #000000;
    font-weight: 600;
}

.content-sidebar .auth_name a:hover {
    color: #3673b3;
}

.content-sidebar .auth_count {
    color: #999999;
    display: block;
    margin: -5px 0 30px 0;
}

#fader2 {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 10000;
}

.authorization {
    max-width: 620px;
    width: 100%;
    height: 350px;
    padding: 20px;
    top: 50%;
    left: 50%;
    position: absolute;
    background: #e8e8e8;
    margin: -175px 0 0 -310px;
}

.authorization > .auth_close {
    width: 19px;
    position: absolute;
    top: -18px;
    right: -18px;
    border: 1px solid #8e8e8e;
    height: 19px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: inline-block;
    background-repeat: no-repeat;
}

.auth-icon-block a:hover {
    opacity: 1;
}

.auth-icon-block {
    text-align: center;
}

.auth-icon-block a {
    display: inline-block;
    width: 72px;
    height: 72px;
    margin: 10px 4px 0;
    opacity: 0.25;
    background: url(../img/social-icons-new-70.png) no-repeat 0 0
}

.auth-icon-block a.facebook-icon {
    background-position: 0 0 !important
}

.auth-icon-block a.vkontakte-icon {
    background-position: -72px 0 !important
}

.auth-icon-block a.odnoklassniki-icon {
    background-position: -144px 0 !important;
}

.auth-icon-block a.in-icon {
    background-position: -216px 0 !important;
}

.authorization > .auth_close:hover {
    opacity: 0.9;
}

.authorization form > span {
    display: block;
    font-family: Arial, sans-serif;
    font-style: italic;
    color: #333333;
    font-size: 18px;
    margin: 0 0 10px 0;
}

.authorization form > span:first-child {
    font-size: 24px;
}

.authorization .auth_soc {
    padding: 40px 0;
    text-align: center;
    background-color: #ffffff;
    margin: 0 0 10px 0;
}

.authorization .auth_soc a {
    width: 44px;
    height: 45px;
    margin: 0 20px;
    display: inline-block;
    background-image: url("../img/socsprite.png");
}

.authorization .auth_soc a:hover {
    opacity: 0.9;
}

.authorization .auth_soc a.av_gmail {
    background-position: -59px -5px;
}

.authorization .auth_soc a.av_f {
    background-position: -5px -5px;
}

.authorization .auth_soc a.av_vk {
    background-position: -60px -60px;
}

.authorization .auth_soc a.av_odkl {
    background-position: -5px -60px;
    width: 45px;
}

.authorization .auth_inputs {
    margin: 0 0 20px 0;
}

.authorization .auth_inputs:after {
    display: table;
    clear: both;
    content: "";
}

.authorization .auth_inputs input {
    padding: 5px 12px;
    font-style: italic;
    font-family: Times, sans-serif;
    width: 100%;
}

.authorization .auth_inputs div {
    float: left;
    width: 48%;
    margin: 0 2% 0 0;
}

.authorization .auth_inputs div:last-child {
    margin: 0 0 0 2%;
    position: relative;
}

.authorization .auth_inputs div:last-child:after {
    content: "Не будет отображен на сайте";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #666666;
}

.authorization .button {
    text-transform: uppercase;
    font-size: 15px;
    padding: 5px 30px 6px 30px;
    font-weight: 600;
}

#readmore {
    background-color: #3773b6;
    position: fixed;
    width: 260px;
    left: -260px;
    bottom: 40px;
    z-index: 10002;
    padding: 20px;
    -webkit-transition: left 0.5s ease;
    -moz-transition: left 0.5s ease;
    -o-transition: left 0.5s ease;
    transition: left 0.5s ease;
}

#readmore h4 {
    font-size: 20px;
    color: #ffffff;
    margin: 0 0 20px 0;
    font-family: 'PT Serif', serif;
    font-style: italic;
    line-height: 14px;
}

#readmore.readmore_show {
    left: 0;
}

#readmore .readmore_close {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 36px;
    color: #ffffff;
}

#readmore .readmore_close:after {
    display: inline-block;
    content: "+";
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

#readmore ul {
    margin: 0;
    padding: 0
}

#readmore ul li {
    list-style-type: none;
    position: relative;
    padding: 20px 0;
    display: block;
}

#readmore ul li a {
    color: #ffffff;
}

#readmore ul li:before {
    content: "\f0f3";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    color: #bed9f7;
}

.news-block {
    margin-top: 0;
    overflow: hidden;
}

.news-block ul {
    width: 340px;
    margin: 0;
    padding: 0;
    vertical-align: top;
    float: left;
}

.news-block ul li {
    display: table;
    width: 340px;
    color: black;
    height: 90px;
    position: relative;
    border: 1.5px solid transparent;
    border-left: 1.5px dashed #566c85;
    border-top: 1.5px dashed #566c85;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-left: 35px;
}

.news-block ul li:not(.active):last-child {
    border-bottom: 1.5px dashed #566c85;
}

.news-block ul li.active + li {
    border-top: none;
}

.news-block ul li.active {
    border-radius: 4px 0px 0px 4px;
    background-color: #566c85;
    border: 1.5px solid transparent;
}

.news-block ul li.active:after {

}

.news-block ul li img {
    display: none;
}

.news-block ul li a {
    color: black;
    display: -webkit-box;
    line-clamp: 2;
    -ms-line-clamp: 2;
    -moz-line-clamp: 2;
    -webkit-line-clamp: 2;
    -o-ellipsis-lastline: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
}

.news-block ul li.active a {
    color: #fff;
}

.news-block ul li span {
    position: absolute;
    font-size: 11px;
    font-family: Arial, sans-serif;
    bottom: 2px;
    color: #ffffff;
    right: 10px;
}

.news-block-img {
    width: 58%;
    vertical-align: top;
    position: absolute;
    float: left;
    min-height: 100%;
    left: 42%;
    right: -10px;
    padding-bottom: 16px;
}

.news-block-img img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    left: 0;
    padding-bottom: 15px;
    padding-right: 15px;
}

.news-block-img img:not(.news-img-show) {
    display: none;
}

.news-block-img img.news-img-show {
    top: 0;
}

.share-block .b-share_theme_counter .b-share {
    padding: 0 !important;
}

.share-block .b-share_theme_counter .b-share_type_small .b-share__link {
    min-width: 24px;
}

.b-share_theme_counter .b-share__handle {
    height: 25px !important;
}

.share-block .b-share_theme_counter .b-share_type_small .b-share-counter {
    font-size: 16px;
    line-height: 22px;
    margin: 2px 10px;
}

.b-share_theme_counter .b-share-icon_vkontakte {
    background-position: 2px -55px !important;
}

.b-share_theme_counter .b-share-icon_facebook {
    background-position: 3px 2px !important;
}

.b-share_theme_counter .b-share-icon_odnoklassniki {
    background-position: 3px -114px !important;
}


.hc__footer {
    display: none;
}

.hc__footer {
    display: none;
}

ol.article-content {
    counter-reset: first_level;
}

ol.article-content li {
    list-style-type: none;
}

ol.article-content li:before {
    counter-increment: first_level;
    content: counter(first_level) ". ";
}

ol.article-content ol {
    counter-reset: second_level;
}

ol.article-content ol li:before {
    counter-increment: second_level;
    content: counter(first_level) "." counter(second_level) ". ";
}

.profanity {
    display: none;
}

/** Pages styles **/

/*!** auth ***/

.auth {
    display: block;
}

.auth__title {
    font-size: 18px;
    font-weight: 600;

    margin-bottom: 35px;

    color: #000;
}

.auth__form {
    width: 366px;
}

.login-social {
    display: block;

    box-sizing: border-box;
    width: 383px;
    margin-top: 40px;
    padding: 19px 0 15px;

    text-align: center;

    border: 1px solid #cdcdcd;
    border-radius: 5px;
    background: #fbfbfb;
}

.login-social__title {
    font-size: 14px;
    font-weight: 600;

    position: absolute;
    z-index: 1;
    top: -8px;
    left: 17px;

    display: inline-block;

    padding: 0 9px;

    vertical-align: top;

    color: #000;
}

.login-social__title:after {
    position: absolute;
    z-index: -1;
    top: -2px;
    right: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 10px;

    content: '';

    background: #fff;
}

.login-social__item {
    display: inline-block;

    height: 71px;
    padding: 0 14px;

    text-align: center;
    vertical-align: top;
    text-decoration: none;
}

.login-social__item + .login-social__item {
    border-left: 1px solid #eaeaea;
}

.login-social__icon {
    position: relative;

    display: block;

    width: 100%;
    height: 45px;
}

.login-social__icon:after {
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    content: '';
}

.login-social__icon-vkontakte:after {
    width: 32px;
    height: 32px;
    margin-top: -16px;
    margin-left: -16px;

    /* background-image: url(../../img/sprite.png);*/
    background-position: -213px -65px;
}

.login-social__icon-google_oauth:after {
    width: 28px;
    height: 28px;
    margin-top: -14px;
    margin-left: -14px;

    /* background-image: url(../../img/sprite.png);*/
    background-position: -252px -133px;
}

.login-social__icon-facebook:after {
    width: 29px;
    height: 29px;
    margin-top: -14.5px;
    margin-left: -14.5px;

    /*background-image: url(../../img/sprite.png);*/
    background-position: -252px -102px;
}

.login-social__icon-linkedin_oauth2:after {
    width: 29px;
    height: 28px;
    margin-top: -14px;
    margin-left: -14.5px;

    /*background-image: url(../../img/sprite.png);*/
    background-position: -252px -163px;
}

.login-social__name {
    font-size: 14px;
    font-weight: 700;

    margin-top: 3px;

    color: #796c7c;
}

.login-social__name u {
    border-color: #dad7db;
}

/*!** end-auth ***/

@media (max-width: 768px) {
    .post-preview .image-block{
        float: none !important;
        width: 100% !important;
        margin-right: 0 !important;
        text-align: center;
    }

    .post-preview .image-block > a > img
    {
        display: inline-block;
        width: auto !important;
        max-width: 100%;
        height: auto;
    }

    .post-preview .description-block {
        margin: 10px 0 !important;
    }

    .places-list .place-discript-block .image-block {
        width: 100% !important;
    }
    .place-description-wrap .image-block > a {
        display: block;
        width: 100%;
        text-align: center;
    }
    .places-list .place-discript-block .description-block {
        margin-left: 0 !important;
        margin-top: 4%;
    }
    .places-list .place-discript-block .image-block .button {
        height: 40px;
    }

    .places-list .place-discript-block .image-block .more-button-block {
        text-align: center;
    }
}

@media (max-width: 1280px) {
    .news-block-img, .news-block ul li.active:after {
        display: none;
    }

    .news-block ul li a {
        color: #fff;
    }

    .news-block ul li {
        background-color: #566c85;
        border: none;
        border-top: 1px solid white !important;
        color: #fff !important;
        width: inherit;
        height: 90px;
    }

    .news-block ul {
        width: 100% !important;
        float: none !important;
    }
}

@media (max-width: 800px) {
    #location-popup .row .col-xs-3 {
        width: 50% !important;
    }

    .section-block.top-cities {
        display: none;
    }

    #readmore {
        display: none;
    }
}

@media (max-width: 768px) {
    #fader2 {
        padding: 40px;
    }

    .authorization {
        position: relative;
        left: 0;
        top: 0;
        margin: 0;
        height: auto;
        max-width: 100%;
    }

}

@media (max-width: 500px) {
    #fader2 {
        padding: 24px;
    }

    .authorization {
        position: relative;
        left: 0;
        top: 0;
        margin: 0;
        height: auto;
        max-width: 100%;
    }

    .authorization .auth_soc a {
        margin: 0 10px;
    }
}

@media (max-width: 400px) {
    .authorization .auth_soc a {
        margin: 0 3px;
    }

    .authorization .auth_inputs div {
        width: 100%;
        float: none;
        margin: 0 0 10px 0 !important;
    }

    .authorization .button {
        display: block;
        margin: 10px auto 0 auto;
    }

    #location-popup .row .col-xs-3 {
        width: 100% !important;
    }
}
