.v-select{position:relative;font-family:inherit}.v-select,.v-select *{-webkit-box-sizing:border-box;box-sizing:border-box}@-webkit-keyframes vSelectSpinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes vSelectSpinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.vs__fade-enter-active,.vs__fade-leave-active{pointer-events:none;-webkit-transition:opacity .15s cubic-bezier(1,.5,.8,1);transition:opacity .15s cubic-bezier(1,.5,.8,1)}.vs__fade-enter,.vs__fade-leave-to{opacity:0}.vs--disabled .vs__clear,.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__open-indicator,.vs--disabled .vs__search,.vs--disabled .vs__selected{cursor:not-allowed;background-color:#f8f8f8}.v-select[dir=rtl] .vs__actions{padding:0 3px 0 6px}.v-select[dir=rtl] .vs__clear{margin-left:6px;margin-right:0}.v-select[dir=rtl] .vs__deselect{margin-left:0;margin-right:2px}.v-select[dir=rtl] .vs__dropdown-menu{text-align:right}.vs__dropdown-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0 0 4px;background:none;border:1px solid rgba(60,60,60,.26);border-radius:4px;white-space:normal}.vs__dropdown-toggle,.vs__selected-options{display:-webkit-box;display:-ms-flexbox;display:flex}.vs__selected-options{-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 2px;position:relative}.vs__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:4px 6px 0 3px}.vs--searchable .vs__dropdown-toggle{cursor:text}.vs--unsearchable .vs__dropdown-toggle{cursor:pointer}.vs--open .vs__dropdown-toggle{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.vs__open-indicator{fill:rgba(60,60,60,.5);-webkit-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .15s cubic-bezier(1,-.115,.975,.855);transition:-webkit-transform .15s cubic-bezier(1,-.115,.975,.855);transition:transform .15s cubic-bezier(1,-.115,.975,.855);transition:transform .15s cubic-bezier(1,-.115,.975,.855),-webkit-transform .15s cubic-bezier(1,-.115,.975,.855);-webkit-transition-timing-function:cubic-bezier(1,-.115,.975,.855);transition-timing-function:cubic-bezier(1,-.115,.975,.855)}.vs--open .vs__open-indicator{-webkit-transform:rotate(180deg) scale(1);transform:rotate(180deg) scale(1)}.vs--loading .vs__open-indicator{opacity:0}.vs__clear{fill:rgba(60,60,60,.5);padding:0;border:0;background-color:transparent;cursor:pointer;margin-right:8px}.vs__dropdown-menu{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;top:calc(100% - 1px);left:0;z-index:1000;padding:5px 0;margin:0;width:100%;max-height:350px;min-width:160px;overflow-y:auto;-webkit-box-shadow:0 3px 6px 0 rgba(0,0,0,.15);box-shadow:0 3px 6px 0 rgba(0,0,0,.15);border:1px solid rgba(60,60,60,.26);border-top-style:none;border-radius:0 0 4px 4px;text-align:left;list-style:none;background:#fff}.vs__no-options{text-align:center}.vs__dropdown-option{line-height:1.42857143;display:block;padding:3px 20px;clear:both;color:#333;white-space:nowrap;cursor:pointer}.vs__dropdown-option--highlight{background:#5897fb;color:#fff}.vs__dropdown-option--deselect{background:#fb5858;color:#fff}.vs__dropdown-option--disabled{background:inherit;color:rgba(60,60,60,.5);cursor:inherit}.vs__selected{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#f0f0f0;border:1px solid rgba(60,60,60,.26);border-radius:4px;color:#333;line-height:1.4;margin:4px 2px 0;padding:0 .25em;z-index:0}.vs__deselect{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-left:4px;padding:0;border:0;cursor:pointer;background:none;fill:rgba(60,60,60,.5);text-shadow:0 1px 0 #fff}.vs--single .vs__selected{background-color:transparent;border-color:transparent}.vs--single.vs--loading .vs__selected,.vs--single.vs--open .vs__selected{position:absolute;opacity:.4}.vs--single.vs--searching .vs__selected{display:none}.vs__search::-webkit-search-cancel-button{display:none}.vs__search::-ms-clear,.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration{display:none}.vs__search,.vs__search:focus{-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:1.4;font-size:1em;border:1px solid transparent;border-left:none;outline:none;margin:4px 0 0;padding:0 7px;background:none;-webkit-box-shadow:none;box-shadow:none;width:0;max-width:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;z-index:1}.vs__search::-webkit-input-placeholder{color:inherit}.vs__search::-moz-placeholder{color:inherit}.vs__search:-ms-input-placeholder{color:inherit}.vs__search::-ms-input-placeholder{color:inherit}.vs__search::placeholder{color:inherit}.vs--unsearchable .vs__search{opacity:1}.vs--unsearchable:not(.vs--disabled) .vs__search{cursor:pointer}.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:.2}.vs__spinner{-ms-flex-item-align:center;align-self:center;opacity:0;font-size:5px;text-indent:-9999em;overflow:hidden;border:.9em solid hsla(0,0%,39.2%,.1);border-left-color:rgba(60,60,60,.45);-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-animation:vSelectSpinner 1.1s linear infinite;animation:vSelectSpinner 1.1s linear infinite;-webkit-transition:opacity .1s;transition:opacity .1s}.vs__spinner,.vs__spinner:after{border-radius:50%;width:5em;height:5em}.vs--loading .vs__spinner{opacity:1}.clear{clear:both}.clear:after{clear:both;display:block;content:""}.glightbox-container .inline-inner{padding:20px}.glightbox-container .inline-inner h2{margin-bottom:1em;font-size:1.5rem}.glightbox-container .inline-inner li,.glightbox-container .inline-inner p{font-size:.875rem}.glightbox-container .icon-clear{right:0;top:0}img:not([src]):not([srcset]){visibility:hidden}img.lazy{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:0}img.lazy.loaded{opacity:1}:root{--swiper-theme-color:#dd7549!important}.swiper *{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.swiper-button-next,.swiper-button-prev{width:40px;height:40px;background-color:var(--swiper-theme-color);border-radius:50%;margin:0 12px;cursor:pointer}.swiper-button-next:after,.swiper-button-prev:after{padding-left:4px;font-family:icomoon;font-size:1rem;color:#fff;content:"\E901"}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.4;pointer-events:none}.desktop .swiper-button-next:hover,.desktop .swiper-button-prev:hover{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}.desktop .swiper-button-next:active{background-color:#bc1d73}.swiper-button-prev:after{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.swiper-pagination .swiper-pagination-bullet{display:block;width:30px;height:5px;background-color:#dfdfdf;border-radius:13px;margin:0 4px;cursor:pointer}.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:var(--swiper-theme-color)}img.swiper-lazy{opacity:0;-webkit-transition:opacity 1s;transition:opacity 1s}img.swiper-lazy.swiper-lazy-loaded{opacity:1}.customSelect{-webkit-tap-highlight-color:rgba(0,0,0,0);width:100%;height:52px;background-color:transparent;cursor:pointer;line-height:50px;outline:none;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.customSelect:after{top:0;right:20px;display:block;pointer-events:none;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;-webkit-transform:rotate(90deg);transform:rotate(90deg);font-family:icomoon;font-size:.875rem;color:#242c55;content:"\E901"}.customSelect.is-open:after{-webkit-transform:scaleY(-1) rotate(90deg);transform:scaleY(-1) rotate(90deg)}.customSelect.is-open .custom-select-panel{opacity:1;pointer-events:auto;-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}.customSelect.is-open .custom-select-opener{border-bottom-right-radius:0;border-bottom-left-radius:0}.customSelect .custom-select-opener{display:block;width:100%;background-color:#fbfbfb;padding:0 20px;border-radius:4px;font-size:1.125rem;font-weight:700;color:#242c55}.customSelect .custom-select-panel{z-index:9;top:100%;left:0;width:100%;background-color:#fbfbfb;-webkit-box-shadow:0 0 0 2px #242c55;box-shadow:0 0 0 2px #242c55;margin-top:8px;border-radius:4px;opacity:0;overflow:hidden;pointer-events:none;-webkit-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(.75) translateY(-21px);transform:scale(.75) translateY(-21px);-webkit-transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;max-height:245px;overflow:auto;border-top-right-radius:0;border-top-left-radius:0;border-bottom-right-radius:0}.customSelect .custom-select-panel:hover .custom-select-option:not(:hover){background-color:transparent!important}.customSelect .custom-select-option{cursor:pointer;line-height:40px;list-style:none;min-height:40px;outline:none;padding:0 20px;text-align:left;-webkit-transition:all .2s}@media(max-width:1024px){.customSelect .custom-select-option{font-size:1rem}}.customSelect .custom-select-option.has-focus,.customSelect .custom-select-option.is-selected.has-focus,.customSelect .custom-select-option:hover{background-color:#f6f6f6}.customSelect .custom-select-option.disabled{background-color:transparent;color:#999;cursor:default}.no-csspointerevents .customSelect .custom-select-panel{display:none}.no-csspointerevents .customSelect.is-open .custom-select-panel{display:block}select{display:none}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,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:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box;outline:none}.c-cookies__close,.c-faq .o-accordion li>div>div ol li:before,.c-green-tag>img,.c-map .v-select .vs__selected,.c-map__panel .o-geolocation,.c-nav__footer .o-social,.c-newsletter__img01,.c-newsletter__img02,.c-offer__awards .c-green-tag__value ul li:before,.c-offer__row--1>div:first-of-type:after,.c-offer__row--2>div:first-of-type:after,.c-offer__row--3>div:first-of-type:after,.c-offer__row--4>div:first-of-type:after,.c-offer__scientist,.c-packages-single__layer img,.c-popup__bg,.c-popup__body,.c-popup__close,.c-popup__content,.c-popup__content img,.c-popup__scientist,.c-popup__title,.c-product-img__azotopower,.c-product-img__shape01,.c-product-img__shape02,.c-product-img__shape03,.c-product-img__shapes,.c-reviews header .swiper-nav,.c-sellers__name01,.c-sellers__name02,.c-sellers__name03,.c-sellers__name04,.c-sellers__names,.c-sellers__shape01,.c-sellers__shape02,.c-sellers__shape03,.c-sellers__shape04,.c-sellers__shapes,.c-topbar__line,.customSelect .custom-select-panel,.customSelect:after,.glightbox-container .icon-clear,.o-accordion li h4:after,.o-hamburger,.o-hamburger i:after,.o-hamburger i:before,.o-maptooltip,.o-maptooltip__close,.o-sticker{position:absolute;z-index:5}.c-base__content .o-item li p:before,.c-charts__nav ul:before,.c-charts__nav ul li:after,.c-charts__nav ul li:before,.c-faq .o-accordion li h4:before,.c-gallery .o-photo:after,.c-nav__footer:before,.c-topbar .o-wrap:after,.o-btn:before,.o-hamburger i:after,.o-hamburger i:before,.o-maptooltip:after,input[type=checkbox]+label i:before,input[type=radio]+label i:before{position:absolute;display:block;content:" "}.c-charts__nav .is-loaded ul,.c-charts__nav ul .is-loaded li:before,.c-faq .o-accordion .is-loaded li,.c-map__panel .is-loaded .o-geolocation,.is-loaded .c-charts__nav ul,.is-loaded .c-charts__nav ul li:before,.is-loaded .c-faq .o-accordion li,.is-loaded .c-map__panel .o-geolocation,.is-loaded .o-accordion li h4:after,.is-loaded .o-btn,.is-loaded .o-btn--arrowdown:after,.is-loaded .o-btn--arrowright:after,.is-loaded .o-btn:before,.is-loaded .o-hamburger,.is-loaded .o-hamburger i,.is-loaded .o-hamburger i:after,.is-loaded .o-hamburger i:before,.is-loaded .swiper-button-next,.is-loaded .swiper-button-next:after,.is-loaded .swiper-button-prev,.is-loaded .swiper-button-prev:after,.is-loaded a,.is-loaded input[type=checkbox]+label i:before,.is-loaded input[type=email],.is-loaded input[type=radio]+label i:before,.is-loaded input[type=text],.is-loaded input[type=url],.o-accordion li .is-loaded h4:after,.o-hamburger .is-loaded i,.o-hamburger .is-loaded i:after,.o-hamburger .is-loaded i:before,input[type=checkbox]+label .is-loaded i:before,input[type=radio]+label .is-loaded i:before{-webkit-transition:all .25s cubic-bezier(.25,.46,.45,.94);transition:all .25s cubic-bezier(.25,.46,.45,.94)}.o-btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:52px;white-space:nowrap;border-radius:4px;padding:0 20px;overflow:hidden;font-family:Lato,sans-serif;font-size:1.125rem;font-weight:700;cursor:pointer;color:#fff}@media(max-width:768px){.o-btn{height:44px;font-size:1rem}}.o-btn:before{z-index:-1;top:0;left:0;width:100%;height:100%;opacity:0}.o-btn--arrowdown:after,.o-btn--arrowright:after{margin-left:10px;font-weight:300;font-family:icomoon;font-size:.875rem;content:"\E900"}.desktop .o-btn--arrowdown:hover:after{-webkit-transform:translateY(2px);transform:translateY(2px)}.o-btn--arrowright:after{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.desktop .o-btn--arrowright:hover:after{-webkit-transform:rotate(-90deg) translateY(2px);transform:rotate(-90deg) translateY(2px)}.desktop .o-btn:hover:before{opacity:1}.desktop .o-btn:active{-webkit-transform:scale(.95);transform:scale(.95)}.o-btn--blue{background-color:#242c55;color:#fff}.o-btn--brown{background-color:#dd7549;color:#fff}.o-btn--white{background-color:#fff;color:#4aa359}.o-btn--green{background-color:#4aa359;color:#fff}.o-btn--green:before{background-color:#42914f}.o-btn--magenta{background-color:#d22080;color:#fff}.o-btn--magenta:before{background:linear-gradient(301.48deg,#ad4482 -156.04%,#e5007d 62.61%)}.c-packages-single__layer img,.c-topbar__line{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.c-map .v-select .vs__selected,.c-map__panel .o-geolocation,.c-offer__row--1>div:first-of-type:after,.c-offer__row--2>div:first-of-type:after,.c-offer__row--3>div:first-of-type:after,.c-offer__row--4>div:first-of-type:after,.c-popup__content img,.c-popup__scientist,.o-hamburger{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.c-popup__bg,.c-popup__body,.c-product-img__azotopower,.c-product-img__shapes{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.c-base__content .o-item ul,.c-base__pagination,.c-base__pagination a,.c-charts__nav ul li:before,.c-faq .o-accordion li,.c-footer .o-cols__item:last-of-type,.c-gallery__content,.c-green-tag,.c-green-tag__desc,.c-green-tag__value,.c-hero-slide__content,.c-map__panel .o-filters,.c-map__panel .o-filters__checkboxes,.c-map__panel .o-geolocation,.c-nav__menu>ul,.c-newsletter .o-wrap,.c-offer__awards .c-green-tag__value ul,.c-offer__box01,.c-offer__box01>div,.c-offer__box02,.c-offer__box02>div:first-child,.c-offer__box02>div:nth-child(3),.c-offer__box .is-header,.c-offer__box .is-header>div,.c-offer__box ul,.c-offer__row,.c-offer__table3 .is-cols,.c-offer__table3 .is-ferrari,.c-offer__table>div,.c-packages-single__cta,.c-popup__close,.c-reviews figure,.c-reviews figure figcaption,.c-sellers__names,.c-ticket,.c-ticket__bottom,.c-ticket__left,.c-ticket__top,.c-topbar .o-wrap,.c-topbar__logos,.customSelect,.form-group,.form-row,.o-cols,.o-hamburger,.o-hamburger i,.o-social,.swiper-button-next,.swiper-button-prev,.swiper-nav,.swiper-pagination{display:-webkit-box;display:-ms-flexbox;display:flex}.c-faq .o-accordion li,.c-footer .o-cols__item:last-of-type,.c-green-tag,.c-hero-slide__content,.c-offer__awards .c-green-tag__value ul,.c-offer__box01>div,.c-offer__box02>div:first-child,.c-offer__box02>div:nth-child(3),.c-offer__box .is-header>div,.c-reviews figure figcaption,.c-ticket,.c-ticket__left{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.c-hero-slide__content,.c-packages-single__cta,.c-reviews header .swiper-nav,.swiper-nav,.swiper-pagination{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.c-cookies,.c-map__panel .o-geolocation,.c-nav__menu>ul,.c-newsletter .o-wrap,.c-offer__box01,.c-offer__box02,.c-offer__box02>div:first-child,.c-offer__box02>div:nth-child(3),.c-offer__box ul,.c-offer__row,.c-offer__table3 .is-ferrari,.c-topbar .o-wrap,.c-topbar__logos,.customSelect{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.c-offer__box01,.c-offer__box02,.c-offer__box .is-header,.c-offer__box ul,.c-ticket__bottom,.c-topbar__logos{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.c-gallery__content,.c-newsletter .o-wrap,.c-offer__box02,.c-packages-single__layer,.c-topbar__logos,.form-group{-ms-flex-wrap:wrap;flex-wrap:wrap}.c-base__pagination,.c-base__pagination a,.c-charts__nav ul li:before,.c-green-tag,.c-green-tag__desc,.c-green-tag__value,.c-offer__table>div,.c-popup__close,.c-ticket,.c-ticket__bottom,.c-ticket__left,.c-ticket__top,.o-btn,.o-hamburger,.o-hamburger i,.o-sticker,.swiper-button-next,.swiper-button-prev,input[type=checkbox]+label i,input[type=radio]+label i{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.o-article h2,.o-header h2{margin-bottom:.9em;font-size:2.625rem;font-weight:700;color:#242c55}@media(max-width:1440px){.o-article h2,.o-header h2{font-size:calc(2.91667vw + .1rem)}}@media(max-width:1440px)and (max-width:47.1428571429rem){.o-article h2,.o-header h2{font-size:1.385rem}}.o-article h3{margin-bottom:.8em;font-size:1.5rem;font-weight:700;color:#0075be}@media(max-width:1440px){.o-article h3{font-size:calc(1.66667vw + .1rem)}}@media(max-width:1440px)and (max-width:67.5rem){.o-article h3{font-size:1.135rem}}.c-base__content,.c-base__content .o-item li p,.c-charts,.c-charts .o-chart,.c-charts .o-cols__item,.c-charts__nav ul,.c-charts__nav ul li,.c-cookies .o-wrap,.c-cookies__text,.c-faq,.c-faq .o-accordion li,.c-faq .o-accordion li>div>div ol li,.c-faq .o-accordion li h4,.c-footer,.c-gallery,.c-green-tag,.c-map,.c-map .form-group,.c-map .form-group.city,.c-map__content,.c-map__map,.c-map__panel .form-row,.c-nav__footer,.c-nav__menu>ul>li,.c-newsletter,.c-newsletter__form,.c-offer__awards .c-green-tag__value ul li,.c-offer__box01,.c-offer__box02>div:first-child,.c-offer__box02>div:nth-child(3),.c-offer__box ul,.c-offer__row--1>div:first-of-type,.c-offer__row--2>div:first-of-type,.c-offer__row--3>div:first-of-type,.c-offer__row--4>div:first-of-type,.c-offer__rows,.c-offer__table3 .is-ferrari,.c-packages-single__layer,.c-product-img,.c-products,.c-reviews,.c-reviews header,.c-sellers,.c-sellers__damian,.c-sellers__janusz,.c-sellers__michal,.c-sellers__piotr,.c-topbar .o-wrap,.c-topbar__content,.customSelect,.glightbox-container .inline-inner,.o-accordion li,.o-accordion li h4,.o-btn,.o-hamburger i,.o-logo,.o-photo,input[type=checkbox]+label i,input[type=radio]+label i{position:relative;z-index:1}.c-about,.c-base,.c-hero,.c-map{padding-top:30px;padding-bottom:30px}.c-faq,.c-gallery,.c-products,.c-reviews{padding-top:70px;padding-bottom:70px}@media(max-width:768px){.c-faq,.c-gallery,.c-products,.c-reviews{padding-top:30px;padding-bottom:30px}}.c-map .o-header,.c-nav__footer,.o-wrap{width:1380px;margin:0 auto;padding-left:40px;padding-right:40px}@media(max-width:1380px){.c-map .o-header,.c-nav__footer,.o-wrap{width:100%}}@media(max-width:1024px){.c-map .o-header,.c-nav__footer,.o-wrap{padding-left:20px;padding-right:20px}}@media(max-width:520px){.c-map .o-header,.c-nav__footer,.o-wrap{padding-left:16px;padding-right:16px}}@font-face{src:url(../fonts/icomoon.1b23a8863c08a4773d40e0907841f158.eot);src:url(../fonts/icomoon.1b23a8863c08a4773d40e0907841f158.eot?#iefix) format("embedded-opentype"),url(../fonts/icomoon.99f76c380eedc5fff4ea6fcbe33215a3.woff) format("woff"),url(../fonts/icomoon.e4637ccbb4a030455fc7b00ed6dd1806.ttf) format("truetype");font-family:icomoon;font-weight:400;font-style:normal;font-display:swap}button,input,textarea{background-color:transparent;border:none;border-color:inherit;border-radius:0;font-family:Lato,sans-serif;color:inherit}button{cursor:pointer}input[disabled],input[readonly]{opacity:.5}:invalid{-webkit-box-shadow:none;box-shadow:none}:-moz-submit-invalid,:-moz-ui-invalid{box-shadow:none}::-webkit-input-placeholder{color:#eceff4}:-moz-placeholder,::-moz-placeholder{color:#eceff4}:-ms-input-placeholder{color:#eceff4}input[type=email],input[type=text],input[type=url]{-webkit-appearance:none;-moz-appearance:none;appearance:none;text-rendering:optimizeLegibility;width:100%;height:52px;background-color:#fbfbfb;padding:0 25px;border-radius:4px;font-family:Lato,sans-serif;font-size:1.125rem;font-weight:700}@media(max-width:520px){input[type=email],input[type=text],input[type=url]{height:44px}}textarea{height:200px;overflow:auto;resize:none}.form-row{margin:0 -10px}.form-group{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-bottom:20px;padding:0 10px}@media(max-width:520px){.form-group{margin-bottom:10px}}label{cursor:pointer}input[type=checkbox],input[type=radio]{display:none}input[type=checkbox]+label,input[type=radio]+label{display:-webkit-box;display:-ms-flexbox;display:flex}input[type=checkbox]+label i,input[type=radio]+label i{-ms-flex-negative:0;flex-shrink:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:22px;width:22px;border-radius:50%;border:2px solid #242c55;cursor:pointer}input[type=checkbox]+label i:before,input[type=radio]+label i:before{left:2px;top:2px;width:14px;height:14px;background-color:#242c55;border-radius:50%;-webkit-transform:scale3d(0,0,0);transform:scale3d(0,0,0);opacity:0}input[type=checkbox]+label span,input[type=radio]+label span{padding-left:15px;text-align:left;font-size:1.125rem}@media(max-width:640px){input[type=checkbox]+label span,input[type=radio]+label span{font-size:.875rem}}input[type=checkbox]+label span a,input[type=radio]+label span a{color:#242c55}input[type=checkbox]:checked+label i:before,input[type=radio]:checked+label i:before{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}img{display:block;max-width:100%;height:auto}body{width:100%;background-color:#fff;padding-top:70px}html{-webkit-text-size-adjust:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.3;text-rendering:optimizeSpeed;font-family:Lato,sans-serif;font-size:17px;font-weight:400;color:#242c55}a{color:inherit;cursor:pointer;text-decoration:none}a:active,a:focus,a:hover{outline:none}em{font-style:italic}input{font-size:17px}strong{font-weight:700}strong.medium{font-weight:500}strong.heavy{font-weight:900}sub{vertical-align:text-bottom}sub,sup{font-size:.5rem}sup{vertical-align:text-top}::-moz-selection{background-color:#242c55;color:#fff}::selection{background-color:#242c55;color:#fff}hr{background-color:#242c55;border:none;width:100%;height:1px;margin:50px 0}.o-accordion li{cursor:pointer}.o-accordion li h4:after{right:20px;top:16px;font-family:icomoon;font-size:.75rem;content:"\E903"}@media(max-width:1024px){.o-accordion li h4:after{font-size:.625rem}}.o-accordion li>div{height:0;padding:0;overflow:hidden}.o-accordion li>div>div,.o-accordion li>div section{padding:20px 0}@media(max-width:1024px){.o-accordion li>div>div,.o-accordion li>div section{padding:10px 0}}.o-accordion li.is-rollout h4:after{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.o-accordion li.is-rollout .o-lead--2{border-color:transparent}.o-article small{font-size:1rem}@media(max-width:768px){.o-article small{font-size:.75rem}}.o-article ol{list-style:decimal;padding-left:24px}.o-article ul{list-style:disc;padding-left:24px}.o-article .align-right{float:right;margin-left:10%}@media(max-width:768px){.o-article li,.o-article p{font-size:.875rem}}.o-article.inline-inner ul{margin-bottom:2em}.o-article.inline-inner p{margin-bottom:1em}.o-article.inline-inner li{margin-bottom:.5em}.o-article.inline-inner h2,.o-article.inline-inner h3{max-width:600px;margin-left:auto;margin-right:auto;margin-bottom:.5em}.o-cols{width:100%}.o-hamburger{z-index:100;right:20px;width:30px;height:10px;padding-bottom:2px;cursor:pointer}@media(min-width:1321px){.o-hamburger{display:none}}.o-hamburger i{width:100%;height:10px}.o-hamburger i:after,.o-hamburger i:before{width:100%;height:2px;background-color:#242c55;border-radius:2px}.o-hamburger i:after{left:0;-webkit-transform-origin:right;transform-origin:right;top:100%}.o-hamburger i:before{-webkit-transform-origin:left;transform-origin:left;top:0}.o-hamburger.is-active i{border:none}.o-hamburger.is-active i:before{-webkit-transform:rotate(-45deg) translate(-6px,15px);transform:rotate(-45deg) translate(-6px,15px)}.o-hamburger.is-active i:after{-webkit-transform:rotate(45deg) translate(3px,4px);transform:rotate(45deg) translate(3px,4px)}.o-header h2{font-weight:700}[class*=" icon-"]:before,[class^=icon-]:before{font-family:icomoon!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-clear:before{content:"\E90D"}.icon-ge:before{content:"\E90C"}.icon-arrow-down:before{content:"\E900"}.icon-arrow:before{content:"\E901"}.icon-calendar:before{content:"\E902"}.icon-composition:before{content:"\E903"}.icon-facebook:before{content:"\E904"}.icon-info:before{content:"\E905"}.icon-measure:before{content:"\E906"}.icon-phone:before{content:"\E907"}.icon-pin:before{content:"\E908"}.icon-spray:before{content:"\E909"}.icon-water:before{content:"\E90B"}.icon-youtube:before{content:"\E90A"}.o-logo{z-index:60;display:block}.o-maptooltip{width:280px;background-color:#242c55;border:10px solid #fff;padding:16px;text-align:center;color:#fff;position:absolute;bottom:40px;left:50%;display:none;margin-left:-140px}.o-maptooltip img{margin:0 auto .5em}.o-maptooltip p{line-height:1.2em;font-size:1rem}.o-maptooltip p:first-of-type{margin-bottom:.5em}.o-maptooltip p:last-of-type{margin-top:.5em}.o-maptooltip:after{left:50%;bottom:-6px;width:24px;height:24px;background-image:url('data:image/svg+xml;utf8,<svg width="22" height="18" viewBox="0 0 22 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 18L0.607698 -1.9576e-06L21.3923 -1.40549e-07L11 18Z" fill="white"/></svg>');-webkit-transform:translate3d(-50%,100%,0);transform:translate3d(-50%,100%,0)}.o-maptooltip:after,.o-maptooltip__close{background-repeat:no-repeat;background-position:50%}.o-maptooltip__close{right:-10px;top:-10px;width:18px;height:18px;-webkit-transform:translate3d(50%,-50%,0);transform:translate3d(50%,-50%,0);cursor:pointer;background-color:#242c55;border-radius:50%;background-image:url('data:image/svg+xml;utf8,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.5 3.5L3.5 10.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/><path d="M3.5 3.5L10.5 10.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.o-maptooltip .icon-pin{margin-bottom:1em;font-size:1.5rem}.o-more{text-align:center}@media(max-width:520px){.o-more .o-btn{width:90%}}.o-photo{display:block}.o-section--paddingtop{padding-top:40px}.o-social{margin:auto 0 0;color:#fff}.o-social li:not(:last-of-type){margin-right:10px}.o-social [class^=icon-]{display:inline-block;font-size:1.375rem}.o-social [class^=icon-]:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px)}.o-sticker{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;right:10px;bottom:10px;height:36px;background-color:#4aa359;border-radius:4px;padding:0 12px;text-transform:uppercase;font-family:Lato,sans-serif;font-size:.875rem;font-weight:700;color:#fff}@media(max-width:1024px){.o-sticker{height:30px;padding:0 8px;font-size:.75rem}}.c-about .o-wrap{display:grid;grid-template-columns:1fr 1fr;grid-gap:40px}@media screen and (max-width:640px){.c-about .o-wrap{grid-template-columns:1fr;grid-gap:20px}}.c-about h2{font-weight:400;margin-bottom:15px}.c-about h2 strong{color:#dd7549}.c-about p{margin-bottom:15px}.c-about p:last-of-type{margin-bottom:0}.c-base{background-color:#fff}.c-base .loader,.c-base .no-items{text-align:center;margin:20px}.c-base .loader{font-weight:700}.c-base .o-header h2{font-size:1.875rem}@media(max-width:1440px){.c-base .o-header h2{font-size:calc(2.08333vw + .1rem)}}@media(max-width:1440px)and (max-width:66rem){.c-base .o-header h2{font-size:1.385rem}}.c-base__content{margin-bottom:40px}.c-base__content .o-item{width:100%;border-bottom:2px solid #242c55}@media(max-width:900px){.c-base__content .o-item{border-bottom-width:1px}}.c-base__content .o-item ul{-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:1300px;min-height:80px;margin:0 auto;background-color:#fff}@media(min-width:1025px){.c-base__content .o-item ul{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;padding-bottom:20px}}@media(max-width:1340px){.c-base__content .o-item ul{width:calc(100% - 40px);margin-left:20px;margin-right:20px}}@media(max-width:1024px){.c-base__content .o-item ul{min-height:60px}}@media(max-width:640px){.c-base__content .o-item ul{-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0}}.c-base__content .o-item li p{padding-left:30px}@media(max-width:1024px){.c-base__content .o-item li p{font-size:.875rem}}@media(max-width:768px){.c-base__content .o-item li p{padding-top:5px;padding-bottom:2px}}.c-base__content .o-item li p:before{left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-family:icomoon}@media(max-width:640px){.c-base__content .o-item li p:before{margin-top:1px}}.c-base__content .o-item li:first-of-type{padding-left:40px;padding-right:10px;font-weight:700}@media(max-width:1024px){.c-base__content .o-item li:first-of-type p{font-size:1rem}}@media(max-width:1024px){.c-base__content .o-item li:first-of-type{padding-left:0}}@media(min-width:641px){.c-base__content .o-item li:first-of-type{width:40%}}@media(max-width:640px){.c-base__content .o-item li:first-of-type{padding-top:10px;padding-bottom:5px}}.c-base__content .o-item li:nth-of-type(2){padding-left:10px;padding-right:10px;color:#000}@media(min-width:641px){.c-base__content .o-item li:nth-of-type(2){width:40%}}@media(max-width:640px){.c-base__content .o-item li:nth-of-type(2){width:100%;padding-left:0}}@media(max-width:640px){.c-base__content .o-item li:nth-of-type(2) p{padding-left:0}}.c-base__content .o-item li:nth-of-type(2) p:before{font-size:1.375rem;content:"\E908"}@media(max-width:640px){.c-base__content .o-item li:nth-of-type(2) p:before{display:none}}.c-base__content .o-item li:nth-of-type(3){min-width:160px;white-space:nowrap;padding-left:10px;padding-right:40px;color:#000}@media(max-width:1024px){.c-base__content .o-item li:nth-of-type(3){padding-right:20px}}@media(min-width:641px){.c-base__content .o-item li:nth-of-type(3){width:16%}}@media(max-width:640px){.c-base__content .o-item li:nth-of-type(3){width:100%;padding-left:0;padding-bottom:10px}}@media(max-width:640px){.c-base__content .o-item li:nth-of-type(3) p{padding-left:0}}.c-base__content .o-item li:nth-of-type(3) p:before{content:"\E907"}@media(max-width:640px){.c-base__content .o-item li:nth-of-type(3) p:before{display:none}}.c-base__content .o-item.department li:first-of-type p{padding-left:50px;color:#242c55}@media(max-width:1024px){.c-base__content .o-item.department li:first-of-type p{padding-left:30px;color:#4aa359}}.c-base__content .o-item.department li:first-of-type p:before{width:30px;height:30px;background-image:url(../img/base/a3562897d9b03a51cb3749f0af09b761.webp);background-repeat:no-repeat;background-size:30px 30px}@media(max-width:1024px){.c-base__content .o-item.department li:first-of-type p:before{width:20px;height:20px;background-size:20px 20px}}.c-base__content .o-item.distribution li:first-of-type p{color:#242c55}.c-base__pagination{margin-bottom:20px;color:#242c55}.c-base__pagination a{width:30px;height:30px;border:1px solid transparent;border-radius:50%}.c-base__pagination a:hover{color:#dd7549!important}.c-base__pagination .current a{border-color:#242c55}.c-base__pagination .swiper-button-disabled{display:none}.c-base .v-select .vs__actions svg{fill:#242c55}.c-base .v-select .vs__dropdown-menu{margin-top:5px;-webkit-box-shadow:none;box-shadow:none;border:2px solid #242c55;border-radius:25px}.c-base .v-select .vs__dropdown-option--highlight{background-color:#242c55}.c-base .v-select .vs__dropdown-toggle{height:49px;border:2px solid #242c55;border-radius:25px;padding:0 10px 0 15px}.c-base .v-select .vs__search,.c-base .v-select .vs__selected{margin:0;font-size:1.5rem;font-weight:700;color:#242c55}@media(max-width:1200px){.c-base .v-select .vs__search,.c-base .v-select .vs__selected{font-size:1.25rem}}.c-biological-products{padding-bottom:40px}@media(max-width:1023px){.c-charts--desktop{display:none}}.c-charts--desktop .swiper-slide{max-height:800px}@media(min-width:1025px){.c-charts--mobile{display:none}}.c-charts--mobile .c-charts__nav>ul{margin-top:-10px}@media(min-width:1025px){.c-charts figure{display:-webkit-box;display:-ms-flexbox;display:flex}}.c-charts figure img{margin:0!important}@media(max-width:1024px){.c-charts figure img{margin:0 auto 10px!important}}.c-charts figure.right-bottom figcaption p{font-size:.875rem;color:#242c55}@media(max-width:1024px){.c-charts figure.right-bottom figcaption p{text-align:center}}@media(min-width:1025px){.c-charts figure.right-bottom figcaption{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:end;-ms-flex-pack:end;justify-content:flex-end;padding-left:15px}.c-charts figure.right-bottom figcaption p{font-size:1rem}}.c-charts table{width:100%;margin-bottom:20px;border-right:2px solid #d22080}.c-charts table tr{border-bottom:2px solid #d22080}.c-charts table td,.c-charts table th{border-left:2px solid #d22080;padding:15px 10px;text-align:center;vertical-align:middle}@media(max-width:640px){.c-charts table td,.c-charts table th{padding:5px}}.c-charts table td.bg-magenta1,.c-charts table th.bg-magenta1{background-color:#d22080;border-bottom:2px solid #fff;font-weight:700;color:#fff}.c-charts table td.bg-magenta2,.c-charts table th.bg-magenta2{background-color:rgba(209,46,125,.24);border-bottom:2px solid #fff;font-weight:700}.c-charts table td.bg-magenta2b,.c-charts table th.bg-magenta2b{background-color:#d05792;border-bottom:2px solid #fff;font-weight:700;color:#fff}.c-charts table td.bg-magenta3,.c-charts table th.bg-magenta3{background-color:rgba(209,46,125,.24)}.c-charts table td{color:#242c55}.c-charts table th{background-color:#d22080;font-weight:700;color:#fff}.c-charts table th.bg-magenta2{background-color:rgba(209,46,125,.74);font-weight:700}.c-charts table.v1 thead tr th{font-size:1.375rem}@media(max-width:1440px){.c-charts table.v1 thead tr th{font-size:calc(1.52778vw + .1rem)}}@media(max-width:1440px)and (max-width:32.7272727273rem){.c-charts table.v1 thead tr th{font-size:.51rem}}.c-charts table.v1 tbody tr td{font-size:1.125rem}@media(max-width:1440px){.c-charts table.v1 tbody tr td{font-size:calc(1.25vw + .1rem)}}@media(max-width:1440px)and (max-width:50rem){.c-charts table.v1 tbody tr td{font-size:.635rem}}.c-charts table.v2 thead tr th{font-size:1rem}@media(max-width:1440px){.c-charts table.v2 thead tr th{font-size:calc(1.11111vw + .1rem)}}@media(max-width:1440px)and (max-width:45rem){.c-charts table.v2 thead tr th{font-size:.51rem}}.c-charts table.v2 tbody tr td{font-size:.875rem}@media(max-width:1440px){.c-charts table.v2 tbody tr td{font-size:calc(.97222vw + .1rem)}}@media(max-width:1440px)and (max-width:64.2857142857rem){.c-charts table.v2 tbody tr td{font-size:.635rem}}.c-charts table h4{font-size:1.25rem}@media(max-width:1440px){.c-charts table h4{font-size:calc(1.38889vw + .1rem)}}@media(max-width:1440px)and (max-width:45rem){.c-charts table h4{font-size:.635rem}}.c-charts table h5{font-size:.9375rem}@media(max-width:1440px){.c-charts table h5{font-size:calc(1.04167vw + .1rem)}}@media(max-width:1440px)and (max-width:48rem){.c-charts table h5{font-size:.51rem}}.c-charts table h6{font-size:.8125rem}@media(max-width:1440px){.c-charts table h6{font-size:calc(.90278vw + .1rem)}}@media(max-width:1440px)and (max-width:55.3846153846rem){.c-charts table h6{font-size:.51rem}}.c-charts .o-chart{width:100%}@media(min-width:1025px){.c-charts .o-chart--07{padding-bottom:78px}}.c-charts .o-chart img{margin:0 auto}.c-charts .o-chart .table-caption{text-align:right;font-size:1rem;font-weight:500;color:#242c55}@media(max-width:640px){.c-charts .o-chart .table-caption{margin-top:-10px;font-size:.875rem}}.c-charts__nav{z-index:10}.c-charts__nav ul{counter-reset:section}.c-charts__nav ul:before{border:1px dashed #d2e8d5}.c-charts__nav ul li:before{border:1px solid rgba(74,163,89,.5);border-radius:100%;width:26px;height:26px;counter-increment:section;content:counter(section);background-color:#fff;opacity:1;font-size:.75rem;font-weight:600}@media screen and (max-width:1025px){.c-charts__nav ul li:before{content:""}}.c-charts__nav ul li:after{width:20px;height:35px}.c-charts__nav ul li.is-active{font-weight:700;color:#242c55}.c-charts__nav ul li.is-active:before{border-color:#4aa359}@media screen and (max-width:1025px){.c-charts__nav ul li.is-active:before{background-color:#4aa359}}.c-charts__nav ul li.is-active a{opacity:1}.c-charts__nav ul li a{display:block;color:#4aa359;font-weight:600;font-size:1rem;line-height:1.1875rem;padding-left:20px;opacity:.5}@media(min-width:1025px){.c-charts__nav{position:absolute;z-index:10;left:20px;top:0;visibility:hidden;width:150px;height:100vh}}@media(min-width:1025px)and (max-width:1420px){.c-charts__nav{left:20px;width:10.5633802817%}}@media(min-width:1025px){.c-charts__nav ul{position:absolute;top:50%;-webkit-transform:translateY(-50%) translateY(35px);transform:translateY(-50%) translateY(35px)}.c-charts__nav ul:before{top:24px;left:12px;width:1px;height:calc(100% - 48px)}}@media(min-width:1025px){.c-charts__nav li{padding-left:30px;padding-right:0}}@media screen and (min-width:1025px)and (min-width:1025px)and (max-width:1420px){.c-charts__nav li{width:170px}}@media(min-width:1025px){.c-charts__nav li:not(:last-child){margin-bottom:10px}}@media screen and (min-width:1025px)and (min-width:1420px){.c-charts__nav li:not(:last-child){margin-bottom:50px}}@media(min-width:1025px){.c-charts__nav li:before{opacity:.5}}@media(min-width:1025px){.c-charts__nav li:after,.c-charts__nav li:before{left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media(max-width:1024px){.c-charts__nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;height:70px;background-color:#242c55}}@media(max-width:1024px)and (min-width:1025px){.c-charts__nav{display:none}}@media(max-width:1024px){.c-charts__nav ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:center;align-self:center;position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.c-charts__nav ul:before{left:0;top:10px;display:none}.c-charts__nav ul li{position:relative;width:30px;padding-top:24px}}@media(max-width:1024px)and (max-width:639px)and (orientation:portrait){.c-charts__nav ul li{width:35px}}@media(max-width:1024px){.c-charts__nav ul li a{display:block;max-width:100px}.c-charts__nav ul li a span{position:absolute;top:0;left:0;display:block;width:20px;height:20px;overflow:hidden;opacity:0}}@media(max-width:1024px){.c-charts__nav ul li:after{display:none}}@media(max-width:1024px){.c-charts__nav ul li:before{top:4px;background-color:#242c55;cursor:pointer}}@media(max-width:1024px){.c-charts .o-cols{display:block}}.c-charts .o-cols__item{padding-top:50px;padding-bottom:50px}@media(min-width:1025px){.c-charts .o-cols__item{width:50%}}@media(max-width:1024px){.c-charts .o-cols__item{padding:20px 20px 30px}}.c-charts .o-cols__item--left{background:#fff}@media(max-width:1024px){.c-charts .o-cols__item--left{padding-top:40px;padding-bottom:40px}.c-charts .o-cols__item--left h2,.c-charts .o-cols__item--left h3,.c-charts .o-cols__item--left li,.c-charts .o-cols__item--left p{color:#242c55}}@media screen and (max-width:767px){.c-charts .o-cols__item--left{padding-top:40px;padding-bottom:20px}}.c-charts .o-cols__item--left .o-article{color:#fff}@media(min-width:1025px){.c-charts .o-cols__item--left .o-article{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:center;-ms-flex-pack:center;justify-content:center;min-height:100vh;margin:0 0 0 auto;width:540px;padding:0 30px 70px 10px}}@media(max-width:1420px){.c-charts .o-cols__item--left .o-article{width:59.1549295775%}}@media(max-width:1024px){.c-charts .o-cols__item--left .o-article{width:100%;padding:0}}.c-charts .o-cols__item--left .o-article h2{font-weight:400;font-size:1.125rem;color:#fff}@media(max-width:1024px){.c-charts .o-cols__item--left .o-article img{margin:0 auto}}.c-charts .o-cols__item--right{padding:20px 0;color:#242c55}@media(min-width:1025px){.c-charts .o-cols__item--right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media(max-width:1024px){.c-charts .o-cols__item--right{height:auto;margin:0 auto;padding:40px 20px}}@media(max-width:520px){.c-charts .o-cols__item--right{padding:0 16px}}.c-charts .caption{max-width:500px;margin:20px auto;text-align:center;font-size:.875rem}@media(max-width:1024px){.c-charts .desktop{display:none}}@media(min-width:1025px){.c-charts .mobile{display:none}}.c-charts .swiper{z-index:5;width:100%}.c-charts .swiper .swiper-slide-active .o-chart .mask{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.o-chart__wrapper{width:calc(100vw - 240px);position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);min-height:800px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.o-chart__row,.o-chart__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.o-chart__row{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.8125rem;margin:10px 0}.o-chart__row img{max-width:50%}.o-chart__text{width:calc(50vw - 232px);padding-right:40px;color:#242c55}.o-chart__text h3{color:#242c55;margin-bottom:20px}.o-chart__text ol{list-style:decimal;padding-left:24px}.o-chart__text ul{list-style:disc;padding-left:24px}@media screen and (min-width:1421px){.o-chart__text{font-size:1.125rem}.o-chart__text>*{max-width:500px;margin-left:auto}}.c-cookies{z-index:101;position:fixed;left:0;bottom:0;width:100%;background-color:#fff;padding:1.5rem 0;border-top:1px solid #f2f2f2;-webkit-transition:.5s ease-out;transition:.5s ease-out}.c-cookies a{font-weight:700;white-space:nowrap;color:#242c55}.c-cookies a:hover{text-decoration:underline}.c-cookies.move-out{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);opacity:0}.c-cookies__close{right:80px;top:0;font-size:1rem}@media(max-width:1024px){.c-cookies__close{right:40px}}.c-cookies__close:after{display:inline-block;-webkit-transform:rotate(45deg);transform:rotate(45deg);font-family:icomoon;font-size:.875rem;color:#242c55;content:"\E915"}.c-cookies__close a{color:#242c55}@media(min-width:641px){.c-cookies__text{background-image:url(../img/assets/6e9d1bf07eaaafbea7ac8002d44cc11e.svg);background-repeat:no-repeat;background-size:30px;padding:0 150px 0 50px}}@media(max-width:1024px){.c-cookies__text{padding:0 40px 0 50px}}@media(max-width:640px){.c-cookies__text{padding:30px 0 0}}.c-cookies__text p{font-size:1rem;color:#1a1a1a}@media(max-width:768px){.c-cookies__text p{font-size:.875rem}}.c-faq{background-color:#fff;padding-bottom:30}.c-faq .o-accordion{counter-reset:section}@media(min-width:641px){.c-faq .o-accordion--mobile{display:none}}.c-faq .o-accordion--mobile li:nth-child(n+1):nth-child(-n+9) h4:before{content:"0" counter(section) "."}.c-faq .o-accordion li{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;cursor:pointer;padding-bottom:.5em;padding-top:1em;border-bottom:2px solid #242c55}@media(max-width:640px){.c-faq .o-accordion li{padding-bottom:.5em;padding-top:.5em}}@media(min-width:768px){.c-faq .o-accordion li{min-height:86px}}.c-faq .o-accordion li:hover{background-color:hsla(0,0%,94.9%,.5)}.c-faq .o-accordion li h4{padding:.3em 50px .3em 3em;font-size:1.125rem}@media(max-width:1440px){.c-faq .o-accordion li h4{font-size:calc(1.25vw + .1rem)}}@media(max-width:1440px)and (max-width:70rem){.c-faq .o-accordion li h4{font-size:.885rem}}.c-faq .o-accordion li h4:after{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:1.125rem;color:#242c55;content:"\E900"}@media(max-width:1440px){.c-faq .o-accordion li h4:after{font-size:calc(1.25vw + .1rem)}}@media(max-width:1440px)and (max-width:70rem){.c-faq .o-accordion li h4:after{font-size:.885rem}}@media(max-width:640px){.c-faq .o-accordion li h4:after{right:10px}}.c-faq .o-accordion li h4:before{left:12px;top:.3em;font-weight:700;color:#242c55;counter-increment:section;content:counter(section) "."}.c-faq .o-accordion li.is-rollout{padding-bottom:24px}.c-faq .o-accordion li.is-rollout h4:after{-webkit-transform:translateY(-50%) scaleY(-1);transform:translateY(-50%) scaleY(-1)}.c-faq .o-accordion li>div>div{padding:1em 60px 0 15px;font-size:1.125rem;text-align:justify}@media(max-width:1440px){.c-faq .o-accordion li>div>div{font-size:calc(1.25vw + .1rem)}}@media(max-width:1440px)and (max-width:70rem){.c-faq .o-accordion li>div>div{font-size:.885rem}}@media(max-width:640px){.c-faq .o-accordion li>div>div{padding:1em 15px .5em}}.c-faq .o-accordion li>div>div ol{list-style:decimal}.c-faq .o-accordion li>div>div ol li{border-bottom-width:0;padding-left:25px;padding-bottom:0;list-style:decimal inside;min-height:auto}.c-faq .o-accordion li>div>div ol li:before{content:attr(data-counter) ". ";left:0;top:18px}@media screen and (max-width:640px){.c-faq .o-accordion li>div>div ol li:before{top:7px}}@media screen and (min-width:641px)and (max-width:1299px){.c-faq .o-accordion li>div>div ol li:before{top:13px}}.c-faq .o-cols{width:calc(100% + 24px);margin:0 -12px}@media(max-width:640px){.c-faq .o-cols{display:none}}.c-faq .o-cols__item{width:50%;padding:0 12px}.c-faq .o-cols__item:last-of-type .o-accordion{counter-reset:section 3}.c-faq .o-cols__item:last-of-type .o-accordion li:nth-child(n+4) h4:before{content:counter(section) "."}.c-faq .o-cols__item--left ol li:nth-child(n+1):nth-child(-n+7) h4:before,.c-faq .o-cols__item--right ol li:nth-child(n+1):nth-child(-n+3) h4:before{content:"0" counter(section) "."}@media(min-width:641px){.c-faq .o-header h2{margin-bottom:0}}.c-faq .o-more{padding-top:30px;padding-bottom:30px}@media(min-width:641px){.c-faq .o-more{display:none}}@media(max-width:640px){.c-faq:not(.all-items) .o-accordion li:nth-child(n+5){display:none}}.c-faq:not(.all-items) .o-more .o-btn:after{-webkit-transform:scaleY(1);transform:scaleY(1)}.c-faq.all-items .o-more .o-btn:after{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.c-footer{background-color:#242c55;padding-top:70px;padding-bottom:90px;z-index:0}@media(max-width:768px){.c-footer{padding-top:50px;padding-bottom:40px}}.c-footer p{text-transform:uppercase;font-size:1.5625rem;color:#fff}@media(max-width:520px){.c-footer__nav{margin-bottom:20px}}@media(min-width:521px){.c-footer__nav li{margin-bottom:15px}}.c-footer__nav li a{text-transform:uppercase;font-size:.75rem;font-weight:300;color:#fff}.c-footer .o-cols{border-top:2px solid #4aa359;padding-top:70px}@media(max-width:768px){.c-footer .o-cols{padding-top:40px}}@media(max-width:520px){.c-footer .o-cols{display:block}}@media(max-width:520px){.c-footer .o-cols__item:first-of-type{margin-bottom:20px}}.c-footer .o-cols__item:first-of-type h2,.c-footer .o-cols__item:first-of-type p{font-size:.875rem;color:#fff}.c-footer .o-cols__item:first-of-type h2{margin-bottom:1em;text-transform:uppercase;font-weight:700}.c-footer .o-cols__item:first-of-type p{text-transform:none;font-weight:300}@media(min-width:521px){.c-footer .o-cols__item:last-of-type{width:300px;margin:0 0 0 auto}}@media(max-width:520px){.c-footer .o-social{position:absolute;right:16px;top:88px}}.c-gallery__content{width:calc(100% + 24px);margin:0 -12px 20px}.c-gallery__content li{width:33.3333333333%;padding:12px}@media(max-width:768px){.c-gallery__content li{width:50%}}@media(max-width:520px){.c-gallery__content li{width:100%}}.c-gallery__content li h3{margin-bottom:.5em;font-weight:700}.c-gallery__content li img{width:100%;border-radius:8px}@media(max-width:1024px){.c-gallery__content li img{border-radius:4px}}.c-gallery__content li time{display:block;margin-top:10px;font-size:.875rem}@media(max-width:768px){.c-gallery__content li time{font-size:.75rem}}@media(max-width:1024px){.c-gallery__content li h3,.c-gallery__content li p{font-size:1rem}}@media(max-width:768px){.c-gallery__content li p{font-size:.875rem}}.c-gallery .o-more{padding-top:20px}.c-gallery .o-more .o-btn:after{margin-left:15px;-webkit-transform:rotate(90deg);transform:rotate(90deg);content:"\E901"}.c-gallery .o-photo{margin-bottom:20px;overflow:hidden;border-radius:12px}.c-gallery .o-photo:after{-webkit-transition:all .25s ease-out;transition:all .25s ease-out;opacity:0;inset:0;width:100%;height:100%;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1);background-color:rgba(36,44,85,.5);background-blend-mode:soft-light;background-image:url(../img/icons/5089f8c0468a20da14af0bc2985ccf8c.svg);background-repeat:no-repeat;background-position:50%;background-size:80px 80px}.c-gallery .o-photo img{-webkit-transition:all 2s ease-in-out;transition:all 2s ease-in-out}.desktop .c-gallery .o-photo:hover:after{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.c-gallery:not(.all-items) .c-gallery__content li:nth-child(n+4){display:none}.c-gallery.all-items .o-more .o-btn:after{-webkit-transform:rotate(-90deg) scaleY(1);transform:rotate(-90deg) scaleY(1)}.c-green-tag{background-color:#348844;border-radius:18px;gap:10px;padding:15px 26px}.c-green-tag>img{top:-10px;right:5px}@media screen and (min-width:1300px)and (max-width:1369px){.c-green-tag>img{max-height:130px;width:auto}}@media screen and (min-width:768px)and (max-width:1299px){.c-green-tag>img{position:static;width:auto;height:100px}}@media screen and (max-width:767px){.c-green-tag>img{max-height:80px;width:auto}}@media screen and (max-width:350px){.c-green-tag>img{position:static}}.c-green-tag>img.is-shop{top:-22px;right:-5px}@media screen and (max-width:767px){.c-green-tag>img.is-shop{right:-10px}}.c-green-tag>img.is-stambul{top:-58px}@media screen and (max-width:767px){.c-green-tag>img.is-stambul{top:-10px;right:-5px}}.c-green-tag>img.is-madagaskar{top:-11px;right:-5px}@media screen and (max-width:767px){.c-green-tag>img.is-madagaskar{top:-10px;right:-12px}}@media screen and (max-width:767px){.c-green-tag>img.is-singapur{right:-5px}}.c-green-tag__desc{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:2rem;line-height:2.375rem;color:#fff;text-align:center;gap:5px}.c-green-tag__desc strong{text-transform:uppercase}@media screen and (min-width:992px)and (max-width:1299px){.c-green-tag__desc{font-size:1.75rem;line-height:1.875rem}}@media screen and (min-width:768px)and (max-width:991px){.c-green-tag__desc{font-size:1.125rem;line-height:1.3125rem}}@media screen and (max-width:767px){.c-green-tag__desc{font-size:1.125rem;line-height:1.3125rem}}.c-green-tag__value{font-size:1.125rem;line-height:1.3125rem;color:#fff;text-align:center}@media screen and (max-width:1299px){.c-green-tag__value span{display:block}}@media screen and (min-width:768px)and (max-width:991px){.c-green-tag__value{font-size:.875rem;line-height:1rem}}@media screen and (max-width:767px){.c-green-tag__value{font-size:.875rem;line-height:1rem}}.c-green-tag__value .is-24{font-size:1.125rem}@media screen and (min-width:768px){.c-green-tag__value .is-24{font-size:1.5rem!important}}.c-green-tag__dashed{border-top:1.17px dashed #fff;margin:0 24px;width:100%}.c-hero{overflow:hidden}.c-hero .swiper-pagination{margin-top:10px}.c-hero .swiper-pagination-bullet{width:10px;height:10px;background:#d2e8d5;border-radius:13px}.c-hero .swiper-pagination-bullet-active{background-color:#4aa359!important}.c-hero__down{color:#4aa359;text-align:center;font-size:.875rem;margin-top:10px}.c-hero__down img{margin:10px auto}.c-hero-slide{display:grid;grid-template-columns:1fr 1fr;grid-gap:50px}@media screen and (max-width:991px){.c-hero-slide{grid-template-columns:1fr}}@media screen and (min-width:768px)and (max-width:991px){.c-hero-slide .c-product-img,.c-hero-slide .c-sellers{width:620px;margin:0 auto}}.c-hero-slide__content h2{font-weight:700;font-size:2.5rem;margin-bottom:24px}@media(max-width:1440px){.c-hero-slide__content h2{font-size:calc(2.77778vw + .1rem)}}@media(max-width:1440px)and (max-width:45rem){.c-hero-slide__content h2{font-size:1.26rem}}.c-hero-slide__content h2 span{color:#4aa359}.c-hero-slide__content p{margin-bottom:24px}.c-hero-slide__content p:last-of-type{margin-bottom:0}#map .marker-department{background-image:url(../img/base/a3562897d9b03a51cb3749f0af09b761.webp);background-repeat:no-repeat;background-size:20px 20px;background-position:50%;background-color:#232756;border-radius:50%;width:24px;height:24px;cursor:pointer}#map .marker-department .icon-distribution{display:none}#map .marker-distribution{background-color:#232756;border-radius:50%;width:24px;height:24px;color:#fff;cursor:pointer;font-size:17px;text-align:center;padding-top:3px}#map .marker-distribution .icon-department{display:none}.c-map{z-index:10}.c-map .form-group.city input{text-overflow:ellipsis}@media(min-width:521px){.c-map .form-group.distance{-webkit-box-flex:180px;-ms-flex:180px 0 0px;flex:180px 0 0}}@media(max-width:520px){.c-map .form-group{width:100%}}.c-map__panel{z-index:20;width:860px;background-color:#242c55;padding:25px}@media(max-width:1024px){.c-map__panel{width:100%}}@media(min-width:1025px){.c-map__panel{position:absolute;left:50%;bottom:40px;-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0);border-radius:4px}}@media(max-width:520px){.c-map__panel .o-filters{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:5px}}.c-map__panel .o-filters input[type=checkbox]+label{font-weight:700;color:#242c55}@media(min-width:1025px){.c-map__panel .o-filters input[type=checkbox]+label{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;margin-left:40px}}@media(max-width:1200px){.c-map__panel .o-filters input[type=checkbox]+label{font-size:1.25rem}}@media(max-width:520px){.c-map__panel .o-filters input[type=checkbox]+label{height:20px}}.c-map__panel .o-filters input[type=checkbox]+label i{border:1px solid #fff}.c-map__panel .o-filters input[type=checkbox]+label i:before{left:3px;top:3px;background-color:#fff}.c-map__panel .o-filters input[type=checkbox]+label span{color:#fff}@media(min-width:1025px){.c-map__panel .o-filters input[type=checkbox]+label span{padding-right:10px}}@media(max-width:1200px){.c-map__panel .o-filters input[type=checkbox]+label span{padding-right:10px}}@media(max-width:1024px){.c-map__panel .o-filters input[type=checkbox]+label span{padding-left:10px}}@media(max-width:520px){.c-map__panel .o-filters input[type=checkbox]+label span{padding-right:0}}.c-map__panel .o-filters__checkboxes{margin:0 0 0 auto}@media(max-width:520px){.c-map__panel .o-filters__checkboxes{width:100%;padding-top:15px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.c-map__panel .o-filters__reset{color:#fff}@media(max-width:640px){.c-map__panel .o-filters__reset{font-size:.875rem}}.desktop .c-map__panel .o-filters__reset:hover{color:#dd7549!important}.c-map__panel .o-filter{width:auto}.c-map__panel .o-geolocation{z-index:10;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:50px;height:100%;cursor:pointer;color:#242c55}@media(max-width:520px){.c-map__panel .o-geolocation{width:24px}}.c-map__panel .o-geolocation:after{font-family:icomoon;font-size:1.5rem;content:"\E908"}.desktop .c-map__panel .o-geolocation:hover{color:#d22080}@media(max-width:768px){.c-map__panel .o-geolocation{right:17px}}.c-map__panel .form-row{z-index:10}@media(max-width:520px){.c-map__panel .form-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.c-map__map{height:600px;-webkit-animation:pulse 1s infinite;animation:pulse 1s infinite}@media(max-width:1024px){.c-map__map{height:400px}}.c-map .v-select{width:100%;height:50px;background-color:#fbfbfb;border-radius:4px;padding:0 24px;font-family:Lato,sans-serif;font-size:1.125rem;font-weight:700}.c-map .v-select.vs--open{border-radius:4px 4px 0 0}.c-map .v-select .vs2__listbox{display:none;padding:0}.c-map .v-select .vs__dropdown-menu{width:calc(100% + 2px);margin:0 -1px;padding:0;background-color:#fff;-webkit-box-shadow:none;box-shadow:none;border-radius:0 0 4px 4px;border:1px solid #242c55;border-top:0}.c-map .v-select .vs__dropdown-option{padding-left:24px;padding-right:24px;font-size:1rem;font-weight:400}.c-map .v-select .vs__dropdown-option--selected{background:#fbfbfb}.c-map .v-select .vs__dropdown-option--highlight{background:#242c55;color:#fff}.c-map .v-select .vs__dropdown-toggle{border:none}.c-map .v-select .vs__dropdown-toggle input[type=search]{background-color:transparent}.c-map .v-select .vs__no-options{padding:10px}.c-map .v-select .vs__search{height:46px;margin:0;border:0;padding:0;border-radius:0;line-height:1.1em;font-weight:700;color:#242c55}.c-map .v-select .vs__selected-options{padding:0}.c-map .v-select .vs__selected{border-radius:0;padding:0;margin:0;width:100%;white-space:nowrap;font-weight:700;color:#242c55}.c-map .form-group.city{z-index:10}.c-map .form-group.city .vs__actions{opacity:0}.c-map .form-group.distance .vs__actions{margin-right:-14px}.c-map .form-group.distance .vs__actions svg{fill:#242c55!important}@-webkit-keyframes pulse{0%{background:#fff}50%{background:#efefef}to{background:#fff}}@keyframes pulse{0%{background:#fff}50%{background:#efefef}to{background:#fff}}.c-nav a{white-space:nowrap}.c-nav a.icon-globe{font-size:1.5rem}.c-nav__footer{padding-top:40px;text-align:left}.c-nav__footer:before{left:40px;top:0;width:calc(100% - 80px);height:2px;background-color:#4aa359}@media(max-width:1024px){.c-nav__footer:before{left:20px;width:calc(100% - 40px)}}@media(max-width:520px){.c-nav__footer:before{left:16px;width:calc(100% - 32px)}}@media(min-height:860px){.c-nav__footer{margin:auto 0 0}}@media(max-width:520px){.c-nav__footer{margin-bottom:20px}}.c-nav__footer address{margin-bottom:20px}.c-nav__footer h2,.c-nav__footer p{font-size:.875rem;color:#242c55}.c-nav__footer h2{margin-bottom:1em;text-transform:uppercase;font-weight:700}.c-nav__footer nav li a{height:auto;text-transform:uppercase;font-size:.625rem;font-weight:300}.c-nav__footer p{text-transform:none;font-weight:300}@media(min-width:1320px){.c-nav__footer{display:none}}.c-nav__footer .o-social{right:16px;top:32px}.c-nav__footer .o-social [class^=icon-]{color:#242c55}@media(min-height:860px){.c-nav__menu{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.c-nav__menu>ul>li{padding:0 25px}@media(max-width:1300px){.c-nav__menu>ul>li{padding:0 15px}}@media(min-width:1321px){.c-nav__menu>ul>li:last-child{padding-right:0}}.desktop .c-nav__menu>ul>li a:not(.o-btn){font-weight:700;color:#242c55}.desktop .c-nav__menu>ul>li a:not(.o-btn):hover{color:#dd7549}.c-nav__menu>ul>li.lang{padding-right:0;padding-left:15px}@media(max-width:1320px){.c-nav,.c-nav__menu>ul>li.lang{display:none}.c-nav{position:fixed;width:100%;height:100vh;left:0;top:0;background-color:#fbfbfb;text-align:center;-webkit-transition:all .5s cubic-bezier(.25,.46,.45,.94);transition:all .5s cubic-bezier(.25,.46,.45,.94);-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.c-nav.is-animated{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.c-nav .c-nav__menu{display:block;margin-top:100px;height:calc(100% - 100px);padding-bottom:70px;overflow:scroll;-webkit-overflow-scrolling:touch}.c-nav .c-nav__menu>ul{width:100%;display:block;height:auto;margin-bottom:40px}.c-nav .c-nav__menu>ul li{height:auto}.c-nav .c-nav__menu>ul li a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.c-nav .c-nav__menu>ul li a:not(.o-btn){height:66px;font-size:1.125rem}}@media(max-width:1320px)and (max-width:640px){.c-nav .c-nav__menu>ul li a:not(.o-btn){height:40px}}@media(max-width:1320px){.c-nav .c-nav__menu>ul li a:before{display:none}}@media(max-width:1320px){.c-nav .c-nav__menu>ul li:nth-last-child(2) a{color:#0075be}}@media(max-width:1320px){.c-nav .c-nav__menu>ul li .c-nav__submenu{display:none}.c-nav .c-nav__menu>ul li .c-nav__submenu li a{height:auto;font-size:1rem}}@media(max-width:1320px){.c-nav.is-block{display:block}}@media(max-width:1320px){.c-nav.is-visible{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@media screen and (max-width:1420px){.c-newsletter .o-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:80px}}@media screen and (max-width:768px){.c-newsletter .o-wrap{gap:40px}}.c-newsletter__form{width:748px}@media screen and (max-width:768px){.c-newsletter__form{width:100%}}.c-newsletter__form form{background-color:rgba(74,163,89,.85);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border-radius:30px;color:#fff;margin-right:137px;padding:38px 82px 38px 52px}@media screen and (max-width:768px){.c-newsletter__form form{margin-right:0;padding:25px 30px;border-radius:20px}}.c-newsletter__form h2{font-weight:700;font-size:1.75rem;line-height:134.5%;margin-bottom:10px}@media screen and (max-width:640px){.c-newsletter__form h2{font-size:1.375rem}}.c-newsletter__form p{font-size:1.125rem;line-height:1.375rem;margin-bottom:28px}@media screen and (max-width:640px){.c-newsletter__form p{font-size:1rem;line-height:1.25rem}}.c-newsletter__form .o-field{margin-bottom:28px;max-width:419px}.c-newsletter__form .o-field input{background:hsla(0,0%,100%,.3)}.c-newsletter__text{color:#242c55;-webkit-box-flex:1;-ms-flex:1;flex:1;padding-left:68px}@media screen and (max-width:1420px){.c-newsletter__text{padding-left:0}}.c-newsletter__text h2{font-weight:700;font-size:1.75rem;line-height:134.5%;margin-bottom:10px}@media screen and (max-width:640px){.c-newsletter__text h2{font-size:1.375rem}}.c-newsletter__text p{font-size:1.125rem;line-height:1.375rem;margin-bottom:28px}@media screen and (max-width:640px){.c-newsletter__text p{font-size:1rem;line-height:1.25rem}}.c-newsletter__img01{top:-115px;right:-70px;z-index:0}@media screen and (max-width:768px){.c-newsletter__img01{display:none}}.c-newsletter__img02{bottom:-100px;right:30px}@media screen and (max-width:768px){.c-newsletter__img02{display:none}}.c-offer{padding-top:100px;width:100%;overflow:hidden}@media screen and (max-width:767px){.c-offer{padding-top:50px}.c-offer .o-wrap{max-width:450px}}.c-offer__title{margin-bottom:55px}@media screen and (max-width:767px){.c-offer__title{margin-bottom:25px}.c-offer__title img{width:100%;margin:0 auto}}.c-offer__table{background-color:#58aa65;border-radius:20px;color:#fff;font-weight:700;font-size:1.5rem;overflow:hidden}@media screen and (min-width:992px)and (max-width:1299px){.c-offer__table{font-size:1.125rem}}@media screen and (min-width:768px)and (max-width:991px){.c-offer__table{font-size:.875rem;border-radius:15px}}@media screen and (max-width:767px){.c-offer__table{font-size:1rem;border-radius:10px}}.c-offer__table>div{-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:32px;padding:16px}@media screen and (min-width:768px)and (max-width:991px){.c-offer__table>div{padding:10px}}.c-offer__table>div:nth-child(2n){background-color:#7abb84}.c-offer__table>div p{width:50%;white-space:nowrap;text-align:center}.c-offer__box{background-color:#d2e8d5;border-radius:20px;margin-top:40px;margin-bottom:40px;padding:20px 25px}@media screen and (max-width:767px){.c-offer__box .is-header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width:767px){.c-offer__box .is-header h2,.c-offer__box .is-header h3{text-align:center}}.c-offer__box .is-header>div{gap:6px}.c-offer__box .is-header p{text-align:right;font-size:1.5rem;line-height:1.8125rem;color:#232756}.c-offer__box .is-header p b{font-weight:700}@media screen and (min-width:992px)and (max-width:1299px){.c-offer__box .is-header p{font-size:1.25rem}}@media screen and (min-width:768px)and (max-width:991px){.c-offer__box .is-header p{font-size:1.125rem;line-height:1.3125rem}}@media screen and (max-width:767px){.c-offer__box .is-header p{text-align:center;font-size:1rem;line-height:1.1875rem}}.c-offer__box ul{-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding-top:20px;padding-bottom:5px;gap:16px;max-width:670px;margin:0 auto}@media screen and (min-width:992px)and (max-width:1299px){.c-offer__box ul{gap:10px}}@media screen and (min-width:768px)and (max-width:991px){.c-offer__box ul{gap:8px}}@media screen and (max-width:767px){.c-offer__box ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.c-offer__box ul li{-webkit-box-flex:1;-ms-flex:auto;flex:auto}.c-offer__box ul li>p{font-weight:700;font-size:1.5rem;line-height:1.8125rem;color:#232756;text-transform:uppercase;text-align:center}@media screen and (min-width:992px)and (max-width:1299px){.c-offer__box ul li>p{font-size:1.125rem}}@media screen and (min-width:768px)and (max-width:991px){.c-offer__box ul li>p{font-size:.875rem;line-height:1.1875rem}}@media screen and (max-width:767px){.c-offer__box ul li>p{font-size:1.125rem}}.c-offer__box01{background-color:#d2e8d5;max-width:1073px;min-height:195px;border-radius:20px;margin:0 auto;padding:20px 70px 20px 35px}@media screen and (max-width:1023px){.c-offer__box01{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:20px;height:auto;text-align:center}}.c-offer__box01 img.is-products{margin-right:25px}.c-offer__box01 p{color:#242c55}@media screen and (max-width:767px){.c-offer__box01 p{text-align:center}}.c-offer__box01 p:first-of-type{font-size:1.5rem;line-height:1.8125rem;margin-bottom:5px}@media screen and (max-width:767px){.c-offer__box01 p:first-of-type{font-size:1.125rem;line-height:1.3125rem;margin-bottom:15px}}.c-offer__box01 p:last-of-type{font-size:3.1875rem;line-height:3.8125rem;font-weight:700}@media screen and (max-width:767px){.c-offer__box01 p:last-of-type{font-size:1.5rem;line-height:1.75rem;margin-bottom:30px}}.c-offer__box01 p:last-of-type span{color:#4aa359}.c-offer__box02{background-color:#d2e8d5;width:100%;min-height:125px;border-radius:20px;padding:0 38px 0 28px}@media screen and (min-width:768px)and (max-width:1299px){.c-offer__box02{width:600px;margin:0 auto}}@media screen and (max-width:767px){.c-offer__box02{margin:0 auto;padding-top:20px;padding-bottom:20px;display:grid;-webkit-box-pack:initial;-ms-flex-pack:initial;justify-content:normal}}@media screen and (max-width:767px){.c-offer__box02>:nth-child(4){-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.c-offer__box02>:first-child{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.c-offer__box02>:nth-child(2){-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.c-offer__box02>:nth-child(3){-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}}.c-offer__box02>div:nth-child(2){border:1.17px dashed #242c55;margin:0 40px;height:88px}@media screen and (max-width:767px){.c-offer__box02>div:nth-child(2){width:100%;height:1px;margin:15px 0 30px}}.c-offer__box02>div:first-child,.c-offer__box02>div:nth-child(3){width:240px;top:-10px}.c-offer__box02>div:first-child p,.c-offer__box02>div:nth-child(3) p{font-size:1.125rem;line-height:1.375rem;text-align:center}@media screen and (max-width:767px){.c-offer__box02>div:first-child,.c-offer__box02>div:nth-child(3){text-align:center}}@media screen and (max-width:1299px){.c-offer__box02>div:first-child,.c-offer__box02>div:nth-child(3){width:auto}}.c-offer__box02>p{color:#242c55;font-size:2.125rem;line-height:3rem;-webkit-box-flex:1;-ms-flex:1;flex:1;padding-left:30px}@media screen and (max-width:767px){.c-offer__box02>p{font-size:1rem;line-height:1.5rem;text-align:center;padding-top:15px;padding-bottom:25px;padding-left:0;width:calc(100% + 40px);margin:0 -20px}.c-offer__box02>p strong{font-size:1.875rem!important}}@media screen and (min-width:768px)and (max-width:1299px){.c-offer__box02>p{font-size:1.625rem;line-height:2.75rem;text-align:center;padding-top:5px;padding-bottom:15px;width:100%}}@media screen and (min-width:1300px)and (max-width:1635px){.c-offer__box02>p{font-size:1.875rem;line-height:2.75rem}}.c-offer__box02>p strong{font-size:2.5rem}.c-offer__box02+p{font-size:1rem;line-height:1.1875rem;text-align:center;color:#242c55;margin-top:16px}@media screen and (max-width:767px){.c-offer__box02+p{width:300px;margin-left:auto;margin-right:auto}}@media screen and (min-width:768px)and (max-width:1299px){.c-offer__box02+p{width:600px;margin-left:auto;margin-right:auto}}@media screen and (min-width:768px)and (max-width:1299px){.c-offer__row{display:grid;grid-template-columns:1fr 1fr;gap:20px!important}.c-offer__row .c-green-tag,.c-offer__row .c-ticket{width:100%;height:100%}.c-offer__row .c-green-tag{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.c-offer__row .c-green-tag .c-green-tag__dashed{height:100%}}@media screen and (max-width:767px){.c-offer__row{display:grid;grid-template-columns:1fr;gap:15px!important}.c-offer__row .c-green-tag,.c-offer__row .c-ticket{width:100%;height:100%}.c-offer__row .c-green-tag{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.c-offer__row .c-green-tag .c-green-tag__dashed{height:100%}}.c-offer__row--1{gap:100px}.c-offer__row--1>div:first-of-type:after{content:url(../img/offer/ef2eedcbd7b873ad6aa87ecccd0a4d27.svg);right:-117px;margin-top:-10px}@media screen and (max-width:1299px){.c-offer__row--1>div:first-of-type:after{display:none}}@media screen and (max-width:767px){.c-offer__row--1>div:first-of-type:after{display:block;right:auto;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);top:auto;bottom:-40px;margin-left:2px;content:url(../img/offer/711b16afbb6fce41b5490c6c9b1ddbea.svg)}}.c-offer__row--2{gap:150px;padding-left:120px}@media screen and (max-width:1299px){.c-offer__row--2{padding-left:0}}.c-offer__row--2>div:first-of-type:after{content:url(../img/offer/8ed05fafff3373a09c42a05bdc7887aa.svg);right:-157px;margin-top:-10px}@media screen and (max-width:1299px){.c-offer__row--2>div:first-of-type:after{display:none}}@media screen and (max-width:767px){.c-offer__row--2>div:first-of-type:after{display:block;right:auto;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);top:-12px;margin-left:2px;content:url(../img/offer/711b16afbb6fce41b5490c6c9b1ddbea.svg)}}@media screen and (max-width:767px){.c-offer__row--2 .c-green-tag{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.c-offer__row--2 .c-ticket{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.c-offer__row--3{gap:92px}.c-offer__row--3>div:first-of-type:after{content:url(../img/offer/ef2eedcbd7b873ad6aa87ecccd0a4d27.svg);right:-110px;margin-top:-10px}@media screen and (max-width:1299px){.c-offer__row--3>div:first-of-type:after{display:none}}@media screen and (max-width:767px){.c-offer__row--3>div:first-of-type:after{display:block;right:auto;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);top:auto;bottom:-40px;margin-left:2px;content:url(../img/offer/711b16afbb6fce41b5490c6c9b1ddbea.svg)}}.c-offer__row--4{gap:142px;padding-left:120px}@media screen and (max-width:1299px){.c-offer__row--4{padding-left:0}}.c-offer__row--4>div:first-of-type:after{content:url(../img/offer/8ed05fafff3373a09c42a05bdc7887aa.svg);right:-150px;margin-top:-10px}@media screen and (max-width:1299px){.c-offer__row--4>div:first-of-type:after{display:none}}@media screen and (max-width:767px){.c-offer__row--4>div:first-of-type:after{display:block;right:auto;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);top:-12px;margin-left:2px;content:url(../img/offer/711b16afbb6fce41b5490c6c9b1ddbea.svg)}}@media screen and (max-width:767px){.c-offer__row--4 .c-green-tag{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.c-offer__row--4 .c-ticket{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.c-offer__rows{display:grid;grid-template-columns:1fr;grid-gap:30px;margin-top:40px;margin-bottom:40px}@media screen and (max-width:767px){.c-offer__rows{grid-gap:30px;margin-top:30px;margin-bottom:30px}}.c-offer__scientist{right:-30px;top:-98px}@media screen and (max-width:1335px){.c-offer__scientist{display:none}}.c-offer__table2{margin-top:40px;margin-bottom:40px;border-radius:20px}.c-offer__table2>p{padding-top:15px}.c-offer__table2 .is-bg{background-color:#348844;color:#fff;border-radius:20px;overflow:hidden;margin-top:-15px}@media screen and (max-width:767px){.c-offer__table2 .is-bg{border-radius:15px;margin-top:-10px}}.c-offer__table2 table{width:100%}.c-offer__table2 table td{font-weight:700;font-size:1.5rem;line-height:1.8125rem;text-align:center;border-right:1px solid #fff;padding:16px;width:33.333%;vertical-align:middle}@media screen and (min-width:992px)and (max-width:1299px){.c-offer__table2 table td{font-size:1.125rem;line-height:1.375rem}}@media screen and (min-width:768px)and (max-width:991px){.c-offer__table2 table td{font-size:1rem;line-height:1.25rem}}@media screen and (max-width:767px){.c-offer__table2 table td{font-size:.875rem;line-height:1.125rem}}.c-offer__table2 table td:last-child{border-right-width:0}.c-offer__table2 table tbody tr:nth-child(odd) td{background-color:#58aa65}.c-offer__table2 table tbody tr:nth-child(2n) td{background-color:#7abb84}.c-offer__table3{margin-top:-20px;margin-bottom:0}.c-offer__table3 .o-header{margin-bottom:-20px}@media screen and (min-width:768px)and (max-width:991px){.c-offer__table3 .o-header{margin-bottom:0}}@media screen and (max-width:767px){.c-offer__table3 .o-header{margin-bottom:0}}.c-offer__table3>p{padding-top:15px}.c-offer__table3 .is-bg{background-color:#348844;color:#fff;border-radius:20px;overflow:hidden}.c-offer__table3 .is-cols{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:16px}@media screen and (max-width:767px){.c-offer__table3 .is-cols{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (min-width:992px)and (max-width:1299px){.c-offer__table3 .is-cols .is-col:first-child{width:350px}}@media screen and (min-width:768px)and (max-width:991px){.c-offer__table3 .is-cols .is-col:first-child{width:220px}}.c-offer__table3 .is-cols .is-col:last-child{-webkit-box-flex:1;-ms-flex:1;flex:1}.c-offer__table3 .is-ferrari{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:-15px}@media screen and (max-width:767px){.c-offer__table3 .is-ferrari{margin-top:10px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:15px}}@media screen and (min-width:992px)and (max-width:1299px){.c-offer__table3 .is-ferrari img{width:410px}}@media screen and (min-width:768px)and (max-width:991px){.c-offer__table3 .is-ferrari img{width:320px}}.c-offer__table3 table{width:100%}.c-offer__table3 table thead td{font-size:1.5rem;line-height:1.8125rem}@media screen and (min-width:992px)and (max-width:1299px){.c-offer__table3 table thead td{font-size:1.125rem;line-height:1.375rem}}@media screen and (min-width:768px)and (max-width:991px){.c-offer__table3 table thead td{font-size:1rem;line-height:1.25rem}}@media screen and (max-width:767px){.c-offer__table3 table thead td{font-size:.875rem;line-height:1.125rem}}.c-offer__table3 table tbody td{font-size:1.125rem;line-height:1.8125rem}@media screen and (min-width:992px)and (max-width:1299px){.c-offer__table3 table tbody td{font-size:1rem;line-height:1.25rem}}@media screen and (min-width:768px)and (max-width:991px){.c-offer__table3 table tbody td{font-size:.875rem}}@media screen and (max-width:767px){.c-offer__table3 table tbody td{font-size:.875rem;line-height:1rem}}.c-offer__table3 table td{font-weight:700;text-align:center;border-right:1px solid #fff;padding:16px;vertical-align:middle}.c-offer__table3 table td:last-child{border-right-width:0;width:70%}.c-offer__table3 table tbody tr:nth-child(odd) td{background-color:#58aa65}.c-offer__table3 table tbody tr:nth-child(2n) td{background-color:#7abb84}.c-offer__grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px 20px;margin-top:40px;margin-bottom:40px}@media screen and (min-width:768px){.c-offer__grid .is-wide{grid-column:span 2}}@media screen and (max-width:767px){.c-offer__grid{grid-template-columns:1fr;grid-gap:15px}}.c-offer__awards{display:grid;grid-template-columns:1fr 1fr;grid-gap:38px 20px;margin-top:-5px}@media screen and (min-width:768px)and (max-width:991px){.c-offer__awards{margin-top:0}}@media screen and (max-width:767px){.c-offer__awards{grid-template-columns:1fr;grid-gap:15px;margin-top:0}}.c-offer__awards+p{padding-top:15px}.c-offer__awards .c-green-tag{background-color:#d6d500;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:20px 26px}@media screen and (max-width:767px){.c-offer__awards .c-green-tag{padding-left:15px;padding-right:15px}}.c-offer__awards .c-green-tag__dashed{border-top-color:#4aa359;margin:0}.c-offer__awards .c-green-tag__desc{color:#000;display:block;text-transform:uppercase;font-size:1.5rem;line-height:1.75rem;font-weight:700;text-align:left}@media screen and (min-width:768px)and (max-width:991px){.c-offer__awards .c-green-tag__desc{font-size:1.125rem;line-height:1.375rem}}@media screen and (max-width:767px){.c-offer__awards .c-green-tag__desc{font-size:.875rem;line-height:1.25rem}}.c-offer__awards .c-green-tag__desc .is-height{font-size:2.25rem}@media screen and (min-width:768px)and (max-width:991px){.c-offer__awards .c-green-tag__desc .is-height{font-size:1.5rem}}@media screen and (max-width:767px){.c-offer__awards .c-green-tag__desc .is-height{font-size:1.25rem}}.c-offer__awards .c-green-tag__value{color:#000;text-align:left;width:100%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:0 25px}.c-offer__awards .c-green-tag__value ul{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media screen and (min-width:992px)and (max-width:1299px){.c-offer__awards .c-green-tag__value ul li{font-size:1rem}}.c-offer__awards .c-green-tag__value ul li:before{content:"";display:block;width:6px;height:6px;background-color:#000;border-radius:50%;left:-15px;top:8px}.c-offer__awards .c-green-tag__value ul li b{font-weight:700}.c-packages-single{padding-top:150px}@media screen and (max-width:767px){.c-packages-single{padding-top:50px}}.c-packages-single__layer{margin-top:280px;padding:90px 34px 40px 24px;background:#d2e8d5;border-radius:50px}@media screen and (min-width:1024px)and (max-width:1320px){.c-packages-single__layer{margin-top:180px}}@media screen and (min-width:1320px){.c-packages-single__layer{gap:20px}}@media screen and (max-width:767px){.c-packages-single__layer{border-radius:20px;padding-top:130px;margin-top:60px}}.c-packages-single__layer img{top:-230px}@media screen and (min-width:1024px)and (max-width:1320px){.c-packages-single__layer img{width:800px;top:-130px}}@media screen and (min-width:768px)and (max-width:1023px){.c-packages-single__layer img{width:600px}}@media screen and (max-width:767px){.c-packages-single__layer img{width:300px;top:-40px}}.c-packages-single__layer>.o-col{-webkit-box-flex:1;-ms-flex:1;flex:1}.c-packages-single__layer>.o-col:nth-child(2){padding-top:52px}@media screen and (min-width:768px)and (max-width:1023px){.c-packages-single__layer>.o-col:nth-child(2){padding-top:90px}}@media screen and (min-width:1320px){.c-packages-single__layer>.o-col:nth-child(3){padding-top:102px}}@media screen and (max-width:1320px){.c-packages-single__layer>.o-col{-webkit-box-flex:0;-ms-flex:none;flex:none;width:100%}}.c-packages-single__layer p{margin-bottom:25px}@media screen and (max-width:767px){.c-packages-single__layer p{font-size:.875rem;margin-bottom:20px}}.c-packages-single__layer p.is-green{color:#4aa359;margin-bottom:10px}@media screen and (max-width:767px){.c-packages-single__layer p.is-green{margin-bottom:5px}}.c-packages-single__layer h2{font-size:2rem;line-height:2.375rem;font-weight:800;color:#4aa359;margin-bottom:25px}@media screen and (max-width:767px){.c-packages-single__layer h2{font-size:1.5rem;line-height:1.875rem;margin-bottom:20px}}.c-packages-single__cta,.c-popup{width:100%}.c-popup{position:fixed;height:100%;background:hsla(0,0%,100%,.68);z-index:1000;top:0;left:0;overflow-y:auto}.c-popup--hidden{display:none}.c-popup__body{width:995px;height:540px;border-radius:20px;overflow:hidden}@media screen and (min-width:1024px)and (max-width:1099px){.c-popup__body{width:850px}}@media screen and (min-width:768px)and (max-width:1023px){.c-popup__body{width:650px;height:480px}}@media screen and (max-width:767px){.c-popup__body{max-width:340px;width:calc(100% - 30px)}}@media screen and (max-width:767px)and (orientation:landscape){.c-popup__body{top:10px;-webkit-transform:translate(-50%);transform:translate(-50%);height:300px;min-height:550px;width:450px}}.c-popup__bg{width:100%;height:100%;z-index:0}.c-popup__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.c-popup__title{top:40px;left:39px}@media screen and (min-width:768px)and (max-width:1023px){.c-popup__title img{width:400px}}@media screen and (max-width:767px){.c-popup__title{left:20px;top:60px}.c-popup__title img{width:calc(100% - 15px)}}.c-popup__close{top:18px;right:18px;cursor:pointer;width:40px;height:40px;border-radius:100%;background-color:#fff;padding:0;margin:0;border-width:0}.c-popup__content{background-color:#fff;border-radius:0 20px 20px 0;height:270px;width:762px;bottom:50px;padding:30px 30px 30px 34px}@media screen and (min-width:768px)and (max-width:1023px){.c-popup__content{width:550px;height:240px}}@media screen and (max-width:767px){.c-popup__content{width:calc(100% - 30px);margin-left:15px;height:380px;border-radius:15px;padding:30px 0;text-align:center;bottom:20px}}.c-popup__content p{color:#242c55;margin-top:-10px;margin-bottom:16px}.c-popup__content p:first-of-type{font-size:1.5rem;line-height:1.8125rem}@media screen and (min-width:768px)and (max-width:1023px){.c-popup__content p:first-of-type{font-size:1.125rem;line-height:1.375rem}}@media screen and (max-width:767px){.c-popup__content p:first-of-type{font-size:1.5rem;line-height:1.75rem;text-align:center}.c-popup__content p:first-of-type span{display:block;margin-bottom:15px}}.c-popup__content p:last-of-type{margin-bottom:16px}@media screen and (max-width:767px){.c-popup__content p:last-of-type{padding-top:10px}}.c-popup__content p:last-of-type strong{display:block;font-weight:700;font-size:3.1875rem;line-height:3.8125rem}@media screen and (min-width:768px)and (max-width:1023px){.c-popup__content p:last-of-type strong{font-size:2rem;line-height:2.375rem}}@media screen and (max-width:767px){.c-popup__content p:last-of-type strong{font-size:1.9375rem;line-height:2.3125rem;text-align:center;white-space:nowrap}}.c-popup__content p:last-of-type strong span{display:block;color:#4aa359}.c-popup__content img{right:20px}@media screen and (min-width:768px)and (max-width:1023px){.c-popup__content img{width:170px}}@media screen and (max-width:767px){.c-popup__content img{width:170px;right:50%;-webkit-transform:translateX(50%);transform:translateX(50%);top:250px}}@media screen and (max-width:767px){.c-popup__content img.desktop{display:none}}@media screen and (min-width:768px){.c-popup__content img.mobile{display:none}}.c-popup__scientist{right:0}@media screen and (max-width:1099px){.c-popup__scientist{display:none}}.c-product-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:100px 0}@media screen and (max-width:767px){.c-product-img{padding:10px 0}}@media screen and (max-width:767px){.c-product-img__azotopower,.c-product-img__fosfopower,.c-product-img__rewitalpro{display:none}}.c-product-img__mobile{margin:0 auto}@media screen and (min-width:768px){.c-product-img__mobile{display:none}}.c-product-img__shapes{width:100%;height:100%;z-index:-1}@media screen and (max-width:767px){.c-product-img__shapes{display:none}}.c-product-img__shape01{top:110px;left:-30px;width:295px;height:161.24px;background:#ffe9e0;border-radius:100px;-webkit-transform:rotate(-60deg);transform:rotate(-60deg);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media screen and (min-width:992px)and (max-width:1280px){.c-product-img__shape01{width:235px;height:161.24px;border-radius:70px}}.active-fosfopower .c-product-img__shape01{background:#dd7549;width:285px;height:181.24px}@media screen and (min-width:992px)and (max-width:1280px){.active-fosfopower .c-product-img__shape01{width:215px;height:141.24px}}.c-product-img__shape02{top:190px;left:0;width:546.08px;height:170.95px;background:#d2e8d5;border-radius:100px;-webkit-transform:rotate(-60deg);transform:rotate(-60deg);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media screen and (min-width:992px)and (max-width:1280px){.c-product-img__shape02{left:50%;-webkit-transform:translateX(-50%) rotate(-60deg);transform:translateX(-50%) rotate(-60deg);margin-left:-50px;border-radius:70px;width:470px;height:120.95px}}.active-azotopower .c-product-img__shape02{background:#4aa359;height:209.02px;top:180px}@media screen and (min-width:992px)and (max-width:1280px){.active-azotopower .c-product-img__shape02{width:470px;height:150.95px;top:190px}}.c-product-img__shape03{top:180px;right:-100px;width:493.87px;height:177.75px;background:#ffe9e0;border-radius:100px;-webkit-transform:rotate(-60deg);transform:rotate(-60deg);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media screen and (min-width:992px)and (max-width:1280px){.c-product-img__shape03{right:-80px;width:400px;height:170px}}.active-rewitalpro .c-product-img__shape03{background:#dd7549;height:238.19px;top:160px;border-radius:117px}@media screen and (min-width:992px)and (max-width:1280px){.active-rewitalpro .c-product-img__shape03{width:400px;height:190px;top:180px}}.c-products{background-color:#fff;overflow:hidden;padding-bottom:0}@media(max-width:1024px){.c-products .o-photo{width:206px}}.c-products .swiper{margin:40px 0 0;overflow:visible}.c-products .swiper .swiper-slide{width:auto;background-color:hsla(0,0%,76.9%,.2);border-radius:20px;padding:20px}.c-products .swiper-nav{padding-top:20px}@media(min-width:1025px){.c-products .swiper-nav{padding-top:40px}}.c-products .swiper-pagination{width:auto}@media(min-width:1025px){.c-products .swiper-pagination{display:none}}@media(max-width:1024px){.c-products .swiper-button-next,.c-products .swiper-button-prev{display:none}}.c-reviews{background-color:#fff;overflow:hidden}.c-reviews blockquote{margin-bottom:20px}.c-reviews figure figcaption{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-left:20px}.c-reviews figure figcaption p{color:#242c55}.c-reviews figure figcaption p:first-of-type{margin-bottom:.1em;font-weight:700}.c-reviews figure figcaption p:last-of-type{font-size:.75rem}.c-reviews figure img{-ms-flex-item-align:baseline;align-self:baseline;border-radius:50%}.c-reviews header .swiper-nav{top:5px;right:-10px}.c-reviews p{font-size:1rem}@media(max-width:768px){.c-reviews p{font-size:.875rem}}.c-reviews .swiper{overflow:visible}.c-reviews .swiper-pagination{width:auto;padding-top:40px}@media(min-width:1025px){.c-reviews .swiper-pagination{display:none}}@media(max-width:1024px){.c-reviews .swiper-button-next,.c-reviews .swiper-button-prev{display:none}}.c-reviews .o-photo img{width:100%}.c-sellers{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:50px 0}@media screen and (max-width:767px){.c-sellers{padding:0;margin:-40px 0}}.c-sellers__shapes{inset:0;z-index:-1}@media screen and (max-width:767px){.c-sellers__shapes{display:none}}.c-sellers__shape01{left:-10px;top:82px;width:196px;height:82px;background:#ffe9e0;border-radius:100px;-webkit-transform:rotate(-60deg);transform:rotate(-60deg);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media screen and (min-width:992px)and (max-width:1280px){.c-sellers__shape01{width:176px;height:62px}}.active-damian .c-sellers__shape01{background:#dd7549;width:326.91px;height:213.4px}.c-sellers__shape02{left:-25px;top:124px;width:435px;height:214px;background:#d2e8d5;border-radius:100px;-webkit-transform:rotate(-60deg);transform:rotate(-60deg);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media screen and (min-width:992px)and (max-width:1280px){.c-sellers__shape02{width:355px;height:154px}}.active-damian .c-sellers__shape02{width:415.63px;height:93.68px;left:65px;top:170px}.active-piotr .c-sellers__shape02{background:#4aa359}.active-michal .c-sellers__shape02{width:415.63px;height:163.68px}.active-janusz .c-sellers__shape02{width:415.63px;height:143.68px;left:-35px}.c-sellers__shape03{width:526px;height:132px;left:115px;top:194px;background:#ffe9e0;border-radius:100px;-webkit-transform:rotate(-60deg);transform:rotate(-60deg);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media screen and (min-width:992px)and (max-width:1280px){.c-sellers__shape03{width:366px;height:92px;left:90px;top:170px}}.active-michal .c-sellers__shape03{background:#dd7549;width:436px;height:182px;top:160px;left:135px}.active-janusz .c-sellers__shape03{left:120px;top:144px;width:396px}.c-sellers__shape04{width:343px;height:103px;right:-65px;top:194px;background:#d2e8d5;border-radius:100px;-webkit-transform:rotate(-60deg);transform:rotate(-60deg);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media screen and (min-width:992px)and (max-width:1280px){.c-sellers__shape04{width:283px;height:83px;right:-50px;top:170px}}.active-janusz .c-sellers__shape04{background:#4aa359;width:313px;height:173px;right:-10px;top:144px}.c-sellers__names{font-weight:700;font-size:1.125rem;color:#4aa359;white-space:nowrap;top:0;left:0;width:100%}@media screen and (max-width:767px){.c-sellers__names{display:none}}.c-sellers__name01,.c-sellers__name02,.c-sellers__name03,.c-sellers__name04{color:#dd7549;font-weight:700;font-size:1rem;white-space:nowrap;top:-50px;opacity:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media screen and (max-width:767px){.c-sellers__name01,.c-sellers__name02,.c-sellers__name03,.c-sellers__name04{display:none}}.c-sellers__name02,.c-sellers__name04{color:#4aa359}.c-sellers__damian div{right:-10px}.active-damian .c-sellers__name01,.active-janusz .c-sellers__name04,.active-michal .c-sellers__name03,.active-piotr .c-sellers__name02{opacity:1}.c-ticket{border-radius:20px;background-image:url(../img/assets/a4c8245016db81fc57a07567178b4df0.svg);background-repeat:no-repeat;width:397px;height:199px;padding:12px 12px 20px 60px}@media screen and (max-width:1299px){.c-ticket{background:#d6d500}}@media screen and (max-width:767px){.c-ticket{max-width:100%!important;margin:0 auto;position:relative}}@media screen and (max-width:1299px){.c-ticket--ver1{padding:15px}}.c-ticket--ver2{background-image:url(../img/assets/8b2c4e9289abf19b851f492c622f4b92.svg);width:512px;height:174px;padding:5px 30px 17px 7px}@media screen and (max-width:1299px){.c-ticket--ver2{padding:15px}}.c-ticket--ver2 .c-ticket__bottom{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.c-ticket--ver2 .c-ticket__bottom p{text-align:left}@media screen and (max-width:767px){.c-ticket--ver2 .c-ticket__bottom p{text-align:center}}.c-ticket--ver2 .c-ticket__bottom img{margin-right:10px}@media screen and (max-width:1023px){.c-ticket--ver2 .c-ticket__top>img{display:none}}.c-ticket--ver3{background-image:url(../img/assets/8a1bc3b2879f5cc92627909dbeaea07b.svg);width:445px;height:183px;padding:5px 10px 17px 30px}@media screen and (max-width:1299px){.c-ticket--ver3{padding:15px}}.c-ticket--ver3 .c-ticket__right{text-align:left}.c-ticket--ver3 .c-ticket__bottom{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.c-ticket--ver3 .c-ticket__bottom img{margin-right:10px}.c-ticket--ver4{background-image:url(../img/assets/2cdae7d1729bee06ea7c50a6bb93e479.svg);width:512px;height:73px;padding:0 30px 0 10px}@media screen and (max-width:1299px){.c-ticket--ver4{padding:15px}}.c-ticket--ver4 .c-ticket__right{text-align:left}@media screen and (max-width:767px){.c-ticket--ver4 .c-ticket__right{font-size:1.5rem;line-height:1.8125rem;text-align:center}}.c-ticket--ver4 .c-ticket__right strong{font-size:2rem;line-height:2.375rem}@media screen and (max-width:767px){.c-ticket--ver4 .c-ticket__right strong{font-size:1.5rem;line-height:1.8125rem;display:block}}@media screen and (min-width:768px)and (max-width:1023px){.c-ticket--ver4 .c-ticket__right strong{display:block}}.c-ticket hr{background-color:rgba(0,0,0,.2);margin-top:6px;margin-bottom:15px}.c-ticket__top{gap:14px}.c-ticket__top>img{margin-left:15px}.c-ticket__left{font-weight:700;font-size:2.5rem;line-height:3rem;text-align:center}.c-ticket__right{font-size:2rem;line-height:2.375rem;text-align:center}@media screen and (max-width:767px){.c-ticket__right{font-size:1.5rem;line-height:1.8125rem}}.c-ticket__right strong{font-size:2.5rem;line-height:3rem}@media screen and (max-width:767px){.c-ticket__right strong{font-size:1.875rem;line-height:2.1875rem;display:block}}.c-ticket__bottom p{font-size:.875rem;line-height:1.0625rem;text-align:center}.c-ticket__bottom img{margin-left:10px}.c-ticket__hole{background-color:#fff;width:12px;height:12px;border-radius:100%;margin-bottom:10px}@media screen and (min-width:768px){.c-ticket__hole{display:none}}.c-topbar{z-index:110;position:fixed;left:0;top:0;width:100%;height:70px;background-color:#fff}.c-topbar .c-nav{margin:0 0 0 auto}.c-topbar .o-btn{height:44px}@media(max-width:640px){.c-topbar .o-logo{display:block;width:130px}}.c-topbar .o-wrap{z-index:10;height:100%}@media(min-width:1321px){.c-topbar .o-wrap>.o-lang{display:none}}.c-topbar .o-wrap:after{left:16px;bottom:0;width:calc(100% - 32px);height:2px;background-color:#0075be}@media(min-width:1025px){.c-topbar .o-wrap:after{display:none}}.c-topbar__content{z-index:11;background-color:#fff;margin-top:2px;height:calc(100% - 2px)}.c-topbar__line{z-index:10;top:0;width:1340px;height:4px;background-color:#4aa359}@media(max-width:1024px){.c-topbar__line{display:none}}.c-topbar__logos{gap:33px}@media screen and (max-width:640px){.c-topbar__logos{gap:13px}}.c-topbar.no-border .o-wrap:after{opacity:0}.align-center{text-align:center}.align-right{text-align:right}.color-blue{color:#242c55}.color-magenta{color:#d22080}.color-white{color:#fff}.is-hidden{display:none}.no-wrap{white-space:nowrap}.u-cover{-webkit-transition:all .25s ease-out;transition:all .25s ease-out;opacity:1}.is-loaded .u-cover{opacity:0}.c-about .o-article .align-right{margin-top:8%}

/*# sourceMappingURL=style.292212c0c91df72016e8.css.map*/