@charset "UTF-8";.wrap-title{display:flex;justify-content:space-between;margin-bottom:40px}.wrap-title .title-main{max-width:800px;margin:0!important}.wrap-title .btn-more{color:var(--accentDark);font-size:13px;border:1px solid var(--gray);border-radius:10px;display:inline-block;padding:10px 30px;line-height:1.4}.wrap-title .btn-more:hover{color:var(--accent)}.wrap-title .btn-more:active{color:var(--accentDark);border:1px solid var(--accentDark)}@media screen and (max-width:768px){.wrap-title{display:block;margin-bottom:24px}.wrap-title .title-main{max-width:100%}.wrap-title .btn-more{margin-top:20px}}.custom-nav{display:flex;align-items:center}.custom-nav .button{display:inline-block;width:50px;height:50px;border-radius:10em;background-color:#fff;text-align:center;box-shadow:var(--boxShadow);border:0;margin-right:22px;transition:all .2s ease-in-out;position:relative}.custom-nav .button svg{fill:var(--text);transition:all .2s ease-in-out;box-shadow:3px 4px 10px transparent;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);line-height:1}.custom-nav .button:last-child{margin-right:0}.custom-nav .button:hover svg{fill:var(--accent)}.custom-nav .button:active{background-color:var(--grayBorder)}.custom-nav .button:active svg{fill:var(--text)}.owl-carousel .owl-stage-outer{padding:26px!important;margin:-26px!important}@media screen and (max-width:992px){.custom-nav{display:none}}@media screen and (max-width:1200px){.owl-carousel{position:relative}.owl-carousel .owl-dots.disabled{display:flex}.owl-carousel .owl-stage-outer{overflow:visible}}.button-arrow{width:52px;height:52px;background-color:#fff;border-radius:10em;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;box-shadow:var(--boxShadow)}.button-arrow:focus,.button-arrow:hover{background-color:var(--black)}.button-arrow:focus svg path,.button-arrow:hover svg path{stroke:#fff}.button-arrow .icon-el{fill:none}.button-arrow .icon-el path,.owl-carousel .owl-dots button.owl-dot{-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.button-arrow .icon-el path{stroke:var(--black)}@media screen and (max-width:576px){.button-arrow{width:40px;height:40px}}.navigation__box-arrow,.navigation__box-arrow .button-arrow{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.navigation__box-arrow{padding:25px;left:-24px;right:-24px;z-index:5;pointer-events:none}.navigation__box-arrow .button-arrow{pointer-events:auto}.navigation__box-arrow .button-prev{left:0}.navigation__box-arrow .button-next{right:0}@media screen and (max-width:576px){.navigation__box-arrow{display:none!important}}.owl-carousel .owl-dots{text-align:center;margin-top:40px;display:flex;justify-content:center}.owl-carousel .owl-dots button.owl-dot{background-color:var(--grayBorder);width:9px;height:9px;border-radius:10em;display:inline-block;margin-right:16px}.owl-carousel .owl-dots button.owl-dot.active{width:68px;background-color:var(--text)}.owl-carousel .owl-dots button.owl-dot:hover{background-color:var(--text)}.owl-carousel .owl-dots button.owl-dot:last-child{margin-right:0}@media screen and (max-width:768px){.owl-carousel .owl-dots button.owl-dot.active{width:34px}}