.zablotskyy-system {
	 background: white;
}
 .system-container {
	 display: flex;
	 width: 100%;
	 max-width: 1320px;
	 margin-right: auto;
	 margin-left: auto;
	 position: relative;
	 margin-top: 50px;
}
 @media (max-width: 1320px) {
	 .system-container {
		 padding: 0 20px;

	}
}f
 .system__title {
	 padding-bottom: 80px;
	 overflow: hidden;
}
 @media (max-width: 860px) {
	 .system__title {
		 padding-bottom: 32px;
	}
}
 .title__title {
	 display: flex;
	 width: 100%;
	 background: #e30613;
	 align-items: flex-end;
	 position: relative;
}
.title__title div {
	flex-shrink: 0;
	flex-direction: column;
	margin: 80px 0;
	justify-content: space-between;
	padding-left: 542px;
	left: 50%;
	transform: translateX(-50%);
}
 .title__title img {
	 position: absolute;
	 right: 0;
	 bottom: 0;
	 height: 250px;
	 object-fit: cover;
	 object-position: right;
	 width: 250px;
}

 @media (max-width: 1200px) {
	 .title__title div {
		 margin: 0;
		 padding-left: 24px;
	 }

	 .title__title img {
		 width: 120px;
		 height: 120px;
		 top: unset;
		 bottom: 20px;
	}
}
.title__decor {
	position: absolute;
	right: 30px;
}
.title__title h1 {
	height: fit-content;
	font-size: 48px;
	line-height: 56px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
.title__title h2 {
	color: white;
	font-weight: bold;
	font-size: 40px;
}
@media (max-width: 1420px) {
	.title__title h1 {
		font-size: 36px;
	}

	.title__title h2 {
		font-size: 28px;
	}
}
 @media (max-width: 1200px) {
	 .title__title h1 {
		 font-size: 24px;
		 line-height: 1.2;
	}
}
 @media (max-width: 1200px) {
	 .title__title h2 {
		 font-size: 18px;
		 line-height: 1.2;
	}
}
 @media (max-width: 1200px) {
	 .title__title {
		 height: 180px;
		 align-items: flex-start;
		 padding-top: 40px;
	}
}
 @media (max-width: 1200px) {
	 .title__text div {
		 display: flex;
		 flex-direction: column;
	}
}
 .title__text img {
	 height: 385px;
	 width: 510px;
	 object-fit: cover;
	 border-radius: 12px;
}
 @media (max-width: 1200px) {
	 .title__text img {
		 width: 100%;
		 height: auto;
		 margin-top: -60px;
	}
}
 .title__text p {
	 position: relative;
	 padding-top: 50px;
	 margin-top: 14px;
	 margin-left: 32px;
	 max-width: 760px;
	 font-size: 18px;
	 line-height: 150%;
	 color: #7e7f81;
}
 .title__text p:before {
	 content: '';
	 display: block;
	 position: absolute;
	 background: url("/themes/clinic/img/zablotskyy-quote.png") no-repeat center;
	 background-size: contain;
	 left: 0;
	 top: 0;
	 width: 47px;
	 height: 36px;
}
 @media (max-width: 1200px) {
	 .title__text p {
		 margin-left: unset;
		 font-size: 16px;
	}
}
 .system__steps {
	 margin-bottom: 40px;
}
 .system__buttons {
	 width: 40%;
	 padding-right: 24px;
}
.button__decor {
	width: 81px;
	height: 81px;
	border-radius: 12px;
	margin-right: -1px;
	position: absolute;
	right: 0;
	top: 0;
}
.button__decor div {
	height: 120px;
	transform: rotate(47deg) translateX(-26px) translateY(-58px);
	width: 120px;
	background: #fc1224;
	position: relative;
}
.button__decor div svg {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%) rotate(-47deg);
	fill: white;
}
 @media (max-width: 1200px) {
	 .system__buttons {
		 width: 45%;
	}
}
 @media (max-width: 1024px) {
	 .system__buttons {
		 width: 100%;
		 min-width: 100%;
		 padding-right: unset;
	}
}
 .system__contents {
	 width: 60%;
}
 @media (max-width: 1200px) {
	 .system__contents {
		 width: 55%;
	}
}
 .system__button {
	 display: flex;
	 justify-content: space-between;
	 position: relative;
	 width: 100%;
	 height: 120px;
	 padding-bottom: 16px;
	 padding-left: 30px;
	 border: 1px solid #e30613;
	 border-radius: 12px;
	 margin-bottom: 32px;
	 color: #000;
	 overflow: hidden;
	 cursor: pointer;
}
 .system__button:last-child {
	 margin-bottom: unset;
}
 .system__button h2 {
	 font-weight: 500;
	 font-size: 32px;
	 line-height: 150%;
	 margin-bottom: 4px;
}
 .button__content {
	 padding-top: 16px;
 }
 @media (max-width: 860px) {
	 .system__button h2 {
		 font-size: 24px;
	}
}
 .system__button p {
	 font-weight: 300;
	 font-size: 24px;
	 line-height: 150%;
	 text-transform: uppercase;
}
 @media (max-width: 860px) {
	 .system__button p {
		 font-size: 16px;
	}
}
 .system__button img {
	 position: absolute;
	 right: 0;
	 top: 0;
}
 .system__button .system__active-img {
	 display: none;
}
 .system__button:hover {
	 background: #fc1224;
	 color: white;
	 border: unset;
	 filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.12));
}
.system__button:hover .button__decor div {
	background: white;
}
.system__button:hover .button__decor div svg {
	fill: #fc1224;
}
.system__button:hover .system__img {
	display: none;
}
.system__button:hover .system__active-img {
	display: block;
}
.system__img {
	fill: transparent !important;
}
 @media (max-width: 860px) {
	 .system__button {
		 height: 94px;
	}
}
 .active-button {
	 background: #fc1224;
	 color: white;
	 border: unset;
	 filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.12));
	 cursor: default;
}
.active-button .button__decor div {
	background: white;
}
.active-button .button__decor div svg {
	fill: #fc1224;
}
 .active-button .system__img {
	 display: none;
}
 .active-button .system__active-img {
	 display: block;
}
 .step__content {
	 display: none;
}
 .step__content p {
	 font-size: 18px;
	 line-height: 150%;
	 color: #7e7f81;
	 margin-bottom: 12px;
}
 .step__content p:last-child {
	 margin-bottom: unset;
}
 .step__content video {
	 overflow: hidden;
	 border-radius: 12px;
	 width: 100%;
	 height: 420px;
	 object-fit: cover;
	 object-position: top;
	 margin-bottom: 24px;
}
 @media (max-width: 668px) {
	 .step__content video {
		 height: 240px;
	}
}
 .step__content img {
	 width: 120.06px;
	 height: 183px;
	 margin-left: auto;
	 margin-right: auto;
	 margin-top: 40px;
	 object-position: right;
	 object-fit: cover;
}
 @media (max-width: 860px) {
	 .step__content {
		 overflow: hidden;
		 max-height: 0;
		 padding-bottom: 20px;
		 transition: 2s;
	}
}
.active-content {
	 display: flex;
	 flex-direction: column;
}
 @media (max-width: 860px) {
	 .active-content {
		 max-height: 5000px;
		 transition: 2s;
	}
}
 .step {
	 display: flex;
	 margin-bottom: 32px;
}
 .step:last-child {
	 margin-bottom: unset;
}
 .step span {
	 display: block;
	 width: 200px;
	 height: 8px;
	 background: #fc1224;
	 border-radius: 0px 4px;
	 margin-bottom: 12px;
}
 .step h2 {
	 font-weight: 500;
	 font-size: 24px;
	 line-height: 150%;
	 text-transform: uppercase;
	 color: #fc1224;
}
 .step img {
	 width: 88px;
	 height: 88px;
	 margin-top: 27px;
	 margin-right: 24px;
	 border-radius: 100%;
}
 @media (max-width: 860px) {
	 .step img {
		 height: 64px;
		 width: 64px;
		 margin-top: 0;
		 margin-right: 12px;
	}
}
 .step__total {
	 display: flex;
	 flex-direction: column;
	 background: #fff;
	 box-shadow: 0px 4px 48px rgba(12, 99, 202, 0.08);
	 border-radius: 12px;
	 padding: 40px 70px 0;
	 overflow: hidden;
	 position: relative;
	 margin-top: 60px;
	 max-width: 550px;
	 margin: 0 auto;
	 margin-bottom: 50px;
}
.system-img{
	margin: 0 auto;
	width: 150px;
	padding: 15px 0;
}

 @media (max-width: 860px) {
	 .step__total {
		 padding: 32px 8px;
		 margin: 0 20px 20px;
		 margin: 0 auto;
	}
}

 .step__total span {
	 position: absolute;
	 display: block;
	 width: 100%;
	 height: 8px;
	 background: #fc1224;
	 left: 0;
	 top: 0;
}
 .step__total div {
	 background: #fc1224;
	 height: 2px;
	 width: 200px;
	 position: relative;
	 margin: 32px auto;
}
 .step__total div:before {
	 content: ' ';
	 display: block;
	 position: absolute;
	 background: url("/themes/clinic/img/total-decor.png") no-repeat center;
	 width: 43px;
	 height: 47px;
	 left: 50%;
	 top: 50%;
	 transform: translateX(-50%) translateY(-50%);
	 background-size: contain;
}
 .step__total p {
	 font-weight: 600;
	 font-size: 20px;
	 line-height: 150%;
	 color: #7e7f81;
	 text-align: center;
}
 .system-consultation {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 height: 560px;
	 margin-bottom: 80px;
	 overflow: hidden;
	 background: url("/themes/clinic/img/zablotskyy-consulration.webp");
}
 .system-consultation a {
	 position: relative;
	 display: block;
	 background: #fc1224;
	 border-radius: 30px;
	 border: 1px #fc1224 solid;
	 padding: 16px 32px;
	 text-align: center;
	 font-weight: bold;
	 font-size: 20px;
	 line-height: 150%;
	 color: #fff;
	 text-decoration: unset;
	 outline: none;
}
 @media (max-width: 860px) {
	 .system-consultation {
		 height: 420px;
	}
}

