h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    line-height: 1
}

.logo_footer {
    display: inline-block
}

.h1 {
    color: #fff;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 50px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 1px;
    margin: 20px 0
}

.h2 {
    color: #333333;
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
    margin: 0;
    text-transform: uppercase
}

.h2_center {
    text-align: center
}

.h3 {
    margin: 0;
    color: #333;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase
}

.h4 {
    display: block;
    height: 40px;
    color: #fefefe;
    font-size: 16px;
    font-weight: 900;
    line-height: 30px;
    line-height: 40px;
    text-transform: uppercase;
    position: relative
}

.h4__text {
    text-align: center;
    display: inline-block;
    padding: 0 20px;
    height: 40px;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background-color: #4fac24
}

.h4::after {
    content: '';
    position: absolute;
    width: 100%;
    display: block;
    height: 3px;
    background: #4fac24
}

.desc {
    position: relative;
    z-index: 1;
    display: inline-block;
    color: #fff;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    margin: 5px 0 92px 0
}

.button-white {
    display: block;
    width: 170px;
    height: 50px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    color: #4fac24;
    font-family: "Helvetica Neue Condensed", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: color .3s, background .3s;
    transition: color .3s, background .3s
}

.button-white_blue {
    background: #0093d1;
    color: #fff
}

.button-white:hover {
    background: #f5a837;
    color: #fff
}

.button-sm {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 30px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #4fac24;
    color: #fff;
    font-family: "Helvetica Neue Condensed", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: background .3s;
    transition: background .3s
}

.button-sm:hover {
    background: #f5a837
}

.button-sm:active {
    top: 1px
}

.button-sm_blue {
    display: block;
    background: #0093d1;
    margin-top: 30px
}

.button-sm_margin {
    margin-top: 30px
}

.simple-text {
    color: #888;
    font-weight: 300;
    line-height: 30px;
    margin-top: 27px
}

.simple-text_narrow {
    max-width: 880px;
    text-align: justify;
    margin-left: auto;
    margin-right: auto
}

.simple-text_object {
    font-size: 18px;
    text-align: justify;
    padding-left: 15px;
    line-height: 26px
}

.white {
    color: #fff
}

.light {
    font-weight: 300
}

.select-group {
    padding: 0 15px
}

.selectric-wrapper {
    display: block;
    margin: 0 -15px
}

.selectric {
    border: none
}

.selectric .label {
    height: 48px;
    line-height: 48px;
    color: #888;
    font-size: 14px;
    font-weight: 400
}

.selectric .button {
    height: 48px
}

.selectric-form-search__select_1 {
    border-right: 1px solid #ddd
}

.selectric-form-search__select_1 .selectric {
    -webkit-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px
}

.selectric-form-search__select_2 {
    border-left: 1px solid #fff;
    border-right: 1px solid #ddd
}

.selectric-form-search__select_3 {
    border-left: 1px solid #fff;
    border-right: 1px solid #ddd
}

.selectric-form-search__select_4 {
    border-left: 1px solid #fff
}

.selectric-form-search__select_4 .selectric {
    -webkit-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0
}

.selectric-scroll li {
    -webkit-transition: color .3s, background .3s;
    transition: color .3s, background .3s
}

.selectric-scroll li:hover,
.selectric-scroll li.highlighted {
    background: #f5a837 !important;
    color: #fff !important
}

.link {
    color: #0093d1;
    text-decoration: underline
}

.stoke {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #F53761;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    padding: 0 18px;
    -webkit-border-radius: 0 31px 0px 5px;
    border-radius: 0 31px 0px 5px
}

.bold {
    font-weight: 700
}

.vote {
    float: right;
    margin: 15px 0;
    font-size: 0
}

.vote-item {
    text-align: center;
    display: inline-block;
    min-width: 60px;
    height: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px
}

.vote-item_like {
    background-color: #4fac24;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    border-right: 1px solid #469b1b
}

.vote-item_like:hover {
    background: #f5a837;
    border-color: #f5a837
}

.vote-item_dislike {
    background-color: #898989;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    border-left: 1px solid #a0a0a0
}

.vote-item_dislike:hover {
    background: #f5a837;
    border-color: #f5a837
}

@font-face {
  font-family: "Book Antiqua";
  src: url("../fonts/BookAntiqua-Bold.eot");
  src: url("../fonts/BookAntiqua-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/BookAntiqua-Bold.woff2") format("woff2"), url("../fonts/BookAntiqua-Bold.woff") format("woff"), url("../fonts/BookAntiqua-Bold.ttf") format("truetype"), url("../fonts/BookAntiqua-Bold.svg#BookAntiqua-Bold") format("svg");
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: "Book Antiqua";
  src: url("../fonts/BookAntiqua-Italic.eot");
  src: url("../fonts/BookAntiqua-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/BookAntiqua-Italic.woff2") format("woff2"), url("../fonts/BookAntiqua-Italic.woff") format("woff"), url("../fonts/BookAntiqua-Italic.ttf") format("truetype"), url("../fonts/BookAntiqua-Italic.svg#BookAntiqua-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.otf")
}

