/*
Theme Name: ACM Cladding
Text Domain: acm
Version: 1.0
Requires at least: 6
Requires PHP: 8
Description: Theme for ACM Cladding is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Author: a609.ru
Author URI: https://a609.ru/
Theme URI: https://a609.ru/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

/* ___________Reset CSS____________________*/

*,
*::before,
*::after {
	box-sizing: border-box;
}

ul[class],
ol[class] {
	padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
	margin: 0;
}

body {
	min-height: 100vh;
	scroll-behavior: smooth;
	line-height: 1.5;
	color: #212529;
	font-family: 'Manrope', sans-serif;
}
:focus {
	outline: none!important;
}
ul[class],
ol[class] {
	list-style: none;
}

a:not([class]) {
	text-decoration-skip-ink: auto;
}
a {
	text-decoration: none;
	background-color: transparent;
	color: #43505C;
	transition: all 0.3s;
}
a:hover {
	text-decoration: dashed;
	color: #065daf;
}
a.text-dark:hover {
	text-decoration: dashed;
	color: #065daf!important;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}

article>*+* {
	margin-top: 1em;
}

input,
button,
textarea,
select {
	font: inherit;
}


/*Fonts*/
.h1 div{
	text-transform: uppercase;
}
.fs-12{
	font-size: 14px;
}
.text-justify{
	text-align: justify;
}
@media (min-width:1320px) {
	h1, .h1 {
		color: #FFF;
		font-family: Inter Tight;
		font-size: 70px;
		font-style: normal;
		font-weight: 600;
		line-height: 84px; /* 116.667% */
		text-transform: capitalize;
	}
	h1.extra{
		color: #FFF;
		font-family: Inter Tight;
		font-size: 73px;
		font-style: normal;
		font-weight: 600;
		line-height: 1.3em;
		text-transform: capitalize;
	}
	h2, .h2 {
		font-weight: 700;
		font-size: 52px;
		line-height: 1.3em;
		letter-spacing: -0.5px;
		padding: 0;
		font-feature-settings: 'case' on;
		font-family: 'Inter Tight';
	}
	h3, .h3 {
		font-size: 45px;
		font-weight: 700;
		line-height: 1.3em;
		font-family: 'Inter Tight';
	}
	h4, .h4 {
		font-size: 30px;
		font-weight: 600;
		line-height: 1.3em;
		font-family: 'Inter Tight';
	}
	h5, .h5 {
		font-size: 28px;
		font-weight: 700;
		font-family: 'Inter Tight';
		line-height: 1.3em;
	}
	h6, .h6 {
		font-size: 24px;
		font-weight: 600;
		line-height: 32px;
		font-family: 'Inter Tight';
	}
	.desc, .desc p{
		font-weight: 400!important;
		font-size: 24px!important;
		line-height: 140%;
		font-family: 'Inter Tight'!important;
		margin-bottom: 0px;
	}
	.desc-small{
		font-weight: 300;
		font-size: 20px;
		font-family: "Inter Tight";
		line-height: 120%;
	}
	.accordion-button{
		font-size: 32px;
		padding: 48px 22px;
	}
	.accordion-body {
		font-size: 26px;
		padding: 42px;
	}
	.categories a{
		border-radius: 8px;
		padding: 12px 32px;
		font-size: 14px;
	}
}

@media (min-width:1025px) and (max-width:1319px) {
	h1, .h1 {
		font-family: Inter Tight;
		font-size: 48px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		line-height: 1.3em;
	}
	h2, .h2 {
		font-weight: 700;
		font-size: 40px;
		line-height: 1.3em;
		letter-spacing: -0.5px;
		padding: 0;
		font-feature-settings: 'case' on;
		font-family: 'Inter Tight';
	}
	h3, .h3 {
		font-size: 32px;
		font-weight: 700;
		line-height: 1.3em;
		font-family: 'Inter Tight';
	}
	h4, .h4 {
		font-size: 28px;
		font-weight: 600;
		line-height: 1.3em;
		font-family: 'Inter Tight';
	}
	h5, .h5 {
		font-size: 24px;
		font-weight: 600;
		line-height: 1.3em;
	}

	h6, .h6 {
		font-size: 20px;
		font-weight: 800;
		line-height: 1.3em;
	}
	.desc{
		font-weight: 400;
		font-size: 24px;
		line-height: 140%;
	}
	.desc-small{
		font-weight: 300;
		font-size: 20px;
		line-height: 140%;
	}
	.accordion-button{
		font-size: 32px;
		padding: 48px 22px;
	}
	.accordion-body {
		font-size: 26px;
		padding: 42px;
	}
	.categories a{
		border-radius: 24px;
		padding: 14px 16px;
	}
	.company_name{
		color: #212529;
		font-family: 'Inter Tight';
		font-size: 28px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		text-transform: capitalize;
	}
}

@media (min-width:768px) and (max-width:1024px) {
	h1, .h1 {
		font-family: Inter Tight;
		font-size: 48px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		line-height: 1.3em;
	}
	h2, .h2 {
		font-weight: 700;
		font-size: 40px;
		line-height: 1.3em;
		letter-spacing: -0.5px;
		padding: 0;
		font-feature-settings: 'case' on;
		font-family: 'Inter Tight';
	}
	h3, .h3 {
		font-size: 32px;
		font-weight: 700;
		line-height: 1.3em;
		font-family: 'Inter Tight';
	}
	h4, .h4 {
		font-size: 28px;
		font-weight: 600;
		line-height: 1.3em;
		font-family: 'Inter Tight';
	}
	h5, .h5 {
		font-size: 24px;
		font-weight: 600;
		line-height: 1.3em;
	}

	h6, .h6 {
		font-size: 20px;
		font-weight: 700;
		font-family: 'Inter Tight';
		line-height: 1.3em;
	}
	.desc{
		font-weight: 400;
		font-size: 24px;
		line-height: 140%;
	}
	.desc-small{
		font-weight: 300;
		font-size: 20px;
		line-height: 140%;
	}
	.accordion-button{
		font-size: 32px;
		padding: 48px 22px;
	}
	.accordion-body {
		font-size: 26px;
		padding: 42px;
	}
	.categories a{
		border-radius: 24px;
		padding: 14px 16px;
	}
	.company_name{
		color: #212529;
		font-family: 'Inter Tight';
		font-size: 28px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		text-transform: capitalize;
	}
}
.has-medium-font-size {
	font-size: 1em!important;
}
@media (max-width:767px) {
	h1, .h1 {
		font-family: Inter Tight;
		font-size: 32px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		line-height: 1.3em;
	}
	.container-fluid{
		max-width: 96%;
	}
	.single-hero-alt{
		height: 64vh!important;
	}
	h2, .h2 {
		font-weight: 700;
		font-size: 30px;
		line-height: 1.3em;
		letter-spacing: -0.5px;
		padding: 0;
		font-feature-settings: 'case' on;
		font-family: 'Inter Tight';
	}
	h3, .h3 {
		font-size: 28px;
		font-weight: 700;
		line-height: 1.3em;
		font-family: 'Inter Tight';
	}
	h4, .h4 {
		font-size: 24px;
		font-weight: 600;
		line-height: 1.3em;
		font-family: 'Inter Tight';
	}
	h5, .h5 {
		font-size: 20px;
		font-weight: 600;
		line-height: 1.3em;
	}

	h6, .h6 {
		font-size: 20px;
		font-weight: 700;
		font-family: 'Inter Tight';
		line-height: 1.3em;
	}

	.phone_head {
		font-size: 20px!important;
		font-weight: 600!important;
	}
	.p-rel-ext{
		position: relative!important;
	}
	.service-card {
		min-height: auto!important;
	}
	.service-card .cat-item svg{
		min-width: 15px;
	}
	.service-mobilecard .cat-item{
		line-height: 1.4em;
		margin-bottom: 1em;
	}
	.btn {
		padding: 16px 30px!important;
		font-size: 16px!important;
	}
	.desc{
		font-weight: 400;
		font-size: 20px;
		line-height: 130%;
	}
	.desc-small-ext {
		font-weight: 300;
		font-size: 12px!important;
		line-height: 140%;
	}
	.desc-small{
		font-weight: 300;
		font-size: 20px;
		line-height: 140%;
	}
	.accordion-button{
		font-size: 32px;
		padding: 48px 22px;
	}
	.accordion-body {
		font-size: 26px;
		padding: 42px;
	}
	.categories a{
		border-radius: 24px;
		padding: 9px 14px;
		font-size: 12px;
	}
	.company_name{
		color: #212529;
		font-family: 'Inter Tight';
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		text-transform: capitalize;
	}
}
.inter{
	font-family: 'Inter Tight'!important;
}
.share_icon{
	width: 60px;
}
.pointer{
	cursor: pointer;
}
.custom_link{
	border-bottom: 1px solid;
	color: #333;
}
.more-link{
	color: #878787;
	font-family: Manrope;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
}
p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 1em;
	font-family: 'Inter Tight';
}
p.excerpt{
	text-overflow: ellipsis;
	whitespace: nowrap;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 163.6%;
}

