/* Minification failed. Returning unminified contents.
(1,1439): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1,1472): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1,1760): run-time error CSS1039: Token not allowed after unary operator: '-space'
(1,4859): run-time error CSS1039: Token not allowed after unary operator: '-spaceMenu'
 */
.nav-icon{display:none;width:30px;height:20px;position:relative;transform:rotate(0);transition:.5s ease-in-out;cursor:pointer;}.nav-icon span{display:block;position:absolute;height:2px;width:100%;background:#fff;opacity:1;left:0;transform:rotate(0);transition:.25s ease-in-out;}.nav-icon span:nth-child(1){top:0;}.nav-icon span:nth-child(2){top:9px;}.nav-icon span:nth-child(3){top:18px;}.nav-icon.open span:nth-child(1){top:9px;transform:rotate(135deg);}.nav-icon.open span:nth-child(2){opacity:0;left:-60px;}.nav-icon.open span:nth-child(3){top:9px;transform:rotate(-135deg);}@media(max-width:1200px){.nav-icon{display:flex;}}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none;}table{border-collapse:collapse;border-spacing:0;}a{text-decoration:none;}:root{--space:calc((100vw - 1200px)/2);--spaceMenu:calc((100vw - 1280px)/2);}html{font-family:"Manrope",sans-serif;}body{background:#f5f5f5;}body.js-hidden{overflow:hidden;}.container{padding:0 20px;max-width:1200px;margin:0 auto;}.container--lg{max-width:1450px;}strong{font-weight:700;}.container-pull-right{margin-left:var(--space);margin-right:auto;}@media(max-width:1200px){.container-pull-right{margin-left:0;margin-right:0;width:auto;padding-left:20px;}}.overlay{position:absolute;top:-300vh;left:0;width:100%;height:300vh;z-index:2;content:"";background:rgba(7,36,66,.7);transition:all .6s;}.overlay.js-opened{position:fixed;top:0;}.header{position:fixed;width:100%;z-index:3;top:70px;transition:all .3s;}.header__inner{display:flex;justify-content:space-between;align-items:center;height:100px;background:rgba(255,255,255,.06);backdrop-filter:blur(14px);border-radius:66px;padding:0 28px;transition:all .3s;}.header__logo a{display:flex;width:209px;}.header__logo a svg path{transition:all .3s;}.header__right{display:flex;align-items:center;gap:30px;}.header__links{display:flex;gap:16px;z-index:2;position:relative;}.header__links a{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border:1px solid rgba(255,255,255,.5);color:rgba(255,255,255,.8);font-size:15px;font-weight:500;transition:all .3s;border-radius:50%;}.header__links a:hover{background:#fff;color:#000;}.header__links a:hover svg path{stroke:#000;}.header.js-colored{top:0;}.header.js-colored .header__inner{background:rgba(23,24,31,.7);height:90px;}.header.js-opened .header__links{position:relative;z-index:3;}.header.js-opened .header__links a{border-color:rgba(0,0,0,.5);color:#000;}.header.js-opened .header__links a svg path{stroke:#000;}.header.js-opened .header__logo{position:relative;z-index:3;}.header.js-opened .header__logo svg path{fill:#000;}.header.js-opened .header__logo svg path .st1{fill:red;}.header.js-opened .header__logo svg path.logo{fill:#ff0004;}.header.js-opened .header-nav__link{color:#000;}.header.js-opened .header-nav__link svg path{fill:#000;}.header.js-opened .header-nav__item a.button{position:relative;z-index:2;color:#fff;background:#000;}@media(max-width:1440px){.header{top:50px;}}@media(max-width:767px){.header__logo{width:130px;}.header__logo a{display:flex;}.header__right{gap:8px;}.header__inner{height:80px;padding:0 14px;}.header.js-colored .header__inner{height:70px;}.header__links{gap:14px;}.header__links a{width:40px;height:40px;}}.header-nav{display:flex;gap:24px;align-items:center;}.header-nav__link{display:flex;align-items:center;gap:10px;color:rgba(255,255,255,.8);font-size:16px;font-weight:500;line-height:190%;position:relative;z-index:2;transition:all .3s;}.header-nav__link svg{transition:all .3s;}.header-nav__link.js-open svg{transform:rotate(180deg);}@media(max-width:1200px){.header-nav{position:absolute;background:linear-gradient(135deg,#f06aae 0%,#e06960 40%,#ff4b4b 70%,#ff7b8c 100%);width:90%;top:-50px;right:-120%;flex-direction:column;height:100vh;padding-top:140px;gap:20px;align-items:flex-start;padding-left:25px;transition:all ease-in-out .3s;}.header-nav__item .button{width:100%;min-width:150px;}.header-nav__link{font-size:40px;line-height:100%;}.header-nav__link svg{width:20px;height:20px;}.header-nav.js-opened{right:-20px;}}@media(max-width:767px){.header-nav{width:95%;}}.header-subnav{display:none;position:absolute;left:calc(-1*var(--spaceMenu));top:-30px;background:#fff;position:absolute;width:calc(100vw - 80px);padding-top:180px;padding-bottom:80px;border-radius:12px;}.header-subnav__list{display:flex;gap:32px;max-width:1380px;padding:0 20px;width:calc(100% - 40px);margin:0 auto;}.header-subnav__item{position:relative;}.header-subnav__content{position:absolute;bottom:38px;left:32px;}.header-subnav__content h3{color:#fff;font-size:32px;line-height:110%;font-weight:500;margin-bottom:12px;}.header-subnav__content p{color:#fff;font-weight:500;line-height:190%;margin-bottom:8px;}@media(max-width:1440px){.header-subnav{padding-top:120px;padding-bottom:20px;}.header-subnav__item img{width:100%;height:100%;object-fit:cover;}}@media(max-width:1200px){.header-subnav{position:relative;background:transparent;width:calc(100% - 20px);padding:0;left:0;top:0;}.header-subnav__list{margin-top:14px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:0;margin-top:32px;padding:0;}.header-subnav__content p{display:none;}.header-subnav__link{color:rgba(255,255,255,.8);font-size:32px;display:flex;}}@media(max-width:991px){.header-subnav__list{width:100%;}.header-subnav__content{left:12px;bottom:12px;}.header-subnav__content h3{font-size:18px;margin:0;}.header-subnav .single-button{display:none;}}@media(max-width:767px){.header-subnav__content{left:8px;bottom:8px;}.header-subnav__content h3{font-size:16px;}}.search-area{display:flex;align-items:center;justify-content:center;position:absolute;left:0;top:-70px;width:100%;height:100vh;background:rgba(29,30,32,.5);z-index:9999999;left:-100%;transition:all ease-in-out .3s;}.search-area .container{width:100%;}.js-colored .search-area{top:0;}.search-area form{position:relative;width:100%;display:flex;}.search-area form input{width:100%;height:54px;padding:0 20px;font-size:16px;font-weight:500;outline:0;color:rgba(29,30,32,.5);}.search-area form input::placeholder{font-size:16px;font-weight:500;outline:0;color:rgba(29,30,32,.5);}.search-area form button{position:absolute;right:0;height:100%;width:54px;border:0;background:none;cursor:pointer;border-left:1px solid rgba(29,30,32,.25);}.search-area.active{left:0;}.button{font-family:"Inter",sans-serif;display:inline-flex;align-items:center;color:#000;gap:16px;font-size:16px;font-weight:500;background:#fff;border-radius:40px;border:1px solid transparent;padding:16px 50px;line-height:30px;transition:all .3s;cursor:pointer;justify-content:center;}.button svg{transition:all .3s;}.button--dark{background:#17181f;color:#fff;}.button--gradient{background:linear-gradient(to bottom left,#00b4ff 0%,#a032ff 30%,#f50500 55%,#f97300 80%,#f9b700 100%);color:#fff;}.button--xs{padding:10px;}.button:hover{gap:20px;}.button:hover svg{transform:rotate(45deg);}.single-button{display:inline-flex;align-items:center;justify-content:center;background:#d0ff00;width:52px;height:52px;border-radius:100%;}.single-button svg{transition:all .3s;}.single-button:hover svg{transform:rotate(45deg);}.main-slider{position:relative;width:calc(100% - 40px);height:calc(100vh - 20px);margin:0 auto;margin-top:20px;border-radius:24px;overflow:hidden;margin-bottom:100px;background:#fe6458;}.main-slider__slider{overflow:hidden;height:100%;}.main-slider__item{height:100%;}.main-slider__image{display:flex;justify-content:flex-end;width:100%;height:100%;}.main-slider__image:before{content:"";width:100%;height:100%;position:absolute;left:0;top:0;background:rgba(0,0,0,.3);z-index:2;}.main-slider__image picture{display:flex;width:100%;height:100%;}.main-slider__image picture img{display:flex;object-fit:cover;width:100%;height:100%;}.main-slider__content{position:absolute;top:50%;transform:translateY(-50%);width:100%;z-index:99999;color:#fff;}.main-slider__title{font-size:70px;font-weight:400;line-height:125%;margin-bottom:32px;max-width:800px;}.main-slider__desc{color:rgba(255,255,255,.8);margin-bottom:48px;font-size:18px;font-weight:500;line-height:190%;max-width:800px;}@media(max-width:1600px){.main-slider__content{top:initial;transform:rotate(0);bottom:30px;}.main-slider__title{font-size:50px;margin-bottom:24px;}.main-slider__desc{margin-bottom:30px;}}@media(max-width:1440px){.main-slider__content{bottom:30px;}}@media(max-width:767px){.main-slider__title{line-height:130%;font-size:40px;}}.section{padding:100px 0;overflow:hidden;}.section--inner-page{padding-bottom:0;}@media(max-width:1366px){.section{padding:75px 0;}.section--inner-page{padding-bottom:0;}}@media(max-width:1200px){.section{padding:50px 0;}.section--inner-page{padding-bottom:0;}}.blog-slider__inner{overflow:hidden;}.blog-slider__inner{position:relative;}.blog-slider__item:hover .blog-slider__img img{transform:scale(1.1);}.blog-slider__img{position:relative;overflow:hidden;margin-bottom:32px;border-radius:24px;}.blog-slider__img img{display:flex;width:100%;height:100%;object-fit:cover;transition:all .3s;}.blog-slider__title{font-size:32px;color:#fff;font-weight:500;line-height:110%;margin-bottom:24px;}.blog-slider__desc{color:rgba(255,255,255,.8);font-size:16px;line-height:190%;font-weight:500;}.blog-slider__pagination{display:flex;margin-top:40px;justify-content:center;padding:0;}.blog-slider__pagination .swiper-pagination-bullet{width:10px;height:10px;}.blog-slider__pagination .swiper-pagination-bullet-active{background:#fff;}.gradient-overlay{position:absolute;top:0;left:0;height:100%;width:0;background:#fbd7ff;background:linear-gradient(135deg,#f06aae 0%,#e06960 40%,#ff4b4b 70%,#ff7b8c 100%);transition:width 1.2s ease-in-out;z-index:-1;}.full-colored-section{position:relative;overflow:hidden;padding:100px 0;width:calc(100% - 40px);margin:0 auto;border-radius:30px;}.full-colored-section.animate .gradient-overlay{width:100%;}@media(max-width:1366px){.full-colored-section{padding:75px 0;}}@media(max-width:1200px){.full-colored-section{padding:50px 0;}}@media(max-width:767px){.full-colored-section{width:100%;}}.section-head{margin-bottom:65px;max-width:1200px;}.section-head--split{display:flex;gap:70px;justify-content:space-between;}.section-head--split .section-head__desc{max-width:460px;}.section-head--with-action{display:flex;justify-content:space-between;align-items:center;}.section-head--with-action .section-head__title{max-width:65%;}.section-head--centered{text-align:center;}.section-head__title{font-size:70px;font-weight:400;line-height:125%;margin-bottom:16px;color:#000;}.section-head__title span{display:flex;}.section-head__title--white{color:#fff;}.section-head__desc p{color:rgba(0,0,0,.8);font-size:16px;font-weight:500;line-height:190%;margin-bottom:32px;}.section-head__desc p:last-child{margin-bottom:0;}.section-head__desc--white p{color:#fff;}@media(max-width:1170px){.section-head--split{flex-direction:column;gap:0;}.section-head--split .section-head__desc{max-width:100%;}}@media(max-width:991px){.section-head{margin-bottom:40px;}.section-head__title{font-size:60px;}}@media(max-width:767px){.section-head--with-action{flex-direction:column;align-items:flex-start;gap:32px;}.section-head--with-action .section-head__title{max-width:100%;}.section-head__title{font-size:44px;}.section-head__title span{display:inline;}}.badge{display:inline-flex;color:rgba(255,255,255,.8);background:rgba(255,255,255,.06);backdrop-filter:blur(14px);font-size:16px;font-weight:500;line-height:190%;padding:16px 24px;border-radius:20px;}.icon-box{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;}.icon-box img{margin-bottom:32px;}.icon-box__title{font-size:24px;font-weight:500;line-height:100%;color:#fff;margin-bottom:12px;}.icon-box__desc{font-size:16px;font-weight:500;color:rgba(255,255,255,.8);line-height:190%;}@media(max-width:991px){.icon-box{grid-template-columns:1fr;}}.product-slider{position:relative;overflow:hidden;}.product-slider__slider{overflow:hidden;}.product-slider__item:hover img{transform:scale(1.1);}.product-slider__img{position:relative;overflow:hidden;margin-bottom:32px;border-radius:24px;}.product-slider__img img{display:flex;width:100%;height:100%;object-fit:cover;transition:all .3s;}.product-slider__img .badge{position:absolute;top:20px;right:20px;z-index:3;}.product-slider__title{font-size:32px;color:#22282b;font-weight:500;line-height:110%;margin-bottom:24px;}.product-slider__desc{color:rgba(0,0,0,.8);font-size:16px;line-height:190%;font-weight:500;}.product-slider__arrows{position:absolute;width:100%;top:50%;display:flex;justify-content:space-between;z-index:2;background:#f00;}.product-slider__arrows .container-pull-right{position:relative;display:flex;justify-content:space-between;width:100%;}.product-slider__arrow{position:absolute;display:flex;align-items:center;justify-content:center;width:100px;height:100px;border:10px solid #fff;background:#17181f;border-radius:100%;cursor:pointer;}.product-slider__arrow--prev{left:-60px;}.product-slider__arrow--prev svg{transform:rotate(180deg);}.product-slider__arrow--next{right:60px;}.product-slider__arrow.swiper-button-disabled{display:none;}.product-slider__pagination{display:none;margin-top:40px;justify-content:center;padding:0;}.product-slider__pagination .swiper-pagination-bullet{width:10px;height:10px;}.product-slider__pagination .swiper-pagination-bullet-active{background:linear-gradient(135deg,#f06aae 0%,#f44336 40%,#ff4b4b 70%,#ff7b8c 100%);}@media(max-width:1440px){.product-slider__img{margin-bottom:24px;}.product-slider__title{font-size:26px;margin-bottom:16px;}.product-slider__desc{line-height:150%;}.product-slider__arrow{width:80px;height:80px;}.product-slider__arrow--prev{left:-40px;}.product-slider__arrow--next{right:40px;}}@media(max-width:1200px){.product-slider__arrows{display:none;}.product-slider__pagination{display:flex;}}.comments-card__slider{overflow:hidden;}.comments-card .swiper-wrapper{padding:10px 0;}.comments-card__item{display:flex;flex-direction:column;min-height:225px!important;gap:24px;padding:32px;background:#fff;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.15);}.comments-card__top{display:flex;gap:24px;align-items:center;}.comments-card__top img{border-radius:50%;}.comments-card__title{color:#000;font-size:24px;font-weight:400;line-height:100%;margin-bottom:8px;}.comments-card__spot{color:#81899c;font-size:14px;font-weight:500;line-height:150%;}.comments-card__content p{color:#81899c;font-size:14px;font-weight:500;line-height:150%;}@media(max-width:1600px){.comments-card__top{display:flex;gap:12px;align-items:flex-start;}.comments-card__item{min-height:235px!important;}}@media(max-width:767px){.comments-card__top{flex-direction:column;}.comments-card__item{min-height:300px!important;padding:24px;}}.logos__slider{overflow:hidden;}.logos__item{display:flex;align-items:center;justify-content:center;border-radius:20px;width:100px;height:150px;border:1px solid rgba(5,0,56,.25);cursor:pointer;padding:0 25px;}.logos__item img{width:100%;height:auto;object-fit:contain;filter:grayscale(100%);transition:all .3s;}.logos__item:hover img{filter:grayscale(0);}.footer{background:#17181f;width:calc(100% - 40px);margin:0 auto;margin-bottom:20px;border-radius:30px;padding-top:100px;}.footer .upp-logo{display:flex;align-items:center;justify-content:center;width:50px;height:50px;}.footer .upp-logo img{display:flex;width:100%;height:100%;object-fit:cover;}.footer__top{display:flex;justify-content:space-between;padding-bottom:75px;}.footer__left{display:flex;flex-direction:column;gap:48px;}.footer__logo{display:flex;flex-direction:column;gap:14px;}.footer__logo a{display:flex;}.footer__logo p{font-family:"Roboto",sans-serif;font-size:14px;line-height:150%;color:#fff;}.footer__bottom{display:flex;align-items:center;justify-content:space-between;padding:32px 0;border-top:1px solid rgba(255,255,255,.1);}.footer__copy{color:#81899c;font-size:14px;font-weight:400;}.footer__static-links{display:flex;align-items:center;gap:60px;}.footer__static-links a{color:#81899c;font-size:14px;font-weight:400;transition:all .3s;}.footer__static-links a:hover{color:#fff;}@media(max-width:991px){.footer{padding-top:50px;}.footer__top{gap:30px;padding-bottom:35px;}}@media(max-width:991px){.footer__top{flex-direction:column;}.footer__bottom{flex-direction:column;gap:14px;}.footer__static-links{flex-direction:column;gap:14px;}}.footer-nav{display:flex;gap:80px;}.footer-nav__head{display:flex;color:#fff;font-size:16px;font-weight:600;line-height:100%;margin-bottom:24px;}@media(max-width:1366px){.footer-nav{gap:60px;}}@media(max-width:1170px){.footer-nav{gap:40px;flex-wrap:wrap;}}@media(max-width:991px){.footer-nav{flex:1;justify-content:space-between;}}@media(max-width:767px){.footer-nav{flex-direction:column;gap:16px;}.footer-nav__head{margin-bottom:8px;}}.footer-nav-list li a{display:flex;color:#fff;font-size:14px;line-height:26px;font-weight:400;transition:all .3s;margin-bottom:4px;}.footer-nav-list li a:hover{opacity:.8;}.social{display:flex;gap:12px;}.social--mobile{display:none;}.social a{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border:1px solid rgba(255,255,255,.5);border-radius:50%;transition:all .3s;}.social a svg{transition:all .3s;}.social a:hover{background:rgba(255,255,255,.5);}.social a:hover svg path{opacity:1;}@media(max-width:991px){.social{display:none;}.social--mobile{display:flex;}}.brands{margin-bottom:120px;}.vertical-tab{display:flex;gap:100px;}.vertical-tab__buttons{position:relative;display:flex;flex-direction:column;flex:.75;}.vertical-tab__buttons:before{content:"";height:100%;width:2px;background:#eceef3;position:absolute;top:0;left:90px;z-index:-1;}.vertical-tab__button{display:flex;border:0;padding-bottom:92px;background:transparent;cursor:pointer;text-align:left;transition:background .3s;}.vertical-tab__button:last-child{padding-bottom:0;}.vertical-tab__button-title{color:rgba(0,0,0,.4);font-weight:500;font-size:24px;line-height:100%;margin-bottom:12px;transition:all .3s;}.vertical-tab__button-desc{color:rgba(0,0,0,.4);font-weight:500;font-size:16px;line-height:190%;transition:all .3s;}.vertical-tab__button.active .vertical-tab__button-content{border-left:2px solid #71caac;}.vertical-tab__button.active .vertical-tab__number{color:#1a2b3b;font-weight:500;}.vertical-tab__button.active .vertical-tab__button-title{color:#000;}.vertical-tab__button.active .vertical-tab__button-desc{color:rgba(0,0,0,.8);}.vertical-tab__number{color:rgba(0,0,0,.25);font-size:36px;line-height:34px;padding-right:45px;min-width:45px;transition:all .3s;}.vertical-tab__button-content{padding-left:47px;}.vertical-tab__contents{flex:1;position:relative;}.vertical-tab__content{position:relative;width:100%;opacity:0;transition:all 5s;display:none;background:linear-gradient(to bottom left,#00b4ff 0%,#a032ff 30%,#f50500 55%,#f97300 80%,#f9b700 100%);border-bottom-left-radius:30px;border-top-left-radius:30px;}.vertical-tab__content-inner{background:#fff;border-radius:20px;top:70px;position:relative;max-width:725px;}.vertical-tab__content.active{display:flex;align-items:flex-end;justify-content:flex-end;opacity:1;}.vertical-tab__img{position:relative;top:-20px;margin-left:30px;border-radius:20px;background:#fff;display:flex;align-items:center;height:150px;}.vertical-tab__img img{width:295px;height:85px;object-fit:contain;}.vertical-tab__img img.arylabox{height:120px;}.vertical-tab__inner{padding:30px;padding-top:0;}.vertical-tab__inner h3{font-size:32px;font-weight:400;line-height:100%;margin-bottom:24px;line-height:130%;}.vertical-tab__inner p{color:rgba(0,0,0,.8);font-size:16px;font-weight:500;line-height:190%;margin-bottom:40px;}@media(max-width:1440px){.vertical-tab{gap:30px;}}@media(max-width:1366px){.vertical-tab__buttons:before{left:70px;}.vertical-tab__button-content{padding-left:20px;}.vertical-tab__number{padding-right:25px;}.vertical-tab__content-inner{max-width:650px;}}@media(max-width:1200px){.vertical-tab{flex-direction:column;}.vertical-tab__button{padding-bottom:20px;}.vertical-tab__content-inner{max-width:95%;}.vertical-tab__img{height:150px;}}.link-with-icon{font-family:"Inter",sans-serif;display:flex;align-items:center;font-size:16px;font-weight:500;gap:16px;color:#000;}.link-with-icon--blue{color:#2b59ff;}.link-with-icon--red{color:#ff0004;}.link-with-icon--white{color:#fff;}.link-with-icon__icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:100%;background:#17181f;}.link-with-icon__icon svg{transition:all .3s;}.link-with-icon svg{transition:all .3s;}.link-with-icon:hover svg{transform:rotate(45deg);}.subpage-header{width:calc(100% - 40px);height:500px;margin:0 auto;margin-top:20px;border-radius:20px;background:#fbd7ff;background:linear-gradient(135deg,#f06aae 0%,#e06960 40%,#ff4b4b 70%,#ff7b8c 100%);}.subpage-header .container{height:100%;}.subpage-header__inner{display:flex;justify-content:flex-end;flex-direction:column;gap:20px;height:calc(100% - 100px);max-width:920px;}.subpage-header__title{font-size:70px;line-height:100%;color:#fff;}.subpage-header__title span{font-weight:700;}.subpage-header__desc{color:#fff;font-size:18px;font-weight:500;line-height:190%;}@media(max-width:991px){.subpage-header__title{font-size:65px;}}@media(max-width:767px){.subpage-header__inner{height:calc(100% - 50px);}.subpage-header__title{display:flex;flex-direction:column;gap:8px;font-size:45px;}.subpage-header__desc{font-size:16px;line-height:150%;}}.page{padding:150px 0;}.page--production{padding-top:0;}@media(max-width:767px){.page{padding:75px 0;}}.contact-form{margin-bottom:150px;}@media(max-width:1200px){.contact-form{margin-bottom:75px;}}.form__row{display:flex;margin-bottom:48px;gap:32px;}.form__item{width:100%;gap:32px;}.form__item label{display:flex;margin-bottom:10px;font-size:16px;line-height:190%;color:rgba(0,0,0,.8);}.form__item input{font-family:"Manrope",sans-serif;width:100%;border:0;border-bottom:1px solid #cacaca;background:none;outline:0;padding-top:10px;}.form__item textarea{font-family:"Manrope",sans-serif;width:100%;border:0;border-bottom:1px solid #cacaca;height:130px;background:none;outline:0;resize:none;}.form__privacy{display:flex;align-items:flex-start;gap:10px;}.form__privacy input[type=checkbox]{opacity:0;left:0;position:absolute;width:auto;}.form__privacy label{font-size:16px;gap:4px;line-height:140%;color:rgba(0,0,0,.8);position:relative;padding-left:75px;cursor:pointer;}.form__privacy label.form-error{color:#df2228;}.form__privacy label::before{content:"";display:inline-block;width:56px;height:28px;border-radius:70px;border:1px solid #eee;background-color:transparent;position:absolute;left:0;top:13px;transform:translateY(-50%);}.form__privacy label:after{content:"";display:block;width:22px;height:22px;background:#92a0b9;border-radius:50%;position:absolute;left:5px;top:13px;transform:translateY(-50%);transition:all .3s;}.form__privacy label a{color:#17181f;font-weight:600;text-decoration:underline;}.form__privacy input[type=checkbox]:checked+label::after{left:30px;border-radius:40px;background:#00ae42;}.form__privacy input[type=checkbox]:checked+label::before{border-color:#00ae42;}@media(max-width:767px){.form__row{display:flex;flex-direction:column;margin-bottom:32px;}}.iti{width:100%;}.iti input{width:100%;}.form-error{border-color:#f06aae!important;}.addresses{overflow:hidden;}.address-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;overflow:hidden;}.address-cards__item{display:flex;flex-direction:column;justify-content:space-between;gap:16px;padding:32px;border:1px solid #cacaca;border-radius:16px;}.address-cards__icon{display:flex;align-items:center;justify-content:center;width:75px;height:75px;background:linear-gradient(135deg,#f06aae 0%,#e06960 40%,#ff4b4b 70%,#ff7b8c 100%);border-radius:100%;}.address-cards__content h3{font-size:24px;font-weight:600;line-height:190%;color:rgba(0,0,0,.8);}.address-cards__content p{font-size:16px;line-height:190%;font-weight:500;color:rgba(0,0,0,.8);margin-bottom:16px;}.address-cards__content a{display:flex;font-size:16px;line-height:190%;font-weight:500;color:rgba(0,0,0,.8);transition:all .3s;}.address-cards__content a:hover{color:#ff0004;}@media(max-width:1200px){.address-cards{grid-template-columns:1fr 1fr;}}@media(max-width:767px){.address-cards{padding:1px;grid-template-columns:1fr;}}.map-area{position:relative;margin-bottom:250px;}.map-area picture{display:flex;width:100%;height:100%;}.map-area picture img{display:flex;object-fit:cover;width:100%;height:100%;}@media(max-width:1440px){.map-area{margin-bottom:150px;}}@media(max-width:991px){.map-area{margin-bottom:75px;}}.numbers{position:absolute;bottom:0;width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;justify-content:space-around;}.numbers__item{display:flex;flex-direction:column;align-items:center;}.numbers__item h3{font-size:120px;font-weight:700;line-height:130px;}.numbers__item p{font-size:22px;font-weight:400;line-height:28px;color:#555;}@media(max-width:1170px){.numbers__item h3{font-size:100px;line-height:110px;}}@media(max-width:991px){.numbers__item h3{font-size:70px;line-height:80px;}}@media(max-width:767px){.numbers{position:relative;}.numbers__item h3{font-size:50px;line-height:60px;}.numbers__item p{font-size:16px;}}.image-area{height:100vh;margin-top:150px;margin-bottom:130px;}.image-area__wrapper{position:relative;}.image-area__img{position:absolute;top:0;left:0;}.image-area__img:nth-child(1){position:relative;}.image-area__img:nth-child(2){right:0;top:150px;left:inherit;}.image-area__img:nth-child(3){bottom:-50%;top:inherit;left:110px;right:inherit;}@media(max-width:1170px){.image-area__img:nth-child(3){left:30px;}}@media(max-width:991px){.image-area{height:auto;margin-top:75px;margin-bottom:75px;}.image-area__wrapper{display:flex;flex-direction:column;gap:16px;}.image-area__img{position:relative;}.image-area__img:nth-child(1){top:inherit;left:inherit;right:inherit;bottom:inherit;}.image-area__img:nth-child(2){top:inherit;left:inherit;right:inherit;bottom:inherit;}.image-area__img:nth-child(3){top:inherit;left:inherit;right:inherit;bottom:inherit;}.image-area__img img{display:flex;width:100%;}}.cards__list{display:grid;grid-template-columns:repeat(3,1fr);row-gap:64px;column-gap:32px;}.cards__img{position:relative;overflow:hidden;margin-bottom:32px;height:390px;}.cards__img:before{content:"";width:100%;height:100%;position:absolute;left:0;top:0;background:rgba(0,0,0,.2);border-radius:12px;}.cards__img img{display:flex;width:100%;height:100%;object-fit:cover;border-radius:12px;}.cards__date{display:flex;margin-bottom:16px;color:#777;font-size:14px;font-weight:400;line-height:20px;}.cards__date--white{color:#fff;}.cards__title{color:#000;font-size:16px;font-weight:600;line-height:190%;margin-bottom:16px;}.cards__title--white{color:#fff;}.cards__spot{color:rgba(0,0,0,.8);font-size:16px;font-weight:500;line-height:190%;margin-bottom:24px;}.cards__spot--white{color:#fff;}@media(max-width:991px){.cards__list{grid-template-columns:repeat(2,1fr);}}@media(max-width:767px){.cards__list{grid-template-columns:repeat(1,1fr);}}.article__images{margin-bottom:70px;}.article__images img{display:flex;width:100%;height:100%;object-fit:cover;}.article__images--1{display:grid;grid-template-columns:repeat(1,1fr);gap:100px;}.article__images--2{display:grid;grid-template-columns:repeat(2,1fr);gap:50px;}.article__images--3{display:grid;grid-template-columns:repeat(3,1fr);gap:33.3333333333px;}.article p{color:rgba(0,0,0,.8);font-size:16px;font-weight:500;line-height:190%;margin-bottom:32px;}.article p:last-child{margin-bottom:0;}.article a{color:#ff0004;}@media(max-width:1170px){.article__images--1{display:grid;grid-template-columns:repeat(1,1fr);gap:100px;}.article__images--2{display:grid;grid-template-columns:repeat(2,1fr);gap:50px;}.article__images--3{display:grid;grid-template-columns:repeat(3,1fr);gap:33.3333333333px;}}@media(max-width:991px){.article__images{margin-bottom:40px;}}@media(max-width:767px){.article__images--1{display:grid;grid-template-columns:1fr;gap:30px;}.article__images--2{display:grid;grid-template-columns:1fr;gap:30px;}.article__images--3{display:grid;grid-template-columns:1fr;gap:30px;}.article__images--4{display:grid;grid-template-columns:1fr;gap:30px;}}.subpage p{color:rgba(0,0,0,.8);font-size:16px;font-weight:500;line-height:190%;margin-bottom:32px;}.subpage p:last-child{margin-bottom:0;}.subpage a{color:#ff0004;}.subpage h3{font-size:22px;font-weight:600;margin-bottom:10px;}.subpage ul{padding-left:20px;list-style:disc;}.subpage ul li{color:rgba(0,0,0,.8);font-size:16px;font-weight:500;line-height:190%;}.request-form-popup{min-width:650px;}.request-form-popup__title{text-align:center;font-size:26px;font-weight:700;margin-bottom:30px;}.request-form-popup .contact-form{margin:0;}.request-form-popup .form__row{margin-bottom:26px;}.request-form-popup textarea{height:80px;}.request-form-popup button{width:100%;padding:10px;}@media(max-width:767px){.request-form-popup{min-width:100%;padding:24px;}.request-form-popup .form__row{gap:16px;margin-bottom:16px;}}.fancybox__image{border-radius:24px;}.images-slider{overflow:hidden;}.images-slider__item img{display:flex;width:100%;height:100%;object-fit:cover;border-radius:24px;}.images-slider__pagination{margin-top:40px;justify-content:center;padding:0;}.images-slider__pagination .swiper-pagination-bullet{width:10px;height:10px;}.images-slider__pagination .swiper-pagination-bullet-active{background:linear-gradient(135deg,#f06aae 0%,#f44336 40%,#ff4b4b 70%,#ff7b8c 100%);}.video-area{margin-bottom:50px;}.video-area iframe{width:100%;height:500px;}.search-results{margin:0 auto;max-width:750px;padding:0 16px;}.search-results ul li a{display:flex;justify-content:space-between;padding:15px 0;border-bottom:1px solid #eceef3;}.not-found{display:flex;align-items:center;justify-content:center;flex-direction:column;width:calc(100% - 40px);margin:20px auto;height:100vh;border-radius:24px;background:#fbd7ff;background:linear-gradient(135deg,#f06aae 0%,#e06960 40%,#ff4b4b 70%,#ff7b8c 100%);}.not-found__content{align-items:center;display:flex;flex-direction:column;text-align:center;}.not-found__content h1{color:#fff;font-size:295px;font-weight:700;margin:0;}.not-found__content p{font-size:48px;font-weight:500;line-height:100%;margin:0;color:#fff;margin-bottom:36px;}@media(max-width:575px){.not-found__content h1{font-size:200px;}.not-found__content p{font-size:38px;margin-bottom:24px;}}
