.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none;filter:blur(0px)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 0, 0, 0.6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.5);--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity: 0.65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translate3d(0, 0, 0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-0.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-masked{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;user-select:none;pointer-events:none}@import"https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700;800&family=Roboto:wght@400;500;700;900&display=swap";.header__wrapper{display:block !important;position:fixed;width:100%;left:0;top:0;z-index:9;background:#fff}.h-wrapper .main .certificates .certificates-wrapper .certificates__content .certificates__slider-wrapper{z-index:0}h3.quiz-collapse__text{margin:0px !important;font-size:18px !important;line-height:27px !important;font-weight:500 !important}.h-content h2{margin:0px !important;font-size:24px !important;line-height:36px !important;font-weight:500 !important}.filter__popup-head h3.filter__popup-title{font-size:14px;line-height:26px;margin:0px;font-weight:500;padding-bottom:10px}.h-content p{margin:0 !important}body.h-has-quiz-modal .fancybox__slide:has(.main-popup){display:none !important}body.h-has-quiz-modal .fancybox__container:has(.main-popup) .fancybox__backdrop{display:none !important}body.h-has-quiz-modal.fancybox-active:has(.main-popup){overflow:auto !important}body.h-has-quiz-modal .fancybox__container:has(.main-popup){pointer-events:auto !important}body.h-has-quiz-modal .fancybox__slide:has(.main-popup){display:none !important}body.h-has-quiz-modal div#rngst_modalDialog{display:none !important}body.h-has-quiz-modal.fancybox-active{overflow:auto !important}.main section.quiz__banner{width:100vw !important;margin-left:calc(50% - 50vw) !important}h3.quiz-collapse__text{margin:0px !important}body.h-has-quiz-banner .quiz__banner #ez-toc-container{display:none !important}button.f-button.is-close-btn{color:red;background:transparent}.products__slider-wrapper{position:relative;z-index:9999}.video__icon{max-width:64px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.product__link__video-text{margin-left:10px}.product-details__content{z-index:99;position:relative}.entry-content{padding:0px}.popup__wrapper{position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;z-index:0;overflow:auto}.product__link__details--popup{background:none !important}body{overflow-x:hidden}.header__socials img{height:32px;width:32px;-o-object-fit:contain;object-fit:contain}.header__logo img{height:60px;width:60px;-o-object-fit:contain;object-fit:contain}.banner .banner__info__button{display:block;width:100%;height:100%;padding:20px 50px;margin-bottom:50px}ul#bottom-menu{list-style:none}ul#bottom-menu a{color:#000;text-decoration:none;font-weight:500}.main{margin-top:174px}@media(max-width: 1024px){.main{margin-top:78px}}.h-wrapper .main .banner{height:auto}.footer{padding:80px 0}.header-top{position:relative;z-index:99}.header__consultation{background:none}.wrapper{max-width:1230px;margin:0 auto;padding:0 15px;width:100%}.header__schedule-days,.header__schedule-hours,.header__schedule p{color:#fff;font-size:12px;line-height:22px;font-weight:300}.header__contact-description{font-weight:400}.header__wrapper .wrapper{height:100%}.header__catalog__text{color:#fff}.header__catalog__btn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:10px;text-decoration:none}.header__catalog__wrapper{background:#51525c;padding:10px;border-radius:5px;width:100%;max-width:140px}.tn-atom{border-radius:5px;background-color:#51525c;background-position:center center;border-color:transparent;border-style:solid}.menu-item-has-children .sub-menu a{font-size:14px;padding-left:10px}.wpcf7 form.sent .wpcf7-response-output{background:#3c3c3c !important}.wpcf7 .sent .wpcf7-submit{display:none !important}.wpcf7-submit{cursor:pointer}.h-wrapper .main .banner-wrapper .banner__decor__quality .banner__decor__wrapper img{position:relative;top:0;left:0}@media screen and (max-width: 670px){.navbar{width:85%}.navbar__logo__text{max-width:180px}}@media(min-width: 1024px){.banner__decor__info{left:150px}.banner__decor__quality img{max-width:240px}}@media(max-width: 767px){.header__catalog__wrapper{display:none}.product__table__element--red img{width:24px}.h-wrapper .main .banner-wrapper .banner__info .banner__info__image{margin-left:0% !important}.all-products__item__button-more,.all-products__item__button-buy{font-size:14px !important}.h-wrapper .main .banner-wrapper .banner__decor__quality{width:100px !important;top:0}.h-wrapper .main .banner-wrapper .banner__decor__quality .banner__decor__wrapper img{width:100px;top:-75px}}.banner-wrapper{background:none !important}.footer__menu a{display:block}.banner__decor__wrapper{background-color:#fff !important}.banner__info__image{-webkit-box-pack:start !important;-webkit-justify-content:flex-start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.banner{background:-webkit-linear-gradient(176deg, #DEDEDE -26.97%, #F9F9F9 90.46%) !important;background:linear-gradient(274deg, #DEDEDE -26.97%, #F9F9F9 90.46%) !important}.banner__info h1,.banner__info span{color:#000 !important}button{cursor:pointer}header{z-index:999 !important}.h-wrapper .main .video-wrapper .video__text h2{text-align:center;font-size:23px;background-color:#fff;color:#000;padding:10px 30px;border:2px solid #d30000;line-height:40px;border-radius:8px}.fancybox-image{background-color:#fff}.f-thumbs__slide__img{background-color:#fff}.f-thumbs__slide.for-image{width:100%;max-width:140px}.f-thumbs__slide.for-image{-o-object-fit:contain;object-fit:contain;-webkit-box-sizing:border-box;box-sizing:border-box;opacity:.7}.f-thumbs__slide.for-image.is-selected{opacity:1}.is-modern .f-thumbs__track{width:100%;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media(min-width: 1024px){.menu-item-has-children .sub-menu{top:25px;line-height:2rem}.menu-item-has-children .sub-menu a:hover{color:#3ecb7f !important}}@media(min-width: 769px){.f-thumbs.is-horizontal .f-thumbs__track{-webkit-transform:none !important;-ms-transform:none !important;transform:none !important}}@media(max-width: 768px){.profitability__info__attent img{padding:8px}.footer-logo--mobile img{max-width:140px}button,a{font-size:18px !important}h2{font-size:25px !important}h1{font-size:35px !important}}.prelaoder{opacity:0}.fancybox__html5video,.fancybox__iframe{position:relative}.has-youtube .f-button{position:absolute !important;top:8px !important;right:0 !important;display:block !important;width:40px;height:40px;color:red !important;background:none}.f-button svg{width:35px;height:35px}button.f-button.is-close-btn{max-width:24px !important;height:24px !important}.products__slider-wrapper{position:relative}.products .close-button{top:8px;right:-12px;position:absolute}@media screen and (max-width: 1100px){.products .close-button{top:42px;right:-12px;position:fixed}}.product__table__row .product__table__element{border:none !important;border-right:1px solid #ccc !important;border-top:1px solid #ccc !important}.product__table__row .product__table__element:first-child{border-left:1px solid #ccc !important}.product__table .product__table__row:last-child .product__table__element{border-bottom:1px solid #ccc !important}.reviews__swiper .swiper-pagination-bullet{width:6px;height:6px;background-color:#c7c7c7;border-radius:100px;-webkit-transition:background-color ease-in-out .2s;transition:background-color ease-in-out .2s;opacity:1}.reviews__swiper .swiper-pagination-bullet-active,.reviews__swiper .swiper-pagination-bullet:hover{background-color:#222 !important}.product__link__details--popup .product-details__button{color:#fff;background-color:#31ce59;height:60px;font-size:16px;padding-left:60px;padding-right:60px;display:inline-block;font-family:"Roboto",Arial,sans-serif;border:0 none;text-align:center;white-space:nowrap;vertical-align:middle;font-weight:700;background-image:none;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:.2s all;transition:.2s all}.products .product__table__row .product__table__element--line span{text-decoration:none !important}.product__link__details--popup .product-details__button:hover{background-color:#33a80c !important}.products--15 .product__table{padding-bottom:60px !important}.product-details__content #product-order-btn{margin:35px 0}.h-wrapper .main .banner-wrapper .banner__decor__quality .banner__decor__wrapper span{padding:0;text-align:center;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media(min-width: 1024px){.banner__decor__info{left:0}}.h-wrapper .main .banner-wrapper .banner__decor__info img:first-child{margin-top:100px}.h-wrapper .main .banner-wrapper .banner__decor__quality .banner__decor__wrapper img{top:-102px;left:49px}.h-wrapper .main .banner-wrapper .banner__decor__quality{left:35px}.h-wrapper .main .banner-wrapper .banner__decor__info img:first-child{margin-top:150px}@media screen and (max-width: 1365px){.h-wrapper .main .banner-wrapper .banner__decor__info img:first-child{margin-top:60px}}@media screen and (max-width: 1024px){.h-wrapper .main .banner-wrapper .banner__decor__quality{left:0px}}@media screen and (max-width: 767px){.h-wrapper .main .banner-wrapper .banner__decor__quality .banner__decor__wrapper img{top:-80px;left:95px}.h-wrapper .main .banner-wrapper .banner__decor__info img:first-child{margin-top:100px}.navbar__catalog__wrapper img{width:65px}}@media(max-width: 1024px){.sub-menu{padding-left:10px !important;top:inherit !important}.header__contact__phone{direction:ltr}.header__content{direction:rtl}.navbar--active{height:100% !important;width:calc(100% - 120px) !important;right:0;left:auto;overflow-y:auto;direction:ltr}.navbar__logo__text{display:none}.navbar__catalog__wrapper img{width:150px}.navbar__logo-link{width:100%;text-align:left;margin-top:42px}#mobile-menu{padding-left:25px;text-align:left}#mobile-menu li{margin-bottom:10px}.nav__list--mobile{overflow-y:initial}}#mobile-menu .menu-item-has-children a{position:relative;width:100%;display:block}#mobile-menu .menu-item-has-children>a::after{content:"";display:block;position:absolute;top:0;right:30px;width:16px;height:16px;background:url(//test.kotel-zubr.com/wp-content/themes/spacebox-theme/assets/src/images/green-arrow--thin.svg) center/contain no-repeat;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease}#mobile-menu li{width:100%}.header-top__nav{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:space-evenly;-webkit-justify-content:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.lang ul{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;color:#fff;list-style:none;gap:10px}.lang a{text-decoration:none;color:#70707b;font-size:15px;font-family:"Roboto",Arial,sans-serif}.lang .active a{color:#fff}.lang li:last-child{border-left:1px solid #fff;margin:0px;padding-left:10px}.lang{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-left:40px;gap:5px}.lang--mobile .active a{color:#000}.lang--mobile li:last-child{border-left:1px solid #000;margin:0px;padding-left:10px}.wpcf7-response-output{display:none}.bingc-phone-button-circle-inside{-webkit-filter:invert(0%) sepia(100%) saturate(2719%) hue-rotate(70deg) brightness(100%) contrast(70%);filter:invert(0%) sepia(100%) saturate(2719%) hue-rotate(70deg) brightness(100%) contrast(70%)}#bingc-passive-phone-form-button{-webkit-filter:invert(0%) sepia(0%) saturate(200%) hue-rotate(660deg) brightness(100%) contrast(90%);filter:invert(0%) sepia(0%) saturate(200%) hue-rotate(660deg) brightness(100%) contrast(90%)}#bingc-phone-button-tooltip{-webkit-filter:invert(0%) sepia(0%) saturate(200%) hue-rotate(300deg) brightness(100%) contrast(90%);filter:invert(0%) sepia(0%) saturate(200%) hue-rotate(300deg) brightness(100%) contrast(90%)}.h-wrapper .main .certificates .certificates-wrapper .certificates__content .certificates__slider-wrapper .certificates__swiper{max-width:1024px;width:100%}@media(max-width: 768px){body .quiz__modal-wrapper.fancybox__content .quiz{margin:0 !important}button.f-button.is-close-btn{top:10px !important;position:absolute;right:10px !important}} .ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default !important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-0.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;-webkit-box-sizing:border-box;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup>.ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup>.ui-controlgroup-item:focus,.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical>.ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{-webkit-box-sizing:border-box;box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc(100% - 2.4em)}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{-webkit-box-shadow:inset 1px 1px 1px #ccc;box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;filter:alpha(opacity=25);opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-0.3em;margin-left:-0.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-0.3em;margin-left:0;margin-bottom:-0.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{-webkit-box-shadow:0 0 3px 1px #5e9ed6;box-shadow:0 0 3px 1px #5e9ed6}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(//test.kotel-zubr.com/wp-content/plugins/custom-quiz/assets/dist/css/images/ui-icons_444444_256x240.png)}.ui-widget-header .ui-icon{background-image:url(//test.kotel-zubr.com/wp-content/plugins/custom-quiz/assets/dist/css/images/ui-icons_444444_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url(//test.kotel-zubr.com/wp-content/plugins/custom-quiz/assets/dist/css/images/ui-icons_555555_256x240.png)}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url(//test.kotel-zubr.com/wp-content/plugins/custom-quiz/assets/dist/css/images/ui-icons_ffffff_256x240.png)}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url(//test.kotel-zubr.com/wp-content/plugins/custom-quiz/assets/dist/css/images/ui-icons_777620_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(//test.kotel-zubr.com/wp-content/plugins/custom-quiz/assets/dist/css/images/ui-icons_cc0000_256x240.png)}.ui-button .ui-icon{background-image:url(//test.kotel-zubr.com/wp-content/plugins/custom-quiz/assets/dist/css/images/ui-icons_777777_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{-webkit-box-shadow:0px 0px 5px #666;box-shadow:0px 0px 5px #666}#show-quiz-modal{padding:16px 81px;text-align:center;z-index:7;color:#fff;font-size:18px;font-family:"Roboto",Arial,sans-serif;line-height:1.55;font-weight:600;border-width:1px;border-radius:0px;background-color:#31ce59;background-position:center center;border-color:rgba(0,0,0,0);border-style:solid;-webkit-transition:background-color .2s ease-in-out,color .2s ease-in-out,border-color .2s ease-in-out;transition:background-color .2s ease-in-out,color .2s ease-in-out,border-color .2s ease-in-out;cursor:pointer}#show-quiz-modal:hover{background-color:#0eaf36}.quiz__popup{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;position:fixed;opacity:0;visibility:hidden;top:0;right:0;bottom:0;left:0;overflow-y:auto;-webkit-transition:opacity .4s ease,-webkit-transform .4s ease;transition:opacity .4s ease,-webkit-transform .4s ease;transition:opacity .4s ease,transform .4s ease;transition:opacity .4s ease,transform .4s ease,-webkit-transform .4s ease;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:rgba(0,0,0,.6);z-index:9999999;outline:0;cursor:pointer;width:100%;height:100%}.quiz__popup-show{opacity:1;visibility:visible}.quiz__popup-hide{opacity:0;visibility:hidden}.quiz__body{cursor:default;position:relative;width:75%;height:calc(98vh - 120px);border:0 solid rgba(0,0,0,0);background-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;margin:65px auto;overflow-y:visible;height:-moz-fit-content;-webkit-transition:opacity .4s ease,-webkit-transform .4s ease;transition:opacity .4s ease,-webkit-transform .4s ease;transition:opacity .4s ease,transform .4s ease;transition:opacity .4s ease,transform .4s ease,-webkit-transform .4s ease;-webkit-transform:translateY(30%) scale(0.9);-ms-transform:translateY(30%) scale(0.9);transform:translateY(30%) scale(0.9);opacity:0}.quiz__header{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;position:relative;background-color:#ececec;overflow:hidden;height:6rem;padding:0 45px;-webkit-box-sizing:border-box;box-sizing:border-box}.quiz__title__wrapper{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;width:90%}.quiz__title__icon{display:inline-block;vertical-align:top;padding-right:3px;width:20px;height:20px}.quiz__title__icon rect,.quiz__title__icon line{fill:none;stroke:#23b94a;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.quiz__title__icon polyline{fill:none;stroke:#23b94a;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.quiz__title__text{font-size:14px;line-height:1.55;font-family:"Roboto",Arial,sans-serif;font-weight:300;color:#000}.quiz__title__counter{font-size:14px;line-height:1.55;font-family:"Roboto",Arial,sans-serif;font-weight:500;color:#000}.progressbar{z-index:1;width:100%;height:5px;background-color:#cbcbcb;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);position:relative}.progressbar__counter{display:block;background-color:#23b94a;width:0%;height:100%;position:absolute;-webkit-transition:width .5s ease;transition:width .5s ease;z-index:2}.quiz__content__wrapper{position:absolute;padding:0 45px;-webkit-box-sizing:border-box;box-sizing:border-box;height:calc(100% - 7rem);width:100%}.quiz__form__container{margin-bottom:60px}.quiz__form__content{position:absolute;width:-webkit-fill-available;width:-moz-available;width:fill-available;padding:0 15px;top:2rem;overflow-y:auto;height:calc(100% - 8rem)}fieldset{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:100%}.quiz__form__container--error{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:auto;border:1px solid red}.quiz__form__container--error-phone{width:auto;height:auto;border:1px solid red}.input__wrapper--focus{position:relative}.input--phone_focus{border:0;padding:7px 0;border-bottom:1px solid #31ce59}.input--phone_focus~.focus-border--valid{position:absolute;bottom:0;left:0;width:100%;height:2px;z-index:99}.input--phone_focus~.focus-border--valid:before,.input--phone_focus~.focus-border--valid:after{content:"";position:absolute;bottom:0;left:0;width:0;height:100%;background-color:#0eaf36;-webkit-transition:.5s;transition:.5s}.input--phone_focus~.focus-border--valid:after{left:auto;right:0}.input--phone_focus:focus~.focus-border--valid:before,.input--phone_focus:focus~.focus-border--valid:after{width:50%;-webkit-transition:.5s;transition:.5s}.focus-border--error{display:none;border-bottom:1px solid red}.input--phone_focus~.focus-border--error{position:absolute;bottom:0;left:0;width:100%;height:2px;z-index:99}.input--phone_focus~.focus-border--error:before,.input--phone_focus~.focus-border--error:after{content:"";position:absolute;bottom:0;left:0;width:0;height:100%;background-color:red;-webkit-transition:.5s;transition:.5s}.input--phone_focus~.focus-border--error:after{left:auto;right:0}.input--phone_focus:focus~.focus-border--error:before,.input--phone_focus:focus~.focus-border--error:after{width:50%;-webkit-transition:.5s;transition:.5s}.form-step{display:none}.form-step.active{display:block;-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top;-webkit-animation:animate .5s;animation:animate .5s;border:none}.quiz__form__title{font-weight:600;font-size:24px;padding-bottom:5px;margin:0;line-height:1.5;font-family:"Roboto",Arial,sans-serif;color:#000}.quiz__form__subtitle{padding-bottom:0;padding-top:5px;font-size:12px;font-family:"Roboto",Arial,sans-serif;font-weight:300;color:#000;line-height:1.55;margin:0;opacity:.7}.quiz__form__btn-group{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:absolute;bottom:5px;left:0;height:5rem;width:100%}.quiz__form__btn{position:relative;font-family:Roboto;font-weight:500;color:#fff;background-color:#31ce59;height:45px;font-size:14px;padding-left:30px;padding-right:30px;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;border:none}.quiz__form__btn:hover{background-color:#0eaf36}.quiz__form__btn--next{padding-right:45px}.quiz__form__btn--next-without-arrow::after{content:"";position:absolute;display:none}.quiz__form__btn--next::after{content:" →";position:absolute;top:50%;right:22px;font-family:Arial,Helvetica,sans-serif;font-size:18px;line-height:1;-webkit-transform:translateY(-55%);-ms-transform:translateY(-55%);transform:translateY(-55%)}.quiz__form__btn--back{padding-left:45px}.quiz__form__btn--back::before{content:" →";position:absolute;top:50%;left:22px;font-family:Arial,Helvetica,sans-serif;font-size:18px;line-height:1.3;-webkit-transform:rotate(180deg) translateY(45%);-ms-transform:rotate(180deg) translateY(45%);transform:rotate(180deg) translateY(45%)}.quiz__form__btn--disabled{background-color:#cbcbcb}.btn--disabled_hover:hover{background-color:#cbcbcb}.range-slider-wrapper{width:calc(100% - 15px);background-color:#fff;margin-top:50px;margin-bottom:89px}.range-slider-wrapper input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.slider{position:relative;width:100%;height:2px;border-radius:3px;background:#23b94a}.slider .ui-slider-handle{display:block;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:20px;height:20px;background-color:blue;border-radius:100%;-webkit-box-shadow:1px 1px 10px 1px rgba(0,0,0,.2);box-shadow:1px 1px 10px 1px rgba(0,0,0,.2);cursor:pointer;outline:none}.value{display:block;position:absolute;bottom:30px;left:50%;padding:8px 10px;min-width:20px;border-radius:3px;font-size:14px;line-height:1;font-family:"Roboto",Arial,sans-serif;font-weight:300;color:#000;-webkit-box-shadow:0 1px 8px 0 rgba(0,0,0,.2);box-shadow:0 1px 8px 0 rgba(0,0,0,.2);background-color:#fff;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.ui-state-focus,.ui-state-hover{border-color:rgba(0,0,0,0) !important}.ui-widget-header{background:#23b94a;height:2px}.ui-datepicker .ui-datepicker-header{height:18px;background-color:#fff}.t_datepicker__header{padding:5px 5px 6px;background:#efefef}.ui-datepicker-title{text-align:center;margin:5px 5px 6px;background:#efefef}.t_datepicker__header{min-width:180px;border-radius:2px 2px 0 0}.ui-widget.ui-widget-content{border:none !important}.ui-slider-horizontal{height:2px !important}.ui-state-default,.ui-widget-content .ui-state-default{border:none !important;background-color:#23b94a}a.ui-state-default{background-color:#fff !important;color:#000}tr{text-align:center}.ui-slider-horizontal .ui-slider-handle{top:0 !important}.ui-widget-content{background-color:rgba(203,203,203,.3)}div#ui-datepicker-div{background:#fff}div#slider-wrap-2{background:rgba(203,203,203,.3)}div#slider-test{background:rgba(203,203,203,.3)}.ui-datepicker-title{text-align:center;background-color:#fff;margin:-4px .3em}.ui-datepicker .ui-datepicker-title{line-height:inherit}.ui-icon .ui-icon-circle-triangle-w{display:none}.ui-datepicker-calendar{background-color:#fff !important;width:100%;border-radius:4px;padding:5px}.ui-state-default,.ui-widget-content .ui-state-default{text-decoration:none}.ui-datepicker .ui-datepicker-header{height:26px}div#ui-datepicker-div{width:245px;border:1px solid gray !important}.quiz-range-interval{width:100%;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding-top:10px}.quiz-range-interval p{font-size:14px;line-height:1.55;font-family:"Roboto",Arial,sans-serif;font-weight:300;color:#000;margin:0}span.ui-slider-handle.ui-corner-all.ui-state-default{background:#23b94a}.ui-slider-range.ui-corner-all.ui-widget-header.ui-slider-range-min{background:#23b94a}a.ui-state-default.ui-state-active{color:#000}.quiz__form{width:100%;height:100%}#quiz__form__fieldsets{width:100%;height:100%;position:relative}.popup__checkbox__list{padding-left:0;list-style:none}.popup__checkbox__list li{margin:12px 0;cursor:pointer}.popup__checkbox__list li label{line-height:1.55;font-family:"Roboto",Arial,sans-serif;font-weight:300;color:#000;font-size:15px}.popup__checkbox__list li input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.input-checkbox{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.input-checkbox-style{position:relative;display:inline-block;vertical-align:middle;height:20px;width:20px;border:2px solid #23b94a;-webkit-box-sizing:border-box;box-sizing:border-box;margin-right:10px;-webkit-transition:all .2s;transition:all .2s;opacity:.6}.input-checkbox:checked+.input-checkbox-style::before{content:"";position:absolute;left:6px;top:2px;width:6px;height:10px;border:solid #23b94a;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.input-checkbox:checked+.input-checkbox-style{opacity:1}.datepicker-wrapper{max-width:245px;width:100%;position:relative;display:table;-webkit-box-sizing:content-box;box-sizing:content-box}.datepicker__input{color:#242424;border-bottom:1px solid #31ce59;margin:0;padding:0 20px;font-size:100%;width:100%;height:60px;font-size:16px;line-height:1.33;-webkit-box-sizing:border-box;box-sizing:border-box;border-top:0;border-left:0;border-right:0;outline:none}.datepicker__icon{position:absolute;top:0;right:0;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;height:100%;cursor:pointer}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{content:"";position:absolute;top:50%;left:50%;width:0;height:0;margin:-6px;border:6px solid #000;border-color:rgba(0,0,0,0) #000 rgba(0,0,0,0) rgba(0,0,0,0)}span.ui-icon.ui-icon-circle-triangle-e{content:"";position:absolute;top:50%;left:50%;width:0;height:0;margin:-6px;border:6px solid #000;border-color:rgba(0,0,0,0) #000 rgba(0,0,0,0) rgba(0,0,0,0)}a.ui-datepicker-prev.ui-corner-all,a.ui-datepicker-next.ui-corner-all{position:absolute;top:2px;width:1.8em;height:1.3em}a.ui-datepicker-prev.ui-corner-all:hover,a.ui-datepicker-next.ui-corner-all:hover{background-color:#fff}span.ui-icon.ui-icon-circle-triangle-e{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.quiz__form__warning{position:absolute;margin-top:5px;display:none;color:red;font-size:13px;font-family:"Roboto",Arial,sans-serif}.quiz__form__warning-show{display:block}.error-message{color:red}.popup__products{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;list-style:none;padding:0}.popup__products-item{display:inline-block;vertical-align:top;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:25%;-webkit-flex-basis:25%;flex-basis:25%;cursor:pointer;padding:5px}.popup__product-card{position:relative;display:block;width:100%;margin:0}.product-card__img{height:178px;width:100%;position:relative}.product-card__img::before{content:"";position:absolute;width:100%;height:100%;background-color:rgba(22,168,60,.55);z-index:7;-webkit-box-shadow:0 1px 5px 0 rgba(22,168,60,.76);box-shadow:0 1px 5px 0 rgba(22,168,60,.76);border-radius:4px;display:none}.product-card--checked .product-card__img::before{display:block}.product-card__text{font-size:15px;margin-bottom:5px;margin-top:7px;line-height:1.1;font-family:"Roboto",Arial,sans-serif;font-weight:300;color:#000;text-align:center}.product-card__img img{width:100%;height:100%;-o-object-fit:cover !important;object-fit:cover !important;background-size:cover;position:relative;width:100%;-webkit-box-shadow:0 1px 5px 0 rgba(0,0,0,.2);box-shadow:0 1px 5px 0 rgba(0,0,0,.2);border-radius:4px}.checkmark{position:absolute;top:-7px;left:-7px;width:27px;height:27px;border-radius:50%;background-color:#31ce59;-webkit-transition:opacity .3s ease-in-out,-webkit-transform .2s ease-in;transition:opacity .3s ease-in-out,-webkit-transform .2s ease-in;transition:opacity .3s ease-in-out,transform .2s ease-in;transition:opacity .3s ease-in-out,transform .2s ease-in,-webkit-transform .2s ease-in;-webkit-box-shadow:0 1px 8px 0 rgba(0,0,0,.4);box-shadow:0 1px 8px 0 rgba(0,0,0,.4);z-index:9}.checkmark::before{content:"";position:absolute;left:10px;top:7px;width:6px;height:11px;border:solid #fff;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.quiz__product-card__checkbox{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.popup__successful_application{width:500px;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;background-color:#fff;height:384px;margin:0 auto;display:none}.popup__successful_application--visible{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.successful_application-title{line-height:62px;color:#000;font-size:40px;font-family:"Roboto",Arial,sans-serif;font-weight:500;background-position:center center;border-color:rgba(0,0,0,0);border-style:solid}.successful_application-phone-wrapper{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;margin-bottom:50px}.successful_application-phone{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;gap:10px}.successful_application-phone img{width:20px;height:20px}.successful_application-phone a{text-decoration:none;line-height:44px;font-size:22px;font-weight:500;color:#000}.successful_application-phone__subtitle{color:#000;font-size:12px;font-family:"Roboto",Arial,sans-serif;font-weight:400;opacity:.6}.successful_application__buttons{width:100%;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.successful_application__buttons button{font-size:18px;font-family:"Roboto",Arial,sans-serif;line-height:1.55;font-weight:600;border-width:2px;border-radius:0px;width:50%;background-position:center center;border-color:rgba(0,0,0,0);border-style:solid;-webkit-transition:background-color .2s ease-in-out,color .2s ease-in-out,border-color .2s ease-in-out;transition:background-color .2s ease-in-out,color .2s ease-in-out,border-color .2s ease-in-out;padding:10px 0}.successful_application__buttons button a{text-decoration:none;color:#fff}.successful_application__buttons--green{background-color:#31ce59}.successful_application__buttons--red{background-color:#f41039;-webkit-animation:sbs-117430980-1634283588877 1.8s infinite linear;animation:sbs-117430980-1634283588877 1.8s infinite linear;-webkit-backface-visibility:hidden;backface-visibility:hidden}@-webkit-keyframes sbs-117430980-1634283588877{0%{-webkit-transform:scale(1, 1);transform:scale(1, 1);-webkit-animation-timing-function:linear;animation-timing-function:linear}50%{-webkit-transform:scale(1.03, 1.03);transform:scale(1.03, 1.03);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}100%{-webkit-transform:scale(1, 1);transform:scale(1, 1)}}@media screen and (max-width: 1024px){.quiz__title__text{font-size:12px !important}.quiz__title__counter{font-size:12px !important}.quiz__header{padding:30px 45px}.quiz__title__wrapper{font-size:22px !important}}@media screen and (max-width: 880px){.product-card__img{height:150px;width:100%}.product-card__text{font-size:13px}.popup__products-item{-ms-flex-preferred-size:33%;-webkit-flex-basis:33%;flex-basis:33%}}@media screen and (max-width: 768px){.product-card__text{font-size:12px !important}.quiz__form__btn{font-size:14px !important}.quiz__body{margin:40px auto}.product-card__img{height:120px;width:100%}.quiz__content__wrapper{padding:0 30px}.quiz__header{padding:30px 15px !important}.popup__products-item{-ms-flex-preferred-size:50%;-webkit-flex-basis:50%;flex-basis:50%;padding:5px}}@media screen and (max-width: 600px){.popup__products-item{-ms-flex-preferred-size:50%;-webkit-flex-basis:50%;flex-basis:50%;padding:3px}.quiz__form__btn{padding-left:15px;padding-right:15px}.quiz__form__btn::before{display:none}.quiz__form__btn--next::after{display:none}.quiz__content__wrapper{padding:0 20px}.quiz__title__icon{display:none !important}}@media screen and (max-width: 426px){.quiz__body{width:90%;margin:22px auto}.quiz__form__btn{font-size:14px !important;padding:0px 17px}.quiz__form__title{font-size:22px !important}.quiz__title__icon{display:none !important}.quiz__header{padding:20px 10px !important}.quiz__content__wrapper{padding:0 12px}.product-card__img{height:135px}.quiz__form__btn::before{display:none}.quiz__form__btn{padding-right:10px}.quiz__form__btn--next{padding:0 18px !important}.quiz__form__btn--next::after{display:none}.product-card__text{font-size:12px !important}.checkmark{top:-5px;left:-6px;width:23px;height:23px}.checkmark::before{left:9px;top:5px}.quiz__form__title{font-size:18px !important}}@media screen and (max-width: 375px){.popup__checkbox__list li label{font-size:13px !important}.datepicker__input{font-size:14px !important}.product-card__text{font-size:10px !important}}.filter__popup{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#2626264d;width:100%;height:100vh;position:fixed;bottom:0px;left:0px;z-index:1000;opacity:0;visibility:hidden;-webkit-transition:all .3s;transition:all .3s}.filter__popup-wrapper{padding:16px 0px 24px;max-width:460px;width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;position:absolute;bottom:0px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);background:#fefefe;border-radius:20px 20px 0 0;border:none}.filter__popup-content p:not(:last-child){margin-bottom:1em !important}.quiz.quiz-collapse{max-width:100%}.quiz-collapse__title h2{font-size:28px !important;font-weight:600 !important}.quiz-collapse__content{display:-ms-grid;display:grid;-ms-grid-rows:0fr;grid-template-rows:0fr;overflow:visible;gap:0;opacity:0;-webkit-transition:grid-template-rows .35s ease,opacity .25s ease,padding-bottom .35s ease;transition:grid-template-rows .35s ease,opacity .25s ease,padding-bottom .35s ease;transition:grid-template-rows .35s ease,opacity .25s ease,padding-bottom .35s ease,-ms-grid-rows .35s ease}.quiz-collapse__content>*{min-height:0}.quiz.quiz-collapse.active{gap:16px}.quiz-collapse__content.active{-ms-grid-rows:1fr;grid-template-rows:1fr;opacity:1}button.quiz__button.quiz__button--next{z-index:auto;position:static}.quiz.quiz-collapse{-webkit-box-shadow:none;box-shadow:none;overflow:visible;width:100%;margin:40px 0px;padding:24px;background:-webkit-linear-gradient(180.05deg, #E4F063 0.04%, #84D089 99.96%);background:linear-gradient(269.95deg, #E4F063 0.04%, #84D089 99.96%);border-radius:10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.quiz-collapse .quiz__fieldset{padding:0px;min-height:0px;padding-bottom:12px}.quiz-collapse.active .quiz__fieldset.active{padding:0px;min-height:240px;padding-bottom:12px}.quiz-collapse .quiz__bottom{padding:0px}button.quiz__button.quiz__button--next{background:#46d36a}button.quiz__button.quiz__button--next.disabled{background:#b3e0be;cursor:not-allowed !important}.quiz-collapse .quiz__button--submit{background-image:none;background:#46d36a}.quiz-collapse .quiz__button--next .quiz__button-light{display:none}.quiz-collapse .quiz__button--prev{border-color:#46d36a;background-color:#fff}.quiz-collapse .quiz__button--prev svg{color:#46d36a}.quiz-collapse .quiz__button--prev.disabled{opacity:1 !important}.quiz-collapse__tooltip-content{max-width:260px;width:100%;max-height:280px;overflow:scroll}.quiz-collapse__tooltip-content::-webkit-scrollbar{width:6px}.quiz-collapse__tooltip-content::-webkit-scrollbar-track{background:transparent}.quiz-collapse__tooltip-content::-webkit-scrollbar-thumb{background-color:#47d36a;border-radius:4px}.quiz-collapse .quiz__input{background-color:#fff !important}.quiz-collapse__number{font-size:14px;line-height:14px;font-weight:500;color:#000;text-transform:uppercase;font-style:normal;padding-bottom:4px}.quiz-collapse__tooltip{position:absolute;visibility:hidden;opacity:0;margin-top:16px;padding:15px;background-color:#f4f5fb}.quiz-collapse__tooltip-close{background:transparent;max-width:24px;width:100%;height:24px;position:absolute;right:15px;top:15px;cursor:pointer}.quiz-collapse__tooltip-close svg{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;fill:#262626}.quiz-collapse__tooltip-close :hover{color:#e43735}.quiz-collapse__tooltip-content::-webkit-scrollbar{width:4px}.quiz-collapse__tooltip-content::-webkit-scrollbar-track{background:transparent}.quiz-collapse__tooltip-content::-webkit-scrollbar-thumb{background-color:#47d36a;border-radius:4px}.quiz-collapse__tooltip-content p{font-size:16px;line-height:24px;font-weight:400;color:#000}.quiz-collapse__tooltip-content b{font-weight:500}.quiz-collapse__tooltip.active{overflow:visible;top:60px;visibility:visible;opacity:1;max-width:320px;width:100%;height:300px;z-index:10;-webkit-filter:drop-shadow(0 0 2px #e6e6e6);filter:drop-shadow(0 0 2px #e6e6e6);border-radius:5px;border:none}.quiz-collapse__tooltip.active--sheet{position:fixed}.quiz-collapse__tooltip-decor{position:absolute;top:-13px;left:9.5px;width:100%;max-width:26px;height:13px;background-color:#f4f5fb;-webkit-clip-path:polygon(50% 0%, 0% 100%, 100% 100%);clip-path:polygon(50% 0%, 0% 100%, 100% 100%)}.quiz-collapse__content{height:0;visibility:hidden;opacity:0}.quiz-collapse__content.active{visibility:visible;opacity:1;min-height:240px !important;height:100%}.quiz-collapse__filter-text{font-size:14px;line-height:20px;font-weight:400;color:#262626;font-style:normal}.quiz-collapse__items{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:20px}.quiz-collapse__item{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;background-color:#fff;height:300px;border-radius:8px;padding:15px}.quiz-collapse__item h3{font-size:18px !important;line-height:18px !important;font-weight:500;color:#262626;font-style:normal;padding-bottom:0px}.quiz-collapse__item-info{max-width:15px;width:100%;height:15px}.quiz-collapse__item-info:hover{cursor:pointer}.quiz-collapse__item-info svg{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.quiz-collapse__item-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:5px;padding-bottom:16px}.quiz-collapse__filters{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:12px;height:212px;overflow-y:auto}.quiz-collapse__filters::-webkit-scrollbar{min-width:4px;width:100%}.quiz-collapse__filters::-webkit-scrollbar-track{background:transparent}.quiz-collapse__filters::-webkit-scrollbar-thumb{background-color:#47d36a;border-radius:4px;max-height:100px;height:100%}.quiz-collapse__filters-text{font-size:14px;line-height:20px;font-weight:400;color:#262626;font-style:normal}.quiz-collapse__filter-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:12px;cursor:pointer;position:relative}.quiz-collapse__filter-item.disabled::before{background-image:none !important;background:none;border:none;cursor:not-allowed;background-color:none !important}.quiz-collapse__filter-item.disabled label{cursor:not-allowed;color:#e5e6eb}.quiz-collapse__filter-item input{position:absolute;opacity:0;pointer-events:none}.quiz-collapse__filter-item::before{content:"";max-width:20px;width:100%;height:20px;background-color:#f4f5fb;border:1px solid #e5e6eb;border-radius:6px;-webkit-transition:.2s;transition:.2s;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.quiz-collapse__filter-item:hover::before{border-color:#46d36a}.quiz-collapse__filter-item.checked::before{background-color:#46d36a;border-color:#46d36a;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M27.707 8.294a1 1 0 0 1 0 1.414l-14 14a1 1 0 0 1-1.414 0l-7-7a1 1 0 1 1 1.414-1.414L13 21.586 26.293 8.294a1 1 0 0 1 1.414 0' clip-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:14px 14px}.quiz-collapse__head{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.quiz-collapse__title{max-width:75%;width:100%}.quiz-collapse__title h2{padding-bottom:0px;font-size:28px !important;line-height:100% !important;color:#000;font-weight:500}.quiz-collapse__button--result{text-align:center;background-color:#44368c;max-width:290px;width:100%;height:42px;border-radius:4px}.quiz-collapse__button--result span{color:#fff;font-size:14px;line-height:21px;font-weight:500}.quiz-collapse__button--result.disabled{background-color:#e5e5f0;cursor:not-allowed}.quiz-collapse__button--result.disabled span{font-weight:400;color:#81808a}.quiz-collapse__button--open{background-color:transparent;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:8px;color:#000}.quiz-collapse__button--open span{color:#000;font-size:14px;line-height:14px;font-weight:500}.quiz-collapse__button--open svg{max-width:22px;width:100%;height:22px;-o-object-fit:cover;object-fit:cover}.quiz-collapse__bottom{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding-top:12px}.quiz-collapse__bottom--collapse{position:relative}.quiz-collapse__button--open svg{-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease}.quiz-collapse__button--open.active svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.quiz{position:relative;max-width:1080px;width:100%;border-radius:16px;border:1px solid #f0f0f0;-webkit-box-shadow:0px 30px 40px -10px rgba(0,0,0,.1);box-shadow:0px 30px 40px -10px rgba(0,0,0,.1);overflow:hidden;margin:75px auto;background:#fff}.quiz__banner{padding-top:40px;width:100%;min-height:309px;background-color:#26272b}.quiz__banner-container{margin:0 auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;gap:80px;max-width:1080px;width:100%}.quiz__banner-btn--open{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:14px !important;line-height:22px;font-weight:600;color:#26272b !important;background-color:#fff;text-decoration:none !important;border-radius:5px;max-width:273px;width:100%;height:44px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.quiz__banner-btn--open:hover{background-color:#31ce59;color:#fff !important;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}.quiz__banner-btn--open.hide{display:none}.quiz__banner-content{max-width:606px;width:100%}.quiz__banner-content h2{color:#fff;font-size:34px;font-weight:600;text-transform:uppercase;line-height:53px}.quiz__banner-content p{font-size:16px;line-height:25px;color:#fff;font-weight:400;margin-bottom:20px}.quiz__banner-content em{margin-top:8px;font-size:13px;line-height:20px;font-weight:400;color:#fff;font-style:italic;text-align:center;width:45%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.quiz__banner-image{max-width:365px;width:100%;height:292px}.quiz__banner-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.quiz__modal-wrapper.fancybox__content{background:none !important;max-width:960px;width:100%;padding:0}.quiz .iti{width:100%}.quiz__text p{font-size:16px;line-height:25px;font-weight:300}.quiz__text strong{font-weight:700}.quiz__head{padding:30px 45px;background-color:#ececec;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:10px;min-height:110px}.quiz__head span{font-size:16px;font-weight:300;line-height:25px}.quiz__head b{font-weight:700}.quiz__radio{outline:none}.quiz__bottom.disabled{display:none}.quiz__form-title{font-size:28px;line-height:32px;color:#000;font-weight:600;padding-top:10px;padding-bottom:15px}.quiz__form-text{font-size:16px;line-height:25px;color:#000;font-weight:300}.quiz__visual{max-width:26px;width:100%;height:26px}.quiz__visual img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.quiz__description{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-bottom:25px;padding-right:10px}.quiz__description h4{padding-bottom:15px;font-size:28px;line-height:32px;font-weight:600;color:#000}.quiz__description p{font-size:16px;line-height:25px;font-weight:300;color:#000}.quiz__description--form{margin-bottom:30px}.quiz__fieldset{padding:45px 45px 55px;position:absolute;top:0;left:0;width:100%;opacity:0;visibility:hidden;-webkit-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px);-webkit-transition:max-height .3s cubic-bezier(0.19, 1, 0.22, 1);transition:max-height .3s cubic-bezier(0.19, 1, 0.22, 1);min-height:550px;height:auto}.quiz__progressbar{height:4px;background-color:#dcf6df;width:100%;overflow:hidden}.quiz__progressbar-fill{height:100%;width:14.2857142857%;background-color:#31ce59;-webkit-transition:width .3s ease;transition:width .3s ease}.quiz__row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;gap:25px}.quiz__image{max-width:421px;width:100%;height:281px}.quiz__image img{width:100%;height:100%;-o-object-fit:cover !important;object-fit:cover !important;border-radius:4px}.quiz__bottom{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0 45px 45px;height:97px}.quiz__stepcounter span{font-size:14px;line-height:22px;font-weight:300;color:#000}.quiz__options{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;position:relative}.quiz__options.error input[type=radio]{border-color:red;opacity:1}.quiz__options.error input[type=radio]:checked{border-color:red}.quiz__options.error input[type=radio]:checked::after{background:red}.quiz__column{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:15px;max-width:425px;width:100%}.quiz__buttons{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:8px}.quiz__button{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;outline:none}.quiz__button svg{max-width:18px;width:100%;height:18px}.quiz__button span{color:#fff;font-size:16px;line-height:22px;font-weight:600}.quiz__button--submit{display:block;position:relative;max-width:148px;width:100%;height:52px;padding:15px 30px;border-radius:4px;background-image:-webkit-gradient(linear, left top, right top, from(#31ce59), to(#31ce59));background-image:-webkit-linear-gradient(left, #31ce59 0%, #31ce59 100%);background-image:linear-gradient(0.25turn, #31ce59 0%, #31ce59 100%);-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:background-color,color,border-color,opacity,-webkit-box-shadow,-webkit-transform;transition-property:background-color,color,border-color,opacity,-webkit-box-shadow,-webkit-transform;transition-property:background-color,color,border-color,box-shadow,opacity,transform;transition-property:background-color,color,border-color,box-shadow,opacity,transform,-webkit-box-shadow,-webkit-transform;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}.quiz__button--prev{min-width:52px;height:52px;border:1px solid #31ce59;border-radius:4px;background-color:transparent}.quiz__button--prev.disabled{opacity:.4;pointer-events:none}.quiz__button--prev.hidden{display:none}.quiz__button--prev svg{color:#31ce59}.quiz__button--next{outline:none;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;gap:8px;min-width:130px;height:52px;padding:15px 30px;border:none;border-radius:4px;background-image:-webkit-gradient(linear, left top, right top, from(#31ce59), to(#31ce59));background-image:-webkit-linear-gradient(left, #31ce59 0%, #31ce59 100%);background-image:linear-gradient(0.25turn, #31ce59 0%, #31ce59 100%);overflow:hidden;position:relative;z-index:1;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.quiz__button--next svg{color:#fff}.quiz__button-light{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transform:translateX(-60px);-ms-transform:translateX(-60px);transform:translateX(-60px);background:rgba(255,255,255,.1);-webkit-animation:light 4s ease infinite;animation:light 4s ease infinite;z-index:1}.quiz__button--submit.hidden{display:none}.quiz__button--next.hidden{display:none}.quiz__error{display:none;color:red;font-size:13px;font-weight:400;line-height:19px}.quiz__error--name{display:none}.quiz__error--phone{display:none}.quiz .quiz__input.error{border:1px solid red !important;outline:none}.quiz .quiz__error--name.active{display:block}.quiz .quiz__error--phone.active{display:block}.quiz__range{position:relative;width:100%;padding-top:36px;height:85px}.quiz__range-input{-webkit-appearance:none;width:100%;height:2px;border-radius:3px;background:-webkit-gradient(linear, left top, right top, from(#31ce59), color-stop(#31ce59), color-stop(#ccc), to(#ccc));background:-webkit-linear-gradient(left, #31ce59 0%, #31ce59 var(--range-percent, 50%), #ccc var(--range-percent, 50%), #ccc 100%);background:linear-gradient(to right, #31ce59 0%, #31ce59 var(--range-percent, 50%), #ccc var(--range-percent, 50%), #ccc 100%);outline:none}.quiz__range-input::-webkit-slider-thumb{-webkit-appearance:none;max-width:20px;width:100%;height:20px;background:#31ce59;border-radius:50%;cursor:pointer;-webkit-box-shadow:0 0 5px rgba(49,206,89,.7);box-shadow:0 0 5px rgba(49,206,89,.7)}.quiz__range-input::-moz-range-thumb{width:20px;height:20px;background:#31ce59;border-radius:50%;cursor:pointer;box-shadow:0 0 5px rgba(49,206,89,.7)}.quiz__range-bubble{position:absolute;top:0;left:0;max-width:44px;width:100%;height:30px;background:#fff;border-radius:3px;-webkit-box-shadow:0 1px 8px rgba(0,0,0,.2);box-shadow:0 1px 8px rgba(0,0,0,.2);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;pointer-events:none}.quiz__range-labels{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding-top:10px}.quiz__range-labels span{color:#000;font-weight:300;font-size:14px;line-height:14px}.quiz__range-bubble{font-size:14px !important;line-height:14px !important;color:#000;font-weight:300 !important;white-space:nowrap;pointer-events:none}.quiz__option{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:10px;cursor:pointer;width:100%}.quiz__option-text{font-family:"Roboto",sans-serif;font-size:15px;line-height:15px;font-weight:300;color:#000;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.quiz__option--custom{position:relative;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.quiz__option--custom .quiz__option-input{display:none;outline:none;border:none;border-radius:0;border-bottom:1px solid #000;width:100%;font-family:"Roboto",sans-serif;font-size:15px;line-height:15px;font-weight:300;color:#000}.quiz__option--custom.active .quiz__option-text,.quiz__option--custom.has-value .quiz__option-text{display:none}.quiz__option--custom.active .quiz__option-input,.quiz__option--custom.has-value .quiz__option-input{display:block}.quiz__option--custom.show-text .quiz__option-text{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-width:86px !important}.quiz__option--custom.show-text .quiz__option-input{display:block}.quiz__option input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;max-width:20px;width:100%;height:20px;border:2px solid #31ce59;border-radius:50%;opacity:.6;cursor:pointer;position:relative;-webkit-transition:all .2s;transition:all .2s;vertical-align:middle}.quiz__option input[type=radio]:checked{border-color:#31ce59;opacity:1}.quiz__option input[type=radio]:checked::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;max-width:10px;width:100%;height:10px;border-radius:50%;background:#31ce59}.quiz__option-input{display:none}.quiz__option-text{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.quiz__option.active .quiz__option-input{display:block}.quiz__option.active .quiz__option-text{display:none}.quiz__option.show-text .quiz__option-text{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.quiz__option.show-text .quiz__option-input{display:block}.quiz__note{font-size:14px;line-height:22px;font-weight:300;color:#000;margin-top:20px}.quiz__gifts{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:18px;padding-top:7px}.quiz__gift{max-width:205px;min-height:255px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative;cursor:pointer}.quiz__gift input[type=radio]{display:none}.quiz__gift-description{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;padding-top:10px}.quiz__gift-description span{font-size:15px;line-height:17px;font-weight:300}.quiz__gift-tick{display:none;max-width:28px;width:100%;height:28px;border-radius:50%;background-color:#31ce59;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:-7px;left:-7px;-webkit-transition:all .2s ease-in;transition:all .2s ease-in;z-index:10}.quiz__gift-tick svg{max-width:20px;width:100%;height:20px;stroke:#fff}.quiz__gift.checked .quiz__gift-tick{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.quiz__gift-image{position:relative;max-width:205px;width:100%;height:205px;border:1px solid rgba(0,0,0,.1);border-radius:4px;overflow:hidden;-webkit-transition:.3s ease;transition:.3s ease}.quiz__gift-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:4px}.quiz-image{max-width:205px;width:100%;height:205px;border:1px solid rgba(0,0,0,.1);-webkit-box-shadow:none;box-shadow:none;position:relative}.quiz-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:4px}.quiz-description{margin-top:10px}.quiz-description span{font-size:15px;line-height:17px;font-weight:300;color:#000}.quiz__contact-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:25px}.quiz__form-group{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:5px}.quiz__label{font-size:15px;line-height:24px;font-weight:300;color:#000}.quiz__input{height:60px;border:0px solid #000 !important;background-color:#f5f5f5 !important;border-radius:4px;outline:none;width:100%;font-size:16px;line-height:21px;font-weight:400;color:#000 !important}.quiz__input--name{padding:0px 20px !important}.quiz__success-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;min-height:390px;text-align:center}.quiz__message--success{padding:20px;background:#62c584}.quiz__message--success span{font-size:20px;line-height:31px;font-weight:300;color:#fff}.quiz-collapse__filters.error .quiz-collapse__filter-item::before{border-color:red}.quiz-collapse__filters.error .quiz-collapse__filter-item:hover::before{border-color:red}.quiz-collapse__filters.error .quiz-collapse__filter-item.checked::before{border-color:#46d36a}.iti__flag.iti__ua{background-position:-5175px 0;width:18px;min-width:18px;height:13px !important;background-color:#c5c5c5;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.iti--separate-dial-code .iti__selected-dial-code{margin-left:10px;font-size:16px;line-height:21px;font-weight:400;color:#000}form.quiz__form{height:auto !important}.quiz__contact-form.quiz__form{height:auto !important}.quiz__fieldset.active{opacity:1;visibility:visible;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);position:relative}.quiz__form-content{opacity:0;-webkit-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px);-webkit-transition:all .6s ease;transition:all .6s ease}.quiz__fieldset.active .quiz__form-content{width:100%;opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.iti__selected-flag{background:transparent !important}@-webkit-keyframes light{0%{-webkit-transform:translateX(-60px);transform:translateX(-60px)}100%{-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes light{0%{-webkit-transform:translateX(-60px);transform:translateX(-60px)}100%{-webkit-transform:translateX(100%);transform:translateX(100%)}}@media(max-width: 1440px){.quiz-collapse__title{max-width:67%}}@media(max-width: 1024px){.quiz.quiz-collapse{max-width:100% !important}.quiz-collapse__title{max-width:87%}.quiz-collapse__button--open span{display:none}.quiz-collapse__tooltip{-webkit-transform:translateX(-150px);-ms-transform:translateX(-150px);transform:translateX(-150px)}.quiz__banner-container{padding-left:52px}.quiz__banner-image{max-width:320px;height:255px}.quiz__text p{font-size:14px;line-height:22px}.quiz__description p{font-size:14px;line-height:22px}.quiz__range-bubble{height:28px;font-size:12px !important;line-height:12px !important}.quiz__range-label{font-size:12px;line-height:19px}.quiz__subtitle{font-size:14px;line-height:22px}.quiz__text{font-size:14px;line-height:22px}.quiz__image{height:220px}.quiz__stepcounter span{font-size:12px;line-height:19px}.quiz__form-text{font-size:14px;line-height:22px}.quiz__option-text{font-size:14px;line-height:14px}.quiz__note{font-size:12px;line-height:19px}.quiz__range-labels span{font-size:12px;line-height:19px}.quiz__message--success span{font-size:18px;line-height:28px}.quiz__gift{max-width:160px;width:100%}.quiz__gift-image{max-width:100%;width:100%;height:160px}.quiz__gift-description span{font-size:14px;line-height:15px}.quiz .quiz__option--custom .quiz__option-input{font-size:14px;line-height:14px}}@media(max-width: 768px){.quiz-collapse__tooltip{display:none}.filter__popup{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.filter__popup.active{opacity:1;visibility:visible}.filter__popup-head{text-align:center;padding:0px 10px;margin:0px 10px 12px}.filter__popup-title{text-transform:uppercase;font-size:14px;line-height:21px;font-weight:500;font-style:normal;color:#47d36a;border-bottom:1px solid #e5e6eb}.filter__popup-close{position:absolute;top:16px;right:10px;max-width:24px;width:100%;height:24px;background:transparent}.filter__popup-close svg{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;fill:#262626}.filter__popup-close :hover{color:#e43735}.filter__popup-content{padding:0px 45px 0px 45px;width:100%;max-height:288px;overflow:scroll}.filter__popup-content::-webkit-scrollbar{width:6px;position:absolute;right:-5px}.filter__popup-content::-webkit-scrollbar-track{background:transparent}.filter__popup-content::-webkit-scrollbar-thumb{background-color:#47d36a;border-radius:4px}.filter__popup-content{right:10px !important;position:relative}.quiz-collapse__popup{display:none}.quiz-collapse__items{overflow-x:hidden;overflow-y:hidden}.quiz-collapse__item{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.quiz-collapse__title h2{font-size:28px !important}.quiz__description h4{font-size:28px;line-height:32px}.quiz__description p{font-size:14px;line-height:22px}.quiz__row{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:4px}.quiz__image{max-width:100%;height:338px}.quiz__image img{border-radius:4px}.quiz__gift{max-width:115px;width:100%}.quiz__gift-image{width:100%;height:115px}.quiz__stepcounter-text{font-size:12px;line-height:19px}.quiz-collapse__button--open span:first-child{display:none}}@media(max-width: 640px){.quiz__modal-wrapper fieldset.quiz__fieldset.active{min-height:480px !important}.quiz-collapse__content{overflow:hidden}.quiz-collapse__items{overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;width:500px}.quiz.quiz-collapse{max-width:100%;-webkit-scroll-snap-type:x mandatory;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.quiz-collapse__item{min-width:260px;width:100%;scroll-snap-align:start}.quiz-collapse__title{max-width:374px}.quiz-collapse__title h2{font-size:16px !important;line-height:24px !important}.quiz-collapse__popup.active{display:none}.quiz{margin:45px 0px 75px;border-radius:0px;width:100%;max-width:100%}.quiz__banner-container{max-width:380px;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;gap:12px}.quiz__banner-content{text-align:center !important;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.quiz__banner-content h2{font-size:34px !important;line-height:44px}.quiz__banner-content p{font-size:14px;line-height:22px}.quiz__banner-content em{width:100%}.quiz__banner-image{max-width:340px;height:240px}.quiz__text p{font-size:16px;line-height:23px}.quiz .quiz__description.quiz__description--form p{font-size:16px;line-height:23px}.quiz__fieldset{padding:20px 20px 20px}.quiz__description h4{font-size:22px;line-height:27px}.quiz__description p{font-size:12px;line-height:17px}.quiz__bottom{padding:25px 20px 30px;height:105px}.quiz__bottom.fixed{position:fixed;bottom:0;left:0;width:100%;z-index:20;background:rgba(255,255,255,.95)}.quiz__head{padding:30px 12px}.quiz__form-title{font-size:22px;line-height:27px}.quiz__form-text{font-size:16px;line-height:23px}.quiz__description{margin-bottom:20px}.quiz__text{font-size:12px;line-height:17px}.quiz__image{height:200px}.quiz__stepcounter{display:none}.quiz__buttons{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:8px}.quiz__button--next{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:100%}.quiz__button--submit{max-width:100%}.quiz__options{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:15px}.quiz__option-text{font-size:16px;line-height:16px}.quiz__label{font-size:14px;line-height:20px}.quiz__note{font-size:12px;line-height:19px}.quiz__message--success span{font-size:16px;line-height:23px}.quiz__gifts{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;gap:16px}.quiz__gift{width:100%;max-width:100%;min-height:auto}.quiz__gift-image{position:relative;width:100%;padding-top:100%;overflow:hidden;border-radius:8px}.quiz__gift-image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.quiz__gift-description span{font-size:16px;line-height:18px}.quiz .quiz__option--custom.show-text .quiz__option-text{min-width:96px !important}.quiz .quiz__option--custom .quiz__option-input{font-size:16px;line-height:16px}.quiz-collapse__head h2{font-size:16px;line-height:24px}}@media(max-width: 430px){button.quiz__button.quiz__button--next{max-width:285px}.quiz-collapse__items{width:300px}}@media(max-width: 375px){.quiz-collapse__items{width:340px}}*,*:before,*:after{padding:0;margin:0;border:0;-webkit-box-sizing:border-box;box-sizing:border-box}html,body{font-family:"Roboto",Arial,sans-serif}span,p,h1,h2,h3,h4,h5,h6{color:#242424}span,p,h1,h2,h3,h4,h5,h6,li,a,strong{font-family:"Roboto",sans-serif}.none{display:none}.devide-line{height:1px;width:100%;background-color:#e4e4e7;margin:5px 0}.horizontal-line{width:100%;height:1px;background-color:#e4e4e7}.col-4{-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4, 1fr)}.col-3{-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3, 1fr)}.col-2{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2, 1fr)}.col-1{-ms-grid-columns:(1fr)[1];grid-template-columns:repeat(1, 1fr)}.h-flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.flex-center,.container-row,.h-center{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.h-start{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.h-between{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);z-index:99992;display:none}.modal-overlay.active{display:block}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:none;z-index:9}.overlay--active{display:block}.fancybox-can-swipe .fancybox-content,.fancybox-can-pan .fancybox-content{cursor:auto}.blur-load{background-size:cover;background-position:center;position:relative;height:100%}.blur-load::before{content:"";position:absolute;inset:0;-webkit-animation:pulse 2.5s infinite;animation:pulse 2.5s infinite}.blur-load.loaded::before{content:none}.service--pleloader{opacity:1;-webkit-transition:3s;transition:3s}@-webkit-keyframes pulse{0%{background-color:rgba(255,255,255,0)}50%{background-color:rgba(255,255,255,.2)}100%{background-color:rgba(255,255,255,0)}}@keyframes pulse{0%{background-color:rgba(255,255,255,0)}50%{background-color:rgba(255,255,255,.2)}100%{background-color:rgba(255,255,255,0)}}.blur-load>img{position:relative;opacity:0;-webkit-transition:opacity 200ms ease-in-out;transition:opacity 200ms ease-in-out;width:100%;height:100%;-o-object-position:center;object-position:center;-o-object-fit:cover;object-fit:cover}.blur-load.loaded>img{opacity:1}.blur-load.loaded{background-image:none !important}.container-box{padding:0 40px;height:100%;margin:0 auto;max-width:1080px}@media(max-width: 576px){.container-box{padding:0 20px !important}}@media(max-width: 360px){.container-box{padding:0 16px !important}}@media screen and (max-width: 850px){.container-box{padding:0 25px}}.footer__container{margin:0 auto;padding:0 220px;height:100%}.ui-container{margin:0 30px}@media screen and (max-width: 1400px){.footer__container{padding:0 166px}}@media screen and (max-width: 1250px){.footer__container{padding:0 66px}}@media screen and (max-width: 850px){.footer__container{padding:0 45px}}@media screen and (max-width: 670px){.footer__container{padding:0 40px}}@media screen and (max-width: 600px){.footer__container{padding:0 35px}}*,*:before,*:after{padding:0;margin:0;border:0;-webkit-box-sizing:border-box;box-sizing:border-box}html,body{font-family:"Roboto",Arial,sans-serif}span,p,h1,h2,h3,h4,h5,h6{color:#242424}span,p,h1,h2,h3,h4,h5,h6,li,a,strong{font-family:"Roboto",sans-serif}.h-wrapper .main .wrapper{max-width:1230px;margin:0 auto;padding:0 15px}.h-wrapper .main .banner{background-image:url(//test.kotel-zubr.com/wp-content/plugins/custom-quiz/assets/dist/images/banner_background.jpg);background-repeat:no-repeat;background-size:cover;height:600px;background-position:center}@media(max-width: 767px){.h-wrapper .main .banner{height:auto}}.h-wrapper .main .banner-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;height:600px}@media(max-width: 767px){.h-wrapper .main .banner-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:60px 0;height:auto}}.h-wrapper .main .banner-wrapper .banner__info{width:336px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media(max-width: 767px){.h-wrapper .main .banner-wrapper .banner__info{width:100%;padding:0 15px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}}.h-wrapper .main .banner-wrapper .banner__info h1{font-size:46px;color:#fff;text-align:center}.h-wrapper .main .banner-wrapper .banner__info .banner__info__image{margin:30px 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:end;-ms-flex-pack:end;justify-content:end}@media(max-width: 767px){.h-wrapper .main .banner-wrapper .banner__info .banner__info__image{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}@media(max-width: 767px){.h-wrapper .main .banner-wrapper .banner__info .banner__info__remainder{text-align:center}}.h-wrapper .main .banner-wrapper .banner__info .banner__info__remainder span{font-size:16px;color:#fff;text-transform:uppercase;font-weight:600}@media(max-width: 767px){.h-wrapper .main .banner-wrapper .banner__info .banner__info__remainder span{font-size:14px}}.h-wrapper .main .banner-wrapper .banner__info .banner__info__remainder .banner__info__number{font-size:20px;padding:5px 15px;background-color:#c21818;border-radius:5px}@media(max-width: 767px){.h-wrapper .main .banner-wrapper .banner__info .banner__info__remainder .banner__info__number{font-size:18px}}.h-wrapper .main .banner-wrapper .banner__info .banner__info__button{margin-top:20px;width:100%;text-decoration:none;color:#fff;background-color:#31ce59;font-size:18px;font-family:"Roboto",Arial,sans-serif;line-height:1.55;font-weight:600;padding:20px;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-animation-name:myAnimation;animation-name:myAnimation;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-transition:.2s;transition:.2s}.h-wrapper .main .banner-wrapper .banner__info .banner__info__button:hover{background-color:#33a80c}@media(max-width: 767px){.h-wrapper .main .banner-wrapper .banner__info .banner__info__button{max-width:400px;margin:20px 10px 0 10px}}@keyframes myAnimation{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.05);transform:scale(1.05)}100%{-webkit-transform:scale(1);transform:scale(1)}}.h-wrapper .main .banner-wrapper .banner__decor{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;position:relative;margin-left:auto;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media(max-width: 767px){.h-wrapper .main .banner-wrapper .banner__decor{margin:60px auto 0 auto}}.h-wrapper .main .banner-wrapper .banner__decor__quality{z-index:2;left:-200px;position:absolute;width:330px;padding:15px;height:330px;border:1px solid #fff;border-radius:50%}@media(max-width: 1365px){.h-wrapper .main .banner-wrapper .banner__decor__quality{display:none}}.h-wrapper .main .banner-wrapper .banner__decor__quality .banner__decor__wrapper{background-color:#31ce59;border-radius:50%;width:300px;height:300px;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.h-wrapper .main .banner-wrapper .banner__decor__quality .banner__decor__wrapper img{position:absolute;top:-100px;left:-20px}.h-wrapper .main .banner-wrapper .banner__decor__quality .banner__decor__wrapper span{color:#fff;font-size:18px;line-height:20px;padding:60px 110px 0 25px;text-align:end}.h-wrapper .main .banner-wrapper .banner__decor__info{z-index:3;position:relative}@media(max-width: 1023px){.h-wrapper .main .banner-wrapper .banner__decor__info img:first-child{width:300px}}.h-wrapper .main .banner-wrapper .banner__decor__info ul{position:absolute;top:95px;right:175px}@media(max-width: 1023px){.h-wrapper .main .banner-wrapper .banner__decor__info ul{position:absolute;top:21px;right:20px}}.h-wrapper .main .banner-wrapper .banner__decor__info ul li{font-size:14px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;max-width:200px}.h-wrapper .main .banner-wrapper .banner__decor__info ul li span{margin:0 0 5px 40px;color:#fff}.h-wrapper .main .video-end{padding:60px 0}.h-wrapper .main .video{padding:120px 0}.h-wrapper .main .video-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.h-wrapper .main .video-wrapper .video__text{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-bottom:45px}.h-wrapper .main .video-wrapper .video__text h2{text-align:center;font-size:40px;background-color:#31ce59;color:#fff;padding:10px 30px}@media(max-width: 767px){.h-wrapper .main .video-wrapper .video__text h2{font-size:25px}}.h-wrapper .main .video-wrapper .video__title{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-bottom:45px}.h-wrapper .main .video-wrapper .video__title h2{font-size:40px}@media(max-width: 767px){.h-wrapper .main .video-wrapper .video__title h2{font-size:25px}}.h-wrapper .main .video-wrapper .video__content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}@media(max-width: 1023px){.h-wrapper .main .video-wrapper .video__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}}.h-wrapper .main .video-wrapper .video__content iframe:first-of-type{padding-right:15px}@media(max-width: 1023px){.h-wrapper .main .video-wrapper .video__content iframe:first-of-type{padding:0;margin-bottom:45px}}@media(max-width: 767px){.h-wrapper .main .video-wrapper .video__content iframe:first-of-type{width:100%}}@media(max-width: 575px){.h-wrapper .main .video-wrapper .video__content iframe:first-of-type{height:250px}}.h-wrapper .main .video-wrapper .video__content iframe:last-of-type{padding-left:15px}@media(max-width: 1023px){.h-wrapper .main .video-wrapper .video__content iframe:last-of-type{padding:0}}@media(max-width: 767px){.h-wrapper .main .video-wrapper .video__content iframe:last-of-type{width:100%}}@media(max-width: 575px){.h-wrapper .main .video-wrapper .video__content iframe:last-of-type{height:250px}}.h-wrapper .main .video-wrapper .video__button{width:100%;max-width:270px;margin:60px auto 0 auto;text-decoration:none;color:#fff;background-color:#31ce59;font-size:16px;font-family:"Roboto",Arial,sans-serif;font-weight:600;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-transition:.3s;transition:.3s;height:65px;border:2px solid #31ce59;-webkit-animation-name:myAnimation;animation-name:myAnimation;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-ms-grid-column-align:center;justify-self:center}.h-wrapper .main .video-wrapper .video__button:hover{border:2px solid #33a80c;background-color:#33a80c}.h-wrapper .main .profitability{padding-bottom:60px}.h-wrapper .main .profitability h2{font-size:40px;text-align:center;max-width:800px;margin:0 auto 30px auto}@media(max-width: 767px){.h-wrapper .main .profitability h2{font-size:25px}}.h-wrapper .main .profitability h3{font-size:16px;color:#242424;font-weight:400;margin:0 auto 30px auto;max-width:600px}.h-wrapper .main .profitability .profitability__content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}@media(max-width: 1023px){.h-wrapper .main .profitability .profitability__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.h-wrapper .main .profitability .profitability__content .profitability__image{min-width:400px;margin-right:60px}@media(max-width: 1023px){.h-wrapper .main .profitability .profitability__content .profitability__image{max-width:400px;margin:0 auto 30px auto}}@media(max-width: 575px){.h-wrapper .main .profitability .profitability__content .profitability__image{min-width:1px;width:100%}}.h-wrapper .main .profitability .profitability__content .profitability__image img{width:100%}.h-wrapper .main .profitability .profitability__content .profitability__info__attent{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:5px;border:5px solid #fff}@media(max-width: 575px){.h-wrapper .main .profitability .profitability__content .profitability__info__attent{padding:0;border:none;padding:10px 0}}.h-wrapper .main .profitability .profitability__content .profitability__info__attent span{font-size:18px;font-weight:600}@media(max-width: 575px){.h-wrapper .main .profitability .profitability__content .profitability__info__attent span{font-size:16px}}.h-wrapper .main .profitability .profitability__content .profitability__info__text{margin:15px 0}.h-wrapper .main .profitability .profitability__content .profitability__info__text span{font-size:18px;font-weight:600}.h-wrapper .main .profitability .profitability__content .profitability__info__quote{position:relative;padding:30px}.h-wrapper .main .profitability .profitability__content .profitability__info__quote img:first-of-type{position:absolute;top:10px;left:0;width:20px;height:20px}.h-wrapper .main .profitability .profitability__content .profitability__info__quote img:last-of-type{position:absolute;bottom:10px;right:0;width:20px;height:20px;rotate:180deg}.h-wrapper .main .profitability .profitability__content .profitability__info__quote span{margin-bottom:15px;display:inline-block;font-style:italic}.h-wrapper .main .structure{padding:120px 0;background-color:#f6f6f6}.h-wrapper .main .structure h2{font-size:40px;text-align:center;margin-bottom:50px;font-weight:600}@media(max-width: 767px){.h-wrapper .main .structure h2{font-size:25px}}.h-wrapper .main .structure .structure__content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;position:relative;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;overflow:hiden}@media(max-width: 1023px){.h-wrapper .main .structure .structure__content{-webkit-box-pack:end;-webkit-justify-content:end;-ms-flex-pack:end;justify-content:end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.h-wrapper .main .structure .structure__content .structure__list{position:absolute;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;left:0;margin-top:70px}@media(max-width: 1023px){.h-wrapper .main .structure .structure__content .structure__list{right:0;position:relative}}@media(max-width: 767px){.h-wrapper .main .structure .structure__content .structure__list{margin-top:400px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}}.h-wrapper .main .structure .structure__content .structure__list li{list-style:none;margin-bottom:60px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}@media(max-width: 1023px){.h-wrapper .main .structure .structure__content .structure__list li{-webkit-box-align:end;-webkit-align-items:end;-ms-flex-align:end;align-items:end}}@media(max-width: 767px){.h-wrapper .main .structure .structure__content .structure__list li{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:100%}}.h-wrapper .main .structure .structure__content .structure__list li .structure__list__content{max-width:330px;margin-bottom:15px}.h-wrapper .main .structure .structure__content .structure__list li .structure__list__content div{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}.h-wrapper .main .structure .structure__content .structure__list li .structure__list__content div img{width:40px;height:40px;margin-right:15px}.h-wrapper .main .structure .structure__content .structure__list li .structure__list__content div h4{font-size:18px;font-weight:600px}.h-wrapper .main .structure .structure__content .structure__list li .structure__list__content span{font-size:14px;font-weight:400}@media(max-width: 1023px){.h-wrapper .main .structure .structure__content .structure__list li img{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}}@media(max-width: 767px){.h-wrapper .main .structure .structure__content .structure__list li img{margin-right:200px}}@media(max-width: 575px){.h-wrapper .main .structure .structure__content .structure__list li .structure__list__decor{display:none}}.h-wrapper .main .structure .structure__content .structure__list--second{right:0}@media(max-width: 1023px){.h-wrapper .main .structure .structure__content .structure__list--second{margin:0}}@media(max-width: 767px){.h-wrapper .main .structure .structure__content .structure__list--second{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}}.h-wrapper .main .structure .structure__content .structure__list--second li{-webkit-box-align:end;-webkit-align-items:end;-ms-flex-align:end;align-items:end}@media(max-width: 767px){.h-wrapper .main .structure .structure__content .structure__list--second li{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}}.h-wrapper .main .structure .structure__content .structure__list--second li .structure__list__content{max-width:330px}.h-wrapper .main .structure .structure__content .structure__list--second li .structure__list__content div img{margin-right:0}.h-wrapper .main .structure .structure__content .structure__list--second li .structure__list__content div h4{margin-left:15px}.h-wrapper .main .structure .structure__content .structure__list--second li img{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.h-wrapper .main .structure .structure__content .structure__image img{width:100%}@media(max-width: 1365px){.h-wrapper .main .structure .structure__content .structure__image{width:300px;margin-top:90px}}@media(max-width: 1023px){.h-wrapper .main .structure .structure__content .structure__image{position:absolute;margin:0;top:250px}}@media(max-width: 767px){.h-wrapper .main .structure .structure__content .structure__image{top:0;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.h-wrapper .main .structure .structure__content .structure__image img{max-width:300px}}.h-wrapper .main .contact{background-image:url(//test.kotel-zubr.com/wp-content/plugins/custom-quiz/assets/dist/images/contact_background.png);padding:60px 0;background-position:center;background-repeat:no-repeat;background-size:cover}.h-wrapper .main .contact .contact-wrapper h2{font-size:40px;font-weight:600;color:#fff;text-align:center}@media(max-width: 767px){.h-wrapper .main .contact .contact-wrapper h2{font-size:25px}}.h-wrapper .main .contact .contact-wrapper p{font-size:18px;color:#fff;text-align:center;max-width:330px;margin:15px auto 30px auto}@media(max-width: 767px){.h-wrapper .main .contact .contact-wrapper p{font-size:16px}}.h-wrapper .main .contact .contact-wrapper .contact__form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}@media(max-width: 767px){.h-wrapper .main .contact .contact-wrapper .contact__form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.h-wrapper .main .contact .contact-wrapper .contact__form input{margin:0 15px;color:#262626;border:1px solid #e6e6e6;background-color:#fff;font-size:16px;font-weight:400;height:60px;padding:0 20px;width:100%}.h-wrapper .main .contact .contact-wrapper .contact__form input:focus{outline:none}@media(max-width: 1023px){.h-wrapper .main .contact .contact-wrapper .contact__form input{margin:0 10px}}@media(max-width: 767px){.h-wrapper .main .contact .contact-wrapper .contact__form input{margin:0 0 15px 0}}.h-wrapper .main .contact .contact-wrapper .contact__form .contact__form__button{width:100%;margin:0 15px;text-decoration:none;color:#fff;background-color:#31ce59;font-size:18px;font-family:"Roboto",Arial,sans-serif;font-weight:600;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-animation-name:myAnimation;animation-name:myAnimation;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-transition:.2s;transition:.2s}.h-wrapper .main .contact .contact-wrapper .contact__form .contact__form__button:hover{background-color:#33a80c}@media(max-width: 1023px){.h-wrapper .main .contact .contact-wrapper .contact__form .contact__form__button{font-size:16px;margin:0 10px}}@media(max-width: 767px){.h-wrapper .main .contact .contact-wrapper .contact__form .contact__form__button{margin:0 auto;height:60px;max-width:400px}}@media(max-width: 575px){.h-wrapper .main .contact .contact-wrapper .contact__form .contact__form__button{max-width:none;width:calc(100% - 30px);margin:0 15px}}.h-wrapper .main .certificates{padding:120px 0 60px 0}@media(max-width: 575px){.h-wrapper .main .certificates .certificates-wrapper{padding:0}}.h-wrapper .main .certificates .certificates-wrapper h2{font-size:40px;font-weight:600;text-align:center;margin-bottom:45px}@media(max-width: 767px){.h-wrapper .main .certificates .certificates-wrapper h2{font-size:25px}}@media(max-width: 575px){.h-wrapper .main .certificates .certificates-wrapper h2{padding:0 15px}}.h-wrapper .main .certificates .certificates-wrapper .certificates__content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}@media(max-width: 1023px){.h-wrapper .main .certificates .certificates-wrapper .certificates__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.h-wrapper .main .certificates .certificates-wrapper .certificates__content .certificates__info{max-width:500px}@media(max-width: 1023px){.h-wrapper .main .certificates .certificates-wrapper .certificates__content .certificates__info{margin:0 auto 30px auto}}@media(max-width: 575px){.h-wrapper .main .certificates .certificates-wrapper .certificates__content .certificates__info{padding:0 15px}}.h-wrapper .main .certificates .certificates-wrapper .certificates__content .certificates__info .certificates__info__title{margin:30px 0}.h-wrapper .main .certificates .certificates-wrapper .certificates__content .certificates__info .certificates__info__title span{font-size:18px;font-weight:600}.h-wrapper .main .certificates .certificates-wrapper .certificates__content .certificates__info .certificates__info__list li{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;list-style:none;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:30px}.h-wrapper .main .certificates .certificates-wrapper .certificates__content .certificates__info .certificates__info__list li img{width:20px;height:20px;margin-right:15px}.h-wrapper .main .certificates .certificates-wrapper .certificates__content .certificates__info .certificates__info__list li span{font-size:16px;font-weight:400;color:#242424}.h-wrapper .main .certificates .certificates-wrapper .certificates__content .certificates__slider-wrapper{padding:0 60px;position:relative}@media(max-width: 575px){.h-wrapper .main .certificates .certificates-wrapper .certificates__content .certificates__slider-wrapper{padding:0;width:100%}}.h-wrapper .main .certificates .certificates-wrapper .certificates__content .certificates__slider-wrapper .certificates__swiper{width:346px;height:488px}@media(max-width: 575px){.h-wrapper .main .certificates .certificates-wrapper .certificates__content .certificates__slider-wrapper .certificates__swiper{width:100%;height:auto}}.h-wrapper .main .certificates .certificates-wrapper .certificates__content .certificates__slider-wrapper .certificates__swiper .swiper-wrapper .swiper-slide img{width:100%}.h-wrapper .main .certificates .certificates-wrapper .certificates__content .certificates__slider-wrapper .certificates__swiper-button-prev,.h-wrapper .main .certificates .certificates-wrapper .certificates__content .certificates__slider-wrapper .certificates__swiper-button-next{position:absolute;top:50%;margin-top:-20px;cursor:pointer;z-index:10;color:#31ce59}.h-wrapper .main .certificates .certificates-wrapper .certificates__content .certificates__slider-wrapper .certificates__swiper-button-prev{left:-5px}@media(max-width: 575px){.h-wrapper .main .certificates .certificates-wrapper .certificates__content .certificates__slider-wrapper .certificates__swiper-button-prev{left:0}}.h-wrapper .main .certificates .certificates-wrapper .certificates__content .certificates__slider-wrapper .certificates__swiper-button-next{right:-5px}@media(max-width: 575px){.h-wrapper .main .certificates .certificates-wrapper .certificates__content .certificates__slider-wrapper .certificates__swiper-button-next{right:0}}.h-wrapper .main .varieties{padding:60px 0}.h-wrapper .main .varieties .varieties-wrapper h2{font-size:40px;font-weight:600;text-align:center;margin-bottom:30px}@media(max-width: 767px){.h-wrapper .main .varieties .varieties-wrapper h2{font-size:25px}}.h-wrapper .main .varieties .varieties-wrapper .varieties__video{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media(max-width: 767px){.h-wrapper .main .varieties .varieties-wrapper .varieties__video iframe{height:350px}}@media(max-width: 575px){.h-wrapper .main .varieties .varieties-wrapper .varieties__video iframe{height:250px}}.h-wrapper .main .products{padding:120px 0 0 0}.h-wrapper .main .products .product-wrapper{margin:0 auto 120px auto}@media(max-width: 575px){.h-wrapper .main .products .product-wrapper{padding:0}}.h-wrapper .main .products .product-wrapper .product__info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}@media(max-width: 1023px){.h-wrapper .main .products .product-wrapper .product__info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}@media(max-width: 575px){.h-wrapper .main .products .product-wrapper .product__info{padding:0 15px}}.h-wrapper .main .products .product-wrapper .product__info .product__images{min-width:350px;width:350px;margin-right:30px;position:relative}@media(max-width: 1023px){.h-wrapper .main .products .product-wrapper .product__info .product__images{margin:0 auto 30px auto}}@media(max-width: 575px){.h-wrapper .main .products .product-wrapper .product__info .product__images{width:200px;min-width:200px}}.h-wrapper .main .products .product-wrapper .product__info .product__images .product__image{width:100%}@media(max-width: 575px){.h-wrapper .main .products .product-wrapper .product__info .product__images .product__image{width:200px}}.h-wrapper .main .products .product-wrapper .product__info .product__images .product__discount{position:absolute;top:23px;width:200px;left:-96px;rotate:340deg}@media(max-width: 1365px){.h-wrapper .main .products .product-wrapper .product__info .product__images .product__discount{left:-25px;top:70px}}@media(max-width: 575px){.h-wrapper .main .products .product-wrapper .product__info .product__images .product__discount{rotate:20deg;left:-70px;top:30px;width:150px}}.h-wrapper .main .products .product-wrapper .product__info .product__description{width:100%}@media(max-width: 1023px){.h-wrapper .main .products .product-wrapper .product__info .product__description{text-align:center}}.h-wrapper .main .products .product-wrapper .product__info .product__description .product__title{font-size:40px;font-weight:600}@media(max-width: 767px){.h-wrapper .main .products .product-wrapper .product__info .product__description .product__title{font-size:25px}}.h-wrapper .main .products .product-wrapper .product__info .product__description .product__title span{font-size:40px;font-weight:600;margin:0}@media(max-width: 767px){.h-wrapper .main .products .product-wrapper .product__info .product__description .product__title span{font-size:25px}}.h-wrapper .main .products .product-wrapper .product__info .product__description .product__text{font-size:18px;font-weight:300;color:#242424;max-width:600px;display:block;margin:30px 0}@media(max-width: 1023px){.h-wrapper .main .products .product-wrapper .product__info .product__description .product__text{margin:30px auto}}.h-wrapper .main .products .product-wrapper .product__info .product__description .product__link{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}@media(max-width: 575px){.h-wrapper .main .products .product-wrapper .product__info .product__description .product__link{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0 15px}}.h-wrapper .main .products .product-wrapper .product__info .product__description .product__link .product__link__questions{width:100%;margin:0 15px;text-decoration:none;color:#fff;background-color:#31ce59;font-size:16px;font-family:"Roboto",Arial,sans-serif;font-weight:600;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-animation-name:myAnimation;animation-name:myAnimation;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-transition:.3s;transition:.3s;height:65px;border:2px solid #31ce59}.h-wrapper .main .products .product-wrapper .product__info .product__description .product__link .product__link__questions:hover{background-color:#fff;color:#31ce59}@media(max-width: 1365px){.h-wrapper .main .products .product-wrapper .product__info .product__description .product__link .product__link__questions{font-size:14px;margin:0 10px}}@media(max-width: 1023px){.h-wrapper .main .products .product-wrapper .product__info .product__description .product__link .product__link__questions{margin:0 15px}}@media(max-width: 575px){.h-wrapper .main .products .product-wrapper .product__info .product__description .product__link .product__link__questions{margin-bottom:15px}}.h-wrapper .main .products .product-wrapper .product__info .product__description .product__link .product__link__info{height:65px;width:100%;margin:0 15px;text-decoration:none;background-color:#fff;font-size:16px;color:#242424;border:2px solid #242424;font-family:"Roboto",Arial,sans-serif;font-weight:600;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-animation-name:myAnimation;animation-name:myAnimation;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-transition:.3s;transition:.3s}.h-wrapper .main .products .product-wrapper .product__info .product__description .product__link .product__link__info:hover{color:#31ce59;border:2px solid #31ce59}@media(max-width: 1365px){.h-wrapper .main .products .product-wrapper .product__info .product__description .product__link .product__link__info{font-size:14px;margin:0 10px}}@media(max-width: 1023px){.h-wrapper .main .products .product-wrapper .product__info .product__description .product__link .product__link__info{margin:0 15px}}@media(max-width: 575px){.h-wrapper .main .products .product-wrapper .product__info .product__description .product__link .product__link__info{margin-bottom:15px}}.h-wrapper .main .products .product-wrapper .product__info .product__description .product__link .product__link__video{height:65px;width:100%;max-width:200px;margin:0 15px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-decoration:none}.h-wrapper .main .products .product-wrapper .product__info .product__description .product__link .product__link__video img{margin-right:15px}@media(max-width: 1365px){.h-wrapper .main .products .product-wrapper .product__info .product__description .product__link .product__link__video img{width:50px}}.h-wrapper .main .products .product-wrapper .product__info .product__description .product__link .product__link__video span{margin:0;color:#242424}@media(max-width: 1365px){.h-wrapper .main .products .product-wrapper .product__info .product__description .product__link .product__link__video{font-size:14px;margin:0 10px}}@media(max-width: 1023px){.h-wrapper .main .products .product-wrapper .product__info .product__description .product__link .product__link__video{margin:0 15px}}@media(max-width: 575px){.h-wrapper .main .products .product-wrapper .product__info .product__description .product__link .product__link__video{max-width:250px}}.h-wrapper .main .products .product-wrapper .product__info .product__description .product__link .h-spacer{width:100%}@media(max-width: 1023px){.h-wrapper .main .products .product-wrapper .product__info .product__description .product__link .h-spacer{display:none}}.h-wrapper .main .products .product-wrapper .product__info .product__description p{max-width:450px;font-size:14px;font-weight:300;margin-top:30px;color:#242424}@media(max-width: 1023px){.h-wrapper .main .products .product-wrapper .product__info .product__description p{margin:30px auto}}.h-wrapper .main .products .product-wrapper .product__table{margin-top:15px}.h-wrapper .main .products .product-wrapper .product__table .product__table__row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.h-wrapper .main .products .product-wrapper .product__table .product__table__row .product__table__element{width:100%;padding:20px;border:1px solid #ccc;border-collapse:collapse;-webkit-box-sizing:content-box !important;box-sizing:content-box !important;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media(max-width: 767px){.h-wrapper .main .products .product-wrapper .product__table .product__table__row .product__table__element{padding:10px 5px}}@media(max-width: 575px){.h-wrapper .main .products .product-wrapper .product__table .product__table__row .product__table__element{padding:10px 1px}}.h-wrapper .main .products .product-wrapper .product__table .product__table__row .product__table__element span{font-weight:500;font-size:18px;color:#4d4c4c;text-align:center}@media(max-width: 767px){.h-wrapper .main .products .product-wrapper .product__table .product__table__row .product__table__element span{font-size:14px}}@media(max-width: 575px){.h-wrapper .main .products .product-wrapper .product__table .product__table__row .product__table__element span{font-size:12px}}.h-wrapper .main .products .product-wrapper .product__table .product__table__row--green .product__table__element{background-color:#31ce59;border:1px solid #ccc}.h-wrapper .main .products .product-wrapper .product__table .product__table__row--green .product__table__element span{color:#fff}.h-wrapper .main .products .product-wrapper .product__table .product__table__row--grey .product__table__element{background-color:#eee}.h-wrapper .main .all-products{background-color:#f6f6f6;padding:120px 0}.h-wrapper .main .all-products .all-products-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.h-wrapper .main .all-products .all-products-wrapper .all-products__text{margin-bottom:30px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.h-wrapper .main .all-products .all-products-wrapper .all-products__text h2{font-size:40px;margin-bottom:15px;font-weight:600px;text-align:center}@media(max-width: 767px){.h-wrapper .main .all-products .all-products-wrapper .all-products__text h2{font-size:25px}}.h-wrapper .main .all-products .all-products-wrapper .all-products__text span{font-size:16px;text-align:center}.h-wrapper .main .all-products .all-products-wrapper .all-products__link{width:100%;max-width:270px;margin:0 auto;text-decoration:none;color:#fff;background-color:#31ce59;font-size:16px;font-family:"Roboto",Arial,sans-serif;font-weight:600;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-animation-name:myAnimation;animation-name:myAnimation;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-transition:.3s;transition:.3s;height:65px;border:2px solid #31ce59}.h-wrapper .main .all-products .all-products-wrapper .all-products__link:hover{background-color:#33a80c;border:2px solid #33a80c}.h-wrapper .main .all-products .all-products-wrapper .all-products__content{margin-top:60px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media(max-width: 1023px){.h-wrapper .main .all-products .all-products-wrapper .all-products__content{max-width:580px;margin:60px auto 0 auto}}@media(max-width: 1023px)and (max-width: 767px){.h-wrapper .main .all-products .all-products-wrapper .all-products__content{max-width:400px}}.h-wrapper .main .all-products .all-products-wrapper .all-products__content .all-products__item{background-color:#fff;width:100%;max-width:260px;-webkit-box-shadow:0 0 15px rgba(0,0,0,.1);box-shadow:0 0 15px rgba(0,0,0,.1);margin:0 15px 60px 15px}.h-wrapper .main .all-products .all-products-wrapper .all-products__content .all-products__item .all-products__item__image img{width:100%}.h-wrapper .main .all-products .all-products-wrapper .all-products__content .all-products__item .all-products__item__title{padding:0 15px}.h-wrapper .main .all-products .all-products-wrapper .all-products__content .all-products__item .all-products__item__title h4{font-size:16px;font-weight:600;margin-bottom:10px}.h-wrapper .main .all-products .all-products-wrapper .all-products__content .all-products__item .all-products__item__subtitle{margin-bottom:10px;padding:0 15px}.h-wrapper .main .all-products .all-products-wrapper .all-products__content .all-products__item .all-products__item__subtitle span{font-size:14px;font-weight:300}.h-wrapper .main .all-products .all-products-wrapper .all-products__content .all-products__item .all-products__item__price{padding:0 15px}.h-wrapper .main .all-products .all-products-wrapper .all-products__content .all-products__item .all-products__item__price span{font-size:16px;font-weight:600}.h-wrapper .main .all-products .all-products-wrapper .all-products__content .all-products__item .all-products__item__buttons{padding:15px 10px 15px 10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.h-wrapper .main .all-products .all-products-wrapper .all-products__content .all-products__item .all-products__item__buttons .all-products__item__button-more{width:100%;max-width:270px;margin:0 5px;text-decoration:none;color:#242424;background-color:#fff;font-size:13px;font-family:"Roboto",Arial,sans-serif;font-weight:600;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-transition:.3s;transition:.3s;height:35px;border:1px solid #242424}.h-wrapper .main .all-products .all-products-wrapper .all-products__content .all-products__item .all-products__item__buttons .all-products__item__button-more:hover{border:1px solid #33a80c;color:#33a80c}.h-wrapper .main .all-products .all-products-wrapper .all-products__content .all-products__item .all-products__item__buttons .all-products__item__button-buy{width:100%;max-width:270px;margin:0 5px;text-decoration:none;color:#fff;background-color:#31ce59;font-size:13px;font-family:"Roboto",Arial,sans-serif;font-weight:600;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-transition:.3s;transition:.3s;height:35px;border:1px solid #31ce59}.h-wrapper .main .all-products .all-products-wrapper .all-products__content .all-products__item .all-products__item__buttons .all-products__item__button-buy:hover{border:1px solid #33a80c;background-color:#33a80c}.h-wrapper .main .credit{padding:120px 0}.h-wrapper .main .credit .credit-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.h-wrapper .main .credit .credit-wrapper .credit__text{margin-bottom:60px}.h-wrapper .main .credit .credit-wrapper .credit__text h2{font-size:40px;font-weight:600px;text-align:center;margin-bottom:15px}@media(max-width: 767px){.h-wrapper .main .credit .credit-wrapper .credit__text h2{font-size:25px}}.h-wrapper .main .credit .credit-wrapper .credit__text p{text-align:center;max-width:400px;font-size:18px;margin:0 auto}.h-wrapper .main .credit .credit-wrapper .credit__content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}@media(max-width: 1023px){.h-wrapper .main .credit .credit-wrapper .credit__content{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;margin:0 auto;max-width:600px}}.h-wrapper .main .credit .credit-wrapper .credit__content .credit__item{margin:0 15px;max-width:270px;width:100%;border:1px solid #f0f0f0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:20px 10px 10px 10px;-webkit-box-shadow:0 0 15px rgba(0,0,0,.1);box-shadow:0 0 15px rgba(0,0,0,.1)}@media(max-width: 1023px){.h-wrapper .main .credit .credit-wrapper .credit__content .credit__item{margin:0 15px 30px 15px}}.h-wrapper .main .credit .credit-wrapper .credit__content .credit__item .credit__item__image{margin-bottom:15px}.h-wrapper .main .credit .credit-wrapper .credit__content .credit__item .credit__item__image img{width:60px;height:60px}.h-wrapper .main .credit .credit-wrapper .credit__content .credit__item .credit__item__subtitle{margin-bottom:15px;text-align:center}.h-wrapper .main .credit .credit-wrapper .credit__content .credit__item .credit__item__subtitle span{font-size:14px}.h-wrapper .main .credit .credit-wrapper .credit__content .credit__item .credit__item__title{margin-bottom:15px}.h-wrapper .main .credit .credit-wrapper .credit__content .credit__item .credit__item__title h4{font-size:20px;font-weight:600;text-align:center}.h-wrapper .main .credit .credit-wrapper .credit__content .credit__item .credit__item__text{text-align:center}.h-wrapper .main .credit .credit-wrapper .credit__content .credit__item .credit__item__text span{font-size:16px;font-weight:300}.h-wrapper .main .credit .credit-wrapper .credit__content .credit__item--orange{background-color:#e9b03c}.h-wrapper .main .credit .credit-wrapper .credit__content .credit__item--orange .credit__item__subtitle span{color:#fff}.h-wrapper .main .credit .credit-wrapper .credit__content .credit__item--orange .credit__item__title h4{color:#fff}.h-wrapper .main .credit .credit-wrapper .credit__content .credit__item--orange .credit__item__text span{color:#fff}.h-wrapper .main .credit .credit-wrapper .credit__button{width:100%;max-width:270px;margin:60px auto 0 auto;text-decoration:none;color:#fff;background-color:#31ce59;font-size:16px;font-family:"Roboto",Arial,sans-serif;font-weight:600;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-transition:.3s;transition:.3s;height:65px;border:2px solid #31ce59;-webkit-animation-name:myAnimation;animation-name:myAnimation;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.h-wrapper .main .credit .credit-wrapper .credit__button:hover{border:2px solid #33a80c;background-color:#33a80c}.h-wrapper .main .award{padding:120px 0;background-color:#2e2e2e}.h-wrapper .main .award .award-wrapper{position:relative}.h-wrapper .main .award .award-wrapper .award__text{margin-bottom:60px}.h-wrapper .main .award .award-wrapper .award__text h2{font-size:40px;color:#fff;font-weight:600;text-align:center;line-height:60px}@media(max-width: 767px){.h-wrapper .main .award .award-wrapper .award__text h2{font-size:25px;line-height:35px}}.h-wrapper .main .award .award-wrapper .award__text h2 span{color:#d8ad5f;font-size:52px;font-weight:700}@media(max-width: 767px){.h-wrapper .main .award .award-wrapper .award__text h2 span{font-size:25px}}.h-wrapper .main .award .award-wrapper .award__content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media(max-width: 1023px){.h-wrapper .main .award .award-wrapper .award__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.h-wrapper .main .award .award-wrapper .award__content .award__content__text{width:100%;margin-right:60px}@media(max-width: 1023px){.h-wrapper .main .award .award-wrapper .award__content .award__content__text{margin:0}}.h-wrapper .main .award .award-wrapper .award__content .award__content__text p{font-size:18px;color:#fff;margin-bottom:30px}.h-wrapper .main .award .award-wrapper .award__content .award__content__image{width:100%;max-width:570px}@media(max-width: 1023px){.h-wrapper .main .award .award-wrapper .award__content .award__content__image{margin-top:30px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}.h-wrapper .main .award .award-wrapper .award__content .award__content__image img{width:100%}.h-wrapper .main .award .award-wrapper .award__content .award__icon{position:absolute;top:-20px;left:15px}.h-wrapper .main .award .award-wrapper .award__content .award__icon img{width:100%}@media(max-width: 1023px){.h-wrapper .main .award .award-wrapper .award__content .award__icon{width:100px;top:10px}}@media(max-width: 767px){.h-wrapper .main .award .award-wrapper .award__content .award__icon{top:-100px}}.h-wrapper .main .protection{padding:60px 0}.h-wrapper .main .protection .protection-wrapper .protection__alert{text-align:center;margin-bottom:5px}.h-wrapper .main .protection .protection-wrapper .protection__alert span{font-size:16px;color:#f41039;font-weight:600}.h-wrapper .main .protection .protection-wrapper .protection__title{margin-bottom:15px}.h-wrapper .main .protection .protection-wrapper .protection__title h2{font-size:40px;text-align:center;font-weight:600px}@media(max-width: 767px){.h-wrapper .main .protection .protection-wrapper .protection__title h2{font-size:25px}}.h-wrapper .main .protection .protection-wrapper .protection__subtitle{text-align:center;max-width:350px;margin:0 auto}.h-wrapper .main .protection .protection-wrapper .protection__subtitle span{font-size:18px;font-weight:300}.h-wrapper .main .protection .protection-wrapper .protection__content{margin-top:60px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}@media(max-width: 1023px){.h-wrapper .main .protection .protection-wrapper .protection__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.h-wrapper .main .protection .protection-wrapper .protection__content .protection__item--middle{border-left:1px solid #f0f0f0;border-right:1px solid #f0f0f0;padding:0 50px}@media(max-width: 1023px){.h-wrapper .main .protection .protection-wrapper .protection__content .protection__item--middle{border:0;padding:0}}.h-wrapper .main .protection .protection-wrapper .protection__content .protection__item{width:100%;margin:0 15px}@media(max-width: 1023px){.h-wrapper .main .protection .protection-wrapper .protection__content .protection__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin:0 0 100px 0}}.h-wrapper .main .protection .protection-wrapper .protection__content .protection__item .protection__item__number{width:60px;height:60px;margin:0 auto 30px auto;border-radius:50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border:10px solid rgba(50,206,89,.2)}@media(max-width: 1023px){.h-wrapper .main .protection .protection-wrapper .protection__content .protection__item .protection__item__number{margin:0 auto 15px auto}}.h-wrapper .main .protection .protection-wrapper .protection__content .protection__item .protection__item__number .protection__number__wrapper{width:40px;height:40px;border-radius:50%;background-color:#31ce59;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.h-wrapper .main .protection .protection-wrapper .protection__content .protection__item .protection__item__number .protection__number__wrapper span{color:#fff;font-size:18px;font-weight:600}.h-wrapper .main .protection .protection-wrapper .protection__content .protection__item .protection__item__title{margin-bottom:15px}.h-wrapper .main .protection .protection-wrapper .protection__content .protection__item .protection__item__title h4{font-size:22px;font-weight:400;line-height:29px}@media(max-width: 1023px){.h-wrapper .main .protection .protection-wrapper .protection__content .protection__item .protection__item__title h4{text-align:center}}.h-wrapper .main .protection .protection-wrapper .protection__content .protection__item .protection__item__description{margin-bottom:15px}@media(max-width: 1023px){.h-wrapper .main .protection .protection-wrapper .protection__content .protection__item .protection__item__description{text-align:center}}.h-wrapper .main .protection .protection-wrapper .protection__content .protection__item .protection__item__description span{font-size:16px;font-weight:300}.h-wrapper .main .protection .protection-wrapper .protection__content .protection__item .protection__item__image{margin-top:30px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.h-wrapper .main .purchase{padding:120px 0}.h-wrapper .main .purchase .purchase__wrapper .purchase__title{max-width:540px;margin:0 auto}.h-wrapper .main .purchase .purchase__wrapper .purchase__title h2{text-align:center;font-size:40px;font-weight:600}@media(max-width: 767px){.h-wrapper .main .purchase .purchase__wrapper .purchase__title h2{font-size:25px}}@media(max-width: 1023px){.h-wrapper .main .purchase .purchase__wrapper .purchase__title{margin:0 auto 60px auto}}.h-wrapper .main .purchase .purchase__wrapper .purchase__content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;padding:60px 0}@media(max-width: 1023px){.h-wrapper .main .purchase .purchase__wrapper .purchase__content{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;max-width:700px;margin:0 auto;padding:0}}.h-wrapper .main .purchase .purchase__wrapper .purchase__content .purchase__item--image{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.h-wrapper .main .purchase .purchase__wrapper .purchase__content .purchase__item{width:100%;margin:0 15px 60px 0}@media(max-width: 1023px){.h-wrapper .main .purchase .purchase__wrapper .purchase__content .purchase__item{width:300px}}.h-wrapper .main .purchase .purchase__wrapper .purchase__content .purchase__item img{width:100%}.h-wrapper .main .purchase .purchase__wrapper .purchase__content .purchase__item .purchase__item__image{width:140px;height:140px;margin:0 auto 30px auto;border-radius:50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border:20px solid rgba(50,206,89,.2)}.h-wrapper .main .purchase .purchase__wrapper .purchase__content .purchase__item .purchase__item__image .purchase-image__wrapper{width:100px;height:100px;border-radius:50%;background-color:#31ce59;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.h-wrapper .main .purchase .purchase__wrapper .purchase__content .purchase__item .purchase__item__image .purchase-image__wrapper img{width:50%}.h-wrapper .main .purchase .purchase__wrapper .purchase__content .purchase__item .purchase__item__title{margin-bottom:30px}.h-wrapper .main .purchase .purchase__wrapper .purchase__content .purchase__item .purchase__item__title h4{font-size:22px;font-weight:700px;text-align:center}.h-wrapper .main .purchase .purchase__wrapper .purchase__content .purchase__item .purchase__item__description{text-align:center;max-width:230px;margin:0 auto}.h-wrapper .main .purchase .purchase__wrapper .purchase__content .purchase__item .purchase__item__description span{font-size:18px;font-weight:400}.h-wrapper .main .delivery{padding:120px 0;background-image:url(//test.kotel-zubr.com/wp-content/plugins/custom-quiz/assets/dist/images/delivery_background.jpg);background-repeat:no-repeat;background-position:center;background-size:cover}.h-wrapper .main .delivery .delivery-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.h-wrapper .main .delivery .delivery-wrapper .delivery__title{margin-bottom:20px}.h-wrapper .main .delivery .delivery-wrapper .delivery__title h2{font-size:24px;text-align:center;color:#fff;font-weight:600}.h-wrapper .main .delivery .delivery-wrapper .delivery__text{text-align:center;max-width:488px;margin:0 auto 30px auto}.h-wrapper .main .delivery .delivery-wrapper .delivery__text span{color:#fff;margin:0 auto;line-height:25px;font-weight:500}.h-wrapper .main .delivery .delivery-wrapper .delivery__timer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.h-wrapper .main .delivery .delivery-wrapper .delivery__timer .delivery__timer__value{padding:0 30px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}@media(max-width: 575px){.h-wrapper .main .delivery .delivery-wrapper .delivery__timer .delivery__timer__value{padding:0 15px}}.h-wrapper .main .delivery .delivery-wrapper .delivery__timer .delivery__timer__value span{color:#fff;font-size:64px;font-weight:600}.h-wrapper .main .delivery .delivery-wrapper .delivery__timer .delivery__timer__value p{text-align:center;color:#fff;font-weight:300;font-size:14px}.h-wrapper .main .delivery .delivery-wrapper .delivery__timer .delivery__timer__minute{border-left:1px solid rgba(255,255,255,.2);border-right:1px solid rgba(255,255,255,.2)}.h-wrapper .main .delivery .delivery-wrapper .delivery__link{width:100%;max-width:400px;margin:60px auto 0 auto;text-decoration:none;color:#fff;background-color:#31ce59;font-size:16px;font-family:"Roboto",Arial,sans-serif;font-weight:600;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-transition:.3s;transition:.3s;height:65px;border:2px solid #31ce59;-webkit-animation-name:myAnimation;animation-name:myAnimation;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;text-align:center;padding:0 10px}.h-wrapper .main .delivery .delivery-wrapper .delivery__link:hover{border:2px solid #33a80c;background-color:#33a80c}.h-wrapper .main .reviews{padding:120px 0}.h-wrapper .main .reviews .reviews-wrapper .reviews__title{margin-bottom:60px;text-align:center}.h-wrapper .main .reviews .reviews-wrapper .reviews__title h2{font-size:40px;font-weight:600}@media(max-width: 767px){.h-wrapper .main .reviews .reviews-wrapper .reviews__title h2{font-size:25px}}.h-wrapper .main .reviews .reviews-wrapper .reviews__content{max-width:1000px;margin:0 auto}.h-wrapper .main .reviews .reviews-wrapper .reviews__content .reviews__swiper .swiper-wrapper .swiper-slide{padding:0 100px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}@media(max-width: 767px){.h-wrapper .main .reviews .reviews-wrapper .reviews__content .reviews__swiper .swiper-wrapper .swiper-slide{padding:0 50px}}@media(max-width: 575px){.h-wrapper .main .reviews .reviews-wrapper .reviews__content .reviews__swiper .swiper-wrapper .swiper-slide{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.h-wrapper .main .reviews .reviews-wrapper .reviews__content .reviews__swiper .swiper-wrapper .swiper-slide .slider__image{min-width:100px;width:100px;height:100px;margin:0 30px 0 0}@media(max-width: 575px){.h-wrapper .main .reviews .reviews-wrapper .reviews__content .reviews__swiper .swiper-wrapper .swiper-slide .slider__image{margin:0 auto 30px auto}}.h-wrapper .main .reviews .reviews-wrapper .reviews__content .reviews__swiper .swiper-wrapper .swiper-slide .slider__image img{width:100%;border-radius:50%}@media(max-width: 575px){.h-wrapper .main .reviews .reviews-wrapper .reviews__content .reviews__swiper .swiper-wrapper .swiper-slide .slider__text{text-align:center}}.h-wrapper .main .reviews .reviews-wrapper .reviews__content .reviews__swiper .swiper-wrapper .swiper-slide .slider__text span{font-size:16px;line-height:18px;font-weight:300}.h-wrapper .main .reviews .reviews-wrapper .reviews__content .reviews__swiper .swiper-wrapper .swiper-slide .slider__text .slider__info{margin:30px 0 60px 0}@media(max-width: 575px){.h-wrapper .main .reviews .reviews-wrapper .reviews__content .reviews__swiper .swiper-wrapper .swiper-slide .slider__text .slider__info{margin:15px 0 30px 0}}.h-wrapper .main .reviews .reviews-wrapper .reviews__content .reviews__swiper .swiper-wrapper .swiper-slide .slider__text .slider__info p{font-size:16px;font-weight:600}.h-wrapper .main .reviews .reviews-wrapper .reviews__content .reviews__swiper .swiper-wrapper .swiper-slide .slider__text .slider__info span{font-size:14px;font-weight:700}.h-wrapper .main .reviews .reviews-wrapper .reviews__content .reviews__swiper .reviews__swiper-scrollbar{bottom:0}.h-wrapper .main .reviews .reviews-wrapper .reviews__content .reviews__swiper .swiper-scrollbar-drag{background-color:#31ce59 !important}.h-wrapper .main .reviews .reviews-wrapper .reviews__content .reviews__swiper .swiper-button-prev,.h-wrapper .main .reviews .reviews-wrapper .reviews__content .reviews__swiper .swiper-button-next{color:#31ce59}.header-top{position:relative;z-index:99992;width:100%;background-color:#000;height:36px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media(max-width: 1024px){.header-top{display:none}}.header-top__inner{width:100%;height:100%;gap:54px}.header{width:100%;z-index:99992;background:#26272b;position:-webkit-sticky;position:sticky;top:0}@media(max-width: 768px){.header .logo__text{display:none}}.header__content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;width:100%;height:78px}.header__contact{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.header__contact-description{color:#fff;font-size:10px;font-family:"Roboto",sans-serif;font-weight:500;opacity:.8;background-position:center center;border-color:rgba(0,0,0,0);border-style:solid}@media(max-width: 576px){.header__contact-description{font-size:9px}}.header__contact-country{color:#fff;font-weight:300}.header__contact__phone{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:5px}.header__contact__phone .link--big{font-size:22px !important;font-weight:500;color:#fff;font-family:Roboto;font-size:22px;font-weight:500;-webkit-transition:.3 all linear;transition:.3 all linear;text-decoration:none}.header__contact__phone .link--big:hover{color:#3ccb7f}@media(max-width: 576px){.header__contact__phone .link--big{font-size:20px !important}}.header__consultation{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:6px;text-decoration:none;border:2px solid rgba(60,203,127,.5);padding:6px;border-radius:4px}.header__consultation-text{color:#fff;font-family:Roboto;font-size:16px;font-weight:500;text-decoration:none;-webkit-transition:all .3s;transition:all .3s}.header__consultation:hover .header__consultation-text{color:#3ccb7f}.header__schedule{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:4px}.header__schedule--mobile{display:block !important;-ms-grid-row:2;grid-row:2;-ms-grid-column:1;-ms-grid-column-span:2;grid-column:1/span 2}.header__schedule--mobile p{color:#26272b !important}.header__schedule-days,.header__schedule-hours,.header__schedule p{color:#fff;font-size:10px;font-weight:300}.header__schedule-hours,.header__schedule strong{font-weight:500}.header__socials{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:11px}.header__basket{position:relative;padding:6px;padding-bottom:2px;border-radius:4px;-webkit-transition:all .3s;transition:all .3s;margin-bottom:6px;cursor:pointer;border:none;background:none}.header__basket:hover{background-color:#3f3f46}.header__basket-count{position:absolute;top:-1px;left:25px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:20px;height:20px;color:#26272b;font-size:13px;font-family:"Roboto",sans-serif;font-weight:500;line-height:23px;border-radius:1000px;background-color:#fff}.nav{width:100%}.nav__list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:46px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:0;margin:0}.nav__list-item,.nav__list li{list-style:none}.nav__list-link,.nav__list a{color:#d1d1d6;font-family:Roboto;font-size:14px;font-weight:400;-webkit-transition:.3s linear all;transition:.3s linear all;text-decoration:none}.nav__list-link:hover,.nav__list a:hover{color:#fff}.header-bottom{height:60px}@media(max-width: 1024px){.header-bottom{display:none}}.header-bottom__nav{height:100%}.header-bottom__list{display:-ms-grid;display:grid;grid-template-columns:repeat(auto-fit, minmax(0, 1fr));grid-gap:0;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%}.header-bottom__item,.header-bottom .menu-item-has-children{position:relative;list-style:none;outline:none;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.header-bottom__item>a,.header-bottom .menu-item-has-children>a{color:#26272b;text-align:center;font-family:Roboto;font-size:14px;font-weight:500;text-decoration:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;gap:10px}.header-bottom__item>a::after,.header-bottom .menu-item-has-children>a::after{content:"";display:block;position:relative;top:0;right:3px;width:16px;height:16px;background:url(http://zubr-server.chost.com.ua/wp-content/themes/spacebox-theme/assets/src/images/green-arrow--thin.svg) center/contain no-repeat;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease}.header-bottom__item::before,.header-bottom__item:last-child::after,.header-bottom .menu-item-has-children::before,.header-bottom .menu-item-has-children:last-child::after{position:absolute;content:"";width:2px;height:20px;border-radius:10px;background-color:#d1d1d6;z-index:1;left:0}.header-bottom__item:last-child::after,.header-bottom .menu-item-has-children:last-child::after{right:0;left:auto}.header__socials--mobile{display:-webkit-box !important;display:-webkit-flex !important;display:-ms-flexbox !important;display:flex !important}.header__consultation--mobile{display:-webkit-box !important;display:-webkit-flex !important;display:-ms-flexbox !important;display:flex !important;-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1;border-radius:4px;border:2px solid rgba(60,203,127,.5) !important}.nav__list--mobile{margin-top:25px;-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-webkit-flex-direction:column !important;-ms-flex-direction:column !important;flex-direction:column !important;gap:8px;padding:0 15px;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;height:100%;overflow-y:auto}.nav__list--mobile a{text-decoration:none;color:#26272b;font-family:Roboto;font-size:14px;font-weight:500;-webkit-transition:.3s all;transition:.3s all}.nav__list--mobile a:hover{color:#3ccb7f}.header__nav-btn{display:none}@media(max-width: 1024px){.header__nav-btn{display:block}}.nav-icon-btn{--time: 0.1s;--width: 30px;--height: 30px;--line-height: 3px;--line-margin: 2;--color-white: #fff;--color-black: #000;height:var(--height);width:var(--width);display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;border:none;background-color:rgba(0,0,0,0);cursor:pointer}.nav-icon{position:relative;width:var(--width);height:var(--line-height);background-color:var(--color-white);border-radius:5px}.nav-icon::before,.nav-icon::after{content:"";display:block;position:absolute;left:0;width:var(--width);height:var(--line-height);background-color:var(--color-white);-webkit-transition:top var(--time) linear var(--time),-webkit-transform var(--time) ease-in;transition:top var(--time) linear var(--time),-webkit-transform var(--time) ease-in;transition:transform var(--time) ease-in,top var(--time) linear var(--time);transition:transform var(--time) ease-in,top var(--time) linear var(--time),-webkit-transform var(--time) ease-in;border-radius:5px}.nav-icon::before{top:calc(var(--line-height)*-3)}.nav-icon::after{top:calc(var(--line-height)*3)}.nav-icon.nav-icon--active{background-color:rgba(0,0,0,0)}.nav-icon.nav-icon--active::before,.nav-icon.nav-icon--active::after{top:0;-webkit-transition:top var(--time) linear,-webkit-transform var(--time) ease-in var(--time);transition:top var(--time) linear,-webkit-transform var(--time) ease-in var(--time);transition:top var(--time) linear,transform var(--time) ease-in var(--time);transition:top var(--time) linear,transform var(--time) ease-in var(--time),-webkit-transform var(--time) ease-in var(--time);background-color:var(--color-black)}.nav-icon.nav-icon--active::before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.nav-icon.nav-icon--active::after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.navbar{position:fixed;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;gap:10px;bottom:0;left:-380px;width:380px;height:calc(100% - 78px);background-color:#fff;-webkit-transition:left .3s ease-in-out;transition:left .3s ease-in-out;font-family:"Roboto",sans-serif;z-index:10;pointer-events:auto}.navbar .logo__text{color:#26272b;font-family:Roboto;font-size:9px;font-style:normal;font-weight:400;line-height:normal}.navbar--active{left:0}.navbar__wrapper{width:100%;height:100%;position:relative}.navbar__wrapper .navbar__catalog__wrapper{margin:12px 0 0 12px;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;gap:10px}.navbar__btn__wrapper{position:absolute;right:12px;top:12px}.navbar__content__wrapper{height:calc(100% - 40px);overflow-y:auto;padding:22px 0;margin:0;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-sizing:border-box;box-sizing:border-box}.navbar__content__wrapper .nav{border-top:1px solid #e4e4e7}.navbar__content__bottom{padding:0 15px;gap:20px;margin-top:10px;display:-ms-grid;display:grid;-ms-grid-columns:(auto)[2];grid-template-columns:repeat(2, auto);-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-top:1px solid #e4e4e7;padding-top:20px}.navbar__phone{text-decoration:none;color:#fff;font-size:20px;font-family:"Roboto",sans-serif;font-weight:100}.header__consultation--mobile .header__consultation-text{color:#26272b}@media screen and (max-width: 1100px){.header__schedule{display:none}}.link--green--mobile{color:#000 !important;font-size:15px !important}.link--navbar{color:#26272b !important;font-weight:500 !important;font-size:12px !important}.link--navbar:hover{color:#3ccb7f !important}@media screen and (max-width: 1024px){.header__consultation{display:none}.header__nav-btn{display:block}}@media screen and (max-width: 360px){.header__logo{display:none}.navbar{width:100%}}.header__socials>a,.header__socials>button,.navbar__content__bottom>a,.navbar__content__bottom>button,.nav__list-item>a,.nav__list-item>button,.header__contact__phone a,.header__contact__phone button,.header__logo>a,.header__logo>button{background:none;border:none}.cta-phone{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;width:100%;height:48px;color:#51525c}.cta-phone__input{font-size:16px;font-weight:400;width:100%;padding:14px;border-radius:4px 0 0 4px;outline:none;border:1px solid #3ccb7f;border-right:none;color:#51525c}.cta-phone__input:focus,.cta-phone__input:focus+.cta-phone__button{border-color:#099250}.cta-phone__button{font-size:16px;font-family:"Roboto",sans-serif;border-radius:0px 4px 4px 0px;cursor:pointer;white-space:nowrap;padding:0 14px;background:none;font-weight:600;border:1px solid #3ccb7f;color:#51525c}.purchase-offer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;gap:22px;background-color:#e4e4e7;border-radius:4px;color:#51525c;border:none;font-family:Roboto;padding:14px 0;cursor:pointer;-webkit-transition:.3s ease;transition:.3s ease}.purchase-offer:hover{background-color:#d1d1d6}.purchase-offer__text{font-weight:600;font-size:16px;color:#51525c}.purchase-offer__icons{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:13px}.background-text{border-radius:10px;color:#16b364;background:#fff;white-space:nowrap}.lang-switcher{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:5px}.lang-switcher__img{width:16px}.lang-switcher__link{color:#70707b;font-family:Roboto;font-size:14px;font-weight:400;text-decoration:none}.lang-switcher__link.active,.lang-switcher__link:hover{color:#d1d1d6}.lang-switcher__devider{width:1px;height:12px;background-color:#d1d1d6}.logo{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:12px;max-width:215px}.logo__link{width:60px;height:60px}.logo__text{color:#fff;font-family:Roboto;font-size:12px;font-weight:400}.logo--mobile{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-webkit-flex-direction:row !important;-ms-flex-direction:row !important;flex-direction:row !important;gap:8px !important}@media(max-width: 1024px){.modal-catalog--desktop{display:none}}.modal-catalog__btn{border:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:8px;cursor:pointer;border-radius:4px;background:#51525c;padding:8px;-webkit-transition:all .3s;transition:all .3s}.modal-catalog__btn:hover,.modal-catalog__btn.active{background:#70707b}.modal-catalog__btn-text{color:#fff;font-family:Roboto;font-size:16px;font-weight:500}.modal-catalog__btn-arrow,.modal-catalog__btn-cross{display:none}.modal-catalog__btn-arrow.show,.modal-catalog__btn-cross.show{display:block}.modal-catalog__content{position:absolute;width:0px;height:0px;background-color:#fff;font-family:"Roboto",sans-serif;border:1px solid #e4e4e7;display:none;height:360px;left:0;margin:0 40px;margin-top:19px;width:calc(100% - 80px);max-width:1366}@media(max-width: 1024px){.modal-catalog__content{margin:0 44px !important;margin-top:19px !important;width:calc(100% - 88px) !important}}@media(max-width: 360px){.modal-catalog__content{margin:0 18px;margin-top:19px;width:calc(100% - 36px)}}.modal-catalog__content.active{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.modal-catalog__categories{width:34%;border-right:1px solid #e4e4e7}.modal-catalog__categories-list{list-style:none;height:100%;padding:0;margin:0;overflow-y:scroll}.modal-catalog__categories-item{border-bottom:1px solid #e4e4e7;-webkit-box-sizing:border-box;box-sizing:border-box;height:72px;padding:0}.modal-catalog__categories-item:last-child{border:none}.modal-catalog__tab{cursor:pointer;border:none;width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:0 30px;background-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box}.modal-catalog__tab.active{background-color:#edfcf2}.modal-catalog__tab-text{color:#26272b;text-align:center;font-family:Roboto;font-size:16px;font-weight:500}.modal-catalog__tab-text.active{color:#32d583 !important}.modal-catalog__instances{width:66%;display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4, 1fr);overflow-y:scroll;padding:12px 0}.modal-catalog__instance-link{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:8px;text-align:center;font-family:Roboto;font-size:18px;color:#26272b;font-weight:500;-webkit-text-decoration-line:underline;text-decoration-line:underline}.modal-catalog__instance-link:hover{color:#32d583}.modal-catalog__instance-img{width:80px;height:80px}.modal-catalog__instance-types{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;list-style:none;gap:8px;margin-top:14px}.modal-catalog__instance-types a{color:#26272b;font-family:Roboto;font-size:14px;font-weight:400;-webkit-text-decoration-line:none;text-decoration-line:none}.modal-catalog__instance-types a:hover{color:#3ccb7f}@media screen and (max-width: 1400px){.modal-catalog__content{margin:0 166px;margin-top:19px;width:calc(100% - 332px)}}@media screen and (max-width: 1250px){.modal-catalog__content{margin:0 66px;margin-top:19px;width:calc(100% - 132px)}}@media screen and (max-width: 860px){.modal-catalog__content{margin:0 20px !important;margin-top:19px !important;width:calc(100% - 40px) !important}}@media screen and (max-width: 1024px){.header .default__container{margin:0px 44px}}@media screen and (max-width: 960px){.modal-catalog__categories-list li{height:64px}.modal-catalog__categories-list .modal-catalog__tab{padding:0 18px}.modal-catalog__instance .modal-catalog__instance-img{height:92px}}@media screen and (max-width: 860px){.header .default__container{margin:0px 20px}}@media screen and (max-width: 820px){.modal-catalog__content .modal-catalog__categories{width:40%}.modal-catalog__instance .modal-catalog__instance-img{height:85px}.modal-catalog__instances .modal-catalog__instance a{gap:8px}}@media screen and (max-width: 800px){.header__logo .header__logo-text{display:none}}@media screen and (max-width: 670px){.navbar{width:285px}}@media screen and (max-width: 550px){.header .default__container{margin:0 20px}}@media screen and (max-width: 490px){.header__logo{display:none}}.dropdown{display:none;background-color:#fff;border-radius:2px;-webkit-transition:all .3s ease;transition:all .3s ease;position:relative;font-size:14px;color:#26272b;height:100%;width:100%;text-align:left;outline:2px solid rgba(0,0,0,0)}.dropdown:active{background-color:#d1d1d6;border-color:#fff}.dropdown.active:hover,.dropdown.active{border-radius:2px 2px 0 0;background-color:#d1d1d6}.dropdown.active .dropdown__title,.dropdown.active>a{color:#3ccb7f}.dropdown.active>a::after{-webkit-transition:all .3s;transition:all .3s;-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.dropdown__select{cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;gap:6px;padding:6px 0;background-color:#fff;color:#26272b;font-family:"Roboto",sans-serif;font-weight:500;font-size:14px}.dropdown__arrow{margin-top:2px;-webkit-transform:scale(0.8);-ms-transform:scale(0.8);transform:scale(0.8)}.dropdown a:focus,.dropdown button:focus,.dropdown [tabindex]:focus{outline:2px solid rgba(0,0,0,0)}.dropdown__submenu{position:absolute;width:235px;background-color:#fff;font-family:"Roboto",sans-serif;min-width:100%;left:0;margin-top:20px;border-radius:0 1px 2px 2px;display:none;z-index:9;-webkit-box-shadow:0 0 10px rgba(0,0,0,.1);box-shadow:0 0 10px rgba(0,0,0,.1);padding:0;list-style:none}.dropdown__submenu-inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;min-width:100%}.dropdown__submenu-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;gap:22px;padding:7px 15px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;cursor:pointer;color:#18181b}.dropdown__submenu-item:hover .dropdown__submenu-link{color:#3ccb7f}.dropdown__submenu-img{width:45px;height:52px}.dropdown__submenu-link{display:inline-block;text-decoration:none;color:#18181b;font-size:12px;font-weight:400;-webkit-transition:.2s ease all;transition:.2s ease all}.menu-item-has-children.active .dropdown__title,.menu-item-has-children.active>a{color:#3ccb7f}.menu-item-has-children.active .dropdown__title::after,.menu-item-has-children.active>a::after{-webkit-transition:all .3s;transition:all .3s;-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.menu-item-has-children.active .sub-menu{max-height:none}.menu-item-has-children .sub-menu{position:absolute;width:235px;background-color:#fff;font-family:"Roboto",sans-serif;min-width:100%;left:0;margin-top:20px;border-radius:0 1px 2px 2px;max-height:0;overflow:hidden;-webkit-transition:max-height .3s ease;transition:max-height .3s ease;z-index:9;padding:0;list-style:none}.menu-item-has-children .sub-menu li{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;gap:22px;padding:4px 14px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;cursor:pointer;color:#18181b}.menu-item-has-children .sub-menu li:last-child{border-bottom:none}.menu-item-has-children .sub-menu a{color:#000;font-family:Roboto;font-size:14px;font-weight:400;text-decoration:none;-webkit-transition:.3s all;transition:.3s all}.menu-item-has-children .sub-menu li:hover a{color:#3ccb7f}li#menu-item-796{border-top:1px solid #000;padding:40px 0 0px 0px;margin-top:20px}#mobile-menu .sub-menu li:last-child a{margin-bottom:20px;border-bottom:1px solid #e4e4e7;padding-bottom:20px}*,:after,:before{padding:0;margin:0;border:0;-webkit-box-sizing:border-box;box-sizing:border-box}body,html{font-family:Roboto,Arial,sans-serif}h1,h2,h3,h4,h5,h6,p,span{color:#242424}a,h1,h2,h3,h4,h5,h6,li,p,span,strong{font-family:Roboto,sans-serif}.et_right_sidebar #main-content .container:before{display:none !important}@media(min-width: 981px){.et_right_sidebar #left-area{padding-right:0% !important}}@media(min-width: 981px){#left-area{width:100% !important;padding-bottom:0px !important}}.container{width:100% !important}.h-wrapper .main .wrapper{max-width:1230px;margin:0 auto;padding:0 15px}.h-wrapper .main .banner{background-image:url(//test.kotel-zubr.com/wp-content/plugins/custom-quiz/assets/dist/images/banner_background.jpg);background-repeat:no-repeat;background-size:cover;height:600px;background-position:center}@media(max-width: 767px){.h-wrapper .main .banner{height:auto}}.h-wrapper .main .banner-wrapper{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;height:600px}@media(max-width: 767px){.h-wrapper .main .banner-wrapper{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;padding:60px 0;height:auto}}.h-wrapper .main .banner-wrapper .banner__info{width:336px;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}@media(max-width: 767px){.h-wrapper .main .banner-wrapper .banner__info{width:100%;padding:0 15px;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}}.h-wrapper .main .banner-wrapper .banner__info h1{font-size:46px;color:#fff;text-align:center}.h-wrapper .main .banner-wrapper .banner__info .banner__info__image{margin:30px 0;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:end;justify-content:end}@media(max-width: 767px){.h-wrapper .main .banner-wrapper .banner__info .banner__info__image{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}}@media(max-width: 767px){.h-wrapper .main .banner-wrapper .banner__info .banner__info__remainder{text-align:center}}.h-wrapper .main .banner-wrapper .banner__info .banner__info__remainder span{font-size:16px;color:#fff;text-transform:uppercase;font-weight:600}@media(max-width: 767px){.h-wrapper .main .banner-wrapper .banner__info .banner__info__remainder span{font-size:14px}}.h-wrapper .main .banner-wrapper .banner__info .banner__info__remainder .banner__info__number{font-size:20px;padding:5px 15px;background-color:#c21818;border-radius:5px}@media(max-width: 767px){.h-wrapper .main .banner-wrapper .banner__info .banner__info__remainder .banner__info__number{font-size:18px}}.h-wrapper .main .banner-wrapper .banner__info .banner__info__button{margin-top:20px;width:100%;text-decoration:none;color:#fff;background-color:#31ce59;font-size:18px;font-family:Roboto,Arial,sans-serif;line-height:1.55;font-weight:600;padding:20px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-animation-name:myAnimation;animation-name:myAnimation;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-transition:.2s;transition:.2s}.h-wrapper .main .banner-wrapper .banner__info .banner__info__button:hover{background-color:#33a80c}@media(max-width: 767px){.h-wrapper .main .banner-wrapper .banner__info .banner__info__button{max-width:400px;margin:20px 10px 0 10px}}@-webkit-keyframes myAnimation{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.05);transform:scale(1.05)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes myAnimation{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.05);transform:scale(1.05)}100%{-webkit-transform:scale(1);transform:scale(1)}}.h-wrapper .main .banner-wrapper .banner__decor{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;position:relative;margin-left:auto;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}@media(max-width: 767px){.h-wrapper .main .banner-wrapper .banner__decor{margin:60px auto 0 auto}}.h-wrapper .main .banner-wrapper .banner__decor__quality{z-index:2;left:-200px;position:absolute;width:330px;padding:15px;height:330px;border:1px solid #fff;border-radius:50%}@media(max-width: 1365px){.h-wrapper .main .banner-wrapper .banner__decor__quality{display:none}}.h-wrapper .main .banner-wrapper .banner__decor__quality .banner__decor__wrapper{background-color:#31ce59;border-radius:50%;width:300px;height:300px;position:relative;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.h-wrapper .main .banner-wrapper .banner__decor__quality .banner__decor__wrapper img{position:absolute;top:-100px;left:-20px}.h-wrapper .main .banner-wrapper .banner__decor__quality .banner__decor__wrapper span{color:#fff;font-size:18px;line-height:20px;padding:60px 110px 0 25px;text-align:end}.h-wrapper .main .banner-wrapper .banner__decor__info{z-index:3;position:relative}@media(max-width: 1023px){.h-wrapper .main .banner-wrapper .banner__decor__info img:first-child{width:300px}}.h-wrapper .main .banner-wrapper .banner__decor__info ul{position:absolute;top:95px;right:175px}@media(max-width: 1023px){.h-wrapper .main .banner-wrapper .banner__decor__info ul{position:absolute;top:21px;right:20px}}.h-wrapper .main .banner-wrapper .banner__decor__info ul li{font-size:14px;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;max-width:200px}.h-wrapper .main .banner-wrapper .banner__decor__info ul li span{margin:0 0 5px 40px;color:#fff}.h-wrapper .main .video-end{padding:60px 0}.h-wrapper .main .video{padding:120px 0}.h-wrapper .main .video-wrapper{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.h-wrapper .main .video-wrapper .video__text{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;margin-bottom:45px}.h-wrapper .main .video-wrapper .video__text h2{text-align:center;font-size:40px;background-color:#31ce59;color:#fff;padding:10px 30px}@media(max-width: 767px){.h-wrapper .main .video-wrapper .video__text h2{font-size:20px}}.h-wrapper .main .video-wrapper .video__title{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;margin-bottom:45px}.h-wrapper .main .video-wrapper .video__title h2{font-size:40px}@media(max-width: 767px){.h-wrapper .main .video-wrapper .video__title h2{font-size:25px}}.h-wrapper .main .video-wrapper .video__content{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}@media(max-width: 1023px){.h-wrapper .main .video-wrapper .video__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}}.h-wrapper .main .video-wrapper .video__content iframe:first-of-type{padding-right:15px}@media(max-width: 1023px){.h-wrapper .main .video-wrapper .video__content iframe:first-of-type{padding:0;margin-bottom:45px}}@media(max-width: 767px){.h-wrapper .main .video-wrapper .video__content iframe:first-of-type{width:100%}}@media(max-width: 575px){.h-wrapper .main .video-wrapper .video__content iframe:first-of-type{height:250px}}.h-wrapper .main .video-wrapper .video__content iframe:last-of-type{padding-left:15px}@media(max-width: 1023px){.h-wrapper .main .video-wrapper .video__content iframe:last-of-type{padding:0}}@media(max-width: 767px){.h-wrapper .main .video-wrapper .video__content iframe:last-of-type{width:100%}}.footer .footer-col--mobile{display:none}@media(max-width: 575px){.h-wrapper .main .video-wrapper .video__content iframe:last-of-type{height:250px}.h-wrapper .main .banner-wrapper .banner__info .banner__info__button{margin:20px 40px 0 40px}.h-wrapper .main .banner-wrapper .banner__decor__info ul li:first-child{position:relative;right:5px;top:-10px}.h-wrapper .main .banner-wrapper .banner__decor__info ul li:nth-child(2){position:relative;left:15px;top:-10px}.h-wrapper .main .banner-wrapper .banner__decor__info ul li:last-child{position:relative;top:18px;right:30px}.footer .footer-col{display:none !important}.footer .footer-col--mobile{display:block !important}.footer .footer-logo--mobile{padding-bottom:5px !important;padding-top:15px !important}.footer .footer__tel{margin-top:25px !important;margin-bottom:25px}}.h-wrapper .main .video-wrapper .video__button{width:100%;max-width:270px;margin:60px auto 0 auto;text-decoration:none;color:#fff;background-color:#31ce59;font-size:16px;font-family:Roboto,Arial,sans-serif;font-weight:600;display:-webkit-inline-box;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-transition:.3s;transition:.3s;height:65px;border:2px solid #31ce59;-webkit-animation-name:myAnimation;animation-name:myAnimation;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-ms-grid-column-align:center;justify-self:center}.h-wrapper .main .video-wrapper .video__button:hover{border:2px solid #33a80c;background-color:#33a80c}.h-wrapper .main .profitability{padding-bottom:60px}.h-wrapper .main .profitability h2{font-size:40px;text-align:center;max-width:800px;margin:0 auto 30px auto}@media(max-width: 767px){.h-wrapper .main .profitability h2{font-size:25px}}.h-wrapper .main .profitability h3{font-size:16px;color:#242424;font-weight:300;margin:0 auto 30px auto;max-width:600px}.h-wrapper .main .profitability .profitability__content{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row}@media(max-width: 1023px){.h-wrapper .main .profitability .profitability__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}}.h-wrapper .main .profitability .profitability__content .profitability__image{min-width:400px;margin-right:60px}@media(max-width: 1023px){.h-wrapper .main .profitability .profitability__content .profitability__image{max-width:400px;margin:0 auto 30px auto}}@media(max-width: 575px){.h-wrapper .main .profitability .profitability__content .profitability__image{min-width:1px;width:100%}}.h-wrapper .main .profitability .profitability__content .profitability__image img{width:100%}.h-wrapper .main .profitability .profitability__content .profitability__info__attent{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;padding:20px 5px;border:5px solid #fff}@media(max-width: 575px){.h-wrapper .main .profitability .profitability__content .profitability__info__attent{padding:0;border:none;padding:10px 0}}.h-wrapper .main .profitability .profitability__content .profitability__info__attent span{font-size:18px;font-weight:600}@media(max-width: 575px){.h-wrapper .main .profitability .profitability__content .profitability__info__attent span{font-size:16px}}.h-wrapper .main .profitability .profitability__content .profitability__info__text{margin:15px 0 25px 0}.h-wrapper .main .profitability .profitability__content .profitability__info__text span{font-size:18px;font-weight:600}.h-wrapper .main .profitability .profitability__content .profitability__info__quote{position:relative;padding:30px}.h-wrapper .main .profitability .profitability__content .profitability__info__quote img:first-of-type{position:absolute;top:10px;left:0;width:20px;height:20px}.h-wrapper .main .profitability .profitability__content .profitability__info__quote img:last-of-type{position:absolute;bottom:10px;right:0;width:20px;height:20px;rotate:180deg}.h-wrapper .main .profitability .profitability__content .profitability__info__quote span{margin-bottom:15px;display:inline-block;font-style:italic}.h-wrapper .main .structure{padding:120px 0;background-color:#f6f6f6}.h-wrapper .main .structure h2{font-size:40px;text-align:center;margin-bottom:50px;font-weight:600}@media(max-width: 767px){.h-wrapper .main .structure h2{font-size:25px}}.h-wrapper .main .structure .structure__content{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;position:relative;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;overflow:hiden}@media(max-width: 1023px){.h-wrapper .main .structure .structure__content{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:end;justify-content:end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}}.h-wrapper .main .structure .structure__content .structure__list{position:absolute;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;left:0;margin-top:70px}@media(max-width: 1023px){.h-wrapper .main .structure .structure__content .structure__list{right:0;position:relative}}@media(max-width: 767px){.h-wrapper .main .structure .structure__content .structure__list{margin-top:400px;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}}.h-wrapper .main .structure .structure__content .structure__list li{list-style:none;margin-bottom:60px;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}@media(max-width: 1023px){.h-wrapper .main .structure .structure__content .structure__list li{-webkit-box-align:end;-ms-flex-align:end;-webkit-align-items:end;align-items:end}}@media(max-width: 767px){.h-wrapper .main .structure .structure__content .structure__list li{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;width:100%}}.h-wrapper .main .structure .structure__content .structure__list li .structure__list__content{max-width:330px;margin-bottom:15px}.h-wrapper .main .structure .structure__content .structure__list li .structure__list__content div{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;margin-bottom:10px}.h-wrapper .main .structure .structure__content .structure__list li .structure__list__content div img{width:40px;height:40px;margin-right:15px}.h-wrapper .main .structure .structure__content .structure__list li .structure__list__content div h4{font-size:18px;font-weight:600px}.h-wrapper .main .structure .structure__content .structure__list li .structure__list__content span{font-size:14px;font-weight:400}@media(max-width: 1023px){.h-wrapper .main .structure .structure__content .structure__list li img{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}}@media(max-width: 767px){.h-wrapper .main .structure .structure__content .structure__list li img{margin-right:200px}}@media(max-width: 575px){.h-wrapper .main .structure .structure__content .structure__list li .structure__list__decor{display:none}}.h-wrapper .main .structure .structure__content .structure__list--second{right:0}@media(max-width: 1023px){.h-wrapper .main .structure .structure__content .structure__list--second{margin:0}}@media(max-width: 767px){.h-wrapper .main .structure .structure__content .structure__list--second{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}}.h-wrapper .main .structure .structure__content .structure__list--second li{-webkit-box-align:end;-ms-flex-align:end;-webkit-align-items:end;align-items:end}@media(max-width: 767px){.h-wrapper .main .structure .structure__content .structure__list--second li{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}}.h-wrapper .main .structure .structure__content .structure__list--second li .structure__list__content{max-width:330px}.h-wrapper .main .structure .structure__content .structure__list--second li .structure__list__content div img{margin-right:0}.h-wrapper .main .structure .structure__content .structure__list--second li .structure__list__content div h4{margin-left:15px}.h-wrapper .main .structure .structure__content .structure__list--second li img{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.h-wrapper .main .structure .structure__content .structure__image img{width:100%}@media(max-width: 1365px){.h-wrapper .main .structure .structure__content .structure__image{width:300px;margin-top:90px}}@media(max-width: 1023px){.h-wrapper .main .structure .structure__content .structure__image{position:absolute;margin:0;top:250px}}@media(max-width: 767px){.h-wrapper .main .structure .structure__content .structure__image{top:0;width:100%;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.h-wrapper .main .structure .structure__content .structure__image img{max-width:300px}}.h-wrapper .main .contact{background-image:url(//test.kotel-zubr.com/wp-content/plugins/custom-quiz/assets/dist/images/contact_background.png);padding:60px 0;background-position:center;background-repeat:no-repeat;background-size:cover}.h-wrapper .main .contact .contact-wrapper h2{font-size:40px;font-weight:600;color:#fff;text-align:center}@media(max-width: 767px){.h-wrapper .main .contact .contact-wrapper h2{font-size:25px}}.h-wrapper .main .contact .contact-wrapper p{font-size:18px;color:#fff;text-align:center;max-width:330px;margin:15px auto 30px auto}@media(max-width: 767px){.h-wrapper .main .contact .contact-wrapper p{font-size:16px}}.h-wrapper .main .contact .contact-wrapper .contact__form{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}@media(max-width: 767px){.h-wrapper .main .contact .contact-wrapper .contact__form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}}.h-wrapper .main .contact .contact-wrapper .contact__form input{margin:0 15px;color:#262626;border:1px solid #e6e6e6;background-color:#fff;font-size:16px;font-weight:400;height:60px;padding:0 20px;width:100%}.h-wrapper .main .contact .contact-wrapper .contact__form input:focus{outline:0}@media(max-width: 1023px){.h-wrapper .main .contact .contact-wrapper .contact__form input{margin:0 10px}}@media(max-width: 767px){.h-wrapper .main .contact .contact-wrapper .contact__form input{margin:0 0 15px 0}}.h-wrapper .main .contact .contact-wrapper .contact__form .contact__form__button{width:100%;margin:0 15px;text-decoration:none;color:#fff;background-color:#31ce59;font-size:18px;font-family:Roboto,Arial,sans-serif;font-weight:600;display:-webkit-inline-box;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-animation-name:myAnimation;animation-name:myAnimation;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-transition:.2s;transition:.2s}.h-wrapper .main .contact .contact-wrapper .contact__form .contact__form__button:hover{background-color:#33a80c}@media(max-width: 1023px){.h-wrapper .main .contact .contact-wrapper .contact__form .contact__form__button{font-size:16px;margin:0 10px}}@media(max-width: 767px){.h-wrapper .main .contact .contact-wrapper .contact__form .contact__form__button{margin:0 auto;height:60px;max-width:400px}}@media(max-width: 575px){.h-wrapper .main .contact .contact-wrapper .contact__form .contact__form__button{max-width:none;width:calc(100% - 30px);margin:0 15px}}.h-wrapper .main .certificates{padding:120px 0 60px 0}@media(max-width: 575px){.h-wrapper .main .certificates .certificates-wrapper{padding:0}}.h-wrapper .main .certificates .certificates-wrapper h2{font-size:40px;font-weight:600;text-align:center;margin-bottom:45px}@media(max-width: 767px){.h-wrapper .main .certificates .certificates-wrapper h2{font-size:20px}}@media(max-width: 575px){.h-wrapper .main .certificates .certificates-wrapper h2{padding:0 15px}}.h-wrapper .main .certificates .certificates-wrapper .certificates__content{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}@media(max-width: 1023px){.h-wrapper .main .certificates .certificates-wrapper .certificates__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}}.h-wrapper .main .certificates .certificates-wrapper .certificates__content .certificates__info{max-width:500px}@media(max-width: 1023px){.h-wrapper .main .certificates .certificates-wrapper .certificates__content .certificates__info{margin:0 auto 30px auto}}@media(max-width: 575px){.h-wrapper .main .certificates .certificates-wrapper .certificates__content .certificates__info{padding:0 15px}}.h-wrapper .main .certificates .certificates-wrapper .certificates__content .certificates__info .certificates__info__title{margin:30px 0}.h-wrapper .main .certificates .certificates-wrapper .certificates__content .certificates__info .certificates__info__title span{font-size:18px;font-weight:600}.h-wrapper .main .certificates .certificates-wrapper .certificates__content .certificates__info .certificates__info__list li{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;list-style:none;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;margin-bottom:30px}.h-wrapper .main .certificates .certificates-wrapper .certificates__content .certificates__info .certificates__info__list li img{width:20px;height:20px;margin-right:15px}.h-wrapper .main .certificates .certificates-wrapper .certificates__content .certificates__info .certificates__info__list li span{font-size:16px;font-weight:400;color:#242424}.h-wrapper .main .certificates .certificates-wrapper .certificates__content .certificates__slider-wrapper{padding:0 60px;position:relative}@media(max-width: 575px){.h-wrapper .main .certificates .certificates-wrapper .certificates__content .certificates__slider-wrapper{padding:0;width:100%}}.h-wrapper .main .certificates .certificates-wrapper .certificates__content .certificates__slider-wrapper .certificates__swiper{width:346px;height:488px}@media(max-width: 575px){.h-wrapper .main .certificates .certificates-wrapper .certificates__content .certificates__slider-wrapper .certificates__swiper{width:100%;height:auto}}.h-wrapper .main .certificates .certificates-wrapper .certificates__content .certificates__slider-wrapper .certificates__swiper .swiper-wrapper .swiper-slide img{width:100%}.h-wrapper .main .certificates .certificates-wrapper .certificates__content .certificates__slider-wrapper .certificates__swiper-button-next,.h-wrapper .main .certificates .certificates-wrapper .certificates__content .certificates__slider-wrapper .certificates__swiper-button-prev{position:absolute;top:50%;margin-top:-20px;cursor:pointer;z-index:10;color:#31ce59}.h-wrapper .main .certificates .certificates-wrapper .certificates__content .certificates__slider-wrapper .certificates__swiper-button-prev{left:-5px}@media(max-width: 575px){.h-wrapper .main .certificates .certificates-wrapper .certificates__content .certificates__slider-wrapper .certificates__swiper-button-prev{left:0}}.h-wrapper .main .certificates .certificates-wrapper .certificates__content .certificates__slider-wrapper .certificates__swiper-button-next{right:-5px}@media(max-width: 575px){.h-wrapper .main .certificates .certificates-wrapper .certificates__content .certificates__slider-wrapper .certificates__swiper-button-next{right:0}}.h-wrapper .main .varieties{padding:60px 0}.h-wrapper .main .varieties .varieties-wrapper h2{font-size:40px;font-weight:600;text-align:center;margin-bottom:30px}@media(max-width: 767px){.h-wrapper .main .varieties .varieties-wrapper h2{font-size:25px}}.h-wrapper .main .varieties .varieties-wrapper .varieties__video{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}@media(max-width: 767px){.h-wrapper .main .varieties .varieties-wrapper .varieties__video iframe{height:350px}}@media(max-width: 575px){.h-wrapper .main .varieties .varieties-wrapper .varieties__video iframe{height:250px}}.h-wrapper .main .products{padding:120px 0 0 0}.h-wrapper .main .products .product-wrapper{margin:0 auto 120px auto}@media(max-width: 575px){.h-wrapper .main .products .product-wrapper{padding:0}}.h-wrapper .main .products .product-wrapper .product__info{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row}@media(max-width: 1023px){.h-wrapper .main .products .product-wrapper .product__info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}}@media(max-width: 575px){.h-wrapper .main .products .product-wrapper .product__info{padding:0 15px}}.h-wrapper .main .products .product-wrapper .product__info .product__images{min-width:350px;width:350px;margin-right:30px;position:relative}@media(max-width: 1023px){.h-wrapper .main .products .product-wrapper .product__info .product__images{margin:0 auto 30px auto}}@media(max-width: 575px){.h-wrapper .main .products .product-wrapper .product__info .product__images{width:200px;min-width:200px}}.h-wrapper .main .products .product-wrapper .product__info .product__images .product__image{width:100%}@media(max-width: 575px){.h-wrapper .main .products .product-wrapper .product__info .product__images .product__image{width:200px}}.h-wrapper .main .products .product-wrapper .product__info .product__images .product__discount{position:absolute;top:23px;width:200px;left:-96px;rotate:340deg}@media(max-width: 1365px){.h-wrapper .main .products .product-wrapper .product__info .product__images .product__discount{left:-25px;top:70px}}@media(max-width: 575px){.h-wrapper .main .products .product-wrapper .product__info .product__images .product__discount{rotate:20deg;left:-70px;top:30px;width:150px}}.h-wrapper .main .products .product-wrapper .product__info .product__description{width:100%}@media(max-width: 1023px){.h-wrapper .main .products .product-wrapper .product__info .product__description{text-align:center}}.h-wrapper .main .products .product-wrapper .product__info .product__description .product__title{font-size:40px;font-weight:600}@media(max-width: 767px){.h-wrapper .main .products .product-wrapper .product__info .product__description .product__title{font-size:25px}}.h-wrapper .main .products .product-wrapper .product__info .product__description .product__title span{font-size:40px;font-weight:600;margin:0}@media(max-width: 767px){.h-wrapper .main .products .product-wrapper .product__info .product__description .product__title span{font-size:25px}}.h-wrapper .main .products .product-wrapper .product__info .product__description .product__text{font-size:18px;font-weight:300;color:#242424;max-width:600px;display:block;margin:30px 0}@media(max-width: 1023px){.h-wrapper .main .products .product-wrapper .product__info .product__description .product__text{margin:30px auto}}.h-wrapper .main .products .product-wrapper .product__info .product__description .product__link{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}@media(max-width: 575px){.h-wrapper .main .products .product-wrapper .product__info .product__description .product__link{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;padding:0 15px}}.h-wrapper .main .products .product-wrapper .product__info .product__description .product__link .product__link__questions{width:100%;margin:0 15px;text-decoration:none;color:#fff;background-color:#31ce59;font-size:16px;font-family:Roboto,Arial,sans-serif;font-weight:600;display:-webkit-inline-box;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-animation-name:myAnimation;animation-name:myAnimation;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-transition:.3s;transition:.3s;height:65px;border:2px solid #31ce59}.h-wrapper .main .products .product-wrapper .product__info .product__description .product__link .product__link__questions:hover{background-color:#fff;color:#31ce59}@media(max-width: 1365px){.h-wrapper .main .products .product-wrapper .product__info .product__description .product__link .product__link__questions{font-size:14px;margin:0 10px}}@media(max-width: 1023px){.h-wrapper .main .products .product-wrapper .product__info .product__description .product__link .product__link__questions{margin:0 15px}}@media(max-width: 575px){.h-wrapper .main .products .product-wrapper .product__info .product__description .product__link .product__link__questions{margin-bottom:15px}}.h-wrapper .main .products .product-wrapper .product__info .product__description .product__link .product__link__info{height:65px;width:100%;margin:0 15px;text-decoration:none;background-color:#fff;font-size:16px;color:#242424;border:2px solid #242424;font-family:Roboto,Arial,sans-serif;font-weight:600;display:-webkit-inline-box;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-animation-name:myAnimation;animation-name:myAnimation;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-transition:.3s;transition:.3s}.h-wrapper .main .products .product-wrapper .product__info .product__description .product__link .product__link__info:hover{color:#31ce59;border:2px solid #31ce59}@media(max-width: 1365px){.h-wrapper .main .products .product-wrapper .product__info .product__description .product__link .product__link__info{font-size:14px;margin:0 10px}}@media(max-width: 1023px){.h-wrapper .main .products .product-wrapper .product__info .product__description .product__link .product__link__info{margin:0 15px}}@media(max-width: 575px){.h-wrapper .main .products .product-wrapper .product__info .product__description .product__link .product__link__info{margin-bottom:15px}}.h-wrapper .main .products .product-wrapper .product__info .product__description .product__link .product__link__video{height:65px;width:100%;max-width:200px;margin:0 15px;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;text-decoration:none}.h-wrapper .main .products .product-wrapper .product__info .product__description .product__link .product__link__video img{margin-right:15px}@media(max-width: 1365px){.h-wrapper .main .products .product-wrapper .product__info .product__description .product__link .product__link__video img{width:50px}}.h-wrapper .main .products .product-wrapper .product__info .product__description .product__link .product__link__video span{margin:0;color:#242424}@media(max-width: 1365px){.h-wrapper .main .products .product-wrapper .product__info .product__description .product__link .product__link__video{font-size:14px;margin:0 10px}}@media(max-width: 1023px){.h-wrapper .main .products .product-wrapper .product__info .product__description .product__link .product__link__video{margin:0 15px}}@media(max-width: 575px){.h-wrapper .main .products .product-wrapper .product__info .product__description .product__link .product__link__video{max-width:250px}}.h-wrapper .main .products .product-wrapper .product__info .product__description .product__link .h-spacer{width:100%}@media(max-width: 1023px){.h-wrapper .main .products .product-wrapper .product__info .product__description .product__link .h-spacer{display:none}}.h-wrapper .main .products .product-wrapper .product__info .product__description p{max-width:450px;font-size:14px;font-weight:300;margin-top:30px;color:#242424}@media(max-width: 1023px){.h-wrapper .main .products .product-wrapper .product__info .product__description p{margin:30px auto}}.h-wrapper .main .products .product-wrapper .product__table{margin-top:15px}.h-wrapper .main .products .product-wrapper .product__table .product__table__row{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row}.h-wrapper .main .products .product-wrapper .product__table .product__table__row .product__table__element{width:100%;padding:20px;border:1px solid #ccc;border-collapse:collapse;-webkit-box-sizing:content-box !important;box-sizing:content-box !important;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}@media(max-width: 767px){.h-wrapper .main .products .product-wrapper .product__table .product__table__row .product__table__element{padding:10px 5px}}@media(max-width: 575px){.h-wrapper .main .products .product-wrapper .product__table .product__table__row .product__table__element{padding:10px 1px}}.h-wrapper .main .products .product-wrapper .product__table .product__table__row .product__table__element span{font-weight:500;font-size:18px;color:#4d4c4c;text-align:center}@media(max-width: 767px){.h-wrapper .main .products .product-wrapper .product__table .product__table__row .product__table__element span{font-size:14px}}@media(max-width: 575px){.h-wrapper .main .products .product-wrapper .product__table .product__table__row .product__table__element span{font-size:12px}}.h-wrapper .main .products .product-wrapper .product__table .product__table__row--green .product__table__element{background-color:#31ce59;border:1px solid #ccc}.h-wrapper .main .products .product-wrapper .product__table .product__table__row--green .product__table__element span{color:#fff}.h-wrapper .main .products .product-wrapper .product__table .product__table__row--grey .product__table__element{background-color:#eee}.h-wrapper .main .all-products{background-color:#f6f6f6;padding:120px 0}.h-wrapper .main .all-products .all-products-wrapper{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.h-wrapper .main .all-products .all-products-wrapper .all-products__text{margin-bottom:30px;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.h-wrapper .main .all-products .all-products-wrapper .all-products__text h2{font-size:40px;margin-bottom:15px;font-weight:600px;text-align:center}@media(max-width: 767px){.h-wrapper .main .all-products .all-products-wrapper .all-products__text h2{font-size:25px}}.h-wrapper .main .all-products .all-products-wrapper .all-products__text span{font-size:16px;text-align:center}.h-wrapper .main .all-products .all-products-wrapper .all-products__link{width:100%;max-width:270px;margin:0 auto;text-decoration:none;color:#fff;background-color:#31ce59;font-size:16px;font-family:Roboto,Arial,sans-serif;font-weight:600;display:-webkit-inline-box;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-animation-name:myAnimation;animation-name:myAnimation;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-transition:.3s;transition:.3s;height:65px;border:2px solid #31ce59}.h-wrapper .main .all-products .all-products-wrapper .all-products__link:hover{background-color:#33a80c;border:2px solid #33a80c}.h-wrapper .main .all-products .all-products-wrapper .all-products__content{margin-top:60px;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-pack:distribute;-webkit-justify-content:space-around;justify-content:space-around;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}@media(max-width: 1023px){.h-wrapper .main .all-products .all-products-wrapper .all-products__content{max-width:580px;margin:60px auto 0 auto}}@media(max-width: 1023px)and (max-width: 767px){.h-wrapper .main .all-products .all-products-wrapper .all-products__content{max-width:400px}}.h-wrapper .main .all-products .all-products-wrapper .all-products__content .all-products__item{background-color:#fff;width:100%;max-width:260px;-webkit-box-shadow:0 0 15px rgba(0,0,0,.1);box-shadow:0 0 15px rgba(0,0,0,.1);margin:0 15px 60px 15px}.h-wrapper .main .all-products .all-products-wrapper .all-products__content .all-products__item .all-products__item__image img{width:100%}.h-wrapper .main .all-products .all-products-wrapper .all-products__content .all-products__item .all-products__item__title{padding:0 15px}.h-wrapper .main .all-products .all-products-wrapper .all-products__content .all-products__item .all-products__item__title h4{font-size:16px;font-weight:600;margin-bottom:10px}.h-wrapper .main .all-products .all-products-wrapper .all-products__content .all-products__item .all-products__item__subtitle{margin-bottom:10px;padding:0 15px}.h-wrapper .main .all-products .all-products-wrapper .all-products__content .all-products__item .all-products__item__subtitle span{font-size:14px;font-weight:300}.h-wrapper .main .all-products .all-products-wrapper .all-products__content .all-products__item .all-products__item__price{padding:0 15px}.h-wrapper .main .all-products .all-products-wrapper .all-products__content .all-products__item .all-products__item__price span{font-size:16px;font-weight:600}.h-wrapper .main .all-products .all-products-wrapper .all-products__content .all-products__item .all-products__item__buttons{padding:15px 10px 15px 10px;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.h-wrapper .main .all-products .all-products-wrapper .all-products__content .all-products__item .all-products__item__buttons .all-products__item__button-more{width:100%;max-width:270px;margin:0 5px;text-decoration:none;color:#242424;background-color:#fff;font-size:13px;font-family:Roboto,Arial,sans-serif;font-weight:600;display:-webkit-inline-box;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-transition:.3s;transition:.3s;height:35px;border:1px solid #242424}.h-wrapper .main .all-products .all-products-wrapper .all-products__content .all-products__item .all-products__item__buttons .all-products__item__button-more:hover{border:1px solid #33a80c;color:#33a80c}.h-wrapper .main .all-products .all-products-wrapper .all-products__content .all-products__item .all-products__item__buttons .all-products__item__button-buy{width:100%;max-width:270px;margin:0 5px;text-decoration:none;color:#fff;background-color:#31ce59;font-size:13px;font-family:Roboto,Arial,sans-serif;font-weight:600;display:-webkit-inline-box;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-transition:.3s;transition:.3s;height:35px;border:1px solid #31ce59}.h-wrapper .main .all-products .all-products-wrapper .all-products__content .all-products__item .all-products__item__buttons .all-products__item__button-buy:hover{border:1px solid #33a80c;background-color:#33a80c}.h-wrapper .main .credit{padding:120px 0}.h-wrapper .main .credit .credit-wrapper{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.h-wrapper .main .credit .credit-wrapper .credit__text{margin-bottom:60px}.h-wrapper .main .credit .credit-wrapper .credit__text h2{font-size:40px;font-weight:600px;text-align:center;margin-bottom:15px}@media(max-width: 767px){.h-wrapper .main .credit .credit-wrapper .credit__text h2{font-size:25px}}.h-wrapper .main .credit .credit-wrapper .credit__text p{text-align:center;max-width:400px;font-size:18px;margin:0 auto}.h-wrapper .main .credit .credit-wrapper .credit__content{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}@media(max-width: 1023px){.h-wrapper .main .credit .credit-wrapper .credit__content{-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;-webkit-justify-content:space-around;justify-content:space-around;margin:0 auto;max-width:600px}}.h-wrapper .main .credit .credit-wrapper .credit__content .credit__item{margin:0 15px;max-width:270px;width:100%;border:1px solid #f0f0f0;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;padding:20px 10px 10px 10px;-webkit-box-shadow:0 0 15px rgba(0,0,0,.1);box-shadow:0 0 15px rgba(0,0,0,.1)}@media(max-width: 1023px){.h-wrapper .main .credit .credit-wrapper .credit__content .credit__item{margin:0 15px 30px 15px}}.h-wrapper .main .credit .credit-wrapper .credit__content .credit__item .credit__item__image{margin-bottom:15px}.h-wrapper .main .credit .credit-wrapper .credit__content .credit__item .credit__item__image img{width:60px;height:60px}.h-wrapper .main .credit .credit-wrapper .credit__content .credit__item .credit__item__subtitle{margin-bottom:15px;text-align:center}.h-wrapper .main .credit .credit-wrapper .credit__content .credit__item .credit__item__subtitle span{font-size:14px}.h-wrapper .main .credit .credit-wrapper .credit__content .credit__item .credit__item__title{margin-bottom:15px}.h-wrapper .main .credit .credit-wrapper .credit__content .credit__item .credit__item__title h4{font-size:20px;font-weight:600;text-align:center}.h-wrapper .main .credit .credit-wrapper .credit__content .credit__item .credit__item__text{text-align:center}.h-wrapper .main .credit .credit-wrapper .credit__content .credit__item .credit__item__text span{font-size:16px;font-weight:300}.h-wrapper .main .credit .credit-wrapper .credit__content .credit__item--orange{background-color:#e9b03c}.h-wrapper .main .credit .credit-wrapper .credit__content .credit__item--orange .credit__item__subtitle span{color:#fff}.h-wrapper .main .credit .credit-wrapper .credit__content .credit__item--orange .credit__item__title h4{color:#fff}.h-wrapper .main .credit .credit-wrapper .credit__content .credit__item--orange .credit__item__text span{color:#fff}.h-wrapper .main .credit .credit-wrapper .credit__button{width:100%;max-width:270px;margin:60px auto 0 auto;text-decoration:none;color:#fff;background-color:#31ce59;font-size:16px;font-family:Roboto,Arial,sans-serif;font-weight:600;display:-webkit-inline-box;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-transition:.3s;transition:.3s;height:65px;border:2px solid #31ce59;-webkit-animation-name:myAnimation;animation-name:myAnimation;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.h-wrapper .main .credit .credit-wrapper .credit__button:hover{border:2px solid #33a80c;background-color:#33a80c}.h-wrapper .main .award{padding:120px 0;background-color:#2e2e2e}.h-wrapper .main .award .award-wrapper{position:relative}.h-wrapper .main .award .award-wrapper .award__text{margin-bottom:60px}.h-wrapper .main .award .award-wrapper .award__text h2{font-size:40px;color:#fff;font-weight:600;text-align:center;line-height:60px}@media(max-width: 767px){.h-wrapper .main .award .award-wrapper .award__text h2{font-size:25px;line-height:35px}}.h-wrapper .main .award .award-wrapper .award__text h2 span{color:#d8ad5f;font-size:52px;font-weight:700}@media(max-width: 767px){.h-wrapper .main .award .award-wrapper .award__text h2 span{font-size:25px}}.h-wrapper .main .award .award-wrapper .award__content{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}@media(max-width: 1023px){.h-wrapper .main .award .award-wrapper .award__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}}.h-wrapper .main .award .award-wrapper .award__content .award__content__text{width:100%;margin-right:60px}@media(max-width: 1023px){.h-wrapper .main .award .award-wrapper .award__content .award__content__text{margin:0}}.h-wrapper .main .award .award-wrapper .award__content .award__content__text p{font-size:18px;color:#fff;margin-bottom:30px}.h-wrapper .main .award .award-wrapper .award__content .award__content__image{width:100%;max-width:570px}@media(max-width: 1023px){.h-wrapper .main .award .award-wrapper .award__content .award__content__image{margin-top:30px;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}}.h-wrapper .main .award .award-wrapper .award__content .award__content__image img{width:100%}.h-wrapper .main .award .award-wrapper .award__content .award__icon{position:absolute;top:-20px;left:15px}.h-wrapper .main .award .award-wrapper .award__content .award__icon img{width:100%}@media(max-width: 1023px){.h-wrapper .main .award .award-wrapper .award__content .award__icon{width:100px;top:10px}}@media(max-width: 767px){.h-wrapper .main .award .award-wrapper .award__content .award__icon{top:-100px}}.h-wrapper .main .protection{padding:60px 0}.h-wrapper .main .protection .protection-wrapper .protection__alert{text-align:center;margin-bottom:5px}.h-wrapper .main .protection .protection-wrapper .protection__alert span{font-size:16px;color:#f41039;font-weight:600}.h-wrapper .main .protection .protection-wrapper .protection__title{margin-bottom:15px}.h-wrapper .main .protection .protection-wrapper .protection__title h2{font-size:40px;text-align:center;font-weight:600px}@media(max-width: 767px){.h-wrapper .main .protection .protection-wrapper .protection__title h2{font-size:25px}}.h-wrapper .main .protection .protection-wrapper .protection__subtitle{text-align:center;max-width:350px;margin:0 auto}.h-wrapper .main .protection .protection-wrapper .protection__subtitle span{font-size:18px;font-weight:300}.h-wrapper .main .protection .protection-wrapper .protection__content{margin-top:60px;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}@media(max-width: 1023px){.h-wrapper .main .protection .protection-wrapper .protection__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}}.h-wrapper .main .protection .protection-wrapper .protection__content .protection__item--middle{border-left:1px solid #f0f0f0;border-right:1px solid #f0f0f0;padding:0 50px}@media(max-width: 1023px){.h-wrapper .main .protection .protection-wrapper .protection__content .protection__item--middle{border:0;padding:0}}.h-wrapper .main .protection .protection-wrapper .protection__content .protection__item{width:100%;margin:0 15px}@media(max-width: 1023px){.h-wrapper .main .protection .protection-wrapper .protection__content .protection__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;margin:0 0 100px 0}}.h-wrapper .main .protection .protection-wrapper .protection__content .protection__item .protection__item__number{width:60px;height:60px;margin:0 auto 30px auto;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;border:10px solid rgba(50,206,89,.2)}@media(max-width: 1023px){.h-wrapper .main .protection .protection-wrapper .protection__content .protection__item .protection__item__number{margin:0 auto 15px auto}}.h-wrapper .main .protection .protection-wrapper .protection__content .protection__item .protection__item__number .protection__number__wrapper{width:40px;height:40px;border-radius:50%;background-color:#31ce59;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.h-wrapper .main .protection .protection-wrapper .protection__content .protection__item .protection__item__number .protection__number__wrapper span{color:#fff;font-size:18px;font-weight:600}.h-wrapper .main .protection .protection-wrapper .protection__content .protection__item .protection__item__title{margin-bottom:15px}.h-wrapper .main .protection .protection-wrapper .protection__content .protection__item .protection__item__title h4{font-size:22px;font-weight:400;line-height:29px}@media(max-width: 1023px){.h-wrapper .main .protection .protection-wrapper .protection__content .protection__item .protection__item__title h4{text-align:center}}.h-wrapper .main .protection .protection-wrapper .protection__content .protection__item .protection__item__description{margin-bottom:15px}@media(max-width: 1023px){.h-wrapper .main .protection .protection-wrapper .protection__content .protection__item .protection__item__description{text-align:center}}.h-wrapper .main .protection .protection-wrapper .protection__content .protection__item .protection__item__description span{font-size:16px;font-weight:300}.h-wrapper .main .protection .protection-wrapper .protection__content .protection__item .protection__item__image{margin-top:30px;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.h-wrapper .main .purchase{padding:120px 0}.h-wrapper .main .purchase .purchase__wrapper .purchase__title{max-width:540px;margin:0 auto}.h-wrapper .main .purchase .purchase__wrapper .purchase__title h2{text-align:center;font-size:40px;font-weight:600}@media(max-width: 767px){.h-wrapper .main .purchase .purchase__wrapper .purchase__title h2{font-size:25px}}@media(max-width: 1023px){.h-wrapper .main .purchase .purchase__wrapper .purchase__title{margin:0 auto 60px auto}}.h-wrapper .main .purchase .purchase__wrapper .purchase__content{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;padding:60px 0}@media(max-width: 1023px){.h-wrapper .main .purchase .purchase__wrapper .purchase__content{-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;-webkit-justify-content:space-around;justify-content:space-around;max-width:700px;margin:0 auto;padding:0}}.h-wrapper .main .purchase .purchase__wrapper .purchase__content .purchase__item--image{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.h-wrapper .main .purchase .purchase__wrapper .purchase__content .purchase__item{width:100%;margin:0 15px 60px 0}@media(max-width: 1023px){.h-wrapper .main .purchase .purchase__wrapper .purchase__content .purchase__item{width:300px}}.h-wrapper .main .purchase .purchase__wrapper .purchase__content .purchase__item img{width:100%}.h-wrapper .main .purchase .purchase__wrapper .purchase__content .purchase__item .purchase__item__image{width:140px;height:140px;margin:0 auto 30px auto;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;border:20px solid rgba(50,206,89,.2)}.h-wrapper .main .purchase .purchase__wrapper .purchase__content .purchase__item .purchase__item__image .purchase-image__wrapper{width:100px;height:100px;border-radius:50%;background-color:#31ce59;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.h-wrapper .main .purchase .purchase__wrapper .purchase__content .purchase__item .purchase__item__image .purchase-image__wrapper img{width:50%}.h-wrapper .main .purchase .purchase__wrapper .purchase__content .purchase__item .purchase__item__title{margin-bottom:30px}.h-wrapper .main .purchase .purchase__wrapper .purchase__content .purchase__item .purchase__item__title h4{font-size:22px;font-weight:700px;text-align:center}.h-wrapper .main .purchase .purchase__wrapper .purchase__content .purchase__item .purchase__item__description{text-align:center;max-width:230px;margin:0 auto}.h-wrapper .main .purchase .purchase__wrapper .purchase__content .purchase__item .purchase__item__description span{font-size:18px;font-weight:400}.h-wrapper .main .delivery{padding:120px 0;background-image:url(//test.kotel-zubr.com/wp-content/plugins/custom-quiz/assets/dist/images/delivery_background.jpg);background-repeat:no-repeat;background-position:center;background-size:cover}.h-wrapper .main .delivery .delivery-wrapper{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.h-wrapper .main .delivery .delivery-wrapper .delivery__title{margin-bottom:20px}.h-wrapper .main .delivery .delivery-wrapper .delivery__title h2{font-size:24px;text-align:center;color:#fff;font-weight:600}.h-wrapper .main .delivery .delivery-wrapper .delivery__text{text-align:center;max-width:488px;margin:0 auto 30px auto}.h-wrapper .main .delivery .delivery-wrapper .delivery__text span{color:#fff;margin:0 auto;line-height:25px;font-weight:500}.h-wrapper .main .delivery .delivery-wrapper .delivery__timer{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.h-wrapper .main .delivery .delivery-wrapper .delivery__timer .delivery__timer__value{padding:0 30px;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}@media(max-width: 575px){.h-wrapper .main .delivery .delivery-wrapper .delivery__timer .delivery__timer__value{padding:0 15px}}.h-wrapper .main .delivery .delivery-wrapper .delivery__timer .delivery__timer__value span{color:#fff;font-size:64px;font-weight:600}.h-wrapper .main .delivery .delivery-wrapper .delivery__timer .delivery__timer__value p{text-align:center;color:#fff;font-weight:300;font-size:14px}.h-wrapper .main .delivery .delivery-wrapper .delivery__timer .delivery__timer__minute{border-left:1px solid rgba(255,255,255,.2);border-right:1px solid rgba(255,255,255,.2)}.h-wrapper .main .delivery .delivery-wrapper .delivery__link{width:100%;max-width:400px;margin:60px auto 0 auto;text-decoration:none;color:#fff;background-color:#31ce59;font-size:16px;font-family:Roboto,Arial,sans-serif;font-weight:600;display:-webkit-inline-box;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-transition:.3s;transition:.3s;height:65px;border:2px solid #31ce59;-webkit-animation-name:myAnimation;animation-name:myAnimation;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;text-align:center;padding:0 10px}.h-wrapper .main .delivery .delivery-wrapper .delivery__link:hover{border:2px solid #33a80c;background-color:#33a80c}.h-wrapper .main .reviews{padding:120px 0}.h-wrapper .main .reviews .reviews-wrapper .reviews__title{margin-bottom:60px;text-align:center}.h-wrapper .main .reviews .reviews-wrapper .reviews__title h2{font-size:40px;font-weight:600}@media(max-width: 767px){.h-wrapper .main .reviews .reviews-wrapper .reviews__title h2{font-size:25px}}.h-wrapper .main .reviews .reviews-wrapper .reviews__content{max-width:1000px;margin:0 auto}.h-wrapper .main .reviews .reviews-wrapper .reviews__content .reviews__swiper .swiper-wrapper .swiper-slide{padding:0 100px;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row}@media(max-width: 767px){.h-wrapper .main .reviews .reviews-wrapper .reviews__content .reviews__swiper .swiper-wrapper .swiper-slide{padding:0 50px}}@media(max-width: 575px){.h-wrapper .main .reviews .reviews-wrapper .reviews__content .reviews__swiper .swiper-wrapper .swiper-slide{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}}.h-wrapper .main .reviews .reviews-wrapper .reviews__content .reviews__swiper .swiper-wrapper .swiper-slide .slider__image{min-width:100px;width:100px;height:100px;margin:0 30px 0 0}@media(max-width: 575px){.h-wrapper .main .reviews .reviews-wrapper .reviews__content .reviews__swiper .swiper-wrapper .swiper-slide .slider__image{margin:0 auto 30px auto}}.h-wrapper .main .reviews .reviews-wrapper .reviews__content .reviews__swiper .swiper-wrapper .swiper-slide .slider__image img{width:100%;border-radius:50%}@media(max-width: 575px){.h-wrapper .main .reviews .reviews-wrapper .reviews__content .reviews__swiper .swiper-wrapper .swiper-slide .slider__text{text-align:center}}.h-wrapper .main .reviews .reviews-wrapper .reviews__content .reviews__swiper .swiper-wrapper .swiper-slide .slider__text span{font-size:16px;line-height:18px;font-weight:300}.h-wrapper .main .reviews .reviews-wrapper .reviews__content .reviews__swiper .swiper-wrapper .swiper-slide .slider__text .slider__info{margin:30px 0 60px 0}@media(max-width: 575px){.h-wrapper .main .reviews .reviews-wrapper .reviews__content .reviews__swiper .swiper-wrapper .swiper-slide .slider__text .slider__info{margin:15px 0 30px 0}}.h-wrapper .main .reviews .reviews-wrapper .reviews__content .reviews__swiper .swiper-wrapper .swiper-slide .slider__text .slider__info p{font-size:16px;font-weight:600}.h-wrapper .main .reviews .reviews-wrapper .reviews__content .reviews__swiper .swiper-wrapper .swiper-slide .slider__text .slider__info span{font-size:14px;font-weight:700}.h-wrapper .main .reviews .reviews-wrapper .reviews__content .reviews__swiper .reviews__swiper-scrollbar{bottom:0}.h-wrapper .main .reviews .reviews-wrapper .reviews__content .reviews__swiper .swiper-scrollbar-drag{background-color:#31ce59 !important}.h-wrapper .main .reviews .reviews-wrapper .reviews__content .reviews__swiper .swiper-button-next,.h-wrapper .main .reviews .reviews-wrapper .reviews__content .reviews__swiper .swiper-button-prev{color:#31ce59}img{-o-object-fit:contain !important;object-fit:contain !important}.banner__decor__info ul li span p{font-size:14px;color:#fff}.profitability__info__quote p{font-size:16px;font-style:italic;font-weight:400;line-height:21px}.h-wrapper .main .profitability{padding-bottom:120px}.h-wrapper .main .contact .contact-wrapper .contact__form .wpcf7{width:100%}.h-wrapper .main .contact .contact-wrapper .contact__form .wpcf7 p{width:100%;max-width:none;margin:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.h-wrapper .main .contact .contact-wrapper .contact__form .wpcf7 span{width:100%;margin:0 15px}.h-wrapper .main .contact .contact-wrapper .contact__form .wpcf7 .wpcf7-spinner{display:none}.h-wrapper .main .contact .contact-wrapper .contact__form .wpcf7 span input{margin:0}.h-wrapper .main .products .product-wrapper .product__info .product__description .product__title h2{font-size:40px}.h-wrapper .main .products .product-wrapper .product__info .product__images{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.h-wrapper .main .delivery .delivery-wrapper .delivery__text p{color:#fff}.h-wrapper .main .award .award-wrapper .award__content .award__content__image img{height:auto}.h-wrapper .main .products .product-wrapper .product__info .product__images img{width:320px;height:auto}.h-wrapper .main .credit .credit-wrapper .credit__content .credit__item--orange p{color:#fff}.h-wrapper .main .products .product-wrapper .product__info .product__description .product__link .product__link__video div span p{margin-top:0}.h-wrapper .main .contact .contact-wrapper .contact__form .contact__form__button{border:0}.contact .wpcf7-not-valid-tip{color:#fff;margin:5px 0 !important;font-size:14px}.contact .wpcf7-response-output{display:none}.main-popup{display:none;width:100%;height:100%;max-width:560px;z-index:99;height:auto;border-radius:10px}.main-popup.show{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.main-popup-background{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);z-index:9998}.main-popup .main-popup-wrapper{padding:30px 10px 10px 10px;background-color:#fff;max-width:560px;width:100%;position:relative;border-radius:10px}.main-popup .main-popup__close{width:40px;height:40px;position:absolute;top:20px;right:20px;cursor:pointer}.main-popup .cross-line{position:absolute;width:100%;height:4px;background-color:red;border-radius:10px;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;top:17px}.main-popup .cross-line:first-child{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.main-popup .cross-line:last-child{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.main-popup .main-popup__text h2{text-align:center;font-size:36px;margin-bottom:15px;font-weight:700}.main-popup .main-popup__text{font-size:16px;text-align:center}.main-popup .main-popup__text .main-popup__description{text-align:center;font-size:16px}.main-popup .main-popup__content{margin-top:45px}.main-popup .main-popup__content input{color:#262626;border:1px solid #e6e6e6;background-color:#fff;font-size:16px;font-weight:400;height:60px;padding:0 20px;width:100%;border-radius:10px;margin:10px 0 30px 0}.main-popup .main-popup__content input.wpcf7-not-valid{border:1px solid red}.main-popup .main-popup__content input:focus{outline:none;background-color:#fff}.main-popup .wpcf7-not-valid-tip{display:none}.main-popup .wpcf7-response-output{margin:0 !important;border:none !important;background-color:#f95d51 !important;padding:15px 30px !important;color:#fff !important;border-radius:10px;text-align:center}.product__discount img{width:100% !important}.product__discount{left:-83px !important}.main-popup label{font-size:20px}.main-popup .contact__form__button{margin:5px 0 30px 0 !important;width:100% !important;border:none !important;border-radius:10px !important;text-decoration:none !important;color:#fff !important;background-color:#31ce59 !important;font-size:18px !important;font-family:"Roboto",Arial,sans-serif !important;font-weight:600 !important;display:-webkit-inline-box !important;display:-webkit-inline-flex !important;display:-ms-inline-flexbox !important;display:inline-flex !important;-webkit-box-pack:center !important;-webkit-justify-content:center !important;-ms-flex-pack:center !important;justify-content:center !important;-webkit-box-align:center !important;-webkit-align-items:center !important;-ms-flex-align:center !important;align-items:center !important;-webkit-transition:.2s !important;transition:.2s !important}.main-popup .contact__form__button:hover{background-color:#33a80c}.main-popup .wpcf7-spinner{display:none}.products .product__link__details--popup .product-details__content .product-details__content__title h2{font-size:32px;margin-bottom:15px;font-weight:600}.products .product__link__details--popup .product-details__content .product-details__content__subtitle p{font-size:18px !important;color:#666 !important;margin:0 0 15px 0 !important;font-weight:300 !important;max-width:none !important}.products .product__link__details--popup .product-details__content .product-details__content__prices p{font-size:24px !important;font-weight:600 !important;color:#000 !important;margin:0 0 15px 0 !important;max-width:none}.products .product__link__details--popup .product-details__content .product-details__content__prices .product-details__content__price--discount p{color:#bdbdbd !important;margin:0 0 0 15px !important;text-decoration:line-through !important}.products .product__link__details--popup .product-details__content .product-details__content__text{font-size:16px !important;line-height:1.55 !important}.products .product__link__details--popup .product-details__content .product-details__content__text p{font-size:16px !important;line-height:1.55 !important;margin:0 !important;max-width:none !important}.products .product__link__details--popup .product-details__content .product-details__content__prices{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.certificates .swiper-slide img{cursor:pointer}.all-products__info .f-button,.main-popup .f-button{top:20px !important;right:20px !important;--f-button-svg-width: 40px !important;--f-button-svg-height: 40px !important;--f-button-width: 40px !important;--f-button-height: 40px !important;--f-button-color: #ff0000 !important;--f-button-hover-color: #ff0000 !important;position:fixed !important;opacity:1 !important}.main-popup .f-button{position:absolute !important}.h-wrapper .main .purchase .purchase__wrapper .purchase__content{-webkit-flex-wrap:wrap !important;-ms-flex-wrap:wrap !important;flex-wrap:wrap !important;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.h-wrapper .main .purchase .purchase__wrapper .purchase__content .purchase__item{width:32%}.h-wrapper .main .purchase .purchase__wrapper .purchase__content .purchase__item:last-child{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.main-popup .main-popup__text h2{display:-ms-grid !important;display:grid !important}.fancybox__slide{padding:0 !important}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:0 !important}.has-youtube .f-button{display:none !important}.all-products__info .all-products__info-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;margin:50px 0}.all-products__info .all-products__info__image{width:50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.all-products__info .all-products__info__content{width:50%;padding:20px}.all-products__info .all-products__info__content .all-products__info__title h2{font-size:24px;font-weight:700;margin-bottom:15px}.all-products__info .all-products__info__content .all-products__info__subtitle p{font-size:20px;font-weight:400;margin-bottom:15px}.all-products__info .all-products__info__content .all-products__info__button{text-decoration:none;color:#000;border:1px solid #000;font-size:14px;padding-left:30px;padding-right:30px;height:45px;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-weight:700;margin-bottom:45px}.all-products__info .all-products__info__content .all-products__info__button:hover{color:#33a80c;border-color:#33a80c}.all-products__info .all-products__info__content .all-products__info__description{font-size:16px;line-height:1.55;color:#242424}.all-products__info .all-products__info__content .all-products__info__description h4{font-size:18px}.all-products__info .all-products__info__content .all-products__info__description ul{margin-left:15px}@media(max-width: 1365px){.h-wrapper .main .structure .structure__content .structure__image img{height:auto}}@media(max-width: 1023px){.h-wrapper .main .purchase .purchase__wrapper .purchase__content .purchase__item{width:100%}.h-wrapper .main .banner-wrapper .banner__decor__info img:first-child{width:300px;height:auto}.h-wrapper .main .structure .structure__content .structure__list li{margin-right:50px}.h-wrapper .main .certificates .certificates-wrapper .certificates__content .certificates__slider-wrapper{margin:0 auto;max-width:500px}.h-wrapper .main .contact .contact-wrapper .contact__form .wpcf7 p{width:100%;max-width:none;margin:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:0 15px;max-width:576px;margin:0 auto}.h-wrapper .main .contact .contact-wrapper .contact__form .wpcf7 span{width:100%;margin:0}.h-wrapper .main .contact .contact-wrapper .contact__form .wpcf7 input{margin:0}}@media(max-width: 767px){.h-wrapper .main .structure .structure__content .structure__list li{margin-right:0}body{overflow-x:hidden}.h-wrapper .main .banner-wrapper .banner__info h1{font-size:30px}.h-wrapper .main .products .product-wrapper .product__info .product__description .product__title span{font-size:40px}.h-wrapper .main .contact .contact-wrapper .contact__form .contact__form__button{max-width:none}}@media(max-width: 575px){.h-wrapper .main .products .product-wrapper .product__info .product__description .product__title h2{font-size:25px;word-wrap:break-word}.h-wrapper .main .banner-wrapper .banner__decor__quality .banner__decor__wrapper{max-width:280px}.h-wrapper .main .products .product-wrapper .product__info .product__description .product__title span{font-size:25px}.h-wrapper .main .contact .contact-wrapper .contact__form .contact__form__button{width:100%}.h-wrapper .main .video{padding:60px 0}}.h-popup{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.9);display:none;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;z-index:999}.h-popup-image{max-width:100%;max-height:100%;width:auto;height:auto;max-width:1200px;max-height:90vh;margin:0 auto;display:block;cursor:-webkit-zoom-in;cursor:zoom-in}.h-popup-close{position:absolute;top:10px;right:10px;width:40px;height:40px;padding:0;background-color:transparent;border:none;cursor:pointer;outline:none}.h-popup-close svg{width:100%;height:100%}.h-popup-close svg path{fill:red}.h-zoom-in:hover{cursor:-webkit-zoom-in;cursor:zoom-in}.h-popup-image-zoom{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media only screen and (max-width: 767px){.h-popup-image-zoom{max-width:100%;max-height:calc(100vh - 60px)}}@media only screen and (min-width: 768px){.h-popup-image-zoom{max-width:calc(100vw - 60px);max-height:calc(100vh - 60px)}}.h-popup img{width:800px;cursor:default}.product__link__details--popup{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);z-index:10;overflow:auto}.products__slider-wrapper{border-top-right-radius:10px;border-top-left-radius:10px;padding-top:30px}.products__slider-wrapper img{cursor:pointer}.product-details__content{border-bottom-right-radius:10px;border-bottom-left-radius:10px}.products .swiper-button-next:after{color:#31ce59;margin-right:10px}.products .swiper-button-prev:after{color:#31ce59;margin-left:10px}.products .close-button{width:40px;height:40px;position:fixed;margin-right:20px;top:20px;right:20px;cursor:pointer;background:none}.products .close-button .cross-line{position:absolute;width:100%;height:4px;background-color:red;border-radius:10px;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;top:17px}.products .close-button .cross-line:first-child{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.products .close-button .cross-line:last-child{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.products__slider-wrapper{max-width:1024px;margin:100px auto 0 auto;background-color:#fff}.products__slider-wrapper .swiper-slide{padding:0 55px}.product-details__content{max-width:1024px;margin:0 auto 50px auto;background-color:#fff;padding:40px 60px}.products__swiper .swiper-slide img{width:100%;height:500px;-o-object-fit:contain;object-fit:contain}.banner__info h1{text-align:left !important}.h-wrapper .main .profitability h3{line-height:21px !important}.banner__decor-mobile{display:none !important}@media(max-width: 767px){.banner__info h1{text-align:center !important}.banner-wrapper{background:-webkit-radial-gradient(circle, #716d69 0%, rgba(49, 207, 90, 0.99) 0%, #212b0d 100%) !important;background:radial-gradient(circle, #716d69 0%, rgba(49, 207, 90, 0.99) 0%, #212b0d 100%) !important}.banner__decor{display:none !important}.banner__decor-mobile{display:block !important;margin:10px auto 60px auto !important}}.all-products__info{min-height:initial !important;height:auto !important}@media(max-width: 1023px){.h-wrapper .main .products .product-wrapper .product__info .product__description .product__link .product__link__video p{margin:0 !important}}@media(max-width: 1365px){.h-wrapper .main .products .product-wrapper .product__info .product__images .product__discount{left:-25px !important;top:70px}.h-wrapper .main .certificates .certificates-wrapper .certificates__content .certificates__slider-wrapper{padding:0 40px}}@media(max-width: 1023px){.h-wrapper .main .award .award-wrapper .award__content .award__icon{width:100px;top:-20px}.all-products__info-wrapper{display:-webkit-box !important;display:-webkit-flex !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-webkit-flex-direction:column !important;-ms-flex-direction:column !important;flex-direction:column !important}.all-products__info .all-products__info__image{width:100% !important}.all-products__info .all-products__info__content{width:100% !important;padding:20px}}@media(max-width: 767px){.h-wrapper .main .award .award-wrapper .award__content .award__icon{top:-140px}}@media(max-width: 575px){.h-wrapper .main .certificates .certificates-wrapper .certificates__content .certificates__slider-wrapper .certificates__swiper-button-prev{left:5px}.h-wrapper .main .certificates .certificates-wrapper .certificates__content .certificates__slider-wrapper .certificates__swiper-button-next{right:5px}}.all-products .all-products__item{display:-ms-grid;display:grid}.all-products .all-products__item .all-products__item__buttons{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.all-products__info .f-button{--f-button-bg: rgba(255, 255, 255, 0) !important;--f-button-active-bg: rgba(255, 255, 255, 0) !important;--f-button-hover-bg: rgba(255, 255, 255, 0) !important}.all-products__info__image img{width:100%}@font-face{font-family:"Roboto";src:url(//test.kotel-zubr.com/wp-content/plugins/custom-quiz/assets/dist/fonts/Roboto-Thin.woff2) format("woff2");font-weight:100;font-display:swap}@font-face{font-family:"Roboto";src:url(//test.kotel-zubr.com/wp-content/plugins/custom-quiz/assets/dist/fonts/Roboto-ThinItalic.woff2) format("woff2");font-weight:100;font-style:italic;font-display:swap}@font-face{font-family:"Roboto";src:url(//test.kotel-zubr.com/wp-content/plugins/custom-quiz/assets/dist/fonts/Roboto-Light.woff2) format("woff2");font-weight:300;font-display:swap}@font-face{font-family:"Roboto";src:url(//test.kotel-zubr.com/wp-content/plugins/custom-quiz/assets/dist/fonts/Roboto-LightItalic.woff2) format("woff2");font-weight:300;font-style:italic;font-display:swap}.h-wrapper .main .products .product-wrapper .product__table .product__table__row--green .product__table__element span{color:#fff !important;text-decoration:none !important;line-height:150%}.products .product__table__row .product__table__element--line span{text-decoration:line-through !important}.products .product__table__row .product__table__element--red span{color:red !important}.footer{background-color:#171717}.footer .footer-logo--mobile{display:none}.footer a,.footer p,.footer span{color:#fff}.footer-wrapper{max-width:1230px;padding:60px 15px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin:0 auto}.footer-wrapper .footer-col{max-width:252px;margin:0 25px}.footer-wrapper .footer-col .footer__tel{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;text-decoration:none;margin-top:15px}.footer-wrapper .footer-col .footer__tel div{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}.footer-wrapper .footer-col .footer__tel img{margin-right:15px}.footer-wrapper .footer-col .footer__tel span{font-size:22px;color:#fff;font-weight:500}.footer-wrapper .footer-col .footer__tel p{font-size:12px;line-height:19px;font-weight:400;opacity:.6;color:#fff}.footer-wrapper .footer-col .footer__social{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:10px 0 5px 0}.footer-wrapper .footer-col .footer__social img{width:30px;height:30px;margin-right:15px}.footer-wrapper .footer-col .footer__adres{margin-top:10px}.footer-wrapper .footer-col .footer__adres span{color:#fff;font-size:18px;font-weight:400}.footer-wrapper .footer-col .footer__schedule-title h4{font-size:22px;color:#fff;font-weight:500}.footer-wrapper .footer-col .footer__schedule{margin-top:15px}.footer-wrapper .footer-col .footer__schedule p{color:#fff;font-size:20px;line-height:1.2;font-weight:400}.footer-wrapper .footer-col .footer__schedule p strong{font-weight:700}.footer-wrapper .footer-col .footer__payment{margin:50px 0}.footer-wrapper .footer-col .footer__text span{color:#fff;font-size:18px;line-height:1.55;font-weight:400}.footer-wrapper .footer-col .footer__menu a{text-decoration:none;color:#fff;font-size:20px;line-height:2.3;font-weight:400}@media(max-width: 1200px){.footer .footer-logo--mobile{display:block;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding-top:30px;padding-bottom:30px}.footer-wrapper .footer-col .footer__logo{display:none}.footer-wrapper{padding:0 15px 60px 15px}.footer-wrapper .footer-col .footer__payment{margin:22px 0}.footer-wrapper .footer-col .footer__tel div{margin-bottom:15px}.footer-wrapper .footer-col .footer__menu a{line-height:1.8}.footer-wrapper .footer-col .footer__social{margin:20px 0}.footer-wrapper .footer-col:nth-child(1){-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.footer-wrapper .footer-col:nth-child(2){-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.footer-wrapper .footer-col:nth-child(3){-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}}@media(max-width: 1023px){.footer-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.footer-wrapper .footer-col:nth-child(1){-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.footer-wrapper .footer-col:nth-child(2){-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.footer-wrapper .footer-col:nth-child(3){-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.footer-wrapper .footer-col{margin:0 auto;max-width:500px;text-align:center}.footer-wrapper .footer-col .footer__menu{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.footer-wrapper .footer-col .footer__menu a{line-height:2.3}.footer-wrapper .footer-col:nth-child(2){margin:30px auto}.footer-wrapper .footer-col .footer__tel div{margin:0 auto 10px auto}.footer-wrapper .footer-col .footer__social{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.footer-wrapper .footer-col .footer__social img{width:52px;height:52px;margin:0 15px}}@media(max-width: 767px){.footer-wrapper .footer-col .footer__social img{width:41px;height:41px}.h-wrapper .main .award{padding:120px 0 60px 0 !important}}.h-wrapper .main .video{padding:45px 0 !important}.h-wrapper .main .certificates{padding:60px 0 0px 0 !important}.h-wrapper .main .varieties{padding:60px 0 0 0 !important}.h-wrapper .main .products .product-wrapper{margin:0 auto 60px auto !important}.h-wrapper .main .products{padding:60px 0 0 0 !important}.h-wrapper .main .profitability{padding-bottom:60px !important}.h-wrapper .main .all-products{padding:45px 0 !important}.h-wrapper .main .credit{padding:60px 0 !important}.h-wrapper .main .award{padding:60px 0}.h-wrapper .main .purchase{padding:60px 0 0 0 !important}.h-wrapper .main .reviews{padding:60px 0 !important}@media(max-width: 1365px){.h-wrapper .main .banner-wrapper .banner__decor__quality{position:absolute;display:block;border:none;left:35px;top:105px}.h-wrapper .main .banner-wrapper .banner__decor__quality .banner__decor__wrapper{border:none;background:none}.h-wrapper .main .banner-wrapper .banner__decor__quality .banner__decor__wrapper span{display:none}.h-wrapper .main .banner-wrapper .banner__decor__info img:first-child{height:auto;width:450px;margin-top:100px}.h-wrapper .main .banner-wrapper .banner__decor__info ul{position:absolute;top:163px;right:122px}.h-wrapper .main .banner-wrapper .banner__decor__quality .banner__decor__wrapper img{width:200px}}@media(max-width: 1023px){.h-wrapper .main .banner-wrapper .banner__decor__info img:first-child{max-width:350px;height:auto;width:100%}.h-wrapper .main .banner-wrapper .banner__decor__info ul{position:absolute;top:156px;right:48px}.h-wrapper .main .banner-wrapper .banner__decor__quality .banner__decor__wrapper img{position:absolute;top:-72px;left:-43px}.h-wrapper .main .structure .structure__content .structure__list li{margin-bottom:5px}.video .video__content__elem:first-child{margin-bottom:30px}}@media(max-width: 767px){.h-wrapper .main .banner-wrapper .banner__decor__quality .banner__decor__wrapper img{position:absolute;top:-156px;left:-43px}.h-wrapper .main .banner-wrapper .banner__info .banner__info__image{margin-left:30%;margin-bottom:0}}body{overflow-x:hiden}.h-wrapper .main .structure{padding:60px 0}.h-wrapper .main .products .product-wrapper .product__info .product__description{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.h-wrapper .main .products .product-wrapper .product__info .product__description .product__link .product__link__video p{line-height:20px}.swiper-button-next{height:30px;width:30px;background-color:#e8e8e8;border-radius:50%;margin-top:-10px}.swiper-button-next::after{content:none}.swiper-button-prev{height:30px;width:30px;background-color:#e8e8e8;border-radius:50%;margin-top:-10px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.swiper-button-prev::after{content:none}.product-details__content{text-align:left}.h-wrapper .main .reviews .reviews-wrapper .reviews__content .reviews__swiper .swiper-wrapper .swiper-slide .slider__text .slider__info{margin:30px 0 0px 0}.reviews .reviews__btn{width:auto;margin:60px auto 0 auto;text-decoration:none;color:#fff;background-color:#31ce59;font-size:16px;font-family:Roboto,Arial,sans-serif;font-weight:600;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-transition:.3s;transition:.3s;height:65px;border:2px solid #31ce59;-webkit-animation-name:myAnimation;animation-name:myAnimation;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;text-align:center;padding:0 60px}.reviews .reviews__btn:hover{border:2px solid #33a80c;background-color:#33a80c}.h-wrapper .main .reviews .reviews-wrapper .reviews__content{display:block}.reviews-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.h-wrapper .main .reviews .reviews-wrapper .reviews__content{width:100%}@media(max-width: 767px){.h-wrapper .main .all-products .all-products-wrapper .all-products__content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;overflow-x:scroll;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin:60px 0 0 0;max-width:none;-webkit-box-pack:inherit;-webkit-justify-content:inherit;-ms-flex-pack:inherit;justify-content:inherit}.h-wrapper .main .all-products .all-products-wrapper .all-products__content .all-products__item{min-width:260px}}.video .video__content__elem{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.video .video__content__elem img:last-child{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.video .video__content__elem img:first-child{padding:0 15px;width:100%;height:auto}.h-wrapper .main .video-wrapper .video__content{width:100%}.single-video__content__elem{position:relative}.single-video__content__elem img:first-child{width:100%;height:auto}.single-video__content__elem img:last-child{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.h-wrapper .main .certificates .certificates-wrapper .certificates__content .certificates__slider-wrapper .certificates__swiper:hover{cursor:-webkit-zoom-in !important;cursor:zoom-in !important}.award__content__image:hover{cursor:-webkit-zoom-in !important;cursor:zoom-in !important}.structure__content .structure__list{left:85px !important}.structure .structure__list--second{max-width:1150px !important;left:0px !important}.h-wrapper .main .structure .structure__content .structure__list li .structure__list__content{max-width:326px}@media(max-width: 1365px){.h-wrapper .main .structure .structure__content .structure__list--second{right:100px !important}.structure__content .structure__list{left:125px !important}}@media(max-width: 1023px){.structure .structure__list--second{max-width:auto !important}.structure__content .structure__list{left:0 !important}}.h-wrapper .main .products .product-wrapper{margin:0 auto 0 auto !important}.h-wrapper .main .credit .credit-wrapper .credit__content .credit__item .credit__item__subtitle{opacity:.5}.h-wrapper .main .products .product-wrapper .product__info .product__images--mobile{display:none !important;width:auto !important}.all-products-wrapper .products-helper-icon{display:none}@media(max-width: 767px){.h-wrapper .main .video{padding:25px 0 45px 0 !important}.h-wrapper .main .video-wrapper .video__text{margin-bottom:25px !important}.h-wrapper .main .certificates .certificates-wrapper h2{margin-bottom:0px}.h-wrapper .main .certificates{padding:45px 0 0 0 !important}.h-wrapper .main .products .product-wrapper .product__info .product__images--mobile{display:block !important;width:auto !important}.h-wrapper .main .protection .protection-wrapper .protection__content .protection__item{margin:0 0 30px 0 !important}.h-wrapper .main .purchase{padding:0 0 0 0 !important}.all-products-wrapper .products-helper-icon{display:block;margin-left:auto;margin-top:15px}.h-wrapper .main .all-products .all-products-wrapper .all-products__content{margin:0}.h-wrapper .main .all-products .all-products-wrapper .all-products__content .all-products__item{margin:0 15px 0px 15px}}@media(max-width: 575px){.h-wrapper .main .products .product-wrapper .product__info .product__description .product__link .product__link__video{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.h-wrapper .main .products .product-wrapper .product__info .product__description .product__link .product__link__questions{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.h-wrapper .main .products .product-wrapper .product__info .product__description .product__link .product__link__info{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.h-wrapper .main .products .product-wrapper .product__table .product__table__row .product__table__element span{font-size:14px}.h-wrapper .main .products .product-wrapper .product__table .product__table__row--green .product__table__element span{font-size:12px;line-height:120%}.product__link__details--popup .product-details__content__prices{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.products .product__link__details--popup .product-details__content .product-details__content__prices .product-details__content__price--discount p{margin:0 0 10px 0 !important}.h-wrapper .main .banner-wrapper .banner__decor__quality{width:300px !important}}.main-popup .f-button{--f-button-bg: rgb(255, 255, 255) !important;--f-button-active-bg: rgb(255, 255, 255) !important;--f-button-hover-bg: rgb(255, 255, 255) !important}@media(max-width: 1100px){.product__link__details--popup .products__slider-wrapper{width:100%;max-width:none;margin:0 auto 0 auto;border-top-right-radius:0px;border-top-left-radius:0px;padding-top:70px}.product__link__details--popup .product-details__content{max-width:none;margin:0 auto 0 auto;padding:40px 30px;border-bottom-right-radius:0px;border-bottom-left-radius:0px}.products__swiper .swiper-slide img{width:100%;max-width:400px;height:auto !important;-o-object-fit:contain;object-fit:contain}.products__slider-wrapper .swiper-slide{padding:0 55px;height:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}}@media(min-width: 1024px)and (max-width: 1200px){.h-wrapper .main .structure .structure__content .structure__list{width:50% !important;left:0 !important;right:auto !important}.h-wrapper .main .structure .structure__content .structure__list--second{width:50% !important;right:0 !important;left:auto !important}}