.framework-modal-block {
  position: fixed;
  width: ~"calc(100% - 100px)";
  height: ~"calc(100% - 100px)";
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 90000;
  opacity: 0;
  overflow-y: auto;
  padding: 50px;
}

.framework-modal-container-html {
  position: relative;
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2%;
  margin-top: 1%;
  padding: 0 ;
  opacity: 0;
}

.framework-modal-container-html-shadow {
  -webkit-box-shadow: 3px 3px 10px -2px rgba(0,0,0,0.75);
  -moz-box-shadow: 3px 3px 10px -2px rgba(0,0,0,0.75);
  box-shadow: 3px 3px 10px -2px rgba(0,0,0,0.75);
}

.framework-modal-equis {
  position: absolute;
  color: #747474;
  top: 6px;
  right: 6px;
  width: 15px;
  height: 15px;
  margin: 0;
  padding: 0;
  opacity: 0.8;
  background-color: rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  font-size: 15px;
}

.framework-modal-equis:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.34);
  opacity: 1;
}

// styles for img

.framework-modal-container-img img {
  margin: 0;
  padding: 0;
  border-radius: 3px;
  -webkit-box-shadow: 3px 3px 10px -2px rgba(0,0,0,0.75);
  -moz-box-shadow: 3px 3px 10px -2px rgba(0,0,0,0.75);
  box-shadow: 3px 3px 10px -2px rgba(0,0,0,0.75);
}

//styles for modal standard

.framework-modal-standard {
  background-color: #ffffff;
  min-height: 102px;
  padding: 14px 26px 20px 24px;
  border-radius: 3px;
}

.framework-modal-standard-title {
  font-family: @font-family-rounded-Light;
  font-weight: bold;
  font-size: 20px;
}

.framework-modal-standard-content {
  font-family: @font-family-rounded-Regular;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 24px;
  margin-top: 13px;
}

.framework-modal-standart-button {
  margin: 0;
  padding: 0;
}

.framework-modal-standard-button-white {
  background-color: white;
  border: none;
  margin-left: 35px;
}

.framework-modal-standard-button-white:hover {
  background-color: #ffffff;
  border: none;
}
