.response-window-wr {
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.response-window {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  max-width: 600px;
  background: #fff;
  color: #2b3137;
  box-shadow: 0px 1px 5px 0px rgba(27, 31, 35, 0.15);
  font-size: 16px;
  margin: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.response-window .response-window__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  background: #364250;
  color: #fff;
  padding: 0 20px;
  font-size: 20px;
}
.response-window .response-window__body {
  width: 100%;
  padding: 0px 20px;
  margin: 12px 0;
  min-height: 80px;
}
.response-window .response-window__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 12px;
}
.response-window .response-window__close {
  display: inline-flex;
  justify-self: center;
  align-items: center;
  width: 20px;
  height: 20px;
  padding: 14px;
  background: url("images/close-w.svg") no-repeat center center;
  background-size: 24px;
  transition: 0.1s ease;
  cursor: pointer;
}
.response-window .response-window__image {
  width: 500px;
  height: 500px;
  box-shadow: 0 0 20px 0px #ced5de;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.response-window .response-window__image .button {
  position: absolute;
  top: 180px;
  /* bottom: 327px; */
  left: 55px;
  /* right: 10px; */
  margin: auto;
  width: 180px;
}
.response-window .response-window__image .response-window__close {
  padding: 22px;
  position: absolute;
  right: 0;
  margin: 10px;
  border: 1px solid #2362a9;
  background-color: #fcfcfc;
  border-radius: 100%;
  background-image: url("images/close-b.svg");
}
.response-window .response-window__text * {
  color: red !important;
}

.close-area {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(222, 224, 228, 0.3411764706);
}
.close-area_v2 {
  background: rgba(237, 237, 237, 0.8509803922);
}

.response-window-v2 {
  position: relative;
}
.response-window-v2 .response-window-v2__close {
  position: absolute;
  right: -22px;
  top: -22px;
  border-radius: 100px;
  width: 42px;
  height: 42px;
  background: url(images/close-ng.svg) no-repeat center center #f8fbfe;
  background-size: 24px;
  box-shadow: 0 3px 6px 0px rgba(32, 37, 44, 0.2117647059);
  cursor: pointer;
  z-index: 10;
}
.response-window-v2 .response-window-v2__close-v2 {
  position: absolute;
  right: 0;
  left: 0;
  top: -20px;
  margin: auto;
  border-radius: 100px;
  width: 42px;
  height: 42px;
  background: url(images/close.svg) no-repeat center center #ededed;
  background-size: 28px;
  box-shadow: 0px 0px 0px 3px white;
  cursor: pointer;
  z-index: 10;
}

.response-window-v3 {
  width: 100%;
  height: 100%;
  max-width: 1120px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
@media (max-width: 800px) {
  .response-window-v3 {
	align-content: end;
  }
}
.response-window-v3 .response-window-v3__close {
  position: absolute;
  right: 25px;
  left: unset;
  top: 20px;
  margin: auto;
  border-radius: 100px;
  width: 44px;
  height: 44px;
  background: url(images/close.svg) no-repeat center center #ededed;
  background-size: 28px;
  box-shadow: 0px 0px 0px 4px white;
  transition: 0.2s;
  cursor: pointer;
  z-index: 10;
}
.response-window-v3 .response-window-v3__close:hover, .response-window-v3 .response-window-v3__close:active {
  box-shadow: 0px 0px 0px 6px white;
}

@media (max-width: 800px) {
  .response-window .response-window__image {
	width: 320px;
	height: 320px;
  }
  .response-window .response-window__image .button {
	top: 120px;
	left: 30px;
	width: 130px;
	min-width: 100px;
  }
  .response-window-v2 .response-window-v2__close {
	width: 56px;
	height: 38px;
	right: 12px;
	top: 6px;
  }
  .response-window-wr_mob-tobottom {
	align-items: flex-end;
  }
  .response-window-v3 .response-window-v3__close {
	right: 15px;
  }
}
@media (max-width: 600px) {
  .response-window {
	margin: 2px;
  }
  .response-window .response-window__image {
	width: 300px;
	height: 300px;
  }
}
.icard-exp {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  max-width: 1120px;
  margin: 1rem;
  border-radius: 1rem;
  background: #fff;
  overflow: hidden;
  box-shadow: 0px 16px 48px 8px rgba(174, 174, 192, 0.15), 0px 2px 6px 1px rgba(174, 174, 192, 0.15);
  height: 100%;
  max-height: 580px;
}
.icard-exp__title-block {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.25rem 2.5rem 0 2.5rem;
  border-bottom: 1px solid #e3ede9;
}
.icard-exp__title-block .button {
  margin: 0 0 0 5px;
  min-width: 140px;
}
.icard-exp__title-block__content {
  width: 100%;
}
.icard-exp__title {
  display: inline-flex;
  align-items: center;
  font-family: "GTE-bold";
  width: 100%;
  margin: 0;
  color: #3f4753;
}
.icard-exp__subtitle {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  font-family: "GTE-light";
  margin-bottom: 0.5rem;
  width: 100%;
  color: #838D90;
}
.icard-exp__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: 2.5rem;
  max-height: 420px;
  overflow-y: scroll;
}
.icard-exp__info-wr {
  display: inline-flex;
  align-content: flex-start;
  position: relative;
  width: 60%;
}
.icard-exp__info {
  width: 100%;
  height: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  align-content: flex-start;
  overflow-y: auto;
  padding-right: 1rem;
  padding-bottom: 2rem;
  font-family: "GTE-light";
}
.icard-exp__image {
  width: 38%;
  height: 360px;
  display: inline-flex;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  border-radius: 5px;
}
.icard-exp__mob-image {
  display: none;
}
.icard-exp__scroll-grad {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px;
  background: #fff;
  background: -moz-linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}

@media (max-width: 800px) {
  .icard-exp {
	margin: 0;
	border-radius: 1rem 1rem 0 0;
  }
  .icard-exp__title-block {
	flex-wrap: wrap;
	justify-content: left;
  }
  .icard-exp__title-block__content {
	order: 2;
  }
  .icard-exp__info-wr {
	width: 100%;
  }
  .icard-exp__info {
	padding-right: unset;
  }
  .icard-exp__image {
	display: none;
  }
  .icard-exp__title {
	font-size: 22px;
	line-height: 28px;
  }
  .icard-exp__mob-image {
	display: flex;
	min-width: 64px;
	min-height: 64px;
	margin-bottom: 0.5rem;
	border-radius: 100%;
	order: 1;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
  }
  .icard-exp__mob-image_default {
	background-image: url(images/photo-camera-lng.svg);
	background-size: 50%;
	background-color: #fafafa;
  }
  .icard-exp .icard-exp__title-block .button {
	min-width: 100px;
  }
}
