/* /bitrix/css/whatasoft.igkh/popup.css?16914084637817 */
/* /bitrix/css/whatasoft.igkh/ajax.css?1691408463937 */


/* Start:/bitrix/css/whatasoft.igkh/popup.css?16914084637817*/
body.popup-open {
  overflow: hidden !important;
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #0b0b0b;
}
.popup-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.popup-container .popup-content {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}
.align-top .popup-container .popup-content {
  align-items: start;
  min-height: auto;
}
.popup-button {
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  color: #333;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  cursor: pointer;
  background: transparent;
  border: 0;
  padding: 0;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  touch-action: manipulation;
}
.popup-button:hover,
.popup-button:focus {
  opacity: 1;
}
.popup-button:active {
  top: 1px;
}
.popup-container .popup-content > .popup-button {
  color: #fff;
}
.popup-hidden {
  display: none !important;
}

.anim-bg-opacity {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  opacity: 0;
}
.anim-in .anim-bg-opacity {
  opacity: 0.8;
}
.anim-out .anim-bg-opacity {
  opacity: 0;
}

.anim-fade-translate {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;

  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}
.anim-in .anim-fade-translate {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}
.anim-out .anim-fade-translate {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

.anim-fade-slide {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;

  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}
.anim-in .anim-fade-slide {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.anim-out .anim-fade-slide {
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

.popup-type-message {
  background: white;
  border-radius: 5px;
  text-align: left;
  min-width: 200px;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
}
.popup-type-message .msg-title {
  height: 1.5em;
  padding: 5px 40px 4px 16px;
  border-bottom: 1px solid #d9d9d9;
  font-size: 2em;
  font-weight: 400;
  line-height: normal;
  color: #282B30;
  font-family: Calibri,'PT Sans','Trebuchet MS','Helvetica Neue',Arial;
}
.popup-type-message .msg-text {
  padding: 20px 16px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.popup-type-success {
  background: white;
  border-radius: 5px;
  text-align: left;
  min-width: 200px;
  max-width: 600px;
  margin: 40px auto;
  position: relative;
}
.popup-type-success .msg-title {
  height: 1.5em;
  padding: 5px 40px 4px 16px;
  border-bottom: 1px solid #d9d9d9;
  font-size: 2em;
  font-weight: 400;
  line-height: normal;
  color: #00b700;
  font-family: Calibri,'PT Sans','Trebuchet MS','Helvetica Neue',Arial;
}
.popup-type-success .msg-text {
  padding: 20px 16px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.popup-type-error {
  background: white;
  border-radius: 5px;
  text-align: left;
  min-width: 200px;
  max-width: 600px;
  margin: 40px auto;
  position: relative;
}
.popup-type-error .msg-title {
  height: 1.5em;
  padding: 5px 40px 4px 16px;
  border-bottom: 1px solid #d9d9d9;
  font-size: 2em;
  font-weight: 400;
  line-height: normal;
  color: #ff0000;
  font-family: Calibri,'PT Sans','Trebuchet MS','Helvetica Neue',Arial;
}
.popup-type-error .msg-text {
  padding: 20px 16px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.popup-type-confirm {
  background-color: #fff;
  min-width: 200px;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
}
.popup-type-confirm .msg-body {
  padding: 1.0rem;
  border-bottom: 1px solid #ccc;
}
.popup-type-confirm .msg-title {
  color: #282B30;
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  font-family: Calibri,'PT Sans','Trebuchet MS','Helvetica Neue',Arial;
  margin-bottom: 1rem;
}
.popup-type-confirm .msg-text {
  font-size: 1.0rem;
  text-align: center;
}
.popup-type-confirm .msg-buttons {
  padding: 1.5rem;
  text-align: center;
}

.popup-btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.popup-btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}
.popup-btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37
}

.popup-btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd
}
.popup-btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca
}

.popup-btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754
}
.popup-btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43
}

.popup-type-content {
  background: white;
  border-radius: 5px;
  text-align: left;
  min-width: 200px;
  max-width: 600px;
  margin: 40px auto;
  position: relative;
}
.popup-type-content.width-auto {
  max-width: none;
  min-width: none;
}
.popup-type-content .msg-title {
  padding: 5px 40px 4px 16px;
  border-bottom: 1px solid #d9d9d9;
  font-size: 2em;
  font-weight: 400;
  line-height: normal;
  color: #282B30;
  font-family: Calibri,'PT Sans','Trebuchet MS','Helvetica Neue',Arial;
}
.popup-type-content .msg-text {
  padding: 20px 16px;
  margin: 0;
}
/* End */


/* Start:/bitrix/css/whatasoft.igkh/ajax.css?1691408463937*/
.ajax-loader-container {background: rgba(0,0,0, 0.1); position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 5000;}
.ajax-loader-container .spinner {
  position: relative;
  margin: auto;
  box-sizing: border-box;
  text-indent: -9999em;
  top: 50%;
  margin-top: -1.5rem;
  width: 3rem;
  height: 3rem;
  border: 3px solid rgba(255, 255, 255, 0.25);
  border-top-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  -webkit-animation: rotation .8s ease infinite;
  animation: rotation .8s ease infinite;
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* End */
