/*
 Theme Name:   Zakra Child
 Theme URI:    https://digitaldealerz.com/
 Description:  Twenty Fifteen Child Theme
 Author:       John Doe
 Author URI:   https://digitaldealerz.com/
 Template:     zakra
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  https://digitaldealerz.com/
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  zakra
*/

/**
*
* TABLE OF CONTENT
# Reset
# Typography
# Elements
# Forms
# Navigations
# Modules
# Icons.site-content
# Accessibility
# Alignments
# Clearings
# Header
# Widgets
# Content
# Posts and Pages
# Asides
# Comments
# Footer
# Media
# captions
# galleries
# Media Queries
# Mobile
# Tablets
# Computers
# Print
*
*/
/*=============================================
=            Normalize            =
=============================================*/
#wpadminbar{
    display: block !important;
}
/* scrollbar */
@media screen and (max-width: 991px){
	body .standart-scrollbar{
		margin-top: 38px;
		max-width: 280px;
	}
	body .swiper-scrollbar-drag{
		height: 16px;
		top: -4px;
		border-radius: 40px;
	}
}
.standart-scrollbar{
	height: 8px;
	background: rgba(212, 196, 252, 0.7);
	max-width: 370px;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 6px;
}
.swiper-scrollbar-drag{
	position: relative;
	height: 18px;
	top: -5px;
	left: -3px;
	background: transparent;
}
.swiper-scrollbar-drag:before {
	content:'';
	height: 18px;
	width:100%;
	backdrop-filter: blur(31.200000762939453px);
	border-radius: 37px;
	background: #D4C4FC;
	display: block;
}
.swiper-scrollbar-vertical .swiper-scrollbar-drag:before{
	display: none;
}
.swiper-scrollbar-vertical .swiper-scrollbar-drag{
	backdrop-filter: blur(31.200000762939453px);
	border-radius: 37px;
	background: #D4C4FC;
}

.swiper-scrollbar-vertical {
	position: absolute;
	height: 370px;
	width: 8px;

	z-index: 2;
	background: radial-gradient(198.13% 90.64% at 12.47% 29.59%, rgb(171, 201, 246) 0%, rgb(151 149 242 / 45%) 100%);
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
}

.swiper-scrollbar-vertical .swiper-scrollbar-drag {
	background: #ABC9F6;
	width: 14px;
}

@media screen and (min-width: 1200px){
	.swiper-scrollbar-vertical {
		left: calc((100vw - 1200px) / 2);
	}
}

@media screen and (min-width: 991px) and (max-width: 1200px){
	.swiper-scrollbar-vertical {
		left: calc((100vw - 940px) / 2);
	}
}
/* form styles */
@media screen and (max-width: 991px){
	body input.wpcf7-text,
	body textarea.wpcf7-textarea{
		border-radius: 30px;
	}
	body input.wpcf7-text,
	body textarea.wpcf7-textarea{
		padding: 20px 25px;
	}
	body .wpcf7-form-control.wpcf7-submit{
		margin-top: 5px;
	}
}

.wpcf7-spinner {
    display: none!important;
}

span.wpcf7-form-control-wrap,
span.wpcf7-form-control-wrap input,
span.wpcf7-form-control-wrap textarea{
	width: 100%;
}
input.wpcf7-submit{
	cursor: pointer;
	font-family: "Montserrat", sans-serif;
	background: #d4c4fc;
	border-radius: 100px;
	padding: 23px 40px;
	border: 0;
	color: #000;
}
input.wpcf7-text::placeholder{
	font-weight: 400;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	line-height: 120%;
	color: rgba(30, 30, 30, 0.6);
}
input.wpcf7-text{
	font-family: "Montserrat", sans-serif;
	backdrop-filter: blur(34px);
	background: #D2D9FF;
	padding: 24px 30px;
	color: rgba(30, 30, 30, 1);
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	border-radius: 50px;
	border: 1px solid transparent;
}

textarea.wpcf7-textarea::placeholder{
	font-family: "Montserrat", sans-serif;
	color: rgba(30, 30, 30, 0.6);
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
}



textarea.wpcf7-textarea{
	font-family: "Montserrat", sans-serif;
	padding: 30px;
	color: rgba(30, 30, 30, 1);
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	border: 0;
	border-radius: 40px;
	backdrop-filter: blur(34px);
	background: rgba(255, 255, 255, 0.5);
}

.form_container_columns .wpcf7-form-control-wrap{
	display: flex;
}

.wpcf7-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    color: #565656;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    width: 100%;
    border-radius: 50px;
    padding: 23.4px 60px 23.4px 30px;
    border: 1px solid #d2d9ff;
    background: #f1f5fd;
    transition: all 0.3s ease-out;
}

.wpcf7-form-control-wrap:has(select)::after {
    content: '';
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2248%22%20height%3D%2248%22%20rx%3D%2224%22%20fill%3D%22%23E6F0FF%22/%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2248%22%20height%3D%2248%22%20rx%3D%2224%22%20stroke%3D%22%23E6F0FF%22%20stroke-width%3D%222%22/%3E%3Cpath%20d%3D%22M24.2929%2029.7072C24.6834%2030.0977%2025.3166%2030.0977%2025.7071%2029.7072L32.0711%2023.3432C32.4616%2022.9527%2032.4616%2022.3196%2032.0711%2021.929C31.6805%2021.5385%2031.0474%2021.5385%2030.6569%2021.929L25%2027.5859L19.3431%2021.929C18.9526%2021.5385%2018.3195%2021.5385%2017.9289%2021.929C17.5384%2022.3196%2017.5384%2022.9527%2017.9289%2023.3432L24.2929%2029.7072ZM25%2029H24V29.0001H25H26V29H25Z%22%20fill%3D%22%23ABC9F6%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    pointer-events: none;
}

