/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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,
caption, /*table, 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-size: 100%;
	/*font: inherit;*/
	vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6 {
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	/*line-height: 1;*/
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.2;
}
h6 {
	margin-top: 0px;
	margin-bottom: 10px;
	text-indent: -86px;
	margin-left: 86px;
   font-size: 13px;
   font-weight: bold;
   line-height: 1.2;	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
    font-size: 13px;
    line-height: 1.2;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px Arial, sans-serif;
	width: 100%;
}
.wrapper {
	width: 992px;
	margin: 0 auto;
}
/*
@font-face {
    font-family: "GothamProRegular";
    src: url("fonts/GothamProRegular/GothamProRegular.eot");
    src: url("fonts/GothamProRegular/GothamProRegular.eot?#iefix")format("embedded-opentype"),
    url("fonts/GothamProRegular/GothamProRegular.woff") format("woff"),
    url("fonts/GothamProRegular/GothamProRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "GothamProLight"; */
/*
@font-face {
    font-family: "GothamProLight";
    src: url("fonts/GothamProLight/GothamProLight.eot");
    src: url("fonts/GothamProLight/GothamProLight.eot?#iefix")format("embedded-opentype"),
    url("fonts/GothamProLight/GothamProLight.woff") format("woff"),
    url("fonts/GothamProLight/GothamProLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
.images_container .link-img {
background: #ffffff;
}
*/
/* Header
-----------------------------------------------------------------------------*/
#header {
     background: #ffffff;
     height: 96px;
 }
.images_container .link-img {
	background: none repeat scroll 0 0 #ffffff;
}
#header {
    min-width: 1024px;
}
.header {
    width: 942px;
    margin: 0 auto;
    padding-top: 25px;

}
.header .logo{
    padding-right:95px;
    float: left;
}
.header .phone .phone-block > p {
    font-family: Arial;
    font-size: 12px;
    color: #2b2e33;
}
.header .phone .phone-block > div {
    font-family: Arial;
    font-size: 18px;
    color: #787878;
}
.header .phone .phone-block > div span{
    color: #2153b3;
}
.header .phone {
    float: left;
    background: url("../images/phone.png") no-repeat left;
    margin-right:45px;
}
.header .phone .phone-block{
    padding-left: 35px;
}
.header .row{
    background: url("../images/row.png") no-repeat left;
    width: 86px;
    float: left;
    padding-left: 30px;
    padding-top: 2px;
    margin-right: 45px;
}
.header .row a{
    color: #2b2e33;
    display: block;
    font-family: Arial;
    font-size: 12px;
    line-height: 16px;
}
.header .row a:hover{
    color: #718dea;
}
.header .lang {
    float: left;
    display: inline-block;
    margin-top: 3px;
}
.header .lang .ru {
    float: left;
}
.header .lang .eng {
    float: left;
}
.header .lang .ru a{
     background: url("../images/ru.png") no-repeat left;
     display: block;
     font-family: Arial;
     font-size: 12px;
     color: #0c0c13;
     text-transform: uppercase;
     text-decoration: none;
     line-height: 13px;
     padding-left: 22px;
     margin-left: 14px;
     margin-top: 8px;
}
.header .lang .ru{
    width: 70px;
    height: 34px;
}
.header .lang .eng{
    width: 70px;
    height: 34px;
}
.header .lang .eng a{
    background: url("../images/eng.png") no-repeat left;
    display: block;
    font-family: Arial;
    font-size: 12px;
    color: #0c0c13;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 13px;
    padding-left: 22px;
    margin-left: 10px;
    margin-top: 8px;
}

.header .lang .active{
    background: url("../images/recht.png");
}
/* Middle
-----------------------------------------------------------------------------*/
#index-help {
    background: url("../images/index-blocks.png") repeat-x;
    /*height: 114px;*/
    height: 86px;
    overflow: hidden;
    min-width: 1024px;
	margin-top: -14px;
}
.index-help {
    width: 941px;
    margin: 0 auto;
}
.index-help span {
    font-family: Arial;
    font-size: 18px;
    color: #000000;
    display: block;
    float: left;
    margin-left: 15px;
    margin-top: 24px;
    }
.index-help img {
    float: left;
}

.index-help a {
    text-decoration: none;
    display: block;
    overflow: hidden;
}

.index-help .first-block, .index-help .second-block, .index-help .three-block  {
	float: left;
	padding-bottom: 20px;
    padding-top: 10px;
}

.index-help .first-block {
    width: 307px;
    /*float: left;*/
    background: url("../images/index-right.png") no-repeat right;
    /*padding-bottom: 28px;
    padding-top: 22px;*/
}
.index-help .second-block {
    width: 322px;
    /*float: left;*/
    background: url("../images/index-right.png") no-repeat right;
    /*padding-bottom: 28px;
    padding-top: 22px;*/
}
.index-help .three-block {
    width: 309px;
    /*float: left;
    padding-bottom: 28px;
    padding-top: 22px;*/
}
.top-find input[type="text"]:hover {
    background: #ffffff;
    color: #283b78;
}
.top-find input[type="text"]:focus { outline: none; }
.index-help .three-block  span{
    width: 160px;
    margin-top: 12px;
}
.index-help .three-block img{
    padding-top: 6px;
}
.index-form-zakaz > div a:hover{
    background: #2b3f7e;
    border-color: #2b3f7e;
    color: #ffffff;
}
.index-help .second-block a{
    padding-left: 76px;
}
.index-help .three-block a{
    margin-left: 36px;
}
.index-help .second-block span{
    margin-top: 24px;
    width: 124px;
}
.index-help .first-block a{
    margin-left:66px;
}
#index-gallery {
    background: url("../images/gall.png") repeat;
    height: 318px;
    min-width: 1024px;
    -webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
}
#index-news-block {
    margin-bottom: 60px;
    overflow: hidden;
    min-width: 1024px;
}
.index-news-block {
    width: 942px;
    margin: 0 auto;
    position: relative;
}
.index-news-block h2 {
    font-family: Arial;
    font-size: 32px;
    color: #373737;
    padding-bottom: 8px;
    padding-top: 4px;
    margin-bottom: 30px;
}

#index-news-block .news-blocks .new-block {
    float: left;
    width: 264px;
    margin: 0 37px;
}
#index-news-block .news-blocks .new-block:first-child{
    margin-left: 0px;
}
#index-news-block .news-blocks .new-block:last-child{
    margin-right: 0px;
}
#index-news-block .news-blocks .new-block span {
    display: block;
    font-size: 11px;
    color: #777777;
    padding-top: 12px;
    font-family: Arial;
}
#index-news-block .news-blocks .new-block div a {
    color: #bfbfbf;
    font-size: 14px;
    font-family: Arial;
}
#index-news-block .news-blocks .new-block div a span{
    color: #000000;
    font-size: 13px;
    padding-right: 10px;
    font-family: Arial;
    padding-top: 0px;
    line-height: 16px;
}

.index-news-block .all-news {
    position: absolute;
    top: 0px;
    right: 0px;
    background: url("../images/rct2.png") no-repeat;
    width: 114px;
    height: 37px;
    font-family: Arial;
    font-size: 14px;
}
.index-news-block .all-news a {
    text-align: center;
    display: block;
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
    color: #000000;
    padding-top: 8px;
}
.slider-anons{
    left: 99px;
    position: absolute;
    top: 99px;
    width: 435px;
}
.slider-anons h2 {
    font-size: 44px;
    color: #ffffff;
    line-height: 52px;
    margin-bottom: 15px;
}
.slider-anons p {
    font-size: 16px;
    color: #ffffff;
    line-height: 22px;
}
#index-form-zakaz{
    position: absolute;
	/*
    top: 25%;
    width: 100%;
    z-index: 50;
	*/
	
	z-index: 1;
	width: 240px;
	top: 27%!important;
	right: 25%;
}
#slider {
    position: relative;
    min-width: 1024px;
}
.index-form-zakaz {
    /*width: 943px;*/
    /*margin: 0 auto;*/
}
.index-form-zakaz > div {
    float: right;
    width: 184px;
    height: 170px;
    background: url("../images/bg-form.png") repeat;
    border-radius: 5px;
    padding: 24px 28px;
}
#index-gallery .index-gallery {
    width: 941px;
    margin: 0 auto;
    padding-top: 60px;
}
#index-gallery .index-gallery h2 {
    width: 232px;
    color: #ffffff;
    font-size: 34px;
    line-height: 38px;
    padding-bottom: 20px;
    background: url("../images/pl.png") no-repeat left bottom;
    margin-bottom: 20px;
}
.index-gallery .index-gallery-anons p {
    width: 264px;
    color: #ffffff;
    font-size: 14px;
}
#slider .top-menu {
    position: absolute;
    z-index: 55;
    margin-top: 10px;
}
#menu-find {
    left: -25px;
    position: relative;
}
.all-vs a {
    display: block;
    text-align: center;
    background: url("../images/vs.jpg") no-repeat center;
    height: 22px;
    color: #4c6491;
    line-height: 0;
}
.all-vs a span {
    color: #ffffff;
    background: url("../images/str.png") no-repeat right;
    padding-right: 15px;
}
#menu-find ul li{
    float: left;
}
.slides-container img {
    min-width: 1024px!important;
}
.active {
    color: #ffffff!important;
}
#menu-find ul li a{
    color: #ffffff;
    border-radius: 5px 5px 0 0;
    font-size: 18px;
    display: block;
    padding: 14px 20px 19px;
}
#menu-find ul li a:hover{
    color: #ffdf30;
}
#menu-find ul li a:hover span{
    color: #ffdf30;
}

