@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');

*, h1, .h1, h2, .h2, h3, .h3 {
    padding: 0;
    margin: 0;
    text-decoration: none;
    box-sizing: border-box;
	font-family: 'Source Sans Pro', sans-serif;
}
p {
	font-family: 'Source Sans Pro', sans-serif;
}
body {
    width: 100%;
    font-family: 'Source Sans Pro', sans-serif !important;
}
.btn-orange {
    background-color: #ff5722;
    border: none;
}

.btn-orange:hover {
    background-color: #e64a19;
}

maxwidth-theme-slider {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0;
}

.maxwidth-theme {
    max-width: 1500px;
    margin: 50px auto;
    padding: 0;
}

.main_h2 {
    max-width: 1100px;
    font-size: 65px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -2px;
}
.title-h2 {
	font-size: 33px;
	font-weight: 400;
	line-height: 50px;
	letter-spacing: 0;
	text-align: left;
}
.main_desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.swiper-container{
    position: relative;
}

.swiper-horizontal {
    width: 100%;
    overflow: hidden;
}
.swiper-pagination-bullet {
    background: #BBC4CD!important;
	opacity: 1!important
}
.swiper-pagination-bullet-active {
    background: #878e95!important;
}
@media (max-width: 1200px) {
	.maxwidth-theme {
		margin: 80px auto;
	}
	.main_h2 {
		font-size: 60px;
		line-height: 68px;
	}
	.title-h2 {
		font-size: 38px;
		line-height: normal;
		letter-spacing: normal;
	}
}
@media (max-width: 992px) {
	.maxwidth-theme {
		margin: 60px auto;
	}
	.title-h2 {
		font-size: 30px;
		line-height: normal;
		letter-spacing: normal;
	}
}
@media (max-width: 768px) {
	.maxwidth-theme {
		margin: 40px auto;
	}
	.main_h2 {
		font-size: 30px;
		line-height: normal;
		letter-spacing: normal;
	}
}
@media (max-width: 520px) {
	.main_h2 {
		margin-bottom: 10px;
		text-align: center;
	}
}

.closed_popup-callback {
    border: unset;
    background: unset;
    position: absolute;
    top: 30px;
    right: 30px;
}
.closed_popup,
.closed_popup-callback {
    width: 55px;
    height: 55px;
    background-image: url(/local/templates/dial24/images/close.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

#services-form-callback {
    display: flex;
    gap: 15px;
    align-items: center;
    text-align: center;
    width: 100%;
    flex-direction: column;
}
.callback-form-block {
    display: grid;
    /*grid-template-columns: repeat(2, 1fr);*/
	grid-template-columns: 45% 55%;
    column-gap: 13px;
    row-gap: 20px;
    width: 100%;
}
.callback-form-block .form-input::placeholder {
    color: white;
}
.overlay_form {
	display:none; 
	position:fixed; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%; 
	background-color:rgba(0,0,0,0.5); 
	z-index:1000;
}
.loading {
	display:none;
}
.popup_feedback_form-callback, .our-settings-form {
	display:none;
}
.popup_form{
	display:none;
}

.our-settings-form.open,
.popup_feedback_form-callback.open{
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #EEF1F3;
    padding: 100px 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    color: black;
    width: 90%;
}

.callback-form .p_name {
	font-family: Source Sans Pro;
	font-weight: 400;
	font-size: 120px;
	line-height: 90%;
	letter-spacing: -5px;
	margin-bottom: 60px;
}
.callback-form .p_description {
	font-family: Source Sans Pro;
	font-weight: 400;
	font-size: 32px;
	line-height: 110%;
	letter-spacing: -2px;
	margin-bottom: 150px;
}
.callback-form-block .form-input {
	border-radius: 20px;
    border: 1px solid #4E4E4E;
    padding: 25px;
    text-align: start;
	background: none;
	font-family: Source Sans Pro;
	font-weight: 400;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: 0px;
	width: 100%;
}
.callback-form-block .form-input::placeholder {
    color: #4E4E4E;
    opacity: 1;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
	text-align: left;
	color: #4E4E4E;
}
.container-callback-form-block {
	display: flex;
	gap: 40px;
}
.btn-form-block {
    display: flex;
    flex-direction: column;
	
	width: 50%;
<!--justify-content: space-between;-->
}

.form-button {
    position: relative;
    border-radius: 50px;
    background: #FF3D00;
    font-weight: 300;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
    padding: 38px 0px 38px 0px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    overflow: visible;
	justify-content: center;
	max-width: 270px;
}

.btn-icon {
    position: absolute;
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    aspect-ratio: 1/1;
    background: #FF3D00;
    border-radius: 50%;
}

.btn-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 16px;
    background: url('/local/templates/dial24/images/vector-btn-form.png') no-repeat center;
    background-size: contain;
}

