@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik LC-Black.otf');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik LC-Bold.otf');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik LC-Semibold.otf');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik LC-Medium.otf');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik LC-Regular.otf');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik LC-Light.otf');
    font-weight: 300;
    font-style: normal;
}
* {
	padding:0;
	margin:0;
}
*, ::after, ::before {
    box-sizing: border-box;
}
html, body {
	padding:0;
	margin:0;
	font-family: 'Graphik', sans-serif;
	font-weight:400;
	background:#fff;
}

.header {
    max-width: 440px;
    width: 100%;
	text-align:center;
    margin: 0 auto;
	padding: 20px;
	display:flex;
	justify-content:space-between;
	background: #D44132;
}

.container {
    max-width: 440px;
    width: 100%;
    margin: 0 auto;
	padding: 0 15px;
	background:#fff;
	min-height:85vh;
	height: 100%;
}
div.question {
	color: rgb(25, 25, 25);
	font-size: 16px;
	font-weight: 700;
	line-height: 146%;
	letter-spacing: 0%;
	text-align: left;
	padding:15px 0;
}
#q1 div.question, 
#q2 div.question, 
#q3 div.question {
	text-align:left;
}
div.question span.num {
	padding:0 10px 0 0;
}
.submit-block {
	border:0;
}
.error {
	flex-basis: 100%;
	color: #D01012;
	font-size: 14px;
	font-style: normal;
	text-align:center;
	font-weight: 600;
	line-height: 23px;
	padding-top: 10px;
	display:none;
}
p.ask-desk {
	color: #191919;
	font-size: 14px;
	font-weight: 400;
	line-height: 146%;
	text-align: center;
	padding: 10px 0 30px 0;
	border-bottom: 1px solid rgb(238, 238, 238);
}
.ask-block {
	box-sizing: border-box;
	/* Grey */
	border: 1.5px solid rgb(219, 219, 219);
	border-radius: 12px;
	/* Card shadows */
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.14);
	/* White */
	background: rgb(255, 255, 255);
	padding:15px;
	margin: 20px 0;
}
.show-error .error {
	display:block;
}
.radio-check .radio {
	cursor:pointer;
}
.radio-check .radio input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor:pointer;
}
.radio-check .radio input[type=checkbox] + .radio-label:before {
  content: "";
  display: inline-block;
  background: url("../img/checkbox-unchecked.png") no-repeat;
  background-size:contain;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 15px;
  right: auto;
  top: 50%;
  margin-top: -10px;
  margin-right: 1em;
  cursor: pointer;
  text-align: center;
}
.radio-check .radio input[type=checkbox]:checked + .radio-label {
	
}
.radio-check .radio-flex .radio input[type=radio] + .radio-label:before {
	top: -0.2em;
}
.radio-check .radio input[type=checkbox]:checked + .radio-label:before {
	background: url("../img/checkbox-checked.png") no-repeat;
	border:0;
	border-radius:2px;
}
.radio-check .radio:has(input[type=checkbox]:checked) {
	
}
.radio-check:has(.comment-check input[type=checkbox]:checked) .comment-radio-check {
	display:block;
}
.radio-check .radio input[type=checkbox]:focus + .radio-label:before {
  outline: none;
}
.radio-check .radio input[type=checkbox]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio-check .radio input[type=checkbox] + .radio-label:empty:before {
  margin-right: 0;
}

.radio-num .radio {
   margin: 0.9rem 0.5rem;
}
.radio-num .radio:first-child {
	margin-top:0;
}
.radio-num .radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.radio-num .radio input[type=radio]:checked + .radio-label img {
	border-radius: 100px;
	border: 4px solid #000;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1),1px 1px 3px 0px rgba(0, 0, 0, 0.1),3px 4px 5px 0px rgba(0, 0, 0, 0.09),6px 10px 7px 0px rgba(0, 0, 0, 0.05),10px 18px 8px 0px rgba(0, 0, 0, 0.01),16px 28px 9px 0px rgba(0, 0, 0, 0);
	
}
.radio-num .radio input[type=radio]:checked + .radio-label:before {
  background-size:100%;
  
}
.radio-num .radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  background-size:100%;
}
/*
.radio-num .radio:has(input[type=radio]:checked) ~ .radio input[type=radio] + .radio-label:before {
	background: url("../img/heart_active.svg") no-repeat;
}
*/
.radio-num .radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio-num .radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}
.radio-num .radio-label {
	cursor:pointer;
	padding: 4px;
    box-sizing: border-box;
}
.radio-num .radio input[type=radio]:checked + .radio-label {

}

