/*! 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: 0.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: -0.5em;
}

sub {
  bottom: -0.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 {
  -webkit-box-sizing: content-box;
  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"] {
  -webkit-box-sizing: border-box;
  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 */
  -webkit-box-sizing: content-box;
  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: 0.35em 0.625em 0.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;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

body {
  color: #333;
  background: #fff;
  font: 16px/1.2 "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 0.5em;
  color: inherit;
}

h1, .h1 {
  font-size: 30px;
}

h2, .h2 {
  font-size: 27px;
}

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: #39f;
}

a:hover, a:focus {
  text-decoration: 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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.4em 0.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: #333;
}

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;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #3C3C3C;
  background: #fff;
  height: 100%;
}

@media (max-width: 1023px) {
  body {
    font-size: 14px;
    line-height: 21px;
  }
}

* {
  outline: none;
}

.wrapper {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  width: 100%;
  padding-top: 79px;
}

@media (max-width: 1023px) {
  .wrapper {
    padding-top: 67px;
  }
}

#main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.container {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.bg-stretch {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: -9;
}

.bg-stretch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

p {
  margin: 0 0 10px;
}

a {
  color: #3C3C3C;
  text-decoration: none;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

a:hover {
  color: #CA3636;
}

h1 {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 17px;
}

@media (max-width: 1023px) {
  h1 {
    font-size: 24px;
    margin-bottom: 18px;
  }
}

h2, .h2 {
  font-family: "Oswald", sans-serif;
  font-size: 34px;
  line-height: 1.3;
  font-weight: 500;
  margin: 0 0 40px;
}

@media (max-width: 1023px) {
  h2, .h2 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 30px;
  }
}

.h2 {
  font-family: "Oswald", sans-serif;
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  .h2 {
    font-size: 30px;
    margin-bottom: 57px;
  }
}

.p-description-video {
  font-size: 13px;
  text-align: justify;
}

.headtitle {
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 500;
  color: #CA3636;
  margin: 0 0 45px;
}

@media (max-width: 1023px) {
  .headtitle {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.mark {
  color: #CA3636;
}

.h3 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 20px;
}

@media (max-width: 1023px) {
  .h3 {
    font-size: 20px;
    font-weight: normal;
  }
}

h3 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 12px;
}

@media (max-width: 1023px) {
  h3 {
    font-size: 16px;
  }
}

h4 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  margin: 0 0 25px;
}

.h4 {
  font-size: 14px;
  line-height: 1.2;
  margin: 0 0 15px;
}

@media (max-width: 1023px) {
  .h4 {
    font-size: 16px;
  }
}

.decor-title {
  position: relative;
  padding-top: 30px;
}

@media (max-width: 1023px) {
  .decor-title {
    padding-top: 20px;
  }
}

.decor-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 144px;
  height: 1px;
  background: #3C3C3C;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.h5 {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 7px;
}

.h6 {
  font-size: 10px;
  line-height: 1.2;
  font-weight: normal;
  margin: 0 0 5px;
}

.btn-go-back {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #3C3C3C;
  position: relative;
  padding-left: 21px;
  margin-bottom: 34px;
}

@media (max-width: 1023px) {
  .btn-go-back {
    margin-bottom: 30px;
  }
}

.btn-go-back::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #3C3C3C;
  border-left: 1px solid #3C3C3C;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

.btn-go-back:hover::after {
  border-bottom-color: #CA3636;
  border-left-color: #CA3636;
}

.btn-more {
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #CA3636;
  position: relative;
  padding-right: 17px;
}

.btn-more::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #CA3636;
  border-left: 2px solid #CA3636;
  -webkit-transform: translateY(-50%) rotate(-136deg);
  -ms-transform: translateY(-50%) rotate(-136deg);
  transform: translateY(-50%) rotate(-136deg);
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

.btn-more:hover {
  color: #000;
}

.btn-more:hover::after {
  border-bottom-color: #000;
  border-left-color: #000;
}

/*.btn {
  display: inline-block;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 600;
  padding: 16px 36px;
  background: transparent;
  border: 1px solid transparent;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

@media (max-width: 1023px) {
  .btn {
    font-size: 16px;
    padding: 12px 28px;
  }
}*/

.btn.btn-border {
  color: #CA3636;
  border-color: #CA3636;
}

.btn.btn-border:hover {
  background: #CA3636;
  color: #fff;
}

.btn.btn-default {
  color: #fff;
  background: #CA3636;
}

.btn.btn-default:hover {
  background: #fff;
  border-color: #CA3636;
  color: #CA3636;
}

.btn.btn-border-white {
  color: #CA3636;
  border-color: #CA3636;
  padding-left: 30px;
  padding-right: 30px;
  background: #fff;

}

@media (max-width: 1023px) {
  .btn.btn-border-white {
    padding: 12px 20px;
  }
}

.btn.btn-border-white:hover {
  background: #CA3636;
  color: #fff;
}

.btn.btn-white {
  background: #CA3636;
  color: #fff;
  padding: 16px 74px 16px 31px;
  position: relative;
}

@media (max-width: 1023px) {
  .btn.btn-white {
    padding: 12px 47px 12px 21px;
  }
}

.btn.btn-white::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 42px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  -ms-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

@media (max-width: 1023px) {
  .btn.btn-white::after {
    right: 28px;
  }
}

.btn.btn-white:hover {
  background: transparent;
  color: #CA3636;
  border-color: #CA3636;

}

.btn.btn-white:hover::after {
  border-bottom-color: #CA3636;
  border-left-color: #CA3636;
}

.btn.btn-like {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  padding: 11px 10px 11px 25px;
}

.btn.btn-like:hover {
  background: #CA3636;
  color: #fff;
}

.btn.btn-like:hover .info-view {
  color: #fff;
}

.btn.btn-like:hover .info-view .icon {
  fill: #fff;
}