.policy-form {
    font-size: 16px;
    color: #666;
    max-width: 350px;
    margin: 0px;
	color: #4E4E4E;
}

@media (max-width: 992px) {
    .callback-form-block {
		display: grid;
		grid-template-columns: auto!important;
		column-gap: unset;
		row-gap: 15px;
		width: 100%;
	}
	.callback-form-block .form-input::placeholder {
		font-size: 20px;
	}
	.callback-form .p_description {
        font-size: 22px;
		font-size: 22px;
		line-height: 100%;
		letter-spacing: -1px;
        margin-bottom: 60px;
    }
	.callback-form .p_name {
		font-size: 40px;
		line-height: 100%;
		letter-spacing: -1.5px;
		margin-bottom: 25px;
	}
	.our-settings-form.open, .popup_feedback_form-callback.open {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		transform: unset;
		padding: 100px 15px!important;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		z-index: 1000;
		color: black;
		width: 100%;
		height: 100%;
	}
	.btn-form-block {
		width: 100%;
	}
	.form-button {
		font-size: 14px;
		font-weight: 400;
		margin-bottom: 15px;
		margin-right: 70px;
		padding: 26px 0px 26px 0px;
	}
	.btn-icon {
		right: -70px;
	}
	.policy-form {
		font-size: 14px;
		max-width: none;
	}
	.callback-form-block .form-input {
		border-radius: 10px;
		padding: 15px;
	}
	.closed_popup-callback {
		top: 15px;
		right: 15px;
	}
}

@media (max-width: 1420px) {    
    .container-callback-form-block {
        flex-direction: column;
    }
}

.form__consult{
    display: none;
}
.form__consult.open{
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #EEF1F3;
    padding: 100px 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    color: black;
    width: 90%;
}

.industries-form-content .industries-form-description, .popup-content_form p {
    font-family: Source Sans Pro, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
}
#services-form-services-form .p_recaptcha,
.p_recaptcha {
    font-size: 20px;
    font-weight: 600;
    color: red;
}
.industries-form-container .p_recaptcha {
    color: white;
}
.industries-form-container .popup-content_form {
    color: white;
}
.form__tarifs {
    display: none;
}
.form__tarifs.open {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #EEF1F3;
    padding: 100px 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    color: black;
    width: 90%;
}
#form-close{
    color: white;
    display: none;
}
#form-close p {
    font-family: Source Sans Pro, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    margin: 0;
}
.footer-form .p_recaptcha{
	text-align: center;
	margin: 0;
}
.industries-form{
	display: none;
}
.industries-form.open{
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #EEF1F3;
    padding: 100px 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    color: black;
    width: 90%;
}
.form-group {
    margin-bottom: 0!important;
}
.overlap {
    background-color: #000000;
    position: fixed;
    display: none;
    opacity: 0.8;
    height: 100%;
    width: 100%;
    z-index: 33;
    left: 0px;
    top: 0px;
    z-index: 915;
}
.overlap.open {
    display: block;
}




@media screen and (max-height: 900px){
	.popup_feedback_form-callback-kp.our-settings-form.open{
	    padding: 50px !important;
	}
	.callback-form .p_description {
	    margin-bottom: 50px;
	}
}
@media screen and (max-width: 768px){
	.text__center {
	    text-align: center !important;
            max-width: 100% !important;
	}
}

.cases-item.active.no__click {
    pointer-events: none;
}
a.no__style {
    color: unset;
    text-decoration: unset;
}