/*
Theme Name: SEO Theme
Author: Andru Lubimov
Version: 1.0
*/*:focus, *:active {
  box-shadow: none !important;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	background-color: #F8F9FA;
	color: #1F2937;

}
p {
	margin-bottom: 4px;
}
img {
	width: 100%;
	height: auto;
}

.px18 {
	font-size: 18px;
	line-height: 1.2;
}
.px16 {
	font-size: 15px;
	line-height: 1.2;
}



.top_menu .row {
	justify-content: space-between;
  align-items: center;
}
.main-logo img {
	padding: 4px 0px;
    height: 80px;
    width: auto;
}
.btn_1 {
	border-radius: 20px;
	padding: 10px 6px 10px 20px;
	color: #1F2937;
	border: 2px solid #1F2937;
	background-color: #F9E0BB;
	border-bottom: 6px solid #1F2937;
	line-height: 1;
	font-size: 18px;
	transition: 0.2s;
	font-weight: 600;
	display: inline-block;
}
.btn_1:hover {
	background-color: #E6E6FA;
}
.btn_1 i {
	margin-left: 8px;
	background: #1F2937;
	color: #fff;
	padding: 2px 4px;
	border-radius: 50%;
	transition: 0.2s;
}

.top_menu .contact {
    text-align: right !important;
}
.top_menu .navbar a{
	font-size: 16px;
	font-weight: 500;
	transition: 0.2s;
	min-width: 120px;
	text-align: center;
}
.top_menu .navbar a:hover {
	font-size: 16px;
	font-weight: 700;

}
.top_menu .phone {
	color: #1F2937;
	text-decoration: none;
	font-size: 18px;
	font-weight: 500;
	padding: 0px 20px;
}
.top_menu .phone span{
	font-weight: 700;
	font-size: 22px;
}
.section_1 {
	margin-top: 20px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding: 80px 0px;
	text-align: center;
	box-shadow: 0 0.5rem 1rem rgba(24, 26, 31, 0.03);
  border-radius: 20px;

}
.section_1:before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgb(223, 245, 227, 0.8);
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 20px;
}
.section_1 .content {
	z-index: 2;
	position: relative;
}
.section_1 .content h1{
	font-size: 2.5rem;
	font-weight: 900;
}
h2 {
	font-size: 1.5rem;
	font-weight: 700;
}
section {
	padding: 60px;
}
.section_2 img {
	height: 500px;
	object-fit: cover;
}
.section_2 .image img {
	box-shadow: 0 0.5rem 1rem rgba(24, 26, 31, 0.03);
  border-radius: 20px;
}
.section_2 .content {
	font-size: 16px;
}
.section_2 .content strong {
	font-size: 18px;
}
.section_2 .content ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	margin-bottom: 10px;
}
.section_2 .content ul li {
	min-height: 31px;
}
.section_2 .content {
	font-size: 18px;
	text-decoration: none;
	font-weight: 500;
}
.section_2 .content ul a {
	font-size: 18px;
	text-decoration: none;
	color: #1F2937;
	transition: 0.2s;
}
.section_2 .content ul a:hover {
	font-size: 20px;
	font-weight: 700;
}
.section_3 .content {
	font-size: 16px;
}
.section_3 .content strong {
	font-size: 18px;
	line-height: 1.2;
}
.section_3 .content p {
	line-height: 1.4;
}
.section_4 .content {
	box-shadow: 0 0.5rem 1rem rgba(24, 26, 31, 0.03);
  border-radius: 20px;
  background-color: #fff;	
}
.section_4 .content img {
	border-radius: 20px 20px 0px 0px;
}
.section_4 .content .info {
	padding: 10px 20px 20px 20px;
}
.section_4 .content .info .title {
	font-size: 18px;
	font-weight: 700;
}

