html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

.breadcrumbs span.current {
    margin-left: 5px;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: transparent;
    font-family: 'Tahoma';
    font-weight: 400;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

body {
    font-family: 'ArialAMU', 'Tahoma', 'Geneva', sans-serif;
    font-size: 100%;
    color: #2b2b2b;
}

img {
    border: 0;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    font-size: 100%;
    background: transparent;
}

.clear {
    clear: both;
}

a:active,
a:focus,
a:hover {
    border: none;
    outline: none;
    text-decoration: none;
}

input:active,
input:focus {
    outline: none;
}

a {
    text-decoration: none;
}

hr {
    border: none;
    margin: 0;
}

html {
    height: 100%;
}

body {
    height: 100%;
    min-width: 320px;
    font-family: "Tahoma" !important;
}


.el_con_block li {
    padding-left: 20px;
    list-style-type: none;
    background: url(../img/list.png) no-repeat left center;
}

.el_con_block a {
    color: #38456c;
}

.el_con_block a:hover {
    color: #4c5c8c;
}

#full_screen {
    min-height: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

img.alignleft {
    float: left;
    padding: 5px;
}

#right_side {
    min-height: 100%;
    width: calc(100% - 340px);
    float: left;
    position: relative;
    padding-bottom: 150px;
}

#right_side #menu {
    width: 100%;
    height: 60px;
    background-color: #38456c;
}

#right_side #menu .wrap {
    height: 60px;
}

#right_side #menu ul {
    float: left;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 35px;
}

#right_side #menu ul li {
    float: left;
    position: relative;
    /* padding: 21px 0; */
}

#right_side #menu ul li a {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    padding: 0 14px;
    font-size: 13px;
    font-weight: 300;
    transition: all .3s ease;
}

#right_side #menu ul li a:hover {
    color: #6bb47c;
}

#right_side #menu ul li a:active {
    color: #a4d9b1;
}

#right_side #menu ul li ul {
    width: 100%;
    background-color: #38456c;
    padding-top: 18px;
    padding-bottom: 15px;
    position: absolute;
    top: 58px;
    list-style-type: disc;
    color: #fff;
    padding-left: 14px;
    display: none;
    z-index: 2;
    list-style: none;
    min-width: 170px;
}

#right_side #menu ul li ul li {
    float: none;
    margin: 0;
    margin-bottom: 17px;
    margin-left: 17px;
    padding: 0;
    position: relative;
}

#right_side #menu ul li ul li:after {
    content: '';
    background-color: #6bb47c;
    border-radius: 50%;
    content: "";
    display: block;
    height: 3px;
    left: -15px;
    position: absolute;
    top: 8px;
    width: 4px;

}

#right_side #menu ul li ul li a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 0;
}

#right_side #menu ul li ul li a:hover {
    color: #a4d9b1 !important;
}

#right_side #menu ul li ul li a:active {
    color: #a4d9b1;
}

#right_side #menu ul li:hover ul {
    display: block;
}

#right_side #menu ul li:hover ul li a {
    color: #fff;
}

#right_side #menu ul li:hover a {
    color: #6bb47c;
}

#right_side #menu .search-top {
    float: right;
    margin-right: 0;
    padding-top: 13px;
    position: relative;
}

#right_side #menu .search-top input[type="text"] {
    width: 242px;
    height: 33px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    border: none;
    text-indent: 13px;
    cursor: pointer;
    transition: all .3s ease;
}

#right_side #menu .search-top input[type="text"]:hover {
    background-color: #dfdfdf;
}

#right_side #menu .search-top input[type="submit"] {
    background: url(../img/search_icon.png) no-repeat center center;
    width: 13px;
    height: 13px;
    border: none;
    padding: 0;
    position: absolute;
    right: 22px;
    top: 24px;
    cursor: pointer;
    z-index: 2;
}

#left_menu {
    min-height: 100%;
    width: 340px;
    float: left;
    background-color: #162d5d;
}

#left_menu .logo {
    display: block;
}

#left_menu h2 {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    font-weight: 500;
    display: none;
    padding-bottom: 50px;
}

#left_menu h2 span {
    font-size: 18px;
}

#left_menu .accordion {
    border-radius: 0px;
    box-shadow: none;
}

#left_menu .accordion .accordion-section .accordion-section-title {
    text-shadow: none;
    background-color: #162d5d;
    border: none;
    font-size: 16px;
    font-weight: 300;
}

#left_menu .accordion .accordion-section .accordion-section-title:hover {
    background-color: #6bb47c;
}

#left_menu .accordion .accordion-section .accordion-section-title:active {
    background-color: #a4d9b1;
}

#left_menu .accordion .accordion-section .active {
    background-color: #a4d9b1;
}

#left_menu .accordion .accordion-section .accordion-section-content {
    background-color: #38456c;
}

#left_menu .accordion .accordion-section .accordion-section-content ul {
    margin-left: 25px;
    margin-right: 65px;
}

#left_menu .accordion .accordion-section .accordion-section-content ul li a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    margin-top: 16px;
    line-height: 18px;
    transition: all .3s ease;
    position: relative;
}

#left_menu .accordion .accordion-section .accordion-section-content ul li a:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 3px;
    background-color: #6bb47c;
    border-radius: 50%;
    display: block;
    left: -15px;
    top: 5px;
}

#left_menu .accordion .accordion-section .accordion-section-content ul li a:hover {
    color: #6bb47c;
}

#left_menu .accordion .accordion-section .accordion-section-content ul li a:active {
    color: #a4d9b1;
}

#left_menu p {
    font-size: 14px;
    color: #575f72;
    padding-left: 15px;
    line-height: 18px;
    position: absolute;
    bottom: 35px;
}

#menu-verhnee-menyu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/* #menu-verhnee-menyu #menu-item-33346 {
    width: 24%;
}
#menu-verhnee-menyu #menu-item-33842 {
  width: 24%;
}
*/
#menu-verhnee-menyu #menu-item-30954 {
    width: 100%;
} 

#right_side .main {
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 0 10px 20px;
}

