.specification{
	display: flex;
    flex-direction: column;
    width: 370px;
    height: fit-content;
    margin-top: 40px;
}
.specificationRow{
	display:flex;
	flex-direction:row;
	width:-webkit-fill-available;	
    justify-content: start;
    border-color: gray;
	align-items:center;
	padding-top:4px;
	padding-bottom:4px;
}

.nameBlock{
	width: 180px;
    text-align: left;
    font-size: 11px;
    word-break: break-word;
    margin-left: 12px;
}
.priceBlock{
	width: 100px;
	text-align:right;
    font-size:12px;
	border:none;
	outline:none;
	display:flex;
	justify-content: center;
	color: #5b6579;
}
.elementNumber{
	width:32px;
	text-align: center;
}
.count{
	width: 60px;
	text-align:center;
    font-size:12px;
	outline:none;
	display:flex;
	justify-content: center;
	color: #5b6579;
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
    position: relative;
}
.fix{
    position: fixed;
}

.comOfferButton{
    width: 32px;
    height: 32px;
    background-size: contain;
    border-width: 0px;
    margin: 12px;
	outline: none;
	background-color:#5B677D;
}
.headerMain{
    height: 62px;
    position: fixed;
    display: flex;
    justify-content: center;
    z-index: 100;
    width: 900px;
    margin-top: -12px;
	flex-direction:column;
}
.headerTooltip{
	justify-content: flex-end;
    display: flex;
    flex-direction: row;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    background-color: white;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
	align-items: center;
	height: 52px;
	
}
.modelSelectButton{
	width:140px;
	height:86px;
	outline: none;
    border: none;
	background:none;
	cursor:pointer;
	border-radius: 8px;
	background-size:cover;
}
.modelSelectTitle{
	width:140px;
	cursor:pointer;
	text-align: center;
}

html{
    overflow-x: hidden;
}
body{
    background-color:gainsboro;  
	display:flex;
	flex-direction:row;
	justify-content:center;
	
	font-family: 'Ubuntu', sans-serif;
	color: #5B677D;
    border-color: #5B677D;
    min-width: 0;
}
.a4{
    width: 900px;
	height: max-content;
    background-color: white;
	min-height:100%;
	justify-content: flex-start;
}
.pageContent{
	margin:40px;
	margin-top: 16px;
}

.descriptionBlock{
	margin-bottom:32px;
	margin-top:16px;
}
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type='range'] {
	width: 100%;
	height: 5px;
	-webkit-appearance: none;
	background-color: #5B677D;
	outline: none;
}
input[type='range']::-webkit-slider-runnable-track {
	height: 6px;
	-webkit-appearance: none;
	color: #F59B34;
	margin-top: -1px;
}
input[type='range']::-webkit-slider-thumb {
   -webkit-appearance: none; /* Отключаем стандартный вид */
    appearance: none; /* Современный аналог для браузеров */
    height: 28px;
	width: 28px;
	background-size:cover;
	cursor: pointer;
	background-image:url("/static/new_data/img/calc/slider.png");
	background-color: transparent;
	margin-top: -10px;
	outline: none;
    border: none; /* Лучше чем 'transparent' */
    border-radius: 50%; /* Делаем круглым на iOS */
    box-shadow: none; /* Убираем тени */
}

input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]:hover,input[type="number"]:focus {
  -moz-appearance: number-input;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#sliderBlock{
    display: flex;
    flex-direction: column;
    width: 400px;
    height: fit-content;
	margin-bottom: 16px;
}
.sliderBlock{
    height: fit-content;
	width:100%;
}
.sliderRow{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: -3px;
    margin-right: -3px;
    height: 24px;
    align-items: center;
	font-size: 14;
	
	touch-action: none;
}
.sliderValue{
    border: none;
    outline: none;
    height: 24px;
    width: 50%;
    font-size: larger;
    color: #5B677D;
	font-weight: bold;
	
	touch-action: none;
}
.sliderInput{
	margin-top: 10px;
    margin-left: 16px;
}
.sliderBorder{
    border: solid;
    border-bottom: none;
    height: 48px;
    border-color: #5B677D;
    border-width: 1;
    margin-top: 6px;
}
.sliderMinMax{
    border: none;
    outline: none;
    height: 16px;
    width: 50px;
    color: #5B677D;
}
.sliderMinMaxRow{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
	font-size: 12px;
	color:#5B677D;
	margin-top: 20px;
}
.minMax{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
	width: 80px;
}
.sliderTypeDescription{
	width: 80%;
    font-size: 14px;
    height: auto;
}
.toggleBlock{
	display: flex;
    flex-direction: row;
    height: 32px;
    align-items: center;
    margin-top: 12px;
    margin-bottom: 12px;
	margin-left: 2px;
}

