@font-face {
    font-family: 'HouschkaPro-Medium';
    src: url('fonts/HouschkaPro-Medium.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HouschkaPro-Light';
    src: url('fonts/HouschkaPro-Light.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HouschkaPro-DemiBold';
    src: url('fonts/HouschkaPro-DemiBold.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
html,body {
    background:#fff;
    height:100%;
    min-height:100%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
}
article, aside, figure, footer, header, hgroup, nav, section {
    display:block;
}
nav ul {
    list-style:none;
    margin:0;
}
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a {
    background:transparent;
    border:0;
    color:#485A61;
    outline: none;
    margin:0;
    padding:0;
    text-decoration: underline;
    vertical-align:baseline;
}
a:active {
    outline: none;
    color: #00A79D;
}
a:hover {
    color:#00A79D;
    text-decoration: underline;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    border: 0;
    border-top: 1px solid #DFE1E1;
    display: block;
    height:1px;
    margin: 20px 0;
    padding: 0;
}
.main hr {
    max-width: 960px;
	width: 93.75%;
	/*margin-left: 3.125%;*/
}
.formcontrol input, .formcontrol select {
    vertical-align: middle;
}
body {
    font: 17px "HouschkaPro-Medium", Tahoma, Helvetica, sans-serif;
    line-height: 1;
    color: #626061;
}
table {
    font-size:inherit;
    font:100%;
}
.formcontrol select, .formcontrol input, .formcontrol textarea {
    font: 14px "HouschkaPro-Medium", Tahoma, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
}
h1 {
    font-size: 26px;
    color: #3F4141;
    text-transform: uppercase;
    margin-bottom: 12px;
    text-align: center;
}
h2 {
    font-size: 26px;
    color: #000;
    margin-bottom: 25px;
    text-align: center;
    margin-top: 30px;
}
h3 {
    color: #000;
    font-size: 17px;
    line-height: 1;
    font-family: "HouschkaPro-DemiBold", Tahoma, Helvetica, sans-serif;
    text-align: center;
    margin: 10px 0;
}
h4 {
    color: #000;
    font-size: 17px;
    line-height: 1;
    font-family: "HouschkaPro-Medium", Tahoma, Helvetica, sans-serif;
    margin: 10px 0;
    margin: 0px 0 3px 0;
}
h5 {
    color: #000;
    font-size: 17px;
    line-height: 1;
    font-family: "HouschkaPro-DemiBold", Tahoma, Helvetica, sans-serif;
    text-align: left;
    margin: 0px 0;
    display: inline-block;
}
ul {
    margin-left: 0px;
}
ol {
    margin-left: 26px;
    list-style-type: decimal;
}
small {
    font-size:85%;
}
strong, th {
    font-weight: bold;
}
td, td img {
    vertical-align:top;
}
sub {
    vertical-align: sub;
    font-size: smaller;
}
sup {
    vertical-align: super;
    font-size: smaller;
}
pre {
    padding: 15px;
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    word-wrap: break-word;
}
.formcontrol input[type="radio"] { vertical-align: text-bottom; }
.formcontrol input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }
.formcontrol label, .formcontrol input[type=button], .formcontrol input[type=submit], .formcontrol button, form .redbut { cursor: pointer; }
.formcontrol button {  width: auto; overflow: visible; }
.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
.none {
    display:none !important;
}
.hidden {
    display:none;
    visibility:hidden;
}
.visuallyhidden {
    position:absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}
.noBorder {
    border:none !important;
}
img {
	max-width: 100%;
	height: auto;
}
.openn {
	display: block !important;
}
button, textarea { -webkit-appearance: none; }
/*-----------------------------------------------*/
.allcontainer {
    min-height: 100%;
    width: 100%;
}
.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
    min-width: 320px;
    width: 100%;
}
.container:before, .container:after {
    content: "";
    display: table;
    line-height: 0;
}
.container:after {
    clear: both;
}
.container960 {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    width: 93.75%;
}
/*--header--*/
.header {
    margin: 15px auto 0px;
    min-width: 320px;
    max-width: 1024px;
    width: 100%;
}
#logodiv {
    margin-left: 3.125%;
    width: 39.0625%;
    max-height: 130px;
}
#logodiv {
    float: left;
}
#logodiv img {
    width: 77.5%;
    max-width: 310px;
}
#toprightblock {
    float: right;
    font-size: 14px;
    width: 54.6875%;
    margin-right: 3.125%;
    margin-top: 10px;
}
#toprightblock a {
    color: #626061;
    text-decoration: none;
}
#toprightblock a:hover {
    color: #00A79D;
    text-decoration: none;
}
#toplinks div.left {
    float: left;
    background: url(images/quest.png) no-repeat 1px 0px;
    padding: 4px 0 5px 34px;
}
#toplinks div.right {
    float: right;
    padding: 4px 0 5px 0px;
}
#topbuts {
    float: right;
    margin-top: 14px;
    width: 100%;
}
#knopkaprod {
    float: right;
    margin-top: 14px;
	width: 100%;
}
#topmenu form.searchform {
	display: none;
}
#topmenu form.searchform ul {
	 left: 11px;
	    margin: 0;
	    position: absolute;
	    top: 39px;
	    width: 123px !important;
	    z-index: 2;
}
#topmenu form.searchform ul li {
	padding: 14px 19px !important;
}
/*--search--*/
form.searchform {
    float: left;
    width: 47.2%;
    width: calc(100% - 300px);
    max-width: 260px;
    min-width: 143px;
    position: relative;
}
input.searchlink {
    background: url("images/lupa.png") no-repeat scroll center top #FFFFFF;
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin-left: -18px;
    margin-top: 7px;
    padding: 0 !important;
    vertical-align: middle;
    width: 10px;
    opacity: 0.8;
}
input.searchlink:hover {
    opacity: 1;
}
#sinput {
    border: 1px solid #DFE1E1;
    padding: 1px 20px 1px 7px;
    line-height: 11px;
    width: 207px;
    width: calc(100% - 53px);
    height: 21px;
    color: #626061;
    font: 14px "HouschkaPro-Medium", Tahoma, Helvetica, sans-serif;
    float: left;
}
form.searchform ul {
    display: none;
    position: absolute;
    top: 23px;
    left: 0px;
    margin: 0px;
    border-right: 1px solid #DFE1E1;
    border-bottom: 1px solid #DFE1E1;
    border-left: 1px solid #DFE1E1;
    z-index: 2;
    width: 123px;
}
form.searchform ul li {
    list-style: none;
    background: #F9F9FA;
    border-top: 1px solid #DFE1E1;
    padding: 14px 19px;
    cursor: pointer;
}
form.searchform ul li:hover, form.searchform ul li.active {
    background: #00A79D;
    color: #fff;
}
#arsform {
    width: 23px;
    height: 23px;
    border-top: 1px solid #DFE1E1;
    border-bottom: 1px solid #DFE1E1;
    border-left: 1px solid #DFE1E1;
    background: url("images/arr_topdown22.png") no-repeat scroll center top #f9f9fb;
    float: left;
    cursor: pointer;
    opacity: 0.8;
}
#arsform:hover {
    opacity: 1;
}
#topbuts a {
    background: #00a79d none repeat scroll 0 0;
    color: #fff;
    display: block;
    float: left;
    margin-left: 9px;
    padding: 5px 0 6px;
    text-align: center;
    min-width: 141px;
    width: 25.17%;
}
#knopkaprod a {
    background: #00a79d none repeat scroll 0 0;
    color: #fff;
    display: block;
    float: right;
    margin-left: 9px;
    padding: 5px 0 6px;
    text-align: center;
    min-width: 141px;
    width: 25.17%;
}
#topbuts a:hover {
    background: #485A61;
    color: #fff;
    text-decoration: none;
}
#topmenu {
    margin-top: 17px;
    position: relative;
    margin-bottom: 11px;
    min-width: 320px;
    max-width: 1024px;
    width: 100%;
}
#topmenu > ul {
    font-size: 17px;
    list-style: none;
    margin: 0px;
    display: table;
     width: 100%;
	    min-width: 300px;
	    max-width: 1024px;
	    margin-left: 1.17%;
}
#topmenu > ul > li {
    display: block;
    float: left;
    position: relative;
}
#topmenu > ul > li:first-child > a {
    padding-left: 20px;
}
#topmenu > ul > li:last-child > a {
    padding-right: 20px;
}
#topmenu > ul > li > a {
    display: block;
    padding: 11px 9px;
    display: table-cell;
    vertical-align: middle;
    color: #3F4141;
    text-decoration: none;
    border: 1px solid #fff;
}
#topmenu > ul > li:hover > a, #topmenu > ul > li.active > a {
    color: #00A79D;
    background: #F9F9FA;
    border: 1px solid #DFE1E1;
}
#topmenu > ul > li:hover > ul, #topmenu > ul > li > ul > li:hover > ul {
    display: block;
}
#topmenu > ul > li > ul {
    display: none;
    position: absolute;
    top: 40px;
    left: 0px;
    margin: 0px;
    border: 1px solid #DFE1E1;
    width: 230px;
    z-index: 200;
}
#topmenu > ul > li > ul > li {
    list-style: none;
    background: #F9F9FA;
	/*padding: 11px 11px 13px 11px;*/
    cursor: pointer;
    position: relative;
}
#topmenu > ul > li:first-child > ul > li {
    padding-left: 20px;
}
#topmenu > ul > li > ul > li:hover, #topmenu > ul > li > ul > li > ul > li:hover {
    background: #00A79D;
}
#topmenu > ul > li > ul > li a {
    text-decoration: none;
	display: block;
	padding: 11px 11px 13px 11px;
}
#topmenu > ul > li > ul > li:hover > a, #topmenu > ul > li > ul > li > ul > li:hover > a {
    color: #fff;
	padding: 11px 11px 13px 11px;
}
#topmenu > ul > li:last-child > ul {
    right: 0px;
    left: auto;
}
#topmenu > ul > li > ul > li > ul {
    display: none;
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: 230px;
    margin: 0px;
    border: 1px solid #F9F9FA;
    width: 230px;
    z-index: 200;
}
#topmenu > ul > li > ul > li > ul >li {
    list-style: none;
    background: #DFE1E1;