.wpcf7-form-control-wrap:has(select)::before {
    content: '';
    position: absolute;
    opacity: 0;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_6073_20067)%22%3E%3Cpath%20d%3D%22M25%2050C38.8071%2050%2050%2038.8071%2050%2025C50%2011.1929%2038.8071%200%2025%200C11.1929%200%200%2011.1929%200%2025C0%2038.8071%2011.1929%2050%2025%2050Z%22%20fill%3D%22%23D4C4FC%22/%3E%3Cpath%20d%3D%22M33.2471%2019.2061L27.7852%2024.6699L27.4561%2024.999L27.7852%2025.3271L33.249%2030.79L30.793%2033.2461L25.3291%2027.7832L25.001%2027.4541L19.2071%2033.248L16.753%2030.791L22.5449%2024.999L22.2168%2024.6699L16.752%2019.2061L19.208%2016.751L25%2022.543L25.3291%2022.2148L30.791%2016.751L33.2471%2019.2061Z%22%20fill%3D%22%23666666%22%20stroke%3D%22%23D4C4FC%22%20stroke-width%3D%220.93%22/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_6073_20067%22%3E%3Crect%20width%3D%2250%22%20height%3D%2250%22%20fill%3D%22white%22/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    pointer-events: none;
}

.wpcf7-form-control-wrap:has(select.select-open)::before {
    opacity: 1;
}

select.wpcf7-select.select-open {
    background-color: #FFF;
}

.hide-first-option-label .wpcf7-select option:first-child {
    display: none!important;
}

.wpcf7-select::-webkit-dropdown-menu {
    border: none !important;
}
.wpcf7-select {
    -moz-appearance: none !important;
}

.wpcf7-form.sent .wpcf7-response-output {
    margin-top: 0!important;
    font-weight: 400!important;
    color: #1e1e1e!important;
}

 input.wpcf7-text,
 textarea.wpcf7-textarea {
    border-radius: 50px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #565656;
    padding: 23.4px 30px;
    border: 1px solid #d2d9ff;
    background: #f1f5fd;
    max-height: 160px;
}

.recaptcha,
.wpcf7-recaptcha {
    width: fit-content;
    height: fit-content;
    display: flex;
}

 input.wpcf7-text::placeholder,
 textarea.wpcf7-textarea::placeholder{
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #565656;
}

.wpcf7-select option {
    background: #f1f5fd;
    color: #565656;
    padding: 10px 18px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
}

/* desctop/mobile */

@media screen and (min-width: 992px){
	.mobile{
		display: none !important;
	}
}

@media screen and (max-width: 991px){
	.desctop{
		display: none !important;
	}
}



/* body1 */

@media screen and (max-width: 991px){
	body .body1,
	body .body1 p{
		font-size: 16px;
	}
}

.body1,
.body1 p{
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
}

/* body2 */

@media screen and (max-width: 991px){
	body .body2{
		font-size: 20px;
		line-height: 130%;
	}
}

.body2{
	font-weight: 400;
	font-size: 24px;
	line-height: 140%;
}

/* body3 */

@media screen and (max-width: 991px){
	body .body3,
	body .body3 p,
	body .body3 li{
		font-size: 16px;
	}
}

.body3,
.body3 p,
.body3 li{
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
}

/* body4 */

@media screen and (max-width: 991px){
	body .body4,
	body .body4 p,
	body .body4 li{
		font-size: 16px;
	}
}

.body4,
.body4 p,
.body4 li{
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
}


/* h3 */

@media screen and (max-width: 991px){
	body h3, body .h3{
		font-size: 28px;
		letter-spacing: -0.03em;
	}
}

h3, .h3{
	font-weight: 500;
	font-size: 32px;
	line-height: 140%;
}

/* h4 */

@media screen and (max-width: 991px){
	body h4,
	body .h4{
		font-size: 20px;
		line-height: 130%;
	}
}

h4, .h4{
	font-weight: 500;
	font-size: 24px;
	line-height: 140%;
}

/* h1 */



.h1 strong{
	font-weight: 600!important;
}
@media screen and (max-width: 991px){
	body .title-1{
		font-size: 34px;
		line-height: 120%;
	}
}
.title-1{
	font-size: 60px;
	line-height: 100%;
	margin-bottom: 20px;
	font-weight: 600;
	color: #1E1E1E;
}
@media screen and (max-width: 991px){
	body .title-2{
		font-size: 20px;
		line-height: 100%;
	}
}
.title-2{
	font-size: 32px;
	line-height: 100%;
	font-weight: 600;
}
@media screen and (max-width: 991px){
	body .title-3{
		font-size: 24px;
	}
}
.title-3{
	font-weight: 500;
	font-size: 28px;
	line-height: 120%;
	color: #312946;
}

.decorative_heading{
	position: relative;
}
.decorative_heading:after{
	position: absolute;
	bottom: -11px;
	left: 0;
	content:'';
	border-radius: 50px;
	width: 100px;
	height: 4px;
	background: #D4C4FC;
	opacity: 0.7;
}
@media screen and (max-width: 991px){
	body .mb-70{
		margin-bottom:40px;
	}
}
.mb-70{
	margin-bottom:70px;
}

/* primary */
@media screen and (max-width: 991px){
	body #primary{
		margin-top: 110px;
	}
}
#primary{
	margin-top: 115px;
}

