.service-list{display:grid;grid-template:repeat(3,298px)/repeat(12,1fr);gap:30px;grid-auto-rows:298px}.service-item{background:var(--5);position:relative;transition:all .3s;grid-column:span 4}.service-item:hover{background:var(--1);box-shadow:1px 2px 16px 0 rgba(0,0,0,.15)}.service-item:hover .item__title{color:var(--2)}.service-item:nth-child(1){border-top-left-radius:35px}.service-item:nth-child(2) .preview_picture{right:26px;bottom:20px}.service-item:nth-child(3){border-top-right-radius:35px}.service-item:nth-child(3) .preview_picture{bottom:29px}.service-item:last-child{border-bottom-right-radius:35px}.service-item:nth-child(4){grid-column:span 8}.service-item:nth-child(4) .preview_picture{right:70px}.service-item:nth-child(7) .preview_picture{right:37px;bottom:33px}.service-item.service__form-item{background:var(--1);display:flex;justify-content:space-between;flex-direction:column;align-items:center;padding:44px 37px 33px 25px}.service-item .service__form-item__content{color:var(--2);font-weight:400}.service-item .service__form-item__content p{font-size:14px;margin-bottom:0}.service-item .button{font-weight:700;font-size:12px}.service-item .item__title{position:absolute;left:30px;bottom:30px;font-weight:700;font-size:24px;color:var(--3);z-index:2;transition:all .3s}.service-item .preview_picture{position:absolute;right:0;bottom:0}@media (max-width:767px){.service-list{grid-template:repeat(3,248px)/repeat(12,1fr);grid-auto-rows:248px}.service-item{grid-column:span 6}.service-item:nth-child(1){border-radius:25px 0 0 0}.service-item:nth-child(2){border-radius:0 25px 0 0}.service-item:nth-child(3){border-radius:0}.service-item:nth-child(4){grid-column:span 6}.service-item:nth-child(5){grid-column:span 12}.service-item:nth-last-child(2){border-radius:0 0 0 25px}.service-item:last-child{border-radius:0 0 25px 0}.service-item .preview_picture{width:70%;object-fit:contain;max-height:100%}.service-item .item__title{font-size:20px}.service-item:nth-child(4) .preview_picture{right:0}}@media (max-width:577px){.service-list{grid-template:repeat(3,160px)/repeat(12,1fr);grid-auto-rows:160px;gap:20px}.service-item .item__title{font-size:14px;left:16px}.service-item:nth-child(3) .preview_picture{bottom:0}.service-item.service__form-item{padding:16px 23px}}