/*
Theme Name: MyShyft
Theme URI: https://myshyft.local
Author: MyShyft
Author URI: https://myshyft.local
Description: Block-based theme for MyShyft. Uses Gutenberg blocks and theme.json.
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.4
Version: 1.0.20
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: myshyft
Tags: full-site-editing, block-patterns, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, wide-blocks
*/

/* Theme uses theme.json for design tokens. Add overrides below if needed. */

/* Slider: prevent FOUC before JS init */
.wp-block-myshyft-slider:not([data-myshyft-slider-ready="1"]) {
	visibility: hidden;
	overflow: hidden;
}

.wp-block-myshyft-slider[data-myshyft-slider-ready="1"] {
	visibility: visible;
}

.wp-site-blocks main {
	overflow-x: hidden;
	max-width: 100vw;
}

* {
	outline: none !important;
}

a {
	text-decoration-thickness: 1px;
	text-underline-offset: 0.1em;
}

.for-orgs,
body.page-id-274 .for-pros {
	display: none !important;
}
body.page-id-274 .for-orgs {
	display: block !important;
}

a:not(:hover) {
	text-decoration: none;
}

select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Start Header */
body header>.wp-block-group {
	padding-top: 32px !important;
}

body header>.wp-block-group>.wp-block-group {
	max-width: 1300px !important;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

body header>.wp-block-group {
	padding: 12px 12px 0 !important;
}

@media screen and (max-width: 1319px) {
	.wp-block-navigation__responsive-container-open {
		display: block !important;
	}

	.wp-block-navigation__responsive-container:not(.is-menu-open.has-modal-open) {
		display: none !important;
	}

	.wp-block-navigation__responsive-container-open {
		margin-right: 4px !important;
		background-size: 24px 24px;
		width: 24px;
		height: 24px;
		outline: none !important;
		background-repeat: no-repeat;
		background-position: center;
		background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.1875 3.75H2.8125C2.70937 3.75 2.625 3.83437 2.625 3.9375V5.4375C2.625 5.54062 2.70937 5.625 2.8125 5.625H21.1875C21.2906 5.625 21.375 5.54062 21.375 5.4375V3.9375C21.375 3.83437 21.2906 3.75 21.1875 3.75ZM21.1875 18.375H2.8125C2.70937 18.375 2.625 18.4594 2.625 18.5625V20.0625C2.625 20.1656 2.70937 20.25 2.8125 20.25H21.1875C21.2906 20.25 21.375 20.1656 21.375 20.0625V18.5625C21.375 18.4594 21.2906 18.375 21.1875 18.375ZM21.1875 11.0625H2.8125C2.70937 11.0625 2.625 11.1469 2.625 11.25V12.75C2.625 12.8531 2.70937 12.9375 2.8125 12.9375H21.1875C21.2906 12.9375 21.375 12.8531 21.375 12.75V11.25C21.375 11.1469 21.2906 11.0625 21.1875 11.0625Z' fill='%230E0F15'/%3E%3C/svg%3E%0A");
	}

	.wp-block-navigation__responsive-container-open svg {
		opacity: 0;
	}

	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
		padding: 0 !important;
	}

	.wp-block-navigation__responsive-container.is-menu-open {
		left: 12px !important;
		right: 12px !important;
		max-width: calc(100vw - 24px) !important;
		top: 58px !important;
		background-color: #ffffff !important;
		border-radius: 0 0 16px 16px !important;
		overflow: unset !important;
		padding: 24px 16px !important;
		bottom: auto !important;
		border: 1px solid #E5E5E5 !important;
		border-top: none !important;
	}

	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close {
		position: absolute;
		right: -4px;
		top: -54px;
		background: #ffffff;
		outline: none !important;
	}

	.wp-block-navigation .wp-block-navigation-item,
	.wp-block-navigation .wp-block-navigation-item a {
		width: 100% !important;
		box-sizing: border-box !important;
	}
}

body.home .hero a {
	display: flex;
	cursor: pointer;
	justify-content: center;
}

@media screen and (min-width: 1324px) {
	body.home .hero {
		width: 100vw !important;
		transform: translateX( calc( (100vw - 1300px) / -2 ) ) !important;
	}
	body.home .hero .wp-block-cover {
		min-height: 100vh !important;
	}
}
@media screen and (max-width: 1323px) {
	body.home .hero {
		width: 100vw !important;
		transform: translateX( -12px ) !important;
	}
	body.home .hero .wp-block-cover {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}
	body.home .hero .wp-block-cover {
		min-height: 680px;
	}
}

