@import '../fonts/veles/veles.css';
@import '../fonts/ptsans/ptsans.css';

body {
    font-family: 'PT Sans', sans-serif;
    color: #333333;
    font-size: 15px;
}

a {
    color: #018195;
}

a:active, a:focus {
	outline: none;
}

h1 {
    font-family: 'veles', sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 52px;
    padding-bottom: 48px;
}

.news-list-h1 {
    font-size: 68px;
}

h2 {
    font-weight: bold;
    color: #333333;
    font-size: 52px;
    line-height: 67px;
    margin-bottom: 45px;
}

p {
    font-size: 19px;
    margin: 20px 0;
}

.wp-block-file a {
	font-size: 19px;
    margin: 20px 0;
}

.btn {
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    padding: 20px 23px;
    color: #fff;
}

header.main-page h1 {
    font-size: 75px;
}

.header {
    padding-top: 75px;
    color: #fff;
    margin-bottom: 110px;
}

header {
    background: url('../images/news-bg.webp') center center no-repeat;
    background-size: cover;
    min-height: 500px;

}

header.main-page {
    background-image: url('../images/header-bg.webp');
    height: 100vh;
}

.main-header-carousel {
    height: 100vh;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.main-header-carousel .main-header-carousel-image {
    height: 100vh;
    width: 100%;
    background: url('../images/header-bg.webp') center center no-repeat;
    background-size: cover;
}

.header-content {
    position: relative;
    z-index: 10;
    height: 100%;
}

.header .header-item .header-item-link {
    display: inline-block;
    width: 68px;
    height: 68px;
    line-height: 67px;
    border-radius: 50%;
    text-align: center;
    margin-right: 8px;
    background-color: rgba(1, 129, 149, 0.5);
    vertical-align: middle;
}

.header .header-item .header-item-link:last-child {
    margin-right: 0;
}

.header .header-item .header-item-link.icon-marker {
    background-color: rgba(175, 184, 0, 0.4);
}

.header .header-item .header-item-link.icon-search {
    background-color: rgba(54, 56, 1, 0.2);
}

.header .header-item .header-item-link svg {
    width: 17px;
}

@media (max-width: 1399.98px) {
    .header .header-item .header-item-link {
        width: 55px;
        height: 55px;
        line-height: 55px;
    }
}

@media (max-width: 1199.98px) {
    .header {
        padding-top: 30px;
    }

    .header .header-item .header-item-link {
        width: 45px;
        height: 45px;
        line-height: 44px;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .header .header-item .btn-visit-park svg {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .header .header-item .header-item-link {
        width: 36px;
        height: 36px;
        line-height: 33px;
        margin-right: 1px;
    }

    .header .header-item .header-item-link svg {
        width: 12px;
    }
}

.header-item-soc a {
    margin-right: 23px;
}

.header-item-soc a:last-child {
    margin-right: 0;
}

.header-item-soc svg {
    max-width: 29px;
    max-height: 38px;
}

.header-item-soc .vk svg {
    width: 29px;
}

.header-item-soc .odnoklassniki svg {
    width: 25px;
}

.header-item-soc .telegram svg {
    width: 29px;
}

.header-item-soc .facebook svg {
    width: 16px;
}

.header-item-soc .instagram svg {
    width: 22px;
}

@media (max-width: 1399.98px) {
    .header .header-item .header-item-logo svg {
        max-width: 100px;
        max-height: 137px;
    }
}

@media (max-width: 991.98px) {
    .header .header-item .header-item-soc a {
        margin-right: 12px;
    }
}

.header .header-item .header-item-contact {
    background: url('../images/icons/fa-solid_phone-alt.svg') center left no-repeat;
    background-size: 17px;
    padding-left: 33px;
}

.header .header-item .header-item-contact span {
    display: block;
}

.header .header-item .header-item-contact .header-item-contact-label {
    font-size: 10px;
    text-transform: uppercase;
}

.header .header-item .header-item-contact .header-item-contact-phone {
    font-size: 17px;
    color: #fff;
    text-decoration: none;
}

.header .header-item .btn-visit-park {
    background-color: rgba(175, 184, 0, 0.6);
}

.header .header-item .btn-visit-park:hover {
    background-color: rgba(136, 143, 0, 0.6);
    color: #fff;
}

.header .header-item .btn-visit-park span {
    vertical-align: middle;
}

.header .header-item .btn-visit-park svg {
    margin-right: 13px;
}

header .header-subtext {
    font-weight: normal;
    font-size: 34px;
    color: #fff;
    /*margin-top: 48px;*/
    padding-bottom: 30px;
}

header.main-page .header-subtext {
    padding-bottom: 0;
    font-family: 'veles', sans-serif;
}

header .first-screen-arrow {
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 1399.98px) {
    .header .header-item .btn-visit-park.btn {
        padding: 20px;
    }

    header .header-subtext {
        font-size: 28px;
    }

    header.main-page h1 {
        font-size: 55px;
    }

    header .header-subtext {
        font-size: 28px;
    }

    .header {
        margin-bottom: 40px;
    }
}

@media (max-width: 991.98px) {
    .header .header-item .header-item-contact {
        background-size: 14px;
        padding-left: 25px;
    }

    .header .header-item .header-item-contact .header-item-contact-phone {
        font-size: 12px;
    }

    .header .header-item .btn-visit-park.btn {
        padding: 8px 10px;
        font-size: 12px;
    }
}

@media (max-width: 767.98px) {
    .header .header-item .header-item-contact {
        background-size: 14px;
        padding-left: 25px;
    }
    .header {
        margin-bottom: 70px;
    }

    .header .header-item .header-item-contact .header-item-contact-phone {
        font-size: 12px;
    }

    .header .header-item .btn-visit-park.btn {
        padding: 2px 13px;
        font-size: 10px;
    }

    .header .header-item .header-item-link.icon-marker {
        background-color: rgba(175, 184, 0, 0.7);
    }

    .header .header-item .header-item-link.icon-search {
        background-color: rgba(54, 56, 1, 0.6);
    }

    .header .header-item-logo {
        margin-top: 42px;
        display: inline-block;
    }

    header.main-page h1 {
        font-size: 35px;
        text-align: center;
        line-height: 46px;
        padding-bottom: 15px;
    }

    header .header-subtext {
        font-size: 20px;
        line-height: 28px;
        text-align: center;
    }
}

@media (max-width: 374.98px) {
    .header .header-item .btn-visit-park.btn {
        padding: 0 5px;
        font-size: 10px;
    }
}


.main-section {
    padding: 100px 0;
}

.main-section.uznaj-svoy-park {
    padding: 118px 0 250px;
    background: #FBFBFB url('../images/bg-main-block.svg');
    background-size: cover;
}

.uznaj-svoy-park-list .uznaj-svoy-park-item {
    padding: 30px 30px 60px;
    border-radius: 8px;
    background-size: cover;
    display: block;
}

.uznaj-svoy-park-list .uznaj-svoy-park-item.kak-oformit {
    height: 560px;
    background: #E7EAD7 url('../images/bg-pay-block.svg') bottom no-repeat;
    background-size: contain;
}
.uznaj-svoy-park-list .uznaj-svoy-park-item.kak-oformit .kak-oformit-title {
    font-weight: bold;
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 25px;
    color: #333333;
}

.uznaj-svoy-park-list .uznaj-svoy-park-item.kak-oformit .kak-oformit-text {
    font-size: 17px;
    line-height: 130%;
    margin-bottom: 20px;
    color: #333333;
}

.uznaj-svoy-park-list .uznaj-svoy-park-item.kak-oformit .kak-oformit-link {
    font-size: 15px;
}

.uznaj-svoy-park-list .uznaj-svoy-park-item.kak-oformit .kak-oformit-poluchit-razreshenie {
    margin-top: 155px;
    background-color: rgba(175, 184, 0, 1);
}

.uznaj-svoy-park-list .uznaj-svoy-park-item.o-parke {
    background-image: url('../images/o-parke.webp');
    color: #fff;
    height: 268px;
    position: relative;
}

.uznaj-svoy-park-list .uznaj-svoy-park-item.o-parke .o-parke-content {
    position: absolute;
    bottom: 30px;
}

.uznaj-svoy-park-list .uznaj-svoy-park-item.o-parke .o-parke-title {
    font-weight: bold;
    font-size: 27px;
    line-height: 35px;
    padding-right: 30px;
}

.uznaj-svoy-park-list .uznaj-svoy-park-item.o-parke .o-parke-text {
    font-size: 17px;
    line-height: 140%;
    margin-top: 15px;
}


.uznaj-svoy-park-list .uznaj-svoy-park-item.ekskursii {
    background-image: url('../images/ekskursii.webp');
    color: #fff;
    height: 268px;
    position: relative;
}

.uznaj-svoy-park-list .uznaj-svoy-park-item.ekskursii .ekskursii-content {
    position: absolute;
    bottom: 30px;
}

.uznaj-svoy-park-list .uznaj-svoy-park-item.ekskursii .ekskursii-title {
    font-weight: bold;
    font-size: 27px;
    line-height: 35px;
    padding-right: 30px;
}

.uznaj-svoy-park-list .uznaj-svoy-park-item.ekskursii .ekskursii-text {
    font-size: 17px;
    line-height: 140%;
    margin-top: 15px;
}


.uznaj-svoy-park-list .uznaj-svoy-park-item.razmeshenie {
    background-image: url('../images/razmeshenie.webp');
    color: #fff;
    height: 268px;
    position: relative;
}

.uznaj-svoy-park-list .uznaj-svoy-park-item.razmeshenie .razmeshenie-content {
    position: absolute;
    bottom: 30px;
}

.uznaj-svoy-park-list .uznaj-svoy-park-item.razmeshenie .razmeshenie-title {
    font-weight: bold;
    font-size: 27px;
    line-height: 35px;
    padding-right: 30px;
}

.uznaj-svoy-park-list .uznaj-svoy-park-item.razmeshenie .razmeshenie-text {
    font-size: 17px;
    line-height: 140%;
    margin-top: 15px;
}

.uznaj-svoy-park-list .uznaj-svoy-park-item.prosveshenie {
    background-image: url('../images/eko-prosveshhenie.webp');
    color: #fff;
    height: 440px;
    position: relative;
}

.uznaj-svoy-park-list .uznaj-svoy-park-item.prosveshenie .prosveshenie-content {
    position: absolute;
    bottom: 30px;
}

.uznaj-svoy-park-list .uznaj-svoy-park-item.prosveshenie .prosveshenie-title {
    font-weight: bold;
    font-size: 27px;
    line-height: 35px;
    padding-right: 30px;
}

.uznaj-svoy-park-list .uznaj-svoy-park-item.prosveshenie .prosveshenie-text {
    font-size: 17px;
    line-height: 140%;
    margin-top: 15px;
}


.uznaj-svoy-park-list .uznaj-svoy-park-item.osobiy-rezhim {
    background: #006F94;
    color: #fff;
    height: 440px;
    position: relative;
}

.uznaj-svoy-park-list .uznaj-svoy-park-item.osobiy-rezhim .osobiy-rezhim-content {
    /*position: absolute;*/
    /*bottom: 30px;*/
}

.uznaj-svoy-park-list .uznaj-svoy-park-item.osobiy-rezhim .osobiy-rezhim-title {
    font-weight: bold;
    font-size: 27px;
    line-height: 35px;
    padding-right: 30px;
}

.uznaj-svoy-park-list .uznaj-svoy-park-item.osobiy-rezhim .osobiy-rezhim-text {
    font-size: 17px;
    line-height: 140%;
    margin-top: 15px;
}

.uznaj-svoy-park-list .uznaj-svoy-park-item.osobiy-rezhim .osobiy-rezhim-text a {
    color: #fff;
}

.uznaj-svoy-park-list .uznaj-svoy-park-item.osobiy-rezhim .osobiy-rezhim-text a:hover {
    text-decoration: none;
}

.uznaj-svoy-park-list .uznaj-svoy-park-item.osobiy-rezhim ul {
    list-style: none;
    padding-left: 0;
}

.uznaj-svoy-park-list .uznaj-svoy-park-item.osobiy-rezhim ul li {
    background: url(../images/list-marker.svg) left 14px no-repeat;
    line-height: 28px;
    padding-left: 40px;
}

@media (max-width: 1399.98px) {
    .main-section.uznaj-svoy-park {
        padding: 40px 0 60px;
    }
}

@media (max-width: 1199.98px) {
    .uznaj-svoy-park-list .uznaj-svoy-park-item.kak-oformit .kak-oformit-poluchit-razreshenie {
        margin-top: 120px;
    }
}

@media (max-width: 991.98px) {
    .uznaj-svoy-park-list .uznaj-svoy-park-item.kak-oformit .kak-oformit-title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .uznaj-svoy-park-list .uznaj-svoy-park-item.kak-oformit .kak-oformit-text {
        font-size: 14px;
    }

    .uznaj-svoy-park-list .uznaj-svoy-park-item.kak-oformit .kak-oformit-link {
        font-size: 12px;
    }

    .uznaj-svoy-park-list .uznaj-svoy-park-item.kak-oformit .kak-oformit-poluchit-razreshenie {
        margin-top: 35px;
        font-size: 12px;
        padding: 8px 10px;
    }

    .uznaj-svoy-park-list .uznaj-svoy-park-item.kak-oformit {
        height: 415px;
    }

    .uznaj-svoy-park-list .uznaj-svoy-park-item.o-parke {
        height: 195px;
    }

    .uznaj-svoy-park-list .uznaj-svoy-park-item.ekskursii {
        height: 196px;
    }

    .uznaj-svoy-park-list .uznaj-svoy-park-item.razmeshenie {
        height: 196px;
    }

    .uznaj-svoy-park-list .uznaj-svoy-park-item.osobiy-rezhim .osobiy-rezhim-title {
        font-size: 17px;
        line-height: 26px;
    }

    .uznaj-svoy-park-list .uznaj-svoy-park-item.osobiy-rezhim ul li {
        line-height: 18px;
        margin-bottom: 8px;
    }

    .uznaj-svoy-park-list .uznaj-svoy-park-item.osobiy-rezhim .osobiy-rezhim-text a {.header .header-item .btn-visit-park.btn
        font-size: 14px;
        line-height: 14px;
    }
}

@media (max-width: 767.98px) {
    .main-section.uznaj-svoy-park {
        padding: 0;
    }

    .main-section.uznaj-svoy-park .container {
        padding: 0;
    }

    .uznaj-svoy-park-list .uznaj-svoy-park-item.kak-oformit {
        height: 560px;
        border-radius: 0;
    }
	
    .uznaj-svoy-park-list .uznaj-svoy-park-item.kak-oformit .kak-oformit-title {
        font-size: 32px;
        line-height: 38px;
    }

    .uznaj-svoy-park-list .uznaj-svoy-park-item.kak-oformit .kak-oformit-text {
        font-size: 17px;
        line-height: 22px;
    }

    .uznaj-svoy-park-list .uznaj-svoy-park-item.kak-oformit .kak-oformit-link {
        font-size: 15px;
        line-height: 22px;
    }

    .uznaj-svoy-park-list .uznaj-svoy-park-item.kak-oformit .kak-oformit-poluchit-razreshenie {
        margin-top: 155px;
        font-size: 15px;
        padding: 20px 23px;
    }


    .uznaj-svoy-park-list .uznaj-svoy-park-item.o-parke, .uznaj-svoy-park-list .uznaj-svoy-park-item.ekskursii, .uznaj-svoy-park-list .uznaj-svoy-park-item.razmeshenie, .uznaj-svoy-park-list .uznaj-svoy-park-item.prosveshenie, .uznaj-svoy-park-item.osobiy-rezhim {
        height: 272px;
        border-radius: 0;
    }

    .main-section h2 {
        text-align: center;
    }
}

.main-section.novosti {
    padding: 85px 0 195px;
    background: url('../images/bg-news-block.svg');
    background-size: cover;
    position: relative;
}

.main-section.novosti:before {
    content: '';
    background: url('../images/zigzag-inner.svg') no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -35%);
    height: 63px;
    width: 273px;
}

.novosti-all-news {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 400;
    margin-left: 20px;
    color: #018195;
}

.novosti-list .novosti-item {
    background-size: cover;
    background-position: center;
    height: 350px;
    display: flex;
    color: #fff;
    align-items: end;
    padding: 30px;
    border-radius: 8px;
    word-break: break-word;
    text-decoration: none;
    background-color: #398195;
}

.novosti-list .novosti-item .novosti-item-date {
    font-size: 12px;
    line-height: 14px;
}

.novosti-list .novosti-item .novosti-item-title {
    font-weight: bold;
    font-size: 27px;
    line-height: 110%;
    margin-top: 10px;
}

@media (max-width: 1399.98px) {
    .main-section.novosti {
        padding: 40px 0 60px;
    }
}

@media (min-width: 768px) and (max-width: 1399.98px)  {
    .novosti-list .novosti-item .novosti-item-title {
        font-size: 21px !important;
    }
}

@media (max-width: 767.98px) {
    .main-section.novosti:before {
        display: block;
        margin: 30px 0;
        position: relative;
    }

    .main-section.novosti h2 {
        line-height: 50px;
    }

    .novosti-all-news {
        margin-left: 0;
        display: block;
    }
}


.main-section.events {
    background: #E7EAD7 url('../images/bg-events-block.svg') no-repeat;
    background-size: contain;
    padding: 93px 0 110px;
}

.events-list .events-item {
    background-size: cover;
    background-position: center;
    height: 350px;
    color: #fff;
    padding: 60px 30px 30px;
    border-radius: 8px;
    word-break: break-word;
    text-decoration: none;
    display: block;
}


.events-list .events-item .events-item-date {
    font-size: 12px;
    line-height: 14px;
}

.events-list .events-item .events-item-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 110%;
    margin-top: 10px;
}

.events-list .events-item .events-item-text {
    font-size: 17px;
    line-height: 150%;
    margin-top: 10px;
}

@media (max-width: 1399.98px) {
    .main-section.events {
        padding: 40px 0 60px;
    }
}


.main-section.nashi-ekskursii {
    background: #FFF;
    padding: 108px 0 75px;
}

.nashi-ekskursii-list .nashi-ekskursii-item {
    display: block;
    text-decoration: none;
    color: #333333;
    height: 100%;
}

.nashi-ekskursii-list .nashi-ekskursii-item .nashi-ekskursii-item-content {
    padding: 40px 30px 50px;
}

.nashi-ekskursii-list .nashi-ekskursii-item .nashi-ekskursii-item-image {
    background: #398195 center no-repeat;
    background-size: cover;
    height: 355px;
    border-radius: 8px;
    padding: 60px 30px;
}

.nashi-ekskursii-list .nashi-ekskursii-item .nashi-ekskursii-item-add-info {
    margin-bottom: 15px;
}

.nashi-ekskursii-list .nashi-ekskursii-item .nashi-ekskursii-item-duration, .nashi-ekskursii-list .nashi-ekskursii-item .nashi-ekskursii-item-distance {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    line-height: 130%;
    color: #333333;
    padding: 20px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50px;
    display: inline-block;
}

.nashi-ekskursii-list .nashi-ekskursii-item .nashi-ekskursii-item-duration svg, .nashi-ekskursii-list .nashi-ekskursii-item .nashi-ekskursii-item-distance svg {
    margin-right: 10px;
}

.nashi-ekskursii-list .nashi-ekskursii-item .nashi-ekskursii-item-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 135%;
    margin-bottom: 12px;
}