.manrope{font-family: 'Manrope'!important;}

.text-white a{
	color: #fff!important;
}
.categories a{
	border: 1px solid #FFFFFF;
	text-transform: uppercase;
}
.opacity-1{
	opacity: 1;
}
.card-prev{
	color: #3a3a3a;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	min-width: 340px;
	display: flex;
	flex-direction: column;
	font-weight: 400;
	line-height: 155%;
	padding: 24px 32px;
	border-radius: 12px;
	border: 2px solid #3a3a3a;
	justify-content: center;
}
.copyright{
	font-weight: 600;
	color: #989898;
}
.w-100px{
	width: 100px;
}
@media (min-width:1320px){
	.link{
		font-size: 32px;
	}
}
@media (min-width:1025px) and (max-width:1319px) {
	.link{
		font-size: 24px;
	}
}
@media (min-width:768px) and (max-width:1024px) {
	.link{
		font-size: 20px;
	}
	.navbar-brand img {;
		max-width: 100px!important;
		top: 4px;
	}
	.cta-card{
		padding: 40px!important;
	}
	.post-image {
		min-width: 200px!important;
		min-height: 200px!important;
		height: auto!important;
	}
	.slide-fix-block{
		bottom: 90px!important;
		padding: 20px 24px!important;
		background: #ffffff8c!important;
		backdrop-filter: blur(10px);
		max-width: 96%!important;
		left: 2%;
	}
	.cta_form .form-alt {
		font-size: 14px!important;
		width: 100%;
	}
	header.boxshadow {
		height: 126px!important;
	}
	.counter {
		margin-top: -60px!important;
	}
	.main_slider .owl-dots{
		bottom: 37px!important;
		padding-left: 40%!important;
	}
	.main_slider .owl-nav {
		bottom: 7px!important;
		margin-left: 54%!important;
	}
	.slide-block {
		height: 100%!important;
		justify-content: start!important;
		flex-direction: column!important;
		max-width: 80%!important;
		padding-top: 45%!important;
	}
	.w-100m{
		width: 100%!important;
	}
}
@media (max-width:767px) {
	.link{
		font-size: 20px;
	}
	.navbar-brand img {;
		max-width: 80px!important;
		top: 4px;
	}
	.cta-card{
		padding: 40px!important;
	}
	.slide-fix-block{
		padding: 20px 24px!important;
		background: #ffffff8c!important;
		backdrop-filter: blur(10px);
		max-width: 100%!important;
		margin-top: 70px;
	}
	.subtitle_fix{
		font-size: 24px!important;
	}
	.subtitle_desc{
		font-size: 14px!important;
	}
	.subtitle_cta{
		font-size: 20px!important;
	}
	.post-image {
		min-width: 200px!important;
		min-height: 200px!important;
		height: auto!important;
	}
	.cta_form .form-alt {
		font-size: 14px!important;
		max-width: 197px!important;
		width: 100%;
	}
	header.boxshadow {
		height: 86px!important;
	}
	.counter {
		margin-top: -60px!important;
	}
	.main_slider .owl-dots{
		bottom: 37px!important;
		padding-left: 40%!important;
	}
	.main_slider .owl-nav {
		bottom: 7px!important;
		margin-left: 54%!important;
	}
	.slide-block {
		height: 100%!important;
		justify-content: start!important;
		flex-direction: column!important;
		max-width: 80%!important;
		padding-top: 25%!important;
	}
	.w-100m{
		width: 100%!important;
	}
}
.link{
	font-style: normal;
	font-weight: 700;
	letter-spacing: -.5px;
	line-height: 150%;
	align-items: baseline;
	text-transform: uppercase;
	color: #1C2D37;
	display: flex;
	column-gap: 20px;
}
.author_name{
	font-family: 'Manrope';
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 6px;
}
.author_desc{
	font-family: 'Manrope';
	font-size: 14px;
	font-weight: 300;
}
.tags_post a{
	font-weight: 400;
	font-size: 18px;
	line-height: 130%;
	text-transform: uppercase;
}
.main_slider{
	margin-top: -164px;
/*	height: calc(100% - 250px)!important;*/
}
.main_slider .owl-nav{
	position: absolute;
	bottom: 60px;
	margin-left: 24%;
}
.main_slider .owl-dots{
	display: flex;
	position: absolute;
	flex-direction: row;
	width: 100%;
	height: auto;
	justify-content: left;
	column-gap: 30px;
	padding-left: 20%;
	bottom: 90px;
	right: 0px;
	top: auto;
}
.owl-dots {
	text-align: center;
	display: flex;
	position: absolute;
	flex-direction: column;
	height: 100vh;
	justify-content: center;
	row-gap: 20px;
	top: 0px;
	right: 0px;
}
.owl-dots button.owl-dot.active span, 
.owl-dots button.owl-dot:hover span {
	border: 1px solid #fff!important;
	background: #fff!important;
	border-radius: 50%;
	height: 16px;
	width: 16px;
	top: -2px;
	left: -2px;
	position: absolute;
}
.owl-dots button.owl-dot{
	border: 1px solid #eee!important;
	background: #eee!important;
	border-radius: 50%;
	height: 12px;
	width: 12px;
	position: relative;
}
.counter{
	z-index: 100;
	position: relative;
	margin-top: -126px;
}