#right_side .main .main_title {
    max-width: 970px;
    height: 88px;
    margin-bottom: 10px;
    height: auto !important;
}

.page_news_body {
    max-width: 970px;
}

.el_con_block {
    max-width: 970px;
}

.gallery_block {
    max-width: 970px;
}

.form_block {
    max-width: 970px;
}

.vieod_gallery_block {
    max-width: 970px;
}

.contacts_block {
    max-width: 970px;
}

.dop_block {
    max-width: 970px;
}

.banner-hold {
    max-width: 1000px;
}

#right_side .main .main_title .breadcrumbs {
    overflow: hidden;
    padding: 10px 10px;
    background: #eff1f5;
    margin: 20px 0 15px;
    font-size: 14px !important;
    line-height: 18px !important;
}

#right_side .main .main_title .breadcrumbs .sep {
    padding: 0 5px;
}

#right_side .main .main_title .breadcrumbs a {
    text-decoration: underline;
    color: #455681;
}

#right_side .main .main_title .breadcrumbs p {
    float: left;
    font-size: 12px;
    color: #a1a6ae;
    padding-top: 22px;
    line-height: 16px;
}

#right_side .main .main_title .breadcrumbs p a {
    color: #3b5584;
}

#right_side .main .main_title .main_title_block {
    float: right;
    margin-top: 20px;
}

#right_side .main .main_title .main_title_block div {
    padding: 6px 8px;
    float: left;
    border-left: 1px solid #eff1f5;
    transition: all .3s ease;
}

#right_side .main .main_title .main_title_block div .hid_img {
    display: none;
}

#right_side .main .main_title .main_title_block div img {
    float: left;
    display: block;
    margin-right: 13px;
}

#right_side .main .main_title .main_title_block div a {
    float: left;
    display: inline-block;
    font-size: 16px;
    color: #4669a8;
    font-weight: 300;
}

#right_side .main .main_title .main_title_block div:hover {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #6bb37b;
}

#right_side .main .main_title .main_title_block div:hover a {
    color: #fff;
}

#right_side .main .main_body .main_left_body {
    float: left;
    width: 708px;
    margin-right: 20px;
}

#right_side .main .main_body .main_left_body .news_block .news_img_block {
    width: 374px;
    float: left;
    background-color: #eff1f5;
    padding: 15px 0;
}

#right_side .main .main_body .main_left_body .news_block .news_img_block img {
    width: 345px;
    height: 311px;
    display: block;
    margin: 0 auto;
}

#right_side .main .main_body .main_left_body .news_block .news_text_block {
    width: 334px;
    float: left;
}

#right_side .main .main_body .main_left_body .news_block .news_text_block .hide_img {
    display: none;
}

#right_side .main .main_body .main_left_body .news_block .news_text_block a {
    height: 113.5px;
    display: block;
    width: 100%;
    padding-left: 14px;
}

#right_side .main .main_body .main_left_body .news_block .news_text_block a h3 {
    padding-top: 24px;
    padding-bottom: 10px;
}

#right_side .main .main_body .main_left_body .news_block .news_text_block a h3 span {
    font-size: 14px;
    color: #a1a6ae;
}

#right_side .main .main_body .main_left_body .news_block .news_text_block a p {
    line-height: 18px;
    font-size: 16px;
    color: #4669a8;
}

#right_side .main .main_body .main_left_body .news_block .news_text_block .active {
    background-color: #eff1f5;
}

#right_side .main .main_body .main_left_body .news_block .news_text_block .active p {
    color: #222222;
}

#right_side .main .main_body .main_left_body .main_news .main_news_title {
    margin-top: 30px;
}

#right_side .main .main_body .main_left_body .main_news .main_news_title h2 {
    color: #343434;
    font-size: 25px;
    float: left;
    margin-right: 30px;
    font-weight: 900;
    position: relative;
    padding-left: 20px;
}

#right_side .main .main_body .main_left_body .main_news .main_news_title h2:before {
    content: "";
    position: absolute;
    display: block;
    width: 5px;
    height: 20px;
    background-color: #183e83;
    left: 0;
    top: 3px;
}

#right_side .main .main_body .main_left_body .main_news .main_news_title a {
    display: inline-block;
    float: left;
    font-size: 16px;
    background-color: #6bb47c;
    padding: 7px 12px;
    border: 1px solid #bfc3c9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-right: 10px;
    transition: all .3s ease;
    color: #fff;
}

#right_side .main .main_body .main_left_body .main_news .main_news_title a:hover {
    background-color: #fff;
    color: #343434;
}

#right_side .main .main_body .main_left_body .main_news .main_news_title a:active {
    color: #fff;
    background-color: #a4d9b1;
}

#right_side .main .main_body .main_left_body .main_news .main_news_title .active {
    color: #fff;
    background-color: #a4d9b1;
}

#right_side .main .main_body .main_left_body .main_news .main_news_body .main_news_body_blocks {
    margin-top: 30px;
    overflow: hidden;
}

#right_side .main .main_body .main_left_body .main_news .main_news_body .main_news_body_blocks > a {
    float: left;
}

#right_side .main .main_body .main_left_body .main_news .main_news_body .main_news_body_blocks img {
    float: left;
}

#right_side .main .main_body .main_left_body .main_news .main_news_body .main_news_body_blocks div {
    float: right;
    width: 560px;
}

#right_side .main .main_body .main_left_body .main_news .main_news_body .main_news_body_blocks div h3 {
    display: inline-block;
    margin-bottom: 14px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #eff1f5;
    padding: 5px 8px;
}

#right_side .main .main_body .main_left_body .main_news .main_news_body .main_news_body_blocks div h3 img {
    margin-right: 7px;
}

#right_side .main .main_body .main_left_body .main_news .main_news_body .main_news_body_blocks div h3 span {
    font-size: 14px;
    color: #a1a6ae;
}

#right_side .main .main_body .main_left_body .main_news .main_news_body .main_news_body_blocks div p {
    font-size: 14px;
    color: #343434;
    line-height: 18px;
}