.nashi-ekskursii-list .nashi-ekskursii-item .nashi-ekskursii-item-text {
    font-size: 17px;
    line-height: 150%;
}

@media (max-width: 1399.98px) {
    .main-section.nashi-ekskursii {
        padding: 40px 0 60px;
    }
}

@media (max-width: 767.98px) {
    .main-section.nashi-ekskursii {
        padding: 40px 0 0px;
    }
}


.main-section.partners {
    background: #FFF;
    padding: 75px 0 70px;
}

.main-section.partners a {
    color: #333;
    text-decoration: none;
}

.main-section.partners .item img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
}

@media (max-width: 1399.98px) {
    .main-section.partners {
        padding: 40px 0 60px;
    }
}

@media (max-width: 767.98px) {
    .main-section.partners {
        padding: 0px 0 60px;
    }

    /*.main-section.partners .item img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        margin: 0 auto;
    }*/
}

footer {
    padding: 107px 0;
    position: relative;
}

footer:before {
    content: '';
    background: url('../images/footer-border.svg');
    height: 24px;
    position: absolute;
    width: 100%;
    top: 0;
}

.footer-contact {
    margin-bottom: 10px;
}

.footer-contact:last-child {
    margin-bottom: 0;
}

footer .footer-title {
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
}

footer .footer-phone a {
    font-weight: bold;
    font-size: 19px;
    text-decoration: none;
    color: #000;
}