/*posts*/

.service-card{
	min-height: 420px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.info_card{
	border-radius: 1px;
	padding: 24px 36px;
	background: #92EBFF;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.slide-block{
	display: flex;
	height: 100%;
	justify-content: center;
	flex-direction: column;
	max-width: 450px;
}
.slide-fix-block{
	right: 0px;
	bottom: 40px;
	max-width: 42%;
	
}
.slide-form-block{
	padding: 36px 42px;
    background: #fff;
	border-radius: 1px;
}
.slide-bottom-block{
	padding: 36px 42px;
    background: #fff;
	border-radius: 1px;
}
.subtitle_fix{
	color: #2E2E2E;
	font-family: Inter Tight;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.subtitle_desc{
	color: #2E2E2E;
	text-align: justify;
	font-family: Manrope;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.48px;
}
.subtitle_cta{
	color: #004973;
	text-align: justify;
	font-family: Inter Tight;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.24px;
}
.cta-card{
	padding: 54px 110px;
}
.cta_form .inside{
	border-radius: 1px;
	border: 1px solid #989898;
	background: rgba(255, 255, 255, 0.28);
	backdrop-filter: blur(15px);
	padding: 20px 25px;
}
.miniform{
	font-size:16px!important;
	padding:8px 16px!important;
	color:#333!important;
}
.miniform::placeholder{
	color: #7c7c7c;
	font-weight: 500;
	font-size: 16px;
}

/*breadcrumbs*/

.kama_breadcrumbs{
	font-style: normal;
	font-weight: 300;
	font-size: 17px;
	line-height: 38px;
	color: #7e7e7e;
	text-align: left;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.kama_breadcrumbs span a span{
	color: #7e7e7e;
	background: #a2a2a22e;
	padding: 6px 15px 7px 15px;
	border-radius: 5px;
	font-size: 17px;
	white-space: nowrap;
	font-weight: 500;
	top: -1px;
	position: relative;
}
.kb_sep{
	margin: 0px 12px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	background: #ffffff96;
	backdrop-filter: blur(10px);
}

/*blog*/


#contentpart .wp-block-image img {
	border-radius: 2px;
	width: 100%;
	object-fit: cover;
}
.blog_card{
	padding: 2rem;
	position: relative;
	height: 420px;
	border-radius: 30px;
}
.blog_card .actions{
	bottom:12px;
	left: 0px;
	right: 0px;
}
.blog_card .actions .logo_post{
	width: 30px;
	padding: 5px 0px;
}
.single-hero{
	height: 62vh;
	background-attachment: fixed!important;
	background-repeat: no-repeat!important;
	background-size: cover!important;
}
.single-hero-alt{
	height: 42vh;
	background-attachment: fixed!important;
	background-repeat: no-repeat!important;
	background-size: cover!important;
}
@media (min-width:1680px){
	#contentpart{
		font-size: 20px;
	}
	#contentpart p{
		font-size: 20px;
	}
	#contentpart ul{
		font-size: 20px;
	}
	#contentpart{
		font-size: 18px;
	}
	#contentpart p{
		font-size: 18px;
	}
	#contentpart ul{
		font-size: 18px;
	}
	.pagecontent{
		min-height: 30vh;
	}
	#contentpart h1{
		font-size: 72px;
	}
	#contentpart h2{
		font-size: 64px;
	}
	#contentpart h3{
		font-size: 52px;
	}
	#contentpart h4{
		font-size: 48px;
	}
	#contentpart h5{
		font-size: 32px;
	}
	#contentpart h6{
		font-size: 24px;
	}
	#contentpart p.desc-inter{
		color: #2E2E2E;
		text-align: justify;
		font-family: Inter Tight;
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: 150%; /* 36px */
	}
	#contentpart .wp-block-quote{
		padding-left: 42px;
		max-width: 70%;
		margin-left: 36px;
	}
	.nextpost_link {
		font-size: 40px;
	}
}
@media (min-width:1320px) and (max-width:1679px) {
	#contentpart{
		font-size: 20px;
	}
	#contentpart p{
		font-size: 20px;
	}
	#contentpart ul{
		font-size: 20px;
	}
	#contentpart{
		font-size: 18px;
	}
	#contentpart p{
		font-size: 18px;
	}
	#contentpart ul{
		font-size: 18px;
	}
	.pagecontent{
		min-height: 30vh;
	}
	#contentpart h1{
		font-size: 72px;
	}
	#contentpart h2{
		font-size: 64px;
	}
	#contentpart h3{
		font-size: 52px;
	}
	#contentpart h4{
		font-size: 48px;
	}
	#contentpart h5{
		font-size: 32px;
	}
	#contentpart h6{
		font-size: 24px;
	}
	#contentpart p.desc-inter{
		color: #2E2E2E;
		text-align: justify;
		font-family: Inter Tight;
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: 150%; /* 36px */
	}
	#contentpart .wp-block-quote{
		padding-left: 42px;
		max-width: 70%;
		margin-left: 36px;
	}
	.nextpost_link {
		font-size: 40px;
	}
}
@media (min-width:1025px) and (max-width:1319px) {
	#contentpart{
		font-size: 20px;
	}
	#contentpart p{
		font-size: 20px;
	}
	#contentpart ul{
		font-size: 20px;
	}
	#contentpart{
		font-size: 18px;
	}
	#contentpart p{
		font-size: 18px;
	}
	#contentpart ul{
		font-size: 18px;
	}
	.pagecontent{
		min-height: 30vh;
	}
	#contentpart h1{
		font-size: 72px;
	}
	#contentpart h2{
		font-size: 64px;
	}
	#contentpart h3{
		font-size: 52px;
	}
	#contentpart h4{
		font-size: 48px;
	}
	#contentpart h5{
		font-size: 32px;
	}
	#contentpart h6{
		font-size: 24px;
	}
	#contentpart p.desc-inter{
		color: #2E2E2E;
		text-align: justify;
		font-family: Inter Tight;
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: 150%; /* 36px */
	}
	#contentpart .wp-block-quote{
		padding-left: 42px;
		max-width: 70%;
		margin-left: 36px;
	}
	.nextpost_link {
		font-size: 40px;
	}
}
@media (min-width:768px) and (max-width:1024px) {
	#contentpart{
		font-size: 18px;
	}
	#contentpart p{
		font-size: 18px;
	}
	#contentpart ul{
		font-size: 18px;
	}
	#contentpart h1{
		font-size: 54px;
	}
	#contentpart h2{
		font-size: 42px;
	}
	#contentpart h3{
		font-size: 36px;
	}
	#contentpart h4{
		font-size: 30px;
	}
	#contentpart h5{
		font-size: 24px;
	}
	#contentpart h6{
		font-size: 20px;
	}
	#contentpart p.desc-inter{
		color: #2E2E2E;
		text-align: justify;
		font-family: Inter Tight;
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: 150%; /* 36px */
	}
	#contentpart .wp-block-quote{
		padding-left: 42px;
		max-width: 70%;
		margin-left: 36px;
	}
	.nextpost_link {
		font-size: 32px;
	}
}
@media (max-width:767px) {
	#contentpart{
		font-size: 14px;
	}
	#contentpart p{
		font-size: 14px;
	}
	#contentpart ul{
		font-size: 14px;
	}
	#contentpart h1{
		font-size: 52px;
	}
	#contentpart h2{
		font-size: 40px;
	}
	#contentpart h3{
		font-size: 34px;
	}
	#contentpart h4{
		font-size: 28px;
		margin-bottom: 18px;
	}
	#contentpart h5{
		font-size: 22px;
	}
	#contentpart h6{
		font-size: 18px;
	}
	#contentpart p.desc-inter{
		color: #2E2E2E;
		text-align: justify;
		font-family: Inter Tight;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 150%; /* 36px */
	}
	#contentpart .wp-block-quote{
		padding-left: 42px;
		max-width: 70%;
		margin-left: 36px;
	}
	.nextpost_link {
		font-size: 28px;
	}
	.slide-form-block {
		padding: 0px;
		background: transparent;
	}
	.slide-bottom-block {
    	padding: 20px 24px;
	}
}
#contentpart{
	font-family: 'Manrope', sans-serif;
	font-weight: 300;
	line-height: 1.6em;
	margin-bottom: 1.25rem;
}
#contentpart p{
	font-family: 'Manrope', sans-serif;
	font-weight: 300;
	line-height: 1.6em;
	margin-bottom: 1.25rem;
}
#contentpart ul{
	font-weight: 300;
	line-height: 1.6em;
}
#contentpart img{
	border-radius: 2px;
}
#contentpart .wp-block-gallery{
	margin: 48px 0px;
}
#contentpart .wp-block-quote {
	overflow-wrap: break-word;
	border-left: 2px solid;
	margin-top: 30px;
	margin-bottom: 22px;
	line-height: 1.8em;
}
.wp-block-separator {
	border: 1px solid;
	border-left: none;
	border-right: none;
	margin: 3rem 0;
}
#contentpart :where(.wp-block-columns.is-layout-flex) {
	gap: 0.5em;
}
.contact_logo{
	mix-blend-mode: darken;
	min-width: 150px;
}
.footer_phone_sm{
	font-size: 20px!important;
	font-weight: 600!important;
	font-family: 'Inter Tight'!important;
}
.fw-600{
	font-weight: 600!important;
}
.contacts{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	row-gap: 50px;
}
.mark, mark {
	padding: 0.15em 0.35em;
	border-radius: 5px;
	background: aliceblue;
}
.share_sticky{
	position: sticky;
	top: 170px;
	margin-left: -100px;
	margin-bottom: -160px;
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	max-width: 60px;
}
.sticky{
	position: sticky;
	top: 200px;
}
.share_sticky img{
	width: 46px;
}
.nextpost{
	line-height: 2.6em;
}