#right_side .main .main_body .main_left_body .main_news .main_news_body .main_news_body_blocks div a {
    color: #343434;
}

#right_side .main .main_body .main_left_body .main_news .main_news_body_archive {
    display: none;
}

#right_side .main .main_body .main_right_body {
    overflow: hidden;
    width: 242px;
}

#right_side .main .main_body .main_right_body a {
    display: inline-block;
    margin-bottom: 12px;
}

#right_side .main .page_news_ptitle select {
    width: 224px;
    height: 30px;
    border: 1px solid #bfc3c9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 16px;
    color: #343434;
    float: left;
    margin-right: 15px;
}

#right_side .main .page_news_ptitle a {
    font-size: 16px;
    color: #343434;
    float: left;
    padding: 6px 12px;
    border: 1px solid #bfc3c9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    transition: all .3s ease;
}

#right_side .main .page_news_ptitle a:hover {
    color: #fff;
    background-color: #6bb47c;
}

#right_side .main .page_news_ptitle a:active {
    color: #fff;
    background-color: #a4d9b1;
}

#right_side .main .page_news_body .page_news_body_block {
    padding-top: 25px;
    border-bottom: 1px solid #eff1f5;
    display: inline-block;
    width: 100%;
}

#right_side .main .page_news_body .page_news_body_block .new_left_img {
    float: left;
    margin-right: 20px;
    width: 135px;
    margin-right: 15px;
}

#right_side .main .page_news_body .page_news_body_block div {
    float: left;
    width: calc(100% - 150px);
}

#right_side .main .page_news_body .page_news_body_block div h3 {
    display: inline-block;
    margin-bottom: 14px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #eff1f5;
    padding: 5px 8px;
}

#right_side .main .page_news_body .page_news_body_block div h3 img {
    margin-right: 7px;
}

#right_side .main .page_news_body .page_news_body_block div h3 span {
    font-size: 14px;
    color: #a1a6ae;
    position: relative;
    top: -3px;
}

#right_side .main .page_news_body .page_news_body_block div .text_btn {
    display: inline-block;
    color: #3b5584;
    font-size: 15px;
    font-weight: 900;
    line-height: 19px;
    margin-bottom: 8px;
    width: 100%;
}

#right_side .main .page_news_body .page_news_body_block div p {
    font-size: 16px;
    color: #343434;
    line-height: 20px;
}

#right_side .main .page_news_body .page_news_body_block div .read_more_btn {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #6bb37b;
    padding: 8px 22px;
    float: right;
    margin-top: 20px;
    margin-bottom: 25px;
    transition: all .3s ease;
}

#right_side .main .page_news_body .page_news_body_block div .read_more_btn:hover {
    background-color: #a4d9b1;
}

#right_side .main .page_news_body .page_news_body_block div .read_more_btn:active {
    background-color: #4f925f;
}

#right_side .main .gallery_block .gallery_block_blocks {
    width: 307px;
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
}

#right_side .main .gallery_block .gallery_block_blocks a {
    display: inline-block;
    position: relative;
    transition: all .3s ease;
}

#right_side .main .gallery_block .gallery_block_blocks a span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99%;
    transition: all .3s ease;
    background-color: transparent;
}

#right_side .main .gallery_block .gallery_block_blocks a img {
    width: 307px;
}

#right_side .main .gallery_block .gallery_block_blocks a:hover span {
    background-color: rgba(0, 0, 0, 0.5);
}

#right_side .main .gallery_block .gallery_block_blocks p {
    font-size: 15px;
    color: #343434;
    line-height: 20px;
    height: 85px;
    padding: 13px 16px;
    background-color: #eff1f5;
    position: relative;
    top: -2px;
}

#right_side .main .gallery_block .gallery_block_blocks p:before {
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: 100%;
    background-color: #6bb47c;
    top: 0;
    left: 0;
}

#right_side .main .el_con_block .el_con_blocks {
    border-bottom: 1px solid #eff1f5;
    margin-bottom: 15px;
}

#right_side .main .el_con_block .el_con_blocks h3 {
    display: inline-block;
    margin-bottom: 14px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #eff1f5;
    padding: 5px 8px;
}

#right_side .main .el_con_block .el_con_blocks h3 img {
    margin-right: 7px;
}

#right_side .main .el_con_block .el_con_blocks h3 span {
    font-size: 14px;
    color: #a1a6ae;
    position: relative;
    top: -3px;
}

#right_side .main .el_con_block .el_con_blocks h4 {
    font-size: 16px;
    color: #3b5584;
    font-weight: 900;
    padding-bottom: 10px;
    line-height: 20px;
}

#right_side .main .el_con_block .el_con_blocks div img {
    float: left;
    width: 155px;
    margin-right: 15px;
}

#right_side .main .el_con_block .el_con_blocks div p {
    float: left;
/ / width: calc(100 % - 170 px);
    font-size: 16px;
    color: #343434;
    line-height: 20px;
}

#right_side .main .el_con_block .el_con_blocks .read_more_btn {
    display: inline-block;
    float: right;
    color: #fff;
    font-size: 16px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #6bb37b;
    padding: 8px 22px;

    margin: 18px 7px 25px;
    transition: all .3s ease;
    border: 1px solid #bfc3c9;
}

#right_side .main .el_con_block .el_con_blocks .read_more_btn:hover {
    background-color: #fff;
    color: #000;
}

#right_side .main .el_con_block .el_con_blocks .read_more_btn:active {
    background-color: #4f925f;
}

#right_side .main .el_con_block .el_con_blocks .download_btn {
    display: inline-block;
    float: right;
    color: #333;
    font-size: 16px;
    border: 1px solid #bfc3c9;
    /* stroke */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 8px 22px;
    margin: 18px 7px 25px;
    transition: all .3s ease;
    border: 1px solid #bfc3c9;
    background-color: #6bb47c;
    color: #fff;
}

#right_side .main .el_con_block .el_con_blocks .download_btn:hover {
    background-color: #fff;
    color: #000;
}

#right_side .main .el_con_block .el_con_blocks .download_btn:active {
    background-color: #4f925f;
    color: #fff;
}

