.div_content:after{
content: "";
display: block;
clear: both;
}
a.kotwica{
display: block;
}

.contentMenu{
width: calc(100% - 415px);
float: right;
box-sizing: border-box;
padding: 0px 10px 0px 20px;
min-height: 230px;
}
.content-text{
padding: 0px;
box-sizing:border-box;
}

.content-text a{
color: #000000;
font-weight: 500;
text-decoration: underline;
text-decoration-color: #FED138;
}
.content-text strong{
color: #000000;
font-weight: 500;
}

.content-text:after{
content: "";
display: block;
clear: both;
}
.content-text.contentMenu{
padding-top: 0px;
}

.content-text p{
margin: 0px 0px 15px 0px;
line-height: 1.5em;
} 

.content-text ul li{
background: url('../images/pkt.png') 0px 13px no-repeat;
padding: 5px 0px 5px 20px;
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 h1{
font-weight: normal;
font-size: 24px;
color: #000000;
}

.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.responsive{
table-layout: fixed;
}

.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;
}

.rowBox{
box-sizing:border-box;
display: flex;
width: 100%;
max-width: 100%;
justify-content: space-between;
}

.rowBox .rowColumn{
box-sizing:border-box;
}

.rowBox .rowColumn .googleMaps {
max-width: 100%;
float: none !important;
width: 100% !important;
}

a.buton1 {
display: inline-block;
transition: all 0.5s ease;
background-color: #FED138;
color: #000000;
font-size: 13px;
padding: 12px 27px;
position: relative;
border-radius: 4px;
text-transform: uppercase;
font-weight: 700;
}

a.buton1:hover {
background-color: #000000;
color: #FED138;
}

a.buton2 {
display: inline-block;
transition: all 0.5s ease;
background-color: #000000;
color: #FED138;
font-size: 14px;
padding: 12px 27px;
position: relative;
border-radius: 4px;
text-transform: uppercase;
font-weight: 500;
}

a.buton2:hover {
background-color: #FED138;
color: #000000;
}

.hJoin{
font-size:18px;
margin: 30px 0px 20px 0px;
color: #000000;
font-weight: 700;
}

.content-text .ramka{
background-color: #F2F2F2;
border-left: 5px solid #FED138;
padding: 20px 30px;
box-sizing: border-box;
margin: 10px 0px 25px 0px;
}


@media screen and (max-width:768px){
.contentBox {padding: 0px;}
.rowBox{display: block;}
.rowBox .rowColumn{display: block;width: 100% !important;max-width: 100%;}
}
@media screen and (max-width:820px){
table.responsive{display: block;}
table.responsive tbody{display: block;width: 100%;}
table.responsive tbody tr{display: block;width: 100%;}
table.responsive tbody tr td{display: block;width: 100%;width: 100%;margin: 0px auto;box-sizing:border-box; padding: 0px 0px 40px 0px !important;}
table.responsive tbody tr td.cellForms{width: 100%;}
	
.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;}
}