.procedure__grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px}.procedure__item{background-color:var(--white);border-radius:var(--border-r);padding:var(--padding);position:relative}.procedure__item:nth-child(1){-webkit-box-flex:0;-ms-flex:0 1 calc(58.56% - 10px);flex:0 1 calc(58.56% - 10px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:15px}.procedure__item:nth-child(2){-webkit-box-flex:0;-ms-flex:0 1 calc(41.44% - 10px);flex:0 1 calc(41.44% - 10px)}.procedure__item:nth-child(3){-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%}.procedure__item:nth-child(4){-webkit-box-flex:0;-ms-flex:0 1 calc(50% - 10px);flex:0 1 calc(50% - 10px)}.procedure__item:nth-child(5){-webkit-box-flex:0;-ms-flex:0 1 calc(50% - 10px);flex:0 1 calc(50% - 10px)}.procedure__item .wrapper{width:100%}.procedure__item .image{width:260px;height:204px;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;-ms-flex-negative:0;flex-shrink:0}.procedure__item img{height:100%;-o-object-fit:contain;object-fit:contain}.number{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-negative:0;flex-shrink:0;width:30px;height:30px;border-radius:50%;color:var(--white);background-color:var(--primary-dark);margin-bottom:8px}.title{font:var(--font-xl);font-weight:700;margin-bottom:15px}.text{font:var(--font-s);margin-bottom:10px}.text:last-child{margin-bottom:0}.stages{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:15px}.stage{-webkit-box-flex:0;-ms-flex:0 1 calc(50% - 7px);flex:0 1 calc(50% - 7px)}.stage-title{font:var(--font-s)}.procedure__item ul{margin-top:4px}.procedure__item ul li{font:var(--font-s);display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:4px}.procedure__item ul li:last-child{margin-bottom:0}.procedure__item ul li:before{content:'';display:block;background-color:var(--primary-pink);border-radius:50%;width:12px;height:12px;margin-right:8px;margin-top:5px;-ms-flex-negative:0;flex-shrink:0}@media screen and (max-width:1399px){.procedure__item:nth-child(1){-webkit-box-flex:0;-ms-flex:0 1 calc(50% - 10px);flex:0 1 calc(50% - 10px)}.procedure__item:nth-child(2){-webkit-box-flex:0;-ms-flex:0 1 calc(50% - 10px);flex:0 1 calc(50% - 10px)}.procedure__item:nth-child(3){-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%}.procedure__item .image{width:180px;height:225px}}@media screen and (max-width:1199px){.procedure__item:nth-child(1),.procedure__item:nth-child(4),.procedure__item:nth-child(5){-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%}.procedure__item:nth-child(2){-webkit-box-flex:0;-ms-flex:0 1 calc(50% - 10px);flex:0 1 calc(50% - 10px)}.procedure__item:nth-child(3){-webkit-box-flex:0;-ms-flex:0 1 calc(50% - 10px);flex:0 1 calc(50% - 10px)}.procedure__item .image{width:260px;height:204px}}@media screen and (max-width:767px){.procedure__item .image{width:120px;height:172px}.procedure__item:nth-child(2),.procedure__item:nth-child(3),.procedure__item:nth-child(4){-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%}}@media screen and (max-width:575px){.procedure__item:nth-child(1){-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.procedure__item .image{width:100%;max-width:274px;max-height:140px}.stages{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}