@font-face {
    font-family: 'Ermilov';
    src: url(../fonts/ermilov-webfont.woff);
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Innerspace';
    src: url(../fonts/innerspace-webfont.woff);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
html{
    font-size: 16px;
    scroll-behavior: smooth;
}
img{
    max-width: 100%;
}
body{
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: 'Innerspace', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    color: #141414;
}
h1, h2, h3, h4, h5, h6,.title-1,.title-2,.title-3,.title-4 {
    font-family: 'Ermilov', sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
}
h1, h2, h3, h4, h5, h6{
    margin: 0 0 30px;
}
h2, .title-2{
    font-size: 32px;
    line-height: 34px;
}
h3,.title-3{
    font-size: 24px;
    line-height: 31px;
}
h4,.title-4{
    font-size: 20px;
    line-height: 26px;
}
.flex {
    display: flex;
    flex-direction: row;
}
.column {
    flex-direction: column;
}
.color-1{
    color: #078049;
}
.color-2{
    color: #FFF;
}
.color-3{
    color: #141414;
}
.color-4{
    color: #CD2E3D;
}
.color-5{
    color: #C0C0C0;
}
.color-6{
    color: #93A6A6;
}
.color-7{
    color: #d3d3d3;
}

button,
a{
    transition: all .3s;
    text-decoration: none;
    cursor: pointer;
}
.button-primary,
.button-sec{
    height: 60px;
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.button-primary{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Ermilov', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    padding: 13px 18px;
    background-color: #078049;
    border: 2px solid #078049;
    color: #fff;
    position: relative;
    transition: all .3s;
    cursor: pointer;
}
.button-primary:hover{
    background-color: #089B58;
    border-color: #089B58;
}
.button-primary svg{
    margin-left: 10px;
}
.button-sec{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #141414;
    background-color: transparent;
    font-family: 'Ermilov', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    padding: 13px 18px;
    border: 2px solid #078049;
    position: relative;
    transition: all .3s;
    cursor: pointer;
}
.button-sec:hover{
    transition: all .3s;
    background-color: rgba(8, 155, 88, 0.10);
}
.button-transparent-white{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFF;
    background-color: transparent;
    font-family: 'Ermilov', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    padding: 13px 18px;
    border: 2px solid #FFF;
    position: relative;
    transition: all .3s;
    cursor: pointer;
}
.button-transparent-white:hover{
    transition: all .3s;
    background-color: #089B58;
}

.mt-10{
    margin-top: 10px;
}
.mt-15{
    margin-top: 15px;
}
.mb-16{
    margin-bottom: 16px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-40{
    margin-bottom: 40px;
}
.banner-top{
    display: flex;
    align-items: center;
    color: #fff;
    position: relative;
    min-height: 400px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 60px 0;
    margin-bottom: 50px;
}
.banner-top:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.4);
    pointer-events: none;
}
.banner-top .logo-block{
    align-items: center;
}
.banner-top .logo-block .logo-block__img{
    margin-right: 20px;
}
.banner-top .logo-block .logo-block__img img{
    max-width: 78px;
}
.logo-block__text .title-4{
    font-size: 18px;
    font-weight: 400;
    font-family: 'Innerspace', sans-serif;
    text-transform: lowercase;
}
a.title-4:hover{
    color: #078049;
}
.about-block{
    margin-bottom: 100px;
}
.about-block .about-block__text{
    margin-bottom: 30px;
}
.about-block .about-block__text p{
    text-align: justify;
}
.about-block .about-block__text p:first-child{
    margin-top: 0;
}
.about-block .about-block__text p:last-child{
    margin-bottom: 0;
}
.about-block .about-block__ticket{
    box-shadow: 7px 7px 52px 0px rgba(0, 0, 0, 0.06);
    padding: 20px;
    margin-bottom: 30px;
    transition: all .3s;
}
.about-block .about-block__ticket:hover{
    transition: all .3s;
    box-shadow: 14px 14px 33px 0px rgba(0, 0, 0, 0.25);
}
.about-block .about-block__ticket div{
    margin-bottom: 10px;
}
.about-block-full-ticket{
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    justify-content: space-between;
}
.about-block-full-ticket .about-block__ticket{
    width: calc(25% - 15px);
    min-height: 275px;
}
.about-block-full-ticket .about-block__ticket .button-sec{
    margin-top: auto;
}
.about-block-full-description{
    display: flex;
    flex-wrap: wrap;
}
.about-block__bottom{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.about-block-full-description .about-block__text{
    width: 75%;
    padding-right: 50px;
}
.about-block-full-description .about-block__bottom{
    width: 25%;
    padding-top: 65px;
}
.about-block-full-description .about-block__button{
    display: flex;
    width: 100%;
    flex-direction: column;
}
.about-block-full-description .about-block__button a{
    margin: 0 0 10px 0!important;
}
.show-all__block{
    justify-content: center;
}
.route-block,
.excursion-block{
    margin-bottom: 100px;
}
.event-item{
    margin-bottom: 30px;
    align-items: center;
}
.event-item .event-item__pic{
    line-height: 0;
}
.event-item .event-item__pic img{
    width: 100%;
    height: 340px;
    object-fit: cover;
}
.event-item .event-item__ttl{
    margin-bottom: 15px;
}
.event-item .event-item__text{
    margin-bottom: 30px;
}
.event-item .event-item__tag span{
    display: inline-flex;
    padding: 5px 10px;
    background-color: #DDE2E0;
    font-family: 'Innerspace', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #141414;
    border-radius: 16px;
    text-align: center;
    margin-bottom: 20px;
}
.event-item .button-sec{
    margin-right: 15px;
}
.event-item.element-hide{
    display: none;
}
.route-mark{
    display: inline-block;
    vertical-align: baseline;
    width: 1rem;
    height: 1rem;
    background-color: #141414;
}
.event-item__params{
    margin-bottom: 20px;
    font-family: 'Innerspace', sans-serif;
    font-size: 20px;
    color: #141414;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.event-item__params .event-item__elem{
    margin-bottom: 10px;
}
.event-item__elem .route-mark{
    margin-left: 10px;
}
.event-item__elem .route-mark{
    position: relative;
    top: 3px;
}
.event-item__elem .route-mark--green{
    background: #078049;
}
.event-item__elem .route-mark--yellow{
    background: #CD8D2E;
}
.event-item__elem .route-mark--red{
    background: #CD2E3D;
}
.museum-block{
    margin-bottom: 110px;
}
.additional-services-block{
    margin-bottom: 45px;
}
.choose-tickets-block{
    padding: 50px 0;
    background-color: #F0F0F0;
    text-align: center;
}
.additional-services__item{
    background:#FFF;
    box-shadow: 7px 7px 52px 0 rgba(0, 0, 0, 0.06);
}
.additional-services__item .additional-services__item-img{
    display: flex;
    height: 152px;
    padding: 40px 0;
    justify-content: center;
    align-items: center;
    background: #F0F0F0;
}
.additional-services__item .additional-services__item-img img{
    width: 75px;
    height: 75px;
    object-fit: contain;
    object-position: center;
}
.additional-services__item .additional-services__item-text{
    justify-content: space-between;
    min-height: 168px;
    padding: 15px 10px;
}
.anchor-menu,
.perscab-menu{
    background-color: #F0F5F5;
    min-height: 70px;
    width: 100%;
    margin-bottom: 30px;
}
.anchor-menu a,
.perscab-menu a{
    padding: 25px 15px;
    color: #141414;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    position: relative;
    flex-shrink: 0;
}
.anchor-menu a:before,
.perscab-menu a:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 4px solid transparent;
    width: 100%;
    transition: all .3s;
}
.anchor-menu a:hover:before,
.perscab-menu a:hover:before{
    border-bottom: 4px solid #078049;
}
.anchor-menu .anchor-menu__col,
.perscab-menu .perscab-menu__col{
    overflow-x: auto;
}
.anchor-menu .anchor-menu__col::-webkit-scrollbar,
.perscab-menu .perscab-menu__col::-webkit-scrollbar{
    width: 4px;
    height: 4px;
}
.anchor-menu .anchor-menu__col::-webkit-scrollbar-thumb,
.perscab-menu .perscab-menu__col::-webkit-scrollbar-thumb{
    background: #078049;
    border-radius: 2px;
}
.footer {
    background-color: #078049;
    padding: 58px 0 100px;
    position: relative;
    z-index: 1;
}
.footer:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 42px;
    background: url(../images/line-pattern.svg) 50% 50%/cover repeat-x;
}
.rev-color{
    filter: brightness(0) invert(1);
}
.creator-block{
    margin-top: 32px;
}
.footer-second {
    display: flex;
    flex-wrap: nowrap;
    border-top: solid 1px #fff;
    margin-top: 54px;
    padding: 64px 0 0;
}
.footer-second .footer-second__col {
    color: #fff;
    max-width: 268px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
}
footer .site-sponsors {
    display: block;
}
footer .site-sponsors svg, footer .site-sponsors img {
    max-height: 48px;
}
.site-sponsors img {
    max-width: 100%!important;
}
.footer-second .footer-second__col-logo {
    justify-content: space-between;
    width: 100%;
}
.footer-second .footer-second__col.creator-block a {
    display: block;
    margin-bottom: 10px;
    color: #87ba9f;
}
.footer-second .footer-second__col.creator-block a strong {
    font-family: 'Ermilov', sans-serif;
    font-weight: 700;
    line-height: 18px
}
.footer-copyright {
    display: flex;
    flex-flow: row wrap;
    color: #fff;
    align-items: center;
    font-size: 12px;
    line-height: 16px;
}
.footer .social-list {
    margin-top: 0;
    justify-content: flex-end;
}
.footer .social-list a {
    margin-left: 15px;
}
.footer .footer_logo{
    display: inline-block;
}
.social-list {
    display: flex;
    flex-flow: row nowrap;
}
.social-list__lnk {
    display: inline-block;
    vertical-align: top;
    color: #93A6A6;
    font-size: 0;
    line-height: 0;
}
.header{
    height: 90px;
    background-color: #F0F5F5;
}
.header-top{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 22px;
}
.site-main-lnk.beta{
    position: relative;
}
.site-main-lnk.beta:before{
    content: 'BETA';
    position: absolute;
    background: #000;
    color: #fff;
    font-size: 8px;
    font-weight: 600;
    padding: 2px 6px;
    left: -15px;
    top: 0;
}
.main-nav{
    display: flex;
}
.lisn{
    list-style: none;
    padding: 0;
    margin: 0;
}
.main-nav li+li {
    position: relative;
    margin-left: 40px;
}
.header-top__l, .header-top__r {
    display: flex;
    align-items: center;
}
.header-top-main .header-top__l .site-main-lnk img {
    margin-right: 35px;
    max-width: 156px;
    max-height: 48px;
}
.main-nav a,
.personal-cabinet .personal-cabinet__lnk{
    color: #141414;
    font-size: 18px;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.main-nav a:hover,
.personal-cabinet .personal-cabinet__lnk:hover{
    color: #078049;
}
.personal-cabinet .personal-cabinet__lnk{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 40px;
}
.personal-cabinet .personal-cabinet__lnk img{
    position: relative;
    top: -2px;
}
.header-top__r .social-list .social-list__lnk{
    margin-left: 18px;
}
.parks-grid__item{
    display: flex;
    padding: 15px;
    flex-direction: column;
    margin-bottom: 30px;
    background: #F0F0F0;
    box-shadow: 9px 9px 21px 0px rgba(0, 0, 0, 0.25);
}
.parks-grid__item .parks-grid__item-img img{
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.parks-grid__item .parks-grid__item-img{
    margin-bottom: 10px;
}
.parks-grid__item .parks-grid__item-title{
    margin-bottom: 6px;
}
.parks-grid__item .parks-grid__item-subtitle{
    margin-bottom: 15px;
}
.parks-grid__item .parks-grid__item-buttons{
    justify-content: space-between;
    align-items: center;
}
.parks-grid__item .parks-grid__item-buttons span{
    margin-right: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.parks-slider-block{
    margin-bottom: 50px;
}
.parkSwiper__logo{
    margin-bottom: 10px;
    align-items: center;
    transform: scale(0.8);
    transition: all .3s;
}
.parkSwiper .slider_wrap:hover .parkSwiper__logo{
    transform: scale(1);
    transition: all .3s;
}
.parkSwiper__logo img{
    width: 60px;
    margin-right: 14px;
}
.parkSwiper__logo .parkSwiper__text{
    font-family: 'Ermilov', sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-style: normal;
    font-weight: 700;
    color: #FFFFFF;
}
.parkSwiper__logo .parkSwiper__text-subtitle{
    font-size: 11px;
    font-weight: 400;
    line-height: 15px;
    font-family: 'Innerspace', sans-serif;
}

.parkSwiper .slider_wrap{
    flex-direction: column;
    transition: all .3s;
    align-items: center;
    justify-content: center;
    padding: 45px;
    box-sizing: border-box;
    position: relative;
}
.parkSwiper .slider_wrap:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: solid 6px green;
    opacity: 0;
    pointer-events: none;
    z-index: 2;
}
.parkSwiper .slider_wrap .parkSwiper__button{
    position: absolute;
    bottom: 45px;
    opacity: 0;
    transition: all .3s;
}
.parkSwiper .slider_wrap:hover:before {
    opacity: 1;
    transition: all .3s;
}
.parkSwiper .slider_wrap:hover .parkSwiper__button {
    opacity: 1;
}
.parks-home-banner{
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    color: #fff;
    position: relative;
    min-height: 490px;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    padding: 60px 0;
}
.parks-home-banner .parks-home-banner__title{
    max-width: 912px;
}
.parks-home-banner .parks-home-banner__block .parks-home-banner__logos .parks-home-banner__img img{
    height: 50px;
}
.parks-home-banner .parks-home-banner__block .parks-home-banner__logos  .parks-home-banner__img-first{
    margin-right: 50px;
}
.pagination-row .pagination{
    display: flex;
    justify-content: center;
    width: 100%;
    list-style: none;
    align-items: center;
}

.pagination-row .pagination li a,
.pagination-row .pagination li span{
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    padding: 13px 8px;
    margin: 0 8px;
    transition: all .3s;
    text-decoration: none;
    color: #141414;
}
.pagination-row .pagination li a:hover{
    color: #078049;
    transition: all .3s;
}
.pagination-row .pagination li:first-child span,
.pagination-row .pagination li:first-child a,
.pagination-row .pagination li:last-child span,
.pagination-row .pagination li:last-child a{
    border: 1px solid #DDE2E0;
    padding: 12px;
    color: #93A6A6;
    transition: all .3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px;
}
.pagination-row .pagination li:first-child:hover span,
.pagination-row .pagination li:first-child:hover a,
.pagination-row .pagination li:last-child:hover span,
.pagination-row .pagination li:last-child:hover a{
    background: #93A6A6;
    transition: all .3s;
}
.pagination-row .pagination li:first-child span svg,
.pagination-row .pagination li:first-child a svg,
.pagination-row .pagination li:last-child span svg,
.pagination-row .pagination li:last-child a svg{
    width: 24px;
    height: 24px;
}
.pagination-row .pagination li:first-child:hover span svg path,
.pagination-row .pagination li:first-child:hover a svg path,
.pagination-row .pagination li:last-child:hover span svg path,
.pagination-row .pagination li:last-child:hover a svg path{
    fill: #fff;
    transition: all .3s;
}
.pagination-row .pagination li.active span{
    color: #078049;
    position: relative;
    border-bottom: solid 2px #078049;
}
#home-parks{
    padding: 50px 0 100px;
}

.breadcrumbs-wrapper {
    padding: 21px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}
.breadcrumbs__item{
    color: #141414;
}
.breadcrumbs-wrapper .breadcrumbs__separator {
    margin: 0 12px 0 5px;
}
.breadcrumbs-wrapper .breadcrumbs__separator svg {
    width: 6px;
    height: 10px;
}
.breadcrumbs-wrapper span.breadcrumbs__item{
    color: #078049;
}

.center{
    text-align: center;
    justify-content: center;
}

.form-search{
    width: 100%;
    margin: -20px 0 35px 0;
}
.form-search-group{
    width: 100%;
    margin-bottom: 15px;
}
.form-search-label{
    color: #93A6A6;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
}
.form-search-select .form-search-item::-ms-expand{
    display: none;
}
.form-search-select .form-search-item{
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 40px;
    cursor: pointer;
}
.form-search-select{
    position: relative;
}
/*.form-search-select:before,*/
#form-search-filter-button:before{
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    display: inline-flex;
    background-image: url("../images/select-arrow.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .3s;
    right: 14px;
    top: 54px;
}
.form-search-item{
    font-family: Innerspace;
    width: 100%;
    height: 60px;
    border: solid 1px #078049;
    color: #141414;
    font-size: 18px;
    font-weight: 400;
    padding: 13px 11px;
    outline: none;
    background-color: #fff;
}
#form-search-filter-button{
    position: relative;
    color: #078049;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin: 10px 0 20px;
    display: inline-flex;
    padding-right: 25px;
}
#form-search-filter-button:before{
    top: 1px;
    right: 0;
    transition: all .3s;
}
#form-search-filter-button.active:before{
    transform: rotate(180deg);
}
#form-search-filter{
    display: none;
}
#form-search-filter.active{
    display: flex;
    margin-bottom: 10px;
}


