@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
input,
textarea,
button,
select {
  font-family: 'Roboto', sans-serif;
}

input::placeholder,
textarea::placeholder,
button::placeholder,
select::placeholder {
  opacity: 1;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
.tablebodytext {display:none !important;}
/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

a {
  outline: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  color: inherit;
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

input[type='submit'] {
  appearance: none;
}

input[type='search'] {
  appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.container {
  max-width: 100%;
  width: 100%;
  padding-left: 48px;
  padding-right: 20px;
}

@media (max-width: 72.8125rem) {
  .container {
    padding-left: 1.5rem;
    padding-right: 0.625rem;
  }
}

@media (max-width: 62rem) {
  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.burger {
  position: absolute;
  right: 1.25rem;
  display: none;
  cursor: pointer;
  height: 23px;
  top: 50%;
  right: 0.625rem;
  transform: translateY(-50%);
}

.burger.active {
  z-index: 113;
  right: 0.625rem;
}

.burger-icon {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 30px;
  height: 3px;
  background-color: #004866;
  border-radius: 0.625rem;
}

.burger-icon::after {
  content: '';
  position: absolute;
  bottom: -9px;
  width: 30px;
  height: 3px;
  background-color: #004866;
  transition: all ease .2s;
  border-radius: 0.625rem;
}

.burger-icon::before {
  content: '';
  position: absolute;
  bottom: -18px;
  width: 30px;
  height: 3px;
  background-color: #004866;
  transition: all ease .2s;
  border-radius: 0.625rem;
}

.burger-icon.active {
  background: transparent !important;
}

.burger-icon.active::after {
  transform: rotate(45deg);
  transition: all ease .2s;
  background-color: #ffffff !important;
  bottom: -12px;
}

.burger-icon.active::before {
  transform: rotate(-45deg);
  bottom: -12px;
  transition: all ease .2s;
  background-color: #ffffff !important;
}

.btn {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 2.5rem;
  justify-content: center;
  background: #0092B9;
  border-radius: 12.5rem;
  transition: all ease .3s;
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
  border: 1px solid #0092B9;
  background-position: 100%;
}

.btn:hover {
  transition: all ease .3s;
  background: transparent;
  color: #0092B9;
}

.first-col {
  padding-top: 2.5rem;
  padding-left: 3rem;
  min-width: 29.6875rem !important;
  max-width: 29.6875rem !important;
}

@media (max-width: 90rem) {
  .first-col {
    min-width: 25rem !important;
    max-width: 25rem !important;
  }
}

@media (max-width: 80rem) {
  .first-col {
    min-width: 21.875rem !important;
    max-width: 21.875rem !important;
  }
  .title-section {
    font-size: 2.125rem !important;
    line-height: 120% !important;
  }
}

@media (max-width: 1280px) {
  .burger {
    display: block;
  }
  .first-col {
    max-width: 100% !important;
    min-width: unset !important;
  }
}

.title-section {
  font-weight: 500;
  font-size: 3rem;
  line-height: 3.5rem;
  color: #333333;
}

.title-section__sub {
  margin-top: 1.25rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 128%;
  color: #828282;
}

.title-row {
  display: flex;
  align-items: center;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination-count {
  display: flex;
  position: relative;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.pagination-count span {
  font-size: 1rem;
  font-weight: 600;
  color: #000000;
}

.pagination-count span:first-child {
  font-size: 1.9375rem;
  font-weight: 600;
}

.pagination-count span:last-child {
  display: flex;
  align-items: flex-end;
  line-height: 1.25rem;
}

.pagination-count span:last-child::before {
  content: "/";
}

.pagination a {
  display: flex;
  align-items: center;
  height: 1.875rem;
}

.animation-cursor {
  position: absolute;
  width: 50%;
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
  z-index: 1;
}

.animation-cursor img {
  animation: moveInRight 5s infinite;
  transition: all ease 5s;
  animation-duration: 3s;
  width: 10%;
}

@keyframes moveInRight {
  0% {
    transform: translateX(-25%);
  }
  50% {
    transform: translateX(25%);
  }
  100% {
    transform: translate(-25%);
  }
}

@media (max-width: 90rem) {
  .title-section {
    font-size: 2.5rem;
    line-height: 120%;
  }
}

@media (max-width: 62rem) {
  .title-section {
    font-size: 2rem;
    line-height: 140% !important;
  }
}

@media (max-width: 46rem) {
  .title-section {
    font-size: 1.625rem !important;
    line-height: 120% !important;
  }
  .first-col {
    padding-top: 1.875rem !important;
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }
}

.header {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.9375rem;
  border-bottom: 0.5px solid #BDBDBD;
  background-color: #ffffff;
}

.header-row {
  height: 3.9375rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  padding-right: 4.5625rem;
  display: flex;
  align-items: center;
  padding-right: 2.1875rem;
}

.header-logo a {
  display: block;
}
.header-logo a:first-child svg {
  width: 10.25rem;
  height: 2.3125rem;
}

.header-logo a:last-child {
  margin-left: 2.75rem;
}
.header-logo a:last-child svg {
 width: 8.75rem;
 height: 2.1875rem;
}

.header-menu {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
}

.header-menu__list {
  position: relative;
  display: flex;
}

.header-menu__list li {
  position: relative;
  height: 3.9375rem;
  display: flex;
  align-items: center;
  margin-right: 2.5rem;
}
.header-menu__list li:last-child{
  margin-right: 0;
}

.header-menu__list li a {
  display: block;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem;
}

.header-menu__list li a:last-child {
  margin-right: 0;
}
.header-menu__list li:nth-child(4) a:first-child{
  pointer-events: none;
}
.header-menu__list-sub li a{
  pointer-events: all !important;
}
.header-menu__list-sub {
  display: none;
  position: absolute;
  left: 0;
  top: 3.9375rem;
  background: #fff;
  padding: 1rem;
  width: max-content;
}

.header-menu__list-sub li {
  height: auto;
  margin-bottom: 0.625rem;
}

.header-menu__list-sub li:last-child {
  margin-bottom: 0;
}

.header-menu__list-arrow {
  margin-left: 0.4375rem;
}

.header-search {
  padding-left: 1.25rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 0.5px solid #828282;
}

@media (min-width: 80rem) {
  .header-menu__list li:hover .header-menu__list-sub {
    display: block;
  }
}

@media (max-width: 80rem) {
  .header-menu {
    padding-top: 5rem;
    padding-left: 1.25rem;
    margin-left: 0;
    display: block;
    position: fixed;
    z-index: 112;
    left: unset;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background: #185EFF;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    transform: translateX(100%);
    transition: all ease .2s;
  }
  .header-menu.open {
    transform: translateX(0);
    transition: all ease .7s;
  }
  .header-menu__list {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .header-menu__list li {
    display: block;
    width: 100%;
    margin-right: 0;
    height: auto;
    margin-bottom: 1.25rem;
  }
  .header-menu__list li a {
    font-size: 1.375rem;
    color: #fff;
  }
  .header-menu__list-arrow {
    position: absolute;
    right: 0.625rem;
    top: 0;
    transition: all ease .3s;
  }
  .header-menu__list-arrow svg {
    width: 20px;
    height: 20px;
  }
  .header-menu__list-arrow svg path {
    fill: #fff;
  }
  .header-menu__list-arrow.active {
    transform: scale(-1);
    transition: all ease .3s;
  }
  .header-search {
    margin-right: 3.75rem;
  }
  .header-menu__list-sub {
    position: static;
    background-color: transparent;
    padding-bottom: 0.625rem;
    padding-top: 1.5625rem;
  }
  .header-menu__list-sub li a {
    font-size: 1rem;
  }
}

@media (max-width: 46rem) {
  .header-menu {
    width: 100%;
  }
  .header-logo a svg {
    width: 5rem !important;
  }
  .header-logo a:last-child {
    margin-left: 1.25rem;
  }
}

.main {
  border-bottom: 0.5px solid #BDBDBD;
}

.main .container {
  padding-right: 0;
}

.main-row {
  display: flex;
}

.main-title {
  font-weight: 500;
  font-size: 3.5rem;
  line-height: 4.125rem;
  color: #333333;
}

.main-title span {
  text-transform: uppercase;
  color: #185EFF;
}

.main-title__sub {
  margin-top: 1.25rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 128%;
  color: #828282;
}

.main-title__col {
  padding-left: 3rem;
  padding-top: 1.4375rem;
  padding-right: 2.6875rem;
  max-width: 29.0625rem;
  min-width: 29.0625rem;
  width: 100%;
  height: 100%;
}

.main-title__col-link {
  display: flex;
  align-items: center;
  margin-top: 1.0625rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1rem;
  text-transform: uppercase;
  color: #185EFF;
}

.main-title__col-link:hover::after {
  transform: translateX(0.3125rem);
  transition: all ease .3s;
}

.main-title__col-link::after {
  content: '';
  display: block;
  margin-left: 0.25rem;
  min-width: 1rem;
  height: 1rem;
  background: url(../img/icon/main-title-link-arrow.svg) no-repeat;
  transition: all ease .3s;
}

.main-img {
  max-width: 60.625rem;
  width: 100%;
  height: 43.75rem;
}

.main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-event {
  max-width: 30.3125rem;
  width: 100%;
}

.main-event__item {
  position: relative;
  width: 100%;
  position: relative;
  padding-top: 1.4375rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  height: 50%;
}

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

.main-event__item:first-child {
  border-bottom: 0.5px solid #BDBDBD;
  border-right: 0.5px solid #BDBDBD;
}

.main-event__item:nth-child(3) {
  display: none;
  border-right: 0.5px solid #BDBDBD;
}

.main-event__item:nth-child(4) {
  display: none;
}

.main-event__item-date {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.1875rem;
  color: #185EFF;
  width: max-content;
}

.main-event__item-date::after {
  content: "";
  display: block;
  margin-left: 15px;
  width: 1rem;
  height: 1rem;
  background: url(../img/icon/event-item-date-icon.svg) no-repeat;
}

.main-event__item-title {
  margin-top: 0.75rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.1875rem;
  color: #000000;
}

.main-event__tags {
  margin-right: 0.625rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 1rem;
  border: 0.2px solid #BDBDBD;
  border-radius: 6px;
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
  color: #4F4F4F;
  transition: all ease .3s;
  text-align: center;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.main-event__tags:hover {
  background-color: #185EFF;
  color: #fff;
  transition: all ease .3s;
  border: 0.2px solid #185EFF;
}

.main-event__tags:last-child {
  margin-right: 0;
}

.main-event__tags-row {
  margin-top: 1.125rem;
  display: flex;
  align-items: center;
}

.main-event__footer {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 1rem;
}

.main-event__btn {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1rem;
  text-transform: uppercase;
  color: #185EFF;
}

.main-event__btn:after {
  content: '';
  display: block;
  margin-left: 0.375rem;
  width: 1rem;
  height: 1rem;
  background: url(../img/icon/event-item-arrow-icon.svg) no-repeat;
}

.main-event__datepicker {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #828282;
}

.main-description {
  padding-top: 1.4375rem;
  width: 38.2%;
}

.main-description p {
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 1.25rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 128%;
  color: #333333;
}

.main.project {
  background-color: transparent;
}

.main.project .main-title {
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 4.125rem;
  color: #000000;
}

.main.project .main-title__col {
  width: 59.5%;
  max-width: 100%;
}

.main.project .main-img {
  max-width: 100%;
  width: 100%;
}

@media (min-width: 1921px) {
  .main-img {
    max-width: 65.625rem;
    width: 100%;
    height: 43.75rem;
  }
  .main-event {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .main-event__item {
    position: relative;
    width: 50%;
    position: relative;
    padding-top: 1.4375rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    height: 50%;
  }
  .main-event__item:nth-child(2) {
    border-bottom: 0.5px solid #BDBDBD;
  }
  .main-event__item:nth-child(3) {
    display: block;
  }
  .main-event__item:nth-child(4) {
    display: block;
  }
}

@media (max-width: 100rem) {
  .main-img {
    height: 37.5rem;
  }
}

@media (max-width: 90rem) {
  .main-img {
    height: 31.25rem;
  }
  .main-title__col {
    min-width: 25rem;
    max-width: 25rem;
  }
}

@media (max-width: 80rem) {
  .main-img {
    height: 28.125rem;
  }
  .main-title__col {
    min-width: 21.875rem;
    max-width: 21.875rem;
  }
}

@media (max-width: 62rem) {
  .main-row {
    flex-wrap: wrap;
  }
  .main-img {
    margin-top: 2.5rem;
    height: auto;
  }
  .main .container {
    padding-left: 0;
    padding-right: 0;
  }
  .main-title__col {
    padding-left: 1.25rem;
  }
  .main-event {
    max-width: 100%;
    display: flex;
  }
  .main-event__item {
    padding-bottom: 3.75rem;
    width: 50%;
    height: auto;
    border-bottom: none;
    border-right: 0.5px solid #BDBDBD;
  }
  .main-event__item:last-child {
    border-right: none;
  }
  .main-description {
    padding-left: 1.25rem;
    padding-bottom: 2.5rem;
    width: 100%;
  }
  .main-description p {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .main-description p br {
    display: none;
  }
}

@media (max-width: 46rem) {
  .main-title__col {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .main-title {
    font-size: 2.625rem !important;
    line-height: 120% !important;
  }
  .main-event {
    flex-wrap: wrap;
  }
  .main-event__item {
    width: 100%;
    border-right: none;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    border-bottom: 0.5px solid #BDBDBD;
  }
  .main-event__item:last-child {
    margin-bottom: 0;
  }
  .main-event__footer {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .main-description {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .main-img img{
    height: auto;
  }
}

.services-row {
  display: flex;
}

.services-item {
  position: relative;
  padding-top: 2.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  height: 27.5rem;
  width: 25%;
  border-right: 0.5px solid #BDBDBD;
  border-bottom: 0.5px solid #BDBDBD;
  transition: all ease .3s;
  overflow: hidden;
}

.services-item:hover {
  transition: all ease .3s;
  border-bottom: 0.5px solid #BDBDBD;
}

.services-item:hover .services-item__text-hidden {
  transition: all ease .5s;
  transform: translateY(0);
}

.services-item:hover .services-item__icon .first {
  display: none;
}

.services-item:hover .services-item__icon .second {
  opacity: 1;
  transition: all ease 1s;
}

.services-item:first-child {
  padding-left: 3rem;
  max-width: 29.0625rem;
  min-width: 29.0625rem;
  background-color: transparent !important;
}

.services-item:last-child {
  border-right: none;
}

.services-item__icon {
  position: relative;
  z-index: 2;
}

.services-item__icon .second {
  opacity: 0;
}

.services-item__title {
  font-weight: 500;
  font-size: 3rem;
  line-height: 3.5rem;
  color: #333333;
}

.services-item__title-sub {
  margin-top: 1.25rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 128%;
  color: #828282;
}

.services-item__text {
  position: absolute;
  left: 1.25rem;
  bottom: 1.875rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 140%;
  text-transform: uppercase;
  color: #000000;
  transition: all ease .3s;
}

.services-item__text-hidden {
  display: flex;
  align-items: flex-end;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.875rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: #185EFF;
  height: 100%;
  font-weight: 700;
  font-size: 1rem;
  line-height: 140%;
  text-transform: uppercase;
  color: #FFFFFF;
  transform: translateY(100%);
  transition: all ease .3s;
}

@media (max-width: 90rem) {
  .services-item:first-child {
    max-width: 25rem;
    min-width: 25rem;
  }
}

@media (max-width: 80rem) {
  .services-item__text {
    font-size: 0.875rem;
  }
  .services-item__text br {
    display: none;
  }
}

@media (max-width: 62rem) {
  .services-row {
    flex-wrap: wrap;
  }
  .services-item:first-child {
    width: 100%;
    max-width: 100%;
    padding-left: 1.25rem;
    padding-bottom: 1.5rem;
  }
  .services-item {
    width: 50%;
    padding-bottom: 1.5rem;
    height: auto;
  }
  .services-item__text {
    top: 20px;
    margin-top: 0;
    position: absolute;
    margin-top: 0;
  }
  .services-item__icon{
    display: none !important;
  }
  .services-item__text-hidden{
    padding-left: 0;
    margin-top: 1.875rem;
    position: static;
    display: block;
    font-size: 0.7rem;
    color: #000000;
    background:transparent;
    transform: translateY(0) !important;
    bottom: 0;
    top: unset;
    height: auto;
    color: #828282
  }
}

@media (max-width: 46rem) {
  .services-item__text {
    font-size: 0.75rem;
    font-weight: 500;
    left: 0.625rem;
    padding-right: 0.625rem;
  }
  .services-item {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .services-item__text-hidden{
    margin-top: 2.1875rem;
    font-weight: 500;
  }
}

.education {
  border-bottom: 0.5px solid #BDBDBD;
  background: #185EFF;
}

.education .title-section {
  color: #fff;
}

.education .title-section__sub {
  color: #fff;
}

.education-row {
  display: flex;
}

.education-col {
  position: relative;
  padding-top: 2.5rem;
  height: 52.875rem;
}

.education-col:first-child {
  padding-left: 3rem;
  max-width: 29.0625rem;
  min-width: 29.0625rem;
  border-bottom: 0.5px solid #BDBDBD;
}

.education-col__link {
  position: absolute;
  left: 3rem;
  bottom: 2rem;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 1rem;
  line-height: 140%;
  text-transform: uppercase;
  color: #FFFFFF;
}

.education-col__link::after {
  content: '';
  display: block;
  margin-left: 0.375rem;
  width: 1rem;
  height: 1rem;
  background: url(../img/icon/event-item-arrow-icon-white.svg) no-repeat;
}

.education-col__video {
  display: block;
  position: relative;
  height: 16.375rem;
}

.education-col__video-img {
  max-width: 43.125rem;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.education-col__video-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.education-col__video-play {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all ease .3s;
}

.education-col__video-play svg {
  transition: all ease .3s;
}

.education-col__video-play:hover svg {
  width: 4.6875rem;
  height: 4.6875rem;
  transition: all ease .3s;
}

.education-col__video .video {
  display: none;
  width: 100%;
  height: 100%;
}

.education-col__video .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.education-col__row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.education-col__row .education-col {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1rem;
  width: 50% !important;
  max-width: 100% !important;
  min-width: unset !important;
  height: 50%;
  max-width: 100%;
  min-width: unset;
  border-left: 0.5px solid #BDBDBD;
  border-bottom: 0.5px solid #BDBDBD;
}

.education-col__title {
  margin-top: 1.25rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 140%;
  text-transform: uppercase;
  color: #FFFFFF;
}

.education-col__tags {
  display: flex;
  align-items: center;
  position: absolute;
  right: 1.25rem;
  bottom: 1rem;
}

.education-col__tags-item {
  margin-left: 0.625rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 1.25rem;
  height: 1.25rem;
  border: 0.2px solid #ffffff;
  border-radius: 6px;
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
  color: #ffffff;
}

.education-col__tags-item:first-child {
  margin-left: 0;
}

@media (max-width: 90rem) {
  .education-col:first-child {
    max-width: 25rem;
    min-width: 25rem;
  }
  .education-col__row .education-col {
    max-width: 100% !important;
  }
}

@media (max-width: 80rem) {
  .education-col:first-child {
    max-width: 21.875rem;
    min-width: 21.875rem;
  }
  .education-col__row .education-col {
    max-width: 100%;
  }
}

@media (max-width: 62rem) {
  .education-row {
    flex-wrap: wrap;
  }
  .education-col:first-child {
    height: auto;
    padding-bottom: 2.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .education-col__link {
    position: static;
    margin-top: 1.875rem;
  }
  .education-col__row .education-col {
    height: auto;
    padding-bottom: 5rem;
  }
  .education-col__row .education-col:nth-child(odd) {
    border-left: none;
  }
  .education-col__video {
    height: 12.5rem;
  }
}

@media (max-width: 46rem) {
  .education-col__row .education-col {
    max-width: 100%;
    width: 100% !important;
    border: none;
    border-bottom: 0.5px solid #BDBDBD;
  }
  .education-col__row .education-col:nth-child(odd) {
    border: none;
    border-bottom: 0.5px solid #BDBDBD;
  }
  .education-col__row .education-col {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

.project {
  background: #185EFF;
}

.project.index {
  border-bottom: 0.5px solid #BDBDBD;
  background-color: transparent;
}

.project-row {
  display: flex;
}

.project-col {
  position: relative;
  padding-top: 1.5625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.875rem;
  width: 33.33%;
  border-left: 0.5px solid #BDBDBD;
}

.project-col::after {
  content: '';
  position: absolute;
  right: 1.25rem;
  bottom: 1.375rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/icon/project-item-arrow.svg) no-repeat;
}

.project-col:first-child {
  border: none;
}

.project-col:first-child::after {
  display: none;
}

.project-col__img {
  height: 22.4375rem;
}

.project-col__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-col__title {
  margin-top: 1rem;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.375rem;
  color: #333333;
  transition: all ease .3s;
}

.project-col__text {
  margin-top: 1.25rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 128%;
  color: #828282;
}

.project-col__content {
  position: relative;
  display: block;
}

.project-col:hover .project-col__title {
  color: #185EFF;
  transition: all ease .3s;
}

.project-result .first-col {
  padding-bottom: 2.5rem;
}

.project-result .title-section__sub {
  margin-top: 0.375rem;
}

.project-result__row {
  display: flex;
  justify-content: space-between;
}

.project-result__col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  border-left: 0.5px solid #BDBDBD;
}

.project-result__col:first-child {
  display: block;
  padding-left: 3rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  width: 25.7%;
}

.project-result__col:last-child {
  margin-left: 0;
}

.project-result__num {
  font-weight: 700;
  font-size: 4rem;
  line-height: 140%;
  text-transform: uppercase;
  color: #000000;
}

.project-result__num.viz {
  opacity: 1;
}

.project-result__text {
  font-weight: 700;
  font-size: 1rem;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
  color: #828282;
}

.project-result.row-two-element .project-result__col {
  width: 40%;
}

.project-result.row-two-element .project-result__col:first-child {
  width: 25.7%;
}

.project-block {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 2.5rem;
  padding-left: 1.375rem;
  height: 52.875rem;
  border-right: 0.0313rem solid #FFFFFF;
  width: 20%;
}

.project-block .title-section {
  color: #FFFFFF;
}

.project-block .title-section__sub {
  color: #FFFFFF;
}

.project-block:first-child {
  display: block;
  padding-top: 2.6875rem;
  padding-left: 3rem;
  padding-right: 1.25rem;
  width: 25.7%;
}

.project-block:nth-child(2) .project-block__img {
  bottom: 6.25rem;
}

.project-block:nth-child(3) .project-block__img {
  top: 10rem;
}

.project-block:last-child {
  width: 39.8%;
}

.project-block:last-child .project-block__img {
  bottom: 6.25rem;
}

.project-block__top {
  font-weight: 700;
  font-size: 1rem;
  line-height: 140%;
  text-transform: uppercase;
  color: #FFFFFF;
}
.project-block__hidden{
  position: absolute;
  z-index: 1;
  display: none;
  width: 96%;
  left: 50%;
  transform: translateX(-50%);
  background:#fff;
  padding-top: 1.875rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.875rem;
  border-radius:0.625rem;
}
.project-block__hidden p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #333333;
  margin-bottom: 1.25rem;
}
.project-block__hidden b {
  text-transform: uppercase;
}
.project-block__hidden ul{
  margin-top: 1.25rem;
  margin-left: 0.9375rem;
}
.project-block__hidden ul li{
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #333333;
  list-style: disc;
}
.project-block__hidden-close{
  cursor: pointer;
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
}
.project-block__btn{
  cursor: pointer;
  text-transform: lowercase;
  text-decoration: underline;
  font-weight: 400;
  margin-top: 10px;
}
.project-block__top i {
  text-decoration: underline;
  font-style: normal;
}

.project-block__img {
  position: absolute;
  left: 0;
  width: 100%;
}

.project-block__img img {
  width: 100%;
}

.project-block__footer {
  padding-bottom: 2.1875rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.1875rem;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}

.project-block__footer::after {
  content: '';
  margin-left: 0.25rem;
  min-width: 1rem;
  height: 1rem;
  background: url(../img/icon/project-block-arrow.svg) no-repeat;
  transition: all ease .3s;
}

.project-block__footer:hover::after {
  transform: translateX(0.3125rem);
  transition: all ease .3s;
}

.project.svobodnii .project-block:nth-child(2) .project-block__img {
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 1rem;
  overflow: hidden;
}

.project.svobodnii .project-block__insctuction-block {
  position: absolute;
  top: 14.25rem;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 1rem;
  overflow: hidden;
}

.project.svobodnii .project-block__insctuction-top {
  display: inline-flex;
  align-items: center;
  height: 1.875rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-weight: 400;
  font-size: 0.625rem;
  line-height: 128%;
  color: #185EFF;
  background: #FFFFFF;
  border-radius: 1.375rem;
}

.project.svobodnii .project-block__insctuction-text {
  margin-top: 0.625rem;
  padding: 0.75rem;
  padding-right: 0.3125rem;
  font-weight: 400;
  font-size: 0.5625rem;
  line-height: 128%;
  color: #000000;
  background: #FFFFFF;
  border-radius: 1.375rem;
}

.project.svobodnii .project-block__insctuction-text p {
  margin-bottom: 1rem;
}

.project.svobodnii .project-block__insctuction-text p:last-child {
  margin-bottom: 0;
}

.project.svobodnii .project-block__list li {
  padding-left: 2rem;
  background: #FFFFFF;
  height: 3.25rem;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 128%;
  color: #000000;
}

.project.svobodnii .project-block__list li:last-child {
  margin-bottom: 0;
}

.project.svobodnii .project-block:nth-child(3) .project-block__insctuction-block {
  position: absolute;
  top: 14.25rem;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 1rem;
  overflow: hidden;
}

.project.svobodnii .project-block:nth-child(4) .project-block__list {
  position: absolute;
  width: 95%;
  left: 50%;
  bottom: 6.25rem;
  transform: translateX(-50%);
}

.project.samostroj .project-block__insctuction-block {
  position: absolute;
  top: 14.875rem;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 1rem;
  overflow: hidden;
}

.project.samostroj .project-block__insctuction-top {
  display: inline-flex;
  align-items: center;
  height: 1.875rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-weight: 400;
  font-size: 0.625rem;
  line-height: 128%;
  color: #185EFF;
  background: #FFFFFF;
  border-radius: 1.375rem;
}

.project.samostroj .project-block__insctuction-text {
  margin-top: 0.625rem;
  padding: 0.75rem;
  padding-right: 0.3125rem;
  font-weight: 400;
  font-size: 0.5625rem;
  line-height: 128%;
  color: #000000;
  background: #FFFFFF;
  border-radius: 1.375rem;
}

.project.samostroj .project-block__insctuction-text p {
  margin-bottom: 1rem;
}

.project.samostroj .project-block__insctuction-text p:last-child {
  margin-bottom: 0;
}

.project.samostroj .project-block__list li {
  padding-left: 2rem;
  background: #FFFFFF;
  height: 3.25rem;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 128%;
  color: #000000;
}

.project.samostroj .project-block__list li:last-child {
  margin-bottom: 0;
}

.project.samostroj .project-block:first-child {
  width: 31.7%;
}

.project.samostroj .project-block {
  width: 25%;
}

.project.samostroj .project-block:last-child {
  width: 25%;
}

.project.samostroj .project-block:nth-child(3) .project-block__img {
  top: unset;
  bottom: 7rem;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  border-radius: 1rem;
  overflow: hidden;
}

.project.samostroj .project-block:nth-child(5) .project-block__list {
  position: absolute;
  width: 95%;
  left: 50%;
  bottom: 6.25rem;
  transform: translateX(-50%);
}

@media (max-width: 90rem) {
  .project-col__text br {
    display: none;
  }
  .project-col__img {
    height: 15.625rem;
  }
  .project-col__title {
    font-size: 24px;
  }
  .project-col {
    padding-bottom: 3.75rem;
  }
  .project-block {
    height: 37.5rem;
  }
}

@media (max-width: 80rem) {
  .project-result__num {
    font-size: 2.625rem;
  }
  .project-result__text {
    font-size: 0.75rem;
  }
}

@media (max-width: 62rem) {
  .project-row {
    flex-wrap: wrap;
  }
  .project-col {
    width: 50%;
    border-bottom: 0.5px solid #BDBDBD;
    border-left: none;
  }
  .project-col:first-child {
    border-bottom: 0.5px solid #BDBDBD;
  }
  .project-col:first-child {
    padding-bottom: 2.5rem;
  }
  .project-col__img {
    max-width: 27.9375rem;
    width: 100%;
  }
  .project-result__row {
    flex-wrap: wrap;
  }
  .project-result__col:first-child {
    width: 100%;
    padding-right: 1.25rem;
  }
  .project-result__col {
    border-top: 0.5px solid #BDBDBD;
    width: 50%;
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }
  .project-result.row-two-element .project-result__col {
    width: 50%;
  }
  .project-result.row-two-element .project-result__col:first-child {
    width: 100%;
  }
  .project-block {
    height: auto;
    width: 50%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-bottom: 0.5px solid #FFFFFF;
  }
  .project-block:first-child {
    width: 100%;
    padding-left: 1.25rem;
    padding-bottom: 2.5rem;
    border-bottom: 0.5px solid #FFFFFF;
  }
  .project-block:last-child {
    width: 50%;
  }
  .project-block__top {
    height: auto;
  }
  .project-block__top br {
    display: none;
  }
  .project-block__top br {
    display: none;
  }
  .project-block__img {
    position: static;
    margin-top: 0.625rem;
  }
  .project-block__footer {
    margin-top: 1.875rem;
  }
  .project.svobodnii .project-block:nth-child(2) .project-block__img {
    transform: unset;
  }
  .project.svobodnii .project-block:nth-child(4) .project-block__list {
    margin-top: 2.5rem;
    position: static;
    transform: unset;
  }
  .project.svobodnii .project-block:nth-child(3) .project-block__insctuction-block {
    margin-top: 2.5rem;
    position: static;
    transform: unset;
  }
  .project.samostroj .project-block:first-child {
    width: 100%;
  }
  .project.samostroj .project-block {
    width: 50%;
  }
  .project.samostroj .project-block:nth-child(3) .project-block__img {
    margin-top: 2.5rem;
    position: static;
    transform: unset;
  }
  .project.samostroj .project-block:nth-child(5) .project-block__list {
    margin-top: 2.5rem;
    position: static;
    transform: unset;
  }
  .project.samostroj .project-block__insctuction-block {
    margin-top: 2.5rem;
    position: static;
    transform: unset;
  }
  .project.samostroj .project-block:last-child {
    width: 50%;
  }
}

@media (max-width: 46rem) {
  .project-col {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
  }
  .project-result__col:first-child {
    padding-left: 0.625rem;
  }
  /* .project-col__img {
    height: auto;
  } */
  .project-col__title {
    font-size: 1.375rem;
    line-height: 120%;
  }
  .project-result__col {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    justify-content: flex-start;
  }
  .project-result__num {
    height: 3.75rem;
  }
  .project-block {
    width: 100%;
    padding-top: 1.25rem;
    padding-bottom: 1.875rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .project-block:first-child {
    padding-top: 1.25rem;
    padding-bottom: 1.875rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .project-block:last-child {
    width: 100%;
  }
  .project-block__footer {
    padding-bottom: 0;
  }
  .project.svobodnii .project-block__list li {
    font-size: 0.875rem;
    height: 2rem;
  }
  .project.svobodnii .project-block:nth-child(3) .project-block__insctuction-block {
    margin-top: 1.25rem;
  }
  .project.svobodnii .project-block:nth-child(2) .project-block__img {
    margin-left: auto;
    margin-right: auto;
  }
  .project.samostroj .project-block {
    width: 100%;
  }
  .project.samostroj .project-block:last-child {
    width: 100%;
  }
  .project.samostroj .project-block:nth-child(3) .project-block__img {
    margin-left: auto;
    margin-right: auto;
  }
}

.slider {
  position: relative;
}

.slider-item {
  display: flex;
  height: auto;
}

.slider-item__row {
  display: flex;
  align-items: flex-start;
}

.slider-item__img {
  position: relative;
  max-width: 59.375rem;
  width: 100%;
}

.slider-item__img img {
  /* width: 100% !important; */
  /* height: 100% !important; */
  /* object-fit: cover; */
}

.slider-item__img div:first-child {
  position: relative;
}

.slider-item__img div:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.slider-item__img div i{
  margin-top: 0.78rem;
}
.slider-item__img div:first-child:last-child::after {
  display: none;
}

.slider-item__content {
  min-width: 50%;
  padding-top: 2rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.slider-item__title {
  margin-top: 0.5rem;
  font-weight: 500;
  font-size: 3rem;
  line-height: 3.5rem;
  color: #333333;
}

.slider-item__title-top {
  font-weight: 700;
  font-size: 1rem;
  line-height: 128%;
  color: #185EFF;
}

.slider-item__text {
  max-width: 31.25rem;
  margin-top: 1.25rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 128%;
  color: #828282;
}

.slider .slick-dots {
  display: flex;
  padding-left: 1.25rem;
  width: 50%;
  right: 0;
  bottom: 1.25rem;
  text-align: left;
}

.slider .slick-dots li button::before {
  content: '';
  display: none;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #333333;
  opacity: 1;
}

.slider .slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider .slick-dots li button {
  padding: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #333333;
  opacity: 1;
}

.slider .slick-dots li.slick-active {
  border: 2px solid #4F4F4F;
  border-radius: 50%;
}

.slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}

@media (max-width: 62rem) {
  .slider-item__title {
    font-size: 2.125rem;
    line-height: 120%;
  }
  .slider-item__content {
    padding-bottom: 5rem;
  }
}

@media (max-width: 46rem) {
  .slider-item__row {
    flex-wrap: wrap;
  }
  .slider-item__content {
    order: 1;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-bottom: 1.875rem;
    width: 100%;
    max-width: 100%;
  }
  .slider-item__img {
    margin-top: 2.5rem;
    order: 2;
  }
  .slider-item__title {
    font-size: 1.75rem;
  }
  .slider .slick-dots {
    right: 0;
    bottom: -40px;
    text-align: left;
    justify-content: center;
    width: 100%;
    padding-left: 0;
  }
  .slider {
    padding-bottom: 5rem;
  }
  .slider-item__img{
    height: auto;
  }
  .slider-item__img img{
    height: auto !important;
  }
}

.gallery-row {
  position: relative;
  display: flex;
  height: 35.875rem;
}

.gallery-col {
  width: 75%;
}

.gallery-col:first-child {
  width: 24.5%;
  padding-top: 2.5rem;
  padding-left: 3rem;
  padding-right: 1.25rem;
}

.gallery-slider {
  position: static;
  height: 100%;
}

.gallery-slider__item {
  height: 100%;
}

.gallery-slider__item img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease 1s;
}

.gallery-slider__item.slick-current {
  width: 14.4% !important;
  transition: all ease 1s;
}

.gallery-slider__item.slick-current img {
  top: 0;
  width: 100%;
  max-width: 100%;
}

.gallery .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.gallery .slick-list {
  height: 100%;
}

.gallery .slick-track {
  height: 100%;
}

.gallery .slick-dots {
  display: flex;
  padding-left: 1.25rem;
  width: 50%;
  left: 0;
  bottom: 1.25rem;
  text-align: left;
}

.gallery .slick-dots li button::before {
  content: '';
  display: none;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #333333;
  opacity: 1;
}

.gallery .slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery .slick-dots li button {
  padding: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #333333;
  opacity: 1;
}

.gallery .slick-dots li.slick-active {
  border: 2px solid #4F4F4F;
  border-radius: 50%;
}

.gallery .slick-dotted.slick-slider {
  margin-bottom: 0;
}

@media (max-width: 62rem) {
  .gallery-row {
    flex-wrap: wrap;
    height: auto;
  }
  .gallery-col:first-child {
    width: 100%;
    padding-left: 1.25rem;
  }
  .gallery-col {
    width: 100%;
  }
  .gallery-slider {
    height: auto;
    margin-top: 2.5rem;
    display: flex;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-scrollbar-width: none;
  }
  .gallery-slider__item {
    min-width: 35%;
    max-width: 35%;
    margin-right: 1rem;
    height: 15.625rem;
  }
}

@media (max-width: 46rem) {
  .gallery-col:first-child {
    padding-left: 0.625rem;
  }
  .gallery-slider__item {
    height: 6.25rem;
  }
  .gallery-slider__item img {
    width: 100%;
  }
}

.datepicker {
  padding-top: 1.25rem;
  padding-left: 6.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #BDBDBD;
}

.datepicker svg {
  cursor: pointer;
}

.datepicker-row {
  display: flex;
  align-items: center;
}

.datepicker-month {
  margin-right: 4.5rem;
  display: flex;
  align-items: center;
}

.datepicker-month__row {
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
  width: 5.625rem;
}

.datepicker-month__item {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4375rem;
  color: #000000;
  text-align: center;
}

.datepicker-day {
  display: flex !important;
  align-items: center;
  margin-right: 3.75rem;
}

.datepicker-day__row {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 85.625rem;
}

.datepicker-day__block {
  width: 100% !important;
  margin-right: -3.75rem;
}

.datepicker-day__item {
  cursor: pointer;
  margin-right: 1.25rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4375rem;
  color: #000000;
}

.datepicker-day__item:last-child {
  margin-right: 0;
}

.datepicker-day__item.current-day {
  color: #185EFF;
}

.datepicker .datepicker-day__arrows-prev {
  margin-right: 1rem;
}

.datepicker .datepicker-day__arrows-next {
  margin-left: 1rem;
  position: relative;
  z-index: 2;
}

@media (max-width: 100rem) {
  .datepicker {
    padding-left: 3rem;
  }
  .datepicker-day__item {
    margin-right: 0.875rem;
  }
  .datepicker-day__row {
    max-width: 74.625rem;
  }
}

@media (max-width: 80rem) {
  .datepicker-day__item {
    margin-right: 0.625rem;
  }
  .datepicker-row {
    flex-wrap: wrap;
  }
  .datepicker-day__row {
    margin-top: 1.25rem;
    max-width: 100%;
    width: 100%;
  }
  .datepicker-day {
    display: none !important;
    margin-right: 0;
    overflow-x: scroll;
    padding-bottom: 0.625rem;
  }
  .datepicker-day.active {
    display: flex !important;
  }
  .datepicker .datepicker-day__arrows-prev {
    display: none;
  }
  .datepicker .datepicker-day__arrows-next {
    display: none;
  }
}

@media (max-width: 62rem) {
  .datepicker {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (max-width: 46rem) {
  .datepicker {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

.event-wrap {
  display: flex;
}

.event-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.event .event-col {
  max-width: 29.75rem;
  width: 100%;
  padding-top: 1.375rem;
  padding-left: 3rem;
  border-right: 0.5px solid #BDBDBD;
}

.event-title {
  font-weight: 500;
  font-size: 3.5rem;
  line-height: 4.125rem;
  color: #000000;
}

.event-title__sub {
  margin-top: 1.25rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.1875rem;
  color: #828282;
}

.event-item {
  position: relative;
  padding-top: 1.4375rem;
  padding-left: 1.25rem;
  width: 33.33%;
  height: 21.75rem;
  border-bottom: 0.5px solid #BDBDBD;
  border-right: 0.5px solid #BDBDBD;
}

.event-item:nth-child(3n) {
  border-right: none;
}

.event-item:nth-last-child(-n+3) {
  border-bottom: none;
}

.event-item__date {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.1875rem;
  color: #185EFF;
}

.event-item__date::after {
  content: "";
  display: block;
  margin-left: 0.9375rem;
  width: 1rem;
  height: 1rem;
  background: url(../img/icon/event-item-date-icon.svg) no-repeat;
}

.event-item__title {
  margin-top: 0.75rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.1875rem;
  color: #000000;
}

.event-item__tags {
  margin-top: 0.5625rem;
  margin-right: 0.625rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 1.25rem;
  border: 0.2px solid #BDBDBD;
  border-radius: 6px;
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
  color: #4F4F4F;
  transition: all ease .3s;
}

.event-item__tags:hover {
  background-color: #185EFF;
  color: #fff;
  transition: all ease .3s;
  border: 0.2px solid #185EFF;
}

.event-item__tags:last-child {
  margin-right: 0;
}

.event-item__tags-row {
  margin-top: 0.5625rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.event-item__footer {
  display: flex;
  align-items: center;
  position: absolute;
  left: 1.25rem;
  bottom: 1rem;
}

.event-item__link {
  margin-right: 1.25rem;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1rem;
  text-transform: uppercase;
  color: #185EFF;
}

.event-item__link:after {
  content: '';
  display: block;
  margin-left: 0.375rem;
  width: 1rem;
  height: 1rem;
  background: url(../img/icon/event-item-arrow-icon.svg) no-repeat;
  transition: all ease .3s;
}

.event-item__link:hover::after {
  transition: all ease .3s;
  transform: translateX(0.3125rem);
}

.event-item__donwload {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1rem;
  text-transform: uppercase;
  color: #185EFF;
}

.event-item__donwload:after {
  content: '';
  display: block;
  margin-left: 0.375rem;
  width: 1rem;
  height: 1rem;
  background: url(../img/icon/event-item-arrow-down.svg) no-repeat;
  transition: all ease .3s;
}

.event-item__donwload:hover::after {
  transition: all ease .3s;
  transform: translateY(0.3125rem);
}

.event-tags {
  margin-right: 0.625rem;
  margin-top: 0.9375rem;
  padding-left: 0.4688rem;
  padding-right: 0.4688rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.9375rem;
  border: 1px solid #333333;
  border-radius: 0.5rem;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.1875rem;
  text-align: center;
  color: #4F4F4F;
  transition: all ease .3s;
}

.event-tags.active {
  background: #185EFF;
  color: #FFFFFF;
  border: 1px solid #185EFF;
}

.event-tags:hover {
  transition: all ease .3s;
  background: #185EFF;
  color: #FFFFFF;
  border: 1px solid #185EFF;
}

.event-tags__row {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 100rem) {
  .event .event-col {
    max-width: 28.6rem;
  }
}

@media (max-width: 90rem) {
  .event .event-col {
    max-width: 25.7rem;
  }
  .event-title {
    font-size: 2.625rem;
    line-height: 120%;
  }
}

@media (max-width: 83.5rem) {
  .event .event-col {
    max-width: 100%;
    width: 25%;
  }
}

@media (max-width: 80rem) {
  .event-wrap {
    flex-wrap: wrap;
  }
  .event .event-col {
    padding-bottom: 2rem;
    width: 100%;
  }
}

@media (max-width: 62rem) {
  .event .event-col {
    padding-left: 1.25rem;
  }
  .event-item {
    width: 50%;
  }
  .event-item:nth-child(3n) {
    border-right: 0.5px solid #BDBDBD;
  }
  .event-item:nth-last-child(-n+3) {
    border-bottom: 0.5px solid #BDBDBD;
  }
}

@media (max-width: 46rem) {
  .event-title {
    font-size: 2.25rem;
  }
  .event .event-col {
    padding-left: 0.625rem;
  }
  .event-item {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-bottom: 5rem;
    height: auto;
  }
  .event-item__title {
    font-size: 0.875rem;
    line-height: 120%;
  }
  .event-item__footer {
    left: 0.625rem;
    flex-wrap: wrap;
  }
  .event-item__donwload {
    margin-top: 0.625rem;
  }
  .event-item__donwload::after {
    display: none;
  }
}

.footer {
  width: 50%;
}

.footer.inside {
  width: 100%;
  border-top: 0.5px solid #BDBDBD;
}

.footer.inside .footer-row {
  display: flex;
  height: 100%;
}

.footer.inside .footer-contact {
  padding-top: 2.1875rem;
  padding-left: 3rem;
  width: 50%;
  border-right: 0.5px solid #BDBDBD;
  padding-bottom: 10.375rem;
}

.footer.inside .footer-menu {
  width: 50%;
  height: 100%;
  border-top: none;
  border-bottom: none;
  
}

.footer-row {
  display: flex;
}

.footer-row.index .form {
  width: 50%;
}

.footer-row .form {
  padding-bottom: 4.375rem;
  padding-top: 2.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
  border-right: 0.5px solid #BDBDBD;
  border-top: 0.5px solid #BDBDBD;
}

.footer-row .form form {
  position: relative;
  margin-top: 3rem;
  max-width: 45.4375rem;
  width: 100%;
}

.footer-row .form input {
  width: 100%;
  border: none;
  padding-left: 0.375rem;
}

.footer-row .form input::placeholder {
  font-weight: 300;
  font-size: 1rem;
  line-height: 128%;
  color: #BDBDBD;
  opacity: 1;
}

.footer-row .form textarea {
  resize: none;
  width: 100%;
  padding-left: 0.375rem;
  padding-top: 0.5rem;
  border: 0.5px solid #BDBDBD;
}

.footer-row .form textarea::placeholder {
  font-weight: 300;
  font-size: 1rem;
  line-height: 128%;
  color: #BDBDBD;
  opacity: 1;
}

.footer-row .form .input-file {
  display: block;
  cursor: pointer;
  margin-bottom: 2.25rem;
}

.footer-row .form .input-file input[type=file] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}

.footer-row .form .input-file span {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 1rem;
  line-height: 128%;
  color: #185EFF;
}

.footer-row .form .input-file span svg {
  display: block;
  margin-right: 0.75rem;
}

.footer-row .form .input-wrap {
  padding-bottom: 0.25rem;
  margin-bottom: 2.25rem;
  border-bottom: 0.5px solid #BDBDBD;
}

.footer-row .form select {
  display: block;
  margin-bottom: 2.25rem;
  padding-bottom: 0.25rem;
  border: none;
  width: 100%;
  height: 1.5625rem;
  background-color: transparent;
  color: #BDBDBD;
  border-bottom: 0.5px solid #BDBDBD;
  appearance: none;
  -webkit-appearance: none;
  background: url(../img/icon/select-arrow.svg) no-repeat;
  background-position: 99%;
  background-color: transparent;
}

.footer-row .form-btn {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0.9375rem;
  bottom: 0.9375rem;
  border: none;
  background-color: transparent;
  font-weight: 400;
  font-size: 1rem;
  line-height: 128%;
  color: #185EFF;
}

.footer-row .form-btn svg {
  display: block;
  margin-left: 0.3125rem;
}

.footer-row .form .input-checkbox {
  margin-bottom: 1.125rem;
  display: flex;
  align-items: flex-start;
}

.footer-row .form .input-checkbox:last-child {
  margin-bottom: 0;
}

.footer-row .form .input-checkbox input {
  min-width: 0.9375rem;
  width: 0.9375rem;
  height: 0.9375rem;
  border: 1px solid #000000;
}

.footer-row .form .input-checkbox label {
  padding-left: 1.125rem;
  font-weight: 300;
  font-size: 1rem;
  line-height: 128%;
  color: #000000;
}

.footer-menu {
  padding-top: 3.375rem;
  padding-bottom: 4.625rem;
  padding-left: 1.25rem;
  height: 50%;
  display: flex;
  border-top: 0.5px solid #BDBDBD;
  border-bottom: 0.5px solid #BDBDBD;
}

.footer-menu__col {
  margin-right: 25rem;
}

.footer-menu__col:last-child {
  margin-right: 0;
}

.footer-menu__col li {
  margin-bottom: 1rem;
}

.footer-menu__col li:last-child {
  margin-bottom: 0;
}

.footer-menu__col li a {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.4375rem;
  color: #333333;
}

.footer-contact {
  padding-top: 1.5625rem;
  padding-left: 1.25rem;
}

.footer-contact p {
  margin-bottom: 1.25rem;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.4375rem;
  color: #333333;
}

.footer-contact a {
  display: block;
  margin-bottom: 1.25rem;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.4375rem;
  color: #333333;
}

.footer-contact a:last-child {
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.4375rem;
  color: #185EFF;
}

@media (max-width: 80rem) {
  .footer-menu {
    justify-content: space-between;
    padding-right: 1.25rem;
  }
  .footer-menu__col {
    margin-right: 0;
  }
}

@media (max-width: 62rem) {
  .footer-row .form {
    padding-left: 1.25rem;
  }
  .footer.inside .footer-contact {
    padding-left: 1.25rem;
  }
}

@media (max-width: 46rem) {
  .footer-row .form {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-bottom: 2.5rem;
  }
  .footer-menu {
    padding-right: 0.625rem;
  }
  .footer-row {
    flex-wrap: wrap;
  }
  .footer-row.index .form {
    width: 100%;
  }
  .footer-row .form form {
    width: 100%;
    max-width: 100%;
  }
  .footer {
    width: 100%;
  }
  .footer-menu {
    padding-bottom: 2.5rem;
    height: auto;
    justify-content: flex-start;
  }
  .footer-menu__col {
    margin-right: 2.5rem;
  }
  .footer-menu__col:last-child {
    margin-right: 0;
  }
  .footer-menu__col li a {
    font-size: 1.125rem;
  }
  .footer-contact {
    padding-bottom: 2.5rem;
  }
  .footer-contact a {
    font-size: 1rem;
  }
  .footer-contact p {
    font-size: 1rem;
  }
  .footer.inside {
    border-top: 0.5px solid #BDBDBD;
  }
  .footer.inside .footer-row {
    flex-wrap: wrap;
  }
  .footer.inside .footer-contact {
    padding-top: 1.25rem;
    width: 100%;
    order: 2;
    padding-left: 0.625rem;
    padding-bottom: 3.75rem;
  }
  .footer.inside .footer-menu {
    padding-bottom: 1.25rem;
    width: 100%;
    order: 1;
    padding-left: 0.625rem;
    border-bottom: 0.5px solid #BDBDBD;
  }
}

html {
  font-size: 16px;
}

@media (max-width: 100rem) {
  html {
    font-size: 14px;
  }
}

@media (max-width: 62rem) {
  html {
    font-size: 16px;
  }
}

body {
  padding-top: 3.9375rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  min-width: 320px;
  background-color: #FFFFFF;
  color: #333333;
}

body.hidden {
  width: 99vw;
  height: 100vh;
  overflow: hidden;
}

a {
  outline: none !important;
}
/*# sourceMappingURL=main.css.map */
#ownd-search
{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba( 0, 0, 0, 0.8 );
	z-index: 1000;
}

#ownd-search.ownd-search-result-found
{
	overflow-y: scroll;
}

#ownd-search .ownd-search-form
{
	width: 630px;
	height: 55px;
	margin: auto;
	margin-top: 15%;
	position: relative;
	max-width: 70%;
	transition: 0.5s;
}

#ownd-search.ownd-search-result-found .ownd-search-form
{
	margin-top: 30px;
}

#ownd-search .ownd-search-form input
{
	border: none;
	width: 100%;
	height: 100%;
	border-radius: 28px;
	padding: 10px 0 10px 20px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

#ownd-search .ownd-search-button
{
	width: 55px;
	height: 55px;
	border-radius: 28px;
	background: url( '/local/templates/gin_main/img/icon/search.png' ) 50% 50% no-repeat #185EFF;
	position: absolute;
	right: -1px;
	top: 0;
	cursor: pointer;
	transition: 0.3s;
}

#ownd-search .ownd-search-button:hover
{
	background-color: #185EFF;
}

#ownd-search .ownd-close-search-form
{
	width: 17px;
	height: 17px;
	position: absolute;
	top: 19px;
	right: -300px;
	cursor: pointer;
	background: url( '/local/templates/gin_main/img/icon/close.png' ) 50% 50% / contain no-repeat;
}

#ownd-search.ownd-search-result-empty .ownd-search-result
{
	width: 630px;
	margin: auto;
	text-align: center;
	margin-top: 100px;
}

#ownd-search.ownd-search-result-empty .ownd-search-result h4
{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
}

#ownd-search.ownd-search-result-empty .ownd-search-result p
{
	color: #fff;
	font-size: 16px;
	line-height: 1.3;
	margin-top: 10px;
}

#ownd-search .ownd-search-result-container
{
	-webkit-column-width: 625px;
	-moz-column-width: 625px;
	column-width: 625px;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	width: 1310px;
	margin: 50px auto;
}

#ownd-search .ownd-search-result-block
{
	margin: 0 2px 60px;
    padding: 15px;
    padding-bottom: 10px;
    -webkit-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    display: inline-block;
    column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    float: left;
	width: 630px;
}

#ownd-search .ownd-search-result-block-title
{
	font-size: 18px;
    font-weight: bold;
	color: #fff;
	margin-bottom: 30px;
}

#ownd-search .ownd-search-result-sections
{
	
}

#ownd-search .ownd-search-result-section
{
    font-size: 17px;
    line-height: 88px;
	width: 180px;
    height: 88px;
    text-align: center;
    background: rgba(88,88,88,0.55);
    border: 1px solid rgba(168,168,168,0.4);
	color: #fff;
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 30px;
}

#ownd-search .ownd-search-result-section:nth-child(3n+3)
{
	margin-right: 0;
}

#ownd-search .ownd-search-result-section:hover
{
    background: rgba(88,88,88,0.75);
}

#ownd-search .ownd-search-result-block-items
{
	
}

#ownd-search .ownd-search-result-block-item
{
	display: block;
	margin-bottom: 20px;
}

#ownd-search .ownd-search-result-block-item + .ownd-search-result-block-item
{
	padding-top: 20px;
	border-top: 1px solid #fff;
}

#ownd-search .ownd-search-result-block-item-name
{
	color: #fff;
	line-height: 1.3;
}

#ownd-search .ownd-search-result-block-item-text
{
	color: #fff;
	line-height: 1.3;
	margin-top: 10px;
}

#ownd-search .ownd-search-result-block-item:hover .ownd-search-result-block-item-text
{
	color: rgba(255,255,255,0.75);
}

#ownd-search .ownd-search-query-highlight,
#ownd-search .ownd-search-result-block-item-text b
{
	color: #185EFF;
}


@media (max-width: 1365px)
{
	#ownd-search .ownd-close-search-form
	{
		right: -40px;
	}
	
	#ownd-search .ownd-search-result-container
	{
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		width: 630px;
	}
}

@media (max-width: 630px)
{
	#ownd-search .ownd-search-result-container
	{
		width: 420px;
	}
	
	#ownd-search .ownd-search-result-block
	{
		width: 420px;
	}
	
	#ownd-search .ownd-search-result-section:nth-child(3n+3)
	{
		margin-right: 30px;
	}
	
	#ownd-search .ownd-search-result-section:nth-child(2n+2)
	{
		margin-right: 0;
	}
}

@media (max-width: 450px)
{
	#ownd-search .ownd-search-result-container
	{
		width: 100%;
	}
	
	#ownd-search .ownd-search-result-block
	{
		width: 100%;
	}
	
	#ownd-search .ownd-search-result-section,
	#ownd-search .ownd-search-result-section:nth-child(3n+3)
	{
		margin-right: 0;
	}
}
.press-object__output-right{
  display: none;
}