.accordion-item:first-of-type .accordion-button {
    border-radius: 20px;
	background: #fff;
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
}
.accordion-button:not(.collapsed) {
	background: #fff;
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
}
/*.accordion-button::after {
        filter: invert(1);
}*/
.accordion-button {
    border-radius: 20px;
	background: #fff;
    font-size: 16px;
    font-weight: 700;
	margin-bottom: 10px;
        -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
}
.accordion-item {
    border: 0px;
    background-color: #eef1f4;
}
.accordion-item:last-of-type .accordion-button.collapsed {
	border-radius: 20px;
}
.section_news .content {
	background-color: #fff;
    display: flex;
    justify-content: space-around;
    box-shadow: 0 0.5rem 1rem rgba(24, 26, 31, 0.03);
    border-radius: 20px;
    display: flex;
    border-radius: 20px;
}
.section_5 .content {
	text-align: center;
}
.section_5 .content i {
	font-size: 64px;
}
.section_5 .content .title {
	font-size: 18px;
	font-weight: 700;
}
.section_5 .content p {
	font-size: 16px;
}
.section_h h2 {
	font-weight: 900;
	    font-size: 2.5rem;
    line-height: 1.1;
    margin-bottom: 40px;
}
}
.section_6 .section_h p {
	font-size: 16px;
}
.section_6 .content {
	padding: 20px;
}
.section_6 .content .title{
	font-size: 18px;
	font-weight: 700;
}
.section_6 .content ul{
	padding: 0px;
	list-style: none;
	margin-bottom: 20px;
}
.section_6 .content ul a {
	font-size: 16px;
	text-decoration: none;
	color: #1F2937;
	font-weight: 500;
}
.section_6 .content .massagers {
	display: flex;
}
.section_6 .content .massagers li {
	margin-right: 8px;
}
.section_6 .content .massagers img {
	width: 30px;
}
.section_service_1 {
	background-position-x: 110%;
	background-position-y: -150px;
	background-repeat: no-repeat;
	background-size: 800px;
	position: relative;
	background-color: #DFF5E3;
}
.section_service_1 .bottom .massagers {
	list-style: none;
	display: flex;
	margin: 0px;
	padding: 0px;
}
.section_service_1 .bottom .massagers img {
	width: 30px;
 	height: 30px;
 	border-radius: 50%;
}
.section_service_1 .bottom .content_2{
    display: flex;
    align-items: center;
}
.section_service_1:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.section_service_1 .row {
	z-index: 100;
	position: relative;
}
.section_service_1 .top {
	min-height: 640px;
	display: flex;
	align-items: center;
}
.section_service_1 .content_1 h1 {
	font-size: 64px;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 20px;
}
.section_service_1 .content_1 p {
	font-size: 18px;
}
.section_service_1 .bottom {
	padding-bottom: 60px;
	align-items: center;
}
.section_service_1 .content_2 .massagers a {
	margin-right: 6px;
}
.section_service_1 .content_2 a {
	font-size: 18px;
	font-weight: 700;
	color: #1F2937;
	text-decoration: none;
	margin-right: 30px;
}
.section_service_1 .content_2 a span {
	font-size: 25px;
	font-weight: 900;
	color: #1F2937;
	text-decoration: none;
}

.section_service_3 .item {
	margin-top: 30px;
}
.section_service_3 .item i {
	font-size: 64px;
	margin: auto;
	text-align: center;
	display: block;
}
.section_service_3 .item .title {
	font-size: 18px;
	font-weight: 700;
}
.section_service_4 .bottom {
	margin-top: 40px;
}
.section_service_4 .bottom .content {
	position: relative;
	margin-bottom: 40px;
}
.section_service_4 .bottom .content .number {
	font-weight: 700;
	font-size: 180px;
	text-align: center;
	position: absolute;
	line-height: 1;
	color: #F9E0BB;
	opacity: 0.3;
}
.section_service_4 .bottom .content .text {
	position: relative;
	z-index: 2;
	padding-left: 40px;
	min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.section_service_4 .bottom .content .text .title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
}
.section_service_4 .bottom .content .text p {
	font-size: 16px;
}
.section_service_5 .content {
	padding: 30px;
	border-radius: 20px;
	box-shadow: 0 0.5rem 1rem rgba(24, 26, 31, 0.03);	
	text-align: center;
	background-color: #D0E8F2;
	height: 100%;
}
.section_service_5 .content .small {
	font-weight: 700;
	margin-bottom: 20px;
}
.section_service_5 .content .title {
	font-weight: 900;
	font-size: 18px;
	margin-bottom: 10px;
}
.section_service_5 .content .sub_title {
	text-align: left;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
}
.section_service_5 .content ul {
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	list-style: none;
	padding: 0px;
	line-height: 1.2;
}
.section_service_5 .content ul li {
	margin-bottom: 8px;
}

