/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v35-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/open-sans-v35-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v35-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/open-sans-v35-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}





/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.links-list,
.dates,
.news-titles,
.breadcrumbs,
.main-nav,
.main-nav ul,
.footer .columns ul,
.social-networks,
.footer-bottom ul,
.articles-list,
.desc-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap; /* 1 */
    text-overflow: ellipsis; /* 2 */
    overflow: hidden;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
    max-height: 1000000px;
}

body {
    color: #3f403a;
    background: #fff;
    font: 16px/1.44 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
}

.gm-style img {
    max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
    font-family: inherit;
    font-weight: bold;
    margin: 0 0 .5em;
    color: inherit;
}

h1,
.h1 {
    font-size: 30px;
}

h2,
.h2 {
    font-size: 27px;
    line-height: 1.25;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 21px;
}

h5,
.h5 {
    font-size: 17px;
}

h6,
.h6 {
    font-size: 15px;
}

p {
    margin: 0 0 1em;
}

a {
    color: #e12032;
    text-decoration: none;
    -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, color .3s ease-in-out, background .3s ease-in-out, box-shadow .3s ease-in-out, border .3s ease-in-out;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out, color .3s ease-in-out, background .3s ease-in-out, box-shadow .3s ease-in-out, border .3s ease-in-out;
}

a:hover {
    color: #b61827;
}

a:focus {
    outline: none;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    border: 1px solid #999;
    padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
    border-color: #000;
    outline: none;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
    color: #999;
}

select {
    -webkit-border-radius: 0;
}

textarea {
    resize: vertical;
    vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="file"]:focus,
input[type="submit"]:focus {
    outline: none;
}

@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon/icomoon.eot?irs53r");
    src: url("../fonts/icomoon/icomoon.eot?irs53r#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?irs53r") format("truetype"), url("../fonts/icomoon/icomoon.woff?irs53r") format("woff"), url("../fonts/icomoon/icomoon.svg?irs53r#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1; /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
    content: "\e900";
}

.icon-instagram:before {
    content: "\e901";
}

.icon-ribbon:before {
    content: "\e902";
}

.icon-search:before {
    content: "\e903";
}

.icon-tiktok:before {
    content: "\e904";
}

.icon-triangle:before {
    content: "\e905";
}

.icon-youtube:before {
    content: "\e906";
}

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;
    -webkit-transform: translateZ(0);
    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: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    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;
    -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
    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;
    -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
    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;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    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;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    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 {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    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;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-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: grab;
}

.fancybox-is-grabbing .fancybox-content {
    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;
    -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;
    -webkit-transition: color .2s;
    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);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    -webkit-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    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;
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
}

/* Caption */

.fancybox-caption {
    background: -webkit-linear-gradient(bottom, 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%);
    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;
}

.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 {
    -webkit-animation: fancybox-rotate 1s linear infinite;
    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;
}

/* Transition effects */

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    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;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

/* 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;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-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;
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    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 */

#wrapper {
    position: relative;
    overflow: hidden;
}

.container {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 15px;
}

.main {
    padding-top: 60px;
}

ul {
    padding-left: 15px;
}

ul li {
    margin-bottom: 6px;
}

.text-base_color {
    color: #3f403a;
}

.text-base_color a {
    color: inherit;
}

.text-base_color a:hover {
    color: #000;
}

.text-green {
    color: #2b955b;
}

.text-green a {
    color: inherit;
}

.text-green a:hover {
    color: #206d43;
}

.text-red {
    color: #e12032;
}

.text-red a {
    color: inherit;
}

.text-red a:hover {
    color: #b61827;
}

.text-blue {
    color: #0e63c7;
}

.text-blue a {
    color: inherit;
}

.text-blue a:hover {
    color: #0b4b97;
}

a.text-green {
    color: #2b955b;
}

a.text-green:hover {
    color: #206d43;
}

a.text-red {
    color: #e12032;
}

a.text-red:hover {
    color: #b61827;
}

a.text-blue {
    color: #0e63c7;
}

a.text-blue:hover {
    color: #0b4b97;
}

a.text-base_color {
    color: #3f403a;
}

a.text-base_color:hover {
    color: #000;
}

.banner {
    background-size: cover;
    background-position: 40% 50%;
    background-repeat: no-repeat;
    text-align: center;
}

.banner .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 576px;
    padding-bottom: 56px;
    padding-top: 50px;
}

