@font-face {
    font-family: 'squad-regular';
    src: url('Squad-Regular.woff2') format('woff2'),
         url('Squad-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'squad-bold';
    src: url('Squad-Bold.woff2') format('woff2'),
         url('Squad-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
/* product */
.dsk_table{
	padding: 0px;
	margin: 0px;
	border: 0px none white;
}
.dsk_button_table{
	padding: 2px 0px;
	text-align: center;
	border: 0px none white;
}
.dsk_button_table p{
	padding: 0px;
	color:#52ae30;
	font-size:16pt;
	font-weight:bold;
	background-color: transparent;
	font-family: squad-bold;
}
.dsk_button_div_txt{
	width: 252px;
	font-size: 16px;
	font-weight: bold;
	vertical-align: bottom;
	text-align: left;
	line-height: 20px;
	background-color: transparent;
	color: #006648;
	font-family: squad-regular;
}
.dsk_table_img{
	padding: 0px;
	margin: 0px;
	max-width: 155px;
	border: 0px none white;
}
.dsk_btn_click{
	cursor: pointer;
}
.dsk_logo{
	max-width: 155px;
	max-height: 55px;
}
/* dsk */
form[name="dsksend"] p::before{
	content: none;
}
form[name="dsksend"] p::after{
	content: none;
}
.dsk_body{
	display: flex;
	flex-direction: column;
	height: 100%;
	border-radius: 14.5px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 30px 0px #000000; 
	box-shadow: 0px 0px 30px 0px #000000;
	padding: 0px;
}
.dsk_row{
	display: flex;
	flex-direction: row;
	width: 100%;
	padding: 0px 15px;
}
.dsk_row:first-child{
	padding-top: 10px;
}
.dsk_column_left{
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: left;
	height: 58px;
	font-family: squad-bold;
	font-style: normal;
	font-size: 18px;
	line-height: 22px;
	color: #006648;
}
.dsk_column_right{
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: right;
	height: 58px;
}
input[type="checkbox"].dsk_uslovia{
	border-radius: 0px;
	-ms-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	padding: 10px;
	appearance: checkbox;
    -moz-appearance: checkbox;
	-webkit-appearance: checkbox;
	opacity: 1;
}
@media (max-width: 800px) {
	.dsk_row {
		flex-direction: column;
		padding: 10px 15px;
	}
	.dsk_button_preizcisli{
		width: 60%;
	}
	input[type="text"].dsk_input_text_active, input[type="number"].dsk_input_text_active{
		width: 40%;
	}
}
input[type="text"].dsk_input_text, input[type="number"].dsk_input_text{
	flex: 1;
	font-family: squad-bold;
	font-size: 20px;
	line-height: 24px;
	text-align: right;
	color: #006648;
	border: 1px solid #006648;
	margin: 0px;
	padding: 0px 20px;
	height: 48px;
	border-radius: 24px;
}
input[type="text"].dsk_input_text:active, input[type="number"].dsk_input_text:active, input[type="text"].dsk_input_text:focus, input[type="number"].dsk_input_text:focus{
	flex: 1;
	font-family: squad-bold;
	font-size: 20px;
	line-height: 24px;
	text-align: right;
	color: #006648;
	border: 1px solid #52ae30;
	margin: 0px;
	padding: 0px 20px;
	height: 48px;
	border-radius: 24px;
	outline: none;
}
input[type="text"].dsk_input_text_active, input[type="number"].dsk_input_text_active{
	flex: 1;
	font-family: squad-bold;
	font-size: 20px;
	line-height: 24px;
	text-align: right;
	color: #006648;
	border: 1px solid #006648;
	background-color: white;
	margin: 0px;
	padding: 0px 20px;
	height: 48px;
	border-radius: 24px;
}
input[type="text"].dsk_input_text_active:active, input[type="number"].dsk_input_text_active:active, input[type="text"].dsk_input_text_active:focus, input[type="number"].dsk_input_text_active:focus{
	flex: 1;
	font-family: squad-bold;
	font-size: 20px;
	line-height: 24px;
	text-align: right;
	color: #006648;
	border: 1px solid #52ae30;
	background-color: white;
	margin: 0px;
	padding: 0px 20px;
	height: 48px;
	border-radius: 24px;
	outline: none;
}
.dsk_button_preizcisli{
	height: 48px;
	background-color: #52ae30;
	border-radius: 24px;
	text-align: center;
	font-family: squad-bold;
	font-size: 18px;
	line-height: 24px;
	margin-left: 5px;
	color: #006648;
	cursor: pointer;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4); 
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
	user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.dsk_button_preizcisli:hover{
	height: 48px;
	background-color: #52ae30;
	border-radius: 24px;
	text-align: center;
	font-family: squad-bold;
	font-size: 18px;
	line-height: 24px;
	margin-left: 5px;
	color: white;
	cursor: pointer;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4); 
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
	user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.dsk_disable{
	background-color: #EEEEEE;
}
select.dsk_input_text{
	flex: 1;
	font-family: squad-bold;
	font-size: 20px;
	line-height: 24px;
	text-align: right;
	color: #006648;
	background-color: white;
	border: 1px solid #006648;
    padding: 0px 20px;
	margin: 0px;
	height: 48px;
	border-radius: 24px;
}
select.dsk_input_text:active, select.dsk_input_text:focus{
	flex: 1;
	font-family: squad-bold;
	font-size: 20px;
	line-height: 24px;
	text-align: right;
	color: #006648;
	background-color: white;
	border: 1px solid #52ae30;
    padding: 0px 20px;
	margin: 0px;
	height: 48px;
	border-radius: 24px;
	outline: none;
}
.dsk_row_footer{
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 5px 15px;
}
.dsk_hr{
	padding-top: 10px;
	width: 100%
	border-top: 0px none white;
	border-left: 0px none white;
	border-right: 0px none white;
	border-bottom: 1px solid #006648;
}
.dsk_span{
	font-family: squad-regular;
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
	color: #006648;
}
.dsk_row_bottom{
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	padding: 20px 15px;
	background-color: #006648;
	border-radius: 0px 0px 14.5px 14.5px;
}
.dsk_version{
	margin-left: auto;
	font-family: squad-regular;
	font-size: 14px;
	line-height: 16px;
	color: #52ae30;
}
.dsk_btn{
	height: 48px;
	background-color: #52ae30;
	border-radius: 24px;
	text-align: center;
	font-family: squad-bold;
	font-size: 18px;
	line-height: 24px;
	margin-left: 5px;
	color: #006648;
	cursor: pointer;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4); 
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
	user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.dsk_btn:hover{
	height: 48px;
	background-color: #52ae30;
	border-radius: 24px;
	text-align: center;
	font-family: squad-bold;
	font-size: 18px;
	line-height: 24px;
	margin-left: 5px;
	color: white;
	cursor: pointer;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4); 
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
	user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.dsk_logo_big{
	vertical-align: bottom;
	width:300px;
	padding-bottom: 10px;
}
.dsk_table_caption{
	font-family: squad-bold;
	font-size: 18px;
	color: #006648;
	padding: 0px;
}
/* dskbuy */
.dsk_row_buy{
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 10px 15px 10px 15px;
}
.dsk_row_buy:first-child{
	padding-top: 10px;
}
.dsk_column{
	display: flex;
	align-items: center;
	justify-content: left;
	width: 100%;
	font-family: squad-regular;
	font-style: normal;
	font-size: 18px;
	line-height: 22px;
	color: #006648;
}
input[type="text"].dsk_input_text_dskbuy{
	width: 100%;
	font-family: squad-bold;
	font-size: 20px;
	line-height: 24px;
	text-align: left;
	color: #006648;
	background-color: white;
	border: 1px solid #006648;
    padding: 0px 15px;
	margin: 0px;
	height: 48px;
	border-radius: 24px;
}
input[type="text"].dsk_input_text_dskbuy:active, input[type="text"].dsk_input_text_dskbuy:focus{
	width: 100%;
	font-family: squad-bold;
	font-size: 20px;
	line-height: 24px;
	text-align: left;
	color: #006648;
	background-color: white;
	border: 1px solid #52ae30;
    padding: 0px 15px;
	margin: 0px;
	height: 48px;
	border-radius: 24px;
	outline: none;
}
.dsk_link{
	font-family: squad-regular;
	font-size: 16px;
	color: #52ae30;
	text-decoration: none;
}
.dsk_link:hover{
	text-decoration: underline;
}
::placeholder {
  color: #BCBCBC;
  opacity: 1;
}
:-ms-input-placeholder {
 color: #BCBCBC;
}
::-ms-input-placeholder {
 color: #BCBCBC;
}