article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block
}
audio,
canvas,
video {
    display: inline-block
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden],
template {
    display: none
}
html {
    background: #fff;
    color: #000;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
html,
button,
input,
select,
textarea {
    font-family: sans-serif
}
body {
    margin: 0
}
a {
    background: transparent
}
a:focus {
    outline: thin dotted
}
a:hover,
a:active {
    outline: 0
}
h1,
h2,
h3,
h4 {
    font-size: 2em;
    margin: 0.67em 0;
	text-transform:uppercase
}
h2 {
    font-size: 1.5em;
    margin: 0.83em 0
}
h3 {
    font-size: 1.17em;
    margin: 1em 0
}
h4 {
    font-size: 1em;
    margin: 1.33em 0
}
h5 {
    font-size: 0.83em;
    margin: 1.67em 0
}
h6 {
    font-size: 0.75em;
    margin: 2.33em 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b,
strong {
    font-weight: bold
}
dfn {
    font-style: italic
}
mark {
    background: #ff0;
    color: #000
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}
q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}
q:before,
q:after {
    content: '';
    content: none
}
small {
    font-size: 80%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -0.5em
}
sub {
    bottom: -0.25em
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 0
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}
legend {
    border: 0;
    padding: 0;
    white-space: normal
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline
}
button,
input {
    line-height: normal
}
button,
select {
    text-transform: none
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],
input[disabled] {
    cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto;
    vertical-align: top
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}
.fl {
    float: left
}
.fr {
    float: right
}
.tr {
    text-align: right
}
.tc {
    text-align: center
}
.is-hidden {
    visibility: hidden
}
.container {
    margin-right: auto;
    margin-left: auto;
    width: 1140px
}
.container:before,
.container:after {
    display: table;
    line-height: 0;
    content: ""
}
.container:after {
    clear: both
}
.row {
    margin-left: -30px
}
.row:before,
.row:after {
    display: table;
    line-height: 0;
    content: ""
}
.row:after {
    clear: both
}
.span0,
.span1,
.span2,
.span3,
.span4,
.span5,
.span6,
.span7,
.span8,
.span9,
.span10,
.span11,
.span12 {
    float: left;
    min-height: 1px;
    margin-left: 30px
}
.span1 {
    width: 67.5px
}
.span2 {
    width: 140px
}
.span3 {
    width: 262.5px
   
}
.span4 {
    width: 360px
}
.span5 {
    width: 457.5px
}
.span6 {
    width: 555px
}
.span7 {
    width: 652.5px
}
.span8 {
    width: 750px
}
.span9 {
    width: 847.5px
}
.span10 {
    width: 945px
}
.span11 {
    width: 1042.5px
}
.span12 {
    width: 1140px
}
html {
    height: 100%
}
body {
    background: #fff;
    color: #656565;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    min-height: 100%
}
img {
    max-width: 100%;
	height:auto;
}

h1,
h2,
h3,
h4 {
    color: #000;
    font-size: 24px;
	font-weight:600;
    margin: 0 0 25px;
    line-height: 1.2
}
h2 {
    font-size: 22px
}
h3 {
    font-size: 16px;
    margin: 25px 0 10px
}
h4 {
    font-size: 14px;
    margin: 10px 0
}
h4.dark {
    color: #010101;
    font-weight: 600
}
a {
    text-decoration: none;
    border-bottom: 1px solid rgba(193, 169, 98, 0.3);
    color: #c1a962;
    transition: all 0.3s ease-in-out
}
a:hover {
    color: #877336;
    border-bottom-color: rgba(135, 115, 54, 0.3)
}
a.str {
    border-bottom-width: 0;
    padding-bottom: 1px
}
input[type='text'] {
    padding: 5px 10px;
    border: 1px solid #656565;
    margin-bottom: 10px
}
.btn {
    border: 1px solid #010101;
    background: #fff;
    color: #010101;
    text-align: center;
    display: inline-block;
    line-height: 28px;
    padding: 0 13px;
    margin: 10px 0;
    box-shadow: 0 0 0 1px #fff
}
.btn:hover {
    border-color: #010101;
    color: #010101;
    box-shadow: 0 0 0 1px #010101
}
.btn:active {
    background: #010101;
    color: #fff
}
.btn-rarr {
    padding-right: 35px;
    position: relative
}
.btn-rarr:after {
    background: url(../img/rarr.png) no-repeat right 0;
    content: '';
    position: absolute;
    right: 10px;
    top: 7px;
    width: 11px;
    height: 13px
}
.btn-rarr:active:after {
    background-image: url(../img/rarr-active.png)
}
.btn-reverse {
    background: #010101;
    color: #fff
}
.btn-reverse:hover {
    color: #fff
}
.btn-reverse:active {
    background: #fff;
    color: #010101
}
.errors {
    font-size: 11px;
    margin-bottom: 10px
}
.header {
    padding: 10px 0 7px;
    position: relative
}
.header .phones,
.header .social {
    font-size: 20px;
    color: #010101;
    padding: 13px 0 30px
}
.header .phones {
    margin: 0 30px 0 0px;
	font-weight:bold
}
.phones .infoline {font-size:13px;font-weight:400;margin-top:10px;color:#444}
.phones .time {font-size:13px;font-weight:400;margin-top:0px;color:#444}
.header .search {
    position: relative;
    width: 300px;
	margin-top:13px;
	text-align:right
}
.header .btn {
    margin: 13px 6px 0px 5px;
    background: #444 url(../img/social2.png) no-repeat top right;
    width: 32px;
    height: 32px;
    float: right;
	margin:0px;
	border:none
}
.header .btn:hover, .header .btn:active {background: #333 url(../img/social2.png) no-repeat top right;border:none;outline:none;box-shadow:none!important}
.header input {
    border: 1px solid #444;
	margin:0px;
	padding:6px 10px;
	width:200px;
}
.header input:hover,.header input:active {outline:none}
.social a {
    background: url(../img/social2.png) no-repeat 0 0;
    display: inline-block;
    width: 32px;
    height: 32px;
    border: none;
    margin-left: 8px
}
.social .tw {
    background-position: -44px 0
}
.social .fb {
    background-position: -88px 0
}
.for-menu {
    margin: 10px 0px 20px;
    padding: 12px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center
}
ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
	text-align: justify;
	line-height: 0;
	font-size: 1px;
	/* IE6-7 */
	text-justify: newspaper; 
	zoom: 1;
	text-align-last: justify;
}
ul.menu:after {
  width: 100%;
  height: 0px;
  visibility: hidden;
  overflow: hidden;
  content: "";
  display: inline-block;
}

ul.menu li {
    display: inline-block;
	text-align: left;
 
	/* Восстанавливаем обнулённые свойства */
	line-height: normal;
	font-size: 14px;
 
	/* Opera Presto */
	vertical-align: top;
 
	/* IE6-7 */
	//display : inline;
	//zoom : 1;
}
.menu a {
    border: none;
    color: #010101
}
.menu a:hover {
    color: #877336
}
.menu .active a {
    color: #c1a962
}
.slider .text,
.featured .text {
    padding: 30px;
    background: #fff;
    position: relative;
    z-index: 9999;
    float: right;
}
.sliderArrows span {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    background: transparent;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    box-shadow: 0 0 0 lightgray;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    z-index: 50;
    cursor: pointer;
}
.sliderArrows span:hover {
    border-top: 2px solid #333;
    border-right: 2px solid #333;
}
.sliderArrows .prev  {
    left: 20px;
    -webkit-transform: translate3d(0, -50%, 0) rotate(-135deg);
    transform: translate3d(0, -50%, 0) rotate(-135deg);
}
.sliderArrows .next  {
    right: 20px;
    -webkit-transform: translate3d(0, -50%, 0) rotate(45deg);
    transform: translate3d(0, -50%, 0) rotate(45deg);
}
.slider .span4{
    float: right;
}
.featured .text {background: rgba(101, 101, 101, 0.06);}
.slider,
.featured {
    width: 100%;
    height: 550px;
    position: relative;
    margin-bottom: 40px;
    text-align: center;
}
.featured {background-color:#FFF!important}
.slider .sliderContent,
.featured .sliderContent {
    /*max-width: 1140px;*/
    height: 550px;
    clear: both;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.slider .sliderContent .item {
    position: absolute;
    width: 100%;
    height: 550px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 550px
}
.slider.featured .sliderContent .item {background-color:#FFF!important}
/*.slider .sliderArrows a,*/
/*.featured .sliderArrows a {*/
    /*display: block;*/
    /*text-indent: -9999px;*/
    /*outline: none;*/
    /*z-index: 50;*/
    /*background-image: url(../img/prev_next.png);*/
    /*width: 42px;*/
    /*height: 42px;*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*margin-top: -34px;*/
    /*border: none;*/
    /*transition: none*/
/*}*/
/*.slider .sliderArrows a.prev,*/
/*.featured .sliderArrows a.prev {*/
    /*background-position: 0 0;*/
    /*left: 15px*/
/*}*/
/*.slider .sliderArrows a.prev:hover,*/
/*.featured .sliderArrows a.prev:hover {*/
    /*background-position: 0 -44px*/
/*}*/
/*.slider .sliderArrows a.next,*/
/*.featured .sliderArrows a.next {*/
    /*right: 15px;*/
    /*background-position: -44px 0*/
/*}*/
/*.slider .sliderArrows a.next:hover,*/
/*.featured .sliderArrows a.next:hover {*/
    /*background-position: -44px -44px*/
/*}*/

/*Slider Bullets*/

.slider .sliderBullets,
.featured .sliderBullets {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
	position: absolute;
    bottom: 20px;
    z-index: 50;
    margin-left: auto;
    right: 0px;
    left: 0px;
}


.slider .sliderBullets a,
.featured .sliderBullets a {
	background: transparent;
	text-indent: -9999px;
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 5px;
	outline: 0;
	border:1px solid #555;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	box-shadow: 1px 1px 3px #777;
    -moz-box-shadow: 1px 1px 3px #777;
    -webkit-box-shadow: 1px 1px 3px #777;
}
.sliderBullets a:hover,
.sliderBullets a.active {
	background: #555;
}


/*
.slider .sliderBullets,
.featured .sliderBullets {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 50;
    margin-left: -45px
}
.slider .sliderBullets a,
.featured .sliderBullets a {
    display: block;
    float: left;
    text-indent: -9999px;
    outline: none;
    margin-left: 5px;
    width: 10px;
    height: 11px;
    background: url(../img/bullets.png) no-repeat
}
.slider .sliderBullets .active,
.featured .sliderBullets .active {
    background-position: 0 -11px
}
*/

.graph-menu {
    margin: 26px 0;
    border: none
}
.graph-menu td {
    border: none;
    padding: 0;
    margin: 0
}
.graph-menu .vspacer {
    width: 15px
}
.graph-menu hspacer {
    height: 15px
}
.graph-menu a {
    border: none;
    display: block;
    margin: 0;
    padding: 0;
    position: relative
}
.graph-menu a img {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
	-webkit-transition-property: all;
    -webkit-transition-duration: .5s;
    -webkit-transition-timing-function: ease;
	background:#F5F5F5
}
.graph-menu a span {
    position: absolute;
    bottom: 20px;
    left: 15px;
    text-transform: uppercase;
    color: #010101;
    font-size: 14px
}
.graph-menu a:hover img {
    x-opacity: 0.7;
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
	background: rgba(0,0,0,0.1);
}
.ico-menu {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC
}
.ico-menu a {
    display: block
}
.ico-menu figure {
    height: 90px;
    line-height: 11;
    margin-bottom: 30px
}
.ico-menu figure img {
    line-height: 90px
}
.ico-menu.tc {
    margin-left: 0
}
.ico-menu.tc .span2 {
    float: none;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px
}
.ico-menu.tc a {
    padding: 10px 0;
    font-weight: 400
}
.ico-menu.tc a.active {
    box-shadow: 0 0 0 1px #c1a962;
    font-weight: 600
}
.evoSearch_info {
    margin-bottom: 20px
}
.search_extract {
    margin-bottom: 15px
}
.featured .text {
    margin-left: 0;
    margin-right: 0px
}
.in-company {
    height: 400px
}
.block {
    margin-top: 50px;
    margin-bottom: 50px
}
.border-top {
    border-top: 1px solid #cbcbcb;
    padding-top: 30px
}
.submenu {
    margin: 30px 0
}
.submenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 0 145px
}
.submenu li {
    display: inline-block;
    margin: 0 5px 5px
}
.submenu li.active a,
.submenu li a:hover {
    background: #e9e9e9
}
.submenu a {
    display: block;
    padding: 0 20px;
    line-height: 30px;
    border: none;
    color: #010101
}
.submenu a span {
    color: #656565;
    font-size: 11px;
    padding-left: 4px
}
.pagination {
    text-align: center;
    margin: 20px 0 0;
    padding-top: 15px
}
.bordered {
    border: 1px solid #e9e9e9
}
data.bordered {
    padding: 0 7px
}
.fr.padding {
    margin: 0 0 20px 20px
}
.fl.padding {
    margin: 0 20px 20px 0
}
.news .row {
    margin-bottom: 30px
}
.news h2 {
    margin-bottom: 10px
}
.news data {
    color: #adadad;
    font-size: 11px
}
.B_crumbBox {
    display: block;
    font-size: 11px;
    padding: 10px;
    background: #F5f5f5;
	letter-spacing:1px;
	text-transform: uppercase;
}
.blog>div {
    display: inline-block;
    float: none;
    vertical-align: top
}
.blog-row {
    margin-bottom: 60px
}

.blog-row h2 {
    font-size: 16px;
    color: #010101;
    font-weight: 600;
    display: inline-block;
    border: 1px solid #010101;
    padding: 0 7px;
    line-height: 28px
}
.blog-row .btn-rarr {
    border: none;
    color: #adadad;
    font-size: 12px;
    line-height: 28px;
    margin-left: 20px
}
.blog-row .btn-rarr:after {
    top: 2px;
    right: 15px
}
.blog-row data.bordered {
    font-size: 11px;
    color: #adadad
}
.blog-pop {
    width: 360px
}
.blog-pop h3 {
    color: #010101;
    margin: 5px 0 31px;
    font-weight: 600
}
.blog-pop section {
    background: #f4f4f4;
    padding: 20px 15px;
	position: absolute;
    z-index: 10;
    width: 22%;
	max-width:360px;
}
.blog-pop article {
    position: relative;
    padding-left: 90px;
    margin-bottom: 15px;
    min-height: 70px
}
.blog-pop img {
    position: absolute;
    left: 0;
    top: 0
}
.blog-pop data.bordered {
    font-size: 11px;
    color: #adadad;
    margin-top: 5px
}
.metro {
    background: url(../img/metro.png) no-repeat 0 0;
    padding: 1px 0 1px 25px;
    margin-top: -5px
}
.baloon {
    width: 600px;
    line-height: 1.2
}
.baloon .img {
    width: 300px;
    margin-right: 10px
}
.baloon .txt {
    width: 290px
}
.baloon h3 {
    margin: 0 0 20px
}
.baloon dl {
    width: 290px;
    margin: 0 0 10px
}
.baloon dt {
    width: 160px;
    margin-right: 10px;
    display: inline-block
}
.baloon dd {
    width: 120px;
    display: inline-block;
    margin: 0
}
.ac-container {
    width: 100%;
    margin: 10px auto 30px auto
}
.ac-container>div {
    margin-bottom: 20px
}
.ac-container label {
    color: #c1a962;
    cursor: pointer;
    padding: 5px 0 5px 30px;
    position: relative;
    z-index: 20;
    display: block;
    background: url(../img/plus.png) no-repeat 0 6px;
    transition: color 0.3s ease-in-out
}
.ac-container label:hover {
    color: #877336
}
.ac-container input:checked+label,
.ac-container input:checked+label:hover {
    color: #010101;
    background-image: url(../img/minus.png)
}
.ac-container input {
    display: none
}
.ac-container article {
    margin-top: -1px;
    overflow: hidden;
    x-height: 0px;
    display: none;
    position: relative;
    z-index: 10;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear
}
.ac-container input:checked ~ article {
    transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    display: block
}
.fltr_block,
.fltr-menu {
    margin: 0;
    color: #010101;
    display: block !important;
    font-size: 14px;
	background-color: #F5F5F5;
	border-bottom:1px solid #cbcbcb;
}
.eFiltr {display:block !important}
.fltr_block, .fltr-menu { padding: 30px;}

@media screen and (max-width: 767px) and (min-width: 0px) {
    .fltr_name , .sub-menu {
        background: none;
		padding: 20px 0;
    }
	.fltr_block,
	.fltr-menu {
		background: none;
		padding: 20px 0;
		border-bottom:none;
	}
}
.eFiltr_reset {margin-top:20px;font-weight:bold;}
.fltr_block .fltr_name,
.fltr-menu .fltr_name {
    font-weight: 600;
    display: block;
    margin-bottom: 3px
}
.fltr_block label,
.fltr-menu label {
    display: block;
    margin-bottom: 3px;
    cursor: pointer
}
.fltr-menu ul {
    list-style: none;
    margin: 0;
    padding: 0
}
.fltr-menu li {
    margin: 15px 0 0;
}
.fltr-menu li a {
    border-bottom: 1px solid rgba(193,169,98,1);
    color: #000000;
}
	.fltr-menu .level-2 {
    margin: 0 0 5px 20px;
    position: relative
}
.fltr-menu .level-2 a:before {
    content: '—';
    position: absolute;
    left: -20px
}
.fltr-menu .level- .active>a {
    font-weight: 600;
    border: none
}
.fltr-menu .active .level-2 .active {
    font-weight: 600;
    border: none
}
.sub-menu .active .level-2 {
    display: block
}
.sub-menu.level-2 {
    display: none
}
.grey-block {
    background: #f3f3f5;
    padding: 20px;
    margin-bottom: 20px;
    overflow: hidden
}
.grey-block h2 {
    color: #010101;
    margin-bottom: 15px
}
.grey-block .padding {
    margin: -40px 0 0 20px
}
.catalog {
    font-size: 0;
    margin-bottom: 40px
}
.catalog .span3 {
    margin-bottom: 20px;
    float: none;
    vertical-align: top;
    display: inline-block;
    font-size: 12px
}
.catalog .span3 a {
    color: #010101;
    display: block;
    padding-bottom: 10px;
	border: 1px solid #FFF;
    border-bottom: 1px solid #F5F5F5;
}
.catalog .span3 a span {
    text-transform: uppercase
}
.catalog .span3 a:hover {
    border: 1px solid #ccc;
	
}
.catalog figure {
    height: 262px;
    line-height: 262px;
    display: block
}
.catalog img {
    vertical-align: middle;
    height: 262px;
    display: inline-block
}
.catalog .pagination {
    float: right;
    width: 847px;
    font-size: 14px;
    text-align: right
}
.catalog .pagination a,
.catalog .pagination .current {
    color: #656565;
    margin: 0 2px
}
.catalog .pagination .page {
    padding: 2px 5px;
    border: 1px solid rgba(101, 101, 101, 0.5)
}
.article {
    color: #010101;
    padding: 3px 7px;
    display: inline-block
}
.table {
    width: 100%;
    margin: 10px 0 30px
}
.table-lined td {
    padding: 5px 10px;
    width: 50%
}
.table-lined td:nth-child(2n) {
    color: #010101
}
.table-lined tr {
    background: #f3f3f5
}
.table-lined tr:nth-child(2n) {
    background: #fff
}
.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 200px;
    margin: 20px auto
}
.white-popup h3 {
    margin: 0 0 10px
}
footer {
    margin-top: 40px;
	text-transform:uppercase;
	font-size:12px;
	padding-bottom:40px;
}
footer .border-top {
    padding: 20px 0
}
footer .strong {
    font-weight: 600;
    color: #010101;
    margin-bottom: 6px
}
footer .f-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 12px
}
footer .f-menu li {
    margin-bottom: 2px
}
footer .f-menu a {
    color: #656565
}
#eFiltr .fltr_colors label {
    border: 2px solid #FFF;
	width: 14px;
    height: 14px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    box-shadow: 0px 0px 3px #555;
    -moz-box-shadow: 0px 0px 3px #555;
    -webkit-box-shadow: 0px 0px 3px #555;
	margin:5px;
}
#eFiltr .fltr_colors label.active {
    border-color: #000
}
.two-cols li {
    display: inline-block;
    width: 120px;
    margin-right: 5px
}
#cd-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 3em;
    margin-bottom: 3em
}
#cd-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -8px;
    height: 100%;
    width: 16px;
    background: url(../img/timeline.png) repeat-y 0 0
}
.cd-timeline-block {
    position: relative;
    margin: 4em 0
}
.cd-timeline-block:after {
    content: "";
    display: table;
    clear: both
}
.cd-timeline-block:first-child {
    margin-top: 0
}
.cd-timeline-block:last-child {
    margin-bottom: 0
}
.cd-timeline-img {
    position: absolute;
    top: 0;
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    background: rgba(193, 169, 98, 0.8);
    border-radius: 50%;
    box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden
}
.cd-timeline-img img {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px
}
.cd-timeline-img.cd-picture {
    background: #75ce66
}
.cd-timeline-img.cd-movie {
    background: #c03b44
}
.cd-timeline-img.cd-location {
    background: #f0ca45
}
.cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden
}
.cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s
}
@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2)
    }
    100% {
        -webkit-transform: scale(1)
    }
}
@-moz-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5)
    }
    60% {
        opacity: 1;
        -moz-transform: scale(1.2)
    }
    100% {
        -moz-transform: scale(1)
    }
}
@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}
.cd-timeline-content {
    position: relative;
    margin-left: 0;
    padding: 20px;
    width: 42%
}
.cd-timeline-content:after {
    content: "";
    display: table;
    clear: both
}
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
    display: inline-block
}
.cd-timeline-content p {
    margin: 1em 0;
    line-height: 1.6
}
.cd-timeline-content .cd-date {
    float: left;
    padding: .8em 0;
    font-style: italic;
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px
}
@media only screen and (min-width: 1170px) {
    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
        float: right
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
        left: auto;
        right: 122%;
        text-align: right
    }
    .cssanimations .cd-timeline-content.is-hidden {
        visibility: hidden
    }
    .cssanimations .cd-timeline-content.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 0.6s;
        -moz-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s
    }
}
@media only screen and (min-width: 1170px) {
    .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
        -webkit-animation: cd-bounce-2-inverse 0.6s;
        -moz-animation: cd-bounce-2-inverse 0.6s;
        animation: cd-bounce-2-inverse 0.6s
    }
}
@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(20px)
    }
    100% {
        -webkit-transform: translateX(0)
    }
}
@-moz-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px)
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(20px)
    }
    100% {
        -moz-transform: translateX(0)
    }
}
@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}
@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px)
    }
    100% {
        -webkit-transform: translateX(0)
    }
}
@-moz-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px)
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(-20px)
    }
    100% {
        -moz-transform: translateX(0)
    }
}
@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}
.mob-graph {
    display: none;
    text-align: center
}
.mob-graph a {
    border: none
}
.mob-graph span {
    display: block;
    margin-bottom: 25px
}
.price-list {
    font-size: 13px
}
.price-list h2 {
    font-size: 16px;
    color: #010101;
    font-weight: 600
}
.price-list .blok {
    margin-top: 20px;
    margin-bottom: 50px
}
.price-list .table {
    width: 100%;
    font-size: 14px
}
.price-list .table td,
.price-list .table th {
    padding: 10px 0;
    text-align: center
}
.price-list .table th {
    font-weight: 400
}
.price-list .table th img {
    margin-bottom: 5px;
    margin-top: 15px
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80)
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}
.mfp-align-top .mfp-container:before {
    display: none
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}
.mfp-ajax-cur {
    cursor: progress
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}
.mfp-auto-cursor .mfp-content {
    cursor: auto
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}
.mfp-loading.mfp-figure {
    display: none
}
.mfp-hide {
    display: none !important
}
.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}
.mfp-preloader a {
    color: #CCC
}
.mfp-preloader a:hover {
    color: #FFF
}
.mfp-s-ready .mfp-preloader {
    display: none
}
.mfp-s-error .mfp-content {
    display: none
}
button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}
button::-moz-focus-inner {
    padding: 0;
    border: 0
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}
.mfp-close:active {
    top: 1px
}
.mfp-close-btn-in .mfp-close {
    color: #333
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}
.mfp-arrow:active {
    margin-top: -54px
}
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7
}
.mfp-arrow-left {
    left: 0
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}
.mfp-arrow-right {
    right: 0
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}
.mfp-iframe-holder .mfp-close {
    top: -40px
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}
.mfp-figure {
    line-height: 0
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444
}
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}
.mfp-figure figure {
    margin: 0
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}
.mfp-image-holder .mfp-content {
    max-width: 100%
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}
@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}
.mfp-ie7 .mfp-img {
    padding: 0
}
.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}
.mfp-ie7 .mfp-container {
    padding: 0
}
.mfp-ie7 .mfp-content {
    padding-top: 44px
}
.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}
.topmenu {
    display: none
}
.flexnav {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
    -webkit-transform-style: preserve-3d;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-height: 0;
    background: #ddd
}
.flexnav.opacity {
    opacity: 0
}
.flexnav.flexnav-show {
    max-height: 2000px;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}