.btn.btn-like .info-view {
  margin-left: 23px;
  font-size: 12px;
  padding: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.btn.btn-like .info-view .icon {
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

.logo {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (min-width: 1024px) {
  .logo {
    margin: 0 30px 0 0;
  }
}

@media (max-width: 480px) {
  .logo {
    width: 166px;
  }
}

@media (max-width: 1023px) {
  .main-menu {
    opacity: 0;
    top: -9999px;
    left: -9999px;
    right: 9999px;
    bottom: 9999px;
    position: fixed;
    overflow-y: auto;
    z-index: 1000;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 118px 35px 60px;
    background: #1D1D1D;
    color: #fff;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0s ease .35s, opacity .35s ease, -webkit-transform .35s ease;
    transition: all 0s ease .35s, opacity .35s ease, -webkit-transform .35s ease;
    -o-transition: all 0s ease .35s, opacity .35s ease, transform .35s ease;
    transition: all 0s ease .35s, opacity .35s ease, transform .35s ease;
    transition: all 0s ease .35s, opacity .35s ease, transform .35s ease, -webkit-transform .35s ease;
  }
  body.nav-open .main-menu {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
    transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
    -o-transition: opacity 0.35s ease, transform 0.35s ease;
    transition: opacity 0.35s ease, transform 0.35s ease;
    transition: opacity 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
  }
}

@media (max-width: 374px) {
  .main-menu {
    padding-top: 80px;
  }
}

.mobile-holder {
  margin-top: 74px;
}

@media (min-width: 1024px) {
  .mobile-holder {
    display: none;
  }
}

@media (max-width: 374px) {
  .mobile-holder {
    margin-top: 30px;
  }
}

.mobile-holder h4 {
  font-weight: normal;
  margin-bottom: 12px;
}

.vertical-nav {
  position: fixed;
  left: 20px;
  top: 50%;
  z-index: 99;
  width: 40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1279px) {
  .vertical-nav {
    display: none;
  }
}

.navigation-list {
  margin: -5px 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.navigation-list li {
  padding: 5px 0;
}

.navigation-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navigation-list a:hover .dots {
  background: #CA3636;
}

.navigation-list a.is-selected .dots {
  background: #CA3636;
}

.navigation-list.loaded a:not(.is-selected) .text {
  height: 0 !important;
}

.navigation-list .text {
  color: #BEB7B5;
  font-size: 14px;
  line-height: 1.2;
  overflow: hidden;
  font-weight: normal;
  text-transform: uppercase;
  -webkit-transition: height .35s ease;
  -o-transition: height .35s ease;
  transition: height .35s ease;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.navigation-list .dots {
  display: block;
  width: 11px;
  height: 11px;
  background: #BEB7B5;
  border-radius: 50%;
  margin: 12px 0;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

/*.burger {
  display: none;
  position: absolute;
  top: 25px;
  right: 25px;
  width: 28px;
  height: 16px;
  z-index: 1004;
  -webkit-transition: left .35s ease;
  -o-transition: left .35s ease;
  transition: left .35s ease;
}

.burger span {
  position: absolute;
  text-indent: -9999px;
  overflow: hidden;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  margin-top: -1px;
  background: #fff;
}

.burger:after, .burger:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  height: 2px;
  background: #fff;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

.burger:after {
  top: 0;
}

.burger:before {
  bottom: 0;
}

body.nav-open .burger {
  position: fixed;
  top: 24px;
  right: 16px;
  width: 22px;
}

body.nav-open .burger span {
  background-color: transparent;
}

body.nav-open .burger:after {
  margin-top: -1px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

body.nav-open .burger:before {
  margin-bottom: -1px;
  bottom: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 1023px) {
  .burger {
    display: block;
  }
}*/

/*.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 0 16px;
  z-index: 101;
  min-height: 79px;
  background: #CA3636;
}*/

@media (max-width: 1023px) {
  /*.header {
    padding: 20px 0 9px;
    min-height: 67px;
  }*/
}

body.fixed-header .header {
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}

.header.header-bg-white {
  background: #fff;
}

.header.header-bg-white .nav ul li.active a {
  font-weight: 500;
  color: #CA3636;
}

@media (min-width: 1024px) {
  .header.header-bg-white .nav ul a {
    color: #3C3C3C;
  }
}

.header.header-bg-white .nav ul a:hover {
  color: #CA3636;
}

.header.header-bg-white .burger span {
  background: #000;
}

body.nav-open .header.header-bg-white .burger span {
  background: transparent;
}

.header.header-bg-white .burger:after, .header.header-bg-white .burger:before {
  background: #000;
}

body.nav-open .header.header-bg-white .burger::before, body.nav-open .header.header-bg-white .burger::after {
  background: #fff;
}

body.nav-open .header .logo {
  position: relative;
  z-index: 1001;
}

/*.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}*/
/*
.nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 1024px) {
  .nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .nav > ul > li {
    border-left: 1px solid #BEB7B5;
  }
}

@media (max-width: 1023px) {
  .nav > ul > li:not(:first-child) {
    margin-top: 30px;
  }
}

@media (max-width: 374px) {
  .nav > ul > li:not(:first-child) {
    margin-top: 15px;
  }
}

.nav > ul > li:first-child {
  border: none;
}

@media (min-width: 1024px) {
  .nav > ul > li.hidden {
    display: none;
  }
}

.nav > ul > li.active a {
  color: #CA3636;
}

.nav > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 183px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .nav > ul > li > a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2;
    min-height: 43px;
    padding: 5px 15px;
  }
}

@media (max-width: 1023px) and (min-width: 375px) {
  .nav > ul > li > a {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 1023px) {
  .nav > ul > li > a br {
    display: none;
  }
}

@media (min-width: 1024px) {
  .nav > ul > li > a:hover {
    color: #3C3C3C;
  }
}
*/
.filter-section {
  padding: 40px 0 40px;
}

@media (max-width: 1023px) {
  .filter-section {
    padding-bottom: 20px;
  }
}

.filter-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px 40px 35px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1023px) {
  .filter-holder {
    padding: 35px 35px 28px 20px;
    text-align: left;
  }
}

.filter-holder h3 {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: none;
  font-family: "Oswald", sans-serif;
  margin-bottom: 13px;
}

@media (max-width: 1023px) {
  .filter-holder h3 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 25px;
  }
}

.filter-list {
  margin: 0 -15px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .filter-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0;
  }
}

@media (min-width: 768px) {
  .filter-list li {
    padding: 0 15px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .filter-list li:not(:first-child) {
    margin-top: 12px;
  }
}

.filter-list a {
  display: block;
  border: 1px solid #868686;
  color: #868686;
  padding: 6px 19px;
  border-radius: 25px;
}

@media (min-width: 768px) {
  .filter-list a {
    text-align: left;
    padding: 3px 21px;
    border-radius: 50px;
  }
}

@media (max-width: 767px) {
  .filter-list a {
    font-size: 14px;
  }
}

.filter-list a:hover {
  border-color: #CA3636;
  background: rgba(202, 54, 54, 0.5);
  color: #000;
}

.information-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 44px 75px 35px 40px;
  text-align: left;
  color: #fff;
  background: #CA3636;
}

@media (min-width: 1024px) {
  .information-box {
    font-size: 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1.2;
  }
}

@media (max-width: 1023px) {
  .information-box {
    padding: 21px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.information-box .inner {
  max-width: 400px;
}

@media (max-width: 1023px) {
  .information-box .inner {
    margin-bottom: 43px;
  }
}

.information-box .inner p {
  margin: 0;
}

.information-box .decor-title {
  text-transform: uppercase;
  margin-bottom: 26px;
  padding-bottom: 21px;
  padding-top: 0;
}

@media (max-width: 1023px) {
  .information-box .decor-title {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
}

.information-box .decor-title::before {
  background: #fff;
  top: auto;
  bottom: 0;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.information-box .btn-more {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding-right: 25px;
}

@media (min-width: 1024px) {
  .information-box .btn-more {
    font-size: 24px;
  }
}

.information-box .btn-more::after {
  border-bottom: 5px solid #fff;
  border-left: 5px solid #fff;
}

@media (min-width: 1024px) {
  .information-box .btn-more::after {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 1023px) {
  .information-box .btn-more::after {
    border-left-width: 3px;
    border-bottom-width: 3px;
  }
}

.information-box .btn-more:hover {
  opacity: 0.8;
}

.videos-section {
  text-align: center;
  padding: 40px 0;
}

@media (max-width: 1023px) {
  .videos-section {
    padding-bottom: 18px;
  }
}

@media (min-width: 1024px) {
  .videos-section .slider-holder {
    margin: 0 0 58px;
  }
}

@media (min-width: 1200px) {
  .videos-section .videos-container {
    overflow: hidden;
    max-width: 1160px;
  }
}

@media (max-width: 1023px) {
  .videos-section .title-section {
    margin-bottom: 3px;
  }
}

@media (min-width: 1200px) {
  .videos-section .slick-arrow.slick-prev {
    left: -18px;
  }
}

@media (min-width: 1200px) {
  .videos-section .slick-arrow.slick-next {
    right: -18px;
  }
}

sup {
  font-size: 65%;
}

.videos-slider {
  visibility: hidden;
  margin: 0 -10px;
}

@media (min-width: 1200px) {
  .videos-slider {
    width: 695px;
    margin: 0 auto;
  }
}

@media (max-width: 1199px) {
  .videos-slider {
    margin-left: -60px;
    margin-right: -60px;
  }
}

@media (max-width: 1023px) {
  .videos-slider {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.videos-slider.slick-initialized {
  visibility: visible;
}

.videos-slider .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1199px) {
  .videos-slider .item {
    padding: 25px 7px;
  }
}

.videos-slider .slick-list {
  overflow: visible;
}

.videos-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1200px) {
  .videos-slider .slick-slide {
    float: none;
    -webkit-transform: scale(0.39);
    -ms-transform: scale(0.39);
    transform: scale(0.39);
    -webkit-transform-origin: calc(100% - 20px) 50%;
    -ms-transform-origin: calc(100% - 20px) 50%;
    transform-origin: calc(100% - 20px) 50%;
  }
}

@media (min-width: 1200px) {
  .videos-slider .slick-current {
    z-index: 9;
    position: relative;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
  }
}

@media (min-width: 1200px) {
  .videos-slider .slick-current + .slick-slide {
    -webkit-transform-origin: 20px 50%;
    -ms-transform-origin: 20px 50%;
    transform-origin: 20px 50%;
  }
}

.videos-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  text-align: left;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
}

.videos-holder .content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 14px 28px 20px;
}

@media (max-width: 1023px) {
  .videos-holder .content-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.videos-holder .content-inner .h4 {
  display: block;
  font-weight: 600;
  line-height: 1.6;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  margin-bottom: 16px;
}

@media (max-width: 1023px) {
  .videos-holder .content-inner .h4 {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.videos-holder:hover .btn-play-video {
  opacity: .8;
}

@media (max-width: 1023px) {
  .videos-holder .btn-play-video .icon {
    width: 70px;
    height: 70px;
  }
}

.video-preview {
  background: #beb7b5;
  position: relative;
  min-height: 279px;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}

.video-preview:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(190, 183, 181, 0.6);
}

@media (max-width: 767px) {
  .video-preview {
    min-height: 183px;
  }
}

.video-preview img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.btn-play-video {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 50%;
  left: 50%;
  font-size: 16px;
  font-weight: 600;
  z-index: 8;
  color: #4A4A4A;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

@media (max-width: 1023px) {
  .btn-play-video {
    font-size: 12px;
  }
}

.btn-play-video .icon {
  margin-bottom: 1px;
}

.slider-holder {
  position: relative;
}

.helpful-section {
  text-align: center;
  overflow: hidden;
  padding: 40px 0;
}

@media (max-width: 1023px) {
  .helpful-section {
    padding-bottom: 20px;
  }
}

.helpful-section h2 {
  margin-bottom: 30px;
}

.helpful-section .slider-holder {
  margin-bottom: 18px;
}

@media (max-width: 1023px) {
  .helpful-section .slider-holder {
    margin-bottom: 25px;
  }
}

.project-slider {
  visibility: hidden;
  margin-left: -20px;
  margin-right: -20px;
}

@media (min-width: 1024px) {
  .project-slider {
    position: relative;
    margin: 0 -10px;
  }
}

.project-slider.slick-initialized {
  visibility: visible;
}

.project-slider .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 10px;
}

.project-slider .slick-list {
  padding: 0 3px;
  margin: 0 -3px;
}

@media (max-width: 1023px) {
  .project-slider .slick-list {
    overflow: visible;
  }
}

.project-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -4px;
  padding: 0;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination li {
  padding: 0 4px;
}

.pagination li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  font-size: 14px;
  color: #CA3636;
  border: 1px solid #DF8D8D;
}

.pagination li a:hover {
  color: #fff;
  background: #CA3636;
}

.project-tile-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  background: #3C3C3C;
  position: relative;
  font-size: 18px;
  line-height: 1.4;
  height: 100%;
  color: #fff;
  padding: 100px 20px 15px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .project-tile-holder {
    font-size: 14px;
    line-height: 1.5;
    padding: 18px 20px 14px 123px;
  }
}

@media (max-width: 374px) {
  .project-tile-holder {
    padding-left: 35px;
  }
}

.project-tile-holder::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 64px;
  background: #BEB7B5;
}

@media (max-width: 767px) {
  .project-tile-holder::before {
    width: 108px;
    height: 100%;
    bottom: 0;
    right: auto;
  }
}

@media (max-width: 374px) {
  .project-tile-holder::before {
    width: 15px;
  }
}

.project-tile-holder .text-wrap {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  margin-bottom: 6px;
}

.project-tile-holder .text-wrap p {
  margin-bottom: 0;
}

.project-tile-holder .info-view {
  font-size: 10px;
}

.project-tile-holder .social-holder .title-share {
  color: #C0C0C0;
}

.project-tile-holder h3 {
  margin: 0;
}

.project-tile-holder h3 a {
  color: #fff;
  text-decoration: underline;
}

.project-tile-holder h3 a:hover {
  color: #CA3636;
}

.tile-slider {
  visibility: hidden;
  margin: 0 -20px;
}

@media (min-width: 1024px) {
  .tile-slider {
    margin: 0 -15px;
    position: relative;
  }
}

.tile-slider .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 5px;
}

@media (min-width: 1024px) {
  .tile-slider .item {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.tile-slider .slick-list {
  margin: 0 -2px;
  padding: 0 2px;
}

@media (max-width: 1023px) {
  .tile-slider .slick-list {
    overflow: visible;
  }
}

.tile-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tile-slider.slick-initialized {
  visibility: visible;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  text-indent: -9999px;
  overflow: hidden;
  width: 19px;
  height: 35px;
  z-index: 100;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

.slick-arrow.slick-next {
  right: -30px;
}

@media (max-width: 1199px) {
  .slick-arrow.slick-next {
    right: 15px;
  }
}

@media (max-width: 480px) {
  .slick-arrow.slick-next {
    right: -8px;
  }
}

.slick-arrow.slick-next::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 19px;
  height: 35px;
  background: url(../images/arrow-next.svg) no-repeat;
  background-size: cover;
}

@media (max-width: 480px) {
  .slick-arrow.slick-next::after {
    width: 14px;
    height: 24px;
  }
}

.slick-arrow.slick-prev {
  left: -30px;
}

@media (max-width: 1199px) {
  .slick-arrow.slick-prev {
    left: 15px;
  }
}

@media (max-width: 480px) {
  .slick-arrow.slick-prev {
    left: -8px;
  }
}

.slick-arrow.slick-prev::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 35px;
  background: url(../images/arrow-prev.svg) no-repeat;
  background-size: cover;
}

@media (max-width: 480px) {
  .slick-arrow.slick-prev::before {
    width: 14px;
    height: 24px;
  }
}

.slick-slide {
  float: left;
}

.slick-list {
  overflow: hidden;
}

.slick-dots {
  position: absolute;
  bottom: -33px;
  left: 50%;
  text-align: center;
  padding: 0;
  margin: 0 -8px;
  list-style: none;
  -webkit-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  transform: translatex(-50%);
}

@media (max-width: 1023px) {
  .slick-dots {
    bottom: -20px;
  }
}

.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  padding: 0 8px;
}

.slick-dots button {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  background: #BEB7B5;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

@media (max-width: 1023px) {
  .slick-dots button {
    width: 14px;
    height: 14px;
    background: #CA3636;
    opacity: .15;
  }
}

.slick-dots button:hover {
  background: #CA3636;
}

.slick-dots .slick-active button {
  background: #CA3636;
}

@media (max-width: 1023px) {
  .slick-dots .slick-active button {
    opacity: 1;
  }
}

.compensate-for-scrollbar {
  margin-right: 0 !important;
  overflow: visible !important;
}

@media (max-width: 1023px) {
  .fancybox-slide--image .fancybox-content {
    margin: 0 5px;
  }
}

.helpful-tile-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 28px 30px 30px;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.25);
}

@media (max-width: 1023px) {
  .helpful-tile-holder {
    padding: 25px 15px 15px;
    -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
  }
}

.helpful-tile-holder .btn-view {
  position: absolute;
  top: 0;
  right: 0;
  text-indent: -9999px;
  border-top: 82px solid #CA3636;
  border-left: 82px solid transparent;
}

@media (max-width: 1023px) {
  .helpful-tile-holder .btn-view {
    border-top-width: 43px;
    border-left-width: 43px;
  }
}

.helpful-tile-holder .btn-view:hover, .helpful-tile-holder .btn-view.hover {
  opacity: .5;
}

.helpful-tile-holder > .icon {
  margin-bottom: 22px;
}

@media (max-width: 1023px) {
  .helpful-tile-holder > .icon {
    margin-bottom: 15px;
    max-width: 35px;
  }
}

.helpful-tile-holder h3 {
  text-transform: uppercase;
  margin-bottom: 62px;
}

@media (max-width: 1023px) {
  .helpful-tile-holder h3 {
    margin-bottom: 12px;
    font-size: 16px;
  }
}

.helpful-tile-holder .text-wrap {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  font-size: 16px;
  max-width: 405px;
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  .helpful-tile-holder .text-wrap {
    font-size: 24px;
    line-height: 1.3;
  }
}

@media (max-width: 1023px) {
  .helpful-tile-holder .text-wrap {
    max-width: 224px;
    margin-bottom: 62px;
  }
}

.buttons-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 45px;
  width: 100%;
}

@media (max-width: 1023px) {
  .buttons-wrap {
    margin: 0 0 15px;
  }
}

.buttons-wrap .btn-holder {
  width: 50%;
}

.buttons-wrap .btn-holder:not(:first-child) {
  margin-left: 14px;
}

@media (max-width: 1023px) {
  .buttons-wrap .btn-holder:not(:first-child) {
    margin-left: 10px;
  }
}

.buttons-wrap .btn-holder .btn {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

.chf-info-section {
  padding: 75px 0 30px;
  text-align: center;
}

@media (max-width: 1023px) {
  .chf-info-section {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

.chf-info-section .decor-title {
  margin-bottom: 45px;
}

.chf-healthcare-section {
  text-align: center;
  padding: 45px 0;
}

@media (max-width: 1023px) {
  .chf-healthcare-section {
    padding: 20px 0;
  }
}

.chf-healthcare-section .decor-title {
  margin-bottom: 60px;
}

.info-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -11px;
}

.info-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.2;
  padding: 0 11px;
  color: #A4A4A4;
}

.cursor-pointer {
  cursor: pointer;
}

@media (max-width: 1023px) {
  .info-view {
    font-size: 13px;
  }
}

.info-view .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 7px;
  fill: #CA3636;
}

@media (max-width: 1023px) {
  .info-view .icon {
    width: 18px;
    height: 18px;
  }
}

.article-list {
  margin: 0 -10px;
}

@media (min-width: 1024px) {
  .article-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 1023px) {
  .article-list {
    visibility: hidden;
    margin: 0 -20px;
  }
}

.article-list.slick-initialized {
  visibility: visible;
}

@media (max-width: 1023px) {
  .article-list .slick-list {
    overflow: visible;
  }
}

.article-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article-list .item {
  padding: 20px 7px;
}

@media (min-width: 1024px) {
  .article-list .item {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
}

.article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
}

@media (max-width: 1023px) {
  .article-info {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #F2F2F2;
  }
}

.article-info .date {
  color: #929292;
  margin: 0 65px 0 0;
}

@media (max-width: 1023px) {
  .article-info .date {
    font-size: 14px;
    margin-right: 10px;
  }
}

.article-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-align: left;
  padding: 30px 34px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1023px) {
  .article-wrap {
    padding: 20px 20px 10px;
  }
}

.article-wrap .head-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 32px;
}

