body {
    outline: none;
}

body,
a:hover,
label:hover,
button:hover {
    cursor: url(/img/crs.svg), auto;
}

.container-fluid,
.container {
    max-width: 1400px;
}

.container-fluid {
    padding-left: 5%;
    padding-right: 5%;
}

.tinuk {
    height: 40px;
}

.last_chara_img {
    height: 100%;
    max-height: 80px;
}

.blog_link {
    font-family: Bernierr, serif;
    font-size: 2rem;
    color: #31261d;
    text-decoration: none;
    width: auto;
    vertical-align: text-top;
    display: inline-block;
    position: relative;
    margin-left: 9%;
    font-weight: 400;
    line-height: 30px;
}

.blog_link:hover {
    color: #f1b434;
    text-decoration: none;
}

.blog_link:hover:after {
    width: 54px;
}

.blog_link:after {
    bottom: -6px;
    background-color: #f1b434;
    margin-top: 0;
    display: block;
    content: "";
    height: 2px;
    width: 0;
    left: 25px;
    position: absolute;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header .navbar-toggler:focus,
.header .navbar-toggler:active {
    outline: 0;
}

li.nav-item > a {
    color: #402613;
}

.header .navbar-toggler span {
    display: block;
    background-color: #000000;
    height: 3px;
    width: 25px;
    margin-top: 4px;
    margin-bottom: 4px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    left: 0;
    opacity: 1;
}

.header .navbar-toggler span:nth-child(1),
.header .navbar-toggler span:nth-child(3) {
    -webkit-transition: transform 0.35s ease-in-out;
    -moz-transition: transform 0.35s ease-in-out;
    -o-transition: transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out;
}

.header .navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 28px;
    top: 28px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.header .navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.header .navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 28px;
    top: 28px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}

.top-vk,
.vk,
.vk-blog {
    width: 24px;
}

.top-instagram,
.instagram,
.instagram-blog {
    width: 20px;
}

.top-youtube,
.youtube,
.youtube-blog {
    width: 24px;
}

.vk img,
.vk-blog img {
    width: 38px;
}

.instagram img,
.instagram-blog img {
    width: 36px;
}

.youtube img,
.youtube-blog img {
    width: 38px;
}

.bg-faded {
    background-color: #f1f3ec;
}

.logo-to-center .logo-responsive {
    /*float: right;*/
    /*max-width: 342px;*/
    width: 100%;
}

.sumbol_gonch {
    /*vertical-align: bottom;*/
    /*display: flex;*/
    /*align-items: flex-end;*/
    /*justify-content: flex-end;*/
}

.sumbol_gonch .list-inline-item {
    margin-right: 0;
}

.sumbol_gonch .list-inline-item img {
    width: 50px;
    position: relative;
}

.sumbol_gonch .list-inline-item .visa {
    left: 3px;
}

.sumbol_gonch .list-inline-item .master {
    left: 7px;
}

.sumbol_gonch .list-inline-item .mir {
    left: 14px;
}

.top-instagram {
    margin-left: 20px;
    margin-right: 20px;
}

.nav-item a {
    line-height: 1.3em !important;
}

.nav-item a {
    font-family: RostinLight, sans-serif;
}

.navigation.fixed {
    -webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -moz-transition: all 0.5s ease; /* Firefox */
    -o-transition: all 0.5s ease; /* IE 9 */
    -ms-transition: all 0.5s ease; /* Opera */
    transition: all 0.5s ease;

    padding-top: 10px;
    position: fixed;
    top: 0;
    z-index: 500;
    width: 100%;
    background-color: #31261d;
    /*background-color: #F4F5F0;*/
    /*box-shadow: 0 4px 12px -2px grey;*/
    height: 80px;
    /*top: -50px;*/
    /*-webkit-transition: top .3s ease-in-out;*/
    /*-moz-transition: top .3s ease-in-out;*/
    /*transition: top .3s ease-in-out;*/
}

.navigation.fixed li a {
    color: #f4f5f0;
    font-size: 1em !important;
}

.main_navigation li a {
    display: inline-block;
    line-height: 1;
    text-decoration: none;
    position: relative;
}

