/*

Theme Name: Hello Elementor Child

Theme URI: https://github.com/elementor/hello-theme/

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: 1.0.1

Text Domain: hello-elementor-child

License: GNU General Public License v3 or later.

License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/


/* Your CSS code goes here
-------------------------------------- */
:root{
	--yellow: #EEE64F;
	--blue: #022153;
	--max-width : 1520px;
	--max-width-big : 1920px;
	--max-width-inside : 1440px;
	--left-padd : calc((100vw - var(--max-width-inside)) / 2);
	--left-padd-negative : calc(((100vw - var(--max-width-inside)) / 2) * -1);
	--font: "Peugeot New";
}
*{
	line-height: 100%;
}
#content{
	position: relative;
	z-index: 1;
}


body{
	overflow-x: hidden;
}

#content .page-content{
	max-width: 1920px;
	margin: 0 auto;
}
.reset-button:active,
.reset-button:focus,
.reset-button:hover,
.reset-button {
	 border: none !important;
	 margin: 0 !important;
	 padding: 0 !important;
	 width: auto !important;
	 overflow: visible !important;

	 background: transparent !important;

	 /* inherit font & color from ancestor */
	 color: inherit !important;
	 font: inherit !important;

	 /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
	 line-height: normal !important;

	 /* Corrects font smoothing for webkit */
	 -webkit-font-smoothing: inherit !important;
	 -moz-osx-font-smoothing: inherit !important;

	 /* Corrects inability to style clickable `input` types in iOS */
	 -webkit-appearance: none !important;
		outline: none !important;
 }

/* Remove excess padding and border in Firefox 4+ */
.reset-button::-moz-focus-inner {
	 border: 0 !important;
	 padding: 0 !important;
 }


.btn-pm:active,
.btn-pm{
	outline: none !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	height: clamp(40px, 5vw, 50px); !important
	padding: 0 clamp(12px, 2vw, 16px) !important;
	font-size: clamp(11px, 2vw, 13px) !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.6px !important;
	text-align: center !important;
	transition: background 0.2s ease, color 0.2s ease !important;
	border-radius: 10px !important;
	font-family: var(--font) !important;
}


.btn-pm-yellow:active,
.btn-pm-yellow{
	color: var(--blue) !important;
	background: var(--yellow) !important;
	border: 1px solid var(--blue) !important;
}

.btn-pm-yellow:focus,
.btn-pm-yellow:hover{
	background: var(--blue) !important;
	color: var(--yellow) !important;
}


.btn-pm-blue:active,
.btn-pm-blue{
	color: #fff !important;
	background: var(--blue) !important;
	border: 1px solid var(--blue) !important;
}
.btn-pm-sm{
	height: clamp(20px, 4vw, 40px) !important;
	padding: 0 clamp(8px, 2vw, 12px) !important;
}
.btn-pm-blue:focus,
.btn-pm-blue:hover{
	background: var(--yellow) !important;
	color: var(--blue) !important;
}

.btn-no-radius{
	border-radius: 0 !important;
}


.btn-pm-outline-blue:active,
.btn-pm-outline-blue{
	color: #fff !important;
	background: #fff !important;
	border: 1px solid var(--blue) !important;
}

.btn-pm-outline-blue:focus,
.btn-pm-outline-blue:hover{
	background: var(--blue) !important;
	color: var(--yellow) !important;
}
@media (min-width: 1921px){
	:root{
		--left-padd: 160px;
		--left-padd-negative : 160px;
	}
}

@media (max-width: 1300px){
	:root{
		--left-padd: 0;
		--left-padd-negative : 0;
	}
}

@media (max-width: 850px){

}


@media (max-width: 767px){

}