#schedule_consultation {
	align-items: center;
	justify-content: center;
	padding-right: 12px;
	padding-left: 12px;
	background: rgba(0, 0, 0, 0.8);
}

.js-webform-radios-fieldset {
	position: relative;
	padding-left: 64px;
}

.js-webform-radios-fieldset legend {
	position: absolute;
	left: 0;
	width: fit-content;
	display: block;
	font-weight: 700;
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.schedule-relative {
	background-color: #e30613;
	position: relative;
	max-width: 100%;
	max-height: 100vh;
	overflow-y: auto;
	border-radius: 56px;
}

#block-webform-ua, #block-vebforma-3 {
	position: relative;
	width: fit-content;
	height: fit-content;
	background-color: #e30613;
	border-radius: 0.3rem;
	max-width: 100%;
	padding-top: 44px;
}

#block-webform-ua, #block-vebforma-3 h2 {
	padding: 15px 30px;
	font-size: 24px;
	color: white;
	text-align: center;
}

#webform_submission_schedule_consultation_ua_node_112_add_form-ajax, #webform_submission_zapis_na_konsultaciyu_sz_node_112_add_form-ajax {
	border-top: 1px solid white;
}

#block-webform-ua, #block-vebforma-3 form {
	padding: 12px;
	display: flex;
	flex-direction: column;
}

