@media print {
    .no-print {
        display: none;
    }
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, sans-serif;
    height: 100%;
    background-color:#f7f7f7;
}

.container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 50px;
    width: 1200px;
    margin:0 auto;
    height: 100vh;
}

.container .left_panel{
    float:left;
    background-color: #efefef;
    border-right:2px solid #fff;
    padding:50px;
    height: 100vh;
}

.articul {
    background-color:#f7f7f7;
    flex-grow: 1; 
    display: flex;
    justify-content: center;
    /*height: 100vh;
    width: 100%;*/
}

.order-form {
    display: flex;
    flex-direction: column;
    max-width: 200px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.order-form-input,
.order-form-select,
.order-form-button {
    margin-bottom: 10px;
    padding: 10px;
    border-radius:10px;
    border: 1px solid #cdcdcd;
	height: 36px;
}

.order-form-input,
.order-form-select
{
	padding-left: 20px;
	font-weight: 600;
	color: #616161;
}


.order-form-select:required:invalid 
{
	font-size: 14px;
	font-weight: 100;
	color: #616161; 
} 

.order-form-input::placeholder,
.order-form-select::placeholder
{
	font-size: 14px;
	font-weight: 100;
	color: #616161;
}

.date-picker-container input
{
	margin-left: 5px;
	margin-bottom: 0px;
	padding: 0px;
	
	display: flex;
	justify-content: center;
	align-items: center;
	text-align:center;
}

.date-picker-container input:not(:last-child)
{
	width:36px;
}

.date-picker-container input:last-child
{
	width:72px;
}

.order-form-button {
    background-color: #d9534f;
    color: white;
    border: none;
    cursor: pointer;
} 

.order-form-button {
    background-color: #d9534f;
    color: white;
    border: #fff;
    cursor: pointer;
}

.order-form-button#clear{
    background-color: #efefef;
    color: #4a4a4a;
    border: 1px solid #a7a7a7;
}

.order-form-button#clear:hover{
    background-color: #a7a7a7;
}

.order-form-button:hover {
    background-color: #c9302c;
}

.order-details {
    text-align: center;
    width: 500px;
    height: 500px;
    background-color:#fff;
    border:1px solid #a7a7a7;
    margin-top:135px;
    padding-top:35px;
}

.date-picker-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  
  margin-bottom: 10px;
}

.wrapper-date-image img,
.date-picker-icon {
  width: 27px;
  height: 31px;

}

#date{
    width: 168px;
}

.first{
    width:100%;
    height:230px;
}
.first .article-number {
  font-size: 185px;
  font-weight:bolder;
  font-family: Tahoma,Verdana,Segoe,sans-serif; 
}

.second{
    width:100%;
    height:75px;
}
.second .product-name {
  margin: 10px 35px 0 35px;
  font-size: 33px;
}

.third {
  width:100%;
  height: 195px;
  padding-top:50px;
}

.third .quantity {
  margin:0 0 0 35px;
  font-size: 76px;
  font-weight: bolder;
  float: left;
}

.third .quantity .sht {
  font-size: 33px;
  font-weight: normal; 
}

.third .term {
  font-size: 22px;
  text-align: right;
  padding:15px 35px 0 0;
}

.third .term .date_text{
    font-weight: bolder;
}

.third .packaging {
  font-size: 22px;
  text-align: right;
  padding:10px 35px 0 0;
}

/*#clear, #print, */#send, #article-text{
    display:none;
}

.required{
    color:#ed6869;
    margin:0 0 10px 0;
    display:none;
}

.div-timeframe,
.div-design,
.div-ua
{
	display: flex;
	flex-direction: row;
	align-items: center;
	
	height: 20px;
	
	font-size: 18px;
	
	color: #616161;
	
	margin-top: 15px;
	
}

.div-timeframe { margin-bottom: 0px; }

.div-timeframe label,
.div-design label,
.div-ua label
{
	font-size: 14px;
	margin-left: 5px;
}

.input-checkbox:where([type="checkbox"][role="switch"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  color: inherit;
  font-size: inherit;
  width: 2.2em;
  height: 1em;
  box-sizing: content-box;
  /*border: 1px solid;*/
  border-radius: 1em;
  vertical-align: text-bottom;
  margin: auto;
  
  background: #bdc3c7;

}
/*bdc3c7*/

.input-checkbox:where([type="checkbox"][role="switch"])::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-10%, -50%);
  box-sizing: border-box;
  width: 1.43em;
  height: 1.43em;
  margin: 0 0.15em;
  border: 1px solid;
  border-radius: 50%;
  background: currentcolor;
  transition: 0.3s;
  
  border: solid 2px white;
  background: #ecf0f1;
  
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}

.input-checkbox:where([type="checkbox"][role="switch"]):checked
{
	background: #d1696999;
}

.input-checkbox:where([type="checkbox"][role="switch"]):checked::before {
  left: 1em;
  transform: translate(-10%, -50%);
  background: #d16969;
}

