

/* Start:/local/js/admin.css?16807455701973*/
.people-prop {
  /*border: solid 1px #aaa;*/
  /*box-shadow: inset 0 0 10px rgba(0,0,0,0.15);*/
  background: #ebebeb;
  padding: 10px;
  /*border-radius: 10px;*/
}
.people-prop__block {

}
.people-prop__role {
  padding: 5px 0;
}

.people-block {
  margin: 0 0 20px 0;
}

.people-prop input[type=text], .people-prop select,
.exp-prop input[type=text], .exp-prop select
{
  box-sizing: border-box;
  height: 32px !important;
  width: 100%;
}

input.people-input-block {
  text-align: center;
  font-size: 24px !important;
  height: 32px !important;
  padding: 5px 10px;
}
.people-prop__role-left, .people-prop__role-right {
  min-height: 20px;
}
.people-prop__role-left {
  width: 200px;
  float: left;
}
.people-prop__role-right {
  margin: 0 0 0 210px;
}

.people-prop__name-input {
  margin: 0 110px 5px 0 !important;
}

#people-select {
  display: none;
}

.clear {
  clear: both;
}

.add-button {
  display: block;
  white-space: nowrap;
  text-align: center;
  background: rgba(0,0,0,0.1);
  color: #333;
  text-decoration: none;
  border-radius: 3px;
}
.add-button:hover {
  text-decoration: none;
  background: rgba(0,0,0,0.2);
}
.add-button--block {
  line-height: 32px;
}
.add-button--role {
  line-height: 32px;
}
.add-button--review {
  line-height: 32px;
}
.add-button--name {
  margin-bottom: 5px;
  line-height: 32px;
  width: 49%;
  margin-right: 2%;
  display: inline-block;
}
.add-button--name:last-child {
  margin-right: 0;
}

#tr_PROPERTY_65 .adm-detail-content-cell-l {
  display: none;
}

.people-prop__name label {
  float: right;
  width: 100px;
  padding: 5px 0 0 0;
}
.reviews-prop-block {
  padding: 10px 20px;
  border: solid 1px #aaa;
  border-radius: 10px;
  margin: 0 0 20px 0;
}
.reviews-prop-block input {
  box-sizing: border-box;
  width: 100%;

}

.exp-block {
  background: #ebebeb;
  margin: 0 0 20px 0;
  padding: 10px;
}
.exp-block-exp {
  padding: 10px 20px;
  border: solid 1px #aaa;
  border-radius: 10px;
  margin: 0 0 20px 0;
}
/* End */


/* Start:/local/templates/gogol-new-2/js/jquery.formstyler.css?16807455702175*/
.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;
	left: 0;
	width: 100%;
	height: 100%;
	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/gogol-new-2/js/jquery.formstyler.theme.css?168074557010829*/
.jq-checkbox,
.jq-radio {
	vertical-align: top;
	width: 30px;
	height: 30px;
	margin: 0 19px 0 0;
	border: 3px solid #0D0D0D;
	background: none;
	cursor: pointer;
}
.jq-checkbox.focused,
.jq-radio.focused {
	border-color: #D90000;
}
.jq-checkbox.disabled,
.jq-radio.disabled {
	opacity: .55;
	border-color: #666666;
}
.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 {
	background: #D90000;
	border-color: #D90000;
}
.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: 30px;*/
	padding: 5px 40px 5px 15px;
	line-height: 30px;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	background: #333333;
	font-weight: 600;
}
.jq-selectbox__select:hover {
	/*background: linear-gradient(#F6F6F6, #E6E6E6);*/
}
.jq-selectbox__select:active {
	/*background: #F5F5F5;*/
	/*box-shadow: inset 1px 1px 3px #DDD;*/
}
.jq-selectbox.opened .jq-selectbox__select {
	background: #D90000;
	/*border: 1px solid #5794BF;*/
}
.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: auto !important;
}
.jq-selectbox .placeholder {
	/*color: #888;*/
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 14px;
	right: 17px;
	width: 8px;
	height: 8px;
	/*border-top: 5px solid #fff;*/
	transform: rotate(45deg);
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.opened .jq-selectbox__trigger-arrow {
	top: 17px;
	transform: rotate(225deg);
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #fff;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	border-top-color: #AAA;
}
.jq-selectbox__dropdown {
	background: #D90000;
	width: 100%;
	/*padding: 15px 20px;*/
	/*margin-top: 30px;*/
}
.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 {
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
	padding: 5px 30px 5px 15px;
	color: #fff;
}
.jq-selectbox li.sel {
	display: none;
	/*background-color: #A3ABB1;*/
	/*color: #FFF;*/
}
.jq-selectbox li:hover {
	color: #000;
	background: #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/gogol-new-2/js/jquery.fancybox.css?168074557017388*/
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(0, 0, 0);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .75;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}
/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(
    to top,
    rgba(0, 0, 0, .85) 0%,
    rgba(0, 0, 0, .3) 50%,
    rgba(0, 0, 0, .15) 65%,
    rgba(0, 0, 0, .075) 75.5%,
    rgba(0, 0, 0, .037) 82.85%,
    rgba(0, 0, 0, .019) 88%,
    rgba(0, 0, 0, 0) 100%
    );
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}

/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

/* End */