.js-webform-radios-fieldset {
	order: 1;
}

.webform-actions {
	order: 2;
}

.form-item {
	display: flex;
	flex-direction: column;
	margin-bottom: 24px;
}

.form-item label {
	display: block;
	font-weight: 700;
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.form-item>input, .form-item>select {
	border-radius: 45px;
	padding: 15px 25px;
	min-height: 50px;
	margin-top: 10px;
}

.form-item .intl-tel-input {
	margin-top: 10px;
}

.form-item .intl-tel-input input {
	padding-left: 50px !important;
	border-radius: 45px;
	padding: 15px 25px;
	min-height: 50px;
	width: 100%;
}

.form-item .fieldset-wrapper {
	height: 100%;
}

.form-radio {
	min-height: unset !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	margin-right: 8px;
}

.js-form-item-city {
	flex-direction: row;
	margin-right: 16px;
}

.js-form-item-city:last-child {
	margin-right: 0;
}

.js-webform-radios {
	display: flex;
}

#edit-tip {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: end;
}

#edit-tip div {
	display: flex;
	flex-direction: row !important;
	margin-top: 10px;
}

#edit-tip input {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	margin-top: unset;
	border-radius: unset;
	padding: unset;
	min-height: unset;
}

.js-form-type-textarea {
	grid-column: span 2 / span 2;
}

