/*
Theme Name: Mario
Theme URI: https://aluxe.me./
Author: the Aluxe team
Author URI: https://aluxe.me./
*/
.wpcf7-not-valid{
	border-bottom:1px solid red!important;
}
.wpcf7-not-valid-tip, .wpcf7-validation-errors{
	display:none!important;
}
span.wpcf7-form-control-wrap.menu-code {
	display: block;
}
.custom-select__panel {
	min-width: 241px;
}
.wpcf7-not-valid + .custom-select__opener{
	border-bottom:1px solid red!important;
}
div.wpcf7-mail-sent-ok {
	border: none!important;
}

.hero__word {
    right: 2%;
  
}

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

.item-pres-block__left {
    min-height: 700px;
}
	
}


.popup__right .popup__link-img img {
    width: 100%;
   
}

.popup__right .popup__link-title {
    max-width: 100%;
    margin-left: auto;
}

@media screen and (max-width: 800px) {
	.contacts-block__contacts .contacts-meta {
    width: 100%;
    padding-right: 15px;
    margin-bottom: 45px;
}
}

.slider--full__wrap .slide {
  
    background-size: contain !important;
  
}
	.vd-languages{
		display: inline-block;
		margin-left: 15px;
	}
	body .wpml-ls-legacy-dropdown-click {
	    width: auto;
	}
	body .wpml-ls-legacy-dropdown-click a {
	    background-color: transparent;
	}
	.vd-languages.mob{
		display: none;
	}
	@media(max-width: 750px){
		.vd-languages{
			display: none;
		}
		.vd-languages.mob{
			display: inline-block;
			float: left;
			margin-left: 0px;
			margin-right: 15px;
		}
	}

body .wpml-ls-legacy-dropdown-click a {
    background: #fff;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
    padding-right: calc(20px + 1.4em);
}
.wpml-ls-legacy-dropdown-click a {
    padding-left: 10px;
    
    width: 100%;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
	padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack:start;
        -ms-flex-pack:start;
            justify-content:flex-start;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
}
.wpml-ls-legacy-dropdown-click a span {
    
}
.wpml-ls-legacy-dropdown-click .wpml-ls-item {
    width: 100%;
    margin: 0 !important;
}
.wpml-ls-sub-menu .wpml-ls-item a span {
    font-size: 14px;
}
.product-links__item .stages {
	padding-top: 30px;
	width: 100%;
}
.hidden-stages {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	overflow: hidden;
	-webkit-transition: max-height 1.3s ease;
	-o-transition: max-height 1.3s ease;
	transition: max-height 1.3s ease;
	max-height: 0;
}
.product-links__item.opened .hidden-stages {
	max-height: 1500px;
	-webkit-transition: max-height 1.7s ease;
	-o-transition: max-height 1.7s ease;
	transition: max-height 1.7s ease;

}
.hidden-stages .btn {
	margin-top: 20px;
}
.fancy-title__text {
	display: inline-block;
}


.stage {
	padding: 5% 15px 5% 10%;
	background-color:#000;
}
.stage .stage__title {
	top: calc(50% - 11px);
	left:7px;
	opacity:1;
	border-radius: 100%;
	height: 22px;
	width:22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
	font-size:40px;
	padding:0;
	-webkit-box-shadow: 0 0 0 rgba(255,255,255, 0.8);
	        box-shadow: 0 0 0 rgba(255,255,255, 0.8);
	/*border: 1px solid rgb(255 255 255 / 0.6);*/
	-webkit-animation: pulse 2s infinite;
	        animation: pulse 2s infinite;
}
.stage .stage__title svg {
	width:18px;
	height:18px;
}

.stage:hover .stage__title {
	display:none;
}

.stage__descr {
	margin-left: -60px !important;
}
.stage__descr .slick-slide:not(:last-child) {
	padding-right:30px;
}
.stage__descr .slick-list {
	margin-top:20px;
}
.stage__descr .slick-list img {
	-o-object-fit:contain;
	   object-fit:contain;
	/*max-width: 90%;*/
	width:100%;
	height:auto;
}





@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.6);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.6);
            box-shadow: 0 0 0 0 rgba(255,255,255, 0.6);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0);
              box-shadow: 0 0 0 10px rgba(255,255,255, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
              box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}
@media (min-width: 1399px) {
	.stage__nmb {
		font-size: 110px;
		line-height:100%;
	}

}
@media (min-width: 1200px) {

	.stage:hover {
		background-image:none !important;
	}
}
@media (max-width: 1024px) {
	.stage:not(.open) .stage__descr {
		max-height:0 !important;
	}
	.stage:not(.open) .stage__title {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
	}
	.stage.open {
		background-image:none !important;
	}
}

@media screen and (max-width: 767px) {
	.product-links__item.opened .hidden-stages {
		/*max-height: 800px;*/
		max-height:unset;
	}
	.hidden-stages .btn {
		width: 100%;
	}
	.product-links__item .stages {
		padding-top: 20px;
	}
	.fancy-title {
		display: inline-block;
		width: 100%;
		font-size: 2.33em;
	}
	
	.stage .stage__title {
		font-size:34px;
		width:20px;
		height:20px;
		top: calc(50% - 11px);
		line-height:100%;
	}
	.stage .stage__title svg {
		width:16px;
		height:16px;
	}
}
@media (max-width: 567px) {
	.stage__descr .slick-list img  {
		max-height:200px;
	}
	.stage__descr .slick-slide:not(:last-child) {
		padding-right:20px;
	}
}