

/* Start:/bitrix/components/my/search.title/templates/.default/style.css?15108282382733*/
#title-search {
	height: 100%;
	position: relative;
}
#title-search form {
	height: 100%;
	position: relative;
	background: #fff;
	border-radius: 0;
}
div.title-search-result {
	display: none;
    overflow: hidden;
    z-index: 205;
    padding: 0 60px 30px;
    width: 100%;
    background: #fff;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:100%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:0;
	padding-right:0;
}

table.title-search-result td.title-search-item a {
	font-family: Arimo;
	font-size: 20px;
	line-height: 1.73;
	text-align: left;
	color: #151515;
	cursor: pointer;
	display: block;
	white-space:nowrap;
    overflow: hidden;
}
table.title-search-result td.title-search-item a span {
	height: 15px;
	line-height: 15px;
	border-radius: 5px;
	background-color: #d8d8d8;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
	margin-left: 9px;
	position: relative;
	top: -3px;
	padding: 1px 5px;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	color: #be1e2d;
	text-decoration: none;
}
table.title-search-result tr.title-search-selected a span {
	background-color: #9b9b9b;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/bitrix/components/my/search.title/templates/.default/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */


/* Start:/bitrix/templates/winzavod/template_styles.css?167949464065331*/
/*------------------------------------------------------------------ ШРИФТЫ ------------------------------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Arimo:400,700);


/*------------------------------------------------------------------ ОСНОВНЫЕ СТИЛИ ------------------------------------------------------------------*/
html, body, form {
	margin: 0;
	padding: 0;
}
html {
	height:100%;
}
body {
	font-family: 'PT Sans';
    font-size: 14px;
	height:auto !important;
	height:100%;
	min-height:100%;
}
table {
	font-size:100%;
	width: 100%;
}

input, textarea {
	border: none;
    box-shadow: none;
    font-family: 'PT Sans';
    outline: medium none;
	border-radius: 0;
}
input:active, textarea:active {outline:none;box-shadow: none;}
:focus {outline:none;}
input[type=number] {
    text-align: left; /* в Opera для полей number по умолчанию выравнивание вправо */
}
:focus::-webkit-input-placeholder {color: transparent} /* Пропадание placeholder */
:focus::-moz-placeholder          {color: transparent} /* Пропадание placeholder */
:focus:-moz-placeholder           {color: transparent} /* Пропадание placeholder */
:focus:-ms-input-placeholder      {color: transparent} /* Пропадание placeholder */

.events__close {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  background: #BF1B27;
  font-family: 'PT Sans';
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}

.events__close img {
  margin-left: 10px;
  margin-right: 10px;
}

.events__close span {
  margin-left: 5px;
}

.red-text {
	color: #be1e2d;
}
.bold-text {
	font-weight: Bold;
}
.big-text {
	font-weight: Bold;
    font-size: 22px;
    line-height: 26px;
}
.info-text {
    display: table;
    padding: 4px;
    width: 100%;
	margin-bottom: 30px;
}
.info-text > div {
	display: table-cell;
    vertical-align: middle;
}

.info-text .info {
	padding-left: 30px;
}
.info-text .info p {
	font-family: PT Sans Ital;
	font-size: 18px !important;
	margin: 0 !important;
}
.center-item {
	display: table;
    margin: 0 auto;
}
.btn.red {
	border: 3px solid #be1e2d;
    font-size: 16px;
    padding: 20px;
    width: 150px;
}
.btn.red:after {
	background-color: #be1e2d;
}
.btn.red:hover:after {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.btn.red span {
	color: #be1e2d;
}
.btn.red:hover span {
	color: #fff;
}

.myvideo {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.myvideo iframe,.myvideo object,.myvideo embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.bg-white {
	background: none repeat scroll 0 0 #ffffff;
}

#slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#overlay {
    background: none repeat scroll 0 0 #000000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.callback, .feedback {
    display: none;
}
.popup {
    box-shadow: 0 0 4px 2px #777777;
    float: none;
    left: 50%;
    margin: 0 0 0 -120px; /* Цифра должна быть равна половине ширины окна */
    position: fixed;
    top: 30%;
    z-index: 1001;
}
.content {
    position: relative;
    width: 100%;
    max-width: 1025px;
    margin: 0 auto;
}

.content::before,
.content::after {
  content: '';
  display: table;
}

.content-sm {
  max-width: 940px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.content-sm::before,
.content-sm::after {
  content: '';
  display: table;
}

.absolute-block {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.table-block {
	display: table;
	width: 100%;
	height: 100%;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
}
.inline {
	display: inline;
}
.title-text {
	font: bold 40px Arimo;
    margin: 0 auto 74px;
    max-width: 80%;
	text-align: center;
}

#events .title-text {
  margin-top: 30px;
  margin-bottom: 50px;
    min-height: 90px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.title-text-gray {
	color: #95989A;
}
.scroll-list .title-text-gray {
	padding-top: 60px;
	margin-bottom: 20px;
}
.title-description-gray {
	font-size: 18px;
    margin: 0 auto 74px;
    max-width: 80%;
	text-align: center;
	color: #95989A;
}
.title-text-small {
	font: bold 18px/26px PT Sans;
    margin: 0 auto 30px;
    max-width: 80%;
	text-align: center;
}
.title-text-medium {
	font: bold 30px/26px PT Sans;
    margin: 0 auto 20px;
	text-align: left;
}
ul.info-list {
	color: #777;
    list-style: outside none none;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-top: 10px;
}
ul.info-list li {
	margin-bottom: 15px;
    position: relative;
}
ul.info-list li:last-child {
	margin-bottom: 0;
}
ul.info-list li:before {
	background: #be1e2d none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: -25px;
    position: absolute;
    top: 11px;
    width: 11px;
}
.border-right {
	border-right: 1px solid #ccc;
}
.block-padding {padding-top: 90px;}
.block-padding-top {padding: 50px 50px 0;}
.block-padding-bottom {padding: 0 50px 50px;}
.block-center {padding-left: 0; padding-right: 0;}
.flex {display: flex;}
.float-left {
	float: left;
}

.more-items {
	display: table;
    margin: 0 auto;
}
.more-items .btn {
	border: 3px solid #000;
    font-size: 16px;
    padding: 20px;
    width: 150px;
}
.more-items .btn:after {
	background-color: #000;
}
.more-items .btn:hover:after {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.more-items .btn span {
	color: #000;
}
.more-items .btn:hover span {
	color: #fff;
}
#wrapper {
	background: #f5f5f5 none repeat scroll 0 0;
	margin: 0 auto;
	position: relative;
	max-width: 100%;
	padding-top: 151px;
  overflow: hidden;
}

.over_hidden {
    overflow: hidden;
}






/*------------------------------------------------------------------ ШАПКА ------------------------------------------------------------------*/
#head {
	background-color: #be1e2d;
	color: #fff;
	height: 151px;
	clear: both;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 50;
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
}

@media only screen and (max-width: 992px) {
  #head {
    position: absolute;
  }
}

#head .slick-track {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

#head.active {
	height: 89px;
}
.header-content {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 100%;
}

#head.active .search-form {
  max-width: 930px;
  left: 9.7%;
}

.warn-message {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  height: 80px;
  background: #1F1F1F;
  position: fixed;
  top: 0;
  z-index: 999;
}

.warn-message__inner {
  max-width: 980px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding-top: 22px;
}

.warn-message__text {
  padding-left: 45px;
  padding-right: 45px;
  text-align: center;
  font-family: 'Arimo-Regular';
  color: #fff;
  font-size: 14px;
}

.alarm-img {
  display: block;
  width: auto;
  height: 35px;
}

