body {
    background: #000000;
    color: #000000;
    font-size: clamp(1rem, 0.825rem + 0.875vw, 1.875rem);
/*    font-size: 30px;*/
    font-family: 'PP Neue Montreal Medium';
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
}

input, select, textarea {
    font-family: 'PP Neue Montreal Medium';
}

* {
    outline: none;
    box-sizing: border-box;
    text-decoration: none;
}

a {
    color: #252525;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

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

p {
    line-height: 1.5;
}

.wrapper {
    position: relative;
    max-width: 1810px;
    padding: 0 15px;
    margin: 0 auto;
}

section {
    padding: 100px 0;
}
 

.btn {
    position: relative;
    color: white;
    font-size: clamp(1rem, 0.825rem + 0.875vw, 1.875rem);
/*    font-size: 30px;*/
    font-family: 'PP Neue Montreal Bold';
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    background: #00e4ff;
    padding: 20px 34px;
    border-radius: 0;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
}
.btn:hover {
    background: #00c8df;
}

header {
    background: #000000;
    padding: 15px 0;
    color: white;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    transition: all .3s ease;
}
.admin-bar header {
    top: 32px;
}
header.fixed {
    background: #000000;
    position: fixed;
}
.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-right {
    display: flex;
    align-items: center;
    gap: 50px;
}
.header-logo {
/*    opacity: 0;*/
    transition: all .3s ease;
}
.header-logo img {
    display: block;
}
header.fixed .header-logo {
    opacity: 1;
}
.header-nav {
    padding-right: 50px;
}
.header-menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    gap: 30px;
}
.header-menu li {
    position: relative;
}
.header-menu li a {
    color: white;
    font-size: clamp(1rem, 0.887rem + 0.563vw, 1.563rem);
    font-family: 'PP Neue Montreal Bold';
}
.header-menu li a:hover, .header-menu .current-menu-item > a {
    color: #00e4ff;
}

.menu-item-has-children > a::after {
    content: "";
    width: 20px;
    height: 15px;
    background: url(/wp-content/themes/mpro/assets/images/arrow-sub.svg) no-repeat center;
    background-size: contain;
    display: inline-block;
    margin-left: 10px;
    transition: all 0.3s;
}
.menu-item-has-children.active > a::after {
    transform: scale(1, -1);
}
.sub-menu {
    background: #fff;
    width: 300px;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 24px;
    margin: 0;
    list-style-type: none;
    display: none;
}
.sub-menu li:not(:last-child) {
    margin-bottom: 10px;
}
.sub-menu li a {
    color: #000;
}
@media (min-width: 768px) {
    .menu-item-has-children:hover .sub-menu {
        display: block;
    }
}

.header-socials {
    display: flex;
    gap: 20px;
    align-items: center;
}
.socials {
    display: flex;
    gap: 15px;
}
.socials a {
    width: 43px;
    height: 43px;
    background: #ccc;
    display: block;
}
.socials a.social-call {
    background: url(../images/call.png) no-repeat center;
}
.socials a.social-whatsapp {
    background: url(../images/whatsapp.png) no-repeat center;
}
.socials a.social-telegram {
    background: url(../images/telegram.png) no-repeat center;
}
.socials a.social-fb {
    background: url(../images/fb.png) no-repeat center;
}
.socials a.social-inst {
    background: url(../images/inst.png) no-repeat center;
}
.socials a:hover {
    opacity: 0.8;
}
.header-lang {
    position: relative;
    font-size: clamp(1rem, 0.887rem + 0.563vw, 1.563rem);
}
.header-lang__select {
    cursor: pointer;
}
.header-lang__drop {
    display: none;
    position: absolute;
    top: 100%;
    left: -9px;
    background: white;
    padding: 10px;
    margin: 0;
    list-style-type: none;
}
.header-lang__drop a:hover {
    color: #00e4ff;
}

.header-menu__btn {
    width: 22px;
    height: 14px;
    background: url(../images/burger.svg) no-repeat center;
    cursor: pointer;
    display: none;
}

.overlay {
    background: rgb(37 37 37 / 50%);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: none;
    cursor: pointer;
}