@font-face {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 100;
    src: url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-UltraLight.otf")
}

@font-face {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Light.otf")
}

@font-face {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Bold.otf")
}

@font-face {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Heavy.otf")
}

@font-face {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Black.otf")
}

@font-face {
    font-family: 'Helvetica Neue Condensed';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/HelveticaNeueCyrCondensed/HelveticaNeueCond.ttf");
    src: url("../fonts/HelveticaNeueCyrCondensed/HelveticaNeueCond.woff2") format("woff2"), url("../fonts/HelveticaNeueCyrCondensed/HelveticaNeueCond.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyrCondensed/HelveticaNeueLTCYR-Cond.woff") format("woff"), url("../fonts/HelveticaNeueCyrCondensed/HelveticaNeueLTCYR-Cond.svg#HelveticaNeueLTCYR-Cond") format("svg")
}

@font-face {
    font-family: 'Helvetica Neue Condensed';
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/HelveticaNeueCyrCondensed/HelveticaNeueCondMd.ttf");
    src: url("../fonts/HelveticaNeueCyrCondensed/HelveticaNeueCondMd.eot") format("eot"), url("../fonts/HelveticaNeueCyrCondensed/HelveticaNeueCondMd.woff2") format("woff2"), url("../fonts/HelveticaNeueCyrCondensed/HelveticaNeueCondMd.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyrCondensed/HelveticaNeueLTCYR-MdCond.woff") format("woff"), url("../fonts/HelveticaNeueCyrCondensed/HelveticaNeueLTCYR-MdCond.svg#HelveticaNeueLTCYR-MdCond") format("svg")
}

@font-face {
    font-family: 'Helvetica Neue Condensed';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/HelveticaNeueCyrCondensed/HelveticaNeueCondBold.ttf");
    src: url("../fonts/HelveticaNeueCyrCondensed/HelveticaNeueCondBold.eot") format("eot"), url("../fonts/HelveticaNeueCyrCondensed/HelveticaNeueCondBold.woff2") format("woff2"), url("../fonts/HelveticaNeueCyrCondensed/HelveticaNeueCondBold.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyrCondensed/HelveticaNeueLTCYR-BdCond.woff") format("woff"), url("../fonts/HelveticaNeueCyrCondensed/HelveticaNeueLTCYR-BdCond.svg#HelveticaNeueLTCYR-BdCond") format("svg")
}

.types-of-rest {
    padding: 70px 0
}

.rest {
    margin: 30px auto;
    width: 270px;
    height: 270px;
    background: rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    position: relative;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s;
    cursor: pointer
}

.rest::before {
    content: '';
    position: absolute;
    display: block;
    opacity: 0;
    -webkit-transition: opacity .3s .1s;
    transition: opacity .3s .1s;
    width: 92%;
    height: 92%;
    top: 4%;
    left: 4%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.82);
    z-index: 0
}

.rest .button-sm {
    opacity: 0;
    -webkit-transition: opacity .3s .1s;
    transition: opacity .3s .1s
}

.rest__title {
    display: inline-block;
    opacity: 0;
    -webkit-transition: opacity .3s .1s;
    transition: opacity .3s .1s;
    margin: 78px 0 32px 0;
    color: #333;
    font-size: 22px;
    font-weight: 900;
    line-height: 30px;
    text-transform: uppercase;
    position: relative
}

.rest-wrapper {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.rest-wrapper_active .rest {
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
}

.rest-wrapper_active .rest::before,
.rest-wrapper_active .rest .rest__title,
.rest-wrapper_active .rest .button-sm {
    opacity: 1
}

.places {
    text-align: center;
    position: relative;
    max-width: 180px;
    margin: 35px auto
}

.places__count {
    text-align: center;
    position: absolute;
    width: 30px;
    height: 30px;
    right: -12px;
    top: -12px;
    background-color: #f5a837;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 14px;
    line-height: 30px;
    z-index: 4
}

.places__count_gray {
    background: #d7d7d7
}

.places__count_green {
    background: #4ead1f
}

.places__count_black {
    background: #303030
}

.places__img {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    margin: auto
}

.places__title {
    display: inline-block;
    margin: 4px auto;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: -5px
}

.places__place {
    display: inline-block;
    color: #333;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    margin: 7px 0
}

.places__place,
.places__title {
    -webkit-transition: color .3s;
    transition: color .3s
}

.places__place:hover,
.places__title:hover {
    color: #0093d1
}

.places-image-link {
    display: block;
    position: relative
}

.places-image-link::before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 4px solid transparent;
    z-index: 3;
    -webkit-transition: border-color .3s, -webkit-box-shadow .2s;
    transition: border-color .3s, -webkit-box-shadow .2s;
    transition: border-color .3s, box-shadow .2s;
    transition: border-color .3s, box-shadow .2s, -webkit-box-shadow .2s
}