footer .copyright {
    margin-top: 63px;
    color: #969191;
}

footer .copyright a {
    color: #969191;
}

footer .footer-item-soc a {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 45px;
    text-align: center;
    border: 1px solid rgba(214, 217, 190, 0.4);
    margin-right: 13px;
    margin-bottom: 10px;
}

footer .footer-item-soc a:last-child {
    margin-right: 0;
}

footer .footer-item-soc .vk svg {
    width: 22px;
}

footer .footer-item-soc .odnoklassniki svg {
    width: 15px;
}

footer .footer-item-soc .facebook svg {
    width: 10px;
}

footer .footer-item-soc .instagram svg {
    width: 15px;
}

footer .footer-item-soc .telegram svg {
    width: 20px;
}

footer .footer-item-soc .youtube svg {
    width: 20px;
}

@media (max-width: 991.98px) {
    footer .footer-logo svg {
        max-width: 100%;
    }
    
    footer .footer-title {
        font-size: 11px;
    }
    
    footer .footer-phone a {
        font-size: 14px;
    }
    
    footer .footer-main-partners img {
        max-width: 100%;
    }
}

@media (max-width: 767.98px) {
    footer {
        padding: 65px 0px;
    }

    footer .footer-content {
        padding: 0 15px;
    }

    footer .copyright {
        margin: 35px 0 40px;
    }

    .footer-item-soc {
        margin: 20px 0 35px;
    }
}

