:root{--button-background:#ccc;--button-background-hover:#fff;--button-color:#000;--button-color-hover:#ccc;--home-top-background-image:none;--contacts-top-background-image:none;--contact-form-input-placeholder-color:#ccc;--contact-form-input-text-color:#000}.card-items{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.card-item{color:#b5b9bb;width:calc(100% / 12 * 3 - 15px * 2);background-color:#fff;transition:box-shadow .3s;margin-left:15px;margin-right:15px;margin-bottom:30px;overflow:hidden;box-shadow:0 0 15px rgba(0,0,0,.05)}.card-item a{color:currentColor;text-decoration:none;transition:color .3s}.card-item-image{max-width:100%;line-height:0}.card-item-image img{width:390px;height:200px;-o-object-fit:cover;object-fit:cover}.card-item-content{text-align:center;padding:30px 15px}.card-item-title{font-size:22px;font-weight:400;color:#1e2428;padding:15px 0}.card-item-link{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:0 15px;margin-bottom:15px}.card-item-link svg{flex-shrink:0}@media screen and (min-width:992px){.card-item:hover{box-shadow:8px 8px 60px rgba(6,30,52,.1)}.card-item a:hover{color:#2a93c9}}@media screen and (max-width:1024px){.card-items{justify-content:center}.card-item{width:calc(100% / 12 * 5 - 15px * 2)}}@media screen and (max-width:768px){.card-item-title{font-size:18px}}@media screen and (max-width:576px){.card-items{margin-left:-10px;margin-right:-10px}.card-item{width:calc(100% / 12 * 8 - 15px * 2)}}@media screen and (max-width:450px){.card-item{width:calc(100% / 12 * 12 - 15px * 2)}}@media screen and (min-width:576px) and (max-width:768px){.card-item{display:flex;align-items:center;justify-content:space-between;width:calc(100% / 12 * 12 - 15px * 2)}.card-item-image img{width:200px;height:200px}}