/* mobile-link: скрыт на десктопе, виден при max-width 1319px */
.wp-block-navigation-item.is-style-mobile-link {
	display: none !important;
}

@media screen and (max-width: 1319px) {
	.wp-block-navigation-item.is-style-mobile-link {
		display: list-item !important;
	}
}

.wp-block-navigation.is-style-header-navigation .wp-block-navigation-item>a {
	padding: 12px 16px;
	border-radius: 14px;
	text-decoration: none !important;
	white-space: nowrap;
	line-height: 1;
	outline: none !important;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.wp-block-navigation.is-style-header-navigation .has-child>a {
	display: flex;
	gap: 4px;
}

.wp-block-navigation.is-style-header-navigation .wp-block-navigation__submenu-icon {
	outline: none !important;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	z-index: 1;
}

.wp-block-navigation.is-style-header-navigation .wp-block-navigation__submenu-icon svg {
	display: none !important;
}

.wp-block-navigation.is-style-header-navigation .has-child>a:after {
	content: "";
	width: 16px;
	height: 16px;
	display: block;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	transition: transform 0.3s ease;
	transform-origin: center;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 5.5L8 10.5L3 5.5' stroke='%230E0F15' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

@media screen and (min-width: 1320px) {

	.wp-block-navigation.is-style-header-navigation>.wp-block-navigation-item.current-menu-item a,
	.wp-block-navigation.is-style-header-navigation>.wp-block-navigation-item:hover>a {
		background-color: var(--wp--preset--color--color-00-bdcb) !important;
		color: #ffffff !important;
	}

	.wp-block-navigation.is-style-header-navigation .has-child:has(.current-menu-item)>a {
		background-color: var(--wp--preset--color--color-00-bdcb) !important;
		color: #ffffff !important;
	}

	.wp-block-navigation.is-style-header-navigation .has-child:has(.current-menu-item) ul .current-menu-item a {
		color: var(--wp--preset--color--color-00-bdcb) !important;
	}

	.wp-block-navigation.is-style-header-navigation .has-child:has(.current-menu-item)>a:after {
		background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 5.5L8 10.5L3 5.5' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	}

	.wp-block-navigation.is-style-header-navigation .has-child:hover>a {
		background-color: var(--wp--preset--color--color-00-bdcb) !important;
		color: #ffffff !important;
	}

	.wp-block-navigation.is-style-header-navigation .has-child:hover>a:after {
		transform: rotate(180deg);
		background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 5.5L8 10.5L3 5.5' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	}
}

.wp-block-navigation.is-style-header-navigation .has-child .wp-block-navigation__submenu-container:before {
	content: "";
	position: absolute;
	left: 0;
	top: -10px;
	height: 10px;
	width: 100%;
}

.wp-block-navigation.is-style-header-navigation .has-child .wp-block-navigation__submenu-container {
	right: 0;
	left: auto;
	top: calc(100% + 10px);
	box-shadow: -3px -3px 10px rgba(79, 79, 79, 0.05), 5px 5px 10px rgba(79, 79, 79, 0.05);
	border-radius: 20px;
	background: #FFFFFF;
	padding: 20px;
	gap: 40px;
	border: none;
}

.wp-block-navigation.is-style-header-navigation .has-child .wp-block-navigation__submenu-container a {
	padding: 0 !important;
	transition: color 0.3s ease;
}

@media screen and (min-width: 1320px) {
	.wp-block-navigation.is-style-header-navigation .has-child .wp-block-navigation__submenu-container a:hover {
		color: var(--wp--preset--color--color-00-bdcb) !important;
	}
}

@media screen and (max-width: 1319px) {
	.wp-block-navigation.is-style-header-navigation .has-child .wp-block-navigation__submenu-container {
		padding: 0 !important;
		width: 100% !important;
		box-shadow: none !important;
		display: none !important;
	}

	.wp-block-navigation.is-style-header-navigation .has-child:has(.wp-block-navigation__submenu-icon[aria-expanded="true"]) .wp-block-navigation__submenu-container {
		display: flex !important;
	}

	.wp-block-navigation.is-style-header-navigation .has-child:has(.wp-block-navigation__submenu-icon[aria-expanded="true"])>a:after {
		transform: rotate(180deg);
	}

	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
		width: 100%;
	}

	.wp-block-navigation.is-style-header-navigation .has-child .wp-block-navigation__submenu-container a {
		padding: 0 8px !important;
	}

	.wp-block-navigation.is-style-header-navigation .wp-block-navigation-item a {
		padding: 12px 8px !important;
	}

	.wp-block-navigation.is-style-header-navigation .has-child .wp-block-navigation__submenu-container {
		margin: 20px 0 !important;
	}

	.wp-block-navigation.is-style-header-navigation .has-child .wp-block-navigation__submenu-container a {
		color: #6B7280 !important;
	}

	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
		display: block;
		height: 40px;
	}

	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
		max-height: calc(100vh - 120px) !important;
		overflow-y: auto !important;
		overflow-x: hidden !important;
		outline: none !important;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}

	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content::-webkit-scrollbar {
		display: none;
	}

	.wp-block-navigation__responsive-container.is-menu-open {
		animation: none !important;
		transform: unset !important;
		opacity: 1 !important;
	}

	header:has(.is-menu-open)>.wp-block-group>.wp-block-group>.wp-block-group {
		border-bottom-left-radius: 0 !important;
		border-bottom-right-radius: 0 !important;
	}

	.mobile-btn a {
		padding: 12px 8px !important;
		text-align: center !important;
		border-radius: 14px !important;
		border: 1px solid #E5E5E5 !important;
	}

	.mobile-btn-colored a {
		background-color: var(--wp--preset--color--color-00-bdcb) !important;
		color: #ffffff !important;
		padding: 12px 8px !important;
		text-align: center !important;
		border-radius: 14px !important;
		border: 1px solid var(--wp--preset--color--color-00-bdcb) !important;
	}

	.is-style-mobile-link {
		margin-top: 12px !important;
	}
}

.wp-block-search.is-style-simple,
.wp-block-search.is-style-simple .wp-block-search__inside-wrapper {
	position: relative;
}
.wp-block-search.is-style-simple .wp-block-search__inside-wrapper .wp-block-search__button {
	font-size: 0;
	line-height: 0;
	background-color: transparent;
	border: none;
	width: 24px;
	height: 40px;
	display: block;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 21L17.5001 17.5M20 11.5C20 16.1944 16.1944 20 11.5 20C6.80558 20 3 16.1944 3 11.5C3 6.80558 6.80558 3 11.5 3C16.1944 3 20 6.80558 20 11.5Z' stroke='%230E0F15' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-right: 8px;
}
.wp-block-search.is-style-simple .wp-block-search__label {
	display: none;
}
.wp-block-search.is-style-simple.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input {
	height: 40px;
}
.wp-block-search.is-style-simple.wp-block-search__button-only .wp-block-search__input {
    position: absolute;
    right: 50px;
    z-index: 1000;
    height: 100%;
    width: 565px;
	border: 1px solid #E5E5E5;
	background-color: #ffffff;
	box-shadow: inset 0 0 0 20px #ffffff;
	border-radius: 14px;
	padding: 8px 16px;
}
.wp-block-search.is-style-simple.wp-block-search__button-only .wp-block-search__input::placeholder {
	color: #757887;
}
.wp-block-search.is-style-simple.wp-block-search__button-only .wp-block-search__input::-webkit-search-cancel-button,
.wp-block-search.is-style-simple.wp-block-search__button-only .wp-block-search__input::-webkit-search-decoration {
	-webkit-appearance: none;
	appearance: none;
}
.wp-block-search.is-style-simple.wp-block-search__button-only .wp-block-search__input::-ms-clear {
	display: none;
}

@media screen and (max-width: 1319px) {
	.wp-block-search.is-style-simple {
		width: 100%;
	}
	.wp-block-search.is-style-simple.wp-block-search__button-only .wp-block-search__input {
		min-height: 40px !important;
		min-width: auto !important;
		position: relative !important;
		max-width: calc(100% - 90px);
		right: unset;
	}
	.wp-block-search.is-style-simple .wp-block-search__inside-wrapper {
		justify-content: space-between;
	}
	.wp-block-search.is-style-simple .wp-block-search__inside-wrapper .wp-block-search__button {
		width: 71px;
		font-family: 'Figtree', sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 40px;
		color: #0E0F15;
		padding: 0 20px 0 0 !important;
		background-size: 16px;
		margin: 0;
		background-position: right center;
		margin-left: 8px;
	}

	.wp-block-search.is-style-simple.wp-block-search__searchfield-hidden {
		justify-content: flex-start;
	}
	.wp-block-search.is-style-simple.wp-block-search__searchfield-hidden .wp-block-search__input {
		display: none;
	}
}

/* End Header */

/* Start Line-height */
.has-80-b-font-size {
	line-height: clamp(2.625rem, -2.0417rem + 9.7222vw, 5.25rem) !important;
	font-weight: bold !important;
}

.has-56-b-font-size {
	line-height: clamp(2.5rem, -0.3889rem + 6.0185vw, 4.125rem) !important;
	font-weight: bold !important;
}

.has-32-b-font-size {
	line-height: 40px !important;
	font-weight: bold !important;
}

.has-28-b-font-size {
	line-height: clamp(1.625rem, 0.0694rem + 3.2407vw, 2.5rem) !important;
	font-weight: bold !important;
}

.has-20-b-font-size {
	line-height: 26px !important;
	font-weight: bold !important;
}

.has-20-m-font-size {
	line-height: 26px !important;
	font-weight: 500 !important;
}

.has-20-r-font-size {
	line-height: 26px !important;
}

.has-18-b-font-size {
	line-height: 26px !important;
	font-weight: bold !important;
}

.has-18-m-font-size {
	line-height: 26px !important;
	font-weight: 500 !important;
}

.has-18-r-font-size {
	line-height: 26px !important;
	font-weight: normal !important;
}

.has-16-b-font-size {
	line-height: 24px !important;
	font-weight: bold !important;
}

.has-16-m-font-size {
	line-height: 24px !important;
	font-weight: 500 !important;
}

.has-16-r-font-size {
	line-height: 24px !important;
	font-weight: normal !important;
}

.has-14-m-font-size {
	line-height: 20px !important;
	font-weight: 500 !important;
}

.has-14-r-font-size {
	line-height: 18px !important;
	font-weight: normal !important;
}

.has-10-sb-font-size {
	line-height: 14px !important;
	font-weight: 600 !important;
}

.has-10-m-font-size {
	line-height: 14px !important;
	font-weight: 500 !important;
}

/* End Line-height */

/* Start Cover */
.has-hero-gradient-background {
	transform: matrix(-1, 0, 0, 1, 0, 0);
}

@media screen and (max-width: 768px) {
	.wp-block-cover:has(.has-hero-gradient-background) img {
		display: none;
	}

	.has-hero-gradient-background {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.54) 55.68%, rgba(0, 0, 0, 0) 100%) !important;
	}
}