/* space */
@media screen and (min-width: 768px) and (max-width: 1200px){
	.pad{
		padding-top: 95px;
		padding-bottom: 95px;
	}
	.pad_bottom{
		padding-bottom: 95px;
	}
	.pad_top{
		padding-top: 95px;
	}
}
@media screen and (max-width: 768px){
	.pad{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.pad_bottom{
		padding-bottom: 60px;
	}
	.pad_top{
		padding-top: 60px;
	}
}
@media screen and (min-width: 1200px){
	.pad_bottom{
		padding-bottom: 130px;
	}
	.pad_top{
		padding-top: 130px;
	}
	.pad{
		padding-top: 130px;
		padding-bottom: 130px;
	}
}


/* purple button */
.purple_button{
	max-width: fit-content;
	background: #d4c4fc;
	color:#000;
	padding: 23px 30px;
	display: flex;
	gap: 40px;
	align-items: center;
	border-radius: 100px;
}
.blue_button{
	max-width: fit-content;
	background: #ABC9F6;
	color:#000;
	padding: 23px 30px;
	display: flex;
	gap: 40px;
	align-items: center;
	border-radius: 100px;
}

/* but */
@media screen and (min-width: 991px){
	body .tg-header-action-list .tg-header-action__item.tg-mobile-toggle:before
	body .but,
	body input.wpcf7-submit{
		font-size: 20px;
	}
}

body .tg-header-action-list .tg-header-action__item.tg-mobile-toggle:before,
.but,
input.wpcf7-submit{
	font-weight: 500;
	font-size: 18px;
	line-height: 120%;
}

/* dark color */
.tg-block.tg-block--two .header-menu-wrap a,
body .tg-header-action-list .tg-header-action__item.tg-mobile-toggle:before,
.mob-wid a,
.h1,
h4,
.purple_button,
.news_item_read_more,
.faq_items .c-accordion__title,
.faq_items .c-accordion__content p{
	color: #1E1E1E;
}

input, button, a {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

@media screen and (max-width: 991px){
	#wpadminbar{
		display: none;
	}
}

.tg-overlay-wrapper.overlay-show{
                display: none;
            }

.tg-site-header-bottom.overlay .overlay{
	content: '';
    background: rgba(14, 16, 22, 0.62);
    position: absolute;
    height: 100vh;
    width: 100vw;
    top: -16px;
}

/* Header Action */
body .tg-header-action-list .tg-header-action__item.tg-mobile-toggle > button {
    width: 10px;
    height: 10px;
	z-index: 99999;
	position: relative;
	border: 0 !important;
	background: #332E2B;
	padding: 0;
	border-radius: 50px;
}
body .tg-header-action-list .tg-header-action__item.tg-mobile-toggle{
	display: flex;
	align-items: center;
}
body .tg-header-action-list .tg-header-action__item.tg-mobile-toggle:before{
	content: "Меню";
	margin-right: 10px;
	z-index: 99999;
	position: relative;
}

body .tg-header-action-list .tg-header-action__item.tg-mobile-toggle.menu-opened:before {
    content: "Закрити";
}
body .tg-header-action-list .tg-header-action__item.tg-mobile-toggle.tg-mobile-toggle--opened:before{
	content: "Закрити";
}


.pum-close{
	right: 20px !important;
	top: 20px !important;
	width: 28px !important;
	height: 28px !important;
	border: 0 !important;
	background-color: transparent !important;
	font-size: 0 !important;
	box-shadow: none !important;
}

body p,
body{
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: #565656;
}

.wp-block-cover> *,
body .wp-block-cover.is-light .wp-block-cover__inner-container,
body .wp-block-cover .wp-block-cover__inner-container{
	color: unset;
}
.firstscreen{
	overflow: hidden;
}
body #primary{
	width: 100%;
}
div.wp-block-cover{
	padding:0;
	min-height:unset;
}
@media screen and (max-width: 991px) {
	#primary .firstscreen{
		padding-top: 62px !important;
	}
}
@media screen and (min-width: 600px) and (max-width: 781px) {
	div.wp-block-columns {
		flex-wrap: nowrap;
	}

	div.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
		flex-basis: unset;
	}
}
html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
	padding-right: 0 !important;
}
@media screen and (max-width: 768px) {
	#content> .tg-container.tg-container--flex{
		padding-right: 0;
		padding-left: 0;
	}
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin: 0;
}

body .wp-block-buttons>.wp-block-button{
	margin: 0;
}
body .wp-block-image{
	margin-bottom:0;
}
body .wp-block-columns{
	margin-bottom: 0;
}
body h2{
	margin-bottom: 20px;
}

body .h1,
body .h1 *,
h1 {
    font-weight: 400;
    font-size: 60px;
    line-height: 1;
    color: #000000;
}


h2,
body .h2,
body .h2 * {
	font-weight: 600;
	font-size: 50px;
	line-height: 0.9;
	letter-spacing: -0.03em;
	color: #1E1E1E;
	margin-bottom: 0;
}


@media screen and (max-width: 1199.98px) {
    body .h1,
    body .h1 *,
    h1 {
        font-size: 50px;
    }

    h2,
	body .h2,
	body .h2 * {
		font-size: 46px;
	}

}

@media screen and (max-width: 991.98px) {
    body .h1,
    body .h1 *,
    h1 {
        font-size: 40px;
    }

    h2,
	body .h2,
	body .h2 * {
		font-size: 42px;
	}
}


@media screen and (max-width: 599.98px) {
    body .h1,
    body .h1 *,
    h1 {
        font-size: 36px;
    }


    h2,
	body .h2,
	body .h2 * {
		font-size: 34px;
	}
}
p{
	margin-top: 0;
}

p:last-child{
    margin-bottom: 0;
}

p:not(:last-child){
    margin-bottom: 15px;
}
body ul{
	margin:0;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	background: linear-gradient(118deg, #e6eefe 0%, #f3faff 100%);
	font-family: "Montserrat", sans-serif;
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace;
	font-size: 1em;
}



button[disabled],
html input[disabled] {
	cursor: default;
}



fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 700;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*=============================================
=            Base Typography            =
=============================================*/

code {
	background-color: #f1f3f5;
	padding: 0.125em 0.25em;
}

pre {
	background-color: #f8f9fa;
	padding: 20px;
}

blockquote,
.wp-block-quote {
	padding: 1em;
	margin: 1.5em 1em 1.5em 2em;
	border-left: 4px solid #e9ecef;
}

blockquote.has-text-align-right,
.wp-block-quote.has-text-align-right {
	border: unset;
	border-left: 4px solid #e9ecef;
}

/*=============================================
=            Heading Typography            =
=============================================*/

 

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

hr,
.wp-block-separator {
	background-color: #e9ecef;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

iframe {
	max-width: 100%;
}

/*=============================================
=            Common CSS Style            =
=============================================*/
/*=============================================
=            GRID            =
=============================================*/
.tg-container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
	.tg-container--boxed .tg-site {
		max-width: 750px;
	}
	.tg-container {
		max-width: 700px;
	}
}
@media screen and (min-width:700px) and (max-width: 961px){
	.tg-footer-widget-area.footer-sidebar-1{    position: absolute;
		top: 40px;
		left: 0;
		right: 0;
		display: block;
		margin: auto;
		text-align: center;}
	.foot1{
		width: 100%;
		text-align: center;
	}
	body .tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--three .tg-footer-widget-area{width: 50%;}
}
@media (min-width: 992px) {
	.menu-social-container li.s a{font-size: 0;}
	.tg-container--boxed .tg-site {
		max-width: 970px;
	}
	.tg-container {
		max-width: 940px;
	}
}

@media (min-width: 992px) {
	#header-action, #mobile-navigation, .header1{
		display: none;
	}
}