@media (max-width: 1023px) {
  .article-wrap .head-holder {
    margin-bottom: 20px;
  }
}

@media (max-width: 374px) {
  .article-wrap .head-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px;
  }
}

.article-wrap .head-holder .date {
  color: #CBCBCB;
  margin-left: 5px;
}

@media (max-width: 374px) {
  .article-wrap .head-holder .date {
    margin: 0 0 8px;
  }
}

.article-wrap .head-holder .tag-links {
  margin-bottom: 0;
}

.article-wrap h3 {
  text-transform: uppercase;
}

@media (max-width: 1023px) {
  .article-wrap .btn-holder {
    margin-bottom: 20px;
  }
}

.article-wrap .text-wrap {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  line-height: 1.7;
  margin-bottom: 45px;
}

@media (max-width: 1023px) {
  .article-wrap .text-wrap {
    line-height: 21px;
    margin-bottom: 5px;
  }
}

.article-wrap .text-wrap p {
  margin: 0;
}

.actions-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.share-article-holder.column-holder {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .share-article-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.share-article-holder .btn-holder {
  margin-bottom: 54px;
}

@media (min-width: 768px) {
  .share-article-holder .btn-holder {
    margin: 0 20px 0 0;
  }
}

@media (max-width: 1023px) {
  .share-article-holder .social-holder .title-share {
    margin-bottom: 20px;
  }
}

.share-article-holder .socials {
  margin: 0 -20px;
}

@media (max-width: 1023px) {
  .share-article-holder .socials {
    margin: 0 -7px;
  }
}

.share-article-holder .socials li {
  padding: 0 20px;
}

@media (max-width: 1023px) {
  .share-article-holder .socials li {
    padding: 0 7px;
  }
}

@media (max-width: 1023px) {
  .share-article-holder .socials a {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: rgba(202, 54, 54, 0.16);
  }
}

@media (max-width: 1023px) {
  .share-article-holder .socials a svg {
    fill: #CA3636;
  }
}

@media (max-width: 1023px) {
  .share-article-holder .socials a:hover {
    background: #CA3636;
  }
  .share-article-holder .socials a:hover svg {
    fill: #000;
  }
}

.social-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

.social-holder .h4 {
  display: block;
  font-weight: bold;
  margin-bottom: 12px;
}

.social-holder .h5 {
  display: block;
  font-weight: normal;
  color: #C0C0C0;
}

@media (min-width: 768px) {
  .social-holder.row-holder {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .social-holder.row-holder .title-share {
    margin: 0 25px 0 0;
  }
}

.socials {
  margin: 0 -10px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.socials li {
  padding: 0 10px;
}

.socials a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.socials a:hover svg {
  fill: #CA3636;
}

.socials a svg {
  fill: #A4A4A4;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

.tag-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -5px 14px;
}

.tag-links .tag {
  display: block;
  color: #CA3636;
  font-size: 16px;
  border: 1px solid #CA3636;
  border-radius: 36px;
  padding: 5px 16px;
  margin: 0 5px;
}

@media (max-width: 1023px) {
  .tag-links .tag {
    padding: 1px 18px;
    font-size: 12px;
  }
}

.tag-links .tag.active,
.tag-links .tag:hover {
  color: #fff;
  background: #CA3636;
}

.article-section {
  overflow: hidden;
  padding: 30px 0 30px;
}

@media (max-width: 1023px) {
  .article-section {
    padding-bottom: 20px;
    padding-top: 25px;
  }
}

/*.article-section h1 {
  max-width: 600px;
}*/

.head-section {
  margin-bottom: 60px;
}

@media (max-width: 1023px) {
  .head-section {
    margin-bottom: 25px;
  }
}

.head-section .tag-links {
  margin-bottom: 0;
}

.visual-holder {
  position: relative;
  min-height: 322px;
  margin-bottom: 15px;
}

@media (max-width: 1023px) {
  .visual-holder {
    min-height: 228px;
  }
}

.visual-holder .bg-stretch img {
  -o-object-position: 0 45%;
  object-position: 0 45%;
}

@media (max-width: 1023px) {
  .visual-holder .bg-stretch img {
    -o-object-position: 80% 45%;
    object-position: 80% 45%;
  }
}

.main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
}

@media (max-width: 1023px) {
  .main-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.main-content h2 {
  margin-bottom: 20px;
}

blockquote {
  padding-left: 28px;
  border-left: 2px solid #CA3636;
  margin: 0 0 15px;
}

@media (max-width: 1023px) {
  blockquote {
    padding-left: 12px;
  }
}

blockquote p {
  margin: 0;
}

.blockquote-dialog {
  background-color: #fff1f1;
  color: #555;
  font-size: 12pt;
  font-style: italic;
  padding: 1em!important;
  line-height: 1.4;
  font-family: 'PT Serif', Cambria, 'Hoefler Text', Utopia, 'Liberation Serif', 'Nimbus Roman No9 L Regular', Times, 'Times New Roman', serif;
}

.item-list {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

@media (max-width: 1023px) {
  .item-list {
    margin-bottom: 20px;
  }
}

.item-list li {
  position: relative;
  padding-left: 22px;
}

.item-list li:before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #393939;
  border-radius: 50%;
}

.item-list li:not(:first-child) {
  margin-top: 2px;
}

@media (max-width: 1023px) {
  .item-list li:not(:first-child) {
    margin-top: 8px;
  }
}

.content-section {
  font-weight: normal;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 1024px) {
  .content-section {
    font-size: 18px;
    line-height: 1.5;
  }
}

@media (max-width: 1023px) {
  .content-section {
    padding-bottom: 30px;
    border-bottom: 1px solid #F2F2F2;
  }
}

.sidebar {
  display: none;
}

@media (min-width: 1024px) {
  .sidebar {
    display: block;
    width: 322px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 90px;
  }
}

.tab-control {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #BEB7B5;
}

.tab-control li {
  width: 50%;
}

.tab-control li.active a, .tab-control li:hover a {
  color: #3C3C3C;
}

.tab-control li.active a:before, .tab-control li:hover a:before {
  opacity: 1;
}

.tab-control li.active a {
  font-weight: bold;
}

.tab-control a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  color: #A3A3A3;
  font-weight: 600;
  padding-bottom: 7px;
  position: relative;
}

.tab-control a:before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 3px;
  width: 100%;
  opacity: 0;
  background: #CA3636;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

.tab-body {
  position: relative;
}

.tab {
  position: absolute;
  top: -9999px;
  right: 9999px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0s ease .35s, opacity .35s ease;
  -o-transition: all 0s ease .35s, opacity .35s ease;
  transition: all 0s ease .35s, opacity .35s ease;
}

.tab.active {
  position: relative;
  top: auto;
  right: auto;
  opacity: 1;
  z-index: 10;
  -webkit-transition: opacity .35s ease .35s;
  -o-transition: opacity .35s ease .35s;
  transition: opacity .35s ease .35s;
}

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

.article-item li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.article-item li:not(:first-child) {
  margin-top: 30px;
}

.article-item h3 {
  margin-bottom: 22px;
  font-weight: normal;
}

.article-item .info-view {
  font-size: 12px;
}

.aside-holder .aside-title {
  font-weight: bold;
  margin-bottom: 24px;
}

.aside-holder .item:not(:first-child) {
  margin-top: 48px;
}

.content-block {
  margin-bottom: 20px;
}

.content-block .item:not(:first-child) {
  margin-top: 45px;
}

@media (max-width: 1023px) {
  .content-block .item:not(:first-child) {
    margin-top: 25px;
  }
}

.more-article-section {
  padding: 30px 0 50px;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .more-article-section {
    padding-top: 30px;
    padding-bottom: 92px;
  }
}
/*
.more-article-section .slider-holder {
  margin-bottom: 80px;
}

@media (min-width: 1024px) {
  .more-article-section .slider-holder {
    margin-bottom: 130px;
  }
}
*/
@media (min-width: 1024px) {
  .more-article-section .container-wrap {
    max-width: 713px;
  }
}

.more-article-section h2 {
  margin-bottom: 14px;
}

.more-article-section .tag-links {
  margin-bottom: 20px;
}

.article-slider {
  position: relative;
  visibility: hidden;
  margin: 0 -10px;
}

.article-slider.slick-initialized {
  visibility: visible;
}

.article-slider .item {
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article-slider .slick-list {
  margin: 0 -3px;
  padding: 0 3px;
}

.article-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 14px;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  background: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.article-card .img-holder {
  min-height: 142px;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .article-card .img-holder {
    min-height: 145px;
  }
}

.article-card .img-holder img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.article-card .content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 22px 30px 26px 25px;
  height: 100%;
}

@media (max-width: 1023px) {
  .article-card .content-inner {
    padding: 20px 15px;
  }
}

.article-card .content-inner h4 {
  text-transform: uppercase;
  font-weight: 600;
}

.article-card .btn-more {
  font-weight: 600;
}

@media (min-width: 768px) {
  .article-card .btn-more {
    font-size: 18px;
  }
}

.mobile_btn {
  display: none;
}

@media (max-width: 769px) {
  .mobile_btn {
    display: flex;
  }

  .desktop_btn {
    display: none;
  }
}

.article-card .text-wrap {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  margin-bottom: 35px;
}

.article-card .text-wrap p {
  margin-bottom: 0;
}

.resources-section {
  overflow: hidden;
  text-align: center;
  padding: 40px 0 80px;
}

@media (max-width: 1023px) {
  .resources-section {
    padding-bottom: 60px;
  }
}

.resources-list {
  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 -25px;
  padding: 0;
  list-style: none;
}

@media (max-width: 1199px) {
  .resources-list {
    margin: 0;
  }
}

.resources-list li {
  padding: 0 25px;
  width: 33.3%;
  margin-bottom: 60px;
}

@media (max-width: 1199px) {
  .resources-list li {
    width: 100%;
    position: relative;
    padding: 0 0 0 35px;
    margin-bottom: 0;
  }
}

.resources-list li::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #CA3636;
}

@media (min-width: 1200px) {
  .resources-list li::before {
    display: none;
  }
}

@media (max-width: 1199px) {
  .resources-list li:not(:first-child) {
    margin-top: 31px;
  }
}

.resources-list .link-wrap {
  display: block;
  text-align: left;
  font-size: 16px;
  line-height: 1.4;
  color: #242424;
  text-transform: uppercase;
  text-decoration: underline;
}

@media (min-width: 1200px) {
  .resources-list .link-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
    width: 327px;
    height: 327px;
    color: #fff;
    margin: 0 auto;
    text-transform: uppercase;
    text-decoration: underline;
    padding: 40px;
    background: #9C9492;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 1px #CA3636, inset 0 0 0 23px #fff;
    box-shadow: inset 0 0 0 1px #CA3636, inset 0 0 0 23px #fff;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
  }
}


