* {
    outline: 0;
}

html, body {
    height: 100%;
}

body {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    width: 100%;
}

h1 {
    font-size: 24px;
    margin: 20px 0 0 0;
    text-align: center;
}

p {
    line-height: 20px;
    text-align: justify;
}

a {
    color: #48b86d;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

a.link-title {
    color: #000;
    text-decoration: none;
}

strong, b {
    font-weight: 700;
}


/*
 *
 * Стили общих элементов
 *
 */

.clearfix:after {
    clear: both;
    content: '';
    display: table;
}

.wrapper {
    box-sizing: border-box;
    min-height: 100%;
    padding-bottom: 70px;
    transition: margin 0.3s ease-in-out;
}

.wrapper-menu {
    margin-right: -80%;
    margin-left: 80%;
    overflow: hidden;
    position: static;
}

.container {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

.map-container {
    position: relative;
}

@media (min-width: 990px) {
    .hidden-bg {
        display: none !important;
    }
    .wrapper-menu {
        margin-right: 0;
        margin-left: 0;
    }
}

@media (max-width: 990px) {
    .hidden-xs {
        display: none !important;
    }
    .wrapper {
        padding-bottom: 20px;
    }
}

@media (min-width: 1220px) {
    .container {
        width: 1170px;
    }
}

.nav-top, .nav-bottom {
    margin-top: 20px;
}

.nav-top-map {
    border-bottom: 3px solid #48b86d;
    padding-bottom: 20px;
    width: 100%;
}

.nav-bottom-map {
    border-top: 3px solid #48b86d;
    margin-top: 0;
    padding-top: 20px;
    width: 100%;
}

.bold {
    font-weight: 700;
}

.vk {
    margin-top: 20px;
}

.green {
    color: green;
}

.red {
    color: red;
}

.error {
    background-color: #f2dede;
    border: 1px solid #ebcccc;
    border-radius: 4px;
    color: #a94442;
    margin-top: 20px;
    padding: 10px 15px;
    text-align: center;
}

.success {
    background-color: #dff0d8;
    border: 1px solid #d0e9c6;
    border-radius: 4px;
    color: #3c763d;
    margin-top: 20px;
    padding: 10px 15px;
    text-align: center;
}


/*
 *
 * Иконки
 *
 */

.icon {
    display: inline-block;
}

.icon-search {
    background: url(../img/icon-search.png);
    height: 15px;
    width: 15px;
}


/*
 *
 * Формы и кнопки
 *
 */

.input-group {
    position: relative;
    width: 100%;
}

.input-group-icon .icon {
    left: 6px;
    position: absolute;
    top: 8px;
}

.input-group-icon .input {
    padding-left: 28px;
}

.input {
    border: none;
    border-bottom: 1px solid #48b86d;
    border-radius: 0;
    box-sizing: border-box;
    display: inline-block;
    height: 28px;
    padding: 6px 5px 4px 5px;
    width: 100%;
}

.input:focus {
    -webkit-box-shadow: 0px 1px 0px #4bad6b;
    -moz-box-shadow: 0px 1px 0px #4bad6b;
    box-shadow: 0px 1px 0px 0px #4bad6b;
}

.input-textarea {
    border: 1px solid rgba(0, 0, 0, 0.33);
    border-radius: 0;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
    display: inline-block;
    padding: 10px 15px;
    resize: none;
    width: 100%;
}

.input-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
    background: transparent url(../img/down.png) no-repeat 98% 12px;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: '';
}

.input-dropdown {
    background: #fff;
    border: 1px solid #48b86d;
    box-sizing: border-box;
    display: none;
    margin-top: -1px;
    max-height: 50vh;
    overflow-y: scroll;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999;
}

.input-dropdown * {
    color: #48b86d;
    cursor: pointer;
    display: block;
    padding: 5px;
    text-decoration: none;
}

.input-dropdown *:hover {
    background: #48b86d;
    color: #fff;
}

.checkbox {
    display: none;
}

.checkbox+label {
    cursor: pointer;
    margin-left: 10px;
}

.checkbox+label:before {
    border: 1px solid #48b86d;
    border-radius: 3px;
    content: '';
    display: inline-block;
    height: 15px;
    vertical-align: bottom;
    width: 15px;
}

.checkbox:checked+label:before {
    background: #48b86d url(../img/check.png) no-repeat center center;
}

.btn {
    background: #48b86d;
    border: none;
    border-radius: 3px;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.33);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.btn:hover {
    background: #4bad6b;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.33);
}

input[type="checkbox"].ios-switch {
    position: absolute;
    left: -5000px;
}

input[type="checkbox"].ios-switch+div {
    cursor: pointer;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    height: 26px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 999px;
    margin: 0 0 0 6px;
    background: #88DB81;
    background-image: linear-gradient(rgba(0, 0, 0, .05), transparent), linear-gradient(90deg, hsl(36, 100%, 60%) 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: 100% 0;
    background-origin: border-box;
    background-clip: border-box;
    overflow: hidden;
    transition-duration: .4s;
    transition-property: padding, width, background-position, text-indent;
    font-size: 150%;
}

input[type="checkbox"].ios-switch:checked+div {
    padding-left: 44px;
    background-position: 0 0;
}

input[type="checkbox"].ios-switch+div:before {
    content: 'Нет';
    float: left;
    width: 22px;
    height: 20px;
    margin: 1px;
    border-radius: inherit;
    background: white;
    text-indent: -31px;
    padding-top: 2px;
}

input[type="checkbox"].ios-switch:active+div:before {
    background-color: #eee;
}

input[type="checkbox"].ios-switch+div:before, input[type="checkbox"].ios-switch+div:after {
    font: bold 60%/1.7 sans-serif;
}

input[type="checkbox"].ios-switch+div:after {
    content: 'Да';
    float: left;
    text-indent: 8px;
    text-shadow: none;
    line-height: 25px;
}

.switch {
    position: relative;
}


/*
 *
 * Стили шапки и футера сайта
 *
 */

.header, .footer {
    background: #48b86d;
    width: 100%;
}

.logo-wrapper {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.logo {
    background: url(../img/logo.png) no-repeat center/contain;
    font-weight: 700;
    margin-right: 16px;
    height: 68px;
    width: 68px;
}

.flex-container {
  display: flex;
  align-items: center;
}

.logo-caption {
  font-weight: 700;
  line-height: 23px;
  color: #fff;
}

.logo-caption span {
    display: block;
    font-size: 19px;
    text-align: center;
}

.logo-caption span+span {
    font-size: 27px;
}

.nav-right {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.nav-link {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    padding: 29px 15px 27px 15px;
    text-decoration: none;
    vertical-align: middle;
}

.nav-name {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 29px 15px 27px 2px;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
}

.nav-text {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    padding: 29px 15px 27px 15px;
    text-decoration: none;
    vertical-align: middle;
}

.nav-img {
    border-radius: 50%;
    margin-left: 15px;
    vertical-align: middle;
}

.footer {
    height: 50px;
    margin-top: -50px;
}

.footer .nav-link {
    font-size: 14px;
    padding: 17px 15px 16px 15px;
}

.footer .nav-link span {
    height: 13px;
}

.footer .nav-text {
    font-size: 14px;
    padding: 17px 15px 16px 15px;
}

.footer .nav-text2 {
    font-size: 38px;
    padding: 0px 0px 0px 0px;
}

@media (max-width: 990px) {
    .footer {
        display: none;
    }
    .header .nav-link, .header .nav-img, .header .nav-name {
        display: none;
    }
    .logo {
        margin: 4px 8px 4px 0;
        height: 48px;
        width: 48px;
    }
    .logo-caption {
      line-height: 1;
    }
    .logo-caption span {
      display: inline;
      font-size: 20px !important;
    }
}

@media (max-width: 1220px) {
    .nav-link {
        padding: 29px 5px 27px 5px;
    }
    .nav-img {
        margin-left: 5px;
    }
    .nav-name {
        padding-right: 5px;
    }
}


/*
 *
 * Эффекты наведения в меню
 *
 */

.nav-link span {
    display: inline-block;
    height: 19px;
    overflow: hidden;
    position: relative;
}

.nav-link span span {
    display: block;
    text-align: center;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.nav-link span span+span {
    font-weight: 700;
}

.nav-link:hover span span, .nav-link.active span span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}


/*
 *
 * Стили мобильного меню
 *
 */

.nav-mobile {
    background: #48b86d;
    box-sizing: border-box;
    display: none;
    height: 150%;
    left: -80%;
    padding: 10px;
    position: fixed;
    transition: left 0.3s ease-in-out;
    width: 80%;
}

.nav-mobile-active {
    left: 0;
}

.nav-mobile-link {
    color: #fff;
    cursor: pointer;
    display: block;
    padding: 10px;
    text-decoration: none;
}

.nav-mobile-link.active {
    font-weight: 700;
}

.nav-mobile-img {
    height: 40px;
    margin-bottom: 8px;
    width: 40px;
}

.nav-mobile-name {
    font-size: 14px;
    margin-bottom: 8px;
    padding: 14px 15px 12px 2px;
}

.nav-mobile-logout {
    display: inline-block;
    float: right;
    margin-top: 3px;
}

.burger {
    cursor: pointer;
    display: none;
    height: 19px;
    margin-left: -15px;
    padding: 15px;
    position: relative;
    vertical-align: middle;
    width: 24px;
}

.burger span {
    background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    transition: all 0.5s ease;
    width: 24px;
}

.burger span:nth-child(1) {
    top: 15px;
}

.burger span:nth-child(2) {
    top: 23px;
}

.burger span:nth-child(3) {
    top: 31px;
}

.burger.active span:nth-child(1) {
    transform: translateY(8px) rotateZ(45deg);
}

.burger.active span:nth-child(2) {
    opacity: 0;
}

.burger.active span:nth-child(3) {
    transform: translateY(-8px) rotateZ(-45deg);
}

@media (max-width: 990px) {
    .nav-mobile {
        display: block;
    }
    .burger {
        display: inline-block;
    }
}


/*
 *
 * Стили карточек
 *
 */

.card {
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
    display: inline-block;
    padding: 15px 20px;
    position: relative;
    vertical-align: text-top;
    width: 100%;
}

.card-map {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-left: 6px;
    margin-top: 6px;
    padding: 0;
    width: 260px;
}

.card-map-filter {
    background: #fff;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 260px;
    z-index: 999999;
}

.card-group>* {
    margin-bottom: 7px;
}

.card-group+.card-group {
    margin-top: 20px;
}

.card-img {
    width: 100%;
}

.card-title {
    font-size: 18px;
    font-weight: 700;
    display: table;
    height: 60px;
    margin: -35px auto 0 auto;
    text-align: center;
    width: 80%;
}

.card-title div {
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
    display: table-cell;
    line-height: 20px;
    position: relative;
    vertical-align: middle;
}

.card-info {
    line-height: 18px;
    margin: 15px 10px 60px 10px;
}

.card-info div+div {
    margin-top: 10px;
}

.card-footer {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10px;
}

.card-price {
    color: #48b86d;
    display: inline-block;
    text-align: center;
    width: 60%;
}

.card-price span {
    font-size: 24px;
    font-weight: 700;
}

.card-more {
    display: inline-block;
    float: right;
    line-height: 24px;
    text-align: center;
    width: 40%;
}

.card-more-map {
    line-height: 22px;
}

.card-more a {
    color: #48b86d;
    font-weight: 700;
    text-decoration: underline;
}

.card-more a:hover {
    text-decoration: none;
}

.card-rating span {
    background: url(../img/star.png);
    display: inline-block;
    height: 16px;
    width: 16px;
}

.card-rating span.card-rading-fill {
    background: url(../img/star_fill.png);
}

@media (max-width: 650px) {
    .card-map {
        width: 230px;
    }
    .card-map-filter {
        border-bottom: 3px solid #48b86d;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        position: static;
        width: 100%;
    }
}


/*
 *
 * Стили страницы "Обратная связь"
 *
 */

.feedback {
    margin-top: 20px;
}

.feedback:after {
    clear: both;
    content: '';
    display: table;
}

.feedback-left {
    display: inline-block;
    float: left;
    margin-right: 4%;
    width: 48%;
}

.feedback-left .input-group {
    margin-bottom: 20px;
}

.feedback-right {
    display: inline-block;
    margin-bottom: 20px;
    width: 48%;
}

.feedback-textarea {
    height: 173px;
}

.feedback-send {
    margin: auto;
    width: 303px;
}

.feedback-send>button {
    margin-top: 20px;
}

@media (max-width: 650px) {
    .feedback-left {
        float: none;
        margin-right: 0;
        width: 100%;
    }
    .feedback-right {
        width: 100%;
    }
    .feedback-send {
        width: 100%;
    }
}


/*
 *
 * Стили каталога
 *
 */

.catalog {
    display: table;
    margin-top: 20px;
}

.catalog-left {
    display: table-cell;
    padding-right: 20px;
    width: 220px;
}

.catalog-left>* {
    margin-bottom: 20px;
}

.catalog-right {
    display: table-cell;
}

.catalog-filter {
    margin-bottom: 20px;
}

.catalog-filter-link {
    color: #48b86d;
    cursor: pointer;
    display: inline-block;
    margin-left: 10px;
    text-decoration: underline;
}

.catalog-filter-link:hover {
    text-decoration: none;
}

.catalog-filter-link.active {
    font-weight: 700;
    text-decoration: none;
}

.catalog-places .card {
    margin-right: 20px;
    margin-bottom: 20px;
    min-height: 520px;
    padding: 5px;
    width: 284px;
}

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

.pagination a {
    box-sizing: border-box;
    color: #48b86d;
    display: inline-block;
    padding: 15px 0;
    text-decoration: underline;
    min-width: 47px;
}

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

.pagination a.active {
    background: #48b86d;
    color: #fff;
    text-decoration: none;
}

.catalog-places .card:nth-child(3n) {
    margin-right: 0;
}

@media (max-width: 1200px) {
    .catalog-places .card {
        width: 46%;
    }
    .catalog-places .card:nth-child(2n) {
        margin-right: 0;
    }
    .catalog-places .card:nth-child(3n) {
        margin-right: 20px;
    }
}

@media (max-width: 990px) {
    .catalog {
        display: block;
    }
    .catalog-left {
        display: block;
        padding-right: 0;
        width: 100%;
    }
    .catalog-right {
        display: block;
    }
    .catalog-filter-link {
        margin-left: 5px;
    }
    .catalog-places .card {
        margin-right: 2%;
        float: left;
        width: 49%;
    }
    .catalog-places .card:nth-child(2n) {
        margin-right: 0;
        float: right;
    }
    .catalog-places .card:nth-child(3n) {
        margin-right: 0;
    }
    .pagination {
        margin-bottom: 20px;
    }
}

@media (max-width: 650px) {
    .catalog-places .card {
        margin-right: 0;
        width: 100%;
    }
    .catalog-places .card:nth-child(3n) {
        margin-right: 0;
    }
    .pagination a {
        padding: 5px 0;
        min-width: 27px;
    }
}


/*
 *
 * Стили страницы кальянной
 *
 */

.calian {
    margin-top: 20px;
}

.calian-name-adaptive {
    display: none;
    margin-bottom: 20px;
}

.calian-info {
    float: left;
    margin-right: 20px;
    width: 545px;
}

.calian-info .bold {
    margin-right: 5px;
}

.calian-info h1 {
    margin: 10px 0 20px 0;
}

.calian-info-body>div {
    line-height: 20px;
}

.calian-info-body>div+div {
    margin-top: 10px;
}

.calian-price {
    color: #48b86d;
}

.calian-price span {
    font-size: 24px;
    font-weight: 700;
}

.rating-place {
    vertical-align: text-top;
}

.calian-info-adaptive {
    display: none;
}

.calian-slider {
    text-align: center;
    width: 575px;
}

.calian-slider>* {
    display: inline-block;
}

.calian-slider-left, .calian-slider-right {
    cursor: pointer;
    height: 400px;
    width: 33px;
}

.calian-slider-left {
    background: url(../img/slider_left.png) no-repeat center center;
}

.calian-slider-right {
    background: url(../img/slider_right.png) no-repeat center center;
}

.calian-slider-photos {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
    border-radius: 5px;
    height: 400px;
    overflow: hidden;
    width: 500px;
}

.calian-slider-wrapper {
    transition: margin 0.5s ease-in-out;
}

.calian-slider-slide {
    float: left;
    line-height: 400px;
}

.calian-slider-slide img {
    vertical-align: middle;
}

@media (max-width: 1200px) {
    .calian-name {
        display: none;
    }
    .calian-name-adaptive {
        display: block;
    }
    .calian-right {
        float: none !important;
        margin: 0 auto 20px auto !important;
    }
    .calian-info {
        float: left;
        margin-right: 2%;
        width: 48%;
    }
    .calian-info-adaptive {
        display: block;
        float: right;
        line-height: 20px;
        margin-right: 0;
        width: 48%;
    }
    .calian-info-about {
        display: none;
    }

    .calian-recomends__desktop {
      display: none !important;
    }

    .calian-recomends__mobile {
      display: block !important;
    }
}

@media (max-width: 650px) {
    .calian-info {
        float: none;
        margin-right: 0;
        width: 100%;
    }
    .calian-info-adaptive {
        display: none;
    }
    .calian-info-about {
        display: block;
    }
    .calian-slider {
        width: 100%;
    }
    .calian-right {
        width: 100% !important;
    }
    .calian-slider-photos {
        width: 83%;
    }
    .calian-slider-left, .calian-slider-right {
        width: 7%;
    }
}


/*
 *
 * Стили отзывов
 *
 */

.reviews {
    margin-top: 20px;
}

.review {
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
    display: table;
    padding: 10px;
    width: 100%;
}

.review+.review {
    margin-top: 15px;
}

.review>* {
    display: table-cell;
    vertical-align: top;
}

.review-plus {
    background-color: #dff0d8;
    border: 1px solid #d0e9c6;
    color: #3c763d;
}

.review-minus {
    background-color: #f2dede;
    border: 1px solid #ebcccc;
    color: #a94442;
}

.review-info {
    width: 250px;
}

.review-info img {
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

.review-name {
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin: 4px 0 5px 0;
}

.review-date {
    color: #484646;
    display: inline-block;
    margin-bottom: 5px;
}

.review-text {
    line-height: 20px;
}

.reviews-more {
    display: block;
    font-weight: 700;
    margin-top: 20px;
    padding: 10px 0;
    text-align: center;
}

.reviews-more:hover {
    background: rgba(0, 0, 0, 0.05);
}

.review-add-info {
    display: block;
    font-weight: 700;
    text-align: center;
}

.review-add-info-adaptive {
    display: none;
    font-weight: 700;
    text-align: center;
}

.review-write {
    display: table;
    margin-top: 20px;
    width: 100%;
}

.review-write-left {
    display: table-cell;
    vertical-align: top;
}

.review-write-right {
    display: table-cell;
    padding-left: 20px;
    vertical-align: top;
    width: 304px;
}

.review-write-right .btn {
    margin-top: 10px;
}

.review-write-left textarea {
    height: 75px;
}

.review-like {
    margin-top: 15px;
}

.nav-content {
    float: left;
    margin: 0 1%;
}

.nav-content-3 {
    width: 31%;
}

.nav-content-2 {
    width: 48%;
}

.nav-content-1 {
    width: 98%;
}

@media (max-width: 990px) {
    .review-write {
        display: block;
    }
    .review-write-left {
        display: block;
    }
    .review-write-left textarea {
        height: 150px;
    }
    .review-write-right {
        display: block;
        margin-top: 10px;
        padding-left: 0;
        width: 100%;
    }
    .review-like {
        margin-top: 8px;
    }
}

@media (max-width: 650px) {
    .review {
        display: block;
    }
    .review>* {
        display: block;
    }
    .review-info {
        width: 100%;
    }
    .review-text {
        margin-top: 10px;
    }
    .review-add-info {
        display: none;
    }
    .review-add-info-adaptive {
        display: block;
    }

    .calian-recomends {
      width: auto !important;
    }
}

.calian-right {
  float: right;
  text-align: center;
  width: 575px;
}

.calian-recomends {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
  border-radius: 5px;
  margin: auto;
  padding: 15px 15px 0 15px;
  text-align: left;
  width: 470px;
  margin-top: 20px;
}

.calian-recomends__mobile {
  display: none;
}

.calian-recomends-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.calian-recomend {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding: 10px 0;
}

.calian-recomend:after {
  clear: both;
  content: '';
  display: table;
}

.calian-recomend-img {
  width: 70px;
}

.calian-recomend-img-wrap {
  float: left;
  margin-right: 10px;
}

.calian-recomend-title {
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}