.main {
    position: relative;
    background: #91bbc8;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.main:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 1;
    opacity: 0.2;
}
.main:after {
    content: "";
    background: linear-gradient(180deg, rgba(2, 2, 2, 0) 0%, #000000 100%);
    position: absolute;
    width: 100%;
    height: 40%;
    left: 0;
    right: 0;
    bottom: 0;
}
.main-logo {
    width: 275px;
    position: absolute;
    top: 120px;
    left: 64px;
    z-index: 1;
}
.main-logo img {
    display: block;
}
.main-video, .main-video__img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.main-wrap {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    padding: 64px;
    z-index: 1;
}
.main-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.main-slider__item:not(:first-child) {
    display: none;
}
.main .main-slider__item.slick-slide {
    display: block;
}
.main-slider__item {
    color: white;
    font-size: clamp(1.563rem, 1rem + 2.813vw, 4.375rem);
/*    font-size: 70px;*/
    font-family: 'AKONY';
}
.main-slider__item span {
    color: #00e4ff;
    font-size: clamp(1rem, 0.762rem + 1.188vw, 2.188rem);
/*    font-size: 35px;*/
}
.main-btn { 
    font-size: 36px;
    font-family: 'AKONY';
    padding: 46px 50px;
    padding-left: 49px;
    position: absolute;
    right: 0;
    bottom: 100px;
    z-index: 1;
}
.main-btn:before {
    content: "";
    display: inline-block;
    border-bottom: 135px solid #00e4ff;
    border-left: 69px solid transparent;
    position: absolute;
    top: 0;
    left: -69px;
    transition: all 0.3s;
}
.main-btn:hover:before {
    border-bottom-color: #00c8df;
}

#current {
    color: white;
    font-size: 20px;
    position: absolute;
    left: 15px;
    bottom: 15px;
    opacity: 0;
}

.rent {
    background: white;
    position: relative;
    padding: 0;
}
.rent-top {
    position: absolute;
    top: 87px;
    left: 0;
    right: 0;
}
.rent .rent-title {
    font-size: clamp(1.563rem, 1.125rem + 2.188vw, 3.75rem);
/*    font-size: 60px;*/
    font-weight: normal;
    font-family: 'PP Neue Montreal Medium';
    text-align: center;
    margin: 0 0 46px;
}
.rent .btn {
    font-size: clamp(1rem, 0.6rem + 2vw, 3rem);
/*    font-size: 48px;*/
    display: table;
    margin: 0 auto;
    padding: 36px 58.2px;
}
.rent-image {
    display: block;
    margin: 0 auto;
}

.prices {
    padding: 0;
}
.prices .wrapper {
    max-width: 100%;
    padding: 0;
}
.prices-list {
    display: flex;
    flex-wrap: wrap;
}
.prices-item {
    width: 33.333%;
}
.prices-inner {
    position: relative;
    overflow: hidden;
    border: 1px solid white;
}
.prices-image img {
    width: 100%;
    height: 540px;
    object-fit: cover;
    display: block;
    transition: all 0.3s;
}
.prices-inner:hover img {
    transform: scale(1.1);
}
.prices-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 65px 70px;
    color: white;
    font-size: clamp(1.563rem, 1.375rem + 0.938vw, 2.5rem);
/*    font-size: 40px;*/
}
.prices-title {
    color: #fff;
    font-size: clamp(1.875rem, 1.488rem + 1.938vw, 3.813rem);
/*    font-size: 61px;*/
    font-family: 'PP Neue Montreal Thin';
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 29px;
}
.prices-text {
    font-family: 'PP Neue Montreal Bold';
    line-height: 1;
}
.prices-btn {
    background: transparent;
    position: absolute;
    left: 67px;
    bottom: 58px;
    border: 4px solid #00e4ff;
}
.prices-btn:hover {
    background: #00e4ff;
    color: white;
}

.title {
    font-size: clamp(1.563rem, 1.125rem + 2.188vw, 3.75rem);
/*    font-size: 60px;*/
    font-family: 'AKONY';
    margin: 0 0 80px;
}
.sets {
    background: white;
}
.sets-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.sets-item {
    width: 33.333%;
    padding: 15px;
}
.sets-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 2px solid #000000;
    padding: 40px;
}
.sets-image {
    margin-bottom: 0;
}
.sets-image img {
    height: 435px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}