/* Start:/local/templates/gogol-new-2/template_styles.css?168074557076276*/
@font-face {
  font-family: "Stratos Regular";
  src: url("/local/templates/gogol-new-2/fonts/Stratos-Regular-Web.woff2") format("woff2"), url("/local/templates/gogol-new-2/fonts/Stratos-Regular-Web.woff") format("woff"), url("/local/templates/gogol-new-2/fonts/Stratos-Regular-Web.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Stratos SemiBold";
  src: url("/local/templates/gogol-new-2/fonts/Stratos-SemiBold-Web.woff2") format("woff2"), url("/local/templates/gogol-new-2/fonts/Stratos-SemiBold-Web.woff") format("woff"), url("/local/templates/gogol-new-2/fonts/Stratos-SemiBold-Web.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html {
  padding: 0;
  margin: 0;
}

body {
  padding: 0;
  margin: 0;
  background: #EBEBEB;
  color: #000;
  font-family: "Stratos Regular", Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-variant-numeric: proportional-nums;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Stratos Regular", Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

h1, .h1 {
  margin: 44px 0 46px;
  font-size: 96px;
  line-height: 120px;
  letter-spacing: -0.02em;
  transform: translateX(-0.05em);
}

.column--h1 h1, .column--h1 .h1 {
  /*text-align: right;*/
  /*text-align: left;*/
  /*transform: translateX(0.02em);*/
}

.column--h1 h2, .column--h1 h3 {
  /*text-align: left;*/
}

.content h1, .content .h1 {
  margin-top: 35px;
}

h2, .h2 {
  font-size: 124px;
  line-height: 140px;
  letter-spacing: -3px;
}

h3, .h3, .f96 {
  margin: 72px 0 37px 0;
  font-size: 96px;
  line-height: 110px;
  letter-spacing: -2px;
}

h4, .h4, .f72 {
  font-size: 72px;
  line-height: 85px;
  letter-spacing: -1px;
}

h5, .h5, .f48 {
  font-size: 48px;
  line-height: 55px;
  letter-spacing: 0;
}

h6, .h6, .f32 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0;
}

.global {
  position: relative;
}

.white {
  background: #ebebeb;
  color: #0d0d0d;
}

.white a {
  color: #0d0d0d;
}

.white .event__header h1 {
  color: #ebebeb;
}

.main .global {
  padding-top: 90px;
}

*, *:before, *:after {
  box-sizing: border-box;
  outline: none;
}

a {
  color: #fff;
  font-family: "Stratos Regular", Arial, sans-serif;
  text-decoration: none;
  transition: 0.3s color, 0.3s border, 0.3s opacity;
}

a:hover {
  color: #D90000;
}

p {
  margin: 1em 0;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

.lock {
  overflow: hidden;
  /*position: fixed;*/
}

.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;
  /*left: 100px;*/
  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;
}

.header {
  position: fixed;
  top: 20px;
  z-index: 60;
  padding: 10px 0;
  min-height: 60px;
  left: 50%;
  width: 33.3333%;
  width: calc((100% - 90px) / 3 - 20px);
  max-width: 510px;
  min-width: 320px;
  transform: translateX(-50%);
  /*background: #D90000;*/
  transition: 0.3s background-color;
  /*border-bottom: solid 1px transparent;*/
  /*box-shadow: 0px 10px 30px rgba(13, 13, 13, 0.3), 0px 5px 10px rgba(13, 13, 13, 0.1);*/
}

@media (max-width: 1680px) {
  .header {
    left: calc((100% - 90px) / 3 + 55px);
    transform: none;
  }
}
@media (max-width: 1023px) {
  .header {
    left: 50%;
    transform: translateX(-50%);
  }
}
.main .header {
  /*position: absolute;*/
}

.header a:hover {
  color: inherit;
}

.scrolled .header, .red-menu .header {
  background: #D90000;
  box-shadow: 0px 10px 30px rgba(13, 13, 13, 0.3), 0px 5px 10px rgba(13, 13, 13, 0.1);
}

.scrolled .logo, .red-menu .logo {
  left: 15px;
}

.scrolled .header__meta, .red-menu .header__meta {
  right: 10px;
}

.with-under .header {
  position: absolute;
}

.main.fixed .header, .with-under.fixed .header {
  position: fixed;
}

.header .wrap {
  /*height: 40px;*/
}

.filter {
  position: absolute;
  height: 60px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 15px 15px 15px;
  background: #fff;
  z-index: -1;
  opacity: 0;
  transition: 0.3s opacity;
}

.filter-show .filter,
.filter-active .filter {
  z-index: 50;
  opacity: 1;
}

.menued.filter-show .filter {
  opacity: 0;
  /*display: none;*/
}

.filter-title {
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: "Stratos Regular", Arial, sans-serif;
  text-transform: uppercase;
  color: #808080;
}

.filter__content {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #EBEBEB;
  color: #0D0D0D;
  display: none;
}

.filter-blocks {
  border-top: 1px solid #cccccc;
  max-height: calc(100vh - 90px - 130px);
  overflow-x: hidden;
  overflow-y: auto;
}

.filter-block {
  border-top: 1px solid #cccccc;
  padding: 20px 15px 40px 15px;
}

.filter-block:first-child {
  border: none;
}

.filter-block:last-child {
  padding-bottom: 20px;
}

.filter-block label {
  display: block;
  cursor: pointer;
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
  font-family: "Stratos Regular", Arial, sans-serif;
  text-transform: uppercase;
  color: #0D0D0D;
}

.filter-block label.active {
  color: #D90000;
}

.filter-buttons {
  background: #EBEBEB;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 10px 15px;
}

.filter-buttons .button {
  display: block;
  border: none;
  width: 100%;
}

.filter-buttons .button:first-child {
  margin: 0 0 10px 0;
}

.filter__top {
  line-height: 30px;
  font-size: 24px;
  font-family: "Stratos Regular", Arial, sans-serif;
  text-transform: uppercase;
  color: #0D0D0D;
}

.filter__title {
  cursor: pointer;
}

.filter__title, .filter__selected {
  display: inline-block;
  vertical-align: top;
}

.filter__title:hover {
  color: #D90000;
}

.filter__selected {
  color: #CCCCCC;
  position: absolute;
  left: 100px;
  right: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.filtered .filter {
  background: #EBEBEB;
}

.filtered .filter__close {
  /*display: block;*/
}

.filter-active .filter__selected {
  color: #D90000;
  right: 40px;
}

.filtered .filter__selected {
  right: 40px;
}

.filter-active .filter__close {
  display: block !important;
}

.filter-active .header__meta {
  display: none !important;
}

.search {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 60px 15px 15px;
  background: #fff;
  z-index: 65;
  display: none;
}

.search__nothing {
  padding: 15px 0;
  line-height: 30px;
  font-size: 24px;
  font-family: "Stratos Regular", Arial, sans-serif;
  text-transform: uppercase;
  color: #a6a6a6;
}

.search__input {
  padding: 0;
  border: none;
  line-height: 30px;
  width: 100%;
  font-size: 24px;
  font-family: "Stratos Regular", Arial, sans-serif;
  text-transform: uppercase;
  color: #0D0D0D;
  caret-color: #D90000;
}

.search__input::placeholder {
  color: #CCCCCC;
}

.search__close, .filter__close {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  height: 30px;
  width: 30px;
  display: block;
  cursor: pointer;
}

.search__close:before, .search__close:after,
.filter__close:before, .filter__close:after {
  display: block;
  content: "";
  width: 20px;
  height: 4px;
  background-color: #000;
  transition: 0.2s all;
  transform-origin: center center;
  left: 50%;
  position: absolute;
}

.search__close:before,
.filter__close:before {
  top: 50%;
  transform: translate(-50%, -2px) rotate(-45deg);
}

.search__close:after,
.filter__close:after {
  bottom: 50%;
  transform: translate(-50%, 2px) rotate(45deg);
}

.filter__close:before, .filter__close:after {
  background-color: #0D0D0D;
}

.filter__close:hover:before, .filter__close:hover:after,
.search__close:hover:before, .search__close:hover:after,
.header__burger:hover:before, .header__burger:hover:after,
.menued .header__burger:hover:before, .menued .header__burger:hover:after {
  background-color: #D90000;
}

.filter__close {
  display: none;
}

.search__results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  color: #0D0D0D;
  max-height: calc(100vh - 90px);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 15px;
  border-top: 1px solid #cccccc;
  display: none;
}

.search__item {
  display: block;
  margin-bottom: 40px;
}

.search__item:after {
  display: block;
  content: "";
  clear: both;
}

.search__pic {
  display: block;
  width: 90px;
  height: 90px;
  background: #808080 no-repeat center center;
  background-size: cover;
  float: left;
}

.search__info {
  display: block;
  margin-left: 105px;
}

.search__name {
  text-transform: uppercase;
  display: block;
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 5px 0;
  color: #0d0d0d;
}

.search__desc {
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #808080;
  font-family: "Stratos Regular", sans-serif;
}

.search__item:hover .search__name {
  color: #D90000;
}

.search__items {
  /*padding: 10px 0 25px 0;*/
  padding: 20px 0 0 0;
  border-bottom: 1px solid #CCCCCC;
}

.search__items:last-child {
  border-bottom: none;
}

.search__title {
  margin: 0 0 10px 0;
  color: #808080;
  text-transform: uppercase;
  font-family: "Stratos Regular", Arial, sans-serif;
}

.main .global:after {
  /*display: block;*/
  /*content: "";*/
  display: none;
  position: absolute;
  top: 15px;
  width: 100%;
  width: calc(100% - 50px);
  transform: translate(-50%, 0);
  left: 50%;
  max-width: 1390px;
  z-index: 50;
  transition: 0.3s all;
  background: #000;
  min-height: 70px;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4), 0px 5px 10px rgba(0, 0, 0, 0.05);
}

.main.fixed .global:after {
  position: fixed;
}

/*body:after {*/
/*position: fixed;*/
/*display: block;*/
/*content: "";*/
/*top: 0;*/
/*left: 0;*/
/*right: 0;*/
/*bottom: 0;*/
/*background: url('/local/templates/gogol-new-2/images/columns-over.png') center top;*/
/*background-size: contain;*/
/*opacity: .25;*/
/*}*/
.wrap {
  margin: 0 auto;
  position: relative;
  width: calc(100% - 90px);
  max-width: 1590px;
}

.fancybox-slide--html {
  padding: 50px 45px;
}

.fancybox-content {
  width: 100%;
}

.fancybox-slide--html .fancybox-close-small {
  padding: 12px;
  top: 30px;
  right: 30px;
}

.fancybox-button svg path {
  fill: #D90000;
}

.columns {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}

.column {
  width: 33.3333%;
  display: inline-block;
  padding: 0 15px;
  vertical-align: top;
}
.column--right {
  text-align: right;
}
.column--66 {
  width: 66.6666%;
}
.column--alone {
  width: auto;
  display: block;
  margin-left: 33.3333%;
  margin-left: calc(33.3333% - 5px);
}
.column--h1 {
  margin-right: 0;
  margin-left: 33.3333%;
  margin-left: calc(33.3333% - 5px);
}
.column--short {
  width: 33.3333%;
  width: calc(33.3333% + 10px);
  margin-right: 33.3333%;
  margin-right: calc(33.3333% - 5px);
}
.column--inner {
  background: #D90000;
  min-height: 400px;
  border-radius: 2px;
}
.column--medium {
  max-width: 690px;
}
.column--inner {
  background: #D90000;
  min-height: 100vh;
  border-radius: 2px;
}

.dev {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.3;
}

.logo {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0px, -50%);
  transition: 0.3s width, 0.3s left;
  color: #fff;
  line-height: 17px;
  font-size: 17px;
  font-family: "Stratos SemiBold", Arial, sans-serif;
}
.logo__kirill {
  display: block;
  transition: 0.3s all;
  text-transform: uppercase;
  font-family: "Stratos SemiBold", Arial, sans-serif;
}
.logo__plus {
  content: "+";
  width: 20px;
  text-align: center;
}
.logo__friends {
  font-family: "Stratos SemiBold", Arial, sans-serif;
}

#yandex-map {
  display: none;
  width: 90%;
  max-width: 800px;
}

.fancybox-content {
  padding: 0;
}

strong, b {
  font-family: "Stratos Regular", Arial, sans-serif;
  font-weight: normal;
}

.link-yandex:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: no-repeat url("/local/templates/gogol-new-2/images/icon-yandex.svg") center center;
  margin-left: 3px;
  vertical-align: -5px;
}

.header__meta {
  display: block;
  position: absolute;
  z-index: 60;
  right: 0;
  transition: 0.3s right;
  top: 50%;
  height: 30px;
  margin-top: -15px;
}

.header__lang {
  font-family: "Stratos SemiBold", Arial, sans-serif;
  display: block;
  position: absolute;
  right: 70px;
  top: 0;
  width: 30px;
  cursor: pointer;
  color: #000;
  height: 30px;
  line-height: 30px;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
}

.header__search {
  position: absolute;
  height: 30px;
  width: 30px;
  top: 0;
  right: 35px;
  padding-top: 4px;
  text-align: center;
  cursor: pointer;
}

