.breadcrumbs{display:flex;padding:0 30px;justify-content:center;align-items:center}.breadcrumbs__button{margin-right:16px}.breadcrumbs__container{display:flex;align-items:baseline;overflow-x:auto}.breadcrumbs__container::-webkit-scrollbar{width:0}@media only screen and (max-width:860px){.breadcrumbs__container{align-items:center}}.breadcrumbs__container li{flex-shrink:0;display:flex;align-items:center}.breadcrumbs__container li a{font-weight:700;font-size:.85em;line-height:114%;color:var(--main-color-75);display:flex;align-items:center;transition:var(--transition)}@media only screen and (max-width:860px){.breadcrumbs__container li a{padding:2px 0}}.breadcrumbs__container li a:hover span{border-color:inherit}.breadcrumbs__container li a span{transition:var(--transition);border-bottom:1px solid rgba(0,0,0,0)}.breadcrumbs__container li a .icon{width:12px;height:12px}.breadcrumbs__container li>span{font-weight:700;font-size:.85em;line-height:114%;display:flex;align-items:center;color:var(--main-color)}.breadcrumbs .btn{flex-shrink:0}.review__stars{position:relative;display:flex}.review__stars .icon{width:18px;height:18px;margin:0 2px}.review__stars .icon svg path{stroke:none;fill:var(--gray)}.review__stars--filled{position:absolute;left:0;top:0;width:0;overflow:hidden}.review__stars--filled .icon svg path{stroke:none;fill:var(--yellow)}.iframe{width:100%;height:500px}.iframe>iframe{width:100%;height:100%}.review{position:relative;display:flex;flex-direction:column;gap:15px;border:1px solid var(--main-color-75);border-radius:var(--main_radius);padding:20px}.review__image{position:absolute;left:0;top:0;width:48px;height:48px;border-radius:50px;object-fit:cover;object-position:center}.review__top{display:flex;flex-wrap:wrap;align-items:center;gap:15px}.review__name{font-weight:700}.review__date{font-size:.75em;line-height:145%;color:var(--dark_o5);margin-left:auto}@media only screen and (max-width:560px){.review__date{width:100%}}.review__description{display:flex;flex-direction:column;gap:10px;font-weight:400;font-size:.875em;line-height:20px;color:var(--black)}.review__description-item{display:flex;align-items:flex-start;gap:10px}.review__video{border-radius:var(--main_radius);overflow:hidden}.review__video>.iframe{width:100%;height:223px}.check{display:flex;gap:10px;position:relative;cursor:pointer;align-items:flex-start;text-align:left;user-select:none;transition:var(--transition)}.check:hover{color:var(--main-color-75)}.check input{position:absolute;left:0;top:0;visibility:hidden}.check--error{color:var(--red)!important}.check--error .check__state{border-color:var(--red)!important}.check--disabled{color:var(--gray)}.check--disabled.check--checked .check__state,.check--disabled.check--indeterminate .check__state,.check--disabled .check__state{background:var(--gray);border:1px solid var(--gray)}.check--disabled.check--checked svg path,.check--disabled.check--indeterminate svg path{fill:var(--white)}.check--checked:not(.check.check--disabled) .check__state:after,.check--indeterminate:not(.check.check--disabled) .check__state:after{opacity:1}.check--indeterminate:not(.check.check--disabled) .check__state:after{height:2px}.check__state{width:18px;height:18px;background:var(--white);border:1px solid var(--main-color-75);box-sizing:border-box;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px;transition:var(--transition)}.check__state:after{content:"";display:block;width:10px;height:10px;border-radius:2px;background:var(--main-color-75);opacity:0;transition:var(--transition)}.select__list{position:absolute;bottom:0;left:0;width:calc(100% + 2px);transform:translateY(calc(100% - 1px));z-index:10;background:var(--white);border:1px solid var(--main-color-75);border-radius:0 0 var(--small_radius) var(--small_radius);box-sizing:border-box;margin:-1px;box-shadow:0 0 8px var(--black_o1);overflow:hidden;overflow-y:auto;max-height:200px;display:grid;grid-template-rows:1fr auto}.select__scroll{display:flex;flex-direction:column;flex-shrink:0;overflow-y:auto}.select__clean-list{border-top:1px solid var(--main-color-75);padding:8px 12px;color:var(--main-color);cursor:pointer;text-decoration:none}.select__clean-list:hover{color:var(--main-color);border-color:var(--main-color-75)}.select__item{width:100%;text-align:left;cursor:pointer;transition:.2s;outline:none;color:var(--main-color);text-decoration:none;display:flex;flex-shrink:0}.select__item--single{padding:8px 12px}.select__item .check{padding:8px 12px;width:100%}.select__item--checked,.select__item:focus,.select__item:hover{background:var(--main-color-75);color:var(--white)}.select{background:var(--white);border:1px solid var(--main-color-75);box-sizing:border-box;border-radius:var(--small_radius);position:relative;cursor:text;height:50px;transition:var(--transition);display:flex;margin:0}.select--error{border-color:var(--red)}.select__errors{font-size:.75em;line-height:15px;color:var(--red);display:flex;flex-direction:column;gap:5px}.select__errors--messages{color:var(--main-color)}.select__container{display:flex;flex-direction:column;align-self:flex-start;gap:5px}.select__title{font-size:.75em;line-height:13px;color:var(--body-color);opacity:.5;white-space:pre-line}.select__field{border-radius:var(--small_radius);border:none;box-sizing:border-box;background:none;width:100%;height:100%;padding:20px 12px 5px;outline:none;font-weight:400;font-size:.875em;color:var(--body-color);appearance:none;resize:vertical}.select__field::placeholder{font-weight:400;color:var(--gray-50)}.select--loading{background-color:var(--main-color-75);background-size:31px 31px;background-image:linear-gradient(-45deg,var(--black_o1) 25%,rgba(0,0,0,0) 0,rgba(0,0,0,0) 50%,rgba(0,0,0,.1) 0,rgba(0,0,0,.1) 75%,rgba(0,0,0,0) 0,rgba(0,0,0,0));animation:stripped 2s linear 0s infinite normal none running}.select--no-title .select__field{padding:15px 12px}.select--list{border-radius:var(--small_radius) var(--small_radius) 0 0}.select--list .select__action{z-index:11}.select--list .select__action .icon{transform:rotate(180deg)}.select--list .select__clear{z-index:12}.select--list-top{border-radius:0 0 var(--small_radius) var(--small_radius)}.select--list-top .select__action{z-index:11}.select--list-top .select__action .icon{transform:rotate(180deg)}.select--list-top .select__list{border-radius:var(--small_radius) var(--small_radius) 0 0;position:absolute;top:0;left:0;bottom:auto;transform:translateY(calc(-100% + 1px))}.select--list-top .select__clear{z-index:12}.select__action,.select__clear{background:none;outline:none;border:none;cursor:pointer;padding:10px;position:absolute;right:0;top:0;bottom:0;margin:auto;transition:.2s;z-index:2;display:flex;align-items:center}.select__action:active,.select__action:focus,.select__clear:active,.select__clear:focus{box-shadow:0 0 0 2px var(--main-color-75);border-radius:var(--small_radius)}.select__action .icon,.select__clear .icon{transition:.2s;width:14px;height:14px}.select__action .icon svg path,.select__clear .icon svg path{stroke:var(--main-color)}.select__clear{transform:translateX(-50%);z-index:3}.select__field{padding:15px 12px;z-index:1}.select__field-container{position:relative;width:100%}.select__selected{display:flex;gap:4px;align-items:center;margin-left:12px;flex-shrink:0}@media only screen and (max-width:480px){.select__selected{display:none}}.select__selected .icon{width:12px;height:12px;display:flex;align-items:center;justify-content:center}.select__selected .icon svg{width:100%;height:100%}.select__selected-item{cursor:pointer;background:var(--main-color-75);border-radius:var(--small_radius);padding:6px 12px;font-size:.875em;line-height:16px;text-align:center;color:var(--white);text-decoration:none;flex-shrink:0}.select__selected-item:hover{color:var(--white)}.select__selected-item:active,.select__selected-item:focus{box-shadow:0 0 0 4px var(--main-color-75)}.select__selected-item:first-child{display:flex;gap:4px;align-items:center}.select__selected-item:first-child span{display:flex}.select__selected-item:first-child .icon{width:14px;height:14px}.select__selected-item:first-child .icon svg{width:100%;height:100%}.select--multiple{display:flex;align-items:center;padding-right:40px}@-moz-keyframes stripped{0%{background-position:0 0}to{background-position:31px 62px}}@-webkit-keyframes stripped{0%{background-position:0 0}to{background-position:31px 62px}}@-o-keyframes stripped{0%{background-position:0 0}to{background-position:31px 62px}}@keyframes stripped{0%{background-position:0 0}to{background-position:31px 62px}}.rc-modal{width:100%;max-width:500px}.rc-modal__body{display:grid;justify-content:stretch;align-items:stretch;gap:12px}.rc-modal__body .textarea__field{height:100px}.rc-modal__body .input,.rc-modal__footer .btn{width:100%}.rc-modal__product{display:flex;gap:8px}.rc-modal__product span{flex-shrink:0}.rc-modal__mark{display:flex;flex-direction:column;gap:4px}.rc-modal__mark-title{font-weight:400;font-size:.875em;line-height:20px;color:var(--body-color-muted)}.rc-modal__mark .btn:hover .icon svg path{fill:var(--main-color)}.rc-modal__stars{display:inline-flex;align-items:center;justify-content:flex-start;margin:0 -4px}.rc-modal__stars .btn{padding:0 4px}.rc-modal__star{width:24px;height:24px}.rc-modal__star:not(.rc-modal__star--filled) svg path{fill:rgba(0,0,0,0);stroke:var(--yellow)}.rc-modal__star--filled svg path{stroke:var(--yellow);fill:var(--yellow)}.rc-modal__star--opacity{opacity:.5}.school-reviews{display:flex;flex-direction:column;align-items:center;gap:30px}.school-reviews .title{margin:0}.school-reviews__stats{display:flex;flex-direction:column;align-items:center;text-align:center}.school-reviews__stat{display:flex;gap:10px;align-items:center}.school-reviews__list{width:100%;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px}@media only screen and (max-width:1200px){.school-reviews__list{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:820px){.school-reviews__list{grid-template-columns:1fr;grid-gap:20px}}.slider-arrows{gap:15px;margin-top:30px}.slider-arrows,.slider-arrows__item{z-index:1;display:flex;justify-content:center}.slider-arrows__item{background:rgba(0,0,0,0);box-sizing:border-box;border-radius:50%;width:40px;height:40px;align-items:center;cursor:pointer;margin:auto 0;background:var(--main-color-75);border:1px solid var(--main-color-75);transition:var(--transition)}.slider-arrows__item:not([disabled]):hover{background:rgba(0,0,0,0);border:1px solid var(--main-color)}.slider-arrows__item:not([disabled]):hover .icon svg path{stroke:var(--main-color)}.slider-arrows__item[disabled]{cursor:default;border:1px solid var(--gray);background:rgba(0,0,0,0)}.slider-arrows__item[disabled] .icon svg path{stroke:var(--main-color)}.slider-arrows__item .icon{width:16px;height:16px}@media only screen and (max-width:840px){.slider-arrows__item .icon{width:10px;height:10px}}.slider-arrows__item .icon svg path{stroke:var(--white);transition:var(--transition)}@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}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.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-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{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(270deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.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-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:normal;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.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-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid rgba(0,0,0,0)}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.swiper-slide{width:auto;max-width:100%;display:inline-flex}.slider{display:flex;justify-content:center;align-items:center}.slider--side-arrows .slider__items{padding:0 90px}@media only screen and (max-width:840px){.slider--side-arrows .slider__items{padding:0 50px}}@media only screen and (max-width:580px){.slider--side-arrows .slider__items{padding:0}}.slider--side-arrows .slider-arrows{margin:0}@media only screen and (max-width:580px){.slider--side-arrows .slider-arrows{margin-top:30px}}@media only screen and (min-width:581px){.slider--side-arrows .slider-arrows__item:first-child{position:absolute;left:0;top:0;bottom:0}.slider--side-arrows .slider-arrows__item:last-child{position:absolute;right:0;top:0;bottom:0}}.slider__title{font-weight:400}.slider__items{position:relative;width:100%;opacity:0;transition:var(--transition)}.slider__items--visible{opacity:1}.slider__container{width:100%}.slider__header{display:flex;align-items:center;width:100%;margin-bottom:30px;justify-content:space-between;gap:24px}@media only screen and (max-width:860px){.slider__header{display:grid;grid-gap:16px;justify-content:stretch}.slider__header .btn{width:100%;justify-content:center}}.slider__header--center{justify-content:center}.slider__title{font-weight:500;font-size:1.5em;line-height:32px;display:flex;align-items:center;color:var(--body-color);margin:0}.banner{display:flex;justify-content:center;width:100%;background-repeat:no-repeat;background-position:50%;background-size:cover;background-color:var(--gray);padding:60px 30px 55px}@media only screen and (max-width:860px){.banner{padding:37px 30px}}@media only screen and (max-width:480px){.banner{padding:30px}}.banner__content{width:100%;max-width:1000px;display:flex;flex-direction:column;align-items:flex-start;gap:10px;color:var(--main-color)}.banner__title{font-weight:700;font-size:2.125em;line-height:115%}@media only screen and (max-width:840px){.banner__title{font-size:1.375em}}@media only screen and (max-width:480px){.banner__title{font-size:1.125em}}@media only screen and (max-width:840px){.banner__subtitle{font-size:.875em}}.main-slide{padding-top:89.05852417302799%;background:var(--white);position:relative;overflow:hidden;display:inline-flex;align-items:flex-start;justify-content:flex-start;width:100%;max-width:100%;max-height:100%}.main-slide .ratio-container{position:absolute;left:0;top:0;right:0;bottom:0;overflow:hidden}.main-slide .ratio-container img{width:100%;height:100%;object-fit:cover;object-position:center}.main-slide:hover .main-slide__image{filter:brightness(.8)}.main-slide:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(8.3deg,var(--black),rgba(0,0,0,0) 47.58%);opacity:.5}.main-slide--trend{position:relative;padding-top:76.73267326732673%;width:100%;display:flex}.main-slide--trend .ratio-container{position:absolute;left:0;top:0;right:0;bottom:0;overflow:hidden}.main-slide--trend .ratio-container img{width:100%;height:100%;object-fit:cover;object-position:center}.main-slide--trend .main-slide__content{padding:10px;border:none}.main-slide__content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;margin:10px;padding:15px;border-radius:var(--main_radius);display:flex;flex-direction:column;justify-content:space-between;color:var(--white);cursor:pointer}@media only screen and (max-width:990px){.main-slide__content{margin:6px;padding:8px}}.main-slide__content-bottom,.main-slide__content-top{display:flex;flex-direction:column;align-items:flex-start;gap:5px}.main-slide__content-bottom{margin-top:auto}.main-slide__brand{background:var(--white);border-radius:var(--small_radius);display:flex;justify-content:center;align-items:center;width:60px;height:30px;margin-bottom:5px}@media only screen and (max-width:840px){.main-slide__brand{width:55px;height:25px;border-radius:5px;margin-bottom:0}}.main-slide__tag{font-size:10px;line-height:110%;padding:3px 7px;border-radius:var(--small_radius)}@media only screen and (max-width:840px){.main-slide__tag{border-radius:8px;line-height:1}}.main-slide__title{font-weight:700;font-size:1.5em;line-height:1.16;display:flex;align-items:center;margin:0;-webkit-line-clamp:2;line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}@media only screen and (max-width:840px){.main-slide__title{font-size:1em}}@media only screen and (max-width:1050px){.main-slide__subtitle{font-size:.875em}}@media only screen and (max-width:840px){.main-slide__subtitle{font-size:.75em;line-height:120%}}.main-slide__date{font-size:10px;line-height:110%}.main-slide__image{width:100%;height:100%;object-fit:cover;object-position:center;transition:var(--transition)}.home-banners__list{padding:0 30px;display:flex;flex-wrap:wrap;gap:30px;background:var(--white);border-radius:calc(var(--main_radius)*2)}@media only screen and (max-width:840px){.home-banners__list{border-radius:0;gap:20px}}@media only screen and (max-width:720px){.home-banners__list{flex-wrap:nowrap;overflow-x:auto}}.home-banners__item{border-radius:var(--main_radius);overflow:hidden;width:calc(33.33333% - 20px)}@media only screen and (max-width:840px){.home-banners__item{width:calc(33.33333% - 14px)}}@media only screen and (max-width:720px){.home-banners__item{width:90%;flex-shrink:0}}.home-banners__item .main-slide{position:relative;padding-top:89.05852417302799%;width:100%;height:100%}.home-banners__item .main-slide .ratio-container{position:absolute;left:0;top:0;right:0;bottom:0;overflow:hidden}.home-banners__item .main-slide .ratio-container img{width:100%;height:100%;object-fit:cover;object-position:center}@media only screen and (max-width:720px){.home-banners__item .main-slide{position:relative;padding-top:57.85123966942148%;width:100%}.home-banners__item .main-slide .ratio-container{position:absolute;left:0;top:0;right:0;bottom:0;overflow:hidden}.home-banners__item .main-slide .ratio-container img{width:100%;height:100%;object-fit:cover;object-position:center}}.child-page{width:100%;display:grid;grid-gap:30px}.child-page__container{display:grid;align-items:start;gap:50px;position:relative}.child-page__welcome{padding-top:126px;padding-bottom:126px;background:url(/static/images/child.png);background-repeat:no-repeat;background-position:100%;background-color:var(--white);color:var(--main-color)}@media only screen and (max-width:860px){.child-page__welcome{padding-top:80px;padding-bottom:80px}}@media only screen and (max-width:640px){.child-page__welcome{padding-top:50px}}@media only screen and (max-width:440px){.child-page__welcome{padding:30px}}.child-page__welcome-inner{text-align:left;max-width:628px}.child-page__welcome .title{text-align:left;font-size:2.125em;text-transform:none}@media only screen and (max-width:840px){.child-page__welcome .title{font-size:1.75em;line-height:150%}}@media only screen and (max-width:440px){.child-page__welcome .title{font-size:1.5em}}.child-page__welcome-text{font-size:1.125em;line-height:160%}@media only screen and (max-width:440px){.child-page__welcome-text{font-size:1em}}.child-page__registry-container{display:flex;gap:32px;margin-top:-100px;padding:0 10px}@media only screen and (max-width:1065px){.child-page__registry-container{flex-direction:column;align-items:center}}.child-page__registry-container .image{width:100%;max-width:634px;height:100%;max-height:312px;border-radius:15px}.child-page__registry-buttons{padding:0 59px;margin-top:-50px}@media only screen and (max-width:475px){.child-page__registry-buttons{padding:0 30px}}.child-page__registry-button{background:#eff0f1;border-radius:15px;display:flex;flex-direction:column;align-items:center;gap:15px;padding:30px;max-height:223px;max-width:516px}@media only screen and (max-width:475px){.child-page__registry-button{padding:20px}}.child-page__registry-button .title{font-family:var(--font_regular);font-weight:700;font-size:1.5em;line-height:150%;text-transform:uppercase;text-align:center;margin-bottom:20px}@media only screen and (max-width:840px){.child-page__registry-button .title{font-size:1.25em}}@media only screen and (max-width:440px){.child-page__registry-button .title{font-size:1.125em}}.child-page__registry-button .subtitle{text-align:center}.child-page__info .title{margin-bottom:30px}.child-page__info-text{column-count:2;column-gap:30px}@media only screen and (max-width:640px){.child-page__info-text{column-count:1}}.child-page__benefits .title{margin-bottom:30px}.child-page__benefits-list{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:30px}@media only screen and (max-width:1100px){.child-page__benefits-list{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:860px){.child-page__benefits-list{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:640px){.child-page__benefits-list{gap:20px}}@media only screen and (max-width:540px){.child-page__benefits-list{grid-template-columns:1fr}}@media only screen and (max-width:440px){.child-page__benefits-list{grid-gap:10px}}.child-page__benefits-item{height:auto;border:1px solid var(--main-color-75);border-radius:var(--small_radius);padding:20px;display:flex;flex-direction:column;align-items:center;gap:18px}@media only screen and (max-width:640px){.child-page__benefits-item{padding:15px;font-size:1em;gap:12px}}.child-page__benefits-item__title{font-weight:700;font-size:1.125em;line-height:140%}.child-page__benefits-item__subtitle{font-weight:400;font-size:.875em;line-height:145%;text-align:center}.child-page__benefits-item span:first-child{position:relative;display:flex;border-radius:50%;flex-shrink:0;padding:5px;background:var(--main-color-25)}.child-page__benefits-item span:first-child .icon{width:20px;height:20px;background:var(--main-color);border-radius:50%}.child-page__benefits-item span:first-child .icon svg{flex-shrink:0;width:24px;height:24px}.child-page__benefits-item span:first-child .icon svg path{stroke:var(--white)}.child-page__tools .title{margin-bottom:30px}.child-page__tools-list{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:30px}@media only screen and (max-width:1100px){.child-page__tools-list{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:860px){.child-page__tools-list{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:640px){.child-page__tools-list{gap:20px}}@media only screen and (max-width:540px){.child-page__tools-list{grid-template-columns:1fr}}@media only screen and (max-width:440px){.child-page__tools-list{grid-gap:10px}}.child-page__tools-item{height:auto;border:1px solid var(--main-color-75);border-radius:var(--small_radius);padding:20px;display:flex;flex-direction:column;align-items:center;gap:18px}@media only screen and (max-width:640px){.child-page__tools-item{padding:15px;font-size:1em;gap:12px}}.child-page__tools-item__title{font-weight:700;font-size:1.125em;line-height:140%}.child-page__tools-item__subtitle{font-weight:400;font-size:.875em;line-height:145%;text-align:center}.child-page__tools-item span:first-child{position:relative;display:flex;border-radius:50%;flex-shrink:0;padding:10px;background:var(--gray)}.child-page__tools-item span:first-child .icon{width:20px;height:20px;border-radius:50%}.child-page__tools-item span:first-child .icon svg{flex-shrink:0;width:24px;height:24px}.child-page__tools-item span:first-child .icon svg path{stroke:var(--main-color)}.child-page__company{padding:126px;background:url(/static/images/company.png);background-repeat:no-repeat;background-size:cover;background-position:50%;color:var(--main-color)}@media only screen and (max-width:860px){.child-page__company{padding-top:80px;padding-bottom:80px}}@media only screen and (max-width:640px){.child-page__company{padding-top:50px;padding-bottom:50px}}@media only screen and (max-width:440px){.child-page__company{padding:30px}}.child-page__company .container{display:flex;justify-content:center}.child-page__company-inner{text-align:center;max-width:363px;background:hsla(0,0%,100%,.8);backdrop-filter:blur(2px);border-radius:20px;padding:30px}.child-page__company-inner__logo{margin-bottom:20px}@media only screen and (max-width:840px){.child-page__company-inner__logo{font-size:1.75em;line-height:150%}}@media only screen and (max-width:440px){.child-page__company-inner__logo{font-size:1.5em}}.child-page__company-inner .link{text-decoration:underline}.child-page__company-text{font-size:.875em;line-height:160%;margin-bottom:20px}@media only screen and (max-width:440px){.child-page__company-text{font-size:1em}}.child-page__registry .title{margin-bottom:30px}.child-page__registry-text{column-count:2;column-gap:30px}@media only screen and (max-width:640px){.child-page__registry-text{column-count:1}}.child-page__faq .container{background:#eff0f1;border-radius:15px;display:flex;flex-direction:column;position:relative;align-items:center;padding:105px 0}@media only screen and (max-width:500px){.child-page__faq .container{padding:55px 0}}.child-page__faq-image{max-width:532px;max-height:277px;position:absolute;bottom:66%}.child-page__faq-info{display:flex;flex-direction:column;align-items:center;gap:15px;margin-top:35px}.child-page__faq-info h2{margin-bottom:0}.child-page__faq-info span{text-align:center}