@media (min-width: 1200px) {
	.tg-container--boxed .tg-site {
		max-width: 1270px;
	}
	.tg-container {
		max-width: 1200px;
	}
}

.tg-container-fluid {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.tg-container--flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tg-container--flex-center {
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tg-container--flex-space-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}


.tg-site-layout--stretched #page #main :not(.tg-page-header) .tg-container #primary {
	width: 100%;
	padding-right: 0;
}

/*=============================================
=            Body            =
=============================================*/
body:not(.tg-container--separate) #page {
	background: #fff;
}

body.has-transparent-header.elementor-editor-active .tg-site-header {
	z-index: -1;
}

.page-template.tg-container--separate #page {
	background: #fff;
}

/* Boxed Layout */
.tg-container--boxed .tg-site {
	margin: 20px auto;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.tg-container--boxed .tg-site#page {
	background-color: #fff;
}

/* Streached Layout */
.tg-container--stretched .tg-container {
	width: 100%;
	max-width: unset;
}

/* Seperate Layout */
.tg-container--separate {
	background-color: #e9ecef;
}

.tg-container--separate .tg-site-header {
	background-color: #fff;
	border-bottom: 0 none;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.tg-container--separate .tg-page-header {
	background-color: #ced4da;
}

.tg-container--separate .tg-site-footer {
	background-color: #fff;
}

.tg-container--separate #primary {
	padding-right: 2em;
}

.tg-container--separate #secondary {
	padding-left: 2em;
	border-left: 0 none;
}

.tg-container--separate .tg-site-layout--left #primary {
	padding-left: 2em;
}

.tg-container--separate .tg-site-layout--left #secondary {
	padding-right: 2em;
	border-right: 0 none;
}

.tg-container--separate .hentry,
.tg-container--separate .widget {
	background-color: #fff;
	padding: 2em;
}

.tg-container--separate .tg-footer-widget-area .widget {
	padding: 0;
	background-color: transparent;
}

/* When transparent header is present */
.has-transparent-header:not(.blog):not(.has-page-header) .site-content,
.tg-no-content-margin .site-content {
	margin: 0;
}
 
/*=============================================
=            Page builder            =
=============================================*/
.page-template-pagebuilder {
	background: #fff;
}

.page-template-pagebuilder .site-content {
	margin: 0;
}

.page-template-pagebuilder .widget {
	background: initial;
	padding: 0;
}

.page-template-pagebuilder #primary.content-area.pagebuilder-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: inherit;
	padding: 0;
}


 
.tg-page-header {
	padding: 20px 0;
}

.tg-page-header .tg-page-header__title {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 500;
	font-size: 2.5rem;
	line-height: 1.3;
}
 
/*=============================================
=            Lists            =
=============================================*/
ul,
ol {
	padding-left: 0;
}

ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.6rem;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.6rem 1.6rem;
}

/*=============================================
=            Table            =
=============================================*/
table,
.wp-block-table {
	margin: 0;
	width: 100%;
}

table th,
table td,
.wp-block-table th,
.wp-block-table td {
	text-align: left;
	border: 1px solid #fff;
	padding: 10px;
}

/*=============================================
=            Admin Bar            =
=============================================*/
.admin-bar .tg-site-header.tg-site-header--transparent {
	top: 32px;
}

@media screen and (max-width: 782px) {
	.admin-bar .tg-site-header.tg-site-header--transparent {
		top: 46px;
	}
}
 

