.contentMenu{
width: calc(100% - 325px);
float: right;
box-sizing: border-box;
padding: 0px 10px 0px 20px;
min-height: 230px;
}
.content-text{
box-sizing:border-box;
background-color:rgba(255,255,255,0.5);
}
.content-text h1{
font-weight: normal;
font-size: 24px;
color: #505050;

}

.content-text p{
margin: 0px 0px 0px 0px;
line-height: 1.7em;
}

.content-text ul li{
background: url('../images/pkt.jpg') 15px 20px no-repeat;
padding: 10px 0 5px 30px;
line-height: 1.5em;
background-size:6px auto; 
}

.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%;
width: 100% !important;
}
.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%;
}

.table_box{
margin-bottom: 50px;
}

.rowBox .rowColumn{
box-sizing:border-box;
display: table-cell;
vertical-align: top;
}

.box_content .table_box .rowColumn{
vertical-align: middle;
height: 120px;
cursor:default;
}

.hfix .box_content .table_box .rowColumn:nth-child(even){


}



.box_content .table_box .rowColumn:nth-child(even){
background-color: #f1f1f2;
transition: all 0.5s ease;
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}

.box_content .table_box .rowColumn:nth-child(even):hover{
transition: all 0.5s ease;
transform:scale(1.1);
position: relative;
z-index: 2;
}

.hfix .box_content .table_box .rowColumn:nth-child(odd){

}

.box_content .table_box .rowColumn:nth-child(odd){
background-color: #1a1a19;
transition: all 0.5s ease;
color:#FFFFFF;
 -webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}

.box_content .table_box .rowColumn:nth-child(odd):hover{
transition: all 0.5s ease;
transform:scale(1.1);
position: relative;
z-index: 2;

}

.box_content .table_box .rowColumn:FIRST-CHILD{
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
-webkit-animation-duration: 2.5s;
animation-duration: 2.5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}

.box_content .table_box .rowColumn:LAST-CHILD{
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
-webkit-animation-duration: 2.5s;
animation-duration: 2.5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}

.box_content .rowBox .rowColumn p{
}

		
.rowBox .rowColumn .googleMaps {
max-width: 100%;
float: none !important;
width: 100% !important;
}

a.buton1{
display: inline-block;
margin: 0px;
border: 1px solid #ed1c24;
/*background: #ed1c24 url('../images/strzalkabuttonS.png') 85% 52% no-repeat;*/
padding: 5px 35px 5px 35px;
background-color: #ed1c24;
font-size: 14px;
color: #FFFFFF;
border-radius:2px;
text-transform:uppercase;
transition: all 0.5s ease;
-webkit-transition: all 0.5 ease;
text-decoration: none;
cursor: pointer;
box-shadow:0px 2px 2px rgba(0,0,0,0.15);
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
font-weight: bold;
letter-spacing: 0.05em;
}

a.buton1:hover{
/*background: #FFFFFF url('../images/strzalkabuttonS2.png') 90% 52% no-repeat;*/
color:#ed1c24;
background-color: #ffffff;
transition: all 0.5s ease;
-webkit-transition: all 0.5 ease;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.10);
}
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;
border: 1px solid #f36b07;
background: #f86d07 url('../images/strzalkabuttonS.png') 85% 52% no-repeat;
padding: 5px 55px 5px 35px;
font-size: 14px;
color: #FFFFFF;
border-radius:2px;
text-transform:uppercase;
transition: all 0.5s ease;
-webkit-transition: all 0.5 ease;
text-decoration: none;
cursor: pointer;
box-shadow:0px 2px 2px rgba(0,0,0,0.15);
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
font-weight: bold;
letter-spacing: 0.05em;
}

a.buton4:hover{
background: #FFFFFF url('../images/strzalkabuttonS2.png') 90% 52% no-repeat;
color:#f86d07;
transition: all 0.5s ease;
-webkit-transition: all 0.5 ease;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.10);
}

.hJoin{
font-size:25px;
/*margin: 30px 0px 30px 0px;*/
color: #505050;
font-weight: 400;
margin-bottom: 60px;
text-align: center;
}



/*
.links_join1:before ,.links_join3:before{
width: 0;
height: 0;
border-left: 50px solid transparent;
border-right: 50px solid transparent;
border-top: 50px solid #FFFFFF;
content:"";
}
*/

/*
.links_join1:before{
background-color: #f1f1f2;	
background-size: cover;
content: "";
display: block;
height: 100px;
}
*/



.links_join2{
padding:100px 0px;
}

.links_join2 .hJoin{
text-align: center;
}

.rowBox .form_top{
float: right;
margin-right:20px;
background:#f1f1f2 url("../images/form_image.jpg") no-repeat 100% 0;
padding: 20px !important;
color: #505050;
}

.rowBox .form_top p{
line-height: 2.3em;
}

.content_text_forms {
}


/*
.animation_box{
opacity:0;
}
*/
.anim1{
opacity:1;
}