#menu-find ul li a.subli{
    color: #D9E8F0;
    border-radius: 0px 0px 4px 4px;
    font-size: 14px;
    display: block;
    padding: 6px 6px 6px 16px;
}
#menu-find ul li a.subli:hover{
    color: #ffdf30;
}
#menu-find ul li a.subli:hover span{
    color: #ffdf30;
}


#menu-find .top-menu a span {
    color:#ffffff;
}
.bg-top-menu {
    z-index: 80;
    height: 62px;
    width: 100%;
}
.top-menu .active {
    background: url("../images/mactive.png") repeat-x;
    text-decoration: none;
}
.top-find {
    margin-top: 13px;
}
#menu-find-block {
    background: url("../images/top-menu.png") repeat-x top;
    z-index: 80;
    height: 64px;
    position: absolute;
    width: 100%;
    min-width: 1024px;
}
.bg-top-menu {
    width: 941px;
    margin: 0 auto;
}
.top-find input[type="text"]{
    font-family: Arial;
    color: #ffffff;
    font-size: 12px;
    padding-right: 35px;
    width: 160px;
    height: 32px;
    margin-top: 1px;
    background: #3b60a8;
    border: 0px;
    border-radius: 20px;
    text-indent: 15px;
}

#inner-wrapper #inner-top-block .inner-top-menu:hover{
    height: 98px;

}
.top-find input[type="submit"]{
    background: url("../images/find.png") no-repeat;
    border: 0 none;
    cursor: pointer;
    height: 13px;
    position: absolute;
    right: 13px;
    top: 11px;
    width: 13px;
}
.index-gallery .index-gallery-anons {
    width: 272px;
    float: left;
}
#horizontalwrap a{
    display: block;
}

#horizontalwrap a.link-img img{
    border: 5px solid #152955;
    border-radius: 56px;
}
#horizontalwrap > div {
    width: 105px;
    text-align: center;
    white-space: normal;
}
#horizontalwrap > div {
    display: inline-block;
}
#horizontalwrap > div:last-child{
    margin-right: 0;
}
#horizontalwrap > div {
    display: table-cell;
    padding-right: 60px;

}
#horizontalwrap a.link-anon{
    color: #ffffff;
    font-size: 14px;
    padding-top: 5px;
    text-decoration: none;
}
#mycustomscroll_contentwrapper {
    width: 165px;
}
#index-gallery .jcarusel {
    float: left;
    overflow-x: scroll; /* Добавляем полосу прокрутки */
    width: 605px; /* Ширина блока */
    height: 190px; /* Высота блока */
    padding: 5px; /* Поля вокруг текста */
    white-space: nowrap;
    margin-left: 55px;
}
.top-find {
    float: right;
    position: relative;
}
.index-form-zakaz > div h2 {
    color: #252d3b;
    font-size: 18px;
    text-align: center;
    padding-bottom: 15px;
}
.index-form-zakaz > div a {
    display: block;
    background: #ffd130;
    width: 178px;
    height: 52px;
    color: #3e1e00;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    margin-bottom: 7px;
    border-radius: 2px;
    border-bottom: 1px solid #d68700;
    line-height: 16px;
}
.index-form-zakaz > div span{
    display: block;
    padding-top: 10px;
}
.position-anons {
    width: 943px;
    position: relative;
    margin: 0 auto;
}
.slides-container > div{
    min-width: 1024px;
}
#horizontalwrap .hidden-date {
    background: url("../images/hidden.png") no-repeat;
    color: #ffffff;
    display: block;
    font-size: 12px;
    height: 39px;
    left: -14px;
    line-height: 32px;
    position: absolute;
    text-align: center;
    top: -14px;
    width: 142px;
    z-index: 999;
    display: none;
}

#mycustomscroll_mcontentwrapper {
    top: -30px;
    padding: 30px 15px 15px;
}
#top-menu {
    overflow: hidden;
    height: 64px;
    min-width: 1024px;
}
#top-menu .top-menu{
    margin-top: 10px;
    position: absolute;
    z-index: 55;
}
#inner-wrapper{
    background:url("../images/inner-bg.png") no-repeat top #ececec;
    background-size: 100%;
    overflow: hidden;
    min-width: 1024px;
}
.inner-wrapper{
    margin: 0 auto;
    width: 941px;
    margin-bottom: 35px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
}
.inner-content .news-list {
    padding-bottom: 10px;
    margin-top: 15px;
}

.inner-content .news-list .new-block:first-child{
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
}

.inner-content .news-list span > .new-block:first-child{
    border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
}

.inner-content .news-list .new-block:last-child{
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
}
.inner-content .news-list .new-block:first-child .new-block-position {
    border: none;
}

.inner-content .news-list .new-block:first-child .new-block:first-child .new-block-position {
    border: none;
}

.inner-content .news-list .new-block:first-child .new-block .new-block-position {
    border-top: 1px solid #c9c9c9;
}

.inner-content .news-list span > .new-block:first-child .new-block-position {
    border-top: 1px solid #c9c9c9;
}

.inner-content .news-list .new-block .new-block-img{
    float: left;
    width: 122 px;
    padding-top: 14px;
    padding-right: 8px;
}
.inner-content .news-list .new-block .new-anons a{
    color: #0a5eb7;
    font-size: 20px;
}
.inner-content .news-list .new-block .new-anons {
    position: relative;
    float: left;
    width: 510px;
}
.inner-content .news-list .new-block .new-anons.news_new {
	width: 100% !important;
}

.inner-content .news-list .new-block .new-anons .data{
    position: absolute;
    top: -10px;
    right: 0px;
    font-size: 11px;
    color: #292721;
    display: block;
    font-weight: bold;
    background: #ececec;
    padding: 6px 15px 5px;
    border-radius: 30px;
}
.inner-content .news-list .new-block .new-block-img a{
    display: block;
}

.inner-content .link-top a{
    color: #1a3e81;
    font-size: 12px;
}
.inner-content .link-top a:hover{
    color: #6584e9;
}
.inner-content .link-top img{
    padding: 0 8px;
    padding-bottom: 2px;
}
.inner-content .link-top{
    margin-top: 10px;
}