/*=============================================
=                    Links                    =
=============================================*/
a {
	text-decoration: none;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
:focus{outline:0}

a:active {
	outline: 0;
}

.entry-content a {
	color: #f9c9be;
}

.entry-content a:hover, .entry-content a:focus {
	color: #f9c9be;
}
.tg-primary-menu {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-bottom: 0 solid #e9ecef;
}

.tg-primary-menu > div ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.tg-primary-menu .sub-menu > div ul li:hover > a {
	color: #fff;
	background-color: #00B154;
}

.tg-primary-menu .sub-menu .sub-menu {
	position: relative;
	left: 0;
	padding-left: 30px;
}

.tg-primary-menu .sub-menu .sub-menu a::before {
	content: '';
	background: rgb(30, 30, 30);
	width: 12px;
	height: 1px;
}

.tg-primary-menu .sub-menu .sub-menu a {
	display: flex;
	align-items: center;
	gap: 3px;
}

.tg-primary-menu .sub-menu .sub-menu a {
	padding-top: 0;
	padding-left: 0;
}

.tg-primary-menu .sub-menu:has(.sub-menu) .menu-item-has-children>a:after{
	display: none;
}



.tg-primary-menu > div > ul li:first-child:hover {
	background: transparent;
}

.tg-primary-menu > div ul li.menu-item-has-children, .tg-primary-menu > div ul li.page_item_has_children {
	position: relative;
}
.tg-primary-menu > div ul li a {
	display: flex;
}

.tg-primary-menu > div ul li ul {
	position: absolute;
	display: block;
	top: 100%;
	width: 340px;
	background: #fff;
	border-radius: 15px;
	max-height: 50svh;
	overflow: auto;
}

.tg-primary-menu > div ul li ul li {
	margin: 0;
}

.tg-primary-menu > div ul li ul li:last-child {
	border-bottom: 0;
}


.tg-primary-menu > div ul li ul li a {
	padding: 14px;
}

.tg-primary-menu > div ul li ul li ul {
	top: -1px;
	left: 100%;
}

.tg-primary-menu > div ul li ul,
.tg-primary-menu > div ul li:hover ul ul,
.tg-primary-menu > div ul li.focus ul ul {
	z-index: 99999;
	position: absolute;
	left: -999999px;
}

.tg-primary-menu > div ul li:hover > ul,
.tg-primary-menu > div ul li.focus > ul {
	left: auto;
}

.tg-primary-menu > div ul li .sub-menu li.menu-item-has-children ul.tg-edge, .tg-primary-menu > div ul li .sub-menu li.page_item_has_children ul.tg-edge {
	left: -100%;
}

.tg-primary-menu > div ul li:hover > ul,
.tg-primary-menu > div ul li.focus > ul {
	left: auto;
}

.tg-primary-menu > div > ul, .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tg-primary-menu > div > ul > li:hover ul ul,
.tg-primary-menu > div > ul > li.focus ul ul {
	position: absolute;
	left: -999999px;
}

.tg-primary-menu > div > ul > li:last-child {
	margin-right: 0;
}

.tg-primary-menu > div > ul > li.tg-menu-item-cart {
	margin-right: 10px;
}

.tg-primary-menu > div > ul > li > ul.tg-edge {
	right: 0;
	left: auto;
}

.tg-primary-menu > div > ul ul li:hover ul ul,
.tg-primary-menu > div > ul ul ul li:hover ul ul,
.tg-primary-menu > div > ul ul li.focus ul ul,
.tg-primary-menu > div > ul ul ul li.focus ul ul {
	position: absolute;
	left: -999999px;
}

.tg-primary-menu > div > ul ul li:hover > ul,
.tg-primary-menu > div > ul ul li.focus > ul {
	left: 100%;
}

.tg-primary-menu > div > ul ul ul li:hover > ul,
.tg-primary-menu > div > ul ul ul ul li:hover > ul,
.tg-primary-menu > div > ul ul ul li.focus > ul,
.tg-primary-menu > div > ul ul ul ul li.focus > ul {
	left: 100%;
}


.tg-primary-menu.tg-primary-menu--style-left-border > div > ul > li.current_page_ancestor > a::before, .tg-primary-menu.tg-primary-menu--style-left-border > div > ul > li.current-menu-ancestor > a::before, .tg-primary-menu.tg-primary-menu--style-left-border > div > ul > li.current_page_item > a::before, .tg-primary-menu.tg-primary-menu--style-left-border > div > ul > li.current-menu-item > a::before {
	width: 2px;
	height: 12px;
	top: 50%;
	left: -5px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.tg-primary-menu.tg-primary-menu--style-right-border > div > ul > li.current_page_ancestor > a::before, .tg-primary-menu.tg-primary-menu--style-right-border > div > ul > li.current-menu-ancestor > a::before, .tg-primary-menu.tg-primary-menu--style-right-border > div > ul > li.current_page_item > a::before, .tg-primary-menu.tg-primary-menu--style-right-border > div > ul > li.current-menu-item > a::before {
	width: 2px;
	height: 12px;
	top: 50%;
	left: auto;
	right: -5px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}


/* Header Action */
.tg-header-action-list {
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
}

.tg-header-action-list .tg-header-action__item {
	position: relative;
}


  

/* Mobile navigation */
.tg-mobile-navigation {
	padding-top: 135px !important;
	padding-right: 25px;
	padding-left: 25px;
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: 0;
	bottom: auto;
	left: auto;
	right:0;
	z-index: 9999;
	background: radial-gradient(198.13% 90.64% at 12.47% 29.59%, rgb(195, 218, 249) 0%, rgb(232, 234, 255) 100%);
	height: 100vh;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: 0.35s visibility ease, 0.35s opacity ease, 0.35s -webkit-transform ease;
	transition: 0.35s visibility ease, 0.35s opacity ease, 0.35s -webkit-transform ease;
	transition: 0.35s transform ease, 0.35s visibility ease, 0.35s opacity ease;
	transition: 0.35s transform ease, 0.35s visibility ease, 0.35s opacity ease, 0.35s -webkit-transform ease;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 74px !important;
}

.tg-mobile-navigation > div > ul {
	border-top: 1px solid #e9ecef;
	padding-top: 1em;
}

.tg-mobile-navigation .tg-mobile-navigation-close {
	background-color: unset;
	border: unset;
	padding: unset;
	color: unset;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
}

.tg-mobile-navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.tg-mobile-navigation li, .main-navigation li {
	position: relative;
}
.tg-mobile-navigation li a, .main-navigation li a{
	display: flex;
	align-items: center;
	text-align: center;
}
.main-navigation li ul li a{
    text-align: left;
}

.tg-mobile-navigation li.page_item_has_children, .tg-mobile-navigation li.menu-item-has-children {
	position: relative;
}


.menu-item-has-children .sub-menu li .tg-submenu-toggle {
display: none!important;
}

.tg-mobile-navigation li.page_item_has_children .tg-submenu-toggle, .tg-mobile-navigation li.menu-item-has-children .tg-submenu-toggle,
.header-menu-wrap .menu-item-has-children > a:after{
	position: relative;
	display: block;
	padding: 0;
	background: center/ contain no-repeat url('/wp-content/themes/zakra-child/img/arrow-bottom.svg');
	color: unset;
	border: unset;
	content: '' !important;
	height: 30px;
	width: 20px;
	background-size: 12px;
	margin-left: 0;
}
.tg-mobile-navigation .menu-item-has-children{
	flex-direction: row;
}



.tg-mobile-navigation li.page_item_has_children ul, .tg-mobile-navigation li.menu-item-has-children ul {
	padding-left: 15px;
	max-height: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	overflow: hidden;
	display: none;
}

.tg-mobile-navigation li.page_item_has_children.submenu--show > .tg-submenu-toggle::after, .tg-mobile-navigation li.menu-item-has-children.submenu--show > .tg-submenu-toggle::after {
	content: '';
}

.tg-mobile-navigation li.page_item_has_children.submenu--show > ul, .tg-mobile-navigation li.menu-item-has-children.submenu--show > ul {
	max-height: 500px;
	visibility: visible;
	overflow-y: scroll;
}

.tg-mobile-navigation li.tg-menu-extras-wrap {
	display: none;
}

.tg-mobile-navigation.tg-mobile-navigation--opened {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.tg-mobile-navigation li.tg-menu-item-search {
	padding: 0.5em;
}

.tg-mobile-navigation li.tg-menu-item-search label {
	display: block;
}

.tg-mobile-navigation li.tg-menu-item-search .search-form {
	position: unset;
	width: 100%;
	display: block;
}

.tg-primary-menu > div ul li.tg-header-button-wrap a {
	color: #fff;
	background-color: #269bd1;
	padding: 5px 10px;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	border: 0 solid #e9ecef;
}

.tg-primary-menu > div ul li.tg-header-button-wrap a:hover {
	color: #fff;
	background-color: #1e7ba6;
}

.tg-site-footer-bar .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0;
}

.tg-primary-menu > div > ul > li.tg-menu-extras-wrap {
	margin: 1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tg-primary-menu > div > ul > li.tg-menu-extras-wrap .submenu-expand {
	cursor: pointer;
	width: 28px;
	height: 28px;
	padding: 0;
	text-align: center;
}

.tg-mobile-navigation li.menu-item-has-children .toggled-on + ul {
	max-height: 500px;
}

.tg-mobile-navigation li.menu-item-has-children .tg-submenu-toggle.toggled-on::after {
	content: "-";
}

/*=============================================
=            Accesibility            =
=============================================*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #e9ecef;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #16181a;
	display: block;
	font-size: 14px;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*=============================================
=            Alignments            =
=============================================*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.uppercase{
	text-transform: uppercase;
}
.tg-flex-left {
	margin-right: auto;
}

.tg-flex-right {
	margin-left: auto;
}

.wp-block-gallery.alignleft, .wp-block-gallery.alignright, .wp-block-gallery.aligncenter,
.wp-block-social-links.alignleft,
.wp-block-social-links.alignright,
.wp-block-social-links.aligncenter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/*=============================================
=            Clearings            =
=============================================*/
.clear::before,
.clear::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after {
	display: table;
	content: "";
}

.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
	clear: both;
}


/*=============================================
=            Header            =
=============================================*/
/* Top Header */
.tg-site-header-top {
	padding: 0.5em 0;
	background-color: #e9ecef;
}

.tg-site-header-top .widget {
	margin: 0;
}

.tg-site-header-top .tg-header-top-left-content,
.tg-site-header-top .tg-header-top-right-content {
	width: 50%;
}

.tg-site-header-top .tg-header-top-right-content {
	text-align: right;
}

.tg-site-header-top .tg-header-top-right-content ul {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.tg-site-header-top p {
	margin: 0;
}
#wpadminbar{/*top: auto;bottom: 0;*/z-index: 999999999999999;}

.tg-site-header.tg-site-header--center .tg-site-header-bottom .tg-container--flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.tg-site-header.tg-site-header--center .site-branding {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}

header .site-branding {
    position: relative;
    z-index: 100;
}

.tg-site-header.tg-site-header--center .site-branding .custom-logo-link {
	margin-right: 0;
}

.tg-site-header.tg-site-header--center .tg-primary-menu {
	margin-left: initial;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.tg-site-header.tg-site-header--right {
	/* Site brading */
	/* Menu primary */
}

.tg-site-header.tg-site-header--right .tg-site-header-bottom .tg-container--flex {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.tg-site-header.tg-site-header--right .tg-site-header-bottom .main-navigation ul {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.tg-site-header.tg-site-header--right .site-branding {
	margin-left: 20px;
}

.tg-site-header.tg-site-header--right .site-branding .custom-logo-link {
	margin-right: 0;
}

.tg-site-header.tg-site-header--right .tg-primary-menu {
	margin-left: initial;
	margin-right: auto;
}

.tg-site-header.tg-site-header--transparent {
	position: absolute;
	top: 0;
	z-index: 9999;
	height: auto;
	width: 100%;
	background: transparent;
}

.tg-site-header-bottom .tg-block--two {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.tg-header-transparent-wrapper {
	position: relative;
}

/* Site brading */
.site-branding {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.site-branding .custom-logo-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}


.site-branding .site-description,
.site-branding .site-title {
	margin: 0;
}

/*=============================================
=            404 Page            =
=============================================*/

.site-content {
	margin-top: 80px;
	margin-bottom: 0 !important;
}
#secondary {
	width: 30%;
	padding-left: 60px;
	border-left: 1px solid #e9ecef;
}

.tg-site-layout--default #primary {
	width: unset;
	padding: 0;
}

.tg-site-layout--default #primary .entry-content > .alignfull {
	width: auto;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.tg-site-layout--default #primary .entry-content > .alignwide {
	margin-left: -100px;
	margin-right: -100px;
	max-width: unset;
}

.tg-site-layout--default .content-area {
	max-width: 760px;
	margin: 0 auto;
}

.tg-site-layout--default .hentry {
	margin: 0 0 10em;
}

.tg-site-layout--left .site-content .tg-container--flex {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.tg-site-layout--left #primary {
	padding-right: 0;
	padding-left: 60px;
}

.tg-site-layout--left #secondary {
	padding-left: 0;
	padding-right: 60px;
	border-left: 0 none;
	border-right: 1px solid #e9ecef;
}

.tg-site-layout--no-sidebar #primary {
	width: 100%;
}

.tg-site-layout--no-sidebar #primary .entry-content > .alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: unset;
}

.tg-site-layout--no-sidebar #primary .entry-content > .alignfull.wp-block-cover, .tg-site-layout--no-sidebar #primary .entry-content > .alignfull.wp-block-cover-image {
	width: unset;
}