.places-image-link:hover::before {
    border-color: #f5a837;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff
}

.section-heading {
    background-image: url("../img/heading-bg.png");
    height: 60px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 18px 10px 15px 29px;
    position: relative;
    margin-bottom: 28px;
    margin-bottom: 35px
}

.all-link {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-color: #0093d1;
    color: #fff;
    font-size: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    float: right;
    -webkit-transition: background .3s;
    transition: background .3s
}

.all-link:hover {
    background: #f5a837
}

.articles {
    padding-bottom: 90px
}

.art-prev {
    margin-top: 19px;
    padding-top: 15px;
    padding-bottom: 9px;
    border-bottom: 1px solid #0093d1;
    min-height: 195px
}

.art-prev__img {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    max-width: 175px;
    width: 100%
}

.art-prev__title {
    display: block;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px
}

.art-prev__place {
    display: block;
    color: #333;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 2px
}

.art-prev__text {
    margin-top: 4px;
    color: #888;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px
}

.art-prev__title,
.art-prev__place {
    -webkit-transition: color .2s;
    transition: color .2s
}

.art-prev__title:hover,
.art-prev__place:hover {
    color: #0093d1
}

.art-prev-comments,
.art-prev-views {
    color: #888;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    position: absolute;
    bottom: 0
}

.art-prev-comments .fa,
.art-prev-views .fa {
    font-size: 14px
}

.art-prev-comments {
    right: 0
}


/*.art-prev-views{right:40px}*/

.art-prev-img-link {
    display: inline-block;
    position: relative
}

.art-prev-img-link::before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 4px solid transparent;
    z-index: 3;
    -webkit-transition: border-color .3s, -webkit-box-shadow .2s;
    transition: border-color .3s, -webkit-box-shadow .2s;
    transition: border-color .3s, box-shadow .2s;
    transition: border-color .3s, box-shadow .2s, -webkit-box-shadow .2s
}

.art-prev-img-link:hover::before {
    border-color: #f5a837;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff
}

.art-prev__count {
    text-align: center;
    position: absolute;
    width: 30px;
    height: 30px;
    right: -12px;
    top: -12px;
    background-color: #f5a837;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 14px;
    line-height: 30px;
    z-index: 4
}

.art-prev__count_gray {
    background: #d7d7d7
}

.art-prev__count_green {
    background: #4ead1f
}

.art-prev__count_black {
    background: #303030
}