.section_service_6 .content {
	padding: 30px;
	border-radius: 20px;
	box-shadow: 0 0.5rem 1rem rgba(24, 26, 31, 0.03);	
	text-align: left;
	background-color: #D0E8F2;
	height: 100%;
}
.section_service_6 .content .title {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px;
}
.section_service_6 .content p {
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
}
.section_service_6 .image img {
	border-radius: 20px;
	box-shadow: 0 0.5rem 1rem rgba(24, 26, 31, 0.03);		
}
.section_footer {
	height: 600px;
	background-position-x: 85%;
	/*background-position-y: -150px;*/
	background-repeat: no-repeat;
	background-size: 700px;
	position: relative;
	background-color: #DFF5E3;
	padding: 60px;
}
.section_footer:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.section_footer .row {
	z-index: 100;
	position: relative;	
}
.section_footer .content {
	padding: 20px;
	font-size: 18px;
}
.section_footer .content .title{
	font-size: 24px;
	font-weight: 900;
}
.section_footer .content ul{
	padding: 0px;
	list-style: none;
	margin-bottom: 20px;
}
.section_footer .content ul a {
	font-size: 18px;
	text-decoration: none;
	color: #1F2937;
	font-weight: 500;
}
.section_footer .content ul a span {
	font-size: 24px;
	font-weight: 900;
}
.section_footer .content .massagers {
	display: flex;
}
.section_footer .content .massagers li {
	margin-right: 8px;
}
.section_footer .content .massagers img {
	width: 30px;
    border-radius: 50%;
}
.wpcf7-form input {
	width: 100%;
	padding: 8px 15px;
	border: 2px solid #1F2937;
	border-bottom: 6px solid #1F2937;	
	border-radius: 20px;
	margin-bottom: 15px;
}
.wpcf7-form .wpcf7-submit {
    color: #1F2937;
    background-color: #F9E0BB;
    font-size: 18px;
    font-weight: 600;   
    transition: 0.2s;
}
.wpcf7-form .wpcf7-submit:hover {
	background-color: #E6E6FA;
}
.section_link_1 .image  img {
	border-radius: 20px;
	box-shadow: 0 0.5rem 1rem rgba(24, 26, 31, 0.03);
}
.section_link_1 .content {
	padding: 20px;
	font-size: 18px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.section_link_1 .content h2 {
	font-size: 32px;
	font-weight: 900;
}
.section_link_1 .content ul {
	font-size: 18px;
	font-weight: 500;
	list-style: none;
	padding: 0px;
	margin-bottom: 0px;
}
.section_link_1 .content ul li {
	margin-bottom: 10px;
	transition: 0.1s;
}
.section_link_1 .content ul li:hover {
	font-weight: 700;
}
.section_link_2 .icon_box {
	text-align: center;
}
.section_link_2 .icon_box .number{
	font-size: 80px;
    font-weight: 100;
    line-height: 1;
    margin-right: 10px;
    margin-bottom: 15px;
}
.section_link_2 .icon_box p {
	font-size: 18px;
	font-weight: 700;
}
.section_link_3 .content {
	font-size: 18px;
}
.section_link_3 .content h2 {
	font-weight: 900;
    font-size: 2.5rem;
    line-height: 1.1;
    margin-bottom: 20px;	
}
.section_link_4 .content_box {
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 0.5rem 1rem rgba(24, 26, 31, 0.03);
    text-align: center;
    background-color: #D0E8F2;
    height: 100%;
}
.section_link_4 .content_box p {
	text-align: justify;
}
.section_link_4 .content_box .title {
    font-weight: 900;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.1;
}
.section_link_4 .content_box .title i {
    font-weight: 600;
}
.section_audit_1 .content ul {
	font-size: 18px;
	font-weight: 500;
	list-style: none;
	padding: 0px;
}
.section_audit_1 .content ul li {
	margin-bottom: 10px;
}
.section_audit_1 .content ul li i {	
	margin-right: 10px;
}
.section_4 .section_h h2 {
	margin-bottom: 10px!important;
}
.section_audit_2 .section_h h2{
	margin-bottom: 10px!important;
}
.section_audit_2 .content_2 {
	display: flex;
}
.section_audit_2 .content_2 .block {
	padding: 30px;
    border-radius: 20px;
    box-shadow: 0 0.5rem 1rem rgba(24, 26, 31, 0.03);
    text-align: center;
    background-color: #D0E8F2;
    height: 100%;	
    font-weight: 700;
    font-size: 18px;
}
.section_audit_2 .content_2 .block span{
    font-weight: 400;
    font-size: 18px;
}
.section_audit_2 .content_2 .block i {
    font-size: 64px;
    margin: auto;
    text-align: center;
    display: block;
}
.section_audit_2 p {
	font-size: 18px;
}
.section_audit_2 .content_2 .row {
	width: 100%;
}
.section_audit_3 .icon_box {
	padding: 30px;
    border-radius: 20px;
    box-shadow: 0 0.5rem 1rem rgba(24, 26, 31, 0.03);
    text-align: center;
    background-color: #D0E8F2;
    height: 100%;	
}
.section_audit_3 .icon_box i {
	font-size: 64px;
    margin: auto;
    text-align: center;
    display: block;	
}
.section_audit_2 .content_2 .icon {
	font-size: 64px;
	font-weight: 700;
}
.section_audit_3 .icon_box .title {
	font-size: 18px;
	font-weight: 700;
}
.section_service_3 .item .icon {
	font-size: 64px;
}
.section_reviews h2 {
	margin-bottom: 10px!important;
}
.section_reviews .section_h {
	font-size: 18px;
}
.section_link_1 .content .h2 {
	margin-bottom: 10px!important;
}

.hover-img {
	position: relative;
	overflow: hidden;
	display: inline-block;
	border-radius: 20px 20px 0px 0px ;
}

.hover-img img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.3s ease;
}

