@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}
body {
  margin: 0;
}
.main {
  align-self: center;
  max-width: 1018px;
  margin: 20px auto;
  padding: 0 25px;
}
.page_title {
	text-transform:uppercase;
  margin:10px 0 70px 0;
  font-size: 24px;
  color: #083F5C;
  text-align: center;
  font-weight: 700;
}
.slider {
  margin: 40px 0;
}
.slider_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.slider_item {
  width: calc(50% - 75px);
}
.slider_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4A6979;
  font-weight: bold;
  font-size: 14px;
}
.slider_head_value {
  border-bottom: 2px solid #EE5E22;
}
.slider_head_value span {
  font-size: 22px;
}
.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-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) {
  background-color: #EE5E22;
  top: -10px;
}
.slider_amount .slider-label-item:nth-child(1):after {
  content: "1 500";
}
.slider_amount .slider-label-item:nth-child(2) {
  left: calc(48%);
  top: -10px;
}
.slider_amount .slider-label-item:nth-child(2):after {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "8 000";
}
.slider_amount .slider-label-item:nth-child(3) {
  left: auto;
  right: -1px;
  top: -10px;
}
.slider_amount .slider-label-item:nth-child(3):after {
  left: auto;
  right: 0;
  content: "15 000";
}
.slider_time .slider-label-item:nth-child(1) {
  background-color: #EE5E22;
  top: -10px;
}
.slider_time .slider-label-item:nth-child(1):after {
  content: "1 день";
}
.slider_time .slider-label-item:nth-child(2) {
  left: calc(48%);
  top: -10px;
}
.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) {
  left: auto;
  right: -1px;
  top: -10px;
}
.slider_time .slider-label-item:nth-child(3):after {
  left: auto;
  right: 0;
  content: "30 дней";
}
.slider_result {
  margin: 40px 0 20px 0; 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.result_item {
  color: #083F5C;
  opacity: 0.3;
  font-size: 16px;
  font-weight: bold;
}
.result_item:nth-child(2) {
  margin-left: auto;
  margin-right: auto;
}
.result_text1 {
  display: inline-block;
  margin-right: 4px;
}
.result_text2 {
  display: none;
}
.form_hr {
  margin: 0;
  margin-bottom: 26px;
  border: 0;
  width: 100%;
  height: 1px;
  background-color: #083F5C;
  opacity: 0.1;
}
.modal_title,
.btn_modal,
.slider_result2 {
  display: none;
}
.modal_wrap{
	min-width: 850px;
}
@media screen and (max-width: 1000px) {
	.modal_wrap{
		min-width: 750px;
	}
}
@media screen and (max-width: 850px) {
	.modal_wrap{
		min-width: 675px;
	}
}
@media screen and (max-width: 767px) {
  .page_title {
    display: block;
		font-size:24px;
		line-height: 24px;
	}
	.slider_wrap{
		flex-direction: column;
	}
	.slider_item{
		width: 100%;
	}
	.slider_result {
		flex-direction: column;
		justify-content: left;
}
	.result_item:nth-child(2) {
		margin-left: 0;
		margin-right: 0;
	}
	.modal_wrap{
		min-width: auto;
	}
}
@media only screen and (max-width:768px){
	.user_info_sn{
		text-align:left;
	}
}
@media only screen and (max-width:536px){
	.page_title{
		font-size:24px;
		margin-bottom:30px;
	}
	.main{
		padding:0;
	}
}