.main-menu .header.adminpanel-shown {
    margin-top: 46px;
}

.main-menu .header {
    position: relative;
    margin-bottom: 85px;
}

.main-menu .header .header-item-soc svg path {
    fill: #333;
}

.main-menu .header .header-item-contact, .main-menu .header .header-item-contact .header-item-contact-phone {
    color: #333;
}

.main-menu-wrap .main-menu-item .main-menu-item-title {
    font-weight: bold;
    font-size: 35px;
    line-height: 41px;
    margin-bottom: 26px;
    display: block;
    text-decoration: none;
}

.main-menu-wrap .main-menu-item ul {
    list-style: none;
    padding-left: 0;
}
.main-menu-wrap .main-menu-item a {
    color: #333;
}

@media (min-width: 768px) {
    .main-menu .header {
        left: -14px;
    }

    .main-menu .header.adminpanel-shown {
        margin-top: 32px;
    }
}

@media (max-width: 767.98px) {
    .main-menu .modal-fullscreen {
        height: auto;
    }
}




section.content {
    padding: 90px 0 120px;
}

section.content li, section.content .news-item-page-content a {
    font-size: 19px;
    line-height: 28px;
}

.news-item-page-date {
    margin-right: 27px;
    font-weight: bold;
    font-size: 15px;
    line-height: 19px;
}

