.rasch, .rasch span, .rasch div, .rasch a, .rasch input {
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	    font-family: Verdana;
}
.tabs {
	display:flex;
}
.tabs li {
	width:50%;
	
}
.tabs li a {
	text-align:center;
	color:#5c5c5c;
	font-size:14px;
	text-transform:uppercase;
	padding:12px 10px 10px;
	background:#f3f0e9;
	display:block;
	text-decoration:none;
	font-weight:600;
	line-height:1.1;
}
.tabs li.active a {
	background:#f38a25;
	color:#fff;
}
.obyaz {
	color:#f38a25;
	font-size: 18px;
    font-weight: 600;
}
.italic {
	font-style:italic;
	font-size:14px;
}
.rasch hr {
	background:#f3f0e9;
	margin:20px 0 25px;
	border:none;
	height:1px;
}
.tabs-content {	
	border:1px solid #f3f0e9;
	padding:25px 20px;
}
.form-zag {
	color:#000;
	font-size:15px;
	margin-bottom:15px;
	font-weight:600;
}
.col2 {
	display:flex;
}
.col2>div {
	width:50%;
}
.col2>div:nth-child(2) {
	padding-left:20px;
}
.rasch label {
	display:block;
	margin-bottom:10px;
	font-size:14px;
}
.rasch .chk-area span {
	width:18px;
	height:18px;
	border:4px solid #fff;
	box-shadow:0 0 0 1px #cbd4da;
	border-radius:2px;
	background:none;
	margin-top:0;
	cursor:pointer;
}
.rasch .chk-area span:hover {
	background:#f3f0e9;
	border-color:#f3f0e9;
	
}
.rasch .chk-area{
	overflow:visible;
	width:20px;
	height:20px;
	margin-right:20px;
	margin-top:0px;
}

.rasch .chk-checked span, .rasch .chk-checked span:hover {
	background:#f38a25;
	border-color:#fff;
}

