:root {
	--main-kviz-color-gradient: #588F27;
	--main-kviz-color-gradient2: #80be48;
}

.qorder-place {
	padding: 20px;
	border-radius: 3px;
	background: #f8f9fb url('/images/kust.png') right 20px bottom 0px no-repeat;
	background-size: 200px;
    margin: 20px 0px;
}

.qorder-mini-text {
	background: url('/images/gift.png') 0% 50% no-repeat;
	background-size: 25px;
	padding-left: 35px;
	    font-size: 14pt;
}

.qorder-main-text {
	font-size: 20pt;
	line-height: 1.1;
}

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

.sform-ok {
	color: var(--main-kviz-color);
    font-weight: bold;
    font-size: 14pt;
    padding: 3px 20px;
    border: 1px solid #dedede;
    border-radius: 3px;
    text-align: center;
}

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

.sform-sale {
    font-size: 22pt;
    margin-top: 15px;
    font-weight: bold;
    background: linear-gradient(89.51deg, var(--main-kviz-color-gradient) 1.15%, var(--main-kviz-color-gradient2) 99.77%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    line-height: 1;
}

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

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

    margin-right: 10px;
}

.sform .sform-wrapper {
    box-sizing: border-box;
    margin-right: 5px;
}

.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;
}

.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: 15pt;
    padding: 3px 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: 1023px) {
	.sform .sform-wrapper {
		margin-right: 0px;
		margin-bottom: 2px;
	}
}
	
@media only screen and (max-width: 767px) {
	.qorder-mini-text {
		margin-bottom: 25px;
	}
}