select.orangeSelect {
    background: url(/static/new_data/img/calc/select.png) no-repeat right;
    background-size: 20%;
    font-size: 14px;
    border: 0px;
    color: #5B677D;
    outline: none;
    width: 150px;
    padding-right: 32px;
    -webkit-appearance: none;
    height: 36px;
	font-family: 'Ubuntu', sans-serif;
}
select.orangeSelect:focus {
  background: url(/static/new_data/img/calc/select01.png) no-repeat right;
  background-color:transparent;
  background-size: 20%;
}

option:checked {
  color: #F59B34;
  background: url(/static/new_data/img/calc/select.png) no-repeat right;
  /*text-align:right;*/
}
select:first-child{
  direction: ltr;
}
select option{
  direction: ltr;  
}
.typeSelect{
    height: fit-content;
    width: 159px;
    background-size: contain;
    display: flex;
    justify-content: flex-end;
    margin-right: 3px;
}

.checkBox-custom{
    background-image: url(/static/new_data/img/calc/toggle.png);
    background-size: cover;
    width: 20px;
    height: 20px;
    margin: 0px;
    padding: 0px;
    outline: none;
}
.checkboxBorder{
	width: 20px;
    height: 20px;
    background-image: url(/static/new_data/img/calc/toggleUnchecked.png);
    background-size: cover;
	margin-right: 12px;
}
input[type="checkbox"] {
  appearance: none;
  opacity: 0;
  }
input[type="checkbox"]:checked {
      opacity: 1;
    }

.menuButton{
    border-style: none;
    background: url(/static/new_data/img/calc/select.png) no-repeat left;
    width: 340px;
	height: 36px;
    background-size: 10%;
    outline: none;
    padding: 0px;
    border-width: 1;
	font-family: 'Ubuntu', sans-serif;
	text-align: left;
	padding-left: 36px;
	color: #5B677D;
}
.menuBlock{
	height: 36px;
    width: -webkit-fill-available;
    border: solid;
    border-width: 0px 0px 1px 0px;
	margin-top: 4px;
	
}
.menuContent{
    width: -webkit-fill-available;
    height: fit-content;
    flex-direction: row;
}

