/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@font-face {
    font-family: 'Philosopher';
    src: url('../fonts/Philosopher-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'Philosopher';
    src: url('../fonts/Philosopher-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


:root {
    --pink: #EF9ABE;
    --text-dark-gray: #222928;
    --text-color: #666;
    --light-grey: #F8F8F8;
}

.uk-container {
    max-width: 1300px;
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-3xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
    font-family: 'Philosopher', sans-serif;
}

body {
    font-family: 'Philosopher', sans-serif;
    color: var(--text-color);
}

a {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.uk-link:hover, a:hover {
    color: var(--pink) !important;
    text-decoration: none;
}

.review-item__author {
    font-weight: bold;
    padding-left: 30px;
    position: relative;
}

.review-item__author:before {
    content: "";
    height: 2px;
    width: 18px;
    display: inline-block;
    background: var(--text-dark-gray);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    position: absolute;
}

.main-navigation.uk-active {
    background: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    padding: 10px 0;
}

.site-header.uk-active {
    background: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}

.main-logo {
    margin-top: 20px;
}

.main-logo img {
    max-height: 110px;
    width: auto;
}

.main-menu {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    padding: 10px 0;
}

.main-menu a {
    font-size: 20px;
    margin: 0 15px;
    color: var(--text-dark-gray);
}

.main-menu .current-menu-item a {
    color: var(--pink);
}


.main-navigation {
    margin: 20px 0 !important;
}


.loop-services .service-item__content {
    background: var(--light-grey);
    padding: 20px 30px;
}

.loop-services .service-item__readmore a {
    font-weight: bold;
    font-size: 15px;
    color: var(--pink);
}

.loop-services .service-item__readmore svg path {
    stroke: var(--pink);
}

.loop-services .service-item__readmore svg {
    margin-left: 7px;
}

.loop-services .service-item__content .service-item__title a {
    font-size: 22px;
    font-weight: bold;
    color: var(--text-dark-gray);
}

.section-about .about-description {
    font-size: 16px;
    line-height: 1.4;
    margin: auto;
    max-width: 1000px;
    width: 100%;
}


.footer-top__wrapper {
    padding: 50px 0;
    border-top: 2px solid var(--pink);
}

.contact-info .contact-info__item-label {
    color: var(--text-dark-gray);
    font-size: 23px;
    margin-bottom: 18px;
}

.contact-info .contact-info__item-value {
    font-size: 20px;
}

.contact-info__item-value a,
.page-contact .contact-info a {
    color: var(--text-color);
}

.contact-info__item--socialnetwork .contact-info__item-value,
.page-contact .contact-info-company .social-wrapper .content {
    gap: 15px;
}

.footer-bottom {
    gap: 20px;
    height: 70px;
}

.footer-bottom__wrapper {
    background: var(--light-grey);
}

.footer-bottom .dev a {
    color: var(--pink);
}

.footer-bottom {
    font-size: 15px;
}

.footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    gap: 25px;
    padding-left: 0;
    margin: 0;
}

.footer-menu a {
    color: var(--text-dark-gray);

}


.footer-totop {
    background: var(--pink);
    height: 70px;
}

.footer-totop .top {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}

.footer-totop .top .icon {
    margin-right: 10px;
}

.footer-totop .top svg {
    height: 30px;
    width: 30px;
}

.reviews-loop {
    margin-bottom: 50px;
    padding-top: 10px;
}

.reviews-loop .review-item__description {
    font-size: 15px;
    line-height: 19px;
}

.reviews-loop .review-item {
    -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
    padding: 35px 30px;
    margin: 0 15px;
}


.section-reviews .swiper-slide {
    margin-top: 10px;
    margin-bottom: 25px;
}

.swiper-reviews .swiper-pagination {
    bottom: 0 !important;
}

.swiper-pagination .swiper-pagination-bullet {
    height: 16px;
    width: 16px;
    background: var(--light-grey);
    opacity: 1;
}

.swiper-mainSlider .swiper-pagination {
    top: 10px;
    width: auto;
    left: 10px;
    bottom: auto;
    text-align: right;
    right: auto;
}

.swiper-mainSlider .swiper-pagination .swiper-pagination-bullet {
    background: var(--light-grey);
}


.swiper-pagination .swiper-pagination-bullet-active {
    background: var(--pink) !important;
}

.section-reviews {
    margin: 150px 0;
}


.section-about {
    background: #ef9abe0f;
    padding: 50px 0;
    margin: 100px 0;
}

.section-services {
    margin: 100px 0 150px;
}

.section-title {
    text-transform: uppercase;
    font-size: 35px;
    line-height: 1.4;
    margin-bottom: 60px;
    color: var(--text-dark-gray);
}


.swiper-mainSlider .slider-content {
    max-width: 600px;
    width: 100%;
    background: #fff;
    padding: 25px 20px;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}

.swiper-mainSlider .slider-content .title {
    font-size: 18px;
    line-height: 1.4;
    color: var(--pink);
    font-weight: bold;
}

.swiper-mainSlider .slider-content .description > *:last-child {
    margin-bottom: 0;
}

.swiper-mainSlider .swiper-wrapper  {
    max-height: 480px;
    height: 100%;
    overflow: hidden;
}

.swiper-mainSlider .slider-image img {
    height: 100%;
    object-fit: cover;
    object-position: center;

}

.swiper-mainSlider .swiper-nav__block {
    position: absolute;
    top: 10px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.swiper-mainSlider .swiper-nav__block > * {
    position: relative;
    background: #fff;
    padding: 5px;
}

.swiper-mainSlider .swiper-nav__block svg {
    height: 24px;
    width: 24px;
}

.swiper-mainSlider .swiper-nav__block > *:hover path {
    fill: var(--pink);
}

.swiper-mainSlider .swiper-nav__block .swiper-button-prev,
.swiper-mainSlider .swiper-nav__block .swiper-button-next {
    width: auto;
    height: auto;
}

.swiper-mainSlider .swiper-nav__block .swiper-button-prev:after,
.swiper-mainSlider .swiper-nav__block .swiper-button-next:after {
    content: none;
}

.swiper-mainSlider .swiper-button-prev {
    left: 0;
    right: 0;
    margin-top: 0;
}

.swiper-mainSlider .swiper-button-next {
    left: 0;
    right: 0;
    margin-top: 0;
}

.section-services .loop-services .service-item {
    padding-bottom: 30px;
    padding-top: 30px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.section-services .loop-services .service-item:hover {
    padding-top: 15px;
}

.section-services .loop-services .service-item__image {
    overflow: hidden;
}

.section-services .loop-services .service-item__short-desc {
    font-size: 18px;
    line-height: 1.3;
}

.section-services .loop-services .service-item__short-desc > *:last-child {
    margin-bottom: 0;
}

.section-services .service-item__image img {
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.section-services .loop-services .service-item:hover .service-item__image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


.menu-icon-toggle {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 9;
}

.menu-icon-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    background-color: var(--text-dark-gray);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: opacity 0.3s 0.3s;
    -o-transition: opacity 0.3s 0.3s;
    transition: opacity 0.3s 0.3s;
}

.home:not(.open-mobile-menu) .menu-icon-toggle span {
    background-color: var(--text-dark-gray);;
}

.menu-icon-toggle::before, .menu-icon-toggle::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: var(--text-dark-gray);
    -webkit-transition: top 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s;
    transition: top 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s;
    transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s;
    transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s;
}

.menu-icon-toggle::before {
    top: 6px;
}

.menu-icon-toggle::after {
    bottom: 6px;
}

.open-mobile-menu .menu-icon-toggle span {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.open-mobile-menu .menu-icon-toggle::before, .open-mobile-menu .menu-icon-toggle::after {
    background-color: var(--pink);
}

.open-mobile-menu .menu-icon-toggle::before {
    top: calc(50% - 1px);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.open-mobile-menu .menu-icon-toggle::after {
    bottom: calc(50% - 1px);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.open-mobile-menu .menu-icon-toggle::before, .open-mobile-menu .menu-icon-toggle::after {
    -webkit-transition: top 0.3s, bottom 0.3s, -webkit-transform 0.3s 0.3s;
    transition: top 0.3s, bottom 0.3s, -webkit-transform 0.3s 0.3s;
    -o-transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s;
    transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s;
    transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}

.menu-background {
    visibility: hidden;
    position: absolute;
    width: 374%;
    height: 356px;
    left: -150%;
    background-color: #fff;
    -webkit-transition: background-position 0.5s, visibility 0.5s 1s, -webkit-transform 0.5s 0.5s;
    transition: background-position 0.5s, visibility 0.5s 1s, -webkit-transform 0.5s 0.5s;
    -o-transition: background-position 0.5s, transform 0.5s 0.5s, visibility 0.5s 1s;
    transition: background-position 0.5s, transform 0.5s 0.5s, visibility 0.5s 1s;
    transition: background-position 0.5s, transform 0.5s 0.5s, visibility 0.5s 1s, -webkit-transform 0.5s 0.5s;
    z-index: 8;
}

.open-mobile-menu .menu-background {
    visibility: visible;
    -webkit-transition: background-position 0.5s, -webkit-transform 0.5s 0.5s;
    transition: background-position 0.5s, -webkit-transform 0.5s 0.5s;
    -o-transition: background-position 0.5s, transform 0.5s 0.5s;
    transition: background-position 0.5s, transform 0.5s 0.5s;
    transition: background-position 0.5s, transform 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
}

.menu-background.top {
    -webkit-transform: rotate(-45deg) translateY(-150%);
    -ms-transform: rotate(-45deg) translateY(-150%);
    transform: rotate(-45deg) translateY(-150%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, var(--pink)), color-stop(50%, #fff));
    background: -o-linear-gradient(bottom, var(--pink) 50%, #fff 50%);
    background: linear-gradient(to top, var(--pink) 50%, #fff 50%);
    background-size: 100% 200%;
    background-position: -100% 100%;
}

.open-mobile-menu .menu-background.top {
    -webkit-transform: rotate(-45deg) translateY(-49%);
    -ms-transform: rotate(-45deg) translateY(-49%);
    transform: rotate(-45deg) translateY(-49%);
    /*background-position: 0 0;*/
}

.menu-background.middle {
    -webkit-transform: rotate(-45deg) translateY(50%) scaleY(0);
    -ms-transform: rotate(-45deg) translateY(50%) scaleY(0);
    transform: rotate(-45deg) translateY(50%) scaleY(0);
    background: #fff;
}

.open-mobile-menu .menu-background.middle {
    -webkit-transform: rotate(-45deg) translateY(50%) scaleY(1);
    -ms-transform: rotate(-45deg) translateY(50%) scaleY(1);
    transform: rotate(-45deg) translateY(50%) scaleY(1);
}

.menu-background.bottom {
    -webkit-transform: rotate(-45deg) translateY(250%);
    -ms-transform: rotate(-45deg) translateY(250%);
    transform: rotate(-45deg) translateY(250%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(50%, var(--pink)));
    background: -o-linear-gradient(top, #fff 50%, var(--pink) 50%);
    background: linear-gradient(to bottom, #fff 50%, var(--pink) 50%);
    background-size: 100% 200%;
    background-position: 0 -100%;
}

.open-mobile-menu .menu-background.bottom {
    -webkit-transform: rotate(-45deg) translateY(149%);
    -ms-transform: rotate(-45deg) translateY(149%);
    transform: rotate(-45deg) translateY(149%);
    /*background-position: 0 0;*/
}

.responsive-main-menu {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: hidden;
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 99999;
}

.open-mobile-menu .responsive-main-menu {
    visibility: visible;
}

.responsive-main-menu li {
    opacity: 0;
    margin-bottom: 5px;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.responsive-main-menu li:nth-child(5) {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.responsive-main-menu li:nth-child(5) span {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.responsive-main-menu li:nth-child(4) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.responsive-main-menu li:nth-child(4) span {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.responsive-main-menu li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.responsive-main-menu li:nth-child(3) span {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.responsive-main-menu li:nth-child(2) {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.responsive-main-menu li:nth-child(2) span {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.responsive-main-menu li:nth-child(1) {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.responsive-main-menu li:nth-child(1) span {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.open-mobile-menu .responsive-main-menu li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.open-mobile-menu .responsive-main-menu li:nth-child(1) {
    -webkit-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s;
}

.open-mobile-menu .responsive-main-menu li:nth-child(1) span {
    -webkit-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s;
}

.open-mobile-menu .responsive-main-menu li:nth-child(2) {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.open-mobile-menu .responsive-main-menu li:nth-child(2) span {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.open-mobile-menu .responsive-main-menu li:nth-child(3) {
    -webkit-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s;
}

.open-mobile-menu .responsive-main-menu li:nth-child(3) span {
    -webkit-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s;
}

.open-mobile-menu .responsive-main-menu li:nth-child(4) {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
}

.open-mobile-menu .responsive-main-menuli:nth-child(4) span {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
}

.open-mobile-menu .responsive-main-menu li:nth-child(5) {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.open-mobile-menu .responsive-main-menuli:nth-child(5) span {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.responsive-main-menu a {
    position: relative;
    font-size: 20px;
    text-decoration: none;
    color: var(--text-dark-gray);
}

.responsive-main-menu .current-menu-item a {
    color: var(--pink);
}

.responsive-main-menu a:hover::before {
    width: 15px;
}

.responsive-main-menu .sub-menu a {
    font-size: 15px;
}

body.open-mobile-menu {
    height: 100vh;
}

.mobile-menu__content {
    overflow: hidden;
    display: none;
}

.open-mobile-menu .mobile-menu__content {
    height: 100vh;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
}

.disable-scroll,
.disable-scroll body {
    overflow: hidden;
}

.loop-price-list,
.woocommerce-form-coupon {
    margin: 0 auto 0;
    max-width: 900px;
}

.woocommerce-form-coupon {
    margin: 2em auto !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.loop-price-list .uk-accordion-content {
    background: #ef9abe0f;
    padding: 20px;
}

.loop-price-list .uk-accordion-content .content {
    padding: 20px 0 0 0;
}

.loop-price-list .uk-accordion-content {
    font-size: 18px;
    line-height: 23px;
    font-weight: bold;
}

.loop-price-list .title {
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    color: var(--text-dark-gray);
}

.loop-price-list .description {
    font-size: 16px;
    line-height: 23px;
    color: #aaaaaa;
    margin-top: 5px;
}

.loop-price-list {
    margin-bottom: 25px;
}

.loop-price-list:last-child {
    margin-bottom: 0;
}

.loop-price-list .uk-accordion {
    margin-bottom: 0;
}

.loop-price-list .uk-accordion-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 38px;
    color: var(--text-dark-gray);
    text-transform: uppercase;
    border: 1px solid #F5F5F5;
    padding: 15px 40px 15px 15px;
    position: relative;
}

.page-header {
    background: #ef9abe0f;
    padding: 35px 0;
    text-align: center;
    margin-bottom: 50px;
}


.page-header h1 {
    margin-bottom: 0;
    text-transform: uppercase;
    color: var(--text-dark-gray);
    font-weight: bold;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
}

.accordion-wrapper {
    max-width: 900px;
    margin: auto;
}

.uk-accordion-title::before {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiB2aWV3Qm94PSIwIDAgMjAgMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOS4yMTg4IDkuMjE4NzVIMTAuNzgxMlYwLjc4MTI1QzEwLjc4MTIgMC4zNDk3NjYgMTAuNDMxNSAwIDEwIDBDOS41Njg1MiAwIDkuMjE4NzUgMC4zNDk3NjYgOS4yMTg3NSAwLjc4MTI1VjkuMjE4NzVIMC43ODEyNUMwLjM0OTc2NiA5LjIxODc1IDAgOS41Njg1MiAwIDEwQzAgMTAuNDMxNSAwLjM0OTc2NiAxMC43ODEyIDAuNzgxMjUgMTAuNzgxMkg5LjIxODc1VjE5LjIxODhDOS4yMTg3NSAxOS42NTAyIDkuNTY4NTIgMjAgMTAgMjBDMTAuNDMxNSAyMCAxMC43ODEyIDE5LjY1MDIgMTAuNzgxMiAxOS4yMTg4VjEwLjc4MTJIMTkuMjE4OEMxOS42NTAyIDEwLjc4MTIgMjAgMTAuNDMxNSAyMCAxMEMyMCA5LjU2ODUyIDE5LjY1MDIgOS4yMTg3NSAxOS4yMTg4IDkuMjE4NzVaIiBmaWxsPSIjRUY5QUJFIi8+Cjwvc3ZnPgo=');
    position: absolute;
    top: calc(50% - 11px);
    right: 15px;
}


.default-btn-main,
.woocommerce-MyAccount-orders a.woocommerce-button,
.woocommerce-EditAccountForm button[type="submit"],
.woocommerce-MyAccount-content a.button,
.woocommerce-form-login button[type="submit"],
.woocommerce-form-coupon button[type="submit"],
.woocommerce-message a.button,
.woocommerce-form-register button[type="submit"],
.woocommerce-checkout-payment button[name=woocommerce_checkout_place_order] {
    height: 40px;
    border-top: 1px solid var(--pink);
    border-left: 1px solid var(--pink);
    border-bottom: 1px solid var(--pink);
    border-right: none;
    background: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -o-linear-gradient(left, #fff 50%, var(--pink) 50%);
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, var(--pink)));
    background: linear-gradient(to right, #fff 50%, var(--pink) 50%);
    background-size: 200% 100%;
    background-position: left bottom;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    color: var(--pink);
    cursor: pointer;
    position: relative;
    padding: 5px 60px 5px 15px;
    font-family: 'Philosopher';
    border-radius: 0 !important;
}

.woocommerce-MyAccount-orders a.woocommerce-button {
    height: 20px;
    padding: 8px 40px 8px 8px;
}

.woocommerce-checkout-payment button[name=woocommerce_checkout_place_order],
.woocommerce-form-login button[type="submit"],
.woocommerce-form-coupon button[type="submit"],
.woocommerce-form-register button[type="submit"],
.woocommerce-MyAccount-orders a.woocommerce-button,
.woocommerce-MyAccount-content a.button,
.woocommerce-message a.button,
.woocommerce-EditAccountForm button[type="submit"] {
    color: var(--pink) !important;
    background: -o-linear-gradient(left, #fff 50%, var(--pink) 50%) !important;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, var(--pink))) !important;
    background: linear-gradient(to right, #fff 50%, var(--pink) 50%) !important;
    background-size: 200% 100% !important;
}

.default-btn-main:after,
.woocommerce-form-login button[type="submit"]:after,
.woocommerce-form-register button[type="submit"]:after,
.woocommerce-form-coupon button[type="submit"]:after,
.woocommerce-MyAccount-orders a.woocommerce-button:after,
.woocommerce-MyAccount-content a.button:after,
.woocommerce-message a.button:after,
.woocommerce-EditAccountForm button[type="submit"]:after,
.woocommerce-checkout-payment button[name=woocommerce_checkout_place_order]:after {
    content: '';
    display: block;
    height: 38px;
    width: 50px;
    border: 1px solid var(--pink);
    background: var(--pink) url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiCiAgICAgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MTJweCIKICAgICBoZWlnaHQ9IjUxMnB4IiBjbGFzcz0iIj48Zz4KICAgICAgICA8cGF0aCBzdHlsZT0iZmlsbDojZmZmOyIKICAgICAgICAgICAgICBkPSJNNTExLjE4OSwyNTkuOTU0YzEuNjQ5LTMuOTg5LDAuNzMxLTguNTc5LTIuMzI1LTExLjYyN2wtMTkyLTE5MiAgYy00LjIzNy00LjA5My0xMC45OS0zLjk3NS0xNS4wODMsMC4yNjJjLTMuOTkyLDQuMTM0LTMuOTkyLDEwLjY4NywwLDE0LjgybDE3My44MDMsMTczLjgwM0gxMC42NjcgIEM0Ljc3NiwyNDUuMjEzLDAsMjQ5Ljk4OSwwLDI1NS44OGMwLDUuODkxLDQuNzc2LDEwLjY2NywxMC42NjcsMTAuNjY3aDQ2NC45MTdMMzAxLjgwMyw0NDAuMzI4ICBjLTQuMjM3LDQuMDkzLTQuMzU1LDEwLjg0NS0wLjI2MiwxNS4wODNjNC4wOTMsNC4yMzcsMTAuODQ1LDQuMzU0LDE1LjA4MywwLjI2MmMwLjA4OS0wLjA4NiwwLjE3Ni0wLjE3MywwLjI2Mi0wLjI2MmwxOTItMTkyICBDNTA5Ljg3MiwyNjIuNDIsNTEwLjY1NSwyNjEuMjQ2LDUxMS4xODksMjU5Ljk1NHoiCiAgICAgICAgICAgICAgZGF0YS1vcmlnaW5hbD0iI2ZmZiIvPgogICAgICAgIDxwYXRoCiAgICAgICAgICAgIGQ9Ik0zMDkuMzMzLDQ1OC41NDZjLTUuODkxLDAuMDExLTEwLjY3NS00Ljc1Ny0xMC42ODYtMTAuNjQ4Yy0wLjAwNS0yLjg0LDEuMTIzLTUuNTY1LDMuMTM0LTcuNTcxTDQ4Ni4yNTEsMjU1Ljg4ICBMMzAxLjc4MSw3MS40MzJjLTQuMDkzLTQuMjM3LTMuOTc1LTEwLjk5LDAuMjYyLTE1LjA4M2M0LjEzNC0zLjk5MiwxMC42ODctMy45OTIsMTQuODIsMGwxOTIsMTkyICBjNC4xNjQsNC4xNjUsNC4xNjQsMTAuOTE3LDAsMTUuMDgzbC0xOTIsMTkyQzMxNC44NjUsNDU3LjQyNiwzMTIuMTU3LDQ1OC41NDYsMzA5LjMzMyw0NTguNTQ2eiIKICAgICAgICAgICAgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojRkZGRkZGIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCIvPgogICAgICAgIDxwYXRoCiAgICAgICAgICAgIGQ9Ik01MDEuMzMzLDI2Ni41NDZIMTAuNjY3QzQuNzc2LDI2Ni41NDYsMCwyNjEuNzcxLDAsMjU1Ljg4YzAtNS44OTEsNC43NzYtMTAuNjY3LDEwLjY2Ny0xMC42NjdoNDkwLjY2NyAgYzUuODkxLDAsMTAuNjY3LDQuNzc2LDEwLjY2NywxMC42NjdDNTEyLDI2MS43NzEsNTA3LjIyNCwyNjYuNTQ2LDUwMS4zMzMsMjY2LjU0NnoiCiAgICAgICAgICAgIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6I0ZGRkZGRiIgZGF0YS1vbGRfY29sb3I9IiMwMDAwMDAiLz4KICAgIDwvZz4gPC9zdmc+Cg==") no-repeat center;
    background-size: 17px;
}

.default-btn-main:after,
.woocommerce-MyAccount-orders a.woocommerce-button:after,
.woocommerce-EditAccountForm button[type="submit"]:after,
.woocommerce-form-login button[type="submit"]:after,
.woocommerce-form-register button[type="submit"]:after,
.woocommerce-form-coupon button[type="submit"]:after,
.woocommerce-MyAccount-content a.button:after,
.woocommerce-message a.button:after,
.woocommerce-checkout-payment button[name=woocommerce_checkout_place_order]:after {
    position: absolute;
    right: 0;
    height: 100%;
    width: 45px;
    top: 0;
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.default-btn-main:hover,
.woocommerce-account .woocommerce-MyAccount-orders a.woocommerce-button:hover,
.woocommerce-EditAccountForm button[type="submit"]:hover,
.woocommerce-MyAccount-content a.button:hover,
.woocommerce-message a.button:hover,
.woocommerce-form-coupon button[type="submit"]:hover,
.woocommerce-form-login button[type="submit"]:hover,
.woocommerce-form-register button[type="submit"]:hover,
.woocommerce-checkout-payment button[name=woocommerce_checkout_place_order]:hover {
    background-position: right bottom !important;
    color: #fff !important;
}

.btn-calendar--icon:after {
    background: var(--pink) url("../images/calendar.svg") no-repeat center;
    background-size: 17px;
}

.loop-price-list .uk-open .uk-accordion-title {
    color: var(--pink);
}

.mobile-menu-switcher__wrapper {
    display: none;
}

.woocommerce-MyAccount-orders a.woocommerce-button:after {
    width: 35px;
}


.page-content {
    margin: 50px 0;
}


.page-services .item-service__description-image:nth-child(odd) .img-wrapper {
    padding: 30px 30px 30px 0;
}

.page-services .item-service__description-image:nth-child(odd) .img-wrapper:before {
    content: '';
    height: 35%;
    display: block;
    background: #EF9ABE;
    position: absolute;
    bottom: 0;
    left: -30%;
    width: 110%;
}

.page-services .item-service__description-image:nth-child(odd) .img-wrapper:after {
    content: '';
    width: 35%;
    height: 75%;
    display: block;
    background: #f8f8f8;
    position: absolute;
    right: 0;
    top: -30px;
}

.page-services .item-service__description-image:nth-child(even) .img-wrapper:before {
    content: '';
    width: 35%;
    height: 75%;
    display: block;
    background: var(--pink);
    position: absolute;
    bottom: 0;
    left: 0;
}

.page-services .item-service__description-image:nth-child(even) .img-wrapper:after {
    content: '';
    width: 110%;
    height: 30%;
    display: block;
    background: #f8f8f8;
    position: absolute;
    right: -30%;
    top: -30px;
}

.page-services .item-service__description-image:nth-child(even) .img-wrapper {
    padding: 30px 0 30px 30px;
}


.page-services .item-service__description-image .title,
.page-services .item-service__description .title {
    text-transform: uppercase;
    color: var(--pink);
    font-size: 25px;
    line-height: 1.4;
    margin: 20px 0;
    text-align: center;
    font-weight: bold;
}

.page-services .item-service__description-image .content-wrapper {
    width: 47%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    height: auto;
}

.page-services .item-service__description-image .image {
    width: 47%;
}

.page-services .item-service__description-image:nth-child(even) .content-wrapper {
    margin-right: auto;
    margin-left: 0;
}

.page-services .item-service__description-image .uk-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page-services .item-service__description-image:nth-child(even) .uk-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.page-services .item-service__description-image .img-wrapper img {
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 100;
    position: relative;
    height: 650px;
    width: 100%;
}

.page-services .page-content > * {
    position: relative;
    margin-bottom: 100px;
    overflow: hidden;
}


.page-services .item-service__description-image .content {
    background: #fff;
    /*padding: 0 40px;*/
}

.page-services .item-service__description-image .description,
.page-services .item-service__description .description {
    font-size: 21px;
    line-height: 165%;
    padding-top: 40px;
}

.page-default .page-image-block img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    max-height: 500px;
}

.woocommerce-thankyou-order-received,
.woocommerce-notice--success {
    padding: 15px;
    border-radius: 4px;
    background: #edfbf6;
    color: #32d296;
}

.page-price .obm__item-service--value:hover {
    background: #fff;
}


.page-price .obm__item-service--value {
    padding: 14px 30px 14px 30px;
    cursor: auto;
}

.page-price .obm__item-service--value .old-price {
    text-decoration: line-through;
}

.page-price .obm__item-service--value .prices {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page-price .obm__item-service--value .minutes,
.page-price .obm__item-service--value .prices {
    font-size: 16px;
    color: rgb(102, 102, 102);
    font-weight: 400;
}

.page-price .obm__item-service--value .prices,
.online-booking-medical__body .obm__item-service--value .prices {
    font-size: 18px;
    font-weight: bold;
}


.page-price .obm__item-service--value .sale-service:before {
    content: "";
    background: url("/wp-content/plugins/online-booking-medical/assets/image/sale.svg") no-repeat center;
    display: inline-block;
    position: absolute;
    top: 0;
    right: -6px;
    height: 30px;
    width: 30px;
    background-size: 30px;
}

.page-price .loop-price-list {
    margin-bottom: 35px;
}

.page-contact .contact-info-company {
    border-top: 3px solid var(--pink);
}

.page-contact .contact-info-company h3 {
    font-size: 25px;
    text-transform: uppercase;
    margin-top: 10px;
}

.page-contact .contact-info-company > *:not(:last-child) {
    margin-bottom: 25px;
}


.page-contact .contact-info .contact-info__item-label {
    margin-bottom: 5px;
}

.page-contact .gallery img {
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1;
}

.page-contact .gallery {
    margin-bottom: 60px;
}

.uk-lightbox {
    background: #000000c2;
}

.lds-spinner {
    color: var(--main-color);
    width: 80px;
    height: 80px;
    display: none;
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.lds-spinner div {
    -webkit-transform-origin: 40px 40px;
    -ms-transform-origin: 40px 40px;
    transform-origin: 40px 40px;
    -webkit-animation: lds-spinner 1.2s linear infinite;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: var(--pink);
}

.lds-spinner div:nth-child(1) {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}


@-webkit-keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


.woocommerce-MyAccount-navigation ul {
    padding: 0;
    list-style-type: none;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;

}

.woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 25px;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
    padding: 10px;
    background: var(--pink);
    color: #fff;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border: 1px solid var(--pink);
    display: inline-block;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
    background: #fff;
    color: var(--pink);
}

.woocommerce-account .woocommerce {
    max-width: 780px;
    margin: auto;
}

.woocommerce-MyAccount-content h3 {
    color: var(--pink);
    margin: 0 0 20px 0;
    font-weight: bold;
}

.woocommerce-EditAccountForm input[type=text],
.woocommerce-form-coupon input[type=text],
.woocommerce-EditAccountForm input[type=tel],
.woocommerce-EditAccountForm input[type=password],
.woocommerce-EditAccountForm input[type=email],
.woocommerce-form input[type=text],
.woocommerce-form input[type=tel],
.woocommerce-form input[type=email],
.woocommerce-form input[type=password] {
    height: 40px;
    border: 1px solid #dbd8d8;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    padding: 5px 13px;
    font-family: 'Philosopher';
    color: var(--text-dark-gray);
    font-size: 15px;
}

.main-menu .sub-menu {
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    padding: 25px;
    list-style-type: none;
    background: #fff;
    position: absolute;
    top: 100%;
    text-align: left;
    visibility: hidden;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.responsive-main-menu .sub-menu {
    display: none;
}

.main-menu .menu-item-has-children.active .sub-menu {
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.responsive-main-menu .menu-item-has-children.active .sub-menu {
    display: block;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.main-menu .menu-item-has-children > a,
.responsive-main-menu .menu-item-has-children > a {
    position: relative;
    padding-right: 30px;
}

.main-menu .sub-menu > li:not(:last-child) {
    margin: 0 0 10px 0;
}

.main-menu .sub-menu > li a {
    margin: 0;
}

.main-menu .menu-item-has-children > a:after,
.responsive-main-menu .menu-item-has-children > a:after {
    content: "";
    background: url("../images/chevron-down.svg") no-repeat center;
    height: 15px;
    width: 15px;
    display: inline-block;
    background-size: cover;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

.woocommerce-form-login__rememberme .custom-checkbox,
.woocommerce-terms-and-conditions-wrapper input[type=checkbox] + span:before {
    content: "";
    height: 15px;
    width: 15px;
    display: inline-block;
    border: 1px solid var(--text-dark-gray);
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
}


.woocommerce-form-login__rememberme .text,
.woocommerce-terms-and-conditions-wrapper input[type=checkbox] + span {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}

.woocommerce-form-login__rememberme input[type="checkbox"] {
    display: none;
}

.woocommerce-form-login__rememberme input[type="checkbox"]:checked + .custom-checkbox,
.woocommerce-terms-and-conditions-wrapper input[type=checkbox]:checked + span:before {
    background: var(--pink);
}

.woocommerce-form-login__rememberme input[type="checkbox"]:checked + .custom-checkbox:before,
.woocommerce-terms-and-conditions-wrapper input[type=checkbox]:checked + span:after {
    content: "✔";
    top: 53%;
    left: 3px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 13px;
    line-height: 1;
    position: absolute;
    color: #fff;
}


.page-contact .contact-info-company .phone a {
    text-decoration: underline;
}


#customer_login h2 {
    text-align: center;
    margin: 0 0 20px 0;
    font-size: 22px;
    font-weight: bold;
}


.woocommerce-MyAccount-content .woocommerce-info a.button {
    height: 20px;
}

.wc_payment_method input[type=radio],
.woocommerce-terms-and-conditions-wrapper input[type=checkbox] {
    display: none !important;
}

.wc_payment_method input[type=radio] + label:before {
    content: "";
    background: #fff;
    border: 1px solid var(--pink);
    border-radius: 50%;
    height: 15px;
    width: 15px;
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.wc_payment_method input[type=radio]:checked + label:after {
    content: "";
    background: var(--pink);
    border-radius: 50%;
    height: 8px;
    width: 8px;
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 4px;
}

.wc_payment_method input[type=radio] + label {
    position: relative;
    padding-left: 25px;
}

.woocommerce-terms-and-conditions-wrapper input[type=checkbox]:checked + span:before,
.woocommerce-form-login__rememberme input[type="checkbox"]:checked + .custom-checkbox {
    border-color: var(--pink);
}

.woocommerce form.login, .woocommerce form.register {
    border-radius: 0;
    background: #fff;
}

.woocommerce-account-not-logged .page-content {
    background: #ef9abe0f;
    padding: 50px 0;
}

.woocommerce-account-not-logged .woocommerce form.login,
.woocommerce-account-not-logged .woocommerce form.register {
    margin: 0;
}

.woocommerce-MyAccount-navigation .icon {
    display: none;
    height: 25px;
    width: 25px;
}

.woocommerce-MyAccount-navigation .icon-orders path {
    stroke: #fff;
}

.woocommerce-MyAccount-navigation .icon-payment-methods svg {
    fill: #fff;
}


.woocommerce-MyAccount-navigation .icon-edit-account path {
    stroke: #fff;
}


.woocommerce-MyAccount-navigation .icon-customer-logout path {
    stroke: #fff;
}


.woocommerce-MyAccount-navigation .is-active .icon-payment-methods svg {
    fill: var(--pink);
}

.woocommerce-MyAccount-navigation .is-active .icon-edit-account path {
    stroke: var(--pink);
}

.woocommerce-MyAccount-navigation .is-active .icon-orders path {
    stroke: var(--pink);
}

.page-services .description p:last-child {
    margin: 0;
}

.responsive-main-menu {
    max-width: 250px;
    width: 1000%;
}

.responsive-main-menu .sub-menu {
    padding: 15px 0 15px 30px;
}

.woocommerce-form-coupon p {
    margin: 0 0 10px 0;
}

.woocommerce-input-wrapper .iti {
    width: 100%;
}

.woocommerce-table--order-details .wc-item-meta {
    margin: 0;
}

/***
Callback button
 */


.cback {
    width: 120px;
    height: 120px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
}

.cback-circle {
    width: 100%;
    height: 100%;
    border: 1px solid;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 50% 50%;
}

.cback-circle--phone {
    width: 50%;
    height: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cback-circle.fn1 {
    -webkit-animation: pin 2.5s linear 0.4s infinite normal;
    animation: pin 2.5s linear 0.4s infinite normal;
}

.cback-circle.fn2 {
    -webkit-animation: pin 2s linear 0s infinite normal;
    animation: pin 2s linear 0s infinite normal;
    background: none;
}

.cback:hover .cback-circle--phone {
    -webkit-animation: hvr-phone 1.5s linear infinite normal;
    animation: hvr-phone 1.5s linear infinite normal;
}

.cback .phone-icon {
    width: 41px;
    height: 41px;
    background: url('https://brrenat.github.io/content/phone.png') no-repeat center;
    background-size: 25px 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-animation: phone-fn 2s infinite ease-in-out;
    animation: phone-fn 2s infinite ease-in-out;
}

@-webkit-keyframes phone-fn {
    0% {
        transform: translate(-50%, -50%) rotate(0deg) scale(1) skew(1deg);
    }
    10% {
        transform: translate(-50%, -50%) rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: translate(-50%, -50%) rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: translate(-50%, -50%) rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: translate(-50%, -50%) rotate(25deg) scale(1) skew(1deg);
    }
    100%, 50% {
        transform: translate(-50%, -50%) rotate(0deg) scale(1) skew(1deg);
    }
}

@keyframes phone-fn {
    0% {
        transform: translate(-50%, -50%) rotate(0deg) scale(1) skew(1deg);
    }
    10% {
        transform: translate(-50%, -50%) rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: translate(-50%, -50%) rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: translate(-50%, -50%) rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: translate(-50%, -50%) rotate(25deg) scale(1) skew(1deg);
    }
    100%, 50% {
        transform: translate(-50%, -50%) rotate(0deg) scale(1) skew(1deg);
    }
}

@-webkit-keyframes pin {
    0% {
        opacity: 0.6;
        transform: scale(0.5);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

@keyframes pin {
    0% {
        opacity: 0.6;
        transform: scale(0.5);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

@-webkit-keyframes hvr-phone {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
        box-shadow: inset 0 0 20px -14px rgba(0, 0, 0, 0.75);
    }
    80% {
        transform: translate(-50%, -50%) scale(1.1);
        box-shadow: inset 0 0 20px -4px rgba(0, 0, 0, 0.75);
    }
}

@keyframes hvr-phone {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
        box-shadow: inset 0 0 20px -14px rgba(0, 0, 0, 0.75);
    }
    80% {
        transform: translate(-50%, -50%) scale(1.1);
        box-shadow: inset 0 0 20px -4px rgba(0, 0, 0, 0.75);
    }
}


.woocommerce-order .woocommerce-order-overview {
    padding-left: 0;
    margin: 15px 0;

}

.loop-price-list .obm__item-services-values {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}


.woocommerce-form-register .form-row-first,
.woocommerce-form-register .form-row-last,
.woocommerce-form-register .iti--inline-dropdown {
    float: none !important;
    width: 100% !important;
}

.swiper__appointment-book {
    margin-top: 0;
    transform: translateY(-50%);
    position: relative;
    z-index: 1;
}

.slider-btn-appointment-book {
    border: 1px solid var(--pink);
    background: -o-linear-gradient(left, var(--pink) 50%, #fff 50%);
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--pink)), color-stop(50%, #fff));
    background: linear-gradient(to right, var(--pink) 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: left bottom;
    transition: all 1s ease;
    color: #fff;
    cursor: pointer;
    padding: 5px 20px 5px 20px;
    display: inline-block;

    font-size: 30px;
    font-weight: bold;
}

.slider-btn-appointment-book:hover {
    background-position: right bottom !important;
    color: var(--pink) !important;
}

.woo-obm-order {
    padding: 10px 30px;
    background: #ef9abe0f;
    border-radius: 5px;
    margin: 30px 0;
    color: #333;
    display: inline-block;

}

.woo-obm-order .uk-button {
    margin-left: 20px;
    background-color: var(--pink);
    color: #fff;
    transition: .3s ease-in-out;
}

.woo-obm-order .uk-button:hover {
    background-color: #fff;
    color: var(--pink);
}

.woo-obm-alert__show:before {
    content: "";
    background: #ddd;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
}

.woo-obm-alert {
    background-color: var(--pink);
    z-index: 980;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
}

.woo-obm-alert p {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

.woo-obm-alert .btn-yes {
    background: #32d296;
    color: #fff;
}