/*
Theme Name: Grissoft Theme
Author: the Grissoft
Author URI: http://grissoft.com.ua/
Description: 
Version: 1.0
*/

.boxApplication_testSmall {
	color: white;
}

.formCall_item {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 20px);
    box-sizing: border-box;
    margin-bottom: 19px;
    margin: 10px;
}

.formCall_item:nth-child(even), .formCall_item:nth-child(odd) {
	padding: 0;
}

@media screen and (max-width: 639px){
	.formCall_item {
		display: block;
		width: 100%;
		margin: 10px 0;
	}
	
	.selectric-label {
	height: 50px;
	line-height: 50px;
}
}

