.app-buttons-container{width:fit-content;display:flex;gap:24px}.app-link{cursor:pointer;display:flex;width:160px;height:55px;justify-content:center;align-items:center;gap:12px;border-radius:8px;border:2px solid #f8c32c;background:var(--Light, #fff);position:relative;z-index:10}.app-svg{width:22px;height:24px}.app-prg{color:var(--Dark, #000);font-family:Rubik;font-size:12px;font-style:normal;font-weight:500;line-height:normal}.app-prg-accent{display:block;color:var(--Dark, #000);font-family:Rubik;font-size:22px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-1.54px}.services{padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);position:relative;background-color:var(--bg-colors-blue);overflow-x:clip}.services:before{content:"";position:absolute;top:0;width:100%;height:100%;z-index:1;background-image:url(/assets/services-bg-m-06019d94.webp);background-repeat:no-repeat;background-position:bottom}@media screen and (min-width: 834px){.services:before{background-image:url(/assets/services-bg-t-c46f5625.webp)}}@media screen and (min-width: 1440px){.services:before{background-image:url(/assets/services-bg-aa50425b.webp)}}.services-container{position:relative;z-index:2}.services-text{width:282px;margin-bottom:56px;margin-right:auto;margin-left:auto;font-size:14px}@media screen and (min-width: 834px){.services-text{width:519px;margin-bottom:32px;font-size:16px}}@media screen and (min-width: 1440px){.services-text{width:584px;margin-bottom:130px}}.services-list{display:flex;flex-direction:column;gap:32px}@media screen and (min-width: 834px){.services-list{flex-direction:row;flex-wrap:wrap;row-gap:42px;column-gap:24px;justify-content:space-around}}.services-item{display:flex;flex-direction:column;align-items:center;gap:24px}@media screen and (min-width: 834px){.services-item{width:47%;padding-left:35px}}@media screen and (min-width: 1440px){.services-item{width:25%;padding-left:0}}.services-img{padding:14px 11px 13px 16px;border-radius:50%}.border-green{border:4px dashed var(--green)}.border-blue{border:4px dashed var(--ultramarine)}.border-yellow{border:4px dashed var(--yellow)}.border-red{border:4px dashed var(--red)}.services-subtitle{font-weight:600;font-size:16px;color:var(--grey-medium);text-align:start}@media screen and (min-width: 375px){.services-subtitle{font-size:20px}}@media screen and (min-width: 834px){.services-subtitle{font-size:22px}}.additional-services-list{display:flex;flex-direction:column;gap:16px;align-items:flex-start;padding-left:40px}@media screen and (min-width: 834px){.additional-services-list{padding-left:35px}}@media screen and (min-width: 1440px){.additional-services-list{padding-left:0}}.additional-services-item{position:relative;font-weight:400;font-size:14px;color:var(--grey-medium)}.additional-services-item:before{display:block;content:"";border-radius:4px;width:29px;height:2px;position:absolute;top:50%;left:-40px;transform:translateY(-50%);background-color:var(--yellow)}@media screen and (min-width: 375px){.additional-services-item{font-size:16px}}@media screen and (min-width: 834px){.additional-services-item:before{left:-35px}}.mobile-app{padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);background-color:var(--light-green);position:relative;overflow-x:clip}.mobile-app-background{display:flex;align-items:center;flex-direction:column-reverse;position:relative;height:510px}@media screen and (min-width: 834px){.mobile-app-background{flex-direction:row;height:644px}}.mobile-app-title{margin-bottom:32px;font-family:var(--brend-family);font-weight:700;font-size:35px;line-height:112%;color:var(--grey-dark)}@media screen and (min-width: 375px){.mobile-app-title{font-size:40px}}@media screen and (min-width: 834px){.mobile-app-title{font-size:64px;line-height:106%}}@media screen and (min-width: 1440px){.mobile-app-title{width:519px}}.mobile-app-text{margin-bottom:32px;font-weight:400;font-size:14px;color:var(--grey-medium)}@media screen and (min-width: 375px){.mobile-app-text{font-size:16px}}@media screen and (min-width: 834px){.mobile-app-text{width:461px}}@media screen and (min-width: 1440px){.mobile-app-text{width:519px;margin-bottom:48px}}.img-mobile-app-container{position:relative;margin-bottom:23px;width:100%;height:245px}@media screen and (min-width: 834px){.img-mobile-app-container{position:absolute;height:643px;right:-30px;bottom:0;margin-bottom:0}}@media screen and (min-width: 1440px){.img-mobile-app-container{position:absolute;right:-80px;bottom:-18px}}.mobile-app-yellow-svg{position:absolute;top:0;width:335px;height:256px;fill:var(--yellow);animation:changeColor 5s infinite alternate}@media screen and (min-width: 834px){.mobile-app-yellow-svg{width:841px;height:643px;right:-270px}}@media screen and (min-width: 1440px){.mobile-app-yellow-svg{right:0}}.mobile-app-blue-svg{position:absolute;top:0;height:256px;width:335px;z-index:1;fill:var(--blue);animation:changeColor1 5s infinite alternate}@media screen and (min-width: 834px){.mobile-app-blue-svg{width:841px;height:643px;z-index:0}}@media screen and (min-width: 1440px){.mobile-app-blue-svg{right:0}}.mobile-app-img-preview{position:absolute;width:225px;height:196px;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:1}@media screen and (min-width: 375px){.mobile-app-img-preview{width:225px;height:196px}}@media screen and (min-width: 834px){.mobile-app-img-preview{right:0;width:304px;height:323px;top:50%;left:60%;transform:translateY(-50%)}}@media screen and (min-width: 1440px){.mobile-app-img-preview{width:585px;height:523px;transform:translate(-25%,-50%)}}@keyframes changeColor{0%{fill:var(--red)}to{fill:var(--yellow)}}@keyframes changeColor1{0%{fill:var(--green)}to{fill:var(--blue)}}.methodic{position:relative;padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);margin:0 auto;overflow-x:clip;background-color:var(--bg-colors-orange);z-index:2}.methodic:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(data:image/webp;base64,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);background-size:cover;background-repeat:no-repeat;background-position:bottom;z-index:-1}@media screen and (min-width: 375px){.methodic:before{background-image:url(/assets/methodic-bg-tablet-1f7486a7.webp)}}@media screen and (min-width: 834px){.methodic:before{background-image:url(/assets/methodic-bg-desktop-0504f388.webp)}}@media screen and (min-width: 1700px){.methodic:before{background-image:url(/assets/methodic-bg-desktop-hd-0d9e45ba.webp)}}.methodic-title{font-family:var(--brend-family);font-weight:700;font-size:32px;line-height:109%;color:var(--grey-dark);text-align:center;margin-bottom:32px}.methodic-title+.methodic-text{max-width:334px;margin:0 auto 62px;text-align:center;font-family:var(--main-family);font-weight:400;font-size:16px;color:var(--grey-medium)}@media screen and (min-width: 834px){.methodic-title{font-size:48px;line-height:110%;margin-bottom:48px}.methodic-title+.methodic-text{max-width:519px;margin-bottom:64px}}@media screen and (min-width: 1440px){.methodic-title+.methodic-text{max-width:584px;margin-bottom:48px}}.methodic-text{font-family:var(--main-family);font-weight:400;font-size:12px;color:var(--grey-medium)}@media screen and (min-width: 834px){.methodic-text{font-size:16px}}.methodic-list{display:flex;gap:40px;flex-direction:column;margin-bottom:32px}@media screen and (min-width: 834px){.methodic-list{flex-direction:row;flex-wrap:wrap;gap:44px;margin-bottom:48px}}@media screen and (min-width: 1440px){.methodic-list{flex-wrap:wrap;gap:72px;margin-bottom:48px}}.methodic-item{max-width:335px;position:relative}.methodic-item:hover .methodic-item-first:before,.methodic-item:hover .methodic-item-second:before,.methodic-item:hover .methodic-item-third:before,.methodic-item:hover .methodic-item-fourth:before,.methodic-item:focus .methodic-item-first:before,.methodic-item:focus .methodic-item-second:before,.methodic-item:focus .methodic-item-third:before,.methodic-item:focus .methodic-item-fourth:before{border-color:#cadde3}.methodic-item:hover .methodic-wrapper-first,.methodic-item:hover .methodic-wrapper-second,.methodic-item:hover .methodic-wrapper-third,.methodic-item:hover .methodic-wrapper-fourth,.methodic-item:focus .methodic-wrapper-first,.methodic-item:focus .methodic-wrapper-second,.methodic-item:focus .methodic-wrapper-third,.methodic-item:focus .methodic-wrapper-fourth{background-color:#fff}@media screen and (min-width: 834px){.methodic-item{max-width:365px;flex:0 1 calc(50% - 22px)}}@media screen and (min-width: 1440px){.methodic-item{max-width:605px;flex:0 1 calc(50% - 36px)}}.methodic-item-first:before,.methodic-item-second:before,.methodic-item-third:before,.methodic-item-fourth:before{content:"";position:absolute;bottom:0;left:0;width:calc(100% - 14px);max-width:315px;height:144px;border-radius:17px;border:2.21px dashed;transition:all var(--time-function);z-index:-1}@media screen and (min-width: 834px){.methodic-item-first:before,.methodic-item-second:before,.methodic-item-third:before,.methodic-item-fourth:before{max-width:344px;height:157px;border-radius:19px;border-width:2.41px}}@media screen and (min-width: 1440px){.methodic-item-first:before,.methodic-item-second:before,.methodic-item-third:before,.methodic-item-fourth:before{max-width:570px;height:261px;border-radius:32px;border-width:4px}}.methodic-item-first:before{border-color:var(--ultramarine)}.methodic-item-second:before{border-color:var(--red)}.methodic-item-third:before{border-color:var(--green)}.methodic-item-fourth:before{border-color:var(--yellow)}.methodic-thumb{padding-left:14px;padding-bottom:14px}@media screen and (min-width: 1440px){.methodic-thumb{padding-left:24px;padding-bottom:24px}}.methodic-wrapper{display:flex;align-items:center;gap:16px;max-width:320px;height:150px;padding-right:14px;border-radius:18px;transition:all var(--time-function)}@media screen and (min-width: 834px){.methodic-wrapper{max-width:348px;height:163px;border-radius:19px}.methodic-wrapper-third,.methodic-wrapper-fourth{margin-top:8px}}@media screen and (min-width: 1440px){.methodic-wrapper{max-width:578px;height:271px;border-radius:32px}.methodic-wrapper-third,.methodic-wrapper-fourth{margin-top:22px}}.methodic-wrapper-first{background-color:var(--light-blue)}.methodic-wrapper-second{background-color:var(--light-red)}.methodic-wrapper-third{gap:0px;background-color:var(--light-green)}.methodic-wrapper-fourth{background-color:var(--light-yellow)}.methodic-container{z-index:1}.methodic-container-first{max-width:144px}.methodic-container-second{max-width:162px}.methodic-container-third{max-width:170px}.methodic-container-fourth{max-width:162px}@media screen and (min-width: 834px){.methodic-container-first{max-width:162px}.methodic-container-second{max-width:180px}.methodic-container-third{max-width:183px}.methodic-container-fourth{max-width:172px}}@media screen and (min-width: 1440px){.methodic-container-first{max-width:260px}.methodic-container-second{max-width:290px}.methodic-container-third{max-width:305px}.methodic-container-fourth{max-width:290px}}.methodic-subtitle{font-family:var(--main-family);font-weight:600;font-size:12px;color:var(--grey-medium);margin-bottom:9px}@media screen and (min-width: 834px){.methodic-subtitle{font-size:15px}.methodic-subtitle+.methodic-text{font-size:13px}}@media screen and (min-width: 1440px){.methodic-subtitle{font-size:18px}.methodic-subtitle+.methodic-text{font-size:16px}}picture{align-self:end}.methodic-img{min-width:113px;width:100%;height:100%}.methodic-btn{margin:0 auto}.trust{padding-top:var(--padding-top);position:relative}.trust:before{content:"";position:absolute;top:0;width:100%;height:1775px;z-index:-1;background-image:url(data:image/webp;base64,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);background-repeat:no-repeat;background-position:center;background-size:cover}@media screen and (min-width: 375px){.trust:before{background-image:url(/assets/trust-bg-97c84e08.webp)}}@media screen and (min-width: 834px){.trust:before{background-image:url(/assets/trust-bg-97c84e08.webp);height:1863px}}@media screen and (min-width: 1440px){.trust:before{height:1305px}}@media screen and (min-width: 1700px){.trust:before{background-image:url(/assets/trust-5-1700-cda8eb90.webp)}}.trust-description-wrapper{display:flex;flex-direction:column;align-items:center}.trust-title{font-family:var(--brend-family);color:var(--grey-dark);font-weight:700;font-size:32px;line-height:109%;margin-bottom:32px}@media screen and (min-width: 834px){.trust-title{font-weight:700;font-size:48px;line-height:53px;margin-bottom:48px}}.trust-subtitle{font-family:var(--main-family);color:var(--grey-medium);font-weight:400;font-size:16px;line-height:19px;text-align:center;width:100%}@media screen and (min-width: 375px){.trust-subtitle{width:329px}}@media screen and (min-width: 834px){.trust-subtitle{width:519px}}@media screen and (min-width: 1440px){.trust-subtitle{width:584px}}.trust-subtitle-accent{display:block}@media screen and (min-width: 1440px){.trust-subtitle-accent{display:inline}}.trust-swiper-container{width:320px;overflow:hidden;position:relative}@media screen and (min-width: 375px){.trust-swiper-container{width:350px}}@media screen and (min-width: 834px){.trust-swiper-container{width:668px}}@media screen and (min-width: 1440px){.trust-swiper-container{width:1280px}}.trust-swiper-wrapper{display:flex;padding-top:48px}@media screen and (min-width: 834px){.trust-swiper-wrapper{flex-wrap:wrap;column-gap:64px;row-gap:56px}}@media screen and (min-width: 1440px){.trust-swiper-wrapper{flex-wrap:nowrap;gap:24px;width:1280px;padding-top:83px}}.swiper-slide-trust{display:flex;flex-direction:column;align-items:center;width:302px!important;height:409px!important;border-radius:32px;padding:32px 15px}@media screen and (max-width: 374px){.swiper-slide-trust{width:275px!important;padding:32px 15px}}@media screen and (max-width: 834px){.swiper-slide-trust{margin:0 24px}}@media screen and (min-width: 834px){.swiper-slide-trust{margin:0}}.swiper-slide-trust-blue{background-color:var(--light-blue);transition:background-color var(--time-function),color var(--time-function)!important}.swiper-slide-trust-blue:hover{background-color:var(--ultramarine)}.swiper-slide-trust-blue:hover .trust-comment-date,.swiper-slide-trust-blue:hover .trust-comment-title,.swiper-slide-trust-blue:hover .trust-comment-content{color:#fff}.swiper-slide-trust-green{background-color:var(--light-green);transition:background-color var(--time-function),color var(--time-function)!important}.swiper-slide-trust-green:hover{background-color:var(--green)}.swiper-slide-trust-green:hover .trust-comment-date,.swiper-slide-trust-green:hover .trust-comment-title,.swiper-slide-trust-green:hover .trust-comment-content{color:#fff}.swiper-slide-trust-red{background-color:var(--light-red);transition:background-color var(--time-function),color var(--time-function)!important}.swiper-slide-trust-red:hover{background-color:var(--red)}.swiper-slide-trust-red:hover .trust-comment-date,.swiper-slide-trust-red:hover .trust-comment-title,.swiper-slide-trust-red:hover .trust-comment-content{color:#fff}.swiper-slide-trust-yellow{background-color:var(--light-yellow);transition:background-color var(--time-function),color var(--time-function),fill var(--time-function)!important}.swiper-slide-trust-yellow:hover{background-color:var(--yellow)}.swiper-slide-trust-yellow:hover .trust-star-gold{fill:var(--grey-dark)}.swiper-slide-trust-yellow:hover .trust-comment-date,.swiper-slide-trust-yellow:hover .trust-comment-title,.swiper-slide-trust-yellow:hover .trust-comment-content{color:var(--grey-dark)}.trust-comment-img{width:100px;height:100px;border-radius:50%;margin-bottom:8px}.trust-star-gold{width:16px;height:16px;fill:var(--yellow)}.trust-star-empty{width:16px;height:16px;fill:#fff}.trust-comment-title{font-family:var(--main-family);color:var(--grey-medium);font-weight:600;font-size:24px;line-height:29px;margin-bottom:8px}.trust-comment-date{font-family:var(--main-family);color:var(--grey-medium);font-weight:400;font-size:16px;text-align:center;margin-bottom:8px}.trust-comment-rating{margin-bottom:10px}@media screen and (min-width: 375px){.trust-comment-rating{margin-bottom:24px}}.trust-comment-content{font-family:var(--main-family);font-weight:400;font-size:16px;line-height:19px;text-align:center;color:var(--grey-medium)}.trust-button-icon-arrow{width:16px;height:16px}.trust-swiper-button-prev,.trust-swiper-button-next{background-color:inherit;border:none;position:absolute;top:204px;z-index:10;padding:10px}@media screen and (min-width: 834px){.trust-swiper-button-prev,.trust-swiper-button-next{display:none}}.trust-swiper-button-prev{left:-15px}.trust-swiper-button-next{right:-15px}.swiper-button-prev-icon,.swiper-button-next-icon{width:24px;height:24px}.contacts{padding-top:59px;padding-bottom:70px}@media screen and (min-width: 834px){.contacts{padding-top:80px;padding-bottom:44px}}.contacts-container{position:relative}.contacts-adress-container{max-width:335px;padding:40px 20px;margin-bottom:24px;border:4px dashed var(--blue);border-radius:32px;background-color:#fff}@media screen and (min-width: 834px){.contacts-adress-container{width:100%;max-width:100%;display:flex;flex-direction:column;align-items:center;margin-bottom:32px}}@media screen and (min-width: 1440px){.contacts-adress-container{width:409px;position:absolute;top:129px;left:110px;margin-bottom:0}}.contacts-title{margin-bottom:32px;font-family:var(--main-family);font-weight:600;font-size:24px;color:var(--grey-medium);text-align:center}.contacts-list{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}.contacts-list>.contacts-item:last-child{display:flex;align-items:center}.contacts-text{font-family:var(--main-family);font-weight:400;font-size:16px;color:var(--grey-medium)}.contacts-label{font-weight:600;font-size:16px;color:var(--grey-medium);margin-right:6px}@media screen and (min-width: 834px){.contacts-label{margin-right:16px}}.contacts-social-icons-list{display:flex;gap:16px}.contacts-social-item .contacts-social-icon:hover,.contacts-social-item .contacts-social-icon:focus{stroke:var(--ultramarine)}.contacts-social-link{display:block}.contacts-social-icon{stroke:var(--yellow);fill:transparent;transition:all var(--time-function)}.contacts-map{border:none;border-radius:32px;width:100%}@media screen and (min-width: 375px){.contacts-map{width:335px}}@media screen and (min-width: 834px){.contacts-map{width:774px}}@media screen and (min-width: 1440px){.contacts-map{width:1280px}}.footer-box{padding-top:32px;padding-bottom:32px;background-color:var(--light-yellow)}@media (min-width: 1440px){.footer-container{display:flex;justify-content:space-between}}.footer-navigation{text-align:center;margin-bottom:32px}@media (min-width: 1440px){.footer-navigation{display:flex;align-items:center;gap:119px;margin-bottom:0}}.footer-logo{display:block;width:206px;margin:0 auto 32px}@media (min-width: 1440px){.footer-logo{margin:0}}.footer-nav-list{display:flex;flex-direction:column;align-items:center}@media (min-width: 1440px){.footer-nav-list{flex-direction:row;gap:40px}}.footer-nav-link{position:relative;display:block;width:fit-content;font-weight:600;font-size:16px;padding-top:8px;padding-bottom:8px;color:var(--grey-dark);transition:all var(--time-function)}.footer-nav-link:hover,.footer-nav-link:focus{color:var(--ultramarine)}@media (min-width: 1440px){.footer-nav-link{padding-top:15px;padding-bottom:15px}}.footer-nav-link:after{content:"";position:absolute;left:0;bottom:10px;width:100%;border-bottom:1px solid var(--ultramarine);transform:scaleX(0);transition:transform var(--time-function)}.footer-nav-link:hover:after{transform:scaleX(1);background-color:var(--header-hover-color)}.footer-socials-list{display:flex;justify-content:center;gap:16px}.footer-social-item{display:flex;align-items:center}.footer-social-link{padding-top:10px;padding-bottom:10px}.footer-social-link:hover .footer-socials-icon,.footer-social-link:focus .footer-socials-icon{stroke:var(--ultramarine)}.footer-socials-icon{stroke:var(--yellow);fill:transparent;width:22px;height:22px;transition:var(--time-function)}.footer-copyright-box{padding:8px 76px;font-weight:400;font-size:16px;text-align:center;color:var(--grey-dark)}.modal-appointment-backdrop{display:none;position:fixed;z-index:20;top:0;width:100%;height:100%;background:rgba(193,193,193,.8);overflow:auto}.modal-appointment-close-button{position:absolute;top:24px;right:24px;padding:0;margin:0;display:flex;align-items:center;justify-content:center;background-color:transparent;border:none}@media screen and (min-width: 834px){.modal-appointment-close-button{top:40px;right:40px}}.modal-appointment{box-sizing:border-box;position:relative;z-index:1;top:40px;left:0;display:flex;flex-direction:column;align-items:center;gap:32px;padding:80px 20px 40px;margin-bottom:40px;background:#feffff}@media (min-width: 375px){.modal-appointment{width:375px;margin-left:auto;margin-right:auto}}@media (min-width: 834px){.modal-appointment{top:40px;width:650px;padding:80px 52px 40px;border-radius:32px}}@media (min-width: 1440px){.modal-appointment{top:50%;transform:translateY(-50%);border-radius:32px}}.modal-appointment-modal-title{font-family:var(--font-family);font-weight:600;font-size:32px;color:var(--grey-medium);text-align:center}@media screen and (min-width: 375px){.modal-appointment-modal-title{font-size:40px;line-height:47px}}@media screen and (min-width: 834px){.modal-appointment-modal-title{font-size:48px;line-height:56px}}.modal-appointment-modal-form{display:flex;flex-direction:column;align-items:center;gap:32px;width:100%}.appointment-form-input-box{display:flex;flex-direction:column;gap:24px;width:100%}.appointment-form-input-box>.appointment-form-input{box-sizing:border-box;height:67px;padding-left:32px;padding-right:32px;outline:none;border:2px solid #899aa6;border-radius:32px;font-family:var(--font-family);font-weight:400;font-size:16px;color:#899aa6;color:var(--color-grey)}.appointment-form-input-box>.appointment-form-input:focus{border:2px solid #304049;color:#304049}.appointment-form-input-box>.appointment-form-input:focus::placeholder{color:#304049}.appointment-form-input-box>.appointment-form-input:invalid:not(:placeholder-shown){border-color:#f36456}.appointment-form-input-box>textarea{padding-top:24px;box-sizing:border-box;height:163px}.button-icon-arrow{width:16px;height:16px}.icon-close-svg{fill:var(--grey-dark)}.error-notification{width:258px;height:63px;display:flex!important;align-items:center;justify-content:center;font-family:var(--main-family);font-weight:300;font-size:11px;line-height:13px;color:var(--grey-dark)!important;background:#ff9b9b!important}@media screen and (min-width: 834px){.error-notification{font-size:18px;line-height:22px;width:422px;height:104px}}.success-notification{width:258px;height:63px;display:flex!important;align-items:center;justify-content:center;font-family:var(--main-family);font-weight:300;font-size:11px;line-height:13px;color:var(--grey-dark)!important;background:var(--bg-colors-green)!important}@media screen and (min-width: 834px){.success-notification{font-size:18px;line-height:22px;width:422px;height:104px}}.mobile-menu-backdrop{visibility:hidden;opacity:0;pointer-events:none;z-index:10;position:fixed;top:0;left:0;width:100%;height:100%;transition:opacity var(--time-function),visibility var(--time-function);background:var(--backdrop-color)}.mobile-menu-backdrop.mobile-menu-is-open{pointer-events:all;opacity:1;visibility:visible}.mobile-menu{position:relative;width:100%;background-color:var(--white);margin-right:auto;margin-left:auto;overflow-y:auto;max-height:100%}@media (min-width: 375px){.mobile-menu{width:375px}}@media (min-width: 376px){.mobile-menu{border-radius:32px 0 0 32px;width:375px;margin-right:0}}.mobile-menu-close{position:absolute;display:block;top:32px;right:32px;background-color:inherit;border:none;width:40px;height:40px;fill:var(--grey-dark);transition:transform var(--time-function)}.mobile-menu-close:hover,.mobile-menu-close:focus{fill:var(--ultramarine);transform:scale(1.15)}.mobile-menu-box{padding:65px 40px}.mobile-navigation{text-align:center;margin-bottom:36px}.mobile-menu-logo{display:block;width:206px;margin-bottom:36px;margin-right:auto;margin-left:auto}.mobile-nav-list{display:flex;flex-direction:column;align-items:center;font-weight:600;font-size:16px;color:var(--grey-dark)}.mobile-nav-link{position:relative;display:block;width:fit-content;padding-top:12px;padding-bottom:12px;font-weight:600;font-size:16px;color:var(--grey-dark);transition:all var(--time-function)}.mobile-nav-link:hover,.mobile-nav-link:focus{color:var(--ultramarine)}.mobile-nav-link:after{content:"";position:absolute;left:0;bottom:10px;width:100%;border-bottom:1px solid var(--ultramarine);transform:scaleX(0);transition:transform var(--time-function)}.mobile-nav-link:hover:after,.mobile-nav-link:focus:after{transform:scaleX(1);background-color:var(--header-hover-color)}.mobile-socials-list{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:38px}.mobile-socials-link{display:block;padding-top:10px;padding-bottom:10px}.mobile-socials-link:focus .mobile-socials-icon{stroke:var(--ultramarine)}.mobile-socials-icon{stroke:var(--yellow);fill:transparent;width:22px;height:22px;transition:var(--time-function)}.mobile-menu-address{display:flex;flex-direction:column;align-items:center;gap:16px}.mobile-menu-text{font-weight:600;font-style:normal;font-size:16px;color:var(--grey-dark)}.mobile-menu-time{display:flex;flex-direction:column;align-items:center;gap:12px;justify-content:space-between}@media (min-width: 375px){.mobile-menu-time{flex-direction:row;gap:0}}.mobile-phone-link{font-weight:600;font-style:normal;font-size:16px;color:var(--grey-dark)}@media (min-width: 375px){.mobile-phone-link{margin-right:8px}}.social-list{display:flex;align-items:center;gap:16px}.social-link{fill:var(--yellow)}.social-link:hover,.social-link:focus{fill:var(--ultramarine)}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