.content .other-link a{
    color: #1a3e81;
    font-size: 12px;
}
.content .other-link a:hover{
    color: #6584e9;
}
.inner-content .more a:hover{
    color: #6584e9;
}
.inner-wrapper .inner-right-block {
    float: right;
    /*width: 215px;*/
    width: 187px;
}
#block-new .more a:hover{
    color: #6584e9;
}
.breadcrump ul li a:hover{
    color: #f7d934;
}
.inner-wrapper .inner-right-block h2{
    color: #004a8f;
    font-size: 28px;
    font-weight: normal;
    padding-bottom: 20px;
    padding-top: 13px;
    margin-bottom: 12px;
}
.inner-wrapper .inner-right-block h4{
    color: black;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 0px;
}
.inner-wrapper .inner-right-block h5{
    color: #1b3e81;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 0px;
}
.inner-wrapper .inner-right-block .right-block-new {
    /*padding: 20px;*/
    padding: 10px;
    background:#ffffff;
    border-radius:5px;
}
.inner-wrapper .inner-right-block .right-block-new span{
    display: block;
    color: #777777;
    font-size: 11px;
}
.inner-wrapper .inner-right-block .right-block-new a {
    color: #000000;
    /*font-size: 14px;*/
    font-size: 12px;
    line-height: 0.5;
}
.inner-wrapper .inner-right-block .right-block-new a:hover{
    color: #2b3f7e;
}
.content .other-link img{
    padding: 0 10px;
    padding-bottom: 2px;
}
.content .other-link{
    margin-top: 15px;
}
.inner-content .more a {
    color: #163572;
    font-size: 12px;
    padding-left: 23px;
    padding-right: 25px;
    position: relative;
    top: -4px;
    background: url("../images/more-link.png") no-repeat right center;
}
#block-new .more a{
    background: url("../images/more-link.png") no-repeat scroll right center;
    color: #163572;
    font-size: 12px;
    padding-right: 25px;
    padding-left: 10px;
    position: relative;
    top: -4px;
}
#block-new .more > div {
    background: url("../images/more-new.png");
    width: 145px;
    height: 22px;
    /*margin-left: 32px;*/
    margin-left: 20px;
    text-align: center;
}
.inner-right-block #block-new {
    margin-bottom: 40px;
}
.inner-right-block #partners {
    background: #ffffff;
    padding: 20px;
    border-radius: 5px;
    padding-top: 25px;
}
.inner-right-block #partners div {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 25px;
}
.inner-right-block #partners div a:first-child {
    color: #1a3976;
    display: block;
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 8px;
    text-decoration: none;
    text-transform: uppercase;
}
.inner-content .more {
    position: relative;
    top: -10px;
    z-index: 200;
}
.inner-content .more > div {
    background: url("../images/more.png") no-repeat;
    width: 166px;
    height: 22px;
    margin: 0 auto;
}
.inner-content .news-list .new-block .new-anons p{
    font-size: 13px;
    line-height: 1.2;
    color: #000000;
    padding-right: 65px;
    padding-top: 12px;
}
.inner-content .news-list .new-block {
    background: #ffffff;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.inner-content .news-list .new-block .new-block-position {
    padding: 25px 15px 30px 25px;
    border-top: 1px solid #c9c9c9;
    overflow: hidden;
}

.inner-content .news-list .new-block span .new-block-position {
    padding: 25px 15px 30px 25px;
    border-top: 1px solid #c9c9c9;
    overflow: hidden;
}

.inner-content .news-list .new-block:hover .new-block-position{
    border: none;
}

.inner-content .news-list .new-block:hover  {
    box-shadow: 0 0 8px rgba(0,0,0,0.5); /* Параметры тени */
    z-index: 100;
    transform:scale(1);
    -webkit-transform: scale(1);
    position: relative;
}
.inner-content .news-list .new-block:hover + div .new-block-position {
    border: none;
}
#inner-wrapper #inner-top-block .inner-top-menu {
    background: url("../images/inner-top-bg-menu.png") repeat-x;
    margin-left: 6px;
    border-radius: 5px;
    height: 98px;
    float: left;
    margin-top: 5px;

}
#inner-wrapper #inner-top-block .inner-top-menu:first-child{
    margin-left: 0px;
}
#inner-top-block .active + div{
   margin-left: 0px!important;
}
.inner-content .news-list .new-block:hover .data{
    background: #ffd130;
}
#inner-top-block {
    margin: 0 auto;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    width: 941px;
    margin-top: 5px;
}

#inner-wrapper #inner-top-block .inner-top-menu > div {
    padding: 20px;
    height: 58px;
}
#inner-wrapper #inner-top-block .inner-top-menu > div a {
    display: block;
    margin-top: 7px;
}
#inner-wrapper #inner-top-block .inner-top-menu > div a img {
    float: left;
}
#inner-wrapper #inner-top-block .inner-top-menu > div a span {
    float: left;
    display: block;
    color: #000000;
    font-size: 18px;
}
#inner-top-block .inner-top-menu:first-child span {
    margin-left: 13px;
    margin-top: 12px;
}
#inner-top-block .inner-top-menu:first-child  {
    width: 187px;
}
#inner-top-block .inner-top-menu:nth-child(2)  {
    width: 210px;
    padding-right: 0px;
}
#inner-top-block .inner-top-menu:nth-child(2) span  {
    margin-left: 13px;
    width: 100px;
    line-height: 20px;
    margin-top: 12px;
}
#inner-wrapper #inner-top-block .inner-top-menu > div a {
    text-decoration: none;
}
#inner-top-block .active {
    background: linear-gradient(to bottom, #668bd3, #3b60a8)!important;
    background: -moz-linear-gradient(bottom, #668bd3, #3b60a8)!important;
    background: -webkit-linear-gradient( bottom, #668bd3, #3b60a8)!important;
    background: -o-linear-gradient( bottom, #668bd3, #3b60a8)!important;
    background: -ms-linear-gradient( bottom, #668bd3, #3b60a8)!important;
    padding-right: 6px;
    padding-top: 5px;
    margin-top: 0px!important;
    padding-bottom: 5px;
    margin-left: 0px!important;
}
#inner-top-block .active span{
    color: #ffffff!important;
}
#inner-top-block .inner-top-menu:nth-child(3)  {
    /*width: 260px;*/
    width: 255px;
}
#inner-top-block .inner-top-menu:nth-child(3) span  {
    width: 150px;
    line-height: 20px;
    margin-left: 13px;
    margin-top: 2px;
}

#inner-wrapper #inner-top-block .active {
    border: none!important;
    height: 98px;
}
#inner-wrapper #inner-top-block .active:hover{
    border: none!important;
    height: 98px;
}
#inner-top-block .inner-top-menu:nth-child(4) > div{
    padding-right: 0px!important;
}

#inner-wrapper #inner-top-block .inner-top-menu > div a:hover span {
    color: #335ab2;
}
#inner-top-block .inner-top-menu {
    border-radius: 5px;
}
#inner-top-block .inner-top-menu:nth-child(4)  {
    /*width: 270px;*/
    width: 265px;

}
.inner-content .inner-pac img {
    float: left;
    margin-right: 25px;
}
.inner-content .inner-pac .date {
    background: url("../images/date-icon.png") no-repeat left top;
    font-family: arial;
    color: #004a8f;
    font-size: 14px;
    font-weight: bold;
    padding-left: 22px;
    margin-left: 3px;
}

#inner-menu .inner-menu {
    overflow: hidden;
}

#inner-menu .inner-menu-child {
    background: #3f64ac;
    padding-left: 8px;
    padding-top: 8px;
    overflow: hidden;
    border-top-right-radius: 5px;
}
#inner-content .wp-content .wp-left-content {
    float: left;
    margin-top: 18px;
}
#inner-content .product-list .product a {
    height: 140px;
}
#inner-content .product-list .product {
    padding: 5px 0px 0px 0px;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    float: left;
    margin-right: 7px;
    margin-bottom: 15px;
    width: 156px;
}
#inner-content .product-list .product:hover{
    border: 1px solid #b2b2b2;
}
#inner-content .product-list > div:nth-child(4n){
    /*margin-right: 0px;*/
}
#inner-content .product-list .product:nth-child(4n+5) {
    margin-left: 1px;
}
.wp-content .content-top-part .content-top-left-part{
    float: left;
}
.wp-content .content-top-part .content-top-left-part a{
    color: #163572;
	/*font-size: 12px;*/
    text-decoration: none;
}
.wp-content .content-top-part .content-top-right-part > a {
    color: #163572;
    /*font-size: 12px;*/
    text-decoration: none;
    text-align: left;
}

.wp-content .content-top-part .content-top-left-part a, 
.wp-content .content-top-part .content-top-right-part > a, 
.inner-content-pac #inner-content .wp-content .content-bottom-part .content-top-left-part > a,
.inner-content-pac #inner-content .wp-content .content-bottom-part .content-top-right-part > a,
.jcarusel a.more {

	font-size: 14px !important;
	width: 100% !important;
	color: black !important;
}

.inner-content-pac #inner-content .wp-content .content{
    margin-top: 12px;
    font-size: 13px;
    color: #000000;
    line-height: 1.2;
}
.inner-content-pac #inner-content .wp-content .content-bottom-part .content-top-left-part {
    float: left;
}
.inner-content-pac #inner-content .wp-content .content-bottom-part .content-top-left-part > a {
    display: block;
    color: #163572;
    /*font-size: 12px;*/
    text-decoration: none;
    width: 180px;
}
.inner-content-pac #inner-content .wp-content .content-bottom-part .content-top-left-part > div,
.inner-content-pac #inner-content .wp-content .content-bottom-part .content-top-right-part > div {
    padding-top: 5px;
}
.inner-content-pac #inner-content .wp-content .content-bottom-part {
    /*margin-top: 60px;*/
    overflow: hidden;
    /*margin-bottom: 20px;*/
}
.bottom-jcarusel {
    position: relative;
}
.bottom-jcarusel .prev {
    background: url("../images/jc-left.png") no-repeat;
    display: block;
    height: 16px;
    position: absolute;
    top: 21px;
    cursor: pointer;
    /*left: 25px;*/
    left: 7px;
    width: 12px;
}
.bottom-jcarusel .prev:hover, .bottom-jcarusel .next:hover {
    opacity: 0.5;
}

