@import url('https://fonts.googleapis.com/css2?family=Overpass:wght@400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@600;900&display=swap');

* {
    margin: 0;
    padding: 0;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #0B2D50;
    font-weight: 400;
    color: black;
}

a {
    color: inherit;
    list-style: none;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    font-family: 'Overpass', sans-serif;
}

a:hover {
    text-decoration: none;
}

button {
    cursor: pointer;
    border: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

p {
    font-family: 'Overpass', sans-serif;
}

ul {
    list-style: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    background-color: inherit;
}

input {
    outline: none;
    background-color: inherit;
}

h2, .slider-main__title {
    text-transform: uppercase;
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 900;
    margin: 0;
}

.slider-main__title {
    font-size: 80px;
    line-height: 93px;
}

h2 {
    font-size: 55px;
}

.wrapper {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

header {
    color: white;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    align-items: center;
}

section {
    background-position: 50% 0;
}

.text_center {
    text-align: center;
}

.section-header {
    height: 935px;
    position: relative;
    z-index: 5;
}

.header-left,
.header-right {
    width: 40%;
}

.header-geo {
    padding-left: 10px;
}

.header-lang {
    padding-right: 10px;
}

.header-lang img {
    height: 46px;
    width: 46px;
    object-fit: cover;
    border-radius: 50px;
}

.header-lang .lang-item {
    border: 2px solid transparent;

}

.header-lang .lang-item a {
    position: relative;
    height: 100%;
    width: 100%;
    display: inherit;
}

.header-lang .lang-item a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #00000070;
    border-radius: 50%;
}

.header-lang .lang-item a:hover:before {
    content: none;
}

.header-lang .active {
    border: 2px solid #ffff;
    border-radius: 50%;
}

.header-lang .active a:before {
    content: none;
}

.header-geo,
.header-lang {
    padding-bottom: 15px;
}

.line {
    border-bottom: 1px solid #9fa4b6;
}

.logo {
    width: 20%;
    display: flex;
    justify-content: center;
    padding-top: 5px;
}

.header-geo {
    display: flex;
    align-items: center;
}

.geo-img {
    margin-right: 30px;
}

.header-lang {
    display: flex;
    justify-content: flex-end;
}

.header-lang div {
    margin-left: 50px;
    cursor: pointer;
    flex: 0 0 auto;
}

.header-nav .main-menu {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px 0 20px;
}

.about {
    /*height: 1302px;*/
    position: relative;
    padding-top: 35px;
    padding-bottom: 50px;
}

.about-cnt {
    display: flex;
    justify-content: space-between;
    margin-top: 65px;
    flex-wrap: wrap;
}

.about-block {
    width: 30%;
    margin-right: 2.5%;
    margin-bottom: 45px;
}

.about-block__title {
    margin: 20px 0 20px 0;
    font-weight: bold;
}

.section-head {
    display: inline-block;
}

.section-head p, .slider-main__sub-title {
    text-align: right;
    margin: 0;
    font-weight: bold;
}

.section-head p {
    font-size: 29px;
}

.slider-main__sub-title {
    font-size: 36px;
}

.creepers {
    position: absolute;
    top: -235px;
    right: 0;
}

.about-image_white {
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    height: 200px;
}

.services {
    background: url('../img/services.png') no-repeat top;
    padding-top: 70px;
    height: 1050px;
    position: relative;
}

.services-cnt {
    display: flex;
    justify-content: center;
}

.servises-dino {
    position: absolute;

    top: 0;
    left: 0;
    transform: translateY(-80%);

}

.servises-dino img {
    width: 100%;
}

.development {
    padding-top: 150px;
    position: relative;
    overflow: hidden;
    height: 815px;
}

.development-dino {
    position: absolute;
    top: 30%;
    right: 0;
}

.development .creepers {
    transform: scaleX(-1);
    left: 0;
    right: auto;
    top: -125px;
}

.development .services-cnt {
    justify-content: flex-end;
    margin-bottom: 65px;
}

.development-cnt {
    display: flex;
    justify-content: space-between;
}

.development-block-left {
    width: 35%;
}

.development-block-right {
    width: 55%;
}

.development-block__title {
    color: #e5a34e;
}

.photo {
    background-image: url('../img/photo-bg.jpg');
    /*height: 950px;*/

    padding-top: 250px;
}

.swiper-gallery {
    padding: 50px 0;
}

.swiper-gallery img {
    object-fit: cover;
    width: 100%;
}

.photo .section-head {
    padding-top: 60px;
}

.info {
    padding-top: 160px;
    position: relative;
    overflow: hidden;
    padding-bottom: 160px;
}

.info .creepers {
    top: -120px;
}

.info-dino-1,
.info-dino-2,
.info-creeper {
    position: absolute;
}

.info-dino-1 {
    left: 0;
    top: 30%;
}

.info-dino-2 {
    right: 0;
    top: 60%;
}

.info-creeper {
    top: 0;
    transform: translateY(-70%);
}

.info-creeper img {
    width: 100%;
}

.block {
    padding: 40px;
    color: black;
    border-radius: 5px;
}

.block-yellow {
    background-color: #fbf4c6;
}

.block-orange {
    background-color: #fae2c6;
}

.block-green {
    background-color: #f0f7c7;
}

.block-green .block-mini {
    display: flex;
    align-items: end;
}

.block-green .block-mini img {
    margin-right: 30px;
}

.block-green .block-mini .title {
    margin-right: 15px;
}

.blocks-cnt {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 100px;
}

.block-left {
    margin-right: 10px;
}

.block-right {
    margin-left: 10px;
}

.block-left {
    padding-bottom: 85px;
}

.block-right {
    padding-bottom: 55px;
}

.block-down {
    padding-bottom: 45px;
    margin-top: 30px;
}

.block-left,
.block-right {
    width: 49%;
}

.block-down {
    width: 100%;
}

.block-head {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}

.block-head-p {
    font-weight: 700;
}

.block-head p {
    font-size: 24px;
}

.block-circle {
    height: 65px;
    width: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e5d14e;
    margin-right: 50px;
    border-radius: 50%;
    font-size: 28px;
    position: relative;
    flex: 0 0 auto;
}

.block-orange .block-circle {
    background-color: #e5a34e;
}

.block-green .block-circle {
    background-color: #d1e54e;
}

.block-circle p {
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 600;
    margin-bottom: 0;
}

.flex-sb {
    display: flex;
    justify-content: space-between;
}

.block-left .line {
    border-color: #e5d14e;
}

.block-mini {
    padding-bottom: 15px;
    padding-top: 15px;
    font-size: 18px;
}

.block-mini-right {
    font-weight: 700;
}
.section-prices .block-mini-right{
    text-wrap: nowrap;
}
.block-min span {
    display: inline-block;
}

.block-text {
    padding-top: 55px;
    font-size: 18px;
    font-weight: 400;
}

.block-right .line {
    border-color: #e5a34e;
}

.block-right .line * {
    margin-bottom: 0;
}

.block-text p:before {
    content: "*";
    color: #e54e4e;
    margin-right: 5px;
}

.btn {
    background-color: #e5a34e;
    width: 210px;
    height: 65px;
    text-align: center;
    border-radius: 5px;
    margin: 45px auto 0 auto;
}

.btn a {
    border: none;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    color: white;
    line-height: 65px;
    margin: 0;
    padding: 22px 12px;
}

.btn a:hover,
.btn a:focus {
    color: #fff;
}

.map {
    background: #fff url('../img/map-bg.png') no-repeat top;

    padding-top: 85px;
    padding-bottom: 85px;
    position: relative;
}

.map .section-head {
    color: white;
}

.map-img {
    padding-top: 50px;
}

.faq {
    padding-top: 70px;
    background: url('../img/faq-bg.jpg');
    padding-bottom: 185px;
    background-size: cover;
}

.faq-head2 {
    margin-bottom: 85px;
}

.faq .btn {
    margin-top: 65px;
    margin-bottom: 300px;
    border: none;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    padding: 22px 12px;
    max-width: 200px;
    width: 100%;
    display: inline-block;
    height: auto;
}

.faq .block-circle {
    height: 75px;
    width: 75px;
}

.faq .block-circle img {
    position: absolute;
    right: -15%;
    top: 0;
    width: 63px;
}

.faq .block-text {
    padding-top: 30px;
}

.faq .block-text p {
    margin: 0;
}

.question {
    border-radius: 5px;
    margin-bottom: 20px;
}

.question-head {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
}

.uk-open .question-head {
    background-color: #e5d14e;
}

.question-head,
.answer {
    padding: 20px 30px;
    font-weight: 500;
}

.answer {
    background-color: white;
    font-size: 18px;
}

.stop {
    background-color: white;
}

.contact {
    padding-top: 150px;
    padding-bottom: 170px;
}

.contact-cnt {
    display: flex;
    justify-content: space-between;
}

.contact-cnt > div {
    width: 50%;
}

.contact-info__wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.contact-block .section-head {
    margin-bottom: 30px;
}

.contact-map img {
    height: 100%;
}

footer {
    padding-top: 80px;
    background-color: black;
    color: white;
    position: relative;
    z-index: 20;
}

.footer-creeper {
    top: 0 !important;
    transform: translateY(-70%);
    left: 0;
}

.footer-up,
.footer-down {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 40px;
}

.footer-up .footer-text a {
    font-size: 18px;
}

.footer-down {
    padding-top: 30px;
}

.footer-btn {
    margin: 0;
    padding: 22px 12px;
}

.footer-btn:hover,
.footer-btn:focus {
    color: #fff;
}

.footer-text p {
    margin-bottom: 15px;
}

.footer-text p:last-child {
    margin-bottom: 0;
}

.uk-accordion-title::before {
    content: none;
}

.uk-accordion .uk-accordion-title img {
    transition: .3s ease-in-out;
}

.uk-accordion .uk-open .uk-accordion-title img {
    transform: rotate(180deg);
}

.contact-info__item--icon img {
    height: 30px;
}

.contact-info__item--icon {
    background-color: #e5d14e;
    border-radius: 50%;
    display: inline-block;
    padding: 20px;
    margin-right: 30px;
    flex: 0 0 auto;
}

.contact-info__item--value {
    font-size: 18px;
    color: #000;
}

.contact-info__item {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.contact-info__item:last-child {
    margin-bottom: 0;
}

.contact-info__item--phones a {
    display: inherit;
}

.slider-main__sub-title, .slider-main__title,
.slider-main__description {
    color: #fff;
}

.slider-main__description {
    font-size: 18px;
}

.slider-main__wrapper {
    margin-top: 50px;
    width: 50%;
}

.slider-main__button a {
    background-color: #e5a34e;
    text-align: center;
    border-radius: 5px;
    margin: 45px auto 0 auto;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
}

.slider-main__button a:hover,
.slider-main__button a:focus {
    color: #fff;
}

.swiper-button-next,
.swiper-button-prev {

    border: 4px solid #fbf4c6;
    border-radius: 50%;
    width: 45px;
    height: 45px;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    border: 4px solid #9e9e9e;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 24px;
    font-weight: bold;
    color: #fbf4c6;
}

.swiper-button-prev.swiper-button-disabled:after,
.swiper-button-next.swiper-button-disabled:after {
    color: #9e9e9e;
}

.swiper-services-gallery-thumbs img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
}

.swiper-services-gallery-thumbs .swiper-slide-thumb-active img {
    height: 80px;
    width: 80px;
    border: 4px solid #fff;
    cursor: pointer;
}

.swiper-services-gallery-thumbs .swiper-wrapper {
    align-items: center;
    justify-content: center;
}

.swiper-services-gallery {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.swiper-services-gallery img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.swiper-services-gallery-thumbs {
    max-width: 500px;

    position: absolute;
    left: 0;
    right: 0;
    bottom: 70px;
}

.services .wrapper {
    /*position: absolute;*/
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
}

.uk-totop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #e5a34e;
    color: #fff;
    height: 40px;
    width: 40px;
    display: flex;

    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.uk-offcanvas-bar {

    background: url("../img/mobile-offcanvas-bg.jpg") center;

}

.uk-offcanvas-bar .main-menu {
    padding-left: 0;
    margin: 0;
}

.uk-offcanvas-bar .main-menu a {
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
    display: inline-block;
}

.uk-offcanvas-bar .header-lang img {
    height: 25px;
    width: 25px;
}

.uk-offcanvas-bar .header-lang div {
    margin-left: 10px;
}

.uk-offcanvas-bar .header-lang {
    justify-content: space-between;
}

.uk-offcanvas-bar .uk-close {
    color: #fff;
}

.uk-offcanvas-title {
    color: #ce9246;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 10px;
}

.uk-offcanvas-bar .header-lang {
    margin-top: 20px;
}

.offcanvas-trigger {
    display: none;
}

.offcanvas-trigger svg {
    height: 40px;
    width: 40px;
    fill: #fff;
}

.swiper-services__inner {
    position: absolute;
    top: 30%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    color: #fff;
}

.swiper-services__inner .swiper-services__title {
    font-size: 30px;
}

.swiper-services__inner .swiper-services__sub_title {
    font-size: 20px;
}

.uk-offcanvas-overlay::before {
    content: "";
    background: rgb(0 0 0 / 42%);
}

footer ul {
    padding-left: 0;
}


.popup__body {
    background: #fff;
    padding: 50px 20px;
}

.popup__title {
    font-size: 28px;
    line-height: 1.3;
    color: #000;
    margin-bottom: 15px;
    font-weight: bold;
}

.popup__description {
    font-size: 17px;
    line-height: 1.3;
    color: #e5a34e;
    margin-bottom: 27px;
    text-align: center;
    font-weight: bold;
}

.popup-dinopark__title {
    font-size: 15px;
    color: #000;
    margin-bottom: 5px;
    text-align: center;
}

.popup-dinopark__description {
    font-size: 15px;
    color: #000;
    margin-bottom: 15px;
}

.popup-dinopark__btn {
    background-color: #e5a34e;
    text-align: center;
    border-radius: 5px;
    padding: 10px 20px;
    color: #fff;
    display: inline-block;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
}

.popup__dino {
    transform: translateY(-79%);
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
}

.popup__creeper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(20px);
}

.contact .contact-map {
    position: relative;
}

.contact .contact-map iframe {
    border: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
}


/*=======================================*/
/* counter-up section=========================*/
.section-counter-up {
    padding: 120px 0;
    position: relative;
}

.counter-up__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 1 33.333%;
}