.art-prev-wrap {
    position: relative;
    margin-left: -15px;
    padding-right: 15px;
    min-height: 160px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.article-home {
    background-color: #f6f6f6;
    padding: 52px 0 45px 0
}

.footer {
    background: #0093d1
}

.footer-info {
    padding: 40px 0 16px 0;
    max-width: 260px;
    text-align: center;
    background: #f6f6f6
}

.footer-label {
    color: #888;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
    line-height: 1.3
}

.contacts-list {
    margin-top: 32px;
    padding: 0;
    list-style-type: none
}

.contacts-list__item {
    color: #f6f6f6;
    font-size: 18px;
    font-weight: 100;
    line-height: 40px;
    position: relative;
    letter-spacing: 1px
}

.contacts-list__item i {
    font-style: normal;
    position: absolute;
    left: -32px;
    top: 11px;
    line-height: 1;
    color: #f5a837;
    font-size: 19px;
    font-weight: 800
}

.nav-footer {
    margin-top: 32px
}

.nav-footer__item {
    display: block;
    color: #f6f6f6;
    font-size: 18px;
    font-weight: 100;
    line-height: 40px;
    letter-spacing: 1px
}

.nav-footer__item:hover {
    text-decoration: underline
}

.footer-wrapper {
    padding-top: 42px;
    padding-left: 5px
}

.footer-wrapper_1 {
    padding-left: 30px
}

.slide {
    position: relative
}

.slide-text {
    position: absolute;
    top: 0;
    left: 0
}

.slide-text-inner {
    padding-left: 35px
}

.slide__image {
    max-width: 100%
}

.slide__title {
    color: #333;
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 125px
}

.slide__desc {
    margin: 30px 0 40px 0;
    color: #333;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px
}

.slider-home {
    margin: 9px 0 93px 0
}

.nav-popup {
    background: #0093d1;
    position: relative;
    padding: 25px 0;
    margin: auto
}

.nav-popup__item {
    font-size: 18px;
    color: #fff;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    padding: 15px 0
}

.nav-popup__item:hover {
    color: #f5a837
}

.mfp-close {
    right: 15px;
    top: 0;
    color: #fff !important;
    font-size: 36px
}

.crumbs {
    margin: 30px 0 55px 0
}

.crumbs__item {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    text-decoration: underline;
    color: #0093d1
}

.crumbs__item:first-child {
    font-size: 22px;
    color: #0093d1;
    text-decoration: none
}

.crumbs__item:last-child {
    color: #333;
    text-decoration: none
}

.crumbs__item:last-child::after {
    display: none
}

.crumbs__item::after {
    content: '>';
    display: inline-block;
    margin: 0 3px;
    font-family: sans-serif;
    color: #0093d1;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    vertical-align: top
}

.crumbs__item:hover:not(:last-child) {
    color: #f5a837
}

.article-text {
    color: #888;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    text-align: justify;
    text-indent: 40px
}

.side-nav {
    padding: 0;
    margin-bottom: 30px;
    list-style-type: none
}

.side-nav-item__link {
    background: #fefefe;
    height: 50px;
    line-height: 50px;
    display: block;
    color: #0093d1;
    font-family: "Helvetica Neue Condensed", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 29px;
    -webkit-transition: color .3s, background .3s;
    transition: color .3s, background .3s
}

.side-nav-item__link:hover {
    background-color: #f5a837;
    color: #fff
}

.side-nav-item__link:hover .angle {
    color: #fff
}

.side-nav-item__link .angle {
    color: #303030;
    font-weight: 700;
    font-size: 22px;
    float: right;
    margin-right: 19px
}

.side-nav-item .side-nav-lv2 {
    display: none
}

.side-nav-item_active .side-nav-lv2 {
    display: block
}

.side-nav-item_active .side-nav-item__link {
    background: #f5a837;
    color: #fff
}

.side-nav-item_active .angle {
    color: #fff;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.side-nav-lv2 {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.side-nav-lv2__item {
    font-family: "Helvetica Neue Condensed", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700
}

.side-nav-lv2__item a {
    display: block;
    line-height: 50px;
    color: #0093d1;
    padding-left: 49px;
    -webkit-transition: color .3s, background .3s;
    transition: color .3s, background .3s
}

.side-nav-lv2__item a:hover {
    background: #f5a837;
    color: #fff
}

.art-images {
    margin: 20px 0
}

.art-images-link {
    display: inline-block;
    margin: 30px auto;
    position: relative
}

.art-images-link::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 4px solid transparent;
    z-index: 3;
    -webkit-transition: border-color .3s, -webkit-box-shadow .2s;
    transition: border-color .3s, -webkit-box-shadow .2s;
    transition: border-color .3s, box-shadow .2s;
    transition: border-color .3s, box-shadow .2s, -webkit-box-shadow .2s
}

.art-images-link:hover::before {
    border-color: #f5a837;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff
}

.article-img {
    max-width: 100%
}

.video-wrapper {
    margin: 30px 0 100px 0
}

.video-wrapper iframe {
    border: none;
    width: 100%;
    height: 500px
}

.rest-place {
    margin: 19px 0;
    padding-bottom: 19px;
    border-bottom: 1px solid #0093d1;
    padding: 15px 0 5px 0;
    min-height: 195px
}

.rest-place_green {
    border-bottom: none;
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px 15px 5px 15px;
    border: 2px solid #4ead1f;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.rest-place_orange {
    border-bottom: none;
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px 15px 5px 15px;
    border: 2px solid #F53761;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.rest-place__title {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px
}

.rest-place__title:hover {
    color: #0093d1
}

.rest-place-location {
    font-size: 14px;
    line-height: 1
}

.rest-place-location__item {
    color: #333
}

.rest-place-location__item::after {
    content: ','
}

.rest-place-location__item:last-child::after {
    display: none
}

.rest-place-location__item:hover {
    color: #0093d1
}

.rest-place-category {
    font-size: 14px;
    line-height: 2;
    float: right
}

.rest-place-category__item {
    color: #333
}

.rest-place-category__item::after {
    content: '/';
    display: inline-block;
    margin-left: 5px
}

.rest-place-category__item:last-child::after {
    display: none
}

.rest-place-category__item:hover {
    color: #0093d1
}

.rest-place__text {
    color: #888;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    margin: 8px 0
}

.rest-place__price {
    padding: 0 20px;
    text-align: center;
    min-width: 110px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #0093d1;
    color: #fefefe;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    float: right
}

.rest-place__price_gray {
    color: #888;
    background: #f6f6f6
}

.rest-place-img {
    display: inline-block;
    position: relative;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative
}

.rest-place-img::before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 4px solid transparent;
    z-index: 3;
    -webkit-transition: border-color .3s, -webkit-box-shadow .2s;
    transition: border-color .3s, -webkit-box-shadow .2s;
    transition: border-color .3s, box-shadow .2s;
    transition: border-color .3s, box-shadow .2s, -webkit-box-shadow .2s
}

.rest-place-img:hover::before {
    border-color: #f5a837;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff
}

.rest-place__img {
    max-width: 100%;
    border-radius: 5px;
}

