/*
Theme Name: Daracar
Template: hello-elementor
Author: Child Theme Configurator
Version: 1.1709121726
Updated: 2024-02-28 15:02:06

*/

html {
    margin-top: unset !important;
}
body{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
	font-family: Montserrat;
  scroll-behavior: smooth;
}
* {
    scroll-behavior: smooth;
}
footer {
margin-top:auto;

}

.per-tab.per-hour,.per-tab.per-day,.per-tab.per-week {
	display:block;
	cursor:pointer;
}
.per-tab.per-hour.active .elementor-button-link,.per-tab.per-day.active .elementor-button-link,.per-tab.per-week.active .elementor-button-link{
	background-color:var(--e-global-color-accent)!important;
	color:#fff!important;
}

.per-hour, .per-day, .per-week {
	display:none;
} 
.per-hour.active, .per-day.active, .per-week.active {
	display:unset;
} 

.elementor-widget-theme-post-content h1, .elementor-widget-theme-post-content h2, .elementor-widget-theme-post-content h3, .elementor-widget-theme-post-content h4, .elementor-widget-theme-post-content h5, .elementor-widget-text-editor h1, .elementor-widget-text-editor h2,.elementor-widget-text-editor h3,.elementor-widget-text-editor h4, .elementor-widget-text-editor h5 {
	color: #000;
}

.desc {
	font-size: 20px;
	font-weight: 500;
	color:var(--e-global-color-text);
	margin-top:20px;
}
.swiper-pagination-progressbar{
	top:unset!important;
	bottom:0px;
}
.Left .e-con-inner {
	align-items:flex-start!important;
}
.Right .e-con-inner {
	align-items:flex-end!important;
}
.Center .e-con-inner {
	align-items:center!important;
}
.gray {
	fill:#323232;
	color:#323232;
	transition: all 0.2s;
}
.elementor-nav-menu--main a,.gray .elementor-icon svg  {
	transition: all 0.2s;
}
.gray .elementor-nav-menu--main a {
	color:#323232!important;
	transition: all 0.2s;
}
.gray a.elementor-item-active,.gray a:hover {
	color: var(--e-global-color-accent)!important;
}
.gray .elementor-icon svg {
	fill:#323232!important;
	transition: all 0.2s;
}
.calculate-form {
	display:flex;
	flex-direction:column;
	gap: 30px;
}
.m-form-inputs {
	
	display: flex;
	flex-wrap: wrap;
	flex-direction:row;
	align-items:center;
	gap:20px;
	padding: 15px 30px;
	background-color: #ebebeb;
	border-radius:30px;

}
.m-form-inputs>*{
	flex: 1 1 200px;
}
.m-form-inputs select, .m-form-inputs input {
	border: none;
	outline: none;
	background-color:#fff;
	color: #777777;
	font-size: 16px;
	padding:10px;
	height: 50px;
	border-radius: 8px;
	text-align:left;
}
.calculate-btn {
	display: flex;
	width:100%;
	padding: 10px 40px;
	border-radius: 50px;
	border-color: var(--e-global-color-accent);
	color: var(--e-global-color-accent);
	transition: all 0.2s;
	font-weight: 500;
	align-self:center;
justify-content: center;
	font-size: 20px;
	outline:none;
}
.calculate-btn:hover {
	background-color: var(--e-global-color-accent);
	color: #fff;
}
.calculate-btn:focus {
	background-color: var(--e-global-color-accent);
	filter:brightness(110%);
	outline:none;
}
.calcresult {
	display:grid;
	grid-template-columns: 2fr 1fr;
	border-radius:20px;
	overflow:hidden;
	background-color: #ebebeb;
}
.calcresult img {
	width: 100%;
	height:100%!important;
    object-fit: cover;
}
.result-content {
    padding: 40px;
}
.result-content p {
	    display: flex;
border-bottom: 2px dotted var(--e-global-color-text);
    color: #333;

}
.result-content p.result-heading {
    border-bottom:none;
	color:#000;
	font-weight:600;
	font-size: 22px;
	margin-bottom:30px;
}
.result-content p.result-price {
    border-bottom:none;
	color:#000;
	font-weight:600;
	font-size: 22px;
	margin-top:30px;
}
.result-content p span{
margin-left:auto;
}

.slide-content {
font-size: 64px;
    font-weight: 700;
    line-height: 1.2em;
	max-width:55%;
	
}
.slick-initialized .slick-slide {
    display: flex!important;
}
.slide {
	height:590px!important;
	border-radius:45px;
	display:flex;
	flex-direction:column;
	margin:0 20px;
    justify-content: center;
    align-items: center;
	padding: 100px;
	background-position: center center;
	background-size:cover;
}
.slick-list {
    margin: 0 -20px!important;
	border-radius:45px;
  }
.slide-content.left {
	align-self:flex-start;
}
.slide-content.center {
	align-self:center;
}
.slide-content.right {
	align-self:flex-end;
}
.slider {
	opacity:0;
	transition:all 0.2s;
	max-height: 600px;
}
.slider.slick-initialized {
	opacity:1!important;
	max-height: unset;
}

.elementor-widget-theme-post-content a {
	transition: all 0.3s;
	color:var(--e-global-color-accent);
}

.elementor-widget-theme-post-content a:hover {
	transition: all 0.3s;
	color:var(--e-global-color-text);
}

.hidden-content {
  position: relative; 
}

/* Изменяем селектор, чтобы он указывал на .hidden-text */
.hidden-content .hidden-text { 
  max-height: 84px;
  overflow: hidden;
  transition: max-height 0.3s ease-out; 
}

.show-more {
  display: none; 
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background-color: #eee;
  border: none;
  cursor: pointer;
}


@media (max-width:1440px) {
	.slide-content {
font-size: 32px;
    font-weight: 700;
    line-height: 1.2em;
    max-width: 40%;
		
}
.desc {
	font-size: 14px;
	font-weight: 500;
	color:var(--e-global-color-text);
	margin-top:17px;
}
	.slide {
	height:420px!important;
		padding:70px 100px;
}
}
@media (max-width:1023px) {
	.calcresult {
		grid-template-columns:1fr;
	}
	.slide-content {
		max-width: 65%
	}
		
}
	
@media (max-width:767px) {
	.slide-content {
font-size: 20px;
    font-weight: 700;
    line-height: normal;
}
		.slide {
	height:250px!important;
		padding:10px;
border-radius:0px;
}
	.slick-list {
 
	border-radius:0;
  }
	.slide-content{
max-width: 65%;
	}
}