.close-warn {
  cursor: pointer;
  transition: all .5s ease-in;
}

.header-warn {
  top: 80px !important;
}

.wrapper-warn {
  padding-top: 231px !important;
}

@media only screen and (max-width: 420px) {
  .wrapper-warn {
    padding-top: 179px !important;
  }

  .warn-message__inner {
    padding-top: 0;
    -ms-align-items: center;
    align-items: center;
  }

  .warn-message__text {
    padding-right: 5px;
    padding-left: 5px;
  }
}

.subnav-warn {
  top: 229px !important;
}

.warn-active {
  top: 151px !important;
}

.navbar-mobile {
  width: 100%;
  position: absolute;
  padding-left: 19.5%;
  background: #be1e2d;
  display: none;
  transform: translateX(100%);
  transition: all .5s ease-in;
  z-index: 4;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

.navbar-mobile-items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-top: 70px;
  border-left: 1px solid #ed4952;
  z-index: 5;
}

.navbar-mobile-items--2 {
  margin-top: 0;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  border-top: 1px solid #ed4952;
}

.navbar-mobile-contacts {
  padding: 10px 20px 10px 20px;
}

.eng {
  justify-content: space-around;
}

.navbar-mobile-contacts a {
  font-family: "PTSans-Regular" !important;
}

.navbar-mobile-social {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 50%;
}

.navbar-mobile-social .navbar-social {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  padding-top: 10px;
}

.navbar-mobile a {
  font-family: "PTSans-Bold";
  font-size: 18px;
  color: #fff;
  margin-right: 30px;
  padding: 6px 0;
}

.open-subnav__img {
  width: 20px;
}

.navbar-mobile__item {
  margin-bottom: 45px;
  margin-left: 40px;
}

.navbar-mobile-active {
  transform: translateX(0%);
  transition: all .5s ease-in;
}

.navbar-mobile-subnav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 25px;
}

.navbar-mobile-subnav--right {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

.navbar-mobile-subnav--left {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

.navbar-mobile-subnav--left a {
  font-family: "PTSans-Regular";
}

.navbar-mobile-subnav--right a {
  font-family: "PTSans-Regular";
}

.open-subnav img {
  margin-left: 20px;
}

.fixed {
}

@media only screen and (max-width: 992px) {
  .navbar-mobile {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}

@media only screen and (max-width: 768px) {
  .navbar-mobile {
    padding-left: 19.5%;
  }
}

@media only screen and (max-width: 737px) {
  .navbar-mobile {
    padding-left: 20.4%;
  }
}

@media only screen and (max-width: 733px) {
  .navbar-mobile {
    padding-left: 20.5%;
  }
}

@media only screen and (max-width: 668px) {
  .navbar-mobile {
    padding-left: 22.5%;
  }
}

@media only screen and (max-width: 641px) {
  .navbar-mobile {
    padding-left: 23.5%;
  }
}

@media only screen and (max-width: 576px) {
  .events-border {
    display: none;
  }

  .navbar-mobile-items {
    margin-top: 99px;
    border-top: 1px solid #ed4952;
    top: 0;
    bottom: 0;
    overflow: scroll;
  }

  .navbar-mobile-items--2 {
    position: unset;
    margin-top: 30px;
    height: 85px;
  }

  #info-float-open {
    bottom: 2% !important;
  }

  .navbar-mobile-contacts {
    width: 70%;
    padding: 30px 20px 10px 30px;
  }

  .navbar-mobile-social {
    width: 30%;
  }

  .navbar-mobile-social .navbar-social {
    padding-top: 30px;
  }

  .navbar-mobile-contacts a {
    padding-right: 15px;
  }

  .navbar-social__item.vk {
    display: none;
  }

  .navbar-social__item.yt {
    display: none;
  }

  .navbar-social__item.tw {
    display: none;
  }

  .navbar-mobile {
    padding-left: 0;
  }

  .navbar-mobile__item:first-child {
    margin-top: 30px;
  }

  .navbar-mobile {
    top: 0;
    bottom: auto;
    overflow: scroll;
  }

  .navbar-mobile a {
    font-size: 17px;
  }

  #info-float .info {
    padding: 30px !important;
  }

  #info-float-close {
    top: 100px !important;
    right: -15px !important;
  }

  #footer .title-text {
    font-size: 26px !important;
  }
}

@media only screen and (max-width: 367px) {
  .navbar-mobile-contacts a {
    padding-right: 0;
  }

  .navbar-mobile-contacts {
    padding: 20px 15px 10px 15px;
  }

  .navbar-mobile-social .navbar-social {
    padding-top: 20px;
  }

  .navbar-mobile__item {
      margin-bottom: 32px;
      margin-left: 30px;
  }

  .navbar-mobile a {
      font-size: 16px;
  }
}

@media only screen and (max-width: 320px) {
    .navbar-mobile__item {
        margin-bottom: 25px;
        margin-left: 20px;
    }

    .navbar-mobile-subnav {
        margin-top: 15px;
    }

    .navbar-mobile a {
        font-size: 15px;
    }
}
/* ------------------------------------------------------------------------------------------------- */
/* Форма поиска */
/* ------------------------------------------------------------------------------------------------- */

.search-form {
  opacity: 0;
  left: 14.7%;
  position: absolute;
  width: 100%;
  max-width: 875px;
  height: 100%;
  border: 2px solid #BE1E2D;
  pointer-events: none;
}

.search-active {
  z-index: 3;
  opacity: 1;
  transition: opacity .3s ease-in;
  pointer-events: auto;
}

.search-form input[type="search"] {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "Arimo-Regular";
  font-size: 32px;
  padding-left: 60px;
}

.search-form input[type="submit"] {
  position: absolute;
  right: 10%;
  top: 50%;
  width: 40px;
  height: 40px;
  background: url(/bitrix/templates/winzavod/./image/icon-find.svg) center center no-repeat;
  transform: translate(-50%, -50%);
}

.search-close {
  background: url("/bitrix/templates/winzavod/./image/close.png") center center no-repeat;
  position: absolute;
  top: 9%;
  right: 2%;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

/* ------------------------------------------------------------------------------------------------- */
/*  */
/* ------------------------------------------------------------------------------------------------- */

.logo {
  padding: 13px 20px 0px 20px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 5;
}
#head.active .logo {
  padding-top: 10px;
  padding-bottom: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 101px;
  position: relative;
  z-index: 10;
}
#head.active .logo img {
  max-width: none;
  height: 100%;
    width: 100%;
}

.logo img {
	max-width: 100%;
	height: auto;
	display: block;
}

#head .full-width {
	overflow: hidden;
	border-left: 1px solid #ff878e;
	border-right: 1px solid #ff878e;
	padding: 0;
}
#head .border-right {
	border-right: 1px solid #ff878e;
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
	opacity: 1;
}
#head.active .border-right {
	height: 0;
    margin: 0;
    max-height: 0;
    max-width: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
	opacity: 0;
}
#head .t-block {
	height: 77px;
	border-bottom: 1px solid #ff878e;
	line-height: 74px;
	width: auto;
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
#head.active .t-block {
    display: block;
    float: right;
	border: none;
}
#head .t-block > div {
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
#head.active .t-block > div {
	width: auto;
	padding: 0;
}
#head .b-block {
	height: 97px;
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
#head .bottom-menu ul {
	padding: 0;
}
#head.active .b-block {
    display: block;
    height: 77px;
    line-height: 77px;
    overflow: hidden;
    width: auto;
}