@media (min-width: 1200px) {
  .resources-list .link-wrap:hover {
    background: #CA3636;
  }
}

.footer {
  background: #CA3636;
  overflow: hidden;
  color: #fff;
  padding: 70px 0 50px;
}

@media (max-width: 1023px) {
  .footer {
    padding: 25px 0 30px;
  }
}

@media (max-width: 1023px) {
  .footer h4 {
    font-size: 13px;
  }
}

.upper-footer {
  margin-bottom: 79px;
}

@media (max-width: 1023px) {
  .upper-footer {
    margin-bottom: 32px;
  }
}

.upper-footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 1023px) {
  .upper-footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer-info {
  width: 27.1%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 147px;
}

@media (max-width: 1023px) {
  .footer-info {
    width: 100%;
    margin: 0 0 22px;
  }
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 -10px 144px;
}

@media (max-width: 1023px) {
  .footer-menu {
    margin-bottom: 20px;
  }
}

.footer-menu .item {
  padding: 0 10px;
  width: 50%;
}

@media (max-width: 1023px) {
  .footer-menu h4 {
    margin-bottom: 18px;
  }
}

.under-footer .footer-title:not(:first-child) {
  margin-top: 16px;
}

.under-footer .container {
  max-width: 1150px;
}

.footer-title {
  display: block;
  font-size: 24px;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: center;
  color: #FF9A9A;
}

@media (max-width: 1023px) {
  .footer-title {
    font-size: 14px;
  }
}

.footer-info .logo {
  margin: 0 0 47px;
}

@media (max-width: 1023px) {
  .footer-info .logo {
    width: 140px;
    margin-bottom: 25px;
  }
}

.app-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .app-holder {
    max-width: 267px;
    margin-left: auto;
  }
}

