/*
 Theme Name:   Jam Child theme
 Template:     hello-elementor
 Version:      1.0.0
*/

.elementor-button {
	cursor: pointer;
}

.steps-section p{
	margin-block-end: 0;
}

#footer-form .footer-form input::placeholder, 
#footer-form .footer-form textarea::placeholder {
    color: #FB4D00!important; 
    opacity: 1; 
}

#footer-form .footer-form input:-ms-input-placeholder,
#footer-form .footer-form textarea:-ms-input-placeholder {
    color: #FB4D00!important;
}

#footer-form .footer-form input {
	padding-left: 0!important;
	border-radius: 0!important;
}
#footer-form .footer-form  button {
	margin-top: 50px;
}
#footer-form .footer-form  input[type=tel] {
	border-bottom: 1px solid #49261D!important;
    border-radius: 0!important;
}


/* Карточка направлений */
.direction-card {
	overflow: hidden!important;
}
.direction-card img{
	transition: all 0.5s;
}
.direction-card:hover img{
	transform: scale(1.1);
}
.direction-card:hover .elementor-icon{
	transform: rotate(45deg);
}


.price-list ul, .custom-list-ul  ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.price-list ul li , .custom-list-ul  ul li {
  position: relative;
  padding-left: 30px; 
  margin-bottom: 12px;
  display: block; 
  line-height: 1.4; 
}

.price-list ul li::before , .custom-list-ul  ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em; 
  width: 20px;
  height: 20px;
  background-color: currentColor; 

  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>');

  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
}

.active-btn.change-time-btn a, .change-time-btn:hover a {
	background: #FB4D00!important;
	color: #fff!important;
	border: 1px solid #FB4D00!important;
}



/* Телефоны в хедере   */
.header-phones .elementor-widget-heading:nth-of-type(n+3) {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff; 
    padding: 10px;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
    border-radius: 5px;
    z-index: 100;
    transition: all 0.3s ease;
    transform: translateY(10px);
    width: max-content;
}
.header-phones {
    position: relative;
    cursor: pointer;
}
.header-phones:hover .elementor-widget-heading:nth-of-type(n+3) {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.header-phones .elementor-widget-heading:nth-of-type(2) .elementor-heading-title::after {
    content: url('/wp-content/uploads/2026/03/menu-arrow.svg');
    font-size: 10px;
    margin-left: 5px;
    vertical-align: middle;
    display: inline-block;
    transition: transform 0.3s;
}

/* Поворот стрелочки при наведении */
.header-phones:hover .elementor-widget-heading:nth-of-type(2) .elementor-heading-title::after {
    transform: rotate(180deg);
}

.header-phones {
	max-width: 210px!important;
}

.header-address  {
	max-width: 235px!important;
}
.header-lang {
	max-width: 70px;
}

.sub-menu.elementor-nav-menu--dropdown {
    background-color: #FFF7F2 !important;
    border-radius: 10px !important;
    padding: 10px !important;
    box-shadow: 0px 4px 20px 0px #0000001A;
}

.elementor-nav-menu--dropdown a:hover, .elementor-nav-menu--dropdown a.elementor-item-active, .elementor-nav-menu--dropdown a.highlighted {
	background-color: #FFF7F2 !important;
}
body .e--pointer-underline .elementor-item:after, body .e--pointer-underline .elementor-item:before {
    background-color: #FB4D00;
    height: 2px;
}
.contacts-map, .contacts-map .elementor-custom-embed, .contacts-map.elementor-widget-google_maps iframe {
	height: 100%!important;
}

.contacts-p p, .contacts-p a{
	margin-bottom: 0;
	display: flex;
	align-items: center;
	gap: 5px;
}
.blog-archive .elementor-post__read-more {
	background: #FB4D00;
	padding: 15px;
	border-radius: 20px;
}

.elementor-location-header{
	position: sticky;
    top: 0;
    z-index: 5;
}
.elementor-location-header > .e-con-boxed {
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 1700px) {
	.header-menu {
		margin: 0 50px;
	}
}
@media (max-width: 1200px) {
	.elementor-nav-menu--burger {
		order: 5!important;
    	margin: 0!important;
		background: transparent;
        color: #49261D;
	}
	.elementor-menu-toggle {
		background: transparent!important;
	}

	.elementor-menu-toggle .e-font-icon-svg {
		fill: #49261D!important;
	}
}

@media (max-width: 767px) {
	.header-lang {
		max-width: 100%;
		justify-content: end!important;
	}
	.orange-bg{
		background: #FFE5D2!important;
	}
	.blue-bg{
		background: #CAE7F7!important;
	}
	.contacts-map, .contacts-map .elementor-custom-embed, .contacts-map.elementor-widget-google_maps iframe {
		min-height: 380px!important;
	}
}