/*padding: 11px 11px 13px 11px;*/
    cursor: pointer;
}
#topmenu > ul > li:last-child > ul > li > ul {
    right: 230px;
    left: auto;
}
#topmenu > ul > li:nth-last-child(2) > ul > li > ul {
    right: 230px;
    left: auto;
}
#adapsoc {
    display: none;
}
/*--first main content--*/
.content {
    max-width: 100%;
    min-width: 320px;
    width: 100%;
    line-height: 1.3;
}
/*.content a {
    text-decoration: none;
    color: #485A61;
}
.content a:hover {
    color: #00A79D;
}*/
.content a {
    text-decoration: none;
    color: #00A79D;
}
.content a:hover {
    text-decoration: underline;
    color: #00A79D;
}
.main {
    line-height: 1;
    margin-bottom: 0px;
}
.main h1 a {
	color: #485A61;
}
#topslider {
    margin-bottom: 0px;
    z-index: 9;
    min-width: 320px;
    max-width: 100%;
    min-height: 170px;
    overflow: hidden;
}
#topslider > div {
    position: relative;
}
#topslider .slimg {
    text-align: center;
    /*height: 470px;*/
    height: auto;
}
#topslider .slimg img {
    height: auto;
}
#topslider .slname {
    text-align: center;
    min-height: 66px;
    padding: 17px 0 37px 0;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