@media (max-width: 479px) {
  .app-holder {
    padding-top: 20px;
  }
}

.app-holder h4 {
  margin-bottom: 16px;
}

@media (max-width: 1023px) {
  .app-holder h4 {
    margin-bottom: 8px;
  }
}

@media (max-width: 1023px) {
  .app-holder .apps a {
    max-width: 86px;
  }
}

.apps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -6px;
}

.apps a {
  display: block;
  padding: 0 6px;
}

.apps a:hover {
  opacity: 0.8;
}

.apps a img {
  border-radius: 4px;
  overflow: hidden;
}

.info-list {
  margin: 0;
  padding: 0;
  font-size: 11px;
  line-height: 1.3;
  list-style: none;
}

@media (max-width: 1023px) {
  .info-list {
    max-width: 300px;
  }
}

.info-list li:not(:first-child) {
  margin-top: 40px;
}

@media (max-width: 1023px) {
  .info-list li:not(:first-child) {
    margin-top: 25px;
  }
}

.info-list li .h5 {
  display: block;
}

.info-list a {
  color: #fff;
}

.info-list a:hover {
  text-decoration: underline;
}

@media (max-width: 1023px) {
  .info-list .small-text {
    display: none;
  }
}

address {
  font-style: normal;
}

.footer-list {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.2;
  list-style: none;
}