.main_navigation li a:after {
    background-color: #f1b434;
    margin-top: 0.4em;
    display: block;
    content: "";
    height: 2px;
    width: 0;
    left: 50%;
    position: absolute;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.main_navigation li a:hover {
    color: #f1b434 !important;
}

.main_navigation li a:hover:after,
.main_navigation li a:focus:after {
    width: 100%;
}

.main_navigation a {
    font-size: 1.2rem;
}

.navigation .nav-link {
    color: #000;
}

.navigation .nav-link:first-child {
    padding-left: 0;
}

.navigation .nav-link:last-child {
    padding-right: 0;
}

.navigation .nav-link .active {
    color: #407933;
}

.searchPanel {
    height: 50px;
    padding-left: 0;
    padding-right: 0;
    display: none;
}

.searchPanel input {
    height: 50px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    background-color: #f4f5f0;
    border-bottom: 3px solid black !important;
}

.searchPanel input:focus {
    background-color: #f4f5f0 !important;
    /*border: none !important;*/
    border-bottom: 3px solid black !important;
    box-shadow: none;
}

.breakString {
    /*border: 1px solid;*/
    width: 100%;
    /*max-width: 120px;*/
    /*text-align: center;*/
}

.mbeforecont {
    margin-top: 14px;
}

.filter {
    background: #ffc27b;
    padding-top: 18px;
    padding-bottom: 8px;
    margin-top: 12px;
    margin-bottom: 3rem;
}

h3.filterName {
    font-size: 2.5rem;
}

.filterName {
    line-height: 1;
    font-size: 2.5rem;
    font-weight: normal;
}

.btogle {
    position: absolute;
    right: 0;
    bottom: -8px;
    font-family: Bernierr, sans-serif;
    font-size: 2.5rem;
    line-height: 2rem;
    text-align: end !important;
    cursor: url(/img/cursor.png), auto;
    border-bottom: 4px solid;
    margin-bottom: 0.5rem;
}

.slax {
    border-bottom: none;
    background-image: url(/img/next.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
    transform: rotate(-90deg);
    width: 18px;
    height: 33px;
    cursor: pointer;
}

.blockTogle {
    display: none;
}

.flex_wrap {
    display: flex;
}

.wrapfilter {
    position: relative;
}

.breadcrumb {
    background: none;
}

.breadcrumb li > a {
    color: #ccc;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #ccc;
}

/*.nottosenter{*/
/*margin-left: 14px;*/
/*}*/
/*.hidden {*/
/*opacity: 0;*/
/*}*/
.hidden {
    opacity: 0;
}

.visible {
    opacity: 1;
}

[id^="gp-"] {
    animation-duration: 1.5s;
    animation-delay: 0.5s;
}

[id^="pps-"] {
    animation-duration: 1.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

* {
    -vendor-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -webkit-animation-duration: 1s;
}

.clsmdl {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 100;
}

.clsmdl img {
    width: 20px;
    height: 20px;
    vertical-align: top;
}

.cert-button:hover {
    cursor: url(/img/small_fing.svg), auto !important;
}

#google_map {
    /*opacity: 0;*/
    opacity: 1;
    animation-duration: 1.5s;
    animation-delay: 0.5s;
}

.footer-social-vk:hover {
    fill: #14aabf;
}

.footer-social-youtube:hover {
    fill: #b44d3c;
}

.footer-social-inst:hover path {
    fill: #fab835;
}

.gonchar_sumbol-img {
    text-align: center;
}

.gonchar_sumbol {
    width: 60px;
    height: auto;
}

#google_map {
    width: 100%;
    height: 450px;
    max-width: 1214px;
    margin: 0px auto;
}

.navigation {
    /*margin-top: 30px;*/
}

@media (min-width: 992px) {
    .navigation {
        margin-bottom: 40px;
    }
}

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

.footer-decart {
    display: flex;
    justify-content: flex-end;
}

.footer-decart-title {
    margin-right: 17px;
    text-align: right;
    color: #212529;
}

.footer-el-thrd {
    order: 3;
}

.footer-el-scnd {
    flex-basis: 50%;
    justify-content: space-between;
}

.footer-el-fst {
    color: #212529;
    flex-basis: 50%;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 672px) {
    .footer-content {
        display: block;
    }
}

.footer-img {
    transform: translate(48px, 0px);
}

.footer-social {
}

.footer-social:not(:last-child) {
    margin-right: 25px;
}

.footer-socials {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 50px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1024px) {
    .footer-el-fst {
        display: block;
    }

    .footer-img {
        margin-top: 20px;
        transform: translate(0, 0);
    }

    .gonchar_sumbol-img {
        text-align: unset;
    }
}

@media (max-width: 675px) {
    .footer-content {
        display: block;
    }

    .footer-socials {
        margin-top: 40px;
        justify-content: flex-start;
    }

    .footer-decart {
        justify-content: flex-start;
    }
}

.cont_img img {
    width: 540px;
    object-fit: cover;
    height: 360px;
}

.cont_img {
    height: 360px;
}

.hid_on_min {
    display: none;
}

.navigation.fixed.chengeCursor {
    cursor: url(/img/cursor_white.svg), auto;
}

.footer-navigation.chengeCursor {
    cursor: url(/img/cursor_white.svg), auto;
}

.chengeCursorr {
    cursor: url(/img/cursor_white.svg), auto;
}

.footer-navigation {
    height: 90px;
}

.mainkolokol {
    width: 100%;
}

.wrp_cher_img {
    width: 80px;
    text-align: center;
    display: inline-block;
}

.wrp_cher {
    width: 80px;
    text-align: center;
    display: inline-block;
}

.wrp_cher img {
    width: auto;
}

.wrp_cher_img img {
    width: 100%;
}

/*.mar-bot{*/
/*margin-bottom: 20px;*/
/*height: 60px;*/
/*}*/
.discount_text {
    font-size: 1.2rem;
    /*color: #A4493D;*/
}

.navigation .nav-link .active {
    color: #407933;
    font-weight: normal;
}

.navigation .nav-link:hover .active {
    color: #f1b434;
}

.mod_img {
    text-align: right;
}

#scroller {
    position: fixed;
    bottom: 70px;
    left: 10px;
    display: none;
    /*background-image: url(/img/next.png);*/
    background-image: url(/img/STRELKA.svg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    /*transform: rotate(-90deg);*/
    width: 30px;
    height: 30px;
    opacity: 0.6;
}

#scroller:hover {
    opacity: 1;
}