#topslider .slname span {
    display: block;
    color: #000;
    font: 38px "HouschkaPro-Light", Tahoma, Helvetica, sans-serif;
    line-height: 1.2;
    margin-bottom: 1px;
}
#topslider .slname a {
    color: #485A61;
    text-decoration: none;
}
#topslider .slname a:hover {
    color: #00A79D;
    text-decoration: underline;
}
.main .container h1, .container h1 {
    margin: 44px 0 0 0;
    text-align: center;
    padding-bottom: 0px;
}
.mainnewsblock {
    margin: 27px 3.125% 0 3.125%;
    overflow: hidden;
    line-height: 1.2;
}
.mainnewsblock > div {
    float: left;
    width: 25%;
    position: relative;
    height: 240px;
}
.mainnewsblock div img {
    width: 100%;
    height: auto;
    max-width: 240px;
    max-height: 240px;
}
.mainnewsblock div.newsname {
    width: 91%;
    width: calc(100% - 20px);
    min-height: 35px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgba(63, 65, 65, 0.7);
    text-align: center;
    padding: 6px 10px 14px 10px;
    line-height: 1.1;
}
.mainnewsblock div.newsname:hover {
    padding-top: 10px;
}
.mainnewsblock div.newsname a {
    color: #fff;
    text-decoration: none;
}
.pageslider {
    width: 93.75%;
    max-width: 960px;
    margin: 27px 3.125% 0 3.125%;
    position: relative;
    margin-bottom: 50px;
}
.pageslider .owl-wrapper-outer .owl-item div {
    float: left;
    max-width: 240px;
    width: 100%;
    z-index: 2;
    min-height: 100px;
}
.pageslider .owl-wrapper-outer .owl-item img {
    max-width: 100px;
    margin-bottom: 30px;
    margin-top: 15px;
}
.pageslider .owl-wrapper-outer a {
    display: block;
    text-decoration: none;
    color: #000;
    text-align: center;
}
.pageslider .owl-wrapper-outer a:hover, #msllider dt a:hover, #hsllider .owl-wrapper-outer .owl-item div div.descr a:hover {
    color: #00A79D;
}
.pageslider .owl-prev {
    background: url(images/arr_lr.png) no-repeat 0px 0px;
    width: 14px;
    height: 26px;
    float: left;
    opacity: 0.8;
}
.pageslider .owl-next {
    background: url(images/arr_lr.png) no-repeat 0px -26px;
    width: 14px;
    height: 26px;
    float: right;
    opacity: 0.8;
}
.pageslider .owl-prev:hover, .pageslider .owl-next:hover {
    opacity: 1;
}
.pageslider .owl-buttons {
    max-width: 1018px;
    width: 106%;
    top: 32px;
    left: -2.83%;
    position: absolute;
    z-index: 0;
}
.grayblock {
    background: #F9F9FA;
}
#msllider .owl-wrapper-outer .owl-item div, #tsllider .owl-wrapper-outer .owl-item div {
    max-width: 264px;
				width: 100%;
				width: calc(100% - 56px);
				padding: 0 28px;
}
#cslider .owl-wrapper-outer .owl-item div {
    max-width: 220px;
				width: 100%;
				width: calc(100% - 20px);
				padding: 0 10px;
				text-align: center;
}
#cslider .owl-wrapper-outer .owl-item img {
    max-width: 125px;
    margin-bottom: 30px;
    margin-top: 15px;
}
#msllider dd, #tsllider dd, #cslider dd  {
    color: #000;
    text-align: center;
    border-bottom: 1px solid #DFE1E1;
    font-family: "HouschkaPro-DemiBold", Tahoma, Helvetica, sans-serif;
    padding-bottom: 19px;
    margin-bottom: 14px;
}
#msllider dt a, #tsllider dt, #cslider dt {
    color: #626061;
    line-height: 1.3;
    text-align: center;
}
#msllider .owl-buttons {
    top: 23px;
}
#hsllider {
    margin-top: 50px;
}
#hsllider  .owl-wrapper-outer .owl-item div {
    max-width: 960px;
				width: 100%;
				height: 345px;
				position: relative;
}
#hsllider .owl-wrapper-outer .owl-item div img {
   max-width: 480px;
				width: 50%;
				height: 345px;
				float: left;
				margin: 0px;
}
#hsllider .owl-wrapper-outer .owl-item div div.descr {
    width: 370px;
    height: 345px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: rgba(63, 65, 65, 0.7);
    padding: 6px 55px 0 55px;
    text-align: center;
    color: #DFE1E1;
}
#hsllider .owl-wrapper-outer .owl-item div div.descr h1 {
    color: #DFE1E1;
    margin-top: 40px;
}
#hsllider .owl-wrapper-outer .owl-item div div.descr h3 {
    color: #DFE1E1;
    margin-top: 29px;
    margin-bottom: 0px;
    font-family: "HouschkaPro-DemiBold", Tahoma, Helvetica, sans-serif;
    min-height: 40px;
}
#hsllider .owl-wrapper-outer .owl-item div div.descr p {
    border-top: 1px solid #979C9E;
    padding-top: 10px;
    line-height: 1.3;
    margin-top: 0px;
    height: 139px;
    overflow: hidden;
    margin-bottom: 0px;
}
#hsllider .owl-wrapper-outer .owl-item div div.descr a {
    color: #DFE1E1;
}
#hsllider .owl-buttons {
    top: 160px;
}
#nsllider .owl-wrapper-outer .owl-item img {
    max-width: 78px;
    margin-bottom: 30px;
    margin-top: 15px;
}
#tsllider {
    margin-bottom: 43px !important;
}
#partnersllider .owl-wrapper-outer .owl-item img {
				max-width: 100px;
				max-height: 100px;
				margin-top: 15px;
				margin-bottom: 20px;
				width: auto;
				filter: grayscale(100%);
			    -webkit-filter: grayscale(100%);
			    -moz-filter: grayscale(100%);
			    -ms-filter: grayscale(100%);
			    -o-filter: grayscale(100%);
			}
			#partnersllider .owl-wrapper-outer {
				z-index: 1;
			}
			#partnersllider .owl-wrapper-outer .owl-item a {
				display: block;
			}
			#partnersllider .owl-wrapper-outer .owl-item span {
				display: block;
				vertical-align: middle;
				text-align: center;
				height: 135px;
				width: 100%;
			}
			#partnersllider .owl-wrapper-outer .owl-item > div {
				padding: 0 10px;
				max-width: 220px;
				width: 100%;
				width: calc(100% - 20px);
			}
			#partnersllider .owl-wrapper-outer .owl-item a:hover img {
				-webkit-filter: grayscale(0%);
				-moz-filter: grayscale(0%);
				-ms-filter: grayscale(0%);
				-o-filter: grayscale(0%);
				filter: none;
			}
			#partnersllider .owl-buttons {
				top: 40px;
				z-index: 0;
			}
