.half_cards .half_cards_wrapper{width:100%;height:auto;display:flex;flex-direction:row;justify-content:space-between}
@media (max-width:1601px){
.half_cards .half_cards_wrapper{max-height:500px}
}
@media (max-width:1201px){
.half_cards .half_cards_wrapper{max-height:400px}
}
@media (max-width:1001px){
.half_cards .half_cards_wrapper{max-height:max-content}
}
.half_cards .half_cards_list{width:50%;padding-right:20px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px}
@media (max-width:801px){
.half_cards .half_cards_list{grid-gap:4px}
}
@media (max-width:1401px){
.half_cards .half_cards_list{padding-right:16px;grid-gap:6px}
}
@media (max-width:1201px){
.half_cards .half_cards_list{padding-right:10px}
}
@media (max-width:1001px){
.half_cards .half_cards_list{grid-template-columns:repeat(2,1fr);width:100%}
}
@media (max-width:601px){
.half_cards .half_cards_list{grid-template-columns:repeat(1,1fr);grid-gap:12px}
}
.half_cards .half_cards_list .list_elem{border-radius:12px;-webkit-transition:all .2s;-ms-transition:all .2s;transition:all .2s;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;background:#f8f8fa;font-size:22px}
.half_cards .half_cards_list .list_elem:hover{background:#eaeaef}
@media (max-width:1921px){
.half_cards .half_cards_list .list_elem{font-size:20px}
}
@media (max-width:1441px){
.half_cards .half_cards_list .list_elem{font-size:19px;padding:18px}
}
@media (max-width:1401px){
.half_cards .half_cards_list .list_elem{font-size:18px;padding:16px}
}
@media (max-width:1201px){
.half_cards .half_cards_list .list_elem{font-size:16px}
}
.half_cards .half_cards_list .list_elem .title{margin-bottom:0}
@media (max-width:1001px){
.half_cards .half_cards_list .list_elem .title{margin-bottom:12px}
}
@media (max-width:801px){
.half_cards .half_cards_list .list_elem .title{margin-bottom:8px}
}
.half_cards .half_cards_list .icon{width:max-content;height:32px;margin-bottom:10px}
@media (max-width:1921px){
.half_cards .half_cards_list .icon{width:auto}
}
@media (max-width:1201px){
.half_cards .half_cards_list .icon{height:20px}
}
@media (max-width:1001px){
.half_cards .half_cards_list .icon{height:32px}
}
.half_cards .half_cards_image{width:50%;height:auto}
@media (max-width:1001px){
.half_cards .half_cards_image{display:none}
}
.half_cards .half_cards_image .for_image{position:relative;border-radius:12px;border-bottom-right-radius:0;border-top-right-radius:0;-webkit-filter:drop-shadow(0 24px 48px #e6e6ed);filter:drop-shadow(0 24px 48px #e6e6ed);height:100%;width:100%;overflow:hidden}
@media (max-width:1401px){
.half_cards .half_cards_image .for_image{-webkit-filter:drop-shadow(0 20px 40px #e6e6ed);filter:drop-shadow(0 20px 40px #e6e6ed)}
}
.half_cards .half_cards_image .for_image img{border-radius:0;display:block;width:100%;height:100%;object-fit:cover;object-position:left bottom}
@media (max-width:1601px){
.half_cards .half_cards_image .for_image img{height:100%;width:auto}
}