.tg-site-layout--no-sidebar #primary .entry-content > .alignwide {
	margin-left: -100px;
	margin-right: -100px;
	max-width: unset;
}

 

/*=============================================
=               Posts and Pages               =
=============================================*/
.sticky {
	display: block;
}

.hentry {
	border: 0 solid #e9ecef;
}

.single .hentry {
	border: 0 solid #e9ecef;
}

.updated:not(.published) {
	display: none;
}

.extra-hatom {
	display: none;
}

.post-thumbnail {
	margin: 0 0 1.5em;
}

.entry-content {
	margin: 0;
}
.entry-content .wp-block-columns:last-child{margin-bottom:0;}

.entry-content p:last-child {
	margin-bottom: 0;
}

.post-thumbnail {
	display: block;
}

 

/*=============================================
=            Asides            =
=============================================*/



/*=============================================
=            Captions            =
=============================================*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*=============================================
=            Gallery            =
=============================================*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.tg-oembed-container {
	position: relative;
	padding-top: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.tg-oembed-container iframe,
.tg-oembed-container object,
.tg-oembed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

body .tg-oembed-container * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

 
.tg-scroll-to-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	color: #fff;
	background-color: #16181a;
}

.tg-scroll-to-top:hover {
	color: #fff;
	background-color: #1D3F6A;
}

.tg-scroll-to-top.tg-scroll-to-top--show {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.tg-overlay-wrapper {
 
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.05);
	display: none;
}

.tg-overlay-wrapper.overlay-show {
	display: block;
}
/*=============================================
=            Desktop Devices          =
=============================================*/
@media screen and (min-width: 1024px) {
	.tg-site-layout--default .post-thumbnail {
		display: block;
		margin-left: calc(50% - 26vw);
		margin-right: calc(50% - 26vw);
	}
}