#monthsllider {
    margin-left: 8.2%;
	max-width: 857px;
	width: 83.69%;
	margin-bottom: 0px;
}
.history-slider #monthsllider {
    max-width: 836px;
	width: 81.64%;
	margin-left: 6.05%;
    margin-bottom: 0px;
}
#monthsllider .owl-wrapper-outer .owl-item div {
    float: left;
    min-height: 15px;
    max-width: 116px;
	    width: 100%;
    z-index: 2;
    text-align: center;
}
#monthsllider .owl-wrapper-outer .owl-item div a, #yearsllider .owl-wrapper-outer .owl-item div a  {
    color: #626061;
}
#monthsllider .owl-wrapper-outer .owl-item div a:hover, #yearsllider .owl-wrapper-outer .owl-item div a:hover,
#monthsllider .owl-wrapper-outer .owl-item div.active a, #yearsllider .owl-wrapper-outer .owl-item div.active a  {
    color: #000;
}
#monthsllider .owl-buttons {
    left: -0.87%;
	    position: absolute;
	    top: 18px;
	    max-width: 858px;
	    width: 101%;
	    z-index: 0;
}
.history-slider #monthsllider .owl-buttons {
    /*left: -0.87%;*/
	left: 0;
	    position: absolute;
	    top: 20px;
	    /*max-width: 840px;
	    width: 82.03%;*/
	    width: 100%;
	    z-index: 0;

}
#monthsllider .owl-prev {
    background: #FFFFFF url("images/arr_l_sm.png") no-repeat scroll 0 0;
    float: left;
    height: 19px;
    opacity: 0.8;
    width: 6px;
    position: relative;
    top: -17px;
}
#monthsllider .owl-next {
    background: #FFFFFF url("images/arr_r_sm.png") no-repeat scroll 0 0;
    float: right;
    height: 19px;
    opacity: 0.8;
    width: 6px;
    position: relative;
    top: -17px;
}
#yearsllider {
    max-width: 860px;
	width: 83.98%;
	margin-left: 8%;
    margin-top: 17px;
}
.history-slider  #yearsllider {
    margin-left: 0px;
    max-width: 836px;
	width: 81.64%;
	margin-left: 6.05%;
    margin-bottom: 0px;
    margin-top: 17px;
}
#yearsllider .owl-wrapper-outer .owl-item div {
    float: left;
    min-height: 18px;
     max-width: 116px;
	    width: 100%;
    z-index: 2;
    text-align: left;
    font-size: 26px;
}
#yearsllider .owl-buttons {
   left: -7.91%;
	    position: absolute;
	    top: -33px;
	    width: 116%;
}
.history-slider #yearsllider .owl-buttons {
    /*left: -8.79%;*/
}
/*--content--*/
.content .container960 {
    border-top: 1px solid #DFE1E1;
    padding-top: 35px;
    padding-bottom: 50px;
}
h1.title {
    text-align: center;
    margin-bottom: 12px;
    margin-top: 10px;
}
.content p {
    margin: 17px 0;
}
.content ul li {
    list-style-type: none;
    margin-left: 16px;
}
.content ul li:before {
    color: #979C9E;
    content: "• ";
    padding-right: 3px;
    margin-left: -16px;
}
.graybutton {
    background: #00A79D;
    color: #fff;
    border: 0px;
    text-align: center;
    cursor: pointer;
}
.graybutton:hover {
    background: #3F4141;
}
/*--articles, news--*/
.newsblocks {
    margin-top: 40px;
}
.nblock {
    margin-bottom: 50px;
    overflow: hidden;
}
.nblock .imgdblock {
    margin: 3px 5% 0 0;
    float: left;
    position: relative;
    height: 205px;
}
.nblock .imgdblock img {
    width: 310px;
    height: 205px;
}
.nblock .imgdblock .video {
    position: absolute;
    left: 125px;
    top: 70px;
    width: 60px;
    height: 60px;
    background: url(images/video_ico.png) no-repeat top left;
    display: block;
}
.nblock .imgdblock .video:hover {
    background: url(images/video_ico.png) no-repeat 0 -60px;
}
.nblock .imgdblock dd {
    position: absolute;
    left: 0px;
    bottom: 0px;
    color: #fff;
    text-align: center;
    width: 100%;
    background: rgba(63, 65, 65, 0.7);
    padding: 7px 0;
}
.nblock .tblock {
    float: right;
    max-width: 600px;
    width: calc(95% - 310px);
}
.nblock div p {
    margin: 0px;
}
.nblock dl, .nblock dl a {
    font-size: 26px;
    margin-bottom: 15px;
    color: #000;
    text-decoration: none;
}
.nblock dt {
    margin-bottom: 15px;
    line-height: 1.3;
}
.nblock .tblock a, .back a {
    color: #485A61;
    text-decoration: none;
}
.nblock .tblock a:hover, .back a:hover {
    color: #00A79D;
    text-decoration: none;
}
.paging {
    font-size: 26px;
    text-align: center;
}
.paging a {
    text-decoration: none;
}
.paging span {
    color: #AFADC0;
    font-family: "HouschkaPro-Medium";
}
.nblockfull h3 {
    text-align: center;
    margin-bottom: 27px;
    font-family: "HouschkaPro-DemiBold", Tahoma, Helvetica, sans-serif;
}
.nblockfull h2 {
    text-align: center;
    margin-bottom: 44px;
}
.back {
    text-align: center;
    margin-top: 44px;
}
.secondslider  {
    margin-bottom: 30px;
    margin-top: 0px;
    margin-left: 0px;
    width: 100%;
}
.secondslider .owl-wrapper-outer .owl-item div img {
    height: 205px;
    margin: 0;
    max-width: 310px;
    width: calc(100% - 10px);
}
.secondslider .owl-wrapper-outer .owl-item div {
    /*max-width: 320px;*/
    max-width: 100%;
    width: 100%;
    text-align: center;
}
.secondslider .owl-buttons {
    top: 90px;
}
.vblockfull .videoblock {
    width: 100%;
    margin-top: 45px;
    background: #3F4141;
    text-align: center;
    height: 358px;
    margin-bottom: 45px;
}
.vblockfull h2 {
    text-align: left;
    margin-bottom: 15px;
}
.vblockfull .gray {
    color: #9A9898;
}
.vblockfull .back {
    text-align: left;
}
/*--catalog--*/
.fondblock {
    margin-top: 40px;
    max-width: 960px;
    margin-left: -6.7%;
    padding: 45px 6.7% 50px;
    width: 100%;
    overflow: hidden;
}
form.searchfound  {
    float: left;
    max-width: 660px;
    width: 68.75%;
}
form.searchfound input[type=text] {
    border: 1px solid #dfe1e1;
    color: #000;
    float: left;
    font: 17px "HouschkaPro-DemiBold",Tahoma,Helvetica,sans-serif;
    height: 38px;
    padding: 1px 7px 1px 7px;
    width: 56.45%;
    margin-top: 15px;
}
form.searchfound .graybutton {
    height: 42px;
    width: 99px;
    margin-top: 15px;
    margin-left: 2px;
    font-size: 17px;
}
.fondback {
    display: block;
    float: right;
    text-decoration: none;
    color: #485A61;
}
.fondblock .fondback {
    margin-top: 47px;
}
.fondblock .fondback:hover, .listtable div.zag a:hover {
    color: #00A79D;
    text-decoration: underline;
}
.listtable {
    width: 100%;
}
.listtable th {
    font-size: 14px;
    text-align: left;
    font-style: normal;
}
.listtable td, .listtable th {
    padding: 7px 0px 7px 0;
}
.listtable div.zag a {
    color: #485A61;
    text-decoration: none;
}
.listtable div.zag {
    margin-left: 16px;
}
.listtable div.zag:before {
    color: #979C9E;
    content: "• ";
    padding-right: 3px;
    margin-left: -16px;
}
.topfondblock {
    margin-top: 40px;
    overflow: hidden;
}
.topfondblock .fondback {
    float: right;
    display: block;
}
.uzblock {
    margin-top: 40px;
    padding: 20px 32px 20px 32px;
    width: 960px;
    margin-left: -32px;
    margin-bottom: 50px;
    min-height: 24px;
}
.m0 {
    padding: 0 32px 10px 32px !important;
}
.uzblock .fondback {
    float: left;
}
.trebblock {
    font-size: 14px;
    background: url(images/list_ico.png) no-repeat top left;
    padding: 3px 0 5px 33px;
    float: right;
    position: relative;
    width: 179px;
    z-index: 9;
}
#treblistblock {
    position: absolute;
    right: 0px;
    top: 24px;
    height: 318px;
    width: 398px;
    border: 1px solid #979C9E;
    background: #f9f9fa;
    overflow: hidden;
    font-size: 14px;
    display: none;
}
.treblist {
    padding-right: 0px;
    height: 218px;
    overflow: hidden;
}
.treblist table {
    width: 100%;
}
.treblist table td {
    padding: 10px 10px 13px 16px;
    border-bottom: 1px solid #dfe2e2;
}
.treblist table td.years {
    vertical-align: bottom;
}
.treblist table tr:last-child td {
    border-bottom: 0px;
}
.treblist table tr:hover td {
    background: #00A79D;
    color: #fff;
}
.trebzak {
    background: #DFE1E1;
    height: 70px;
    padding: 12px 20px 20px 20px;
}
.treball {
    float: left;
    line-height: 1.1;
}
.trebcount {
    float: right;
    width: 120px;
    text-align: center;
    font-size: 26px;
}
.trebzak .greenuzbutton {
    width: 100%;
    margin-top: 13px !important;
}
#mCSB_1_scrollbar_vertical {
    margin: 15px 5px !important;
}
.greenuzbutton {
    display: block;
    color: #fff !important;
    text-align: center;
    background: #00A79D;
    width: 90px;
    padding: 3px 0;
    text-decoration: none;
    font-size: 14px;
}
.greenuzbutton:hover {
    color: #fff;
    background: #3F4141;
    text-decoration: none;
}
.trebblock .greenuzbutton {
    float: right;
    margin-top: -3px;
    margin-left: 10px;
}
.grayuzbutton {
    display: block;
    color: #626061;
    text-align: center;
    background: #f9f9fa;
    width: 88px;
    padding: 2px 0;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #dfe2e2;
}
.catpage {
    margin-top: 30px;
}
.catpage .pnext, .catpage .plast {
    margin-left: 14px;
    display: inline-block;
}
.catpage .pprev, .catpage .pfirst {
    margin-right: 14px;
    display: inline-block;
}
.itog {
    font-family: "HouschkaPro-DemiBold",Tahoma,Helvetica,sans-serif;
    color: #000;
    margin: 30px 0 0 0;
    border-bottom: 1px solid #DFE1E1;
    padding-bottom: 17px;
}
/*--uslugi--*/
h3.gray {
    color: #626061;
    font-family: "HouschkaPro-Medium",Tahoma,Helvetica,sans-serif;
}
.uslblock .trebblock {
    background: transparent url("images/basket_ico.png") no-repeat scroll left top;
    padding: 3px 0 5px 40px;
    width: 164px;
}
.accordeoncontent {
    display: none;
    margin-top: 25px;
}
.accordeoncontent h3 {
    margin-bottom: 25px;
}
.accordeoncontent table {
    margin-bottom: 25px;
}
/*.accordeoncontent table td {
    vertical-align: bottom;
}*/
.closeaccordblock {
    background: url("images/arr_top.png") no-repeat scroll right center;
    float: right;
    width: 26px;
    height: 25px;
    cursor: pointer;
    overflow: hidden;
}
h2.accordeonzag {
    text-align: left;
    cursor: pointer;
    margin: 0px;
    background: url("images/arr_down.png") no-repeat scroll right center;
    padding-right: 40px;
}
h3.accordeonzag {
    text-align: left;
    cursor: pointer;
    margin: 0px;
    background: url("images/arr_down.png") no-repeat scroll right center;
    padding-right: 40px;
}
.accordeon .open h3 {
    background: none;
}
.vblockfull h3 {
    text-align: left;
    margin-bottom: 15px;
}
.nblockfull h3 {
    text-align: center;
    margin-bottom: 44px;
}
.accordeonblock {
    width: 100%;
    border-bottom: 1px solid #DFE1E1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.accordeonblock:last-child {
    border-bottom: 0px;
}
.accordeon .open .accordeoncontent {
    display: block;
}
.accordeon .open h2 {
    background: none;
}
p.prim {
    line-height: 1.5;
    margin-top: 0px;
    margin-bottom: 39px;
}
p.prim b {
    color: #000;
}
a.pdf {
    min-height: 55px;
    background: url("images/pdf_ico.png") no-repeat scroll top left;
    display: inline-block;
    padding-left: 70px;
    line-height: 55px;
}
.uslblock #treblistblock {
    width: 300px;
}
#fancycontent {
    max-width: 840px;
    width: calc(100% - 15px);
    display: block;
    margin: 10px 0 15px 15px;
    line-height: 1.3;
}
#fancycontent p {
    margin-bottom: 15px;
}
.fancyscrol {
    height: 400px;
}
/*--day in history--*/
.history-slider {
    margin-bottom: 45px;
	margin-left: 31px;
}
.hblock {
    margin-bottom: 35px;
    overflow: hidden;
}
.hblock .imgdblock {
    margin: 3px 49px 0 0;
    float: left;
    position: relative;
    height: 100px;
}
.hblock .imgdblock img {
    width: 150px;
    height: 100px;
}
.hblock .imgdblock dd {
    position: absolute;
    left: 0px;
    bottom: 0px;
    color: #fff;
    text-align: center;
    width: 100%;
    background: rgba(63, 65, 65, 0.7);
    padding: 7px 0;
}
.hblock .tblock {
    /*float: right;*/
    /*width: 760px;*/
}
.hblock div p {
    margin: 0px;
}
.hblock dl, .hblock dl a {
    font-size: 26px;
    margin-bottom: 15px;
    color: #000;
    text-decoration: none;
}
.hblock dt {
    margin-bottom: 0px;
    line-height: 1.3;
}
.hblock .tblock a, .back a {
    color: #485A61;
    text-decoration: none;
}
.hblock .tblock a:hover, .back a:hover {
    color: #00A79D;
    text-decoration: none;
}
.hblock:last-child {
    margin-bottom: 0px;
}
/*--photo week--*/
.container960 #hsllider {
    margin-left: 0px;
}
.container960 #hsllider .descr h3 {
    position: absolute;
    bottom: 213px;
    text-align: center;
    width: 370px;
    min-height: 15px !important;
    margin-top: 0px !important;
}
.container960 #hsllider .descr p {
    position: absolute;
    top: 150px;
    text-align: center;
    width: 370px;
}
/*--library--*/
.library p:first-child {
    margin: 40px 0 50px 0;
}
.library .grayblock {
    padding: 1px 32px 10px 32px;
    margin-left: -32px;
    width: 960px;
}
.library h1 {
    margin-top: 50px;
    margin-bottom: 20px;
}
.library h2 {
    line-height: 1;
}
.library .accordeoncontent {
    margin-top: 12px;
}
.library .accordeoncontent li {
    margin-bottom: 4px;
}
.library .accordeoncontent h3 {
    text-align: left;
    margin: 20px 0 7px 0;
}
/*--contacts--*/
.contacts #hsllider .owl-wrapper-outer .owl-item div div.descr {
	max-width: 370px;
	width: 38.54%;
	padding-left: 5.72%;
	padding-right: 5.72%;
}
.contacts #hsllider .owl-wrapper-outer .owl-item div div.descr p {
    border-top: 0px;
    height: auto;
    padding-top: 14px;
    position: static;
    max-width: 370px;
    width: 100%;
}
#yamap, .contacts #hsllider, .contacts #cslider {
	width: 100%;
}
.contacts .pageslider {
    margin-left: 0px;
    margin-right: 0px;
}
/*--form--*/
form label {
    font-size: 17px;
    display: block;
    margin-bottom: 13px;
}
.formorder {
    text-align: left;
}
.formcontrol {
    margin: 20px 0 15px 0;
}
.formcontrol input[type=text], .formcontrol textarea, .formcontrol input[type=email] {
    border: 1px solid #dfe1e1;
    color: #000;
    font: 17px "HouschkaPro-DemiBold",Tahoma,Helvetica,sans-serif;
    height: 38px;
    padding: 1px 7px;
}
.formcontrol textarea {
    height: 120px;
}
.formcontrol select {
    border: 1px solid #dfe1e1;
    color: #000;
    font: 17px "HouschkaPro-DemiBold",Tahoma,Helvetica,sans-serif;
    height: 38px;
    padding: 1px 7px;
}
form .short {
    width: 306px;
    margin-right: 20px;
    float: left;
}
form .short0 {
    margin-right: 0px;
    float: right;
    width: 306px;
}
form .short input[type=text], form .short0 input[type=text], form .short input[type=email], form .short0 input[type=email] {
    width: 291px;
}
form .midi textarea {
    max-width: 618px;
    padding: 7px;
    width: calc(100% - 14px);
}
form input.greenuzbutton {
    border: 0px;
}
form.orderform input.greenuzbutton {
    width: 310px;
    margin-bottom: 44px;
}
form.orderform p {
    margin: 0px;
}
form.orderform p b {
    color: #000;
}
.uslcount {
    float: left;
}
.uslsumm {
    float: right;
    width: 305px;
}
.countblock {
    width: 78px;
    border: 1px solid #DFE1E1;
    margin-top: -2px;
    position: relative;
}
.countblock input[type=text]{
    width: 54px;
    border-right: 1px solid #DFE1E1;
    border-left: 0px;
    border-top: 0px;
    border-bottom: 0px;
    padding: 1px 0 1px 0;
    text-align: center;
    font: 17px "HouschkaPro-Medium", Tahoma, Helvetica, sans-serif;
    color: #626061;
}
.plus, .minus {
    position: absolute;
    right: -1px;
    width: 26px;
    cursor: pointer;
    display: block;
    opacity: 0.8;
}
.plus:hover, .minus:hover {
    opacity: 1;
}
.plus {
    background: url(images/plus.png) no-repeat top left #f9f9fa;
    height: 12px;
    top: -1px;
}
.minus {
    background: url(images/minus.png) no-repeat top left #f9f9fa;
    height: 13px;
    top: 11px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .minus {
        height: 12px;
        top: 10px;
    }
    ::i-block-chrome, .minus {
        height: 13px;
        top: 11px;
    }
    ::i-block-chrome, .countblock input[type=text] {
        padding: 0;
        height: 24px;
    }
    ::i-block-chrome, .plus {
        height: 13px;
        top: -1px;
    }
}
/*-kvalif--*/
.simpletext {
    margin-top: 40px;
}
.simpletext h3 {
    margin: 20px 0 20px;
    line-height: 1.3;
}
.simpletext table {
    line-height: 1.1;
}
.continf {
    color: #000;
    line-height: 1.5;
    padding-bottom: 10px;
}
.continf img {
    margin-right: 20px;
    float: left;
}
/*--struktura--*/
#struktura {
    width: 960px;
    height: 860px;
    position: relative;
    color: #000;
    font-family: "HouschkaPro-Medium", Helvetica, sans-serif;
    margin-top: 40px;
}
#struktura .person {
    position: absolute;
    font-size: 12px;
    width: 300px;
}
#struktura .person img {
    width: 60px;
    height: 75px;
    float: left;
    margin-right: 20px;
}
#struktura .person div {
    float: left;
    width: 220px;
    line-height: 1.4;
}
#struktura .person b {
    display: block;
    margin-bottom: 4px;
}
#struktura a, .strukturafull .personinfo a, .strukturafull .persontext b {
    color: #000;
}
#struktura a:hover, .strukturafull .personinfo a:hover {
    color: #00A79D;
    text-decoration: underline;
}
#struktura .otdel {
    position: absolute;
    font-size: 12px;
    width: 220px;
}
.strukturafull {
    overflow: hidden;
}
.strukturafull h2 {
    margin-bottom: 15px;
    margin-top: 10px;
}
.strukturafull .personinfo {
    width: 250px;
    float: left;
    margin-right: 30px;
    color: #000;
    font-size: 17px;
    margin-top: 40px;
}
.strukturafull .personinfo img {
    width: 250px;
    margin-bottom: 22px;
}
.strukturafull .persontext {
    max-width: 680px;
    float: right;
    margin-top: 40px;
    width: calc(100% - 280px);
}
.strukturafull .persontext p {
    margin-top: 0px;
}
.strukturafull .persontext ul {
    margin-bottom: 15px;
}
.strukturafull .persontext ul {
    margin-bottom: 15px;
}
.strukturafull .persontext .back {
    text-align: left;
}
/*--plan--*/
.plan {
    margin-top: 35px;
}
.plan .accordeoncontent {
    margin-top: 7px;
}
.plan .accordeonzag {
    line-height: 1;
}
.plan h3 {
    margin-top: 35px;
}
.plan ul {
    margin-bottom: 20px;
}
.plan ul li {
    list-style: upper-roman;
}
.plan ul li::before {
    content: "";
    margin-left: auto;
    padding-right: 0px;
}
/*--search--*/
.fondblock form.fullsearch, .fondblock form.catsearch {
    width: 100%;
}
.fullsearch input[type="text"] {
    width: 282px !important;
    margin-bottom: 18px;
}
.fullsearch .fullform {
    /*display: none;*/
    margin-top: 25px;
}
.fullform .column {
    float: left;
    width: 320px;
}
.fullform .column:first-child {
    width: 330px;
}
.fullform .column:last-child {
    width: 300px;
    margin-top: 33px;
}
.fullform .column  input[type="text"] {
    margin-right: 30px;
    margin-bottom: 16px;
}
.fullform .column p {
    margin: 0 0 11px 0;
}
.fullform .column input[type="checkbox"] {
    float: left;
    margin: 5px 10px 0 0;
}
.fullform .column div label {
    margin-bottom: 15px;
}
.fullform .column div:last-child label {
    margin-bottom: 0px;
}
.searchrez, .searchlibrez  {
    margin-top: 50px;
}
div.searchrez div {
    margin-bottom: 17px;
}
div.searchrez div h2 {
    text-align: left;
    margin: 0 0 3px 0;
    line-height: 1;
}
div.searchrez div p {
    margin: 0px;
}
div.searchrez div p b {
    color: #000;
}
.catsearch > input[type="text"] {
    margin-bottom: 15px;
}
.catsearch .radioblock {
    margin-bottom: 25px;
    overflow: hidden;
}
.catsearch .radioblock input, .catsearch .radioblock label {
    float: left;
}
.catsearch .radioblock input {
    margin: 5px 8px 0 0;
}
.catsearch .radioblock label {
    margin-right: 20px;
    color: #000;
    margin-bottom: 0px;
}
.catsearch .fullform {
    margin-top: 15px;
    border-top: 1px solid #dfe1e1;
    padding-top: 15px;
}
.catsearch .column {
    float: left;
    width: 215px;
}
.catsearch .column input[type="text"], .catsearch .column2 input[type="text"] {
    width: 184px !important;
    height: 20px !important;
    font-size: 14px !important;
    margin-top: 0px !important;
    font: 14px "HouschkaPro-Medium",Tahoma,Helvetica,sans-serif !important;
    color: #626061 !important;
}
.catsearch input[type="text"].short {
    width: 54px !important;
}
.catsearch select, .catsearch .short {
    float: left;
    margin-right: 7px !important;
}
.catsearch select {
    border: 1px solid #dfe1e1;
    height: 24px;
    font: 14px "HouschkaPro-Medium",Tahoma,Helvetica,sans-serif;
    color: #626061;
}
.catsearch .column select {
    width: 118px;
}
.catsearch p {
    margin: 30px 0 40px 0;
}
.column2 {
    margin-bottom: 25px;
}
.column2 select {
    max-width: 338px;
    width: calc(100% - 124px);
}
.column2 input[type="button"]{
    color: #fff;
    background: #00a79d;
    border: 0px;
    height: 23px;
    font: 14px "HouschkaPro-Medium",Tahoma,Helvetica,sans-serif;
    cursor: pointer;
    width: 40px;
    text-align: center;
}
.column2 input[type="button"]:hover {
    background: #3f4141;
}
table.searchrez td {
    padding-right: 20px;
}
.searchlibrez a.backhref {
    text-align: center;
    display: block;
}
.searchlibrez > h2 {
    margin: 5px 0 15px 0;
}
.searchlibrez > h3 {
    margin: 35px 0 25px 0;
}
.highslide-wrapper, .highslide-outline {
    background: #fff;
}
.highslide-dimming {
    background: #000000;
}
.highslide-image {
    border: 2px solid #FFFFFF;
}
.highslide-loading {
    display: block;
    padding: 3px 0 3px 22px;
    width: 0;
    height: 16px;
    overflow: hidden;
    background-color: white;
    background-repeat: no-repeat;
    background-position: 3px 3px;
    background-image: url(../js/highslide/graphics/loader.white.gif);
}
.highslide-controls {
    position: static !important;
    margin-bottom: 0;
    width: 75px !important;
}
.large-dark .highslide-controls, .large-dark .highslide-controls ul, .large-dark .highslide-controls a {
    background-image: url(../js/highslide/graphics/controlbar-black-border.gif);
}
.highslide-controls .highslide-previous {
    display: none;
}
.highslide-controls .highslide-play {
    display: none;
}
.highslide-controls .highslide-pause {
    display: none;
}
.highslide-controls .highslide-next {
    display: none;
}
.highslide-controls .highslide-move {
    display: none;
}
.highslide-gallery ul li {
    width: 106px;
    height: 106px;
    border: 1px solid #D0D0D0;
    background: #EDEDED;
    margin: 2px;
}
/*--zapros form--*/
.zaprosblock {
    margin-left: -32px;
    margin-top: 40px;
    overflow: hidden;
    padding: 45px 32px 50px;
    width: 960px;
}
.zapfancyscrol {
    height: 150px;
}
.zaprostabs {
    padding-bottom: 10px;
    border-bottom: 1px solid #dfe1e1;
}
.zaprostabs div {
    padding: 5px 0;
    color: #000;
}
.zaprostabs div input {
    margin-left: 0px;
}
.zaprostabs div label {
    cursor: pointer;
}
.zaprosform .formcontrol input[type="text"], .zaprosform .formcontrol textarea {
    width: 624px;
}
.zaprosform .middle, .zaprosform .date, .zaprosform .date2 {
    float: left;
    margin-bottom: 0px;
}
.zaprosform .middle input[type="text"] {
    width: 454px;
    margin-right: 20px;
}
.zaprosform .date input[type="text"] {
    width: 134px;
}
.zaprosform .date2 input[type="text"] {
    width: 134px;
}
.zaprosform .radioblock {
    margin-bottom: 25px;
    overflow: hidden;
}
.zaprosform .radioblock input, .zaprosform .radioblock label {
    float: left;
}
.zaprosform .radioblock input {
    margin: 5px 8px 0 0;
}
.zaprosform .radioblock label {
    margin-right: 20px;
    color: #000;
    margin-bottom: 0px;
}
.zaprosform .formcontrol h3 {
    margin: 45px 0 25px 0;
}
.zaprosform .short {
    margin-top: 5px;
    margin-right: 20px;
    margin-bottom: 15px;
}
.zaprosform .short input[type="text"] {
    width: 296px;
}
.zaprosform .file label {
    float: left;
    margin-right: 39px;
}
.zaprosform .dopfile {
	display: none;
}
.zaprosform .addfileinput {
	color: #00a79d;
	border-bottom: 1px dotted #00a79d;
	cursor: pointer;
	display: block;
	font-size: 14px;
	width: 180px;
	margin: 20px 0; 
}
.zaprosform .chagree {
    float: left;
    margin: 5px 10px 0 0;
}
.zaprosform input.sendform {
    color: #fff;
    text-align: center;
    background: #00a79d;
    border: 0px;
    padding: 10px;
    opacity: 0.9;
    font-size: 17px;
}
.zaprosform input.sendform:hover {
    opacity: 1;
}
.zaprosblock .tab {
    display: none;
}
.zaprosblock .open {
    display: block !important;
}
/*--footer--*/
.hfooter  {
    height: 577px;
}
.footer {
    width: 100%;
    z-index: 3;
    /*height: 569px;*/
    position: relative;
    margin-top: -607px;
    padding-top: 41px;
    font-size: 14px;
    color: #7B7D7D;
    line-height: 1.2;
}
.footer .column {
    float: left;
    width: 210px;
    padding: 0 20px 0 10px;
}
.footer .column:first-child {
    margin-left: 34px;
}
.footer .column a {
    display: block;
    color: #485A61;
    text-decoration: none;
    line-height: 1.6;
}
.footer .column a:hover, .footer .column a:hover span, .foot_soc a:hover, .foot_cont a:hover {
    color: #00A79D;
    text-decoration: underline;
}
.footer .column a.active {
    color: #00A79D;
}
.footer .column a span {
    text-transform: uppercase;
    color: #000;
}
.foot_info {
    border-top: 1px solid #DFE1E1;
    padding-top: 25px;
    margin: 24px 3.125% 0 3.125%;
}
.foot_logo {
    padding-top: 6px;
}
.foot_logo, .foot_soc, .foot_cont {
    float: left;
}
.foot_logo {
   max-width: 490px;
			width: 47.85%;
}
.foot_logo img {
			    max-width: 310px;
			    width: 67.5%;
			}
