/*
Theme Name: TOS
Text Domain: tos
Version: 1.0
Requires at least: 6
Requires PHP: 8
Description: Theme for VSK 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: bannikon.ru
Author URI: https://bannikon.ru/
Theme URI: https://bannikon.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: 'Inter', 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;
}

li.drop::after,span.drop::after{
	content: url('data:image/svg+xml,<svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.53246 0.2661L5.00466 3.80169L8.47687 0.2661C8.55972 0.181736 8.65808 0.114815 8.76633 0.0691577C8.87458 0.0235002 8.9906 8.88921e-10 9.10777 0C9.22494 -8.88916e-10 9.34096 0.0235002 9.44921 0.0691577C9.55746 0.114815 9.65582 0.181736 9.73867 0.2661C9.82152 0.350464 9.88724 0.450618 9.93208 0.560845C9.97692 0.671072 10 0.789212 10 0.908521C10 1.02783 9.97692 1.14597 9.93208 1.2562C9.88724 1.36642 9.82152 1.46658 9.73867 1.55094L5.63109 5.73351C5.5483 5.81799 5.44996 5.88501 5.3417 5.93074C5.23345 5.97646 5.11739 6 5.00019 6C4.88299 6 4.76693 5.97646 4.65868 5.93074C4.55042 5.88501 4.45208 5.81799 4.36929 5.73351L0.261707 1.55094C0.178747 1.46664 0.112929 1.36651 0.0680222 1.25627C0.023115 1.14604 0 1.02786 0 0.908521C0 0.789178 0.023115 0.671007 0.0680222 0.560771C0.112929 0.450536 0.178747 0.350402 0.261707 0.2661C0.610717 -0.0801698 1.18345 -0.0892821 1.53246 0.2661V0.2661Z" fill="%23545454"/></svg>');
	position: relative;
	top: -4px;
	padding-left: 4px;
}

/*Fonts*/
.h1 div{
	text-transform: uppercase;
}
.fs-12{
	font-size: 14px;
}
.text-justify{
	text-align: justify;
}
@media (min-width:1320px) {
	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: 44px;
		line-height: 1.0em;
		letter-spacing: -0.25px;
		padding: 0;
		font-feature-settings: 'case' on;
		font-family: 'Inter Tight';
	}
	h3, .h3 {
		font-size: 36px;
		font-weight: 600;
		line-height: 1.3em;
		font-family: 'Inter';
	}
	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;
		font-family: 'Inter Tight';
	}

	h6, .h6 {
		font-size: 20px;
		font-weight: 600;
		line-height: 32px;
	}
	.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: 4px;
		padding: 10px 14px;
	}
	.company_name{
		color: #333;
		/* font-feature-settings: 'case' on, 'ordn' on, 'kern' off; */
		/* background: linear-gradient(132deg, #1c5496 0%, #1c8fe9 100%); */
		/* -webkit-background-clip: text; */
		/* -webkit-text-fill-color: transparent; */
		font-family: 'Inter Tight';
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 1.5rem;
	}
}

@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;
		font-family: 'Inter Tight';
	}

	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: 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;
	}
}
.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: 18px;
		font-weight: 800;
		line-height: 1.3em;
	}

	.phone_head {
		font-size: 22px!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: 4px;
		padding: 9px 14px;
		font-size: 12px;
		white-space: nowrap;
		line-height: 40px;
	}
	.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;
}
.pointer{
	cursor: pointer;
}
.custom_link{
	border-bottom: 1px dashed;
	color: #333;
}
.more-link{
	color: #878787;
	font-family: 'Inter';
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
}
p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 1em;
	font-family: 'Inter';
}
p.excerpt{
	text-overflow: ellipsis;
	whitespace: nowrap;
	font-family: 'Inter';
	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;
	transition: 0.3s;
}
.categories a:hover {
	border: 1px solid #333;
	background: #fff;
	color: #333!important;
	text-transform: uppercase;
}
.opacity-1{
	opacity: 1;
}