.banner .content-wrap {
    position: relative;
    width: 100%;
    font-size: 22px;
    line-height: 1.2;
}

.banner h1 {
    margin: 0;
}

.banner h1 span {
    display: inline-block;
    vertical-align: top;
    background: rgba(225, 32, 50, .9);
    color: #fff;
    padding: 1px 15px 3px;
}

.banner p {
    margin: 0;
}

.banner p span {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    padding: 5px 14px;
}

.banner .logo-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .29);
    padding: 18px;
    margin: 0 auto 20px;
}

.banner .logo-wrap img {
    margin: -5px 0 0 2px;
}

.links-list {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.18;
    padding: 16px 0 0;
}

.links-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 17px;
}

.links-list li .icon-triangle {
    position: absolute;
    top: 2px;
    left: 0;
}

.links-list a:hover {
    text-decoration: underline;
}

.video-hold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    height: 410px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    color: #fff;
    text-decoration: none;
    z-index: 1;
    padding: 15px;
    margin-bottom: 22px;
}

.video-hold:after {
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: -1;
    -webkit-transition: top .3s ease-in-out;
    transition: top .3s ease-in-out;
}

.video-hold img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 5px 0 0 10px;
}

.video-hold .h2 {
    font-weight: 400;
    margin: 0;
}

.video-hold:hover {
    text-decoration: underline;
    color: #fff;
}

.video-hold:hover:after {
    top: 0;
}

.intro-section {
    padding: 60px 0 40px;
}

.intro-section .video-hold + .text-hold {
    padding-right: 32px;
}

.dates-section {
    background: #eee;
    padding: 40px 0;
}

.dates-section h2 {
    margin-bottom: 20px;
}

.dates-section .btn {
    min-width: 240px;
}

.dates {
    line-height: 1.18;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px 10px;
}

.dates li {
    width: 100%;
    padding: 0 15px 30px;
    margin: 0;
}

.dates .up-wrap {
    background: #c8c8c8;
    color: #000;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 7px 7px 0 0;
    padding: 14px 17px;
}

.dates .up-wrap time {
    display: block;
    font-size: 14px;
}

.dates .up-wrap .title {
    display: block;
    font-weight: 700;
    font-size: 22px;
}

.dates .up-wrap .ball-mark {
    position: absolute;
    top: -30px;
    right: -17px;
    opacity: .2;
    z-index: -1;
}

.dates .bottom-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dates .bottom-wrap .add-wrap {
    background: #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 82px;
    border: 1px solid #e12032;
    border-radius: 0 0 0 7px;
    color: #e12032;
}

.dates .bottom-wrap .add-wrap .add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #e12032;
    width: 30px;
    border-radius: 0 0 0 6px;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.dates .bottom-wrap .add-wrap .num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    width: calc(100% - 30px);
}

.dates .bottom-wrap .add-wrap:hover {
    border-color: #b90718;
    color: #b90718;
}

.dates .bottom-wrap .add-wrap:hover .add {
    background: #b90718;
}

.dates .bottom-wrap .login-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #e12032;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0 0 7px 0;
    width: calc(100% - 84px);
    position: relative;
    padding: 6px 24px;
}

.dates .bottom-wrap .login-wrap .icon-triangle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 11px;
    font-size: 8px;
}

.dates .bottom-wrap .login-wrap:hover {
    background: #b90718;
}

.dates.type-two {
    display: block;
    margin: 0 0 53px;
}

.dates.type-two li {
    width: 100%;
    border-top: 1px solid #d9d9d9;
    padding: 11px 0;
}

.dates.type-two .up-wrap {
    background: none;
    padding: 0 0 12px;
    border-radius: 0;
}

.dates.type-two .up-wrap time {
    margin-bottom: 2px;
}

.dates.type-two .bottom-wrap .add-wrap {
    background: none;
    border-radius: 0;
}

.dates.type-two .bottom-wrap .add-wrap .add {
    border-radius: 0;
}

.dates.type-two .bottom-wrap .login-wrap {
    border-radius: 0;
    padding-top: 7px;
    padding-bottom: 7px;
}

.btn {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    background: #e12032;
    color: #fff;
    border-radius: 8px;
    padding: 16px;
    text-align: center;
}

.btn:hover {
    background: #b90718;
    color: #fff;
}

.btn.lg {
    font-size: 18px;
    padding: 18px;
}

