
/* Bootstrap alerts */

.modalmt-open {
  overflow: hidden;
}
.modalmt {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.1);
	pointer-events: unset;
}
.modalmt.fade .modalmt-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modalmt.in .modalmt-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modalmt {
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 1;
}
.modalmt-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modalmt-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modalmt-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1; /*1040;*/
  background-color: #000;
}
.modalmt-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modalmt-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modalmt-header {
  margin-bottom: 0px;
  padding: 15px;
  /*min-height: 16.42857143px;
  border-bottom: 1px solid #e5e5e5;*/
}
.modalmt-header .close {
  margin-top: -2px;
}
.modalmt-title {
  margin: 0;
  line-height: 1.42857143;
}
.modalmt-body {
  position: relative;
  padding: 15px;
  line-height: 1.5em;  
}
.modalmt-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modalmt-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modalmt-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modalmt-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modalmt-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (msx-width: 767px) {
  .modalmt-dialog {
    width: 95%; /*600px;*/ 
    margin: auto;	
  }
}
@media (min-width: 768px) {
  .modalmt-dialog {
    width: 90%;/* 600px;*/ 
    margin: 30px auto;
  }
  .modalmt-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modalmt-dialog {
    width: 90%;
    margin: auto;
  }
  .modal-lg {
    width: 900px;
  }
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  /* filter: alpha(opacity=20);
  opacity: .2; */
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

/* Bootstrap alerts */


@media (min-width: 750px) {

.footer__wrap_line {
	flex-wrap: wrap;
	align-items: flex-start;
}

.footer__wrap_line a {
	width: 33.3%;
}

}


@media (max-width: 750px) {
    .modal_card {
		display: block;
		width: 90%;
		height: 90%;
    }
	.modal_card__content .simplebar-content {
		flex-direction: column;
	}
    .modal_form {
        top: 5%;
        bottom: 5%;
    }
	.modal_card__content .simplebar-content {
		align-items: unset;
	}
	.modal_card__slider {
		height: unset;
	}
}


