@import"https://fonts.googleapis.com/css2?family=Anton:wght@400&family=Instrument+Sans:wght@400;600&display=swap";:root{--mc-blue-1: #060243;--mc-blue-2: #18369B;--mc-blue-3: #009AC7;--mc-green: #C1EEDD;--mc-grey: #F0F4F9;--mc-white: #fff;--offset: 120px 0}@media (max-width: 992px){:root{--offset: 50px 0}}*{box-sizing:border-box;margin:0;font-family:Instrument Sans,sans-serif;line-height:140%;color:var(--mc-blue-1)}#app{padding-top:70px}::-webkit-scrollbar{width:4px;height:4px;background-color:var(--mc-grey)}::-webkit-scrollbar-thumb{width:4px;border-radius:5px;background-color:var(--mc-blue-1)}.container{position:relative;margin:0 auto;max-width:1440px;width:calc(100% - 80px)}@media screen and (max-width: 992px){.container{width:calc(100% - 64px)}}@media screen and (max-width: 600px){.container{width:calc(100% - 32px)}}.admin-bar .header{top:32px}@media (max-width: 780px){.admin-bar .header{top:46px}}#wpadminbar *{color:#f0f0f1}img{object-fit:contain;object-position:center;width:100%;height:100%;display:block}.hover-animation{overflow:hidden}.hover-animation__wrapper{position:relative}.hover-animation__wrapper:before,.hover-animation__wrapper:after{content:none!important}.hover-animation__copy{opacity:0;pointer-events:none;z-index:1;position:absolute;left:0;top:0;transform:translateY(100%)}.hover-animation__wrapper,.hover-animation__source,.hover-animation__copy{width:100%;display:inherit;align-items:inherit;font:inherit;color:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit;text-align:inherit;justify-content:inherit}.hover-animation__source,.hover-animation__copy{transition:transform .22s ease-in-out,opacity .22s ease-in-out}.hover-animation:hover .hover-animation__source{transform:translateY(-100%);opacity:0}.hover-animation:hover .hover-animation__copy{transform:translateY(0);opacity:1}h1{font-size:90px;font-weight:400;text-transform:uppercase;font-family:Anton,sans-serif;display:block}@media (max-width: 1280px){h1{font-size:72px}}@media (max-width: 768px){h1{font-size:48px}}h2{font-size:60px;font-weight:400;text-transform:uppercase;font-family:Anton,sans-serif;display:block}@media (max-width: 1280px){h2{font-size:46px}}@media (max-width: 768px){h2{font-size:36px}}h3{font-size:36px;font-weight:400;font-family:Anton,sans-serif;display:block}@media (max-width: 1280px){h3{font-size:30px}}@media (max-width: 768px){h3{font-size:24px}}h4{font-size:32px;font-weight:400;font-family:Anton,sans-serif;display:block}@media (max-width: 1280px){h4{font-size:20px}}h5{font-size:24px;font-family:Anton,sans-serif;display:block}h6{font-size:18px;font-family:Anton,sans-serif;display:block}a{text-decoration:none}.top__bar{background:#00155b;color:#fff;text-align:center;line-height:70px;margin-top:-70px}.top__bar p{color:#fff;line-height:70px;font-weight:700}.top__bar a{color:#fff;background:#009bc7;line-height:50px;display:inline-block;padding:0 10px;font-weight:700}.top__bar a:hover{text-decoration:underline}.header{position:fixed;top:70px;left:0;width:100vw;z-index:100;padding:32px 0;transition:all .3s ease-in}.header__container{min-height:72px;display:flex;align-items:center;justify-content:space-between}.header__menu{display:flex;list-style:none;row-gap:8px;padding:0}.header__menu a{font-size:14px;color:var(--mc-blue-1);background-color:var(--mc-white);font-weight:600;padding:24px 20px;display:block}.header__menu li:first-child a{padding-left:40px}.header__menu li:nth-last-child(2) a{padding-right:40px;border-top-right-radius:5px;border-bottom-right-radius:5px}.header__menu .btn__special{padding:4px;background-color:var(--mc-white);border-top-left-radius:5px;border-bottom-left-radius:5px}.header__menu .btn__special a{padding:20px 44px;background-color:var(--mc-blue-3);color:var(--mc-white)}@media (max-width: 1080px){.header__menu{position:fixed;right:-400px;top:0;width:280px;height:100vh;padding-top:90px;z-index:6;background-color:var(--mc-white);transition:all .4s ease-in-out}.header__menu li:first-child a,.header__menu li:nth-child(2) a,.header__menu li:nth-child(3) a{padding:24px 20px}.header__menu .btn__special{margin-top:16px}.header__menu.active{right:0}}.header .logo--dark{display:none}.header__scrolled{background-color:var(--mc-white);padding:12px 0;box-shadow:0 0 6px -4px #000;top:0}.header__scrolled .logo--light{display:none}.header__scrolled .logo--dark{display:inline;height:60px}.header__burger{display:none;position:relative;height:32px;width:40px;cursor:pointer;z-index:10;background-color:var(--mc-white)}@media (max-width: 1080px){.header__burger{display:block}}.header__burger span{position:absolute;width:20px;height:2px;background-color:var(--mc-blue-1);left:10px;border-radius:10px;transition:all .2s ease}.header__burger span:nth-child(1){top:9px}.header__burger span:nth-child(2){top:14px}.header__burger span:nth-child(3){top:19px}.header__burger.active span:nth-child(1){top:14px;transform:rotate(45deg)}.header__burger.active span:nth-child(2){display:none}.header__burger.active span:nth-child(3){top:14px;transform:rotate(-45deg)}.header__btn{font-size:16px}@media (max-width: 1080px){.header__nav{position:fixed;top:0;left:0;background-color:var(--mc-light);width:100vw;height:0;display:flex;flex-direction:column;align-items:center;padding:0;overflow:hidden;transition:all .2s ease-in-out}.header__nav.active{padding:32px 0;height:calc(100vh - 72px);top:72px}.header__nav.overflow{overflow:auto}.header__menu{flex-direction:column;width:100%;max-width:320px;text-align:center}}.dark-mode .header__logo .logo--light{display:none}.dark-mode .header__logo .logo--dark{display:block}.footer{padding:80px 0;background-color:var(--mc-blue-3)}@media (max-width: 768px){.footer{padding:40px 0}}.footer__container{display:flex;justify-content:space-between;gap:24px}@media (max-width: 992px){.footer__container{grid-template-columns:1fr 1fr;align-items:flex-start}}@media (max-width: 768px){.footer__container{flex-wrap:wrap}}.footer__logo img{width:332px;height:100%}@media (max-width: 600px){.footer__logo img{max-width:140px}}.footer__top{display:flex;justify-content:space-between;margin-bottom:90px;flex-wrap:wrap;gap:24px}@media (max-width: 768px){.footer__top{margin-bottom:32px}}@media (min-width: 1000px){.footer__top--no-social{justify-content:flex-end}}.footer__menu{display:flex;align-items:center;padding:0;gap:32px}.footer__menu li{list-style-type:none}.footer__menu li a{font-size:14px;font-weight:700;display:block;padding:16px 0;color:var(--mc-white)}.footer__socials{display:flex;gap:8px}.footer__socials a{display:block;width:60px;height:60px;padding:21px;background-color:var(--mc-white)}.footer__bottom{display:flex;justify-content:space-between;flex-wrap:wrap;gap:40px}.footer__bottom-copyright{color:var(--mc-white);font-size:14px}.footer__bottom-links{display:flex;flex-wrap:wrap;gap:24px}.footer__bottom-link{color:var(--mc-white);font-size:14px;text-decoration:underline}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size) / 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset, 1%);bottom:var(--swiper-scrollbar-bottom, 4px);top:var(--swiper-scrollbar-top, auto);z-index:50;height:var(--swiper-scrollbar-size, 4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-vertical>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical{position:absolute;left:var(--swiper-scrollbar-left, auto);right:var(--swiper-scrollbar-right, 4px);top:var(--swiper-scrollbar-sides-offset, 1%);z-index:50;width:var(--swiper-scrollbar-size, 4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));border-radius:var(--swiper-scrollbar-border-radius, 10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.hero{background-color:var(--mc-blue-2);position:relative}@media (max-width: 768px){.hero{padding-top:140px}}.hero__title{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.hero__slide{background-color:var(--mc-blue-2);display:grid;grid-template-columns:1fr 1fr}@media (max-width: 992px){.hero__slide{display:flex;flex-direction:column-reverse}}.hero__slide-data{margin:170px 0 100px;padding-right:32px}@media (max-width: 1520px){.hero__slide-data{margin:140px 0 60px}}@media (max-width: 992px){.hero__slide-data{margin:32px 0}}.hero__slide-title{font-family:Anton,sans-serif;font-size:90px;line-height:100%;text-transform:uppercase;color:var(--mc-white);max-width:600px}@media (max-width: 1280px){.hero__slide-title{font-size:64px}}@media (max-width: 768px){.hero__slide-title{font-size:48px}}.hero__slide-description{margin:24px 0 40px;max-width:600px}@media (max-width: 992px){.hero__slide-description{margin:10px 0 16px}}.hero__slide-description p{font-size:18px;color:var(--mc-white)}.hero__slide-image{position:relative}.hero__slide-image picture{position:absolute;left:0;top:50%;transform:translateY(-50%)}@media (max-width: 992px){.hero__slide-image picture{position:inherit}}.hero__pagination{display:flex;max-width:46%;bottom:50px!important}@media (max-width: 992px){.hero__pagination{max-width:100%;position:relative;bottom:16px!important}}.hero__pagination .swiper-pagination-bullet{display:block;position:relative;height:4px;width:100%;border-radius:0;background-color:#ffffff4d}.hero__pagination .swiper-pagination-bullet b{position:absolute;z-index:2;bottom:0;left:0;width:0;height:4px;background-color:#ffffff4d}.hero__pagination .swiper-pagination-bullet-active{background-color:#ffffff12}.hero__pagination .swiper-pagination-bullet-active b{animation-name:countingBar;animation-duration:9s;animation-timing-function:ease-in;animation-iteration-count:1;animation-direction:alternate;animation-fill-mode:forwards}@keyframes countingBar{0%{width:0}to{width:100%}}.categories-slider{padding:var(--offset);background:url(/app/themes/thompsonflooring/public/build/assets/pattern-D5fufCU5.svg) center center;background-size:cover;overflow:hidden}.categories-slider__title{margin-bottom:32px;font-size:60px;font-weight:400;text-transform:uppercase;font-family:Anton,sans-serif;display:block}@media (max-width: 1280px){.categories-slider__title{font-size:46px}}@media (max-width: 768px){.categories-slider__title{font-size:36px}}.categories-slider__slider{width:calc(100% + (100vw - 1445px)/2);margin-right:calc((100vw - 1445px)/-2)}@media screen and (max-width: 1560px){.categories-slider__slider{width:calc(100% + 60px);margin-right:-60px}}@media screen and (max-width: 768px){.categories-slider__slider{width:calc(100% + 37px);margin-right:-37px}}@media screen and (max-width: 600px){.categories-slider__slider{width:calc(100% + 16px);margin-right:-16px}}.categories-slider__slide-title{font-family:Anton,sans-serif;font-size:24px;font-style:normal;font-weight:400;line-height:120%;margin-top:40px}.categories-slider__pagination{margin-top:60px;position:relative;display:flex}.categories-slider__pagination .swiper-pagination-bullet{display:block;height:4px;width:100%;border-radius:0;background-color:#18369b4d;transition:all .2s ease-in}.categories-slider__pagination .swiper-pagination-bullet-active{background-color:var(--mc-blue-2)}.single-card{padding:24px;background-color:var(--mc-white);display:flex;flex-direction:column;justify-content:space-between;min-height:580px}.single-card:hover .single-card__img img{transform:scale(1.05)}.single-card__title{font-family:Anton,sans-serif;font-size:24px;line-height:120%}.single-card__description{font-size:14px;line-height:140%;margin-top:12px}.single-card__img{max-width:calc(100% - 40px);display:block;margin:auto auto 0}.single-card__img img{transition:all .2s ease-in-out}.single-card__info{display:flex;align-items:center;gap:12px;margin-top:46px}.single-card__name{font-family:Anton,sans-serif;font-size:18px;line-height:120%}.single-card__type{font-size:14px;line-height:120%}.types{background-color:var(--mc-blue-3);padding:var(--offset)}.types__title{color:var(--mc-white);font-size:60px;font-weight:400;text-transform:uppercase;font-family:Anton,sans-serif;display:block}@media (max-width: 1280px){.types__title{font-size:46px}}@media (max-width: 768px){.types__title{font-size:36px}}.types__wrap{margin-top:60px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media (max-width: 992px){.types__wrap{grid-template-columns:1fr;margin-top:20px}}.product-popup{position:fixed;left:0;top:0;z-index:100;width:100vw;height:100vh;align-items:center;justify-content:center;display:flex;background-color:#0000004d;visibility:hidden;opacity:0;transition:opacity .4s ease-in-out,visibility .4s ease-in-out}.product-popup__wrap{position:relative;background-color:var(--mc-white);max-width:1280px;display:flex;gap:40px;padding:24px 60px 24px 24px;transform:translateY(30px);max-height:calc(100vh - 100px);overflow:scroll;visibility:hidden;opacity:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out,visibility .4s ease-in-out}@media (max-width: 1280px){.product-popup__wrap{max-width:calc(100% - 30px)}}@media (max-width: 992px){.product-popup__wrap{flex-wrap:wrap;padding:24px;max-height:90vh;overflow:auto}}.product-popup__slider{width:55%}@media (max-width: 992px){.product-popup__slider{width:100%}}.product-popup__data{width:45%;font-size:14px}@media (max-width: 992px){.product-popup__data{width:100%}}.product-popup__data .has-text-color{margin:8px 0 24px}.product-popup__data .btn{width:100%;text-align:center}.product-popup__data table{font-size:12px;border-collapse:collapse;margin:32px 0;width:100%}.product-popup__data table td{border-top:1px solid rgba(6,2,67,.2);border-bottom:1px solid rgba(6,2,67,.2);padding:16px 0}.product-popup__data table td:first-child{opacity:.3}.product-popup__data table td:last-child{padding-left:64px}.product-popup__close{position:absolute;z-index:5;right:20px;top:20px;cursor:pointer}.product-popup__gallery{width:100%;height:auto;margin:0 0 10px}.product-popup__gallery .swiper-slide{width:auto;height:100%;max-height:660px;padding:60px 80px;background-color:var(--mc-grey)}.product-popup__gallery .swiper-slide img{max-height:100%;max-width:100%;width:auto;margin:auto}.product-popup__gallery .swiper-slide video{width:100%}.product-popup__thumbnail{width:100%;padding:0;overflow:hidden}.product-popup__thumbnail .swiper-slide{width:100px;height:100px;overflow:hidden}.product-popup__thumbnail .swiper-slide img{object-fit:cover}.product-popup__thumbnail .swiper-slide video{position:absolute;height:100%;left:50%;top:50%;transform:translate(-50%,-50%)}.product-popup__thumbnail .swiper-slide video+span{position:absolute;top:0;left:0;width:100%;height:100%;background:url(../../images/play.svg) center center no-repeat}.product-popup_show{visibility:visible;opacity:1}.product-popup_show .product-popup__wrap{transform:translateY(0);opacity:1;visibility:visible}.product-item{background-color:var(--mc-grey);display:flex;flex-direction:column;gap:24px;padding:24px}.product-item:hover img{transform:scale(1.05)}.product-item img{max-width:calc(100% - 80px);margin:auto;transition:all .2s ease-in-out}.product-item__title{font-family:Anton,sans-serif;font-size:24px;line-height:120%}.product-item__excerpt{margin:8px 0 24px;font-size:14px;font-weight:500;line-height:140%}.product-item__link{font-size:14px;font-weight:600;text-decoration:underline}.product-item__description{padding-bottom:20px}.products-grid{margin:120px 0 60px}@media (max-width: 992px){.products-grid{margin:50px 0 32px}}.products-grid__title{font-size:60px;font-weight:400;text-transform:uppercase;font-family:Anton,sans-serif;display:block}@media (max-width: 1280px){.products-grid__title{font-size:46px}}@media (max-width: 768px){.products-grid__title{font-size:36px}}.products-grid__wrap{margin-top:44px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media (max-width: 992px){.products-grid__wrap{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.products-grid__wrap{margin-top:24px;grid-template-columns:1fr}}.products-grid__btn{margin:40px 0 0;text-align:center}.select{position:relative;cursor:pointer}.select__title{padding:8px 12px;display:flex;align-items:center;gap:4px;white-space:nowrap;font-size:14px}.select__title b{padding-left:8px}.select__list{display:none;position:absolute;top:100%;left:1rem;background:#fff;border:1px solid #ccc;z-index:5;list-style:none;padding:0;margin:0}.select__list li{white-space:nowrap;font-weight:700;font-size:14px}.select__list li a{padding:12px 24px;display:block}.select__list li.active{background-color:var(--mc-blue-3);color:var(--mc-white)}.select__list li:not(.select__list li.active):hover{background:#f0f0f0;color:var(--mc-blue-1)}.select.open .select__list{display:block}.control{background-color:var(--mc-grey)}.control__container{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;align-items:center;padding:40px 0}@media (max-width: 768px){.control__container{padding:20px 0}}.control__filters{display:flex;align-items:center;flex-wrap:wrap;gap:16px}@media (max-width: 600px){.control__filters{gap:0}}.control__filter .select__title{gap:12px;font-weight:700}.control__views{padding:8px 12px;display:flex;gap:8px}.control__view img{cursor:pointer}.control__view .icon-active,.control__view.active img.icon-default{display:none}.control__view.active img.icon-active{display:inline}.control__showing{padding:8px 12px;font-size:14px}.control__sorts{display:flex;flex-wrap:wrap}.products{margin:80px 0 60px}@media (max-width: 992px){.products{margin:40px 0 20px}}.products__wrap{margin-top:44px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media (max-width: 992px){.products__wrap{grid-template-columns:repeat(2,1fr);margin-top:24px}}@media (max-width: 600px){.products__wrap{grid-template-columns:1fr}}.products__pagination{margin-top:20px;display:flex;justify-content:center}.products__pagination .pagination{margin-top:40px}.products__pagination .screen-reader-text{display:none}.products__pagination .nav-links{display:flex;gap:12px}.products__pagination .nav-links .prev{background:url(/app/themes/thompsonflooring/public/build/assets/chevron-right-2-C-OIkF1A.svg) center center no-repeat;transform:rotate(90deg)}.products__pagination .nav-links .next{background:url(/app/themes/thompsonflooring/public/build/assets/chevron-right-2-C-OIkF1A.svg) center center no-repeat;transform:rotate(-90deg)}.products__pagination .nav-links .page-numbers{width:60px;height:60px;justify-content:center;align-items:center;display:flex;border:1px solid rgba(6,2,67,.2);font-size:16px}.products__pagination .nav-links .page-numbers.current{border:1px solid #202E59}.products.view-grid .product-item__description{display:none}.products.view-list .products__wrap{grid-template-columns:1fr}.products.view-list .product-item{display:grid;grid-template-columns:5fr 7fr;align-items:center}@media (max-width: 768px){.products.view-list .product-item{grid-template-columns:1fr}}.products.view-list .product-item__title{font-size:36px}@media (max-width: 768px){.products.view-list .product-item__title{font-size:28px}}.products.view-list .product-item__excerpt{font-size:18px}.products.view-list .product-item__description{font-size:14px}.comparison{padding:var(--offset);background:var(--mc-green) url(/app/themes/thompsonflooring/public/build/assets/pattern-D5fufCU5.svg) center;background-size:cover}.comparison__title{margin-bottom:60px;font-size:60px;font-weight:400;text-transform:uppercase;font-family:Anton,sans-serif;display:block}@media (max-width: 1280px){.comparison__title{font-size:46px}}@media (max-width: 768px){.comparison__title{font-size:36px}}@media (max-width: 768px){.comparison__title{margin-bottom:32px}}.comparison__wrap{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media (max-width: 768px){.comparison__wrap{grid-template-columns:1fr}}.comparison .single__card:hover img{transform:scale(1.05)}.comparison .single__card img{max-width:425px;margin:auto;transition:all .2s ease-in-out}.industry-type{padding:62px 0 120px}@media (max-width: 992px){.industry-type{padding:32px 0 50px}}.industry-type__title{font-size:60px;font-weight:400;text-transform:uppercase;font-family:Anton,sans-serif;display:block}@media (max-width: 1280px){.industry-type__title{font-size:46px}}@media (max-width: 768px){.industry-type__title{font-size:36px}}.industry-type__wrap{margin-top:40px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media (max-width: 992px){.industry-type__wrap{grid-template-columns:1fr}}.industry-type__single{padding:24px;min-height:526px;display:flex;flex-direction:column;justify-content:space-between}.industry-type__single:nth-child(3n+1){background-color:var(--mc-blue-3)}.industry-type__single:nth-child(3n+2){background-color:var(--mc-blue-2)}.industry-type__single:nth-child(3n+3){background-color:var(--mc-blue-1)}.industry-type__single-title{color:var(--mc-white);font-family:Anton,sans-serif;font-size:24px;line-height:120%}.industry-type__single-description{color:var(--mc-white);font-size:18px;line-height:140%;margin-top:12px}.industry-type__single-top{color:var(--mc-white);font-family:Anton,sans-serif;font-size:16px;line-height:120%;margin:24px 0 12px}.industry-type__single-info{color:var(--mc-white);font-size:14px;font-weight:500;line-height:140%}.hero-simple{padding-top:100px;position:relative;background-size:cover;min-height:480px}.hero-simple:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;opacity:.8;background:linear-gradient(180deg,#183599,#020113),linear-gradient(180deg,#019ac7,#010213),var(--mc-grey)}.hero-simple__data{padding:120px 0}.hero-simple__title{color:var(--mc-white);font-size:90px;font-weight:400;text-transform:uppercase;font-family:Anton,sans-serif;display:block}@media (max-width: 1280px){.hero-simple__title{font-size:72px}}@media (max-width: 768px){.hero-simple__title{font-size:48px}}.hero-simple__breadcrumbs{margin:24px 0;display:flex;align-items:center;gap:8px;color:var(--mc-white);font-weight:700;font-size:18px}.hero-simple__breadcrumbs img{width:auto}.hero-simple__breadcrumbs img:last-child{display:none}.hero-simple__breadcrumb-item{color:var(--mc-white);font-weight:400}.hero-simple__breadcrumb-item:last-child{font-weight:700}.advantages{background-color:var(--mc-green);padding:80px 0}@media (max-width: 992px){.advantages{padding:40px 0}}.advantages__items{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media (max-width: 992px){.advantages__items{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.advantages__items{grid-template-columns:1fr}}.advantages__item{padding:24px;background-color:var(--mc-white);border:1px solid var(--mc-blue-1)}.advantages__item-icon{width:48px;margin-bottom:24px}.advantages__item-title{font-family:Anton,sans-serif;font-size:24px;line-height:120%;margin-bottom:8px;display:block}.advantages__item-description{font-size:14px;line-height:140%}.contact-form{padding:var(--offset)}.contact-form__title{font-size:60px;font-weight:400;text-transform:uppercase;font-family:Anton,sans-serif;display:block}@media (max-width: 1280px){.contact-form__title{font-size:46px}}@media (max-width: 768px){.contact-form__title{font-size:36px}}.contact-form__container{display:grid;grid-template-columns:5fr 6fr;gap:120px}@media (max-width: 1200px){.contact-form__container{gap:40px}}@media (max-width: 992px){.contact-form__container{grid-template-columns:1fr}}.contact-form__data{position:relative}.contact-form__description{font-size:14px;line-height:140%;margin:24px 0 40px}.contact-form__item{display:flex;align-items:center;gap:24px;margin-top:12px;padding:24px;background-color:var(--mc-grey)}.contact-form__item-title{font-family:Anton,sans-serif;font-size:24px;text-transform:uppercase;margin-bottom:4px}.contact-form__item-description{font-size:14px}.contact-form__item-icon img{width:48px}.contact-form input{margin-bottom:12px}.contact-form__btn{border:none;width:auto;margin-top:12px;margin-bottom:0}.contact-form textarea{max-height:214px}.contact-form__thanks{position:absolute;left:0;top:0;width:100%;height:100%;display:none;flex-direction:column;justify-content:center;align-items:center;background-color:var(--mc-grey)}.contact-form__thanks.active{display:flex}.contact-form__thanks-img{max-width:120px;max-height:120px}.contact-form__thanks-title{font-family:Anton,sans-serif;font-size:24px;text-transform:uppercase;margin:40px 0 24px}.contact-form__thanks-description{text-align:center;font-size:14px;line-height:140%}.text-content{padding:var(--offset)}.text-content__container{display:flex;justify-content:center}.text-content_sidebar .text-content__container{display:grid;justify-content:unset;grid-template-columns:1fr 2fr;gap:40px}@media (max-width: 992px){.text-content_sidebar .text-content__container{grid-template-columns:1fr}}.text-content__sidebar{display:none}@media (max-width: 992px){.text-content__sidebar{display:none}}.text-content__sidebar-wrap{position:sticky;top:9rem}.text-content__sidebar ul{padding:0;list-style-type:none}.text-content__sidebar ul li a{display:block;padding:12px 16px;font-size:14px;font-weight:700;line-height:160%;text-decoration:none;border-left:2px solid transparent}.text-content__sidebar ul li a.active{color:var(--mc-blue-3);border-left-color:var(--mc-blue-3)}.text-content_sidebar .text-content__sidebar{display:block}.text-content__data{max-width:940px}.text-content__data h1,.text-content__data h2,.text-content__data h3,.text-content__data h4,.text-content__data h5,.text-content__data h6{margin:40px 0 24px}.text-content__data h1:first-child,.text-content__data h2:first-child,.text-content__data h3:first-child,.text-content__data h4:first-child,.text-content__data h5:first-child,.text-content__data h6:first-child{margin-top:0}.text-content__data p{margin-bottom:20px;font-size:14px}.text-content__data ul,.text-content__data li,.text-content__data ol{font-size:14px}.text-content__data a{font-weight:700}.text-content_sidebar .text-content__data{max-width:unset}.btn{padding:21px 48px 22px;background-color:var(--mc-blue-3);color:var(--mc-white);font-size:14px;font-weight:600;display:inline-block;cursor:pointer;white-space:nowrap;transition:all .4s cubic-bezier(.85,.62,.41,1.2)}.btn__white{color:var(--mc-blue-1);background-color:var(--mc-white)}