a.cat-item:hover svg, a.cat-item:hover img{
	transform: rotate(-45deg);
}

a.nextpost svg, a.link svg, a.brief svg, a.cat-item svg, a.cat-item img{
	transition: 0.70s;
	-webkit-transition: 0.70s;
	-moz-transition: 0.70s;
	-ms-transition: 0.70s;
	-o-transition: 0.70s;
	min-width: 30px;
}
a.link:hover svg{
	transform: rotate(-45deg);
}
a.link:hover svg path, a.brief:hover svg path{
	fill:#065daf;
}
a.nextpost:hover svg{
	transform: scale(1.2) rotate(-45deg);
}
a.client:hover svg{
	transform: scale(1.3) rotate(45deg);
}

a.nextpost:hover svg path{
	fill:#065daf;
}
.nextpost_link{
	font-weight: 500;
}

/*services*/

.services-list ul{
	list-style: none;
	padding-left: 0px;
	line-height: 2.2rem;
	font-size: 20px;
	font-weight: 300;
}

/*accordion*/

.accordion-button{
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	background: #fef1ce;
	color: #1C2D37;
	font-family: 'Inter Tight';
	border-radius: 10px!important;
	margin-bottom: 30px;
}
.accordion-item {
	color: var(--bs-accordion-color);
	background-color: var(--bs-accordion-bg);
	border: 0px solid #fff;
}
.accordion-body {
	margin-top: -30px;
	font-weight: 300;
	letter-spacing: -0.25px;
}

/*colors*/

.text-primary{
	color: #EF4244!important;
}

.text-secondary{
	color: #304A8C!important;
}

.bg-white {
	background: #FFFFFF!important;
	background-color: #FFFFFF!important;
}
.bg-start{
	height: 100vh!important;
	width: 100%;
	background-size: cover!important;
}
.bg-start-single{
	height: calc(70vh + 200px)!important;
	width: 100%;
	background-size: cover!important;
	margin-top: -250px;
}
.bg-blue{
	background: #85D2F3!important;
}
.b-transparent{
	border:0px solid transparent!important;
}
.b-grey{
	border: 1px solid #A6A6A6!important;
}
.bg-grey{
	background: #F1F1F1;
}
.bg-dark{
	background: #292D36!important;
}