.js-form-type-textarea textarea {
	width: 100%;
	border-radius: 45px;
	padding: 15px 25px;
	min-height: 50px;
	margin-top: 10px;
}

.webform-actions {
	grid-column: span 2 / span 2;
	display: flex;
	justify-content: center;
}

.webform-actions input {
	background-color: #4f5051;
	border-color: #4f5051;
	padding: 16px;
	font-size: 18px;
	line-height: 1;
	border-radius: 45px;
	display: inline-block;
	white-space: break-spaces;
	width: auto;
	height: auto;
	box-shadow: 0 0 49px rgb(164 76 81 / 50%);
	position: relative;
}

.webform-actions input:hover {
	color: #fff;
	background-color: #3c3d3e;
	border-color: #363737;
}

.close-modal {
	display: flex;
	position: absolute;
	right: 16px;
	top: 12px;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	border: 3px solid white;
	border-radius: 100%;
	cursor: pointer;
	transform: rotate(0);
	transition: .8s;
	z-index: 10;
}

.close-modal:hover {
	transform: rotate(180deg);
	transition: .8s;
}

.close-modal span {
	font-size: 32px;
	color: white;
}

.cta-2 {
	justify-content: center;
	align-items: center;
	padding: 0 120px 120px;
	display: flex;
	position: relative;
}

.text-cta {
	color: #e30613;
	letter-spacing: 5px;
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
        @media (max-width: 1280px){
         font-size: 26px;
        }
        @media (max-width: 1024px){
         font-size: 14px;
        }

}

.div-block-18 {
	grid-row-gap: 80px;
	flex-direction: column;
	align-items: center;
	display: flex;
}

.text-block-2 {
	width: 28px;
	height: 28px;
	color: #fff;
	background-color: #e30613;
	border-radius: 100px;
	flex: none;
	justify-content: center;
	align-items: center;
	display: flex;
}

.zablotskyy-system__banner {
	width: 100%;
	height: auto;
	margin-top: 50px;
	margin-bottom: 120px;
	padding-left: 10px;
	padding-right: 10px;
}
.swiper__zab{
	max-width: 1200px;
	overflow: visible!important;

}
@media (max-width: 1280px){
	.zablotskyy-system__banner {
		margin-top: 40px;
		margin-bottom: 100px;

	}
}
@media (max-width: 1024px){
	.zablotskyy-system__banner {
		margin-top: 30px;
		margin-bottom: 80px;

	}
}
@media (max-width: 768px){
	.zablotskyy-system__banner {
		margin-top: 20px;
		margin-bottom: 60px;

	}
}
@media (max-width: 500px){
	.zablotskyy-system__banner {
		margin-top: 20px;
		margin-bottom: 40px;

	}
}
.header-logo_wrap{
	padding-bottom: 0!important
}




@media (max-width: 774px){
	.step{
		display:none;
	}
}

.h1.system-zablotsky{
	max-width: 500px;
	margin: 0 auto;
	color: red;
}

@media (max-width: 774px) {
	.h1.system-zablotsky{
		max-width: 350px;
		font-size: 32px;
	}
	.cta-2{
		padding: 50px 0px 50px 0px;
		max-width: 500px;
		margin: 0 auto;
	}
	.text-cta.zablotsky-system{
		letter-spacing: 0;
		font-size: 12px;
	}

}