#right_side .main .contacts_block {
    margin-top: 20px;
}

#right_side .main .contacts_block .contacts {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

#right_side .main .contacts_block .contacts .cont_blocks {
    margin-bottom: 20px;
    padding-right: 40px;
    display: inline-block;
}

#right_side .main .contacts_block .contacts .cont_blocks img {
    float: left;
    margin-right: 15px;
    width: 32px;
}

#right_side .main .contacts_block .contacts .cont_blocks div {
    float: left;
}

#right_side .main .contacts_block .contacts p {
    font-size: 16px;
    color: #7d7d7d;
    font-weight: 300;
    line-height: 18px;
}

#right_side .main .contacts_block .contacts p span {
    color: #343434;
    font-weight: 900;
}

#right_side .main .contacts_block .contacts p strong {
    color: #343434;
    font-weight: 900;
}

#right_side .main .contacts_block .contacts p a {
    color: #7d7d7d;
}

#right_side .main .contacts_block .map {
    width: 100%;
    float: left;
}

#right_side .main .form_block p {
    font-size: 16px;
    color: #343434;
    font-weight: 300;
    line-height: 20px;
    padding-top: 8px;
}

#right_side .main .form_block .form {
    width: 600px;
    margin-top: 40px;
    overflow: hidden;
}

#right_side .main .form_block .form select {
    width: 400px;
    height: 30px;
}

#right_side .main .form_block .form textarea {
    width: 400px;
    height: 50px;
}

#right_side .main .form_block .form p {

}

#right_side .main .form_block .form br {
    display: none;
}

#right_side .main .form_block .form h2 {
    font-size: 25px;
    color: #343434;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 32px;
}

#right_side .main .form_block .form span {
    color: #343434;
    font-weight: 300;
    font-size: 16px;
    display: inline-block;
    width: 185px;
    margin-right: 10px;
    float: left;
    margin-top: 7px;
}

#right_side .main .form_block .form input[type="text"] {
    width: 243px;
    height: 29px;
    border: 1px solid #bfc3c9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-indent: 5px;
    margin-bottom: 18px;
}

#right_side .main .form_block .form .wpcf7-not-valid-tip {
    display: none;
}

#right_side .main .form_block .form .wpcf7-not-valid {
    border: 1px solid #ff0000 !important;
}

.wpcf7-validation-errors {
    border: none !important;
    color: #ff0000;
}

.wpcf7-mail-sent-ok {
    border: none !important;
}


#right_side .main .form_block .form span.wpcf7-form-control-wrap {
    width: 243px;
    height: 29px;

    margin-bottom: 18px;
}

#right_side .main .form_block .form textarea {
    width: 350px;
    height: 80px;
    resize: none;
    padding: 5px;
    border: 1px solid #bfc3c9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

#right_side .main .form_block .form input[type="submit"] {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    border: none;
    width: 115px;
    height: 29px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #6bb37b;
    cursor: pointer;
    transition: all .3s ease;
    float: right;
    margin-top: 80px;
    margin-right: 10px;
    margin-bottom: 40px;
}

#right_side .main .vieod_gallery_block {
    margin-top: 10px;
}

#right_side .main .vieod_gallery_block #tab #tab_navbar {
    margin-bottom: 30px;
}

#right_side .main .vieod_gallery_block #tab #tab_navbar a {
    display: inline-block;
    font-size: 16px;
    color: #000;
    border: 1px solid #bfc3c9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 6px 16px;
    transition: all .3s ease;
}

#right_side .main .vieod_gallery_block #tab #tab_navbar a:hover {
    background-color: #6bb47c;
}

#right_side .main .vieod_gallery_block #tab #tab_navbar a:active {
    background-color: #a4d9b1;
}

#right_side .main .vieod_gallery_block #tab #tab_navbar .active {
    background-color: #a4d9b1;
}

#right_side .main .vieod_gallery_block #tab .contab {
    display: none;
}

#right_side .main .vieod_gallery_block #tab .contab .vid_gal {
    width: 308px;
    float: left;
    margin-bottom: 32px;
    margin-right: 15px;
}

#right_side .main .vieod_gallery_block #tab .contab .vid_gal a {
    display: inline-block;
}

#right_side .main .vieod_gallery_block #tab .contab .vid_gal a img {
    width: 100%;
}

#right_side .main .vieod_gallery_block #tab .contab .vid_gal p {
    font-size: 15px;
    color: #343434;
    line-height: 20px;
    padding: 13px 16px;
    background-color: #eff1f5;
    position: relative;
    top: -2px;
    height: 61px;
}

#right_side .main .vieod_gallery_block #tab .contab .vid_gal p:before {
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: 100%;
    background-color: #6bb47c;
    top: 0;
    left: 0;
}

#right_side .main .vieod_gallery_block #tab .contab.active {
    display: block;
}

#right_side .main .testing_block1 p {
    color: #343434;
    font-size: 16px;
}

#right_side .main .testing_block1 a {
    font-size: 16px;
    color: #343434;
    border: 1px solid #bfc3c9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 6px 16px;
    display: inline-block;
    margin-top: 10px;
    transition: all .3s ease;
}

#right_side .main .testing_block1 a:hover, #right_side .main .testing_block1 a.active {
    background-color: #6bb47c;
    color: #fff;
}

#right_side .main .testing_block1 a:active {
    background-color: #a4d9b1;
    color: #fff;
}

#right_side .main .dop_block .dop_blocks li a {
    display: inline-block;
    margin-top: 10px;
    font-size: 16px;
    color: #4669a8;
    transition: all .3s ease;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 5px 10px;
    text-decoration-style: dotted;
}

#right_side .main .dop_block .dop_blocks li a:hover {
    background-color: #6bb47c;
    color: #fff;
}

#right_side .main .dop_block .dop_blocks li a span {
    text-decoration: underline;
}

#right_side .media_gallery {
    background-color: #eff1f5;
    width: 100%;
    margin-top: 40px;
    padding: 40px 0;
}