.top-menu ul {
	margin: 0;
    padding: 0 15px;
    text-align: justify;
}
.top-menu ul:after {
	content: "";
	margin-left: 100%;
}
.top-menu li {
	display: inline;
}
.top-menu a {
	color: #fff;
	font: bold 13px 'PT Sans';
}
.top-menu a:hover {
	color: #ff7380;
}

.header a:hover {
  text-decoration: underline;
}

.social {
  text-align: center;
}

.navbar-social {
  width: 34.36%;
  border-left: 1px solid #ed4952;
}

.navbar-social__item {
	display: block;
	width: 25px;
	height: 25px;
	background: url('/bitrix/templates/winzavod/image/social.svg') no-repeat scroll 0 0 transparent;
}

.navbar-social__item:not(:first-child) {
  margin-left: 22px;
}

.navbar-social__item:hover {
    opacity: 0.5;
}

/*.navbar-social__item:hover {background-image: url('/bitrix/templates/winzavod/image/social_hover.png');}*/
/*.navbar-social__item.tw {*/
  /*background-position: 1px 7px;*/
/*}*/

.navbar-social__item.fb {
  background-position: 9px 7px;
}


.navbar-social__item.ig {
  background-position: -56px 7px;
}
.navbar-social__item.vk {
  background-position: -127px 7px;
}
.navbar-social__item.fl {
  background-position: -177px 7px;
}
.navbar-social__item.yt {
  background-position: -199px 7px;
}

#head .right-block {
	height: 77px;
    overflow: hidden;
    position: relative;
}

.navbar-search {
  width: 32.2%;
  border-left: 1px solid #ed4952;
}

.search-block {
	float: right;
    height: 77px;
}
.open-search {
	background: transparent url("/bitrix/templates/winzavod/image/search.png") no-repeat scroll center center;
    height: 20px;
    width: 20px;
	cursor: pointer;
  margin-right: 25px;
  font-size: 0;
}
.open-search:hover {background-image: url("/bitrix/templates/winzavod/image/search_hover.png");}

.b-block {
	height: 97px;
	line-height: 94px;
}
.bottom-menu ul {
	margin: 0;
    padding: 0 15px;
    text-align: justify;
}
.bottom-menu ul:after {
	content: "";
	margin-left: 100%;
}
.bottom-menu li {
	display: inline;
}
.bottom-menu a {
	color: #fff;
    display: inline-block;
    font: bold 14px "PT Sans";
    text-transform: uppercase;
}
.bottom-menu a:hover, .bottom-menu li.active a {
	color: #ff7380;
}

.header.active .header-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
}

.navbar {

  border-left: 1px solid #ed4952;
  border-right: 1px solid #ed4952;
  margin-bottom: 0;
  min-width: 874px;
  border-radius: 0;
}

.header.active .navbar {
  margin-bottom: 0;
  min-width: 924px;
}

.header.active .navbar-search {
  border-left: none;
}



.navbar-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
  justify-content: space-between;
  -webkit-transition: transform 0.2s ease-in;
  -moz-transition: transform 0.2s ease-in;
  -ms-transition: transform 0.2s ease-in;
  -o-transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  border-bottom: 1px solid #ed4952;
  height: 47%;
}

.navbar-top > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.header.active .navbar-top {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  height: 0;
  margin-top: 0;
  overflow: hidden;
  border: 0;
}

.navbar-bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  height: 53%;
  padding-bottom: 32px;
  padding-top: 32px;
}

.navbar-bottom li.active {
    text-decoration: underline;
}

.header.active .navbar-bottom {
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
}

.navbar-info {
  width: 33.44%;
  padding-top: 16px;
  padding-bottom: 16px;
}

.navbar-info a {
  font-family: "Arimo-Regular";
  font-size: 16px;
  color: #fff;
}

.navbar-info a:not(:first-child) {
  margin-left: 37px;
}

.navbar-bottom ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  flex-grow: 1;
  margin-bottom: 0;
  padding-left: 20px;
  list-style-type: none;
}

.header.active .navbar-bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.header.active .navbar-bottom ul {
  padding-right: 0;
  height: 100%;
}

.header.active .navbar-bottom a {
  font-size: 14px;
  margin-right: 0;
}

.header.active a.btn--buy {
  font-size: 13px;
  margin-left: 15px;
  margin-right: 0;
  padding: 17px 54px 14px;
}

.header.active .navbar-bottom .navbar-search {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  padding-left: 13px;
  padding-right: 40px;
  height: 100%;
}

.navbar-bottom li:not(:first-child) {
  margin-left: 20px;
}
.header.active .navbar-bottom li:not(:first-child) {
  margin-left: 24px;
}

.navbar-bottom li a {
  font-family: "PTSans-Bold";
  font-size: 18px;
  color: #fff;
}

.btn--buy {
  padding: 18px 75px 17px;
  position: relative;
  width: auto;
  font-family: "Arimo-Bold";
  font-size: 16px;
  color: #fff;
  border: 2px solid #fff;
  overflow: hidden;
  cursor: pointer;
}

.subnav {
  position: fixed;
  top: 151px;
  left: 0;
  right: 0;
  background-color: #be1e2d;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.6s ease-in;
  -moz-transition: all 0.6s ease-in;
  -ms-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  transition: all 0.2s ease-in;
  box-shadow: 0 5px 7px rgba(0, 0, 0, .5);
}

.subnav.active {
  top: 89px;
}

.subnav.preactive {
  top: 151px !important;
}

.header.active .subnav-info {
  margin-left: 100px;
}

.header.active .subnav-info.subnav-info--right {
  margin-left: 0;
}

.header.active .subnav-info.subnav-info--day {
  margin-left: 0;
}

.subnav.visible {
  visibility: visible;
  opacity: 1;
}

.subnav__title {
  width: auto;
  font-family: "PTSans-Bold";
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  padding-left: 22px;
}

.subnav__title.subnav__title--chalendier {
  width: 100%;
}

.subnav__title.subnav__title--education {
  width: 100%;
}

.subnav__title.subnav__title--visitors {
  width: 100%;
}


.subnav__item {
  display: none;
  max-width: 1024px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.subnav-info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-left: 150px;
  padding-top: 15px;
  padding-bottom: 30px;
  border-top: 1px solid #ed4952;
  border-left: 1px solid #ed4952;
  border-right: 1px solid #ed4952;
}

.subnav-info.subnav-info--chalendier {
  width: auto;
  padding-bottom: 20px;
}

.subnav-info.subnav-info--education {
  padding-bottom: 24px;
    place-content: flex-start;
}

.subnav-column.subnav-column--tours {
    width: 100%;
}

.subnav-column--tours {
    margin-top: 28px !important;
}

.subnav-info.subnav-info--visitors {
  padding-bottom: 15px;
  border-right: none;
}

.subnav-info.subnav-info--right {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 12px;
  margin-left: 0;
}

.subnav-day {
  position: relative;
  padding-top: 10px;
  border-top: 1px solid #ed4952;
  min-width: 140px;
}

.subnav-day__day {
  position: absolute;
  font-family: "PTSans-Bold";
  font-size: 48px;
  color: #fff;
  top: 30%;
  left: 50%;
  transform: translate(-50%)
}

.subnav-day__month {
  position: absolute;
  font-family: "PTSans-Bold";
  font-size: 20px;
  color: #fff;
  top: 60%;
  left: 50%;
  transform: translate(-50%)
}

.subnav-info.subnav-info--day {
  flex-direction: row;
  margin-left: 0;
  padding-top: 55px;
  padding-left: 20px;
  padding-bottom: 0;
  border-left: none;
}

.day-info p {
  font-family: 'PTSans-Regular';
  font-size: 14px;
  color: #fff;
}

