/*
CTC Separate Stylesheet
Updated: 2024-02-18 13:07:01
*/
@font-face {
  font-family: Stolzl;
  src: url(/wp-content/themes/kadence-child/fonts/stolzl_bold.otf);
  font-weight: 600;
}
@font-face {
  font-family: Stolzl;
  src: url(/wp-content/themes/kadence-child/fonts/stolzl_book.otf);
  font-weight: 300;
}
@font-face {
  font-family: Stolzl;
  src: url(/wp-content/themes/kadence-child/fonts/stolzl_light.otf);
  font-weight: 200;
}
@font-face {
  font-family: Stolzl;
  src: url(/wp-content/themes/kadence-child/fonts/stolzl_medium.otf);
  font-weight: 500;
}
@font-face {
  font-family: Stolzl;
  src: url(/wp-content/themes/kadence-child/fonts/stolzl_regular.otf);
  font-weight: 400;
}
@font-face {
  font-family: Stolzl;
  src: url(/wp-content/themes/kadence-child/fonts/stolzl_thin.otf);
  font-weight: 100;
}
:root {
	--global-body-font-family: Stolzl, var(--global-fallback-font);
	--global-heading-font-family: Stolzl, var(--global-fallback-font);
}
body, p {
	font-weight: 300;
}
h2, h3, h4, h5, h6 {
	font-weight: 400;
}
/* Телефон в шапке */
.phone-header_wrapper {
	display: flex;
    align-items: center;
    gap: 10px;
}
.phone-header__link {
	font-weight: 600;
    color: #130328;
    text-decoration: none !important;
    font-size: 18px;
}
.phone-header-block {
	line-height: 1.2em;
}
.phone-header_shedule {
	font-size: 12px;
	color: #130328;
}
.mobilephone-header_wrapper {
	justify-content: center;
}
.contact-header_wrapper {
	display: flex;
    gap: 10px;
    align-items: center;
}
.adress-header_metro {
	font-size: 16px;
}
/* Блок с офферами первый экран */
.title-offer__wrapper {
	display: flex;
    gap: 50px;
    background: #fff;
    border-radius: 30px;
    padding: 12px 50px;
	justify-content: center;
	max-width: 600px;
}
.title-offer_block {
	display: flex;
    align-items: center;
    justify-content: center;
}
.offer-block__ellipse {
	width: 16px;
    height: 16px;
    display: block;
    border-radius: 100px;
    background: #F23E22;
}
@media screen and (max-width: 767px) {
	.title-offer__wrapper {
		gap: 10px;
		padding: 10px 30px;
		max-width: 250px;
		position: relative;
        left: 50%;
        transform: translate(-50%, 0);
	}
	.offer-block__ellipse {
		width: 8px;
		height: 8px;
	}
	.mobile-menu__block {
		margin-top: 125px;
        margin-bottom: 80px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 80px;
	}
	.contact-header_wrapper  {
		flex-direction: column-reverse;
	}
}

/* Footer */
.logo-footer {
	text-align: center;
}
[data-section="sidebar-widgets-footer2"] .footer-widget-area-inner {
	display: flex;
    align-items: center;
}
.footer-widget-area>* {
	justify-content: center;
    align-items: center;
    display: flex;
}

/* Mobile header */
.drawer-inner .mobile-drawer-content {
	display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}

/* Fotm */
.form-call__input input {
	width: 100%;
	height: 50px;
	font-weight: 200;
}
.button-submit input {
	width: 260px;
	max-width: 100%;
    text-align: center;
    border-radius: 30px;
    height: 50px;
    line-height: 1em;
	font-weight: 300;
}
.form-call-request__title {
	font-size: 1.2em;
    line-height: 1.4em;
}
.form-call-request__title p {
	font-weight: 400;
}
.form-call__accept {
	margin: 0 0 0 -1em;
	font-size: 12px;

	line-height: 1.4em;
}
.form-call__accept p {
    font-weight: 200;	
}
@media screen and (max-width: 768px) {
	.button-submit input {
		width: 100%;
		margin-bottom: -35px;
	}
}

/*Hide Captcha */
.grecaptcha-badge {
	    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;
    width: 1px;
    word-wrap: normal !important; 
}