/* End Cover */

/* List: Star style */
.wp-block-list.is-style-star {
	padding: 0;
	list-style: none;
}

.wp-block-list.is-style-star li {
	padding-left: 32px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 16px 16px;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.69444 1.39356C7.80913 1.12207 8.19386 1.12207 8.30855 1.39356L10.1267 5.69747C10.1605 5.77741 10.2241 5.84104 10.3041 5.87481L14.608 7.69297C14.8795 7.80766 14.8795 8.1924 14.608 8.30709L10.3041 10.1253C10.2241 10.159 10.1605 10.2226 10.1267 10.3026L8.30855 14.6065C8.19386 14.878 7.80913 14.878 7.69444 14.6065L5.87628 10.3026C5.8425 10.2226 5.77888 10.159 5.69893 10.1253L1.39502 8.30709C1.12353 8.1924 1.12353 7.80766 1.39502 7.69297L5.69893 5.87481C5.77888 5.84104 5.8425 5.77741 5.87628 5.69747L7.69444 1.39356Z' stroke='white' stroke-width='1.33333'/%3E%3C/svg%3E%0A");
}

/* Group/Row/Grid: reverse inner order on mobile (< 768px) */
@media (max-width: 767px) {

	.wp-block-group.is-style-reverse-mobile,
	.wp-block-group.is-style-reverse-mobile .wp-block-group__inner-container,
	.wp-block-group.is-style-reverse-mobile [class*="wp-container-core-group"] {
		display: flex;
		flex-direction: column-reverse;
		align-items: stretch;
		height: auto;
		min-height: 0;
	}

	.wp-block-group.is-style-reverse-mobile [class*="wp-container-core-group"]>* {
		height: auto;
		min-height: 0;
	}

	.wp-block-group.is-style-reverse-mobile>* {
		flex-basis: auto;
	}
}