.news-section {
    padding: 60px 0 40px;
}

.news-section h2 {
    margin-bottom: 32px;
}

.news-titles {
    margin-bottom: 26px;
}

.news-titles li {
    border-bottom: 1px solid #d9d9d9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 14px 0;
    margin: 0;
}

.news-titles li:first-child {
    border-top: 1px solid #d9d9d9;
}

.news-titles li time {
    width: 124px;
}

.news-titles li time + a {
    width: calc(100% - 124px);
}

.news-titles li a {
    color: inherit;
    font-weight: 700;
}

.news-titles li a:hover {
    text-decoration: underline;
    color: #000;
}

.link {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    padding-left: 25px;
}

.link .icon-triangle {
    position: absolute;
    top: 2px;
    left: 0;
}

.link:hover {
    text-decoration: underline;
}

.article-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 60px 0 20px;
}

.article-row .col {
    width: 100%;
    padding: 0 15px 30px;
}

.article-wrap {
    display: block;
    color: #3f403a;
    padding-right: 32px;
}

.article-wrap .img {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding-top: 67%;
    margin-bottom: 31px;
    margin-right: -32px;
}

.article-wrap .title {
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    color: #e12032;
    margin-bottom: 17px;
}

.article-wrap .more {
    display: inline-block;
    vertical-align: top;
    color: #e12032;
    font-weight: 700;
    margin-left: 4px;
}

.article-wrap:hover {
    color: #000;
}

.article-wrap:hover .more,
.article-wrap:hover .title {
    color: #c12634;
}

.article-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    color: #fff;
    text-decoration: none;
    z-index: 1;
    padding: 15px;
    margin-bottom: 22px;
    height: 410px;
}

.article-img:after {
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: -1;
    -webkit-transition: top .3s ease-in-out;
    transition: top .3s ease-in-out;
}

.article-img .h2 {
    font-weight: 400;
    max-width: 655px;
    margin: 0;
}

.article-img:hover {
    text-decoration: underline;
    color: #fff;
}

.article-img:hover:after {
    top: 0;
}

.sponser-section {
    background: #eee;
    padding: 34px 0;
    margin-bottom: 59px;
    text-align: center;
}

.sponser-section .title {
    display: block;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    color: #e12032;
    margin-bottom: 18px;
}

.sponser-section .logo-wrap {
    background: #dedede;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 162px;
    padding: 14px;
    margin-bottom: 20px;
}

/*.sponser-section .main-sponser .logo-wrap {
    padding: 26px 18px;
}*/

.sponser-section .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -6px;
}

.sponser-section .row .col {
    padding: 0 6px;
}

.sponser-section .media-partner .title {
    color: #3f403a;
    font-size: 18px;
}

.side-fixed-links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 45px;
    background: #e12032;
    color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .29);
    border-radius: 8px 0 0 8px;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 10px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    position: fixed;
    top: 134px;
    right: 42px;
    z-index: 9;
}

.side-fixed-links a + a {
    top: 190px;
}

.side-fixed-links a + a + a {
    top: 246px;
}

.side-fixed-links a:hover {
    -webkit-transform: translateX(42px);
    -ms-transform: translateX(42px);
    transform: translateX(42px);
}

.side-fixed-links a .img {
    width: 23px;
}

.side-fixed-links .text {
    margin-left: 12px;
}

.breadcrumbs {
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    padding: 50px 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.breadcrumbs li {
    margin-bottom: 8px;
}

.breadcrumbs li:before {
    display: inline-block;
    vertical-align: top;
    content: ">";
    margin: 0 7px 0 8px;
    font-weight: 400;
}

.breadcrumbs li:first-child:before {
    display: none;
}

.breadcrumbs a {
    text-decoration: underline;
    color: inherit;
    font-weight: 400;
}

.breadcrumbs a:hover {
    color: #e12032;
}

.lg-img-hold {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #d9d9d9;
    padding-top: 55%;
    margin-bottom: 35px;
}

.sm-img-hold {
    display: block;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 194px;
    margin: 4px 0 18px;
}

.sm-img-hold .ico-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, .6);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    font-size: 23px;
    line-height: 1;
    position: absolute;
    bottom: 6px;
    right: 6px;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.sm-img-hold:hover .ico-wrap {
    background: rgba(0, 0, 0, .8);
}

