 @charset "utf-8";
/* CSS Document */


:root{
	--cs-body-color : #525E69;
	--white-color : #ffffff;
	--dark-color : #000000;
	--blue-color : #68B1CC;
	--blue-dark-color : #01698F;
	--body-font : "Inter", sans-serif;
}

body {
	color: var(--cs-body-color);
	font-family: var(--body-font);
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  	:root {
    	scroll-behavior: smooth;
  	}
}

* {
	margin:0;
	padding:0;
	-webkit-font-smoothing: antialiased;
	vertical-align:top;
}

li, ul, ol {
	list-style:none;
	margin:0;
	padding:0;
}
a, a img {
	text-decoration:none;
	border:0;
	outline:none !important;
}

button:focus,
a:hover,
a:focus {
	text-decoration:none;
	outline:none;
}
:focus {
	outline:none;
}
img {
	max-width:100%;
	height: auto;
}
h1, h2, h3, h4, h5, h6, p {
	font-style:normal;
	font-weight:normal;
	margin:0;
	padding:0;
}
.clear:before,
.clear:after {
	content:"";
	display:table;
}
.clear:after {
	clear:both;
}
input, textarea {
	outline:none !important;
}
::-webkit-input-placeholder {
	color:inherit;
	opacity:1;
}
::-moz-placeholder {
	color:inherit;
	opacity:1;
}
:-ms-input-placeholder {
	color:inherit;
	opacity:1;
}
:-moz-placeholder {
	color:inherit;
	opacity:1;
}



#wrapper {
	width:100%;
	position:relative;
}

.container{
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
}
.btn-white{background-color: var(--white-color); border: solid 2px var(--dark-color); color: var(--cs-body-color); display: flex; gap: 12px; font-size: 18px; text-transform: uppercase; font-weight: 700; align-items: center; padding: 16px 27px; border-radius: 5px;}
.btn-white > svg{stroke: var(--blue-color);}

@media(hover:hover){
	.btn-white:hover{border-color: var(--blue-color); background-color: var(--blue-color); color: var(--white-color);}
	.btn-white:hover > svg{stroke: var(--white-color);}
}
.btn-with-caption{background-color: var(--white-color); border: solid 2px var(--dark-color); color: var(--cs-body-color); display: flex; gap: 8px; font-size: 15px; text-transform: uppercase; font-weight: 700; align-items: center; padding: 8px 12px; border-radius: 5px; margin-bottom: 16px;}
.btn-with-caption > svg{stroke: var(--blue-color);}
.banner_wapper__captionNumber , .btn-caption{display: flex; position: relative; font-weight: 800; font-size: 26px; width: max-content;}
.banner_wapper__captionNumber a, .btn-caption a {color: var(--cs-body-color);}

@media(hover:hover){
	.btn-with-caption:hover{border-color: var(--blue-color); background-color: var(--blue-color); color: var(--white-color);}
	.btn-with-caption:hover > svg{stroke: var(--white-color);}
}
h1 , .h1 {font-size: 34px;  font-weight: 500; text-transform: uppercase; margin-bottom: 16px;}
h1 > span , .h1 > span{font-size: 36px; line-height: 45px; font-weight: 800; color: var(--blue-color); display: block;}
h2 , .h2{font-size: 28px; font-weight: 500; margin-bottom: 16px; line-height: 1;}
h2 > span , .h2 > span{font-weight: 800; color: var(--blue-color); display: block;}
h3 , .h3{
	font-size: 24px; line-height: 34px; font-weight: 600; margin-bottom: 16px;
}
h4 , .h4{
	font-size: 22px; line-height: 26px; font-weight: 700; margin-bottom: 16px;
}
h5 , .h5{
	font-size: 18px; line-height: 22px; font-weight: 500; margin-bottom: 16px;
}
h6 , .h6{
	font-size: 16px; line-height: 20px; font-weight: 700; margin-bottom: 16px;
}