@media (min-width:1320px){
	.link{
		font-size: 32px;
	}
	.h1_desc{
		font-size: 36px;
	}
}
@media (min-width:1025px) and (max-width:1319px) {
	.link{
		font-size: 24px;
	}
	.h1_desc{
		font-size: 36px;
	}
}
@media (min-width:768px) and (max-width:1024px) {
	.link{
		font-size: 20px;
	}
	.h1_desc{
		font-size: 24px;
	}
}
@media (max-width:767px) {
	.link{
		font-size: 20px;
	}
	.h1_desc{
		font-size: 18px;
		font-weight: 300!important;
	}
}
.h1_desc{
	font-weight: 400;
	line-height: 105.5%;
	list-style-position: outside;
	padding: 0;
	font-family: 'Inter Tight';
}
.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;
}

/*cases*/

@media (min-width:1320px){
	.logo_case{
		top:50px;
		left: 50px;
		max-width: 20%;
	}
	.case-mini-time{
		width: 30px;
	}
	.case-time{
		bottom: 50px;
		right: 50px;
		padding: 24px;
		font-size: 22px;
	}
}
@media (min-width:1025px) and (max-width:1319px) {
	.logo_case{
		top:40px;
		left: 40px;
		max-width: 30%;
	}
	.case-mini-time{
		width: 24px;
	}
	.case-time{
		bottom: 50px;
		right: 50px;
		padding: 24px;
		font-size: 22px;
	}
}
@media (min-width:768px) and (max-width:1024px) {
	.logo_case{
		top:32px;
		left: 32px;
		max-width: 40%;
	}
	.case-mini-time{
		width: 24px;
	}
	.case-time{
		bottom: 50px;
		right: 50px;
		padding: 24px;
		font-size: 22px;
	}
}
@media (max-width:767px) {
	.case_preview{
		min-height:400px;
	}
	.logo_case{
		top:32px;
		left: 32px;
		max-width: 40%;
	}
	.case-mini-time{
		width: 20px;
	}
	.case-time{
		bottom: 50px;
		right: 50px;
		padding: 24px;
		font-size: 22px;
	}
	.case-time{
		bottom: 32px;
		right: 32px;
		padding: 18px;
		font-size: 16px;
	}
	.navbar-brand img {
		width: 70px;
	}
	.navbar-foo img{
		width: 70px;
	}
	.w-100m{
		width: 100%;
	}
}

/*dropdown*/

.dropdown:hover .dropdown-menu {
	display: block;
	margin-top: 0; 
}

/*login*/

/*email form*/

#loginform input[type="text"],#loginform input[type="password"]{
	display: block;
	width: 100%;
	padding: 20px 24px;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 1.5;
	color: var(--bs-body-color);
	background-color: var(--bs-body-bg);
	background-clip: padding-box;
	border: var(--bs-border-width) solid var(--bs-border-color);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 8px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
#loginform input#wp-submit{
	background-color: #0E94CD;
	background-repeat: no-repeat !important;
	background-position: right 18px center !important;
	padding: 16px 24px;
	font-family: 'Inter Tight';
	border: 0px solid transparent;
	width: 100%;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	border-radius: 8px;
	transition: 0.5s all ease;
}

/*breadcrumbs*/

.kama_breadcrumbs{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	color: #7e7e7e;
}
.kama_breadcrumbs span a span{
	color: #7e7e7e;
	font-size: 16px;
	white-space: nowrap;
	font-weight: 500;
	position: relative;
	transition: 0.3s;
}
.kama_breadcrumbs span a span:hover {
	color: #222222;
}
.kb_sep{
	margin: 0px 12px;
}

/*blog*/

