html, body{
  height: 100%;
}
body{
	font-family: 'Merriweather', serif;
	line-height: 20px;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #fff;
}
.flex{
	display: flex;
	justify-content: space-between;
}
body.modal-open{
	overflow: hidden;
}
input, select {
	border: 1px solid #dedede;
	padding: 6px 1px;
	font-size: 16px;
	width: 300px;
	max-width: 100%;
}
label.with-note{
	padding-top: 5px;
	position: relative;
}
label.with-note span.note{
	display: block;
	position: absolute;
	left: 3px;
	top: -5px;
	font-size: 12px;
	color: #999;
	background-color: #fff;
	white-space: nowrap;
	padding: 0 3px;
}
label{
	font-weight: 400;
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}
label + button{
	margin-top: 10px !important;
}
label > input{
	
}
.input-note{
	margin-left: 10px;
	color: #FF3E3E;
	font-size: 14px;
}
#mobile-menu-button{
	display: none;
	background-color: transparent;
	color: #000;
	position: absolute;
	width: 23px;
	right: 16px;
	top: 14px;
	border: none;
	outline: none;
	font-size: 36px;
	opacity: 1;
	z-index: 100;
	cursor: pointer;
}
#mobile-menu-button:hover{
	opacity: 1;
}
#mobile-menu-button > div{
	height: 2px;
	border-radius: 1px;
	background-color: #fff;
}
#mobile-menu-button > div+div{
	margin-top: 5px;
}
#mobile-menu-button:hover > div{
	
}
.pushy-content ul{
	padding: 10px 0 0px 0;
}
.pushy-content ul+ul{
	border-top: 1px solid #f0f0f0;
}
.pushy-content a{
	
}
.pushy-content a:hover{
	background-color: #333;
}
h1, h2, h3, h4, h5, h6, p, ul{
	margin: 0 0 10px;
}
a.anchor{
	text-decoration: none;
}
p{
	margin: 0 0 11px;
}
a{
	color: #333;
	outline: none;
	text-decoration: none;
}
a:hover{
	color: #FF673E;
	text-decoration: none;
}
ul{
	padding-left: 25px;
	text-align: left;
}
li{
	margin: 0 0 7px;
}
.container{
	max-width: 1152px !important;/* 64 / 32 / 12 */
	margin: 0 auto;
	/*overflow: hidden;*/
	/*outline: 1px solid red;*/
	position: relative;
}
#header .container{
	overflow: visible;
}
button.button, a.button, .upload-button{
	display: inline-block;
	position: relative;
	padding: 11px 21px 12px;
	margin: 0 0 5px 0;
	cursor: pointer;
	background-color: transparent;
	text-transform: none;
	border-style: solid;
	border-width: 2px;
	border-color: #F23E0F;
	border-radius: 100px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #F23E0F;
	outline: none !important;
}
a.button:hover, button.button:hover, .upload-button:hover{
	text-decoration: none;
	background-color: #F23E0F;
	border-color: #F23E0F;
	color: #fff;
}
button.button.color, a.button.color{
	border-color: #F45D25;
	background-color: #F45D25;
	color: #fff;
}
button.button.color:hover, a.button.color:hover{
	background-color: #F23E0F;
	border-color: #F23E0F;
	color: #fff;
}
button.button.color2, a.button.color2{
	border-color: #F45D25;
	background-color: #F45D25;
	color: #fff;
}
button.button.color2:hover, a.button.color2:hover{
	background-color: #FF4500;
	border-color: #FF4500;
	color: #fff;
}
button.small-button, a.small-button, .small-button{
	padding: 9px 28px 10px;
	font-size: 12px;
}
.upload-button input{
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	border: solid transparent;
	bottom: 0;
	left: 0;
	opacity: 0;
	cursor: pointer;
}
#page{
  position: relative;
  z-index: 2;
}