@media (max-width: 1023px) {
  .footer-list {
    font-size: 12px;
  }
}

.footer-list li:not(:first-child) {
  margin-top: 20px;
}

@media (max-width: 1023px) {
  .footer-list li:not(:first-child) {
    margin-top: 20px;
  }
}

.footer-list a {
  color: #fff;
}

.footer-list a:hover {
  text-decoration: underline;
}

.fancybox-button.fancybox-button--zoom, .fancybox-button.fancybox-button--play {
  display: none !important;
}

.video-js .vjs-big-play-button {
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  background: none;
  border-width: 4px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.video-bg-holder {
  position: relative;
  padding-bottom: 42.9%;
  min-height: 712px;
}

@media (max-width: 1023px) {
  .video-bg-holder {
    min-height: 612px;
  }
}

@media (max-width: 374px) {
  .video-bg-holder {
    min-height: 560px;
  }
}

@media (max-width: 767px) {
  .video-bg-holder.video-desktop {
    display: none;
  }
}

.video-bg-holder.video-mobile {
  display: none;
}

@media (max-width: 767px) {
  .video-bg-holder.video-mobile {
    display: block;
  }
}

.video-bg-holder .video-js {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.video-bg-holder .video-js .vjs-tech {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0;
  object-position: 50% 0;
}

.video-bg-holder .video-js .vjs-picture-in-picture-control,
.video-bg-holder .video-js .vjs-volume-panel {
  display: none;
}

.video-bg-holder .video-js .vjs-time-control {
  position: absolute;
  bottom: -20px;
  left: 0;
  font-size: 11px;
  color: #C4C4C4;
  padding: 0 0 0 65px;
}

.video-bg-holder .video-js .vjs-play-control {
  position: absolute;
  bottom: 0;
  left: 0;
}

.video-bg-holder .video-js .vjs-play-control .vjs-icon-placeholder {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  z-index: 99;
  top: 25px;
  left: 22px;
}

.video-bg-holder .video-js .vjs-fullscreen-control {
  position: absolute;
  bottom: -20px;
  right: 0;
}

.video-bg-holder .video-js.vjs-playing + span,
.video-bg-holder .video-js.vjs-playing + span + span {
  opacity: 0;
}

.video-bg-holder .vjs-play-progress {
  background: #C4C4C4;
}

.video-bg-holder .vjs-play-progress::before {
  font-size: 1.8em;
  top: -0.233333em;
  color: #C4C4C4;
}

.video-bg-holder .vjs-control-bar {
  bottom: 144px;
  z-index: 89;
  background-color: transparent;
}

@media (max-width: 1023px) {
  .video-bg-holder .vjs-control-bar {
    bottom: 120px;
  }
}

.video-bg-holder .vjs-progress-holder {
  height: 10px;
  background: #424242;
}

@media (max-width: 1023px) {
  .video-bg-holder .vjs-progress-holder {
    height: 3px;
  }
}

.video-bg-holder .top-title,
.video-bg-holder .title {
  position: absolute;
  color: #fff;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  width: 100%;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

.video-bg-holder .top-title {
  font-size: 24px;
  line-height: 1.5;
  text-transform: uppercase;
  top: 76px;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  max-width: 1080px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 1023px) {
  .video-bg-holder .top-title {
    max-width: 335px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: 0;
    top: 35px;
  }
}

.video-bg-holder .title {
  bottom: 100px;
  text-align: center;
  left: 0;
  right: 0;
  z-index: 0;
  padding: 0 5px;
  font-size: 14px;
}

@media (max-width: 1023px) {
  .video-bg-holder .title {
    font-size: 12px;
    line-height: 1.4;
    bottom: 22px;
    padding: 0 34px;
  }
}

.vjs-has-started .vjs-control-bar {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-size: 42px;
  top: 9px;
}

.vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before {
  font-size: 23px;
  line-height: 20px;
}

@media (min-width: 1024px) {
  .hero-section {
    padding-bottom: 40px;
  }
}

.attention-info-block {
  text-align: center;
  position: relative;
  z-index: 99;
}

@media (min-width: 1024px) {
  .attention-info-block {
    margin-top: -71px;
  }
}

@media (max-width: 1023px) {
  .attention-info-block {
    margin-left: -20px;
    margin-right: -20px;
    font-size: 14px;
    line-height: 1.5;
  }
}

.attention-info-block .note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Oswald", sans-serif;
  color: #868686;
}

@media (max-width: 1023px) {
  .attention-info-block .note {
    padding: 0 20px;
  }
}

@media (max-width: 1023px) {
  .attention-info-block .note .text {
    margin-bottom: 8px;
  }
}

.attention-info-block .note a {
  color: #868686;
}

.attention-info-block .note a:hover {
  text-decoration: underline;
}

.attention-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  padding: 16px 42px 23px;
  color: #fff;
  background: #CA3636;
  border: 9px solid #CA3636;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
  box-shadow: inset 0 0 0 1px #fff;
  margin-bottom: 20px;
}

@media (max-width: 1023px) {
  .attention-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 25px 25px;
    margin-bottom: 23px;
  }
}