.tags-list {
    display: flex;
    flex-wrap: wrap;
}

.tags-list a {
    padding: 5px 18px;
    border-radius: 50px;
    border: 1px solid rgba(175, 184, 0, 0.4);
    text-transform: uppercase;
    font-size: 15px;
    /*line-height: 19px;*/
    text-decoration: none;
    color: #333;
    margin: 10px 15px 10px 0;
}

.tags-list.news-tags a {
    margin: 0 10px 0 0;
}

.news-item-page-sidebar .tags-list {
    margin-bottom: 40px;
}

.news-item-page-content h1, .news-item-page-content .h1 {
    font-size: 52px;
    line-height: 67px;
    color: #333;
    font-family: 'PT Sans', sans-serif;
    padding-bottom: 0;
}

.news-item-page-sidebar .news-categories {
    margin-bottom: 40px;
}

.news-item-page-sidebar .news-categories a {
    color: rgba(51, 51, 51, 1);
    margin-bottom: 20px;
    display: block;
    font-size: 19px;
}

.news-item-page .news-gallery {
    margin-top: 20px;
}

.news-item-page .news-gallery .news-gallery-image {
    width: 100%;
    height: 200px;
    background: #398195 center no-repeat;
    background-size: cover;
    display: block;
}

/* ---- */
.inspection-objects h2 {
    margin-bottom: 20px;
}