/*=============================================
=            Tablet Devices            =
=============================================*/
/*=============================================
=            Mobile Devices            =
=============================================*/
@media screen and (max-width: 768px) {
	.site-branding img {
		height: 44px;
	}
	.header-menu-wrap{
		display: none;
	}
	/* Boxed Layout */
	.tg-container--separate #primary {
		padding-right: 0;
	}
	.tg-container--separate #secondary {
		padding-left: 0;
	}
	/* Site Layout */
	.tg-site-layout--left #primary,
	.tg-site-layout--left #secondary {
		padding: 0;
	}
	.tg-site-header.tg-site-header--center .tg-primary-menu {
		display: none;
	}
	.tg-container--boxed .tg-site {
		width: 90%;
	}
	.tg-container {
		padding-left: 15px;
		padding-right: 15px;
	}
	/* Header Main */
	.tg-site-header--center .site-branding {
		margin-bottom: 1em;
	}
	.tg-header-action-list .tg-header-action__item.tg-mobile-toggle {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.tg-site-header--left .tg-block--two {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-start;
	}
	.tg-menu-item-search {
		margin-top: 0.5em;
	}
	.tg-menu-item-search a {
		display: none;
	}
	#primary.pagebuilder-content {
		margin-bottom: 0;
	}
	#primary,
	#secondary {
		width: 100% !important;
		padding: 0;
		border: none;
	}
	#secondary .widget:last-child {
		margin-bottom: 0;
	}
	.tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--two .tg-footer-widget-area, .tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--three .tg-footer-widget-area, .tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--four .tg-footer-widget-area {
		width: 100%;
	}
	.tg-menu-item-cart .cart-page-link {
		display: inline-block;
	}
	.tg-menu-item-cart .cart-page-link .count {
		top: 0;
		right: -8px;
	}
}


@media screen and (max-width: 600px) {
	.header1{display: none}
	.tg-site-header-top {
		display: none;
	}
	.tg-site-footer .tg-site-footer-bar .tg-container--flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.tg-site-footer .tg-site-footer-bar .tg-site-footer-section-1,
	.tg-site-footer .tg-site-footer-bar .tg-site-footer-section-2 {
		width: 100%;
		margin: 0;
	}
	.tg-page-header .tg-container--flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.tg-page-header.tg-page-header--left-right .tg-page-header__title {
		margin-right: 0;
	}
	.tg-page-header.tg-page-header--left-right .breadcrumbs {
		margin-left: 0;
	}
	.tg-page-header.tg-page-header--right-left .tg-page-header__title {
		margin-left: 0;
	}
	.tg-page-header.tg-page-header--right-left .breadcrumbs {
		margin-right: 0;
	}
}

@media screen and (max-width: 480px) {
	.site-branding {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}


.tg-site-header--center .tg-header-action-list .tg-header-action__item.tg-mobile-toggle, .tg-site-header--right .tg-header-action-list .tg-header-action__item.tg-mobile-toggle {
	margin-left: 0;
}

.tg-header-action-list .tg-header-action__item.tg-mobile-toggle .tg-icon-bars {
	font-size: 1.5rem;
	line-height: 1.2;
}

body, html {
	overflow-x: hidden;
}
.menu a:hover{
	color: #074DB6;
}
input.wpcf7-submit:hover,
.purple_button:hover{
	background: #ABC9F6;
}



#social-links-menu {
	max-height: 0;

	pointer-events: none;
	transition: all 0.5s ease; /* анімація зміни висоти */
	z-index: 1;

}

#social-links-menu.social-links-menu-opened {

	pointer-events: auto;
}

#social-links-menu ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 8px;
	background: #ABC9F6;
	border-radius: 50px;
	padding: 12px;
	position: relative;
	bottom: -6px;
}

.social-links-fixed {
	position: fixed;
	bottom: 100px;
	right: 25px;
	overflow: hidden;
	border-radius: 50px;
}

.social-links-fixed a {
	display: flex;
}

.social-links-fixed a img {
	height: 30px;
}

.social-links-fixed:has(.social-links-menu-opened) .social-links-fixed__icon{
	background: url('/wp-content/uploads/2024/04/close-icon.svg') center / cover no-repeat;
}

.social-links-fixed__btn {
	background: #ABC9F6;
	border-radius: 50%;
	width: 54px;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
	cursor: pointer;
}

.social-links-fixed__icon {
	background: url('/wp-content/uploads/2024/04/email-icon.svg') center / cover no-repeat;
	width: 24px;
	height: 24px;
}

.social-links-fixed__icon

.mob-wid-column a{
	display: block;
}


