.top-work__item{border-radius:10px;padding:50px 42px;position:relative;text-decoration:none;display:block;width:100%}@media (max-width:768px){.top-work__item{background:var(--white);box-shadow:0px 30px 100px rgba(105, 95, 126, 0.1);display:flex;flex-flow:column;justify-content:space-around}}.top-work__item:hover{text-decoration:none}@media (max-width:768px){.top-work__item{padding:24px}}.top-work__item .top-work__button{display:block;text-align:center;opacity:0;position:absolute;transition:0.3s;bottom:0px;z-index:5;width:100%;left:0px;bottom:-30px}@media (max-width:768px){.top-work__item .top-work__button{opacity:1;position:relative;top:0px;margin-top:22px}}@media (min-width:768px){.top-work__item:before{content:"";background:#FFFFFF;box-shadow:0px 30px 100px rgba(105, 95, 126, 0.1);position:absolute;left:0px;top:0px;width:100%;height:100%;border-radius:10px;z-index:-2;transition:0.4s}}.top-work__item:hover{z-index:5}.top-work__item:hover:before{transform:scale(1.15);height:125%;z-index:3;transition:0.4s}.top-work__item:hover>*:not(:before){z-index:4}.top-work__item:hover .top-work__button{transition:0.5s;opacity:1}.top-work__item:hover .top-work__price{background-color:var(--white);font-weight:400;font-size:18px;line-height:25px;color:var(--black)}.top-work__item .top-work__information{display:flex;justify-content:space-between;align-items:flex-start;margin-top:35px;z-index:4;position:relative}@media (max-width:768px){.top-work__item .top-work__information{margin-top:22px}}.top-work__item .top-work__information .top-work__descript{display:flex;flex-flow:column}.top-work__item .top-work__price.button{padding:10px 20px;border:1px solid var(--primary-green);min-width:fit-content}.top-work__item .top-work__title{font-weight:700;font-size:16px;line-height:22px;z-index:4;position:relative;transition:0.3s}.top-work__item .top-work__title span{-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;line-height:24px;height:75px;display:-webkit-box}.listing-title .listing-title__wrapper{display:flex;justify-content:space-between;padding:42px 54px 42px 0px}@media (max-width:991px){.listing-title .listing-title__wrapper{flex-flow:column;padding:42px 0px}}.listing-title .listing-title__wrapper h1{font-weight:400;font-size:36px;line-height:49px;color:var(--black)}@media (max-width:768px){.listing-title .listing-title__wrapper h1{font-weight:400;font-size:24px;line-height:33px}}.listing-title .listing-title__wrapper .listing__search{display:flex;align-items:center}.listing-title .listing-title__wrapper .listing__search button{height:55px}.listing-title .listing-title__wrapper .listing__search button img{display:none}@media (max-width:768px){.listing-title .listing-title__wrapper .listing__search button img{display:block}}@media (max-width:768px){.listing-title .listing-title__wrapper .listing__search button span{display:none}}@media (max-width:991px){.listing-title .listing-title__wrapper .listing__search{margin-top:21px}}.listing-title .listing-title__wrapper .listing__search label{margin-bottom:0px}.listing-title .listing-title__wrapper input#searchForm{width:300px;background:var(--white);border:1px solid var(--primary-green);padding:15px;margin-right:-5px;height:55px}@media (max-width:991px){.listing-title .listing-title__wrapper input#searchForm{width:100%}}.listing-work__wrapper{display:grid;grid-template-columns:repeat(3, 1fr);gap:20px}@media (max-width:991px){.listing-work__wrapper{grid-template-columns:repeat(2, 1fr)}}@media (max-width:768px){.listing-work__wrapper{grid-template-columns:repeat(1, 1fr)}}.listing-cats .listing-cats__item{background:#FFFFFF;box-shadow:0px 30px 100px rgba(105, 95, 126, 0.1);border-radius:10px;padding:42px;margin-bottom:25px}@media (max-width:768px){.listing-cats .listing-cats__item{padding:24px}}.listing-cats .listing-cats__item h3{font-weight:700;font-size:20px;line-height:27px;color:var(--black);border:1px solid var(--primary-green);border-radius:5px;display:inline-flex;margin-bottom:42px;padding:14px 20px}@media (max-width:768px){.listing-cats .listing-cats__item h3{margin-bottom:24px}}.listing-cats .listing-cats__item ul{list-style:none;padding:0px;display:grid;grid-template-columns:repeat(2, 1fr);gap:8px 64px}@media (max-width:768px){.listing-cats .listing-cats__item ul{grid-template-columns:repeat(1, 1fr)}}.listing-cats .listing-cats__item ul a{display:flex;justify-content:space-between;align-items:center}.listing-cats .listing-cats__item ul a:hover{text-decoration:none}.listing-cats .listing-cats__item ul a:hover span.listing-cats__link{text-decoration:underline}.listing-cats .listing-cats__item ul span.listing-cats__count{background:#AADA22;border-radius:5px;padding:4px 11px;color:#fff;font-weight:700;font-size:18px;line-height:25px}.listing-cats .listing-cats__item ul span.listing-cats__link{font-weight:400;font-size:14px;padding-right:20px}