.hero.new_design{
	background-position: top center;
}
.hero.new_design .container{
	padding: 0;
	max-width: 100%;
	padding: 0
}

.single-languages .hero.new_design .hero_wrap{
	width: 917px;
	padding: 87px 60px 63px 63px;
}
.site-header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: transparent;
	box-shadow: none;
	transition: 0.3s linear all;
	padding: 30px 10%;
}
.hero.new_design .heading{
	font-family: 'Oakes Grotesk';
	font-size: 64px;
	line-height: 80px;
	font-weight: 400;
}
.hero.new_design p{color: #fff;}
.new_design .btn{
	border-radius: 10px;
	padding: 13px 25px;
	font-family: 'Oakes Grotesk';
	font-size: 18px;
	line-height: 44px;
	font-weight: 400;
	display: flex;
	align-items: center;
	gap: 15px;
	border-color: #6478FF;
	display: block;
	line-height: 1em;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.new_design .btn.bg{
	background: #F5D661;
	border-color: #F5D661;
	color: #231F20;
}
.cheveron_icon{
	display: inline-block;
	width: 39px;
	height: 39px;
	background: #6478FF;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	flex: 0 0 39px;
}
.cheveron_icon svg{margin: 0;}
.new_design .cheveron_icon svg path{fill: #fff}

.hero.new_design .btn.outline{
	border-color: #fff;
	color: #fff;
}
.hero.new_design .btn.outline .cheveron_icon{background: #fff;}
.hero.new_design .btn.outline .cheveron_icon svg path{fill: #6478FF;}
.hero.new_design .btn.bg:hover{
	border-color: #fff;
	background: transparent;
	color: #fff;
}
.hero.new_design .btn.bg:hover .cheveron_icon{background: #fff;}
.hero.new_design .btn.bg:hover .cheveron_icon svg path{fill: #6478FF;}

.main_menu{
	font-family: 'Oakes Grotesk';
	font-size: 18px;
	font-weight: 400;
	gap: 9px;
}
.main_menu li a{
	font-size: 18px;
	color: #000;
	font-weight: 400;
	padding: 15px 0;
	outline: none;
}
.main_menu > li{
	padding-right: 40px;
	position: relative;
}
.main_menu .menu-item-has-children > a{
	padding-right: 20px;
	position: relative;
	display: block;
}
.main_menu .menu-item-has-children > a:after{
	content: "";
	width: 9px;
	height: 9px;
	border-color: #000;
	border-style: solid;
	border-width: 0 2px 2px 0;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: calc(50% - 6px);
	transform: rotate(45deg);
}
.main_menu .menu_link{
	display: flex;
	align-items: center;
	gap: 10px;
}
.main_menu .submenu_toggle{
	width: 9px;
	height: 9px;
	border-color: #000;
	border-style: solid;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	cursor: pointer;
}
.main_menu .current-menu-ancestor > a:after{border-color: #6478FF;}
.main_menu .login_btn{
	padding-right: 10px;
}
.main_menu .login_btn a{
	 background: #F5EDE0;
	 padding: 16px 30px;
	 border-radius: 10px;
	 display: inline-block;
	 margin: 0;
}
.main_menu .bg_btn,
.main_menu .blue_btn,
.main_menu .login_btn{padding-right: 0;}
.main_menu .bg_btn  a{
	 background: #F5D661;
	 padding: 15px 30px;
	 border-radius: 10px;
	 margin: 0;
	 display: inline-block;
}
.main_menu .blue_btn a{
	background: #637AFF;
	border-radius: 10px;
	padding: 15px 30px;
	color: #fff;
	margin: 0;
}
.main_menu .bg_btn  a,
.main_menu .blue_btn a {
	padding: 16px 5px !important;
	width: 200px;
	display: inline-block;
	text-align: center;
}

.main_menu .login-hbtn a{ 
	background: #F5EDE0;

}
.site-header.scrolled{
	background: #fff;
	padding: 15px 10%;
}
.new_design.languages .container p{margin-bottom: 0;}
.new_design.languages .heading{
	font-size: 44px;
	font-weight: 300;
	max-width: 600px;
	margin: 0 auto 40px;
	color: #000;
}
.new_design.languages .icon_box{border: 0;}
.new_design.languages .icon_box:nth-child(1),
.new_design.languages .icon_box:nth-child(5),
.new_design.languages .icon_box:nth-child(9){background: #F5D661;}
.new_design.languages .icon_box:nth-child(2),
.new_design.languages .icon_box:nth-child(6),
.new_design.languages .icon_box:nth-child(10){background: #F5BC8F;}
.new_design.languages .icon_box:nth-child(3),
.new_design.languages .icon_box:nth-child(7),
.new_design.languages .icon_box:nth-child(11){background: #92AA74;}
.new_design.languages .icon_box:nth-child(4),
.new_design.languages .icon_box:nth-child(8),
.new_design.languages .icon_box:nth-child(12){background: #F29C1C;}

.process .heading{
	font-size: 64px;
	font-weight: 400;
	font-family: 'Oakes Grotesk';
	color: #6478FF;
	max-width: 800px;
	margin: 0 auto 58px;
	text-align: center;
}
.process_cards{
	max-width: 1140px;
	margin: 0 auto;
	position: relative;
	height: 600px;
	overflow: hidden;
}
.process_cards .process_card{
	display: flex;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 31px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 520px;
	will-change: transform;
}
@media (min-width: 1280px) and (max-width: 1512px) {
	.process .heading {
		margin-bottom: 30px;

	}
  .process_cards .process_card {
	height: 500px;

  }
}
/* .process_cards .process_card:nth-child(2){z-index: 3 !important;}
.process_cards .process_card:nth-child(3){z-index: 4 !important;} */
.process_card .content{
	flex-basis: 448px;
	width: 448px;
	padding: 30px;
}
.process_card .image{
	flex-basis: 0 0 calc(100% - 448px);
	width: calc(100% - 448px);
	padding: 43px;
}
.process_card .image img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}
.process_card .number{
	font-family: 'Oakes Grotesk';
	font-size: 124px;
	font-weight: 400;
	color: #fff;
	line-height: 1em;
	padding: 10px 0;
	display: inline-block;
}
.process_card h3{
	font-size: 44px;
	line-height: 50px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 15px;
}
.process_card p{
	color: #fff;
	font-size: 20px;
}
.languages.new_design .btn.bg{
	background: #F5EDE0;
	color: #231F20;
}
.quote_box{
	display: flex;
	align-items: center;
	background: #FBF8F3;
	border-radius: 20px;
	padding: 150px 80px;
	position: relative;
}
.quote_box blockquote{
	margin: 0;
	flex-basis: 50%;
}
.quote_box img{
	position: absolute;
	right: 60px;
	top: -100px;
	display: block;
	max-width: 45%;
	height: auto;
}
.quote_box q{
	font-size: 44px;
	line-height: 50px;
	font-weight: 300;
	font-family: "Aesthet Nova";
	display: block;
	margin-bottom: 39px;
	color: #231F20;
}
.quote_box q:before{margin-left: -15px;}
.quote_box cite{
	font-family: 'Oakes Grotesk';
	font-size: 20px;
	color: #000;
}
.big_faq{
	background: #6478FF url(../images/blue-background-image.avif) no-repeat center/cover;
	position: relative;
	transition: 3s linear all;
}
.big_faq:before,
.big_faq:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
}
.big_faq:before{
	top: 0;
	height: 500px;
	background: url(../images/faq_top_services.png) no-repeat !important;
	
}
.big_faq:after{
	bottom: 0;
	height: 350px;
	background: url('../images/bg-shape-bottom.png') no-repeat;
	background-position: center bottom;
}
.big_faq .quote{
	background: url('../images/quote-shape.png') no-repeat;
	width: 1108px;
	height: 774px;
	padding: 190px 260px 250px;
	font-size: 60px;
	font-weight: 300;
	line-height: 50px;
	color: #FBF8F3;
	font-family: "Aesthet Nova";
	text-align: center;
	position: relative;
	top: -150px;
}
.big_faq .container{
	position: relative;
	z-index: 1;
}
.big_faq .head_wrap{
	display: flex;
	gap: 150px;justify-content: space-between;
	margin-bottom: 200px;
}
.big_faq .head_wrap .col{flex: 1;}
.big_faq .head_wrap .col:first-child{max-width: 350px;}
.big_faq .images{
	display: flex;
	max-width: 100%;
	gap: 60px;
	align-items: center;
}
.big_faq .images figure{margin: 0;}
.big_faq .short_info{
	color: #FBF8F3;
	font-size: 32px;
	line-height: 36px;
	font-family: "Aesthet Nova";
	font-weight: 300;
}
.big_faq .faq_block{
	background: #F5EDE0;
	padding: 110px 56px 69px;
	border-radius: 20px;
	text-align: center;
}
.big_faq .tabs_wrapper{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	max-width: 100%;
}
.big_faq .faq_block h2{
	font-size: 64px;
	line-height: 1.2em;
	font-weight: 400;
	text-align: center;
	color: #6478FF;
	font-family: 'Oakes Grotesk', sans-serif;
	margin-bottom: 72px;
}
.big_faq .tabs_wrapper h3{
	font-size: 32px;
	font-family: "Aesthet Nova";
	font-weight: 300;
	color: #231F20;
	padding: 30px 0 26px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.big_faq .tabs_wrapper > li{
	border-top: 1px solid #6478FF;
	border-bottom: 0;
	padding: 0;
}
.big_faq .tabs_wrapper .answer ul {
	border-top: unset;
	list-style-type: disc;
	overflow: visible;
		margin-left: 1.5rem;
}
.big_faq .tabs_wrapper .answer li  {
    border: unset;
    border-bottom: none;
    padding: 0;
	margin-bottom: 12px;

	list-style-type: disc;
	overflow: visible;
}
.big_faq .tabs_wrapper li:before,
.big_faq .tabs_wrapper li:after{display: none;}
.big_faq h3 span,
.faq_small button span{
	position: relative;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: #6478FF;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 54px;
}
.big_faq h3 span:before,
.big_faq h3 span:after,
.faq_small button span:before,
.faq_small button span:after{
	content: "";
	width: 20px;
	height: 2px;
	background: #fff;
	position: absolute;
	transition: 0.3s linear all;
	border-radius: 10px;
}
.big_faq h3 span:after,
.faq_small button span:after{transform: rotate(90deg);}

.big_faq .open h3 span:after,
.faq_small .active button span:after{transform: translateY(-200px) rotate(90deg);}
.faq_small .active button span{background: #B97323;}
.big_faq .open h3 span{background: #B97323;}
.big_faq .tabs_wrapper li.open .answer{
	padding: 0 50px 50px 0;
	font-size: 20px;
	line-height: 26px;
}
.site-footer{
	background: #B97323;
	padding: 50px 20px 30px;
	color: #fff;
}
.site-footer .container{
	gap: 100px;
	display: flex;
	padding: 0 6%;
}
.site-footer .col{
	flex: 1 1 0;
	min-width: 0;
}
.site-footer .col:first-child{flex: 0 0 30%;}
.site-footer .flags{
	display: flex;
	gap: 13px;
	margin-bottom: 30px;
}
.site-footer .flags img{
	max-width: 50px;
	flex-basis: 50px;
}
.site-footer .list strong{
	display: block;
	margin-bottom: 10px;
}
.site-footer p{font-size: 16px;}
.site-footer .list div{margin-bottom: 35px;}
.site-footer a{
	text-decoration: none;
	color: #fff !important;
}
.site-footer a:hover{text-decoration: underline;}
.site-footer .list ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
}
.site-footer .list li{margin-bottom: 10px;}
.footer_logo{
	display: block;
	width: 300px;
	margin-bottom: 30px;
}
.footer_logo img{
	display: block;
	width: 100%;
	height: auto;
}
.footer_last{
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #FBF8F3;
	font-weight: 400;
	font-size: 16px;
	padding-top: 100px;
}
.footer_last ul{
	display: flex;
	align-items: center;
	gap: 100px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer_last a{
	color: #FBF8F3;
	text-decoration: none;
}
.footer_last p{margin: 0;}
.social_links{
	display: flex;
	align-items: center;
	gap: 18px;
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
	margin-top: 1.5rem !important;
}
.social_links li{flex-basis: 0 0 46px;}
.social_links li a{
	display: block;
	width: 46px;
	height: 46px;
	background: #FBF8F3;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bottom_top #menu-footer-1{padding-left: 30px;}
.process .buttons{
	display: block;
	max-width: 300px;
}
.process .buttons li:not(:last-child){margin-bottom: 6px;}
.process .buttons .btn.bg{
	background: #F5D661;
	color: #000;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 400;
	border: 0;
	width: 100%;
	line-height: 34px;
	padding: 15px 25px;
	font-family: 'Oakes Grotesk';
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.process .buttons .btn .cheveron_icon{
	flex: 0 0 39px;
	margin: 0;
}
.process .buttons .btn .cheveron_icon path{fill: #F5D661;}
.iso_logo{
	max-width: 120px;
	background: #fff;
	padding: 10px;
	margin-top: 15px;
	border-radius: 6px;
}
.color_pills{
	position: relative;
	background-image: url(../images/blue-background-opacity-50.jpg);
}
.color_pills:before,
.color_pills:after{
	content: "";
	left: 0;
	right: 0;
	background-repeat: repeat-x;
	height: 160px;
	width: 100%;
	position: absolute;
	background-size: cover;
}
.color_pills:before{
	background-image: url(../images/bg-top.webp);
	background-position: top center;
	top: 0;
}
.color_pills:after{
	background-image: url(../images/bg-bottom.webp);
	background-position: bottom center;
	bottom: 0;
}
 .color_pills ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 30px;
	margin: 0;
	padding: 30px 0;
	list-style: none;
	position: relative;
	z-index: 1;
	max-width: 768px;
	margin: 0 auto;

 }
 .color_pills ul li{
	padding: 10px 23px;
	border-radius: 50px;
	text-align: center;
 }
.color_pills ul li:nth-child(n+8){display: none;}
.color_pills ul li:nth-child(1){margin-right: 60px;}
.color_pills ul li:nth-child(2){
	margin-right: 100px;
	margin-bottom: 60px;
}
.color_pills ul li:nth-child(3){margin-right: 30px;}
.color_pills ul li:nth-child(4){
	margin-right: 120px;
	margin-bottom: 30px;
}
.color_pills ul li:nth-child(6){margin-right: 160px;}
.faq_small .faq_item button:after{display: none !important}
.faq_small .faq_item button{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 !important;
}
.faq_small .faq_item{padding-right: 0 !important;}
@media(max-width: 1800px){
	.site-header.scrolled{padding: 15px 30px;}
	.main_menu > li{padding-right: 30px;}
	.site .therapists_wrap{padding: 0px 5% 60px;}
}
@media(max-width: 1600px) {
	.main_menu > li{padding-right: 20px;}
}
@media (max-width: 1350px){
	.main_menu > li{padding-right: 20px;}
}
@media(max-width: 1540px){
	.site-header.scrolled{padding: 15px 30px;}
	.languages .icon_box{
		flex: 0 0 calc((100% - 25px) / 8);
	}
	.two_col .container{
		padding: 0 5%;
		align-items: center;
	}
	.big_faq .quote{
		width: 768px;
		height: 540px;
		background-size: contain;
		padding: 111px 90px 225px;
		top: -100px;
	}
	section.blockquote{
		padding-bottom: 200px;
	}
	.quote_box{
		padding: 100px 60px 60px;
	}
	.quote_box img{top: -80px;}
	.big_faq .head_wrap{margin-bottom: 100px;}
	.big_faq .faq_block h2{font-size: 48px;}
	.footer_top .container{gap: 60px;}
	.footer_logo{width: 250px;}
	.footer_top{padding-bottom: 80px;}
	.bottom_top #menu-footer-1{padding-left: 0;}
	.social_links{gap: 10px;}
	.bottom_top{
		padding-bottom: 100px;
		gap: 30px;
	}
	.process_card .number{font-size: 100px;}
	.container, .site-footer .container{padding: 0;}
	.process .heading{font-size: 50px;}
	.site-header{padding: 30px 5%;}
	.site-footer .container{gap: 50px}
	.eqm-1.new_design.hero {
		padding-top: 130px;
	}
}
@media(max-width: 1366px) {
	.site-header{padding: 30px 25px;}
	.main_menu .blue_btn a {
		margin-left: 10px;
	}
}
@media(max-width: 1300px){
	.main_menu{gap: 0;}
	.main_menu .login_btn{margin-left: 10px;}
	.main_menu .bg_btn a,
	.main_menu .login_btn a{
		padding: 15px 20px;
	}
	.main_menu .login-hbtn {
		margin-right: 9px;
	}
	.therapists_wrap .therapist_item{grid-template-columns: 250px 1fr;}
	.site .therapists_wrap{gap: 30px;}
	.site-footer .container{flex-wrap: wrap;}
	.site-footer .col:first-child{flex: 0 0 100%;}
}
@media(max-width: 1200px){
	.hero.new_design{
		padding-top: 200px;
		background-position: 100px 0;
	}
	.hero.new_design .hero_wrap{
		width: 600px;
		padding: 50px 80px 50px 50px;
	}
	.hero.new_design .heading{
		font-size: 50px;
		line-height: 1.2em;
	}
	section.languages{padding: 80px 0 0;}
	.process_cards{height: auto;}
	.process_cards .process_card{
		position: static;
		height: auto;
	}
	section.process{padding-top: 40px;}
	.big_faq .head_wrap{gap: 60px;}
	.bottom_top{flex-wrap: wrap;}
	.bottom_top .col{
		flex: 0 0 calc(33.333% - 20px);
	}
	.footer_last{flex-wrap: wrap;}
	.footer_last p:not(:last-child){order: 4;}
	.footer_last p:last-child{order: 4;}
	.footer_last ul{
		gap: 40px;
		flex: 0 0 100%;
		margin-bottom: 30px;
	}
	.new_design.languages .swiper{
		padding: 120px 0 100px;
	}
	.quote_box img{
		max-width: 300px;
		top: -40px;
	}
	.quote_box{
		display: block;
		padding-right: 350px;
		padding: 70px 60px 50px;
	}
	.big_faq .quote{
		width: 600px;
		height: 420px;
		font-size: 36px;
		padding: 70px 60px 151px;
	}
	section.blockquote{padding-bottom: 100px;}
	.big_faq .images{gap: 30px}

	.menu-toggle{
        display: block;
        margin-left: auto;
        background: transparent;
        position: relative;
        width: 24px;
        height: 28px;
        cursor: pointer;
        border: 0;
        padding: 0;
		z-index: 9;
    }
    .menu-toggle span{
        position: absolute;
        left: 0;
        right: 0;
        top: 4px;
        background: #000;
        height: 2px;
        transition: 0.3s linear all;
    }
    .menu-toggle span:before,
    .menu-toggle span:after{
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        height: 2px;
        background: #000;
        transition: 0.3s linear all;
    }
    .menu-toggle span:before{
        top: 8px;
    }
    .menu-toggle span:after{
        top: 16px;
    }
    .menu_active .menu-toggle span:before{
        transform: rotate(45deg);
        top: 5px;
    }
    .menu_active .menu-toggle span:after{
        transform: rotate(-45deg);
        top: 6px;
    }
	.menu_active .menu-toggle span{background: transparent;}
    .main-nav{
        transform: translateX(200%);
        z-index: 0;
        position: fixed;
        width: 320px;
        right: 0;
        top: 0;
		bottom: 0;
        background: #fff;
        padding: 100px 5% 0;
        transition: transform .3s ease;
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.14);
        border-radius: 0 0 12px 12px;
    }
    body.menu_active .main-nav{
        transform: translateX(0);
        display: block;
		padding: 70px 30px 0;
    }
	.site-header{display: block;}
    .site-header .wrap{
        display: flex;
        align-items: center;
        justify-content: space-between;
        z-index: 2;
    }
    
    
    .main_menu{display: block;}
    .main_menu > li{
        padding: 0 0 25px;
    }
    .main_menu li a{display: block; margin-left: 0 !important; padding: 0 }
    .main_menu li.button{padding: 0;}
    .main_menu li.button a{display: inline-block;}
	.main_menu .sub-menu{
		position: relative;
		display: none;
	}
	.main_menu > li.active .sub-menu{
		display: block;
		width: 100%;
		box-shadow: none;
	}
	.main_menu .bg_btn a,
	.main_menu .blue_btn a,
	.main_menu .login_btn a{
		display: inline-block;
		width: 200px;
	}
	.main_menu .bg_btn,
	.main_menu .blue_btn,
	.main_menu .login_btn{
		margin: 0;
		padding-bottom: 15px;
	}
	.therapist_item .buttons{
		flex-wrap: wrap;
	}
	.site .therapist_item{
		display: flex;
		flex-wrap: wrap;
		flex: 0 0 calc(50% - 15px);
		gap: 15px;
		margin-bottom: 30px;
		max-width: 100%;
		margin: 0 !important;
	}
	.therapists .therapist_cards .therapist_item{
		max-width: 40%;
		flex: 0 0 calc(45% - 30px);
	}
	/* .site .therapist_item figure img{
		position: static;
	} */
	.site .therapist_item figure{
		height: 200px;
		width: 100%;
	}
	#therapists_data{
		display: flex;
		flex-wrap: wrap;
		gap: 15px;
	}
	.site .therapist_item .content{padding: 15px;}
	.site .therapist_item .content h3{font-size: 24px;}
}

@media(max-width: 980px){
	.new_design.languages .swiper{
		background-size: contain;
		padding: 130px 0 100px;
		/* background-position: bottom center; */
	}
	.new_design.languages .for_bg{
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		height: 200px;
		background: #f5ede0;
		width: 100%;
		z-index: 1;
	}
	.new_design.languages .swiper{
		flex: 0 0 50%;
		position: relative;
		z-index: 2;
	}
	/* .languages .icon_box{flex: 0 0 50%;} */
	.quote_box img{
		position: static;
		width: 200px;
	}
	.quote_box{display: flex;}
	.quote_box blockquote{
		flex-basis: 100%;
		padding-right: 30px;
	}
	.quote_box q{
		font-size: 32px;
		line-height: 1.3em;
	}
	.big_faq .head_wrap{display: block;}
	.big_faq .short_info{padding-top: 30px;}
	.big_faq .tabs_wrapper h3{
		font-size: 26px;
		padding: 15px 0 12px 0;
	}
	.big_faq .tabs_wrapper li.open .answer{padding-right: 100px;}
	.big_faq .faq_block{padding-top: 60px;}
	section.big_faq{padding-bottom: 160px;}
	.footer_top .col:first-child{flex: 0 0 200px;}
	.footer_logo{width: 160px;}
	.footer_top .container{gap: 30px;}
	.big_faq h3 span{
		width: 45px;
		height: 45px;
		flex: 0 0 45px;
	}
	section.blockquote{padding-top: 60px;}
	.site .therapist_item{
		flex: 0 0 100%;
	}
	.site .therapist_item figure{height: auto;}
	.site .therapist_item figure img{
		position: static;
	}
	.site .therapist_item{
		flex: 0 0 100% !important;
	}
}
@media(max-width: 768px){
	.hero.new_design .container{padding: 0 5%;}
	.process .heading{font-size: 42px;}
	.process_cards .process_card{
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.process_card .image,
	.process_card .content{
		flex: 0 0 100%;
		width: 100%;
	}
	.big_faq .quote{
		width: 500px;
		height: 350px;
		font-size: 28px;
		line-height: 1.3em;
		top: -60px;
	}
	.big_faq:before,
	.big_faq:after{height: 200px;}
	.big_faq .tabs_wrapper li.open .answer{padding: 30px 60px 30px 0;}
	section.big_faq{padding-bottom: 20px;}
	.footer_top .container{flex-wrap: wrap;}
	.footer_top .col:first-child{
		flex: 0 0 100%;
		margin-bottom: 30px;
	}
	.footer_logo{width: 200px;}
	.footer_top{padding-top: 60px;}
	.new_design.hero .buttons{
		flex-wrap: wrap;
		max-width: 380px;
	}
	.new_design.hero .buttons li{width: 100%;}
	.hero.new_design .hero_wrap{
		width: 520px;
		padding: 40px;
	}
	.hero.new_design .heading{font-size: 42px;}
	.languages .icon_box{flex: 0 0 50%;}
	.process_card .number{font-size: 60px;}
	.process_card h3{font-size: 38px;}
	.quote_box{
		display: block;
	}
	.quote_box blockquote{padding: 0 0 30px;}
	.big_faq .faq_block h2{font-size: 36px;}
	.two_col.new_design .buttons{flex-wrap: wrap;}
	.site .therapists_wrap{display: block;}
	.site .therapist_item{
		display: grid;
		grid-template-columns: 250px 1fr;
	}
	.site .therapists_wrap .therapist_filters{position: static;}
	.therapists_wrap aside{margin-bottom: 60px;}
	.site .therapist_filters .form_wrap{max-height: unset;}
	.site-footer .col{flex: 0 0 100%;}
	.site-footer .container{padding: 0;}
	.footer_last{padding-top: 50px;}
	.therapists .therapist_cards{padding: 0 30px;}
	.therapists .therapist_cards .therapist_item{
		max-width: 100%;
		flex: 0 0 100%;
	}
}
@media(max-width: 640px){
	.big_faq .faq_block{
		padding: 80px 30px 20px;
	}
	.big_faq .faq_block h2{margin-bottom: 40px;}
	.big_faq .quote{top: -20px;}
	section.blockquote{padding-bottom: 60px;}
	.quote_box{padding: 40px;}
	.big_faq .short_info{font-size: 26px;}
	.big_faq .quote{
		width: 300px;
		height: 200px;
		padding: 46px 40px 80px;
		font-size: 22px
	}
	.bottom_top .col{flex: 0 0 100% !important;}
	.footer_last ul{flex-wrap: wrap;}
	.footer_last p:not(:last-child){margin-bottom: 30px;}
	.footer_top .col{flex: 0 0 100%;}
	.big_faq .tabs_wrapper h3{
		line-height: 1.2em;
		font-size: 22px;
	}
	.tabs_wrapper li.open .answer{
		font-size: 16px;
		padding-right: 0 !important;
	}
	.big_faq .faq_block h2{font-size: 30px;}
	.quote_box q{font-size: 24px;}
	.quote_box{padding: 40px 30px;}
	.two_col ol li, .two_col ul li{flex: 0 0 100%;}
	.two_col img{width: 100%;}
	.process_card h3{
		font-size: 28px;
		line-height: 1.2em;
	}
	.new_design.languages .heading{font-size: 32px;}
	.hero.new_design .heading{font-size: 36px;}
	.hero.new_design .hero_wrap{padding: 30px;}
	.new_design.languages .for_bg{height: 89%;}
	section.hero{
		background-position: 50% 0 !important;
	}
	.languages .icon_box{flex: 0 0 50%;}
}
@media(max-width: 480px){
	.new_design.languages .for_bg{height: 83%;}
	.site .therapist_item{
		display: flex;
	}
}