.inspection-objects .inspection-objects-item {
    background: url(../images/list-objects-marker.svg) left 14px no-repeat;
    line-height: 28px;
    padding-left: 40px;
    font-size: 21px;
}

.excursions-gallery {
    margin-top: 60px;
}

.excursions-gallery a {
    background: center no-repeat;
    background-size: cover;
    width: 100%;
    display: block;
    height: 182px;
}

.excursions-gallery a.photo0 {
    height: 100%;
}

.how-to-get-to {
    margin-top: 80px;
    margin-bottom: 40px;
}

.how-to-get-to h2 {
    margin-bottom: 20px;
}

.how-to-get-to .how-to-get-to-coordinates {
    padding: 10px 20px;
    background: rgba(175, 184, 0, 1);
    border-radius: 50px;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    vertical-align: middle;
    margin-left: 10px;
}

.how-to-get-to .how-to-get-to-coordinates span {
    vertical-align: middle;
}

.how-to-get-to-transport {
    margin-top: 45px;
}

.how-to-get-to-transport-title {
    font-size: 32px;
    line-height: 48px;
    font-weight: bold;
}

.how-to-get-to-transport-desc {

}

.form-excursion {
    padding: 53px 30px 32px;
    background: #E7EAD7;
    border-radius: 8px;
}