.plan-visit a {
  font-family: 'PTSans-Bold';
  font-size: 18px;
  color: #fff;
  text-decoration: underline;
}

.subnav-event {
  margin-top: 27px;
  padding-left: 22px;
}

.subnav-event a {
  font-family: 'Arimo-Regular';
  font-size: 14px;
  color: #fff;
}

.event-info {
    display: flex;
    flex-flow: wrap;
    -ms-align-items: center;
    align-items: center;
    margin-top: 21px;
    padding-left: 22px;
}

.event-info__item {
    font-family: 'Arimo-Regular';
    font-size: 12px;
    color: #fff;
    margin-bottom: 7px;
}


.event-info__item:nth-child(3) {
    padding-left: 20px;
}

.event-info__item:nth-child(1) {
    width: 100%;
}

.event-info__item:nth-child(1) img {
    padding-right: 14px;
}

.event-info img {
    padding-right: 10px;
}

.speaker-info a {
  font-family: 'Arimo-Bold';
  font-size: 14px;
  line-height: 25px;
}

.subnav__item.visible {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-right: 1px solid #ed4952;
}

.subnav-column {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  width: 33%;
  padding-left: 20px;
  padding-top: 0;
}

.subnav-column.subnav-column--chalendier {
  width: auto;
  padding-left: 22px;
  padding-top: 28px;
}

.subnav-column.subnav-column--chalendier a {
  margin-bottom: 13px;
}

.subnav-column--education {
  width: auto;
  margin-top: 28px;
}

.subnav-column.subnav-column--visitors {
  width: auto;
  padding-left: 22px;
  padding-top: 28px;
}

.subnav-column--about {
  width: 25%;
  padding-left: 30px;
}

.subnav-column--projects {
  padding-left: 0;
  margin-left: 58px;
}

.subnav-column--gallery {
  width: 20%;
  margin-left: 70px;
  padding: 0;
}

.subnav-column--residents {
  padding: 0;
  margin-left: 60px;
}

.subnav-column a {
  font-family: "Arimo-Regular";
  font-size: 15px;
  color: #fff;
  line-height: 18px;
  text-align: left;
  margin-bottom: 15px;
}

.subnav-slider {
  width: 40%;
  padding-top: 15px;
  padding-bottom: 36px;
  border-top: 1px solid #ed4952;
}

.dot-menu-item {
    position: relative;
}
.dot-menu-item:before {
    content:'';
    display: block;
    background: #fff;
    height: 5px;
    width: 5px;
    position: absolute;
    left: -20px;
    top: 5px;
}

.slide__title {
  font-family: "PTSans-Bold";
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  padding-left: 22px;
}

.slide__time {
  font-family: 'Arimo-Regular';
  font-size: 12px;
  color: #fff;
  padding-left: 22px;
  margin-top: 29px;
}

.slide__eventname {
  font-family: 'Arimo-Regular';
  font-size: 14px;
  color: #fff;
  padding-left: 22px;
  margin-top: 23px;
}

.slide__event {
  margin-top: 11px;
}

.slide__event a {
  display: block;
  font-family: 'Arimo-Bold';
  font-size: 14px;
  color: #fff;
  padding-left: 22px;
}

.slide__eventinfo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 22px;
  padding-right: 12px;
  margin-top: 30px;
}

.slide__eventinfo > div {
  display: flex;
  flex: 1 1 30%;
  font-family: 'Arimo-Regular';
  font-size: 12px;
  color: #fff;
}

.slide__eventinfo img {
  width: 23px;
  height: 17px;
  padding-right: 10px;
}

.slide__eventinfo div:not(:first-child) {
  margin-left: 3%;
}

.header .slick-next {
  top: 24px;
  right: 35px;
  width: 30px;
  height: 20px;
}

.header .slick-prev {
  left: auto;
  top: 24px;
  right: 156px;
  width: 30px;
  height: 20px;
}

.header .slick-dots {
  top: 15px;
  bottom: auto;
  left: auto;
  right: 100px;
  width: auto;
}

.header .slick-dots li {
  width: 10px;
  height: 10px;
  margin-left: 5px;
}

.header .slick-dots li.slick-active button:before {
  color: #fff;
}


/*------------------------------------------------------------------ РАБОЧАЯ ОБЛАСТЬ ------------------------------------------------------------------*/
#workarea {

}
#workarea.vnutr {
	padding-bottom: 50px;
}


/*----------- Слайдер на главной -----------*/
.slider-cont {
	width: 100%;
	margin: 0 auto;
	height: 685px;
	background-position: center center;
	background-size: cover;
	background-repeat: none;
}

.slider .slick-dots {
  width: auto;
  left: 24.5%;
}

.slider .slick-list.draggable {
  height: 100% !important;
}

.slider .slick-initialized.slick-slider {
  height: 100% !important;
}

.slider-info {
	color: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

.slider-info:hover {
	color: #fff;
	text-decoration: none;
}

.slider-info .title {
	font: bold 38px PT Sans;
    margin: 0 auto 30px;
    max-width: 985px;
}

.slider-info .title p {
  color: #fff;
}

.slider-info .btn span {color: #000;}

@media only screen and (max-width: 576px) {
    .slider-info .title p {
      padding-left: 24px;
      text-align: left !important;
      color: #fff;
      font-size: 36px !important;
    }

    .slider-info .title p:first-child {
      font-size: 24px !important;
    }

    .slider-info .title p:last-child {
      font-size: 24px !important;
    }
}
.slider-info .btn {
	border: 3px solid #be1e2d;
    font-size: 16px;
    padding: 20px;
    width: 150px;
}

.slider-info .btn:after {
	background-color: #be1e2d;
}

.slider-info .btn:hover:after {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.slider-info .btn:hover span {
	color: #fff;
}

.slick-prev {
	background: transparent url("/bitrix/templates/winzavod/image/residents-arrow_left.png") no-repeat scroll left center;
    margin-left: 23px;
}

.slick-next {
	background: transparent url("/bitrix/templates/winzavod/image/residents-arrow.png") no-repeat scroll right center;
    margin-right: 23px;
}



/*----------- Плавающее инфо -----------*/
#info-float-close {
    cursor: pointer;
    position: fixed;
    top: 150px;
    z-index: 1001;
	width: 70px;
	height: 70px;
	opacity: 0;
	-webkit-transition: all 0.1s ease-in 0.5s;
    -moz-transition: all 0.1s ease-in 0.5s;
    -o-transition: all 0.1s ease-in 0.5s;
    transition: all 0.1s ease-in 0.5s;
}
#info-float.active #info-float-close {
	opacity: 1;
}
#info-float-close div {
	background: transparent url("/bitrix/templates/winzavod/image/info_close.png") no-repeat scroll center center;
    border-radius: 100px;
	position: absolute;
	width: 0;
	height: 0;
	left: 0;
	top: 0;
    border: 2px solid #fff;
	-webkit-transition: all 0.2s ease-in 0.5s;
    -moz-transition: all 0.2s ease-in 0.5s;
    -o-transition: all 0.2s ease-in 0.5s;
    transition: all 0.2s ease-in 0.5s;
	-webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
	-webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
}
#info-float.active #info-float-close div {
	width: 66px;
	height: 66px;
	left: -33px;
	top: -68px;
}
#info-float-close:hover div {
	border: 2px solid #be1e2d;
	background: #fff url("/bitrix/templates/winzavod/image/info_close_hover.png") no-repeat scroll center center;
}
#info-float-open {
	background: transparent url("/bitrix/templates/winzavod/image/info_icon.png") no-repeat scroll center center;
	bottom: 20px;
    cursor: pointer;
    height: 53px;
    position: fixed;
    width: 53px;
    z-index: 1000;
	right: 20px;
}
#info-float {
	color: #fff;
    display: none;
}
#info-float.active {
	background: transparent none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