.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 .wp-block-quote{
		padding-left: 42px;
		max-width: 70%;
		margin-left: 36px;
	}
	.nextpost_link {
		font-size: 32px;
	}
}
@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 .wp-block-quote{
		padding-left: 42px;
		max-width: 70%;
		margin-left: 36px;
	}
	.nextpost_link {
		font-size: 24px;
	}
}
@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 .wp-block-quote{
		padding-left: 42px;
		max-width: 70%;
		margin-left: 36px;
	}
	.nextpost_link {
		font-size: 24px;
	}
}
@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 .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: 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 .wp-block-quote{
		padding-left: 42px;
		max-width: 70%;
		margin-left: 36px;
	}
	.nextpost_link {
		font-size: 20px;
		line-height: 26px;
	}
}
#contentpart{
	font-family: 'Manrope', sans-serif;
	font-weight: 400;
	line-height: 1.6em;
	margin-bottom: 1.25rem;
	min-height: 36vh;
}
#contentpart p{
	font-family: 'Manrope', sans-serif;
	font-weight: 400;
	line-height: 1.6em;
	margin-bottom: 1.25rem;
}
#contentpart ul{
	font-weight: 400;
	line-height: 1.6em;
}
#contentpart img {
	border-radius: 4px;
	width: 100%;
	object-fit: cover;
}
#contentpart .wp-block-gallery{
	margin-bottom: 20px;
}
#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;
}

.mark, mark {
	padding: 0.15em 0.35em;
	border-radius: 5px;
	background: aliceblue;
}
.share_sticky{
	position: sticky;
	top: 182px;
	margin-left: 34px;
	margin-bottom: -160px;
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	max-width: 60px;
}
.sticky{
	position: sticky;
	top: 170px;
}
.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;
	font-family: 'Inter';
	line-height: 1.4em;
}

/*ultimate member*/

/*.um {
    margin-left: 0px!important;
}*/
.um-directory .um-members-pagination-box .um-members-pagi .pagi {
	border-radius: 50%;
}
.um-account-side li a span.um-account-icon, .um-account-side li a.current span.um-account-icon, .um-account-side li a.current:hover span.um-account-icon {
	text-align: center;
	font-size: 16px;
	width: 18px;
	height: 26px;
	border-right: 0px solid #ccc;
	color: #444;
	float: left;
	padding: 0 4px 0 15px;
	font-weight: 400 !important;
}
.um-directory .um-members-pagination-box .um-members-pagi {
	justify-content: start;
	font-family: 'Inter Tight';
	padding: 0;
	font-size: 16px;
	column-gap: 10px;
}
.um-load-items a.um-button, .um-left .um-button{
	background: #3ba1da;
	color: #fff !important;
}
.um-account-side li a {
	display: block;
	padding: 4px 0;
	font-size: 14px;
	height: 40px;
	line-height: 20px;
	color: #999;
	position: relative;
}
.um-account-side li {
	background: #eee;
	border-radius: 4px;
	margin-bottom: 10px !important;
	height: 40px;
}

/*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;
}
.b-transparent{
	border:0px solid transparent!important;
}
.b-grey{
	border: 1px solid #A6A6A6!important;
}
.bg-grey{
	background: #eee;
}
.bg-dark{
	background: #292D36!important;
}

.bg-secondary {
	background: #304A8C!important;
}
.bg-tos{
	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%;
}

.home_image{
	height: 80vh;
}

@media (min-width:1680px){
	.home_image{
		height: 80vh;
	}
}
@media (min-width:768px) and (max-width:1024px) {
	.home_image{
		height: 80vh;
	}
}
@media (max-width:767px) {
	.home_image{
		height: calc(100vh - 70px);
		background-position-x: 55%!important;
		background-position-y: 5%!important;
	}
	hr.dark {
		margin: 0rem 0!important;
	}
	.img-block {
		height: 450px!important;
	}
	.w100m{
		width: 100%!important;
	}
	.h-100{
		height: auto!important;
	}
	.post_img {
		min-height: 200px;
		margin-bottom: 12px;
	}
	.position-sticky {
		position: relative!important;
	}
	.dropdown-item {
		white-space: normal;
	}
	.share_sticky {
		display: none;
	}
	.acf-image-uploader p {
		margin: 0;
		line-height: 3rem;
		margin-top: -30px;
	}
}
@media (min-width:768px){
	.pagecontent{
		min-height: 40vh;
	}
}
.bottom-15{
	bottom: 15px;
}
.end-15{
	right: 15px;
}

/*carousel*/