#right_side .media_gallery .media_gallery_mid {
    width: calc(100% - 30px);
    padding: 0 15px;
    margin: 0 auto;
}

#right_side .media_gallery .media_gallery_mid .med_gal_left {
    float: left;
    width: 728px;
}

#right_side .media_gallery .media_gallery_mid .med_gal_left h2 {
    font-size: 25px;
    color: #343434;
    font-weight: 900;
    position: relative;
    padding-left: 20px;
    padding-bottom: 30px;
}

#right_side .media_gallery .media_gallery_mid .med_gal_left h2:before {
    content: "";
    position: absolute;
    display: block;
    width: 5px;
    height: 20px;
    background-color: #183e83;
    left: 0;
    top: 3px;
}

#right_side .media_gallery .media_gallery_mid .med_gal_left #owl-demo {
    width: 645px;
    margin: 0 auto;
}

#right_side .media_gallery .media_gallery_mid .med_gal_left #owl-demo .owl-item {
    width: 202px !important;
    margin-right: 13px;
}

#right_side .media_gallery .media_gallery_mid .med_gal_left #owl-demo .item {
    background-color: #fff;
}

#right_side .media_gallery .media_gallery_mid .med_gal_left #owl-demo .item img {
    width: 100%;
    height: 110px;
}

#right_side .media_gallery .media_gallery_mid .med_gal_left #owl-demo .item a {
    display: inline-block;
    color: #4669a8;
    font-size: 16px;
    line-height: 20px;
    padding: 15px;
    position: relative;
    min-height: 59px;
}

#right_side .media_gallery .media_gallery_mid .med_gal_left #owl-demo .item a:before {
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: 91px;
    top: -2px;
    left: 0;
    background-color: #6bb47c;
}

#right_side .media_gallery .media_gallery_mid .med_gal_left #owl-demo .owl-buttons {
    width: 708px;
    position: relative;
    top: -100px;
    margin-left: -38px;
    z-index: 2;
}

#right_side .media_gallery .media_gallery_mid .med_gal_left #owl-demo .owl-buttons .owl-prev {
    background: url("../img/left_arrow.png") no-repeat center center;
    width: 9px;
    height: 17px;
    float: left;
}

#right_side .media_gallery .media_gallery_mid .med_gal_left #owl-demo .owl-buttons .owl-prev:hover {
    opacity: .7;
}

#right_side .media_gallery .media_gallery_mid .med_gal_left #owl-demo .owl-buttons .owl-next {
    background: url("../img/right_arrow.png") no-repeat center center;
    width: 9px;
    height: 17px;
    float: right;
}

#right_side .media_gallery .media_gallery_mid .med_gal_left #owl-demo .owl-buttons .owl-next:hover {
    opacity: .7;
}

#right_side .media_gallery .media_gallery_mid .med_gal_right {
    overflow: hidden;
    width: 242px;
}

#right_side .media_gallery .media_gallery_mid .med_gal_right .med_gal_right_title {
    height: 37px;
    width: 100%;
    background-color: #183e83;
}

#right_side .media_gallery .media_gallery_mid .med_gal_right .med_gal_right_title h3 {
    color: #fff;
    font-size: 13px;
    padding-left: 13px;
    padding-top: 14px;
    text-transform: uppercase;
}

#right_side .media_gallery .media_gallery_mid .med_gal_right .med_gal_right_ques {
    background-color: #fff;
    padding: 0 13px;
}

#right_side .media_gallery .media_gallery_mid .med_gal_right .med_gal_right_ques p {
    font-size: 14px;
    color: #343434;
    padding-top: 10px;
    padding-bottom: 12px;
    line-height: 18px;
}

#right_side .media_gallery .media_gallery_mid .med_gal_right .med_gal_right_ques input[type="submit"] {
    border: none;
    font-size: 16px;
    color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #6bb37b;
    width: 116px;
    height: 29px;
    cursor: pointer;
    margin-top: 6px;
    margin-bottom: 17px;
    transition: all .3s ease;
}

#right_side .media_gallery .media_gallery_mid .med_gal_right .med_gal_right_ques input[type="submit"]:hover {
    background-color: #a4d9b1;
}

#right_side .media_gallery .media_gallery_mid .med_gal_right .med_gal_right_ques input[type="submit"]:active {
    background-color: #4f925f;
}


.wp-polls-form input[type="button"] {
    border: none;
    font-size: 16px;
    color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #6bb37b;
    width: 116px;
    height: 29px;
    cursor: pointer;
    margin-top: 6px;
    margin-bottom: 17px;
    transition: all .3s ease;
    border: 1px solid #bfc3c9;
}

.wp-polls-form input[type="button"]:hover {
    background-color: #fff;
    color: #bfc3c9;
}

.wp-polls-form input[type="button"]:active {
    background-color: #4f925f;
}

.wp-polls-form .wp-polls-ans p {
    margin: 0 !important;
    padding: 0 !important;
}


#right_side .media_gallery .media_gallery_mid .med_gal_right .med_gal_right_ques .radio_input {
    margin: 0;
    margin-left: 17px;
    cursor: pointer;
    background: url("../img/radio.png") no-repeat;
}

#right_side .media_gallery .media_gallery_mid .med_gal_right .med_gal_right_ques label {
    cursor: pointer;
    font-size: 14px;
    color: #7d7d7d;
    margin-bottom: 8px;
    display: inline-block;
}

#right_side .media_gallery .media_gallery_mid .med_gal_right .med_gal_right_ques label i {
    font-size: 14px;
    padding-right: 4px;
    cursor: pointer;
}

#right_side .media_gallery .media_gallery_mid .med_gal_right .med_gal_right_ques input[type='radio'] {
    display: none;
}

#right_side .media_gallery .media_gallery_mid .med_gal_right .med_gal_right_ques input[type='radio'] + label span {
    display: inline-block;
    background: url("../img/radio.png") no-repeat;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    padding-right: 8px;
}

#right_side .media_gallery .media_gallery_mid .med_gal_right .med_gal_right_ques input[type='radio']:checked + label span {
    display: inline-block;
    background: url("../img/active_radio.png") no-repeat;
    width: 12px;
    height: 12px;
}