.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: #e12032;
    color: #fff;
    height: 60px;
    z-index: 999;
}

.header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header a {
    color: inherit;
    text-decoration: none;
}

.header .rt-hold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
}

.header .lang-wrap {
    font-size: 22px;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
}

.header .lang-wrap a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 52px;
    height: 60px;
    background: #d21e2f;
    color: #fff;
}

.header .lang-wrap a:hover {
    background: #b30910;
}

.lang-active .header .lang-wrap a.lang-opener {
    background: #b30910;
}

.header .lang-wrap .lang-drop {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.header .lang-wrap .lang-drop a {
    background: #b90718;
}

.header .lang-wrap .lang-drop a:hover {
    background: #e12032;
}

.lang-active .header .lang-wrap .lang-drop {
    opacity: 1;
    visibility: visible;
}

.logo {
    width: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .16);
    border-radius: 0 0 8px 8px;
    opacity: 1;
    position: relative;
    z-index: 2;
}

.logo a {
    display: block;
    padding: 22px 12px 11px;
}

.logo img {
    width: 116px;
    height: 34px;
}

.burger-menu {
    display: block;
    font-size: 0;
    line-height: 0;
    position: relative;
    width: 36px;
    height: 24px;
    margin-left: 10px;
}

.burger-menu:before,
.burger-menu:after,
.burger-menu span {
    background: #fff;
    height: 3px;
    border-radius: 4px;
    position: absolute;
    left: 0;
    right: 0;
}

.burger-menu:before,
.burger-menu:after {
    content: "";
    top: 0;
}

.burger-menu span {
    top: 10px;
}

.burger-menu:after {
    top: 20px;
}

.burger-menu:hover {
    opacity: .8;
}

.burger-menu.close {
    width: 40px;
    height: 40px;
    margin: 0 -8px 28px auto;
}

.burger-menu.close:before,
.burger-menu.close:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 18px;
    height: 4px;
}

.burger-menu.close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.burger-menu.close span {
    display: none;
}

.nav-slide {
    background: #b90718;
    position: fixed;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    right: 0;
    width: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    padding: 20px;
    z-index: 99;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.nav-active .nav-slide {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.nav-slide .search-form {
    position: relative;
    margin-bottom: 40px;
}

.nav-slide .search-form input[type="search"] {
    display: block;
    width: 100%;
    height: 48px;
    background: #fff;
    border: 0;
    border-radius: 5px;
    font-size: 22px;
    line-height: 1.18;
    padding-left: 56px;
    color: #3f403a;
}

.nav-slide .search-form input[type="search"]::-webkit-input-placeholder {
    color: #3f403a;
}

.nav-slide .search-form input[type="search"]::-moz-placeholder {
    opacity: 1;
    color: #3f403a;
}

.nav-slide .search-form input[type="search"]:-moz-placeholder {
    color: #3f403a;
}

.nav-slide .search-form input[type="search"]:-ms-input-placeholder {
    color: #3f403a;
}

.nav-slide .search-form input[type="search"].placeholder {
    color: #3f403a;
}

.nav-slide .search-form button[type="submit"] {
    background: none;
    border: 0;
    color: #3f403a;
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    font-size: 24px;
    line-height: 1;
}

.main-nav {
    font-size: 22px;
    line-height: 1.18;
    font-weight: 700;
    margin-bottom: 56px;
}

.main-nav li {
    border-bottom: 1px solid #fff;
    margin: 0;
}

.main-nav li:first-child {
    border-top: 1px solid #fff;
}

.main-nav li.submenu-active a.submenu-opener:after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

.main-nav a {
    display: block;
    padding: 12px 0;
}

.main-nav a.submenu-opener {
    position: relative;
    padding-right: 30px;
}

.main-nav a.submenu-opener:after {
    position: absolute;
    top: 50%;
    right: 1px;
    content: "\e905";
    color: #fff;
    font: 20px/1 "icomoon";
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.main-nav a:hover {
    opacity: .8;
}

.main-nav ul {
    font-weight: 400;
    padding: 4px 0 24px;
}

.main-nav ul li {
    border: 0;
    margin-bottom: 1px;
}

.main-nav ul li:first-child {
    border-top: 0;
}

.main-nav ul a {
    padding: 4px 0;
}

.footer {
    background: #3f403a;
    color: #fff;
    font-size: 13px;
    line-height: 1.31;
}

.footer a {
    color: inherit;
}

.footer a:hover {
    opacity: .8;
}

.footer > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer .title {
    display: block;
    font-weight: 700;
}

.footer address {
    font-style: normal;
}

.footer .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 28px 0 8px;
    width: 100%;
}

.footer .columns .col {
    margin-bottom: 20px;
    margin-right: 60px;
}

.footer .columns ul li {
    position: relative;
    padding-left: 14px;
    margin: 0;
}

.footer .columns ul li .icon-triangle {
    position: absolute;
    font-size: 8px;
    top: 5px;
    left: 3px;
}

.footer .columns ul a:hover {
    text-decoration: underline;
}

.footer .mail {
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    text-decoration: underline;
}

.social-networks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -6px;
    margin-bottom: 20px;
}

.social-networks li {
    margin: 0 4px 0 0;
}

.social-networks a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 58px;
    height: 110px;
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 40px;
    padding-bottom: 10px;
}