.owl-testimonials .owl-item{
	cursor: pointer;
	-webkit-transition: 1000ms all;
	transition: 1000ms all;
	-webkit-transform-origin: center left;
	transform-origin: center left;
}
.owl-carousel.owl-testimonials .owl-stage-outer {
	padding: 40px 0px;
}
.owl-testimonials .owl-item:hover ~ .owl-item {
	-webkit-transform: translate3d(30px, 0, 0);
	transform: translate3d(30px, 0, 0);
}

.owl-testimonials .owl-stage-outer:hover .owl-item {
	opacity: 0.3;
}

.owl-testimonials .owl-stage-outer:hover .owl-item:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 1;
	z-index: 5;
}

/*position*/

.p-rel{
	position: relative;
}
.p-abs{
	position: absolute;
}

/*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*/

.modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
	padding: var(--bs-modal-header-padding);
	border-bottom: 0px solid;
	border-top-left-radius: var(--bs-modal-inner-border-radius);
	border-top-right-radius: var(--bs-modal-inner-border-radius);
}
@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-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: 4px;
	height: 100%;
	background: #fff;
}
.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*/

.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: 8px 16px;
	color: #333;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-weight: 400;
}
select {
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
	appearance:none;
}
.um-form input[type=number], .um-form input[type=password], .um-form input[type=search], .um-form input[type=tel], .um-form input[type=text] {
	padding: 0 12px !important;
	width: 100%;
	display: block !important;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 4px;
	outline: 0 !important;
	cursor: text !important;
	font-family: 'Inter';
	font-size: 16px !important;
	height: 44px !important;
	box-sizing: border-box !important;
	box-shadow: none !important;
	margin: 0 !important;
	position: static;
}
.um:not(.um-admin):not(.um-directory) input, .um:not(.um-admin):not(.um-directory) select, .um:not(.um-admin):not(.um-directory) textarea {
	font-size: 16px!important;
	font-family: 'Inter';
	font-weight: 500;
}
.um-directory .um-member-directory-header .um-member-directory-header-row.um-member-directory-search-row {
	justify-content: start!important;
	margin-bottom: 1rem!important;
	margin-top: -15px!important;
}
.um-directory .um-member-directory-header .um-member-directory-header-row .um-member-directory-search-line {
	width: 40%;
}
a.um-button,.um-button {
	font-size: 16px;
	border: none !important;
	display: block;
	font-family: 'Inter';
	width: 100%;
	line-height: 1em !important;
	padding: 16px 20px !important;
	text-decoration: none !important;
	text-align: center;
	text-transform: none !important;
	font-weight: 600 !important;
	overflow: hidden;
	position: relative;
	color: #636363!important;
	transition: .25s;
	box-sizing: border-box;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	border-radius: 4px !important;
	box-shadow: none;
	opacity: 1;
}
.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);
}

/*pagination*/

.pagination .nav-links{
	display: flex;
	justify-content: center;
	column-gap: 16px;
}
.page-numbers{
	background: transparent;
	border-radius: 50%;
	font-size: 16px;
	font-weight: 600;
	height: 32px;
	width: 32px;
	font-family: 'Inter',sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s all ease;
	color: #00a0e3;
}
.page-numbers:hover{
	opacity: 0.9;
}
.page-numbers.current{
	color: #fff;
	background: #00a0e3;
	border: 0px solid;
}
.date_post{
	color: #fff;
}
.categories_mini{
	display: flex;
	flex-wrap: wrap;
	column-gap: 4px;
	row-gap: 4px;
}
.categories_mini a{
	background: #0d0d0d5e;
	padding: 4px 10px;
	color: #fff;
	text-transform: lowercase;
	font-family: 'Inter';
	font-size: 14px;
	border-radius: 2px;
	backdrop-filter: blur(8px);
}