.cert-button {
    background: #326821;
    border-color: #326821;
    border-radius: 0;
    width: 100%;
    margin-bottom: 30px;
    font-family: Bernierr;
    height: 4rem;
    text-align: left !important;
    /*padding-left: 1.2rem !important;*/
    font-size: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.cert-button-landings {
    text-align: center !important;
}

.nocity {
    color: #212529;
    bottom: 0;
    border-bottom: 1px solid #212529;
}

.nocity:hover {
    color: #212529;
    border-bottom: 1px solid #212529;
    text-decoration: none;
}

.fix_cookies {
    background-color: #31261d;
    border: 3px solid #fff;
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    line-height: 19px;
    padding: 20px 0;
    display: none;
}

.fix_cookies .container {
    padding-left: 0px;
}

.fix_cookies span,
.fix_cookies a {
    color: #fff;
    font-size: 12px;
    letter-spacing: 0px;
}

.fix_cookies a {
    text-decoration: underline;
}

.close_fix_cookies {
    background-image: url(/img/cros.svg);
    background-size: cover;
    height: 25px;
    width: 25px;
    display: block;
    cursor: pointer;
    margin: 10px 0 0 0;
    cursor: pointer;
    text-decoration: none !important;
}

.cust_for_lbl {
    background-image: none;
    width: 24px;
    height: 24px;
    background-position: center center;
    border: 2px solid #402613;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-size: 89%;
    margin-bottom: 0px;
    margin-right: 0.5rem;
    position: relative;
    top: 4px;
    color: #797670 !important;
}

.cast_checkbox {
    position: absolute;
    z-index: 1;
    opacity: 0;
}

.city_item_block .city_item {
    text-transform: capitalize;
}

.cast_checkbox:checked ~ .cust_for_lbl {
    background-image: url(/img/event/check.svg);
}

#certificate_collapse .collapse:not(.show) {
    display: block;
    height: 174px !important;
    overflow: hidden;
    position: relative;
    border: 2px solid #f1f3ec;
    /*background: -webkit-linear-gradient(90deg, #eee, #333);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
}

#certificate_collapse .collapse:not(.show):after {
    background-image: url(/img/transparent.svg);
    width: 100%;
    height: 80%;
    max-height: 300px;
    min-height: 150px;
    display: block;
    content: "";
    position: absolute;
    bottom: -90px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

#certificate_collapse a.collapsed:after {
    content: "Развернуть";
    color: #31261d;
}

#certificate_collapse a:after {
    content: "Свернуть";
    color: #31261d;
}

/*#certificate_collapse a.collapsed:after {*/
/*content: 'Развернуть';*/
/*color: #31261D;*/
/*}*/
/**/
#boss_collapse .collapse:not(.show) {
    display: block;
    height: 500px !important;
    overflow: hidden;
    position: relative;
    /*background: -webkit-linear-gradient(90deg, #eee, #333);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
}

#boss_collapse .collapse:not(.show):after {
    background-image: url(/img/transparent.svg);
    width: 100%;
    height: 80%;
    max-height: 300px;
    min-height: 150px;
    display: block;
    content: "";
    position: absolute;
    bottom: -1px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

#boss_collapse a.collapsed:after {
    content: "Развернуть";
    color: #31261d;
}

#boss_collapse a:after {
    content: "Свернуть";
    color: #31261d;
}

#boss_collapse a.collapsed:after {
    content: "Развернуть";
    color: #31261d;
}

.page-ttl.filterName {
    margin-bottom: 30px;
    font-family: Bernierr;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    margin-top: 0;
}

.footer_text .div div:first-child {
    font-size: 1.2rem;
}

.footer_text .div div {
    font-size: 0.8rem;
}

.hidden_more {
    display: none;
}