.social-networks a .icon-ribbon {
    color: #3b5998;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-left: -2px;
    font-size: 106px;
    z-index: -1;
}

.social-networks a:hover {
    opacity: 1;
}

.social-networks a:hover .icon-ribbon {
    color: #173e77;
}

.social-networks a.ig .icon-ribbon {
    color: #4579a5;
}

.social-networks a.ig:hover .icon-ribbon {
    color: #36648a;
}

.social-networks a.yt {
    font-size: 44px;
}

.social-networks a.yt .icon-ribbon {
    color: #e12032;
}

.social-networks a.yt:hover .icon-ribbon {
    color: #b90718;
}

.social-networks a.tt {
    font-size: 42px;
}

.social-networks a.tt .icon-ribbon {
    color: #4fd7dc;
}

.social-networks a.tt:hover .icon-ribbon {
    color: #38bdc2;
}

.footer-bottom {
    background: #1c1d18;
    padding: 10px 0;
}

.footer-bottom span {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.footer-bottom ul {
    display: inline-block;
    vertical-align: top;
}

.footer-bottom ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 11px 2px 0;
}

.footer-bottom ul a {
    text-decoration: underline;
}

.two-columns {
    margin-bottom: 60px;
}

.two-columns .logo-hold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100px;
    background: #eee;
    width: 140px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    margin: 0 0 14px;
    -webkit-transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
}

.two-columns .logo-hold img {
    border-radius: 8px;
}

.two-columns .main-content {
    margin-bottom: 50px;
}

.two-columns .main-content .content-block {
    margin-bottom: 30px;
    padding-right: 32px;
}

.two-columns .main-content h2 {
    margin-bottom: 22px;
}

.two-columns .main-content h3 {
    font-size: 22px;
    margin-bottom: 14px;
}

.two-columns .main-content .in-block {
    margin-bottom: 35px;
    padding-right: 32px;
}

.two-columns .main-content .in-block p {
    margin-bottom: 24px;
}

.two-columns .main-content .btn.lg {
    display: block;
}

.two-columns .side-content {
    font-size: 14px;
    line-height: 1.36;
}

.two-columns .side-content .box-wrap {
    background: #eee;
    margin-bottom: 30px;
}

.two-columns .side-content .box-title {
    display: block;
    background: #e12032;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    padding: 8px 20px;
}

.two-columns .side-content .content-wrap {
    padding: 17px 20px 5px;
}

.two-columns .side-content .video-hold {
    height: auto;
    padding: 0;
    padding: 67% 0 0;
    margin-top: 4px;
    margin-bottom: 18px;
}

.two-columns .side-content .video-hold img {
    width: 82px;
    height: 92px;
}