.bottom-jcarusel .prev, .bottom-jcarusel .next {
	z-index: 3;
}

.bottom-jcarusel .next {
    background: url("../images/jc-right.png") no-repeat;
    display: block;
    height: 16px;
    position: absolute;
    top: 21px;
    cursor: pointer;
    width: 13px;
    /*right: 25px;*/
    right: 7px;
}
.wp-content .form-page .form-tabs > div:not(.active):hover{
    background: url("../images/form-hv.png") repeat-x!important;
}

.wp-content-jc {
    border-bottom-left-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
    padding-bottom: 0!important;
}
#inner-content .jcarusel .more{
    color: #163572;
    font-size: 12px;
    text-decoration: none;
    margin-left: 35px;
}
#inner-content .jcarusel {
    border-top:1px solid #c9c9c9 ;
    background: #ffffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-bottom: 35px;
}
#inner-content .wp-content .inner-content-wp h3{
    color: #1b3e81;
    font-size: 20px;
    padding-bottom: 10px;
}
.wp-content .inner-content-wp .anons .title {
    display: block;
    color: #1b3e81;
    font-size: 20px;
    margin-bottom: 12px;
}
.wp-content .inner-content-wp .anons{
    padding-top: 10px;
}
.wp-content .inner-content-wp .anons div span {
    display: inline-block;
    color: #262626;
    font-size: 13px;
    padding-right: 25px;
}
.wp-content .inner-content-wp .anons .more a {
    color: #000000;
    display: block;
    font-size: 14px;
    height: 37px;
    line-height: 36px;
    width: 69px;
    border-bottom: 1px solid #cdcdcd;
    /*background:url("../images/more-link2.png") no-repeat;*/
    background: linear-gradient(to bottom, #f0f0f0, #e5e5e5);
    background: -moz-linear-gradient(top, #f0f0f0,#e5e5e5);
    background: -webkit-linear-gradient(top, #f0f0f0,#e5e5e5);
    background: -o-linear-gradient(top, #f0f0f0,#e5e5e5);
    background: -ms-linear-gradient(top, #f0f0f0,#e5e5e5);
    border-radius: 20px;
    padding-left: 19px;
    text-decoration: none;
}
.wp-content .inner-content-wp .anons .more {
    display: block;
    position: static;
    margin-top: 20px;
    padding-bottom: 20px;
}
#inner-content .wp-content .inner-content-wp {
    font-size: 13px;
    line-height: 1.2;
/*    color: #000000;  */
}
#inner-content .wp-content .inner-content-wp p {
    margin-bottom: 10px;
}
.content .jcarusel{
    padding-top: 30px;
}
.bottom-jcarusel .anyClass ul li a{
    padding: 0 10px;
}
.bottom-jcarusel .anyClass {
    margin: 0 auto;
}
.inner-content-pac #inner-content .wp-content .content-bottom-part .content-top-right-part > a {
    display: block;
    color: #163572;
    /*font-size: 12px;*/
    text-decoration: none;
    width: 180px;
    text-align: left;
}
.inner-content-pac #inner-content .wp-content .content-bottom-part .content-top-right-part {
    float: right;
}
.wp-content .content-top-part .content-top-right-part > div {
    padding-top: 2px;
	text-align: right;
    min-height: 66px;
}
.inner-content-pac #inner-content .wp-content .content p{
    margin-bottom: 10px;
}
.wp-content .content-top-part .content-top-right-part > div a, .wp-content .content-top-part .content-top-left-part > div a,
.wp-content .content-bottom-part .content-top-right-part > div a, .wp-content .content-bottom-part .content-top-left-part > div a {
	padding: 0 5px;
    line-height: 66px;
}
.wp-content .content-top-part .content-top-right-part > div a img, .wp-content .content-top-part .content-top-left-part > div a img {
    vertical-align: middle;
	width: 120px;
	height: 60px;
}
.wp-content .content-top-part .content-top-left-part > div {
    padding-top: 2px;
    min-height: 66px;
}
.wp-content .content-top-part .content-top-right-part{
    float: right;

}
#product-list {
    padding-bottom: 8px!important;
}
#inner-content .product-list .product:first-child {
    margin-left: 1px;
}
#inner-content .product-list .product .item-info{
    padding-left: 18px;
    padding-right: 13px;
}
#more-product {
    top: 0px!important;
}
#inner-content .product-list .product .item-info .item-title a{
    width: 100%;
    color: #0a5eb7;
    font-size: 13px;
    line-height: 1;
}
#inner-content .product-list {
    overflow: hidden;
    padding-top: 5px;
}
.gallery-page .navigation {
    width: 632px!important;
}
.gallery-page .navigation .carousel-navigation {
    width: 632px!important;
    margin-left: 11px;
}
.gallery-page .connected-carousels .prev-navigation {
    left: -11px;
    top: 40px;
}
.gallery-page {
    padding-bottom: 10px!important;
}
.gallery-page .connected-carousels .next-navigation{
    right: -34px;
    top: 40px;
}
.gallery-page .connected-carousels .carousel-navigation li img {
    padding: 2px;
    border-radius: 5px;
}

.gallery-page .connected-carousels .stage {
    width: 640px;
    height: 442px;
    margin-left: 9px;
    margin-top: 7px;
}
.gallery-page .connected-carousels .stage p{
    color: #000000;
    font-size: 13px;
    height: 37px;
    padding-bottom: 20px;
    padding-top: 20px;
    line-height: 19px;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}
.wp-content .form-page .form-content {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 4px;
    padding: 85px 22px 40px;
}
.info-tab {
    display: none;
}

.bottom-jcarusel .anyClass ul li {
    height: 62px;
}

.wp-content .form-page .form-tabs{
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.20); /* Параметры тени */
    position: absolute;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /*width: 690px;*/
    width: 730px;
}
.wp-content .form-page .active {
    position: relative;
}
.wp-content .form-page .active span {
    background: url("../images/form-arr.png") no-repeat center;
    bottom: -10px;
    display: block;
    height: 10px;
    left: 46%;
    position: absolute;
    width: 19px;

}
.wp-content .form-page #left-tab {
    width: 50%;
    float: left;
}
.form-page .form-content p {
    color: #000000;
    font-size: 14px;
    width: 583px;
}
.form-content .form div span.title {
    display: block;
    font-size: 14px;
    color: #1b3e81;
    margin-bottom: 5px;
}
.form-content .form div span.title_b {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #1b3e81;
    margin-bottom: 5px;
}

.form-content .form div input[type='text']{
    width: 335px;
    border: 1px solid #ababab;
    border-radius: 5px;
    padding-left: 11px;
    padding-right: 11px;
    /*height: 37px;*/
    height: 25px;
}
.form-content .form div input[type='text']:hover{
    background: #e6e6e6;
}
.form-content .form div input[type='submit'], .reset-button{
    border: 0px;
    border-radius: 5px;
    background: url("../images/submit.png") repeat-x;
    width: 140px;
    font-size: 18px;
    color: #262213;
    height: 47px;
    cursor: pointer;
    text-shadow: 1px 1px 2px #ffffff, 0 0 1em #ffffff; /* Параметры тени */
}
.form-content .form div input[type='submit']:hover, .reset-button:hover{
    background: url("../images/bt-hover.png") repeat-x;
}
.jq-selectbox {

    width: 360px;
}
.form-content .form form > div{
    /*margin-bottom: 18px;*/
    margin-bottom: 5px;
}
.form-content .form form {
    margin-top: 20px;
}
.wp-content .form-page{
    /*margin-top: 15px;*/
    margin-top: 8px;
}