.form-custom-select{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.form-custom-select__input{
    display: inline-flex;
    align-items: center;
    width: 100%;
    height: 60px;
    border: solid 1px #078049;
    color: #141414;
    font-size: 18px;
    font-weight: 400;
    padding: 15px 10px;
    outline: none;
    background-color: #fff;
    cursor: pointer;
}
.form-custom-select__input:before{
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    display: inline-flex;
    background-image: url("../images/select-arrow.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    right: 15px;
    transition: all .3s;
}
.form-custom-select.active .form-custom-select__input:before{
    transform: rotate(180deg);
}
.form-custom-select ul{
    list-style: none;
    position: absolute;
    border: solid 1px #078049;
    border-top: none;
    top: calc(100% - 1px);
    margin: 0;
    z-index: 3;
    padding: 0 0 10px 0;
    width: 100%;
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
}
.form-custom-select.active ul{
    opacity: 1;
    pointer-events: all;
}
.form-custom-select ul li{
    padding: 5px 10px;
    width: 100%;
    cursor: pointer;
}
.form-custom-select ul li.selected,
.form-custom-select ul li:hover{
    color: #078049;
}
#search-clear,
.form-custom-select__clear{
    position: absolute;
    background-image: url("../images/select-close.svg");
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: center;
    width: 50px;
    height: 50px;
    display: inline-flex;
    cursor: pointer;
    transition: all .3s;
    opacity: 0;
    pointer-events: none;
}
#search-clear{
    right: 125px;
    top: 5px;
}
.form-custom-select__clear{
    right: 35px;
    width: 30px;
    top: 32px;
}
.form-custom-select__clear.active,
#search-clear.active{
    opacity: 1;
    pointer-events: all;
}