.form-excursion-title {
    font-weight: bold;
    font-size: 32px;
    line-height: 41px;
    margin-bottom: 40px;
}

.form-control {
    background: #FFFFFF;
    border: 1px solid rgba(175, 184, 0, 0.6);
    box-sizing: border-box;
    border-radius: 50px;
    padding: 16px 24px;
}

.feedback-form .form-control {
    border-radius: 8px;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #969191;
    opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #969191;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #969191;
}

.btn.btn-form-excursion {
    background: #AFB800;
    width: 100%;
}

.btn.btn-form-excursion:hover {
    color: #fff;
    background: #a6ae04;
    border-color: #a6ae04;
}

.form-excursion-hint {
    padding: 0 25px;
    font-size: 10px;
    line-height: 13px;
    color: #000;
    text-transform: uppercase;
}

.excursions-header-info {
    display: flex;
    padding-bottom: 100px;
}

.excursions-header-info .excursions-header-info-item {
    display: flex;
    align-items: center;
}

.excursions-header-info .excursions-header-info-item:nth-child(2) {
    margin-left: 90px;
}

.excursions-header-info-item .excursions-header-info-item-icon {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    width: 68px;
    height: 68px;
    text-align: center;
    line-height: 65px;
}

.excursions-header-info-item .excursions-header-info-item-text {
    color: #fff;
    margin-left: 30px;
}

.excursions-header-info-item .excursions-header-info-item-text-value {
    font-size: 32px;
    line-height: 48px;
}

.excursions-header-info-item .excursions-header-info-item-text-label {
    font-size: 19px;
}

@media (max-width: 1199.98px) {
    .form-excursion-title {
        font-size: 21px;
        line-height: 30px;
    }

    .form-excursion-hint {
        padding: 0;
    }

    .form-control {
        padding: 8px 24px;
    }
}

@media (max-width: 767.98px) {
    .excursions-header-info .excursions-header-info-item:nth-child(2) {
        margin-left: 30px;
    }

    .excursions-header-info-item .excursions-header-info-item-icon {
        width: 50px;
        height: 50px;
        line-height: 48px;
    }

    .excursions-header-info-item .excursions-header-info-item-text {
        margin-left: 15px;
    }

    .excursions-header-info-item .excursions-header-info-item-text-value {
        font-size: 26px;
        line-height: 35px;
    }

    .excursions-header-info-item .excursions-header-info-item-text-label {
        font-size: 15px;
    }

    .excursions-item-page h2 {
        font-size: 32px;
    }

    .how-to-get-to .how-to-get-to-coordinates {
        margin-left: 0;
        display: inline-block;
        line-height: 20px;
        padding: 10px 19px;
    }
}

.campings-header-info {
    padding-bottom: 100px;
}

.campings-header-info .campings-header-info-item {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50px;
    padding: 18px 20px;
    display: inline-block;
}

.campings-header-info-item svg {
    width: 17px;
    height: 12px;
}

.campings-header-info-item .campings-header-info-item-value {
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    color: #333333;
    margin-left: 10px;
    display: inline-block;
}

.campings-contact {
    padding: 20px 25px;
    background: #EEEEEE;
    border-radius: 8px;
}

.campings-contact-title {
    font-weight: 300;
    font-size: 21px;
    line-height: 32px;
}

.campings-contact-phone {
    font-weight: bold;
    font-size: 32px;
    line-height: 48px;
    margin-top: 16px;
}

.campings-contact-text {
    font-weight: 300;
    font-size: 17px;
    line-height: 25px;
    margin-top: 16px;
}

.campings-slider .item .campings-slider-item {
    width: 100%;
    height: 234px;
    display: block;
    background: #398195 center no-repeat;
    background-size: cover;
}

.owl-carousel .owl-nav {
    /*position: absolute;*/
    top: 0;
    width: 100%;
    height: 100%;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0px 5.33333px 21.3333px rgb(0 0 0 / 16%);
    border-radius: 66.6667px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 35px;
    position: absolute;
    top: 50%;
    transform: translateY(-68%);
}