.bg-secondary {
	background: #304A8C!important;
}
.bg-vsk{
	background: linear-gradient(90deg, #1A2880 0%, #065daf 100%)!important;
}
.bg-primary {
	background: #EF4244!important;
}
.bg-parallax{
	background-attachment: fixed!important;
	background-repeat: no-repeat!important;
	background-position: center!important;
}

.border-hr{
	border-top:.5px solid #fff;
	margin: 2rem 0 1rem!important;
}
.bg-image{
	background-position: center!important;
	background-size: cover!important;
}

.bg_image{
	height: 100vh;
	width: 100%;
}


/*position*/

.p-rel{
	position: relative;
}
.p-abs{
	position: absolute;
}
@media (max-width:767px){
.p-abs-m{
	position: relative;
	}
.bg-start {
	height: auto!important;
	}
}

/*zoom*/

.zoom {
	opacity: 1;
	-webkit-transform: scale(1,1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 0.3s;
	-moz-transform: scale(1,1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 0.3s;
	transform: scale(1,1);
	transition-timing-function: ease-out;
	transition-duration: 0.3s;
}
.zoom:hover {
	transform: scale(1.02,1.02);
	transition-timing-function: ease-out;
	transition-duration: 0.3s;
	-webkit-transform: scale(1.02,1.02);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 0.3s;
	-moz-transform: scale(1.02,1.02);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 0.3s;
}

.zoom img{
	opacity: 1;
	-webkit-transform: scale(1,1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 0.3s;
	-moz-transform: scale(1,1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 0.3s;
	transform: scale(1,1);
	transition-timing-function: ease-out;
	transition-duration: 0.3s;
}
.zoom:hover img{
	transform: scale(1.02,1.02);
	transition-timing-function: ease-out;
	transition-duration: 0.3s;
	-webkit-transform: scale(1.02,1.02);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 0.3s;
	-moz-transform: scale(1.02,1.02);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 0.3s;
}

/*modal*/

@media (min-width:1680px){
	.modal-full .modal-body{
		width: 60%;
	}
	.modal-full .title{
		font-size: 40px;
	}
	.modal-full .btn-close{
		width: 3em;
		right: 2rem;
		top: 2rem;
		height: 3em;
		font-size: 24px;
		padding: 0.25em 0.25em;
	}
}
@media (min-width:1320px) and (max-width:1679px) {
	.modal-full .modal-body{
		width: 60%;
	}
	.modal-full .title{
		font-size: 40px;
	}
	.modal-full .btn-close{
		width: 3em;
		right: 2rem;
		top: 2rem;
		height: 3em;
		font-size: 24px;
		padding: 0.25em 0.25em;
	}
}
@media (min-width:1025px) and (max-width:1319px) {
	.modal-full .modal-body{
		width: 80%;
	}
	.modal-full .title{
		font-size: 30px;
	}
	.modal-full .btn-close{
		width: 3em;
		right: 2rem;
		top: 2rem;
		height: 3em;
		font-size: 24px;
		padding: 0.25em 0.25em;
	}
}
@media (min-width:768px) and (max-width:1024px) {
	.modal-full .modal-body{
		width: 90%;
	}
	.modal-full .title{
		font-size: 24px;
	}
	.modal-full .btn-close{
		width: 3em;
		right: 2rem;
		top: 2rem;
		height: 3em;
		font-size: 24px;
		padding: 0.25em 0.25em;
	}
}
@media (max-width:767px) {
	.modal-full .modal-body{
		width: 100%;
	}
	.modal{
		--bs-modal-margin: 0rem!important;
	}
	.modal-logo{
		width: 200px;
	}
	.modal-full .title{
		font-size: 24px;
	}
	.modal-full .btn-close{
		width: 1em;
		right: 1.25rem;
		top: 0rem;
		height: 3em;
		font-size: 20px;
		padding: 0.25em 0.25em;
		z-index: 9999;
	}
}
.modal-content {
	border-radius: 2px;
	outline: 0;
}
.modal-full{
	width: 100%!important;
	height: 100vh;
	max-width: 100%;
	margin-top: 0px;
}
.modal-full .title{
	line-height: 100%;
	font-weight: 800;
	text-transform: uppercase;
}
.modal-full .modal-content{
	border-radius: 0px;
	height: 100%;
	background: linear-gradient(100.88deg, rgb(63 118 181 / 57%) 41.83%, rgb(48 149 255 / 47%) 100%);
	backdrop-filter: blur(20px);
}
.modal-full .modal-body{
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.modal-full .btn-close {
	--bs-btn-close-color: #fff;
	--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
	--bs-btn-close-opacity: 0.5;
	--bs-btn-close-hover-opacity: 0.75;
	--bs-btn-close-focus-shadow: 0 0 0 0.25rem rgb(224 236 255 / 0%);
	--bs-btn-close-focus-opacity: 1;
	--bs-btn-close-disabled-opacity: 0.25;
	box-sizing: content-box;
	color: var(--bs-btn-close-color);
	border: 0;
	border-radius: 0.375rem;
	opacity: .8;
}
.modal-full .btn-open{
	background-position: right 40px center!important;
	padding: 26px 120px 26px 42px!important;
	text-align: left;
}

.modal-full .form-floating>.form-control, .modal-full .form-floating>.form-control-plaintext {
	padding: 3rem 1.5rem;
	background: #ffffff30;
}

/*forms*/

.cta_form .form-alt{
	background: transparent;
	color: #fff;
	border:1px solid transparent;
	font-weight: 500;
	padding: 24px 10px!important;
	font-size: 16px;
	transition: all 0.3s;
	max-width: 350px;
}
.cta_form .form-alt:focus{
	background: transparent;
	color: #fff;
	border:1px solid;
	font-weight: 500;
	padding: 24px 10px!important;
	font-size: 16px;
}
.cta_form .form-alt::placeholder{
	color: #eee;
	font-weight: 500;
	padding: 24px 10px!important;
	font-size: 16px;
}
.form-standart label{
	color: rgb(55 55 55);
	font-family: 'Manrope';
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 16px;
	letter-spacing: -0.25px;
}
.form-standart small{
	color: rgba(45, 39, 39, 0.70);
	font-family: Inter Tight;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 8px;
}
.form-standart .form-control{
	border-radius: 1px;
	padding: 18px 20px;
	font-size: 16px;
}
.form-standart .form-control:focus {
	color: #333;
	background-color: #fff;
	border-color: transparent;
	outline: 0;
	box-shadow: none;
	border-color: #2196F3!important;
}
.form-standart .form-control::placeholder{
	border-radius: 1px;
	font-size: 16px;
	color: #989898;
}
.wpcf7-spinner {
	visibility: hidden;
	display: none;
	background-color: #23282d;
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}
.form-floating>textarea.form-feedback.form-control{
	height: auto!important;
}
@media (min-width:1680px){
	.form-control, .form-select {
		font-size: 24px;
	}
	.form-floating>label {
		padding: 1rem 1.5rem;
	}
	.form-floating>.form-control, .form-floating>.form-control-plaintext {
		padding: 3rem 1.5rem;
	}
	.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select {
		height: calc(3.5rem + calc(var(--bs-border-width) * 2));
		min-height: calc(6rem + calc(var(--bs-border-width) * 2));
		line-height: 1.25;
	}
	.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
		color: #d8d8d8;
		transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
	}
}
@media (min-width:1320px) and (max-width:1679px) {
	.form-control, .form-select {
		font-size: 24px;
	}
	.form-floating>label {
		padding: 1rem 1.5rem;
	}
	.form-floating>.form-control, .form-floating>.form-control-plaintext {
		padding: 3rem 1.5rem;
	}
	.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select {
		height: calc(3.5rem + calc(var(--bs-border-width) * 2));
		min-height: calc(6rem + calc(var(--bs-border-width) * 2));
		line-height: 1.25;
	}
	.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
		color: #d8d8d8;
		transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
	}
}
@media (min-width:1025px) and (max-width:1319px) {
	.form-control, .form-select {
		font-size: 24px;
	}
	.form-floating>label {
		padding: 1rem 1.5rem;
	}
	.form-floating>.form-control, .form-floating>.form-control-plaintext {
		padding: 3rem 1.5rem;
	}
	.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select {
		height: calc(3.5rem + calc(var(--bs-border-width) * 2));
		min-height: calc(6rem + calc(var(--bs-border-width) * 2));
		line-height: 1.25;
	}
	.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
		color: #d8d8d8;
		transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
	}
}
@media (min-width:768px) and (max-width:1024px) {
	.form-control, .form-select {
		font-size: 24px;
	}
	.form-floating>label {
		padding: 1rem 1.5rem;
	}
	.form-floating>.form-control, .form-floating>.form-control-plaintext {
		padding: 3rem 1.5rem;
	}
	.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select {
		height: calc(3.5rem + calc(var(--bs-border-width) * 2));
		min-height: calc(6rem + calc(var(--bs-border-width) * 2));
		line-height: 1.25;
	}
	.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
		color: #d8d8d8;
		transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
	}
}
@media (max-width:767px) {
	.form-control, .form-select {
		font-size: 24px;
	}
	.form-floating>label {
		padding: 1rem 1.5rem;
	}
	.form-floating>.form-control, .form-floating>.form-control-plaintext {
		padding: 1rem 1.5rem;
	}
	.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select {
		height: calc(3.5rem + calc(var(--bs-border-width) * 2));
		min-height: calc(6rem + calc(var(--bs-border-width) * 2));
		line-height: 1.25;
	}
	.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
		color: #d8d8d8;
		transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
	}
}
.form-control, .form-select {
	background-color: #fff;
	border: 0.8px solid #bebebe!important;
	border-radius: 10px;
	color: #292929;
	height: auto;
	font-weight: 400;
	line-height: normal;
	-webkit-transition: color .3s ease-in-out,border-color .3s ease-in-out,background-color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out,border-color .3s ease-in-out,background-color .3s ease-in-out;
	-o-transition: color .3s ease-in-out,border-color .3s ease-in-out,background-color .3s ease-in-out;
	-ms-transition: color .3s ease-in-out,border-color .3s ease-in-out,background-color .3s ease-in-out;
	transition: color .3s ease-in-out,border-color .3s ease-in-out,background-color .3s ease-in-out;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-floating>label {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-family: 'Manrope';
	height: 100%;
	font-weight: 300;
	color: #a4a4a4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	pointer-events: none;
	border: 1px solid transparent;
	transform-origin: 0 0;
	transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}
label {
	display: inline-block;
	font-style: normal;
	font-size: 16px;
	line-height: 200%;
}
.promo_form .form-control:focus {
	color: #333;
	background-color: #fff;
	border-color: transparent;
	outline: 0;
	box-shadow: none;
	border-color: #2196F3!important;
}
.promo_form .form-floating>.form-control-plaintext~label, .promo_form .form-floating>.form-control:focus~label, .promo_form .form-floating>.form-control:not(:placeholder-shown)~label, .promo_form .form-floating>.form-select~label {
	color: #0062ad;
	transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-control:focus {
	color: #fff;
	background-color: transparent;
	border-color: transparent;
	outline: 0;
	box-shadow: none;
	border-color: #2196F3!important;
}
.subscribe label{
	position: relative;
}
select {
	word-wrap: normal;
	padding: 12px 16px;
	color: #fff;
	background: #121319;
	border: none;
	border-radius: 6px;
	font-weight: 300;
}
select {
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
	appearance:none;
}
.form-floating>.form-control-plaintext~label::after, .form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after, .form-floating>.form-select~label::after {
	position: absolute;
	inset: 1rem 0.375rem;
	z-index: -1;
	height: 1.5em;
	content: "";
	background-color: transparent;
	border-radius: var(--bs-border-radius);
}

/*main elements*/

.badges{
	border: 1px solid #FFFFFF;
	border-radius: 33px;
	padding: 14px 16px;
	text-transform: uppercase;
}
@media (min-width:1680px){
	.badges{
		padding: 14px 16px;
	}
	.category-card{
		border-radius: 26px;
		padding: 44px 50px;
		height: 300px;
	}
	.category-card .title{
		font-family: 'Inter Tight';
		font-style: normal;
		font-weight: 500;
		font-size: 40px;
		line-height: 46px;
		color: #FFFFFF;
		margin-bottom: 30px;
	}
}
@media (min-width:1025px) and (max-width:1679px) {
	.badges{
		padding: 14px 16px;
	}
	.category-card{
		border-radius: 26px;
		padding: 44px 50px;
		height: 300px;
	}
	.category-card .title{
		font-family: 'Inter Tight';
		font-style: normal;
		font-weight: 500;
		font-size: 40px;
		line-height: 46px;
		color: #FFFFFF;
		margin-bottom: 30px;
	}
}
@media (min-width:768px) and (max-width:1024px) {
	.badges{
		padding: 14px 16px;
	}
	.category-card{
		border-radius: 26px;
		padding: 44px 50px;
		height: 300px;
	}
	.category-card .title{
		font-family: 'Inter Tight';
		font-style: normal;
		font-weight: 500;
		font-size: 40px;
		line-height: 46px;
		color: #FFFFFF;
		margin-bottom: 30px;
	}
	.category-card:nth-child(1){
		top: 60px;
	}
	.category-card:nth-child(2){
		top: 180px;
	}
	.category-card:nth-child(3){
		top: 300px;	
	}
	.category-card:nth-child(4){
		top: 420px;
	}
	.category-card:nth-child(5){
		top: 540px;	
	}
	.category-card:nth-child(6){
		top: 660px;
	}
}
@media (max-width:767px) {
	.badges{
		padding: 14px 16px;
	}
	.category-card .title{
		font-family: 'Inter Tight';
		font-style: normal;
		font-weight: 500;
		font-size: 32px;
		line-height: 46px;
		color: #FFFFFF;
		margin-bottom: 20px;
	}
	.category-card {
		border-radius: 26px;
		padding: 34px 32px 150px 32px;
		height: auto;
	}
}

/*holders*/


@media (min-width:1680px){
	.holder {
		height: 420px;
		max-height: 500px;
	}
}
@media (min-width:1320px) and (max-width:1679px) {
	.holder {
		height: 420px;
		max-height: 500px;
	}
}
@media (min-width:1025px) and (max-width:1319px) {
	.holder {
		height: 420px;
		max-height: 500px;
	}
}
@media (min-width:768px) and (max-width:1024px) {
	.holder {
		height: 420px;
		max-height: 500px;
	}
}
@media (max-width:767px) {
	.holder {
		height: 600px;
		max-height: 600px;
	}
}
.holder {
	position: relative;
	width: 100%;
}
.holder:hover .holder-text {
	opacity: 1;
	transition: .6s;
}
.holder-text {
	position: absolute!important;
	top: 0;
	left:0;
	right:0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-width: 100%;
	height: 100%;
	border-radius: 30px;
	background: -webkit-linear-gradient(100.88deg, rgba(6, 31, 81, 0.7) 41.83%, rgba(11, 27, 2, 0) 100%);
	background: -o-linear-gradient(100.88deg, rgba(6, 31, 81, 0.7) 41.83%, rgba(11, 27, 2, 0) 100%);
	background: linear-gradient(100.88deg, rgba(6, 31, 81, 0.7) 41.83%, rgba(11, 27, 2, 0) 100%);
	backdrop-filter: blur(30px);
	padding: 2rem;
	font-size: .875rem;
	color: #fff;
	font-weight: 400;
	text-align: left;
	opacity: 0;
	line-height: 1.4rem;
}
.holder-text img{
	max-height: 72px;
	max-width: 72px;
}

/*menu*/

#menu-head #menu-header-menu{
	column-gap: 20px;
	margin-top: 10px;
}
#menu-head #menu-header-menu .nav-link {
	color: #fff;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 20px;
	font-family: 'Inter Tight';
}
#menu-head #menu-header-menu .nav-link:hover, #menu-head-light #menu-header-menu .nav-link:hover{
	color: #065daf!important;
}
#menu-head-light #menu-header-menu{
	margin-top: 16px;
	border-bottom: 1px solid #fff;
	margin-left: 80px;
}
#menu-head-light #menu-header-menu .nav-link {
	color: #fff;
	font-family: Manrope;
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	padding: 0px;
	padding-bottom: 16px;
	border: 0.8px transparent;
	border-radius: 0px;
	line-height: normal;
	text-transform: capitalize;
}
.navbar-brand img{
	position: relative;
	max-width: 170px;
}
.phone_head{
	color: #FFF;
	font-family: Inter Tight;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.phone_head.text-white:hover{
	color: #065daf!important
}
.txt-ph{
	color: #FFF;
	font-family: Manrope;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.txt-ph span{
	font-size: 14px;
	margin-left: 44px;
}
.mail_head{
	font-family: Inter Tight;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration-line: underline;
	text-transform: lowercase;
	position: relative;
	top: -4px;
}
.post-image{
	object-fit: cover!important;
	height: 100%;
	background-size: cover!important;
	border-radius: 2px;
	min-width: 270px;
	min-height: 270px;
}
.post_stat{
	color: #8c8c8c;
	font-weight: 700;
}
#menu-head .more_down::after{
	content: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 5L9.11875 4.11875L5.625 7.60625L5.625 -1.91237e-07L4.375 -2.45877e-07L4.375 7.60625L0.881249 4.11875L-2.18557e-07 5L5 10L10 5Z' fill='white'/%3E%3C/svg%3E");
}
#menu-head .down_side_link::after{
	content: url("data:image/svg+xml,%3Csvg width='9' height='9' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.25857 1.0332L7.0123 1.03402L7.01114 5.97051L1.62916 0.595637L0.745858 1.4801L6.12784 6.85498L1.19136 6.86266L1.19218 8.10894L8.26325 8.10426L8.25857 1.0332Z' fill='white'/%3E%3C/svg%3E");
}
#menu-head-light .more_down::after{
	content: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 5L9.11875 4.11875L5.625 7.60625L5.625 -1.91237e-07L4.375 -2.45877e-07L4.375 7.60625L0.881249 4.11875L-2.18557e-07 5L5 10L10 5Z' fill='black'/%3E%3C/svg%3E");
}
#menu-head-light .down_side_link::after{
	content: url("data:image/svg+xml,%3Csvg width='9' height='9' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.25857 1.0332L7.0123 1.03402L7.01114 5.97051L1.62916 0.595637L0.745858 1.4801L6.12784 6.85498L1.19136 6.86266L1.19218 8.10894L8.26325 8.10426L8.25857 1.0332Z' fill='black'/%3E%3C/svg%3E");
}
li.more_down, li.down_side_link{
	display: flex;
	align-items: baseline;
	column-gap: 8px;
}

