.block--calculator .calculator__content{position:relative;width:100%}.block--calculator .calculator__iframe{border:none;width:100%}.block--calculator .calculator__loader{align-items:center;background-color:hsla(0,0%,100%,.7);display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:10}.block--calculator .calculator__spinner{animation:spin 1s linear infinite;border:5px solid rgba(0,0,0,.1);border-radius:50%;border-top-color:#000;height:50px;width:50px}@keyframes spin{to{transform:rotate(1turn)}}