:root{--primary:#ff8e00}*{padding:0;margin:0;font-family:Inter,sans-serif}body{background-color:#f7f7f7}a{text-decoration:none}.container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;position:relative}@media screen and (max-width:1230px){.container{padding-left:24px;padding-right:24px;width:auto}}@media screen and (max-width:768px){.container{padding-left:16px;padding-right:16px;width:auto}}#showMobile{display:none}@media screen and (max-width:520px){#showMobile{display:block}}#hideMobile{display:block}@media screen and (max-width:520px){#hideMobile{display:none}}input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.btn_primary{display:inline-block;padding:16px 28px;background-color:var(--primary);color:#fff;text-decoration:none;border-radius:30px;font-size:16px;font-weight:500;line-height:19.36px;border:none;cursor:pointer;-webkit-transition:background-color .3s ease;-o-transition:background-color .3s ease;transition:background-color .3s ease;-ms-flex-line-pack:center;align-content:center}.btn_primary:hover{background-color:rgba(255,142,0,.93)}@media screen and (max-width:768px){.btn_primary{padding:14px 20px}}.btn_wdth{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.header{padding:8px 0;position:fixed;z-index:999;width:100%}.header.act{z-index:99999}@media screen and (max-width:520px){.header__action{display:none}}.header__container{width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__logo-link{color:#000}.header-menu{display:-webkit-box;display:-ms-flexbox;display:flex;gap:28px;list-style:none;margin:0;padding:0}.header-menu-item a{font-size:16px;color:#fff;text-decoration:none;font-weight:500;letter-spacing:-1%}.header-menu-item a:hover{color:var(--primary)}@media screen and (max-width:1200px){.header-menu{display:none}}.header__cta{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__cta-link{display:inline-block;padding:16px 28px;background-color:var(--primary);color:#fff;text-decoration:none;border-radius:30px}.header__cta-link:hover{background-color:rgba(255,142,0,.93)}@media screen and (max-width:390px){.header__cta-link{display:none}}.header.header--dark{background-color:#f7f7f7}.header.header--dark svg path{fill:#000}.header.header--dark .header-menu-item a{color:#000}.header.header--dark .header-menu-item a:hover{color:var(--primary)}.header.scrolled:not(.header--dark){background-color:#f7f7f7}.header.scrolled:not(.header--dark) svg path{fill:#000}.header.scrolled:not(.header--dark) .header-menu-item a{color:#000}.header.scrolled:not(.header--dark) .header-menu-item a:hover{color:var(--primary)}.hamburger{display:none;width:51px;height:51px;background:#fff;border-radius:360px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width:1200px){.hamburger{display:-webkit-box;display:-ms-flexbox;display:flex}}.dropdown{position:relative}.dropdown .dropdown-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fff;-webkit-box-shadow:0 8px 16px rgba(0,0,0,.1);box-shadow:0 8px 16px rgba(0,0,0,.1);border-radius:16px;padding:24px;width:auto;white-space:nowrap;gap:16px}.dropdown .dropdown-wrap .dd-element{color:#000}.dropdown .dropdown-wrap .dd-element:hover{color:var(--primary)}.dropdown .dropdown-content{padding-top:16px;position:absolute;display:none;top:100%;left:-24px}@media screen and (max-width:768px){.dropdown .dropdown-content{display:none}}.dropdown:hover .dropdown-content{display:block}.modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal .cform{padding:0}.modal-content{position:relative;background-color:#fff;padding:24px;border-radius:24px;max-width:400px;width:90%}.close-button{position:absolute;top:18px;right:20px;font-size:24px;cursor:pointer}.mobmenu{visibility:hidden;position:fixed;z-index:-1}@media screen and (max-width:1200px){.mobmenu{opacity:0;position:fixed;width:100%;background:#f7f7f7;background-repeat:no-repeat;background-size:cover;margin:0;padding:0;top:0;z-index:9999;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;bottom:100%;-webkit-transition-property:bottom;-o-transition-property:bottom;transition-property:bottom;-webkit-box-orient:vertical;-webkit-box-direction:normal}}.mobmenu.slidebar{opacity:0;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transition-duration:.4s;-o-transition-duration:.4s;transition-duration:.4s;visibility:visible;bottom:100%}.mobmenu.act{visibility:visible;opacity:1;bottom:0}.mobmenu__menu{display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:36px;list-style-type:none;text-align:center;padding:0;width:90%;top:50%;left:50%;margin:0 -50% 0 0;-webkit-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);position:absolute}.mobmenu__menu.act{display:-webkit-box;display:-ms-flexbox;display:flex}.mobmenu__element .a{color:#000;font-size:17px;line-height:19.36px;letter-spacing:-1%;font-weight:500}.mobmenu__button{position:absolute;bottom:28px;width:100%;margin-right:28px;text-align:center}@media screen and (max-width:1024px){.mobmenu__button{display:none}}@media screen and (max-width:768px){.mobmenu__button{display:block}}.bottom{display:block;width:auto;text-align:center;margin-left:5%;margin-right:5%}.path{-webkit-transition:-webkit-transform .25s;transition:-webkit-transform .25s;-o-transition:-o-transform .25s;transition:transform .25s;transition:transform .25s,-webkit-transform .25s,-o-transform .25s}.path:first-of-type.active{-webkit-transform:translateY(0) translateX(8px) rotate(45deg);-o-transform:translateY(0) translateX(8px) rotate(45deg);transform:translateY(0) translateX(8px) rotate(45deg)}.path:nth-of-type(2).active{display:none}.path:nth-of-type(3).active{-webkit-transform:translateY(7px) translateX(-10px) rotate(-45deg);-o-transform:translateY(7px) translateX(-10px) rotate(-45deg);transform:translateY(7px) translateX(-10px) rotate(-45deg)}.main-section{position:relative;height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;color:#fff}.main-section__video{-o-object-fit:cover;object-fit:cover;z-index:-1}.main-section__overlay,.main-section__video{position:absolute;top:0;left:0;width:100%;height:100%}.main-section__overlay{background-color:rgba(0,0,0,.6);z-index:1}.main-section__content{position:relative;z-index:2;max-width:720px}.main-section__title{font-size:60px;font-weight:600;line-height:72.61px;letter-spacing:-1%;color:#fff;margin-bottom:24px}@media screen and (max-width:768px){.main-section__title{font-size:48px;font-weight:600;line-height:58.09px;letter-spacing:-1%;color:#fff}}@media screen and (max-width:520px){.main-section__title{font-size:36px;font-weight:600;line-height:43.57px;letter-spacing:-1%;color:#fff}}.products{padding-top:100px;background-color:#f7f7f7}@media screen and (max-width:1024px){.products{padding-top:80px}}@media screen and (max-width:768px){.products{padding-top:60px}}.products__title{font-size:36px;font-weight:600;line-height:43.57px;letter-spacing:-1%;text-align:center;margin-bottom:60px}@media screen and (max-width:768px){.products__title{font-size:32px;line-height:38.73px;margin-bottom:36px}}.products__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media screen and (max-width:1024px){.products__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:520px){.products__grid{display:none}}.products__grid_onpage{display:grid!important;grid-template-columns:repeat(3,1fr);gap:24px}@media screen and (max-width:1024px){.products__grid_onpage{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.products__grid_onpage{gap:16px}}@media screen and (max-width:520px){.products__grid_onpage{grid-template-columns:repeat(1,1fr)}}.products__slider{display:none}@media screen and (max-width:520px){.products__slider{display:block;position:relative;overflow:hidden;height:518px}}.product-card{background-color:#fff;border-radius:24px;padding:24px;position:relative;overflow:hidden;-webkit-transition:color .3s,-webkit-transform .3s;transition:color .3s,-webkit-transform .3s;-o-transition:color .3s,-o-transform .3s;transition:transform .3s,color .3s;transition:transform .3s,color .3s,-webkit-transform .3s,-o-transform .3s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.product-card__title{font-size:20px;font-weight:600;line-height:24.2px;letter-spacing:-1%;color:#000;margin-bottom:24px;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s}@media screen and (max-width:768px){.product-card__title{font-size:16px;line-height:19.36px}}.product-card:hover{-webkit-transform:translateY(-5px);-o-transform:translateY(-5px);transform:translateY(-5px)}@media screen and (max-width:1024px){.product-card:hover{-webkit-transform:none;-o-transform:none;transform:none}}.product-card:hover .product-card__title{color:var(--primary)}@media screen and (max-width:1024px){.product-card:hover .product-card__title{color:#000}}.product-card__image-container{position:relative;overflow:hidden;height:200px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:1024px){.product-card__image-container{height:auto}}@media screen and (max-width:520px){.product-card__image-container{height:200px}}.product-card__image{max-width:100%;max-height:100%;-o-object-fit:cover;object-fit:cover;border-radius:10px;-webkit-filter:grayscale(100%);filter:grayscale(100%);-webkit-transition:-webkit-filter .3s ease;transition:-webkit-filter .3s ease;-o-transition:filter .3s ease;transition:filter .3s ease;transition:filter .3s ease,-webkit-filter .3s ease}@media screen and (max-width:1024px){.product-card__image{-webkit-filter:grayscale(0);filter:grayscale(0)}}.product-card__image_wide{max-width:130%;max-height:130%;-o-object-fit:cover;object-fit:cover;border-radius:10px;-webkit-filter:grayscale(100%);filter:grayscale(100%);-webkit-transition:-webkit-filter .3s ease;transition:-webkit-filter .3s ease;-o-transition:filter .3s ease;transition:filter .3s ease;transition:filter .3s ease,-webkit-filter .3s ease}@media screen and (max-width:1024px){.product-card__image_wide{max-width:100%;max-height:100%;-webkit-filter:grayscale(0);filter:grayscale(0)}}.product-card:hover .product-card__image{-webkit-filter:none;filter:none}.product-card__circle-button{position:absolute;background-color:var(--primary);border-radius:50%;bottom:24px;right:24px;width:50px;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.product-card:hover .product-card__circle-button{opacity:1}@media screen and (max-width:1024px){.product-card:hover .product-card__circle-button{opacity:0}}.product-card__circle-icon{color:#fff;font-size:24px}.product-card--wide{grid-column:span 2}@media screen and (max-width:1024px){.product-card--wide{grid-column:span 1}}.products-page{padding-top:0}.products-page__title{font-size:36px;line-height:43.57px;font-weight:600;margin-bottom:36px;color:#000}@media screen and (max-width:768px){.products-page__title{font-size:32px;line-height:38.73px;margin-bottom:24px}}@media screen and (max-width:520px){.products-page__title{font-size:28px;line-height:33.89px;margin-bottom:24px}}.products-slider .swiper-pagination-bullet-active{background:#ff8e00!important;opacity:1}.services{padding-top:100px;background-color:#f7f7f7;text-align:center}@media screen and (max-width:1024px){.services{padding-top:80px}}@media screen and (max-width:768px){.services{padding-top:60px}}.services-container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto}.services__title{font-size:36px;font-weight:600;line-height:43.57px;letter-spacing:-1%;text-align:center;margin-bottom:60px}@media screen and (max-width:768px){.services__title{font-size:32px;line-height:38.73px;margin-bottom:36px}}.services__carousel-wrapper{overflow:hidden;width:100%;max-width:1200px;margin:0 auto;position:relative}@media screen and (max-width:520px){.services__carousel-wrapper{display:none}}.services__carousel{display:-webkit-box;display:-ms-flexbox;display:flex;overflow-x:auto;gap:20px;scroll-behavior:smooth;padding:0;width:100%;-webkit-overflow-scrolling:touch;max-width:1200px;margin:0 auto}.services__carousel::-webkit-scrollbar{display:none}@media screen and (max-width:1229px){.services__carousel{padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:16px}}.service-card{background-color:#fff;border-radius:24px;padding:24px;width:calc(33.33333% - 68px);height:auto;text-align:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-negative:0;flex-shrink:0}@media screen and (max-width:1229px){.service-card{width:auto;height:auto}}.service-card__icon{padding-bottom:24px}.service-card__icon img{width:48px;height:48px}.service-card__description{font-size:20px;line-height:24.2px;letter-spacing:-1%;font-weight:600;margin-top:auto}@media screen and (max-width:768px){.service-card__description{margin-top:24px;font-size:16px;line-height:19.36px}}@media screen and (max-width:520px){.service-card__description{margin-top:0}}.service-card__description br{display:none}@media screen and (max-width:860px){.service-card__description br{display:block}}@media screen and (max-width:768px){.service-card__description br{display:none}}.carousel-controls{margin-top:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width:768px){.carousel-controls{display:none}}.carousel-button{background-color:#fff;border:none;color:#000;border-radius:100px;cursor:pointer;font-size:16px;width:51px;height:51px;margin:0 10px}.pag{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:20px}@media screen and (max-width:1229px){.pag{display:none}}.pag .pagination-dot{width:6px;height:6px;margin:0 4px;background-color:rgba(0,0,0,.058823529411764705);border-radius:50%;border:none;cursor:pointer;-webkit-transition:background-color .3s ease;-o-transition:background-color .3s ease;transition:background-color .3s ease}.pag .pagination-dot.active{background-color:var(--primary);width:8px;height:8px}.about-company{text-align:center;position:relative}.about-company__title{margin-bottom:24px!important}.about-company__button,.about-company__description,.about-company__title{position:relative;z-index:99}.about-company__description{font-size:26px;line-height:31.47px;letter-spacing:-1%;color:#000;margin:0 auto 24px;font-weight:600}@media screen and (max-width:1024px){.about-company__description br{display:none}}@media screen and (max-width:768px){.about-company__description{font-size:20px;line-height:24.2px;color:#000}}@media screen and (max-width:520px){.about-company__description{font-size:15px;line-height:19.36px;color:#000}}.about-company__map{margin-top:40px;position:relative}.about-company__map img{margin-top:-370px;margin-bottom:-250px;max-width:100%;height:auto}@media screen and (max-width:820px){.about-company__map img{margin-top:-200px;margin-bottom:-150px}}@media screen and (max-width:520px){.about-company__map img{margin-top:-120px;margin-bottom:-100px}}.workflow{background-color:#f7f7f7;padding-top:100px}@media screen and (max-width:1024px){.workflow{padding-top:80px;padding-right:0;padding-left:0}}@media screen and (max-width:768px){.workflow{padding-top:60px;padding-right:0;padding-left:0}}.workflow__wrap{background:#fff;border-radius:24px;padding:12px 12px 24px;margin-top:60px}@media screen and (max-width:768px){.workflow__wrap{margin-top:0}}.workflow__action{text-align:center;margin-top:36px}.workflow__arrow-down{margin:auto auto 24px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMiAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjAwMDIgMTIuMzE3OVYwLjAzOTA2MjVIOS4wMDAyNFYxMi4zMTc4TDMuNDk5MzMgNi44MTY4OUwwLjY3MDg5OCA5LjY0NTMyTDEwLjk4NjYgMTkuOTYxTDExLjAwMDIgMTkuOTQ3M0wxMS4wMTQgMTkuOTYxMUwyMS4zMjk2IDkuNjQ1MzhMMTguNTAxMiA2LjgxNjk1TDEzLjAwMDIgMTIuMzE3OVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);background-size:50%;background-repeat:no-repeat;background-position:50%;font-size:18px;color:#fff;background-color:var(--primary);border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.arrow-down,.workflow__arrow-down{width:40px;height:40px}.arrow-down,.steps{margin-bottom:36px}.steps__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}@media (max-width:1024px){.steps__list{display:grid;grid-template-columns:repeat(2,1fr)}}.steps__item{background-color:#f7f7f7;padding:24px;border-radius:16px;height:180px;position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:-o-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s,-o-transform .3s}@media (max-width:768px){.steps__item{height:auto}}@media (max-width:520px){.steps__item{height:110px;padding:16px}}@media (max-width:1024px){.steps__item:nth-child(5){grid-column:span 2}}.steps__number{font-size:36px;color:#dcdcdc;font-weight:600;line-height:43.57px;letter-spacing:-1%;display:block;margin-bottom:auto}.steps__number img{width:48px;height:48px}@media (max-width:768px){.steps__number{font-size:24px;line-height:29.05px;margin-bottom:24px}}.steps__description{font-size:20px;color:#000;line-height:24.2px;letter-spacing:-1%;font-weight:600;margin-top:auto}@media (max-width:768px){.steps__description{font-size:16px;line-height:19.36px}}@media (max-width:360px){.steps__description{font-size:14px;line-height:19.36px}}.partners__title{font-size:32px;line-height:43.57px;font-weight:600;margin-bottom:36px;color:#000;text-align:center}@media (max-width:768px){.partners__title{font-size:28px;line-height:33.89px}}@media (max-width:520px){.partners__title{font-size:20px;line-height:24.2px}}.partners__list{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;justify-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:1024px){.partners__list{grid-template-columns:repeat(4,1fr)}}@media (max-width:768px){.partners__list{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width:520px){.partners__list{grid-template-columns:repeat(2,1fr);gap:28px}}.partners__list_bottom{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;justify-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:1024px){.partners__list_bottom{grid-template-columns:repeat(4,1fr)}}@media (max-width:768px){.partners__list_bottom{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width:520px){.partners__list_bottom{grid-template-columns:repeat(2,1fr);gap:28px}}.partners__item{max-width:150px;height:auto;-webkit-filter:grayscale(100%);filter:grayscale(100%);-webkit-transition:-webkit-filter .3s ease;transition:-webkit-filter .3s ease;-o-transition:filter .3s ease;transition:filter .3s ease;transition:filter .3s ease,-webkit-filter .3s ease;opacity:.5}@media (max-width:520px){.partners__item{max-width:100px}}@media (max-width:768px){.partners__item{-webkit-filter:none;filter:none;opacity:1}}.partners__item:hover{opacity:1;-webkit-filter:none;filter:none}@media (max-width:1024px){.partners__item:hover{opacity:1;-webkit-filter:none;filter:none}}.partners__item_aloil{max-width:150px;height:auto;-webkit-filter:none;filter:none;-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease;opacity:1}@media (max-width:1024px){.partners__item_aloil{pointer-events:none}}.partners__item_last{max-width:150px;height:auto;-webkit-filter:grayscale(100%);filter:grayscale(100%);-webkit-transition:-webkit-filter .3s ease;transition:-webkit-filter .3s ease;-o-transition:filter .3s ease;transition:filter .3s ease;transition:filter .3s ease,-webkit-filter .3s ease;opacity:.5}@media (max-width:768px){.partners__item_last{grid-column:span 2}}@media (max-width:520px){.partners__item_last{max-width:100px}}.partners__item_last:hover{opacity:1;-webkit-filter:none;filter:none}@media (max-width:1024px){.partners__item_last:hover{opacity:.5;-webkit-filter:grayscale(100%);filter:grayscale(100%)}}.aloil-container{position:relative}.aloil-color{max-width:150px;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease;opacity:0}@media (max-width:520px){.aloil-color{max-width:100px}}.aloil-bw{max-width:150px;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease;position:absolute}@media (max-width:520px){.aloil-bw{max-width:100px}}.aloil-container:hover .aloil-bw{opacity:0}@media (max-width:1024px){.aloil-container:hover .aloil-bw{opacity:1}}.aloil-container:hover .aloil-color{opacity:1}@media (max-width:1024px){.aloil-container:hover .aloil-color{opacity:0}}.events{padding-top:100px;padding-bottom:120px;background-color:#f7f7f7;text-align:center}@media screen and (max-width:1024px){.events{padding-top:80px;padding-bottom:80px}}@media screen and (max-width:768px){.events{padding-top:60px;padding-bottom:60px}}.events__list{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:36px}@media (max-width:1024px){.events__list{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.events__list{margin-bottom:24px;grid-template-columns:repeat(2,1fr)}}@media (max-width:520px){.events__list{display:none}}.events__list_onpage{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:100px}@media (max-width:1024px){.events__list_onpage{grid-template-columns:repeat(3,1fr);margin-bottom:60px}}@media (max-width:768px){.events__list_onpage{grid-template-columns:repeat(2,1fr);margin-bottom:40px}}@media (max-width:520px){.events__list_onpage{grid-template-columns:repeat(1,1fr);margin-bottom:36px}}.events__top{padding:12px 12px 0}.events__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#fff;padding:12px;border-radius:24px;text-align:left;cursor:pointer;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:-o-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease,-o-transform .3s ease}.events__item .events__date{display:block;font-size:14px;color:rgba(0,0,0,.3764705882352941);font-weight:500;line-height:14.52px;margin-top:4px;margin-bottom:8px}.events__item .events__date,.events__item .events__description h3{-webkit-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease}.events__item .events__description h3{min-height:39px;font-size:16px;color:#000;font-weight:600;line-height:19.36px;letter-spacing:-1%;margin-bottom:12px}@media screen and (max-width:768px){.events__item .events__description h3{min-height:auto}}.events__item .events__image{width:100%;max-height:272px;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-filter:grayscale(100%);filter:grayscale(100%);border-radius:12px;-webkit-transition:-webkit-filter .4s ease;transition:-webkit-filter .4s ease;-o-transition:filter .4s ease;transition:filter .4s ease;transition:filter .4s ease,-webkit-filter .4s ease}@media (max-width:1024px){.events__item .events__image{-webkit-filter:grayscale(0);filter:grayscale(0)}}.events__item:hover .events__image{-webkit-filter:none;filter:none}.events__item:hover .events__description h3{color:var(--primary)}@media (max-width:1024px){.events__item:hover .events__description h3{color:#000}}.events__button{display:inline-block;padding:16px 28px;background-color:var(--primary);color:#fff;text-decoration:none;border-radius:30px}.events__button:hover{background-color:rgba(255,142,0,.93)}@media (max-width:520px){.events-button-more{margin-top:36px}}.contactus{background:#f7f7f7;padding-bottom:100px}@media screen and (max-width:1024px){.contactus{padding-bottom:80px}}@media screen and (max-width:768px){.contactus{padding-bottom:60px}}.contactus__wrap{display:grid;background:#fff;grid-template-columns:repeat(2,1fr);gap:24px;padding:0 0 0 36px;border-radius:24px;overflow:hidden}@media screen and (max-width:768px){.contactus__wrap{padding:0 0 0 24px}}@media screen and (max-width:520px){.contactus__wrap{grid-template-columns:repeat(1,1fr);padding:0}}.contactus__title{margin-bottom:36px}@media screen and (max-width:768px){.contactus__title{margin-bottom:24px}}.contactus__title h2{font-size:33px;font-weight:600;line-height:43.57px;letter-spacing:-1%}@media screen and (max-width:768px){.contactus__title h2{font-size:32px;line-height:38.73px}}@media screen and (max-width:520px){.contactus__title h2{font-size:24px;line-height:29.05px}}.contactus__left{margin-top:36px}@media screen and (max-width:768px){.contactus__left{margin-top:24px}}@media screen and (max-width:520px){.contactus__left{padding-left:24px;padding-right:24px}}.contactus__right{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:520px){.contactus__right{display:none}}.contactus__right img{width:100%}.cform{padding-bottom:36px}@media screen and (max-width:768px){.cform{padding-bottom:24px}}.cform input[type=text]{background:#f0f0f0;padding:16px 20px;border-radius:30px;font-size:16px;color:#000;font-weight:500;border:0;width:-webkit-fill-available;width:-moz-available;width:fill-available;margin-bottom:12px}@media screen and (max-width:768px){.cform input[type=text]{padding:12px 28px}}@media screen and (max-width:520px){.cform input[type=text]{padding:12px 20px;width:-webkit-fill-available;width:-moz-available;width:fill-available}}.cform input[type=submit]{width:100%;display:inline-block;padding:16px 28px;background-color:var(--primary);color:#fff;text-decoration:none;border-radius:30px;border:0;font-size:16px;font-weight:500;line-height:19.36px;margin-top:24px;cursor:pointer}.cform input[type=submit]:hover{background-color:rgba(255,142,0,.93)}@media screen and (max-width:768px){.cform input[type=submit]{padding:14px 28px;margin-top:12px}}.custom-modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,.5)}.custom-modal__content{position:relative;background-color:#fff;margin:15% auto;padding:20px;border:1px solid #888;width:80%;max-width:400px;text-align:center;border-radius:8px}.custom-modal__close{position:absolute;color:#aaa;float:right;font-size:28px;font-weight:700;cursor:pointer;top:0;right:10px}.custom-modal__close:focus,.custom-modal__close:hover{color:#000;text-decoration:none;cursor:pointer}#responseMessage1,#responseMessage2{text-align:center}#responseMessage1 button{display:none}.form-checkbox{text-align:center}.form-checkbox input{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.form-checkbox label{font-size:14px;line-height:18.2px}.footer{background:#000;padding-top:40px;padding-bottom:40px}@media (max-width:520px){.footer{padding:24px 8px;gap:24px;border-radius:24px 24px 0 0}}@media (max-width:520px){.footer__left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.footer__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:520px){.footer__wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0}}.footer__contacts{min-width:0;max-width:100%}@media (max-width:520px){.footer__contacts{width:100%}}.footer__logo{margin-bottom:46px}@media (max-width:520px){.footer__logo{display:none}}.footer__socials{margin-bottom:46px}@media (max-width:520px){.footer__socials{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-top:24px;margin-bottom:36px}}.footer__slogan{margin-bottom:12px}.footer__slogan p{color:#fff;font-size:16px;line-height:19.36px;font-weight:400}@media (max-width:768px){.footer__slogan p{font-size:14px;line-height:16.94px}}.footer__tags a{color:var(--primary);font-size:16px;line-height:19.36px;font-weight:400}@media (max-width:768px){.footer__tags a{font-size:14px;line-height:16.94px}}.footer__tags br{display:none}@media (max-width:768px){.footer__tags br{display:block}}.footer__buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:48px}@media (max-width:375px){.footer__buttons{grid-template-columns:repeat(1,1fr)}}.footer__divider{width:100%;height:1px;background:hsla(0,0%,100%,.10196078431372549);margin-top:40px;margin-bottom:40px}@media (max-width:520px){.footer__divider{margin-top:24px;margin-bottom:24px}}.footer__bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:920px){.footer__bottom{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:40px;text-align:center}}@media (max-width:768px){.footer__copyrights{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.footer__copyrights span{color:#fff;font-size:16px;line-height:19.36px;font-weight:400}@media (max-width:520px){.footer__copyrights span{font-size:14px;line-height:16.94px}}@media (max-width:768px){.footer__links{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.footer__links a{color:#fff;font-size:16px;line-height:19.36px;font-weight:400}@media (max-width:520px){.footer__links a{font-size:14px;line-height:16.94px}}.footer__links a:hover{color:var(--primary)}.footer .footer-contacts{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;width:100%;max-width:100%}@media (max-width:520px){.footer .footer-contacts{gap:16px}}.footer .footer-contacts__element{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;max-width:100%}@media (max-width:520px){.footer .footer-contacts__element{-ms-flex-wrap:wrap;flex-wrap:wrap}}.footer .footer-contacts__element>img{-ms-flex-negative:0;flex-shrink:0;margin-top:2px}@media (max-width:520px){.footer .footer-contacts__element>img{width:16px}}.footer .footer-contacts__element>i{-ms-flex-negative:0;flex-shrink:0;color:var(--primary);font-size:16px;line-height:19.36px;font-weight:400;font-style:normal}@media (max-width:768px){.footer .footer-contacts__element>i{font-size:14px;line-height:16.94px}}@media (max-width:400px){.footer .footer-contacts__element>i{white-space:normal;max-width:calc(100% - 24px)}}.footer .footer-contacts__body{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px 8px;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;min-width:0}@media (max-width:520px){.footer .footer-contacts__body{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;padding-left:24px}}.footer .footer-contacts__body>span,.footer .footer-contacts__body a span{color:#fff;font-weight:400;font-size:16px;line-height:19.36px;word-break:break-word}@media (max-width:768px){.footer .footer-contacts__body>span,.footer .footer-contacts__body a span{font-size:14px;line-height:16.94px}}.footer .footer-contacts__body>a{text-decoration:none}.footer .footer-contacts__body>a:hover span{color:var(--primary)}.footer .footer-contacts__chevron-btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;margin-left:4px;padding:0;border:none;background:transparent;cursor:pointer;line-height:0}.footer .footer-contacts__chevron-btn img{width:18px;height:18px}.fsocials{gap:8px}.footer-button__primary,.fsocials{display:-webkit-box;display:-ms-flexbox;display:flex}.footer-button__primary a{font-size:16px;line-height:19.36px;display:inline-block;padding:14px 18px;background-color:var(--primary);color:#fff;text-decoration:none;border-radius:30px;text-align:center;width:100%;font-weight:500}.footer-button__secondary{display:-webkit-box;display:-ms-flexbox;display:flex}.footer-button__secondary a{font-size:16px;line-height:19.36px;display:inline-block;padding:14px 18px;border:1px solid #fff;color:#fff;text-decoration:none;border-radius:30px;text-align:center;width:100%}.footer-button__secondary a:hover{border:1px solid var(--primary);color:var(--primary)}.phone-messenger-modal{max-width:360px;width:100%}@media (max-width:408px){.phone-messenger-modal{max-width:calc(100vw - 48px)}}.phone-messenger-modal__title{margin-bottom:24px}.phone-messenger-modal__title h2{font-size:24px;line-height:29.05px;font-weight:600;letter-spacing:-1%;color:#000}.phone-messenger-modal__links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:16px;margin-bottom:24px}@media (max-width:520px){.phone-messenger-modal__links{gap:12px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.phone-messenger-modal__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;padding:4px;border-radius:16px;background:transparent;text-decoration:none;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;min-width:0;max-width:88px}.phone-messenger-modal__link img{width:72px;height:72px;-ms-flex-negative:0;flex-shrink:0}@media (max-width:520px){.phone-messenger-modal__link img{width:48px;height:48px}}.phone-messenger-modal__link-label{font-size:14px;line-height:16.94px;font-weight:500;color:#000;text-align:center;word-break:break-word}@media (max-width:520px){.phone-messenger-modal__link-label{font-size:12px;line-height:14.52px}}.phone-messenger-modal__link:hover .phone-messenger-modal__link-label{color:var(--primary)}.phone-messenger-modal__call{display:block;width:100%;text-align:center;text-decoration:none;-webkit-box-sizing:border-box;box-sizing:border-box}#breadcrumbs{padding-top:104px;font-size:14px;line-height:16.94px;font-weight:500;letter-spacing:-1%;color:rgba(0,0,0,.6);padding-bottom:36px}@media screen and (max-width:768px){#breadcrumbs{padding-top:92px;padding-bottom:24px}}@media screen and (max-width:520px){#breadcrumbs{padding-top:84px;padding-bottom:16px}}#breadcrumbs a{color:rgba(0,0,0,.6);text-decoration:none}#breadcrumbs a:hover{color:var(--primary)}#breadcrumbs .separator{margin:0 8px;color:rgba(0,0,0,.6)}.page__button{text-align:center}.page__button a{display:inline-block;padding:16px 28px;background-color:var(--primary);color:#fff;text-decoration:none;border-radius:30px;margin-top:40px;margin-bottom:100px}@media screen and (max-width:678px){.page__button a{margin-top:36px;padding:12px 20px;margin-bottom:60px}}@media screen and (max-width:520px){.page__button a{margin-top:36px;padding:12px 20px;margin-bottom:48px}}.page__title{padding-top:36px;padding-bottom:36px}.page__title h1{margin-bottom:24px}.page__title h1,.regular-page__title{font-size:36px;line-height:43.57px;font-weight:600;color:#000}.regular-page__title{margin-bottom:36px}@media screen and (max-width:768px){.regular-page__title{font-size:32px;line-height:38.73px;margin-bottom:24px}}@media screen and (max-width:520px){.regular-page__title{font-size:28px;line-height:33.89px;margin-bottom:24px}}.regular-page__wrap{padding-bottom:100px;display:grid;grid-template-columns:repeat(2,1fr);gap:40px}@media screen and (max-width:768px){.regular-page__wrap{grid-template-columns:repeat(1,1fr);padding-bottom:60px;gap:0}}@media screen and (max-width:520px){.regular-page__wrap{grid-template-columns:repeat(1,1fr);padding-bottom:48px}}@media screen and (max-width:768px){.regular-page__gallery{display:none}}.regular-page__date{font-size:14px;color:rgba(0,0,0,.4);font-weight:500;line-height:16.94px;margin-top:36px;padding-top:8px;border-top:1px solid rgba(0,0,0,.058823529411764705);-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.regular-page__all,.regular-page__date{display:-webkit-box;display:-ms-flexbox;display:flex}.regular-page__all{-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px}.regular-page__all span{color:var(--primary);font-size:14px;line-height:16.94px}.regular-page__all span:hover{color:rgba(255,142,0,.93)}.regular-page__content h2{font-weight:600;font-size:20px;line-height:24.2px;color:#000}.regular-page__content p{font-size:16px;font-weight:400;line-height:19.36px;margin-top:16px;margin-bottom:16px;color:#000}.regular-page__content ol,.regular-page__content ul{margin-left:20px;margin-bottom:24px}.regular-page__content li{margin-top:24px;font-size:16px;font-weight:400;line-height:19.36px}.custom-gallery-grid{display:grid;grid-template-columns:1fr;gap:8px}.custom-gallery-grid .custom-gallery-main-image{position:relative;width:100%;padding-bottom:75%}.custom-gallery-grid .custom-gallery-main-image a{display:block;width:100%;height:100%}.custom-gallery-grid .custom-gallery-main-image .custom-large-image{position:absolute;border-radius:16px;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.custom-gallery-grid .custom-small-images{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.custom-gallery-grid .custom-small-images a{position:relative;width:100%;padding-bottom:75%;display:block}.custom-gallery-grid .custom-small-images .custom-small-image{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:16px;-o-object-fit:cover;object-fit:cover}#page-title-full{display:block}@media screen and (max-width:768px){#page-title-full{display:none}}#page-title-mobile{display:none}@media screen and (max-width:768px){#page-title-mobile{display:block}}@media screen and (max-width:768px){#page-content-mobile{padding-top:24px}}#video-mobile a:after,#video_thumbnail a:after{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:50px;height:50px;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Ccircle cx='32' cy='32' r='32' fill='%2300000' opacity='.8'/%3E%3Cpath fill='%23ffff' d='M25 20v24l20-12z'/%3E%3C/svg%3E") no-repeat 50%;background-size:contain;z-index:1;pointer-events:none}.lg-video{max-width:100%;max-height:100%;width:auto;height:auto;margin:0 auto}.lg-video-container{width:100%;height:100%;background-color:#000}.lg-outer,.lg-video-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.lg-outer,.lg-video-container,.partners-page-list{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.partners-page-list{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;justify-items:center}@media (max-width:520px){.partners-page-list{grid-template-columns:repeat(2,1fr)}}.partners-page-list_bottom{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;justify-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:100px}@media (max-width:1024px){.partners-page-list_bottom{padding-bottom:80px}}@media (max-width:768px){.partners-page-list_bottom{padding-bottom:60px}}@media (max-width:520px){.partners-page-list_bottom{padding-bottom:48px;grid-template-columns:repeat(2,1fr)}}.partners-page{padding-bottom:100px}.partners-page__item{max-width:100%;height:auto;-webkit-filter:grayscale(100%);filter:grayscale(100%);-webkit-transition:-webkit-filter .3s ease;transition:-webkit-filter .3s ease;-o-transition:filter .3s ease;transition:filter .3s ease;transition:filter .3s ease,-webkit-filter .3s ease;opacity:.5}@media (max-width:768px){.partners-page__item{opacity:1;-webkit-filter:none;filter:none}}.partners-page__item:hover{opacity:1;-webkit-filter:none;filter:none}@media (max-width:1024px){.partners-page__item:hover{opacity:.5;-webkit-filter:grayscale(100%);filter:grayscale(100%)}}@media (max-width:768px){.partners-page__item:hover{opacity:1;-webkit-filter:none;filter:none}}.partners-page__item_aloil{max-width:100%;height:auto;-webkit-filter:none;filter:none;opacity:1;-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease}.partners-page__item_last{max-width:100%;height:auto;-webkit-filter:grayscale(100%);filter:grayscale(100%);-webkit-transition:-webkit-filter .3s ease;transition:-webkit-filter .3s ease;-o-transition:filter .3s ease;transition:filter .3s ease;transition:filter .3s ease,-webkit-filter .3s ease;opacity:.5}.partners-page__item_last:hover{opacity:1;-webkit-filter:none;filter:none}@media (max-width:1024px){.partners-page__item_last:hover{opacity:.5;-webkit-filter:grayscale(100%);filter:grayscale(100%)}}.partners-logos{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.partners-names{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media screen and (max-width:1024px){.partners-names{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:520px){.partners-names{grid-template-columns:repeat(1,1fr)}}.partners-names__divider{height:19px;width:2px;background-color:var(--primary);border-radius:4px}.partners-names__info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:40px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.partners-names__info,.partners-names__item{display:-webkit-box;display:-ms-flexbox;display:flex}.partners-names__item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:18px}.partners-names__title{font-weight:500;font-size:16px;line-height:19.36px}.partners-names__since{color:rgba(0,0,0,.5019607843137255);font-size:14px;font-weight:400;line-height:16.94px}.partnery-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:100px}@media screen and (max-width:1024px){.partnery-wrap{gap:80px}}@media screen and (max-width:768px){.partnery-wrap{gap:60px}}@media screen and (max-width:520px){.partnery-wrap{gap:48px}}.aloil-container-partners{position:relative}.aloil-color-partners{max-width:100%;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease;opacity:0}@media (max-width:520px){.aloil-color-partners{max-width:100px}}.aloil-bw-partners{max-width:100%;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease;position:absolute}@media (max-width:520px){.aloil-bw-partners{max-width:100px}}.aloil-container-partners:hover .aloil-bw-partners{opacity:0}@media (max-width:1024px){.aloil-container-partners:hover .aloil-bw-partners{opacity:1}}.aloil-container-partners:hover .aloil-color-partners{opacity:1}@media (max-width:1024px){.aloil-container-partners:hover .aloil-color-partners{opacity:0}}.contacts-page__wrap{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}@media (max-width:768px){.contacts-page__wrap{grid-template-columns:repeat(1,1fr)}}.contacts-page__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:36px}@media (max-width:1024px){.contacts-page__info{gap:26px}}@media (max-width:768px){.contacts-page__info{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;gap:24px}}.contacts-page__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:100px;margin-bottom:100px}@media (max-width:1200px){.contacts-page__cards{grid-template-columns:repeat(2,1fr);gap:16px;margin-top:80px;margin-bottom:80px}}@media (max-width:768px){.contacts-page__cards{grid-template-columns:repeat(1,1fr);gap:16px;margin-top:60px;margin-bottom:60px;margin-top:48px;margin-bottom:48px}}@media (max-width:768px){.contacts-page__map{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.contacts-page__map img{width:100%}.contact-info__title{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:8px}@media (max-width:520px){.contact-info__title img{width:16px}}.contact-info__title span{font-size:16px;line-height:19.36px;font-weight:400;color:rgba(0,0,0,.6)}@media (max-width:520px){.contact-info__title span{font-size:13px;line-height:15.73px;font-weight:500}}.contact-info__text-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px}.contact-info__chevron-btn,.contact-info__text-row{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.contact-info__chevron-btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;padding:0;border:none;background:transparent;cursor:pointer;line-height:0}.contact-info__chevron-btn img{width:18px;height:18px}.contact-info__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.contact-info__text span{font-size:20px;line-height:24.2px;letter-spacing:-1%;font-weight:500;color:#000}@media (max-width:520px){.contact-info__text span{font-size:18px;line-height:21.78px}}.contact-card{padding:24px;background:#fff;border-radius:24px}.contact-card__image,.contact-card__image img{width:120px}.contact-card__top{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.contact-card__name{padding-bottom:8px}.contact-card__name span{font-size:20px;line-height:24.2px;letter-spacing:-1%;font-weight:500;color:#000}@media (max-width:520px){.contact-card__name span{font-size:18px;line-height:21.78px}}.contact-card__position span{font-size:16px;line-height:19.36px;font-weight:400;color:rgba(0,0,0,.6)}.contact-card__contacts{display:grid;grid-template-columns:repeat(1,1fr);gap:24px;margin-top:24px}@media (max-width:768px){.contact-card__contacts{grid-template-columns:repeat(2,1fr)}}@media (max-width:520px){.contact-card__contacts{grid-template-columns:repeat(1,1fr)}}.map-buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:16px}@media (max-width:520px){.map-buttons{grid-template-columns:repeat(1,1fr);margin-top:24px}}.map-buttons a{display:-webkit-box;display:-ms-flexbox;display:flex;background:rgba(255,142,0,.10196078431372549);padding:16px 28px;border-radius:30px;font-size:16px;line-height:19.36px;font-weight:500;color:#ff8e00;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.map-buttons a:hover{background:rgba(255,140,0,.06666666666666667)}@media (max-width:768px){.downloadbutton{width:-webkit-fill-available;text-align:center}}.contact-info__text span:hover{color:var(--primary)}.events-page{padding-top:0}.events-page__title{padding-top:36px;padding-bottom:36px}.events-page__title h1{font-size:36px;line-height:43.57px;font-weight:600;margin-bottom:24px;color:#000}.gallery-page{padding-top:0}.gallery-page__title{padding-top:36px;padding-bottom:36px}.gallery-page__title h1{font-size:36px;line-height:43.57px;font-weight:600;margin-bottom:24px;color:#000}.gallery-page__bottom{padding-top:8px;border-top:1px solid rgba(0,0,0,.058823529411764705);margin-top:36px;margin-bottom:100px;-webkit-box-pack:right;-ms-flex-pack:right;justify-content:right}.gallery-page__all,.gallery-page__bottom{display:-webkit-box;display:-ms-flexbox;display:flex}.gallery-page__all{-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.gallery-page__all span{font-size:14px;line-height:16.94px;font-weight:500;color:var(--primary)}.gallery{padding-top:20px;padding-bottom:120px;background-color:#f7f7f7;text-align:center}.gallery__title{font-size:36px;line-height:43.57px;font-weight:600;margin-bottom:60px;color:#000}.gallery__bottom{padding:16px 12px 12px}.gallery__list{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:100px}@media (max-width:1024px){.gallery__list{grid-template-columns:repeat(2,1fr);margin-bottom:80px}}@media (max-width:768px){.gallery__list{grid-template-columns:1fr;margin-bottom:60px}}@media (max-width:520px){.gallery__list{grid-template-columns:1fr;margin-bottom:36px}}.gallery__item{background-color:#fff;padding:12px;border-radius:24px;text-align:left;cursor:pointer;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:-o-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease,-o-transform .3s ease}.gallery__item .gallery__date{display:block;font-size:14px;color:rgba(0,0,0,.3764705882352941);font-weight:500;line-height:14.52px}.gallery__item .gallery__date,.gallery__item .gallery__description h3{-webkit-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease}.gallery__item .gallery__description h3{font-size:16px;color:#000;font-weight:600;line-height:19.36px;letter-spacing:-1%;margin-bottom:8px}.gallery__item .gallery__image{width:100%;-webkit-filter:grayscale(100%);filter:grayscale(100%);border-radius:12px;-webkit-transition:-webkit-filter .4s ease;transition:-webkit-filter .4s ease;-o-transition:filter .4s ease;transition:filter .4s ease;transition:filter .4s ease,-webkit-filter .4s ease}@media (max-width:1024px){.gallery__item .gallery__image{-webkit-filter:grayscale(0);filter:grayscale(0)}}.gallery__item:hover .gallery__image{-webkit-filter:none;filter:none}.gallery__item:hover .gallery__description h3{color:var(--primary)}@media (max-width:1024px){.gallery__item:hover .gallery__description h3{color:#000}}.gallery__button{display:inline-block;padding:16px 28px;background-color:var(--primary);color:#fff;text-decoration:none;border-radius:30px}.gallery__button:hover{background-color:rgba(255,142,0,.93)}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media screen and (max-width:1024px){.gallery-grid{gap:16px}}@media screen and (max-width:768px){.gallery-grid{grid-template-columns:repeat(3,1fr);gap:16px}}@media screen and (max-width:520px){.gallery-grid{gap:16px;grid-template-columns:repeat(2,1fr)}}.gallery-item{position:relative;padding-top:100%;overflow:hidden}.gallery-item img{position:absolute;border-radius:16px;top:50%;left:50%;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.additionally-files{padding-top:36px;padding-bottom:36px}.additionally-files__title{font-weight:600;font-size:24px;line-height:29.05px;letter-spacing:-1%;color:#000}.additionally-files__docs{padding-top:24px}.useful-files{padding-top:16px}.useful-files__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:16px;padding-bottom:16px;border-bottom:1px solid rgba(0,0,0,.06)}.useful-files__item:first-child{border-top:1px solid rgba(0,0,0,.06)}.useful-files__title span{font-size:16px;font-weight:500;line-height:19.36px;color:#000}.useful-files__descr span{font-size:14px;color:rgba(0,0,0,.5);font-weight:400;line-height:16.94px}.useful-files__download{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2px}.useful-files__download .a{color:#ff8e00;font-size:16px;font-weight:500;line-height:19.36px}.additionally-files__gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}@media screen and (max-width:768px){.additionally-files__gallery{grid-template-columns:repeat(2,1fr)}}.additionally-gallery-item img{width:100%;height:auto;display:block;border-radius:12px;border:1px solid rgba(0,0,0,.06)}#additional-file-full{display:block}@media screen and (max-width:768px){#additional-file-full{display:none}}#additional-file-mobile{display:none}@media screen and (max-width:768px){#additional-file-mobile{display:block}}.main-page-section{padding-top:100px;background-color:#f7f7f7}@media screen and (max-width:1024px){.main-page-section{padding-top:80px}}@media screen and (max-width:768px){.main-page-section{padding-top:60px}}.main-page__title{font-size:36px;font-weight:600;line-height:43.57px;letter-spacing:-1%;text-align:center;margin-bottom:60px}@media screen and (max-width:768px){.main-page__title{font-size:32px;line-height:38.73px;margin-bottom:36px;font-size:24px;line-height:29.05px;margin-bottom:28px}}.mobile-title-arrow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:8px;margin-bottom:28px}.mobile-title-arrow .main-page__title{margin-bottom:0;color:#000}.slider-container{width:100%;overflow:hidden;position:relative}.slider-container .slider{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition:-webkit-transform .5s ease-in-out;transition:-webkit-transform .5s ease-in-out;-o-transition:-o-transform .5s ease-in-out;transition:transform .5s ease-in-out;transition:transform .5s ease-in-out,-webkit-transform .5s ease-in-out,-o-transform .5s ease-in-out}.slider-container .slider .slide{min-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%;padding:0 8px}.slider-container .slider.slider-three .slide{min-width:33.33333%;-webkit-box-flex:1;-ms-flex:1 0 33.33333%;flex:1 0 33.33333%}.pagination{display:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:20px}@media screen and (max-width:520px){.pagination{display:-webkit-box;display:-ms-flexbox;display:flex}}.pagination .pagination-dot{width:6px;height:6px;margin:0 4px;background-color:rgba(0,0,0,.058823529411764705);border-radius:50%;border:none;cursor:pointer;-webkit-transition:background-color .3s ease;-o-transition:background-color .3s ease;transition:background-color .3s ease}.pagination .pagination-dot.active{background-color:var(--primary);width:8px;height:8px}#slider1,#slider2,#slider3{display:none}@media screen and (max-width:520px){#slider1,#slider2,#slider3{display:block}}#slider4{display:none}@media screen and (max-width:768px){#slider4{display:block}}.mobile-gallery{width:100%;height:100%;max-height:320px;-o-object-fit:cover;object-fit:cover;border-radius:16px}@media screen and (max-width:768px){#pag_mobile{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;margin-bottom:20px}}.vakansii-page{padding-bottom:100px}@media screen and (max-width:1024px){.vakansii-page{padding-bottom:80px}}@media screen and (max-width:768px){.vakansii-page{padding-bottom:60px}}.vakansii-page__cards{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}@media screen and (max-width:768px){.vakansii-page__cards{gap:16px}}@media screen and (max-width:596px){.vakansii-page__cards{grid-template-columns:repeat(1,1fr)}}.vakansii-page__cards .card{background:#fff;border-radius:24px;padding:24px}.vakansii-page__cards .card__title{margin-bottom:12px}.vakansii-page__cards .card__title h3{color:#000;font-size:20px;line-height:24px;font-weight:600;margin:0;padding:0;-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease;cursor:pointer}.vakansii-page__cards .card__title h3:hover{color:#ff8e00;-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease}.vakansii-page__cards .card__info{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;margin-bottom:36px}.vakansii-page__cards .card__info span{background:#f7f7f7;color:rgba(0,0,0,.6);border-radius:8px;padding:4px 12px;font-size:15px;font-weight:500;line-height:24px}.vakansii-page__cards .card__bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:end}@media screen and (max-width:890px){.vakansii-page__cards .card__bottom{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:normal;-ms-flex-align:normal;align-items:normal;gap:16px}}.vakansii-page__cards .card__button{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:30px;padding:16px 28px;background:rgba(255,142,0,.1);font-size:16px;font-weight:500;color:#ff8e00;line-height:25.6px;-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease}@media screen and (max-width:890px){.vakansii-page__cards .card__button{place-content:center}}.vakansii-page__cards .card__button:hover{opacity:.8;-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease}.vakansii-page__cards .card__price span{font-size:20px;font-weight:600;line-height:24.2px;color:#000}.vakansiya__top{padding:24px;border-radius:24px;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:24px}@media screen and (max-width:768px){.vakansiya__top{margin-bottom:16px}}.vakansiya__title{margin-bottom:16px}.vakansiya__title h1{font-size:36px;line-height:43.57px;font-weight:600}@media screen and (max-width:768px){.vakansiya__title h1{font-size:32px;line-height:38.73px}}@media screen and (max-width:620px){.vakansiya__title h1{font-size:24px;line-height:29.05px}}.vakansiya__info{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:620px){.vakansiya__info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:start}}.vakansiya__price span{color:#ff8e00;font-size:20px;line-height:24.2px;font-weight:600}@media screen and (max-width:620px){.vakansiya__price span{font-size:18px;line-height:21.78px}}.vakansiya__s2{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px}.vakansiya__s2 span{background:#f7f7f7;color:#000;border-radius:8px;padding:4px 12px;font-size:15px;font-weight:500;line-height:24px}@media screen and (max-width:620px){.vakansiya__right{display:none}}.vakansiya__right img{width:92px;height:92px;border-radius:100px}.vakansiya__body{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}@media screen and (max-width:768px){.vakansiya__body{grid-template-columns:repeat(1,1fr);gap:16px}}.vakansiya__text{background:#fff;border-radius:24px;padding:24px}.vakansiya__t{margin-bottom:16px}.vakansiya__t span{color:#000;font-size:24px;font-weight:600;line-height:29.05px}@media screen and (max-width:768px){.vakansiya__t span{font-size:20px;line-height:24.2px}}.vakansiya__d ul{padding-left:24px;color:rgba(0,0,0,.6);font-size:16px;line-height:24px;font-weight:400}.vakansiya__d li{margin-bottom:16px}.vakansiya__d li:last-of-type{margin-bottom:0}.vakansiya__d p{display:block;color:rgba(0,0,0,.6);font-size:16px;line-height:24px;font-weight:400;margin-bottom:16px}.vakansiya__d p:last-of-type{margin-bottom:0}.vakansiya__contact{margin-top:24px;background:#fff;padding:24px;border-radius:24px}@media screen and (max-width:768px){.vakansiya__contact{margin-top:16px}}.vcontact__title{margin-bottom:24px}@media screen and (max-width:620px){.vcontact__title{text-align:center}}.vcontact__title span{color:#000;font-size:24px;font-weight:600;line-height:29.05px}@media screen and (max-width:768px){.vcontact__title span{font-size:20px;line-height:24.2px}}.vcontact__two{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px}@media screen and (max-width:620px){.vcontact__two{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.vcontact__two input{border:0;padding:16px 20px;border-radius:30px;background:#f0f0f0;color:#838383;font-size:16px;font-weight:500;line-height:20px;width:-webkit-fill-available}.vcontact__input{margin-top:12px}.vcontact__input input{padding:16px 20px;background:#f0f0f0;color:#838383;line-height:20px;width:-webkit-fill-available}.vcontact__input input,.vcontact__submit input{border:0;border-radius:30px;font-size:16px;font-weight:500}.vcontact__submit input{width:100%;display:inline-block;padding:16px 28px;background-color:var(--primary);color:#fff;text-decoration:none;line-height:19.36px;margin-top:24px;cursor:pointer}.vcontact__submit input:hover{background:rgba(255,142,0,.93)}.partners-map__wrap{padding-bottom:100px}.partners-map__download a{color:#ff8e00;font-size:16px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.partners-map__download a:hover{-webkit-transition:.3s;-o-transition:.3s;transition:.3s;opacity:.5}.partners-map__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;margin-top:36px}@media screen and (max-width:390px){.partners-map__info{margin-top:24px}}.partners-map__title span{font-size:16px;line-height:19.36px;font-weight:500;color:rgba(0,0,0,.6)}@media screen and (max-width:390px){.partners-map__title span{font-size:13px;line-height:15.73px}}.partners-map__value span{font-weight:600;font-size:20px;line-height:24.2px;color:#000}@media screen and (max-width:390px){.partners-map__value span{font-size:18px;line-height:21.78px}}