.content h3,.page h3,.news-list h3 {
    font-size: 1.4em;
    line-height: 27px;
    font-weight: 400;
    color: #222;
    margin: 25px 0 15px;
    letter-spacing: normal;
}

.content a,.page a,.news-list a{
    color: #0393d2;
}
 .menu-top li > ul li a {
    padding: 10px 15px!important;
    text-transform: none;
    background: #fff;
    color: #222;
    font-size: 15px;
    font-weight: 400;
}






.content table {
    width: 100%;
}



.bigform form p {
    margin: 0;
}

.bigform form p [type="submit"] {}

.bigform input[type="submit"] {
    background: #0088cc;
    border-radius: 2px;
    border: 0;
    padding: 8px 15px;
    text-align: center;
    width: max-content;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Roboto';
}

.bigform p font {
    font-size: 16px;
}

.bigform p font input {
    font-size: 20px;
}










.content h2 {
    font-size: 1.6em;
    line-height: 28px;

    font-weight: 400;

    color: #222;
    margin: 30px 0 20px;
    letter-spacing: normal;
}
.content p {
    margin: 0 0 10px;
margin-bottom: 24px;
    color: #555;}
.content ul {
    padding-left: 0;
    margin-bottom: 20px;
    margin-top: 0;
    display: block;
    width: 100%;
}
.content ul li {
    list-style-type: none;
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    line-height: 24px;
    color: #555; 
}

.content ul li:before {
    content: "";
}
.content ul li:before {
    position: absolute;
    left: 0;
    top: 11px;
    width: 3px;
    height: 3px;
    background: #222;
}










.menu-top li > ul li a {
    padding: 10px 15px;
    text-transform: none;
    background: #fff;
    color: #222;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
}




.block-header__logo-text {
    font-size: 20px!important;
}
.menu-top > ul li a {
    display: block;
    color: #fff;
    padding: 17px 3px!important;
}


.block-form__contain .block-form__btn {
	margin-left: 15px
}