.rasch .rad-area span {
	width:18px;
	height:18px;
	border:3px solid #fff;
	box-shadow:0 0 0 1px #cbd4da;
	border-radius:50%;
	background:none;
	margin-top:0;
	cursor:pointer;
}
.rasch .rad-area span:hover {
	background:#f3f0e9;
	border-color:#f3f0e9;	
}
.rasch .rad-checked span, .rasch .rad-checked span:hover {
	background:#f38a25;
	border-color:#fff;
}
.rasch .rad-area {
	overflow:visible;
	width:20px;
	height:20px;
	margin-right:15px;
	margin-top:0px;
}
.rasch .vid-blok {
	margin-bottom:25px;
}
.rasch .razmer {
	background:#f3f0e9;
	text-align:center;
	padding:30px;
	position:relative;
	min-height: 430px;
	margin-bottom: 30px;
}
.rasch .f16{
	font-size:16px;
}
.rasch .shema {
	margin:30px auto;
	max-width:90%;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
}
.razmer1 {
	right: 20px;
    position: absolute;
    top: 10%;
	width:70px;
	display:none;
}
.razmer2 {
	left: 13%;
    position: absolute;
    top: 20px;
	width:610px;
	display:none;
}
.razmer2 input {
	display:inline-block;
	vertical-align:middle;
	margin-left: 20px;
}
.razmer3 {
	left: 20px;
    position: absolute;
    top: 10%;
	width:70px;
	display:none;
}
.razmer input {
	width:68px;
	height:36px;
	text-align:center;
	border:1px solid #cbd4da;
	box-shadow:none;
	border-radius:2px;
	font-size:15px;
}
.rasch .file-selectdialog {
	background:none;
	border:none;
	box-shadow:none;
	padding:0;
}
.rasch .file-selectdialog .file-extended .file-selector{
	border:none !important;
	background:#f3f0e9;
	box-shadow:none;
	margin:0 !important;
	border-radius:3px;
	padding:30px 0 !important;
	text-align:center;
	color:#5c5c5c !important;
	text-shadow:none !important; 
	font-size:15px;
}
.rasch input[type=radio]{
 
    width: 17px;
    height: 17px;
    border: 1px solid #000;
    border-radius: 50%;
}
.rasch input[type=radio]:checked{
    background: #f38b20;
}
.rasch  input[type=checkbox]{
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 1px solid #000;
}
.rasch  input[type=checkbox]:checked{
	 background: #f38b20;
}
.rasch .file-extended {
	margin:0;
}
.rasch {
	width: 755px;
    margin: auto;
    max-width: 100%;
}
.rasch .file-placeholder{
	margin:0;
	
}
.rasch .file-selectdialog .file-extended .file-load-img {
	position:static;
	 background: url(/images/calc/dwnld.png) no-repeat 50% 0 !important;
	 margin:auto;
	 height:55px;
}
.rasch .file-placeholder .files-list{
	width:auto;
}
.rasch .files-storage{
	display: inline-block;
    text-align: left;
	vertical-align:top;
	min-width:170px;
}
.rasch .file-placeholder .files-list td{
	border-bottom:none;
}
.rasch .f-wrap {
	color:#5c5c5c;
	font-size:14px;
}
.rasch .file-placeholder .del-but {
	background: url(/images/calc/filedel.png) no-repeat 50% 50%;
	width:16px;
	height:16px;
}
.rasch .load-indicator {
	min-width:100px;
}
.rasch .file-placeholder .del-but {
	left:0;
	right:auto;
}
.rasch .file-selectdialog .file-extended .file-uploader .file-but-text{
	color:#fff;
	border:1px solid #e16500;
	padding:5px 20px;
	background: #ff7700;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8a08', endColorstr='#ff7700');
background: -webkit-linear-gradient(top, bottom, #ff8a08, #ff7700); 
background: -moz-linear-gradient(top,  #ff8a08,  #ff7700); 
background: -o-linear-gradient(top,  #ff8a08,  #ff7700); 
background: -ms-linear-gradient(top,  #ff8a08,  #ff7700); 
    line-height: 1.1;
	margin-top:25px;
	font-size:16px;
}
.rasch .submit{
	color:#fff;
	border:1px solid #e16500;
	background: #ff7700;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8a08', endColorstr='#ff7700');
background: -webkit-linear-gradient(top, bottom, #ff8a08, #ff7700); 
background: -moz-linear-gradient(top,  #ff8a08,  #ff7700); 
background: -o-linear-gradient(top,  #ff8a08,  #ff7700); 
background: -ms-linear-gradient(top,  #ff8a08,  #ff7700); 
    line-height: 1.1;
	margin:20px auto;
	text-transform:uppercase;
	font-weight:600;
	cursor:pointer;
	    padding: 10px 30px 10px;
}
.rasch .line input {
	float:right;
	width:65%;
	height:39px;
	margin-top:-10px;
	padding:0 20px;
	margin-bottom:10px;
	font-size:14px;
	border:1px solid #cbd4da;
	box-shadow:none;
}
.rasch .line {
	margin-bottom:10px;
	font-size:14px;
	clear:both;
	padding-top:10px;
}
.clear {
	clear:both;
}
.rasch .soglasie a {
	color:#f38a25;
}
.rasch .content {
	padding:0;
}
.nosend {
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}
.sendcont {
	position:relative;
}
.showexpress {
	display:none;
}
.express .showexpress {
	display:block;
}
.express .hideexpress {
	display:none !important;
}











#slider2 {
	width: 470px;
	border: 1px solid #d1d8dc;
    display: inline-block;  
	vertical-align:middle;  
    height: 5px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
	margin-left:15px;
}
#slider1 {
	border: 1px solid #d1d8dc;
    height: 280px;
    display: block;    
    width: 5px;
	margin:20px auto;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
#slider3 {
	border: 1px solid #d1d8dc;
    height: 280px;
    display: block;    
    width: 5px;
	margin:20px auto;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.razmer.vid1 .razmer2, .razmer.vid1 .razmer3 {
	display:block;
}
.razmer.vid2 .razmer2, .razmer.vid2 .razmer3, .razmer.vid2 .razmer1 {
	display:block;
}
.razmer.vid3 .razmer1, .razmer.vid3 .razmer2 {
	display:block;
}
.razmer.vid3 .razmer2 {
	display:flex;
	flex-direction:row-reverse;	
    align-items: center;
    left: 1%;
    justify-content: space-between;
	width:585px;
	height: 35px;
}
	
.razmer.vid4 .razmer2 {
	display:block;
	top: 20%;
    left: 10%;
}
/* Контейнер слайдера */
.ui-slider {
	position: relative;
}
/* Ползунок */
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 20px;   /* Задаем нужную ширину */
	height: 20px;  /* и высоту */
	background: #fff; /* картинка изображающая ползунок. Или можно залить цветом, задать бордюр и скругления */
	cursor: pointer;
	border-radius:50%;
	border:5px solid #f38a25;
	outline:none !important;
	left:-8px;
	margin-bottom:-10px;
}
#slider2.ui-slider .ui-slider-handle {
	top:-8px;
	margin-bottom:0;
	margin-left:-10px;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	overflow: hidden;
	width: 5px;
    margin-left: -1px;
}
/* горизонтальный слайдер (сама полоса по которой бегает ползунок) */
.ui-slider-horizontal {
	 height: 3px; /* задаем высоту согласно дизайна */
}
/* позиционируем ползунки */
.ui-slider-horizontal .ui-slider-handle { 
	
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min { 
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}
/* оформление полосы по которой ходит ползунок */
.ui-widget-content { 
	border: 1px solid #D4D4D4;
	background: #fff;
}
/* оформление активного участка (между двумя ползунками) */
.ui-widget-header { 
	border: 1px solid #D4D4D4;
	background: #f38a25;
}


@media (max-width:1000px) {
	.raschlink {
		width:65px !important;
		padding-left:5px !important;
		top: 10% !important;
	}	
}

@media (max-width:700px) {
	.rasch .col2>div {
    padding-left:10px;
}
.rasch .shema{
	max-width:70%;
}
.rasch #slider2 {
	width:300px;
}
.rasch .razmer2{
	max-width:90%;
}
.rasch  .line input{
	width:40%;
}

	
	
	
	
}

.tabs.bottom {
	display:none;
}
@media (max-width:500px) {
	.rasch .col2>div {
    width:100%;
}
.rasch .col2 {
	display:block;
}
.rasch .shema{
	/*max-width:70%;
	left:10px;
	top:10px;
	margin:0;
	right:auto;
	bottom:auto;*/
}
.tabs.bottom {
	display:block;
}
.tabs.bottom .active{
	display:none !important;
}
.rasch #slider2 {
	width:140px;
}
.rasch .razmer2{
	max-width:90%;
	text-align:left;
	top: 5px;	
}
.rasch  .line input{
	width:40%;
}
.rasch .razmer {
	min-height:280px;
}
.rasch #slider1 {
	height:110px;
}
.rasch #slider3 {
	height:110px;
}
.rasch .razmer1 {	
	width:50px;
	right: 5px;
}
.rasch .razmer3 {	
	width:50px;
	left: 5px;
}
.rasch .file-selectdialog .file-extended .file-selector{
	background:none;
	padding:0 !important;
	font-size:0;
}
.rasch  .file-selectdialog .file-extended .file-load-img{
	display:none;
}	
.rasch .file-selectdialog .file-extended .file-selector br {
	display:none;
}
.rasch  .line input {
	float:none;
	margin-top:5px;
	width:100%;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	margin-bottom:0;
}
.rasch .soglasie {
	padding-left:40px;
}
.rasch .soglasie .chk-area {
	margin-left:-40px;
}	
.rasch .tabs li:nth-child(2){
	display:none;
}
.rasch .tabs li.tabexpress.active{
	display:block;
}
.rasch .tabs li{
	width:100%;
}
.tabs {
	flex-wrap:wrap;
}
.rasch .col2>div {
	padding-left:0;
}
.rasch .razmer input {
	width:50px;
}
.rasch {
	
}	
.rasch .shema{
	max-width:65%;
}	
.razmer2 {
	left:9%;
}	
	
}

@media (max-width:400px) {
.rasch .razmer {
	min-height:230px;
}
.rasch #slider1 {
    height: 90px;
}
.rasch #slider3 {
    height: 90px;
}
.rasch .razmer2 {
	bottom:10px;
}
.rasch .shema{
	max-width:60%;
}
}

@media (max-width:350px) {

.rasch .shema{
	max-width:55%;
}
}