.sets-title {
    font-family: 'AKONY';
    font-size: clamp(0.938rem, 0.75rem + 0.938vw, 1.875rem);
/*    font-size: 30px;*/
    text-align: center;
    margin-bottom: 20px;
}
.sets-description {
    font-size: clamp(1rem, 0.8875rem + 0.5625vw, 1.5625rem);
    text-align: center;
    margin-bottom: 20px;
}
.sets-price {
    font-family: 'PP Neue Montreal Bold';
    text-align: center;
    margin-bottom: 25px;
}
.sets-btn {
    width: 100%;
    padding: 29.5px;
    margin-top: auto;
    font-size: clamp(1rem, 0.7rem + 1.5vw, 2.5rem);
/*    font-size: 40px;*/
}
.sets-item:not(.custom-set) .sets-description {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 0 0;
}

@media(min-width: 525px) {
    .custom-set {
        width: 100%;
    }
    .custom-set .sets-inner {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
    .custom-set .sets-title, 
    .custom-set .sets-description,
    .custom-set .sets-price {
        text-align: left;
    }
    .custom-set .sets-btn {
        width: 400px;
    }
}

.services {
    padding: 0;
}
.services .wrapper {
    max-width: 100%;
    padding: 0;
}
.services-list {
    display: flex;
    flex-wrap: wrap;
}
.services-item {
    width: 33.3%;
}
.services-inner {
    position: relative;
    overflow: hidden;
}
.services-inner:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(26, 26, 26, 0.51);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.services-image img {
    width: 100%;
    height: 606px;
    object-fit: cover;
    display: block;
    transition: all 0.3s;
}
.services-inner:hover img {
    transform: scale(1.1); 
}
.services-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 25px 25px 50px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
}
.services-content__top {
    top: 0;
    flex-direction: column;
    align-items: end;
}
.services-title {
    font-size: clamp(1.563rem, 1.313rem + 1.25vw, 2.813rem);
/*    font-size: 45px;*/
    line-height: 1;
    font-family: 'PP Neue Montreal Bold';
}
.services-btn {
/*    font-size: 46px;*/
    font-size: clamp(1.25rem, 0.925rem + 1.625vw, 2.875rem);
    font-family: 'PP Neue Montreal Thin';
    text-transform: uppercase;
    border: 2px solid white;
    padding: 3px 17px;
    cursor: pointer;
    transition: all .3s ease;
}
.services-btn:hover {
    background: white;
    color: #000;
}

.advantages {
    padding: 0;
}
.advantages .wrapper {
    max-width: 100%;
}
.advantages-inner {
    position: relative;
}
.advantages-inner:after {
    content: "";
    background: linear-gradient(180deg, rgba(2, 2, 2, 0) 0%, #000000 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
}
.advantages-image img {
    width: 100%;
    height: 100vh;
    display: block;
    object-fit: cover;
}
.advantages-title {
    color: white;
    font-size: clamp(1.125rem, 0.2rem + 4.625vw, 5.75rem);
/*    font-size: 92px;*/
    font-family: 'AKONY';
    position: absolute;
    top: 93px;
    left: 93px;
    z-index: 1;
}
.advantages-content {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 93px;
    z-index: 1;
}
.advantages-text {
    color: white;
    font-size: clamp(1.125rem, 0.2rem + 4.625vw, 5.75rem);
/*    font-size: 92px;*/
    font-family: 'AKONY';
    line-height: 1;
    margin-bottom: 25px;
}
.advantages-text span {
    color: #05E3FF;
    font-size: clamp(0.875rem, 0.45rem + 2.125vw, 3rem);
/*    font-size: 48px;*/
    display: block;
}
.advantages-content__right {
    text-align: right;
}
.advantages-btn {
    font-size: clamp(1rem, 0.7rem + 1.5vw, 2.5rem);
/*    font-size: 40px;*/
}

.book {
    color: white;
    padding-bottom: 0;
    overflow: hidden;
}
.book-form {
    margin-bottom: 57px;
}
.book-form__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -32px;
    margin-bottom: 100px;
}
.book-item {
    width: 25%;
    padding: 32px;
}
.book-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.book-icon {
    display: flex;
    align-items: center;
    height: 100px;
}
.book-icon img {
    display: block;
}
.book-input input, .book-input select {
    width: 100%;
    height: 68px;
    background: transparent;
    border: 1px solid #09c1d7;
    border-radius: 0;
    padding: 0 25px;
    color: white;
    font-size: 16px;
}
input[name="date"]::placeholder {
    color: white;
    font-size: 16px;
}
.book-input select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background: url(../images/select.png) no-repeat center right 25px;
}
input[name="date"] {
    background: url(../images/select.png) no-repeat center right 25px;
}
.book-input select option {
    color: #000;
}
.book .btn {
    font-size: clamp(1rem, 0.7rem + 1.5vw, 2.5rem);
/*    font-size: 40px;*/
    display: table;
    margin: 0 auto;
    padding: 29.5px 70.8px;
}
.book-img {
    margin: 0 auto;
    display: block;
}