.foot_soc {
    max-width: 240px;
			width: 23.43%;
}
.foot_soc a {
    display: block;
    font-size: 14px;
    color: #7B7D7D;
    text-decoration: none;
    line-height: 1.5;
}
.foot_cont a {
    font-size: 14px;
    color: #7B7D7D;
    text-decoration: none;
    line-height: 1.5;
}
.foot_copy {
    margin: 25px 3.125% 25px 3.125%;
    line-height: 1;
    font-size: 14px;
}
.footer_dev {
    background: #3F4141;
    color: #fff;
}
.footer_dev .container {
    width: 93.75%;
    font-size: 14px;
    padding: 12px 0;
}
.footer_dev a {
    color: #fff;
}
@media print {
}
/*--tmpmenu--*/
.tmpblock {
    position: absolute;
    top: 0;
    right: 25px;
    background: #afcdd3;
    opacity: 0.8;
    padding: 5px;
    z-index: 999;
}
.tmpblock a {
    display: block;
    padding: 1px 10px;
}
.search_loader {
    display: inline-block;
    width: 31px;
	height: 31px;
    margin-left: 30px;
	background: url('../images/ajax-loader.gif') no-repeat 50% 50% !important;
    vertical-align: middle;
}
.people_list img {
	width: 25%;
	margin: 5px 5%;
}
.book_list img {
    width: 15%;
    margin: 5px 3% 5px 0;
}
.people_list p {
	overflow:hidden;
}
.special{
	display: none !important;
}
.top-special{
	background-image: url('../images/special.svg');
	background-size: 32px 32px;
	width: 32px;
	height: 13px;
	background-position: 0px 0px;
	display: inline-block;
	margin-right: 10px;
}
.top-special:hover{
	background-position: 0px -12px;
}

.blok_konference1 {
position:relative;
width:95%;
padding:1em;
margin:2em 10px 4em;
background:#fff;
-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.blok_konference1:before,
.blok_konference1:after {
content:"";
position:absolute;
z-index:-2;
}


.blok_konference1 img {

background:#fff;
-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}