/* Group: overflow hidden */
.wp-block-group.is-style-overflow-hidden {
	overflow: hidden;
}

/* Group: hidden when viewport < 1320px */
@media (max-width: 1319px) {
	.wp-block-group.is-style-hidden-tablet {
		display: none !important;
	}
}

/* Group: hidden when viewport > 1300px */
@media (min-width: 1301px) {
	.wp-block-group.is-style-hidden-desktop {
		display: none !important;
	}
}

/* Group: order last on mobile (< 768px) */
@media (max-width: 767px) {
	.wp-block-group.is-style-order-last {
		order: 1;
		width: 100%;
	}
}

/* Group/Row/Grid: stretch inner items full width on mobile (< 768px) */
@media (max-width: 767px) {

	.wp-block-group.is-style-stretched-mobile,
	.wp-block-group.is-style-stretched-mobile .wp-block-group__inner-container {
		display: flex;
		flex-direction: column;
		align-items: stretch;
	}

	.wp-block-group.is-style-stretched-mobile [class*="wp-container-core-group"]>* {
		width: 100%;
		min-width: 0;
	}
}

/* Start Contact Form */
.myshyft-form p {
	margin: 0;
}

.myshyft-form-row+.myshyft-form-row {
	margin-top: 20px;
}

.myshyft-form-control {
	position: relative;
	padding: 32px 12px 14px;
	background-color: #ffffff;
	border: 1px solid #E8EAEC;
	border-radius: 16px;
}