.portfolio {
    /*height: 90vh;*/
    position: relative;
    padding: 50px 0;
    background-size: cover !important;
}
.portfolio:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 10, 0.83);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.portfolio .wrapper {
    height: 100%;
    position: relative;
    z-index: 1;
}
.portfolio .title {
    color: #fff;
    margin-bottom: 25px;
}
.portfolio-list {
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.portfolio-item {
    width: 33.333%;
    height: 25%;
    padding: 10px;
}
.portfolio-item img {
    max-height: 100%;
    display: block;
    margin: 0 auto;
}
.portfolio-inner {
    padding: 20px 100px;
    transition: all .3s ease;
    cursor: pointer;
    border-radius: 16px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.portfolio-inner:hover {
    background: rgb(255 255 255 / 20%);
}
.portfolio-gallery {
    display: none;
}


.portfolio-slider {
    padding: 15px 0;
}
.portfolio-slider__item {
    padding: 15px;
}
.portfolio-slider__inner {
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
    transition: all 0.3s;
}
.portfolio-slider__item.slick-current .portfolio-slider__inner {
    border-color: #00e4ff;
}
.portfolio-slider__inner:before {
    content: "";
    background: rgba(0, 0, 0, 0.48);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.portfolio-slider__image img {
    width: 100%;
    height: 422px;
    object-fit: cover;
    display: block;
    transition: all 0.3s;
}
.portfolio-slider__gallery {
    display: none;
}
.portfolio-slider__logo {
    padding: 30px 40px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    cursor: pointer;
}
.portfolio-slider__logo img {
    max-height: 235px;
    object-fit: contain;
}
.portfolio-slider__inner:hover .portfolio-slider__image img {
    transform: scale(1.1);
}

.portfolio-page__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.portfolio-page__list .portfolio-slider__item {
    width: 25%;
}

.portfolio-btn {
    display: table;
    margin: 0 auto;
}

.reviews .title {
    color: #fff;
}

.team {
    background-color: #fff;
}
.team-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.team-item {
    width: 20%;
    padding: 0 15px;
}
.team-photo img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
}
.team-content {
    padding: 30px;
}
.team-name {
    font-size: clamp(1.5625rem, 1.4375rem + 0.625vw, 2.1875rem);
    text-align: center;
    margin-bottom: 15px;
}
.team-position {
    font-size: clamp(1rem, 0.925rem + 0.375vw, 1.375rem);
    text-align: center;
}

.questions {
    background: white;
}
.questions-item:not(:first-child) {
    margin-top: -2px;
}
.questions-title {
    font-family: 'PP Neue Montreal Bold';
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 30px;
    border: 2px solid #000;
    cursor: pointer;
}
.questions-icon {
    flex: 20px 0 0;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.questions-text {
    line-height: 1.4;
    padding: 30px;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    display: none;
}
.questions-text p {
    margin: 0;
}
.questions-item:last-child .questions-text {
    border-bottom: 2px solid #000;
}

.slick-arrow {
    width: 42px;
    height: 42px;
    padding: 0;
    border: none;
    font-size: 0;
    position: absolute;
    top: 45%;
    z-index: 1;
    cursor: pointer;
}
.slick-prev {
    background: url(../images/slick-prev.png) no-repeat center;
    left: 15px;
}
.slick-next {
    background: url(../images/slick-next.png) no-repeat center;
    right: 15px;
}

.slick-disabled {
    opacity: 0.5;
}

.blog {
    background-color: #fff;
}
.blog-list {
    display: grid;
    column-gap: 30px;
    row-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}
.blog-image {
    margin-bottom: 20px;
}
.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 5 / 3;
}
.blog-title {
    font-family: 'PP Neue Montreal Bold';
    display: block;
    margin-bottom: 25px;
}
.blog-title:hover {
    color: #00e4ff;
}
.blog-excerpt {
    font-size: clamp(1rem, 0.8875rem + 0.5625vw, 1.5625rem);
    margin-bottom: 25px;
}
.blog-excerpt p {
    margin: 0;
}
.blog-date {
    color: #4c4c4c;
    font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
}

.page-blog__image {
    margin-bottom: 20px;
}
.page-blog__image img {
    width: 100%;
    aspect-ratio: 6 / 1;
    object-fit: cover;
    display: block;
}
.breadcrumbs {
    font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
    margin-bottom: 20px;
}
.section-page {
    background-color: #fff;
    padding: 100px 0;
}
.section-page .page-title {
    margin-bottom: 25px;
}

.pagination {
    margin-top: 40px;
}
.pagination .screen-reader-text {
    display: none
}
.nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px
}
.nav-links .page-numbers {
    padding: 10px 15px;
    border-radius: 8px;
    background-color: #F6F6F6;
    transition: all .3s
}
.nav-links .page-numbers.current {
    background-color: #00e4ff;
    color: #fff
}

footer {
    background: url(../images/bg-footer.png) no-repeat top 53% center;
    width: 100%;
    padding: 100px 0;
}
footer .wrapper {
    display: grid;
    gap: 440px;
}
.footer-top {
    display: flex;
    justify-content: space-between;
}
footer .title {
    color: white;
    margin-bottom: 35px;
}
footer .socials {
    gap: 20px;
    margin-bottom: 56px;
}
footer .socials a {
    width: 51px;
    height: 51px;
    background-size: contain !important;
}
.footer-phone {
    color: #00e4ff;
/*    font-size: 50px;*/
    font-size: clamp(1.25rem, 0.875rem + 1.875vw, 3.125rem);
    font-family: 'PP Neue Montreal Bold';
}
.footer-email {
    color: white;
    margin-top: 15px;
}
.footer-logo img {
    display: block;
}
.footer-text {
    color: white;
    font-size: clamp(1.563rem, 0.5rem + 5.313vw, 6.875rem);
/*    font-size: 110px;*/
    font-family: 'AKONY';
    line-height: 1;
}
.footer-text span {
    color: #00e4ff;
    font-size: clamp(1rem, 0.6rem + 2vw, 3rem);
/*    font-size: 48px;*/
}
.footer-btn {
    position: absolute;
    right: 10%;
    bottom: 23%;
}

.popup-form {
    display: none;
    background: white;
    width: 745px;
    max-width: 100%;
    padding: 100px 60px 30px;
}
.form-item__label {
    font-size: clamp(1rem, 0.912rem + 0.438vw, 1.438rem);
    margin-bottom: 10px;
}
.popup-form .form-item {
    margin-bottom: 20px;
}
.popup-form .form-item__input, .contact-page__form .form-item__input {
    width: 100%;
    height: 80px;
    font-size: clamp(1rem, 0.912rem + 0.438vw, 1.438rem);
/*    font-size: clamp(1rem, 0.8rem + 1vw, 2rem);*/
/*    font-size: 32px;*/
    font-family: 'PP Neue Montreal Book';
    border: 3px solid #222222;
    border-radius: 23px;
    padding: 0 30px;
}
.popup-form .form-item textarea, .contact-page__form .form-item textarea {
    width: 100%;
    height: 160px;
    font-size: clamp(1rem, 0.912rem + 0.438vw, 1.438rem);
/*    font-size: clamp(1rem, 0.8rem + 1vw, 2rem);*/
/*    font-size: 32px;*/
    font-family: 'PP Neue Montreal Book';
    border: 3px solid #222222;
    border-radius: 23px;
    padding: 30px;
}
.popup-form .wpcf7-submit {
    width: 288px;
    max-width: 100%;
    display: table;
    margin: 0 auto;
}
.popup-form .iti__selected-country, 
.contact-page__form .iti__selected-country {
    padding-top: 2px;
}
.popup-form .iti .iti__selected-dial-code,
.contact-page__form .iti .iti__selected-dial-code {
    font-size: clamp(1rem, 0.912rem + 0.438vw, 1.438rem);
}
.popup-form .iti__selected-country-primary, 
.contact-page__form .iti__selected-country-primary {
    border-radius: 23px 0 0 23px;
    padding-left: 30px;
}

#popup-done {
    text-align: center;
}
.popup-title {
    font-size: clamp(1.563rem, 1.375rem + 0.938vw, 2.5rem);
/*    font-size: 40px;*/
    margin-bottom: 15px;
}
.wpcf7-not-valid {
    border-color: red !important;
}
.wpcf7-not-valid-tip, .wpcf7-spinner, .wpcf7-response-output {
    display: none !important;
}