#right_side .contacts {
    width: 100%;
}

#right_side .contacts .contacts_mid {
    width: calc(100% - 30px);
    padding: 0 15px;
    margin: 0 auto;
    padding-top: 40px;
}

#right_side .contacts .contacts_mid h2 {
    font-size: 25px;
    color: #343434;
    padding-bottom: 34px;
    font-weight: 900;
    position: relative;
    padding-left: 20px;
}

#right_side .contacts .contacts_mid h2:before {
    content: "";
    position: absolute;
    display: block;
    width: 5px;
    height: 20px;
    background-color: #183e83;
    left: 0;
    top: 3px;
}

#right_side .contacts .contacts_mid .contacts_block {
    height: 75px;
    background-color: #fff;
}

#right_side .contacts .contacts_mid .contacts_block .contacts_blocks {
    float: left;
}

#right_side .contacts .contacts_mid .contacts_block .contacts_blocks img {
    float: left;
    margin-right: 14px;
}

#right_side .contacts .contacts_mid .contacts_block .contacts_blocks .contacts_blocks_right {
    float: left;
    margin-right: 28px;
    padding-bottom: 35px;
}

#right_side .contacts .contacts_mid .contacts_block .contacts_blocks .contacts_blocks_right p {
    font-size: 16px;
    color: #343434;
    line-height: 20px;
    font-weight: 900;
}

#right_side .contacts .contacts_mid .contacts_block .contacts_blocks .contacts_blocks_right p span {
    color: #7d7d7d;
    font-weight: 300;
}

#right_side .contacts .contacts_mid .contacts_block .contacts_blocks .contacts_blocks_right a {
    font-size: 16px;
    color: #4669a8;
}

#right_side .contacts .contacts_mid .contacts_block .contacts_blocks .contacts_blocks_last {
    margin-right: 0;
}

#right_side .form_link_blocks {
    padding: 40px 0px 20px;
    background-color: #eff1f5;
    width: 100%;
}

#right_side .form_link_blocks a {
    color: #4669a8;
    font-size: 16px;
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 20px;
    text-decoration: underline;
    text-decoration-style: dotted;
}

#right_side .testing_block2 {
    width: 100%;
    background-color: #eff1f5;
    padding: 40px 0 35px;
    margin: 40px 0;
}

#right_side .testing_block2 div {
    padding-left: 20px;
}

#right_side .testing_block2 h2 {
    color: #3b5584;
    font-size: 16px;
    font-weight: 900;
    padding-bottom: 25px;
}

#right_side .testing_block2 h3 {
    font-size: 16px;
    color: #343434;
    font-weight: 300;
    padding-bottom: 12px;
    line-height: 18px;
}

#right_side .testing_block2 h4 {
    font-size: 16px;
    color: #343434;
    font-weight: 900;
    padding-bottom: 10px;
}

#right_side .testing_block2 p {
    font-size: 16px;
    color: #343434;
    font-weight: 300;
    padding-bottom: 10px;
}

#right_side .testing_block2 p span {
    font-weight: 900;
}

#right_side .testing_block2 h5 {
    font-size: 16px;
    color: #343434;
    font-weight: 300;
}

#right_side .testing_block3 form {
    padding-left: 20px;
}

#right_side .testing_block3 form .name_form_block span {
    font-size: 16px;
    color: #343434;
    font-weight: 300;
    text-transform: uppercase;
}

#right_side .testing_block3 form .name_form_block input[type="text"] {
    width: 244px;
    height: 29px;
    border: 1px solid #bfc3c9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-indent: 5px;
}

#right_side .testing_block3 form .quest_block p {
    font-size: 16px;
    color: #343434;
    padding-top: 25px;
    padding-bottom: 10px;
}

#right_side .testing_block3 form .quest_block .radio_input {
    margin: 0;
    margin-left: 17px;
    cursor: pointer;
    background: url("../img/radio.png") no-repeat;
}

#right_side .testing_block3 form .quest_block label {
    cursor: pointer;
    font-size: 14px;
    color: #000;
    margin-bottom: 8px;
    display: inline-block;
}

#right_side .testing_block3 form .quest_block label i {
    font-size: 14px;
    padding-right: 4px;
    cursor: pointer;
}

#right_side .testing_block3 form .quest_block input[type='radio'] {
    display: none;
}

#right_side .testing_block3 form .quest_block input[type='radio'] + label span {
    display: inline-block;
    background: url("../img/radio.png") no-repeat;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    padding-right: 8px;
}

#right_side .testing_block3 form .quest_block input[type='radio']:checked + label span {
    display: inline-block;
    background: url("../img/active_radio.png") no-repeat;
    width: 12px;
    height: 12px;
}

#right_side .testing_block3 form input[type="submit"] {
    font-size: 16px;
    color: #fff;
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #6bb37b;
    width: 216px;
    height: 29px;
    cursor: pointer;
    transition: all .3s ease;
    margin-top: 30px;
}

#right_side .testing_block3 form input[type="submit"]:hover {
    background-color: #a4d9b1;
}

#right_side .testing_block3 form input[type="submit"]:active {
    background-color: #4f925f;
}

.footer {
    background-color: #eff1f5;
    width: 100%;
    margin-left: 340px;
    position: absolute;
    height: 135px;
    left: 0;
    right: 0;
    bottom: 0;
}

.footer .footer_mid {
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 0 15px;
}

.footer .footer_mid p {
    font-size: 14px;
    color: #343434;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer .footer_mid p span {
    font-weight: 900;
}

.footer .footer_mid p a {
    color: #4669a8;
}

.footer .footer_mid h3 {
    font-size: 14px;
    color: #7d7d7d;
    padding-bottom: 35px;
}

.navigation ul {
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 75px;
}

.navigation ul li {
    float: left;
    margin-left: 5px;
}

.navigation ul li .navig_btn {
    border: 1px solid #bfc3c9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 5px 8px;
    font-size: 16px;
    color: #4669a8;
}

