/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
::placeholder { color: #3B3B3D; }
::-webkit-input-placeholder { color: #3B3B3D; }
::-moz-placeholder { color: #3B3B3D; opacity: 1; }
:-ms-input-placeholder { color: #3B3B3D; }

.rank-math-breadcrumb {
	font-family: "Cuprum", sans-serif;
  	font-size: 16px;
  	line-height: 1;
}
.rank-math-breadcrumb .separator {
	margin: 0 5px;
}
.rank-math-breadcrumb p {
	margin: 0;
}

.elementor-slideshow__footer {
	display: none;
}
.elementor-button {
    position: relative;
    background: none !important;
}
.elementor-button span {
    position: relative;
    z-index: 2;
}
.elementor-button:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ED1D24;
    transform: skewX(-26deg);
    z-index: 1;
    transition: all linear 0.25s;
}
.elementor-button:hover {
    color: #fff !important;
}
.elementor-button:hover:after {
    background: #3B3B3D;
}
.logo_block .elementor-image-box-img {
	margin-right: 60px !important;
}
.logo_block img {
  	width: 180px;
  	max-width: 180px;
  	display: block;
}
.head_but {
	margin: 0 40px;
}
.th1 span {
    color: #ED1D24;
}
.th1 .elementor-heading-title {
    font-size: 70px;
    line-height: 77px;
}

.cont_icon .elementor-icon {
    border: 1.5px solid #ED1D24;
	width: 36px;
	height: 36px;
}
.cont_icon svg {
	width: 24px;
    height: 24px;
    fill: #ED1D24;
}
.cont_icon svg:hover {
	fill: #FFFFFF;
}
.cont_icon .elementor-icon:hover {
	background: #1E1D1C;
	border: 1.5px solid #1E1D1C;
}
.cont_icon a {
    background: none;
}
.cont_icon span+span {
	margin-left: 10px;
}
.elementor-location-header .cont_icon span + span {
  	margin-left: 6px;
}
.list_cont .elementor-icon-list-text {
    padding-left: 0 !important;
}
.list_cont svg {
    margin: 0 !important;
}
.list_cont .elementor-icon-list-item:first-child .elementor-icon-list-text {
	font-weight: 700;
}
.elementor-location-header .elementor-icon-list-item:first-child .elementor-icon-list-text {
	font-size: 28px;
}
.preim_ic {
	background: #FFF7EA;
    padding: 48px 51px 57px 48px;
    max-width: 460px !important;
    max-height: 260px !important;
}
.preim_ic .elementor-icon-box-wrapper {
	position: relative;	
}
.preim_ic svg {
	height: 70px;
    width: 70px;
}
.preim_ic .elementor-icon-box-title {
	font-size: 20px;
	margin: 0;
    padding-left: 85px;
	min-height: 72px;
	font-family: Cuprum;
}
.preim_ic .elementor-icon-box-icon {
    position: absolute;
    top: 0;
    left: 0;	
}
.preim_ic .elementor-icon-box-description {
	font-size: 18px;
    line-height: 23.4px;
    padding-top: 12px;
}
.elementor-swiper-button {
    background: #1E1D1C;
    align-items: center;
    height: 54px;
    width: 54px;
    justify-content: center;
}
.elementor-swiper-button:hover {
	background: #ED1D24;
}


.cat_grid .elementor-widget-image-carousel {
    max-width: 580px !important;
}
.cat_grid .e-loop-item {
	padding: 5px;
}
.cat_grid .e-loop-item > div {
	height: 100%;
}
.cat_grid img {
	display: block;
	height: 400px;
  	width: 100%;
  	object-fit: cover;
}
.cat_grid .elementor-widget-button {
	position: absolute;
  	right: 25px;
  	bottom: 20px;
}
.cat_grid .elementor-widget-button a {
	padding: 14px 42px;
}
.cat_grid p:last-child {
	margin:0;
}
.cat_grid.elementor-widget-loop-grid .e-loop__load-more {
	margin-top: 80px;
}
.cat_grid .elementor-element .swiper .elementor-swiper-button-prev {
	left: 0;
}
.cat_grid .elementor-element .swiper .elementor-swiper-button-next {
	right: 0;
}
.e-loop__load-more .elementor-button {
	background: #fff !important;
	border: 1px solid #ED1D24;
	color: #ED1D24;
	padding: 17px 73px;
}
.e-loop__load-more .elementor-button:hover {
	background: #1E1D1C !important;
	color: #fff;
	border: 1px solid #1E1D1C;
}
.e-loop__load-more .elementor-button:after {
	content: none;
}
.sivet_item {
    background: #FFF7EA;
  	padding: 48px 48px 40px;
}
.sivet_item .elementor-image-box-title {
    display: flex;
}
.sivet_item .elementor-image-box-title b {
    display: block;
    font-size: 64px;
    line-height: 1;
    margin-right: 33px;
    margin-top: -9px;
}
.main_grslid .e-loop-item > div {
	padding: 0;
}
.main_grslid .elementor-widget-theme-post-featured-image img {
	display: block;
	height: 260px;
	width: 100%;
	object-fit: cover;
	transition: all linear 0.25s;
}
.main_grslid .elementor-swiper-button {
	top: 113px !important;
  	transform: none !important;
	z-index: 3 !important;
}
.main_grslid .elementor-widget-button {
	position: absolute;
  	right: 25px;
  	bottom: -40px;
}
.main_grslid .elementor-widget-button a {
  	padding: 14px 42px;
}
@media (min-width: 1400px) {
	.main_grslid .elementor-widget-button {
		bottom: 20px;
	}
	.main_grslid .elementor-swiper-button {
		top: 158px !important;
	}
	.main_grslid > div:before, .main_grslid > div:after {
		content: "";
		display: block;
		position: absolute;
		top: 60px;
		height: 251px;
		width: 30%;
		z-index: 2;
	}
	.main_grslid > div:before {
		left: 0;
		background: linear-gradient(90deg, #F9F0E2 31.58%, rgba(249, 240, 226, 0) 100%);
	}
	.main_grslid > div:after {
		right: 0;
		background: linear-gradient(270deg, #F9F0E2 31.58%, rgba(249, 240, 226, 0) 100%);
	}
	.main_grslid .e-loop-item > div > div {
		max-height: 0px;
		opacity: 0;
		transition: all linear 0.25s;
	}
	.main_grslid .elementor-widget-theme-post-featured-image img {
		height: 251px;
	}
	.main_grslid .e-loop-item > div > div.elementor-widget-theme-post-featured-image {
		max-height: 400px;
		opacity: 1;
		padding-top: 60px
	}
	.main_grslid .swiper-slide-next.e-loop-item > div > div {
		max-height: 400px;
		opacity: 1;
	}
	.main_grslid .swiper-slide-next .elementor-widget-theme-post-featured-image img {
		height: 371px;
	}
	.main_grslid .swiper-slide-next.e-loop-item > div > div.elementor-widget-theme-post-featured-image {
		padding-top: 0
	}
}

.slide figure {
	padding: 0 10px;
}





.foot_form {
    display: flex;
	margin-top: 38px;
	padding-right: 15px;
}
.flex_form label {
    width: 100%;
}
.form_cont div {
    font-size: 16px;
    line-height: 19.2px;
}
form p:last-child {
	margin: 0;
}
.flex_form div+div {
	margin-top: 16px;
}
.flex_form textarea {
	height: 176px;
}
.wpcf7-spinner {
	position: absolute;
}
.privacy {
	padding-right: 35px;
}
.privacy a {
	color: #1E1D1C;
}
.subcon {
  	position: relative;
}
.subcon:hover:after {
	background: #3B3B3D;
}
.subcon p {
	position: relative;
	z-index: 2;
}
.subcon input[type="submit"] {
	width: 165px;
  	background: none;
  	border: 0;
	color: #fff;
	padding: 15px 23px;
}
.subcon:hover input[type="submit"], .subcon input[type="submit"]:focus {
  	background: none;
  	border: 0;
	color: #fff;
}
.subcon div {
    background-color: transparent;
    text-decoration: none;
    color: #c36;
}
.subcon:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ED1D24;
    transform: skewX(-26deg);
    z-index: 1;
    transition: all linear 0.25s;
}
.subcon:hover {
    color: #fff !important;
}
.subcon:hover:after {
    background: #3B3B3D;
}

.foot_addr a, .foot_addr .elementor-icon-list-text span {
    color: #fff;
    font-size: 20px;
    line-height: 1;
    margin-top: 12px;
    display: inline-block;
}
.foot_addr ul.elementor-icon-list-items {
    justify-content: space-between !important;
    row-gap: 48px;
}
.pum-container.pum-responsive {
	padding: 64px 118px 75px !important;
}
.pum-container.pum-responsive h2 {
	text-align: center;
	margin: 0 0 48px;
	font-family: "Cuprum", sans-serif;
	color: #ED1D24;
}
.pum-close {
	font-size: 0 !important;
	background: url(/wp-content/uploads/2024/12/close.svg) no-repeat center center !important;
}

@media (max-width: 1399px) {
	.head_but {
		margin: 0;
	}
	.logo_block .elementor-image-box-img {
		margin-right: 40px !important;
	}
	.cat_grid {
		--grid-row-gap: 30px !important;
		--grid-column-gap: 30px !important;
	}
	.cat_grid .elementor-widget-image-carousel {
	  	max-width: 544px !important;
	}
	.shap {
		background-size: auto 100%;
	}
	.shap > div {
		padding-bottom: 50px !important;
		padding-top: 30px !important;
	}
	.th1 .elementor-heading-title {
		font-size: 48px;
		line-height: 1;
	}
	.th2 .elementor-heading-title {
		font-size: 28px !important;
	}
	.main_grslid .swiper-slide {
		padding-bottom: 50px;
	}
}
@media (max-width: 1199px) {
	.logo_block .elementor-image-box-wrapper {
		flex-direction: column !important;
  		align-items: flex-start;
	}
	.logo_block .elementor-image-box-img {
		margin: 0 0 6px !important;
	}
	.logo_block img {
  		width: 125px;
	}
	.logo_block .elementor-image-box-title {
		font-size: 16px !important;
	}
	.elementor-location-header .elementor-icon-list-item:first-child .elementor-icon-list-text {
		  font-size: 20px;
	}
	.cat_grid .e-loop-item {
	  	padding: 0;
	}
	.cat_grid .e-loop-item > div {
	  	padding: 0;
	}
	.cat_grid .elementor-widget-image-carousel {
    	max-width: calc(50vw - 30px) !important;
  	}
	.pum-container.pum-responsive {
	  	padding: 64px 48px 35px !important;
	}
	.pric .preim_ic {
	  	padding: 30px 30px 30px;
	  	max-width: 50% !important;
	  	width: 50% !important;
	}
}
@media (max-width: 1024px) {
	.elementor-location-header > div > div {
		border-bottom: 1px solid #9B7E51;
	}
	.elementor-location-header .list_cont {
		margin: 0 13px 0 auto !important;
	}
	.elementor-location-header .elementor-icon-list-items {
		display: flex;
	}
	.elementor-location-header .elementor-icon-list-item:nth-child(n+1) .elementor-icon-list-text {
    	font-size: 0;
  	}
	.elementor-location-header .elementor-icon-list-item:nth-child(1) {
	  	padding-bottom: 0 !important;
	}
	.elementor-location-header .elementor-icon-list-item:nth-child(2) {
    	margin: 0 0 0 13px !important;
  	}
	.elementor-location-header .elementor-icon-list-icon {
	  	padding-right: 0 !important;
	}
	.logo_block .elementor-image-box-title {
		font-size: 14px !important;
		line-height: 1;
		margin-top: -3px;
 	}
	.menu_link a {
		display: block;
	}
	.logo_block {
		top: 8px;
	}
	.cat_grid.elementor-widget-loop-grid .e-loop__load-more {
	  	margin-top: 50px;
	}
	.e-loop__load-more .elementor-button {
	  	padding: 15px 85px;
	}
	.sivet_slide {
		padding-bottom: 76px;
	}
	.sivet_slide .swiper-slide > div {
		padding: 0;
	}
	.sivet_slide .sivet_item {
		height: 100%;
		padding: 24px;
	}
	.sivet_slide .elementor-image-box-description {
	  	font-size: 16px !important;
	  	line-height: 18.2px !important;
		margin-top: 20px;
	}
	.sivet_slide .elementor-image-box-content {
		text-align: center;
	}
	.sivet_item .elementor-image-box-title {
	  	flex-direction: column;
	}
	.sivet_item .elementor-image-box-title b {
	  	margin-right: 0;
	  	margin-top: 0;
		margin-bottom: 5px;
	}
	.elementor-swiper-button {
	  	top: 100% !important;
	  	transform: none !important;
	}
	.elementor-swiper-button-prev {
		margin: -54px 0 0 -62px;
	  	left: 50% !important;
	}
	.elementor-swiper-button-next {
		margin: -54px 0 0 8px;
	  	left: 50% !important;
	}
	.shap {
    	background-size: auto 312px;
  	}
	.shap > div {
    	padding-bottom: 330px !important;
    	padding-top: 32px !important;
  	}
	.th1 .elementor-heading-title {
    	font-size: 36px;
		max-width: 480px;
 	}
	.main_grslid .elementor-swiper-button-prev {
		margin: 0;
		left: 0 !important;
	}
	.main_grslid .elementor-swiper-button-next {
    	margin: 0;
    	left: auto !important;
		right: 0;
  	}
	.cat_grid img {
	  	height: 260px;
	}
}
@media (max-width: 767px) {
	.cat_grid {
    	--grid-row-gap: 48px !important;
	}
	.cat_grid .elementor-widget-image-carousel {
    	max-width: calc(100vw - 30px) !important;
  	}
	.cat_grid .elementor-widget-button {
	  	position: relative;
	  	right: auto;
	  	bottom: auto;
	  	text-align: center;
	}
	.cat_grid img {
	  	min-height: 260px;
	  	object-fit: cover;
	}
	.cat_grid .elementor-widget-button a {
	  	padding: 14px 40px;
	  	margin-top: 3px;
	}
	.sivet_slide .sivet_item > div {
    	display: flex;
    	align-items: center;
  	}
	.foot_addr ul.elementor-icon-list-items {
	  	row-gap: 24px;
	}
	.foot_addr ul.elementor-icon-list-items li {
		width: 100%;
		text-align: center !important;
	}
	.foot_menu ul > li > a {
	  	justify-content: center !important;
	}
	.tbr br {
		display: none;
	}
	.elementor-widget-theme-post-content .elementor-icon-list-item:nth-child(2) {
		margin-top: 12px;
	}
	.foot_form {
		display: flex;
		flex-direction: column;
		align-items: center;
        margin: 0;
        padding: 0;
	}
	.flex_form div+div {
		margin-top: 13px;
	}
	.elementor-kit-11 input:not([type="button"]):not([type="submit"]), .elementor-kit-11 textarea, .elementor-kit-11 .elementor-field-textual {
		padding: 16px 24px 16px 24px;
		font-size: 18px;
	}
	.flex_form textarea {
		height: 154px;
	}
	.privacy {
		padding: 13px 0 24px 0;
	}
	.subcon input[type="submit"] {
		font-size: 20px;
	}
	.shap > div {
    	padding-bottom: 343px !important;
    	padding-top: 22px !important;
  	}
	.th1 .elementor-heading-title {
    	font-size: 32px;
		line-height: 35.2px;
 	}
	.zimg img {
		object-fit: cover;
		height: 100%;
	}
	.main_grslid .elementor-widget-button {
	  	right: 50%;
	  	bottom: -40px;
		transform: translateX(50%);
	}
	.onas_p p {
		margin-bottom: 13px;
	}
	.onas_p p:last-child {
		margin-bottom: 0;
	}
	.preim_ic {
	  	padding: 18px 18px 17px;
	  	max-height: 238px !important;
	}
	.preim_ic + .preim_ic {
		margin-top: 12px;
	}
	.preim_ic .elementor-icon-box-icon {
	  	position: relative;
	  	text-align: center;
	}
	.preim_ic .elementor-icon-box-title {
	  	font-size: 18px;
	  	padding-left: 0;
	  	min-height: auto;
	  	text-align: center;
	  	line-height: 1.2;
	}
	.preim_ic .elementor-icon-box-description {
	  	font-size: 16px;
	  	line-height: 20.8px;
	  	text-align: center;
	}
	.pum-container.pum-responsive {
	  	padding: 54px 20px 25px !important;
	}
	.pum-close {
		right: 10px !important;
		top: 10px !important;
	}
	.pum-container.pum-responsive h2 {
  		margin: 0 0 18px;
	}
	.pum-container input:not([type="button"]):not([type="submit"])  {
    	padding: 13px 18px;
    	font-size: 16px;
  	}
	.pum-container textarea {
		padding: 13px 18px;
    	font-size: 16px;
		height: 90px !important;
	}
	.pric .preim_ic {
    	padding: 18px 18px 17px;
    	max-width: 100% !important;
    	width: 100% !important;
  	}
	.slide.elementor-element.elementor-arrows-position-outside .swiper {
		width: 100%;
	}
	.slide:not(.slide_rev) .swiper-slide img {
		height: 401px;
		object-fit: cover;
	}
}