ul.no-style{
	list-style: none;
}
.center{
	text-align: center;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
img{
	max-width: 100%;
	height: auto !important;
}
#call-back-dialog{
	width: 600px;
	max-width: 100%;
}
#call-back-dialog h3{
	margin-bottom: 23px;
}
#call-back-dialog p{
	text-align: left;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
	font-size: 14px;
	color: #555;
}
#call-back-dialog label{
	margin-bottom: 15px;
}
.modal-bg{
	position: fixed;
	width: 100%;
	min-height: 100%;
	background: rgba(0,0,0,0.8);
	left: 0px;
	top: 0px;
	z-index: 90;
	overflow: auto;
	cursor: pointer;
}
.modal-panel{
	position: absolute;
	background: #fff;
	left: 0px;
	top: 0px;
	z-index: 100;
	box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.5);
	padding: 32px 40px;
	margin: 0px;
	text-align: center;
	max-width: 100%;
	cursor: default;
}
.modal-panel.no-border{
	padding: 0px 0px;
}
.close-button{
	width: 24px;
	height: 24px;
	background-image: url("./img/close-button.png");
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	transition: all ease-out 0.5s;
}
.modal-panel .close-button{
	position: absolute;
	top: 13px;
	right: 8px;
}
.modal-panel .close-button:hover{
	transform: rotate(-90deg);
}
.modal-panel .loading{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: rgba(255,255,255,0.75);
	background-image: url("./img/loading.gif");
	background-repeat: no-repeat;
	background-position: center;
}
.modal-panel h5.success{
	width: 454px;
	max-width: 100%;
	background-image: url("./img/success-icon.png");
	background-repeat: no-repeat;
	background-position: center 5px;
	padding: 112px 0px 15px;
	color: #333;
}
.modal-panel h5.warning{
	width: 454px;
	max-width: 100%;
	background-image: url("./img/warning-icon.png");
	background-repeat: no-repeat;
	background-position: center 5px;
	padding: 112px 0px 15px;
	color: #333;
}
.modal-panel input,.modal-panel select{
	border: 1px solid #c0c0c0;
}
#confidence{
	width: 600px;
	height: 400px;
	overflow: auto;
	background-color: #fff;
	color: #333 !important;
}
#credits{
	/*font-family: Arial, Sans Serif;*/
	position: relative;
	height: 0px;
	top: -17px;
}
#credits > div{
	height: 16px;
	margin: 0 auto;
	text-align: left;
}
#credits a{
	color: #fff;
	text-decoration: none;
	transition: 0.2s linear;
	opacity: 0.3;
	font-size: 13px;
	line-height: 1;
	position: relative;
	left: calc(100% - 190px);
	top: -25px;
}
#credits a:hover{
	opacity: 0.7;
}
#credits a > img{
	position: relative;
	top: -1px;
}

:focus::-webkit-input-placeholder{
	color: transparent !important;
}
:focus::-moz-placeholder{
	color: transparent !important;
}
:focus:-moz-placeholder{
	color: transparent !important;
}
:focus:-ms-input-placeholder{
	color: transparent !important;
}
::-webkit-input-placeholder{
	color: #aaa !important;
	font-size: 14px;
}
::-moz-placeholder{
	color: #aaa !important;
	font-size: 14px;
}
:-moz-placeholder{
	color: #aaa !important;
	font-size: 14px;
}
:-ms-input-placeholder{
	color: #aaa !important;
	font-size: 14px;
}
.switch{ /* Переключатель */
	position: relative;
	min-height: 34px;
}
.switch:before{
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	background-image: url("./img/switch-bg.png");
	background-repeat: no-repeat;
	background-position: center;
}
.switch:after{
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	background-image: url("./img/switch-button.png");
	background-repeat: no-repeat;
	background-position: center calc(50% + 2px);
	transition: all 0.25s ease-in;
}
.switch.switch-left:after{
	background-position: calc(50% - 20px) calc(50% + 2px);
}
.switch.switch-right:after{
	background-position: calc(50% + 20px) calc(50% + 2px);
}
.switch > div{
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 3;
	line-height: 34px;
	cursor: pointer;
}
.switch > div:nth-of-type(1){
	left: 0;
	right: calc(50% + 40px);
	text-align: right;
}
.switch > div:nth-of-type(2){
	right: 0;
	left: calc(50% + 40px);
	text-align: left;
}
.radio{ /* Радио-кнопки */
	position: relative;
	text-align: center;
}
.radio > div{
	display: inline-block;
	background-image: url("./img/radio-button-unchecked.png");
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 44px;
	cursor: pointer;
	transition: all 0.25s ease-in;
}
.radio > div+div{
	margin-left: 24px;
}
.radio > div.selected{
	background-image: url("./img/radio-button-checked.png");
}
.checkbox{ /* Чекбоксы */
	position: relative;
	text-align: left;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 7px 0 0 44px;
	cursor: pointer;
	min-height: 32px;
	transition: all 0.25s ease-in;
	background-image: url("./img/checkbox-unchecked.png");
}
.checkbox.checked{
	background-image: url("./img/checkbox-checked.png");
}
/* Адаптивные стили для шапки и футера */
@media (max-width: 991px){ /* md */

}
@media (max-width: 767px){ /* sm */
	body{
		font-size: 16px;
	}
	.no-mobile{
		display: none;
	}
	h1, h2, h3, h4, h5, p, ul{
		text-align: center !important;
		max-width: 25em;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	ul{
		list-style: none;
	}
	#logo{
		width: 100%;
		background-position: center;
	}
	#logo-footer{
		width: 100%;
		background-position: center;
	}
	div.row > div{
		text-align: center;
	}
	p{
		text-align: left;
	}
	#footer p{
		text-align: center;
	}
}
@media (max-width: 479px){ /* xs */
	
}