#info-float .fon {
	background-color: #000;
    border-radius: 1000px 0 0;
    height: 200%;
    left: 100%;
    position: absolute;
    top: 100%;
    width: 200%;
	-webkit-transition: background 0.4s ease-in 0.2s;
    -moz-transition: background 0.4s ease-in 0.2s;
    -o-transition: background 0.4s ease-in 0.2s;
    transition: background 0.4s ease-in 0.2s;
	-webkit-transition: all 0.6s ease-in;
    -moz-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
	z-index: 1;
}
#info-float.active  .fon {
	background-color: #be1e2d;
	left: -50%;
	top: -500px;
}
#info-float .content {
	height: 100%;
	display: block;
	position: relative;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 0.6s linear 0.4s;
    -moz-transition: all 0.6s linear 0.4s;
    -o-transition: all 0.6s linear 0.4s;
    transition: all 0.6s linear 0.4s;
}
#info-float.active .content {
	opacity: 1;
}
#info-float .content .table {
	display: table;
    height: 100%;
}
#info-float .info {
	padding: 0 140px;
}
#info-float .title-text {
	max-width: 100%;
    text-align: left;
}
#info-float .text {
	font-size: 15px;
    line-height: 24px;
}
#info-float .text a {
	color: #fff;
	border-bottom: 1px solid #ff7380;
	padding-bottom: 2px;
}
#info-float .text a:hover {
	border-bottom: 1px solid transparent;
}
#info-float {

}


/*----------- События -----------*/
#events {
  position: relative;
	background: #f5f5f5 none repeat scroll 0 0;
	overflow: visible;
}

#events .row {
  filter: grayscale(0);
}

#events .item-list {
  margin-top: 18px;
  filter: grayscale(0);
}

.block-padding--main {
  padding: 13px 33px 50px 33px;
}

.main-inner {
  max-width: 1025px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.main-inner .item-list{
  filter: grayscale(0);
}

.main-inner .row {
  filter: grayscale(0);
}

.main-inner .btn--black {
  margin-top: 50px;
}

.title-text--main {
  margin-top: 60px;
  margin-bottom: 47px;
  font-size: 32px;
}

#filter {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
	background: #fff none repeat scroll 0 0;
    margin-bottom: 5px;
    padding: 11px 0 12px;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 10px rgba(21, 21, 21, .3);
}
#filter.sponge {
  position: fixed;
  top: 88px;
  max-width: 100%;
  z-index: 3;
  left: 50%;
  transform: translate(-50%);
}

#filter.sponge .row {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;

}

.calendar {
	background: transparent url("/bitrix/templates/winzavod/image/calendar-black.png") center left no-repeat;
    display: flex;
    padding-left: 35px;
    align-items: center;
}
.calendar span {
	display: flex;
  align-items: center;
}

#filter .row .col-lg-4 {
  margin-right: -50px;
  padding-left: 11px;
  cursor: pointer;
}
.index_p #filter .row .col-lg-4 {
	cursor: default;
}

.row .col-lg-4:hover {
  cursor: pointer;
}
.index_p .row .col-lg-4:hover {
	cursor: default;
}

.row .col-lg-4:hover .calendar-date--vl {
  border-bottom: 1px dotted #D8262C;
}

.calendar-date--vl {
  border-bottom: 1px dotted #979797;
}

.scroll-list__events .row .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6 {
  padding-left: 15px;
  padding-right: 15px;
}

.scroll-list__events .row .col-lg-6:nth-child(2) {
  padding-right: 15px;
}

.calendar .num {
	font: bold 28px PT Sans;
    margin-right: 4px;
    vertical-align: bottom;
}
.calendar .week {
  font-family: "Arimo";
	font-size: 12px;
    line-height: 13px;
    min-width: 66px;
}
.calendar .tire {
	font-size: 24px;
    margin-top: -5px;
    padding: 0 5px;
}

.filter-content {
  position: relative;
  width: 100%;
}



.filter-content__img {
  background: url('/bitrix/templates/winzavod/image/filter-icon.png') no-repeat;
  background-size: contain;
  z-index: 10;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 76px;
  bottom: 0px;
  display: block;
  transition: background 0.3s;

}


@media only screen and (max-width: 769px){
  .filter-content__img  {
    right: 95px;
  }

  .only-past label .jq-checkbox {
    margin-top: -4px;
   margin-right: 5px;
  }

  .only-past {
    width: 90%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    right: 0;
    top: 157px !important;
  }
}

@media only screen and (max-width: 350px){
  .filter-content__img  {
    right: 73px;
  }

}

.filter-content__img.filter-opened {
  background: url('/bitrix/templates/winzavod/image/close-icon.png') no-repeat;
  background-size: contain;
}


@media only screen and (min-width: 992px) {

  .filter-content__img {
    display: none;
  }

}