.input-checkbox:where([type="checkbox"][role="switch"]):disabled {
  opacity: 0.4;
}





  .checkbox-wrapper-19 {
    box-sizing: border-box;
    --background-color: #fff;
    --checkbox-height: 20px;
	height: 20px;
  }

  @-moz-keyframes dothabottomcheck-19 {
    0% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) / 2);
    }
  }

  @-webkit-keyframes dothabottomcheck-19 {
    0% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) / 2);
    }
  }

  @keyframes dothabottomcheck-19 {
    0% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) / 2);
    }
  }

  @keyframes dothatopcheck-19 {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) * 1.2);
    }
  }

  @-webkit-keyframes dothatopcheck-19 {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) * 1.2);
    }
  }

  @-moz-keyframes dothatopcheck-19 {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) * 1.2);
    }
  }

  .checkbox-wrapper-19 input[type=checkbox] {
    display: none;
  }

  .checkbox-wrapper-19 .check-box {
    height: var(--checkbox-height);
    width: var(--checkbox-height);
    background-color: white;
    border: calc(var(--checkbox-height) * .1) solid #bdc3c7;
    border-radius: 7px;
    position: relative;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: border-color ease 0.2s;
    -o-transition: border-color ease 0.2s;
    -webkit-transition: border-color ease 0.2s;
    transition: border-color ease 0.2s;
    cursor: pointer;
	
	overflow: hidden;
	margin-left: 0;
  }
  .checkbox-wrapper-19 .check-box::before,
  .checkbox-wrapper-19 .check-box::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    height: 0;
    width: calc(var(--checkbox-height) * .2);
    background-color: white; /*color-arrow*/
    display: inline-block;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 0px;
    content: " ";
    -webkit-transition: opacity ease 0.5;
    -moz-transition: opacity ease 0.5;
    transition: opacity ease 0.5;
  }
  .checkbox-wrapper-19 .check-box::before {
    top: calc(var(--checkbox-height) * .72);
    left: calc(var(--checkbox-height) * .41);
    /*box-shadow: 0 0 0 calc(var(--checkbox-height) * .05) var(--background-color);*/
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .checkbox-wrapper-19 .check-box::after {
    top: calc(var(--checkbox-height) * .37);
    left: calc(var(--checkbox-height) * .05);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .checkbox-wrapper-19 input[type=checkbox]:checked + .check-box,
  .checkbox-wrapper-19 .check-box.checked {
    /*border-color: #34b93d;*/
    border-color: white;
	background: #d16969;
  }
  .checkbox-wrapper-19 input[type=checkbox]:checked + .check-box::after,
  .checkbox-wrapper-19 .check-box.checked::after {
    height: calc(var(--checkbox-height) / 2);
    -moz-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    -o-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    -webkit-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    animation: dothabottomcheck-19 0.2s ease 0s forwards;
  }
  .checkbox-wrapper-19 input[type=checkbox]:checked + .check-box::before,
  .checkbox-wrapper-19 .check-box.checked::before {
    height: calc(var(--checkbox-height) * 1.2);
    -moz-animation: dothatopcheck-19 0.4s ease 0s forwards;
    -o-animation: dothatopcheck-19 0.4s ease 0s forwards;
    -webkit-animation: dothatopcheck-19 0.4s ease 0s forwards;
    animation: dothatopcheck-19 0.4s ease 0s forwards;
  }


.container-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 18px;
	
}

.container-radio label
{
	font-size: 14px;
	color: #616161;
}

/* Hide the browser's default radio button */
.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.43em;
  width: 1.43em;
  background-color: white;
  border-radius: 50%;
  border: solid 2px #bdc3c7;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark {
  background-color: #d16969;
  border: solid 2px white;
}

.div-design-sub,
.div-timeframe-sub
{
	margin-top: 10px;
	/*padding-left: 1em;*/
	/*padding-left: calc(1em - (1.43em / 16));*/
	padding-left: 1.1em;
}

.div-timeframe-sub
{
	margin-top: 10px;
	margin-bottom: 0px;
}

.select {

      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
-moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.selectclassic::before 
{
	
	content: ""; // ::before and ::after both require content
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg, #eaee44, #33d0ff);
    opacity: .7;
}
.select-wrapper {
    position: relative;
}

.select-wrapper select
{
	width:100%;
}

.select-wrapper:after {
    content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='15px'%3E%3Ctext x='0' y='10' fill='gray'%3E%E2%96%BE%3C/text%3E%3C/svg%3E");
    color: gray;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
    pointer-events: none;
}

.div-ua-label
{
	margin-left: 7px;
}

.div-ua 
{
	margin-top: 15px;
	margin-bottom: 20px;
}

label
{
-webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; 
}

.order-form-select
{
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	background: white;
	position:relative;
}

@media only screen and (hover: none) and (pointer: coarse){

	.container,
	.container .left_panel
	{
		width:100%;
		padding:0;
	}
	.container .left_panel
	{
		display:flex;
		justify-content:center;
		align-items:center;
	}
	.articul
	{
		display:none;
		
	}

}

@media (max-width: 1199.98px) 
{ 
	.container,
	.container .left_panel
	{
		width:100%;
		padding:0;
	}
	.container .left_panel
	{
		display:flex;
		justify-content:center;
		align-items:center;
	}
	.articul
	{
		display:none;
	}
 }