body {
    font-family: helvetica, sans-serif, arial;
    color: #034;
}

h1 {
    text-align: center;
    letter-spacing: normal;
}

h2, h3, h4, h5, h6 {
    margin-top: 40px;
    text-align: left;
}

a{
	text-decoration: none;
	color: #057;
	font-weight: 600;
	padding-bottom: 2px;
	border-bottom: 1px solid #057;
}

a:hover{
	text-decoration: none;
	color: #c01;
	border-bottom: 1px solid #c01;
}

#site {
    max-width: 1200px;
    margin: 0 auto 12px;
    height: auto !important;
    padding-bottom: 10px;
    background-color: #fff;
}

#head {
    color: #EBEEFF;
    background-color: #034;
    padding: 5px 10px 5px 10px;
    letter-spacing: 1px;
}

#head a {
    text-decoration: none;
    font-size: 1.5em;
    font-weight: normal;
    color: #EBEEFF;
    border: none;
}

#head a:hover {
    text-decoration: none;
    text-shadow: 1px 1px 5px #c01;
    color: #f01;
    border: none;
}

#img-logo {
    height: 100px;
    width: auto;
}

#head-left {
    float: left;
    width: auto;
    height: 100px;
    text-align: center;
    background-color: #EBEEFF;
    margin: 5px 10px 5px 0 ;
    padding: 5px;
    border: 4px solid #c01;
}

#head-center {
    height: 110px;
    margin: 7px 204px 0 210px;
    text-shadow: 1px 1px 5px #c01;
}

#head-center-center {
    width: auto;
    margin: 0 auto;
    padding: 5px;
    text-align: center;
}

#head-center-center a {
    font-size: 4vw;
}

#head-center-center a:hover {
    color: #EBEEFF;
}

#head-right {
    float: right;
    width: 190px;
    height: 100px;
    margin: -112px 0 5px 0;
    padding: 5px;
    /*border: 1px solid grey;*/
}

#head-lozung {
    color: #EBEEFF;
    text-align: center;
    font-size: 1.2em;
}

#head-lozung a {
    font-size: 1.15em;
}

#head-lozung a:hover {
    color: #EBEEFF;
}

#head-bar-border {
    margin: 0 auto;
}

#head-bar {
    margin: 0;
    padding: 0 2px;
    background-color: #EBEEFF;
    text-align: center;
    border: 2px solid #034;
    -moz-border-radius: 0 0 7px 7px;
    -webkit-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;
}

#text-area {
    width: 100%;
    margin: 0 auto;
}

#left-side {
    float: left;
    width: 60%;
    margin-top: 20px;
    text-align: justify;
    line-height: 1.6;
    letter-spacing: 1px;
}

#right-side {
    float: left;
    width: 30%;
    margin: 16px 0 0 10%;
    padding: 20px 0 16px;
    text-align: center;
    background-image: url(/files/img/background-ridht.jpg);
    background-size: 100%;
}

#right-side h3 {
    text-align: center;
    margin-top: 0;
}

#right-side img {
    width: 94%;
    margin-top: 10px;
}

#footer {
    color: #EBEEFF;
    background-color: #034;
    margin: 10px auto 0;
    padding: 5px 0;
    text-align: center;
    letter-spacing: 1px;
}

#footer a {
    display: inline-block;
    color: #EBEEFF;
    margin: 0 10px;
    font-weight: normal;
    text-decoration: none;
    border: none;
}

#footer a:hover {
    color: #f01;
    text-decoration: none;
    border: none;
}

.right-side-a-img {
    text-decoration: none;
    border: none;
}

.right-side-a-img:hover {
    text-decoration: none;
    border: none;
}

.head-button, .head-button-1 {
    display: inline-block;
    padding: 6px 55px;
    margin: 5px 1px;
    color: #034;
    background-color: #D8DDFA;
    border: 1px solid #034;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.head-button-1 {
    width: 124px;
}

.head-button:hover, .head-button-1:hover {
    background-color: #EBEEFF;
    color: #c01;
    box-shadow: 0 0 0 1px #034;
    border: 1px solid #034;
}

.head-button a, .head-button-1 a {
    text-decoration: none;
    font-weight: normal;
    color: inherit;
    border: none;
}

.img_fl_left {
	float: left;
	margin-right: 20px;
}

.img_fl_right {
	float: right;
	margin-left: 20px;
}

.podsvetka {
	cursor: -webkit-help; 
    cursor: -moz-help;
    cursor: help;
	white-space: nowrap;
	color: #990044;
}

.yandex {
	white-space: nowrap;
	color: #F00;
}

.google {
	white-space: nowrap;
	color: #03F;
}

.no-float {
    clear: both;
}

.nobr {
	white-space: nowrap;
}

/*===========================================================*/

@media screen and (min-width:1921px) {

#head-center-center a {
    font-size: 3.5em;
}
}



@media screen and (min-width:242px) and (max-width:639px) {

#head {
    height: auto;
    padding: 5px 0;
    margin: 0;
}
#img-logo {
    height: 60px;
}
#head-left {
    float: none;
    height: 60px;
    width: 120px;
    margin: 5px auto;
}
#head-center, #head-right {
    float: none;
    width: auto;
    height: auto;
    text-align: center;
    margin: 5px auto;
}
#head-center-center a {
    font-size: 2.5em;
}
#head-bar {
    text-align: center;
}
#left-side, #right-side {
    float: none;
    width: 100%;
    margin: 0 auto;
}
#right-side img {
    width: 80%;
}
.a-head {
    text-decoration: none;
    font-size: 1.5em;
    color: #0bf;
}
}


@media screen and (min-width:100px) and (max-width:241px) {

#head {
    height: auto;
    padding: 2px 0;
    margin: 0;
}
#img-logo {
    height: 40px;
}
#head-left {
    float: none;
    height: 40px;
    width: 80px;
    margin: 5px auto;
}
#head-center, #head-right {
    float: none;
    width: auto;
    height: auto;
    text-align: center;
    margin: 5px auto;
}
#head-center-center a {
    font-size: 2em;
}
#head-bar {
    text-align: center;
}
#left-side, #right-side {
    float: none;
    width: 100%;
    margin: 0 auto;
}
#right-side img {
    width: 100%;
}
.a-head {
    text-decoration: none;
    font-size: 1.2em;
    color: #0bf;
}
.head-button-1 {
    width: auto;
    padding: 6px 20px;
}
.nobr {
	white-space: normal;
}
}