@media screen and (min-width: 768px) and (max-width: 991px){
	#mobile-navigation{
		width: 400px;
	}
}
@media screen and (max-width: 991px){
	#site-navigation .header-menu-wrap{
		display: none;
	}
}
@media screen and (max-width: 768px){
	.social-links-fixed {
		bottom: 100px;
		right: 15px;
	}


	.tg-mobile-navigation{
		width: 100% !important;
	}
}
@media screen and (min-width: 991px){
	.site-header{
		padding: 33px 0;
	}
	.site-header.fixed-header{
		padding: 13px 0;
	}
}
.site-header{
	background: linear-gradient(118deg, #e6eefe 0%, #f3faff 100%);
}
@media screen and (max-width: 767px){
	body .site-header{
		background: unset;
	}
}
.headerblock{

	position: fixed;
	z-index: 99999999;
	left: 0;
	width: 100%;
	top: 0;
}
.site-header.fixed-header{
	background: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(64px);
}
.site-header{
	transition: all 0.5s;
}
.tg-block.tg-block--two .header-menu-wrap ul{
	justify-content: flex-end;
	gap: 10px;
}
.tg-overlay-wrapper.overlay-show{
	display: none;
}

.tg-site-header-bottom.overlay .overlay {
	background: rgba(0, 0, 0, 0.47);
	position: absolute;
	height: 100vh;
	width: 100vw;
	top: 0px;
}
.tg-block.tg-block--two .header-menu-wrap a{
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
    gap: 5px;
    align-items: center;
}
.tg-block.tg-block--two .header-menu-wrap a:hover{
	color: #074DB6;
}
.tg-header-action__item{
	display: flex;
}
.tg-header-action-list{
	justify-content: flex-end;
}
@media screen and (min-width: 991px) and (max-width: 1200px){
.tg-block.tg-block--two .header-menu-wrap a{
    font-size:12px;
}

    .tg-mobile-navigation li.page_item_has_children .tg-submenu-toggle, .tg-mobile-navigation li.menu-item-has-children .tg-submenu-toggle, .header-menu-wrap .menu-item-has-children>a:after {
        height: 20px;
        width: 10px;
        background-size: 10px;
    }
}
@media screen and (max-width: 991px){
	body .mob-wid-column{
		margin-bottom: 80px;
	}
	.mob-wid{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.mob-wid-column a{
		font-weight: 500;
		font-size: 21px;
		line-height: 110%;
		letter-spacing: -0.03em;
	}
	.mob-wid-column ul{
		gap: 35px;
	}
	.mob-wid-column ul.sub-menu{
		gap: 5px;
	}
	.mob-wid-column li{
		display: flex;
		justify-content: center;
	}
	.mob-wid-column li.menu-item-has-children {
		flex-direction: row;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;

	}

	.mob-wid-column li.menu-item-has-children.submenu--show .sub-menu {
		padding: 0;
		max-height: unset;
		overflow-y: hidden;
		display: flex;
		flex-direction: column;
		flex-basis: 100%;
	}

	ul li.menu-item-has-children.submenu--show .sub-menu .sub-menu {
          max-height: unset!important;
		visibility: visible!important;
	}

	ul li.menu-item-has-children.submenu--show .sub-menu .sub-menu li a{
		display: flex;
		align-items: center;
		gap: 5px;
	}

	ul li.menu-item-has-children.submenu--show .sub-menu .sub-menu li a:before {
		content: '';
		width: 12px;
		height: 2px;
		background: #1E1E1E;
	}
	.submenu--show .tg-submenu-toggle{
		transform: rotate(180deg);
	}
	.mob-wid-column li.menu-item-has-children .sub-menu li {
		margin-top: 15px;
	}
	.site-header{
		padding: 30px 0;
	}
	.site-header.fixed-header{
		padding: 20px 0;
	}
	.mob-wid .menu{
		flex-direction: column;
	}
}

@media screen and (max-width: 991px){
.middle_education .purple_button {
	margin-top: 40px;
}
}

@media screen and (max-width: 991px) {
    body .educationalsingle-facilities__slide-body {
        border-radius: 20px 20px 40px 40px!important;
    }

	body.single-programs .wp-block-columns {
		gap: 0;
	}
}

.tax-institution-cat .educationalsingle-facilities__slide-row .educationalsingle-facilities__slide-item:first-child {
	display: none;
}


.seotext-wrap ol {
    display: flex;
    flex-direction: column;
    gap: 23px;
}

.seotext-wrap ol li {
   counter-increment: list-counter;
    font-size: 19px;
    position: relative;
    padding-left: 50px;
    margin-bottom: 10px;
}

.seotext-wrap ol li::before {
    content: counter(list-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    background-color: #D4C4FC;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.seotext-wrap ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.seotext-wrap ul li {
    padding-left: 32px;
    position: relative;
    font-size: 19px;
    margin: 0;
}

.seotext-wrap ul li::before {
    content: '';
    width: 12px;
    height: 12px;
    background: center / contain no-repeat url(/wp-content/uploads/2024/08/list-ellipse.svg);
    position: absolute;
    top: 8px;
    left: 0px;
}
.padding14{
	padding:14px;
}


/* List standard */

.default-list ul {
    list-style: none;
}
.default-list ul li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    min-width: 24px;
    height: 24px;
    background: center / contain no-repeat url(/wp-content/plugins/custom-widgets/program-list/circle-check-fill.svg);
    display: block;
}

.default-list ul li {
    position: relative;
    padding-left: 34px;
}

.default-list ul li:not(:last-child) {
    margin-bottom: 15px;
}

/* Text color */

.text-color-000,
.text-color-000 * {
    color: #000;
}

.text-color-1B1,
.text-color-1B1 * {
    color: #1B1E21;
}

.text-color-686,
.text-color-686 * {
    color: #686a79;
}

/* Text size */
.text-16,
.text-16 * {
    font-size: 16px;
    line-height: 1.4;
}

.special-gradient-bg .wp-block-cover__background{
    background: linear-gradient(61deg, #b8d0f8 0%, #d4defb 100%) !important;
}
.gradient-section{
	background: radial-gradient(127.93% 151.29% at 12.47% 29.59%, #C3DAF9 0%, #E8EAFF 100%) !important;

}

.vacancies-single-wrap {
    padding-top: 120px;
    background: linear-gradient(61deg, #b8d0f8 0%, #d4defb 100%);
}

.vacancies-single-wrap .breadcrumb {
    margin-bottom: 40px;
}

.vacancies-single-wrap .breadcrumb a{
    color: #565656;
}

.vacancies-single-wrap .breadcrumb .current-item {
    color: #1E1E1E;
}

.vacancies-single__heading {
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}
.footer_about_text .ti-widget.ti-goog .ti-header{
	padding: 12px 20px;
}
.footer_about_text .ti-widget.ti-goog{
	display: flex;
	justify-content: flex-start;
}
.footer_about_text .ti-widget.ti-goog.ti-disable-animation .ti-widget-container{
	margin: 0;
	margin-top: 15px;
}
.footer_about_text .ti-widget.ti-goog .ti-header .ti-fade-container{
	flex-direction: column;
	row-gap: 4px !important;
}
body:not(.tax-institution-cat) .seotext-wrap{
	overflow-y: visible;
	max-height: none;
	overflow-x: hidden;
}
.h2 {
	font-weight: 600;
	line-height: 0.9;
	letter-spacing: -0.03em;
	color: #1E1E1E;
	margin-bottom: 0;
}
body .h2 {
	margin-bottom: 20px;
}
.seotext-wrap .h2 {
	font-size: 1.5em;
}