.rest-place__value {
    position: absolute;
    width: 30px;
    height: 30px;
    top: -12px;
    right: -12px;
    background: #f5a837;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-weight: 300;
    font-size: 14px;
    z-index: 5
}

.rest-place__value_green {
    background: #4fac24
}

.rest-place__value_gray {
    background: #d6d6d6
}

.rest-place__value_black {
    background: #333
}

.rest-place .map-marker {
    color: #f5a837;
    font-size: 22px;
    font-weight: 100
}

.place-description {
    text-align: justify;
    text-indent: 40px;
    color: #888;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    overflow: hidden
}

.place-description_hide {
    max-height: 105px
}

.text-hide-toggle {
    display: block;
    margin: auto;
    text-align: center;
    line-height: 40px;
    font-size: 32px;
    width: 40px;
    height: 40px;
    border: 2px solid #0093d1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #0093d1
}

.text-hide-toggle_active {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.pages {
    display: inline-block;
    margin: 30px 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    font-size: 0;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 52px;
    overflow: hidden
}

.pages-wrapper {
    text-align: center
}

.pages-item {
    display: inline-block
}

.pages-item:last-child .pages-item__link {
    border-right: none
}

.pages-item__link {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    color: #333;
    border-right: 1px solid #e6e6e6;
    -webkit-transition: color .2s, background .2s;
    transition: color .2s, background .2s
}

.pages-item__link_current {
    background: #0093d1 !important;
    color: #fff !important;
    cursor: text
}

.pages-item__link_dots {
    background: transparent !important;
    color: #333 !important;
    cursor: text
}

.pages-item__link:hover {
    background: #f5a837;
    color: #fff
}

.form-filt {
    margin-bottom: 60px
}

.form-filt .angle {
    color: #000;
    font-size: 22px;
    position: absolute;
    right: 0;
    line-height: 22px
}

.form-filt .angle_gray {
    color: #c7c7c7
}

.form-filt .angle_active {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.form-filt .buttons-wrapper {
    text-align: center
}

.form-filt__button {
    display: inline-block;
    border: none;
    font-weight: 700;
    padding: 0 15px;
    color: #fff;
    font-family: "Helvetica Neue Condensed", sans-serif;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    line-height: 30px;
    height: 30px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #0093d1;
    margin: 30px 5px
}

.form-filt__button_reload {
    background: #f5a837
}

.filt-group-title {
    padding: 26px 0;
    display: block;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #f6f6f6
}

.filt-group-list-lv1 {
    list-style-type: none;
    padding-left: 25px
}

.filt-group-list-lv2 {
    list-style-type: none;
    padding-left: 25px
}

.filt-group-list-lv3 {
    padding-left: 15px
}

.filt-group-list-lv3__item {
    padding: 3px 0;
    color: #888;
    font-size: 16px;
    font-weight: 300
}

.filt-group__heading {
    padding: 5px 0;
    display: block;
    color: #0093d1;
    font-size: 16px;
    font-weight: 300
}

.filt-group input {
    margin-right: 5px
}

.list-toggle {
    cursor: pointer;
    position: relative
}

.object__title {
    margin: 15px 0;
    color: #333;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px
}

.object-list {
    list-style-type: none
}

.object-list__item {
    position: relative;
    line-height: 2;
    color: #333;
    font-size: 18px;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: 1px
}

.object-list__item i {
    position: absolute;
    left: -35px;
    font-size: 20px;
    font-style: normal;
    line-height: 2;
    color: #f5a837
}

.object__map iframe {
    border: none;
    width: 100%;
    height: 350px
}

.object-video {
    text-align: right;
    margin-bottom: 50px
}

.object-video iframe {
    width: 100%;
    height: 190px;
    border: none
}

.gallery-object {
    max-width: 100%;
    margin-bottom: 60px
}

.gallery-object img {
    max-width: 100%
}

.gallery-object li {
    cursor: pointer
}

.gallery-object li a {
    position: relative;
    display: inline-block;
    width: auto
}

.gallery-object li a::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid transparent;
    z-index: 3
}

.gallery-object li a:hover::before {
    border-color: #f5a837;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff
}

.section-side {
    width: 100%;
    max-width: 340px;
    float: right
}

.gallery-popup-wrapper {
    text-align: center !important;
    position: relative;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #fff;
    padding: 60px 80px
}

.gallery-popup-wrapper .mfp-close {
    top: 20px;
    right: 20px;
    color: #000 !important;
    opacity: 1;
    font-size: 45px !important
}

.gallery-popup-wrapper img {
    width: 100%
}

.object-img__current {
    cursor: pointer;
    overflow: hidden;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    height: 225px;
    text-align: center;
}

.object-img__current img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.object-img-prevs {
    margin-top: 5px;
    font-size: 0
}

.object-img__prev {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    width: 60px;
    height: 45px;
    display: inline-block;
    margin-right: 8px;
    overflow: hidden;
    cursor: pointer;
    position: relative
}

.object-img__prev::before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 3px solid transparent;
    z-index: 3;
    -webkit-transition: border-color .3s, -webkit-box-shadow .2s;
    transition: border-color .3s, -webkit-box-shadow .2s;
    transition: border-color .3s, box-shadow .2s;
    transition: border-color .3s, box-shadow .2s, -webkit-box-shadow .2s
}