.wp-content .form-page .tab-click {
    background: url("../images/tab-img1.png") repeat-x top !important;
    text-align: center;
    padding: 20px 0;
    padding-top: 17px;
    padding-bottom: 13px;
}
.wp-content .form-page .tab-click a {
    text-decoration: none;
    color: #1b3e81;
    font-size: 18px;
}
.wp-content .form-page #right-tab {
    width: 50%;
    float: left;
}
.wp-content .form-page  .active{
    background: #3c61a9!important;

}
.wp-content .form-page  .active a {
    color: #ffffff;

}
.gallery-page .connected-carousels .carousel-stage {
    height: 463px;
}
.gallery-page .connected-carousels .stage li{
    width: 638px;
    height: 461px;
    line-height: 389px;
}
#inner-content .product-list .product:hover {
    box-shadow: 0 0 2px rgba(0,0,0,0.3); /* Параметры тени */
}
#inner-content .product-list .product:hover .item-info {
    background: #4c71b9;
}
#inner-content .product-list .product:hover .item-info a {
    color: #ffea00;
}
#inner-content .product-list .product:hover .item-info p{
    color: #ffffff!important;
}
#inner-content .product-list .product:hover .item-info {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #4c71b9;
}
#inner-content .product-list .product .item-info .item-title{
    padding-bottom: 10px;
    padding-top: 10px;
}
#inner-content .product-list .product .item-info {
    border-top: 1px solid #d6d6d6;
    padding-top: 10px;
    padding-bottom: 5px;
}
#inner-content .product-list .product .item-image a{
    /*margin: 0 3px;*/
}
#inner-content .product-list .product .item-info .item-title p {
    color: #272727;
    font-size: 12px;
    line-height: 15px;
    padding-top: 4px;
}
#inner-content .wp-content .wp-right-content {
    float: left;
    width: 320px;
    margin-top: 14px;
}
#inner-content .wp-content .wp-right-content h2{
    color: #0a5eb7;
    font-size: 28px;
    padding-top: 5px;
    padding-left: 12px;
}
.wp-content .wp-right-content .inner-content-ct span.title{
    background: url("../images/eclipse3.png") no-repeat left center;
    color: #3674bf;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 10px;
    display: block;
    margin-bottom: 3px;
}
.wp-content .content-top-part a:hover {
    color:#787878;
}
.wp-content .content-bottom-part a:hover{
    color:#787878!important;
}
.wp-content .wp-right-content .inner-content-ct{
    margin-left: 15px;
    padding-top: 12px;
}
.wp-content .wp-right-content .inner-content-ct p {
    padding-left: 10px;
    font-size: 14px;
    color: #000000;
}
.wp-content .wp-right-content .inner-content-ct > div {
    margin-bottom: 22px;
}
#inner-content .wp-content {
    overflow: hidden;
}
.inner-content .title {
    margin-bottom: 22px;
}
#inner-menu .inner-menu-child ul li {
    float: left;
}
#inner-menu .inner-menu-child ul li a{
    padding-bottom: 10px;
    color: #ffffff;
    padding-top: 9px;
    background: url("../images/eclipse2.png") no-repeat left;
    font-size: 12px;
    padding-left: 10px;
    display: block;
    padding-right: 10px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.inner-content-pac #inner-content .wp-content {
    background: #ffffff;
    padding: 22px 22px 60px 22px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.inner-content-pac #inner-content .wp-content p {
    font-size: 13px;
    line-height: 1.2;
}
#inner-content .bt-content {
    margin-top: 28px;
}
#inner-content .bt-content .pagination {
    float: left;
}
#inner-content .bt-content .pagination a {
    color: #19397a;
    background: url("../images/left-arrow.png") no-repeat left center;
    padding-left: 16px;
    font-size: 12px;
}
#inner-content .bt-content .print-version a {
    color: #19397a;
    background: url("../images/print.png") no-repeat left center;
    padding-left: 16px;
    padding-bottom: 1px;
    padding-left: 20px;
    font-size: 12px;
}
#inner-content .bt-content .print-version {
    float: right;
}
.inner-content-pac #inner-content h2{
    font-size: 20px;
    color: #1b3e81;
    padding-bottom: 15px;
    padding-top: 3px;
    line-height: 24px
}
.inner-content-pac #inner-content h4{
    color: black;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 0px;
}
.inner-content-pac #inner-content h5{
    color: #1b3e81;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 0px;
}
#inner-menu .inner-menu-child ul li a.active{
    background: #ffffff;
    color: #4065ad!important;
    text-decoration: none;
}

.inner-content .inner-pac {
    /*padding-bottom: 40px;*/
    padding-bottom: 26px;
}
.inner-content .inner-pac p {
    color: #424242;
    font-size: 14px;
    margin-top: 5px;
    padding-left: 120px;
}

.inner-pac .inner-pac-title {
	z-index: 1000;
}

.breadcrump {
    /*margin: 20px 0 30px 0;*/
    margin: 20px 0 16px 0;
    overflow: hidden;
}
.breadcrump ul li {
    float: left;
    color: #1a3c7f;
    font-family: Arial;
    font-size: 12px;
}
.pagination a:hover{
    color: #787878!important;
}
.print-version a:hover{
    color: #787878!important;
}
.inner-wrapper .inner-content{
    float: left;
    /*width: 690px;*/
    width: 730px;
}
.inner-wrapper h1 {
    font-size: 28px;
    color: #004a8f;
    padding-bottom: 20px;
    padding-top: 10px;
	
	line-height: 0.9;
}
.breadcrump ul li a {
    color: #1a3c7f;
    font-family: Arial;
}
.breadcrump .divider {
    padding: 0 10px;
}
.breadcrump .divider img{
    padding-bottom: 2px;
}

.index-help a:hover span{
    color: #173673;
}
#index-news-block .news-blocks .new-block div a:hover{
    color: #2b3f7e;
}
#index-news-block .news-blocks .new-block div a:hover span {
    color: #2b3f7e;
}

/* Кнопка красная*/
a.but_red {
    background: #de1e45;
    display: inline; 
    padding: 8px 20px 8px 20px;
    margin: 20% 0px;
    border-radius: 24px;
    color: #fff;
    font-size: 18px;
/*    font-weight: bold;*/
    white-space: nowrap;
    text-align:center;
    text-decoration: none;
   }
a.but_red:hover {
   background: #CF0029;
   box-shadow: 2px 2px 3px rgba(0,0,0,0.4); 
   text-decoration: none;}

.pic {
    transition: transform 0.5s; 
}
.pic:hover {
    transform: scale(1.1); 
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
    clear: both;
	height: 97px;
	background: #eeeeee;
    min-width: 1024px;
	padding-bottom: 13px;
}
#footer-inner {
    clear: both;
    height: 97px;
    background: #ffffff;
    min-width: 1024px;
	padding-bottom: 13px;
}
.footer {
    width: 942px;
    margin: 0 auto;
    padding-top: 18px;
}
.footer .footer-address {
    font-family: Arial;
    font-size: 12px;
    color: #272727;
    float: left;
    margin-right: 78px;
}
.footer .footer-address p {
    line-height: 16px;
    font-size: 12px;
}
.footer-menu {
    float: left;
    margin-top: 15px;
}
.footer-menu ul li {
    float: left;
}
.footer-menu ul li a {
    color: #b8c0cf;
    font-size: 12px;
    font-family: Arial;
    display: block;
    margin-right: 30px;
}
.footer-menu ul li a span {
    color: #173673;
}
.footer .create {
    float: right;
    width: 116px;
    font-family: Arial;
    color: #999999;
    padding-top: 28px;
    font-size: 12px;
}
.footer .create p{
    line-height: 16px;
    padding-left: 15px;
}
.footer .create a {
    color: #b8c0cf;
    font-size: 12px;
}
.footer .create a span{
    color: #2d5ab1;
}
.content_5{width:605px; overflow:auto;top: -18px;position: relative;left: 29px;height: 225px;}
.content_5 .images_container{width:100%; overflow:hidden; min-height:80px;}
.content_5 .images_container  div a:first-child{margin-left:10px;}
.content_5 .images_container div a:last-child{margin-right:10px;}
.images_container > div {
    display: table-cell;
    padding-right: 24px;
    padding-left: 10px;
    width: 105px!important;
    position: relative;
}
.images_container a {
    display: block;
    margin-top: 10px;
}
.images_container .link-img {

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    border: 5px solid #152955;
}
.inner-pac .inner-pac-title > h1{
/*	line-height: 34px;*/
}

.inner-pac .inner-pac-title > h2{
    color: #004a8f;
    font-size: 19px;
    font-weight: normal;
    padding-bottom: -10px;
    padding-top: 0px;
    padding-left: 25px;
    margin-top: -12px;
    margin-bottom: -10px;
}