.header__burger {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.header__burger:before, .header__burger:after {
  display: block;
  content: "";
  width: 20px;
  height: 4px;
  background-color: #000;
  transition: 0.2s all;
  transform-origin: center center;
  left: 50%;
  position: absolute;
}

.header__burger:before {
  top: 50%;
  transform: translate(-50%, 3px);
  /*animation: .5s tocrest1 linear backwards;*/
}

.header__burger:after {
  bottom: 50%;
  transform: translate(-50%, -3px);
  /*animation: .5s tocrest2 linear backwards;*/
}

.header__burger:hover:before {
  transform: translate(-50%, 5px);
}

.header__burger:hover:after {
  transform: translate(-50%, -5px);
}

.scrolled .header svg path, .red-menu .header svg path {
  fill: #fff;
}
.scrolled .header a, .red-menu .header a {
  color: #fff;
}
.scrolled .header a:hover, .red-menu .header a:hover {
  color: #fff;
}
.scrolled .header .logo, .red-menu .header .logo {
  color: #fff;
}
.scrolled .header__burger:before, .scrolled .header__burger:after, .red-menu .header__burger:before, .red-menu .header__burger:after {
  background-color: #fff;
}

.menued .header svg path {
  fill: #0D0D0D;
}
.menued .header a {
  color: #0D0D0D;
}
.menued .header a:hover {
  color: #0D0D0D;
}
.menued .header .logo {
  color: #0D0D0D;
}
.menued .header__burger:before, .menued .header__burger:after {
  background-color: #0D0D0D;
}

.menued .header__burger:before {
  transform: translate(-50%, -2px) rotate(-45deg);
  background-color: #0D0D0D;
}

.menued .header__burger:after {
  transform: translate(-50%, 2px) rotate(45deg);
  background-color: #0D0D0D;
}

.menued .header, .filter-show .header, .filter-active .header {
  background: #EBEBEB !important;
  border-bottom: solid 1px #CCCCCC;
  box-shadow: 0px 10px 30px rgba(13, 13, 13, 0.3), 0px 5px 10px rgba(13, 13, 13, 0.1) !important;
}

.menued .logo {
  left: 15px;
}

.menued .header__meta {
  right: 10px;
}

.menued .logo {
  color: #0D0D0D;
}

.filtered .header__burger:after, .filtered .header__burger:before,
.filter-show .header__burger:after, .filter-show .header__burger:before {
  background-color: #0D0D0D;
}

.filtered .header__lang, .filtered .header__lang:hover,
.filter-show .header__lang, .filter-show .header__lang:hover,
.menued .header__lang, .menued.white .header a, .menued .header__lang:hover {
  color: #0D0D0D;
}

.menued .logo path, .menued .header__search path,
.filtered .logo path, .filtered .header__search path,
.filter-show .header__search path {
  fill: #0D0D0D;
}

.overlay {
  display: none;
  cursor: pointer;
}

.menued .overlay, .searched .overlay, .filtered .overlay {
  display: block;
  position: fixed;
  z-index: 60;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
}

.menu {
  display: none;
  position: absolute;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #EBEBEB;
  color: #0D0D0D;
  padding: 38px 15px 10px;
  top: 100%;
  z-index: 65;
  left: 0;
  right: 0;
  max-height: calc(100vh - 95px);
}

.menu a, .menu {
  color: #0D0D0D;
}

.menu a:hover {
  color: #D90000;
}

.mainmenu {
  margin: 0;
  padding: 0;
  list-style: none;
  /*position: fixed;*/
}

.mainmenu li {
  margin: 0;
  padding: 0;
}
.mainmenu li a {
  display: inline-block;
  font-family: "Stratos Regular", Arial, sans-serif;
  line-height: 54px;
  font-size: 48px;
  letter-spacing: -1px;
  text-transform: uppercase;
  vertical-align: top;
}

.submenu {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
.submenu li {
  margin: 0;
  padding: 0;
}
.submenu li a {
  display: inline-block;
  font-family: "Stratos Regular", Arial, sans-serif;
  line-height: 50px;
  font-size: 48px;
  vertical-align: top;
}

.mainmenu li a.active, .submenu li a.active {
  color: #D90000 !important;
}

.menu__block {
  border-top: solid 1px #CCCCCC;
  padding-top: 30px;
  margin-top: 30px;
}

.menu__block--address div:first-child {
  margin-bottom: 20px;
}

.menu__block:last-child {
  /*border: none;*/
  padding-bottom: 0;
  margin-bottom: 0;
}

.menu__department {
  /*width: 50%;*/
  /*padding-right: 20px;*/
  /*vertical-align: top;*/
  display: block;
  margin-bottom: 18px;
}

.menu__department:last-child {
  margin-bottom: 0;
}

.department {
  font-family: "Stratos Regular", Arial, sans-serif;
  display: block;
  padding: 7px 0 7px 40px;
  font-size: 14px;
  filter: brightness(0);
  line-height: 20px;
  transition: 0.3s all;
  background: no-repeat left center;
  background-size: 30px auto;
}

.department--quality {
  background-image: url("/local/templates/gogol-new-2/images/department-quality.svg?2");
}

.department--culture {
  background-image: url("/local/templates/gogol-new-2/images/department-culture.svg?2");
}

.department:hover {
  filter: brightness(1);
}

.socials {
  line-height: 0;
  display: flex;
  justify-content: space-between;
}

.social {
  width: 40px;
  height: 40px;
  background: no-repeat center center;
  filter: brightness(0);
  display: inline-block;
  transition: 0.3s all;
  background-size: 24px auto;
}

.social--ig {
  background-image: url("/local/templates/gogol-new-2/images/social-ig.svg");
}

.social--fb {
  background-image: url("/local/templates/gogol-new-2/images/social-fb.svg");
  background-size: auto 24px;
}

.social--tw {
  background-image: url("/local/templates/gogol-new-2/images/social-tw.svg");
}

.social--vk {
  background-image: url("/local/templates/gogol-new-2/images/social-vk.svg");
}

.social--yt {
  background-image: url("/local/templates/gogol-new-2/images/social-yt.svg");
}

.social--tg {
  background-image: url("/local/templates/gogol-new-2/images/social-tg.svg");
}

.social--zen {
  background-image: url("/local/templates/gogol-new-2/images/social-zen.svg");
}

.social:hover {
  filter: brightness(1);
}

.partners-logos {
  max-width: 380px;
  display: block;
  /*align-items: center;*/
  /*justify-content: space-between;*/
}

.partners-logo {
  width: 40%;
  margin-right: 20%;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-top: 28px;
  padding: 0;
}

.partners-logo:nth-child(2n) {
  text-align: right;
  margin-right: 0;
}

.partners-logo img, .partners-logo svg {
  max-width: 100%;
}

.partners-logo a svg path {
  transition: 0.3s all;
}

.partners-logo a:hover svg path {
  fill: #D90000;
}

.for-blind {
  font-size: 32px;
  line-height: 40px;
  margin: 0;
}

.for-blind li {
  margin: 30px 0;
}

.for-blind li:last-child {
  margin-bottom: 0;
}

.for-blind li:first-child {
  margin-top: 0;
}

.partners {
  line-height: 0;
  display: block;
  /*display: grid;*/
  /*justify-items: center;*/
  /*align-items: center;*/
  /*grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;*/
  /*grid-template-rows: auto;*/
  /*margin: -20px 0;*/
  margin-bottom: 25px;
}

.partners:last-child {
  margin: 0;
}

.partner {
  display: inline-block;
  width: 50%;
  /*padding: 0 10px;*/
  text-align: left;
  vertical-align: middle;
  /*height: 40px;*/
  /*background: no-repeat center center;*/
  /*background-size: contain;*/
  filter: brightness(0);
  transition: 0.3s all;
  margin: 20px 0;
  /*margin-right: calc(100%/3 - 400px/3);*/
}

.partner img {
  max-width: 100%;
}

.partner:first-child, .partner:nth-child(4n+1) {
  /*text-align: left;*/
}

.partner--1 {
  background-image: url("/local/templates/gogol-new-2/images/partners/partner-1.svg?3");
}

.partner--2 {
  background-image: url("/local/templates/gogol-new-2/images/partners/partner-2.svg?3");
}

.partner--3 {
  background-image: url("/local/templates/gogol-new-2/images/partners/partner-3.svg?3");
}

.partner--4 {
  background-image: url("/local/templates/gogol-new-2/images/partners/partner-4.svg?3");
}

.partner--5 {
  background-image: url("/local/templates/gogol-new-2/images/partners/partner-5.svg?3");
}

.partner--6 {
  background-image: url("/local/templates/gogol-new-2/images/partners/partner-6.svg?3");
}

.partner--7 {
  background-image: url("/local/templates/gogol-new-2/images/partners/partner-7.svg?3");
}

.partner--8 {
  background-image: url("/local/templates/gogol-new-2/images/partners/partner-8.svg?3");
}

.partner--9 {
  background-image: url("/local/templates/gogol-new-2/images/partners/partner-9.svg?3");
}

.partner--10 {
  background-image: url("/local/templates/gogol-new-2/images/partners/partner-10.svg?3");
}

.partner--11 {
  background-image: url("/local/templates/gogol-new-2/images/partners/partner-11.svg?3");
}

.partner--12 {
  background-image: url("/local/templates/gogol-new-2/images/partners/partner-12.svg?3");
}

.partner:hover {
  filter: brightness(1);
}

.event-line {
  border-top: solid 1px #333;
  padding: 50px 0 5px 0;
  position: relative;
}
.event-line__params {
  margin: 10px 0 0 0;
}
.event-line__params:last-child {
  margin-bottom: 0;
}
.event-line__desc {
  margin: 15px 0 0 0;
  color: #000;
}
.event-line__button {
  margin: 15px 0 0 0;
}
.event-line__button a {
  color: #fff;
}

[data-new-more] {
  position: relative;
  overflow: hidden;
}

[data-step="0"] {
  display: block;
}

[data-step="1"], [data-step="2"] {
  display: none;
}

.exp-line {
  border-top: solid 1px #ccc;
  padding: 50px 0 5px 0;
}

.exp-line:last-child {
  border-bottom: solid 1px #ccc;
}

.exp-line__item {
  margin-bottom: 40px;
  padding-right: 140px;
  position: relative;
}

.exp-line__left {
  margin-top: 20px;
}

.exp-line__title {
  line-height: 55px;
  font-size: 48px;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}

.exp-line__infos {
  text-transform: uppercase;
}

.event-line__item {
  margin-bottom: 40px;
  position: relative;
}

.event-line__info {
  /*padding-right: 140px;*/
}

.event-line__info > div {
  padding-right: 140px;
}

.event-line__item:last-child {
  /*margin-bottom: 0;*/
}

.event-line__title, .event-line__date {
  display: inline-block;
  font-family: "Stratos Regular", Arial, sans-serif;
  line-height: 55px;
  font-size: 48px;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.event-lines--team .event-line__date {
  font-family: "Stratos Regular", sans-serif;
  line-height: 30px;
  font-size: 18px;
  text-transform: none;
  letter-spacing: 0;
  margin-top: 7px;
  display: block;
}

.event-lines--team .man-item {
  display: block;
  width: auto;
  margin-bottom: 15px;
}

.event-lines--team .man-items {
  margin-bottom: 45px;
}

.event-lines--team .man-item__pic {
  display: none;
}

.event-lines--team .man-item__title span {
  display: none;
}

.disable .event-line__title, .disable .event-line__info a {
  color: #a6a6a6;
}

.event-line__title:hover, .event-line__item--hover .event-line__title, .disable .event-line__info a:hover {
  color: #D90000 !important;
}

.event-line__date {
  color: #a6a6a6;
}

.event-line__date.fixed {
  position: fixed;
  top: 50px;
}

.event-line__date.bottom {
  position: absolute;
  bottom: 45px;
}

.news-line__date.fixed {
  position: fixed;
  top: 50px;
}

.news-line__date.bottom {
  position: absolute;
  bottom: 45px;
}

.caps {
  text-transform: uppercase;
}

.event-line__info {
  color: #a6a6a6;
}

.event-line__info a, .event-line__info span {
  vertical-align: top;
}

.event-line__info a:hover {
  color: #fff;
}

.event-line__title {
  cursor: pointer;
  margin-bottom: 10px;
}

.event-line__time {
  display: block;
  font-family: "Stratos Regular", Arial, sans-serif;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  text-align: right;
  bottom: 0;
  transition: 0.3s color;
}

.event-line__time span {
  display: block;
}

.event-line__item--hover .event-line__title {
  color: #D90000;
}

.event-line__item--hover .event-line__time {
  color: #D90000;
}

.event-line__time--2lines {
  /*top: 0;*/
}

.disable .event-line__time, .event-line__item--hover.disable .event-line__time {
  color: #a6a6a6;
}

.event-line__image {
  padding-top: 0;
  height: 0;
  line-height: 0;
  background-size: cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: no-repeat center center;
  background-size: cover;
  /*transition: .3s all;*/
  /*transition-delay: .3s;*/
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.event-line__item {
  /*transition: .3s all;*/
}

span.premier, a.premier {
  color: #D90000 !important;
  font-family: "Stratos Regular", Arial, sans-serif;
  border: solid 2px #D90000;
  border-radius: 2px;
  line-height: 21px;
  padding: 0 2px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: 0;
}

.event-lines--cards .event-line {
  /*padding-bottom: 0;*/
}

.event-lines--cards .event-line__image {
  width: calc(50% - 15px);
  padding-top: calc(50% - 15px);
  /*padding-top: 100%;*/
  /*margin: 0 0 18px;*/
}

.event-lines--cards .event-line__item {
  padding: 0;
  /*padding: 0 15px;*/
  /*padding-left: 50%;*/
  /*padding-left: calc(50% + 15px);*/
  /*display: inline-block;*/
  /*vertical-align: top;*/
  /*margin: 0 0 45px 0;*/
  /*width: 50%;*/
}

.event-lines--more .event-line__item {
  /*width: 33.333%;*/
}

.event-lines--more {
  /*margin: 25px -15px 0;*/
}

.event-lines--more .event-line__image {
  width: calc((100% - 15px) / 2);
}

.event-lines--more .event-line__info {
  margin-left: calc((100% + 45px) / 2);
}

.fancybox-content .event-lines--more .event-line__image {
  width: 50%;
  padding-top: 50%;
}

.fancybox-content .toggle-title {
  padding-left: calc((100% - 90px) / 3);
}

.fancybox-content .event-lines--more .event-line__info {
  margin-left: calc(50% + 30px);
}

/*.event-lines--cards .column--66 {*/
/*margin: 0;*/
/*}*/
.event-lines--cards .event-line__title {
  /*line-height: 35px;*/
  /*display: block;*/
  /*font-size: 32px;*/
  /*margin-bottom: 19px;*/
}

.event-lines--cards .event-line__time {
  /*position: static;*/
  /*margin-top: 15px;*/
  /*text-align: left;*/
}

.event-lines--cards .event-line__time span {
  /*display: inline;*/
}

.event-lines--cards .event-line__time span:before {
  /*content: ",";*/
  /*display: inline;*/
}

.event-lines--cards .event-line__info {
  padding: 0 0 60px 0;
  margin-left: calc(50% + 15px);
  /*position: absolute;*/
  /*top: 0;*/
  /*left: calc(50% + 15px);*/
  /*right: 0;*/
  /*bottom: 60px;*/
  /*padding: 0;*/
}

.event-lines--cards .event-line__info > div {
  padding: 0;
}

.button-more {
  text-transform: uppercase;
  display: block;
  background: #fff;
  color: #000;
  line-height: 30px;
  font-size: 18px;
  text-align: center;
  padding: 10px 0;
  margin: 30px 0 0 0;
  transition: 0.3s all;
}

.button-more:hover {
  background: #D90000;
  color: #fff;
  opacity: 1;
}

.white .button-more {
  background: #000;
  color: #fff;
}

.white .button-more:hover {
  background: #D90000;
  color: #fff;
}

.event-lines-more {
  display: block;
  opacity: 0.4;
  color: #fff;
  border: solid 1px #fff;
  line-height: 20px;
  font-size: 18px;
  text-align: center;
  padding: 13px 0 17px;
  margin: 50px 0 0 0;
}

.event-lines-more:hover {
  color: #fff;
  opacity: 1;
}

.event-lines-block {
  display: none;
}

.event-lines-block:first-child {
  display: block;
}

.event-lines-block:last-child .event-lines-more {
  display: none;
}

.footer {
  padding: 45px 0;
  color: #a6a6a6;
  /*line-height: 20px;*/
  /*font-size: 18px;*/
}

.columns--filter {
  /*padding: 30px 0 20px 0;*/
  padding: 0 0 20px 0;
}

.filter-link, a.filter-link {
  line-height: 30px;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Stratos Regular", Arial, sans-serif;
  margin: 0;
  padding: 5px 15px;
  display: inline-block;
}
@media (max-width: 767px) {
  .filter-link, a.filter-link {
    font-size: 14px;
    line-height: 20px;
  }
}
.filter-link--grey, a.filter-link--grey {
  color: #A6A6A6;
}
.filter-link--grey:hover, a.filter-link--grey:hover {
  background: none;
  color: #0d0d0d;
}

.column--right .filter-link {
  /*margin: 0 0 0 10px;*/
}

.filter-link.active {
  background: #0d0d0d;
  color: #fff;
}

.filter-link:hover {
  background: #D90000;
  color: #fff;
}

.filter-link.active:hover {
  background: #0d0d0d;
  color: #fff;
}

.filter-link--calendar {
  position: relative;
}

.filter-link--calendar:before, .filter-link--calendar:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  transition: 0.3s all;
}

.filter-link--calendar:before {
  border: solid 3px #666666;
  width: 24px;
  height: 24px;
  transform: translate(15px, -50%);
}

.filter-link--calendar:after {
  background: #666666;
  width: 8px;
  height: 8px;
  transform: translate(23px, -50%);
}

.filter-link:hover:before {
  border: solid 3px #D90000;
}

.filter-link:hover:after {
  background: #D90000;
}

.filter-link.active:before {
  border: solid 3px #fff;
}

.filter-link.active:after {
  background: #fff;
}

.cards {
  overflow: hidden;
  height: 400px;
  margin: 0;
}

.card, a.card {
  opacity: 0;
  margin: 0 15px;
  display: block;
  background: #D90000;
  background-size: cover;
  color: #fff;
  position: relative;
  height: 400px;
  max-width: 510px;
  min-width: 225px;
  width: 430px;
  width: calc((100vw - 90px) / 3 - 20px);
}

@media (max-width: 1023px) {
  a.card, .card {
    width: 320px;
  }
}
@media (max-width: 767px) {
  .card, a.card {
    width: 40%;
    width: calc(100vw - 140px);
  }
}
.card:before, a.card:before {
  content: "";
  display: block;
  position: absolute;
  background: no-repeat center center;
  background-size: contain;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slick-center a.card:hover {
  opacity: 0.9;
}

.slick-center a.card:active {
  opacity: 1;
}

.card--pic:before {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: none;
  background: rgba(0, 0, 0, 0.1);
}

.card--facebook {
  background: #415993;
}

.card--facebook:before {
  background-image: url("/local/templates/gogol-new-2/images/card--facebook.svg");
  width: 39%;
  height: 45%;
}

.card--vk {
  background: #4872A3;
}

.card--vk:before {
  background-image: url("/local/templates/gogol-new-2/images/card--vk.svg");
  width: 67%;
  height: 23.68%;
}

.card--twitter {
  background: #00AAEC;
}

.card--twitter:before {
  background-image: url("/local/templates/gogol-new-2/images/card--twitter.svg");
  width: 61.39%;
  height: 28.42%;
}

.card--youtube {
  background: #D90000;
}

.card--youtube:before {
  background-image: url("/local/templates/gogol-new-2/images/card--youtube.svg");
  width: 67%;
  height: 26.84%;
}

.card--instagram {
  background-image: url("/local/templates/gogol-new-2/images/card--instagram.png");
}

.card--instagram:before {
  background-image: url("/local/templates/gogol-new-2/images/card--instagram.svg");
  width: 65%;
  height: 36.84%;
}

.card:hover, a.card:hover {
  color: #fff;
}

.slick-slide .card {
  opacity: 1;
}

.card__inner {
  display: block;
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 20px;
}

.card--text .card__inner {
  top: 50px;
}

.card--text .card__subtitle {
  position: absolute;
  bottom: 0;
}

.card__title {
  display: block;
  line-height: 55px;
  font-size: 48px;
  letter-spacing: -0.5px;
  font-family: "Stratos Regular", Arial, sans-serif;
  text-transform: uppercase;
}

.card__progress {
  opacity: 0;
  position: absolute;
  content: "";
  display: block;
  left: 10px;
  top: 15px;
  right: 10px;
  height: 5px;
  background: rgba(255, 255, 255, 0.4);
}

.card__subtitle {
  line-height: 30px;
  font-size: 18px;
  margin: 10px 0 0 0;
  display: block;
  font-family: "Stratos Regular", Arial, sans-serif;
  text-transform: uppercase;
}

.slick-center .card__progress {
  opacity: 1;
}

.card__progress span {
  position: absolute;
  display: block;
  background: #fff;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  /*width: 100%;*/
}

/*.slick-center .card__progress span {*/
/*animation: progress 5s linear;*/
/*}*/
.slick-slide:last-child .card__progress {
  /*display: none;*/
}

.event__header {
  background: no-repeat center center;
  background-size: cover;
  position: relative;
}

.event__header-pic {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
}

.event__header-pic:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.event__header .wrap {
  height: calc(100vh - 120px);
  /*min-height: 500px;*/
  max-height: 960px;
}

.event__header h1 {
  display: block;
  padding: 0;
  left: 33.3333%;
  right: 0;
  /*right: 33.3333%;*/
  /*left: 0;*/
  bottom: 15px;
  text-transform: uppercase;
  position: absolute;
  margin-left: 10px;
  line-height: 120px;
  font-size: 124px;
  letter-spacing: -3px;
  /*text-align: right;*/
  text-align: left;
}

.event__header--large h1 {
  font-size: 72px;
  line-height: 75px;
}

.content--actor h1 {
  line-height: 110px;
  font-size: 96px;
  letter-spacing: -2px;
  margin: 44px 0 0 0;
}

.event__description {
  font-family: "Stratos Regular", Arial, sans-serif;
  line-height: 75px;
  font-size: 72px;
  letter-spacing: -1px;
  margin: 88px 0;
}

.action {
  display: inline-block;
  margin: 0 10px;
  height: 28px;
  /*padding: 0 21px 0 0;*/
  width: 22px;
  /*overflow: hidden;*/
  /*text-indent: 50px;*/
  font-size: 18px;
  white-space: nowrap;
  position: relative;
  color: #fff;
  opacity: 0.4;
  text-transform: uppercase;
  font-family: "Stratos Regular", Arial, sans-serif;
  transition: 0.3s all;
}

.action:hover {
  color: #fff;
  opacity: 1;
}

.action:last-child {
  margin-right: 0;
}

.action:first-child {
  margin-left: 0;
}

.action--share {
  background: no-repeat url("/local/templates/gogol-new-2/images/icon-sharing.svg") right center;
  background-size: contain;
}

.button, a.button {
  line-height: 20px;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background: #D90000;
  padding: 15px 15px;
  min-width: 200px;
  max-width: 100%;
  font-family: "Stratos Regular", Arial, sans-serif;
  border: 0;
  margin: 0;
}
.event__item-button .button, .event__item-button a.button {
  width: 200px;
  color: #ffffff;
  max-width: none;
  min-width: auto;
}
.event__item-button .button--gray, .event__item-button a.button--gray {
  background: #0D0D0D;
  color: #ffffff;
}
.event__item-button .button--disable, .event__item-button a.button--disable {
  background: #cccccc;
  color: #808080;
}
.button:hover, a.button:hover {
  color: #ffffff;
}
.button--gray, a.button--gray {
  background: #0D0D0D;
  color: #ffffff;
}
.button--disable, a.button--disable {
  background: #cccccc;
  color: #808080;
}
.button--black, a.button--black {
  color: #fff;
  background: #0D0D0D;
}

.event__media {
  margin: 100px 0 0 0;
}

.event__media img {
  height: 500px;
  max-height: calc((100vw - 30px) / 1.5);
}

.event__item {
  /*border-top: solid 1px #ccc;*/
  border-bottom: solid 1px #ccc;
  padding: 20px 0;
}

.event__item.disable {
  /*color: #666666;*/
}

.event__item > div {
  display: inline-block;
  vertical-align: middle;
}

.event__item-date {
  width: 33%;
  text-transform: uppercase;
}

.event__item-date .premier {
  margin-left: 15px;
}

.event__item-place {
  width: 25%;
  padding-left: 15px;
}

.event__item-time {
  /*width: 15%;*/
  width: 7.8%;
  text-align: right;
}

.event__item-button {
  /*width: 27%;*/
  width: 34.2%;
  text-align: right;
}

.event__detail {
  margin: 100px 0 35px 0;
  /*max-width: 660px;*/
  /*padding: 0 0 0 15px;*/
  /*font-size: 18px;*/
  /*line-height: 35px;*/
}

.event__people {
  padding: 0 0 0 0;
  width: 66%;
  margin: 80px auto 0 auto;
  max-width: 890px;
}

.event__people-title {
  font-family: "Stratos Regular", Arial, sans-serif;
  margin: 0 0 35px;
  padding: 0;
  text-align: center;
  line-height: 35px;
  font-size: 32px;
}

.event__people dl:after {
  content: "";
  display: block;
  clear: both;
}

.event__people-left {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  text-align: right;
  padding: 5px 15px 0 0;
  line-height: 25px;
}

.event__people-right, .event__people-center {
  line-height: 25px;
  /*color: #808080;*/
  text-transform: uppercase;
  /*font-family: $font-ex-bold;*/
}

.event__people-right {
  width: 50%;
  max-width: 330px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding: 0 0 0 15px;
}

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

.event__people-right a {
  color: #0d0d0d;
}

.event__people-right a:hover {
  color: #D90000;
}

.event__people-right div, .event__people-center div {
  padding: 5px 0 0;
}

.event__quote {
  margin: 85px 0 0;
  padding: 0 0 0 30px;
  position: relative;
  line-height: 55px;
  font-size: 48px;
  letter-spacing: -0.75px;
  font-family: "Stratos Regular", Arial, sans-serif;
}

.event__quote:before {
  content: "";
  position: absolute;
  display: block;
  background: #fff;
  top: 0;
  left: 0;
  bottom: 0;
  width: 5px;
}

.event__responses {
  /*margin: 85px 0 0 0;*/
  margin: 0 0 40px 0;
}

.event__response {
  background: no-repeat url("/local/templates/gogol-new-2/images/event-quote.svg") center top;
  padding-top: 30px;
  margin: 0 15% 70px 15%;
  text-align: center;
}

.toggle .event__response {
  background: no-repeat url("/local/templates/gogol-new-2/images/event-quote.svg") left top;
  padding-top: 30px;
  /*margin: 0 15% 70px 15%;*/
  margin: 0 0 55px 0;
  text-align: left;
}

.toggle .event__response:last-child {
  margin: 0;
}

.toggle .event__media {
  margin: 0;
}

.toggle .event__people-line {
  margin: 0 0 44px 0;
}

.toggle .event__people-left, .toggle .event__people-right, .toggle .event__people-center {
  text-align: left;
  width: auto;
  display: block;
  padding: 0;
  max-width: none;
}

.toggle .event__people-left {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 6px;
}

.toggle .event__people-right, .toggle .event__people-center {
  line-height: 40px;
  font-size: 32px;
}

.toggle .event__people-right div, .toggle .event__people-center div {
  padding: 0;
}

.toggle .event__reviews {
  max-width: 660px;
  margin: 0;
  text-align: left;
}

.toggle .event__review {
  margin: 0 0 46px 0;
}

.toggle .event__review-author {
  text-align: left;
}

.toggle .event__review-text {
  line-height: 40px;
  font-size: 32px;
}

.toggle .event__review-author {
  line-height: 30px;
  font-size: 18px;
  margin-top: 14px;
  color: #808080;
}

.event__response-text {
  line-height: 40px;
  font-size: 32px;
  /*font-style: italic;*/
}

.event__response-author {
  /*color: #808080;*/
  /*line-height: 45px;*/
  /*font-size: 32px;*/
  margin-top: 34px;
}

.event__reviews {
  margin: 100px 15% 0 15%;
  text-align: center;
}

.event__review {
  margin: 0 0 40px 0;
}

.event__review-text {
  line-height: 55px;
  font-size: 48px;
  text-transform: uppercase;
  letter-spacing: -0.75px;
  display: block;
}

.event__review-author {
  margin-top: 15px;
  line-height: 20px;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  color: #0D0D0D;
}

.toggles--event {
  margin-top: 98px;
}

.fancybox-container .toggles--event {
  margin-bottom: 80px;
}

.content--no-desc .toggles--event {
  margin-top: 0;
}

.video a {
  position: relative;
  display: block;
}

.video a:before {
  position: absolute;
  left: 23px;
  bottom: 45px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 50px 85px;
  border-color: transparent transparent transparent #ff3300;
  content: "";
  display: block;
  z-index: 2;
}

.event__videos {
  margin: 100px 0 0 33%;
  max-width: 660px;
}

.event__video {
  padding-top: 56%;
  margin: 30px 0;
  height: 0;
  line-height: 0;
  position: relative;
  display: block;
  background: no-repeat center center;
  background-size: cover;
}

.event__video:before {
  content: "";
  display: block;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 42px 0 42px 70px;
  transform: translate(-50%, -50%);
  border-color: transparent transparent transparent #D90000;
}

.event__video:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.event__video-info {
  position: absolute;
  left: 25px;
  bottom: 20px;
  right: 25px;
  line-height: 30px;
  font-size: 24px;
  display: block;
}

.event__video-title {
  letter-spacing: -0.75px;
  display: block;
  font-family: "Stratos Regular", Arial, sans-serif;
}

.event__video-author {
  line-height: 25px;
  font-size: 18px;
  margin-top: 8px;
}

.event__more {
  margin: 52px 0 0 0;
}

.event__more-title {
  line-height: 40px;
  font-size: 32px;
  /*line-height: 35px;*/
  /*font-size: 32px;*/
  /*text-transform: uppercase;*/
  /*color: #a6a6a6;*/
  /*font-family: $font-ex-bold;*/
}

.event__promo {
  display: block;
  line-height: 0;
  margin: 88px 0;
}

.event__promo img {
  max-width: 100%;
}

.documents {
  list-style: none;
  margin: 0;
  padding: 0;
}

.document a {
  padding-left: 30px;
  position: relative;
  display: inline-block;
  margin: 5px 0;
}

.document a:hover svg {
  stroke: #D90000;
}

.document a span {
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  /*top: 7px;*/
  background-size: cover;
}

.owl-dot span {
  display: inline-block;
  background-color: red;
  border-radius: 50%;
  height: 1rem;
  margin: 0 5px;
  opacity: 0.5;
  transition: opacity 0.3s;
  width: 1rem;
}

.owl-dot.active span {
  opacity: 1;
}

[data-media] {
  opacity: 0;
}

[data-media].slick-slider {
  opacity: 1;
}

[data-event-media] {
  opacity: 0;
}

[data-event-media].slick-slider {
  opacity: 1;
}

.slider {
  line-height: 0;
}

.slider-helper {
  margin-top: 25px;
  line-height: 0;
  height: 100px;
  overflow: hidden;
  white-space: nowrap;
}

.slider-helper__item {
  width: 100px;
  display: inline-block;
}

.slider-helper span {
  display: inline-block;
  width: 100px;
  height: 100px;
  background: no-repeat center center;
  background-size: cover;
}

.fancybox-slide--iframe .fancybox-content {
  width: 800px;
  height: 650px;
  max-width: 90%;
  max-height: 90%;
  margin: 0;
}

.under {
  background: #fff;
  color: #0d0d0d;
  width: calc((100% - 90px - 60px) / 3);
  position: fixed;
  bottom: 15px;
  right: 45px;
  padding: 10px 15px;
  z-index: 100;
}

.under .wrap {
  margin: 0;
  width: auto;
}

.under-inner {
  position: relative;
  padding: 0 30px 0 0;
}

.under-close {
  position: absolute;
  right: 0;
  top: 1px;
  background: url("/local/templates/gogol-new-2/images/icon-under-close.svg") no-repeat center center;
  display: block;
  width: 16px;
  height: 16px;
  background-size: contain;
}

.under a {
  color: #D90000;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .under {
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.main-tab {
  display: none;
}

.main-tab.active {
  display: block;
}

@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.owl-item, .slick-slide {
  opacity: 0.4;
  transition: 0.3s opacity;
}

.event__media .slick-slide {
  opacity: 0.4;
  cursor: pointer;
}

[data-event-media] .slick-slide > div {
  padding: 0 15px;
}

.owl-item.center, .slick-center, .event__media .slick-center {
  opacity: 1;
  cursor: default;
}

.we-text {
  margin: 120px 0;
  line-height: 75px;
  font-size: 72px;
  letter-spacing: -2px;
  font-family: "Stratos Regular", Arial, sans-serif;
}

.man-items {
  margin: 0 -13px 0 -12px;
}

.man-item {
  display: inline-block;
  width: 33.3333%;
  padding: 0 13px 0 12px;
  margin: 0 0 45px 0;
  vertical-align: top;
}

.man-item__link {
  display: block;
}

.man-item__pic {
  line-height: 0;
  height: 0;
  padding-top: 100%;
  display: block;
  background: #fff no-repeat center center;
  background-size: cover;
  margin: 0 0 18px 0;
}
.man-item__pic--prop {
  background-size: contain;
}

.man-item__title {
  line-height: 35px;
  font-size: 32px;
  text-transform: uppercase;
  /*font-family: $font-ex-bold;*/
}

.man-item__title span {
  display: block;
}

#team {
  background: none;
  border: none;
  color: #fff;
  opacity: 0;
}

.white .action {
  color: #D90000;
  opacity: 1;
  background-image: url("/local/templates/gogol-new-2/images/icon-sharing-red.svg");
  filter: brightness(0);
  position: relative;
  z-index: 2;
  overflow: visible;
}

.white .action:hover {
  filter: brightness(1);
}

.detail__meta {
  padding: 48px 0 42px 0;
  /*margin: 0 0 35px;*/
  position: relative;
  border-bottom: solid 1px #ccc;
}
.detail__meta--man {
  /*color: #000;*/
  margin: 30px 0 35px;
  padding-bottom: 0;
  border-top: solid 1px rgba(0, 0, 0, 0.2);
}

.detail__meta--man .columns {
  padding-bottom: 40px;
}

.content--no-desc .detail__meta--man {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.man__preview {
  padding-right: 230px;
  line-height: 25px;
  font-size: 18px;
}

.detail__actions {
  position: absolute;
  top: 48px;
  right: 0;
}

.man__detail {
  margin: 99px 0 76px;
  /*padding: 0 0 0 15px;*/
  /*line-height: 35px;*/
  /*font-size: 18px;*/
}

.man__quote {
  margin: 80px 15% 0 15%;
  padding: 0 15px;
}

.man__quote-title {
  line-height: 35px;
  font-size: 32px;
  margin: 0 0 20px 0;
  color: rgba(0, 0, 0, 0.4);
}

.man__quote-text {
  line-height: 45px;
  font-size: 32px;
  color: #000000;
}

.event-filter {
  display: flex;
  flex-wrap: wrap;
}

.event-filter select, .event-filter .jq-selectbox__select {
  display: none;
  cursor: pointer;
}

.br-comma {
  display: block;
}

.is404 .header {
  display: none;
}

.page-404 {
  overflow: hidden;
  position: relative;
  min-height: calc(100vh - 120px);
}

.page-404:before {
  position: absolute;
  content: "";
  width: 100%;
  /*min-width: 800px;*/
  height: 100%;
  right: -13%;
  top: -5%;
  background: url("/local/templates/gogol-new-2/images/404.svg") no-repeat left top;
  background-size: contain;
}

.content-404 {
  line-height: 35px;
  font-size: 24px;
  padding-top: 80px;
}

.page-404 .mainmenu, .page-404 .submenu {
  position: static;
}

.page-404 .submenu {
  margin-top: 60px;
}

.page-404 .mainmenu li {
  margin: 0 0 8px 0;
}
.page-404 .mainmenu li:last-child {
  margin: 0;
}

.page-404 a {
  /*color: #D90000;*/
}

#input-url {
  right: 100%;
  opacity: 0;
  z-index: -1;
  position: absolute;
}

.sub-header {
  position: relative;
}

.link-copied {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(217, 0, 0, 0.9);
  padding: 30px 30px;
  text-align: center;
  /*font-family: $font-ex-bold;*/
  /*padding: 3px 10px;*/
  /*background: #666;*/
  /*white-space: nowrap;*/
  color: #fff;
  z-index: 100;
}

.link-copied span {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.chat {
  z-index: 1000;
  width: 100%;
  position: fixed;
  top: 0;
  right: -300px;
  transition: 0.5s right;
  bottom: 0;
  max-width: 300px;
  background: black;
  border-left: solid 5px #D90000;
}

.chat.toggle {
  right: 0;
}

.chat-lines {
  position: absolute;
  top: 10px;
  left: 15px;
  right: 10px;
  bottom: 170px;
  overflow: auto;
}

.chat-send {
  position: absolute;
  margin: 0;
  left: 15px;
  right: 10px;
  bottom: 10px;
  height: 160px;
  padding: 0;
}

.chat-send__name {
  margin: 0 150px 0 0;
  /*width: 150px;*/
  /*float: left;*/
}

.chat-send__send {
  width: 150px;
  float: right;
}

.chat-send__message {
  /*margin: 0 150px 0 0;*/
}

.chat-send input, .chat-send textarea {
  background: none;
  border: 0;
  color: #fff;
  font-family: "Stratos Regular", sans-serif;
}

.chat-send__name input {
  text-transform: uppercase;
  font-size: 18px;
  height: 50px;
  width: 100%;
}

.chat-send__message textarea {
  font-size: 16px;
  line-height: 25px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  min-height: 100px;
  max-height: 100px;
}

.chat-send__send .button {
  border: none;
  min-width: auto;
  width: 100%;
}

.chat-line__name {
  font-size: 16px;
  text-transform: uppercase;
}

.chat-line__time {
  font-size: 16px;
  text-transform: uppercase;
  color: #a6a6a6;
}

.chat-line__message {
  font-size: 14px;
  line-height: 20px;
}

.chat-line {
  margin-bottom: 10px;
}

.chat-line:last-child {
  margin: 0;
}

.chat-toggle {
  width: 40px;
  height: 40px;
  background: #D90000;
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: -60px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 50%;
  font-size: 14px;
}

.chat-toggle:hover {
  background: #fff;
  color: #000;
}

.content {
  padding: 90px 0 0 0;
}

.contact__blocks {
  /*margin: 0 0 42px 0;*/
  /*padding-bottom: 12px;*/
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #0d0d0d;
}

.contact__blocks .columns {
  margin-bottom: 40px;
}

.contact__blocks .columns:last-child {
  margin-bottom: 0;
}

.contact__blocks:last-child {
  border: none;
  margin-bottom: 0;
}

.contact__block {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 36px 0;
  padding: 0 15px;
  width: 50%;
}

.contact__block:nth-child(2n+1) {
  padding-left: 0;
}

.contact__block:nth-child(2n+2) {
  padding-right: 0;
}

.contact-gray {
  color: #A6A6A6;
}

.contact-pre {
  /*font-size: 18px;*/
  /*line-height: 30px;*/
  /*font-family: $font-ex-bold;*/
  text-transform: uppercase;
  /*margin: 0 0 5px 0;*/
}

.contact-sub {
  text-transform: uppercase;
  margin: 0 0 2px 0;
}

.contact-title {
  font-size: 32px;
  line-height: 40px;
  /*margin-bottom: 14px;*/
  text-transform: uppercase;
  /*font-family: $font-ex-bold;*/
}

.contact-name {
  text-transform: uppercase;
  /*font-family: $font-ex-bold;*/
  /*margin: 10px 0 0 0;*/
}

.upper-link {
  font-family: "Stratos Regular", Arial, sans-serif;
  text-transform: uppercase;
  padding-right: 25px;
  position: relative;
}

.upper-link:before {
  width: 14px;
  height: 14px;
  border: solid 2px #fff;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 4px;
  transition: 0.3s border;
}

.upper-link:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  transition: 0.3s background;
  position: absolute;
  right: 5px;
  top: 9px;
}

.upper-link:hover:after {
  background-color: #D90000;
}

.upper-link:hover:before {
  border-color: #D90000;
}

.news-line {
  border-top: solid 1px #ccc;
  padding: 50px 0 45px 0;
  position: relative;
}
.news-line__date {
  font-family: "Stratos Regular", Arial, sans-serif;
  line-height: 55px;
  font-size: 48px;
  letter-spacing: -0.5px;
  color: #808080;
  display: block;
}
.news-line__title {
  font-family: "Stratos Regular", Arial, sans-serif;
  line-height: 55px;
  font-size: 48px;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}
.news-line__text {
  margin-top: 30px;
  max-width: 660px;
  display: block;
}
.news-line__img {
  line-height: 0;
  margin: 0 0 20px 0;
  display: block;
}
.news-line__img img {
  width: 100%;
}

.plus-text {
  margin: 0 0 50px;
  line-height: 75px;
  font-size: 72px;
  letter-spacing: -2px;
  font-family: "Stratos Regular", Arial, sans-serif;
}

.toggle {
  border-top: solid 1px #0d0d0d;
}

.toggle:last-child {
  border-bottom: solid 1px #0d0d0d;
}

.fancybox-container .toggle:last-child {
  /*border-bottom: 0;*/
}

.white .toggle, .white .toggle:last-child {
  border-color: #ccc;
}

.toggle-title {
  margin: 41px 0 41px 0;
  font-family: "Stratos Regular", Arial, sans-serif;
  line-height: 55px;
  font-size: 48px;
  letter-spacing: -1px;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  padding-left: calc(33.3333% + 10px);
}

.toggle-title:before, .toggle-title:after {
  display: block;
  content: "";
  height: 5px;
  width: 25px;
  position: absolute;
  top: 24px;
  left: 0;
  background: #fff;
  transition: 0.3s all;
}

.white .toggle-title:before, .white .toggle-title:after {
  background: #0d0d0d;
}

.toggle-title:after {
  transform: rotate(90deg);
}

.toggle-title--opened:after {
  transform: rotate(0);
}

.toggle-content {
  padding-bottom: 50px;
  display: none;
}

.toggle-title:hover {
  color: #D90000;
}

.toggle-title:hover:before, .toggle-title:hover:after {
  background: #D90000;
}

/*.toggle:last-child .exp-line:last-child {*/
/*  border-bottom: 0;*/
/*}*/
.toggle .exp-line:last-child {
  border-bottom: 0;
}

.toggle:last-child .toggle-content {
  /*padding-bottom: 0;*/
}

hr {
  color: #0d0d0d;
  background: #0d0d0d;
  margin: 0 0 42px;
  height: 1px;
  border: none;
}

.content-column {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 45px 0;
  padding: 0 15px;
  width: 50%;
}

.content-column--no-m {
  margin: 0;
}

.content-column img {
  max-width: 100%;
}

.content-column:nth-child(odd) {
  padding-left: 0;
}

.content-column:nth-child(even) {
  padding-right: 0;
}

.content-column ul {
  padding-left: 20px;
}

.content-column li {
  margin: 10px 0;
}

.plus-photo {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  line-height: 0;
}

.limiter {
  max-width: 660px;
}

.plus-photo img {
  max-width: 100%;
}

.plus-name {
  line-height: 40px;
  font-size: 32px;
  margin-top: 28px;
  text-transform: uppercase;
}

.plus-job {
  color: #A6A6A6;
}

.slider--top span {
  margin-right: 30px;
}

.slider--top img {
  height: calc(100vw - 110px);
  max-height: 760px;
}

.spectators-list {
  margin: 0 0 70px -40px;
}

.spectators-list li {
  line-height: 40px;
  font-size: 32px;
  letter-spacing: -1px;
  margin: 15px 0;
}

.spectators-teaser {
  font-family: "Stratos Regular", Arial, sans-serif;
  line-height: 75px;
  font-size: 72px;
  letter-spacing: -1px;
  margin: 42px 0 65px;
}

.spectators-rules {
  line-height: 40px;
  font-size: 32px;
  margin: 0 0 63px 0;
}

@media (max-width: 1280px) {
  /*.wrap {*/
  /*padding: 0 55px;*/
  /*}*/
  .main .global:after {
    width: calc(100% - 50px);
  }

  .header__burger {
    /*left: 55px;*/
  }

  .card__title {
    line-height: 40px;
    font-size: 32px;
    letter-spacing: 0;
  }

  .card__subtitle {
    /*line-height: 25px;*/
    /*font-size: 18px;*/
  }

  /*.header {*/
  /*width: 375px;*/
  /*}*/
  h1, .h1 {
    font-size: 96px;
    line-height: 120px;
  }

  h2, .h2 {
    font-size: 96px;
    line-height: 110px;
    /*margin-bottom: 24px;*/
  }

  h3, .h3 {
    font-size: 72px;
    line-height: 85px;
    letter-spacing: -1px;
    /*margin-bottom: 24px;*/
  }
}
@media (max-width: 1024px) {
  .event__description, .we-text, .plus-text, .spectators-teaser {
    line-height: 55px;
    font-size: 48px;
  }
}
@media (max-width: 1023px) {
  h1, .h1 {
    font-size: 96px;
    line-height: 120px;
    margin-bottom: 24px;
  }

  h2, .h2 {
    font-size: 72px;
    line-height: 85px;
    letter-spacing: 1px;
    /*margin-bottom: 24px;*/
  }

  h3, .h3 {
    font-size: 48px;
    line-height: 55px;
    margin-bottom: 24px;
    letter-spacing: 0;
  }

  .spectators-rules {
    font-size: 24px;
    line-height: 30px;
  }

  .column--alone {
    margin-left: 0;
    padding: 0;
    width: 100%;
    display: block;
  }

  /*.header {*/
  /*width: 350px;*/
  /*}*/
  /*.wrap {*/
  /*padding: 0 65px;*/
  /*}*/
  .slider--top img {
    height: calc(100vw - 130px);
  }

  .main .global:after {
    width: calc(100% - 70px);
  }

  .header__burger {
    /*left: 65px;*/
  }

  .toggle .event__people-line {
    margin: 0 0 20px 0;
  }

  .toggle .event__people-left {
    margin: 0;
  }

  .toggle .event__people-right, .toggle .event__people-center {
    font-size: 18px;
    line-height: 30px;
  }

  .header {
    min-width: 320px;
  }

  .fancybox-slide--html {
    padding: 0;
  }

  .event-line, .exp-line {
    padding: 35px 0 5px 0;
  }

  .event-line .column, .exp-line .column, .content .column {
    display: block;
    width: 100%;
  }

  .contact__block {
    display: block;
    width: auto;
    padding: 0;
    margin: 0 0 26px 0;
  }

  .event-line__date {
    width: auto;
    line-height: 30px;
    font-size: 18px;
    letter-spacing: 0;
    margin: 0 0 10px 0;
  }

  .event-line__title, .exp-line__title {
    line-height: 40px;
    font-size: 32px;
    margin: 0 0 10px 0;
  }

  .exp-line__item {
    padding: 0;
  }

  .exp-line__left {
    margin-top: 0;
  }

  .event-filter [data-format] {
    display: none;
  }

  .mobile-toggle[data-format] {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-indent: 100px;
    white-space: nowrap;
    padding: 12px;
  }

  .mobile-toggle > span {
    width: 16px;
    height: 16px;
    /*background: #fff;*/
    display: block;
    overflow: hidden;
    position: relative;
  }

  .mobile-toggle span:before, .mobile-toggle span:after {
    display: block;
    position: absolute;
    background: #fff;
    content: "";
    transition: 0.3s all cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  .mobile-toggle[data-format=cards] > span:before {
    width: 7px;
    height: 7px;
    left: 0;
    top: 0;
  }

  .mobile-toggle[data-format=cards] > span:after {
    width: 7px;
    height: 7px;
    right: 0;
    top: 0;
  }

  .mobile-toggle[data-format=cards] > span span:before {
    width: 7px;
    height: 7px;
    left: 0;
    bottom: 0;
  }

  .mobile-toggle[data-format=cards] > span span:after {
    width: 7px;
    height: 7px;
    right: 0;
    bottom: 0;
  }

  .mobile-toggle[data-format=list] > span:before {
    width: 16px;
    height: 2px;
    left: 0;
    top: 1px;
  }

  .mobile-toggle[data-format=list] > span:after {
    width: 16px;
    height: 2px;
    right: 0;
    top: 7px;
  }

  .mobile-toggle[data-format=list] > span span:before {
    width: 16px;
    height: 2px;
    left: 0;
    bottom: 1px;
  }

  .mobile-toggle[data-format=list] > span span:after {
    opacity: 0;
    width: 16px;
    height: 2px;
    right: 0;
    bottom: -4px;
  }

  .event-filter .jq-selectbox__select {
    display: block;
  }

  .mobile-filter {
    margin-right: 55px;
  }

  .mobile-filter:last-child {
    margin: 0;
  }

  .columns--filter:after {
    display: block;
    content: "";
    clear: both;
  }

  .columns--filter .column {
    display: block;
    width: 100%;
    float: left;
  }

  .columns--filter .column--66 {
    float: right;
  }

  .jq-selectbox__select, .jq-selectbox li {
    line-height: 30px;
    font-size: 24px;
  }

  .jq-selectbox li {
    display: inline-block;
  }

  .jq-selectbox__dropdown {
    width: auto !important;
  }

  .event__header h1 {
    line-height: 90px;
    font-size: 96px;
    left: 0;
    right: 0;
    margin-left: 0;
    letter-spacing: -2px;
  }

  .detail__meta {
    padding-bottom: 40px;
  }

  .event__description, .we-text {
    /*line-height: 60px;*/
    /*font-size: 64px;*/
    /*letter-spacing: -1px;*/
  }

  .event__detail {
    max-width: none;
    margin: 80px 0 0 25%;
    line-height: 25px;
    font-size: 16px;
  }

  .event__videos {
    margin: 100px 0 0 25%;
  }

  .man__detail {
    margin: 80px 0 50px;
  }

  .event__quote {
    line-height: 45px;
    font-size: 40px;
    margin-top: 65px;
  }

  .event__responses {
    /*margin: 80px 0 0 0;*/
    /*max-width: 660px;*/
  }

  .event__response {
    margin: 0 0 70px 0;
  }

  .event__response-text {
    line-height: 35px;
    font-size: 24px;
  }

  .event__response-author {
    line-height: 25px;
    font-size: 18px;
  }

  .event__people {
    width: auto;
  }

  .event-lines--more .event-line__item {
    /*width: 50%;*/
  }

  .event-lines--more .event-line__item:nth-child(3) {
    display: none;
  }

  .man-item {
    width: 33.333%;
  }

  .menu .column {
    width: 50%;
  }

  .social {
    width: 30px;
    height: 30px;
  }

  .menu__block {
    /*margin-bottom: 40px;*/
    /*padding-bottom: 40px;*/
  }

  .department {
    background-size: 30px auto;
    line-height: 20px;
    font-size: 16px;
    padding: 7px 0 7px 45px;
  }

  .menu__department {
    width: auto;
    padding: 0;
    display: block;
    margin: 0 0 25px 0;
  }

  .menu__department:last-child {
    margin: 0;
  }

  .menu__department br {
    display: none;
  }

  /*.partner {*/
  /*width: 33.333%;*/
  /*}*/
  .partner:nth-child(4n+1) {
    /*text-align: center;*/
  }

  .partner:nth-child(3n+1) {
    /*text-align: left;*/
  }

  /*.partner {*/
  /*width: 65px;*/
  /*margin-right: calc(100%/3 - 260px/3);*/
  /*}*/
  /*.partner:nth-child(4n + 4) {*/
  /*}*/
  .toggle-title {
    line-height: 40px;
    font-size: 32px;
    margin: 30px 0;
    letter-spacing: 0;
  }

  .toggle-title:before, .toggle-title:after {
    top: 17px;
  }

  .for-blind {
    line-height: 30px;
    font-size: 18px;
  }

  .event__more-title {
    line-height: 30px;
    font-size: 18px;
  }

  .news-line {
    padding: 21px 0 29px 0;
  }

  .news-line__date {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 6px 0;
  }

  .news-line__title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0;
    display: block;
  }

  .news-line__text {
    margin-top: 14px;
    max-width: none;
  }

  .fancybox-container .content {
    padding: 0;
  }

  .fancybox-container .slider--top img {
    height: auto !important;
    width: 100vw !important;
    max-height: none;
  }
}
@media (max-width: 767px) {
  /*.wrap {*/
  /*padding: 0 55px;*/
  /*}*/
  .slider--top img {
    height: calc(100vw - 110px);
  }

  .card__title {
    /*line-height: 60px;*/
    /*font-size: 56px;*/
    /*letter-spacing: -1px;*/
  }

  .card__subtitle {
    /*line-height: 25px;*/
    /*font-size: 16px;*/
  }

  .main .global:after {
    width: calc(100% - 50px);
  }

  .header__burger {
    /*left: 55px;*/
  }

  .wrap {
    width: calc(100% - 30px);
  }

  .fancybox-slide--html .fancybox-close-small {
    top: 13px;
    right: 18px;
  }

  .toggle-title {
    padding-left: 40px;
  }
}
@media (max-width: 480px) {
  h1, .h1 {
    /*font-size: 48px;*/
    /*line-height: 55px;*/
    font-size: 72px;
    line-height: 85px;
    letter-spacing: 0;
    margin-bottom: 24px;
  }

  .content h1, .content .h1 {
    margin-top: 0;
  }

  .slider--top {
    margin-bottom: 17px;
  }

  h2, .h2 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0;
  }

  h3, .h3 {
    font-size: 24px;
    line-height: 30px;
    /*margin-bottom: 24px;*/
  }

  .contact-title {
    font-size: 24px;
    line-height: 30px;
  }

  .spectators-teaser {
    /*font-size: 24px;*/
    /*line-height: 30px;*/
    margin: 25px 0 34px;
  }

  .spectators-rules {
    font-size: 18px;
    line-height: 30px;
  }

  .card__title {
    line-height: 35px;
    font-size: 32px;
    letter-spacing: 0;
  }

  .card__subtitle {
    line-height: 20px;
    font-size: 14px;
  }

  /*.wrap {*/
  /*padding: 0 25px;*/
  /*}*/
  .slider--top img {
    height: calc(100vw - 50px);
  }

  .main .global:after {
    width: calc(100% - 20px);
  }

  .header__burger {
    /*left: 25px;*/
  }
}
@media (max-width: 1200px) {
  .submenu li a {
    line-height: 40px;
    font-size: 32px;
  }

  .header {
    min-height: 50px;
  }

  .menu {
    top: 60px;
  }

  .menued .menu {
    top: 50px;
  }

  .search {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .filter {
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logo {
    font-size: 15px;
    line-height: 15px;
  }
}
@media (max-width: 1280px) {
  .event__header h1 {
    line-height: 100px;
    font-size: 104px;
  }
}
.mobile-toggle {
  display: none;
}

@media (max-width: 768px) {
  .mainmenu {
    position: static;
  }

  .submenu {
    position: static;
  }

  .page-404 .mainmenu li {
    margin: 0 0 5px 0;
  }

  .menu .column {
    display: block;
    width: auto;
    float: none;
  }

  .content-404 {
    padding-top: 60px;
  }

  .man__quote {
    margin: 80px 0 0 0;
  }

  .man-item {
    width: 50%;
  }

  .event__review-text {
    line-height: 45px;
    font-size: 40px;
  }

  .event__review-author {
    line-height: 25px;
    font-size: 16px;
  }

  .event__reviews {
    margin: 100px 0 0;
  }

  .event__detail {
    margin-left: 0;
    padding: 0;
  }

  .event__videos {
    margin-left: 0;
    padding: 0;
  }

  .man__detail {
    margin: 50px 0;
  }

  .event__header h1 {
    line-height: 70px;
    font-size: 72px;
    letter-spacing: -1px;
  }

  .content--actor h1 {
    line-height: 70px;
    font-size: 72px;
  }

  .detail__meta .column {
    width: 100%;
    margin: 0;
    display: block;
  }
  .detail__meta .column--button {
    width: 100%;
    margin: 16px 0 0 0;
  }
  .detail__meta .column--button .button {
    width: 100%;
  }

  .column--alone {
    width: 100%;
    margin: 0;
    display: block;
    padding: 0;
  }

  .man__preview {
    padding: 0;
  }

  .detail__meta .br-comma {
    display: inline;
  }

  .detail__meta .br-comma:before {
    display: inline;
    content: ",";
  }

  .event__description, .we-text {
    /*line-height: 50px;*/
    /*font-size: 56px;*/
  }

  div.event__item-date, div.event__item-place, div.event__item-time {
    display: block;
    padding: 0;
    width: auto;
    text-align: left;
  }

  .event__item {
    position: relative;
    min-height: 90px;
  }

  .event__item-button {
    width: auto;
    top: 20px;
    right: 0;
    position: absolute;
  }

  .event__item-date .premier {
    margin-left: 10px;
  }

  .content-column {
    display: block;
    width: auto;
    padding: 0;
  }
}
@media (max-width: 560px) {
  .event__response-text {
    line-height: 25px;
    font-size: 18px;
  }

  .event__quote {
    line-height: 30px;
    font-size: 24px;
    margin-top: 55px;
  }

  .event__items {
    /*margin-top: 50px;*/
  }

  .event__item {
    padding: 30px 0;
  }

  .event__item-button {
    position: static;
    margin-top: 20px;
    width: auto;
  }

  .event__item > div.event__item-button {
    display: block;
  }

  .event__item-button .button {
    display: block;
    width: auto;
  }

  .detail__actions {
    top: 28px;
    height: 20px;
  }

  .action--share {
    overflow: hidden;
    width: 20px;
    height: 20px;
    padding-left: 20px;
    white-space: nowrap;
    text-indent: 100px;
  }

  .event-lines--more .event-line__item {
    /*width: 100%;*/
  }

  .event-lines--more .event-line__item:nth-child(2) {
    /*display: none;*/
  }

  .header {
    /*padding: 15px 0;*/
  }

  .header__burger {
    /*top: 0;*/
    /*width: 20px;*/
    /*height: 20px;*/
  }

  .header__burger:before, .header__burger:after {
    /*width: 18px;*/
    /*height: 3px;*/
  }

  .header__burger:after {
    /*transform: translate(-50%, -4px);*/
  }

  .header__burger:before {
    /*transform: translate(-50%, 4px);*/
  }

  .header__burger:hover:after {
    /*transform: translate(-50%, -6px);*/
  }

  .header__burger:hover:before {
    /*transform: translate(-50%, 6px);*/
  }

  .menued .header__burger:before {
    /*transform: translate(-50%, -1px) rotate(-45deg);*/
  }

  .menued .header__burger:after {
    /*transform: translate(-50%, 2px) rotate(45deg);*/
  }

  .main .global:after {
    min-height: 50px;
  }
}
@media (max-width: 480px) {
  .global {
    /*position: fixed;*/
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*overflow: auto;*/
    /*-webkit-overflow-scrolling: touch;*/
  }

  .menued, .fancybox-active.lock {
    overflow: hidden;
    position: fixed;
  }

  .fancybox-container .content {
    padding: 0;
  }

  .man-item {
    width: 100%;
  }

  .event__people-left, .event__people-right {
    width: auto;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    max-width: none;
  }

  .event__people-right {
    margin: 0 0 20px 0;
  }

  .event__people-right div {
    padding: 0;
  }

  .toggles--event {
    margin-top: 32px;
  }

  .event__description {
    margin: 27px 0;
  }

  .event__description, .we-text, .plus-text, .spectators-teaser {
    line-height: 40px;
    font-size: 32px;
    letter-spacing: 0;
  }

  .event__header h1 {
    line-height: 55px;
    font-size: 48px;
    left: 25px;
    right: 25px;
    letter-spacing: 0;
  }

  .content--actor h1 {
    line-height: 55px;
    font-size: 48px;
  }

  body {
    /*line-height: 20px;*/
    /*font-size: 14px;*/
  }

  span.premier {
    /*line-height: 16px;*/
    /*padding: 0 2px;*/
  }

  .event-line__item {
    padding: 0;
    margin-bottom: 26px;
  }

  .event-line {
    padding: 17px 0 3px 0;
  }

  .event-lines--team .man-items {
    margin-bottom: 25px;
  }

  .event-line__date {
    /*line-height: 30px;*/
    /*font-size: 18px;*/
    /*letter-spacing: 0;*/
  }

  .event-line__title {
    display: block;
    /*line-height: 35px;*/
    /*font-size: 32px;*/
    /*margin: 0 0 10px 0;*/
  }

  .event-line__image {
    /*transition: .3s all;*/
    display: block;
    margin: 0;
    padding-top: 0;
  }

  .event-line__info {
    padding: 0;
  }

  .event-line__info > div {
    padding: 0;
  }

  .event-lines--cards .event-line__info {
    padding: 0;
    margin: 0;
    position: static;
  }

  .fancybox-content .event-lines--more .event-line__info {
    margin-left: 0;
  }

  .event-line__time {
    position: static;
    /*margin-top: 10px;*/
    /*text-align: left;*/
  }

  .event-line__time span {
    display: inline;
  }

  .event-line__time span:before {
    content: ",";
    display: inline;
  }

  .event-lines--cards .column--66 {
    padding: 0;
  }

  .event-lines--cards .event-line__image {
    margin: 0 0 15px 0;
    position: static;
    padding-top: 100% !important;
    width: 100% !important;
  }

  .event-lines--cards .event-line__item {
    padding: 0 15px;
    width: 100%;
  }

  .event-lines--more .event-line__item {
    padding: 0 !important;
  }

  .mobile-filter {
    margin-right: 40px;
  }

  .jq-selectbox__select {
    /*padding: 0 25px 0 0;*/
    /*height: 20px;*/
  }

  .jq-selectbox__select, .jq-selectbox li {
    /*line-height: 20px;*/
    /*font-size: 18px;*/
  }

  .jq-selectbox__trigger {
    /*width: 20px;*/
    /*height: 20px;*/
  }

  .jq-selectbox__trigger-arrow {
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
  }

  .columns--filter {
    padding: 0 0 20px 0;
  }

  .main .global {
    padding-top: 80px;
  }

  .main .global:after {
    top: 10px;
  }

  .header {
    top: 10px;
    left: 15px;
    right: 15px;
    margin: 0;
    transform: none;
    width: auto;
    min-width: auto;
    transition: 0.3s all;
  }

  .menued .header {
    top: 0;
    left: 0;
    right: 0;
  }

  .menu {
    /*top: 60px;*/
    /*left: 15px;*/
    /*right: 15px;*/
    /*margin: 0;*/
    /*transform: none;*/
    /*width: auto;*/
    /*min-width: auto;*/
    /*max-height: calc(100vh - 50px);*/
    max-height: none;
    bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
  }

  .content {
    padding: 80px 0 0 0;
  }

  .event .header {
    /*background: none;*/
    /*box-shadow: none;*/
  }

  .event__header {
    height: auto;
    min-height: auto;
  }

  .event__header .wrap {
    height: auto;
  }

  .event__header-pic {
    height: 100vw;
    position: relative;
  }

  .event__header h1, .white .event__header h1 {
    position: static;
    color: #0D0D0D;
    margin: 0;
    border-bottom: solid 1px #CCCCCC;
    padding: 27px 0 23px 0;
  }

  .detail__meta {
    padding: 32px 35px 28px 0;
  }
  .detail__meta--online {
    padding: 24px 0;
  }

  .detail__meta--man {
    padding: 32px 35px 0 0;
  }

  .detail__meta--man .columns {
    padding-bottom: 32px;
  }

  .detail__actions {
    top: 32px;
  }
}
@media (min-width: 1023px) {
  /*
    .fancybox-content .wrap {
      width: calc(100% - 230px);
    }
    .fancybox-content .column {
      width: calc(33.33333% - 38px);
    }
    .fancybox-content .event__item-date {
      width: calc(33.33333% - 43px);
    }
    .fancybox-content .event__item-time {
      width: 15%;
    }
    .fancybox-content .event__item-button {
      width: calc(26.66666% + 43px);
    }
    .fancybox-content .column--66 {
      width: calc(66.66666% - 76px);
    }
    .fancybox-content .event__header h1 {
      left: calc(33.33333% - 38px);
    }
    .fancybox-content .column--alone {
      width: 66.6666%;
      width: calc(66.66666% + 42px);
      margin-left: 33.3333%;
      margin-left: calc(33.3333% - 42px);
    }
    .fancybox-content .column--h1 {
      width: auto;
      margin: 0;
      margin-right: 33.3333%;
      margin-right: calc(33.3333% - 42px);
    }
  */
  .fancybox-content .wrap {
    width: calc(100% - 230px);
  }

  .fancybox-content .column {
    width: calc(33.33333% - 38px);
  }

  .fancybox-content .event__item-date {
    width: calc(33.33333% - 43px);
  }

  .fancybox-content .event__item-button {
    width: calc(26.66666% + 43px);
  }

  .fancybox-content .column--66 {
    width: calc(66.66666% - 76px);
  }

  .fancybox-content .event__header h1 {
    left: calc(33.33333% - 38px);
  }

  .fancybox-content .column--alone {
    width: 66.6666%;
    width: calc(66.66666% + 42px);
    margin-left: 33.3333%;
    margin-left: calc(33.3333% - 42px);
  }
}
@media (max-width: 1023px) {
  .fancybox-content .wrap {
    width: calc(100% - 90px);
  }
}
@media (max-width: 767px) {
  .fancybox-content .wrap {
    width: calc(100% - 30px);
  }

  .fancy-listim .fancybox-slide--iframe .fancybox-content {
    max-width: 100%;
    max-height: 100%;
  }
}
.fancy-listim .fancybox-slide {
  padding: 0;
}

.widget {
  max-width: 600px;
  padding: 20px;
  margin: 20px 0;
}

.cabinet-line {
  padding: 40px 0;
  border-top: 1px solid #333333;
}
@media (max-width: 1023px) {
  .cabinet-line {
    padding: 24px 0;
  }
}
.cabinet-line__label {
  font-size: 18px;
  line-height: 20px;
  color: #A6A6A6;
}
@media (max-width: 1023px) {
  .cabinet-line__label {
    margin: 0 0 8px 0;
    font-size: 16px;
    line-height: 20px;
  }
}
.cabinet-line__value {
  font-size: 48px;
  line-height: 55px;
  text-transform: uppercase;
  color: #0D0D0D;
}
@media (max-width: 1023px) {
  .cabinet-line__value {
    font-size: 24px;
    line-height: 32px;
  }
}
.cabinet-line:last-child {
  border-bottom: 1px solid #333333;
}
.cabinet-line .columns {
  align-items: center;
}

.auth-form {
  margin: 20px 0;
}
.auth-field input {
  font-family: "Stratos Regular", Arial, sans-serif;
  padding: 40px 0;
  background: none;
  border: 0;
  margin: 0;
  -webkit-appearance: none;
  border-bottom: 1px solid #333333;
  font-size: 48px;
  line-height: 55px;
  text-transform: uppercase;
  color: #0d0d0d;
}
@media (max-width: 767px) {
  .auth-field input {
    padding: 20px 0;
    font-size: 32px;
    line-height: 40px;
  }
}
.auth-field input::placeholder {
  color: #A6A6A6;
  opacity: 1;
}
.auth-button {
  margin: 60px 0 0 0;
}
@media (max-width: 767px) {
  .auth-button {
    margin: 20px 0 0 0;
  }
}
.auth-link {
  margin: 20px 0 0 0;
}
.auth-link a {
  text-decoration: underline;
}
.auth-registration {
  margin: 100px 0 0 0;
  font-size: 48px;
  line-height: 55px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .auth-registration {
    margin: 40px 0 0 0;
    font-size: 32px;
    line-height: 40px;
  }
}

/*# sourceMappingURL=template_styles.css.map */

/* End */
/* /local/js/admin.css?16807455701973 */
/* /local/templates/gogol-new-2/js/jquery.formstyler.css?16807455702175 */
/* /local/templates/gogol-new-2/js/jquery.formstyler.theme.css?168074557010829 */
/* /local/templates/gogol-new-2/js/jquery.fancybox.css?168074557017388 */
/* /local/templates/gogol-new-2/template_styles.css?168074557076276 */