/*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: #233!important;
}
#menu-head-light #menu-header-menu{
	margin-top: 10px;
}
.login .nav-link{
	margin-top: 10px;
	color: #233;
	font-family: 'Inter',sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	padding-bottom: 8px;
	line-height: normal;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
#menu-head-light #menu-header-menu .nav-link {
	color: #233;
	font-family: 'Inter',sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	padding-bottom: 8px;
	line-height: normal;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
a.nav-link {
	display: inline-block;
	position: relative;
	color: #22ABE2;
	white-space: nowrap;
	text-decoration: none;
}
a.nav-link::after {
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 1px;
	bottom: 0;
	margin-left: 0px;
	left: 0px;
	border-top: 0px;
	border-bottom: 0;
	border-left: 0px;
	background: currentcolor;
	transform-origin: bottom right;
	transition: transform 0.25s ease-out;
}
a.nav-link:hover::after {
	transform: scaleX(1);
	transform-origin: bottom left;
}
.navbar-brand img{
	position: relative;
	width: 90px;
}
.navbar-foo img{
	width: 70px;
}
li.more_down, li.down_side_link{
	display: flex;
	align-items: baseline;
	column-gap: 8px;
}

/*posts*/

.post_img{
	width: 28%;
	min-width: 28%;
	object-fit: cover;
	object-position: center;
	border-radius: 4px;
	min-height: 160px;
}

/*margins width height padding*/

.margin-center {
	margin: 0 auto!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-50{
	column-gap: 50px;
}
.cg-100{
	column-gap: 100px;
}
.rg-6{
	row-gap: 6px;
}
.rg-10{
	row-gap: 10px;
}
.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-4{
	border-radius: 4px!important;
}
.br-12{
	border-radius: 12px!important;
}
.br-24{
	border-radius: 24px!important;
}
hr.dark {
	margin: 1rem 0;
	color: inherit;
	border: 0;
	border-top: 2px solid;
	opacity: 1;
}
.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: 0px;
		color: #fff;
		display: inline-block;
		font-family: 'Inter';
		margin-bottom: 0px;
		font-weight: 500;
		font-size: 16px;
	}
}
@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 {
		color: #fff;
		font-family: 'Inter Tight';
		font-weight: 600;
		font-size: 14px;
	}
}

/*slider*/

.media-content{
	position: absolute;
	left:50px;
	top: 8%;
}
.img-block{
	width: 100%;
	height: 700px;
	object-fit: cover;
}
.media-body{
	position: relative;
	max-width: 100%;
	z-index: 1;
}
.mask-black:before {
	z-index: 1;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
}
.items-navigation{
	bottom: 8%;
	left: 50px;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
	left: 0px;
}
.slider-swiper-alpha .vr{
	left: 62px;
	position: relative;
	background: #fff;
	color: #fff;
	top: 2px;
	z-index: 10;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
	left: 90px !important;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
	content: ''!important;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
	content: ''!important;
}

/*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}
}
@media (max-width:767px) {
	.btn-open{
		background-position: right 30px center!important;
		padding: 16px 140px 16px 30px!important;
	}
	.nav-link {
		color: #fff;
		font-size: 20px;
		font-weight: 400;
		line-height: 2rem;
	}
	.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: 70vh;
		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;
	}
}
.close img{
	width: 24px;
}
.btn {
	display: inline-flex;
	padding: 16px 24px;
	justify-content: space-between;
	align-items: center;
	border-radius: 4px;
	font-family: Manrope;
	font-size: 18px;
	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 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-secondary{
	border: 1px solid #000;
	background: #fff;
	color: #000!important;
}
.btn-secondary:hover{
	border: 1px solid #333;
	background: #333;
	color: #fff!important;
}



/*head*/

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

/*footer*/