.ContentBox{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.ContentColumn{
    width: 390px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.optionTitle{
	font-weight: bold;
    margin-bottom: 8px;
    margin-top: 45px;
}
.optionNumber{
	font-size:13px;
	width:24px;
	text-align:center;
}
.empty{
	height:12px;
	width:24px;
}


.sliderRow{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-left: -3px;
  margin-right: -3px;
  height: 24px;
  align-items: center;
}
.countBlock{
    border: solid 1px;
    border-radius: 4px;
    height: 24px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 12px;
    margin-bottom: 12px;
    align-items: center;
}
.countButton{
    width: 24px;
    height: 24px;
    border-radius: 6px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    background-color: white;
    outline: none;
    font-weight: bold;
    color: #5B677D;
}
.inputCount{
    width: 48px;
    height: 24px;
    border-bottom: 0px;
    border-top: 0px;
    border-width: 1px;
    text-align: center;
    margin: 0;
    padding: 0;
    outline: none;
    font-weight: bold;
    color: #5B677D;
}


/*зерновой элеватор*/

.smallImage{
    width:100px;
    height:100px;    
    margin:4px;
    border-width: 0px;
}

.mainImageBlock{
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

.mainImage{
    background: url(/static/new_data/img/calc/CSZE20.PNG) no-repeat;
    width: 380;
    margin: 4px;
    height: 380;
    background-size: contain;
}

.bottomImage{
    background:url(/static/new_data/img/calc/ClickBot.PNG) no-repeat;
    width: -webkit-fill-available;
    margin:4px;
    height:120px;
}

.menuNori{
    border-width: 0;
    color: orange;
    background-color: white;
	outline: none;
}

.tableName{
	height: 12px;
    font-size: 12px;
    font-weight: bold;
    margin-top: 4px;
    margin-bottom: 4px;
}
.optionNumber{
	width:20px;
	text-align:center;
	margin-right: 6px;
}

.optionRow{
	display:flex;
	flex-direction:row;
	align-items: center;
}

.tableBox{
	height: fit-content;
    width: -webkit-fill-available;
    display: flex;
    flex-direction: row;
    border-bottom: solid;
    border-width: 1px;
    align-items: center;
    margin: 4px;
    font-size: 13px;
    padding: 6px;
}
.optionDescription{
	width: -webkit-fill-available;
}
.optionValue{
	width: fit-content;
    text-align: right;
	margin-left: 12px;
	font-weight: bold;
}

.previewOptionRow{
	display:flex;
	flex-direction:row;
	align-items: center;
}

.previewTableBox{
	height: fit-content;
    width: -webkit-fill-available;
    display: flex;
    flex-direction: row;
    border-bottom: solid;
    border-width: 1px;
    align-items: center;
	margin-top:4px;
	margin-bottom:4px;
}
.previewTitle{
	width:-webkit-fill-available;
	text-align:center;
	font-size:12;	
	margin-top:8px;
	margin-bottom:8px;
}
.orangeButton{
	background-color: orange;
    height: 26px;
    width: 84px;
    color: white;
    font-weight: bold;
    border-radius: 4px;
    border-width: 0px;	
}
.blockButtonHeader{
    display:flex;
    flex-direction:row;
    align-items: center;
    width:fit-content;
    justify-content:end;
}
.orangeSelectQuality{
	background-color: white;
    height: 26px;
    width: 84px;
    color: white;
    font-weight: bold;
    outline: 1px solid rgba(136, 135, 135, 0.8);
    border-radius: 4px;
    border-width: 0px;	
}
.previewOptionDescription{
	width: -webkit-fill-available;
}
.previewOptionValue{
	width: fit-content;
    text-align: right;
	font-weight: bold;
	width:80px;
}

.desriptionTable{
    display:flex;
	flex-direction:row;
    align-items: center;
    justify-content: space-between;
	width: -webkit-fill-available;
}
.descriptionBlockStyle{
    font-size: 13;
    padding-bottom: 40px;
    padding-top: 10px;
}

.priceOtherComponent{
	display: none;
}

/*слайдер*/


.slider{
    display: flex;
	justify-content: center;
}
/* Основные стили */

/* Слайдер */
.slick-slider{
	min-width: 0;
}
/* Ограничивающая оболочка */
.slick-list {
	overflow: hidden;
}
/* Лента слайдов */
.slick-track{
	display: flex;
	align-items: flex-start;
	width: fit-content;
}

/* Слайд */
/* .slick-slide{} */
/* Слайд активный */
/* .slick-slide.slick-active{} */
/* Слайд основной */
/* .slick-slide.slick-current{} */
/* Слайд по центру */
/* .slick-slide.slick-center{} */

/* Стрелка */
/* .slick-arrow{} */
/* Стрелка влево */
/* .slick-arrow.slick-prev{} */
/* Стрелка вправо */
/* .slick-arrow.slick-next{} */
/* Стрелка не активная */
/* .slick-arrow.slick-disabled{} */

/* Точки */
/* .slick-dots{}
.slick-dots li{}
.slick-dots button{} */

/* Конкретный слайдер */
.slider {
	position: relative;
	padding: 0px 60px;
	position: relative;
    padding: 0px 60px;
    margin-top: 32px;
    margin-bottom: 32px;
}

@media (max-width:767px){
	.slider {
		padding: 0px 40px;
	}
}

.slider .slick-arrow{
    position: absolute;
    top: 50%;
    margin: -30px 0px 0px 0px;
    z-index: 10;
    font-size: 0;
    width: 30px;
    height: 30px;
    border: none;
    outline: none;
}
.slider .slick-arrow.slick-prev{
	left: 0;
	background: url('/static/new_data/img/calc/selectLeft.png') 0 0 / 100% no-repeat;
}
.slider .slick-arrow.slick-next{
	right: 0;
	background: url('/static/new_data/img/calc/selectRight.png') 0 0 / 100% no-repeat;
}
.slider .slick-arrow.slick-disabled{
	opacity: 0.2;
}

.slider .slick-dots{
	display: flex;
	align-items: center;
	justify-content: center;
}
.slider .slick-dots li{
	list-style: none;
	margin: 0px 10px;
}
.slider .slick-dots button{
	font-size: 0;
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-radius: 50%;
}

.slider .slick-dots li.slick-active button{
	background-color: transparent;
	border: 1px solid #fff;
}

.slider__item {
	padding: 14px;
    margin: 6px;
    outline: none;
    border: solid 1px;
    border-radius: 4px;
    border-color: #5B677D;
	width:180px;
}
.slider__item img{
	max-width: 100%;
}
/* .slider__item.slick-center{} */

.overlay{
    display: none;
    position: fixed;
    background-color: rgba(136, 135, 135, 0.8);
    z-index: 200;
    height: 100%;
    width: 100%;
    justify-content: center;
    padding-top: 62px; 
    margin-top: -10px;   
}

.overlay_wait{
    position: fixed;
    background-color: rgba(136, 135, 135, 0.8);
    z-index: 200;
    height: 100%;
    width: 900px;
    justify-content: center;
    padding-top: 52px;
    margin-top: -10px; 
	display:none;
}

.webform_layer{
	position: fixed;
    background-color: rgba(136, 135, 135, 0.8);
    z-index: 200;
    height: 100%;
    width: 900px;
    justify-content: center;
    padding-top: 70px;
    margin-top: -10px; 
	display:none;
}

.spoiler{
    display: flex;    
    justify-content: center;
    background-color: white;
    border: 1px;
    border-radius: 4px;
    border-color: #5B677D;
}

#spoilerImg{
    height: -webkit-fill-available;
    width: -webkit-fill-available;
}
.bottomBlock{
	width:900px;
	height:76px;
	background-color:#5B677D;
	display: flex;
}
.bottomLogoImage{
	background-image: url(/static/new_data/img/calc/transport-equipment-logo-white.png);
    height: 28px;
    width: 32mm;
    background-size: cover;
}
.rowBlock{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.columnBlock{
  width: 50%;
  margin-top:32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modelBlock{
	width:370px;
	height:370px;
	min-width:370px;
	min-height:370px;
	align-self: end;
}
.modelImageBlock{
	width:370px;
	height:370px;
	background: url(/static/new_data/img/calc/CSZE10.png) no-repeat;
	background-size: contain; background-position-x: center;
	background-position-y: center;	
	align-self: end;
}
.control3dButton{
	width:32px;
	height:32px;
	border:none;
	outline:none;
	margin:4px;
}
.busketCount{
	width: 32px;
    height: 32px;
    background-color: orange;
    border-radius: 4px;
    color: white;
    font-weight: bold;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.optionBlockquality{
    display: flex;
    justify-content: end;
    width:100%;
    margin-bottom:4px;
}
@media (max-width: 1024px){
	.a4{
		width:450px;
		min-width:450px;
	}
	.headerMain{
		width:450px;
	}
	.bottomBlock{
		width:450px;
        display: none;
	}
	.rowBlock{
		flex-direction: column;
	}
	.columnBlock{
		width: 100%;
	}
	.ContentBox{
		flex-direction: column;
	}
	.webform_layer{
		width:450px;
	}
	.3dModel{
		max-width:450px;
	}
	/* body{
		width: fit-content;
	} */
}
@media (max-width: 769px){
	/* body{
	zoom:1.65;
	} */
    .optionBlockquality{
        display: none;
    }
    /* .blockButtonHeader .orangeButton{
        display: none;
    } */
}
@media (max-width: 415px){
	body{
	zoom:0.89;
	}
}
@media (max-width: 376px){
	body{
	zoom:0.8;
	}
}
@media (max-width: 1024px){
	#modelSelectBlock{
		display: none!important;
	}
	#MobileSelector{
		display: flex!important;
		align-items:center;
		flex-wrap: nowrap;
		flex-direction: column;
	}
}
@media (min-width: 1025px){
	#MobileSelector{
		display: none!important;
	}
}

/* HTML: <div class="loader"></div> */
.loader {
  width: 15px;
  aspect-ratio: 1;
  border-radius: 50%;
  animation: l5 1s infinite linear alternate;
}
@keyframes l5 {
    0%  {box-shadow: 20px 0 #000, -20px 0 #0002;background: #000}
    33% {box-shadow: 20px 0 #000, -20px 0 #0002;background: #0002}
    66% {box-shadow: 20px 0 #0002,-20px 0 #000; background: #0002}
    100%{box-shadow: 20px 0 #0002,-20px 0 #000; background: #000}
}