.two-columns .side-content .video-hold:after {
    top: 50%;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.two-columns .side-content .video-hold:hover:after {
    opacity: .7;
}

.two-columns .side-content .title {
    display: block;
    font-size: 18px;
    line-height: 1.27;
    font-weight: 700;
    margin-bottom: 12px;
}

.two-columns .side-content address {
    font-style: normal;
    margin: 0 0 14px;
}

.two-columns .side-content address a {
    color: inherit;
}

.two-columns .side-content address a.mail {
    font-weight: 700;
    text-decoration: underline;
}

.two-columns .side-content address a:hover {
    color: #000;
}

.two-columns .side-content .links-list {
    font-size: 14px;
    padding: 4px 0 6px;
}

.two-columns .side-content .links-list li {
    padding-left: 16px;
    margin-bottom: 8px;
}

.two-columns .side-content .links-list li .icon-triangle {
    top: 3px;
    left: 1px;
    font-size: 11px;
}

.heading-block {
    font-size: 18px;
    line-height: 1.27;
    margin-bottom: 40px;
    padding-right: 32px;
}

.heading-block h1 {
    margin-bottom: 28px;
}

.heading-block.with-logo .logo-hold {
    margin-top: 30px;
}

.articles-list {
    font-size: 18px;
    line-height: 1.27;
}

.articles-list li {
    border-top: 1px solid #d9d9d9;
    padding: 20px 0;
    padding-right: 32px;
    margin: 0;
}

.articles-list li:first-child {
    border-top: 0;
}

.articles-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #3f403a;
}

.articles-list a:hover {
    color: #000;
}

.articles-list a:hover .title {
    color: #b61827;
}

.articles-list a:hover .logo-hold {
    box-shadow: 0 0 8px rgba(0, 0, 0, .19);
}