.skip-link { position: absolute; top: -70px; left: 10px; background: #007BFF; color: #fff; padding: 10px 15px; font-size: 16px; text-decoration: none; z-index: 999; transition: top 0.3s; }
.skip-link:focus { top: 10px; outline: 2px solid #ff9800; box-shadow: 0 0 5px rgba(255, 152, 0, 0.5); }
main#wrapper:has(#banner) {
    margin: 0;
}

main#wrapper {
    margin-top: 100px;
}
@media (min-width: 576px) {
 	.container {
    	max-width: 1332px;
  	}
}
@media(min-width:768px){
	.btn-caption:after{position: absolute; left: calc(100% + 155px); top: -47px; content: ''; border-color: var(--blue-color); border-style: solid; border-width: 2px 2px 2px 0; border-radius:0 17px 17px 0; width: 72px; height: 68px;}
	.btn-caption:before{position: absolute; left: calc(100% + 15px); top: 19px; content: '';  width: 142px; height: 2px; background-color: var(--blue-color);}
	h1 , .h1{font-size: 46px; line-height: 56px;}
	h1 > span , .h1 > span{font-size: 52px; line-height: 72px;}
	h2  , .h2{font-size: 40px; line-height:44px;}
	h3 , .h3{
		font-size: 26px; line-height: 30px; font-weight: 600; margin-bottom: 16px;
	}
	h4 , .h4{
		font-size: 24px; line-height: 28px; font-weight: 700; margin-bottom: 16px;
	}
	h5 , .h5{
		font-size: 20px; line-height: 24px; font-weight: 500; margin-bottom: 16px;
	}
	h6 , .h6{
		font-size: 18px; line-height: 29px; font-weight: 700; margin-bottom: 16px;
	}
}

@media(min-width:992px){
	.btn-with-caption{background-color: transparent;}
	h1 , .h1{font-size: 60px; line-height: 72px;}
	h1 > span , .h1 > span{font-size: 69px; line-height: 89px;}
	h2  , .h2{font-size: 50px; line-height: 50px;}
	h3 , .h3{
		font-size: 30px; line-height: 34px; font-weight: 600; margin-bottom: 16px;
	}
	h4 , .h4{
		font-size: 26px; line-height: 30px; font-weight: 700; margin-bottom: 16px;
	}
	h5 , .h5{
		font-size: 22px; line-height: 26px; font-weight: 500; margin-bottom: 16px;
	}
	h6 , .h6{
		font-size: 18px; line-height: 29px; font-weight: 700; margin-bottom: 16px;
	}
	.btn-with-caption{
		gap: 12px;
    	font-size: 18px;
	    padding: 16px 27px;
	}
}





