.addresses-list__content{display:flex;flex-wrap:wrap;justify-content:flex-start;margin-left:-7px;margin-right:-7px}.addresses-list__item{position:relative;width:calc(50% - 15px);background:#f2f2f2;border-radius:10px;margin:7px;padding-bottom:10px}.addresses-list__item-edit{display:flex;align-items:center;padding-left:16px;cursor:pointer}.addresses-list__item-edit span{font-weight:300;font-size:16px;line-height:19px;color:#2a4e1c}.addresses-list__item-edit svg{margin-right:10px}.addresses-list__item-wrap{padding:20px 16px;font-weight:400;font-size:16px;line-height:130%;color:#333}.addresses-list__item-main{position:absolute;top:16px;right:30px;font-weight:700;font-size:16px;line-height:19px;color:#333}.addresses-list__add{display:flex;justify-content:center;align-items:center;width:calc(50% - 15px);margin:7px;height:200px;font-weight:400;font-size:18px;line-height:21px;color:#2a4e1c;background:#f2f2f2;border-radius:10px}.addresses-list__add svg{margin-right:15px}.addresses-list__wrap{padding:20px}@media screen and (max-width:1040px){.addresses-list__content{flex-direction:column}.addresses-list__add,.addresses-list__item{width:95%}.addresses-list__item-main{top:40%}}