.inner-content .news-list .new-block .new-anons a {
	display: inline-block;
    line-height: 1.2;
    max-width: 365px;

	font-size: 18px;
}
.inner-content .news-list .new-block .new-anons.news_new a{
	display: inline-block;
    line-height: 1.2;
    max-width: 100%!important;
}
.images_container .link-img img{
    height: 95px;
    overflow: hidden;
    width: 95px;
	 -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    vertical-align: middle;
}
.images_container a.link-anon {
    color: #ffffff;
    font-size: 14px;
    padding-top: 5px;
    text-decoration: none;
  /*  width: 105px;*/
    text-align: center;
}
.images_container .hidden-date {
    background: url("../images/hidden.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #ffffff;
    display: none;
    font-size: 12px;
    height: 39px;
    left: 4px;
    line-height: 32px;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 142px;
    z-index: 999;
}

.footer-menu ul li a:hover span {
    color: #787878;
}
.mCSB_scrollTools .mCSB_draggerRail {
    background: url("../images/line.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0)!important;
    height: 4px!important;
}

.inner-page, .news-detail  {
	background: white;
	border-radius: 5px;
	padding: 22px 22px 40px;
	margin-top: 15px;
    font-size: 13px;
    line-height: 1.2;
}

.news-detail ul, .inner-page ul, .wp-content div.content ul {
	list-style: inherit;
	list-style-type:disc;
	margin-bottom: 15px;
	margin-top: 0px;

}

.news-detail ul li, .inner-page ul li, .wp-content div.content ul li {
	margin-left: 40px;
}

.news-detail h2, .inner-page h2{
	color: #0a5eb7;
	font-size: 18px;
	line-height: 21px;
	margin: 10px 0;
}




.product-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	position: relative;
	width: 100%;
}
 
#inner-content .wp-content .wp-right-content h2 {
	line-height: 25px;
}
#inner-content .wp-content .wp-right-content h2 {
	line-height: 25px;
}

.new-anons .news_new  a{
	width: 100% !important;
}

.new-slider-title {
	top: 20px !important; 
	z-index: 200; 
	left: 28px; 
	font-size: 18px;
}

#new_slider {position: relative; overflow: hidden;height:81px; width:711px; background: url('/bitrix/templates/ekspoforum/images/new_slider/imageScrollerBG.png') no-repeat top left;}
#new_slider a {padding: 0 10px;}
#new_slider a img {position:absolute; display:none; top:13px; border:none; margin: 0 10px;}
#imageloader {position:relative; display:block; width: 100%; margin: 0px auto; text-align: center;}
#imageloader img { position:relative; top:30px; z-index:100; width:128px; height:15px; display:inline;}

.inner-content .content {
	/*line-height: 18px;*/
	font-size: 13px;
}

 

.wp-content .inner-content-wp ul, .wp-content .inner-content-wp ol {
	list-style: initial;
}


.wp-content .inner-content-wp ul {
	list-style-type:disc;
	margin-bottom: 15px;
	margin-top: 0px;
} 

.wp-content .inner-content-wp ul li, .wp-content .inner-content-wp ol li {
	margin-left: 40px;
}

div.progr-block {
	display: none;
}
div.calendar-block {
	display: block;
}
a.progr {
text-decoration: underline;
color: black;
font-weight: normal;
}
a.progr:hover{
text-decoration: underline;
color: #2b3f7e;
font-weight: normal;
}

a.text {
text-decoration: underline;
color: #3B60A8;
font-weight: normal;
}
a.text:hover{
text-decoration: underline;
color: #FFDF30;
font-weight: normal;
}

a.calendar {
text-decoration: underline;
color: #0A5EB7;
font-weight: normal;
}
a.calendar:hover{
text-decoration: underline;
color: #2b3f7e;
font-weight: normal;
}

a.calendarnew {
text-decoration: underline;
color: #ffffff;
font-weight: normal;
margin: -24px 0 -9px 19px;
display: block;
width: 672px;
height: 32px;

}
a.calendarnew:hover{
text-decoration: underline;
color: #FFDF30;
font-weight: normal;
}

.tablenew {
    border-collapse: separate;
	border-spacing: 6px 2px;
    padding: 1px 1px;
}
.tablecalendar {
    border-collapse: collapse;
	border-spacing: 0px;
    padding:0px;
}

.tablecalendar tbody th:hover {
    background: #5E83CB;
}

.calendarlink {
	width: 300px;
	background: #3B60A8;
	text-decoration: underline;
	color: #ffffff;
	font-weight: normal;
}
a .calendarlink {
	display: block;
	height: 100%;

}
a .calendarlink:hover {
	text-decoration: underline;
	color: #FFDF30;
	font-weight: normal;
    background: #5E83CB;
}

/* .imglink: hover {
    filter: alpha(Opacity=20);
   opacity: 0.20; 
}*/

.imglink {
	display: block;
	height: 63px;
	width: 164px;
	border: 1px solid  #ECECEC;
	border-radius: 5px;

	z-index: 200; 
}

/*a .imglink {
	display: block;
	height: 63px;
	width: 164px;
}*/

a.imglink:hover {
/*	display: block;
	height: 100%;
	width: 100%;
	border-radius: 5px;
*/
	border: 1px solid #C9CDD0;

	filter: alpha(Opacity=80);
    opacity: 0.80; 

}

.imgr {
	border: 1px solid Gray;
	float: right;
	margin: 6px 6px 2px 6px;
	padding: 2px 2px 2px 2px;
}


 .sliderB {
        width: 685px;
        height: 250px;
        border: 1px solid #888;
        position: relative;
        overflow: hidden;
    }

 .sliderB > input {
        display: none;
    }

 .sliderB > label {
        display: none;
    }

    .sliderB > input:checked + div + label,
   .sliderB > input:checked + div + label + label {
        display: block;
        width: 80px;
        height: 80px;
        border-radius: 40px;
        background-color: rgba(150, 150, 250, 0.7);

        cursor: pointer;

        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 100;
    }

  .sliderB > input:checked + div + label:after,
  .sliderB > input:checked + div + label + label:after {
        font-size: 30px;
        color: #fff;
        display: block;
        position: absolute;
        top: 0px;
        bottom: 0px;
        line-height: 80px;
    }

  .sliderB > input:checked + div + label {
        left: -40px;
    }

  .sliderB > input:checked + div + label:after {
        content: '◀';
        left: 55%;
    }

  .sliderB > input:checked + div + label + label {
        right: -40px;
    }

 .sliderB > input:checked + div + label + label:after {
        content: '▶';
        right: 55%;
    }

  .sliderB > div {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        z-index: 0;
    }

  .sliderB > div {
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0.9s;
    }

  .sliderB > input:checked + div {
        visibility: visible;
        opacity: 1;
        transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0s;
    }

 .sliderB > div > p {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        text-align: center;
        color: #fff;
        text-shadow: 1px 1px 2px #000;
    }

a.apic1 {
background: url("/dokum/mebel/mebel_pic1_4.jpg"); /* Скачать презентацию  */
    display: block;
    width: 224px; 
    height: 40px; 
   }
 a.apic1:hover {
background: url("/dokum/mebel/mebel_pic1_5.jpg"); /* Скачать презентацию  */
box-shadow: 3px 3px 4px rgba(0,0,0,0.5); 
   }

a.apic2 {
background: url("/dokum/mebel/mebel_pic2_1.jpg"); /* Забронировать стенд  */
    display: block; 
    width: 287px; 
    height: 40px; 
   }
 a.apic2:hover {
background: url("/dokum/mebel/mebel_pic2_2.jpg"); /* Забронировать стенд  */
box-shadow: 3px 3px 4px rgba(0,0,0,0.5); 
   }

a.apic2en {
background: url("/dokum/another/stand_en_1.jpg"); /* Путь к файлу с исходным рисунком англ */
    display: block; 
    width: 287px; 
    height: 40px; 
   }
 a.apic2en:hover {
background: url("/dokum/another/stand_en_2.jpg"); /* Путь к файлу с заменяемым рисунком англ */
box-shadow: 3px 3px 4px rgba(0,0,0,0.5); 
   }

a.presentation_en {
background: url("/dokum/another/button/presentation_en1.jpg"); /* Путь к файлу с исходным рисунком англ */
    display: block; 
    width: 310px; 
    height: 40px; 
   }
 a.presentation_en:hover {
background: url("/dokum/another/button/presentation_en2.jpg"); /* Путь к файлу с заменяемым рисунком англ */
box-shadow: 3px 3px 4px rgba(0,0,0,0.5); 
   }

a.stand_en {
background: url("/dokum/another/button/stand_en1.jpg"); /* Забронировать стенд англ */
    display: block; 
    width: 310px; 
    height: 40px; 
   }
 a.stand_en:hover {
background: url("/dokum/another/button/stand_en2.jpg"); /* Забронировать стенд англ */
box-shadow: 3px 3px 4px rgba(0,0,0,0.5); 
   }

a.konf {
background: url("/dokum/another/button/konf1.jpg"); /* Путь к файлу с исходным рисунком  */
    display: block; 
    width: 287px; 
    height: 40px;
   }
 a.konf:hover {
background: url("/dokum/another/button/konf2.jpg"); /* Путь к файлу с заменяемым рисунком  */
box-shadow: 3px 3px 4px rgba(0,0,0,0.5); 
   }


a.program {
background: url("/dokum/another/button/program2.jpg"); /* Путь к файлу с исходным рисунком прогр */
    display: block; 
    width: 215px; 
    height: 25px;
   }
 a.program:hover {
background: url("/dokum/another/button/program3.jpg"); /* Путь к файлу с заменяемым рисунком прогр */
box-shadow: 3px 3px 4px rgba(0,0,0,0.5); 
   }

