* {
	outline: none !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 20px;
    background-color: #ffffff;
    color:#083f5d;
}
a{
	color:#EE5E22;
}
div, p, input, form {
	box-sizing: border-box;
	display: block;
}
.wrapper {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.clearfix {
	clear: both;
}
.clearfix:after,
.container:after {
	content: '';
	display: table;
	clear: both;
}
.container {
	width: 100%;
	max-width: 1290px;
	padding: 0 30px;
	margin: 0 auto;
}
.container.flex {
    display: flex;
    display: -webkit-flex;
    min-height: calc(100vh - 220px - 300px);
}
.btn {
	-webkit-appearance: none;
	text-align: center;
}
.btn_wrapper{
	text-align: center;
}
header{
	padding:30px 0;
	border-bottom:1px solid #ccc;
}
.header__container{
	display:flex;
	justify-content:center;
}
.header__container > div{
	display:flex;
}
header .logo-title{
    font-size: 1.9em;
    /* color: #083f5d; */
    color:#fff;
    text-decoration: none;
}
.btn{
	border: 1px solid #ccc;
	border-radius: 8px;
	color:#4e6875;
	height: 100%;
	display:flex;
	padding:5px 10px;
	text-decoration: none;
	outline:none;
	line-height: 2em;
}
.footer{
    width: 100%;
    background-color: #003d80;
    font-weight: 400;
    padding:20px 0;
}
.footer .top_block{
	display:flex;
	justify-content:space-between;
	border-bottom:1px solid #255974;
}
.footer .bottom_block{
	display:flex;
	justify-content:space-between;	
}
.copyrighted {
    color: #809ec0;
    font-size: 14px;
	width:30%;
	min-width:280px;
    line-height: 24px;
    margin-top: 20px;
}
.f_info{
	color:#809ec0;
	font-size:12px;
}
.f_info b{
	color:#a2b8d1;
	font-size:13px;
}
.f_info p:nth-child(1){
    margin-bottom:5px;
}
.f_info p:nth-child(2){
    margin-top:5px;
}
.f_item.item-logo{
    width: 446px;
}
.f_item{
    position: relative;
    display: block;
    width: auto;
    width: calc(100% - 446px);
    float: left;
    padding-right: 30px;
}
.f_logo{
    width: 165px;
}
.f_logo a{
    text-decoration: none;
    border: none;
}
.f_logo img{
    width: 100%;
}
.f_list{
    position: relative;
    display: block;
    margin: 8px 0 0 0;
    padding: 0;
}
.f_list li{
    position: relative;
    display: block;
    margin:  0 0 10px 0;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
}
.f_list li a{
    color: #ee7101;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.slider-label{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.slider-label-item{
    height: 22px;
    width: 2px;
    background-color: #E7EAEE;
    position: absolute;
    left: -1px;
    top: 0;
}
.slider_amount .slider-label-item:nth-child(1){
    background-color: #EE5E22;
    top: -10px;
}
.slider_amount .slider-label-item:nth-child(2){
    left: calc(48%);
    top: -10px;
}
.slider_amount .slider-label-item:nth-child(3){
    left: auto;
    right: -1px;
    top: -10px;
}
.slider-label-item:after{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    color: #C5CBD5;
    font-size: 12px;
    left: 0;
    top: 36px;
}
.slider_amount .slider-label-item:nth-child(1):after{
    content: "1 500";
}
.slider_amount .slider-label-item:nth-child(2):after{
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "10 500";
}
.slider_amount .slider-label-item:nth-child(3):after{
    left: auto;
    right: 0;
    content: "20 000";
}
.slider_time .slider-label-item:nth-child(1){
    background-color: #EE5E22;
    top: -10px;
}
.slider_time .slider-label-item:nth-child(2){
    left: calc(48%);
    top: -10px;
}
.slider_time .slider-label-item:nth-child(3){
    left: auto;
    right: -1px;
    top: -10px;
}
.slider_time .slider-label-item:nth-child(1):after{
    content: "1 день";
}
.slider_time .slider-label-item:nth-child(2):after{
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "15 дней";
}
.slider_time .slider-label-item:nth-child(3):after{
    left: auto;
    right: 0;
    content: "30 дней";
}
.ui-widget.ui-widget-content{
    border: none;
    cursor: pointer;
}
.ui-slider .ui-slider-handle{
    width: 25px;
    height: 25px;
    opacity: 0.3;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #F05E0A;
    background: #F05E0A;
    font-weight: normal;
    color: #F05E0A;
    border-radius: 50%;
    cursor: pointer;
}
.ui-slider .ui-slider-handle{
    position: absolute;
    z-index: 2;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
    outline: none;
}
.ui-slider-horizontal .ui-slider-handle{
    top: -20px;
    margin-left: -21px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background: rgba(238, 95, 34, 0.2);
}
.ui-slider .ui-slider-handle::after{
    content: "";
    width: 8px;
    height: 8px;
    background-color: #ee6227;
    position: absolute;
    left: calc(50% - 4px);
    top: calc(50% - 4px);
    border-radius: 50%;
}
.calculator .slider{
    margin: 25px 0 20px 0;
}
@media only screen and (max-width:992px){
	.f_item, .f_info{
		width: calc(100% - 280px);
	}
}
@media only screen and (max-width:650px){
	.footer .top_block, .footer .bottom_block{
		display:block;
	}
	.f_item, .f_info{
		width:100%;
	}
	.f_item{
		float:none;
		margin:20px 0 0 0;
	}
}
@media (max-width: 500px){
	header .logo-title {
		font-size: 1.5em !important;
	}
}
@media (max-width: 420px){
	header .logo-title {
		font-size: 1.4em !important;
	}
}
@media (max-width: 400px){
	header .logo-title {
		font-size: 1.2em !important;
	}
}
@media (max-width: 340px){
	header .logo-title {
		font-size: 1.1em !important;
	}
}