.articles-list .title {
    display: block;
    color: #e12032;
    font-weight: 700;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.articles-list time {
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.articles-list .text-wrap {
    width: 100%;
    padding-right: 20px;
}

.articles-list .text-wrap p {
    margin: 0;
}

.desc-list {
    margin-bottom: 32px;
}

.desc-list li {
    border-bottom: 1px solid #d9d9d9;
    padding: 11px 0;
    margin: 0;
}

.desc-list li:first-child {
    border-top: 1px solid #d9d9d9;
}

.sponser-block {
    margin-bottom: 43px;
}

.sponser-block .wrap {
    margin-bottom: 40px;
}

.sponser-block .img {
    background: #eee;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 18px;
    margin-bottom: 18px;
}

.sponser-block .img.light-blue {
    background: #008ac9;
}

.sponser-block .img + .text {
    padding-right: 32px;
}

.sponser-block p {
    margin-bottom: 22px;
}

@media (min-width: 480px) {
    .dates li {
        width: 50%;
    }

    .article-row .col {
        width: 50%;
    }
}

@media (min-width: 768px) {
    h1,
    .h1 {
        font-size: 40px;
    }

    .main {
        padding-top: 70px;
    }

    .banner {
        text-align: left;
        background-position: 50% 50%;
    }

    .banner .content-wrap {
        line-height: 1.34;
        padding-right: 200px;
    }

    .banner .logo-wrap {
        position: absolute;
        bottom: 0;
        right: 0;
        margin: 0;
        width: 140px;
        height: 140px;
    }

    .links-list {
        font-size: 22px;
    }

    .video-hold {
        margin-bottom: 0;
        height: 460px;
    }

    .intro-section {
        padding: 100px 0;
    }

    .intro-section .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .intro-section .video-hold {
        width: 60%;
    }

    .intro-section .video-hold + .text-hold {
        padding-right: 0;
        width: 35%;
    }

    .intro-section .text-hold {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .dates-section {
        padding: 48px 0;
    }

    .dates-section h2 {
        margin-bottom: 33px;
    }

    .dates li {
        width: 33.33%;
    }

    .news-section {
        padding: 100px 0;
    }

    .news-titles li {
        font-size: 18px;
    }

    .article-row {
        padding: 97px 0 53px;
    }

    .article-row .col {
        width: 33.33%;
    }

    .article-wrap {
        padding-right: 0;
    }

    .article-wrap .img {
        margin-right: 0;
    }

    .article-wrap .title {
        font-size: 22px;
    }

    .article-img {
        margin-bottom: 0;
        height: 526px;
    }

    .sponser-section {
        padding-top: 27px;
        text-align: left;
    }

    .sponser-section .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .sponser-section .title {
        font-size: 22px;
        /*margin-bottom: 27px;*/
    }

    .sponser-section .main-sponser {
        width: 168px;
        margin: 0 30px 0 0;
    }

    .sponser-section .main-sponser .title {
        margin-bottom: 40px;
    }

    .sponser-section .sponsers {
        margin-right: 29px;
    }

    .sponser-section .sponsers .title {
        margin-bottom: 40px;
    }

    .sponser-section .media-partner .title {
        padding-top: 3px;
        margin-bottom: 42px;
    }

    .side-fixed-links a {
        right: 70px;
        height: 70px;
        min-width: 220px;
        padding: 6px 13px;
    }

    .side-fixed-links a + a {
        top: 220px;
    }

    .side-fixed-links a + a + a {
        top: 306px;
    }

    .side-fixed-links a:hover {
        -webkit-transform: translateX(70px);
        -ms-transform: translateX(70px);
        transform: translateX(70px);
    }

    .side-fixed-links a .img {
        width: auto;
    }

    .side-fixed-links .text {
        margin-left: 25px;
    }

    .breadcrumbs {
        padding: 90px 0 58px;
    }

    .lg-img-hold {
        margin-bottom: 55px;
    }

    .lg-img-hold + .two-columns .side-content {
        padding-top: 10px;
    }

    .header {
        height: 70px;
    }

    .header .rt-hold {
        height: 70px;
    }

    .header .lang-wrap a {
        width: 60px;
        height: 70px;
    }

    .logo {
        width: 240px;
    }

    .logo a {
        padding: 22px 15px 11px;
    }

    .logo img {
        width: 204px;
        height: 61px;
    }

    .burger-menu {
        width: 54px;
        height: 28px;
        margin-left: 27px;
    }

    .burger-menu span {
        top: 12px;
    }

    .burger-menu:after {
        top: 24px;
    }

    .nav-slide {
        min-width: 480px;
        width: 30%;
        padding: 30px 60px;
    }

    .footer .columns {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: auto;
    }

    .social-networks {
        margin-right: -2px;
    }

    .social-networks li {
        margin: 0 0 0 4px;
    }

    .two-columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 76px;
    }

    .two-columns .logo-hold {
        margin: 0;
    }

    .two-columns .main-content {
        width: calc(100% - 270px);
        padding-right: 30px;
    }

    .two-columns .main-content .content-block {
        margin-bottom: 50px;
        padding-right: 0;
    }

    .two-columns .main-content .in-block {
        margin-bottom: 50px;
        padding-right: 0;
    }

    .two-columns .side-content {
        width: 270px;
    }

    .heading-block {
        padding-right: 0;
    }

    .heading-block.with-logo {
        position: relative;
        padding-right: 200px;
    }

    .heading-block.with-logo .logo-hold {
        margin-top: 0;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .articles-list li {
        padding-right: 0;
    }

    .articles-list a {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .articles-list .text-wrap {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: calc(100% - 140px);
    }

    .sponser-block .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .sponser-block .img {
        margin: 0;
    }

    .sponser-block .img + .text {
        width: calc(100% - 140px);
        padding: 3px 0 0 29px;
    }
}

@media (min-width: 1024px) {
    h1,
    .h1 {
        font-size: 48px;
    }

    h2,
    .h2 {
        font-size: 32px;
    }

    .banner .content-wrap {
        font-size: 32px;
    }

    .banner h1 {
        font-size: 46px;
    }

    .banner .logo-wrap {
        width: 160px;
        height: 160px;
    }

    .video-hold {
        padding: 32px 30px;
    }

    .video-hold img {
        width: 102px;
        height: 115px;
    }

    .intro-section .video-hold {
        width: 65.7%;
    }

    .intro-section .video-hold + .text-hold {
        width: 32%;
    }

    .dates.type-two li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .dates.type-two .up-wrap {
        width: 40%;
        padding: 0;
    }

    .dates.type-two .up-wrap time {
        font-size: 16px;
    }

    .dates.type-two .bottom-wrap {
        width: 50%;
        max-width: 330px;
    }

    .btn.lg {
        font-size: 22px;
        padding: 24px;
    }

    .link {
        font-size: 22px;
    }

    .article-img {
        padding: 32px 30px;
    }

    .two-columns .main-content {
        width: calc(100% - 330px);
    }

    .two-columns .side-content {
        width: 330px;
    }

    .two-columns .side-content .title {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .heading-block {
        font-size: 22px;
        margin-bottom: 59px;
    }

    .heading-block.with-logo .logo-hold {
        bottom: -22px;
    }

    .articles-list {
        font-size: 22px;
    }

    .articles-list .text-wrap {
        padding-right: 40px;
    }

    .sponser-block .img {
        width: 190px;
        height: 190px;
    }

    .sponser-block .img + .text {
        width: calc(100% - 190px);
    }
}

@media (max-width: 767px) {
    body.nav-active {
        overflow: hidden;
    }
}

@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);
    }
}

@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;
    }
}

@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