.navigation ul li .navig_btn:hover {
    color: #fff;
    background-color: #6bb47c;
}

.navigation ul li .navig_btn:active {
    color: #fff;
    background-color: #a4d9b1;
}



@media(min-width: 1040px) and (max-width: 1340px)  {
    .logo-75 {
        margin-left: 3%;
    }
}

@media (max-width: 767px) {
    .footer p {
        font-size: 10px !important;
    }

    .footer h3 {
        font-size: 12px !important;
    }
}

@media (min-width: 767px) {
    .full_button {
        display: none;
    }
}

.catdesc ul, .testing_block2 ul {
    list-style: disc;
    padding: 15px;
}

.catdesc ol, .testing_block2 ol {
    list-style-type: decimal;
    padding: 15px;
}

.catdesc ul li, .testing_block2 ul li, .testing_block2 ol li, .catdesc ol li {
    margin-bottom: 8px;
}

.catdesc strong, .testing_block2 strong {
    font-weight: bold;
}

.catdesc b, .testing_block2 b {
    font-weight: bold;
}

.catdesc i, .testing_block2 i {
    font-weight: italic;
}

.catdesc h2, .testing_block1 h2 {
    font-size: 18px;
    font-weight: 900;
    margin: 0 0 15px;
    color: #3b5584;
}

.catdesc h3, .testing_block1 h3 {
    font-size: 17px;
    font-weight: 900;
    margin: 0 0 15px;
    color: #3b5584;
}

.catdesc h4, .el_con_blocks h4 a {
    font-size: 16px;
    font-weight: 900;
    margin: 0 0 15px;
    color: #3b5584;
}

.dop_blocks h2 {
    font-size: 16px;
    font-weight: 900;
    margin: 0 0 15px;
    color: #121B33;
    border-bottom: 1px solid #eff1f5;
    margin-bottom: 25px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.catdesc p {
    font-size: 14px;
    line-height: 22px;
    text-indent: 25px;
}

.catdesc p br {
    margin-bottom: 12px;
}

.navigation a {
    background-clip: padding-box;
    border: 1px solid #bfc3c9;
    border-radius: 5px;
    color: #4669a8;
    font-size: 16px;
    padding: 5px 8px;
}

.navigation span {
    background-clip: padding-box;
    border: 1px solid #bfc3c9;
    border-radius: 5px;
    color: #4669a8;
    font-size: 16px;
    padding: 5px 8px;
}

.navigation a:hover {
    color: #fff;
    background-color: #a4d9b1;
}

.navigation .current {
    color: #fff;
    background-color: #a4d9b1;
}

.catdesc p a {
    text-indent: 0px;
}

#right_side .main .main_body .main_left_body .news_block .news_text_block a h3 img {
    display: none;
}

#right_side .main .main_body .main_left_body .news_block .news_text_block a h3 {
    padding-left: 20px;
    background: url(../img/grey_cal.png) no-repeat 0 25px;
}

#right_side .main .main_body .main_left_body .news_block .news_text_block a.active h3 {
    padding-left: 20px;
    background: url(../img/green_cal.png) no-repeat 0 25px;
}

#special-version-controls {
    position: static !important;
}

.sitemap-holder {
    padding-bottom: 25px;
}

.sitemap-holder > ul {
    color: #84ae8e;
    margin-left: 20px;
    padding: 10px 5px 0 10px;
}

.sitemap-holder ul li a {
    color: #20518a;
    text-decoration: underline;
    font-size: 12px;
}

.sitemap-holder ul li a:hover {
    text-decoration: none;
}

.sitemap-holder ul li ul {
    padding: 5px 0 0 20px;
    list-style-type: circle;
}

.sitemap-holder ul li ul li ul {
    list-style-type: square;
}


.wp-polls-form .wp-polls-ul li {
    position: relative;
    padding-left: 20px;
}

.wp-polls-form .wp-polls-ul li span {
    position: absolute;
    left: 0;
    top: 2px;
}

.banner-hold {
    padding: 30px 15px 0;
}

.banner-hold ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

.banner-hold ul li {
    width: 265px;
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
    border: 1px solid #c1c4ca;
    padding: 12px;
    overflow: hidden;
    min-height: 94px;
}

.banner-hold ul li a {
    display: block;
    overflow: hidden;
    color: #5b5b5d;
}

.banner-hold ul li .img {
    float: left;
    margin-right: 5px;
    width: 100px;

}

.banner-hold ul li .txt {
    overflow: hidden;
    text-transform: uppercase;
    border-top: 3px solid #5b5b5d;
    color: #5b5b5d;
    font-size: 11px;
    line-height: 14px;
    font-weight: 600;
    margin-top: 20px;
    padding-top: 7px;
}


.catdesc table td {
    border: 1px solid #000;
    border-collapse: collapse;
    padding: 5px;
}


.wp-polls-ans .wp-polls-ul li {
    font-size: 11px;
    margin-bottom: 5px;
}

.navigation {
    overflow: hidden;
    padding: 5px 0;
}

.navigation > span, a {
    display: inline-block;

}

#special-version-container #left_menu .logo {
    display: none;
}

#special-version-container #left_menu .logo-holder-a {
    display: block;
    background: url(../img/logo-0002.png) no-repeat;
    width: 225px;
    height: 144px;
}

#special-version-container .main_title_block div:nth-child(3) {
    display: none;
}

#special-version-container .gallery_block .gallery_block_blocks a span {
    background: none !important;
}


input[type="text"].error {
    border: 1px solid #ff0000 !important;
}


