

/* Start:/local/templates/evrotorg/css/libs/slick.css?15179063041776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/evrotorg/css/libs/slick-theme.css?15179063043145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/evrotorg/css/libs/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/evrotorg/css/libs/./fonts/slick.eot');
    src: url('/local/templates/evrotorg/css/libs/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/evrotorg/css/libs/./fonts/slick.woff') format('woff'), url('/local/templates/evrotorg/css/libs/./fonts/slick.ttf') format('truetype'), url('/local/templates/evrotorg/css/libs/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/evrotorg/css/libs/jQuery-ui-Slider-Pips.css?15179063048811*/
/*! jQuery-ui-Slider-Pips - v1.11.4 - 2016-09-04
* Copyright (c) 2016 Simon Goellner <simey.me@gmail.com>; Licensed MIT */

/* HORIZONTAL */
/* increase bottom margin to fit the pips */
.ui-slider-horizontal.ui-slider-pips {
  margin-bottom: 1.4em;
}

/* default hide the labels and pips that arnt visible */
/* we just use css to hide incase we want to show certain */
/* labels/pips individually later */
.ui-slider-pips .ui-slider-label,
.ui-slider-pips .ui-slider-pip-hide {
  display: none;
}

/* now we show any labels that we've set to show in the options */
.ui-slider-pips .ui-slider-pip-label .ui-slider-label {
  display: block;
}

/* PIP/LABEL WRAPPER */
/* position each pip absolutely just below the default slider */
/* and also prevent accidental selection */
.ui-slider-pips .ui-slider-pip {
  width: 2em;
  height: 1em;
  line-height: 1em;
  position: absolute;
  font-size: 0.8em;
  color: #999;
  overflow: visible;
  text-align: center;
  top: 20px;
  left: 20px;
  margin-left: -1em;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ui-state-disabled.ui-slider-pips .ui-slider-pip {
  cursor: default;
}

/* little pip/line position & size */
.ui-slider-pips .ui-slider-line {
  background: #999;
  width: 1px;
  height: 3px;
  position: absolute;
  left: 50%;
}

/* the text label postion & size */
/* it overflows so no need for width to be accurate */
.ui-slider-pips .ui-slider-label {
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -1em;
  width: 2em;
}

/* make it easy to see when we hover a label */
.ui-slider-pips:not(.ui-slider-disabled) .ui-slider-pip:hover .ui-slider-label {
  color: black;
  font-weight: bold;
}

/* VERTICAL */
/* vertical slider needs right-margin, not bottom */
.ui-slider-vertical.ui-slider-pips {
  margin-bottom: 1em;
  margin-right: 2em;
}

/* align vertical pips left and to right of the slider */
.ui-slider-vertical.ui-slider-pips .ui-slider-pip {
  text-align: left;
  top: auto;
  left: 20px;
  margin-left: 0;
  margin-bottom: -0.5em;
}

/* vertical line/pip should be horizontal instead */
.ui-slider-vertical.ui-slider-pips .ui-slider-line {
  width: 3px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
}

.ui-slider-vertical.ui-slider-pips .ui-slider-label {
  top: 50%;
  left: 0.5em;
  margin-left: 0;
  margin-top: -0.5em;
  width: 2em;
}

/* FLOATING HORIZTONAL TOOLTIPS */
/* remove the godawful looking focus outline on handle and float */
.ui-slider-float .ui-slider-handle:focus,
.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip-label,
.ui-slider-float .ui-slider-handle:focus .ui-slider-tip,
.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip-label,
.ui-slider-float .ui-slider-handle:focus .ui-slider-tip-label
.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip-label {
  outline: none;
}

/* style tooltips on handles and on labels */
/* also has a nice transition */
.ui-slider-float .ui-slider-tip,
.ui-slider-float .ui-slider-tip-label {
  position: absolute;
  visibility: hidden;
  top: -40px;
  display: block;
  width: 34px;
  margin-left: -18px;
  left: 50%;
  height: 20px;
  line-height: 20px;
  background: white;
  border-radius: 3px;
  border: 1px solid #888;
  text-align: center;
  font-size: 12px;
  opacity: 0;
  color: #333;
  -webkit-transition-property: opacity, top, visibility;
  transition-property: opacity, top, visibility;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transition-duration: 200ms, 200ms, 0ms;
  transition-duration: 200ms, 200ms, 0ms;
  -webkit-transition-delay: 0ms, 0ms, 200ms;
  transition-delay: 0ms, 0ms, 200ms;
}

/* show the tooltip on hover or focus */
/* also switch transition delay around */
.ui-slider-float .ui-slider-handle:hover .ui-slider-tip,
.ui-slider-float .ui-slider-handle.ui-state-hover .ui-slider-tip,
.ui-slider-float .ui-slider-handle:focus .ui-slider-tip,
.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip,
.ui-slider-float .ui-slider-handle.ui-state-active .ui-slider-tip,
.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
  opacity: 1;
  top: -30px;
  visibility: visible;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-delay: 200ms, 200ms, 0ms;
  transition-delay: 200ms, 200ms, 0ms;
}

/* put label tooltips below slider */
.ui-slider-float .ui-slider-pip .ui-slider-tip-label {
  top: 42px;
}

.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
  top: 32px;
  font-weight: normal;
}

/* give the tooltip a css triangle arrow */
.ui-slider-float .ui-slider-tip:after,
.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
  content: " ";
  width: 0;
  height: 0;
  border: 5px solid rgba(255, 255, 255, 0);
  border-top-color: white;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
}

/* put a 1px border on the tooltip arrow to match tooltip border */
.ui-slider-float .ui-slider-tip:before,
.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
  content: " ";
  width: 0;
  height: 0;
  border: 5px solid rgba(255, 255, 255, 0);
  border-top-color: #888;
  position: absolute;
  bottom: -11px;
  left: 50%;
  margin-left: -5px;
}

/* switch the arrow to top on labels */
.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
  border: 5px solid rgba(255, 255, 255, 0);
  border-bottom-color: white;
  top: -10px;
}

.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
  border: 5px solid rgba(255, 255, 255, 0);
  border-bottom-color: #888;
  top: -11px;
}

/* FLOATING VERTICAL TOOLTIPS */
/* tooltip floats to left of handle */
.ui-slider-vertical.ui-slider-float .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-tip-label {
  top: 50%;
  margin-top: -11px;
  width: 34px;
  margin-left: 0px;
  left: -60px;
  color: #333;
  -webkit-transition-duration: 200ms, 200ms, 0;
  transition-duration: 200ms, 200ms, 0;
  -webkit-transition-property: opacity, left, visibility;
  transition-property: opacity, left, visibility;
  -webkit-transition-delay: 0, 0, 200ms;
  transition-delay: 0, 0, 200ms;
}

.ui-slider-vertical.ui-slider-float .ui-slider-handle:hover .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-handle.ui-state-hover .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-handle:focus .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-handle.ui-state-active .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
  top: 50%;
  margin-top: -11px;
  left: -50px;
}

/* put label tooltips to right of slider */
.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label {
  left: 47px;
}

.ui-slider-vertical.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
  left: 37px;
}

/* give the tooltip a css triangle arrow */
.ui-slider-vertical.ui-slider-float .ui-slider-tip:after,
.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
  border: 5px solid rgba(255, 255, 255, 0);
  border-left-color: white;
  border-top-color: transparent;
  position: absolute;
  bottom: 50%;
  margin-bottom: -5px;
  right: -10px;
  margin-left: 0;
  top: auto;
  left: auto;
}

.ui-slider-vertical.ui-slider-float .ui-slider-tip:before,
.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
  border: 5px solid rgba(255, 255, 255, 0);
  border-left-color: #888;
  border-top-color: transparent;
  position: absolute;
  bottom: 50%;
  margin-bottom: -5px;
  right: -11px;
  margin-left: 0;
  top: auto;
  left: auto;
}

.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
  border: 5px solid rgba(255, 255, 255, 0);
  border-right-color: white;
  right: auto;
  left: -10px;
}

.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
  border: 5px solid rgba(255, 255, 255, 0);
  border-right-color: #888;
  right: auto;
  left: -11px;
}

/* SELECTED STATES */
/* Comment out this chuck of code if you don't want to have
        the new label colours shown */
.ui-slider-pips [class*=ui-slider-pip-initial] {
  font-weight: bold;
  color: #14CA82;
}

.ui-slider-pips .ui-slider-pip-initial-2 {
  color: #1897C9;
}

.ui-slider-pips [class*=ui-slider-pip-selected] {
  font-weight: bold;
  color: #FF7A00;
}

.ui-slider-pips .ui-slider-pip-inrange {
  color: black;
}

.ui-slider-pips .ui-slider-pip-selected-2 {
  color: #E70081;
}

.ui-slider-pips [class*=ui-slider-pip-selected] .ui-slider-line,
.ui-slider-pips .ui-slider-pip-inrange .ui-slider-line {
  background: black;
}
/* End */


