@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box;font-family:Rethink Sans,sans-serif;outline:none;border:none;text-decoration:none}:root .catalog-card-ui{cursor:default;transition:.2s ease;width:100%;background:#fff;border-radius:12px;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;padding:16px;gap:16px}:root .catalog-card-ui .image-catalog{width:100%;height:270px;min-height:270px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:12px}:root .catalog-card-ui .image-catalog img{width:100%;height:100%;object-fit:cover;border-radius:12px}:root .catalog-card-ui .text-content{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:8px}:root .catalog-card-ui .text-content span{color:#0009;font-weight:400;font-size:14px;text-align:left}:root .catalog-card-ui .text-content h2{color:#000c;font-weight:500;text-align:left;font-size:16px;letter-spacing:-.1px;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1;line-clamp:1}:root .catalog-card-ui:hover{background-color:#1c96fa1c}:root .vacation-card-ui{width:100%;padding:16px;border-radius:12px;background:#fff;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:16px}:root .vacation-card-ui .title-top-vacation{width:100%;padding:20px 16px;border-radius:12px;background:#f5f5f5;min-height:110px;height:110px;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:8px}:root .vacation-card-ui .title-top-vacation p{color:#0009;font-weight:400;font-size:13px;text-align:left;max-width:250px;width:100%;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1;line-clamp:1}:root .vacation-card-ui .title-top-vacation h2{color:#000;font-weight:500;font-size:18px;text-align:left;max-width:248px;width:100%;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2;line-clamp:2}:root .vacation-card-ui .date-and-loc{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:14px}:root .vacation-card-ui .date-and-loc .dates{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:8px}:root .vacation-card-ui .date-and-loc .dates img{min-width:20px;width:20px;height:20px;min-height:20px}:root .vacation-card-ui .date-and-loc .dates span{color:#0009;font-weight:400;font-size:14px;text-align:left;letter-spacing:-.1px}:root .more{width:100%;display:flex;align-items:flex-start;justify-content:center}:root .more button{padding:14px 24px;border-radius:100px;background:#fff;display:flex;align-items:center;justify-content:center;user-select:none;gap:8px;cursor:pointer;transition:background-color .1s ease}:root .more button:active{transform:scale(.98)}:root .more button p{color:#1472e2;font-weight:500;font-size:16px;transition:.1s ease}:root .more button .icon{transition:.1s ease;color:#1472e2;font-size:21px}:root .more button:hover{background-color:#1472e2}:root .more button:hover p{color:#fff}:root .more button:hover .icon{color:#fff}:root .no-data-msg{width:100%;display:flex;align-items:center;justify-content:center;padding:3rem 10rem}:root .no-data-msg p{color:#303030;font-weight:400;font-size:14px}:root .success-order-page{width:100%;display:flex;align-items:center;justify-content:flex-start;flex-direction:column}:root .success-order-page .text-content{max-width:532px;width:100%;display:flex;align-items:center;justify-content:flex-start;flex-direction:column;gap:8px}:root .success-order-page .text-content img{max-width:340px;width:100%;height:auto;object-fit:contain}:root .success-order-page .text-content .links-and-texts{width:100%;display:flex;align-items:center;justify-content:flex-start;flex-direction:column}:root .success-order-page .text-content .links-and-texts h1{color:#132a1b;font-weight:500;font-size:24px;line-height:32px;text-align:center;width:100%}:root .success-order-page .text-content .links-and-texts p{color:#000c;font-weight:400;font-size:14px;text-align:center;width:100%;line-height:24px}.app{overflow-x:hidden!important}*::-webkit-scrollbar{height:3px;width:3px}*::-webkit-scrollbar-track{border-radius:6px;background-color:#fff}*::-webkit-scrollbar-track:hover{background-color:#fff}*::-webkit-scrollbar-track:active{background-color:#fff}*::-webkit-scrollbar-thumb{border-radius:20px;background-color:#72a9ec}*::-webkit-scrollbar-thumb:hover{background-color:#72a9ec}*::-webkit-scrollbar-thumb:active{background-color:#72a9ec}.app{width:100%;min-height:100vh;background:#f5f5f5;position:relative}.app .get-contact-us{position:fixed;z-index:1000;transition:.1s ease;background-color:transparent;border-radius:100px;display:flex;align-items:center;justify-content:center;overflow:hidden;bottom:26px;right:6px;min-width:80px;width:80px;min-height:80px;height:80px;cursor:pointer;animation:whatsappPulse 2s infinite ease-in-out}.app .get-contact-us img{width:60%;height:60%;object-fit:scale-down}.app .get-contact-us:active{transform:scale(.98)}.app .get-contact-us:hover{box-shadow:0 12px 24px #93c4ff83}@keyframes whatsappPulse{0%{box-shadow:0 0 #25d366b3;background-color:#25d366e6}50%{box-shadow:0 0 0 14px #25d36600;background-color:#32e67366}to{box-shadow:0 0 #25d36600;background-color:#25d366e6}}.button-ui{display:flex;align-items:center;justify-content:center;text-align:center;gap:4px;padding:14px 28px;background:#1472e2;cursor:pointer;transition:.1s ease;border-radius:12px;user-select:none}.button-ui img{min-width:20px;width:20px;min-height:20px;height:20px}.button-ui p{color:#fff;font-weight:500;font-size:12px;letter-spacing:-.3px;text-align:center}.button-ui:hover{background-color:#1058b1}.button-ui:active{transform:scale(.98)}.title-component{color:#000;font-weight:600;font-size:40px;display:flex;align-items:center;justify-content:center;line-height:52.08px}.show-more-button-ui{background-color:transparent;outline:none;padding:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;text-align:center;color:#1472e2;font-weight:500;font-size:16px;border-bottom:1px solid #1472e2}.show-more-button-ui:hover{color:#1058b1}.show-more-button-ui:active{transform:scale(.98)}.breadcrumb-wrapper{padding:28px 60px 0;width:100%;position:relative;z-index:1;background-color:transparent}.breadcrumb-wrapper .breadcrumb{width:100%;max-width:1320px;margin:0 auto;height:auto;display:flex;align-items:center;justify-content:flex-start;gap:8px}.breadcrumb-wrapper .breadcrumb .prev,.breadcrumb-wrapper .breadcrumb .current{color:#093663;user-select:none;font-weight:400;font-size:14px;text-align:left;padding:3px 0}.breadcrumb-wrapper .breadcrumb .prev:active,.breadcrumb-wrapper .breadcrumb .current:active{transform:scale(.98)}.breadcrumb-wrapper .breadcrumb .prev{cursor:pointer}.breadcrumb-wrapper .breadcrumb .prev:hover{color:#0073ff}.breadcrumb-wrapper .breadcrumb .current{color:#0009}.breadcrumb-wrapper .breadcrumb img{min-width:24px;width:24px;height:24px;min-height:24px}.loader-container{width:100%;height:70vh;display:flex;align-items:center;justify-content:center}.loader-container svg{width:3.25em;transform-origin:center;animation:rotate4 2s linear infinite}.loader-container circle{fill:none;stroke:#3189fc;stroke-width:5;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;animation:dash4 1.5s ease-in-out infinite}@keyframes rotate4{to{transform:rotate(360deg)}}@keyframes dash4{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,200;stroke-dashoffset:-35px}to{stroke-dashoffset:-125px}}.modal-get-price{position:fixed;z-index:100000;inset:0;width:100%;min-height:100vh;background-color:#0000003d;transition:.25s ease;opacity:0;pointer-events:none;display:flex;align-items:center;justify-content:center}.modal-get-price .modal-contain{width:100%;max-width:656px;height:auto;transition:.25s ease;background:#fff;border-radius:12px;transform:scale(.9);opacity:50%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;padding:40px;gap:32px}.modal-get-price .modal-contain .top-title{width:100%;display:flex;align-items:center;justify-content:flex-start;flex-direction:column;gap:8px}.modal-get-price .modal-contain .top-title h2{color:#000;font-weight:600;font-size:24px;text-align:center;line-height:normal}.modal-get-price .modal-contain .top-title p{max-width:394px;width:100%;text-align:center;line-height:24px;font-size:15px;color:#000000b2}.modal-get-price .modal-contain .form-container{width:100%;height:auto;max-width:576px;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:16px}.modal-get-price .modal-contain .form-container .inputs-contain{width:100%;max-width:576px;display:grid;grid-template-columns:repeat(2,1fr);justify-items:flex-start;align-items:flex-start;gap:16px}.modal-get-price .modal-contain .form-container .inputs-contain input{width:100%;padding:13.93px 16px;background:#f5f5f5;border-radius:12px;border:1px solid #f5f5f5;cursor:pointer;border:2px solid transparent;transition:.1s ease}.modal-get-price .modal-contain .form-container .inputs-contain input:focus{cursor:default;border:2px solid #0073ff}.modal-get-price .modal-contain .form-container .inputs-contain input::placeholder{color:#0009;font-weight:400;font-size:16px}.modal-get-price .modal-contain .form-container textarea{width:100%;height:96px;resize:none;padding:13.93px 16px;background:#f5f5f5;border-radius:12px;border:1px solid #f5f5f5;cursor:pointer;border:2px solid transparent;transition:.1s ease}.modal-get-price .modal-contain .form-container textarea:focus{cursor:default;border:2px solid #0073ff}.modal-get-price .modal-contain .form-container textarea::placeholder{color:#0009;font-weight:400;font-size:16px}.modal-get-price .modal-contain .form-container .select-file-container{width:100%;position:relative;border:1px dashed #1472e2;border-radius:12px;cursor:pointer;transition:.1s ease;user-select:none;display:flex;align-items:center;justify-content:space-between;padding:13px 18px}.modal-get-price .modal-contain .form-container .select-file-container .left-content{display:flex;align-items:center;justify-content:flex-start;gap:12px}.modal-get-price .modal-contain .form-container .select-file-container .left-content img{min-width:28px;width:28px;min-height:28px;height:28px}.modal-get-price .modal-contain .form-container .select-file-container .left-content .titles{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:8px}.modal-get-price .modal-contain .form-container .select-file-container .left-content .titles h4{color:#3a3a49;font-weight:400;font-size:14px;text-align:left;line-height:normal;letter-spacing:-.2px}.modal-get-price .modal-contain .form-container .select-file-container .left-content .titles p{color:#9c9c9c;font-weight:400;font-size:13px;text-align:left;letter-spacing:-.2px;line-height:normal}.modal-get-price .modal-contain .form-container .select-file-container .select-file{color:#1472e2;font-weight:500;font-size:14px;text-align:left;line-height:normal}.modal-get-price .modal-contain .form-container .select-file-container .file-input{opacity:0;position:absolute;z-index:10;inset:0;width:100%;height:100%;cursor:pointer}.modal-get-price .modal-contain .form-container .select-file-container:active{transform:scale(.98)}.modal-get-price .modal-contain .form-container button[type=submit]{width:100%;background-color:#1472e2;border-radius:12px;padding:12px 24px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:500;font-size:16px;cursor:pointer;transition:.1s ease;line-height:normal;text-align:center}.modal-get-price .modal-contain .form-container button[type=submit]:hover{background-color:#093663}.modal-get-price .modal-contain .form-container button[type=submit]:active{transform:scale(.98)}.modal-get-price .modal-contain.active{pointer-events:all;opacity:100%;transform:scale(1)}.modal-get-price.active{opacity:100%;pointer-events:all}.pagination-container{display:flex;align-items:center;justify-content:center;gap:8px;margin:50px auto 30px;padding:0;flex-wrap:wrap}.pagination-btn,.pagination-number{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border:1px solid #e0e0e0;background:#fff;color:#333;cursor:pointer;font-size:16px;font-weight:500;transition:all .2s ease;border-radius:6px;user-select:none}.pagination-btn:hover:not(:disabled),.pagination-number:hover:not(:disabled){background:#f5f5f5;border-color:#bbb;transform:translateY(-1px)}.pagination-btn:active:not(:disabled),.pagination-number:active:not(:disabled){transform:translateY(0)}.pagination-btn:disabled,.pagination-number:disabled{opacity:.3;cursor:not-allowed;background:#fafafa}.pagination-btn:disabled:hover,.pagination-number:disabled:hover{transform:none;border-color:#e0e0e0}.pagination-number{font-weight:600}.pagination-number.active{background:#007bff;color:#fff;border-color:#007bff;font-weight:700}.pagination-number.active:hover{background:#0056b3;border-color:#0056b3;transform:none}.pagination-numbers{display:flex;gap:6px;align-items:center}.pagination-dots{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;color:#999;font-weight:700;user-select:none;font-size:18px}@media(max-width:768px){.pagination-container{gap:5px;margin:35px auto 25px}.pagination-btn,.pagination-number{min-width:36px;height:36px;padding:0 10px;font-size:14px}.pagination-dots{min-width:36px;height:36px;font-size:16px}}@media(max-width:480px){.pagination-container{gap:4px}.pagination-btn,.pagination-number{min-width:32px;height:32px;padding:0 8px;font-size:13px;border-radius:4px}.pagination-dots{min-width:32px;height:32px;font-size:14px}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media only screen and (max-width:1364px){.inner-page-brands{padding:0 24px!important}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section{gap:24px}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .top-texts .texts .purchase-calculation{flex-direction:column}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .top-texts .texts .purchase-calculation .months{width:100%;justify-content:space-evenly}.product-inner-page-wrapper .product-inner-page .properties-section{padding:24px}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .top-texts .texts .purchase-calculation .result-permonth-payment{min-width:100%;width:100%}.product-inner-page-wrapper .product-inner-page .top-section-wrapper{height:auto}}@media only screen and (max-width:1300px){.inner-page-brands .inner-brands_top .brand-categories .grid-categories{grid-template-columns:repeat(2,1fr)!important}.inner-page-brands .inner-brands_bottom .products-grid{grid-template-columns:repeat(1,1fr)!important}.news-wrapper .news .grid-news{grid-template-columns:repeat(3,1fr)}.catalog-page-wrapper .catalog-page .filter-and-content-catalog .content-filtered-catalogs .filtered-products-catalog .products-catalog{grid-template-columns:repeat(2,1fr)}.about-page-wrapper .about-page{gap:24px}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .left-carousel{max-width:500px}.header-wrapper{padding:18px 24px}.secondary-header-wrapper{padding:8px 24px}.secondary-header-wrapper .secondary-header .right .search-area{gap:36px}}@media only screen and (max-width:1100px){.certificates-wrapper{padding:24px 24px 0;margin-top:24px}.certificates-wrapper .certificate-content .certificate-item{padding:12px}.certificates-wrapper .certificate-content .certificate-item .download-btn p{font-size:12px}.certificates-wrapper .certificate-content .certificate-item .left .text h3{font-size:13px}.certificates-wrapper h2{font-size:21px;line-height:normal}.about-page-wrapper .about-page .about-card .paragraph ul{padding-left:28px}.products-page-wrapper .products-page .right-content-feature .result-area .products-content{grid-template-columns:repeat(1,1fr)!important}.products-page-wrapper .products-page .left-filter-feature{max-width:100%!important;width:100%!important}.catalog-page-wrapper{padding:0 24px;margin-top:24px}.catalog-page-wrapper .catalog-page{margin:0}.catalog-page-wrapper{padding:0 24px}.catalog-page-wrapper .catalog-page .filter-and-content-catalog{margin-top:12px}.products-page-wrapper{padding:24px}.secondary-header-wrapper .secondary-header .right .search-area .left-search{min-width:200px}.footer-wrapper .footer .content-footer{flex-direction:column}.footer-wrapper{padding:24px}}@media only screen and (max-width:968px){.footer-wrapper .footer .content-footer .left-links{max-width:100%!important;width:100%;flex-direction:column!important}.modal-get-price{padding:4px;align-items:flex-start!important;justify-content:flex-start!important;overflow-y:auto}.modal-get-price .modal-contain{padding:32px 16px}.modal-get-price .modal-contain .close-mini{cursor:pointer;position:absolute;z-index:1000000;right:20px;top:10px;min-width:30px;display:flex;align-items:center;justify-content:center;font-weight:700;width:30px;border:1px solid #cecece;background-color:#fff;color:#303030;padding:5px;border-radius:100px;font-size:18px}.modal-get-price .modal-contain .form-container .inputs-contain{max-width:100%;grid-template-columns:repeat(1,1fr)}.inner-page-brands .inner-brands_top .main-brand-name{font-size:24px!important}.inner-page-brands .inner-brands_top .brand-categories{margin-top:16px!important;gap:14px!important}.inner-page-brands .inner-brands_top .brand-categories .grid-categories{grid-template-columns:repeat(1,1fr)!important}.products-page-wrapper .products-page{flex-direction:column}.products-page-wrapper .products-page .left-filter{max-width:100%!important;width:100%!important}.products-page-wrapper .products-page .right-content .result-area .products-content{grid-template-columns:repeat(2,1fr)!important}.privacy-policy-wrapper .privacy-policy .form-area{padding:24px!important}.privacy-policy-wrapper{padding:0 24px!important}.catalog-page-wrapper .catalog-page .grid-catalog{grid-template-columns:repeat(2,1fr);gap:12px}.news-inner-wrapper .news-inner .hero-inner{height:auto;bottom:70px}.news-inner-wrapper .news-inner .content-inner .left-content .title h1{font-size:18px;line-height:32px}.news-inner-wrapper .news-inner .content-inner .left-content{padding:24px}.news-inner-wrapper .news-inner .content-inner{padding:0 12px 12px;gap:12px;flex-direction:column}.news-inner-wrapper .news-inner .content-inner .left-content .image-c{height:auto}.news-inner-wrapper .news-inner .content-inner .right-other{max-width:100%}.news-inner-wrapper .news-inner{gap:12px}.privacy-policy-wrapper,.map-page-wrapper{margin:0;padding:0 24px}.map-page-wrapper .map-page{gap:16px}.map-page-wrapper .map-page .map-container{height:300px}.map-page-wrapper .map-page .information-container{padding:24px}.map-page-wrapper .map-page .information-container .information{flex-direction:column}.news-wrapper{margin:0;padding:0 24px}.news-wrapper .news{gap:16px}.news-wrapper .news .grid-news{grid-template-columns:repeat(2,1fr)}.privacy-policy-wrapper .privacy-policy{gap:24px}.privacy-policy-wrapper .privacy-policy .text-content{padding:24px}.catalog-page-wrapper .catalog-page .filter-and-content-catalog{flex-direction:column}.catalog-page-wrapper .catalog-page .filter-and-content-catalog .filter-catalog{max-width:100%}.catalog-page-wrapper .catalog-page .filter-and-content-catalog .content-filtered-catalogs .top-sorted .left-tags{display:none}.catalog-page-wrapper .catalog-page .filter-and-content-catalog .content-filtered-catalogs .top-sorted{align-items:flex-end!important;justify-content:flex-end!important;width:100%!important}.about-page-wrapper{margin-top:0;padding:0 24px}.about-page-wrapper .about-page .certificates-wrapper .certificate-content .certificate-item .left .text h3{font-size:16px}.about-page-wrapper .about-page .certificates-wrapper .certificate-content .certificate-item{padding:18px}.about-page-wrapper .about-page .certificates-wrapper h2{font-size:24px}.about-page-wrapper .about-page .certificates-wrapper{padding:24px;gap:12px}.about-page-wrapper .about-page .our-team .grid-team .team-user .title h2{margin:0}.about-page-wrapper .about-page .our-team h2{font-size:24px;margin:1rem 0 0}.about-page-wrapper .about-page .our-team .grid-team{grid-template-columns:repeat(2,1fr)}.about-page-wrapper .about-page .about-card{gap:24px}.home .discountedproducts-wrapper,.product-inner-page-wrapper{padding:24px}.product-inner-page-wrapper .product-inner-page .properties-section .grid-property{grid-template-columns:repeat(1,1fr)}.product-inner-page-wrapper .product-inner-page .comments-customer{padding:24px}.products-page-wrapper .products-page{margin:0 auto}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .left-carousel,.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content,.products-page-wrapper .products-page .filter-and-content .filter{max-width:100%;width:100%}.products-page-wrapper .products-page .filter-and-content{margin-top:12px}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section{flex-direction:column}.product-inner-page-wrapper .product-inner-page{margin:0}.products-page-wrapper .products-page .filter-and-content{flex-direction:column}.products-page-wrapper .products-page .filter-and-content .content-filtered-products .filtered-products .products{grid-template-columns:repeat(2,1fr)}.top-header-wrapper .top-header .swiper .swiper-slide p{font-size:13px;text-align:center;line-height:normal;font-weight:400}.header-wrapper,.secondary-header-wrapper{display:none}.home .hero-wrapper{margin:12px auto auto}.home .hero-wrapper .hero .categories-contain{display:none!important}.home .feature-card-wrapper{padding:24px!important}.home .feature-card-wrapper .feature-cards{grid-template-columns:repeat(1,1fr)!important;gap:56px!important}.home .hero-wrapper .hero{flex-direction:column-reverse;height:auto}.home .hero-wrapper .hero .best-offers{width:100%!important;max-width:100%!important;min-width:100%!important}.home{height:auto}.hero-wrapper{height:auto!important}.title-component{font-size:24px}.home .best-seller-card-wrapper{margin:36px auto auto}.home .discountedproducts-wrapper,.home .seasonal-offers-wrapper,.home .loved-offers-wrapper,.home .with-offers-wrapper{margin-top:36px}.home .brends-wrapper{padding:24px;margin:36px auto auto}.home .news-card-wrapper{padding:28px;width:calc(100% - 28px);margin:36px auto auto}.home .news-card-wrapper .news-card h2{font-size:18px;line-height:32px;letter-spacing:-.3px}}@media only screen and (max-width:568px){.certificates-wrapper .certificate-content .certificate-item{flex-direction:column;gap:30px}.certificates-wrapper .certificate-content .certificate-item .left{width:100%}.certificates-wrapper .certificate-content .certificate-item .download-btn{max-width:100%;width:100%}.home .hero-wrapper .hero .banner-contain{height:auto!important}.home .hero-wrapper .hero .best-offers .swiper .swiper-slide .container-offer{padding:16px!important}.home .hero-wrapper .hero .banner-contain .swiper .swiper-slide img{object-fit:fill!important}.home .hero-wrapper .hero .best-offers .swiper .swiper-slide .container-offer .top-title-area .counter-area .day .dayname,.home .hero-wrapper .hero .best-offers .swiper .swiper-slide .container-offer .top-title-area .counter-area .hours .dayname,.home .hero-wrapper .hero .best-offers .swiper .swiper-slide .container-offer .top-title-area .counter-area .minutes .dayname{font-size:10px!important}.home .hero-wrapper .hero .best-offers .swiper .swiper-slide .container-offer .top-title-area .counter-area .day,.home .hero-wrapper .hero .best-offers .swiper .swiper-slide .container-offer .top-title-area .counter-area .hours,.home .hero-wrapper .hero .best-offers .swiper .swiper-slide .container-offer .top-title-area .counter-area .minutes{padding:8px!important}.products-page-wrapper .products-page .right-content .result-area .products-content{grid-template-columns:repeat(1,1fr)!important}.products-page-wrapper .products-page .left-filter .bottom-content .accordion-element .top-head h2,.products-page-wrapper .products-page .left-filter .bottom-content .price-filter .head-accord h2{font-size:14px!important}.login-page-wrapper .login-page,.login-page-wrapper .register-page,.register-page-wrapper .login-page,.register-page-wrapper .register-page{padding:12px!important}.login-page-wrapper .login-page .login-form,.login-page-wrapper .login-page .register-form,.login-page-wrapper .register-page .login-form,.login-page-wrapper .register-page .register-form,.register-page-wrapper .login-page .login-form,.register-page-wrapper .login-page .register-form,.register-page-wrapper .register-page .login-form,.register-page-wrapper .register-page .register-form{height:auto!important;padding:32px 24px!important}.login-page-wrapper .login-page .login-form .form-content .form .top-title h1,.login-page-wrapper .login-page .register-form .form-content .form .top-title h1,.login-page-wrapper .register-page .login-form .form-content .form .top-title h1,.login-page-wrapper .register-page .register-form .form-content .form .top-title h1,.register-page-wrapper .login-page .login-form .form-content .form .top-title h1,.register-page-wrapper .login-page .register-form .form-content .form .top-title h1,.register-page-wrapper .register-page .login-form .form-content .form .top-title h1,.register-page-wrapper .register-page .register-form .form-content .form .top-title h1{font-size:21px!important}.login-page-wrapper .login-page .login-form .form-content .form .top-title p,.login-page-wrapper .login-page .register-form .form-content .form .top-title p,.login-page-wrapper .register-page .login-form .form-content .form .top-title p,.login-page-wrapper .register-page .register-form .form-content .form .top-title p,.register-page-wrapper .login-page .login-form .form-content .form .top-title p,.register-page-wrapper .login-page .register-form .form-content .form .top-title p,.register-page-wrapper .register-page .login-form .form-content .form .top-title p,.register-page-wrapper .register-page .register-form .form-content .form .top-title p{font-size:14px!important;line-height:normal!important}.login-page-wrapper .login-page .login-form .form-content .form .top-title,.login-page-wrapper .login-page .register-form .form-content .form .top-title,.login-page-wrapper .register-page .login-form .form-content .form .top-title,.login-page-wrapper .register-page .register-form .form-content .form .top-title,.register-page-wrapper .login-page .login-form .form-content .form .top-title,.register-page-wrapper .login-page .register-form .form-content .form .top-title,.register-page-wrapper .register-page .login-form .form-content .form .top-title,.register-page-wrapper .register-page .register-form .form-content .form .top-title{padding:0 24px!important}.login-page-wrapper .login-page .login-form .form-content .form .input-container .message .title,.login-page-wrapper .login-page .register-form .form-content .form .input-container .message .title,.login-page-wrapper .register-page .login-form .form-content .form .input-container .message .title,.login-page-wrapper .register-page .register-form .form-content .form .input-container .message .title,.register-page-wrapper .login-page .login-form .form-content .form .input-container .message .title,.register-page-wrapper .login-page .register-form .form-content .form .input-container .message .title,.register-page-wrapper .register-page .login-form .form-content .form .input-container .message .title,.register-page-wrapper .register-page .register-form .form-content .form .input-container .message .title{font-size:14px!important;text-align:center!important}.catalog-page-wrapper .catalog-page .grid-catalog,.news-wrapper .news .grid-news{grid-template-columns:repeat(1,1fr)}.news-wrapper .news .grid-news .news-item .image img{object-fit:cover}.catalog-page-wrapper .catalog-page .filter-and-content-catalog .content-filtered-catalogs .filtered-products-catalog .products-catalog{grid-template-columns:repeat(1,1fr)}.catalog-page-wrapper .catalog-page .filter-and-content-catalog .filter-catalog{height:150px;overflow-y:auto}.about-page-wrapper .about-page .our-team .grid-team{grid-template-columns:repeat(1,1fr)}.about-page-wrapper .about-page .certificates-wrapper .certificate-content .certificate-item{flex-direction:column;gap:32px;width:100%}.about-page-wrapper .about-page .certificates-wrapper .certificate-content .certificate-item .left,.about-page-wrapper .about-page .certificates-wrapper .certificate-content .certificate-item button{width:100%}.about-page-wrapper .about-page .about-card .image-content{height:200px}.about-page-wrapper .about-page .about-card .paragraph p{font-size:14px}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .left-carousel{flex-direction:column-reverse}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .buttons .tipped,.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .buttons .add-fav{width:100%}.product-inner-page-wrapper .product-inner-page .same-products-wrapper .carousel .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount{flex-direction:column;align-items:flex-start}.product-inner-page-wrapper .product-inner-page .comments-customer{padding:24px 12px}.product-inner-page-wrapper .product-inner-page .same-products-wrapper{margin:36px auto auto}.product-inner-page-wrapper .product-inner-page .same-products-wrapper .title{font-size:18px}.product-inner-page-wrapper .product-inner-page .comments-customer .comments-grid{padding:0 12px}.product-inner-page-wrapper .product-inner-page .top-section-wrapper{padding:12px}.product-inner-page-wrapper .product-inner-page .comments-customer .top-title .title h6{font-size:14px}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .buttons{flex-direction:column-reverse}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .top-texts .texts .purchase-calculation .text{max-width:100%}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .top-texts .texts .stock-information{flex-direction:column;align-items:flex-start}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .left-carousel .mini-images{height:150px}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .left-carousel .mini-images{flex-direction:row;width:100%}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .top-texts .texts .purchase-calculation{gap:12px}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .top-texts .texts .title-product h1{font-size:21px}.products-page-wrapper .products-page .filter-and-content .content-filtered-products .filtered-products .products{grid-template-columns:repeat(1,1fr)}.products-page-wrapper .products-page .filter-and-content .content-filtered-products .filtered-products .products .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount{flex-direction:column;gap:12px;align-items:flex-start}.products-page-wrapper .products-page .filter-and-content .content-filtered-products .top-sorted{align-items:flex-start!important;justify-content:flex-start!important;width:100%!important;flex-direction:row-reverse}.products-page-wrapper .products-page .filter-and-content .filter{padding:18px}.products-page-wrapper .products-page .filter-and-content .content-filtered-products .top-sorted .left-tags{display:none}.mobile-header-wrapper .mobile-header .left-logo{width:100px!important}.mobile-header-wrapper .mobile-header .toggle-button{font-size:28px!important}.mobile-header-wrapper .mobile-header .results-container{padding:8px}.mobile-header-wrapper .mobile-header .results-container .results .search-result .image-content{min-width:36px;width:36px;min-height:36px;height:36px}.mobile-header-wrapper .mobile-header .results-container .results .search-result .image-content .ss{width:100%!important;height:100%!important;min-width:unset;min-height:unset;object-fit:contain!important}.mobile-header-wrapper .mobile-header .results-container .results .search-result .right-texts .top-title span{font-size:11px}.mobile-header-wrapper .mobile-header .results-container .results .search-result .right-texts .top-title p{font-size:13px}.mobile-header-wrapper .mobile-header .results-container .results .search-result{gap:24px}.mobile-header-wrapper .mobile-header .results-container .results .search-result .right-texts .price{font-size:14px}.footer-wrapper .footer .content-footer .left-links{grid-template-columns:repeat(1,1fr)}.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons,.home .seasonal-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons,.home .seasonal-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons,.home .loved-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons,.home .loved-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons,.home .loved-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons,.home .with-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons,.home .with-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons,.home .with-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons{gap:4px}.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .right-stock p,.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited p,.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock p,.home .seasonal-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .right-stock p,.home .seasonal-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited p,.home .seasonal-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock p,.home .seasonal-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .right-stock p,.home .seasonal-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited p,.home .seasonal-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock p,.home .loved-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .right-stock p,.home .loved-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited p,.home .loved-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock p,.home .loved-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .right-stock p,.home .loved-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited p,.home .loved-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock p,.home .loved-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .right-stock p,.home .loved-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited p,.home .loved-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock p,.home .with-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .right-stock p,.home .with-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited p,.home .with-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock p,.home .with-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .right-stock p,.home .with-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited p,.home .with-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock p,.home .with-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .right-stock p,.home .with-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited p,.home .with-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock p{font-size:8px;letter-spacing:-.2px}.button-ui{gap:6px}.home .news-card-wrapper{padding:12px 16px}.home .news-card-wrapper .news-card .input-field button{padding:10px 12px}.footer-wrapper .footer .content-footer .socialshares{display:grid;grid-template-columns:repeat(3,1fr)}.footer-wrapper .footer .content-footer .left-links{gap:48px}.show-more-button-ui{font-size:13px}.title-component{font-size:21px;line-height:normal}}@media only screen and (max-width:348px){.mobile-header-wrapper .mobile-header .logo{min-width:36px;width:36px}.mobile-header-wrapper{padding:24px 12px}}@media only screen and (max-width:1100px){.carier-page-wrapper .carier-page .top-content{width:100%}.vacation-inner-wrapper{padding:0 24px}.vacation-inner-wrapper .vacation-inner .hero-inner-vacation .left-description-content{max-width:650px}.carier-page-wrapper .carier-page .top-content .vacations-grid{width:100%!important;gap:12px!important}.carier-page-wrapper{padding:0 24px}.carier-page-wrapper .carier-page .carier-hero{margin-top:24px;height:300px}.carier-page-wrapper .carier-page .top-content{margin-top:24px;gap:18px}.carier-page-wrapper .carier-page .top-content .vacations-grid{grid-template-columns:repeat(3,1fr)}.news-wrapper{padding:0 24px;margin-top:24px}.news-wrapper .news .grid-news{grid-template-columns:repeat(3,1fr)}.about-page-wrapper .about-page .our-team h2{font-size:21px}.about-page-wrapper .about-page .our-team .grid-team{grid-template-columns:repeat(3,1fr)}.basket-page-wrapper,.my-favorites-page-wrapper{padding:0 24px;margin-top:24px}.basket-page-wrapper .basketpage .container-baskets .products-in-basket{padding:24px}.products-page-wrapper .products-page .main-filter-container .right-container .filtered-products .products{grid-template-columns:repeat(2,1fr)}.products-page-wrapper{padding:0 24px}.breadcrumb-wrapper{padding:12px 24px!important}.products-page-wrapper .products-page .main-filter-container{margin-top:24px}.products-page-wrapper .products-page .main-filter-container .filter{max-width:300px;padding:18px}.comparison-page-wrapper{padding:0 24px;margin-top:24px}.comparison-page-wrapper .comparison-page{gap:24px}:root .no-data-msg{padding:1rem}}@media only screen and (max-width:968px){.carier-page-wrapper .carier-page .top-content .vacations-grid{grid-template-columns:repeat(2,1fr)}.vacation-inner-wrapper .vacation-inner .container-bottom{margin-top:32px;gap:12px;flex-direction:column}.vacation-inner-wrapper .vacation-inner .container-bottom .left-content{max-width:100%;gap:24px;width:100%}.vacation-inner-wrapper .vacation-inner .container-bottom .right-image-content{max-width:100%;width:100%;gap:24px}.news-wrapper .news .grid-news{grid-template-columns:repeat(2,1fr)}.about-page-wrapper .about-page .our-team .grid-team{grid-template-columns:repeat(1,2fr)}.about-page-wrapper .about-page .certificates-wrapper{padding:24px;gap:12px}.about-page-wrapper .about-page .certificates-wrapper h2{font-size:21px}.basket-page-wrapper .basketpage .container-baskets .status-content{max-width:100%;width:100%}.basket-page-wrapper .basketpage .container-baskets .products-in-basket .item-basket .left{max-width:100px}.basket-page-wrapper .basketpage .container-baskets{flex-direction:column}.comparison-page-wrapper .comparison-page .container-comparison .left{padding:21px}.comparison-page-wrapper .comparison-page .container-comparison .left{max-width:250px}.basket-page-wrapper .basketpage .container-baskets .products-in-basket .item-basket{gap:12px}.my-favorites-page-wrapper .my-favorites-page .favorites-grid{grid-template-columns:repeat(2,1fr)}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content{max-width:100%;width:100%}.product-inner-page-wrapper .product-inner-page .properties-section{padding:24px;gap:12px}.product-inner-page-wrapper .product-inner-page .top-section-wrapper{padding:24px}.product-inner-page-wrapper{padding:0 24px}.products-page-wrapper .products-page .main-filter-container .right-container .filtered-products .products{width:100%;max-width:100%;grid-template-columns:repeat(1,1fr)}.products-page-wrapper .products-page{margin:24px auto auto}.products-page-wrapper .products-page .main-filter-container{flex-direction:column}.products-page-wrapper .products-page .main-filter-container .filter{max-width:100%}.products-page-wrapper .products-page .main-filter-container .right-container .top-sorted .right-sort select{width:100%;min-width:100%;max-width:100%}.products-page-wrapper .products-page .main-filter-container .right-container .top-sorted .right-sort span{display:none}}@media only screen and (max-width:768px){.carier-page-wrapper .carier-page .carier-hero .left-description{padding:24px}.carier-page-wrapper .carier-page .carier-hero .left-description h2{font-size:18px;line-height:normal;line-clamp:3;-webkit-line-clamp:3}.vacation-inner-wrapper .vacation-inner .hero-inner-vacation .left-description-content .bottom-content{flex-direction:column;gap:24px;width:100%;align-items:flex-start}.vacation-inner-wrapper .vacation-inner .hero-inner-vacation{flex-direction:column;gap:42px;padding:24px}.vacation-inner-wrapper .vacation-inner .container-bottom .left-content .description-vacation{padding:24px}.vacation-inner-wrapper .vacation-inner .hero-inner-vacation .left-description-content h1{font-size:21px}.vacation-inner-wrapper .vacation-inner .container-bottom .left-content .form-container .form-input-content .input-grid-field{grid-template-columns:repeat(1,1fr)}.vacation-inner-wrapper .vacation-inner .container-bottom .left-content .form-container .form-input-content .title-content{display:none}.vacation-inner-wrapper .vacation-inner .container-bottom .left-content .form-container .top-title-form h3{font-size:18px}.vacation-inner-wrapper .vacation-inner .container-bottom .left-content .form-container{padding:0 12px}.vacation-inner-wrapper .vacation-inner .container-bottom .left-content .form-container .file-input-content{flex-direction:column}.vacation-inner-wrapper .vacation-inner .container-bottom .left-content .form-container .file-input-content .left{flex-direction:column;gap:24px}.carier-page-wrapper .carier-page .top-content .vacations-grid,.news-wrapper .news .grid-news,.about-page-wrapper .about-page .our-team .grid-team{grid-template-columns:repeat(1,1fr)}.news-wrapper .news .grid-news .news-item{gap:12px;padding:12px}.news-inner-wrapper .news-inner .content-inner{padding:12px;gap:12px}.news-inner-wrapper .news-inner{gap:12px}.news-inner-wrapper .news-inner .content-inner .left-content{gap:21px;padding:24px}.news-inner-wrapper .news-inner .content-inner .right-other{max-width:100%;width:100%}.carier-page-wrapper .carier-page{margin:24px auto auto}.news-inner-wrapper .news-inner .content-inner .left-content .title h1{font-size:21px;line-height:normal}.news-inner-wrapper .news-inner .hero-inner{height:250px}.basket-page-wrapper .basketpage .container-baskets .products-in-basket .item-basket{flex-direction:column;width:100%;max-width:100%;gap:48px}.basket-page-wrapper .basketpage .container-baskets .products-in-basket .item-basket .priced{width:100%}.basket-page-wrapper .basketpage .container-baskets .products-in-basket .item-basket .center-counter{width:100%;justify-content:space-between}.basket-page-wrapper .basketpage .container-baskets .products-in-basket .item-basket .left{max-width:100%;width:100%}.basket-page-wrapper .basketpage .container-baskets .status-content{padding:18px}.about-page-wrapper{padding:0 24px;margin-top:24px}.about-page-wrapper .about-page{gap:24px}.about-page-wrapper .about-page .about-card .image-content{height:auto}.about-page-wrapper .about-page .about-card{padding:8px;gap:24px}.comparison-page-wrapper .comparison-page .container-comparison{flex-direction:column}.comparison-page-wrapper .comparison-page .container-comparison .left{max-width:100%}.comparison-page-wrapper .comparison-page .title-container{flex-direction:column;align-items:flex-start;justify-content:flex-start}.comparison-page-wrapper .comparison-page .title-container .right{justify-content:flex-start}.comparison-page-wrapper .comparison-page .title-container .right select{max-width:100%;font-size:12px;padding:12px 8px;background-position:95%}.comparison-page-wrapper .comparison-page .title-container .right .swiper-buttons button{min-width:32px;width:32px;min-height:32px;height:32px}.comparison-page-wrapper .comparison-page .title-container .right .swiper-buttons{gap:8px}.comparison-page-wrapper .comparison-page .title-container .right .swiper-buttons button img{width:50%;height:50%}.my-favorites-page-wrapper .my-favorites-page .favorites-grid{grid-template-columns:repeat(1,1fr)}.product-inner-page-wrapper .product-inner-page .properties-section .grid-property{grid-template-columns:repeat(1,1fr);padding:12px;gap:24px}.product-inner-page-wrapper .product-inner-page .comments-customer{padding:32px 24px;margin:24px auto auto}.product-inner-page-wrapper .product-inner-page .same-products-wrapper{padding:24px;gap:24px;margin:30px auto auto}.product-inner-page-wrapper .product-inner-page .same-products-wrapper .title{font-size:21px}.product-inner-page-wrapper .product-inner-page .comments-customer .top-title .input-field-for-comment .get-vote{position:relative;left:0}.product-inner-page-wrapper .product-inner-page .comments-customer .top-title .input-field-for-comment input{padding-right:120px}.title-component{font-size:18px!important}.home .discountedproducts-wrapper{padding:24px}.products-page-wrapper .products-page .main-filter-container .filter{height:250px;overflow-y:auto}.products-page-wrapper .products-page .main-filter-container .right-container .top-sorted .left-tags{display:none}.home .discountedproducts-wrapper .discountedproducts .carousel .swiper .swiper-slide .discounted-product-card-ui{flex-direction:column;height:auto}.home .discountedproducts-wrapper .discountedproducts .carousel{height:auto}.home .brends-wrapper{padding:24px;margin-top:40px}.home .news-card-wrapper{padding:24px;margin:36px auto auto}.home .news-card-wrapper .vector_one,.home .news-card-wrapper .vector_two{display:none}.home .news-card-wrapper{width:calc(100% - 12px)!important}.home .news-card-wrapper .news-card h2{font-size:18px;line-height:28px;font-weight:400}}