.hover-img::before {
	content: "\F4FE"; /* Bootstrap Icons: bi-plus */
	font-family: 'bootstrap-icons';
	font-size: 60px;
	color: rgba(255, 255, 255, 0.85);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
	z-index: 2;
}

.hover-img::after {
	content: '';
	position: absolute;
	border-radius: 20px 20px 0px 0px ;
	inset: 0;
	background: rgba(31, 41, 55, 0.8);
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 1;
}

.hover-img:hover img {
	transform: scale(1.05);
}

.hover-img:hover::before,
.hover-img:hover::after {
	opacity: 1;
}
.dropdown-menu {
	width: 260px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    border-radius: 10px;
}
.dropdown-menu .menu-item {
	padding: 0px 10px;
	transition: 0.2s;
}
.dropdown-menu .menu-item:hover {
	background-color: #E6E6FA;	
	font-weight: 700;
}
.dropdown-menu .navbar-nav a {
	text-align: left!important;
	font-weight: 500;
}
.dropdown-menu .navbar-nav a {
	font-weight: 700;
}
.hover-img {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.hover-img img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.3s ease;
}

.hover-img::before {
	content: "\F4FE"; /* Bootstrap Icons: bi-plus */
	font-family: 'bootstrap-icons';
	font-size: 60px;
	color: rgba(255, 255, 255, 0.85);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
	z-index: 2;
}

.hover-img::after {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.4);
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 1;
}

.hover-img:hover img {
	transform: scale(1.05);
}

