.wrap-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.wrap-title .title-main{max-width:800px;margin:0!important}.wrap-title .btn-more{color:var(--text);font-size:12px;display:inline-block;line-height:1.4;font-weight:600}.wrap-title .btn-more svg{margin-left:8px}.wrap-title .btn-more svg path{fill:var(--text);transition:all .25s ease}.wrap-title .btn-more:hover{color:var(--accent)}.custom-nav .button:hover svg,.wrap-title .btn-more:hover svg path{fill:var(--accent)}@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:52px;height:52px;border-radius:50%;background-color:var(--white);text-align:center;box-shadow:var(--boxShadow);border:0;margin-right:25px;transition:all .2s ease-in-out;position:relative;padding:0}.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 .customPrevBtn svg{left:48%}.custom-nav .customNextBtn svg{left:52%}.custom-nav .button:last-child,.owl-carousel .owl-dots button.owl-dot:last-child{margin-right:0}.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:block}.owl-carousel .owl-stage-outer{overflow:visible}}.button-arrow{width:52px;height:52px;background-color:var(--white);border-radius:10em;display:inline-flex;align-items:center;justify-content:center;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:var(--white)}.button-arrow .icon-el{fill:none}.button-arrow .icon-el path{stroke:var(--black);transition:all .2s ease-in-out}@media screen and (max-width:576px){.button-arrow{width:40px;height:40px}}.navigation__box-arrow{padding:25px;position:absolute;left:-24px;right:-24px;top:50%;transform:translateY(-50%);z-index:5;pointer-events:none}.navigation__box-arrow .button-arrow{position:absolute;top:50%;transform:translateY(-50%);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:8px;height:8px;border-radius:10em;display:inline-block;margin-right:16px;transition:all .2s ease-in-out}.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)}@media screen and (max-width:768px){.owl-carousel .owl-dots button.owl-dot.active{width:34px}}