/*margins width height padding*/

@media (min-width:1025px){
	.pb-6{
		padding-bottom: 4rem!important;
	}
}
.margin-center {
	margin: 0 auto!important;
}
.mt-160fix{
	margin-top: -160px!important;
}
.cg-4{
	column-gap: 4px;
}
.cg-10{
	column-gap: 10px;
}
.cg-12{
	column-gap: 12px;
}
.cg-20{
	column-gap: 20px;
}
.cg-24{
	column-gap: 24px;
}
.cg-30{
	column-gap: 30px;
}
.cg-36{
	column-gap: 36px;
}
.cg-40{
	column-gap: 40px;
}
.cg-50{
	column-gap: 50px;
}
.cg-100{
	column-gap: 100px;
}
.rg-6{
	row-gap: 6px;
}
.rg-10{
	row-gap: 10px;
}
.rg-15{
	row-gap: 15px;
}
.rg-20{
	row-gap: 20px;
}
.rg-30{
	row-gap: 30px;
}
.rg-40{
	row-gap: 40px;
}
.br-full{
	border-radius: 50%;
}
.br-0{
	border-radius: 0%!important;
}
.br-12{
	border-radius: 12px!important;
}
.br-24{
	border-radius: 24px!important;
}

.of-cover{
	object-fit: cover!important;
}
@media (min-width:1320px){
	.w-40{
		width: 40%;
	}
	.w-55{
		width: 55%;
	}
	.w-60{
		width: 60%;
	}
	.w-65{
		width: 65%;
	}
	.w-90{
		width: 90%;
	}
	.date {
		padding: 6px 18px;
		border: 1.2px solid;
		color: #7f7f7f;
		display: inline-block;
		font-family: 'Inter Tight';
		border-radius: 12px;
		margin-bottom: 30px;
		font-weight: 600;
		font-size: 14px;
	}
}
@media (max-width:1319px){
	.w-40{
		width: 100%;
	}
	.w-55{
		width: 100%;
	}
	.w-60{
		width: 100%;
	}
	.w-65{
		width: 100%;
	}
	.w-90{
		width: 100%;
	}
	.user{
		width: 42px;
	}
	.date {
		padding: 3px 12px;
		border: 1px solid;
		color: #919191;
		display: inline-block;
		font-family: 'Inter Tight';
		border-radius: 12px;
		margin-bottom: 30px;
		font-weight: 600;
		font-size: 14px;
	}
}

