.gallery-checkboxes{list-style-type:none;margin:0}.gallery-checkboxes li{margin:8px 0}.gallery-checkbox{display:none}.gallery-checkbox+label{position:relative;padding-left:30px;cursor:pointer}.gallery-checkbox+label:before{content:"";position:absolute;left:0;top:0;width:20px;height:20px;border-radius:3px;border:none;background-color:#fff;transition:background-color .3s ease,border-color .3s ease}.gallery-checkbox:checked+label:before{background-color:#cd0a20;border-color:#cd0a20}.gallery-checkbox:checked+label:after{content:"";position:absolute;left:6px;top:3px;width:6px;height:12px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.gallery-checkbox+label:hover:before{border-color:#990819}.gallery-checkboxes label{font-family:'Ubuntu',sans-serif}.list-white .gallery-checkboxes li label{color:#fff}.list-red .gallery-checkbox+label:before{background-color:#cd0a20}.custom-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.custom-gallery img{width:100%;height:auto;display:block;transform:scale(.95);transition:all .4s ease}.custom-gallery img:hover{transform:scale(1)}@media screen and (max-width:1024px){.custom-gallery{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.custom-gallery{grid-template-columns:1fr}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{left:50% !important}