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{
	width: 100%; 
	border: none; 
	border-bottom: 1px solid #d9dadb; 
	background-color: white; 
	position: relative; 
	top: -15px; 
	padding: 30px 0 5px 10px;
}
  
.logo{
	display: inline-block; 
	position: relative; 
	top: -5px; 
	margin-left: 20px;
	height: 20px;
	width: 20px;
}
  
.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: #6c9844;
	font-size: 12px;
	line-height: 50%;
}

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

.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: "Выделите ссылку!";
}

.btn-contact-developer{
	background-color: #4f9101;
    border: 1px solid #4f9101;
    color: #fff;
	border-radius: 20px;
	line-height: 37px;
	vertical-align: middle;
	position: relative;
	float: right;
	top: -10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 5px 0 24px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
	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';
    font-weight: 600;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	box-sizing: border-box;
    margin: 0;
    outline: 0;
    height: 39px;
    box-shadow: none;
    text-shadow: none;
    cursor: pointer;
}

.btn-contact-developer::before{
	content: '';
	background-image: url('../images/world_icon.svg');
	background-size: 25px 25px;
	height: 25px;
	width: 25px;
	display: inline-block;
	position: relative;
	left: -10px;
	filter: invert(100%) sepia(5%) saturate(7500%) hue-rotate(286deg) brightness(117%) contrast(102%);
}

.btn-contact-developer:hover{
	background: #59a009;
	border-color: #59a009;
	color: #fff;
}

.btn-contact-developer:active{
    background: #447e02;
    border-color: #447e02;
    color: #fff;
}

.btn-contact-developer:focus{
    outline: none !important;
}