@media only screen and (max-width: 1340px) {
    html {
        /* min-height: 320px; */
    }

    #right_side #menu ul li ul li a {
        font-size: 10px;
    }

    #right_side #menu ul {
        margin-right: 0;
    }

    #right_side #menu .search-top {
        float: right;
    }

    #right_side #menu ul li a {
        padding: 0 8px;
        font-size: 11px;
    }

    #right_side #menu .search-top input[type="text"] {
        width: 150px;
    }

    #right_side .main .main_title .main_title_block div {
        padding: 6px 5px;
    }

    #right_side .main .main_body .main_left_body {
        float: none;
        width: auto;
        margin-right: 0;
    }

    #right_side .main .main_body .main_right_body {
        float: none;
        width: auto;
        margin-top: 20px;
    }

    #right_side .main .main_body .main_left_body .main_news .main_news_body .main_news_body_blocks img {

    }

    #right_side .main .main_body .main_left_body .main_news .main_news_body .main_news_body_blocks div {
        float: none;
        overflow: hidden;
        width: auto;
    }

    #right_side .main .main_body .main_left_body .main_news .main_news_body .main_news_body_blocks > a {
        width: 130px;
        float: left;
        margin-right: 30px;
    }

    #right_side .media_gallery .media_gallery_mid .med_gal_right {
        width: 153px;
    }

    #right_side .media_gallery .media_gallery_mid .med_gal_right .med_gal_right_ques label {
        font-size: 11px;
    }

    #right_side .media_gallery .media_gallery_mid .med_gal_left {
        width: 705px;
    }

    #right_side .main .main_body .main_left_body .news_block .news_text_block {
        width: auto;
        float: none;
        overflow: hidden;
    }

    #right_side .main .main_body .main_left_body .news_block .news_text_block a p {
        font-size: 13px;
    }

    #right_side .main .main_body .main_left_body .news_block .news_text_block a {
        width: auto;
    }

    #right_side .main .main_body .main_right_body a {
        width: 30%;
    }

    #right_side .main .main_body .main_right_body a img {
        width: 100%;
    }

    #right_side .media_gallery .media_gallery_mid .med_gal_left {
        width: 706px;
    }

    #right_side .contacts .contacts_mid .contacts_block {
        height: auto;
    }

    #right_side .main .main_title .main_title_block div a {
        font-size: 15px;
    }

    #right_side .media_gallery .media_gallery_mid .med_gal_right .med_gal_right_ques p {
        font-size: 12px
    }

    #right_side .media_gallery .media_gallery_mid .med_gal_right .med_gal_right_ques {
        padding: 0 10px;
    }

    #right_side .contacts .contacts_mid {
        padding: 40px 15px 20px;
        overflow: hidden;
    }

    .wp-polls-form .wp-polls-ul li {
        padding-left: 15px;
    }
}

@media only screen and (max-width: 1240px) {

    #right_side .media_gallery .media_gallery_mid .med_gal_left #owl-demo {
        margin: 0 auto;
        width: 425px;
        position: relative;
    }

    #right_side .media_gallery .media_gallery_mid .med_gal_left {
        width: 480px;
    }

    #right_side .media_gallery .media_gallery_mid .med_gal_left #owl-demo .owl-buttons .owl-next {
        position: absolute;
        left: 66%;
    }

    #right_side #menu ul li ul li a {
        font-size: 10px;
    }
}


.wpProQuiz_quiz, .wpProQuiz_list {
    float: left;
    width: 100%;
    clear: both;
}


/* NEW STYLES */

#menu .wrap {
    max-width: 100%;
    width: 980px;
}


.clear-fix:before, .clear-fix:after {
    content: " ";
    display: table;
}

.clear-fix:after {
    clear: both;
}

/* Костыли для ослика (Internet Explorer 6 и 7) */
.clear-fix {
    *zoom: 1;
}

.mobile-header {
    display: none;
    background: #38456c;
}

.mobile-wrap {
    position: relative;
    display: table;
}

.menu-btn {
    background: #38456c;
    color: #fff;
    cursor: pointer;
    display: table-cell;
    text-align: center;
    font-size: 24px;
    padding: 5px 15px;
    width: 100px;
}

.mobile-wrap .accordion-section-title i, .mobile-wrap .menu-btn i {
    width: 50px;
}

.mobile-wrap .accordion-section-title, .mobile-wrap .accordion-section-title.active, .mobile-wrap .accordion-section-title:hover {
    text-align: center;
    background: #38456c;

}

.mobile-wrap li a {
    color: #fff;
    padding: 10px 0;
}

.mobile-wrap .accordion ul li ul {
    padding: 0 10px;
}

.mobile-wrap .accordion {
    border-radius: 0;
    box-shadow: none;
    background: #4c4c4c;
}

.mobile-wrap #menu .accordion-section-content {
    position: absolute;
    left: 0px;
    z-index: 9998;
    background: #38456c;
    width: 100%;
    border-top: 1px solid #aaa;

}

.mobile-wrap #menu {
    display: table-cell;
    width: 100%;
}

.mobile-header .search-top {
    float: none;
    margin-right: 0;
    padding: 0 20px 12px 20px;
    background: #38456c;
    width: 90%;
    position: relative;
    display: table-cell;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

.mobile-header .search-top input[type="text"] {
    width: 100%;
    height: 33px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    border: none;
    text-indent: 13px;
    cursor: pointer;
    transition: all .3s ease;
}

.mobile-header .search-top input[type="text"]:hover {
    background-color: #dfdfdf;
}

.mobile-header .search-top input[type="submit"] {
    background: url(../img/search_icon.png) no-repeat center center;
    width: 13px;
    height: 13px;
    border: none;
    padding: 0;
    position: absolute;
    right: 30px;
    top: 23px;
    cursor: pointer;
    z-index: 2;
}

.mobile-header img.logo {
    width: 100% !important;
    max-width: 100%;
}

.mobile-header a.logo-holder-a {
    display: block;
}

.color-back {
    background: #162d5d;
    position: absolute;
    width: 340px;
    height: 100%;
}

.full_button {
    position: absolute;
    bottom: 120px;
    z-index: 1111111111;
    text-align: left;
}

.full_button input {
    border: none;
    font-size: 16px;
    color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #6bb37b;
    width: auto;
    height: 29px;
    cursor: pointer;
    margin-top: 6px;
    margin-bottom: 17px;
    transition: all .3s ease;
    border: 1px solid #bfc3c9;
}

#sch {
    width: 100px;
    height: 50px;
    float: right;
    margin-right: 30%;
}
