.contentMenu{
width: calc(100% - 325px);
float: right;
box-sizing: border-box;
padding: 0px 10px 0px 20px;
min-height: 230px;
}
.content-text{
max-width: 100%;
box-sizing: border-box;
padding: 20px 20px 35px 20px;
box-sizing:border-box;
font-size:17px;
font-weight:300;
min-height: 300px;
}
.content-text h1{
font-weight: normal;
font-size: 24px;
color: #000000;
}

.content-text p{
margin: 0px 0px 10px 0px;
line-height: 1.7em;
} 

.content-text ul li{
background: url('../images/pkt.png') 0px 10px no-repeat;
padding: 5px 0px 5px 25px;
line-height: 1.5em;
}

.content-text ul{
list-style: none;
margin: 0px 0px 0px 10px;
overflow: hidden;
}
.content-text ol{
margin: 0px 0px 0px 30px;
}

.content-text ol li{
padding: 5px 0px 5px 0px;
line-height: 1.5em;
background: none;
}	
.content-text img{
vertical-align: top;
max-width: 100%;
height: auto;
}
.content-text img.no_border{
border: none;
padding: 0px;
background-color: transparent;
vertical-align: top;
}
.content-text iframe{
max-width: 100%;
}
.content-text hr{
border:none;
border-bottom: 1px dotted #CDCDCD;
height: 1px;
}

.content-text h2{
color:#000000;
font-size: 18px;
}	

.content-text h3{
color:#000000;
font-size: 16px;
}

.content-text h4{
color:#000000;
font-size: 14px;
}

.content-text table {

}
.content-text table th {

}
.content-text table td {

}

.content-text table.responsive{
table-layout: fixed;
}
.content-text table.responsive th{

}

.content-text table.responsive td{

}

.googleMaps{
float: right;
max-width: 100%;
}
.googleMaps .infoMaps{
line-height: auto;
}

.googleMaps img{
background: none;
border: none;
box-shadow:none;
-webkit-box-shadow: none;
filter: none;
max-width: none;
}
h1.h1_ramka{
background: none;
}
.ramka{
border: none;
}

.rowBox{
box-sizing:border-box;
display: table;
width: 100%;
max-width: 100%;
}

.rowBox .rowColumn{
max-width: 100%;
box-sizing:border-box;
display: table-cell;
vertical-align: top;

}

.rowBox .rowColumn .googleMaps {
max-width: 100%;
float: none !important;
width: 100% !important;
}
.rowBox .rowColumn table{
    max-width: 100%;
    box-sizing: border-box;
}
a.buton1{
display: inline-block;
margin: 0px;
width: 65px;
height: 40px;
line-height: 40px;
text-align: right;
border: 1px solid #2c609d;
background: #2c609d url('/templates/web/images/arrow_more.png') 85% 50% no-repeat;
padding: 0px 50px 0px 0px;
font-size: 12px;
color: #FFFFFF;
transition: all 0.5s ease;
-webkit-transition: all 0.5 ease;
text-decoration: none;
cursor: pointer;
}

a.buton1:hover{
background: #FFFFFF url('/templates/web/images/arrow_more_a.png') 80% 50% no-repeat;
color:#2c609d;
transition: all 0.5s ease;
-webkit-transition: all 0.5 ease;
}
a.buton2{
display: inline-block;
margin: 0px;
width: 65px;
height: 40px;
line-height: 40px;
text-align: right;
border:1px solid #0d3c73;
background: #0d3c73 url('../images/arrow_more.png') 85% 50% no-repeat;
padding: 0px 50px 0px 0px;
font-size: 12px;
color: #FFFFFF;
transition: all 0.5s ease;
-webkit-transition: all 0.5 ease;
}

a.buton2:hover{
background: #FFFFFF url('/templates/web/images/arrow_more_a2.png') 80% 50% no-repeat;
color:#0d3c73;
transition: all 0.5s ease;
-webkit-transition: all 0.5 ease;
}
a.buton3{
display: inline-block;
margin: 0px;
width: 65px;
height: 40px;
line-height: 40px;
text-align: right;
border: 1px solid #d8ad00;
background: #d8ad00 url('/templates/web/images/arrow_more.png') 85% 50% no-repeat;
padding: 0px 50px 0px 0px;
font-size: 12px;
color: #FFFFFF;
transition: all 0.5s ease;
-webkit-transition: all 0.5 ease;
text-decoration: none;
cursor: pointer;
}