.radio-num .radio-flex {
	display:flex;
	max-width: 420px;
	justify-content: space-between;
    width: 100%;
	flex-direction: row-reverse;
	margin:10px 0 0 0;
}
.radio-num .radio-flex.text-radio {
	justify-content:space-between;
	color: rgba(52, 49, 60, 0.6);
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	letter-spacing: 0px;
}
.radio-num .radio-flex.text-radio span:last-child {
	text-align:right;
}
.radio-num .radio-flex .radio {
	text-align:center;
	margin: 0 0.15rem 0.5rem 0;
	margin-right:0;
}
.radio-num .radio-flex .radio input[type=radio] + .radio-label:before {
	display:block;
	margin: 0 auto;
}


.radio-check .radio-label {
	color: #191919;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	position:relative;
    display: flex;
	cursor:pointer;
	padding: 15px 15px 15px 50px;
	border-radius: 3px;
}
.comment-radio-check {
    padding-top: 10px;
}
.flex-span {
	display:flex;
	justify-content:space-between;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	color: #737478;
	padding:16px 0 0 0;
}
/*
.comment-radio-check {
	display:none;
}*/
.comment-num-check {
	margin-top:20px;
}
.comment-num-check p {
	font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    color: #000;
    padding: 0 0 10px 0;
}
.field-comment .comment-num-check {
	display:block;
}
.flex-span span:last-child {
	text-align:right;
}
.answer-box input {
    display: none;
    opacity: 0;
}
textarea {
	width:100%;
	height: 100px;
	flex-shrink: 0;
	border: 1.5px solid rgb(238, 238, 238);
	border-radius: 2px;
	background: #DBDBDB;
	padding:15px;
	resize: none;
	outline:none;
	color: #474747;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
}
textarea.defTextarea {
}
textarea:focus {
	color:#000;
}
button[type=submit], a.btn {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	letter-spacing: 0%;
	padding:15px 25px;
	display: table;
	margin:30px auto 30px auto;
	cursor:pointer;
	width:100%;
	border:0;
	border-radius: 12px;
	background: rgb(212, 65, 50);
}
button[type=submit].disabled {
	background:gray;
	color:#fff;
	pointer-events: none;
    cursor: default;
}
a.btn {
	text-decoration:none;
	display:block;
	margin: 0 0 -40px 0;
	color:#fff;
	position: relative;
    z-index: 2;
	top:355px;
	
}
.numbers {
	display:flex;
	justify-content: space-around;
	color: #BCBFC4;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: -0.24px;
}
.numbers > div {
	position:relative;
	padding-bottom: 20px;
}
.numbers > div:after {
	content:'';
	width:1px;
	height:15px;
	background: #E7E7E7;
	position: absolute;
	bottom: 5px;
    left: 50%;
}
.numbers > div:nth-child(odd):after	{
	height: 10px;
}
.bubble::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: -1px;
  left: 50%;
}
.spasibo-block {
	text-align:center;
}
.spasibo-block .container {
	overflow:hidden;
	max-width: 440px;
	min-height:100%;
}
.spasibo-block h2 {
	color: #000;
	text-align: center;
	padding-top:125px;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 27px;
	font-family: 'SF Pro Display', sans-serif;
	position: relative;
    z-index: 2;
}
.spasibo-block span.span-one {
	color: #242424;
    text-align: center;
    font-size: 16px;
    padding: 20px 15px;
    border-radius: 8px;
    background: #F5F5FA;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.spasibo-block span.span-two {
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	display:block;
	position: relative;
    z-index: 2;
}
.spasibo-block img.bg-bottom {
	width:400px;
    margin: -80px -40px -5px -40px;
    position: relative;
    z-index: 1;
}
.end-block .header {
	width:440px;
}
.end-block .container {
	min-height:85vh;
	height: 100%;
	margin-top:-1px;
	padding:0;
	width:440px;
}
.top-img {
	text-align:left;
	border-right:70px solid #A7A7A7;
	max-height: 440px;
}
.top-img img {
	width:250px;
	max-height: 440px;
}
.bottom-txt {
	border-right:70px solid #D44132;
	position:relative;
}
.end-block span.span-one {
	display:table;
	margin-top:0;
	font-size: 14px;
	font-weight: 700;
	line-height: 146%;
	letter-spacing: 0%;
	width: 100%;
    background: transparent;
	text-align:left;
	padding: 175px 25px;
}
.end-block a.btn {
	margin: 15px auto 0 auto;
	top:0;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	letter-spacing: 0%;
		border-radius: 6px;
	/* Основной/красный */
	background: rgb(212, 65, 50);
	color:#fff;
	width:90%;
}
.end-block a.btn.black {
	background:#000;
}
.circle5 {
	position:absolute;
	top: -26px;
    right: -22px;
}
.circle1-4 {
	position:absolute;
	right: -24px;
    top: -23px;
}
.contact-form {
	display:none;
}
.top-txt {
	border-right:30px solid #A7A7A7;
	padding-bottom:125px;
}
.top-txt h2 {
	font-size: 16px;
	font-weight: 700;
	line-height: 146%;
	letter-spacing: 0%;
	text-align: center;
}
.top-txt span.span-one {
	font-size: 12px;
	font-weight: 400;
	line-height: 146%;
	letter-spacing: 0%;
	text-align: center;
	padding-bottom: 20px;
}
.bottom-line {
	background:#D44132;
	position:relative;
	height:30px;
	width:100%;
	border-right:30px solid #868786;
}
.checkbox-form input:checked + label:nth-child(n) .digit .check-squre {
    background: url("../img/checkbox-checked.png") no-repeat;
}
.checkbox-form input {
    display: none;
    opacity: 0;
}
input[type="text"], 
input[type="tel"], 
input[type="email"] {
	height: 48px;
	padding: 10px 35px;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	margin:10px 0;
	display:block;
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	width:100%;
	line-height: 20px; /* 142.857% */
	box-sizing: border-box;
border: 1.5px solid rgb(219, 219, 219);
border-radius: 12px;
/* Card shadows */
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.14);

