/*custom font*/
/* @import url(https://fonts.googleapis.com/css?family=Montserrat); */
/* 
@font-face {
    font-family: 'Klein Text';
    src: url('../fonts/KleinText-Regular.eot');
    src: url('../fonts/KleinText-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/KleinText-Regular.woff2') format('woff2'),
    url('../fonts/KleinText-Regular.woff') format('woff'),
    url('../fonts/KleinText-Regular.ttf') format('truetype'),
    url('../fonts/KleinText-Regular.svg#KleinText-Regular') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Klein Text';
    src: url('../fonts/KleinText-Medium.eot');
    src: url('../fonts/KleinText-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/KleinText-Medium.woff2') format('woff2'),
    url('../fonts/KleinText-Medium.woff') format('woff'),
    url('../fonts/KleinText-Medium.ttf') format('truetype'),
    url('../fonts/KleinText-Medium.svg#KleinText-Medium') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Klein Text';
    src: url('../fonts/KleinText-Bold.eot');
    src: url('../fonts/KleinText-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/KleinText-Bold.woff2') format('woff2'),
    url('../fonts/KleinText-Bold.woff') format('woff'),
    url('../fonts/KleinText-Bold.ttf') format('truetype'),
    url('../fonts/KleinText-Bold.svg#KleinText-Bold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
} */

body {
	font-family: 'Navigo', sans-serif;
}


/*basic reset*/
* {margin: 0; padding: 0;}

html {
	height: 100%;
	/* background: linear-gradient(#848484, #fff); */
	/*Image only BG fallback*/
	
	/*background = gradient + image pattern combo*/
	/* background: 
		linear-gradient(rgba(196, 102, 0, 0.6), rgba(155, 89, 182, 0.6)); */
}


@media (max-width: 699px) {
	.dropdown{
		margin: 0 auto;  
		margin-bottom: 10px; 
	}

	#msform input, #msform textarea {
		margin-bottom: 10px;
	}
	
	#msform {
		width: 100%;
		margin: 10px auto;
		text-align: center;
		position: relative;
	}
}

@media (min-width: 699px) {
	.dropdown{
		margin: 0 auto;  
		margin-bottom: 15px; 
	}

	#msform input, #msform textarea {
		margin-bottom: 15px;
	}
	
	#msform {
		width: 70%;
		margin: 10px auto;
		text-align: center;
		position: relative;
	}
}

body {
	padding-bottom: 40px;
	font-family: 'Klein Text', sans-serif;
}
/*form styles*/

#msform fieldset {
	background: white;
	border: 0 none;
	border-radius: 20px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	padding: 20px 30px;
	box-sizing: border-box;
	width: 80%;
	margin: 0 10%;
	
	/*stacking fieldsets above each other*/
	position: relative;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}
/*inputs*/
#msform input, #msform textarea {
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 60px;
	width: 90%;
	box-sizing: border-box;
	color: #2C3E50;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}

.popup-4{
    display: none;
    position: absolute;
    width: 100vw;
    height: 110vh;
    background-color: #00000033;
    z-index: 100;
}

.popup-4 .popup-content{
	border: solid 1px #FF6A39;
    background-color: #FFFFFF;
    width: 387px;
    height: 90px;
    border-radius: 10px;
    margin: 0;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
	text-align: center;
}

.popup-4 .popup-content h1{
	font-size: 16px;
    font-weight: 400;
    line-height: 19.6px;
    user-select: none;
    padding: 22px 0 0 22px;
    width: 340px;
    height: 20px;
}

.popup-4 .popup-content h1:last-child{
	font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    user-select: none;
    padding: 10px 0 0 22px;
    width: 340px;
    height: 40px;
}

.logo{
	width: 100%;
    text-align: center;
    padding-top: 10px;
}

.logo img{
	width: 100px;
}

.description-content{
	margin-top: 15px;
    text-align: center;
	width: 100%;
}

.description-block{
	display: inline-block;
    width: 70%;
}

.description-header{
	
}

.description-text{
	font-weight: normal;
    font-size: 14px;
    color: #666;
	line-height: 22px;
}

/*buttons*/
#msform .action-button {
    width: 50%;
    background: linear-gradient(39.58deg, #f15c27 16.52%, #fe2c1a 63.98%, #ff184f 85.03%);
    font-weight: bold;
    color: white;
    border: 0 none;
    padding: 0;
    border-radius: 60px;
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
	line-height: 20px;
    height: 42px;
	margin-top: 12px;
}

#msform .action-button:hover, #msform .action-button:focus {
	background: linear-gradient(39.58deg, #db3f05 16.52%, #ca1504 63.98%, #dd0034 85.03%);
}

#msform .back-button {
    width: 50%;
    background: linear-gradient(39.58deg, #9e9e9e 16.52%, #757575 63.98%, #616161 85.03%);
    font-weight: bold;
    color: white;
    border: 0 none;
    padding: 0;
    border-radius: 60px;
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    height: 42px;
}

#msform .back-button:hover, 
#msform .back-button:focus {
    background: linear-gradient(39.58deg, #757575 16.52%, #616161 63.98%, #424242 85.03%);
    outline: none; /* Убираем стандартный outline */
}

/* Если нужно добавить иконку стрелки */
#msform .back-button::before {
    content: "← ";
    margin-right: 5px;
}
/*headings*/
.fs-title {
	font-size: 15px;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 10px;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
}
#progressbar li {
	list-style-type: none;
	color: black;
	text-transform: uppercase;
	font-size: 10px;
	width: 33.33%;
	float: left;
	position: relative;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 30px;
	line-height: 30px;
	display: block;
	font-size: 12px;
	color: #333;
	background: #d3d4db;
	border-radius: 60px;
	margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	background: #d3d4db;
	width: 100%;
	height: 5px;
	position: absolute;
	left: -50%;
	top: 12px;
	z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #fe2c1a;
	color: white;
}