/* font size ru */
.page-lang-ru .main-slider__item {
    font-size: clamp(1.125rem, -1.196rem + 6.19vw, 4.375rem);
}
.page-lang-ru .main-btn {
    font-size: 20px;
}
.page-lang-ru .main-btn:before {
    border-bottom-width: 116px;
}
.page-lang-ru .advantages-title {
    font-size: clamp(1.25rem, 0.625rem + 3.125vw, 4.375rem);
}
.page-lang-ru .advantages-text {
    font-size: clamp(1.25rem, 0.625rem + 3.125vw, 4.375rem);
}
.page-lang-ru .advantages-btn {
    font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
}
.page-lang-ru .rent .rent-title {
    font-size: clamp(1rem, 0.637rem + 1.812vw, 2.813rem);
}
.page-lang-ru .rent .btn {
    font-size: clamp(1rem, 0.887rem + 0.563vw, 1.563rem);
}
.page-lang-ru .services-title {
    font-size: clamp(1.563rem, 1.438rem + 0.625vw, 2.188rem);
}
.page-lang-ru .services-btn {
    font-size: clamp(1rem, 0.887rem + 0.563vw, 1.563rem);
}
.page-lang-ru .sets-btn {
    font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
}
.page-lang-ru .prices-title {
    font-size: clamp(1.563rem, 1.313rem + 1.25vw, 2.813rem);
}
.page-lang-ru .prices-btn {
    font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
}
.page-lang-ru .title {
    font-size: clamp(1rem, -0.25rem + 3.333vw, 2.75rem);
}
.page-lang-ru .book .btn {
    font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
}