@media (min-width:1680px){
	.footer_title{
		font-size: 42px;
		font-weight: 400;
	}
	.footer_phone{
		font-size: 80px;
		line-height: 76px;
		letter-spacing: -1px;
	}
	.footer_phone-white{
		font-size: 80px;
		line-height: 76px;
		letter-spacing: -1px;
	}
	.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{
		font-size: 80px;
		line-height: 76px;
		letter-spacing: -1px;
	}
	.footer_phone-white{
		font-size: 80px;
		line-height: 76px;
		letter-spacing: -1px;
	}
	.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{
		font-size: 80px;
		line-height: 76px;
		letter-spacing: -1px;
	}
	.footer_phone-white{
		font-size: 80px;
		line-height: 76px;
		letter-spacing: -1px;
	}
	.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{
		font-size: 30px;
		line-height: 36px;
		letter-spacing: -1px;
	}
	.footer_phone-white{
		font-size: 30px;
		line-height: 36px;
		letter-spacing: -1px;
	}
	.footer_mail{
		font-size: 28px;
	}
	.footer_link {
		font-size: 14px;
	}
}
@media (max-width:767px) {
	.footer_title{
		font-size: 24px;
		font-weight: 400;
	}
	.footer_phone{
		font-size: 30px;
		line-height: 36px;
		letter-spacing: -1px;
	}
	.footer_phone-white{
		font-size: 30px;
		line-height: 36px;
		letter-spacing: -1px;
	}
	.footer_mail{
		font-size: 28px;
	}
	.footer_link {
		font-size: 14px;
	}
	.footer_social img{
		max-width: 24px;
	}
}
footer{
	padding: 30px 0px;
}
.footer_title{
	font-weight: 400;
}
.footer_phone{
	font-style: normal;
	font-weight: 600;
	background: linear-gradient(90deg, #1A2880 0%, #065daf 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-family: 'Inter Tight';
}
.footer_phone-white{
	font-style: normal;
	font-weight: 600;
	color: #fff;
	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: 1480px;
	}
	.container{
		max-width: 1242px;
	}
}

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

@media (min-width:1921px) {
	.container-fluid{
		max-width: 1550px;
	}
	.container{
		max-width: 1292px;
	}
}

.position-sticky{
	position: sticky!important;
}
.top-cat{
	top:172px;
}

/*errors*/

.err404{
	font-size: 90px!important;
}
.mainframe{
	min-height: 65vh;
}
b, strong {
	font-weight: 700;
}

.boxshadow{
	box-shadow: 0px 10px 16px 1px #33333314;
}
.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%);
}

/*acf*/
.acf-field[data-name="oblozhka"] .acf-label{
	display: block;
	padding-bottom: 24px;
	font-size: 24px;
}
.button-primary{
	background: #00a0e3;
	color: #fff!important;
}
.acf-fields > .acf-field {
	position: relative;
	margin: 0;
	padding: 15px 0px;
	border-top: #EEEEEE solid 0px;
}
.acf-editor-wrap .wp-switch-editor {
	border-color: #ccd0d4;
	border-bottom-color: #ccd0d4;
}
#wp-link-wrap #link-selector {
	-webkit-overflow-scrolling: touch;
	padding: 0 24px;
	position: absolute;
	top: calc(2.15384615em + 16px);
	left: 0;
	right: 0;
	bottom: calc(2.15384615em + 19px);
	display: flex;
	flex-direction: column;
	overflow: auto;
}
#wp-link label input[type=text] {
	margin-top: 5px;
	display: inline-block;
	width: 73%;
	padding: 8px 16px;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 1.5;
	color: var(--bs-body-color);
	background-color: var(--bs-body-bg);
	background-clip: padding-box;
	border: var(--bs-border-width) solid var(--bs-border-color);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 8px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
#wp-link .link-search-field {
	width: 250px;
	max-width: 70%;
	padding: 8px 16px;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 1.5;
	color: var(--bs-body-color);
	background-color: var(--bs-body-bg);
	background-clip: padding-box;
	border: var(--bs-border-width) solid var(--bs-border-color);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 8px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
#wp-link .submitbox {
	padding: 18px 22px;
	background: #fff;
	border-top: 1px solid #dcdcde;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