/*btn*/

@media (min-width:1680px){
	.btn-open{
		background-position: right 50px center!important;
		padding: 26px 160px 26px 50px!important;
	}
}
@media (min-width:1320px) and (max-width:1679px) {
	.btn-open{
		background-position: right 50px center!important;
		padding: 26px 160px 26px 50px!important;
	}
}
@media (min-width:1025px) and (max-width:1319px) {
	.btn-open{
		background-position: right 50px center!important;
		padding: 26px 160px 26px 50px!important;
	}
}
@media (min-width:768px) and (max-width:1024px) {
	.btn-open{
		background-position: right 30px center!important;
		padding: 16px 140px 16px 30px!important;
	}
	.nav-link{
		color: #fff;
		font-size: 24px;
		margin-bottom: 6px;
	}
}
@media (max-width:767px) {
	.btn-open{
		background-position: right 30px center!important;
		padding: 16px 140px 16px 30px!important;
	}
	.nav-link{
		color: #fff;
		font-size: 28px;
		font-weight: 200;
		line-height: 2.5rem;
	}
	.modal-full{
		height: auto;
		min-height: 100vh;
	}
	.casebig{
		min-height: 440px;
		border-radius: 10px!important;
	}
}
@media (orientation: landscape) and (max-width:767px) {
	.single-hero {
		height: 100vh;
		margin-top: -160px;
		background-attachment: fixed!important;
		background-repeat: no-repeat!important;
		background-size: cover!important;
		background-position-y: 0vh!important;
	}
	.single-hero .container-fluid .d-flex{
		justify-content: flex-start!important;
	}
	.share_sticky{
		margin-bottom: 10px;
	}
}
.btn {
	display: inline-flex;
	padding: 26px 46px;
	justify-content: space-between;
	align-items: center;
	border-radius: 6px;
	font-family: Manrope;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-md {
	display: inline-flex;
	padding: 16px 20px;
	justify-content: space-between;
	align-items: center;
	border-radius: 6px;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-primary {
	border-color: transparent;
	--bs-btn-color: #fff;
	--bs-btn-border-color: #0d6efd;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #0b5ed7;
	--bs-btn-hover-border-color: #0a58ca;
	--bs-btn-focus-shadow-rgb: 49,132,253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #0a58ca;
	--bs-btn-active-border-color: #0a53be;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #0d6efd;
	--bs-btn-disabled-border-color: #0d6efd;
}
.btn-primary{
	background: transparent;
	padding: 20px 76px 20px 36px;
	color: #333;
	border: 1.2px solid;
	font-weight: 600;
	font-family: 'Inter Tight';
	letter-spacing: 0.25px;
	font-size: 20px;
	/*background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.7795 1.89818L20.8057 1.91232L20.848 17.7652L3.63703 0.554176L0.828812 3.40266L18.0398 20.6136L2.29949 20.6838L2.31373 24.6861L24.8603 24.6058L24.7795 1.89818Z' fill='black'/%3E%3C/svg%3E");*/
	background-repeat: no-repeat!important;
	background-position: right 30px center!important;
}
.btn-primary:hover{
	/*background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.7795 1.89818L20.8057 1.91232L20.848 17.7652L3.63703 0.554176L0.828812 3.40266L18.0398 20.6136L2.29949 20.6838L2.31373 24.6861L24.8603 24.6058L24.7795 1.89818Z' fill='white'/%3E%3C/svg%3E");*/
}

.btn-secondary{
	border: 1px solid #000;
	background: #fff;
	color: #000!important;
}
.btn-secondary:hover{
	border: 1px solid #333;
	background: #333;
	color: #fff!important;
}
.btn-simple{
	border: 1px solid #000;
	background: #fff;
	border-radius: 0px;
	font-family: 'Inter Tight';
	font-size: 18px;
	font-weight: 600;
	color: #000!important;
}
.btn-simple:hover{
	border: 1px solid #333;
	background: #333;
	color: #fff!important;
}

.btn-info{
	background: #2A83DA;
}

.btn-primary {
	border-color: transparent;
	--bs-btn-color: #2A83DA;
	--bs-btn-active-color: #2A83DA;
}



/*head*/

header{
	background: transparent;
	height: 164px;
}
.navbar{
	z-index: 2;
}

/*footer*/

@media (min-width:1680px){
	.footer_title{
		font-size: 42px;
		font-weight: 400;
	}
	.footer_phone{
		color: #000;
		font-family: Inter Tight;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 150%; /* 36px */
	}
	.footer_mail{
		font-size: 48px;
	}
	.footer_link {
		font-size: 24px;
	}
}
@media (min-width:1320px) and (max-width:1679px) {
	.footer_title{
		font-size: 42px;
		font-weight: 400;
	}
	.footer_phone{
		color: #000;
		font-family: Inter Tight;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 150%; /* 36px */
	}
	.footer_mail{
		font-size: 48px;
	}
	.footer_link {
		font-size: 24px;
	}
}
@media (min-width:1025px) and (max-width:1319px) {
	.footer_title{
		font-size: 36px;
		font-weight: 400;
	}
	.footer_phone{
		color: #000;
		font-family: Inter Tight;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 150%; /* 36px */
	}
	.footer_mail{
		font-size: 48px;
	}
	.footer_link {
		font-size: 24px;
	}
}
@media (min-width:768px) and (max-width:1024px) {
	.footer_title{
		font-size: 32px;
		font-weight: 400;
	}
	.footer_phone{
		color: #000;
		font-family: Inter Tight;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 150%; /* 36px */
	}
	.footer_mail{
		font-size: 28px;
	}
	.footer_link {
		font-size: 14px;
	}
}
@media (max-width:767px) {
	.footer_title{
		font-size: 24px;
		font-weight: 400;
	}
	.footer_phone{
		color: #000;
		font-family: Inter Tight;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 150%; /* 36px */
	}
	.footer_mail{
		font-size: 28px;
	}
	.footer_link {
		font-size: 14px;
	}
	.footer_social img{
		max-width: 24px;
	}
}
.contact{
	color: #000;
	font-family: Inter Tight;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
}
.contact .custom_link{
	
}
footer{
	padding: 30px 0px;
}
.footer_title{
	font-weight: 400;
}
.footer_phone{
	font-style: normal;
	font-weight: 700;
	font-family: 'Inter Tight';
}
.footer_mail{
	font-weight: 600;
	font-family: 'Inter Tight';
}
.footer_link {
	font-family: 'Manrope';
	border-bottom: 1px dashed;
	padding-bottom: 4px;
}

/*logos*/

.copyright_logo{
	width: 52px;
}

/*containers*/

@media (min-width:1190px) and (max-width:1439px) {
	.container-fluid{
		max-width: 1220px;
	}
	.container{
		max-width: 1200px;
	}
}

@media (min-width:1440px) and (max-width:1680px) {
	.container-fluid{
		max-width: 1380px;
	}
	.container{
		max-width: 1242px;
	}
}

@media (min-width:1681px) and (max-width:1920px) {
	.container-fluid{
		max-width: 1480px;
	}
	.container{
		max-width: 1292px;
	}
}

@media (min-width:1921px) {
	.container-fluid{
		max-width: 1580px;
	}
	.container{
		max-width: 1320px;
	}
	.main_slider .owl-nav {
		margin-left: 28%!important;
	}
	.main_slider .owl-dots {
		padding-left: 25%!important;
	}
}

/*errors*/

.err404{
	font-size: 90px!important;
}
.mainframe{
	min-height: 65vh;
}
b, strong {
	font-weight: 700;
}
.boxshadow{
/*	background: #25252552;*/
background: linear-gradient(138deg, #1d74ba, #2da4d7);
backdrop-filter: blur(5px);
}
.navbar-brand{
	transition: 0.50s;
	-webkit-transition: 0.50s;
	-moz-transition: 0.50s;
	-ms-transition: 0.50s;
	-o-transition: 0.50s;
}
.boxshadow .navbar-brand img {
	width: 110px;
	transition: 0.50s;
	-webkit-transition: 0.50s;
	-moz-transition: 0.50s;
	-ms-transition: 0.50s;
	-o-transition: 0.50s;
}
header.boxshadow{
	height: 130px;
	transition: 0.50s;
	-webkit-transition: 0.50s;
	-moz-transition: 0.50s;
	-ms-transition: 0.50s;
	-o-transition: 0.50s;
}
.progress-container {
	width: 100%;
	height: 2px;
	position: absolute;
	background: #fff;
	top: 0px;
	right: 0px;
}
.progress-bar {
	height: 2px;
	background: linear-gradient(90deg, #03A9F4 0%, #2196F3 27%, #002485 76%, #07114c 100%);
}
.grecaptcha-badge{
	display:none!important;
}