@import"https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Lora:ital,wght@0,400..700;1,400..700&display=swap";:root{--primary:#f9b5c9;--btn-color:#d9518d;--pr-font:"Lora",serif;--sc-font:"Inter",sans-serif}*{transition:all .3s ease}.v-enter-active,.v-leave-active{transition:opacity .5s ease}.v-enter-from,.v-leave-to{opacity:0}.slide-fade-enter-active,.slide-fade-leave-active{transition:all .3s linear}.slide-fade-enter-from,.slide-fade-leave-to{opacity:0;transform:translate(100px)}.bounce-enter-active{animation:bounce-in .5s}.bounce-leave-active{animation:bounce-in .1s reverse}@keyframes bounce-in{0%{transform:scale(0)}50%{transform:scale(1)}to{transform:scale(1)}}.fade-enter-active,.fade-leave-active{transition:all .2s ease-in-out}.fade-enter-from,.fade-leave-to{opacity:0}.dropdown-enter-active,.dropdown-leave-active{transition:all .2s ease-in-out}.dropdown-enter-from,.dropdown-leave-to{opacity:0;transform:translateY(-20px)}.error-enter-active,.error-leave-active{animation:error-in .5s}@keyframes error-in{0%{transform:translate(0);timing-function:ease-in}37%{transform:translate(5px);timing-function:ease-out}55%{transform:translate(-5px);timing-function:ease-in}73%{transform:translate(4px);timing-function:ease-out}82%{transform:translate(-4px);timing-function:ease-in}91%{transform:translate(2px);timing-function:ease-out}96%{transform:translate(-2px);timing-function:ease-in}to{transform:translate(0);timing-function:ease-in}}*{box-sizing:border-box;font-family:var(--pr-font);list-style-type:none;margin:0;padding:0;text-decoration:none}button{background-color:transparent;border:none;cursor:pointer;outline:none}html{scroll-behavior:smooth}.container{margin:0 auto;max-width:1264px;padding:0 12px;width:100%}@media (max-width:x-large){.container{max-width:992px!important}}@media (max-width:large){.container{max-width:768px!important}}@media (max-width:medium){.container{max-width:600px!important}}@media (max-width:small){.container{max-width:500px!important}}@media (max-width:450px){.container{max-width:100%!important}}.modal{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#00000080;display:flex;flex-direction:row;height:100%;justify-content:center;position:fixed;right:0;top:0;transition:all .2s ease-in-out;width:100%;z-index:20000}.modal-in.longer{background:none;max-width:-moz-max-content;max-width:max-content;padding:0}.modal-in{background:#fff;border-radius:10px;max-width:366px;overflow-y:scroll;padding:30px;position:relative;scrollbar-width:none;width:100%}.modal-cancel{align-items:center;background:var(--btn-color);border-radius:50%;cursor:pointer;display:flex;flex-direction:row;height:30px;justify-content:center;position:absolute;right:12px;top:12px;width:30px}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:textfield;margin:0}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#d8e3ff}::-webkit-scrollbar-thumb{background:var(--primary);border-radius:50px}input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--btn-color);border-radius:5px;display:flex;padding:.1rem}input[type=checkbox]:before{background-color:var(--btn-color);clip-path:polygon(17% 30%,42% 57%,86% 18%,97% 28%,41% 79%,5% 41%);content:"";height:20px;transform:scale(0);width:20px}input[type=checkbox]:checked:before{transform:scale(1)}input[type=file]::-webkit-file-upload-button{display:none}.desc{color:#000;font-family:var(--pr-font);font-size:20px;font-weight:400;line-height:30px;margin-top:30px;text-align:left}@media (max-width:576px){.desc{font-size:18px;line-height:27px;margin-top:16px}}.myTitle{color:#000;font-family:var(--pr-font);font-size:25px;font-weight:600;line-height:38px}@media (max-width:576px){.myTitle{font-size:14px;font-size:16px;line-height:18px;line-height:normal;text-align:center}}.title-small{color:#000;font-family:var(--pr-font);font-size:20px;font-weight:700;line-height:30px;margin-top:50px}@media (max-width:576px){.title-small{font-size:18px;font-size:14px;line-height:27px;line-height:normal;margin-top:16px}}.error-mes{color:red;font-size:14px;font-weight:400;line-height:17px}@media (max-width:576px){.error-mes{font-size:12px;line-height:18px}}.page-loader{min-height:80vh}.arrow-left{left:0;transform:translate(-50%) rotate(90deg);z-index:100000}.arrow-left,.arrow-right{align-items:center;background:var(--btn-color);border-radius:50%;cursor:pointer;display:flex;flex-direction:row;height:40px;justify-content:center;position:absolute;top:50%;width:40px}.arrow-right{right:0;transform:translate(50%) rotate(-90deg);z-index:1000000}.actions{align-items:center;display:flex;justify-content:space-between;margin-top:20px}@media (max-width:576px){.actions{flex-direction:column;gap:12px}}.actions .views{align-items:center;display:flex;gap:5px}.actions .views-wrapper{align-items:center;display:flex;flex-direction:row-reverse;gap:12px}.actions .share,.actions .share-wrapper{align-items:center;display:flex;gap:5px}iframe{height:100%!important;width:100%!important}.install-container{background:var(--btn-color);border:none;border-radius:5px;bottom:20px;color:#fff;cursor:pointer;font-size:16px;padding:30px;position:fixed;right:50%;transition:all .3s ease;translate:50% 0;width:80%;z-index:9999;z-index:999}@media (max-width:992px){.install-container{padding:20px;width:calc(100% - 24px)}}.install-container__in{align-items:center;display:flex;flex-direction:row;gap:50px;justify-content:center;position:relative}@media (max-width:992px){.install-container__in{flex-direction:column;gap:12px}}.install-btn{align-items:center;background-color:var(--primary);border-radius:20px;color:#fff;display:flex;flex-direction:row;font-size:18px;font-weight:500;gap:12px;justify-content:center;max-width:220px;overflow:hidden;padding:8px 35px;position:relative;transition:background-color .5s cubic-bezier(.49,-.11,.59,1.07);width:100%}.install-btn:before{background-color:#fff;border-radius:50%;content:"";height:15px;left:50%;opacity:.8;position:absolute;top:50%;transform:translate(-50%,-50%) scale(0);transition:all .5s ease-in-out;width:15px}.install-btn:hover:before{opacity:0;transform:translate(-50%,-50%) scale(20)}.install-text{text-align:center}.install-cancel{cursor:pointer;position:absolute;right:6px;top:6px;z-index:999}.sceletion{background:var(--primary);height:50vh;width:100%}.nav{position:absolute;top:0;width:100%;z-index:100}.nav .overlay.active{opacity:1;visibility:visible}.nav .overlay{background:#00000080;height:100%;opacity:0;position:fixed;visibility:hidden;width:100%;z-index:9}.nav .mobile-nav.active{transform:translate(0)}.nav .mobile-nav{background:var(--btn-color);height:100%;max-width:500px;overflow-y:auto;position:fixed;right:0;top:0;transform:translate(100%);width:100%;z-index:10;-ms-overflow-style:none;scrollbar-width:none}.nav .mobile-nav__cancel{position:fixed;right:24px;top:24px}.nav .mobile-btn{align-items:center;background-color:var(--btn-color);background:#fff;border-radius:20px;color:#fff;color:var(--btn-color);display:flex;flex-direction:row;font-size:20px;font-size:14px;font-weight:600;justify-content:center;line-height:30px;margin:60px auto 0;max-width:220px;overflow:hidden;padding:8px 35px;position:relative;transition:background-color .5s cubic-bezier(.49,-.11,.59,1.07);width:100%}@media (max-width:576px){.nav .mobile-btn{font-size:18px;line-height:27px}}.nav .mobile-btn:before{background-color:#fff;border-radius:50%;content:"";height:15px;left:50%;opacity:.8;position:absolute;top:50%;transform:translate(-50%,-50%) scale(0);transition:all .5s ease-in-out;width:15px}.nav .mobile-btn:hover:before{opacity:0;transform:translate(-50%,-50%) scale(20)}.nav .mobile-menu{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;margin-top:10px}.nav .mobile-menu__item{width:100%}.nav .mobile-menu__item--head{align-items:center;color:#fff;display:flex;flex-direction:row;font-size:24px;justify-content:space-between;padding:10px 20px;width:100%}.nav .mobile-menu__item--head .icon.active{transform:rotate(0)}.nav .mobile-menu__item--head .icon{transform:rotate(-90deg)}.nav .mobile-menu__item--submenu{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;transform:translate(40px)}.nav .mobile-menu__item--submenu-item{align-items:center;color:#fff;cursor:pointer;display:flex;flex-direction:row;font-size:24px;justify-content:space-between;padding:5px;width:100%}.nav .mobile-menu__item--submenu-item:hover{transform:translate(5px)}.nav .mobile-menu__item--submenu-item .icon{transform:rotate(-90deg)}.nav .mobile-footer{border-top:1px solid #fff;gap:24px;margin-top:48px;padding:32px 0}.nav .mobile-footer,.nav .mobile-footer__phones{align-items:center;display:flex;flex-direction:column;justify-content:center}.nav .mobile-footer__phones{gap:15px}.nav .mobile-footer__phones a{color:#fff;font-size:25px}.nav .mobile-footer__socials{gap:10px}.nav .mobile-footer__socials,.nav .mobile-footer__socials--item{align-items:center;display:flex;flex-direction:row;justify-content:center}.nav .mobile-footer__socials--item{background:#f6f6f6;border-radius:10px;cursor:pointer;height:37px;min-width:-moz-max-content;min-width:max-content;width:37px}.nav .mobile-footer__socials--item:hover .icon{transform:translateY(-3px) scale(1.2)}.nav-top{background:#fff;padding:10px 0}.nav-top__in{align-items:center;display:flex;flex-direction:row;gap:10px;justify-content:space-between}.nav-top__logo{max-width:210px}@media (max-width:576px){.nav-top__logo{max-width:150px}}.nav-top__logo img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transform:scale(1.2);width:100%}.nav-top__phones{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;justify-content:center}@media (max-width:576px){.nav-top__phones{gap:0}}.nav-top__phone{color:#000;font-size:20px;font-weight:400;line-height:30px}@media (max-width:576px){.nav-top__phone{font-size:18px;font-size:14px;font-weight:400;line-height:27px;line-height:17px;margin-left:5px}}@media (max-width:576px) and (max-width:576px){.nav-top__phone{font-size:12px;line-height:18px}}.nav-top__row{align-items:center;display:flex;flex-direction:row;gap:8px;justify-content:center}.nav-top__hamb{display:none}@media (max-width:992px){.nav-top__hamb{cursor:pointer;display:block}}.nav-top__socials{align-items:center;display:flex;flex-direction:row;gap:10px;justify-content:center}@media (max-width:992px){.nav-top__socials{display:none}}.nav-top__social--item{align-items:center;background:#f6f6f6;border-radius:10px;cursor:pointer;display:flex;flex-direction:row;height:37px;justify-content:center;width:37px}.nav-top__social--item:hover .icon{transform:translateY(-3px) scale(1.2)}.nav-top__social--item img{height:100%;max-width:100px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.nav-top__btn{align-items:center;background-color:var(--btn-color);border-radius:20px;color:#fff;display:flex;flex-direction:row;font-size:20px;font-weight:600;justify-content:center;line-height:30px;max-width:306px;overflow:hidden;padding:8px 35px;position:relative;transition:background-color .5s cubic-bezier(.49,-.11,.59,1.07);width:100%}@media (max-width:576px){.nav-top__btn{font-size:18px;line-height:27px}}.nav-top__btn:before{background-color:#fff;border-radius:50%;content:"";height:15px;left:50%;opacity:.8;position:absolute;top:50%;transform:translate(-50%,-50%) scale(0);transition:all .5s ease-in-out;width:15px}.nav-top__btn:hover:before{opacity:0;transform:translate(-50%,-50%) scale(20)}@media (max-width:1200px){.nav-top__btn{align-items:center;background-color:var(--btn-color);border-radius:20px;color:#fff;display:flex;flex-direction:row;font-size:20px;font-weight:600;justify-content:center;line-height:30px;max-width:236px;overflow:hidden;padding:8px 35px;position:relative;transition:background-color .5s cubic-bezier(.49,-.11,.59,1.07);width:100%}}@media (max-width:1200px) and (max-width:576px){.nav-top__btn{font-size:18px;line-height:27px}}@media (max-width:1200px){.nav-top__btn:before{background-color:#fff;border-radius:50%;content:"";height:15px;left:50%;opacity:.8;position:absolute;top:50%;transform:translate(-50%,-50%) scale(0);transition:all .5s ease-in-out;width:15px}.nav-top__btn:hover:before{opacity:0;transform:translate(-50%,-50%) scale(20)}}@media (max-width:992px){.nav-top__btn{display:none}}.nav-bottom{background:#f9b5c94d;box-shadow:inset 41.3px -41.3px 41.3px #00000040;padding-top:5px}@media (max-width:992px){.nav-bottom{display:none}}.nav-bottom__menu{align-items:center;display:flex;flex-direction:row;gap:10px;justify-content:space-between}.nav-bottom__menu--item{font-size:18px;font-weight:600;line-height:27px;max-width:190px;padding-bottom:15px;position:relative;text-align:center}@media (max-width:576px){.nav-bottom__menu--item{font-size:16px;line-height:24px}}.nav-bottom__menu--item:hover .nav-bottom__menu--item-dropdown{display:block;opacity:1;transform:translate(-50%);visibility:visible}.nav-bottom__menu--item a{color:#000;font-family:var(--pr-font)}.nav-bottom__menu--item-dropdown{background:var(--primary);border-radius:5px;display:none;left:50%;min-width:120px;opacity:0;position:absolute;top:100%;transform:translate(-50%,-20px);visibility:hidden;width:-moz-max-content;width:max-content;z-index:9999}.nav-bottom__menu--item-dropdown-arrow.pending{display:none}.nav-bottom__menu--item-dropdown-arrow{height:25px;left:0;overflow:hidden;position:absolute;top:0;transform:translateY(-100%) translate(10%) rotate(180deg);width:50px}.nav-bottom__menu--item-dropdown-arrow:after{background:var(--primary);content:"";height:20px;left:50%;position:absolute;top:0;transform:translate(-50%) translateY(-50%) rotate(45deg);width:20px}.nav-bottom__menu--item-dropdown-item{border-bottom:1px solid #fcdae4;cursor:pointer;max-width:230px;padding:10px;width:100%}.nav-bottom__menu--item-dropdown-item:hover{transform:scale(1.05)}.accordion-container .accordion-item .accordion-header.active .icon{transform:rotate(0)}.accordion-container .accordion-item .accordion-header2.active .child-icon{opacity:0;transition:transform .3s ease}.accordion-container .accordion-item .accordion-header .icon{transform:rotate(-90deg);transition:transform .3s ease}.accordion-container .accordion-item .accordion-content{max-height:0;overflow:hidden;transition:max-height .3s ease}.footer{background:var(--primary);padding:20px 0}@media (max-width:576px){.footer{background:var(--btn-color);padding:20px 0}}.footer-in{align-items:center;display:flex;flex-direction:row;justify-content:space-between}@media (max-width:768px){.footer-in{align-items:center;display:flex;flex-direction:column;gap:24px;justify-content:center}}.footer-logo{max-width:220px;width:100%}@media (max-width:1200px){.footer-logo{display:none}}.footer-logo img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}@media (max-width:992px){.footer-logo{display:none}}.footer-box{align-items:center;display:flex;flex-direction:row;gap:80px;justify-content:space-between}@media (max-width:768px){.footer-box{gap:40px}}.footer-menu{align-items:flex-start;display:flex;flex-direction:column;gap:15px;justify-content:flex-start}.footer-menu__item{color:#000;cursor:pointer;font-family:var(--pr-font);font-size:20px;font-weight:400;line-height:30px}@media (max-width:576px){.footer-menu__item{color:#fff;font-size:18px;line-height:27px}}.footer-menu__item:hover{transform:translate(5px)}.footer-right.mobile{display:none}@media (max-width:768px){.footer-right.mobile{display:block;margin-top:16px;max-width:100%;padding:0}}.footer-right{max-width:430px;padding:16px 0}@media (max-width:768px){.footer-right{border-top:1px solid #fff;display:none}}.footer-right__phones.mobile{display:none}@media (max-width:768px){.footer-right__phones.mobile{display:flex;gap:30px}}.footer-right__phones{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.footer-right__phones a{color:#000;font-family:var(--pr-font);font-size:20px;font-weight:400;line-height:30px}@media (max-width:576px){.footer-right__phones a{color:#fff;font-size:18px;line-height:27px}}.footer-right__address{font-family:var(--pr-font);font-size:20px;font-weight:400;line-height:30px;margin-top:36px}@media (max-width:576px){.footer-right__address{font-size:18px;line-height:27px}}@media (max-width:768px){.footer-right__address{text-align:center}}@media (max-width:576px){.footer-right__address{color:#fff}}.footer-right__bottom{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-top:30px}@media (max-width:768px){.footer-right__bottom-bot{display:none}}.footer-right__bottom-socials{align-items:center;display:flex;flex-direction:row;gap:10px;justify-content:center}@media (max-width:768px){.footer-right__bottom-socials{margin:0 auto}}.footer-right__bottom-social{align-items:center;background:#fff;border-radius:10px;cursor:pointer;display:flex;flex-direction:row;height:37px;justify-content:center;width:37px}.footer-right__bottom-social:hover .icon{transform:translateY(-3px) scale(1.2)}@media (max-width:768px){.copy.desc{display:none}}.copy.mobile{display:none;margin-top:12px}@media (max-width:768px){.copy.mobile{display:block}}@media (max-width:576px){.copy.mobile{color:#fff}}.copy{font-size:14px;font-weight:500;line-height:17px;text-align:center}@media (max-width:576px){.copy{font-size:12px;line-height:18px}}.divider{align-items:center;display:flex;flex-direction:row;gap:20px;justify-content:space-between;width:100%}@media (max-width:576px){.divider{gap:16px}}.divider-text{font-family:var(--pr-font);font-size:25px;font-weight:600;line-height:38px;min-width:-moz-max-content;min-width:max-content;text-align:center;text-transform:uppercase}@media (max-width:576px){.divider-text{font-size:14px;line-height:18px}}@media (max-width:992px){.divider-text{min-width:45%}}.line{border:1px solid #000;width:100%}.booking-title{font-size:20px;font-weight:700;line-height:30px}@media (max-width:576px){.booking-title{font-size:18px;line-height:27px}}.booking-form{gap:20px;margin-top:20px}.booking-form,.booking-form__item{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start}.booking-form__item{gap:10px;width:100%}.booking-form__label{font-size:16px;font-weight:600;line-height:24px}@media (max-width:576px){.booking-form__label{font-size:14px;line-height:21px}}.booking-form__input{background:#f1f5f8;border:none;border-radius:30px;font-size:14px;font-weight:500;line-height:17px;outline:none;padding:12px 15px;width:100%}@media (max-width:576px){.booking-form__input{font-size:12px;line-height:18px}.booking-form__btn{font-size:18px;line-height:27px}}.booking-form__btn:before{background-color:#fff;border-radius:50%;content:"";height:15px;left:50%;opacity:.8;position:absolute;top:50%;transform:translate(-50%,-50%) scale(0);transition:all .5s ease-in-out;width:15px}.booking-form__btn:hover:before{opacity:0;transform:translate(-50%,-50%) scale(20)}.booking-form__desc{color:#8d979f;font-size:12px;font-weight:500;line-height:16px;text-align:center}@media (max-width:576px){.booking-form__desc{font-size:10px;line-height:14px}}.booking-form__desc a{color:var(--btn-color)}.success-icon{align-items:center;background:var(--btn-color);border-radius:50%;display:flex;flex-direction:row;height:70px;justify-content:center;min-width:70px;width:70px}.success-desc{font-size:16px;font-weight:500;line-height:24px;margin:20px 0;text-align:center}@media (max-width:576px){.success-desc{font-size:14px;line-height:21px}}.success-link{align-items:center;color:#000;display:flex;flex-direction:row;font-size:16px;font-weight:500;justify-content:center;line-height:24px;text-decoration:underline}@media (max-width:576px){.success-link{font-size:14px;line-height:21px}}.start-modal .cancel{cursor:pointer;position:absolute;right:5px;top:5px}.start-modal__text.rus{margin-top:20px}.start-modal__text{font-size:14px;font-weight:400;line-height:17px;text-align:center}.booking-form__btn{align-items:center;background-color:var(--btn-color);border-radius:20px;color:#fff;display:flex;flex-direction:row;font-size:20px;font-size:16px;font-weight:600;justify-content:center;line-height:30px;margin-top:20px;max-width:100%;overflow:hidden;padding:8px 35px;position:relative;transition:background-color .5s cubic-bezier(.49,-.11,.59,1.07);width:100%}.start-modal{background:#c9c9c9;border:1px solid var(--primary);border-radius:10px;bottom:3%;color:#fff;left:100%;margin-bottom:20px;max-width:566px;overflow-y:scroll;padding:30px;position:sticky;scrollbar-width:none;text-align:center;transform:translate(-5%);width:100%;z-index:100}@media (max-width:576px){.start-modal{max-width:90%}}.header{align-items:center;background:url(./header.DIZnM90V.webp) no-repeat 50%/cover;display:flex;flex-direction:column;justify-content:flex-end;padding-top:200px;position:relative;width:100%}@media (max-width:992px){.header{align-items:center;display:flex;flex-direction:column;justify-content:center;padding-top:100px}}@media (max-width:768px){.header{background:var(--primary);height:auto;padding-top:0}}.header-img{bottom:0;position:absolute;right:0;transform:translateY(8px);z-index:0}.header-in{flex-direction:column}.header-in,.header-search{align-items:center;display:flex;justify-content:center}.header-search{border-radius:60px;flex-direction:row;margin-bottom:13%;max-width:652px;position:relative;width:100%;z-index:13}@media (max-width:992px){.header-search{margin-bottom:5%}}@media (max-width:768px){.header-search{margin-top:100px}}@media (max-width:576px){.header-search{margin-bottom:2%;margin-top:80px;padding:4px 8px}}.header-search__result--item{color:#000;padding:8px 16px;width:100%}.header-search__result--item:hover{background:var(--primary)}.header-search__result{align-items:center;background:#fff;border-radius:12px;display:flex;flex-direction:column;justify-content:flex-start;left:50%;max-height:60vh;overflow:hidden;overflow-y:auto;position:absolute;top:100%;transform:translate(-50%);width:100%;z-index:10}.header-search__input{border:3px solid var(--btn-color);border-radius:60px;outline:none;padding:18px 20px;width:100%}@media (max-width:576px){.header-search__input{padding:10px}}.header-search__icon{align-items:center;background:var(--btn-color);border-radius:50%;cursor:pointer;display:flex;flex-direction:column;justify-content:center;padding:18px;position:absolute;right:0}@media (max-width:576px){.header-search__icon{padding:10px}}.header-cards{align-items:center;display:flex;flex-direction:row;gap:24px;justify-content:center;margin:5% 0;z-index:1}@media (max-width:992px){.header-cards{flex-wrap:wrap;gap:10px;margin:10px 0}}.header-card{align-items:center;background:url(./header-card1.B1S9Qq2B.png) #fff no-repeat 50%/cover;border-radius:32px;box-shadow:0 6px 6px #00000040;display:flex;flex-direction:column;height:273px;justify-content:center;overflow:hidden;padding:40px 20px;position:relative;width:400px}@media (max-width:768px){.header-card{height:220px;max-width:768px;width:100%}}@media (max-width:576px){.header-card{height:150px;max-width:768px;width:100%}}.header-card__icon{align-items:center;background:#ffdedd;border-radius:50%;display:flex;flex-direction:row;height:60px;justify-content:center;min-width:60px;width:60px}.header-card__icon img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.header-card__title{align-items:center;color:#272727;display:flex;flex-direction:row;flex-wrap:wrap;font-size:25px;font-weight:400;justify-content:center;line-height:32px;margin-top:10px;text-align:center}@media (max-width:576px){.header-card__title{font-size:14px;line-height:17px}}.header-card__discount{color:#d30075;font-size:25px;font-weight:400;line-height:32px;margin-top:10px;text-align:center}@media (max-width:576px){.header-card__discount{font-size:14px;line-height:17px}}.header-card__desc{color:#575757;font-size:20px;font-weight:400;line-height:30px;margin-top:10px;text-align:center}@media (max-width:576px){.header-card__desc{font-size:18px;line-height:27px}}.header-card:after{align-items:center;background:#000c;color:#fff;content:"Batafsil ko'rish";cursor:pointer;display:flex;flex-direction:row;font-family:var(--pr-font);font-size:25px;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transition:.3s ease;width:100%}.header-card:hover:after{opacity:1}.section{padding:50px 0}@media (max-width:576px){.section{padding:30px 0}}.section-in{align-items:center;display:flex;flex-direction:row;gap:24px;justify-content:space-between;margin-top:50px}@media (max-width:1200px){.section-in{align-items:center;display:flex;flex-direction:column-reverse;justify-content:center}}.section-left{max-width:50%}@media (max-width:1200px){.section-left{max-width:100%}}.section-left__title{color:#000;font-family:var(--pr-font);font-size:25px;font-weight:600;line-height:38px}@media (max-width:576px){.section-left__title{font-size:14px;font-size:16px;line-height:18px;line-height:normal;text-align:center}}.section-left__desc{color:#000;font-family:var(--pr-font);font-size:20px;font-weight:400;line-height:30px;margin-top:30px}@media (max-width:576px){.section-left__desc{font-size:18px;line-height:27px;margin-top:16px}}.section-left__btn{align-items:center;background-color:var(--btn-color);border-radius:20px;color:#fff;display:flex;flex-direction:row;font-size:20px;font-weight:600;justify-content:center;line-height:30px;margin:30px auto 0;max-width:416px;overflow:hidden;padding:8px 35px;position:relative;transition:background-color .5s cubic-bezier(.49,-.11,.59,1.07);width:100%}@media (max-width:576px){.section-left__btn{font-size:18px;line-height:27px}}.section-left__btn:before{background-color:#fff;border-radius:50%;content:"";height:15px;left:50%;opacity:.8;position:absolute;top:50%;transform:translate(-50%,-50%) scale(0);transition:all .5s ease-in-out;width:15px}.section-left__btn:hover:before{opacity:0;transform:translate(-50%,-50%) scale(20)}@media (max-width:576px){.section-left__btn{margin-top:16px}}.section-right.doctor2{align-items:center;display:flex;flex-direction:row;justify-content:flex-end;max-width:100%;overflow:hidden}.section-right.doctor2 img{border:1px solid var(--btn-color);border-radius:12px;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.section-right.doctor{align-items:center;background:var(--btn-color);border:20px solid #f9b5c9;border-radius:50%;display:flex;flex-direction:row;height:520px;justify-content:center;margin-bottom:20px;min-width:520px;outline:35px solid #fadce4;overflow:hidden;width:520px}@media (max-width:768px){.section-right.doctor{border:10px solid #f9b5c9;height:450px;min-width:450px;outline:20px solid #fadce4;width:450px}}@media (max-width:576px){.section-right.doctor{border:5px solid #f9b5c9;height:320px;min-width:320px;outline:10px solid #fadce4;width:320px}}.section-right.doctor img{height:100%;max-width:80%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}@media (max-width:1200px){.section-right.doctor img{max-width:80%}}.section-right{max-width:50%;width:100%}@media (max-width:1200px){.section-right{max-width:100%}}.section-right img{height:100%;max-width:80%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}@media (max-width:1200px){.section-right img{max-width:100%}}.services{padding:50px 0}@media (max-width:576px){.services{padding:30px 0}}.services-in{margin-top:50px}@media (max-width:576px){.services-in{margin-top:30px}}.services-hover:hover .services-card{background:var(--primary) no-repeat right/80%}.services-card{background:#fff url(./services-img.CEDTQBra.png) no-repeat 100%/80%;border-radius:32px;box-shadow:0 4px 4px #00000040;height:400px;padding:40px;pointer-events:none}@media (max-width:576px){.services-card{height:320px;padding:12px}}.services-card__title{font-size:32px;font-weight:600;line-height:39px;text-align:center;z-index:10}@media (max-width:576px){.services-card__title{font-size:22px;line-height:28px}}.services-card__desc{font-size:16px;font-weight:400;line-height:24px;margin-top:16px;z-index:10}@media (max-width:576px){.services-card__desc{font-size:14px;line-height:21px}}.result{padding:50px 0}@media (max-width:576px){.result{padding:30px 0}}.result-in{margin-top:50px}@media (max-width:576px){.result-in{margin-top:30px}}.result-cards{margin-top:24px}.result-card{background:#fff;border-radius:32px;box-shadow:0 4px 4px #00000040;height:400px;overflow:hidden;pointer-events:none}.result-card img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.swiper-wrapper{align-items:stretch!important}.comments{padding:50px 0}@media (max-width:576px){.comments{padding:30px 0}}.comments-in{margin-top:50px}@media (max-width:576px){.comments-in{margin-top:30px}}.comments-cards{align-items:stretch;display:flex;flex-direction:row;height:100%;justify-content:center}.comments-hover:hover .comments-card{background:var(--primary)}.comments-card{background:#fff;border-radius:32px;box-shadow:0 4px 4px #00000040;height:100%;overflow:hidden;padding:30px 16px;pointer-events:none}.comments-card__nav{align-items:center;display:flex;flex-direction:row;gap:16px;justify-content:flex-start}.comments-card__nav--img{border-radius:16px;height:60px;min-width:-moz-max-content;min-width:max-content;overflow:hidden;width:60px}.comments-card__nav--img img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.comments-card__nav--text{font-family:var(--pr-font);font-size:16px;font-weight:500;line-height:24px}@media (max-width:576px){.comments-card__nav--text{font-size:14px;line-height:21px}}.comments-card__text{font-family:var(--pr-font);font-size:16px;font-weight:400;line-height:24px;margin-top:24px}@media (max-width:576px){.comments-card__text{font-size:14px;line-height:21px}}.map{margin-bottom:30px;position:relative;width:100%}@media (max-width:576px){.map{margin-bottom:15px}}.map #map{width:60%}@media (max-width:1200px){.map #map{height:400px;width:100%}}@media (max-width:576px){.map #map{height:300px}}.map-in{align-items:stretch;display:flex;flex-direction:row;gap:20px;justify-content:space-between}@media (max-width:1200px){.map-in{align-items:center;display:flex;flex-direction:column;justify-content:center}}.map .map-card{background:#fff;box-shadow:0 3px 10px #00000026;padding:30px;width:40%}@media (max-width:1200px){.map .map-card{width:100%}}@media (max-width:576px){.map .map-card{padding:12px}}.map .map-card .main-btn{align-items:center;background-color:var(--btn-color);border-radius:20px;color:#fff;display:flex;flex-direction:row;font-size:20px;font-size:14px;font-weight:600;justify-content:center;line-height:30px;margin-top:20px;max-width:100%;overflow:hidden;padding:8px 35px;position:relative;transition:background-color .5s cubic-bezier(.49,-.11,.59,1.07);width:100%}@media (max-width:576px){.map .map-card .main-btn{font-size:18px;line-height:27px}}.map .map-card .main-btn:before{background-color:#fff;border-radius:50%;content:"";height:15px;left:50%;opacity:.8;position:absolute;top:50%;transform:translate(-50%,-50%) scale(0);transition:all .5s ease-in-out;width:15px}.map .map-card .main-btn:hover:before{opacity:0;transform:translate(-50%,-50%) scale(20)}@media (max-width:1200px){.map .map-card .main-btn{align-items:center;background-color:var(--btn-color);border-radius:20px;color:#fff;display:flex;flex-direction:row;font-size:20px;font-weight:600;justify-content:center;line-height:30px;margin:20px auto 0;max-width:300px;overflow:hidden;padding:8px 35px;position:relative;transition:background-color .5s cubic-bezier(.49,-.11,.59,1.07);width:100%}}@media (max-width:1200px) and (max-width:576px){.map .map-card .main-btn{font-size:18px;line-height:27px}}@media (max-width:1200px){.map .map-card .main-btn:before{background-color:#fff;border-radius:50%;content:"";height:15px;left:50%;opacity:.8;position:absolute;top:50%;transform:translate(-50%,-50%) scale(0);transition:all .5s ease-in-out;width:15px}.map .map-card .main-btn:hover:before{opacity:0;transform:translate(-50%,-50%) scale(20)}}@media (max-width:576px){.map .map-card .main-btn{align-items:center;background-color:var(--btn-color);border-radius:20px;color:#fff;display:flex;flex-direction:row;font-size:20px;font-weight:600;justify-content:center;line-height:30px;margin-top:12px;max-width:100%;overflow:hidden;padding:8px 35px;position:relative;transition:background-color .5s cubic-bezier(.49,-.11,.59,1.07);width:100%}}@media (max-width:576px) and (max-width:576px){.map .map-card .main-btn{font-size:18px;line-height:27px}}@media (max-width:576px){.map .map-card .main-btn:before{background-color:#fff;border-radius:50%;content:"";height:15px;left:50%;opacity:.8;position:absolute;top:50%;transform:translate(-50%,-50%) scale(0);transition:all .5s ease-in-out;width:15px}.map .map-card .main-btn:hover:before{opacity:0;transform:translate(-50%,-50%) scale(20)}}.map .map-card .title-small{margin-top:0}.map .map-card__title{margin-bottom:10px;text-align:left}.map .map-card__contact--email{align-items:center;display:flex;flex-direction:row;gap:10px;justify-content:flex-start}.map .map-card__contact--email .title-small{margin-top:0}.map .map-card__contact--phone{align-items:center;display:flex;flex-direction:row;gap:10px;justify-content:flex-start;margin-top:10px}.map .map-card__contact--phone .title-small{margin-top:0}.map .map-card__contact{margin-top:20px}.map .map-card__weeks{align-items:flex-start;display:flex;flex-direction:column;gap:10px;justify-content:flex-start}.map .map-card__weeks--item-name{color:#6a6a6a}.map .map-card__weeks--item-time{color:#ef2727}.map .map-card__weeks--item{align-items:center;background:#fff2f2;display:flex;flex-direction:row;gap:25px;justify-content:space-between;padding:15px 20px;width:100%}@media (max-width:576px){.map .map-card__weeks--item{gap:8px;padding:12px}}#index-bg1.head{top:15%}#index-bg1{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;overflow:hidden;position:absolute;top:0;width:100%;z-index:-1}@media (max-width:768px){#index-bg1{display:none}}#index-bg1 img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}#index-bg.head{overflow:hidden}#index-bg{max-height:-moz-max-content;max-height:max-content;position:relative}#index-bg,.big-image{width:100%}.big-image img{height:100%;max-height:90vh;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.spinner{border-radius:50%;height:60px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:60px}.spinner:after,.spinner:before{border-radius:inherit;content:"";position:absolute}.spinner:before{animation:spin .5s linear infinite;background-image:linear-gradient(0deg,#d9518d,#fff 50%);height:100%;width:100%}.spinner:after{background-color:#fff;height:85%;left:50%;top:50%;transform:translate(-50%,-50%);width:85%}@keyframes spin{to{transform:rotate(1turn)}}.calculate-2{display:none}@media (max-width:768px){.calculate-2{display:flex}}.first-bg.doctor{padding-top:180px}@media (max-width:992px){.first-bg.doctor{padding-top:65px}}.experience{margin:0 auto;max-width:95%}.about-text{align-items:center;display:flex;flex-direction:row;gap:36px;justify-content:flex-start}@media (max-width:992px){.about-text{gap:25px;gap:16px}}.break{margin-top:100px}@media (max-width:992px){.break{margin-top:60px}}@media (max-width:576px){.break{margin-top:30px}}.break2{margin-top:50px}@media (max-width:992px){.break2{margin-top:30px}}@media (max-width:576px){.break2{margin-top:16px}}.about-certificates__in{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;justify-content:center;margin:50px 0}@media (max-width:992px){.about-certificates__in{margin-top:30px 0}}@media (max-width:576px){.about-certificates__in{margin-top:16px 0}}.about-certificates__in--img{max-width:45%}.about-certificates__in--img img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.child{margin-bottom:50px;margin-top:180px}@media (max-width:992px){.child{margin-bottom:30px;margin-top:50px}}.child .title-small.main{justify-content:center;text-align:center}.child .title-small,.child .title-small.main{align-items:center;display:flex;flex-direction:row}.child .title-small{gap:16px;justify-content:flex-start}.child .child-icon{align-items:center;background:var(--primary);border-radius:50%;display:flex;flex-direction:row;height:50px;justify-content:center;min-width:50px;width:50px}@media (max-width:576px){.child .child-icon{height:30px;min-width:30px;width:30px}}.child .child-icon .icon{cursor:pointer;transform:rotate(-90deg)}.accordion-header.active span{opacity:0}.child-text{margin-left:5%}.child-img{align-items:center;border-radius:32px;display:flex;flex-direction:row;gap:20px;justify-content:center;margin:30px auto;max-width:1076px;overflow:hidden;width:100%}.child-img img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.pregnancy{padding-bottom:50px;padding-top:180px}@media (max-width:992px){.pregnancy{padding-bottom:30px;padding-top:60px}}.pregnancy .desc{text-align:center}.pregnancy-weeks{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;justify-content:center;margin-top:50px;min-height:70vh}@media (max-width:576px){.pregnancy-weeks{gap:8px;margin-top:20px}}.pregnancy-weeks__item{background:#fff;border-radius:16px;box-shadow:0 4px 4px #00000040;margin-top:0;padding:24px}@media (max-width:576px){.pregnancy-weeks__item{padding:10px}}.pregnancy-week{min-height:100vh;padding-bottom:50px;padding-top:180px}@media (max-width:992px){.pregnancy-week{padding-bottom:30px;padding-top:80px}}.pregnancy-week__in{align-items:flex-start;display:flex;flex-direction:row;gap:20px;justify-content:space-between;margin-top:50px;width:100%}@media (max-width:992px){.pregnancy-week__in{gap:0;margin-top:0}}.pregnancy-week__nav{align-items:center;display:flex;flex-direction:row;gap:6px;justify-content:space-between;padding:20px 0;position:sticky;top:0}@media (max-width:576px){.pregnancy-week__nav{background:#fff;padding:12px 0}}.pregnancy-week__nav .myTitle{margin-top:0}.pregnancy-week__nav--prev.pending{opacity:0;visibility:hidden}.pregnancy-week__nav--prev{align-items:center;background:#fff;border:1px solid #000;border-radius:8px;display:flex;flex-direction:row;height:46px;justify-content:center;width:196px}@media (max-width:992px){.pregnancy-week__nav--prev{width:120px}}@media (max-width:576px){.pregnancy-week__nav--prev{height:40px;width:90px}}.pregnancy-week__nav--next.pending{opacity:0;visibility:hidden}.pregnancy-week__nav--middle{align-items:center;background:var(--primary);border:1px solid #000;border-radius:8px;display:flex;flex-direction:row;height:46px;justify-content:center;width:196px}@media (max-width:576px){.pregnancy-week__nav--middle{max-width:90px;width:100%}}.pregnancy-week__nav--next{align-items:center;background:#fff;border:1px solid #000;border-radius:8px;display:flex;flex-direction:row;height:46px;justify-content:center;width:196px}@media (max-width:992px){.pregnancy-week__nav--next{width:120px}}@media (max-width:576px){.pregnancy-week__nav--next{height:40px;width:90px}}.pregnancy-week__left{position:sticky;top:100px}.pregnancy-week__right--img{border:1px solid var(--primary);border-radius:32px;margin:0 auto;max-height:800px;max-width:1076px;overflow:hidden;width:100%}@media (max-width:992px){.pregnancy-week__right--img{max-height:350px}}.pregnancy-week__right--img img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.pagination.mobile{background:#fff;display:none;padding:12px 0;position:sticky;top:63px}@media (max-width:992px){.pagination.mobile{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-top:0}.pagination.desktop{display:none}}.pagination{align-items:center;display:flex;flex-direction:column;gap:60px;justify-content:center;margin-top:20px;position:relative;width:200px}.pagination .myTitle{margin-top:0}@media (max-width:992px){.pagination{align-items:center;display:flex;flex-direction:row;gap:40px;justify-content:space-between;width:100%}}@media (max-width:576px){.pagination{gap:10px}}.pagination:after{border:1px dashed #000;content:"";height:100%;position:absolute;width:0;z-index:-1}@media (max-width:992px){.pagination:after{height:0;width:100%}}.pagination-item.all{font-size:18px}@media (max-width:992px){.pagination-item.all{font-size:14px}}.pagination-item.pending{display:none}.pagination-item{align-items:center;background:#ea91b5;border:10px solid #f9b5c9;border-radius:50%;color:#fff;display:flex;flex-direction:row;height:106px;justify-content:center;min-width:106px;outline:10px solid #fadce4;width:106px}@media (max-width:992px){.pagination-item{border:5px solid #f9b5c9;height:70px;min-width:70px;outline:5px solid #fadce4;width:70px}}.pagination .active{background:#d9518d}.pregnancy-content,.pregnancy-content .pregnancy-content__video{margin-top:20px}.pregnancy-content .pregnancy-content__images--item{width:100%}@media (max-width:992px){.pregnancy-content .pregnancy-content__images--item{max-height:350px}}.pregnancy-content .pregnancy-content__images{align-items:stretch;border:1px solid var(--primary);border-radius:32px;display:flex;flex-direction:row;gap:20px;justify-content:center;margin-top:30px;overflow:hidden}.pregnancy-content .pregnancy-content__images img{border-radius:16px;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.videos{margin-top:180px}@media (max-width:992px){.videos{margin-top:70px}}.video-one{border-radius:32px;margin:50px auto;max-height:508px;max-width:1076px;overflow:hidden}@media (max-width:992px){.video-one{margin:30px auto}}@media (max-width:576px){.video-one{margin:20px auto}}.video-one vide-player{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.video-item{border-radius:32px;overflow:hidden}.video-item vide-player{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.videos-shorts{margin-top:60px;padding:0 12px}@media (max-width:576px){.videos-shorts{margin-top:20px}}.videos-shorts .myTitle.video{text-align:left}.videos-shorts__content{margin-top:20px;position:relative}@media (max-width:576px){.videos-shorts__content{margin-top:12px}}.videos-shorts__video{border-radius:16px;height:500px;margin:0 auto;overflow:hidden;width:281px}.blog{min-height:100vh;padding-bottom:40px;padding-top:180px}@media (max-width:992px){.blog{padding-top:70px}}.blog-nav{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-top:20px}.blog-nav__user{background:var(--btn-color);border-radius:50%;height:50px;min-width:50px;width:50px}.blog-nav__out,.blog-nav__user{align-items:center;display:flex;flex-direction:row;justify-content:center}.blog-nav__out{background:#fff;border-radius:16px;box-shadow:2px 2px 4px #00000040;color:#d9518d;cursor:pointer;font-size:20px;gap:20px;padding:8px 16px}@media (max-width:576px){.blog-nav__out{padding:5px 10px}}.blog-header{margin:50px auto;width:100%}@media (max-width:992px){.blog-header{margin:30px auto}}@media (max-width:576px){.blog-header{margin:20px auto}}.blog-header__img{border:1px solid var(--primary);border-radius:16px;overflow:hidden;width:100%}.blog-header__img img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transform:scale(1.03);width:100%}.blog .myTitle{margin-top:24px;text-align:center}@media (max-width:992px){.blog .myTitle{margin-top:12px}}.blog-video{margin-top:30px}@media (max-width:768px){.blog-video{margin-top:12px}}.blog-user{align-items:center;border-bottom:1px solid #000;border-top:1px solid #000;display:flex;flex-direction:row;gap:24px;justify-content:flex-start;padding:30px 24px}@media (max-width:992px){.blog-user{padding:20px 16px}}@media (max-width:576px){.blog-user{gap:16px;padding:16px 12px}}.blog-user__img{border-radius:50%;height:150px;min-width:150px;overflow:hidden;width:150px}.blog-user__img img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}@media (max-width:992px){.blog-user__img{height:120px;min-width:120px;width:120px}}@media (max-width:576px){.blog-user__img{height:50px;min-width:50px;width:50px}}.blog-images{align-items:center;gap:24px;margin-top:30px}@media (max-width:576px){.blog-images{gap:12px;margin-top:20px}}.blog-images__item{border:32px}.blog-images__item img{transform:scale(1.05)}.blog-arrows{align-items:center;display:flex;flex-direction:row;gap:50px;justify-content:center;margin:50px 0}@media (max-width:992px){.blog-arrows{gap:30px;margin:30px 0}}@media (max-width:576px){.blog-arrows{gap:20px;margin:20px 0}}.blog-arrow__left{align-items:center;background:#d9518d;border-radius:50%;cursor:pointer;display:flex;flex-direction:row;height:60px;justify-content:center;min-width:60px;transform:rotate(90deg);width:60px}@media (max-width:576px){.blog-arrow__left{height:40px;min-width:40px;width:40px}}.blog-arrow__right{align-items:center;background:#d9518d;border-radius:50%;cursor:pointer;display:flex;flex-direction:row;height:60px;justify-content:center;min-width:60px;transform:rotate(-90deg);width:60px}@media (max-width:576px){.blog-arrow__right{height:40px;min-width:40px;width:40px}}.blog-content.video{margin-top:20px}.blog-content{align-items:flex-start;display:flex;flex-direction:row;gap:20px;justify-content:center}@media (max-width:992px){.blog-content{align-items:center;display:flex;flex-direction:column;justify-content:center}}.blog-content__in .myTitle{text-align:left}.blog-content__left.video{border:none;padding:0}@media (max-width:992px){.blog-content__left.video{width:100%}}.blog-content .page-video{border:1px solid #f9b5c9;border-radius:16px;height:100%;margin-bottom:15px;margin-top:0;overflow:hidden;width:100%}.blog-content__left{border:1px solid #f9b5c9;border-radius:16px;padding:40px;width:100%}@media (max-width:576px){.blog-content__left{border-radius:8px;padding:12px}}.blog-content__left .title-small{margin-bottom:20px;margin-top:0}.blog-content__left .myTitle{margin-top:0}.blog-content__right{border:1px solid #f9b5c9;border-radius:16px;max-width:35%;padding:20px;position:sticky;top:5px;width:100%;z-index:1}@media (max-width:992px){.blog-content__right{max-width:100%;position:relative}}@media (max-width:576px){.blog-content__right{border-radius:8px;padding:12px}}.blog-content__right .myTitle{margin-top:0;width:-moz-max-content;width:max-content}.blog-content__right--items.video{max-height:45vh}.blog-content__right--items{align-items:flex-start;display:flex;flex-direction:column;gap:15px;justify-content:flex-start;margin-top:20px;max-height:87vh;overflow-y:auto;width:100%}@media (max-width:576px){.blog-content__right--items{margin-top:12px}}.blog-content__right--item.video{padding:5px}.blog-content__right--item{align-items:flex-start;background:#fff;border:1px solid #f9b5c9;border-radius:12px;cursor:pointer;display:flex;flex-direction:row;gap:12px;justify-content:flex-start;padding:20px;width:360px}@media (max-width:992px){.blog-content__right--item{width:100%}}@media (max-width:576px){.blog-content__right--item{padding:12px}}.blog-content__right--item:hover{background:var(--primary)}.blog-content__right--item .myTitle{color:#4d4d4d;font-size:16px;line-height:20px;text-align:left;width:auto}.blog-content__right--item-img.video{max-height:50px;max-width:100px}.blog-content__right--item-img{border-radius:5px;min-width:120px;overflow:hidden}.blog-content__right--item-img img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.blog-content__right--bottom{align-items:center;background-color:var(--btn-color);background:#f9b5c9;border-radius:20px;color:#fff;display:flex;flex-direction:row;font-size:20px;font-weight:600;justify-content:center;justify-content:space-between;line-height:30px;margin-top:20px;max-width:100%;overflow:hidden;padding:8px 35px;position:relative;transition:background-color .5s cubic-bezier(.49,-.11,.59,1.07);width:100%}@media (max-width:576px){.blog-content__right--bottom{font-size:18px;line-height:27px}}.blog-content__right--bottom:before{background-color:#fff;border-radius:50%;content:"";height:15px;left:50%;opacity:.8;position:absolute;top:50%;transform:translate(-50%,-50%) scale(0);transition:all .5s ease-in-out;width:15px}.blog-content__right--bottom:hover:before{opacity:0;transform:translate(-50%,-50%) scale(20)}@media (max-width:576px){.blog-content__right--bottom{margin-top:12px}}.blog-content__right--bottom-icon{align-items:center;background:#fff;border-radius:50%;display:flex;flex-direction:row;height:40px;justify-content:center;max-height:40px;min-width:40px;transform:rotate(-90deg);width:40px}@media (max-width:576px){.blog-content__right--bottom-icon{height:25px;max-height:25px;min-width:25px;width:25px}}.blog-images{align-items:stretch;display:flex;flex-direction:row;gap:10px;justify-content:center;width:100%}.blog-images__item{border:1px solid var(--primary);border-radius:12px;margin:20px 0;max-height:100%;overflow:hidden;width:100%}@media (max-width:768px){.blog-images__item{margin:12px 0}}.blog-images__item img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.desc{margin-top:15px}.vjs-poster img{-o-object-fit:cover!important;object-fit:cover!important}.title.rep{margin-top:80px;text-align:left}.blog-index__more.active{max-height:-moz-max-content;max-height:max-content}@media (max-width:576px){.blog-index__more{max-height:0;overflow:hidden}}.detail-more{align-items:center;cursor:pointer;display:flex;display:none;flex-direction:column;justify-content:center;margin-top:12px}@media (max-width:576px){.detail-more{align-items:center;display:flex;flex-direction:column;justify-content:center}}.detail-more .icon-top.none{display:none}.detail-more .icon-bottom{transform:rotate(180deg)}.login{height:100vh}.login,.login-in{align-items:center;display:flex;flex-direction:row;justify-content:center}.login-in{border:1px solid rgba(0,0,0,.251);border-radius:32px;box-shadow:-4px -4px 4px #00000040,4px 4px 4px #00000040;gap:24px;padding:50px}@media (max-width:1200px){.login-in{margin:0 auto;max-width:800px}}@media (max-width:576px){.login-in{border:none;box-shadow:none;padding:12px}}@media (max-width:1200px){.login-left{display:none}}.login-right{width:50%}@media (max-width:1200px){.login-right{width:100%}}.login-title,.login-title2{text-align:center}.login-title2{color:var(--btn-color);margin-top:30px}.form{align-items:flex-start;display:flex;flex-direction:column;gap:20px;justify-content:flex-start;width:100%}.form .label-check{cursor:pointer;font-weight:400;margin-top:0}.form-item.check{flex-direction:row;gap:10px;margin-top:20px}.form-item.bottom,.form-item.check{align-items:center;display:flex;justify-content:flex-start}.form-item.bottom{flex-direction:column}.form-item{align-items:flex-start;flex-direction:column}.form .label,.form-item{display:flex;justify-content:flex-start;width:100%}.form .label{align-items:center;cursor:text;flex-direction:row;font-size:16px;gap:10px;margin-top:0}.form .input{border:none;border-bottom:1px solid #000;padding:5px 10px;transition:.3s ease;width:100%}.form .input:focus{outline:none}.form .main-btn{align-items:center;background-color:var(--btn-color);border-radius:8px;color:#fff;display:flex;flex-direction:row;font-size:20px;font-weight:600;justify-content:center;line-height:30px;margin-top:30px;max-width:220px;overflow:hidden;padding:8px 35px;position:relative;transition:background-color .5s cubic-bezier(.49,-.11,.59,1.07);width:100%}@media (max-width:576px){.form .main-btn{font-size:18px;line-height:27px}}.form .main-btn:before{background-color:#fff;border-radius:50%;content:"";height:15px;left:50%;opacity:.8;position:absolute;top:50%;transform:translate(-50%,-50%) scale(0);transition:all .5s ease-in-out;width:15px}.form .main-btn:hover:before{opacity:0;transform:translate(-50%,-50%) scale(20)}.form .help-btn{color:var(--btn-color);margin-top:20px;text-decoration:underline}.register{height:100vh}.register,.register-in{align-items:center;display:flex;flex-direction:row;justify-content:center}.register-in{border:1px solid rgba(0,0,0,.251);border-radius:32px;box-shadow:-4px -4px 4px #00000040,4px 4px 4px #00000040;gap:24px;padding:50px}@media (max-width:1200px){.register-in{margin:0 auto;max-width:800px}}@media (max-width:576px){.register-in{border:none;box-shadow:none;padding:12px}}.register-left{width:50%}@media (max-width:1200px){.register-left{width:100%}}.register-nav{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin:30px 0}.register-nav__icon{cursor:pointer;transform:rotate(90deg)}.register-nav .myTitle{margin-top:0}.register-nav__title{color:var(--btn-color);text-transform:uppercase}@media (max-width:1200px){.register-right{display:none}}.success-icon{margin:0 auto;width:-moz-max-content;width:max-content}.success-title{max-width:350px}.proccess-title,.success-title{color:var(--btn-color);margin:50px auto;text-align:center}.proccess-title{max-width:280px}.proccess-loader{animation:spin89345 1s linear infinite;border:4px solid var(--btn-color);border-left:4px solid transparent;border-radius:50%;height:36px;margin:0 auto;width:36px}@keyframes spin89345{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.loginbtn{color:var(--btn-color);margin-top:20px;text-decoration:underline}.calculate{padding-top:180px}@media (max-width:992px){.calculate{padding-top:70px}}.calculate .desc{text-align:center}.calculate-card{background:var(--btn-color);border-radius:16px;color:#fff;margin:50px 0;padding:24px;width:100%}@media (max-width:992px){.calculate-card{margin-top:30px}}@media (max-width:576px){.calculate-card{margin-top:16px}}.calculate-card__desc{color:#fff;margin-top:12px;text-align:center}.calculate-card__title{text-align:center}.calculate-card__in{align-items:flex-end;display:flex;flex-direction:row;gap:20px;justify-content:center}@media (max-width:576px){.calculate-card__in{flex-wrap:wrap;gap:12px}}.calculate-card__item{align-items:center;display:flex;flex-direction:column;gap:5px;height:-moz-max-content;height:max-content;justify-content:center}.calculate-card__item label{font-size:20px}.calculate-card__btn{align-items:center;background-color:var(--btn-color);background:#fff;border-radius:20px;color:#fff;color:var(--btn-color);display:flex;flex-direction:row;font-size:20px;font-weight:600;justify-content:center;line-height:30px;max-width:200px;overflow:hidden;padding:8px 35px;position:relative;transition:background-color .5s cubic-bezier(.49,-.11,.59,1.07);width:100%}@media (max-width:576px){.calculate-card__btn{font-size:18px;line-height:27px}}.calculate-card__btn:before{background-color:#fff;border-radius:50%;content:"";height:15px;left:50%;opacity:.8;position:absolute;top:50%;transform:translate(-50%,-50%) scale(0);transition:all .5s ease-in-out;width:15px}.calculate-card__btn:hover:before{opacity:0;transform:translate(-50%,-50%) scale(20)}.calculate-select{align-items:center;border-radius:16px;display:flex;flex-direction:row;justify-content:center;margin-top:28px}@media (max-width:576px){.calculate-select{margin-top:16px}}select{border-radius:16px;color:var(--btn-color);cursor:pointer;font-size:20px;font-weight:600;max-width:450px;padding:10px 20px;width:100%}select:focus{outline:none}.calculate-result{padding-bottom:50px}@media (max-width:992px){.calculate-result{margin-top:30px}}@media (max-width:576px){.calculate-result{margin-top:16px}}.calculate-result .title-small{margin-top:0}.calculate-result__ul{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;margin-top:6px;transform:translate(2%)}.calculate-result__li{color:#000;font-family:var(--pr-font);font-size:32px;font-weight:600;line-height:39px;list-style-type:disc}@media (max-width:576px){.calculate-result__li{font-size:22px;font-size:16px;line-height:28px;line-height:normal}}.calculate-result .desc{margin:50px 0 0;text-align:left}@media (max-width:992px){.calculate-result .desc{margin-top:30px}}@media (max-width:576px){.calculate-result .desc{margin-top:16px}}.calculate-result .myTitle{text-align:center}.calculate-result .title-32{margin-top:24px;text-align:center}select{min-width:100px}.news{padding-bottom:50px;padding-top:180px}@media (max-width:992px){.news{padding-bottom:30px;padding-top:65px}}.myTitle,.news-images{margin-top:30px}.news-images{align-items:center;display:flex;flex-direction:row;gap:20px;justify-content:center;width:100%}.news-image{border-radius:16px;overflow:hidden;width:100%}.news-image img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.bottom-slide-enter-active[data-v-96556ec3],.bottom-slide-leave-active[data-v-96556ec3]{transition:all .3s linear}.bottom-slide-enter-from[data-v-96556ec3],.bottom-slide-leave-to[data-v-96556ec3]{opacity:0;transform:translateY(40px)}