#wp-link .query-results {
	position: absolute;
	width: calc(100% - 48px);
}
#wp-link .query-results {
	border: 1px #dcdcde solid;
	margin: 0 0 12px;
	border-radius: 10px;
	background: #fff;
	overflow: auto;
	max-height: 290px;
}
#wp-link-wrap {
	height: 600px;
	margin-top: -300px;
	border-radius: 10px;
}
.html-active .switch-html, .tmce-active .switch-tmce {
	background: #f6f7f7;
	color: #50575e;
	border-bottom-color: #50575e9e!important;
}
#wp-link .link-target {
	padding: 0px 0 0;
}
.link-target{
	font-weight: 400;
	font-family: 'Manrope';
	margin-bottom: 12px;
	font-size: 14px;
}
#wp-link #link-options label span, #wp-link #search-panel label span.search-label {
	display: inline-block;
	width: 120px;
	text-align: right;
	padding-right: 5px;
	max-width: 24%;
	font-weight: 400;
	font-size: 16px;
	vertical-align: middle;
	word-wrap: break-word;
}
.wp-switch-editor {
	float: left;
	box-sizing: content-box;
	position: relative;
	top: -4px!important;
	background: #f0f0f1;
	color: #646970;
	cursor: pointer;
	font-size: 14px;
	font-family: 'Manrope';
	line-height: 1.46153846;
	height: 20px;
	border-radius: 5px;
	margin: 5px 0px 4px 5px;
	padding: 4px 16px 4px;
	border: 1px solid #dcdcde;
}
.acf-field .acf-label label {
	display: block;
	font-weight: 700;
	font-size: 18px;
	color: #545454;
	margin: 0 0 3px;
	padding: 0;
	font-family: 'Inter Tight';
}
.acf-field label {
	display: inline-block;
	font-weight: 400;
	font-family: 'Manrope';
	margin-bottom: 4px;
	font-size: 16px;
	letter-spacing: -.25px;
	position: relative;
	top: -2px;
}
.acf-link a{
	color: #545454;
	border-bottom: 0.8px dashed;
	padding-bottom: 3px;
}
.acf-switch {
	display: inline-block;
	border-radius: 5px;
	cursor: pointer;
	position: relative;
	background: #f5f5f5;
	height: 38px;
	vertical-align: middle;
	border: #7e8993 solid 1px;
	-webkit-transition: background 0.25s ease;
	-moz-transition: background 0.25s ease;
	-o-transition: background 0.25s ease;
	transition: background 0.25s ease;
}
.acf-switch .acf-switch-on {
	color: #fff;
	text-shadow: none;
}
.acf-switch span {
	display: inline-block;
	float: left;
	text-align: center;
	font-size: 14px;
	line-height: 25px;
	padding: 4px 16px;
}
.offcanvas-body #acf-form{
	position: relative;
	padding-bottom: 64px;
}
.offcanvas-body .acf-form-submit{
	position: fixed;
	bottom: 18px;
	z-index: 9999;
	background: #fff;
}
.acf-field input[type=text], .acf-field input[type=password], .acf-field input[type=date], .acf-field input[type=datetime], .acf-field input[type=datetime-local], .acf-field input[type=email], .acf-field input[type=month], .acf-field input[type=number], .acf-field input[type=search], .acf-field input[type=tel], .acf-field input[type=time], .acf-field input[type=url], .acf-field input[type=week], .acf-field textarea, .acf-field select {
	font-family: 'Manrope';
	margin: 0;
	display: block;
	width: 100%;
	padding: 16px 24px;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 1.5;
	color: var(--bs-body-color);
	background-color: var(--bs-body-bg);
	background-clip: padding-box;
	border: var(--bs-border-width) solid var(--bs-border-color);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 8px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.acf-form-submit{
	margin-top: 24px;
	margin-bottom: 12px;
}
.acf-button {
	white-space: nowrap;
	border-radius: 4px;
	font-weight: 500;
	font-size: 18px;
	color: #545454;
	padding: 12px 24px;
	border: 1px solid;
}
.acf-field .acf-label {
	vertical-align: top;
	margin: 0px;
	display: none;
}
.acf-field .accordion-flush .accordion-item .accordion-button, .acf-field .accordion-flush .accordion-item .accordion-button.collapsed {
	border-radius: 0;
	font-weight: 700;
	font-size: 18px;
	color: #545454;
}