.hover-img:hover::before,
.hover-img:hover::after {
	opacity: 1;
}
.modal-content {
	border-radius: 20px;
}
.modal-header {
    position: absolute;
    right: 0px;
	border: 0px;
	
}
.modal-title {
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	margin: 20px 0px;
}
.btn-close {
	z-index: 10;
}
.d_block {
	display: block;
}
.m_block {
	display: none;
}
@media (max-width: 768px) {
	.d_block {
		display: none;
	}
	.m_block {
		display: block;
	}
	.section_service_1 .content_1 h1 {
		font-size: 42px;
	}
	.section_service_1 {
	    background-position-x: 120px;
	    background-position-y: 200px;
	    background-repeat: no-repeat;
	    background-size: 90%;
	    position: relative;
	    background-color: #DFF5E3;
	}
	.section_service_1 .content_2 {
		margin-top: 20px;
		display: flex;
    	flex-direction: column;
    	align-items: flex-start;
	}
	.section_service_1 .bottom {
		display: flex;
	    flex-direction: column-reverse;
	}
	.section_service_1 .top {
	    min-height: 440px;
    	display: flex;
    	align-items: flex-start;
	}
	.section_service_1 .content_1 {
		margin-top: 40px;
	}
	.top_menu .phone {
		padding: 0px;
	}
	.top_menu .contact {
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	}
	.m_style_header {
		display: flex;
    	justify-content: flex-end;
	}
	.m_style_header .mob_menu {
		font-size: 18px;
		margin: 10px;
	}
	.section_service_3 .item {
		text-align: center;
	}
	.section_h h2 {
		font-size: 2rem;
	}
	.section_service_6 .image {
		margin-bottom: 20px;
	}
	.section_footer {
        height: 900px;
		background-position-x: -50%;
        background-position-y: 120%;;
		background-repeat: no-repeat;
        background-size: 500px;
		position: relative;
		background-color: #DFF5E3;
		padding: 10px;
	}

	.section_footer .content p {
		text-align: center;
	}
	.section_footer .cont_2 .title {
		text-align: left;
	}
	.top_menu {
		padding: 0px 0px 10px 0px;
	}
	.section_service_1 .bottom .content_2 {
	    display: flex;
    	align-items: flex-start;
	}
	.main-logo img {
		height: 55px;
	}
	.menu-menu-footer ul {
	    display: flex!important;
	    flex-direction: column!important;
	    justify-content: space-evenly!important;
	    align-items: center!important;
	}
	.owl-carousel {
		padding: 0px!important;
	}
	#review_1 .owl-nav {
		top: 90%!important;
	}
	.btn_1 {
		font-size: 16px;
	}


}
.section_blog_list .blog_card {
	box-shadow: 0 0.5rem 1rem rgba(24, 26, 31, 0.03);
	border-radius: 20px;
	background-color: #E6E6FA;
}
.section_blog_list .blog_card img {
	border-radius: 20px 20px 0px 0px;
}
.section_blog_list .blog_card .card-body {
	padding: 20px;
}
.section_blog_list .blog_card .card-title {
	font-size: 18px;
	font-weight: 700;
	color: #1F2937;
}
.section_blog_list .blog_card .card-title a {
	color: #1F2937;
}
.section_blog_list .blog_card a {
	text-decoration: none;
}
.section_blog_post .blog_info ul {
	display: flex;
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-weight: 700;
}
.section_blog_post .blog_info ul li{
	margin-right: 10px;
}
.section_blog_post {
	padding-top: 10px;
}
.section_blog_post .seo_text {
	font-size: 18px;
}
.section_link_1 .justify-content-center {
	display: flex;
	align-items: center;
}
.section_link_5 .content {
	font-size: 16px;
	padding: 20px;
}
.offcanvas-body .contact {
	flex-direction: column;
	display: flex;
}
.offcanvas-body .dropdown-menu {
	position: relative;
	top: -40px;
}
.offcanvas-body .navbar-nav {
	padding: 20px 40px;
}
.offcanvas-body .navbar-nav a {
	color: #1F2937;
	text-decoration: none;
	font-size: 18px;
	text-align: center;
	font-weight: 500;
}
.offcanvas-body img {
	width: 50%;
	margin: auto;
    display: block;
}
.menu-menu-footer {
	padding: 40px 0px;
	background-color: #1F2937;
}
.menu-menu-footer a {
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	color: #F8F9FA;
}
.menu-menu-footer a:hover {
	color: #F9E0BB;
}
.menu-menu-footer ul {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.section_contact {
    background-position-x: 0px;
    background-position-y: -100px;
    background-repeat: no-repeat;
    background-size: 550px;
    position: relative;
    background-color: #DFF5E3;
}
.section_contact .content .massagers {
	display: flex;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.section_contact .content .massagers li {
	margin-right: 8px;
}
.section_contact .content .massagers img {
	width: 30px;
}
.section_contact h1 {
	font-weight: 900;
	margin-bottom: 20px;
	text-align: center;
}
.section_contact .content .massagers img {
	border-radius: 50%;
}
.section_contact .content {
	padding: 0px 20px;
}
.section_contact .content ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
}
.section_contact .content a {
	color: #1F2937;
	font-size: 18px;
	text-decoration: none;
	font-weight: 700;
}
.lang { 
	display: flex;
	padding: 0px;
	margin-bottom: 0px;
	list-style: none;
}
.lang li {
	margin: 0px 4px;
}
.lang a {
	text-decoration: none;
	color: #1F2937;
}
#review_1 .owl-nav {
	margin: 0px;
	left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none; /* чтобы стрелки не блокировали слайды */
}

#review_1 .owl-nav button {
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 30px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    pointer-events: all; /* возвращаем кликабельность для кнопок */
    transition: 0.3s;
}

#review_1 .owl-nav button:hover {
    background: rgba(0,0,0,0.8);
}
.owl-theme .owl-nav [class*=owl-] {
	background: unset;
	padding: 0px;
    margin: 0px;
    font-size: 35px;
    display: flex;
        top: -2px;
    position: relative;
}
.owl-theme .owl-nav [class*=owl-]:hover {
	background: unset;
}
.owl-prev {
	display: flex;
    justify-content: center;
    align-items: center;
}
.owl-next {
	display: flex;
    justify-content: center;
    align-items: center;
}
.owl-carousel {
    padding: 0px 50px;
}