.contentMenu{
width: calc(100% - 325px);
float: right;
box-sizing: border-box;
padding: 0px 10px 0px 20px;
min-height: 230px;
}
.content-text{
padding: 20px 20px 35px 20px;
box-sizing:border-box;
}
.content-text h1{
font-weight: normal;
font-size: 24px;
color: #000000;
}

.content-text p{
margin: 0px 0px 10px 0px;
line-height: 1.5em;
} 

.content-text ul li{
background: url('../images/pkt.png') 0px 10px no-repeat;
padding: 5px 0px 5px 15px;
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: flex;
width: 100%;
max-width: 100%;
align-items: center;
}
.rowBox.top{
align-items: flex-start;
}

.rowBox .rowColumn{
box-sizing:border-box;


}

.rowBox .rowColumn .googleMaps {
max-width: 100%;
float: none !important;
width: 100% !important;
}

a.buton1{
display: inline-block;
color: #fff;
background: #00AEC6;
border: none;
cursor: pointer;
padding: 12px 30px 12px 30px;
-webkit-transition: background-color 0.2s linear;
transition: background-color 0.2s linear;
outline: none;
}

a.buton1:hover{
background-color: #0277d4;
}
a.buton1:active{
background-color: #005cb9;
-webkit-transition: background-color 0s linear;
transition: background-color 0s linear;
}
a.buton2{
display: inline-block;
color: #fff;
background: #00AEC6;
border: none;
cursor: pointer;
padding: 12px 30px 12px 30px;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
outline: none;
box-sizing:border-box;
border: 3px solid #00AEC6;
}
a.buton2:hover{
background-color: #FFFFFF;
color: #00AEC6;
}
a.buton2:active{
background-color: #e0e0e0;
-webkit-transition: all 0s linear;
transition: all 0s linear;
}
a.buton3{
display: inline-block;
color: #37474f;
-webkit-transition: color 0.3s;
transition: color 0.3s;
padding: 10px 25px;
position: relative;
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
z-index: 1;
}
a.buton3:before, a.buton3:after {
content: '';
position: absolute;
border-radius: inherit;
background: #00AEC6;
z-index: -1;
}
a.buton3:before {
top: -4px;
bottom: -4px;
left: -4px;
right: -4px;
opacity: 0.2;
-webkit-transform: scale3d(0.7, 1, 1);
transform: scale3d(0.7, 1, 1);
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
transition-timing-function: ease, ease;
}
a.buton3:before, a.buton3:after {
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
a.buton3:after {
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transform: scale3d(1.1, 1, 1);
transform: scale3d(1.1, 1, 1);
transition: transform 0.3s, background-color 0.3s;
transition-timing-function: ease, ease;
}
a.buton3:hover:before {
opacity: 1;
}
a.buton3:hover:after, a.buton3:hover::before {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
a.buton3:hover:after {
background-color: #f7f8f8;
}
a.buton3:active{
background-color: #e0e0e0;
}
a.buton4{
display: inline-block;
border: 3px solid #000;
color: #37474f;
overflow: hidden;
-webkit-transition: color 0.3s;
transition: color 0.3s;
padding: 10px 25px;
position: relative;
z-index: 1;
}

a.buton4:before, a.buton4:after {
content: '';
background: #00AEC6;
position: absolute;
height: 100%;
width: 100%;
bottom: 100%;
left: 0;
z-index: -1;
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
transition-timing-function: ease;
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
a.buton4:before {
background: #00AEC6;
}
a.buton4:hover:before, a.buton4:hover:after {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
a.buton4:hover:after {
-webkit-transition-delay: 0.199s;
transition-delay: 0.199s;
}
a.buton4:hover{
color: #FFFFFF;
}
a.buton4:active{
background-color: #007cec;
}

.hJoin{
font-size:18px;
margin: 30px 0px 30px 0px;
color: #000000;
}

.content-text p.ramka{
    padding: 0px 0px 30px 0px;
    margin: 0px 0px 30px 0px;
    position: relative;
}

.ramka:after{
content: "";
position: absolute;
width: 75px;
height: 10px;
background-color: #00AEC6;
left: 0px;
right: 0px;
bottom: 0px;
margin: auto;
}

@media screen and (max-width:768px){
.rowBox{display: block;}
.rowBox .rowColumn{display: block;width: 100% !important;max-width: 100%;}
}
@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: 40px;width: 100%;margin: 0px auto;box-sizing:border-box;}
.content-text 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;}
}