@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

.modal_content {
	display: none;
  position: fixed;
  z-index: 1035;
  padding-top: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  transition: .8s;

	background-color: rgba(0,0,0,0.0);
	transition: .8s;	
	-webkit-animation-name: animgegform;
	-webkit-animation-duration: 0.8s;
	animation-name: animgegform;
	animation-duration: 0.8s;	
}

/*завершение итерации*/
.h3_complete {
  position: relative;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  white-space: nowrap;
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}


.btn_close_set {
	position: absolute;
    right: 15px;
    border: none;
    outline: none;
    background: transparent;
    display: flex;
    align-self: center;
    justify-content: center;
    align-items: center;
    height: 20px;
    width: 20px;
    font-size: 15px;
    color: #6C6C6C;
    cursor: pointer;
    transition: 0.8s;
}

.complete_iteration {
  position: absolute;
  z-index: 6;

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: auto;
  height: auto;
  /* border-radius: 14px; */
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.30);

  text-align: center;
  padding: 10px 0 10px 0;
  z-index: 1031;
  background: #ffffff;
  border: 0.5px solid rgba(52, 58, 64, 0.55);
  border-radius: 6px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 35%);  
}
.p_complete {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  white-space: nowrap;
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    
	position: relative;
	margin: 17px 15px 15px 15px;
}
.btn_complete_it {
	position: relative;
	display: flex;
	justify-content: center;
	align-self: center;
	padding: 0;
	margin: 0;
}

.btn_yes {
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	outline: none;
	border: none;
	border-radius: 4px;
	height: 25px;
	padding: 0 10px;
  margin: 0 3px 0 0;
  background: #0038ED;
	color: #D3D3D3;
	font-size: 14px;  
	transition: 0.8s;
	cursor: pointer;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: no;
}
.btn_yes:hover {
	background: #333;
	color: #D3D3D3;
	transition: 0.8s;
}

.btn_no {
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	outline: none;
	border: none;
	border-radius: 4px;
	height: 25px;
	padding: 0 10px;
  margin: 0 0 0 3px;
	background: #5E5E5E;
	color: #D3D3D3;
	font-size: 14px;  
	transition: 0.8s;
	cursor: pointer;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: no;
}
.btn_no:hover {
	background: #333;
	color: #D3D3D3;
	transition: 0.8s;
}
