.masterstudy-pricing{display:flex;flex-direction:column;width:100%;border-radius:10px;border:1px solid #dbe0e9}.masterstudy-pricing-item{display:flex;flex-direction:column;width:100%;padding:20px;border-bottom:1px solid #dbe0e9}.masterstudy-pricing-item:last-child{border-bottom:none}.masterstudy-pricing-item__header{display:flex;width:100%;align-items:center}.masterstudy-pricing-item__title{display:flex;font-size:14px;font-style:normal;font-weight:500;line-height:normal;color:#001931;margin-left:5px}.masterstudy-pricing-item__content{display:none;width:100%;flex-direction:column}.masterstudy-pricing-item__content.masterstudy-pricing-item__content_open{display:flex}.masterstudy-pricing-item__block{display:flex;width:100%;flex-direction:column;margin-top:20px}.masterstudy-pricing-item__label{display:flex;width:100%;font-size:12px;font-style:normal;font-weight:700;line-height:normal;color:#001931;margin-bottom:5px}.masterstudy-pricing-item input.masterstudy-pricing-item__input{display:flex;width:100%;height:40px;padding:9px 12px;align-items:center;border-radius:4px;border:1px solid #dbe0e9;background:#fff;outline:0;box-shadow:none;font-size:14px;font-style:normal;font-weight:400;line-height:normal;color:#4d5e6f;position:relative;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.masterstudy-pricing-item__arrow-down::before,.masterstudy-pricing-item__arrow-top::before{content:"\e96b";font-family:stmlms;font-size:5px}.masterstudy-pricing-item input.masterstudy-pricing-item__input.masterstudy-pricing-item__input_number{padding:9px 45px 9px 12px}.masterstudy-pricing-item input.masterstudy-pricing-item__input::-webkit-input-placeholder{color:#b3bac2}.masterstudy-pricing-item input.masterstudy-pricing-item__input::-moz-placeholder{color:#b3bac2}.masterstudy-pricing-item input.masterstudy-pricing-item__input::-ms-input-placeholder{color:#b3bac2}.masterstudy-pricing-item input.masterstudy-pricing-item__input::placeholder{color:#b3bac2}.masterstudy-pricing-item input.masterstudy-pricing-item__input:focus{outline:0;box-shadow:none;border-color:var(--accent-100)}.masterstudy-pricing-item input.masterstudy-pricing-item__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.masterstudy-pricing-item input.masterstudy-pricing-item__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.masterstudy-pricing-item__input-wrapper{display:flex;width:100%;position:relative}.masterstudy-pricing-item__arrow-down,.masterstudy-pricing-item__arrow-top{width:30px;height:14px;border-radius:2px;position:absolute;right:5px;display:flex;transition:.3s}.masterstudy-pricing-item__arrow-top{background:#eef1f7;justify-content:center;align-items:center;top:5px}.masterstudy-pricing-item__arrow-top::before{display:flex;color:#808c98;transition:.3s;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.masterstudy-pricing-item__arrow-top:hover{cursor:pointer;background:#ddd}.masterstudy-pricing-item__arrow-top:hover::before{color:#4d5e6f}.masterstudy-pricing-item__arrow-down{background:#eef1f7;justify-content:center;align-items:center;bottom:5px}.masterstudy-pricing-item__arrow-down::before{display:flex;color:#808c98;transition:.3s}.masterstudy-pricing-item__arrow-down:hover{cursor:pointer;background:#ddd}.masterstudy-pricing-item__arrow-down:hover::before{color:#4d5e6f}