body{
	background-color: #f9fafa;
}

.btn{
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif, "Segoe UI",Roboto,Ubuntu,"Helvetica Neue",Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';
	padding: 9px 10px 10px 6px;
	vertical-align: middle;
	position: relative;
	justify-content: center;
	text-align: center;
    text-decoration: none;
	vertical-align: middle;
    text-transform: uppercase;
    border-radius: 4px;
    max-width: 100%;
	font-weight: 600;
	/* font: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol'; */
	background: #3bc8f5;
	border-color: #3bc8f5;
	color: #fff;
	box-sizing: border-box;
    margin: 0;
    outline: 0;
    height: 39px;
    border: 1px solid #868d95;
    border-color: #3bc8f5;
    background-color: #3bc8f5;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    cursor: pointer;
}

.btn:hover{
	background: #3eddff;
	border-color: #3eddff;
	color: #fff;
}

.btn:active{
	background: #12b1e3;
	border-color: #12b1e3;
	color: #fff;
}

/* Header styles */

.header {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 5px;
  background: #4f9101;
}

.logo {
  position: absolute;
  left: 15px;
}

.logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
}

.logo img {
  height: 35px;
  margin-right: 8px;
}

.nav-menu .tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 15px;
  height: auto;
  background-color: transparent;
}

.nav-menu .tabs .tab {
  height: 40px;
}

.nav-menu .tabs .tab a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  color: white;
}

.nav-menu .tabs .tab svg {
  margin-right: 6px;
  fill: rgba(255, 255, 255, .7);
}

.nav-menu .tabs .tab a.active svg {
  fill: rgba(255, 255, 255, 1);
}

.nav-menu .tabs .tab a:hover,
.nav-menu .tabs .tab a.active,
.nav-menu .tabs .tab a:focus,
.nav-menu .tabs .tab a:focus.active {
  background-color: rgba(255, 255, 255, .2);
  border-radius: 5px;
}

.nav-menu .tabs .indicator {
  display: none;
}

.nav-menu__title {
  color: rgba(255, 255, 255, .7);
  font-weight: 600;
}

.nav-menu .tabs .tab a.active .nav-menu__title {
  color: rgba(255, 255, 255, 1);
}
  
.inline-header{
	display: inline-block;
}

svg.icon{
	height: 50px;
	width: 50px;
}

.icon{
	height: 50px;
	width: 50px;
	margin-right: 10px;
}

.state{
	background-color: white;
	border: 1px solid #d9dadb;
	border-radius: 10px;
	padding: 10px 20px 10px 20px;
	margin: 5px 20px 0 25px;
}

.description-container{
	background-color: white;
	border: 1px solid #d9dadb;
	border-radius: 10px;
	padding: 10px 30px 10px 20px;
	margin: 10px 20px 20px 25px;
}

.state-header{
	font-weight: 600;
	display: block;
}

.state-text{
	font-weight: 400;
	font-size: 16px;
	color: #3c4e50;
	line-height: 50%;
}

.description{
	margin: auto;
	display: inline-block;
}

.icon-container{
	display: inline-block;
	position: relative;
}

.point{
	margin: 10px auto 0 15px;
	border-bottom: 1px solid #d9dadb;
}

.point:last-child{
	border-bottom: none;
}

.point:nth-child(2) .icon-container{
	top: 0;
}

.point:nth-child(3) .icon-container{
	top: 0;
}

.point:nth-child(4) .icon-container{
	top: 0;
}

.point:nth-child(5) .icon-container{
	top: -30px;
}

.point:nth-child(3) .description{
	position: relative;
	top: -15px;
}

.point:nth-child(2) .description{
	margin-bottom: 10px;
}

.description-text{
	font-weight: 400;
	font-size: 16px;
	display: block;
	color: #3c4e50;
}

.description-header{
	font-weight: 700;
	color: #F44336;
	line-height: 50%;
}

ol{
	margin-left: 10px;
	padding-left: 10px;
}

/* .ql-image.alert{
	width: 100px;
	background-color: #535C69;
	color: #fff;
	text-align: center;
	padding: 10px;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
	top: -100%;
	left: 770%;
	margin-left: -100px;
	opacity: 0;
	transition: opacity 0.3s;
} */

.ql-image.alert::after,
.ql-link.alert::after
{
	padding: 10px;
	position: absolute;
	top: 50px;
	font-weight: 500;
	margin-left: 10px;
	border-radius: 5px;
	background-color: #ffe1e9;
	color: #910F31;
	border: 1px solid #910F31;
	opacity: 1;
}

.ql-image.alert::after{
	content: "Выделите ссылку на изображение!";
}

.ql-link.alert::after{
	content: "Выделите ссылку!";
}

.question{
	height: 30px;
	width: 30px;
	position: absolute;
	right: 15px;
}