/* White */
background: rgb(255, 255, 255);
}

input[type="text"] {
	background: url("../img/user.png") no-repeat 10px 15px;
}
input[type="tel"] {
	background: url("../img/phone.png") no-repeat 10px 15px;
}
input[type="email"] {
	background: url("../img/email.png") no-repeat 10px 15px;
}
input[type="text"]:focus,
input[type="tel"]:focus, 
input[type="email"]:focus {
	border: 1px solid #999;
	outline:none;
}
.checkbox-form input:checked +.answer-btn .digit .check-squre {
}
.checkbox-form .answer-btn .digit .check-squre {
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    background: url("../img/checkbox-unchecked.png") no-repeat;
    position: relative;
}
.input label {
	color: rgb(115, 116, 120);
	font-size: 12px;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: left;
}
.checkbox-form {
	align-items: baseline;
	color: #000;
	font-size: 12px;
	font-weight: 400;
	line-height: 146%;
	letter-spacing: 0%;
	text-align: left;
	padding: 15px 0;
}
.checkbox-form .digit {
	padding-left: 0;
    display: flex;
	align-items: center;
}
.checkbox-form .digit span {
	padding-left:15px;
}
.checkbox-form a {
	color: #0077C8;
}
.contact-form .submit-block {
	display:block;
}
.contact-form div.question {
    padding: 65px 0 45px 0;
}
@media (max-width: 440px) {
	
.radio-num .radio-label::after {
    width: 20px;
}
	
}