
.main_text>h1{
	    font-family: LucidaGrande, sans-serif;
    font-size: 2.2rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.5;
    text-align: center;
    color: #000000;
    margin-top: 5rem;
    margin-bottom: 3.5rem;
}

.news_block_main_item:last-child{
	    border-bottom: none;
}

.right_news_block .news_block_item:last-child {
    border-bottom: none;
    padding-bottom: 3.5rem;
}

.big_column {
	 margin-top: 14px;
}

.big_column:first-child {
    margin-top: 0px;
}
.big_column:last-child {
    margin-bottom: 4rem;
}
.detail_text,
.detail_text span{
	font-family: LucidaSansUnicode, sans-serif;
    font-size: 1.4rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    text-align: justify;
    color: #333333;
}

/* .detail_text table {
    border-collapse: collapse;
    margin-top: 29px;
}
.detail_text table td {
    border: 1px solid #ff0000;
    font-size: 1.4rem;
    padding: 2rem 2rem 2rem 2rem;
} */
.detail_text table {
	border-collapse: collapse;
    margin-top: 29px;
}
.detail_text tbody tr:nth-child(2n+1) td {
    background-color: #f4f4f4;
}
.detail_text tbody tr:nth-child(2n+1) th {
    background-color: #f4f4f4;
}
.detail_text td {
    vertical-align: middle;
}
.detail_text th {
    vertical-align: middle;
}
.detail_text td {
    text-align: center;
	padding: 9px;
}

.white-popup-block {
    background: #FFF;
    padding: 20px 45px;
    text-align: left;
    max-width: 417px;
    margin: 40px auto;
    position: relative;
	border-top: 6px solid #ff0000;
	box-sizing: border-box;
}


.mcallback {
	box-sizing: border-box;
}

.mcallback  * {
	box-sizing: border-box;
	font-family: LucidaGrande, sans-serif;
}

.mcallback input[type="text"],
.mcallback textarea{
	font-size: 14px;
    color: #999999;
    display: block;
    width: 100%;
	max-width: 100%;
    padding: 10px 15px;
	border: 1px solid #dadada;
	margin-bottom: 10px;
	
}

.mcallback .title{
	font-size: 24px;
    text-align: center;
    color: #333333;
    font-weight: bold;
    padding: 5px 20px;
    margin-bottom: 10px;
    line-height: 28px;
}

.mcallback .description{
	font-size: 14px;
    color: #545454;
    text-align: center;
    margin-bottom: 20px;
}

.mcallback .submit-btn{
	background: #ff0000;
    border: 0;
    outline: 0;
    text-align: center;
    padding: 17px 5px;
    color: #fff;
    width: 138px;
    margin: 10px auto;
	margin-top: 20px;
	
    display: block;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
	cursor: pointer;
}

.mcallback .submit-btn:hover{
	background: #ff3737;
}


.mcallback .mf-ok-text{
	text-align: center;
}

.mcallback .mf-ok-text .message{
	color: #545454;
}

.order-btn{
	background: transparent;    
    outline: 0;
    text-align: center;
    padding: 13px 25px;
    color: #000;
    display: inline-block;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    cursor: pointer;
    border: 2px solid #ff0000;
	margin-top: 20px;
}