.owl-carousel .owl-nav button.owl-prev {
    left: 10px;
}

.owl-carousel .owl-nav button.owl-next {
    right: 10px;
}

.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
    position: relative;
    top: -2px;
}

.stoimost-uslug {
    margin-top: 113px;
}

.stoimost-uslug .stoimost-uslug-item {
    border: 1px solid #EEEEEE;
    height: 100%;
    text-align: center;
}

.stoimost-uslug .stoimost-uslug-item .stoimost-uslug-item-image {
    width: 100%;
    height: 200px;
    background: #398195 center no-repeat;
    background-size: cover;
}

.stoimost-uslug .stoimost-uslug-item .stoimost-uslug-item-content {
    padding: 22px 22px 35px;
}

.stoimost-uslug .stoimost-uslug-item .stoimost-uslug-item-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
}
.stoimost-uslug .stoimost-uslug-item .stoimost-uslug-item-cost {
    font-weight: bold;
    font-size: 35px;
    line-height: 47px;
    margin-top: 14px;
}

.stoimost-uslug .stoimost-uslug-item .stoimost-uslug-item-addinfo {
    font-size: 17px;
    line-height: 23px;
    margin-top: 14px;
}


.wp-pagenavi {
    text-align: center;
    margin-top: 64px;
}

.wp-pagenavi a, .wp-pagenavi span {
    background: #fff;
    border: 1px solid rgba(214, 217, 190, 0.4);
    border-radius: 5px;
    width: 77px;
    height: 58px;
    display: inline-block;
    line-height: 55px;
    margin: 0px 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.wp-pagenavi a.current, .wp-pagenavi span.current {
    background: #AFB800;
    border-color: #AFB800;
    color: #fff;
}

.wp-pagenavi a:hover {
    background: rgba(175, 184, 0, 0.7);
    border-color: rgba(175, 184, 0, 0.7);
    color: #fff;
}

@media (max-width: 991.98px) {
    .wp-pagenavi a, .wp-pagenavi span {
        width: 45px;
        height: 42px;
        line-height: 40px;
    }
}

@media (max-width: 767.98px) {
    .wp-pagenavi a, .wp-pagenavi span {
        width: 35px;
        height: 29px;
        line-height: 28px;
    }
}

.search-form {
    background: #018195;
}

.search-form-wrapper {
    display: flex;
    align-items: center;
    height: 100px;
}

.search-form form input.is-search-input {
    width: 100%;
    border: none!important;
    font-size: 25px!important;
    background: none;
    outline: none;
    line-height: 27px;
    color: #fff;
}

.search-form form input.is-search-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

.search-form form input.is-search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.search-form form input.is-search-input::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}


@media (max-width: 767.98px) {
    .search-form-wrapper {
        height: 55px;
    }
}


.search-list .search-item {
    margin-bottom: 60px;
}

.search-list .search-item .search-item-title {
    font-size: 52px;
    line-height: 67px;
    color: #333;
    margin-bottom: 25px;
    font-weight: bold;
    display: block;
    text-decoration: none;
}

.search-list .search-item .search-item-title:hover {
    color: rgba(51, 51, 51, 0.4);
}

.search-list .search-item .search-item-content {
    font-size: 19px;
    line-height: 28px;
    color: #333;
}

.wpcf7-form .wpcf7-spinner {
    display: none;
}

.wpcf7-form .wpcf7-spinner::before {
    content: '';
    position: absolute;
    background-color: #000;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

}

.wpcf7-form .wpcf7-not-valid-tip {
    margin-left: 26px;
    margin-top: 10px;
}

.border-radius-0 {
    border-radius: 0 !important;
}

.modal-fullscreen .modal-content {
    height:  auto;
    min-height: 100%;
}

/* HotelWidget */

#WidgetOtel {
	margin: 30px 0;
}

.BookingControl_control {
	width: auto !important;
	border-radius: 8px;
}

.postid-7382 .WidgetApp_container, .postid-7382 .campings-contact-booking {
  display: none;
}

.postid-11614 .col-lg-4 {
	display: none;
}

.postid-11614 .col-lg-8 {
	width: 100%;
}

.excursions-item-page-sidebar {
	display: none;
}

/* All element */

.wp-block-file__button {
	background: rgba(175, 184, 0, 1) !important;
}