

body
{
	font-family: "Roboto",  Arial, sans-serif;
	margin: 0;
	padding: 10px;
	font-size:16px;
	line-height:20px;
}

h1
{
	font-size:22px;
	line-height:24px;
	color:#2E3192;
	margin-bottom:20px;
}

.mainWrapper
{
	max-width:900px;
	width:100%;
	margin:0 auto;
}


.flag {
    box-shadow: 0 0 1px 0px #444;
    border: 1px solid #ffffff;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    width: 40px;
    height: 26px;
    background-repeat: no-repeat;
    background: url("//static.tourvisor.ru/flags/flags-medium.png");
        background-position-x: 0%;
        background-position-y: 0%;
}

.cName {

    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    font-size: 14px;
    color: #575757;
    font-weight: 400;
    cursor: pointer;
    line-height: 1.33;
    margin-top: 4px;

}

.flags:after
{
	content:"";
	display:block;
	clear:both;
}

.flags a
{
	width:50%;
	float:left;
	text-decoration:none;
	margin-bottom: 15px;
}

.formLine
{
	margin-bottom:15px;
}	

.formLine label
{
	display:block;
}
.formLine input[type=text]
{
	width: 100%;
	border: 1px solid #2E3192;
	padding: 10px 5px;
	max-width: 300px;
	height: 24px;
}

.formLine textarea
{
	width: 100%;
	border: 1px solid #2E3192;
	padding:  5px;
	max-width: 300px;
	height: 80px;
	font-family: "Roboto",  Arial, sans-serif;
	
}

.formLine select
{
	width: 100%;
	border: 1px solid #2E3192;
	
	max-width: 300px;
	height: 24px;
}

.sendBtn
{
	display: block;
	width: 100px;
	text-align: center;
	color:#fff;
	background:#ee1c25;
    text-decoration: none;
    padding: 5px 0;
    font-size: 14px;
    border:none;
}

.formWrap *
{
	box-sizing:border-box;
}

.errorBlock
{
	color:red;
	margin-top:5px;
}

.okBlock
{
	color:green;
	margin-top:5px;
	display:none
}

.TVMobilePanel .TVMobilePanelBlock
{
	position:relative!important;
	padding-top:50px!important;
	!height:auto!important;
	top:auto!important;
}

body.TVMobileContainer
{
	padding:0;
}