.only-past label {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.only-past label .jq-checkbox {
  margin-right: 5px;
}


  .filter-select {
  	cursor: pointer;
      position: relative;
      width: 100%;
      margin-top: 4px;
      min-width: 151px;
  }



.filter-select:nth-child(1) {
  margin-left: 22px;
}

.filter-select:nth-child(2) {
  margin-left: 8px;
}


.filter-select:nth-child(4) {
  margin-left: 10px;
}

.filter-select .type {
	color: #b2b2b2;
  line-height: 13px;
  font-size: 14px;
	padding-left: 25px;
	-webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}
.filter-select .value {
	font: bold 18px PT Sans;
	padding-left: 25px;
  line-height: 15px;
  font-size: 14px;
	-webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
	opacity: 1;
}

.filter-select .value img {
  width: 4px;
  height: 4px;
}

.filter-select.active > .type,
.filter-select.active > .value {
	opacity: 0;
	-webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    pointer-events: auto;
}
.filter-select .value span {
	margin-right: 20px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    max-width: 75%;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
}

.filter-select:hover .value span {
  color: #D8262C;
}

.vnutr .calendar:hover {
  background: url("/bitrix/templates/winzavod/image/calendar-red.png") center left no-repeat;
}

.filter-select.active .value span {
  color: #000;
}

.filter-select {
    /*left: -25px;*/
    /*top: -17px;*/
    /*max-height: 415px;*/
    /*position: absolute;*/
}

.filter-select-values {
    /*position: relative;*/
}

.filter-select .filter-select-values {
    background: #fff none repeat scroll 0 0;
    position: relative;
    /*box-shadow: 0 0 13px 1px #b2b2b2;*/
    /*left: -25px;*/
    opacity: 0;
    padding: 0;
    /*top: -17px;*/
    width: 210px;
    /*max-height: 415px;*/
    pointer-events: none;
    -webkit-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    overflow: scroll;
}

.filter-select-values_wrapper {
    position: absolute;
    max-height: 415px;
    left: -25px;
    top: -17px;
    overflow: scroll;
    box-shadow: 0 0 13px 1px #b2b2b2;
    /*opacity: 0;*/
    display: none;
}

.filter-select_visible {
    opacity: 1;
}

.filter-select.active .filter-select-values_wrapper {
    /*opacity: 1;*/
    display: block;
}


.filter-select.active .filter-select-values {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    z-index: 2;
    pointer-events: auto;
    padding: 17px 5px 20px 5px;
    overflow: auto;
}

.filter-select:not(:last-child) .filter-select-values {
  width: 261px;
}

.filter-select.active .filter-select-values .type {
  font-size: 14px;
  color: #95989A !important;
}

.filter-select.active .filter-select-values .value {
  font-family: "PTSans-Bold";
  font-size: 16px;
  padding-bottom: 30px;
    line-height: 18px;
}

.filter-select .filter-select-values .type, .filter-select .filter-select-values .value {background: none !important; color: #000 !important;}
.filter-select .filter-select-values div {
	padding: 3px 17px;
  white-space: nowrap;
    overflow: hidden;
    max-width: 95%;
    text-overflow: ellipsis;
	-webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    font-family: "PTSans-Regular";
    font-size: 18px;
}
.filter-select .filter-select-values div:hover {
	color: #be1e2d;;
}

.filter-select .filter-select-values::-webkit-scrollbar-thumb {
  width: 3px;
  color: #D8D8D8;
}

.scroll-list {
    overflow: hidden;
    position: relative;
}

.item-list .item {
	background: #fff none repeat scroll 0 0;
	display: block;
	margin-bottom: 23px;
	position: relative;
}
.item-list.one-height .item {
	height: 480px;
}
.item-list.one-height .item.small {
	height: auto;
}
.item-list .item:hover {
	color: #000;
}
.item-list .item .border-top, .item-list .item .border-right, .item-list .item .border-bottom, .item-list .item .border-left {
	position: absolute;
	z-index: 1;
	background: #be1e2d none repeat scroll 0 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.item-list .item .border-top {
	top: 0;
	left: 6px;
    right: 6px;
	height: 6px;
}
.item-list .item .border-right {
	width: 6px;
	top: 0;
	right: 0;
	height: 100%;
}
.item-list .item .border-bottom {
	bottom: 0;
	left: 6px;
    right: 6px;
	height: 6px;
}
.item-list .item .border-left {
	width: 6px;
	bottom: 0;
	left: 0;
	height: 100%;
}
.item-list .item:hover .border-top, .item-list .item:hover .border-right, .item-list .item:hover .border-bottom, .item-list .item:hover .border-left {
	opacity: 1;
}
.item-list .img {

}
.item-list .img img {
	display: block;
	width: 100%;
}
.item-list .info {
    font-weight: bold;
	padding: 20px 15px;
}
.item-list .type {
	color: #be1e2d;
	font-size: 18px;
  line-height: 24px;
}


.item-list .price {
	display: inline-block;
    font-size: 12px;
    line-height: 16px;
    padding: 3px 7px 0;
	color: #fff;
}
.item-list .free {
	background: #179f09;
    text-transform: uppercase;
}
.item-list .notfree {
	background: #e2ba1c;
}
.item-list .name {
	font-size: 22px;
    line-height: 26px;
	margin-bottom: 5px;
}
.item-list .date {
	line-height: 24px;
    text-transform: uppercase;
}
.item-list .where {
	line-height: 1;
    text-transform: uppercase;
}
.item-list .type {
	font-size: 16px;
    line-height: 16px;
}
.item-list .price {
    font-size: 10px;
    line-height: 15px;
}
.item-list .name {
	font-size: 18px;
    line-height: 22px;
}
.item-list .date {
	line-height: 22px;
	font-size: 13px;
}
.item-list .where {
	font-size: 13px;
}



/*----------- Событие или выставка -----------*/
#element .content {
	max-width: 900px;
}
#element #image {
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: 380px;
	background-position: center center;
	background-size: cover;
	background-repeat: none;
}
#element #image img {max-width: 100%; width: 100%;}
#element .image-info {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    padding: 30px 35px;
    position: absolute;
    top: 0;
    width: 100%;
}
#element #image .table {
	display: table;
    height: 100%;
}
#element #image .table-cell {
	vertical-align: bottom;
}
#element #image .label {
	background: #be1e2d none repeat scroll 0 0;
    border-radius: 0;
    font-size: 15px;
    font-weight: normal;
    padding: 0 7px;
}
#element #image .name {
	color: #fff;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
	padding-top: 3px;
}
#element #image .date {
	background: transparent url("/bitrix/templates/winzavod/image/geo_item.png") no-repeat scroll 0 center;
    color: #fff;
    font: bold 14px PT Sans;
    margin-left: 30px;
    margin-top: 30px;
    padding-left: 35px;
    text-transform: uppercase;
}
#element .description {
	background: #fff none repeat scroll 0 0;
    font-size: 18px;
}
#element .description p {
	color: #777;
}
#element .description b {
	color: #000;
	font-weight: normal;
}
#element .convercion {

}
#element .red-block {
	background: #be1e2d none repeat scroll 0 0;
    color: #fff;
    padding: 25px 50px;
}
#element .red-block .date {
	font: bold 22px/26px Pt Sans;
    text-transform: uppercase;
}
#element .red-block .where {
	font: 22px/26px Pt Sans Reg;
}
#element .red-block .price-block {
	float: left;
}
#element .red-block .price-block .title {
	font-size: 16px;
    text-transform: uppercase;
}
#element .red-block .price-block .price {
	font: bold 36px/36px PT Sans;
}
#element .red-block .price-block .price span {
	margin-left: 14px;
    position: relative;
}
#element .red-block  .price-block .price span:after {
	background: transparent url("/bitrix/templates/winzavod/image/rub.png") no-repeat scroll center 2px;
    content: "";
    height: 100%;
    position: absolute;
    right: -18px;
    width: 20px;
}
#element .red-block .btn  {
	float: right;
    margin-top: 5px;
}
#element .convercion .image img {
	width: 100%;
}
#element .media-block {
	background: #fff;
}
#element .slick-prev, #element .slick-next {
    width: 50px;
}
#element .slick-prev {
	background: transparent url("/bitrix/templates/winzavod/image/left.png") no-repeat scroll center center;
    left: -50px;
}
#element .slick-next {
	background: transparent url("/bitrix/templates/winzavod/image/right.png") no-repeat scroll center center;
	right: -50px;
}
#element .slick-slide img {
	max-width: 100%;
	width: 100%;
}
#element .slider-go .slick-prev {
	left: -35px;
}
#element .slider-go .slick-next {
	right: -35px;
}
#element .smi-block {
	background: #fff none repeat scroll 0 0;
}
#element .smi {
	border: 2px solid #be1e2d;
    padding: 15px 20px;
}
#element .smi .name {
	font-weight: bold;
    font-size: 18px;
    line-height: 24px;
}
#element .smi .descr {
	color: #777;
    font-size: 14px;
    height: 150px;
    line-height: 18px;
    overflow: hidden;
    padding: 5px 0;
}
#element .smi .href {
	border-bottom: 1px solid #be1e2d;
    color: #be1e2d;
    display: inline-block;
    font: bold 14px/14px PT Sans;
    text-transform: uppercase;
	-webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}
#element .smi .href:hover {
	border-bottom: 1px solid transparent;
}
#element .catalog-block {
	background: #fff none repeat scroll 0 0;
}
#element .catalog-item .img {
	margin-bottom: 10px;
}
#element .catalog-item .img img {
	max-width: 100%;
	display: block;
}
#element .catalog-item .name {
	font-weight: bold;
    font-size: 18px;
    line-height: 24px;
}
#element .catalog-item .descr {
	color: #777;
    font-size: 14px;
    height: 62px;
    line-height: 18px;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 5px 0;
}
#element .btn.red {
    border: 3px solid #be1e2d;
    font-size: 14px;
    padding: 14px;
    width: 100px;
}
#element .partners-block {
	background: #fff none repeat scroll 0 0;
	overflow: hidden;
}
#element .partners-block .table {
	display: table;
    width: 100%;
	table-layout: fixed;
}
#element .partners-block .inline {
	text-align: center;
}
#element .partners-block .table {

}
#element .soc-share-block {
	background-color: #be1e2d;
    padding: 25px 0 20px;
}
#element .soc-share-block .name {
	color: #fff;
    font: bold 18px/52px PT Sans;
    margin-right: 25px;
    text-transform: uppercase;
}
#element .soc-share-block a {

}
#element .soc-share-block a:hover {

}
#element .autor {
	color: #fff;
    font: bold 14px PT Sans;
    text-transform: uppercase;
}


