.productItem-card{width:100%;height:380px;display:grid;grid-template-columns:1fr 1fr;background-color:#1a1c2a;border-radius:40px;margin-bottom:24px}.productItem-card__content{display:flex;flex-direction:column;justify-content:space-around;padding:0 30px}.productItem-card__img{position:relative;height:380px}.productItem-card__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-top-left-radius:40px;border-bottom-left-radius:40px}.more-details_product{width:60px;height:60px;top:30px;right:30px;position:absolute;border-radius:60px;cursor:pointer;background-color:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,0);transition:all .5s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.more-details_product:hover{width:190px;padding:10px 20px;border-radius:60px;border:1px solid rgba(255,255,255,.1)}.more-details_product:hover .share-text{opacity:1}.card-header{display:flex;align-items:center}.card-header__icon{border:1px solid #62626c;padding:40px;width:120px;height:120px;margin-right:36px;border-radius:50%;opacity:.6;transition:all .5s ease}.productItem-card:hover .card-header__icon{background-color:rgba(255,255,255,.2);opacity:1}.card-header__title{font-family:Golos Text;font-weight:600;font-size:40px;line-height:48px;color:#fff}.productItem-card__text{font-family:Golos Text;font-weight:400;font-size:16px;line-height:28px;color:#fff}.productItem-car-list{display:grid;grid-template-columns:repeat(2,1fr);list-style:inside;-moz-column-gap:1rem;column-gap:1rem}.productItem-card-list__item::marker{color:#37f}.productItem-card-list-item__text{display:inline-block;font-family:Golos Text;font-weight:500;font-size:14px;line-height:28px;color:rgba(255,255,255,.4784313725)}@media screen and (min-width:1200px){.reverseClass{direction:rtl}.reverseClass .productItem-card__content{direction:ltr}.reverseClass .productItem-card__img img{border-radius:0 40px 40px 0}.reverseClass .more-details_product{direction:ltr}}@media screen and (max-width:1200px){.productItem-card{grid-template-columns:1fr;height:auto}.productItem-card__content{row-gap:20px;padding:30px}.productItem-card__img{max-height:140px!important}.productItem-card__img img{border-radius:40px 40px 0 0}}@media screen and (max-width:780px){.productItem-car-list{grid-template-columns:1fr}}@media screen and (max-width:468px){.productItem-card{display:flex;flex-direction:column}.card-header__icon{display:grid;place-content:center;width:80px;height:80px}.productItem-card-list__item{list-style:none}.productItem-card__text{font-size:14px;text-align:justify}.card-header__title{font-size:20px;line-height:normal}.more-details_product .share-text{opacity:1}}.products-page{width:100%;padding:150px 0;background-color:#151321;background-image:url(/images/page-bg-ellipse.png);background-size:contain;background-repeat:no-repeat;background-position:calc(50% - 985px) calc(0% - 301px)}.products-card__list{display:grid;grid-template-columns:1fr;row-gap:2rem}.page-title{font-family:Golos Text;font-weight:600;font-size:36px;line-height:43px;color:#fff;margin-bottom:40px}@media screen and (max-width:758px){.products-page{padding:100px 0}}