main{
    margin-top: 90px;
}
.header{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
}
.header__mobile-opener{
    display: none;
}
.service-item{
    margin-bottom: 25px;
    height: 100%;
}
.hidden{
    display: none!important;
}

@media (max-width: 1200px) {
    .header-top__r{
        position: fixed;
        left: 0;
        right: 0;
        top: 90px;
        bottom: 0;
        background-color: #F0F5F5;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        opacity: 0;
        z-index: -9;
        pointer-events: none;
        transition: all .3s;
    }
    body.mobile-menu{
        overflow: hidden;
    }
    body.mobile-menu .header-top__r{
        opacity: 1;
        z-index: 9;
        pointer-events: all;
    }
    .header-top__r .main-nav{
        display: flex;
        flex-direction: column;
    }
    .header-top__r .main-nav li{
        text-align: center;
    }
    .personal-cabinet .personal-cabinet__lnk{
        margin: 30px 0;
    }
    .header-top__r .main-nav li+li{
        margin-left: 0;
        margin-top: 10px;
    }
    .header-top__r .social-list .social-list__lnk {
        margin: 0 5px;
    }
    .header__mobile-opener{
        display: inline-flex;
        flex-direction: column;
        height: 30px;
        justify-content: space-evenly;
        margin-left: auto;
        cursor: pointer;
    }
    .header__mobile-opener span{
        display: inline-flex;
        background: #078049;
        height: 3px;
        width: 35px;
        border-radius: 5px;
        position: relative;
        transition: all .3s;
    }
    body.mobile-menu .header__mobile-opener span.center{
        opacity: 0;
    }
    body.mobile-menu .header__mobile-opener span.top{
        transform: rotate(-45deg);
        bottom: -6px;
    }
    body.mobile-menu .header__mobile-opener span.bottom{
        transform: rotate(45deg);
        top: -10px;
    }
    .about-block-full-ticket .about-block__ticket{
        width: calc(50% - 15px);
        min-height: auto;
    }
}
@media (max-width:992px) {
    body{
        font-size: 14px;
        line-height: 21px;
    }
    h1,.title-1{
        font-size: 37px;
        line-height: 41px;
    }
    h2,.title-2{
        font-size: 25px;
        line-height: 1;
    }
    h3,.title-3{
        font-size: 19px;
        line-height: 1;
    }
    h4,.title-4{
        font-size: 16px;
        line-height: 1;
    }
    .button-sec,
    .button-primary,
    .button-transparent-white
    {
        height: 50px;
        font-size: 16px;
        line-height: 21px;
    }
    .header{
        height: 75px;
    }
    main{
        margin-top: 75px;
    }
    .header-top-main .header-top__l .site-main-lnk img{
        margin-right: 15px;
    }
    .header-top__l img{
        height: 30px;
    }
    .header-top__r{
        top: 75px;
    }
    .event-item__params{
        font-size: 16px;
        line-height: 24px;
    }
    .parks-grid__item .parks-grid__item-img img {
        height: 150px;
    }
    .excursion-block,
    .route-block{
        margin-bottom: 40px;
    }
    .footer{
        padding: 19px 0 37px;
    }
    .footer:before{
        height: 14px;
    }
    .footer-second{
        flex-direction: column;
        margin-top: 20px;
        padding: 22px 0 0;
    }
    .footer-second .footer-second__col.footer-second__col-text{
        max-width: 100%;
        margin-bottom: 18px;
    }
    .parkSwiper .slider_wrap .parkSwiper__button{
        bottom: 40px;
    }
    .anchor-menu a:hover:before,
    .perscab-menu a:hover:before{
        display: none;
    }
    .form-search-item{
        height: 50px;
        margin-bottom: 15px;
    }
    .form-custom-select{
        display: none;
    }
    .form-search-select .form-search-item{
        display: block!important;
    }
    .form-search-group.form-search-select:before{
        content: '';
        width: 16px;
        height: 16px;
        position: absolute;
        display: inline-flex;
        background-image: url("../images/select-arrow.svg");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        pointer-events: none;
        right: 15px;
        top: 37px;
        transition: all .3s;
    }
    .form-search-label{
        font-size: 14px;
    }
    .about-block-full-description .about-block__text{
        width: 100%;
        padding-right: 0;
    }
    .about-block-full-description .about-block__bottom{
        width: 100%;
        padding-top: 0;
    }
    .about-block-full-description .about-block__button{
        flex-direction: row;
    }
    .about-block-full-description .about-block__button a{
        margin-right: 10px!important;
    }
    .about-block-full-ticket{
        margin-top: 25px;
    }
}
@media (max-width:768px) {
    .mb-20m{
        margin-bottom: 20px;
    }
    .footer .footer_logo{
        margin-bottom: 20px;
    }
    .footer .footer_copy{
        margin-bottom: 20px;
    }
    .footer .social-list {
        justify-content: start;
    }
    .footer .social-list .social-list__lnk:not(:last-child){
        margin-right: 18px;
    }
    .footer-second .footer-second__col-logo {
        justify-content: start;
        flex-wrap: wrap;
    }
    .footer-second .footer-second__col-logo .footer-second__col:not(:last-child){
        margin-right: 27px;
        margin-bottom: 18px;
    }
    .footer-second .footer-second__col.creator-block{
        max-width: 100%;
        width: 100%;
        justify-content: center;
        text-align: center;
        color: #FFF;
        margin-top: 0;
    }
    .footer-second .footer-second__col.creator-block a {
        margin-bottom: 0;
        color: #FFF;
    }
    .footer-second .footer-second__col.creator-block a strong {
        margin-left: 12px;
    }
    .banner-top{
        min-height: 310px;
    }
    .banner-top .logo-block .logo-block__img img{
        max-width: 54px;
    }
    .about-block{
        margin-bottom: 0;
    }
    .about-block__button{
        justify-content: end;
        margin-bottom: 35px;
    }
    .event-item .event-item__pic img{
        max-height: 250px;
        margin-bottom: 10px;
    }
    .event-item {
        margin-bottom: 40px;
    }
    .additional-services__item{
        margin-bottom: 20px;
    }
    .additional-services__item .additional-services__item-img{
        height: 82px;
        padding: 21px 0;
    }
    .additional-services__item .additional-services__item-img svg{
        max-width: 48px;
    }
    .additional-services__item .additional-services__item-text{
        min-height: 130px;
    }
    .parks-slider-block {
        margin-bottom: 60px;
    }
    #form-search-filter-button{
        margin: 5px 0 10px;
    }
    .form-search-group{
        margin-bottom: 10px;
    }
}
@media (max-width:576px) {
    .anchor-menu,
    .perscab-menu{
        min-height: auto;
    }
    .anchor-menu a,
    .perscab-menu a{
        padding: 20px 15px;
        font-size: 16px;
    }
    h1,.title-1{
        font-size: 26px;
        line-height: 1.4;
    }
    h2,.title-2{
        font-size: 22px;
    }
    h3,.title-3{
        font-size: 18px;
    }
    h4,.title-4{
        font-size: 18px;
    }
    .event-item .event-item__pic img{
        max-height: 190px;
    }
    .parkSwiper .slider_wrap{
        padding: 15px;
    }
    .parkSwiper__logo img{
        width: 40px;
        margin-right: 10px;
    }
    .parkSwiper__logo .parkSwiper__text{
        font-size: 16px;
        line-height: 20px;
    }
    .parkSwiper__logo .parkSwiper__text-subtitle{
        font-size: 10px;
        line-height: 15px;
    }
    .parkSwiper .swiper-wrapper{
        margin-left: 15px!important;
    }
    .parkSwiper .slider_wrap .parkSwiper__button{
        bottom: 25px;
    }
    .parks-home-banner{
        min-height: 260px;
        padding: 33px 15px 59.682px 15px;
    }
    .about-block-full-ticket .about-block__ticket{
        width: 100%;
        min-height: auto;
    }
    .about-block-full-description .about-block__button{
        flex-direction: column;
    }
    .about-block-full-description .about-block__button a{
        margin-right: 0!important;
    }
}