/*----------- Новости -----------*/
#news {background: #be1e2d none repeat scroll 0 0;}
#news .title-text {color: #fff;}
.news-block {
	background: #ab1b29 none repeat scroll 0 0;
    border: 6px solid transparent;
    padding: 15px;
	color: #fff;
	height: 160px;
	display: block;
	margin-bottom: 20px;
	position: relative;
	-webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

#news.block-padding {
  padding: 20px 0px 40px 0px;
}

.news-list .row {
  filter: grayscale(0);
}

.news-list .row .col-xs-6,.col-sm-6,.col-md-6,.col-lg-6 {
  padding-left: 15px;
  padding-right: 15px;
}

.news-block:hover {
	color: #fff;
	border: 6px solid #fff;
}
.news-bg {
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.news-bg:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
	-webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.news-block .row {
  display: inline-block;
}

.news-block:hover .news-bg {
	opacity: 1;
}
.news-block .day {
	border: 2px solid #fff;
    border-radius: 60px;
    font: bold 26px/60px PT Sans;
    height: 60px;
    text-align: center;
    width: 60px;
	margin-right: 15px;
	float: left;
	-webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.news-block:hover .day {
	background-color: #be1e2d;
	border-color: #be1e2d;
}
.news-block .date {
	height: 60px;
    overflow: hidden;
	font: bold 16px PT Sans;
}
.news-block .month {
	text-transform: uppercase;
}
.news-block .news-text {
	font: bold 18px PT Sans;
}

#faq .image {
    color: #fff;
    position: relative;
    background:  url(/bitrix/templates/winzavod/image/faq-img.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 535px;
}
#faq .image img {
    max-width: 100%;
}

#faq .content {
    max-width: 100%;
}

#faq br {
    display: block;
}

.faq-dropdowns {
    max-width: 1025px;
    width: 100%;
    margin-left: auto;
    margin-top: 50px;
    margin-right: auto;
    padding-bottom: 50px;
}

.faq-dropdown__item {
    margin-top: 20px;
}

.faq-dropdown__title {
    position: relative;
    padding: 15px 30px;
    background: #fff;
    color: #BE1E2D;
    font-family: 'Arimo-Bold';
    font-size: 20px;
    cursor: pointer;
}

.faq-dropdown__title.active {
    background: #BE1E2D;
    color: #fff;
}

.faq-dropdown-content {
    background: #fff;
    border: 5px solid #BE1E2D;
    padding: 25px 80px 30px 30px;
    font-family: 'Arimo';
    font-size: 18px;
    line-height: 31px;
    color: #151515;
}

.faq-dropdown__down {
    position: absolute;
    right: 4%;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 8px;
    background:  url(/bitrix/templates/winzavod/image/faq-qown.svg) center center no-repeat;
}

.faq-dropdown__up {
    position: absolute;
    right: 4%;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 8px;
    background:  url(/bitrix/templates/winzavod/image/faq-up.svg) center center no-repeat;
}

#about {

}
#about .content {
	background: #fff none repeat scroll 0 0;
  max-width: 100%;
}
#about .image {
	color: #fff;
	position: relative;
  background:  url(/bitrix/templates/winzavod/image/about-header.png) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover !important;
  height: 535px;
}
#about .image img {
	max-width: 100%;
}
#about .title-text {
	margin-bottom: 0;
}

#about .red-block img {
  max-width: 200px;
}

#about .descr {
  max-width: 1025px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
	font-size: 18px;
	line-height: 22px;
}
#about p {
	margin-bottom: 25px;
	font-size: 19px;
}
#about .red-block {
	background: #be1e2d none repeat scroll 0 0;
    color: #fff;
    padding: 25px 50px;
}
#about .red-block .table-cell {
	text-align: center;
    vertical-align: bottom;
}
#about .red-block .name {
	color: #fff;
    font: bold 16px PT Sans;
    padding-top: 60px;
    text-transform: uppercase;
}
#about .history-space a {
	display: block;
	color: #fff;
	text-align: center;
	position: relative;
	font: bold 32px Pt Sans;
	-webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}
#about .history-space a:hover {

}
#about .history-space a img {width: 100%;}
#about .history-space .name {
	bottom: 20px;
    left: 35px;
    position: absolute;
}
#about .history-space a .border-top,
#about .history-space a .border-right,
#about .history-space a .border-bottom,
#about .history-space a .border-left {
	position: absolute;
	z-index: 1;
	background: #be1e2d none repeat scroll 0 0;
	opacity: 0;
	-webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}
#about .history-space a .border-top {
	top: 0;
	left: 10px;
    right: 10px;
	height: 10px;
}
#about .history-space a .border-right {
	width: 10px;
	top: 0;
	right: 0;
	height: 100%;
}
#about .history-space a .border-bottom {
	bottom: 0;
	left: 10px;
    right: 10px;
	height: 10px;
}
#about .history-space a .border-left {
	width: 10px;
	bottom: 0;
	left: 0;
	height: 100%;
}
#about .history-space a:hover .border-top, #about .history-space a:hover .border-right, #about .history-space a:hover .border-bottom, #about .history-space a:hover .border-left {
	opacity: 1;
}
#about .information .name {
	font: bold 29px Arimo;
}
#about .information .text {
	font-size: 16px;
}
#about .margin-bottom {
	margin-bottom: 50px;
}

#about .slick-track {
  /*max-width: 1025px;*/
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/*------------------------------------------------------------------ ПОДВАЛ ------------------------------------------------------------------*/
#footer {
	background: #000 none repeat scroll 0 0;
	color: #fff;
  padding-bottom: 60px;
}
#footer .content {
	padding: 76px 42px 37px;
}

@media only screen and (max-width: 576px) {
  #footer .content {
    padding: 0px 42px 37px;
  }

  #footer {
    padding-bottom: 10px;
  }
}

#footer .title-text {
  max-width: 100%;
  margin: 0;
  font-family: "Arimo-Bold";
  font-size: 40px;
  font-weight: normal;
  text-align: left;
}

.subscribe {
	margin-top: 34px;
}
.subscribe form {
	display: flex;
}
.subscribe input[type="text"], .subscribe input[type="email"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  border-bottom: 1px solid #fff;
  color: #fff;
  height: 50px;
  width: 80%;
  font-family: "PTSans-Regular";
  font-size: 16px;
}
.subscribe input[type="submit"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-bottom: 1px solid #be1e2d;
  color: #be1e2d;
  padding: 0;
  font-family: "Arimo-Regular";
  font-size: 16px;
  padding-left: 8px;
  padding-right: 6px;
}

#footer .footer-info {
	margin-top: 95px;
}
#footer .menu-block {
	display: flex;
}
#footer .menu:first-child {
	margin-right: 134px;
}
#footer .menu a {
  display: block;
  font-family: "PTSans-Bold";
  font-size: 18px;
  color: #fff;
}
#footer .menu a:not(:first-child) {
  margin-top: 8px;
}
#footer .menu a:hover {
	color: #be1e2d;
}
#footer .info {
  font-family: "PTSans-Regular";
  font-size: 16px;
  line-height: 28px;
  text-align: right;
	color: #fff;
}
.footer-info-bold {
  display: block;
  font-family: "PTSans-Bold";
}
#footer .info a {
	color: #fff;
	display: block;
}
#footer .info a:hover {
	color: #be1e2d;
}

