body #content .qorder-place {
	 justify-content: left;
	 margin-top: 20px;
}

.qorder-main-text {
    margin-bottom: 10px;
    font-size: 14pt;

}

#sformid {
	max-width: 450px;
}

.sform .sform-block {
    margin-top: 10px;
    display: flex;
    align-items: start;
}

.sform-ok {
	color: #fff;
    font-weight: bold;
    font-size: 12pt;
    padding: 8px 20px;
    border: 1px solid #dedede;
    border-radius: 3px;
    text-align: center;
}

body .sform-html {
	margin: 0px!important;
}

.sform .col-md-6, .sform .col-md-12 {
	padding: 0px;
	margin-bottom: 0px;
}

.sform .sformconf-label {
    display: inline-block;
    max-width: 90%;
    font-size: 10pt;
    cursor: pointer;
	margin-left: 15px;
    line-height: 1.1;
    margin-right: 0px;
}

.sform .sform-wrapper {
    box-sizing: border-box;
    margin-right: 5px;
	font-size: 11pt;
}

.sform .sform-phone {
    height: 40px;
    padding: 0 10px;
    border-radius: 3px;
    outline: 0;
    border: 1px solid #dedede;
    width: 100%;
    box-sizing: border-box;
    font-size: 11pt;
	    color: #000;
}

.sform .col-md-12 .sform-wrapper {
	margin-bottom: 8px;
	margin-right: 0px;
}

.sform .sform-name {
    height: 40px;
    padding: 0 10px;
    border-radius: 3px;
    outline: 0;
    border: 1px solid #dedede;
    width: 100%;
    box-sizing: border-box;
    font-size: 11pt;
}

.sform-item {
    position: relative;
	text-align: left;
}

.sform-error-area {
    color: #B00000;
    line-height: 1.1;
    margin-bottom: 15px;	
	font-size: 11pt;
	display: none;
	margin-top: 5px;
}

.sform-error-area.ok {
	color: #013220;
}

.sform .sform-btn {
    margin-bottom: 0;
    font-size: 14pt;
	font-weight: 100;
    padding: 8px 20px;
    background: var(--main-kviz-color);
    color: #fff;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
}

@media only screen and (max-width: 991px) {
	.qorder-main-text {
		font-size: 12pt;
	}
}

@media only screen and (max-width: 970px) {
	.sform .sform-btn {
		padding: 8px 20px;
	}
	
	.sform .sform-phone {
		font-size: 10pt;
	}
	
	.sform-ok {
		padding: 8px 20px;
	}
}

@media only screen and (max-width: 767px) {
	.sform-item {
		margin-top: 5px;
	}
	
	.sform .sform-wrapper {
		margin-right: 0px;
	}
}