.myshyft-form-control:has(input:focus),
.myshyft-form-control:has(select:focus),
.myshyft-form-control:has(textarea:focus) {
	border-color: #3CBBCA;
}

.myshyft-form-control:has(.wpcf7-not-valid-tip) {
	border-color: red;
}

.myshyft-form-label {
	position: absolute;
	top: 14px;
	left: 12px;
}

.myshyft-form-label p {
	font-family: 'Figtree', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 10px;
	line-height: 14px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #757887;
	margin: 0;
}

.myshyft-form-control input,
.myshyft-form-control select,
.myshyft-form-control textarea {
	background-color: transparent;
	box-shadow: inset 0 0 0 20px #ffffff;
	line-height: 18px;
	color: #222429;
	font-family: 'Figtree', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	border: none;
	padding: 0;
	outline: none;
	display: block;
	width: 100%;
	box-sizing: border-box;
	max-height: 78px;
	resize: none;
}

.myshyft-form-control input::placeholder,
.myshyft-form-control select::placeholder,
.myshyft-form-control textarea::placeholder {
	color: #757887;
}

.myshyft-form-control textarea {
	min-height: 78px;
}

.myshyft-form-control {
	position: relative;
}

.myshyft-form-control:has(select):after {
	content: '';
	z-index: 1;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-position: center;
	width: 16px;
	height: 16px;
	pointer-events: none;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23757887' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-size: 16px 16px;
}

.myshyft-form .wpcf7-not-valid-tip,
.myshyft-form .wpcf7-response-output,
.myshyft-form .wpcf7-spinner {
	display: none !important;
}

.myshyft-form-control:has(.wpcf7-submit) {
	border: none !important;
	padding: 0 !important;
}

.myshyft-form-control .wpcf7-submit {
	background: #3CBBCA;
	border-radius: 16px;
	height: 62px;
	padding: 17px 55px 17px 16px;
	color: #FFFFFF;
	font-family: 'Figtree', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 17px;
	display: block;
	box-shadow: none;
	cursor: pointer;
	transition: background-color 0.3s ease;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.52148 12.6667L13.9995 8.00008L9.52148 3.33342' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cline x1='0.75' y1='-0.75' x2='11.072' y2='-0.75' transform='matrix(-1 0 0 1 13.8223 8.64551)' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: left 60% center;
	background-size: 16px 16px;
}

.myshyft-form-control .wpcf7-submit:hover {
	background-color: #019DB6;
}

.myshyft-form-control .iti__selected-country-primary {
	padding: 0;
	background-color: transparent !important;
}

.myshyft-form .iti__flag {
	transform-origin: 50% 50%;
	transform: scale(1.25);
	box-shadow: none;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #E9EBF0;
	background-size: var(--iti-flag-sprite-width) 12px;
}

.myshyft-form .fluentform button.iti__selected-country,
.myshyft-form .wpcf7-form button.iti__selected-country,
.myshyft-form .elementor-field-type-spf-tel button.iti__selected-country {
	background-color: transparent !important;
}

