/**
* @Copyright ((c) plasma-web.ru
*/
.tshirts {
    /* padding: 3em 1em;
    background: transparent;
    box-sizing: border-box;
    min-height: 300px;
    max-width: 800px;
    margin: 0 auto; */
}
.radio-box{
	width:100%;
	display: flex;
	align-items: center;
}

.tshirts * {
    margin: 0;
    box-sizing: border-box;
    max-width: none;
    font-size: 14px;
    line-height: 1rem;
    outline: none;
}

.tshirts .qf3label {
    color: #4c0f0f;
    font-weight: bold;
}


.tshirts .qfstepper {
    /* background: #fff;
    padding: 3em 1em 1em; */
}

.tshirts .qfstepperinner {
    display: flex;
	flex-direction:column;
}

.tshirts .qfstepperbtns {
    margin: 0;
    padding: 0;
	display: flex;
	align-items: center;
	margin-top:30px;
}

.tshirts .qfnext, .tshirts .qfprev {
    border: 0;
    position: relative;
    cursor: pointer;
}

.tshirts .qfnext {
	flex:0 0 150px;
	max-width:150px;
}

.tshirts .qfprev {
    
}

.tshirts .black .qfnext {
    
}

.tshirts .black .qfprev {
    
}

.tshirts .red .qfnext {
    
}

.tshirts .red .qfprev {
    
}

.tshirts .yellow .qfnext {
    
}

.tshirts .yellow .qfprev {
    
}

.tshirts .green .qfnext {
    
}

.tshirts .green .qfprev {
    
}

.tshirts .blue .qfnext {
    
}

.tshirts .blue .qfprev {
    
}

.tshirts .qfradio {
    /* margin: 0 15% 0 15%; */
}

.tshirts .qfradio .qf3label {
    font-size: 120%;
}
.radio-box + .radio-box{
	margin-top:25px;
}
.tshirts .qfradio .radioblok label {
    display: flex;
	align-items:center;
    margin: 0;
    cursor: pointer;
    color: #ffffff;
    font-weight: 400;
	font-size: 18px;
}
.tshirts .qfradio .radioblok .radio-box label:before{
	content:"";
	width:25px;
	height:25px;
	border-radius:25px;
	margin-right:15px;
	border:1px solid #ffffff;
}
.tshirts .qfradio .radioblok .radio-box input:checked + label{
	border:none;
}
.tshirts .qfradio .radioblok  .radio-box input:checked + label:before{
	background: #6CD3FF;
	filter: blur(2.5px);
}
.tshirts .qfradio .radioblok input:checked + label {
    border: 1px solid #ccc;
}

.tshirts .qfradio img {
    width: 100%;
    display: block;
    margin-bottom: 1em;
}

.tshirts .qfradio .radioblok {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
}

.tshirts .radioblok input {
    display: none;
}

.tshirts .contactsmes {
    padding: 0.5em;
    text-align: center;
    font-size: 2em;
    color: brown;
}

.tshirts .qf3label {
    display: inline-block;
    margin: 0.3em 0;
    padding: 0 1em 0 0;
    line-height: 1.2em;
    text-align: right;
    width: 38%;
}

.tshirts .chbxlabel {
    padding-left: 0.5em;
}

.tshirts .qf3txt input, .tshirts .qf3btn input {
    display: inline-block;
    width: 38%;
    height: 2.8em;
    background: #fff;
    padding: 0 0 0 1em;
    margin: 1em 0;
    border: 1px solid #c9c0c0;
    border-radius: 4px;
    font-size: 1em;
}

.tshirts textarea {
    width: 100%;
    margin: 1em 0;
    padding: 30px;
	display: flex;
	background: url("../images/quizz-noise.png") repeat center center rgba(255, 255, 255, 0.05);
	background-size: 100%;
	box-shadow: inset 0px 1px 3px rgba(255, 255, 255, 0.3);
	border-radius: 10px;
	border: none;
	position: relative;
	min-height:250px;
	color:#ffffff;
}

.tshirts .qf3btn input {
    background: #9ff7ff;
    cursor: pointer;
    margin: 2em 0 3em;
}

.tshirts .contacts {
    width: 100%;
}

/*modal form*/
.tshirts.qfoverlay {
    background-color: #0e0e0e;
    opacity: 0.98;
    max-width: 100%;
}

.tshirts .qfclose {
    position: absolute;
    top: 7px;
    right: 5px;
    cursor: pointer;
    color: #ff0000;
    font-size: 24px;
}

.tshirts.qfmodalform {
    left: 19%;
    width: 62%;
    max-width: none;
}

/* message */
.tshirts .qfmess span {
    padding: 1em;
    margin: 1em;
    display: block;
    color: #fff;
}