#footer .bottom {
  margin-top: 42px;
}
#footer .bottom a {
	color: #b2b2b2;
}
#footer .bottom a:hover {
	color: #be1e2d;
}
#footer .social-block {
	display: inline-block;
    padding: 0 10px;
    position: relative;
}
#footer .social-block a {
	display: block;
	width: 25px;
	height: 25px;
	background: url('/bitrix/templates/winzavod/image/social_footer.svg') no-repeat scroll 0 0 transparent;
}
#footer .social-block a:hover {
	opacity: 0.6;
}
#footer .social-block a.tw {background-position: -159px 7px;}
#footer .social-block a.fb {background-position: -52px 7px;}
#footer .social-block a.ig {background-position: -104px 7px;}
#footer .social-block a.vk {background-position: -0px 7px;}
#footer .social-block a.fl {background-position: -201px 7px;}
#footer .social-block a.yt {background-position: -216px 7px;}

#footer .bottom .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.footer-copyright {
  font-family: PTSans-Regular;
  font-size: 14px;
  text-transform: uppercase;
}

.item-list .events__item {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}

.item-list .events__img {
  height: auto;
}

.item-list .events__img img {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
}

.filter.active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  position: fixed;
  top: 88px;
  left: 0;
  width: 100%;
  z-index: 3;
}


.item-list .events__catergory,
.events__name {
  font-size: 14px;
  margin-top: 35px;
}

.item-list .events__name {
  line-height: 20px;
}

.item-list .events__date {
  font-size: 14px;
  margin-top: 16px;
  line-height: 22px;
}


.item-list .exhibition-detail-info__right__topline__age {
  width: 25px;
  height: 25px;
  font-size: 12px;
}

.item-list .events__cost {
  margin-top: 18px;
  font-size: 14px;
}

.item-list .exhibition-type__point {
  font-size: 14px;
  margin-top: 12px;
  color: #000;
  margin-left: 40px;
  line-height: 21px;
}

.item-list .exhibition-type__point img {
  width: 25px;
  height: 25px;
  padding: 0;
  margin-right: 10px;
}

.item-list .events-info {
  padding: 0px 16px 20px 14px;
}

.item-list .event-desc {
  font-size: 12px;
  margin-top: 12px;
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
}

.type-point-two {
  margin-left: 130px;
}

.only-past {
  position: absolute;
  top: 143px;
  right: 35px;
  font-family: "PTSans-Regular";
  font-size: 14px;
  color: #95989A;
    z-index: 9;
}

.jq-checkbox {
  background: none;
  border-radius: 0;
  border: none;
  top: 0;
  margin: 0;
}

.only-past input {
  pointer-events: none;
  border-radius: 0;
  border: none;
}

.jq-checkbox__div {
  height: 100%;
  z-index: 999;
}

.jq-checkbox input {
  z-index: auto !important;
  opacity: 1 !important;
}

.jq-checkbox.checked {
  background: none;
}

.news-list .col-lg-6 {
  padding-left: 15px;
}

.news-list .col-lg-6:nth-child(2) {
  padding-right: 0px;
}

/*------------------------------------------------------------------ MOBILE HAMBURGER ------------------------------------------------------------------*/

.hamburger {
  display: none;
}

.open-search--mobile {
  display: none;
}

/*------------------------------------------------------------------ МОБИЛЬНАЯ ВЕРСИЯ ------------------------------------------------------------------*/

@media only screen and (max-width: 1200px) {
    #filter .row {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
  }

    #filter .row .col-lg-4 {
    margin-right: 0;
  }
}

@media only screen and (max-width: 992px) {
  #filter .row::before {
    background: url('/bitrix/templates/winzavod/image/logo-winzavod.svg') no-repeat;
  }

  #filter .row {
    margin-left: 5%;
    margin-right: 5%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .flex .filter-select {
    width: 25%;
    min-width: 100px;
    margin: 15px;
  }

  .row .col-lg-8 .flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }

  #filter.sponge {
    display: none;
    top: 0;
  }

   #filter.sponge .row {
    margin-left: 10%;
   }

  #filter {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    z-index: 999;
    animation: dropdown .7s ease-in-out;
    position: fixed;
    top: -500px;
    transition: all 0.7s ease-in-out;

  }


  #filter.filter-active {
    visibility: visible;
    opacity: 1;
    display: flex;
    top: 0;
  }

}
  .block-padding {
    padding: 0;
  }

  .block-padding--main {
    padding: 0 0 50px 0;
  }

  .search-form.search-active {
    pointer-events: auto;
  }

/*  .exhibition-header-inner .exhibition-type__point {
    margin-left: 40px;
  }*/

  .item-list .exhibition-type__point {
    margin-left: 0;
  }


@keyframes dropdown {
 0% { opacity: 0;
        top: -500px; }
 60% { top: 50px;

      }
 100% {   opacity: 1;
        top: 0; }
}


@media only screen and (max-width: 888px) {
  .navbar {
    display: none;
  }

  .logo {
    border-right: 1px solid #ed4952;
  }

  #slider {
    height: auto;
  }

  .hamburger {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%,-50%);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border: 2px solid #fff;
    border-radius: 0;
    padding: 12px 10px;
    z-index: 999;
  }

  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background-color: #fff;
  }

  .open-search--mobile {
    right: 11%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(/bitrix/templates/winzavod/image/icon-find.svg) center center no-repeat;
    background-size: cover;


  }

  .search-active {
    left: 0;
    z-index: 60;
    pointer-events: auto;
  }

    .open-search--mobile {
      z-index: 30;
    }
}

@media only screen and (max-width: 670px) {
  .exhibition-detail-header {
    height: 74vh !important;
  }

  .exhibition-slider-bg {
    height: 74vh !important;
  }

  .exhibition-detail-slider__type h2 {
    font-size: 23px !important;
  }

  .exhibition-detail-slider__type {
    min-height: 195px !important;
  }

  .exhibition-type__date {
    font-size: 22px !important;
  }

  .exhibition-header-inner .exhibition-type__point {
    margin-top: 5px !important;
    /*margin-left: 40px;*/
  }

  .item-list .exhibition-type__point {
    margin-left: 0;
  }

  #head {
    height: 99px;
  }

  #wrapper {
    padding-top: 99px;
    overflow: hidden;
  }

  #head .logo img {
    max-width: 66%;
  }

  .exhibition-header-inner {
    padding-bottom: 43px !important;
  }
}

@media only screen and (max-width: 576px) {
  .hamburger {
    padding: 7px 4px;
  }

  .open-search--mobile {
    right: 15%;
  }

  .search-form input[type="search"] {
    padding-left: 15px;
    font-size: 18px;
  }

  table.title-search-result td.title-search-item a {
    font-size: 12px;
  }

  div.title-search-result {
    padding: 20px 30px 20px 15px;
  }

  #footer .menu {
    display: none;
  }

  #footer .info {
    text-align: center;
  }

  #footer .title-text {
    font-size:34px;
    text-align: center;
  }

  .footer-copyright {
    text-align: center;
  }

  .social {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
  }

  .text-right {
    text-align: center;
  }

  #footer .bottom .row {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }

  #footer .bottom {
    height: 200px;
  }
}

.navbar-bottom .navbar-search {
    width: 17%;
    margin-left: 8px;
}

.navbar-bottom .navbar-search .btn {
    left: -12px;
    padding: 23px 60px 17px;
}




/* End */
/* /bitrix/components/my/search.title/templates/.default/style.css?15108282382733 */
/* /bitrix/templates/winzavod/template_styles.css?167949464065331 */