.myshyft-form .iti__search-input {
	padding: 12px !important;
}

.myshyft-form .iti--inline-dropdown .iti__dropdown-content {
	box-shadow: none;
	border: 1px solid #E8EAEC;
}

.myshyft-form .iti__arrow {
	width: 16px;
	height: 16px;
	border: none !important;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23757887' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.myshyft-form-row.flex-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
}

.myshyft-form-row.flex-row>* {
	width: calc(50% - 10px);
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7-response-output {
	display: none !important;
}

@media screen and (max-width: 768px) {
	.myshyft-form-row.flex-row {
		flex-wrap: wrap;
	}

	.myshyft-form-row.flex-row>* {
		width: 100%;
	}
}

@media screen and (max-width: 500px) {
	.myshyft-form-control .wpcf7-submit {
		background-position: left 70% center;
		padding: 17px 40px 17px 16px;
	}
}

/* End Contact Form */

/* Start Buttons */
.wp-block-button .wp-block-button__link {
	transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
	background-color: #019DB6 !important;
	border-color: #019DB6 !important;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
	color: #0d0d0d !important;
}

.wp-block-button.is-style-outline .wp-block-button__link img {
	transition: filter 0.3s ease;
}

.wp-block-button.is-style-outline .wp-block-button__link.has-color-0-d-0-d-0-d-color:hover {
	color: #019DB6 !important;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover img {
	filter: brightness(0);
}

.wp-block-button .wp-block-button__link img {
	margin-bottom: -4px;
	margin-left: 4px;
}

@media screen and (max-width: 768px) {
	.wp-block-button {
		width: 100%;
	}
}

/* End Buttons */

/* Start FAQ */
.wp-block-details {
	padding: 20px;
	background-color: #D2F5F973;
	border-radius: 24px;
}

.wp-block-details summary {
	position: relative;
	font-family: 'Figtree', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	color: #222429;
	list-style: none;
	padding-right: 40px;
	min-height: 32px;
}

.wp-block-details summary::-webkit-details-marker,
.wp-block-details summary::marker {
	display: none;
}

.wp-block-details summary:after {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1263_1024)'%3E%3Crect width='32' height='32' rx='15' fill='white'/%3E%3Cpath d='M15.9993 6.66663V25.3333M6.66602 16H25.3327' stroke='%23222429' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1263_1024'%3E%3Crect width='32' height='32' rx='15' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 32px 32px;
	width: 32px;
	height: 32px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.3s ease;
}

.wp-block-details[open] summary:after {
	transform: translateY(-50%) rotate(45deg);
}

.wp-block-details * {
	outline: none;
}

.wp-block-details p {
	margin: 12px 0 0;
	background-color: #ffffff;
	padding: 20px;
	border-radius: 16px;
	font-family: 'Figtree', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
}

.wp-block-details+.wp-block-details {
	margin-top: 12px;
}

/* End FAQ */

/* Start Map */
.imapsSprite-group {
	stroke-width: 1px !important;
}
/* End Map */

/* Start Popup */
.popup-success {
	position: fixed;
	z-index: 99999999999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	padding: 16px;
}
.popup-success.active {
	display: flex !important;
}
.backdrop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-color: #0D0D0D33;
}
.popup-success--content {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 32px;
	gap: 24px;
	background: #FFFFFF;
	box-shadow: -3px -3px 10px rgba(79, 79, 79, 0.05), 5px 5px 10px rgba(79, 79, 79, 0.05);
	border-radius: 24px;
	position: relative;
	width: 100%;
	max-width: 360px;
}
.popup-success--content svg {
	display: block;
	max-width: 153.5px;
	margin: 0 auto;
}
.popup-success--content h3 {
	text-align: center;
	font-family: 'Figtree', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	color: #0C0C0D;
	margin: 0;
}
.popup-success--content p {
	font-family: 'Figtree', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #0D0D0D;
	width: 100%;
}
.popup-success--content button {
	padding: 12px 16px;
	width: 100%;
	height: 41px;
	background: #00BDCB;
	border-radius: 14px;
	font-family: 'Figtree', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 17px;
	color: #FFFFFF;
	border: none;
	cursor: pointer;
	transition: background-color 0.3s ease;
}
.popup-success--content button:hover {
	background-color: #019DB6;
}
body:has(.popup-success.active) {
	overflow: hidden;
}
/* End Popup */