.object-img__prev:hover::before {
    border-color: #f5a837;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff
}

.object-img__prev img {
    width: 100%;
    height: auto
}

@media only screen and (max-width: 1200px) {
    .header-nav__item {
        font-size: 14px;
        padding: 14px 12px
    }
    .social-icons__item {
        padding: 18px 8px 12px 8px
    }
    .h1 {
        font-size: 40px
    }
    .home-top {
        padding: 70px 0 20px 0
    }
    .form-search {
        margin-top: 15px
    }
    .rest {
        width: 210px;
        height: 210px;
        background-size: cover
    }
    .rest__title {
        font-size: 18px;
        margin: 55px 0 15px 0
    }
    .h2 {
        font-size: 26px
    }
    .slide__title {
        margin-top: 80px;
        font-size: 30px
    }
    .slide__desc {
        margin-top: 5px
    }
    .slide-text-inner {
        padding: 0 15px
    }
    .video-wrapper iframe {
        height: 390px
    }
    .pages {
        height: 42px
    }
    .pages-item__link {
        line-height: 40px;
        width: 40px;
        height: 40px
    }
    .object__map {
        margin-top: 30px
    }
    .section-side {
        max-width: 100%;
        float: none
    }
}

@media only screen and (max-width: 992px) {
    .rest {
        width: 260px;
        height: 260px
    }
    .rest__title {
        font-size: 24px;
        margin: 80px 0 20px 0
    }
    .header-nav__item {
        font-size: 14px;
        padding: 14px 10px
    }
    .social-icons_footer {
        margin: 5px 0
    }
    .social-icons__item {
        padding: 18px 4px 12px 4px
    }
    .slide-top__absolute-img {
        display: none
    }
    .form-search {
        margin-top: 5px
    }
    .form-search__input {
        width: 33%
    }
    .selectric-form-search__select_1 .selectric {
        -webkit-border-radius: 0;
        border-radius: 0
    }
    .selectric-form-search__select_2 {
        border-right: none
    }
    .selectric-form-search__select_3 {
        border-left: none
    }
    .selectric-form-search__select_3 .selectric {
        -webkit-border-radius: 0 0 0 5px;
        border-radius: 0 0 0 5px
    }
    .selectric-form-search__select_4 .selectric {
        -webkit-border-radius: 0 0 5px 0;
        border-radius: 0 0 5px 0
    }
    .desc {
        margin-bottom: 30px
    }
    .green-box-inner {
        width: 750px;
        left: -30px;
        height: 130px
    }
    .slide {
        text-align: right
    }
    .slide__title {
        margin-top: 60px;
        font-size: 25px
    }
    .slide__desc {
        margin-top: 5px;
        background: rgba(255, 255, 255, 0.45);
        padding: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        font-size: 16px
    }
    .slide-text-inner {
        padding: 0 15px
    }
    .nav-footer {
        margin-top: 16px
    }
    .nav-footer__item {
        line-height: 2
    }
    .contacts-list {
        margin-top: 20px
    }
    .contacts-list__item {
        margin: 10px 0;
        line-height: 1.5
    }
    .logo_footer {
        padding: 0 15px
    }
    .social-icons__item {
        font-size: 15px;
        padding: 18px 4px 12px 4px
    }
    .video-wrapper iframe {
        height: 410px
    }
    .side-banner {
        margin: 0 auto 30px auto
    }
    .gallery-object {
        max-width: 340px;
        margin: 15px auto
    }
    .object-video iframe {
        height: 400px
    }
    .object-3d {
        margin: 0 auto 30px auto
    }
    .container4filter-sm {
        margin-top: 30px
    }
}