a.profsvarka {
background: url("/dokum/another/button/profsvarka2.png"); /* Путь к файлу с исходным рисунком профсварка */
    display: block; 
    width: 497px; 
    height: 30px; 
   }
 a.profsvarka:hover {
background: url("/dokum/another/button/profsvarka1.png"); /* Путь к файлу с заменяемым рисунком профсварка */
box-shadow: 3px 3px 4px rgba(0,0,0,0.5);
   }

a.profsvarka2 {
background: url("/dokum/another/button/profsvarka3.png"); /* Путь к файлу с исходным рисунком профсварка */
    display: block; /*  Рисунок как блочный элемент */
    width: 227px; /* Ширина рисунка */
    height: 50px; /*  Высота рисунка */
   }
 a.profsvarka2:hover {
background: url("/dokum/another/button/profsvarka4.png"); /* Путь к файлу с заменяемым рисунком профсварка */
box-shadow: 3px 3px 4px rgba(0,0,0,0.5); 
   }


a.action_partner {
background: url("/dokum/game/button/action_partner1.png"); /* ЭкшнЭкспо партнерский пакет */
    display: block; 
    width: 287px; 
    height: 40px;
   }
 a.action_partner:hover {
background: url("/dokum/game/button/action_partner2.png"); /* ЭкшнЭкспо партнерский пакет  */
box-shadow: 3px 3px 4px rgba(0,0,0,0.5); 
   }

a.action_stand {
background: url("/dokum/game/button/action_stand1.jpg"); /* ЭкшнЭкспо забронировать стенд */
    display: block; 
    width: 310px; 
    height: 40px;
   }
 a.action_stand:hover {
background: url("/dokum/game/button/action_stand2.jpg"); /* ЭкшнЭкспо забронировать стенд  */
box-shadow: 3px 3px 4px rgba(0,0,0,0.5); 
   }

a.action_presentation {
background: url("/dokum/game/button/action_presentation1.jpg"); /* ЭкшнЭкспо скачать презентацию */
    display: block; 
    width: 310px; 
    height: 40px;
   }
 a.action_presentation:hover {
background: url("/dokum/game/button/action_presentation2.jpg"); /* ЭкшнЭкспо скачать презентацию  */
box-shadow: 3px 3px 4px rgba(0,0,0,0.5); 
   }


a.presentation_red {
background: url("/dokum/another/button/open_ru_red1.jpg"); /* Открыть презентацию красный  */
    display: block; 
    width: 287px; 
    height: 40px;
   }
 a.presentation_red:hover {
background: url("/dokum/another/button/open_ru_red2.jpg"); /* Открыть презентацию красный  */
box-shadow: 3px 3px 4px rgba(0,0,0,0.5); 
   }


a.presentation_blue {
background: url("/dokum/another/button/presentation_blue1.jpg"); /* Скачать презентацию синий  */
    display: block; 
    width: 287px; 
    height: 40px;
   }
 a.presentation_blue:hover {
background: url("/dokum/another/button/presentation_blue2.jpg"); /* Скачать презентацию синий  */
box-shadow: 3px 3px 4px rgba(0,0,0,0.5); 
   }

a.stand_blue {
background: url("/dokum/another/button/stand_blue1.jpg"); /* Забронировать стенд синий  */
    display: block; 
    width: 287px; 
    height: 40px;
   }
 a.stand_blue:hover {
background: url("/dokum/another/button/stand_blue2.jpg"); /* Забронировать стенд презентацию синий  */
box-shadow: 3px 3px 4px rgba(0,0,0,0.5); 
   }

.program_date {
display: block; 
width: 685px;
height: 20px;
background: #5E83CB;
color: #ffffff;
font-weight: normal;
font-size: 20px;
padding: 5px;
margin: 0px 0 0px 0px;
}
a.mail_k {
background: url("/dokum/another/button/kollegi1.png"); /* Путь к файлу с исходным рисунком  */
    display: block; 
    width: 287px; 
    height: 40px;
   }
 a.mail_k:hover {
background: url("/dokum/another/button/kollegi2.png"); /* Путь к файлу с заменяемым рисунком  */
box-shadow: 3px 3px 4px rgba(0,0,0,0.5); 
   }
@media screen and (max-width: 990px) {
    #header {
    min-width: 300px;
}
.images_container .link-img img {
    background-color: #fff;
}
#top-menu .top-menu {
    position: static;
}
#menu-find-block {
    background: url(../images/top-menu.png) repeat-x top;
    z-index: 80;
    height: 64px;
    position: absolute;
    width: 100%;
    min-width: 300px;
}
.bg-top-menu {
    width: 100%;
    margin: 0 auto;
}
* {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}
img {
    max-width: 100% !important;
}
.bg-top-menu {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
#index-gallery {
        padding: 5px 0;
        height: auto;
    min-width: 300px;
}
#index-help {
    background: transparent;
    height: auto;
    overflow: hidden;
    min-width: 300px;
    margin-top: 0;
}
#index-news-block {
    margin-bottom: 10px;
    overflow: hidden;
    min-width: 300px;
}
#footer-inner {
    clear: both;
    height: auto;
    background: #ffffff;
    min-width: 300px;
    padding-bottom: 10px;
}
.top-find {
    display: none;
}
.header .row {
    display: none;
}
.all-vs {
    display: none;
}
.footer .create, .footer-menu {
    display: none;
 }