/*============ Header Start ============*/
.header{ width:100%; background-color: var(--white-color); position: fixed; left: 0; top: 0; z-index: 10;}
.header_wapper{ width:100%;}
.header_wapper__container{position:relative; display:flex; flex-wrap:wrap; align-items:center; padding-top: 20px; padding-bottom: 20px;}
.header_wapper__logo{position: absolute; left: 16px; top: 20px;}
.header_wapper__nav{flex-direction: column; gap: 43px; display: none; position: absolute; left: 0; top: 82px; padding: 16px; width: 100%; background-color: var(--white-color);}
.header_wapper__navmenu{gap: 16px; display:flex; flex-direction: column; }
.header_wapper__navmenu > li> a{color: var(--cs-body-color);}
.header_wapper__btn{background: #68B1CC; background: linear-gradient(90deg,rgba(104, 177, 204, 1) 0%, rgba(158, 200, 221, 1) 100%); font-size: 18px; color: var(--white-color); text-transform: uppercase; display: flex; align-items: center; gap: 12px; font-weight: 700; padding: 10px;}
.header_wapper__Nav-humburger {width: 42px; height: 42px; background-color: rgb(243, 244, 246, 1); padding: 0 12px; border-radius: 0.375rem; display: flex; flex-direction: column; align-items: center; justify-content: center; margin-left: auto; border: 0;}
.header_wapper__Nav-humburger>span { width: 100%; height: 2px; display: block; background-color: var(--dark-color); margin: 0.125rem 0;}
.hamburger-active > span:nth-child(1) {transform: translateY(7px) rotateZ(135deg);}
.hamburger-active > span:nth-child(2) {opacity: 0; transform: translateX(-100%);}
.hamburger-active > span:nth-child(3) {transform: translateY(-5px) rotateZ(-135deg); }
.header_wapper__navmenu a.active{
    font-weight: 700;
}
@media (hover:hover){
	.header_wapper__navmenu > li> a:hover{color: var(--blue-color);}
}

@media(min-width:992px){
	.header_wapper__nav{margin-left: auto; flex-direction: row; display: flex; align-items: center; width: max-content; position: initial; padding: 10px 246px 10px 16px; background-color: transparent;}
	.header_wapper__navmenu{gap: 35px; flex-direction:row; align-items:center;}
	.header_wapper__btn{position: absolute; top: 0; right: -150px; padding: 34px 40px;}
	.header_wapper__Nav-humburger{display: none;}
}
/*============ Header End ============*/

/*============ Banner Start ============*/
.banner_wapper{ padding:0px; width:100%; position:relative; min-height: 400px; height: 100vh; display: flex; align-items: center;}
.banner_wapper__blank:after{position: absolute; left: 0; bottom: -42px; width: 100%; height: 324px; content: ''; background-image: url('../images/banner-ribin.svg'); background-position: center top; background-repeat: no-repeat; background-size: cover;}
.banner_wapper__bg{background-position: left bottom; background-repeat: no-repeat; background-size: cover; z-index: 1;}
.banner_wapper__container{display: flex; flex-wrap: wrap;}
.banner_wapper__caption{display: flex; flex-direction: column; align-items: center; text-align: center; margin: 0 auto; width: 100%; max-width: 628px;
    background: #ffffffc9;
    padding: 20px;
}
.banner_wapper__captionTop{letter-spacing: 1.6px; font-weight: 600; margin-bottom: 10px;}

.banner_wapper__captionBtn{display: flex;}
.banner_wapper__captionTitle {
    color: var(--dark-color);
}
   .banner-mobile-img{
        display:none;
    }
@media(min-width:768px){
	.banner_wapper{min-height: 600px;}
	.banner_wapper__caption{text-align: left; align-items: initial;}
	.banner_wapper__captionTop{font-size: 23px;}
	.btn-caption:after{position: absolute; left: calc(100% + 155px); top: -47px; content: ''; border-color: var(--blue-color); border-style: solid; border-width: 2px 2px 2px 0; border-radius:0 17px 17px 0; width: 72px; height: 68px;}
	.btn-caption:before{position: absolute; left: calc(100% + 15px); top: 19px; content: '';  width: 142px; height: 2px; background-color: var(--blue-color);}
}

@media(min-width:992px){
	.banner_wapper{min-height: 927px;}
	.banner_wapper__caption{margin-right: 0;}
	.btn-with-caption{background-color: transparent;}

}
@media(min-width:1440px){
	.banner_wapper__caption{margin-right: -57px;}
	.banner_wapper__caption{
		        background: transparent;
        padding: 0;
	}
}
@media (max-width:575px){
    .banner_wapper__bg{
        background-image: unset !important;
        flex-direction: column;
        height: auto;
    }
    .banner-mobile-img{
        display: block;
        width: 100%;
    }
    .banner_wapper__caption{
        background: transparent;
        padding: 0;
    }
}
/*============ Banner End ============*/

/*============ Content Start ============*/

/* about */
.about {
    padding: 120px 0 0 0;
	position: relative;
}

.about_wrapper-main {
    gap: 30px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.about_wrapper-title-sub {
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: var(--dark-color);
    margin-bottom: 24px;
}

.about_wrapper-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width:100%;
}

.about_wrapper-title {
    color: var(--dark-color);
    margin-bottom: 20px;
    position: relative;
}

.about_wrapper-txt {
    margin-bottom: 32px;
    color: var(--dark-color);
}

.about_wrapper-right-img-block {
    width: 100%;
    position: relative;
}

.about_wrapper-right-img {
    width: 100%;
    border: 7px solid #FFFFFF;
    border-radius: 29px;
    height: auto;
}

.about_wrapper-right-img-block::after {
    content: '';
    width: 100%;
    height: 100%;
    top: -14px;
    left: 14px;
    position: absolute;
    background: var(--blue-color);
    border-radius: 29px;
    z-index: -1;
}

.about_wrapper-title::after {
    content: '';
    width: 98px;
    height: 55px;
    display: block;
    margin-top: 20px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
	background-image:url('../images/title-shap.svg');
}
.about_wrapper-bottom-img-block {
    margin-top: -300px;
}

.about_wrapper {
    z-index: 1;
    position: relative;
}

.about::before {
    content: '';
    background: linear-gradient(180deg, #FFFFFF 72.69%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 680px;
    position: absolute;
    top: 0;
    left: 0;
}
.about::after {
    content: '';
    width: 638px;
    height: 558px;
    position: absolute;
    top: -100px;
    right: 0;
    background-image: url('../images/about-shap-bg.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top right;
}

@media(min-width:768px){
	.about_wrapper-main {
    flex-direction: row;
}
.about_wrapper-title-sub {
    font-size: 26px;
    line-height: 35px;
}

.about_wrapper-right-img-block {
    width: 40%;
}
.about_wrapper-details {
    width: 60%;
}
}
@media(min-width:1200px){
.about_wrapper-main {
    gap: 77px;
}
.about_wrapper-bottom-img-block {
    margin-top: -500px;
}
}
@media(max-width:992px){
.about::after{
	width: 450px;
    height: 400px;
}
.about {
    padding: 60px 0 0 0;
}
.about_wrapper-title::after{
	width: 50px;
    height: 35px;
	margin-top: 10px;
}
}
@media(max-width:767px){
.about_wrapper-right-img{
	height: 400px;
	object-fit: cover;
	object-position: bottom;
}
.about_wrapper-bottom-img-block img {
    border-radius: 20px;
    border: 5px solid #ffff;
	    height: 400px;
    width: 100%;
    object-fit: cover;
}

.about_wrapper-bottom-img-block::after {
    content: '';
    width: 100%;
    height: 100%;
    top: -8px;
    left: 8px;
    position: absolute;
    background: var(--blue-color);
    border-radius: 29px;
    z-index: -1;
}
.about_wrapper-bottom-img-block{
	    margin: 20px;
    position: relative;

}
.about_wrapper-right-img-block::after{
	    top: -8px;
    left: 8px;

}
}
@media(max-width:767px){
    .about::after {
        width: 200px;
        height: 200px;
    }
}
/* about */
/* goal */
.goal {
    padding: 120px 0;
    position: relative;
}

.goal::after {
    content: '';
    width: 100%;
    height: 300px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image:  url('../images/goals-shap.png');
	background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left center;
}
.goal::before {
    content: '';
    width: 638px;
    height: 558px;
    position: absolute;
    top: -100px;
   	left: 0;
    background-image: url('../images/about-shap-bg.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top right;
	transform: rotate(180deg);
    z-index: -1;
}
.goal_wrapper {
    position: relative;
    z-index: 1;
}
.goal_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
	margin-top: 30px;
}

.goal_block {
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    height: 388px;
    display: flex;
    align-items: flex-end;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	cursor: pointer;
}
.goal_wrapper-title {
    text-align: center;
    color: var(--dark-color);
	max-width: 1118px;
    margin: 0 auto;
}
.goal_block::before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 24.48%, #000000 82.22%);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
}

.goal_details {
    display: flex;
    z-index: 1;
    color: #fff;
    gap: 20px;
    justify-content: space-between;
    width: 100%;
}

.goal-btn {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--blue-color);
    border-radius: 50%;
	display: flex;
	scale: 0;
	transition: all 0.5s;
}

.goal_text-block {
    width: 100%;
	transition: all 0.5s;
}
.goal_block:hover .goal_txt {
    height:auto;
    transform: translateY(0px);
}


.goal_contact {
    display: flex;
    margin-top: 55px;
    gap: 20px;
    align-items: center;
}

.goal_contact-details {
    width: calc(100% - 116px);
}

.goal_contact-title {
    display: block;
    margin: 0;
}

.goal_contact-icon {
    width: 96px;
    height: 96px;
    background-color: var(--blue-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid #FFFFFF;
}

.goal_contact-number {
    color: var(--blue-color);
    font-weight: 800;
    font-size: 43px;
    line-height: 100%;
    margin-top: 5px;
    display: block;
}

@media(min-width:768px){
.goal_block {
    width: calc(100%/2 - 20px/2);
}
}
@media(min-width:992px){
.goal_txt {
	height:0;
	overflow: hidden;
	transform: translateY(30px);
	transition: all 0.5s;
}
.goal-btn{
	scale: 1;
}
.goal_text-block {
    width: calc(100% - 65px);
}
.goal_block:hover .goal-btn {
    scale: 0;
}
.goal_block:hover .goal_text-block {
    width: 100%;
}
.goal_list {
    gap: 50px;
}
.goal_block {
	padding: 40px;
	width: calc(100% / 2 - 50px / 2);
}

}
@media (max-width:1200px){
.goal_contact-number{
	font-size: 30px;
}
.goal_contact-icon {
    width: 76px;
    height: 76px;
}
.goal_contact-details{
	width: calc(100% - 76px);
}
.goal_contact-icon svg{
	width:30px;
}
}
@media (max-width:992px){
	.goal{
		padding: 50px 0 100px 0;
	}
	.goal::before{
		width: 400px;
    	height: 400px;
	}
	.goal::after{
		    height: 250px;
	}
	.goal_contact{
		margin-top: 30px;
		    gap: 0;
	}
	    .goal_contact-number {
        font-size: 24px;
    }
	.goal-btn{
		display: none;
	}

}
@media (max-width:575px){
    .goal::after {
        height: 120px;
    }
	    .goal::before {
        width: 200px;
        height: 200px;
    }
}
/* goal */

/* steps */
.steps {
    padding: 120px 0;
}

.steps-wrapper {
    margin-top: 120px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
	position: relative;
	flex-wrap: wrap;
}
.steps_wrapper-title {
    text-align: center;
    color: var(--dark-color);
}
.steps-block {
    text-align: center;
	width: 100%;
}

.steps-icon-block {
    border: 5px solid #525E69;
    width: 168px;
    height: 168px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 34px auto;
    border-radius: 50%;
	background-color: var(--white-color);
}

.steps-block-title {
    margin-bottom: 15px;
    display: block;
}

.steps-icon-budeg {
    color: var(--cs-body-color);
    width: 52px;
    height: 52px;
    background: #fff;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0px 0px 43px 0px #0000001C;
    top: -12px;
    left: 5px;
    font-size: 19px;
    line-height: 1;
    font-weight: 700;
}

.steps-icon {
    width: 65px;
    height: auto;
}

@media(min-width:768px){
.steps-wrapper::before {
    content: '';
    width: 80%;
    height: 220px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
    background-image: url(https://schoenkirchen-physio.de/wp-content/uploads/2025/08/steps-streep.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.steps-block{
	    width: calc((100%/3) - ((20px*2)/3));
}
}
@media(min-width:992px){
.steps-wrapper{
	gap: 120px;
}
.steps-block{
	    width: calc((100%/3) - ((120px*2)/3));
}
}
@media (max-width:992px){
	.steps{
		padding: 50px 0;
	}
	.steps-icon-block{
		width: 100px;
		height: 100px;
		margin: 0 auto 20px auto;
	}
	.steps-icon{
    	width: 45px;
	}
	.steps-icon-budeg{
		width: 32px;
    	height: 32px;
		font-size: 14px;
	}
	.steps-wrapper{
		margin-top: 40px;
	}
}
/* steps */

/* faq */
.faq {
    background-color: #ECF1F3;
    padding: 100px 0 400px 0;
    margin-bottom: -300px;
	position: relative;
}
.faq-wrapper {
    max-width: 1130px;
    margin: 0 auto;
}
.faq::after {
    content: '';
    width: 324px;
    height: 430px;
    position: absolute;
    background-image: url(https://schoenkirchen-physio.de/wp-content/uploads/2025/08/body-img.png);
    background-size: contain;
    mix-blend-mode: color-burn;
	background-repeat: no-repeat;
    bottom: -100px;
    right: 30%;
}
.faq_wrapper-title {
    text-align: center;
	color: var(--dark-color);
}

.faq_wrapper-title span {
    display: inline-block;
}

.faq-list {
    margin-top: 50px;
}

.faq-item {
    background: #FFFFFF;
    margin-bottom: 24px;
    padding: 19px 35px;
    border-radius: 10px;
	cursor: pointer;
}

.faq-title {
    color: var(--dark-color);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin: 0;
}
.faq-content {
    display: none;
	margin-top: 15px;
}
.faq-title::after {
    content: '';
    min-width: 20px;
    height: 3px;
    display: inline-block;
    background: var(--dark-color);
}
.faq-title::before {
    content: '';
    min-width: 20px;
    height: 3px;
    display: block;
    background: var(--dark-color);
    position: absolute;
    right: 0px;
    transform: rotate(90deg);
}
.faq-item.active .faq-title::before {
    content: unset;
}
@media (max-width:1200px){
	.faq::after{
		bottom: -30px;
        height: 300px;
		right: 20%;
	}
	.faq{
		margin-bottom: -150px;
		padding: 100px 0 300px 0;
	}
}
@media (max-width:992px){
	.faq{
		padding: 50px 0 300px 0;
	}
	.faq::after{
		right: 10%;
	}
	.faq-item{
		padding: 15px;
	}
	.faq-title{
		font-size: 16px;
		line-height: 20px;
		gap:10px;
	}
	.faq-title::after , .faq-title::before{
		    min-width: 15px;
	}
	.faq-list{
		margin-top: 30px;
	}
}

@media (max-width:575px){
    .faq::after {
        right: 0;
        width: 150px;
        height: 150px;
        bottom: 0;
    }
	    .faq {
        margin-bottom: -50px;
		        padding: 50px 0 150px 0;
	}

}
/* faq */
/*============ Content End ============*/

/*============ Footer Start ============*/
.footer{ width:100%; overflow: hidden; }
.footer_wapper{ width:100%;
	position: relative;
    padding-top: 150px;
}
.footer_wapper__top{width:100%; background-color: var(--blue-dark-color); color: var(--white-color); padding: 50px 0; position: relative;}
.footer_wapper__container{display: flex; flex-wrap: wrap; position: relative; gap: 20px;}
.footer_wapper__top:after{position: absolute; right: -20px; bottom: 30px; content: ''; width: 1200px; height: 650px; background-image: url('../images/footer-shape.svg'); background-position: center; background-repeat: no-repeat; background-size: contain;}
.footer_wapper__content{display: flex; flex-direction: column; width: 100%; max-width: 415px; gap: 20px; position: relative; z-index: 1;}
.footer_wapper__contentText{display: flex; flex-direction: column; gap: 25px; font-size: 18px; line-height: 29px;}
.footer_wapper__contentText a{color: var(--white-color);}
.footer_wapper__contentBtn{display: flex; margin-top: 24px;}
.footer_wapper::before {
    content: '';
    width: 100%;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../images/footer-top.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}


.footer_wapper__form{display: flex; flex-direction: column; width: 100%; max-width: 515px; position: relative; z-index: 1;}
.footer_wapper__formRow{display: flex; flex-direction: column;}
.wpcf7-form-control-wrap{display: flex; flex-direction: column; gap: 6px; margin: 8px 0;}
.wpcf7-not-valid-tip{display: none; color: #dc3232; font-size: 1em;}
.footer_wapper__formTextarea,
.footer_wapper__formField{border: solid 1px var(--white-color); border-radius: 5px; font-weight: 700; padding: 20px 30px; background-color: var(--blue-dark-color); color: var(--white-color);}
.footer_wapper__formTextarea{height: 127px; resize: vertical;}
.footer_wapper_submit{background-color: var(--white-color); border: solid 2px var(--dark-color); color: var(--cs-body-color); display: flex; gap: 12px; font-size: 18px; text-transform: uppercase; font-weight: 700; align-items: center; padding: 16px 27px; border-radius: 5px; width: max-content;}
.footer_wapper_submit > svg{stroke: var(--blue-color);}
.footer_wapper__bottom{padding: 30px; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; font-size: 18px; gap: 12px;}
.footer_wapper__menus{display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 12px;}
.footer_wapper__menus>li{display: flex; align-items: center;}
.footer_wapper__menus>li>a{font-size: 18px; color: var(--cs-body-color); line-height: 1;}


.wp-block-columns.is-layout-flex { gap: 50px; margin-top: 50px; }
.all-the-content-title p { font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem); }
.all-the-content-title h1.wp-block-heading { word-wrap: break-word; }
.all-the-content-title h2.wp-block-heading { margin: 50px 0 30px 0 !important; }
.all-the-content-title h2.wp-block-heading { font-size: clamp(1.5rem, 1.4rem + 0.5vw, 2rem); line-height: normal; }
.all-the-content-title h3.wp-block-heading { line-height: normal; font-size: clamp(1.125rem, 1.075rem + 0.25vw, 1.375rem); }


.all-the-content-title p + p:has(strong:first-child) { padding: 30px 0 0 0; }


@media(hover:hover){
	.footer_wapper_submit:hover{border-color: var(--blue-color); background-color: var(--blue-color); color: var(--white-color);}
	.footer_wapper_submit:hover > svg{stroke: var(--white-color);}
}

@media(min-width:992px){
	.footer_wapper__top{padding: 100px 0;}
	.footer_wapper__container{justify-content: space-between;}
	.footer_wapper__menus>li{position: relative;}
	.footer_wapper__menus>li:before{position: absolute; left: -6px; top: 0; width: 2px; height: 100%; content: ''; background-color: var(--cs-body-color);}

}
@media(min-width:1200px){
	.footer_wapper{
    padding-top: 300px;
}
.footer_wapper::before {
	height: 300px;
}
}
@media (max-width:992px){
.footer_wapper__content{
	max-width: 100%;
}
.footer_wapper__form{
	max-width: 100%;
}
}
@media (max-width:575px){
	.footer_wapper{
		padding-top: 50px;
	}
	.footer_wapper::before{
		    height: 50px;
	}
}