.counter-up__image {
    margin-bottom: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter-up__num {
    font-family: 'Overpass', sans-serif;
    font-size: 48px;
    line-height: 1.4;
    font-weight: 800;
    color: #000000;
    margin-bottom: 15px;
}

.counter-up__text {
    font-family: 'Overpass', sans-serif;
    font-size: 24px;
    font-size: 24px;
    line-height: 150%;
    font-weight: 400;
    color: #000000;
    text-align: center;
}

.number__cont {
    width: 100%;
    display: flex;
    justify-content: space-between;
}


/*=======================================*/
/*Section services========================*/
.services-neon .services_landing {
    height: 100% !important;
    padding-top: 0 !important;
}

.services-neon .section-services__head {
    position: relative;
    background: url("../img/services.png") 50% / cover no-repeat;
    top: 150px;
    z-index: 3;
}

.services-neon .section-services__lians {
    z-index: 4;
    position: absolute;
    left: 0;
    transform: translateY(-70%);
}

.services-neon .section-services__backyellow {
    padding-top: 125px;
    padding-bottom: 125px;
    display: flex;
    justify-content: center;
}

.services-neon .section-services__text {
    font-family: 'Overpass', sans-serif;
    font-size: 24px;
    line-height: 150%;
    font-weight: 400;
    color: #000000;
    text-align: center;
}

.services-neon .section-services__cont {
    position: relative;
    z-index: 5;
    background: url("../img/gray.png") 50% 0 / cover no-repeat;
    padding-bottom: 200px;
}

.services-neon .section-services__main {
    padding-top: 294px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.services-neon .section-services__titles {
    width: max-content;
    margin-bottom: 64px;
}

.services-neon .section-services__sub {
    font-family: 'Overpass', sans-serif;
    align-self: end;
    font-size: 24px;
    line-height: 100%;
    font-weight: 900;
    color: #000000;
}

.services-neon .section-services__titles span {
    line-height: 300%;
    margin-bottom: 20px;
    display: block;
    text-align: right;
}


.services-neon .section-services__item {
    padding: 60px 25px 80px;

    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
}

.services-neon .section-services__item span {
    max-width: 285px;
}

.services-neon .section-services__item h3 {
    text-align: center;
}

.services-neon .section-services__item-logo {
    max-height: 93px;
    margin-bottom: 48px;
}

.section-services__benefits > * {
    padding-left: 30px;
}

.services-neon .section-about__item-title {
    margin-bottom: 37px;
    font-family: 'Overpass', sans-serif;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
}

.services-neon .section-about__item-text {
    font-family: 'Overpass', sans-serif;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 400;
    color: #000000;
    text-align: center;
}

/*Section slider ======================*/
.slider-section {
    overflow: hidden;
}

.slider-container {
    position: relative;
    display: flex;
    justify-content: center;
}

.swiper-dino {
    max-width: 100%;
}

.swiper-slide {
    height: 100%;
    width: 100%;
}

.slider__controls {
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.slider-controls-prev {
    width: 75px;
    margin-left: 50px;
    cursor: pointer;
    opacity: 0.6;
}

.slider-controls-next {
    width: 75px;
    cursor: pointer;
    opacity: 0.6;
    margin-right: 50px;
}

/*=======================================*/
/*About-hero section====================*/
.about_landing {
    position: relative;
    padding-bottom: 0 !important;
}

.lians {
    z-index: 1;
    top: -345px;
    position: absolute;
    right: 0;
}

.lians img {
    width: 620px;
    height: auto;
    object-fit: cover;
}


.section-neon-about__titles {
    position: relative;
    z-index: 2;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 130px;
    display: inline-flex;
    justify-content: center;
}

.section-neon-about__sub {
    font-family: 'Overpass', sans-serif;
    align-self: end;
    font-size: 24px;
    line-height: 100%;
    font-weight: 900;
    color: #000000;
}

.section-neon-about__title {
    font-family: "Montserrat Alternates";
    font-size: 60px;
    line-height: 1.4;
    font-weight: 900;
    text-transform: uppercase;
    color: #000000;
}


.section-neon-about__item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-neon-about__item-image {
    margin-bottom: 56px;
}

.section-neon-about__item-image img {
    width: 121px;
    height: 101px;
    object-fit: contain;
}

.section-neon-about__item-title {
    margin-bottom: 37px;
    font-family: 'Overpass', sans-serif;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
}

.section-neon-about__item-text {
    font-family: 'Overpass', sans-serif;
    font-size: 24px;
    line-height: 150%;
    font-weight: 400;
    color: #000000;
    text-align: center;
}


.section-neon-photos {
    padding-top: 0;
    background-image: none;

}

.section-neon-photos .swiper-gallery img {
    aspect-ratio: 1/1;

}

.section-welcome .welcome-block-content__title {
    font-size: 80px;
    line-height: 1.4;
    color: #fff;
}

.section-welcome .btn-buy-ticket {
    background-color: #e5a34e;
    text-align: center;
    border-radius: 5px;
    margin: 45px auto 0 auto;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
}

.section-welcome-neon .btn-buy-ticket {
    background-color: #e5d14e;
    box-shadow: 0 7px 9px 1px rgba(4, 6, 5, 0.3);
    border-radius: 5px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    color: #ffffff !important;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    padding: 15px 30px;
}

.section-welcome .welcome-block-content {
    margin-top: 50px;
}

.section-welcome .btn-buy-ticket:hover {
    filter: brightness(1.1);
}

.popup__wrapper .hor-line{
    height: 2px;
    width: 100%;
    background: #e5a34e;
    margin: 30px 0;
}

/*HIDE BLOCKS - TATIANA*/

.page-id-2254 .btn-buy-ticket,
.page-id-2257 .btn-buy-ticket,
.page-id-2263 .btn-buy-ticket,
.page-id-2260 .btn-buy-ticket,
.page-id-2254 #section-services-neon .section-services__cont,
.page-id-2257 #section-services-neon .section-services__cont,
.page-id-2263 #section-services-neon .section-services__cont,
.page-id-2260 #section-services-neon .section-services__cont,
.page-id-2448 .slider-main__button a,
.page-id-2451 .slider-main__button a,
.page-id-2450 .slider-main__button a,
.page-id-2449 .slider-main__button a {display: none!important;}