#ui-datepicker-div {
    font-size: 20px;
    border-radius: 12px;
    border: none;
    padding: 10px;
}
.ui-datepicker-calendar a {
    border-color: white !important;
}
.ui-widget-header {
    background: white !important;
    border-color: white !important;
}
.ui-datepicker .ui-datepicker-prev {
    background: url(../images/datepicker-prev.svg) no-repeat center !important;
    top: 0 !important;
    left: 0 !important;
    border: none !important;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next {
    background: url(../images/datepicker-next.svg) no-repeat center !important;
    top: 0 !important;
    right: 0 !important;
    border: none !important;
    cursor: pointer;
}
.ui-datepicker .ui-icon {
    display: none !important;
}
.ui-datepicker td span, .ui-datepicker td a {
    text-align: center !important;
}
.ui-widget-content .ui-state-highlight {
    background: #c5c5c5 !important;
    color: white !important;
}
.ui-state-active, .ui-widget-content .ui-state-active {
    background: #00e4ff !important;
    color: white !important;
}

.ui-datepicker thead span[title=Friday],
.ui-datepicker thead span[title=Saturday], 
.ui-datepicker thead span[title=суббота],
.ui-datepicker thead span[title=воскресенье] {
    color: #00e4ff;
}

.book-input {
    position: relative;
}
.book-input .iti__selected-country-primary {
    padding-left: 30px;
}
.book-input .iti__arrow {
    border-top-color: #fff;
}
.book-input__arrow {
    background: url(/wp-content/themes/mpro/assets/images/select.png) no-repeat center;
    width: 70px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
    cursor: pointer;
    transition: 0.5s;
    z-index: 1;
}
.book-input__arrow.active {
    transform: rotate(-180deg);
}
.book-input__help {
    color: #dc3232;
    font-size: 14px;
    position: absolute;
    left: 0;
    bottom: -30px;
}
.book-input__help:before {
    content: "";
    width: 55px;
    height: 50px;
    background: url(/wp-content/themes/mpro/assets/images/arrow-help.svg) no-repeat center;
    background-size: 37px;
    position: absolute;
    top: -50px;
    left: -22px;
    z-index: 1;
    transform: rotate(323deg);
    animation: arrow-help 1s ease-in-out infinite alternate;
}

.form-item__help {
    position: relative;
    color: #dc3232;
    font-size: 14px;
    margin-top: 10px;  
}
.form-item__help:before {
    content: "";
    width: 55px;
    height: 50px;
    background: url(/wp-content/themes/mpro/assets/images/arrow-help2.svg) no-repeat center;
    background-size: 37px;
    position: absolute;
    top: -50px;
    left: -22px;
    z-index: 1;
    transform: rotate(323deg);
    animation: arrow-help 1s ease-in-out infinite alternate;
}

@keyframes arrow-help {
    from {
        transform: rotate(325deg);
    }
    to {
        transform: rotate(335deg);
    }
}

.iti--inline-dropdown .iti__country-list {
    max-height: 280px !important;
}
.popup-form .iti--inline-dropdown .iti__country-list {
    max-height: 247px !important;
}
.iti__selected-country-primary .iti__flag {
    transform: scale(1.2);
}
.iti--allow-dropdown {
    width: 100%;
}
.iti__search-input {
    min-height: 40px;
    padding: 0 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.book-input input.iti__search-input {
    color: #000;
    height: 40px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.iti__country-list {
    color: #000;
    font-size: 16px;
}
.iti .iti__selected-dial-code {
    font-size: 16px;
}
.iti--fullscreen-popup.iti--container {
    z-index: 99999; 
}

.grecaptcha-badge {
    visibility: hidden !important;
}
.footer-privacy {
    color: white;
    font-size: 16px;
    margin-top: 25px;
}
.footer-privacy a {
    color: white;
    text-decoration: underline;
}

.block-text {
    overflow: hidden;
}
.block-text__overflow {
    position: relative;
    height: 317px;
    overflow: hidden;
    transition: all .3s;
}
.block-text__overflow:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background-image: linear-gradient(0deg, #fff 0, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}
.block-text__show {
    height: auto;
    overflow: visible;
    transition: all .3s;
}
.block-text__show:before {
    display: none;
}
.block-text__link {
    color: #00e4ff;
    padding-bottom: 2px;
    border-bottom: 2px dotted #00e4ff;
    display: inline-block;
    cursor: pointer;
}

.section-error {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-error .title {
    color: #fff;
    text-align: center;
}

.main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.main-title {
    color: white;
    font-size: clamp(1.563rem, 1rem + 2.813vw, 4.375rem);
    font-family: 'AKONY';
}
.section-text {
    background: #fff;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
 
#gallery-1 .gallery-item {
    padding: 15px;
    margin: 0 !important;
}
#gallery-1 img {
    border: 2px solid #000 !important;
}

.contact-page__row {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}
.contact-page__list {
    display: grid;
    row-gap: 30px;
}
.contact-page__label {
    color: #4c4c4c;
    font-size: clamp(1rem, 0.912rem + 0.438vw, 1.438rem);
    margin-bottom: 10px;
}
.contact-page__social {
    margin-top: 15px;
}

.contact-page__title {
    font-family: 'AKONY';
    font-size: clamp(0.938rem, 0.75rem + 0.938vw, 1.875rem);
    text-align: center;
    margin-bottom: 20px;
}
.contact-page__form .form-item {
    margin-bottom: 20px;
}
 
.footer-address {
    display: flex;
    gap: clamp(0.938rem, 0.75rem + 0.94vw, 1.875rem);
    margin-top: 30px;
}
.footer-address__icon {
    flex: 55px 0 0;
}
.footer-address__icon img {
    display: block;
}
.footer-address__text {
    color: white;
}
.footer-address__link {
    border-bottom: 2px dotted #00e4ff;
    display: table;
    font-size: clamp(1rem, 0.963rem + 0.19vw, 1.188rem);
    color: #00e4ff;
    font-family: 'PP Neue Montreal Bold';
    margin-top: 10px;
}

.fixed-whatsapp__btn {
    position: fixed;
    width: 85px;
    height: 85px;
    bottom: 40px;
    right: 40px;
    background: #25d366 url(../images/whatsapp.svg) no-repeat center;
    background-size: 40px;
    border-radius: 50px;
    box-shadow: 0px 0px 14px 0px #00000024;
    z-index: 9;
}
.fixed-whatsapp__btn::after,
.fixed-whatsapp__btn::before {
    content: '';
    position: absolute;
    border: 2px solid rgb(37 211 102 / 60%);
    left: -20px;
    opacity: 0;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: pulse 2.5s linear infinite;
}

.fixed-whatsapp__btn::after {
    animation-delay: 1.25s;
}

@keyframes pulse {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.other-service {
    background-color: #fff;
}
.other-service__list {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.other-service__inner {
    padding: 30px;
    border: 2px solid #00e4ff;
}
.other-service__image {
    margin-bottom: 25px;
}
.other-service__image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}
.other-service__title {
    /*font-size: clamp(1.563rem, 1.313rem + 1.25vw, 2.813rem);*/
    font-family: 'PP Neue Montreal Bold';
}
.other-service__title:hover {
    color: #00e4ff;
}
.other-service__btn {
    width: 100%;
    display: block;
    margin-top: 25px;
}

.fancybox-slide--iframe {
    padding-bottom: 65px;
}
.fancybox-slide--iframe .fancybox-close-small {
    top: 0;
    right: 0;
    background-color: #fff;
    color: #000;
    width: 50px;
    height: 56px;
    opacity: 1;
}
.fancybox-custom__footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -60px;
    width: 100%;
}
.fancybox-custom__btn {
    width: 100%;
    font-size: 18px;
    height: 65px;
}

/* page reviews */
.page-content .ti-reviews-container-wrapper {
    flex-wrap: wrap !important;
    margin: 0 -8px !important;
}
.page-content .ti-widget.ti-goog .ti-review-item {
    padding: 8px !important;
    left: 0 !important;
}
.page-content .ti-widget.ti-goog .ti-controls {
    display: none !important;
}
.page-content a {
    color: #00e4ff;
    text-decoration: underline;
}

.advant .title {
    color: #fff;
}
.advant-list {
    display: flex;
    flex-wrap: wrap;
}
.advant-item {
    width: 33.333%;
    padding: 15px;
}
.advant-inner {
    height: 100%;
    color: #fff;
    border: 2px solid rgb(255 255 255 / 50%);
    border-radius: 16px;
    padding: 30px;
}
.advant-icon {
    margin-bottom: 20px;
}
.advant-icon img {
    width: 50px;
    display: block;
}

.map .title {
    color: #fff;
}
.map-iframe {
    overflow: hidden;
}
.map-iframe iframe {
    width: 100%;
    border: none;
    margin-top: -60px;
}

.portfolio-tabs {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin: 0 0 30px;
    list-style-type: none;
}
.portfolio-tabs li {
    font-size: 16px;
}
.portfolio-tabs li.active {
    background-color: #000;
}

.services-prices {
    display: grid;
    gap: 15px;
    margin-bottom: 40px;
}
.services-prices__item {
	 margin-bottom: 35px;
}
.services-prices__label {
    font-family: 'AKONY';
    margin-bottom: 20px;
    opacity: 0.8;
}
.services-prices__list {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(5, 1fr);
}
.price-item__inner {
    display: grid;
    gap: 15px;
    border: 2px solid #252525;
    padding: 30px;
    height: 100%;
}
.price-item__image img {
    margin: 0 auto;
    display: block;
}
.price-item__info {
    display: grid;
    gap: 15px;
    margin-bottom: 20px;
}
.price-item__name {
    font-size: 24px;
    font-family: 'PP Neue Montreal Bold';
}
.price-item__text {
    font-size: 16px;
}
.price-item__category {
    font-size: 14px;
    display: flex;
    gap: 10px;
}
.price-item__category::before {
    content: "";
    flex: 10px 0 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #00e4ff;
    margin-top: 3px;
}
.price-item__category span {
    font-family: 'PP Neue Montreal Bold'; 
}
.price-item__pieces {
    font-size: 16px;
}
.price-item__label {
    color: #252525;
    font-size: 14px;
    font-family: 'PP Neue Montreal Medium';
    display: block;
    margin-bottom: 5px;
    opacity: 0.6;
}
.price-item__price {
    font-size: 24px;
    font-family: 'PP Neue Montreal Bold'; 
}
.price-item__price span {
    color: #252525;
    font-size: 20px;
    font-family: 'PP Neue Montreal Medium';
    opacity: 0.6;
    margin-left: 5px;
}
@media (max-width: 1366px) {
	.services-prices__list {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media (max-width: 1024px) {
	.services-prices__list {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 768px) {
	.services-prices__list {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 425px) {
	.services-prices__list {
		grid-template-columns: repeat(1, 1fr);
	}
}