@media (min-width: 1024px) {
  .attention-holder .text-wrap {
    width: 50%;
  }
}

.attention-holder .text-wrap p {
  margin-bottom: 0;
}

.statistic-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

@media (min-width: 1024px) {
  .statistic-text {
    width: 50%;
  }
}

@media (max-width: 1023px) {
  .statistic-text {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 25px;
    text-align: center;
  }
}

.statistic-text .h3 {
  font-weight: normal;
  text-transform: none;
}

@media (max-width: 1023px) {
  .statistic-text .h3 {
    margin-bottom: 12px;
  }
}

.sources-holder {
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.sources-holder .title {
  padding: 15px 35px 15px 28px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}

@media (max-width: 1023px) {
  .sources-holder .title {
    font-size: 18px;
    padding-left: 18px;
    font-family: "Oswald", sans-serif;
  }
}

.sources-holder .title.open::after {
  top: 20px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.sources-holder .title::after {
  content: '';
  position: absolute;
  top: 17px;
  right: 34px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #CA3636;
  border-left: 2px solid #CA3636;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

.sources-holder .expanded {
  display: none;
  padding: 10px 28px;
  word-break: break-word;
}

@media (max-width: 1023px) {
  .sources-holder .expanded {
    padding-left: 18px;
    padding-right: 18px;
  }
}

.reports-section {
  padding: 40px 0;
}

@media (max-width: 1023px) {
  .reports-section {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

.reports-block {
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
}

@media (min-width: 1200px) {
  .reports-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.reports-block .title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  background: #CA3636;
  color: #fff;
  padding: 22px 20px;
}

@media (min-width: 1200px) {
  .reports-block .title-inner {
    width: 34%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
    padding: 60px 43px 70px 30px;
  }
}

.reports-block .title-inner .h2 {
  display: block;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.4;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}

@media (max-width: 1199px) {
  .reports-block .title-inner .h2 {
    line-height: 1.55;
  }
}

.reports-block .content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  padding: 22px 16px 35px;
}

@media (min-width: 1200px) {
  .reports-block .content-inner {
    width: 73%;
    padding: 30px 10px 30px 34px;
  }
}

.reports-list {
  margin: 0 -5px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1023px) {
  .reports-list {
    margin: 0;
  }
}

.reports-list li {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 5px;
}

@media (max-width: 1023px) {
  .reports-list li {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}

.reports-list li:not(:first-child) {
  margin-top: 8px;
}

@media (max-width: 1023px) {
  .reports-list li:not(:first-child) {
    margin-top: 20px;
  }
}

@media (min-width: 1024px) {
  .reports-list li:first-child + li {
    margin-top: 0;
  }
}

.reports-list li .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 5px;
}

@media (max-width: 1199px) {
  .reports-list li .icon {
    width: 70px;
  }
}

@media (max-width: 1023px) {
  .reports-list li .icon {
    margin: 0;
  }
}

.reports-list li .text-wrap {
  font-size: 16px;
  line-height: 24px;
  max-width: 280px;
}

@media (min-width: 1024px) {
  .reports-list li .text-wrap {
    line-height: 21px;
  }
}

.reports-list li .text-wrap p {
  margin-bottom: 0;
}

.share-dropdown {
  position: relative;
}

.btn-share {
  border: none;
  background: none;
  padding: 0;
}

@media (min-width: 1024px) {
  .btn-share {
    display: none;
  }
}

@media (max-width: 1023px) {
  .dropdown-holder {
    display: none;
  }
}

.fancybox-bg {
  background: transparent;
}

.fancybox-close-small {
  display: none;
}

.information-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  width: 100%;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #000;
  max-width: 1080px;
  padding: 55px 50px;
  background: #fff;
  border: 1px solid #CA3636;
  -webkit-box-shadow: inset 0 0 0 9px #fff,
  inset 0 0 0 10px #CA3636;
  box-shadow: inset 0 0 0 9px #fff,
  inset 0 0 0 10px #CA3636;
}

@media (max-width: 1023px) {
  .information-modal {
    font-size: 16px;
    line-height: 24px;
    padding: 30px 20px;
  }
}

@media (max-width: 479px) {
  .information-modal {
    max-width: 355px;
  }
}

.information-modal p {
  margin-bottom: 20px;
}

.information-modal .text-wrap {
  max-width: 788px;
  margin-bottom: 60px;
}

@media (max-width: 1023px) {
  .information-modal .text-wrap {
    margin-bottom: 45px;
  }
}

.information-modal h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 31px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #CA3636;
}

.information-modal .buttons-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 -15px;
}

@media (max-width: 1023px) {
  .information-modal .buttons-modal {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -9px;
    margin-right: -9px;
  }
}

@media (max-width: 374px) {
  .information-modal .buttons-modal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.information-modal .buttons-modal .btn-holder {
  padding: 0 15px;
}

@media (max-width: 1023px) {
  .information-modal .buttons-modal .btn-holder {
    padding-left: 9px;
    padding-right: 9px;
  }
}

@media (max-width: 374px) {
  .information-modal .buttons-modal .btn-holder {
    margin-top: 10px;
    width: 100%;
  }
}

@media (max-width: 374px) {
  .information-modal .buttons-modal .btn-holder .btn {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .dropdown {
    position: relative;
  }
}

@media (min-width: 1024px) {
  .share-dropdown .dropdown-toggle {
    display: none;
  }
}

.dropdown:hover .caret, .open.dropdown .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}

@media (max-width: 1023px) {
  .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 5px 10px 10px;
    margin-top: 5px;
    margin-right: -20px;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
}

@media (max-width: 1023px) {
  .dropdown-menu.bottom-up {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
  }
}

@media (max-width: 1023px) {
  .dropdown.open {
    *z-index: 1000;
  }
}

@media (max-width: 1023px) {
  .dropdown.open .dropdown-menu {
    display: block;
  }
}

.intro-section {
  padding: 34px 0 0;
}

@media (max-width: 1023px) {
  .intro-section {
    padding-top: 23px;
  }
}

.intro-section:last-child {
  padding-bottom: 40px;
}

.intro-section .visual-holder {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .intro-section .visual-holder {
    min-height: 355px;
  }
}

@media (min-width: 1024px) {
  .intro-section .btn-go-back {
    margin-bottom: 42px;
  }
}

.intro-section h1 {
  margin-bottom: 0;
  max-width: 770px;
}

@media (min-width: 1024px) {
  .intro-section .head-section {
    margin-bottom: 40px;
  }
}

.main-section {
  text-align: center;
  padding: 90px 0 40px;
}

@media (max-width: 1023px) {
  .main-section {
    padding-top: 50px;
  }
}

.main-section:last-child {
  padding-bottom: 70px;
}

@media (max-width: 1023px) {
  .main-section:last-child {
    padding-bottom: 60px;
  }
}

.main-section .h2 {
  max-width: 833px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 32px;
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .main-section .h2 {
    margin-bottom: 50px;
    padding-bottom: 27px;
  }
}

@media (max-width: 479px) {
  .main-section .h2 {
    max-width: 325px;
  }
}

.main-section .h2::before {
  top: auto;
  bottom: 0;
}

.tile-list {
  margin: 0 -10px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .tile-list {
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
  }
}

.tile-list > li {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .tile-list > li {
    width: 100%;
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .tile-list .helpful-tile-holder h3 {
    margin-bottom: 26px;
  }
}

@media (min-width: 1024px) {
  .tile-list .helpful-tile-holder .text-wrap {
    margin-bottom: 72px;
  }
}

@media (min-width: 1024px) {
  .tile-list .helpful-tile-holder .buttons-wrap {
    margin-bottom: 35px;
  }
}

.recommendation-section {
  text-align: center;
  padding: 30px 0 70px;
}

@media (max-width: 1023px) {
  .recommendation-section {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}

.recommendation-section .headtitle {
  font-size: 30px;
  margin-bottom: 20px;
}

@media (max-width: 1023px) {
  .recommendation-section .headtitle {
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  .single-video-holder {
    padding-top: 58px;
  }
}

.single-video-holder .video-preview {
  min-height: 435px;
}

@media (max-width: 1023px) {
  .single-video-holder .video-preview {
    min-height: 340px;
  }
}

@media (max-width: 374px) {
  .single-video-holder .video-preview {
    min-height: 280px;
  }
}

.single-video-holder .share-article-holder {
  padding-top: 30px;
}

@media (min-width: 1024px) {
  .single-video-holder .share-article-holder {
    padding-top: 82px;
  }
}

.single-video-holder .share-article-holder .info-social {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .single-video-holder .share-article-holder .info-social {
    margin-bottom: 52px;
  }
}



body {
  width: 100%;
}

.open-popUp {
  cursor: pointer;
}

.open-popUp-link {
  text-decoration: underline;
}

.open-popUp-link:hover {
  text-decoration: none;
}

.popUp {
  display: none;
  position: fixed;
  top: 0; /*103px*/
  left: 0;
  right: 0;
  background-color: #fff;
  max-height: 100vh; /*calc(100vh - 103px);*/
  overflow: auto;
  z-index: 200;
}

.popUp .close-icon {
  top: 25px;
}

.popUp .container {
  max-width: 860px;
}

.popUp-active {
  display: block;
}

.popUp_block {
  display: none;
}

.popUp_block-active {
  display: block;
}

.popUp_content {
  padding-top: 40px;
  padding-bottom: 100px;
}

.popUp_title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.popUp_text {
  line-height: 24px;
  margin-bottom: 10px;
}

.popUp_text-bold {
  font-weight: bold;
  margin-top: 24px;
}

.popUp_text-link {
  color: #2D2D2D;
}

.popUp_text-link:hover {
  color: #195589;
}

.popUp_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.popUp_contact .contact_item {
  width: 50%;
  margin-bottom: 30px;
}

.popUp_contact .contact_item:nth-child(odd) {
  padding-right: 40px;
}

.popUp_contact .contact_item:nth-child(even) {
  padding-left: 40px;
}

.popUp_contact .contact_item .item_info-bold {
  font-weight: bold;
}

.popUp_contact .contact_item .item_link {
  font-weight: bold;
  color: #C21673;
  word-break: break-all;
}

.popUp_contact .contact_item .item_link:hover {
  color: #F085BB;
}

.popUp_ul {
  list-style-type: none;
}

.popUp_ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.popUp_ul li:before {
  position: relative;
  top: 5px;
  display: block;
  content: '';
  max-width: 15px;
  min-width: 15px;
  max-height: 15px;
  min-height: 15px;
  margin-right: 15px;
  background-color: #D0E1FB;
  border-radius: 100%;
}

.popUp_partTitle {
  font-weight: 300;
  margin-top: 48px;
  line-height: 28px;
  font-size: 1.375rem;
  margin-bottom: 15px;
}

.close-icon {
  position: absolute;
  right: 20px;
  top: 40px;
  width: 30px;
  height: 30px;
  background-image: url("/assets/images/close-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  border-radius: 100%;
  cursor: pointer;
}

.close-icon:hover {
  background-image: url("/assets/images/close-icon-hover.png");
}

.errore-online{
  border: 2px solid #CA3636 !important;
}