/* Start:/local/templates/evrotorg/css/libs/flickity.css?15179063042393*/
/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button:hover { background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
/* End */


/* Start:/local/templates/evrotorg/css/libs/jquery.formstyler.css?15179063042169*/
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
/* End */


/* Start:/local/templates/evrotorg/css/libs/jquery.formstyler.theme.css?151790630410731*/
.jq-checkbox,
.jq-radio {
	vertical-align: -4px;
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
	border: 1px solid #C3C3C3;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	cursor: pointer;
}
.jq-checkbox.focused,
.jq-radio.focused {
	border: 1px solid #08C;
}
.jq-checkbox.disabled,
.jq-radio.disabled {
	opacity: .55;
}
.jq-checkbox {
	border-radius: 3px;
}
.jq-checkbox.checked .jq-checkbox__div {
	width: 8px;
	height: 4px;
	margin: 3px 0 0 3px;
	border-bottom: 2px solid #666;
	border-left: 2px solid #666;
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
}
.jq-radio {
	border-radius: 50%;
}
.jq-radio.checked .jq-radio__div {
	width: 10px;
	height: 10px;
	margin: 3px 0 0 3px;
	border-radius: 50%;
	background: #777;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.7);
}
.jq-file {
	width: 270px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.jq-file input {
	cursor: pointer;
}
.jq-file__name {
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	padding: 0 80px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1;
	font: 14px/32px Arial, sans-serif;
	color: #333;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-file:hover .jq-file__browse {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.focused .jq-file__name {
	border: 1px solid #5794BF;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number {
	position: relative;
	vertical-align: middle;
	padding: 0 36px 0 0;
}
.jq-number__field {
	width: 100px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
}
.jq-number__field:hover {
	border-color: #B3B3B3;
}
.jq-number__field input {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 9px;
	border: none;
	outline: none;
	background: none;
	font: 14px Arial, sans-serif;
	color: #333;
}
.jq-number__spin {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 14px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
.jq-number__spin.minus {
	top: auto;
	bottom: 0;
}
.jq-number__spin:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-number__spin:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-number__spin:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 11px;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #999;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
	top: 5px;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
	border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
	border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
	border: 1px solid #5794BF;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number.disabled .jq-number__spin:after {
	border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
	border-top-color: #AAA;
}
.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
}
.jq-selectbox__select {
	height: 32px;
	padding: 0 45px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-selectbox__select:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-selectbox__select:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-selectbox.focused .jq-selectbox__select {
	border: 1px solid #5794BF;
}
.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-selectbox__select-text {
	display: block;
	width: 100%;
}
.jq-selectbox .placeholder {
	color: #888;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
	border-left: 1px solid #CCC;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 14px;
	right: 12px;
	width: 0;
	height: 0;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #000;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	border-top-color: #AAA;
}
.jq-selectbox__dropdown {
	box-sizing: border-box;
	width: 100%;
	margin: 2px 0 0;
	padding: 0;
	border: 1px solid #CCC;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	font: 14px/18px Arial, sans-serif;
}
.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	border: 1px solid #CCC;
	border-radius: 3px;
	outline: none;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==') no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li {
	min-height: 18px;
	padding: 5px 10px 6px;
	color: #231F20;
}
.jq-selectbox li.selected {
	background-color: #A3ABB1;
	color: #FFF;
}
.jq-selectbox li:hover {
	background-color: #08C;
	color: #FFF;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}
.jq-select-multiple {
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/18px Arial, sans-serif;
	color: #333;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
	padding: 8px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
}
input[type='search'].styler {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type='email'].styler:hover:focus,
input[type='password'].styler:hover:focus,
input[type='search'].styler:hover:focus,
input[type='tel'].styler:hover:focus,
input[type='text'].styler:hover:focus,
input[type='url'].styler:hover:focus,
textarea.styler:hover:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
	overflow: visible;
	padding: 8px 11px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	outline: none;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
button.styler.styler::-moz-focus-inner,
input[type='button'].styler.styler::-moz-focus-inner,
input[type='submit'].styler.styler::-moz-focus-inner,
input[type='reset'].styler.styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
button.styler:active,
input[type='button'].styler:active,
input[type='submit'].styler:active,
input[type='reset'].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
/* End */


/* Start:/local/templates/evrotorg/css/libs/magnific-popup.css?15179063046951*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.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;
  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;
  box-shadow: none;
  touch-action: manipulation; }

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;
  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; }
  .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;
  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; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    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 {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    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; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.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; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .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;
    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; } }

/* End */


/* Start:/local/templates/evrotorg/css/style.css?1538623826122487*/
/**/.my-logo,body,legend,td,th{padding:0}html{font-family:Arial,Tahoma,sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent;text-decoration:none}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0}table{border-collapse:collapse;border-spacing:0}.my-logo{position:fixed;bottom:0;left:0;margin:0}.my-logo__pic{border:0;vertical-align:middle;width:50px;height:50px}body{margin:0;font:1em/1.4em sans-serif;color:#353535}.clearfix:after,.clearfix:before{content:" ";display:table}.clearfix:after{clear:both}footer,header,section{min-height:10px}.flex-center{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:-moz-box;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;-moz-box-pack:center;justify-content:center}.flex-around,.flex-start{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox}.flex-start{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:-moz-box;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;-moz-box-pack:start;justify-content:flex-start}.flex-around{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:-moz-box;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.flex-between{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:-moz-box;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;-moz-box-pack:justify;justify-content:space-between}.flex-wrap{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-vertical_center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;-moz-box-align:center;align-items:center}.width-25{width:25%}.width-33{width:33.3%}.width-50{width:50%}.width-100{width:100%}ul>li{list-style:none}


/*---------------------------------------------------------------FONTS---------------------------------------------------------------*/
@font-face {
	font-family: "roboto";
	font-style: normal;
	font-weight: bold;

	src: url("/local/templates/evrotorg/css/../fonts/RobotoBold/RobotoBold.eot");
	src: url("/local/templates/evrotorg/css/../fonts/RobotoBold/RobotoBold.eot?#iefix") format("embedded-opentype"), url("/local/templates/evrotorg/css/../fonts/RobotoBold/RobotoBold.woff") format("woff"), url("/local/templates/evrotorg/css/../fonts/RobotoBold/RobotoBold.ttf") format("truetype");
}
@font-face {
	font-family: "roboto";
	font-style: normal;
	font-weight: bolder;

	src: url("/local/templates/evrotorg/css/../fonts/RobotoBlack/robotoblack.eot");
	src: url("/local/templates/evrotorg/css/../fonts/RobotoBlack/robotoblack.eot?#iefix") format("embedded-opentype"), url("/local/templates/evrotorg/css/../fonts/RobotoBlack/robotoblack.woff") format("woff"), url("/local/templates/evrotorg/css/../fonts/RobotoBlack/robotoblack.ttf") format("truetype");
}

@font-face {
	font-family: "roboto";
	font-style: normal;
	font-weight: 100;

	src: url("/local/templates/evrotorg/css/../fonts/RobotoLight/RobotoLight.eot");
	src: url("/local/templates/evrotorg/css/../fonts/RobotoLight/RobotoLight.eot?#iefix") format("embedded-opentype"), url("/local/templates/evrotorg/css/../fonts/RobotoLight/RobotoLight.woff") format("woff"), url("/local/templates/evrotorg/css/../fonts/RobotoLight/RobotoLight.ttf") format("truetype");
}

@font-face {
	font-family: "roboto";
	font-style: normal;
	font-weight: 600;

	src: url("/local/templates/evrotorg/css/../fonts/RobotoMedium/RobotoMedium.eot");
	src: url("/local/templates/evrotorg/css/../fonts/RobotoMedium/RobotoMedium.eot?#iefix") format("embedded-opentype"), url("/local/templates/evrotorg/css/../fonts/RobotoMedium/RobotoMedium.woff") format("woff"), url("/local/templates/evrotorg/css/../fonts/RobotoMedium/RobotoMedium.ttf") format("truetype");
}
@font-face {
	font-family: "roboto";
	font-style: normal;
	font-weight: normal;

	src: url("/local/templates/evrotorg/css/../fonts/RobotoRegular/RobotoRegular.eot");
	src: url("/local/templates/evrotorg/css/../fonts/RobotoRegular/RobotoRegular.eot?#iefix") format("embedded-opentype"), url("/local/templates/evrotorg/css/../fonts/RobotoRegular/RobotoRegular.woff") format("woff"), url("/local/templates/evrotorg/css/../fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
}

/*---------------------------------------------------------------STYLE---------------------------------------------------------------*/
body{
    font-family: "roboto";
    font-weight: 100;
}
p{
    margin: 0;
}
a{
    color: #92be1d;
}
*{
    outline: none;
}
.makro_link4{
    display: inline-block;
    margin-bottom: 7px;
}
#nav-icon4{
    display: none;
}
.container{
    max-width: 1150px;
    margin: 0 auto;
}
/*----------------------//////////////////HEADER//////////////////----------------------*/
header{
    background-color: #383b40;
    color: #fff;
}
header .top_bar{
    padding: 9px 0;
    font-size: 13px;
}
.header_korzina_a{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    color: #fff;
}
.header_korzina_a span{
    margin-right: 16px;
}
.header_korzina_a i:nth-child(1){
    float: left;
    margin-right: 12px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.header_korzina_a:hover i:nth-child(1){
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
}
.header_korzina_a i:nth-child(2){
    float: right;
    margin-left: 16px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.header_korzina_a:hover i:nth-child(2){
   -webkit-transform: translateX(10px);
   -ms-transform: translateX(10px);
   -o-transform: translateX(10px);
   -moz-transform: translateX(10px);
        transform: translateX(10px);
}
.header_search{
    position: relative;
}
.header_search i{
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
}
.header_search input{
    width: 450px;
    background-color: #232528;
    border: none;
    outline: none;
    padding: 8px 13px;
    color: #919294;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
         border-radius: 2px;
}
.header_lang .active{
    border: 1px solid #232528;
    background-color: #232528;
}
.header_lang div{
    padding: 4px 6px;
    border: 1px solid #64666a;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
         border-radius: 2px;
    margin-right: 6px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    cursor: pointer;
}
.header_lang div:hover{
    border: 1px solid #232528;
    background-color: #232528;
}
.header_lang p{
    margin-right: 12px;
}
header .block_menu{
    padding: 25px 0;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 1px #eeeeee;
    -moz-box-shadow: 1px 1px 1px #eeeeee;
         box-shadow: 1px 1px 1px #eeeeee;
}
.block_menu_logo{
    width: 256px;
}
.block_menu_logo img{
    width: 100%;
}
.block_menu_ul ul li{
    padding: 5px 25px 6px;
    border-right: 1px solid #d9d9d9;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    position: relative;
}
.block_menu_ul ul li a{
  font-size: 15px;
  color: rgb(0, 0, 0);
  line-height: 1.2;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.block_menu_ul ul li:hover a{
    color: #a3c93d;
/*    border-left: 1px solid #d9d9d9;*/
/*    border-right: 1px solid #d9d9d9;*/
}
.block_menu_ul ul li:last-child{
    border-right: 1px solid transparent;
}
.block_menu_ul ul li:nth-child(1){
    border-left: 1px solid rgba(217, 217, 217, 0);
}
.block_menu_ul ul li:nth-child(1):hover{
    border-left: 1px solid #d9d9d9;
}
.block_menu_ul ul li:last-child:hover{
    border-right: 1px solid #d9d9d9;
}
.block_menu_ul {
    width: calc(100% - 315px);
}
.main_menu li:hover:before{
    content: "";
    width: 100%;
    height: 2px;
    background-color:#a3c93d;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.open_M_drop{
    display: none;
}
.main_menu li .drop_menu{
    display: none;
    position: absolute;
    min-width: 200px;
    top: 55px;
    left: -1px;
    padding-left: 0;
    z-index: 999;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding-top: 10px;
}
.main_menu li .drop_menu li{
    padding: 0;
    border-bottom: 1px solid #fff;
    padding: 0 10px;
    border-right: 0;
    background-color: #fff;

}
.main_menu li .drop_menu li::before{
    content: none;
}
.main_menu li .drop_menu li a{
    padding: 20px 0;
    display: inline-block;
    width: 100%;
    color: #222222;
    border-bottom: 1px solid #d9d9d9;
}
.main_menu li .drop_menu li{
    border: 0;
}.main_menu li .drop_menu li:hover{
    border: 0;
}
.main_menu li .drop_menu li:last-child:hover a{
    border: 0;
}.main_menu li .drop_menu li:last-child a{
    border: 0;
}

.main_menu li .drop_menu li a:hover{
    color: #a3c93d;
}
.main_menu li:hover .drop_menu{
    display: block;

}





/*-----------/////////////////MAIN_CONTENT/////////////////-----------*/
article{
    background-color: #f5f5f5;
    padding-top: 50px;
}
.main_slide{
    width: 756px;
    height: 346px;
    -webkit-box-shadow: 1.286px 1.532px 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1.286px 1.532px 2px 0px rgba(0, 0, 0, 0.1);
         box-shadow: 1.286px 1.532px 2px 0px rgba(0, 0, 0, 0.1);
}
.block_slide{
    height: 346px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -moz-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -moz-box-align: end;
    align-items: flex-end;
    -webkit-background-size: cover;
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
}
.block_slide .text_slide{
    width: 170px;
    height: 130px;
    padding-right: 36px;
    padding-bottom: 45px;
    text-align: right;
    background: url(/local/templates/evrotorg/css/../images/circle.png);
    padding-top: 60px;
    padding-left: 70px;
    opacity: 0.9;
}
.block_slide .text_slide .time{
    font-size: 14px;
    color: rgb(136, 186, 3);
    text-decoration: underline;
    margin-bottom: 15px;
    padding: 0;
    border: 0;
    margin-bottom: 5px;
}
.block_slide .text_slide .time:hover{
    background-color: transparent;
    text-decoration: none;
    color: rgb(136, 186, 3);
}
.block_slide .text_slide .info{
    font-size: 18px;
    line-height: 1.3;
    text-align: right;
    color: #fff;
    margin-bottom: 25px;
    font-weight: 600;
}
.block_slide .text_slide a{
    padding: 5px 15px;
    border: 1px solid rgb(136, 186, 3);
    color: rgb(136, 186, 3);
    font-size: 14px;
    line-height: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.block_slide .text_slide a:hover{
    background-color: rgb(136, 186, 3);
    color: #fff;
}
.main_slide .slick-prev, .main_slide .slick-next{
    top: 140px;
    width: 40px;
    height: 40px;
    background-color: rgba(175, 175, 175, 0);
}
.main_slide .slick-prev:before, .main_slide .slick-next:before{
    font-size: 17px;
}
.main_slide .slick-prev{
    left: auto;
    right: 70px;
    z-index: 2;
    border-top-left-radius: 50%;
/*    border-bottom-left-radius: 10px;*/
}
.main_slide .slick-next {
    right: 30px;
/*    border-top-right-radius: 10px;*/
    border-bottom-right-radius: 50%;
}
.main_slide .slick-prev::before{
    content: url(/local/templates/evrotorg/css/../images/sl_arrow_left.png);
}
.main_slide .slick-next::before{
    content: url(/local/templates/evrotorg/css/../images/sl_arrow_right.png);
}

.block_news{
    width: 365px;
    height: 346px;
    background-color: #fff;
    -webkit-box-shadow: 1.286px 1.532px 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1.286px 1.532px 2px 0px rgba(0, 0, 0, 0.1);
         box-shadow: 1.286px 1.532px 2px 0px rgba(0, 0, 0, 0.1);
}
.block_news .title{
    padding: 25px 40px;
    font-size: 16px;
    color: rgb(25, 25, 25);
    font-weight: 600;
    border-bottom: 1px solid #e7e7e7;
}

.block_news .title a{
    color: rgb(25, 25, 25);
    text-decoration: underline;
}
.news_slide_container{
    padding: 17px 39px;
    border-bottom: 1px solid #e7e7e7 !important;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    height: 91px !important;
	box-sizing: border-box;
    overflow: hidden;

}
.news_slide_container:hover{
    background-color: rgba(0, 0, 0, 0.05);
}
.news_slide_container .date{
    font-size: 13px;
    color: rgb(136, 186, 3);
}
.news_slide_container .info{
    font-size: 12px;
    color: rgb(25, 25, 25);
    line-height: 1.1;
}
.news_slide {
 height: 273px;
}
.news_slide .slick-prev:before, .news_slide .slick-next:before{
    font-size: 0;
}
.news_slide .slick-next{
    right: 0px;
    top: -19px;
}
.news_slide .slick-next::before{
    content: url(/local/templates/evrotorg/css/../images/sl_arrow_Down.png);
}
.news_slide .slick-prev::before{
    content: url(/local/templates/evrotorg/css/../images/sl_arrow_Up.png);
}
.news_slide .slick-prev, .news_slide .slick-next{
    background-color: #383b40;
    width: 35px;
    height: 35px;
}
.news_slide .slick-prev{
    left: auto;
    right: 0px;
    top: -55px;
    z-index: 2;
}
.container_info{
    margin-top: 30px;
    padding-bottom: 30px;
}
.block_info{
    width: 364px;
    height: 248px;
    border: 4px solid #fff;
/*
    -webkit-background-size: cover;
            -moz-background-size: cover;
              -o-background-size: cover;
         background-size: cover;
*/
    -webkit-transition: 0s;
    -o-transition: 0s;
    -moz-transition: 0s;
    transition: 0s;
    overflow: hidden;
    margin-right: 15px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
}
.block_info:nth-child(3),
.block_info:nth-child(6),
.block_info:nth-child(9),
.block_info:nth-child(12),
.block_info:nth-child(15),
.block_info:nth-child(18),
.block_info:nth-child(21) {
    margin-right: 0;
}
.block_info_all{
    position: relative;
    width: 373px;
    height: 256px;
    margin-right: 15.5px;
    margin-bottom: 15px;
	transition: 0;
}
.block_info_all:nth-child(3){
    margin-right: 0;
}
.block_info_all .block_info{
    -webkit-filter: none;
    filter: none;
	transition: 0 !important;
}
.block_info_all .text{
    width: 356px;
    height: 60px;
    position: absolute;
    bottom:4px;
    left: 4px;
    z-index: 999;
    border: 4px solid rgba(255, 255, 255, 0);
    background-color: rgba(26, 30, 33, 0.85);
}
.block_info_all .text .name{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 15px;
    background: url(/local/templates/evrotorg/css/../images/info_arrow_green.png) right center no-repeat;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    margin-left: 30px;
    margin-right: 30px;
}
.block_info_all .text .desc{
    font-size: 13px;
    color: rgb(255, 255, 255);
    line-height: 1.538;
    visibility: hidden;
    margin: 0 30px;
    display: none;
}
.block_info_all:hover .text{
    background-color: rgba(26, 30, 33, 0.85);
    /* height: -webkit-calc(246px - 90px);
    height: -moz-calc(246px - 90px);
    height: calc(246px - 90px); */
    padding-top: 90px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    border: 4px solid #fff;
    bottom: 3px;
    /* width: 364px; */
	height: calc(100% - 2px);
	width: 100%;
	box-sizing: border-box;
}
.block_info_all:hover .text::before{
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    width: 372px;
    height: 4px;
    background-color: rgb(149, 193, 31);
    z-index: 2;
}
.block_info_all:hover .block_info{
    -webkit-filter: blur(3px);
            filter: blur(3px);
	transition: 0 !important;
    /* height: 245px; */
}

.block_info_all:hover .text .desc{
    visibility: visible;
}
.block_info_all:hover .text .name{
    color: rgb(149, 193, 31);
    background: url(/local/templates/evrotorg/css/../images/info_arrow_white.png) right center no-repeat;
}
footer{
    background-color: #f5f5f5;
    font-weight: normal;
}
footer .container{
    padding: 25px 0;
    border-top: 1px solid #e2e2e3;
}
.footer_logo{
    width: 265px;
}
.footer_text{
    width: -webkit-calc(100% - 287px);
    width: -moz-calc(100% - 287px);
    width: calc(100% - 287px);
}
.footer_text p:nth-child(1){
    font-size: 13px;
    color: rgba(24, 24, 24, 0.502);
    line-height: 1.3;
    margin-bottom: 15px;
}
.footer_text p:nth-child(2){
    font-size: 13px;
    color: rgb(0, 0, 0);
}
.footer_text p a{
    color: #8fbe13;
    text-decoration: underline;
    margin-left: 3px;
}
.footer_text p a:hover{
    text-decoration: none;
}
/*------------------------------------------------------------Другие страницы------------------------------------------------------------*/
.left_menu{
    width: 266px;
}
.left_button{
    display: none;
}
.left_menu ul{
    margin: 0;
    padding: 0;
}
.left_menu ul li{
    background-color: #383b40;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    border-bottom: 1px solid #4b4e53;
    border-left: 5px solid transparent;
    font-weight: normal;
}
.left_menu ul .active{
    background-color: #222427;
    position: relative;
}
.left_menu ul .active a{
    font-weight: bolder;
}
.left_menu ul .active::after{
    content: " ";
    position: absolute;
    top:0;
    left: -5px;
    height: 100%;
    width: 5px;
    background-color: #95c11f;
}
.left_menu ul .active::after{
    content: " ";
    position: absolute;
    top:0;
    left: -5px;
    height: 100%;
    width: 5px;
    background-color: #95c11f;
}
.left_menu ul li:hover{
    background-color: #222427;
    position: relative;
}
.left_menu ul li:hover:after{
    content: " ";
    position: absolute;
    top:0;
    left: -5px;
    height: 100%;
    width: 5px;
    background-color: #95c11f;
}

.left_menu ul li a{
    font-size: 15px;
    color: rgb(255, 255, 255);
    padding-left: 27px;
    font-weight: normal;
    display: inline-block;
    padding: 19px 0 17px 27px;
    width: calc(100% - 46px);
}
.content{
    width: -webkit-calc(100% - 376px);
    width: -moz-calc(100% - 376px);
    width: calc(100% - 376px);
    background-color: #fff;
    padding: 0 40px;
    min-height: 650px;
    margin-bottom: 35px;
    -webkit-box-shadow: 1.286px 1.532px 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1.286px 1.532px 2px 0px rgba(0, 0, 0, 0.1);
         box-shadow: 1.286px 1.532px 2px 0px rgba(0, 0, 0, 0.1);
}

.content h1{
    font-size: 21px;
    color: rgb(25, 25, 25);
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    margin-top: 40px;
    padding-bottom: 35px;
    border-bottom: 1px solid #e5e5e5;
}
.content_tabs .tabs{
    padding-left: 0;
}
.content_tabs .tabs li{
    padding: 14px 30px;
    border: 1px solid #383b40;
    margin-left: -1px;
    font-size: 15px;
    color: rgb(56, 59, 64);
    font-weight: 100;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.content_tabs .tabs li:hover{
    background-color: #383b40;
    color: #fff;
}
.content_tabs .tabs .active{
    background-color: #383b40;
    color: #fff;
}
.list_content{
    padding-left: 0;
}
.list_content li a img{
    width: 125px;
    height: 89px;
    margin-bottom: 10px;
}
.list_content li:nth-child(1) a img{
    width: 400px;
    height: 250px;
}
.list_content_calendar li a img{
    width: auto !important;
    height: auto !important;
    margin-bottom: 0;
}
.list_content li{
    padding: 11px;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.list_content li:hover{
    background-color: #e5e5e5;
}
.list_content li a img{
    float: left;
    margin-right: 20px;
}
.news_info .date{
    font-size: 14px;
    color: rgb(149, 193, 31);
    margin-bottom: 20px;
    line-height: 1;
}
.news_info .zag{
    font-size: 16px;
    color: rgb(14, 14, 14);
    font-weight: bold;
    margin-bottom: 30px;
}
.news_info .text{
    font-size: 13px;
    color: rgb(14, 14, 14);
}

/*----------------/////////////////////////////////////////Логотипы/////////////////////////////////////////----------------*/
.container_logotype {
/*    border-top: 1px solid #e4e4e4;*/
    padding-top: 25px;
}
.container_logotype .block{
    width: 33.3%;
    padding: 40px 0 30px;
    border: 1px solid #e4e4e4;
    margin-left: 1px;
}
.container_logotype .block img{
    max-width: 180px;
}
.container_logotype .block .zag{
    margin-top: 25px;
    font-size: 13px;
    color: rgb(0, 0, 0);
    width: 100%;
    text-align: center;
    line-height: 1;
    margin-bottom: 11px;
}
.container_logotype .block .link a{
    padding: 5px 7px;
    background-color: #383b40;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
         border-radius: 2px;
    color: #fff;
    font-size: 11px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.container_logotype .block .link a:hover{
    background-color: #000000;
}

/*-------------------------////////////////Забыли пароль////////////////-------------------------*/
/*------------------------////////////////Вход в учетную запись////////--------------------------*/
.form_forgot_password .zag{
    padding-top: 30px;
/*    border-top: 1px solid #e5e5e5;*/
    font-size: 17px;
    color: rgb(88, 88, 88);
}
/*
.form_forgot_password,
.form_enter{
    position: relative;
}
*/

.form_forgot_password form, .form_enter form{
    max-width: 370px;
    margin: 40px auto 0;
    display: block;
}
.form_forgot_password form p, .form_enter form p{
    font-size: 19px;
    color: rgb(25, 25, 25);
    margin-bottom: 20px;

}
.form_forgot_password form input, .form_enter form input{
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px);
    border: none;
    outline: none;
    background-color: #f5f5f5;
    height: 38px;
    -webkit-box-shadow: inset 0.643px 0.766px 2px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: inset 0.643px 0.766px 2px 0px rgba(0, 0, 0, 0.16);
         box-shadow: inset 0.643px 0.766px 2px 0px rgba(0, 0, 0, 0.16);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
         border-radius: 2px;
    margin-bottom: 40px;
    padding: 0 5px;
}
.form_forgot_password form input{
    margin-bottom: 30px;
}

.form_forgot_password form .button_submit, .form_enter form .button_submit{
    background-color: #89c01b;
    font-weight: bold;
    color: #fff;
    width: auto;
    border: 1px solid transparent;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    padding: 5px 20px;
}
.form_forgot_password form .button_submit:hover, .form_enter form .button_submit:hover{
    background-color: #fff;
    font-weight: bold;
    color: #89c01b;
    border: 1px solid #89c01b;
}
.form_enter form a{
    font-size: 15px;
    color: rgb(137, 192, 27);
    text-decoration: underline;
    float: right;
    margin-top: 5px;
}
.form_enter form a:hover{
    text-decoration: none;
}
/*-------------------------////////////////Корпоративное управление////////////////-------------------------*/
.container_upravlenie{
    padding-top: 42px;
}
.container_upravlenie .block_lead{
    width: 238px;
    margin-right: 30px;
    margin-bottom: 34px;
}
.container_upravlenie .block_lead:nth-child(3),
.container_upravlenie .block_lead:nth-child(6),
.container_upravlenie .block_lead:nth-child(9),
.container_upravlenie .block_lead:nth-child(12),
.container_upravlenie .block_lead:nth-child(15){
    margin-right: 0;
}
.container_upravlenie .block_lead img{
    width: 100%;
    height: auto;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.container_upravlenie .block_lead{
/*    overflow: hidden;*/
}
.container_upravlenie .block_lead .info{
	height: 50px;
    margin-top: -5px;
    padding: 17px 22px;
    background-color: #f2f4f6;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.container_upravlenie .block_lead .info .name{
    font-size: 13px;
    color: rgb(35, 35, 35);
    font-weight: bold;
	line-height: 1.3;
	margin-bottom: 5px;
}
.container_upravlenie .block_lead .info .position{
    font-size: 13px;
    color: rgb(35, 35, 35);
    font-weight: normal;
	line-height: 1.3;
}
.container_upravlenie .block_lead .info img{
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.container_upravlenie .open .info img{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
         transform: rotate(90deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

/*.container_upravlenie .block_lead .info*/
.container_upravlenie .block_lead:hover .info{
    background-color: #e5e7eb;
}
.container_upravlenie .block_lead:hover .info{
    background-color: #e5e7eb;
}
.container_upravlenie .block_lead .open{
    background-color: #e5e7eb;
    padding-bottom: 30px;
}
.left_menu .left_menu_other .active a{
    padding-left: 39px;
    font-weight: bold;
}
.left_menu .left_menu_other .active a{
/*    font-weight: normal;*/
}
.active .left_drop li a{
    font-weight: normal !important;
}
.active .left_drop .active a{
    font-weight: bold !important;
}
.left_menu .left_menu_other li:hover a{
    padding-left: 39px;
}
.container_upravlenie .open_info{
    display: none;
    background-color: rgb(242, 244, 246);
    padding: 35px;
    -webkit-box-shadow: 1.286px 1.532px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1.286px 1.532px 3px 0px rgba(0, 0, 0, 0.2);
         box-shadow: 1.286px 1.532px 3px 0px rgba(0, 0, 0, 0.2);
    width: 295%;
    position: relative;
}
.container_upravlenie .block_lead:nth-child(2) .open_info,
.container_upravlenie .block_lead:nth-child(5) .open_info,
.container_upravlenie .block_lead:nth-child(8) .open_info,
.container_upravlenie .block_lead:nth-child(11) .open_info,
.container_upravlenie .block_lead:nth-child(14) .open_info{
    margin-left: -268px;
}
.container_upravlenie .block_lead:nth-child(3) .open_info,
.container_upravlenie .block_lead:nth-child(6) .open_info,
.container_upravlenie .block_lead:nth-child(9) .open_info,
.container_upravlenie .block_lead:nth-child(12) .open_info,
.container_upravlenie .block_lead:nth-child(15) .open_info{
    margin-left: -535px;
}
.container_upravlenie .open_info img{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 12px;
    height: 12px;
    cursor: pointer;
}
.container_upravlenie .open_info span{
    font-size: 12px;
    color: rgb(0, 0, 0);
    margin-bottom: 20px;
}
.container_upravlenie .info{
    position: relative;
}
.container_upravlenie .info img{
    width: 8px;
    height: 15px;
    position: absolute;
    top: 32px;
    right: 26px;
}

/*-------------------------////////////////Положение в обществе////////////////-------------------------*/

.container_pologenie{
    padding-top: 45px;
}
.container_pologenie img{
    width: 100%;
    margin-bottom: 35px;
}
.block_pologenie .zag{
    font-weight: bold;
    margin-bottom: 35px;
}
.block_pologenie p{
  font-size: 14px;
  color: rgb(35, 35, 35);
    margin-bottom: 40px;
}
.pologenie_grafic_container{
    padding: 20px;
    width: -webkit-calc(50% - 60px);
    width: -moz-calc(50% - 60px);
    width: calc(50% - 60px);
    background-color: #f5f5f5;
    margin-bottom: 50px;
}
.pologenie_list_elem {
    width: 100%;
    margin-bottom: 5px;
    cursor: pointer;
}
.pologenie_list_elem .name{
    font-size: 13px;
    color: #000000;
    width: 85px;
}
.pologenie_list_elem .line{
    height: 7px;
    background-color: #515151;
    max-width: 193px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.pologenie_list_elem .active{
    background-color: #95d627;
}
.pologenie_list_elem .percent{
    font-size: 13px;
    color: #000000;
    width: 35px;
    font-weight: bold;
    margin-left: 10px;
}
/*
.pologenie_list_elem:hover .line{
    background-color: #95d627;
}
*/
.block_pologenie .text_istok{
    margin: 0;
    margin-top: 25px;
}
.last_grafic{
    position: relative;
}
.container_pologenie .pogenie_1{
    width: 130px;
    height: 39px;
    position: absolute;
    top: 8px;
    right: 48px;
}
.container_pologenie .pogenie_2{
    width: 114px;
    height: 186px;
    position: absolute;
    top: 20px;
    right: 14px;
}

/*-------------------------////////////////Ценные БУМАГи////////////////-------------------------*/
.table_cen_paper{
    padding-top: 40px;
    padding-bottom: 45px;
}
.table_cen_paper p{
    font-size: 14px;
    color: rgb(35, 35, 35);
    margin-bottom: 35px;
    text-align: justify;
}
.table_cen_paper table {
    border: 1px solid #e6e6e6;
    width: 100%;
}
.table_cen_paper table tr th{
    background-color: #e6e6e6;
    padding: 15px 30px;
    font-size: 14px;
    color: rgb(56, 59, 64);
    font-weight: normal;
}
.table_cen_paper table tr td{
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 30px;
    width: auto;
    font-size: 14px;
    color: rgb(56, 59, 64);
    font-weight: normal;
}
.table_cen_paper table tr td:nth-child(2){
    text-align: center;
}
.table_cen_paper table tr td a{
    font-size: 12px;
    color: rgb(42, 42, 42);
    text-decoration: underline;
}
.table_cen_paper table tr td a:hover{
    text-decoration: none;
}
/*-------------------------////////////////МАКРОПАРАМЕТРЫ////////////////-------------------------*/

.content_makro{
    background-color: #fff;
    width: -webkit-calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: calc(100% - 90px);
    padding: 0 45px;
    padding-bottom: 45px;
}
.content_makro h1{
    font-size: 21px;
    color: rgb(25, 25, 25);
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 35px 0;
    border-bottom: 1px solid #e4e4e4;
}
.tabs_makro{
    margin: 40px 0 25px;
    padding-left: 0;
    float: left;
}
.tabs_makro li{
    padding: 15px 30px;
    border: 1px solid #383b40;
    width: -webkit-calc(166px - 60px);
    width: -moz-calc(166px - 60px);
    width: calc(166px - 60px);
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    cursor: pointer;
}
.tabs_makro li span{
    border-bottom: 1px dotted #383b40;
}
.tabs_makro .active{
    background-color: #383b40;
    color: #fff;
}
.tabs_makro li:hover{
    background-color: #383b40;
    color: #fff;
}
.makro_button{
    float: right;
    margin: 40px 0 25px;
}
.makro_link{
    background-color: #fff;
    border: 1px solid #88ba03;
    color: #88ba03;
    padding: 14px 12px 14px 43px;
}
.makro_link:nth-child(1){
    background: url(/local/templates/evrotorg/css/../images/srite_makro/print.png) left 14px center no-repeat;
    margin-right: 15px;
}
.makro_link:nth-child(2){
    background: url(/local/templates/evrotorg/css/../images/srite_makro/dowloand.png) left 14px center no-repeat;
}
.tabs_table div{
    width: 100%;
    overflow-x: auto;
}
.tabs_table table {
    border: 1px solid #e6e6e6;
    width: 100%;
}
.tabs_table table tr th{
    background-color: #e6e6e6;
    padding: 15px 30px;
    font-size: 14px;
    color: rgb(56, 59, 64);
    font-weight: normal;
    border-bottom: 1px solid #e6e6e6;
}
.tabs_table table tr td{
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 30px;
    width: auto;
    font-size: 14px;
    color: rgb(56, 59, 64);
    font-weight: normal;
}
.tabs_table table tr td:nth-child(2){
    text-align: center;
}

/*-------------------------////////////////Новости ИНВЕСТОРА////////////////-------------------------*/

.info_news li{
    padding: 15px;
    -webkit-box-shadow: 3px 3px 10px #dbdbdb;
       -moz-box-shadow: 3px 3px 10px #dbdbdb;
            box-shadow: 3px 3px 10px #dbdbdb;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.info_news li:hover{
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}
.info_news li a .date{
    font-size: 14px;
    font-weight: bold;
    color: rgb(149, 193, 31);
    line-height: 1;
    margin-bottom: 15px;
}
.info_news li a .info{
     font-size: 13px;
    color: rgb(14, 14, 14);
    line-height: 1.5;
}
.content_tabs .tabs{
    margin-bottom: 45px;
    margin-top: 0;
}
.news_content h1{
     border-bottom: none;
}


/*-------------------------////////////////Форма РЕГИСТРАЦИИ////////////////-------------------------*/

.form_reg_password{
    padding-top: 35px;
}
.form_reg_password .zag{
    font-size: 14px;
    color: rgb(35, 35, 35);
    margin-bottom: 35px;
}
.form_reg_password form{
    margin-top: 100px;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
}
.form_reg_password form p{
    width: 177px;
    text-align: right;
    font-size: 19px;
    color: rgb(25, 25, 25);
    padding-top: 8px;
}
.form_reg_password form input, .form_reg_password form textarea,
.form_reg_password form  select, .jqselect{
    width: -webkit-calc(100% - 210px);
    width: -moz-calc(100% - 210px);
    width: calc(100% - 210px);
    margin-bottom: 20px;
    height: 38px;
    border: none;
    outline: none;
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0.643px 0.766px 2px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: inset 0.643px 0.766px 2px 0px rgba(0, 0, 0, 0.16);
         box-shadow: inset 0.643px 0.766px 2px 0px rgba(0, 0, 0, 0.16);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
         border-radius: 2px;
    padding-left: 5px;
    font-size: 17px;
    color: rgb(25, 25, 25);
}
.jq-selectbox__select{
    padding-left: 0px;
}
.jq-selectbox__select-text{
    font-size: 17px;
    color: rgb(87, 87, 87);
    font-weight: 100;
}
.jq-selectbox__trigger-arrow{
    background:url(/local/templates/evrotorg/css/./images/ar_lead_popup.png);
}
.jq-selectbox__select,
.jq-selectbox__select:hover{
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}
.jq-selectbox__trigger{
    border: none;
}
.placeholder{
     display: none;
}
.jq-selectbox.focused .jq-selectbox__select{
    border: none;
}
.jq-selectbox__select{
    padding-top: 4px;
}
.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 14px;
    right: 12px;
    background: url(/local/templates/evrotorg/css/../images/ar_lead_popup.png);
    width: 8px;
    height: 15px;
    border: none;
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
}


.form_reg_password form textarea{
    height: auto;
    resize: none;
}

.sub_news{
    width: -webkit-calc(100% - 210px);
    width: -moz-calc(100% - 210px);
    width: calc(100% - 210px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 210px;
    margin-bottom: 30px;
}
.form_reg_password form .sub_news input{
    width: 19px;
    height: 18px;
    margin-right: 21px;
}
.form_reg_password form .sub_news p{
    width: -webkit-calc(100% - 19px);
    width: -moz-calc(100% - 19px);
    width: calc(100% - 19px);
    text-align: left;
    padding-top: 0;
}

.checkbox{
    display: none;
}
.checkbox-custom {
    position: relative;
    width:19px;
    height: 18px;
    border: 0px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
         border-radius: 2px;
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0.643px 0.766px 2px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: inset 0.643px 0.766px 2px 0px rgba(0, 0, 0, 0.16);
         box-shadow: inset 0.643px 0.766px 2px 0px rgba(0, 0, 0, 0.16);
    margin-right: 21px;
    cursor: pointer;
}
.checkbox-custom,
.label {
    display: inline-block;
    vertical-align: middle;
}
.checkbox:checked + .checkbox-custom::before {
    content: "✔";
    display: block;
    position: absolute;
    top: -1px;
    bottom: 2px;
    left: 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
         border-radius: 2px;
}
.form_reg_password form .button_submit{
    width: auto;
    padding: 7px 18px;
    background-color: #89c01b;
    color: #fff;
    font-weight: bold;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
         box-shadow: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    border: 1px solid rgba(137, 192, 27, 0);
    margin-left: 210px;
}
.form_reg_password form .button_submit:hover{
    background-color: #fff;
    color: #89c01b;
    border: 1px solid #89c01b;
}
.form_container{
    max-width: 400px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    position: relative;
}
.form_container h1{
    line-height: 1.2;
    font-size: 23px;
}

/*-------------------------////////////////Календарь////////////////-------------------------*/


.list_content li .list_drop {
    padding-left: 0;
}
.list_content li .list_drop li{
    border: none;
    border-right: 1px solid #e5e5e5;
    margin-bottom: 0;
    padding: 0 17px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 13px;
    color: rgb(14, 14, 14);
}
.list_content li .list_drop .add a{
    font-size: 13px;
    color: rgb(14, 14, 14);
}
.list_content li .list_drop li:last-child{
    border-right: 0;
}
.list_content li .list_drop .date{
    font-size: 14px;
    color: rgba(40, 40, 40, 0.502);
    padding: 25px 20px;
}
.list_content li:hover{
    background: transparent;
}
.list_content li .list_drop .city img{
    margin-right: 10px;
}
.list_content li .list_drop .city{
    width: 13%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.list_content li .list_drop .text{
    width: 300px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.list_content li .list_drop .add img{
    margin-right: 10px;
}
.list_content li .list_drop .add a{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.list_content li .list_drop .add a span{
    line-height: 1.1;
    border-bottom: 1px solid #2a2a2a;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.list_content li .list_drop .add a:hover span{
    border-bottom: 1px solid transparent;
}
.list_content li .list_drop .add a img{
    margin-left: 10px;
    margin-right: 0;
    float: none;
}

/*-------------------------////////////////Карточка новостей////////////////-------------------------*/

.news_kartochka .zag{
    margin-top: 35px;
    margin-bottom: 25px;
}
.news_kartochka .zag .date{
    font-size: 14px;
    color: rgb(149, 193, 31);
    margin-bottom: 15px;
}
.news_kartochka .zag h1{
    margin: 0;
    font-size: 21px;
    color: rgb(25, 25, 25);
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
    border: 0;
}
.news_kartochka img{
    width: 100%;
    margin-bottom: 25px;
}
.news_kartochka p{
    margin: 0;
    margin-bottom: 25px;
    font-size: 13px;
    color: rgb(14, 14, 14);
}
.news_kartochka .back_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    color: rgb(149, 193, 31);
    text-decoration: underline;
    margin-bottom: 30px;
}
.news_kartochka .back_link img{
    width: auto;
    height: auto;
    margin-bottom: 0;
    margin-right: 22px;
}
.news_kartochka .back_link:hover{
    text-decoration: none;
}
.news_kartochka a{
    color: rgb(149, 193, 31);
    font-size: 1.1em;
}
.news_kartochka a:hover{
    text-decoration: underline;
}
/*-------------------------////////////////История////////////////-------------------------*/

.ui-slider-tip{
    padding: 6px;
    background-color: #95c11f !important;
    margin-top: 100px;
    border: none !important;
    outline: none !important;
    font-size: 13px !important;
    color: rgb(255, 255, 255) !important;
    font-weight: bold !important;
}
.ui-slider-pips .ui-slider-pip{
    top: -20px;
    font-size: 14px;
    color: rgb(39, 39, 39);
}
.slider{
    margin-top: 35px;
    background-color: rgb(245, 245, 245);
    -webkit-box-shadow: inset 0.643px 0.766px 2px 0px rgba(0, 0, 0, 0.1);
       -moz-box-shadow: inset 0.643px 0.766px 2px 0px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0.643px 0.766px 2px 0px rgba(0, 0, 0, 0.1);
}
.ui-widget-content{
    background: rgb(245, 245, 245) !important;
    -webkit-box-shadow: inset 0.643px 0.766px 2px 0px rgba(0, 0, 0, 0.1) !important;
       -moz-box-shadow: inset 0.643px 0.766px 2px 0px rgba(0, 0, 0, 0.1) !important;
            box-shadow: inset 0.643px 0.766px 2px 0px rgba(0, 0, 0, 0.1) !important;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
}
.ui-slider-pips .ui-slider-line{
    width: 1;
    top: 3px;
}
.ui-slider-pips:not(.ui-slider-disabled) .ui-slider-pip:hover .ui-slider-label{
    color: #95c11f;
}
.ui-slider-pips .ui-slider-label{
    top: -20px;
}
.ui-slider-float .ui-slider-tip:before, .ui-slider-float .ui-slider-pip .ui-slider-tip-label:before{
    border-top-color: none;
    height: 28px;
    width: 1px;
    background-color: #484848;
    border: none;
    top: -28px;
    left: 25px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    border: 6px solid #95c11f;
    width: 13px;
    height: 13px;
    background-color: #fff;
    background:#fff;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default,
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus{
    background-color: #fff !important;
    background:#fff;
}
.ui-slider-float .ui-slider-handle:hover .ui-slider-tip, .ui-slider-float .ui-slider-handle.ui-state-hover .ui-slider-tip, .ui-slider-float .ui-slider-handle:focus .ui-slider-tip, .ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip, .ui-slider-float .ui-slider-handle.ui-state-active .ui-slider-tip, .ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label{
    top: -53px;
}
.ui-slider-float .ui-slider-tip, .ui-slider-float .ui-slider-tip-label{
    left: 35%;
}
.ui-slider-pips .ui-slider-line{
    left:55%;
}
.ui-slider-horizontal.ui-slider-pips{
    background-color: rgb(245, 245, 245);
    -webkit-box-shadow: inset 0.643px 0.766px 2px 0px rgba(0, 0, 0, 0.1);
       -moz-box-shadow: inset 0.643px 0.766px 2px 0px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0.643px 0.766px 2px 0px rgba(0, 0, 0, 0.1);
    height: 12px;
}
.ui-slider-pips [class*=ui-slider-pip-initial]{
    font-weight: normal;
}
.ui-slider-pips [class*=ui-slider-pip-selected] .ui-slider-label{
    color: #95c11f;
}

.history_content h1{
    border-bottom: 0;
    margin-bottom: 0;
}
.container_slide_hear{
    margin-top: 30px;
    padding: 0 40px;
}

.container_slide_hear{
/*    padding-right: 40px;*/

}
.container_drop_slide_news{
    padding: 10px 50px 10px 20px;

}
.drop_slide_news{
/*  width: 350px !important;  */
}
.color_bg{
    position: relative;
    z-index: 1;
}
.color_white{
    position: absolute;
    top: 0;
    right: 30px;
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(214, 214, 214, 0)),color-stop(69%, rgb(255, 255, 255)),to(#ffffff));
    background: -webkit-linear-gradient(left, rgba(214, 214, 214, 0) 30%,rgb(255, 255, 255) 69%,#ffffff 100%);
    background: -moz-linear-gradient(left, rgba(214, 214, 214, 0) 30%,rgb(255, 255, 255) 69%,#ffffff 100%);
    background: -o-linear-gradient(left, rgba(214, 214, 214, 0) 30%,rgb(255, 255, 255) 69%,#ffffff 100%);
    background: linear-gradient(to right, rgba(214, 214, 214, 0) 30%,rgb(255, 255, 255) 69%,#ffffff 100%);
    z-index: 999;
    width: 322px;
    height: 100%;
    z-index: 2;
/*    transform: rotate(180deg);*/
}
.container_slide_hear .slick-prev,
.container_slide_hear .slick-next{
    z-index: 9999;
}
.container_slide_hear .slick-prev{
    left: 0;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}
.container_slide_hear .slick-next{
    right: 0px;
    z-index:99999;
}
.container_slide_hear .slick-next:before{
    content: url(/local/templates/evrotorg/css/../images/ar_sli_history.png);
}
.container_slide_hear .slick-prev:before{
    content: url(/local/templates/evrotorg/css/../images/ar_sli_history.png);
}
.container_drop_slide_news{

}
.drop_slide_news{
    max-width: 300px;
    margin: 40px auto;
}
.drop_slide_news .date{
    font-size: 13px;
    color: rgb(149, 193, 31);
    font-weight: bolder;
    line-height: 1;
    margin-bottom: 20px;
}
.drop_slide_news p{
    font-size: 13px;
    color: rgb(35, 35, 35);
    margin-bottom: 20px;
	min-height: 130px;
	overflow: hidden;
}
.drop_slide_news img{
    width: 100%;
    border: 1px solid #cdcdcd;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.drop_slide_news img:hover{
    border: 1px solid #646464;
}

/*-------------------------////////////////Страница графиков////////////////-------------------------*/

.block_grafic{
    width: -webkit-calc(50% - 21px);
    width: -moz-calc(50% - 21px);
    width: calc(50% - 21px);
    height: 300px;
	position: relative;
/*
    border-right: 1px solid #f3f3f3;
    border-top: 1px solid #f3f3f3;
*/
    padding-left: 20px;
    padding-bottom: 30px;
}
.block_grafic:nth-child(1){
    border-right: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
}
.block_grafic:nth-child(2){
    border-bottom: 1px solid #f3f3f3;
}.block_grafic:nth-child(3){
    border-right: 1px solid #f3f3f3;
}
.block_grafic .zag{
    font-size: 14px;
    color: rgb(25, 25, 25);
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 10px;
    position: relative;
    margin: 30px 0 0;
    width: 100%;
/*    line-height: 1.1;*/
    height: 40px;
}
.block_grafic .zag::before{
    position: absolute;
    content: "";
    left: -0px;
    top: 2px;
    height: 36px;
    width: 2px;
    background-color: #95c11f;
}
 #myCanvas{
    width: 90%;
    height: 70%;
     margin-top: 5px;
 }
.container_linear{
    width: 150px;
     background: url(/local/templates/evrotorg/css/../images/bg_grafic.png) no-repeat 10px 20px;
}
.third_grafic_text{
    width: -webkit-calc(100% - 150px);
    width: -moz-calc(100% - 150px);
    width: calc(100% - 150px);
    padding-top: 25px;
}
.third_grafic_text p{
    font-size: 13px;
    color: #191919;
    padding-right: 40px;
	line-height: 1.3;
	margin-bottom: 10px;
}
.third_grafic_text p:nth-child(1){
    -webkit-animation: show 2s;
       -moz-animation: show 2s;
         -o-animation: show 2s;
            animation: show 2s;
}
.third_grafic_text p:nth-child(2){
    -webkit-animation: showx 5s;
       -moz-animation: showx 5s;
         -o-animation: showx 5s;
            animation: showx 5s;
}
.third_grafic_text p span{
    font-size: 13px;
    color: #95c11f;
    font-weight: bold;
    margin-right: 5px;
}
.zag_info{
	height: 35px;
    font-size: 11px;
    color: rgb(25, 25, 25);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
       -moz-box-align: flex-start;
        -ms-flex-align: flex-start;
            align-items: flex-start;
    line-height: 1.2;
	position: absolute;
	bottom: 4px;
}

.percent_text{
    width: 50%;
    font-size: 13px;
    color: rgb(25, 25, 25);
    line-height: 1.4;
}

 .container_anim{
    width: 147px;
    height: 30px;
    background-color: #d8d8d8;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    border: 1px solid #d8d8d8;
    display: block;
    position: relative;

}
.size{
    -webkit-animation: size 5s ease-in-out;
       -moz-animation: size 5s ease-in-out;
         -o-animation: size 5s ease-in-out;
            animation: size 5s ease-in-out;
    height: 30px;
    background-color: #89b417;
    max-width: 95%;
}
.container_anim .text{
    float: right;
    position: absolute;
    top: 5px;
    left: 10px;
    display: none;
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
}
.percent_people{
    width: 50%;
    -webkit-box-align:start;
    -webkit-align-items:flex-start;
       -moz-box-align:start;
        -ms-flex-align:start;
            align-items:flex-start;
    margin-top: 10px;
}
.percent_people p{
    width: -webkit-calc(100% - 95px);
    width: -moz-calc(100% - 95px);
    width: calc(100% - 95px);
    font-size: 13px;
    color: rgb(25, 25, 25);
    line-height: 1.4;
}
.percent_people p span{
    color: #92be1d;
    font-weight: bold;
	margin-bottom: 5px;
	line-height: 1.7;
}
.percent_people_img{
     width:  95px;
}
.percent_time{
    width: 50%;
    margin-top: 10px;
}

.percent_time p{
    font-size: 13px;
    color: rgb(25, 25, 25);
    line-height: 1.4;
}
.percent_time p span{
    color: #92be1d;
    font-weight: bold;
	margin-bottom: 5px;
	line-height: 1.7;
}

.container_bel img{
    width: 135px;
    height: 123px;
    position: relative;
}.container_bel{
    width: 135px;
    height: 123px;
    position: relative;
    margin-top: 30px;
}
.container_bel .point{
    position: absolute;
    background-color: #95c11f;
    -webkit-animation: big 4s linear;
       -moz-animation: big 4s linear;
         -o-animation: big 4s linear;
            animation: big 4s linear;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    z-index: 100;
    height: 10px;
    width: 10px;
}
.container_bel .point:nth-child(odd){
    height: 6px;
    width: 6px;
}
.container_bel .point:nth-child(2){
    top: 63px;
    left: 20px;
}
.container_bel .point:nth-child(3){
    top:17px;
    left:70px;
}
.container_bel .point:nth-child(4){
    top: 72px;
    left: 62px;
}
.container_bel .point:nth-child(5){
    top:84px;
    left:35px;
}
.container_bel .point:nth-child(6){
    top:67px;
    left:41px;
}
.container_bel .point:nth-child(7){
    top: 88px;
    left: 11px;
}
.container_bel .point:nth-child(8){
    top: 63px;
    left: 97px;
}
.container_bel .point:nth-child(9){
    top: 40px;
    left: 90px;
}
.container_bel .point:nth-child(10){
    top:17px;
    left:70px;
}
.container_bel .point:nth-child(11){
    top: 90px;
    left: 95px;
}
.container_bel .point:nth-child(12){
    top:34px;
    left:54px;
}
.container_bel .point:nth-child(13){
    top:87px;
    left:70px;
}
.container_bel .point:nth-child(14){
    top:49px;
    left:40px;
}
.container_bel .point:nth-child(15){
    top:53px;
    left:74px;
}
.block_bela_text{
     width: -webkit-calc(100% - 150px);
     width: -moz-calc(100% - 150px);
     width: calc(100% - 150px);
    margin-top: 35px;
}

.block_bela_text p{
    font-size: 13px;
    color: rgb(25, 25, 25);
	line-height: 1.3;
	margin-bottom: 10px;
}
.block_bela_text p:nth-child(1){
    -webkit-animation: show 2s;
       -moz-animation: show 2s;
         -o-animation: show 2s;
            animation: show 2s;
}.block_bela_text p:nth-child(2){
    -webkit-animation: show 4s;
       -moz-animation: show 4s;
         -o-animation: show 4s;
            animation: show 4s;
}.block_bela_text p:nth-child(3){
    -webkit-animation: show 6s;
       -moz-animation: show 6s;
         -o-animation: show 6s;
            animation: show 6s;
}
.block_bela_text p span{
    color: #92be1d;
    font-weight: bold;
    margin-right: 5px;
	font-size: 13px;
}
.circle_grafic_text{
    width: 50%;
    font-size: 11px;
/*    color: rgb(137, 137, 137);*/
    color: rgb(25, 25, 25);
    margin-bottom: -20px;
    position: relative;
}
.circle_grafic-1 {
    text-align: left;
}
.circle_grafic-2 {
    text-align: center;
}
.investor_ru .circle_grafic-2{
    text-align: left;
}

.circle_grafic-1 span:nth-child(1):before{
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-color: #b2b2b2;
    top:7px;
    right: 39px;
}
.circle_grafic-1 span:nth-child(2):before{
    content: "";
    position: absolute;
    width: 13px;
    height: 1px;
    background-color: #b2b2b2;
    top:9px;
    right: 32px;
    z-index: 3;
}
.circle_grafic-1 span:nth-child(3):before{
    content: "";
    position: absolute;
    width: 1px;
    height: 47px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    background-color: #b2b2b2;
    top:9px;
    right: 31px;
    z-index: 2;
}
.circle_grafic-2 span:nth-child(1):before{
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-color: #848484;
    top:7px;
    left: 14px;
}
.circle_grafic-2 span:nth-child(2):before{
    content: "";
    position: absolute;
    width: 13px;
    height: 1px;
    background-color: #848484;
    top:9px;
    left: 1px;
    z-index: 3;
}
.circle_grafic-2 span:nth-child(3):before{
    content: "";
    position: absolute;
    width: 1px;
    height: 44px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    background-color: #848484;
    top:9px;
    left: 0px;
    z-index: 2;
}

.circle_grafic_text:last-child{
    color: #292929;
}
.circle_grafic_p{
    width: calc(100% - 40px);
    font-size: 13px;
    color: rgb(25, 25, 25);
    padding-top: 0px;
    text-align: left;
    margin-top: 10px;
    padding-right: 40px;
    line-height: 1.3;
}
.investor_ru .circle_grafic-1 span:nth-child(1):before{
    top: 17px;
    right: 31px;
}
.investor_ru .circle_grafic-2 span:nth-child(1):before{
    top: 17px;
    left: 0;
}
.investor_ru .circle_grafic-1 span:nth-child(2):before{
    content: none;
}
.investor_ru .circle_grafic-2 span:nth-child(2):before{
    content: none;
}
.investor_ru .circle_grafic-1 span:nth-child(3):before{
    height: 31px;
    top: 23px;
    right: 32px;
}
.investor_ru .circle_grafic-2 span:nth-child(3):before{
    height: 29px;
    top: 23px;
    left: 1px;
}
.investor_ru .circle_grafic_text{
    line-height: 1;
}
.other_players{
    width: 27%;
	letter-spacing: -0.5px;
    font-size: 11px;
/*    color: rgb(137, 137, 137);*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 20px;
    position: relative;
    color: rgb(25, 25, 25);
}
.other_players::before{
    content: "";
    position: absolute;
    right: -10px;
    bottom: 28px;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #dbdbdb;
}

.other_players::after{
    content: "";
    position: absolute;
	right: -37px;
    bottom: 37px;
    width: 31px;
    height: 2px;
    background-color: #dbdbdb;
    transform: rotate(-27deg);
    z-index: 2;
}
.investor_ru .other_players{
    line-height: 1.2;
}
.investor_ru .other_players::after {
    right: -40px;
    bottom: 44px;
    width: 47px;
    height: 2px;
    transform: rotate(-24deg);
}
.investor_ru .other_players::before {
    right: 5px;
    bottom: 31px;
    width: 6px;
    height: 6px;
}
.circle_grafic_list ul {
    padding-left: 0;
    position: relative;
}
.circle_grafic_list ul li{
    line-height: 1;
    margin-bottom: 3px;
    position: relative;
}
.circle_grafic_list ul li:nth-child(1){
    font-size: 12px;
    color: rgb(149, 193, 31);
    font-weight: bold;
    display: none;
    margin: 20px 0 6px;
}
.circle_grafic_list ul li:nth-child(2),
.circle_grafic_list ul li:nth-child(3),
.circle_grafic_list ul li:nth-child(4),
.circle_grafic_list ul li:nth-child(5),
.circle_grafic_list ul li:nth-child(6){
    display: none;
}
.circle_grafic_list{
    width: -webkit-calc(70% - 140px);
    width: -moz-calc(70% - 140px);
    width: calc(70% - 140px);
    font-size: 10px;
    color: rgb(25, 25, 25);
}
.circle_grafic_list ul li:nth-child(1) span:nth-child(1):before{
    position: absolute;
    background-color: #95c11f;
    width: 21px;
    height: 1px;
    content: "";
    -webkit-transform: rotate(-30deg);
       -moz-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
         -o-transform: rotate(-30deg);
            transform: rotate(-30deg);
    left: -33px;
    top: 12px;
}
.circle_grafic_list ul li:nth-child(1) span:nth-child(2):before{
       position: absolute;
    background-color: #95c11f;
    width: 4px;
    height: 4px;
    content: "";
    left: -15px;
    top: 5px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}

.circle_grafic_list ul li:nth-child(2) span:nth-child(1):before{
    position: absolute;
    background-color: #395175;
    width: 10px;
    height: 1px;
    content: "";
    -webkit-transform: rotate(-22deg);
       -moz-transform: rotate(-22deg);
        -ms-transform: rotate(-22deg);
         -o-transform: rotate(-22deg);
            transform: rotate(-22deg);
    left: -23px;
    top: 11px;
}
.circle_grafic_list ul li:nth-child(2) span:nth-child(2):before{
    position: absolute;
    background-color: #395175;
    width: 4px;
    height: 4px;
    content: "";
    left: -14px;
    top: 7px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}


.circle_grafic_list ul li:nth-child(3) span:nth-child(1):before{
    position: absolute;
    background-color: #4c6c9c;
    width: 10px;
    height: 1px;
    content: "";
    -webkit-transform: rotate(-20deg);
       -moz-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
         -o-transform: rotate(-20deg);
            transform: rotate(-20deg);
    left: -22px;
    top: 7px;
}
.circle_grafic_list ul li:nth-child(3) span:nth-child(2):before{
    position: absolute;
    background-color: #4c6c9c;
    width: 4px;
    height: 4px;
    content: "";
    left: -13px;
    top: 4px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}

.circle_grafic_list ul li:nth-child(4) span:nth-child(1):before{
    position: absolute;
    background-color: #8fa6c8;
    width: 10px;
    height: 1px;
    content: "";
    -webkit-transform: rotate(6deg);
       -moz-transform: rotate(6deg);
        -ms-transform: rotate(6deg);
         -o-transform: rotate(6deg);
            transform: rotate(6deg);
    left: -22px;
    top: 2px;
}
.circle_grafic_list ul li:nth-child(4) span:nth-child(2):before{
    position: absolute;
    background-color: #8fa6c8;
    width: 4px;
    height: 4px;
    content: "";
    left: -12px;
    top: 1px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}

.circle_grafic_list ul li:nth-child(5) span:nth-child(1):before{
   position: absolute;
    background-color: #b4c4db;
    width: 15px;
    height: 1px;
    content: "";
    -webkit-transform: rotate(24deg);
       -moz-transform: rotate(24deg);
        -ms-transform: rotate(24deg);
         -o-transform: rotate(24deg);
            transform: rotate(24deg);
    left: -22px;
    top: -1px;
}
.circle_grafic_list ul li:nth-child(5) span:nth-child(2):before{
     position: absolute;
    background-color: #b4c4db;
    width: 4px;
    height: 4px;
    content: "";
    left: -10px;
    top: 1px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;

}

.circle_grafic_list ul li:nth-child(6) span:nth-child(1):before{
  position: absolute;
    background-color: #dae1ed;
    width: 14px;
    height: 1px;
    content: "";
    -webkit-transform: rotate(24deg);
       -moz-transform: rotate(24deg);
        -ms-transform: rotate(24deg);
         -o-transform: rotate(24deg);
            transform: rotate(24deg);
    left: -24px;
    top: 1px;
}
.circle_grafic_list ul li:nth-child(6) span:nth-child(2):before{
    position: absolute;
    background-color: #dae1ed;
    width: 4px;
    height: 4px;
    content: "";
    left: -12px;
    top: 3px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}

@-webkit-keyframes show {
    from {opacity: 0;-webkit-transform: translateX(-20px);transform: translateX(-20px);}
    to {opacity: 1;-webkit-transform: translateX(0);transform: translateX(0);}
}

@-moz-keyframes show {
    from {opacity: 0;-moz-transform: translateX(-20px);transform: translateX(-20px);}
    to {opacity: 1;-moz-transform: translateX(0);transform: translateX(0);}
}

@-o-keyframes show {
    from {opacity: 0;-o-transform: translateX(-20px);transform: translateX(-20px);}
    to {opacity: 1;-o-transform: translateX(0);transform: translateX(0);}
}

@keyframes show {
    from {opacity: 0;-webkit-transform: translateX(-20px);-moz-transform: translateX(-20px);-o-transform: translateX(-20px);transform: translateX(-20px);}
    to {opacity: 1;-webkit-transform: translateX(0);-moz-transform: translateX(0);-o-transform: translateX(0);transform: translateX(0);}
}
@-webkit-keyframes showx {
    from {opacity: 0;-webkit-transform: translateY(30px);transform: translateY(30px);}
    to {opacity: 1;-webkit-transform: translateX(0);transform: translateX(0);}
}
@-moz-keyframes showx {
    from {opacity: 0;-moz-transform: translateY(30px);transform: translateY(30px);}
    to {opacity: 1;-moz-transform: translateX(0);transform: translateX(0);}
}
@-o-keyframes showx {
    from {opacity: 0;-o-transform: translateY(30px);transform: translateY(30px);}
    to {opacity: 1;-o-transform: translateX(0);transform: translateX(0);}
}
@keyframes showx {
    from {opacity: 0;-webkit-transform: translateY(30px);-moz-transform: translateY(30px);-o-transform: translateY(30px);transform: translateY(30px);}
    to {opacity: 1;-webkit-transform: translateX(0);-moz-transform: translateX(0);-o-transform: translateX(0);transform: translateX(0);}
}

@-webkit-keyframes size {
    from {width: 0%;}
    to {width: 95%;}
}

@-moz-keyframes size {
    from {width: 0%;}
    to {width: 95%;}
}

@-o-keyframes size {
    from {width: 0%;}
    to {width: 95%;}
}

@keyframes size {
    from {width: 0%;}
    to {width: 95%;}
}

@-webkit-keyframes big {
    from {-webkit-transform: scale(0);transform: scale(0);}
    to {-webkit-transform: scale(1);transform: scale(1);}
}

@-moz-keyframes big {
    from {-moz-transform: scale(0);transform: scale(0);}
    to {-moz-transform: scale(1);transform: scale(1);}
}

@-o-keyframes big {
    from {-o-transform: scale(0);transform: scale(0);}
    to {-o-transform: scale(1);transform: scale(1);}
}

@keyframes big {
    from {-webkit-transform: scale(0);-moz-transform: scale(0);-o-transform: scale(0);transform: scale(0);}
    to {-webkit-transform: scale(1);-moz-transform: scale(1);-o-transform: scale(1);transform: scale(1);}
}


/*-------------------------////////////////Контакты////////////////-------------------------*/
.contact_for{
    width: 50%;
}
.contact_for .zag{
    font-size: 21px;
    color: rgb(149, 193, 31);
    font-weight: bold;
    text-transform: uppercase;
    margin: 35px 0 30px;
}
.contact_block .text_bold{
    font-size: 13px;
    color: rgb(14, 14, 14);
    font-weight: bold;
    margin-top: 30px;
}
.contact_block .text{
    font-size: 13px;
    color: rgb(14, 14, 14);
}
.contact_ul{
    margin-top: 20px;
    padding-left: 0;
    font-size: 13px;
    color: rgb(14, 14, 14);
}
.contact_ul li{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.contact_ul li i{
    margin-right: 8px;
}
/*-------------------------////////////////Евроопт сегодня////////////////-------------------------*/
.day_evroopt_img{
    width: -webkit-calc(100% - 2px);
    width: -moz-calc(100% - 2px);
    width: calc(100% - 2px);
    margin-bottom: 30px;
    border: 1px solid #cdcdcd;
}

.list_day .zag{
    font-size: 16px;
    color: rgb(35, 35, 35);
    font-weight: bold;
    margin-bottom: 20px;
}
.list_day ul{
    font-size: 14px;
    color: rgb(35, 35, 35);
    padding-left: 0;
    margin: 0;
}
.block_day_right span {
    font-size: 20px;
    color: rgb(149, 193, 31);
    font-weight: bold;
}

.block_day_right p {
    font-size: 13px;
    color: rgb(35, 35, 35);
    margin: 10px 0 15px;
}
.block_day_right{
    padding: 20px;
    width: 160px;
    background-color: #f7f7f7;
    position: relative;
    padding-bottom: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
.block_day_right::before{
    content: "";
    background-color: #95c11f;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
}
.list_day{
    padding-right: 30px;
    width: -webkit-calc(100% - 230px);
    width: -moz-calc(100% - 230px);
    width: calc(100% - 230px);
}
.list_day ul li{
    margin-bottom: 12px;
    position: relative;
    padding-left: 35px;
    text-align: justify;
}
.list_day ul li img{
    position: absolute;
    top: 3px;
    left: 0;
}
.container_day{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}
.container_day:last-child{
    border-bottom: 0;
}
/*-------------------------////////////////Блое авторизации////////////////-------------------------*/
.container_avtorization{
    background-color: #fff;
    padding: 7px;
    margin-top: 30px;
    -webkit-box-shadow: 1.286px 1.532px 2px 0px rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 1.286px 1.532px 2px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 1.286px 1.532px 2px 0px rgba(0, 0, 0, 0.1);
}

.block_avtorization{
    border: 1px solid #c9df8d;
    padding: 25px;
}
.block_avtorization p{
    font-size: 13px;
    color: rgb(50, 50, 50);
}
.link_reg{
    display: inline-block;
    padding: 13px 18px;
    font-size: 16px;
    color: rgb(254, 254, 254);
    font-weight: bold;
    text-transform: uppercase;
    background-color: #95c11f;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    margin: 20px 0;
    border: 1px solid #95c11f;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.link_reg:hover{
    color: #95c11f;
    background-color: #fff;
}
.block_avtorization p a{
    text-decoration: underline;
    color: #95c11f;
    margin-left: 5px;
}
.block_avtorization p a:hover{
    text-decoration: none;
}
.text_popup{
     margin-bottom: 10px;
}


/*-------------------------////////////////Левое всплывающее меню////////////////-------------------------*/

.left_menu_other li{
    position: relative;

}
.left_menu_other li img{
    position: absolute;
    top: 17px;
    right: 10px;
    padding: 10px;
    cursor: pointer;
    z-index: 20;
}
.left_menu ul li .left_drop li a{
    color: #fff;
}
.left_menu ul li .left_drop li{
    background-color: #383b40;
    cursor: pointer;
}
.left_menu ul li .left_drop li:hover{
    background-color: #2c2c2c;
}
.left_menu ul li .left_drop li:hover:after{
    content: "";
    width: 0;
}
.left_drop{
    display: none;
}
/*-------------------------////////////////Пагинация////////////////-------------------------*/
.paginacia {
    margin-bottom: 76px;
    font-size: 15px;
    color: rgb(14, 14, 14);
}
.paginacia .page{
    font-weight: normal;
    padding-left: 30px;
}
.paginacia ul{
    padding-left: 0;
}
.paginacia ul li{
    margin-left: 30px;
}
.paginacia ul li a{
    color: rgb(14, 14, 14);
    border-bottom: 1px solid rgb(14, 14, 14);
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.paginacia ul li a:hover{
    color: #95c11f;
    border-bottom: 1px solid transparent;
}
.paginacia ul .active a{
    color: #95c11f;
    border-bottom: 1px solid transparent;
}
.paginacia ul .next_page a{
    color: #95c11f;
    padding: 10px;
    padding-right: 50px;
    border: 1px solid #95c11f;
    display: inline-block;
    background: url(/local/templates/evrotorg/css/../images/ar_next_page.png) right center no-repeat;
    border-right: 0;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.paginacia ul .next_page a:hover{
    -webkit-transform: translateX(10px);
       -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
         -o-transform: translateX(10px);
            transform: translateX(10px);
    border-bottom: 1px solid #95c11f;
}
.paginacia ul .next_page a::before{
    content: "";
    position: absolute;
    top: -1px;
    right: -42px;
    border: 22px solid transparent;
    border-left: 20px solid #95c11f;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.paginacia ul .next_page a::after{
    content: "";
    position: absolute;
    top: -1px;
    right: -41px;
    border: 22px solid transparent;
    border-left: 20px solid #ffffff;
}
/*-------------------------////////////////NEW style////////////////-------------------------*/
/*-------------------------////////////////NEW style////////////////-------------------------*/
/*-------------------------////////////////NEW style////////////////-------------------------*/
/*-------------------------////////////////NEW style////////////////-------------------------*/
/*-------------------------////////////////NEW style////////////////-------------------------*/
/*-------------------------////////////////NEW style////////////////-------------------------*/
/*-------------------------////////////////NEW style////////////////-------------------------*/
/*-------------------------////////////////NEW style////////////////-------------------------*/
/*-------------------------////////////////NEW style////////////////-------------------------*/
/*-------------------------////////////////NEW style////////////////-------------------------*/
/*-------------------------////////////////NEW style////////////////-------------------------*/









/*/////////////////////////////BURGER/////////////////////////////*/
#nav-icon4 {
    width: 37px;
    height: 37px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    margin-top: 15px;
    border: 1px solid #cdcdcd;
}
#nav-icon4 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 19px;
  background: #383b40;
  opacity: 1;
  left: 9px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
       transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon4 span:nth-child(1) {
  top: 11px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  -moz-transform-origin: left center;
       transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 17px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  -moz-transform-origin: left center;
       transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 23px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  -moz-transform-origin: left center;
       transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
       transform: rotate(45deg);
  top: 10px;
  left: 12px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
       transform: rotate(-45deg);
  top: 24px;
  left: 12px;
}



/*------------------------ТАБЫ------------------------*/
.tabs__content {
  display: none;
}
.tabs__content.active {
  display: block;
}
/*-------------------------------------------------------------Sprite-------------------------------------------------------------*/
/*
<i class="sprite sprite-en"></i>
<i class="sprite sprite-korzina"></i>
<i class="sprite sprite-rus"></i>
<i class="sprite sprite-search"></i>
<i class="sprite sprite-top_arrow_r"></i>
*/

.sprite {
    background-image: url(/local/templates/evrotorg/css/../images/spritesheet.png);
    background-repeat: no-repeat;
    display: block;
}

.sprite-en {
    width: 22px;
    height: 13px;
    background-position: -10px -10px;
}

.sprite-korzina {
    width: 20px;
    height: 16px;
    background-position: -10px -43px;
}

.sprite-rus {
    width: 22px;
    height: 13px;
    background-position: -52px -10px;
}

.sprite-search {
    width: 15px;
    height: 15px;
    background-position: -94px -10px;
}

.sprite-top_arrow_r {
    width: 17px;
    height: 7px;
    background-position: -50px -45px;
}
/*
<i class="sprite_contact sprite-mail"></i>
<i class="sprite_contact sprite-phone"></i>
*/
.sprite_contact {
    background-image: url(/local/templates/evrotorg/css/../images/sprite_contact.png);
    background-repeat: no-repeat;
    display: block;
}

.sprite-mail {
    width: 17px;
    height: 12px;
    background-position: -5px -5px;
}

.sprite-phone {
    width: 15px;
    height: 14px;
    background-position: -32px -5px;
}
.makro_button-2{
    position: absolute;
    width: auto !important;
    right: 0px;
    top: 0px;
}
.content_makro .tabs{
    position: relative;
}


/*---------------------------------------------------------------ADAPTIV---------------------------------------------------------------*/
/*----------------------------------------------------------------1200----------------------------------------------------------------*/
@media screen and ( max-width:1200px){

    .tabs_table .zag{
        box-shadow: none;
    }
	.block_grafic{
		padding-bottom: 40px;
	}
	.other_players::before{
		content: none;
	}
	.other_players::after{
		content: none;
	}
    .container{
        max-width: 1000px;
    }
    .block_menu_ul ul li {
        padding: 5px 15px 6px;
    }
    .main_slide{
        width: 720px;
    }
    .slick-slide{
        width: 100%;
    }
    .block_news{
        width: 250px;
    }
    .news_slide_container {
        padding: 11px 20px 11px;
    }
    .block_news .title {
        padding: 25px 20px;
    }
    .block_info_all, .block_info, .block_info_all .text{
        width: 328px;
    }
    .block_info_all .text{
        width: calc(100% - 8px);
    }
    .block_info_all:hover .text{
        width: 328px;
    }
    .block_info_all:hover .text::before{
        width: 328px;
    }
    .block_info_all .text .name{
        font-size: 17px;
        margin: 0 15px;
    }
    .block_info_all .text .desc{
        margin: 0 15px;;
    }
    .footer_text p:nth-child(1){
        margin-bottom: 10px;
    }
    .container_upravlenie .block_lead{
        width: -webkit-calc(50% - 15px);
        width: -moz-calc(50% - 15px);
        width: calc(50% - 15px);
    }
    .container_upravlenie .block_lead{
        margin-right: 0;
    }
    .container_upravlenie .block_lead:nth-child(odd){
        margin-right: 0px;
    }
    .container_upravlenie .block_lead:nth-child(odd){
        margin-right: 30px;
    }
    .table_cen_paper table tr th{
        padding: 10px;
    }
    .table_cen_paper table tr td{
        padding: 10px;
    }
    .container_upravlenie .open_info{
        width: 186%;
    }
    .container_upravlenie .block_lead:nth-child(2) .open_info, .container_upravlenie .block_lead:nth-child(5) .open_info, .container_upravlenie .block_lead:nth-child(8) .open_info, .container_upravlenie .block_lead:nth-child(11) .open_info, .container_upravlenie .block_lead:nth-child(14) .open_info{
        margin-left: 0;
    }
    .container_upravlenie .block_lead:nth-child(3) .open_info, .container_upravlenie .block_lead:nth-child(6) .open_info, .container_upravlenie .block_lead:nth-child(9) .open_info, .container_upravlenie .block_lead:nth-child(12) .open_info, .container_upravlenie .block_lead:nth-child(15) .open_info{
        margin-left: 0;
    }
    .container_upravlenie .block_lead:nth-child(2) .open_info,
    .container_upravlenie .block_lead:nth-child(4) .open_info,
    .container_upravlenie .block_lead:nth-child(6) .open_info,
    .container_upravlenie .block_lead:nth-child(8) .open_info,
    .container_upravlenie .block_lead:nth-child(10) .open_info{
        margin-left: -326px;
    }
/*
    .tabs_table div{
        -webkit-box-shadow: 9px 2px 11px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 9px 2px 11px rgba(0, 0, 0, 0.25);
             box-shadow: 9px 2px 11px rgba(0, 0, 0, 0.25);
    }
*/
    .list_content li .list_drop .text{
        width: 130px;
    }
    .drop_slide_news{
        padding: 0 14px;
    }
    .color_white{
        width: 264px;
    }
    .circle_grafic_p{
        width: 100%;
        padding-top: 10px;
    }
    .circle_grafic_list{
        width: -webkit-calc(100% - 140px);
        width: -moz-calc(100% - 140px);
        width: calc(100% - 140px);
    }
    .circle_grafic_list ul{
        margin-top: 0;
    }
    .third_grafic_text{
        width: 100%;
    }
    .container_linear{
         margin: 0 auto;
    }
    .third_grafic_text{
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .third_grafic_text p{
        width: -webkit-calc(50% - 40px);
        width: -moz-calc(50% - 40px);
        width: calc(50% - 40px);
    }
    .block_grafic{
        height: auto;
    }
    .container_pologenie .pogenie_2,
    .container_pologenie .pogenie_1{
        display: none;
    }
    .circle_grafic_list{

    }
    .circle_grafic_text{
        font-size: 10px;
    }
    .circle_grafic_list ul li:nth-child(1) span:nth-child(1):before,
    .circle_grafic_list ul li:nth-child(2) span:nth-child(1):before,
    .circle_grafic_list ul li:nth-child(3) span:nth-child(1):before,
    .circle_grafic_list ul li:nth-child(4) span:nth-child(1):before,
    .circle_grafic_list ul li:nth-child(5) span:nth-child(1):before,
    .circle_grafic_list ul li:nth-child(6) span:nth-child(1):before,
    .circle_grafic_list ul li:nth-child(7) span:nth-child(1):before{
        content: none;
    }
    .circle_grafic_list ul li:nth-child(1) span:nth-child(2):before,
    .circle_grafic_list ul li:nth-child(2) span:nth-child(2):before,
    .circle_grafic_list ul li:nth-child(3) span:nth-child(2):before,
    .circle_grafic_list ul li:nth-child(4) span:nth-child(2):before,
    .circle_grafic_list ul li:nth-child(5) span:nth-child(2):before,
    .circle_grafic_list ul li:nth-child(6) span:nth-child(2):before,
    .circle_grafic_list ul li:nth-child(7) span:nth-child(2):before{
        left: -20px;
        top: -2px;
        height: 15px;
        width: 15px;
    }
    .circle_grafic_list{
        width: 100%;
        text-align: left;
        margin-left: 15px;
    }
    .circle_grafic_text{
         width: 100%;
        text-align: left;
        margin: 5px;
        padding-left: 10px;
    }
    .circle_grafic-1 span:nth-child(3):before,
    .circle_grafic-1 span:nth-child(2):before,
    .circle_grafic-2 span:nth-child(3):before,
    .circle_grafic-2 span:nth-child(2):before{
        content: none;
    }
    .circle_grafic-1 span:nth-child(1):before,
    .circle_grafic-2 span:nth-child(1):before{
        left: -10px;
        top: 2px;
        height: 15px;
        width: 15px;
    }

    .other_players{
        width: 100%;
        order: 1;
    }
    .container_linear{
        background: url(/local/templates/evrotorg/css/../images/bg_grafic.png) no-repeat 0px 0px;
        margin-top: 10px;
    }
    #convas,
    .container_bel{
        margin: 0 auto;
    }
    #myCanvas {
        width: 83%;
        height: 81%;
        margin-left: -10px;
        margin-top: 5px;
    }
    .percent_people p,
    .block_bela_text{
        width: 100%;
    }
    .circle_grafic_list ul{
        display: flex;
        flex-wrap: wrap;
    }
    .circle_grafic_list ul li{
        width: 50%;
        margin-bottom: 10px;
    }
    .circle_grafic_list ul li:nth-child(1){
        margin-top: auto;
    }
    .list_content li:nth-child(1) a img{
        width: 50%;
        height: auto;
    }
    body .news_slide_container{
        padding: 10px;
    }
    .investor_ru .block_bela_text{
        margin-top: 0;
    }
    .investor_ru .circle_grafic-1 span:nth-child(1):before {
        top: -3px;
        right: 31px;
    }
    .investor_ru .circle_grafic-2 span:nth-child(1):before {
        top: -3px;
        left: -10px;
    }
    .investor_ru  .block_grafic .zag{
        height: auto;
        font-size: 12px;
        line-height: 1.3;
    }
    .investor_ru .percent_text{
        width: 100%;
    }
    .investor_ru .container_linear{
        margin-top: 20px;
    }
    .investor_ru .circle_grafic_p{
        padding-top: 0;
        padding-bottom: 10px;
    }

}
/*----------------------------------------------------------------мин/1021----------------------------------------------------------------*/
@media screen and ( min-width:1021px){
    .main_menu{
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: -moz-box !important;
        display: flex !important;
    }
}
/*----------------------------------------------------------------1020----------------------------------------------------------------*/
@media screen and ( max-width:1020px){
    .block_grafic .zag::before{
        height: 100%;
        top: 0px;
    }
    .block_grafic .zag{
        height: auto;
    }
    .news_info .detail_text{
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    .accordion_toggle:checked ~ .accordion_target{
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    .news_info .detail_text p:last-child{
        margin-bottom: 0;
    }
    .block_menu_ul{
        width: auto;
    }
    .ui-slider-pips .ui-slider-pip:nth-child(odd){
        top:-50px;
    }
    .history_content h1{
         padding-bottom: 60px;
    }
    .tabs_table table{
        min-width: 630px;
        overflow: auto;
    }
    .tabs__content{
        overflow: auto;
        max-width: 100%;
        min-width: 100%;
        padding-bottom: 15px;
    }
    .table_button2{
        float: none !important;
    }
    .container{
        max-width: 720px;
    }
    .header_search input {
        width: 230px;
    }
    #nav-icon4{
        display: block;
    }
    .block_menu_ul ul{
        display: none;
    }
    header .block_menu {
        padding: 10px 0;
    }
    .block_content{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .main_slide{
        width: 100%;
    }

    article{
        padding-top: 15px;
    }
    .news_slide_container{
        padding: 15px 20px;
    }
    .block_info_all{
        width: -webkit-calc(50% - 7.5px);
        width: -moz-calc(50% - 7.5px);
        width: calc(50% - 7.5px);
    }
    .block_info_all .text, .block_info{
        width: -webkit-calc(100% - 8px);
        width: -moz-calc(100% - 8px);
        width: calc(100% - 8px);
    }
    .block_info:nth-child(3),
    .block_info:nth-child(6),
    .block_info:nth-child(9),
    .block_info:nth-child(12),
    .block_info:nth-child(15),
    .block_info:nth-child(18),
    .block_info:nth-child(21) {
        margin-right: auto;
    }
    .block_info_all{
        margin-right: 0;
    }
    .block_info_all:nth-child(odd){
        margin-right: 15px;
    }
    .block_info_all:hover .text::before{
        width: -webkit-calc(100% + 8px);
        width: -moz-calc(100% + 8px);
        width: calc(100% + 8px);
    }
    .block_info_all .text .name{
        margin: 15px;
    }
    footer .container{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer_text{
        width: 100%;
        margin-top: 20px;
    }
    .footer_text p:nth-child(1){
        text-align: justify;
    }
    .container_info{
        margin-top: 15px;
    }
    .block_menu .container{
        position: relative;
    }
    .block_menu_ul ul{
        position: absolute;
        top: 80px;
        left: 0px;
        width: -webkit-calc(100% + 0px);
        width: -moz-calc(100% + 0px);
        width: calc(100% + 0px);
        background-color: #fff;
        z-index: 1000;
        padding-left: 0;
        -webkit-box-shadow: 0px 9px 15px rgba(39, 38, 38, 0.53);
        -moz-box-shadow: 0px 9px 15px rgba(39, 38, 38, 0.53);
             box-shadow: 0px 9px 15px rgba(39, 38, 38, 0.53);
    }
    .block_menu_ul ul li{
        padding: 10px;
        border-bottom: 2px solid rgb(245, 245, 245);
        text-align: left;
        padding-left: 200px;
    }
    .block_menu_ul ul li br{
        display: none;
    }
    .block_menu_ul ul li a{
        padding: 10px;
        display: inline-block;
        width: -webkit-calc(100% - 48px);
        width: -moz-calc(100% - 48px);
        width: calc(100% - 48px);
    }
    .left_menu {
        width: 203px;
    }
    .content {
        width: -webkit-calc(100% - 313px);
        width: -moz-calc(100% - 313px);
        width: calc(100% - 313px);
    }
    .container_logotype .block{
        width: -webkit-calc(100% - 2px);
        width: -moz-calc(100% - 2px);
        width: calc(100% - 2px);
    }
    .container_logotype{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .left_menu ul li a{
        display: inline-block;
        padding-left: 15px;
        padding-right: 30px;
        width: calc(100% - 50px);
    }
        .left_menu .left_menu_other .active a{
        padding-left: 20px;
    }
    .left_menu .left_menu_other li:hover a{
        padding-left: 20px;
    }
    .left_menu_other li img{
        right: 4px;
    }
    .container_upravlenie .block_lead .info{
        padding: 10px;
    }
    .container_pologenie .block_pologenie{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .container_pologenie .block_pologenie .text_pologenie{
        width: 100%;
    }
    .container_pologenie .block_pologenie .img{
        width: 100%;
    }
    .table_cen_paper div{
        overflow: auto;
    }
    .tabs_makro li{
        padding: 10px 20px;
    }
    .makro_link{
        padding: 10px;
        padding-left: 40px;
    }
    .container_upravlenie .block_lead:nth-child(2) .open_info,
    .container_upravlenie .block_lead:nth-child(4) .open_info,
    .container_upravlenie .block_lead:nth-child(6) .open_info,
    .container_upravlenie .block_lead:nth-child(8) .open_info,
    .container_upravlenie .block_lead:nth-child(10) .open_info{
        margin-left: -219px;
    }
    .container_upravlenie .open_info{
        width: 179%;
    }
    .container_upravlenie .info img {
        top: 22px;
        right: 12px;
    }
    .container_upravlenie .block_lead .open {
        background-color: #e5e7eb;
        padding-bottom: 30px;
    }
    .list_content li .list_drop .add a{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .list_content li .list_drop{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .list_content li .list_drop li,
    .list_content li .list_drop .city,
    .list_content li .list_drop .text{
        width: -webkit-calc(50% - 41px);
        width: -moz-calc(50% - 41px);
        width: calc(50% - 41px);
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 20px;
    }
    .list_content li .list_drop li:nth-child(1),
    .list_content li .list_drop li:nth-child(2){
        border-bottom: 1px solid #e5e5e5;
    }
    .list_content li .list_drop li:nth-child(2),
    .list_content li .list_drop li:nth-child(4){
        border-right: 0;
    }
    .block_menu_ul ul li .drop_menu{
        display: none;
        position: inherit;
        top: auto;
        left: auto;
        border: none;
        width: 50%;
        -webkit-box-shadow: none;
           -moz-box-shadow: none;
                box-shadow: none;
        border: 1px solid #d9d9d9;
        padding: 0;
        margin: 15px 0 0;
    }
    .block_menu_ul ul li:hover .drop_menu{
        display: none;
    }
    .open_M_drop{
        display: block;
        padding: 10px;
        float: right;
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
    }
    .open_M_drop_true{
        -webkit-transform: rotate(90deg);
           -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
             -o-transform: rotate(90deg);
                transform: rotate(90deg);
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
    }
    .color_white{
        display: none;
    }
    .container_drop_slide_news{
        padding: 10px;
    }
    .block_grafic{
        width: -webkit-calc(100% - 21px);
        width: -moz-calc(100% - 21px);
        width: calc(100% - 21px);
    }
    .circle_grafic_list{
        text-align: center;
    }
    .block_grafic{
        border-right: 0;
    }
    .percent_text, .percent_animation{
        width: 100%;
        line-height: 1.3;
    }
    .container_anim{
        margin: 20px auto;
    }
    .block_grafic .zag{
        margin-bottom: 20px;
    }
    .list_day{
        padding-right: 0;
        width: 100%;
    }
    .block_day_right{
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: calc(100% - 40px);
    }
    .container_day:last-child{
        margin-bottom: 0;
    }
    .pologenie_grafic_container{
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: calc(100% - 40px);
    }
    .circle_grafic_list{
        width: 50%;
    }
    .circle_grafic_list ul li{
        width: 100%;
    }
    .block_info_all .text{
        width: 337px;
    }
    .block_info_all:hover .text {
        width: 100%;
    }
    .content_makro .tabs_table table{
        width: 910px;
    }
    .content_makro{
        padding-bottom: 20px !important;
    }
    .tabs__content div{
        padding-bottom: 20px !important;
    }
    .news_slide{
        height: 208px;
    }
    .news_slide_container{
        height: 80px !important;
    }
	.block_news{
        margin-top: 15px;
        width: 100%;
        height: 313px;
    }
}
@media screen and (max-width: 768px){
    .circle_grafic_list ul{
        margin-bottom: 0;
        margin-top: 7px;
    }
    .circle_grafic_list ul li{
        text-align: left;
        padding-left: 20px;
    }
    .other_players::before {
        content: "";
        position: absolute;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: #dbdbdb;
        left: -20px;
        bottom: 18px;
        width: 15px;
        height: 15px;
    }
    .investor_ru .other_players::before {
        content: "";
        position: absolute;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: #dbdbdb;
        left: -20px;
        bottom: 18px;
        width: 15px;
        height: 15px;
    }
    .investor_ru .other_players{
        padding-left: 20px;
        justify-content: flex-start;
        width:130px;
    }
    .other_players{
        width:130px;
        padding-left: 20px;
        justify-content: flex-start;
        line-height: 1;
        color: rgb(25, 25, 25);
        font-size: 10px;
        margin-top: -14px;
    }
    .block_grafic.circle_grafic{
        justify-content: flex-end;
    }
    .circle_grafic_list{
        width: 150px;
    }
    .circle_grafic_text{
        padding-left: 15px;
        line-height: 1;
    }
    .circle_grafic-1{
         margin-top: 10px;
    }
    .investor_ru .circle_grafic-1 span:nth-child(1):before{
        left: -5px;
    }
    .circle_grafic-1 span:nth-child(1):before{
        left: -5px;
    }
    .investor_ru .circle_grafic-2 span:nth-child(1):before{
        left: -5px;
    }
    .circle_grafic-2 span:nth-child(1):before{
        left: -5px;
    }
    .circle_grafic-1 span:nth-child(1):before, .circle_grafic-2 span:nth-child(1):before{
        top: -3px;
    }
    .container_anim{
        margin: 20px 0;
    }
    .block_grafic{
        padding-bottom: 50px;
    }
    .other_players{
         display: none;
    }
}
/*--------------------------------------------------------------мин/740--------------------------------------------------------------*/
@media screen and ( min-width:741px){
    .left_menu_other{
        display: block !important;
    }
}
/*----------------------------------------------------------------740----------------------------------------------------------------*/
@media screen and ( max-width:740px){
    .makro_button-2{
        position: inherit;
        margin-top: 0;
        margin-bottom: 0px;
    }

    .table_button2{
        float: none !important;
    }
    .container{
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: calc(100% - 40px);
        margin: 0 20px;
    }
    .container_info {
        margin-top: 15px;
    }
    .block_slide {
        height: 281px;
    }
    .main_slide{
        height: auto;
    }
    .main_slide .slick-prev, .main_slide .slick-next {
        top: 35px;

    }
    .header_korzina_a span{
        display: none;
    }
    .header_search{
        width: -webkit-calc(100% - 265px);
        width: -moz-calc(100% - 265px);
        width: calc(100% - 265px);
    }
    .header_search input{
        width: 100%;
    }
    .header_search i {
        right: -10px;
    }
    .content{
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: calc(100% - 40px);
    }
    .secondary_page .container{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .left_menu{
        margin-bottom: 15px;
        width: 100%;
    }
    .left_menu ul{
        display: none;
    }
    .left_menu .left_button{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        padding: 15px 23px;
        width: -webkit-calc(100% - 46px);
        width: -moz-calc(100% - 46px);
        width: calc(100% - 46px);
        background-color: #383b40;
        color: #fff;
        font-weight: bold;
        -webkit-border-top-right-radius: 2px;
        -moz-border-radius-topright: 2px;
             border-top-right-radius: 2px;
        -webkit-border-bottom-right-radius: 2px;
        -moz-border-radius-bottomright: 2px;
             border-bottom-right-radius: 2px;
        position: relative;
        border-bottom: 1px solid #4b4e53;
    }
    .left_menu .left_button{
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
    }
    .left_menu .left_button .active_img{
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
             transform: rotate(180deg);
    }
    .left_menu .left_button::before{
        position: absolute;
        width: 5px;
        height: -webkit-calc(100% + 1px);
        height: -moz-calc(100% + 1px);
        height: calc(100% + 1px);
        left: 0;
        top:0;
        background-color: #95c11f;
        content: "";
    }
    .left_menu_other li img{
        right: 15px;
    }
/*
    .left_menu ul .active::after{
        height: 2px;
        left: 5px;
        top: 27px;
        width: 7px;
    }
*/
/*
    .left_menu ul li:hover:after{
        height: 2px;
        left: 5px;
        top: 27px;
        width: 7px;
    }
*/
/*
    .left_menu ul li{
        padding: 16px 0;
    }
*/
    .makro_button, .tabs_makro{
        float: none;
    }
/*
    .left_menu ul li a {
        padding: 16px 25px;
    }
*/
    .container_upravlenie .block_lead:nth-child(2) .open_info,
    .container_upravlenie .block_lead:nth-child(4) .open_info,
    .container_upravlenie .block_lead:nth-child(6) .open_info,
    .container_upravlenie .block_lead:nth-child(8) .open_info,
    .container_upravlenie .block_lead:nth-child(10) .open_info{
        margin-left: -110%
    }
    .container_upravlenie .open_info{
        width: 186%;
    }
    .form_reg_password form{
        margin-top: 50px;
    }
    .history_content{
        width: -webkit-calc(100% - 80px);
        width: -moz-calc(100% - 80px);
        width: calc(100% - 80px);
    }
    .third_grafic_text{
        width: -webkit-calc(100% - 140px);
        width: -moz-calc(100% - 140px);
        width: calc(100% - 140px);
    }
    .block_bela_text{
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .third_grafic_text {
        width: -webkit-calc(100% - 170px);
        width: -moz-calc(100% - 170px);
        width: calc(100% - 170px);
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .block_info_all .text {
        width: calc(100% - 15px);
    }
    .block_info_all:hover .text {
        width: 100%;
    }

    .block_bela_text{
        flex-wrap: wrap;
    }
    .block_bela_text p{
        width: 100%;
    }
    .block_bela_text{
        margin-top: 20px;
    }
    .list_content li .list_drop li, .list_content li .list_drop .city, .list_content li .list_drop .text{
        padding: 10px;
    }
    .list_content li .list_drop li{
        width: calc(100% - 20px) !important;
    }
    .container_pologenie .pogenie_1{
        display: block;
    }
    .container_pologenie .pogenie_1 {
        width: 25%;
        height: 39px;
        position: absolute;
        top: 3px;
        left: 60%;
    }
    .circle_grafic_text{
        order: 4;
        margin: 0;
        margin-left: 10px;
        margin-bottom: 10px;
    }
    .circle_grafic_p{
        margin-bottom: 0px;
    }
    .other_players{
        text-align: right;
        padding-bottom: 10px;
    }
    .circle_grafic_list{
        margin-top: 3px;
    }
    .percent_time{
        position: absolute;
        bottom: 58px;
        left: 95px;
        width: calc(100% - 120px);
    }
    .percent_time p{

    }
    .percent_people p{
        width: calc(100% - 120px);
    }
    .container_anim {
        margin: 20px 0;
    }
    .percent_people_img{
        margin: 15px 0;
    }
    .percent_people{
        width: 100%;
    }
    .block_grafic{
        padding-left: 0;
    }
    .investor_ru .other_players{
        width: 100%;
        justify-content: flex-end;
        padding-right: 33px;
        color: rgb(25, 25, 25);
    }
    .other_players{
        width: 100%;
        justify-content: flex-end;
        padding-right: 34px;
    }
    .investor_ru .other_players::before{
         left: auto;
        right: 155px;
        bottom: 8px;
    }
    .other_players::before {
        left: auto;
        right: 155px;
        bottom: 8px;
    }
    .zag_info{
        width: 100%;
    }
    .circle_grafic_list ul{
        margin-top: 5px;
    }
}

/*----------------------------------------------------------------600----------------------------------------------------------------*/
@media screen and ( max-width:600px){
    .block_menu_ul ul li{
        padding-left: 100px;
    }
    .circle_grafic_p{
        padding-top: 0;
    }
    .container {
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px);
        margin: 0 10px;
    }
    .header_korzina_a i:nth-child(1){
        margin-right: 5px;
    }
    .block_slide .text_slide{
        background: none;
        padding: 10px;
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px);
        text-align: left;
        background-color: rgba(0, 0, 0, 0.67);
    }
    .block_slide .text_slide a{
        padding: 7px;
        float: right;
    }
    .block_slide .text_slide .info{
        text-align: left;
        margin-bottom: 10px;
        float: left;
       width: calc(100% - 120px);
    }
    .block_slide .text_slide{
        height: auto;
    }
    .main_slide .slick-prev, .main_slide .slick-next{
        background-color: rgba(0, 0, 0, 0.77);
    }
    .block_news{
        margin-bottom: 15px;
    }
    .block_info_all{
        width: 100%;
        max-width: 400px;
    }
    .block_info_all:nth-child(odd) {
        margin-right: 0px;
    }
    .main_slide .slick-prev, .main_slide .slick-next{
        padding: 5px;
        width: 30px;
        height: 30px;
    }
    .main_slide .slick-prev{
        right: 65px;
    }
    .container_upravlenie .block_lead .info{
        background: none;
        background-color: #f2f4f6;
    }
    .width_bumagi{
         width: -webkit-calc(100% - 80px);
         width: -moz-calc(100% - 80px);
         width: calc(100% - 80px);
    }
    .container_upravlenie .block_lead:nth-child(2) .open_info, .container_upravlenie .block_lead:nth-child(4) .open_info, .container_upravlenie .block_lead:nth-child(6) .open_info, .container_upravlenie .block_lead:nth-child(8) .open_info, .container_upravlenie .block_lead:nth-child(10) .open_info{
        margin-left: -113%;
    }
    .container_upravlenie .open_info {
        width: 182.5%;
    }
    .form_reg_password form p{
        font-size: 16px;
        width: 140px;
    }
    .form_reg_password form input, .form_reg_password form textarea {
        width: -webkit-calc(100% - 160px);
        width: -moz-calc(100% - 160px);
        width: calc(100% - 160px);
    }
    .sub_news, .form_reg_password form .button_submit{
        margin-left: 160px;
    }
    .block_bela_text,
    .third_grafic_text{
         -webkit-flex-wrap: wrap;
             -ms-flex-wrap: wrap;
                 flex-wrap: wrap;
        padding-top: 0;
    }
    .percent_time p{
        line-height: 1.4;
    }
    .third_grafic_text p{
        width: 100%;
    }
    .block_bela_text p{
        margin-bottom: 10px;
    }
    .block_grafic{
        margin-left: 0;
    }
    .contact_for{
        width: 100%;
        text-align: center;
    }
    .container_contacts {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .contact_ul li{
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .block_info_all .block_info{
        background-size: cover;
    }
}

/*----------------------------------------------------------------521----------------------------------------------------------------*/
@media screen and ( max-width:521px){
    .percent_time{
        bottom: 45px;
    }
}
/*----------------------------------------------------------------480----------------------------------------------------------------*/
@media screen and ( max-width:480px){
    .circle_grafic-1 span:nth-child(1):before, .circle_grafic-2 span:nth-child(1):before {
        left: -10px;
        top: -3px;
        height: 15px;
        width: 15px;
    }
    .container_anim{
        width: 100%;
    }
    .zag_info{
        margin-top: 5px;
    }
    .circle_grafic_list ul li{
        text-align: left;
        padding-left: 15px;
    }
    .investor_ru .circle_grafic_list ul li{
        text-align: left;
        padding-left: 20px;
    }
    .circle_grafic_text {
        line-height: 1;
    }
    .circle_grafic_list ul li:last-child{
        margin-bottom: 0;
    }
    .circle_grafic_list ul{
        margin-bottom: 0;
    }
    .circle_grafic_list{
        margin-top: 2px;
    }
    .investor_ru .circle_grafic_list{
        margin-top: 5px;
    }
    .news_slide_container{
        height: 100px !important;
		box-sizing: border-box;
    }
    .block_news{
        height: 370px;
    }
    .container_upravlenie .block_lead{
        width: 100%;
    }
    .container_upravlenie .block_lead:nth-child(odd){
        margin-right: 0;
    }
    .container_upravlenie .block_lead .info .name{
        font-size: 15px;
        margin-bottom: 5px;
    }
    .container_upravlenie .block_lead .info .position{
        font-size: 14px;
    }
    .makro_link{
        padding: 5px;
        padding-left: 40px;
        margin-bottom: 10px;
    }
    .tabs_makro{
        margin-bottom: 0;
    }
    .tabs_makro li{
        padding: 5px 10px;
    }
    .makro_link:nth-child(1){
        background: url(/local/templates/evrotorg/css/../images/srite_makro/print.png) left 5px center no-repeat;
    }
    .makro_link{
        padding-left: 27px;
    }
    .makro_link:nth-child(2) {
        background: url(/local/templates/evrotorg/css/../images/srite_makro/dowloand.png) left 5px center no-repeat;
    }
    .makro_button{
         margin-top:  15px;
    }
    .content_tabs .tabs li{
        padding: 10px;
    }
    .info_news li{
        padding: 10px;
    }
    .container_upravlenie .block_lead:nth-child(2) .open_info,
    .container_upravlenie .block_lead:nth-child(4) .open_info,
    .container_upravlenie .block_lead:nth-child(6) .open_info,
    .container_upravlenie .block_lead:nth-child(8) .open_info,
    .container_upravlenie .block_lead:nth-child(10) .open_info{
        margin-left: 0;
    }
    .container_upravlenie .open_info{
        width: -webkit-calc(100% - 72px);
        width: -moz-calc(100% - 72px);
        width: calc(100% - 72px);
    }
    .form_reg_password form p{
        width: 100%;
        text-align: left;
        margin-bottom: 5px;
    }
    .form_reg_password form input, .form_reg_password form textarea{
        width: 100%;
    }
    .sub_news{
        width: 100%;
    }
    .sub_news, .form_reg_password form .button_submit{
        margin-left: 0;
    }
    .form_reg_password form input, .form_reg_password form textarea{
        margin-bottom: 10px;
    }
    .list_content li .list_drop .add a span{
        margin-bottom: 5px;
    }
    .list_content li .list_drop .add a{
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .list_content li .list_drop li, .list_content li .list_drop .city, .list_content li .list_drop .text{
        width: -webkit-calc(100% - 41px);
        width: -moz-calc(100% - 41px);
        width: calc(100% - 41px);
        border: none;
    }
    .list_content li .list_drop .city{
        border-bottom: 1px solid #e5e5e5;
    }

    .slider{
        margin-top: 55px;
    }
    .drop_slide_news{
        padding: 0;
    }
    .container_drop_slide_news .slick-next{
        top: 50px;
    }
    .container_drop_slide_news .slick-prev{
        top: 57px;
    }
    .drop_slide_news .date{
        text-align: center;
    }
    .drop_slide_news p{
        text-align: justify;
		min-height: 150px;
		height: auto;
    }
    .list_content li:nth-child(1) a img{
        width: 100%;
        margin-bottom: 10px;
    }
    .content,
    .content_makro{
        padding: 0 10px;
        width: calc(100% - 20px);
        padding-bottom: 10px;
    }
    .ui-slider-horizontal.ui-slider-pips{
        margin-left: 10px;
        margin-right: 10px;
    }
    .list_content li .list_drop .date{
        padding: 5px 10px;
    }

}

/*----------------------------------------------------------------425----------------------------------------------------------------*/
@media screen and ( max-width:425px){
    .investor_ru .other_players{
        padding-right: 34px;
    }
    .header_lang p{
        display: none;
    }
    .block_menu_ul ul li{
        padding-left: 20px;
    }
    .header_search {
        width: 139px;
        margin-right: 25px;
    }
    .block_info_all, .block_info{
        height: 200px;
    }
    .block_info_all:hover .block_info{
        height: 188px;
    }
    .block_info_all:hover .text {
        height: -webkit-calc(100% - 4px);
        height: -moz-calc(100% - 4px);
        height: calc(100% - 4px);
        padding-top: 40px;
    }
    .third_grafic_text{
        width: 100%;
    }
    .third_grafic_text p{
        width: -webkit-calc(50% - 40px);
        width: -moz-calc(50% - 40px);
        width: calc(50% - 40px);
    }
    .container_linear{
        margin-bottom: 0px;
        margin-top: 7px !important;

    }
    .block_bela_text, .percent_people, .percent_time{
        width: 100%;
    }
    .container_bel{
        margin: 0 auto;
    }
    .percent_time p{
        padding-left: 0;
    }
    .percent_people{
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .percent_people p {
        text-align: right;
        width: calc(100% - 100px);
    }
    .percent_people p br{
        display: block;
    }
    .percent_time{
        position: absolute;
        bottom: 70px;
        left: 100px;
    }
    .percent_time p{
        font-size: 12px;
    }
    .percent_people p{
        font-size: 12px;
    }
    .percent_time p br{
        display: block;
    }
    .percent_time p span{
        margin-right: 5px;
    }
    .third_grafic_text p{
        width: 100%;
        padding: 0;
    }
    .pologenie_list_elem .line{
        max-width: 150px;
    }
    .block_info_all .text{
        bottom: -4px;
    }
    .percent_time {
        width: 68% !important;
    }
    .percent_people p{
        text-align: left;
        margin-bottom: 5px;
    }
    .paginacia{
        flex-wrap: wrap;
    }
    .paginacia .page{
        padding-bottom: 10px !important;
    }
    .paginacia ul{
        width: 100%;
        margin-top: 0;
    }
    .container_anim{
        margin: 20px 0;
    }
    .percent_people{
        margin-bottom: 20px;
    }
    .block_pologenie .zag{
        margin-bottom: 15px;
    }
    .news-detail p a{
        font-size: 10px;
    }
    .circle_grafic #convas{
        margin: 0 auto;
    }
    .other_players{
        justify-content: flex-end;
        padding-right: 13%;
    }
    .percent_people_img{
        margin-top: 17px;
    }
    .investor_ru .other_players::before{
        right: 155px;
        bottom: 8px;
        width: 15px;
        height: 15px;
        left: auto;
    }
    .other_players::before{
        right: 155px;
        bottom: 8px;
        width: 15px;
        height: 15px;
        left: auto;
    }

}

/*----------------------------------------------------------------375----------------------------------------------------------------*/
@media screen and ( max-width:375px){
    .investor_ru .circle_grafic_list ul li{
        padding-left: 15px;
    }
    .other_players{
        padding-right: 6%;
    }
    .news_slide_container {
    height: 100px !important;
}
    header .top_bar{
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        -moz-box-pack: justify;
        justify-content: space-between;
    }
    .header_lang div:nth-child(1){
        margin-right: 0;
    }
    .header_lang div:nth-child(2){
        margin-right: 5px;
    }
    .pologenie_list_elem .line{
        max-width: 50px;
    }
    .block_info_all .text .name{
        margin-right: 20px !important;
    }
    .circle_grafic_list{
        width: 120px;
    }
    .investor_ru .other_players{
        padding-left: 0;
        padding-right: 8px;
    }
    .investor_ru .other_players::before{
        right: 125px;
    }
    .other_players{
        padding-left: 0;
    }
    .other_players::before{
        right: 125px;
    }
    .block_grafic{
        width: 100%;
    }
    .investor_ru .circle_grafic_list{
        margin-top: 0px;
    }
    .investor_ru .other_players{
        margin-top: -18px;
    }
}

/*----------------------------------------------------------------320----------------------------------------------------------------*/
@media screen and ( max-width:320px){
    .container_linear{
        margin-top: 7px;
    }
    .percent_time{
        position: absolute;
        left: 100px;
    }
    .block_menu_logo{
        width: 200px;
    }
    #nav-icon4{
        margin-top: 9px;
    }
    .block_menu_ul ul{
        top: 64px;
    }
}
@media print {
    *{
        box-shadow: none !important;
        box-shadow: 0 !important;

    }
    header, footer, .tabs_makro, .makro_button, .notes, .table_button2{
        display: none;
    }
    body{
        position: relative;
    }
    * { -webkit-print-color-adjust: exact; }
    table{
        width: 100%;
        transform: scale(0.7);
        margin: 0;
        padding: 0;
        float: left;
        position: absolute;
        left: 0;
/*        top: -100px;*/
        font-size: 15px;
/*        margin-top: 150px;*/
    }

    .content_makro h1{
        padding: 0;
        margin: 0;
    }
    .content_makro{
        width: 100%;
        position: absolute;
        left:0;
        padding: 0;
        text-align: center;
    }
    .tabs_table div{
        width: 100%;
        overflow: visible;
        float: left;
        position: relative;
        position: absolute;
        left: 0;
    }
    .container{
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
        justify-content: flex-start !important;
        position: absolute;
        left: 0;
        top: 0;
    }
    .secondary_page{
        padding: 0;
    }
    *{
        margin: 0 !important;
        padding: 0 !important;
    }
    table td, table th{
        font-size: 15px !important;
        padding: 10px !important;
        text-align: left;
    }
    .content_makro  .tabs .tabs_table table tr th{
        padding: 10px !important;
    }
    .tabs_table table tr th{
         padding: 10px !important;
    }
    .table_cen_paper p, .left_menu{
        display: none;
    }
    .content{
        width: 1
    }
}
.gallery .block_info_all{
    width: calc(50% - 15px);
    margin-right: 15px;
    overflow: hidden;
}
.gallery .block_info_all .block_info{
    width: 100%;
    background-size: cover;
    box-sizing: border-box;
    transition: 0s;
}
.gallery .block_info_all .text {
    width: calc(100% - 8px);
    left: 4px;
    bottom: 11px;
    box-sizing: border-box;
}
.gallery .block_info_all .text a{
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
.gallery .block_info_all .text .name{
    padding-right: 30px;
    font-size: 14px;
}
.gallery .block_info_all:nth-child(even){
    margin-right: 0;
}
.gallery .block_info_all:hover .text{
    height: calc(100% - 11px);
    left: 2px;
    width: calc(100% - 4px);
}
a.download_img{
    display: block;
    width: 100%;
    background-image: url(/local/templates/evrotorg/css/../images/download_img-w.png);
    background-position: left center;
    background-size: 20px;
    background-repeat: no-repeat;
    padding: 10px 10px 10px 30px;
    color: #92be1d;
}
.gallery_inner{
    width: calc(100% + 15px);
}
.gallery_inner .block_info_all{
    width: calc(33.33% - 15px);
    margin-right: 15px;
}
.gallery_inner .block_info_all:nth-child(even){
    margin-right: 15px;
}

a.download_img:hover{
    text-decoration: underline;
}
.img a{
    width: 200px;
    height: 150px;
    display: block;

}
.img a img{
    width: 100%;
    height: 100%;
}
.gallery_inner .block_info_all .text .name{
    background: none;
    padding-right: 0;
    margin: 10px;
    text-transform: none;
    font-weight: normal;
}
.block_info_all:hover .text{
    padding-top: 0;
}
.block_info_all .text{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 0;
}
.gallery_inner .block_info_all:hover .desc{
    display: block;
    margin: 0 10px;
}
.mfp-gallery .mfp-counter{
    display: none;
}
.mfp-img-mobile .mfp-title{
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px;
    margin-top: -5px;
}

@media (max-width: 1020px){
    .gallery .block_info_all{
        width: 100%;
        margin-right: 0;
    }
    .gallery_inner .block_info_all{
        width: calc(50% - 15px);
    }
    .gallery_inner .block_info_all:nth-child(even){
        margin-right: 0;
    }
    .gallery_inner .block_info_all:nth-child(odd){
        margin-right: 15px;
    }
}
@media (max-width: 550px){
    .gallery_inner{
        width: 100%;
    }
    .gallery_inner .block_info_all:nth-child(odd){
        margin-right: 0;
    }
    .gallery_inner .block_info_all{
        width: 100%;
    }
}
@media (max-width: 425px){
    .gallery .block_info_all .text{
        bottom: 4px;
    }
    .gallery .block_info_all .text a{
        width: 100%;
    }
    .gallery .block_info_all:hover .text{
        height: calc(100% - 4px);
    }
}

/* End */


/* Start:/local/templates/evrotorg/css/custom.css?16354306611091*/
.makro_link4:nth-child(3) {
    background: url('/local/templates/evrotorg/images/databook1.png') left 14px center no-repeat;
}
.makro_link4:nth-child(5) {
    background: url('/local/templates/evrotorg/images/databook1.png') left 14px center no-repeat!important;
}
.makro_link4:nth-child(6) {
    background: url('/local/templates/evrotorg/images/srite_makro/subscribe.png') left 14px center no-repeat;
}
.container_avtorization {
  margin-top: 0;
}
.left_menu ul {
    margin-bottom: 30px;
}
.root-item-selected {
  color: #92be1d !important;
}





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



  .block_menu_ul ul li {
    padding: 5px 17px 6px;
  }

  .content_tabs .tabs li {
    padding: 14px 18px;
  }


}




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



  .block_menu_ul ul li {
    padding: 5px 9px 6px;
  }

  .content_tabs .tabs li {
    padding: 14px 18px;
  }


}



.block_menu_ul .main_menu li:last-child ul{
  left: auto;
  right: -1px;
}
.left_drop{
  margin-bottom: 0px!important;
}



/* .secondary_page img {
  width: 100%;
} */
.root-item-selected strong{
  color: black;
}

/* End */


/* Start:/local/templates/evrotorg/styles.css?15583400798062*/
.search-item a, a.colored{
    color: #8fbe13;
    text-decoration:underline;
}
.investor_ru .block_grafic{
	height: 330px;
}
#myCanvas{
	height: 66%;
}
.s2 #myCanvas {
	height: 70%;
}
.size{
	max-width: 100%;
}
.circle_grafic_list ul li:nth-child(7),
.circle_grafic_list ul li:nth-child(8){
	display: none;
}
.investor_ru .circle_grafic-1 span:nth-child(3):before {
	height: 41px;
	top: 22px;
	right: 32px;
}
.container_upravlenie .block_lead .info .position{
	margin-bottom: 0;
}
.investor_ru .circle_grafic-2 span:nth-child(3):before {
	height: 38px;
	top: 23px;
	left: 1px;
}
.circle_grafic_list ul li:nth-child(3) span:nth-child(1):before {
	position: absolute;
	background-color: #4c6c9c;
	width: 13px;
	height: 1px;
	content: "";
	-webkit-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	transform: rotate(-44deg);
	left: -22px;
	top: 9px;
}
.circle_grafic_list ul li:nth-child(4) span:nth-child(1):before {
	position: absolute;
	background-color: #8fa6c8;
	width: 16px;
	height: 1px;
	content: "";
	-webkit-transform: rotate(6deg);
	-moz-transform: rotate(6deg);
	-ms-transform: rotate(6deg);
	-o-transform: rotate(6deg);
	transform: rotate(-49deg);
	left: -22px;
	top: 7px;
}
.circle_grafic_list ul li:nth-child(5) span:nth-child(1):before {
	position: absolute;
	background-color: #b4c4db;
	width: 16px;
	height: 1px;
	content: "";
	-webkit-transform: rotate(24deg);
	-moz-transform: rotate(24deg);
	-ms-transform: rotate(24deg);
	-o-transform: rotate(24deg);
	transform: rotate(-27deg);
	left: -25px;
	top: 6px;
}
.circle_grafic_list ul li:nth-child(6) span:nth-child(1):before {
	position: absolute;
	background-color: #dae1ed;
	width: 21px;
	height: 1px;
	content: "";
	-webkit-transform: rotate(24deg);
	-moz-transform: rotate(24deg);
	-ms-transform: rotate(24deg);
	-o-transform: rotate(24deg);
	transform: rotate(-2deg);
	left: -30px;
	top: 4px;
}
.circle_grafic_list ul li:nth-child(7) span:nth-child(2):before {
	position: absolute;
	background-color: #b2b2b2;
	width: 4px;
	height: 4px;
	content: "";
	left: -12px;
	top: 3px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.circle_grafic_list ul li:nth-child(7) span:nth-child(1):before{
	position: absolute;
	background-color: #b2b2b2;
	width: 24px;
	height: 1px;
	content: "";
	-webkit-transform: rotate(24deg);
	-moz-transform: rotate(24deg);
	-ms-transform: rotate(24deg);
	-o-transform: rotate(24deg);
	transform: rotate(21deg);
	left: -31px;
	top: 1px;
}
.circle_grafic_list ul li:nth-child(8) span:nth-child(2):before {
	position: absolute;
	background-color: #848484;
	width: 4px;
	height: 4px;
	content: "";
	left: -12px;
	top: 3px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.circle_grafic_list ul li:nth-child(8) span:nth-child(1):before{
	position: absolute;
	background-color: #848484;
	width: 29px;
	height: 1px;
	content: "";
	-webkit-transform: rotate(24deg);
	-moz-transform: rotate(24deg);
	-ms-transform: rotate(24deg);
	-o-transform: rotate(24deg);
	transform: rotate(33deg);
	left: -36px;
	top: -3px;
}
@media print
{
    orientation: landscape;
}
@page {
    size: landscape;
}
.news-detail ol li{
	margin-bottom: 10px;
}
.ul_drop-news{
	padding: 20px;
}
.ul_drop-news li{
	position: relative;
	margin-bottom: 5px;
}
.ul_drop-news li:before{
	content: '-';
	position: absolute;
	top: 0px;
	left: -10px;
}
.block_info_all .text a {
	width: 100%;
}
.secondary_page .content p{
	margin-bottom: 15px;
	line-height: 1.5;
}
.secondary_page .block_btn{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 20px 0;
}
.secondary_page .block_btn a{
	padding: 10px 15px;
	background-color: #b1aeae;
	color: #fff;
	transition: 0.2s;
	border: 1px solid #b1aeae;
	border-radius: 2px;
	margin-right: 20px;
}

.hr_line{
	background-color: #b1aeae;
	width: 100%;
	height: 1px;
	margin: 25px 0;
}
.secondary_page .block_btn a:hover{
	color: #b1aeae;
	background-color: #fff;
}
.fau-hide{
    display:none;
}
.fau-help-pass{
    font-size: 13px;
    line-height: 19px;
    font-style: italic;
    display: inline-block;
}
.form_registr{
	margin-top: 30px;
}
.form_registr form{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 20px 0 0;
	align-items: flex-start;
}
.form_registr .jq-selectbox__select{
	padding-top: 0;
}
.form_registr .jq-selectbox {
	padding: 5px 10px 0 !important;
}
.form_registr .w_30{
	width: 30% !important;
}
.form_registr .w_50{
	 width: 45%;
 }
.form_registr .jq-selectbox__dropdown{
	left: 0;
	border-radius: 2px;
	top: 39px !important;
	box-shadow: none;
	max-width: 100%;
}
.form_registr .jq-selectbox__dropdown ul{
	box-shadow: none;
}
.form_registr .jq-selectbox__dropdown ul li{
	 font-size: 17px;
	text-transform: uppercase;
	padding: 10px;
	color: gray;
	font-family: 'roboto';
	font-weight: 100;
 }
.form_registr .jq-selectbox__dropdown ul li.selected.sel{
	color: #fff;
}
.form_registr .jq-selectbox__dropdown ul li:hover{
	color: #fff;
}
.jq-selectbox li.disabled:hover{
	background-color: gray;
}
.form_registr .hr{
	width: 100%;
	margin-bottom: 30px;
	margin-top: 0;
	height: 1px;
	color: #e5e5e5;
	background-color: #e5e5e5;
}
.form_registr .jq-selectbox__trigger-arrow{
	top: 8px;
}
.form_registr .jq-selectbox__select-text{
	text-transform: uppercase;
	text-shadow: none;
	font-size: 17px;
	font-family: 'roboto';
	color: gray;
}
.form_registr h2{
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 30px;
	width: 100%;
    font-size:18px;
}
.form_registr .input_style{
	padding: 10px 10px;
	border: 1px solid #ccc;
	background-color: #fff;
	height: 42px;
	box-sizing: border-box;
	box-shadow: none;
	margin-bottom: 30px;
	border-radius: 2px;
}
.form_registr .input_style.error{
	border-bottom: 2px solid #f31d1d;
}
.form_registr .input_style.sucess{
	border-bottom: 2px solid #207504;
}
.form_registr .error_text{
	color: #f31d1d;
	display: none;
}

.form_registr .input_style::-webkit-input-placeholder{
	color: gray;
	text-transform: uppercase;
	font-size: 17px;
}
.form_registr .block_sbm{
	width: 100%;
	text-align: center;
}
@media screen and (max-width: 1200px) {
	.investor_ru .block_grafic {
		height: auto;
	}
	.circle_grafic_list ul li span:nth-child(1):before{
		content: none !important;
	}
	.circle_grafic_list ul li:nth-child(7) span:nth-child(2):before {
		position: absolute;
		background-color: #e1e4e8;
		width: 4px;
		height: 4px;
		content: "";
		left: -10px;
		top: 1px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		left: -20px;
		top: -2px;
		height: 15px;
		width: 15px;
	}
	.circle_grafic_list ul li:nth-child(8) span:nth-child(2):before {
		position: absolute;
		background-color: #c8c9cc;
		width: 4px;
		height: 4px;
		content: "";
		left: -10px;
		top: 1px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		left: -20px;
		top: -2px;
		height: 15px;
		width: 15px;
	}
	#myCanvas {
		height: 82%;
	}
}
@media screen and (max-width: 1020px){
	.form_registr .input_style{
		width: 100% !important;
	}
}
@media screen and (max-width: 768px){
	.other_players{
		margin-top: 0px;
	}
}
@media screen and (max-width: 375px) {
	.investor_ru .other_players {
		margin-top: 8px;
		padding-right: 15px;
	}
}
/*.files-block a{
    color:black;
    font-weight:bold;
    display:block;
    margin-bottom:5px;
    font-size:15px;
    text-decoration: underline;
}*/
.hidden_file_link{
    display:none;
}
.fau_dop_info{
    display:none;
}
.form_registr.form_docs form{
    display:block;
}
.form_docs.form_registr .input_style{
    margin-top: 26px;
}
.form_docs .link_reg{
    margin:0;
    padding: 9px 18px;
}
.ul_drop-news {
    padding-top: 0;
    padding-left: 20px;
    padding-bottom: 0px;
}

.img_bottom{
 margin-bottom: 10px !important;
}

.container_upravlenie .block_lead .info{
    min-height: 70px !important;
}

.table--styles tbody .flex {
    justify-content: left !important;
}

.text_justify{
text-align: justify;
}
/* End */


/* Start:/local/templates/evrotorg/template_styles.css?15585278619587*/
.container_upravlenie .block_lead .info {
    max-height: 70px;
    min-height: 50px;
    height: auto;
}
.table--styles img{
	max-width: 70px;
	margin-bottom: 0;
}
.table--styles{
	padding: 0 10px;
}
.table--styles thead{
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}
.table--styles thead tr td:last-child{
	padding-left: 20px;
}
.table--scroll{
	overflow: auto;
	max-width: 100%;
}
.table--styles table{
	min-width: 754px;
}
.table--styles .date{
	font-size: 14px;
	color: #9f9f9f;
	margin-top: 15px;
	font-style: italic;
}
.table--styles tr td{
	font-size: 14px;
	padding: 15px 5px;
	font-weight: 600;
	text-align: left;
}
.table--styles td{
	width: 20%;
	line-height: 1.2;
}
.table--styles tbody tr{
	border-bottom: 2px dotted #d6d6d6;
}
.table--styles tbody tr:last-child{
	border-bottom: 2px solid black;
}
.table--styles tbody tr td:nth-child(3),
.table--styles tbody tr td:nth-child(5){
	text-align: center;
}
.table--styles tbody tr td:nth-child(3){
	padding-right: 30px;
}
.table--styles tbody .flex{
	display: flex;
	align-items: center;
	justify-content: center;
}
.table--styles tbody .flex span:nth-child(2){
	margin: 0 5px;
}
.table--styles tbody .flex span:nth-child(3){
	font-size: 8px;
	text-transform: uppercase;
}
.style--list{
	list-style: none;
	text-decoration: none;
	padding-left: 0;
}
.style--list li{
	padding-left: 15px;
	position: relative;
}
.style--list li::before{
	content: '';
	width: 6px;
	height: 6px;
	background-color: #78da00;
	position: absolute;
	left: 0;
	top: 10px;
	border-radius: 0;
}
.active .left_drop{
    display:block;
}
.left_menu ul .left_drop li.active{
    border-left:0px;
    background-color: #2c2c2c;
} 
.header_lang div a{
    text-decoration:none;
}
.hide{
    display:none;
}
.form-caution .error-login, .form-caution .success-login{
    font-size:12px;
    margin-bottom:5px;
    font-weight:bold;
}
.form-caution .error-login{
    color:#f00;
}
.form-caution .success-login{
    color:#89c01b;
}
.search-page{
    margin:40px 0px;
}
.button.button_submit{
    background-color: #89c01b;
    font-weight: bold;
    color: #fff;
    width: auto;
    border: 1px solid transparent;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    padding: 5px 20px;
    height: 38px;
    -webkit-box-shadow: inset 0.643px 0.766px 2px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: inset 0.643px 0.766px 2px 0px rgba(0, 0, 0, 0.16);
    box-shadow: inset 0.643px 0.766px 2px 0px rgba(0, 0, 0, 0.16);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.button.button_submit:hover{
    background-color: #fff;
    font-weight: bold;
    color: #89c01b;
    border: 1px solid #89c01b;
}
.starrequired{
    color:#f00;
}
.subsribe-wrapper{
    margin:30px 0px;
}

.block_pologenie p{
margin-bottom: 10px;
}

.container_pologenie1{
padding-top: 45px;
}

.block_news .title a{
text-decoration: none;
}

.notes{
font-style: italic;
}

.list_content li .list_drop .date{
color: rgba(40, 40, 40, 1);
}

.block_info_all .text .name {
    margin-right: 15px;
}

.news_kartochka p {
    margin-bottom: 15px;
}

.pologenie_grafic_block .text_istok{
font-size: 12px;
line-height: 1.5;
}

.pologenie_list_elem_g4{
margin-bottom: 1px !important;
    height: 16px;
}

.pologenie_list_elem{
margin-bottom: 3px;
}

.pologenie_grafic_container{
    margin-bottom: 30px;
}

.pologenie_list_elem .line {
    max-width: 100%;
}

@media screen and (min-width:1025px){
 .pologenie_grafic_container .text_graf2{
    margin-bottom: 15px;
	}
}


@media screen and (min-width:1024px){
 /*.pologenie_grafic_block .text_graf2{
    margin-top: 54px;
	}*/
.pologenie_grafic_block .text_graf{
    margin-top: 50px;
	}
.pologenie_grafic_block .text_graf3{
    margin-top: 46px;
	}
}
@media screen and (max-width:1024px){
.pologenie_list_elem .name {
    font-size: 12px;
    width: 60px;
}
}

.tabs_table table th{
font-weight: bold !important;
padding: 15px 0px !important;
}
.table_header{
text-align: left; 
padding-left: 10px;
}
.year{
    padding-right: 10px !important;
	text-align: right;
}

.tabs_table table tr td{
    padding: 7px 10px !important;
}

/*
.block_bela_text{
    padding-bottom: 45px;
    margin-top: 20px;
}
*/
/*
.container_bel{
margin-top: 20px;
}
*/

.notes {
    font-size: 12px;
}
.block_avtorization p a{
margin-left: 0px;
}

.block_day_right p{
margin: 0 0 15px;
}

.table_button{
	float: right;
    margin: 0px 0 20px;
}

.container_pologenie .pogenie_1{
height: 36px;
    top: -2px;
width: 115px;
}

@media screen and (max-width: 1200px){
.container_pologenie .pogenie_1{
	display: block;
    left: 46%;
}
}

.table_button2{
    float: right;
	margin: 5px 0 10px;
}

.makro_link2:nth-child(1) {
    background: url(/local/templates/evrotorg/css/../images/srite_makro/print.png) left 14px center no-repeat;
    margin-right: 15px;
}

.makro_link2:nth-child(2) {
    background: url(/local/templates/evrotorg/css/../images/srite_makro/dowloand.png) left 14px center no-repeat;
}

.makro_link2:nth-child(3) {
    background: url(/local/templates/evrotorg/css/../images/srite_makro/subscribe.png) left 14px center no-repeat;
}

.makro_link2 {
    background-color: #fff;
    border: none;
    color: #121212;
    padding: 0px 0px 0px 43px;
}
/*
.table_button3{
    float: right;
	margin: -8px 0 10px;
}

.makro_link3:nth-child(1) {
    background: url(/local/templates/evrotorg/css/../images/srite_makro/print.png) left 14px center no-repeat;
    margin-right: 15px;
}

.makro_link3:nth-child(2) {
    background: url(/local/templates/evrotorg/css/../images/srite_makro/dowloand.png) left 14px center no-repeat;
}


*/
.container_upravlenie .open_info p {
    font-size: 13px;
}

.footer_text{
width: 100%;
}

.block_grafic:nth-child(1) {
    border-right: none;
    border-bottom: none;
}
.block_grafic:nth-child(2) {
    border-bottom: none;
}

.block_grafic:nth-child(3) {
    border-right: none;
}

/*Страница Отчеты*/
.table_button4{
    margin: 20px 0px 20px;
}
.makro_link4 {
   /* background-color: #fff;
    border: none;
    color: #121212;
    padding: 0px 0px 0px 43px;*/
	border: 1px solid #88ba03;
    color: #88ba03;
    padding: 5px 10px 5px 43px;
}

.makro_link4:nth-child(1) {
    background: url(/local/templates/evrotorg/images/presentation.png) left 14px center no-repeat;
    /*margin-right: 15px;*/
}

.makro_link4:nth-child(2) {
    background: url(/local/templates/evrotorg/images/issue2.png) left 14px center no-repeat;
}

.makro_link4:nth-child(3) {
    background: url(/local/templates/evrotorg/images/databook1.png) left 14px center no-repeat;
}

.makro_link4:nth-child(4) {
    background: url(/local/templates/evrotorg/css/../images/srite_makro/subscribe.png) left 14px center no-repeat;
}
.submit{
border: none !important;
    float: right;
}

@media screen and (max-width: 1200px){
.submit {
    float: left;
    margin-left: -13px;
    margin-top: 10px;
    margin-bottom: 10px;
}
}
@media screen and (max-width:1020px){
    .container_upravlenie .block_lead .info{
        padding-bottom: 10px !important;
        max-height: 80px;
    }
    .container_upravlenie .open_info{
        padding: 10px 35px !important;
    }
}

@media screen and (max-width: 480px){
.drop_slide_news p {
   text-align: left;
}
}

@media screen and (max-width: 400px){
.drop_slide_news p {
       min-height: 175px;
}
}

@media screen and (max-width: 355px){
.drop_slide_news p {
    min-height: 220px;
}
}

.table_contacts{
width: 100%;

}
.table_contacts tr td{
vertical-align: top;
    width: 50%;
}

.table_contacts .zag{
    font-size: 21px;
    color: rgb(149, 193, 31);
    font-weight: bold;
    text-transform: uppercase;
    margin: 35px 0 30px;
}
.table_contacts1 .zag{
    font-size: 21px;
    color: rgb(149, 193, 31);
    font-weight: bold;
    text-transform: uppercase;
    margin: 35px 0 30px;
}

.list_content li .list_drop .text{
justify-content: left;
}

.news_slide_container{
padding: 12px 39px;
}

.news_slide_container{
/*height: 73.5px !important;*/
}

@media screen and (min-width: 768px){
.table_contacts1{
    display: none;
	}
}
@media screen and (max-width: 767px){
.table_contacts1{
    display: block;
	}
.table_contacts{
    display: none;
	}

.list_content li .list_drop .text{
justify-content: center;
text-align: center;
}

body .form_reg_password form p{
width: 100%;
 text-align: left;
	}

.form_reg_password form input, .form_reg_password form textarea{
width: 100%;
	}

.form_reg_password form{
    margin-top: 50px;
	}

.sub_news, .form_reg_password form .button_submit{
    margin-left: 0;
	}
}

@media screen and (max-width: 600px){
.contact_ul li {
    -webkit-justify-content: left;

}
}

@media screen and (max-width: 423px){
.paginacia .page {
    padding-left: 0px;
}

.paginacia ul li {
    margin-left: 20px;
}

.table_button2 {
    margin: 5px -10px 10px;
}
}

@media screen and (max-width: 370px){
.makro_link2{
padding: 0px 0px 0px 38px;
   font-size: 15px;
	}

.makro_link2:nth-child(1){
    margin-right: -7px;
	}

.form_reg_password form input, .form_reg_password form textarea, .form_reg_password form  select, .jqselect{
    width: 100%;
	}
}

@media screen and (max-width: 1020px){
.accordion_toggle:checked ~ .accordion_target {
    padding-bottom: 20px !important;
}

.tabs__content div {
    padding-bottom: 0px !important;
}
}


.form_reg_password form p{
padding-top: 0px;
}

@media screen and (max-width: 425px){
.news-detail p a {
    font-size: 13px;
}
}

.news-detail td{
    vertical-align: top;
}

.contact_block .text_bold{
margin-top: 0px;
}

/* End */
/* /local/templates/evrotorg/css/libs/slick.css?15179063041776 */
/* /local/templates/evrotorg/css/libs/slick-theme.css?15179063043145 */
/* /local/templates/evrotorg/css/libs/jQuery-ui-Slider-Pips.css?15179063048811 */
/* /local/templates/evrotorg/css/libs/flickity.css?15179063042393 */
/* /local/templates/evrotorg/css/libs/jquery.formstyler.css?15179063042169 */
/* /local/templates/evrotorg/css/libs/jquery.formstyler.theme.css?151790630410731 */
/* /local/templates/evrotorg/css/libs/magnific-popup.css?15179063046951 */
/* /local/templates/evrotorg/css/style.css?1538623826122487 */
/* /local/templates/evrotorg/css/custom.css?16354306611091 */
/* /local/templates/evrotorg/styles.css?15583400798062 */
/* /local/templates/evrotorg/template_styles.css?15585278619587 */