@media only screen and (max-width: 767px) {
    .form-search {
        height: auto
    }
    .form-search__input {
        width: 100%;
        -webkit-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        border-bottom: 1px solid #0093d1
    }
    .form-search__button {
        width: 100%;
        margin: 0;
        margin-bottom: -1px;
        -webkit-border-radius: 0;
        border-radius: 0
    }
    .selectric-form-search__select {
        border: none
    }
    .selectric-form-search__select_4 .selectric {
        -webkit-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px
    }
    .green-box-inner {
        display: none
    }
    .h1 {
        text-align: center;
        font-size: 26px
    }
    .slide-top-inner {
        padding-left: 0
    }
    .button-white {
        margin: 15px auto
    }
    .desc {
        text-align: center
    }
    .slide-top {
        max-height: 100vh
    }
    .home .lSPager {
        top: 0;
        text-align: center !important;
        margin-top: 15px !important
    }
    .home .lSPager a {
        background: #cccbcb !important
    }
    .slider-home .lSPager {
        margin-top: 20px !important;
        text-align: center !important;
        top: 0 !important
    }
    .slider-home .lSPager a {
        background: #a3a3a3 !important
    }
    .slide {
        text-align: center;
        overflow: hidden
    }
    .slide__title {
        margin-top: 100px
    }
    .slide__image {
        -o-object-fit: scale-down;
        object-fit: scale-down;
        max-width: none;
        margin-left: -webkit-calc((100% - 1200px)/2);
        margin-left: calc((100% - 1200px)/2)
    }
    .footer-info {
        margin: auto;
        margin-top: 40px
    }
    .nav-footer__item {
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 800
    }
    .footer-wrapper_2 {
        padding-left: 30px
    }
    .simple-text {
        line-height: 1.5
    }
    .video-wrapper iframe {
        height: 300px
    }
    .pages {
        height: 32px
    }
    .pages-item__link {
        font-size: 12px;
        line-height: 30px;
        width: 30px;
        height: 30px
    }
    .rest-place {
        text-align: center
    }
    .rest-place-wrapper {
        text-align: left
    }
    .rest-place-img {
        margin-bottom: 15px
    }
    .object-video iframe {
        height: 300px
    }
    .logo {
        margin-bottom: 15px
    }
    .logo img {
        margin: auto
    }
    .rest {
        -webkit-transform: rotateY(0) !important;
        transform: rotateY(0) !important
    }
    .rest::before,
    .rest .rest__title,
    .rest .button-sm {
        opacity: 1 !important
    }
    .gallery-popup-wrapper {
        padding: 30px
    }
    .gallery-popup-wrapper .mfp-close {
        font-size: 26px !important;
        top: 0;
        right: 0
    }
}

@media only screen and (max-width: 480px) {
    .h2 {
        font-size: 20px
    }
    .social-icons__item {
        font-size: 15px;
        padding: 18px 4px 12px 4px
    }
    .slide__title {
        font-size: 19px
    }
    .slide__desc {
        margin-bottom: 20px
    }
    .lang__item {
        padding: 9px 8px 3px 8px
    }
    .social-icons__item {
        padding: 18px 2px 12px 2px
    }
    .video-wrapper iframe {
        height: 260px
    }
    .pages {
        height: 27px
    }
    .pages-item__link {
        font-size: 12px;
        line-height: 25px;
        width: 25px;
        height: 25px
    }
    .object-video iframe {
        height: 240px
    }
    .gallery-popup-wrapper {
        padding: 15px
    }
    .gallery-popup-wrapper .mfp-close {
        font-size: 26px !important;
        top: 0;
        right: 0
    }
}

body {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 16px
}


/*CUSTOM*/

.margin50 {
    margin-top: 50px
}

.greenhead404 {
    color: #4fac24
}

.width150 {
    width: 150px!important;
}

@media (max-width: 768px) {
    #gallery-popup ul.lSPager li {
        height: 23px;
    }
}
.headh1{
text-align:center;
font-size:35px;
}

.swiper-container-horizontal > .swiper-pagination-bullets{
    bottom: -5px;
}

.d-flex {
  display: -ms-flex;
  display: flex;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1230px;
  }
}

.banner__wrapp {
  font-family: "Book Antiqua", sans-serif;
  width: 100%;
  font-weight: 700;
  padding: 40px 50px;
  background-position-x: 50%;
  background-position-y: 50%;
  background-size: cover;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  position: relative;
  justify-content: space-between;
}
.banner__wrapp:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/shadow.png) no-repeat 0% 50%/auto 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.banner__content-wrapp {
  position: relative;
  z-index: 1;
}
.banner__content-wrapp p {
  line-height: 1;
}
.banner__img-wrapp {
  position: relative;
  z-index: 1;
  justify-content: space-between;
}
.banner__logo-desc {
  width: 145px;
  margin-bottom: 30px;
  display: block;
}
.banner__logo-desc img {
  width: 100%;
  height: auto;
}
.banner__imgs {
  flex-direction: column;
  justify-content: space-between;
}
.banner__img {
  width: 240px;
  height: 158px;
  justify-content: center;
  align-items: center;
}
.banner__img img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.banner__details {
  margin-top: 30px;
  align-items: flex-end;
}
.banner__text-sale {
  font-size: 30px;
  color: #4FF605;
  margin-bottom: 5px;
}
.banner__text-about {
  font-size: 34px;
  margin-bottom: 5px;
  color: #fff;
}
.banner__text-price {
  font-size: 23px;
  color: #4FF605;
}
.banner__contacts {
  margin-right: 70px;
  font-style: italic;
  font-weight: 600;
  flex-direction: column;
}
.banner__contacts a {
  text-decoration: none;
  color: #fff;
}
.banner__phone {
  font-size: 32px;
}
.banner__address {
  font-size: 30px;
}
.banner__btn-more {
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 60px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  background: #4FF605;
  border-radius: 30px;
  transition: background-color 0.2s ease;
  font-size: 23px;
}
.banner__btn-more:hover {
  background-color: #bd1a1a;
  text-decoration: none;
  color: #fff;
}
.banner__logo-mob {
  display: none;
}
.catalog-section .places__count {
	display: none;
}