.footer {
    width: 100%;
    margin: 0 auto;
    padding-top: 18px;
    text-align: center;
}
.footer .footer-address {
    font-family: Arial;
    font-size: 12px;
    color: #272727;
    float: none;
    margin-right: 0;
}
.index-news-block {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.index-news-block h2 {
    margin-bottom: 10px;
    text-align: center;
    margin-top: 10px;
}
#index-news-block .news-blocks .new-block {
    float: left;
    width: 100%;
    margin: 0;
    text-align: center;
}
#index-news-block .news-blocks .new-block span {
    padding-top: 0;
}
div.anons {
    margin-bottom: 10px;
}
.all-news {
    display: none;
}
#menu-find-block {
    background: #173672;
    z-index: 999999;
    height: auto;
    position: fixed;
    width: 100%;
    min-width: 300px;
    top: 25px;
    left: 0;
    background-image: none;
    text-align: center;
    display: none;
    float: left;
}
#menu-find {
    left: 0;
    position: relative;
}
#news-sliders .top-menu {
    margin-top: 0;
    position: static !important;
    z-index: 55;
    width: 100%;
    float: left;
}
#menu-find ul li {
    float: left;
    width: 100%;
    text-align: center;
}
#menu-find ul li a {
    border-radius: 0;
    font-size: 18px;
    padding: 13px 0 13px;
    text-decoration: none;
}
.subordinate {
    display: none !important;
}
.index-help {
    width: 100%;
    margin: 0 auto;
}
.index-help .first-block, .index-help .second-block, .index-help .three-block {
    float: left;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 100% !important;
    text-align: center;
        background: transparent;
}
.inner-wrapper {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
}
.breadcrump {
    display: none;
}
.inner-wrapper .inner-content {
    float: left;
    width: 100%;
}
.inner-wrapper .inner-right-block {
    float: left;
    width: 100%;
}
.inner-right-block #block-new {
    margin-bottom: 10px;
}
.inner-right-block #partners {
    background: #ffffff;
    padding: 0;
    border-radius: 0;
    padding-top: 0;
}
#footer {
    clear: both;
    height: auto;
    background: #eeeeee;
    min-width: 300px;
    padding-bottom: 13px;
}
#inner-top-block {
    width: 100%;
}
#top-menu {
    overflow: hidden;
    height: 64px;
    min-width: 300px;
}
.header {
    width: 100%;
    margin: 0 auto;
    padding-top: 43px;
}
#inner-wrapper {
    background: transparent;
    background-size: 100%;
    overflow: hidden;
    min-width: 300px;
}
#inner-wrapper #inner-top-block .inner-top-menu {
    background: url(../images/inner-top-bg-menu.png) repeat-x;
    margin-left: 6px;
    border-radius: 0;
    height: auto !important;
    float: left;
    margin-top: 5px;
    margin: 0 !important;
    width: 100%;
    padding: 8px 0;
    text-align: center;
    background: #004a8f;
}
#inner-wrapper #inner-top-block .inner-top-menu > div a span {
    float: none !important;
    display: block;
    color: #fff;
    font-size: 18px;
    margin: 0 auto !important;
        width: 100% !important;
    padding: 0 !important;
}
#inner-wrapper #inner-top-block .inner-top-menu > div a {
    display: block;
    margin-top: 0;
}
#inner-wrapper #inner-top-block .inner-top-menu > div {
    padding: 0;
    height: auto;
}
#inner-wrapper #inner-top-block .inner-top-menu > div a img {
    display: none;
}
.inner-right-block #partners div {
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    width: 50%;
    margin-bottom: 25px;
    float: left;
    height: 125px;
    text-align: center;
}
.inner-right-block #partners div a:first-child {
    color: #1a3976;
    display: block;
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 8px;
    height: 55px;
}
.inner-wrapper .inner-right-block h2 {
    padding-bottom: 0;
    padding-top: 13px;
    margin-bottom: 0;
    text-align: center;
}
.inner-wrapper h1 {
    padding-bottom: 0;
}
.inner-content .news-list {
    padding-bottom: 10px;
    margin-top: 5px;
}
.header .logo {
    padding-right: 0;
    float: left;
    width: 100%;
    text-align: center;
}
.header .phone {
    float: left;
    background: transparent;
    margin-right: 0;
    text-align: center;
    width: 100%;
}
.header .phone .phone-block {
    padding-left: 0;
}
#top-menu {
    overflow: hidden;
    height: auto;
    min-width: 300px;
    position: fixed;
    top: 40px;
    left: 0;
}
.header .lang {
    display: none;
}
.wp-content .form-page .form-tabs {
    position: static;
    width: 100%;
}
.form-page .form-content p {
    width: 100%;
    float: left;
}
.inner-content .news-list .new-block .new-anons .data {
    position: static;
}
.inner-content .news-list .new-block .new-anons p {
    padding-right: 0;
    padding-top: 12px;
}
.inner-content .news-list .new-block .new-block-position {
    padding: 5px;
    border-top: 1px solid #c9c9c9;
    overflow: hidden;
}
.inner-content-pac #inner-content .wp-content {
    padding: 5px;
}
.inner-menu1 .inner-menu ul li {
    max-width: 100% !important;
    width: 50% !important;
    border: 1px solid #fff;
}
#inner-menu .inner-menu ul li a {
    padding-left: 0 !important;
    height: 27px !important;
    padding-top: 0 !important;
    display: block !important;
    padding-right: 0 !important;
    line-height: 27px !important;
    text-align: center !important;
    background: rgba(0, 0, 0, 0.15) !important;
    width: 100% !important;
}
#inner-menu .inner-menu-child {
    background: #3f64ac;
    padding-left: 0;
    padding-top: 0;
    overflow: hidden;
    border-top-right-radius: 5px;
}
#inner-content .bt-content {
    display: none;
}
.gallery-page .connected-carousels .stage {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 0;
}
.gallery-page .connected-carousels .carousel-stage {
    height: auto;
}
.gallery-page .connected-carousels .stage li {
    width: 100%;
    height: auto;
    line-height: 68px !important;
}
#inner-menu .inner-menu-child ul li {
    float: left;
    width: 100%;
    text-align: center;
}
.gallery-page .connected-carousels .stage p {
    display: none;
}
.inner-page, .news-detail {
    padding: 5px;
}
.inner-menu2 .inner-menu ul li {
    float: left;
    width: 50%;
}
#inner-content .product-list .product {
    width: 50%;
    margin: 0 !important;
}
.wp-content .wp-right-content .inner-content-ct {
    margin-left: 0;
    padding-top: 12px;
}
.connected-carousels .navigation {
    width: 100%;
    margin: 0px auto;
    position: relative;
    left: 0;
}
.connected-carousels .carousel-stage {
    height: auto !important;
}
.connected-carousels .stage li {
    height: auto !important;
    line-height: 30px !important;
}
.wp-content .form-page .tab-click {
    background: transparent;
}
table {
    display: block;
    width: 100% !important;
    overflow-x: scroll;
}
#news-sliders #slider {
display: none;
}
#index-form-zakaz {
    position: static;
    width: 100%;
}
.index-form-zakaz > div {
    float: right;
    width: 100%;
    height: auto;
    background: transparent;
    border-radius: 5px;
    padding: 24px 15px;
    text-align: center;
}
.index-form-zakaz > div a {
    margin-bottom: 7px;
    margin: 3px auto;
}
.index-help img {
    display: none;
}
.index-help span {
    float: none !important;
}
.index-help a {
    text-decoration: none;
    display: block;
    overflow: hidden;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
}
.index-help span {
    margin-left: 0 !important;
    margin-top: 0 !important;
    width: 100% !important;
}
.index-help .second-block {
    background: transparent;
}
.wp-content .form-page .form-content {
    padding: 85px 5px 20px;
}
#rightAjaxBlock br {
    display: none;
}
#index-gallery .index-gallery {
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
}
.index-gallery .index-gallery-anons {
    width: 100%;
    float: left;
    text-align: center;
}
#index-gallery .index-gallery h2 {
    width: 100%;
    
    margin-bottom: 10px;
    padding: 5px !important;
}
.content_5 {
    width: 100%;
    position: static;
    height: auto;
}
.images_container > div {
    display: block;
    padding-right: 0;
    padding-left: 0;
    width: 100% !important;
    position: relative;
}
.images_container a {
    display: block;
    margin-top: 0;
    margin-left: auto !important;
}
.images_container .link-img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    border: none !important;
    background: transparent !important;
    text-align: center;
}
.bottom-jcarusel .prev, .bottom-jcarusel .next {
    display: none !important;
}
.bottom-jcarusel .anyClass {
    margin: 0 auto;
    width: 100% !important;
    position: static !important;
    overflow-x: scroll !important;
    overflow-y: auto !important;
}
.bottom-jcarusel .anyClass ul li {
    height: auto !important;
    width: 50% !important;
    text-align: center;
}
.content br {
    display: none;
}
.mobile-top {
    position: fixed;
    top: 0;
    left: 0;
    height: 35px;
    width: 100%;
    border: 2px solid #1b3a77;
    float: left;
    z-index: 9999999;
    padding-top: 3px;
    background: #fff;
}
.mobile-top {
    display: block;
}
.hamburger{
        display: block;
    }
    .hamburger.is-active{
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transition-delay: 0.6s;
      -o-transition-delay: 0.6s;
      transition-delay: 0.6s;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }

    .hamburger.is-active .line:nth-child(2){
      width: 0px;
    }

    .hamburger.is-active .line:nth-child(1),
    .hamburger.is-active .line:nth-child(3){
      -webkit-transition-delay: 0.3s;
      -o-transition-delay: 0.3s;
      transition-delay: 0.3s;
    }

    .hamburger.is-active .line:nth-child(1){
      -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
      -o-transform: translateY(6px);
      transform: translateY(6px);
    }

    .hamburger.is-active .line:nth-child(3){
      -webkit-transform: translateY(-8px) rotate(90deg);
      -ms-transform: translateY(-8px) rotate(90deg);
      -o-transform: translateY(-8px) rotate(90deg);
      transform: translateY(-8px) rotate(90deg);
    }
    .hamburger .line{
      width: 34px;
      height: 3px;
      background-color: #1b3a77;
      display: block;
      margin: 4px auto;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
    }
    .mCSB_horizontal>.mCSB_container.mCS_no_scrollbar {
    width: 100% !important;
}
.images_container > div > div {
    width: 50% !important;
        float: left;
    height: 150px;
}
}



@media screen and (max-width: 990px){
.header .lang {
    display: flex;
    float: none;
    width: 100%;
    justify-content: center;
    padding-top: 15px;
}
.header .lang:after{
	content:'';
	display:block;
	clear:both;
}
#header {
    height: auto;
}
}
/* Кнопка красная*/
a.but_red {
    background: #de1e45;
    display: inline; 
    padding: 8px 20px 8px 20px;
    margin: 20% 0px;
/*   width: 283px; 
height: 40px;*/
    border-radius: 24px;
    color: #fff;
    font-size: 18px;
/*    font-weight: bold;*/
    white-space: nowrap;
    text-align:center;
    text-decoration: none;
   }
a.but_red:hover {
   background: #CF0029;
   box-shadow: 2px 2px 3px rgba(0,0,0,0.4); 
   text-decoration: none;}
/* Кнопка темно-зеленая*/
a.but_dark_green {
    background: #2C9367;
    display: inline; 
    padding: 10px 23px 10px 23px;
    margin: 20% 0px;
    border-radius: 24px;
    color: #fff;
    font-size: 20px;
    white-space: nowrap;
    text-align:center;
    text-decoration: none;
   }
a.but_dark_green:hover {
   background: #9387E9;
   box-shadow: 2px 2px 3px rgba(0,0,0,0.4); 
   text-decoration: none;}