.flexnav.one-page {
    position: fixed;
    top: 50px;
    right: 5%;
    max-width: 200px
}
.flexnav li {
    font-size: 100%;
    position: relative;
    overflow: hidden;
    display: block
}
.flexnav li a {
    position: relative;
    display: block;
    padding: .96em;
    z-index: 2;
    overflow: hidden;
    color: #010101;
    background: #ddd;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15)
}
.flexnav li ul {
    width: 100%
}
.flexnav li ul li {
    font-size: 100%;
    position: relative;
    overflow: hidden
}
.flexnav li ul.flexnav-show li {
    overflow: visible
}
.flexnav li ul li a {
    display: block;
    background: #b2b2af
}
.flexnav ul li ul li a {
    background: #bfbfbc
}
.flexnav ul li ul li ul li a {
    background: #cbcbc9
}
.flexnav .touch-button {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: inline-block;
    background: #acaca1;
    background: rgba(0, 0, 0, 0.075);
    text-align: center
}
.flexnav .touch-button:hover {
    cursor: pointer
}
.flexnav .touch-button .navicon {
    position: relative;
    top: 1.4em;
    font-size: 12px;
    color: #666
}
.menu-button {
    position: relative;
    display: block;
    padding: 1em;
    background: #c1a962;
    color: #010101;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2)
}
.menu-button.one-page {
    position: fixed;
    top: 0;
    right: 5%;
    padding-right: 45px
}
.menu-button .touch-button {
    background: transparent;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center
}
.menu-button .touch-button .navicon {
    font-size: 16px;
    position: relative;
    top: 1em;
    color: #666
}
@media all and (min-width: 800px) {
    body.one-page {
        padding-top: 70px
    }
    .flexnav {
        overflow: visible
    }
    .flexnav.opacity {
        opacity: 1
    }
    .flexnav.one-page {
        top: 0;
        right: auto;
        max-width: 1080px
    }
    .flexnav li {
        position: relative;
        list-style: none;
        float: left;
        display: block;
        background-color: #a6a6a2;
        overflow: visible;
        width: 20%
    }
    .flexnav li a {
        border-left: 1px solid #acaca1;
        border-bottom: none
    }
    .flexnav li>ul {
        position: absolute;
        top: auto;
        left: 0
    }
    .flexnav li>ul li {
        width: 100%
    }
    .flexnav li ul li>ul {
        margin-left: 100%;
        top: 0
    }
    .flexnav li ul li a {
        border-bottom: none
    }
    .flexnav li ul.open {
        display: block;
        opacity: 1;
        visibility: visible;
        z-index: 1
    }
    .flexnav li ul.open li {
        overflow: visible;
        max-height: 100px
    }
    .flexnav li ul.open ul.open {
        margin-left: 100%;
        top: 0
    }
    .menu-button {
        display: none
    }
}
.oldie body.one-page {
    padding-top: 70px
}
.oldie .flexnav {
    overflow: visible
}
.oldie .flexnav.one-page {
    top: 0;
    right: auto;
    max-width: 1080px
}
.oldie .flexnav li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    background-color: #a6a6a2;
    width: 20%;
    min-height: 50px;
    overflow: visible
}
.oldie .flexnav li:hover>ul {
    display: block;
    width: 100%;
    overflow: visible
}
.oldie .flexnav li:hover>ul li {
    width: 100%;
    float: none
}
.oldie .flexnav li a {
    border-left: 1px solid #acaca1;
    border-bottom: none;
    overflow: visible
}
.oldie .flexnav li>ul {
    background: #acaca1;
    position: absolute;
    top: auto;
    left: 0;
    display: none;
    z-index: 1;
    overflow: visible
}
.oldie .flexnav li ul li ul {
    top: 0
}
.oldie .flexnav li ul li a {
    border-bottom: none
}
.oldie .flexnav li ul.open {
    display: block;
    width: 100%;
    overflow: visible
}
.oldie .flexnav li ul.open li {
    width: 100%
}
.oldie .flexnav li ul.open ul.open {
    margin-left: 100%;
    top: 0;
    display: block;
    width: 100%;
    overflow: visible
}
.oldie .flexnav ul li:hover ul {
    margin-left: 100%;
    top: 0
}
.oldie .menu-button {
    display: none
}
.oldie.ie7 .flexnav li {
    width: 19.9%
}
.akciya-form input[type=text], .akciya-form select {
	border-color: #000 !important;
}
.akciya-bg{
	position: absolute;
	right: -200px;
	top: 23px;
  width:180px;
  height:130px;
  background:#333;
  padding:4px;
  border-radius: 4px;
background: -webkit-linear-gradient(bottom left, #a88c4e 1%, #e5e5e5 52%, #a88c4e 100%);
background: -moz-linear-gradient(bottom left, #a88c4e 1%, #e5e5e5 52%, #a88c4e 100%);
background: -o-linear-gradient(bottom left, #a88c4e 1%, #e5e5e5 52%, #a88c4e 100%);
background: linear-gradient(to top right, #a88c4e 1%, #e5e5e5 52%, #a88c4e 100%);
  background-size: 400% 400%;
-webkit-animation: AnimationName 2s ease infinite;
-moz-animation: AnimationName 2s ease infinite;
-o-animation: AnimationName 2s ease infinite;
animation: AnimationName 2s ease infinite;
font-size: 13px;
box-shadow: 1px 1px 5px 1px #9a8d8d;
}
.akciya-gift{
  width: 50px;
  height: 50px;
  background: url("/assets/images/gift2.svg") no-repeat center;
  background-size: 140%;
  display: block;
  margin: auto;
  
}
.akciya-button{
   border-radius: 4px;
  width:180px;
  height:130px;
  display:block;
  color:#fff;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
   text-transform: uppercase;
background: linear-gradient(45deg, #fd0200 1%,#ff7f5b 52%,#fd0200 100%);
background-size: 400% 400%;
   -webkit-animation: AnimationName 2s ease infinite;
-moz-animation: AnimationName 2s ease infinite;
-o-animation: AnimationName 2s ease infinite;
animation: AnimationName 2s ease infinite;
}
.akciya-button:hover {
	color: #fff !important;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 51%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 51%}
    100%{background-position:0% 50%}
}
@-o-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 51%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 51%}
    100%{background-position:0% 50%}
}
@media (max-width: 1600px) {
	.akciya-bg {
		right: 0px;
		top: 110px;
		width: 365px;
		height: 50px;
	}
	.akciya-button {
		width: 365px;
		height: 44px;
		padding-top: 6px;
	}
	.akciya-gift {
		display: block;
		float: left;
		margin-top: -7px;
	}
}
@media (max-width: 1550px) {
	.akciya-right select {
		margin-top: 0 !important;
	}
}
@media screen and (max-width: 1150px) {
    .magaz {
		width: 100%;
	}
	.container {
        width: 760px
    }
	ul.menu {text-align:left;}
	ul.menu li {padding:0 9px;font-size: 12px}
	
    .row {
        margin-left: -20px
    }
    .span1 {
        width: 45px;
        float: left;
        min-height: 1px;
        margin-left: 20px
    }
    .span2 {
        width: 110px;
        float: left;
        min-height: 1px;
        margin-left: 20px
    }
    .span3 {
        width: 175px;
        float: left;
        min-height: 1px;
        margin-left: 20px
    }
    .span4 {
        width: 240px;
        float: left;
        min-height: 1px;
        margin-left: 20px
    }
    .span5 {
        width: 305px;
        float: left;
        min-height: 1px;
        margin-left: 20px
    }
    .span6 {
        width: 370px;
        float: left;
        min-height: 1px;
        margin-left: 20px
    }
    .span7 {
        width: 435px;
        float: left;
        min-height: 1px;
        margin-left: 20px
    }
    .span8 {
        width: 500px;
        float: left;
        min-height: 1px;
        margin-left: 20px
    }
    .span9 {
        width: 565px;
        float: left;
        min-height: 1px;
        margin-left: 20px
    }
    .span10 {
        width: 630px;
        float: left;
        min-height: 1px;
        margin-left: 20px
    }
    .span11 {
        width: 695px;
        float: left;
        min-height: 1px;
        margin-left: 20px
    }
    .span12 {
        width: 760px;
        float: left;
        min-height: 1px;
        margin-left: 20px
    }
    .menu li {
        padding: 0 10px
    }
    .slider,
    .featured,
    .featured {
        height: 450px
    }
    .slider .sliderContent,
    .featured .sliderContent,
    .featured .sliderContent {
        height: 450px
    }
    .slider .sliderContent .item,
    .featured .sliderContent .item,
    .featured .sliderContent .item {
        height: 450px;
        background-size: auto 450px
    }
    .slider .sliderContent .item .span4,
    .featured .sliderContent .item .span4,
    .featured .sliderContent .item .span4 {
        width: 300px;
        margin-left: -40px
    }
    .slider h1,
    .featured h1,
    .slider h2,
    .featured h2,
    .slider h3,
    .featured h3,
    .slider h4,
    .featured h4,
    .featured h1,
    .featured h2,
    .featured h3,
    .featured h4 {
        font-size: 21px;
        margin-bottom: 15px
    }
    .slider .text,
    .featured .text,
    .featured .text {
        padding: 10px;
        margin-left: 40px;
    }

    .featured {
        padding-bottom: 0
    }
    footer {
        font-size: 12px
    }
    .submenu ul {
        margin: 0 50px
    }
    .blog-pop {
        display: none
    }
    .gm_img1 {
        width: 174.66667px
    }
    .gm_img2 {
        width: 384.66667px
    }
    .gm_img3 {
        width: 173.33333px
    }
    .gm_img4 {
        width: 193.33333px
    }
    .gm_img5 {
        width: 370px
    }
    h4 {
        font-size: 13px;
        line-height: 1.4
    }
}
@media screen and (max-width: 750px) {
    .akciya-row .col-xs-12 {
		width: 80% !important;
		margin-left: 10% !important;
		margin-top: 202px !important;
	}
	.akciya-form input[type=text], .akciya-form select {
		width: calc(100% - 20px) !important;
		margin: 0 0 10px 0 !important;
	}
	
	.akciya-left {
		width: 100% !important;
		margin-bottom: 20px !important;
	}
	
	.akciya-bg {
		top: 100px;
	}
	.container {
        width: 570px
    }
    .row {
        margin-left: -10px
    }
    .span1 {
        width: 33.75px;
        float: left;
        min-height: 1px;
        margin-left: 10px
    }
    .span2 {
        width: 82.5px;
        float: left;
        min-height: 1px;
        margin-left: 10px
    }
    .span3 {
        width: 131.25px;
        float: left;
        min-height: 1px;
        margin-left: 10px
    }
    .span4 {
        width: 180px;
        float: left;
        min-height: 1px;
        margin-left: 10px
    }
    .span5 {
        width: 228.75px;
        float: left;
        min-height: 1px;
        margin-left: 10px
    }
    .span6 {
        width: 277.5px;
        float: left;
        min-height: 1px;
        margin-left: 10px
    }
    .span7 {
        width: 326.25px;
        float: left;
        min-height: 1px;
        margin-left: 10px
    }
    .span8 {
        width: 375px;
        float: left;
        min-height: 1px;
        margin-left: 10px
    }
    .span9 {
        width: 423.75px;
        float: left;
        min-height: 1px;
        margin-left: 10px
    }
    .span10 {
        width: 472.5px;
        float: left;
        min-height: 1px;
        margin-left: 10px
    }
    .span11 {
        width: 521.25px;
        float: left;
        min-height: 1px;
        margin-left: 10px
    }
    .span12 {
        width: 570px;
        float: left;
        min-height: 1px;
        margin-left: 10px
    }
    .topmenu {
        display: block
    }
    .for-menu {
        display: none
    }
    .header .span4 {
        position: relative
    }
    .header .phones {
        font-size: 14px;
        margin: 0
    }

    .header .search {
        width: 173px;
        display: none
    }
    .slider,
    .featured,
    .featured {
        height: 600px
    }
    .slider .sliderContent,
    .featured .sliderContent,
    .featured .sliderContent {
        height: 600px
    }
    .slider .sliderContent .item,
    .featured .sliderContent .item,
    .featured .sliderContent .item {
        height: 350px;
        padding-top: 220px;
        background-size: auto 250px
    }
    .slider .sliderContent .item .span4,
    .featured .sliderContent .item .span4,
    .featured .sliderContent .item .span4 {
        width: 80%;
        margin: 0 auto;
        float: none
    }
    .slider .text,
    .featured .text,
    .featured .text {
        margin: 40px 0
    }
    .gm_img1 {
        width: 131px
    }
    .gm_img2 {
        width: 288.5px
    }
    .gm_img3 {
        width: 130px
    }
    .gm_img4 {
        width: 145px
    }
    .gm_img5 {
        width: 277.5px
    }
}
@media screen and (max-width: 569px) {
	.akciya-bg {
		top: auto;
		display: block;
		float: left;
		right: auto;
		margin-top: 5px;
		position: relative;
	}

	.viber{
		display:block;
		top:0!important;
		left:0!important;
	}
	.disc-input{
		margin-top: 0 !important;
	}
    .container {
        width: 90%
    }
	.phones .time {display:none}
	.infoline {
		display:none
	}
       .row {
        margin-left: 0
    }
    .span1 {
        width: 100%;
        float: none;
        min-height: 1px;
        margin-left: 0
    }
    .span2 {
        width: 100%;
        float: none;
        min-height: 1px;
        margin-left: 0
    }
    .span3 {
        width: 100%;
        float: none;
        min-height: 1px;
        margin-left: 0
    }
    .span4 {
        width: 100%;
        float: none;
        min-height: 1px;
        margin-left: 0
    }
    .span5 {
        width: 100%;
        float: none;
        min-height: 1px;
        margin-left: 0
    }
    .span6 {
        width: 100%;
        float: none;
        min-height: 1px;
        margin-left: 0
    }
    .span7 {
        width: 100%;
        float: none;
        min-height: 1px;
        margin-left: 0
    }
    .span8 {
        width: 100%;
        float: none;
        min-height: 1px;
        margin-left: 0
    }
    .span9 {
        width: 100%;
        float: none;
        min-height: 1px;
        margin-left: 0
    }
    .span10 {
        width: 100%;
        float: none;
        min-height: 1px;
        margin-left: 0
    }
    .span11 {
        width: 100%;
        float: none;
        min-height: 1px;
        margin-left: 0
    }
    .span12 {
        width: 100%;
        float: none;
        min-height: 1px;
        margin-left: 0
    }
    .header .phones {
        padding-top: 0;
        line-height: 1.2;
        float: right
    }
	
    .social {
        position: absolute;
        right: 0;
        bottom: 0
    }
    .social a {
        margin-left: 0;
        margin-right: 5px
    }
    .slider,
    .featured,
    .featured {
        height: 600px
    }
    .slider .sliderContent,
    .featured .sliderContent,
    .featured .sliderContent {
        height: 600px
    }
    .slider .sliderContent .item,
    .featured .sliderContent .item,
    .featured .sliderContent .item {
        height: 400px;
        padding-top: 200px;
        background-size: auto 200px
    }
    .slider .sliderContent .item .span4,
    .featured .sliderContent .item .span4,
    .featured .sliderContent .item .span4 {
        width: 100%;
        margin: 0 auto;
        float: none
    }
    .slider .text,
    .featured .text,
    .featured .text {
        margin: 20px 0
    }
    .blog-row .span4,
    .blog>div {
        margin-bottom: 20px
    }
    .blog-row h2 {
        display: block;
        margin-bottom: 5px
    }
    .blog-row .btn-rarr {
        display: inline-block;
        margin-bottom: 15px;
        line-height: 16px;
        margin-left: 0
    }
    .graph-menu {
        display: none
    }
    .mob-graph {
        display: block
    }
    .fltr-menu li {
        display: inline-block;
        margin-right: 10px
    }
    .eFiltr {
        display: block
    }
    .eFiltr .fltr_block,
    .eFiltr .fltr-menu {
        display: inline-block !important;
        width: 49%;
        vertical-align: top
    }
    .eFiltr .fltr_block_interval {
        width: 100%
    }
    footer .row .span3:nth-child(1),
    footer .row .span3:nth-child(2),
    footer .row .span3:nth-child(3) {
        display: none
    }
    .submenu ul {
        margin: 0
    }
}
@media (max-width: 568px) {
	.akciya-bg {
		width: calc(100% - 10px);
	}
	.akciya-button {
		width: 100%;
	}
}
@media (max-width: 395px) {
	.akciya-bg, .akciya-button {
		font-size: 12px;
	}
	
	.akciya-form input[type=submit] {
		width: 100%;
		margin-bottom: 10px;
	}
}
@media (max-width: 374px) {
	.akciya-bg, .akciya-button {
		font-size: 11px;		
		line-height: 14px;
	}
}
.viber{
	    font-size: 12px;
    position: relative;
    top: -3px;
    left: 3px;
}

.news {
    text-align: justify;
}
.news:after {
  display: inline-block;
  content: "";
  width: 100%;
}
/*# sourceMappingURL=main.css.map */




/* сетка акций стар

.action-grid {
    display: inline-block;
    
}
.span-actions {
    margin-left: 0;
   
    margin-bottom: 20px;
    display: inline-block;
    float: left;
    min-height: 1px;
    text-align: center;
    font-size: 12px;
    overflow: hidden;
   
}


.span-actions img {
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}

.span-actions img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}
    
сетка акций стар END*/

/*сетка акций нов*/

.action-grid {
    display: inline-block;
}

.span-actions {

	margin-left: 0;
    margin-bottom: 15px;
    display: inline-block;
    float: left;
    min-height: 1px;
    text-align: center;
    font-size: 12px;
    overflow: hidden;
    height: 240px;
}

.span-animation {
    position: relative;
    z-index: 2;
    bottom:0;
    margin-top: 240px;
    background: rgba( 255, 255, 255, 0.9);
    max-width: 546px;
    max-height: 200px;
    cursor: pointer;
    transition: 0.2s linear;
    padding-bottom: 10px;
  
}

.action-grid a {
    text-decoration: none;
    border-bottom: 1px solid rgba(193, 169, 98, 0.3);
    /*color: #c1a962;*/
    color:#000;
    transition: all 0.3s ease-in-out;
}

.span-actions img {
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}

.action-grid:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}
  
.action-grid:hover .span-animation {
 	bottom:100px;
 }   

.action-grid {
	height: 290px;
    overflow: hidden;
}

.action-date {
	margin: 0 15px;
}

.summary {
	margin: 15px 15px;
}

/*сетка акций нов END*/

/*кнопка победителей*/
.fr.win-button {
    /* background-color: #f75d5d; */
    padding: 10px;
    width: 235px;
    text-align: center;
    font-size: 16px;
    border-radius: 2px;
    border: 1px solid #c1a962;
    /* color: #fff; */
    font-weight: 400;
}
.fr.win-button:hover {
    background-color: #c1a962;
    font-weight: 400;
    color: #fff;
    border: 1px solid #c1a962;
}
/*кнопка победителей END*/


.konfiskat-shops {
    background-color: #f0f0f0;
    padding: 10px 0px 10px 50px;
    margin: 10px;
    cursor: pointer;
}

.konfiskat-shops:hover {
    background-color: #c1a962;
    cursor: pointer;
    color:#fff;
}

.konfiskat-table td {
    border: 1px solid #c1a962;
}