@media screen and (max-width: 1200px) {
  .banner__wrapp {
    padding: 20px 30px;
    background-position-x: 50%;
	background-position-y: 50%;
	background-size: cover;
	background-repeat-x: no-repeat;
	background-repeat-y: no-repeat;
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: initial;
  }
  .banner__logo-desc {
    width: 120px;
    margin-bottom: 30px;
  }
  .banner__img {
    width: 210px;
    height: 139px;
  }
  .banner__details {
    margin-top: 25px;
  }
  .banner__text-sale {
    font-size: 28px;
    margin-bottom: 3px;
  }
  .banner__text-about {
    font-size: 30px;
    margin-bottom: 3px;
  }
  .banner__text-price {
    font-size: 21px;
  }
  .banner__contacts {
    margin-right: 40px;
  }
  .banner__phone {
    font-size: 25px;
  }
  .banner__address {
    font-size: 23px;
  }
  .banner__btn-more {
    width: 186px;
    height: 48px;
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .banner__wrapp {
    flex-direction: column-reverse;
    padding: 20px 30px 55px;
    background-size: auto 100%;
    background-position: 62% 50%;
  }
  .banner__logo-desc {
    display: none;
  }
  .banner__logo-mob {
    display: block;
    width: 130px;
  }
  .banner__logo-mob img {
    width: 100%;
    height: auto;
  }
  .banner__img-wrapp {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 55px;
  }
  .banner__img {
    width: 190px;
    height: 126px;
  }
  .banner__img:not(:last-child) {
    margin-bottom: 30px;
  }
  .banner__details {
    margin-top: 40px;
    flex-direction: column;
    align-items: flex-start;
  }
  .banner__text-sale {
    font-size: 50px;
    margin-bottom: 5px;
  }
  .banner__text-about {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .banner__text-price {
    font-size: 25px;
  }
  .banner__contacts {
    margin-bottom: 50px;
    margin-right: 0px;
  }
  .banner__phone {
    font-size: 21px;
  }
  .banner__address {
    font-size: 20px;
  }
  .banner__btn-more {
    margin-left: auto;
    width: 186px;
    height: 48px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .banner__wrapp {
    background-position: 65% 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: relative;
    padding: 40px 20px 55px;
  }
  .banner__wrapp:after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/shadow.png) no-repeat 0% 50%/auto 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  /*
  .banner__wrapp {
    padding: 0;
    background: none;
  }
  .banner__wrapp:after {
    display: none;
  }
  .banner__wrapp {
    padding: 0;
  }
  */
  .banner__logo-mob {
    display: block;
    width: 100px;
  }
  .banner__logo-mob img {
    width: 100%;
    height: auto;
  }
  .banner__img-wrapp {
    margin-bottom: 55px;
  }
  .banner__img {
    width: 150px;
    height: 100px;
  }
  .banner__img:not(:last-child) {
    margin-bottom: 30px;
  }
  .banner__details {
    margin-top: 30px;
  }
  .banner__text-sale {
    font-size: 40px;
    margin-bottom: 5px;
  }
  .banner__text-about {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .banner__text-price {
    font-size: 22px;
  }
  .banner__contacts {
    margin-bottom: 70px;
    margin-right: 0px;
  }
  .banner__phone {
    font-size: 21px;
  }
  .banner__address {
    font-size: 20px;
  }
  .banner__btn-more {
    width: 186px;
    height: 48px;
    font-size: 19px;
  }
}
@media screen and (max-width: 480px) {
  .banner {
    background-position: 70% 50%;
    padding: 60px 0px 55px;
  }
  .banner__logo-mob {
    display: block;
    width: 80px;
  }
  .banner__logo-mob img {
    width: 100%;
    height: auto;
  }
  .banner__img-wrapp {
    margin-bottom: 55px;
  }
  .banner__img {
    width: 110px;
    height: 73px;
  }
  .banner__img:not(:last-child) {
    margin-bottom: 20px;
  }
  .banner__details {
    margin-top: 30px;
  }
  .banner__text-sale {
    font-size: 33px;
    margin-bottom: 5px;
  }
  .banner__text-about {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .banner__text-price {
    font-size: 17px;
  }
  .banner__contacts {
    margin-bottom: 70px;
    margin-right: 0px;
  }
  .banner__phone {
    font-size: 20px;
  }
  .banner__address {
    font-size: 18px;
  }
  .banner__btn-more {
    width: 140px;
    height: 38px;
    font-size: 16px;
  }
}