a.buton3:hover{
background: #FFFFFF url('/templates/web/images/arrow_more_a3.png') 80% 50% no-repeat;
color:#d8ad00;
transition: all 0.5s ease;
-webkit-transition: all 0.5 ease;
}
a.buton4{
display: inline-block;
margin: 0px;
width: 65px;
height: 40px;
line-height: 40px;
text-align: right;
border: 1px solid #BB0016;
background: #BB0016 url('/templates/web/images/arrow_more.png') 85% 50% no-repeat;
padding: 0px 50px 0px 0px;
font-size: 12px;
color: #FFFFFF;
transition: all 0.5s ease;
-webkit-transition: all 0.5 ease;
text-decoration: none;
cursor: pointer;
}

a.buton4:hover{
background: #FFFFFF url('/templates/web/images/arrow_more_a4.png') 80% 50% no-repeat;
color:#BB0016;
transition: all 0.5s ease;
-webkit-transition: all 0.5 ease;
}

.hJoin{
color: #4d4d4d;
font-size: 25px;
font-weight: normal;
margin: 0 0 35px;
padding: 40px 0 0;
text-align: center;	
	/*
text-align: center;
font-size:18px;
color: #000000;
	*/
}
.imgRound{
border-radius: 50%;
transition: all 0.5s ease-out;
}
.imgRound:hover{
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
transition: all 0.5s ease-out;
}

.home_box{

line-height: 1.7em;
font-size: 20px;
}

.home_box p{
  line-height: 1.3em;
  font-weight: 700;
    
}

.box_trh_cont{
	/*
background-image: url("../images/backgroundimg2.jpg");
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size:cover;
*/
	background-color:#d48829;
color: #f8f8f8;
font-size: 18px;
font-weight: 300;
line-height: 1.7em;
}

.thr_cont{
max-width: 100%;
box-sizing:border-box;
/*padding: 35px 12% 0px 12%;*/
}

.box_trh_cont .hJoin{
    color: #f8f8f8;
    font-size: 30px;
    font-weight: 500;
    padding-top: 50px;
}
/*
.box_four_cont{
background-color: #d48829;
color:#FFFFFF;
}
*/
.div_four_cont{
max-width: 100%;
box-sizing:border-box;
font-size: 18px;
font-weight: 300;
line-height: 1.7em;
}

.div_six_cont, .div_five_cont{
max-width: 100%;
box-sizing:border-box;
font-weight: 300;
line-height: 1.7em;
}

/*.div_five_cont .content-text{display:none;}*/

.div_four_cont .hJoin{
display: none;
}
/*
.div_four_cont a{
color:#FFFFFF;
}
*/





table.block_home>tbody>tr{
display: block;
}

table.block_home>tbody>tr:nth-child(odd)>td:first-child{
float: right;
display: block;
}

table.block_home>tbody>tr:nth-child(odd){
float: right;
}





@media screen and (max-width:768px){
.rowBox{display: block;}
.rowBox .rowColumn{display: block;width: 100% !important;max-width: 100%;border-right: 0px !important;}
}
@media screen and (max-width:820px){
.content-text table.responsive{display: block;}
.content-text table.responsive tbody{display: block;width: 100%;}
.content-text table.responsive tbody tr{display: block;width: 100%;}
.content-text table.responsive tbody tr td{display: block;width: 100%;padding-bottom: 15px;width: 100%;margin: 0px auto;box-sizing:border-box;}
.content-text table.responsive tbody tr td.cellForms{width: 100%;}
.box_four_cont .content-text table td{padding: 10px !important}	
.content-text table.responsive .form .formRow {width: 100%;max-width: 100%;}
}
@media screen and (max-width:680px){
.content-text table.media td{display: block;width: 100%;max-width: 100%;box-sizing:border-box;}
.content-text table.media th{display: block;width: 100%;max-width: 100%;box-sizing:border-box;}
.box_sec_cont .sec_cont .content-text p{color: #f8f8f8;}
}

@media screen and (max-width:620px){
.box_four_cont .content-text table td{width: 100% !important;display: block;float:none !important;}

}