/* ========== Text Colors ========== */
/* ============= Base settings =============== */
body {
  margin: 0;
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.6em;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
  color: #000;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

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

.main-content {
  display: block;
  line-height: 1;
}

/* =================== COMPONENTS STYLE ================== */
.view-more {
  text-decoration: none;
  padding: 10px 20px;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.view-more.transparent {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.view-more.transparent:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

.view-more.black {
  color: #000000;
  border: 1px solid #000000;
}

.view-more.black:hover {
  background-color: #472A48;
  color: #ffffff;
}

.view-more.colored {
  background-color: #0079C1;
  color: #ffffff;
}

.view-more.colored:hover {
  background-color: #0091e8;
}

.view-more.black-trasparent {
  display: inline-block;
  border: 1px solid #000000;
  background-color: transparent;
  color: #000000;
}

.view-more.black-trasparent:hover {
  background-color: #008FE4;
  color: #ffffff;
}

.section-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.section-title.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #0079C1;
  margin-bottom: 20px;
}

.section-title.horizontal:before {
  content: '';
  display: block;
  width: 70px;
  height: 2px;
  background-color: #0079C1;
  margin-right: 10px;
}

.section-title.vertical {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  color: #ffffff;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  text-align: right;
  float: right;
  margin-right: 27px;
}

.section-title.vertical:after {
  content: '';
  display: block;
  width: 2px;
  height: 70px;
  background-color: #ffffff;
  margin-top: 10px;
}

/* =================== HEADER ================== */
.header-top-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px 0;
  background-color: #ffffff;
}

.header-top-wrapper .logo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
}

.header-top-wrapper>.container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.header-top-wrapper .site-controll {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 35%;
  align-items: center;
  justify-content: space-between;
}

.header-top-wrapper .site-controll .language .title {
  color: #909090;
  font-weight: 300;
  font-size: 16px;
}

.header-top-wrapper .language>select {
  padding: 1px 5px 1px 5px;
  background-color: #ffffff;
  border: none;
  outline: none;
  font-size: 15px;
  font-weight: 600;
}

.header-top-wrapper .social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
}

.header-top-wrapper .social a {
  width: 18px;
  height: 18px;
  -webkit-background-size: cover;
  background-size: cover;
  margin-right: 15px;
  padding: 5px;
  line-height: 1em;
}

.header-top-wrapper .social a:last-child {
  margin-right: 0;
}

.header-top-wrapper .social a.facebook {
  background: url("../img/icons/facebook-black.svg") center center no-repeat;
}

.header-top-wrapper .social a.youtube {
  background: url("../img/icons/youtube-black.svg") center center no-repeat;
}

.header-top-wrapper .social a.twitter {
  background: url("../img/icons/twitter-black.svg") center center no-repeat;
}

.header-top-wrapper .social a.linkedin {
  background: url("../img/icons/linkedin-black.svg") center center no-repeat;
}

/* =================== TOP MENU ================== */
.top-menu {
  display: block;
  background-color: #2F343A;
}

.top-menu .top-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.top-menu .top-menu-wrapper i.search-button {
  width: 40px;
  height: 36px;
  display: none;
  background: #ffffff url("../img/icons/menu.svg") center center no-repeat;
  -webkit-background-size: 30px;
  background-size: 30px;
  position: absolute;
  left: 0;
  top: 10px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  z-index: 2;
}

.top-menu .top-menu-wrapper .nav-items-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top-menu .top-menu-wrapper .nav-items-wrapper a {
  padding: 16px 25px;
  color: #ffffff;
  text-decoration: none;
  border-right: 1px solid #636363;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  text-transform: uppercase;
}

.top-menu .top-menu-wrapper .nav-items-wrapper a:hover,
.top-menu .top-menu-wrapper .nav-items-wrapper a.active {
  background-color: #3d444b;
}

.top-menu .top-menu-wrapper .nav-items-wrapper a:first-child {
  border-left: 1px solid #636363;
}

.top-menu .top-menu-wrapper form.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 8px 15px 8px 10px;
}

.top-menu .top-menu-wrapper form.search input.search-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-color: transparent;
  outline: none;
  margin-right: 10px;
  color: #5C5C5C;
  font-size: 14px;
}

.top-menu .top-menu-wrapper form.search input.search-input::-webkit-input-placeholder {
  coloR: #5C5C5C;
}

.top-menu .top-menu-wrapper form.search input.search-input::-moz-placeholder {
  coloR: #5C5C5C;
}

.top-menu .top-menu-wrapper form.search input.search-input:-ms-input-placeholder {
  coloR: #5C5C5C;
}

.top-menu .top-menu-wrapper form.search input.search-input::-ms-input-placeholder {
  coloR: #5C5C5C;
}

.top-menu .top-menu-wrapper form.search input.search-input::placeholder {
  coloR: #5C5C5C;
}

.top-menu .top-menu-wrapper form.search .submit {
  background: url("../img/icons/search.svg") center center no-repeat;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

/* =================== SLIDER ================== */
section.slider {
  height: 444px;
  position: relative;
}

section.slider .sliders-wrapper {
  display: block;
  height: 444px;
  position: relative;
}

section.slider .sliders-wrapper .slider-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 444px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

section.slider .sliders-wrapper .slider-item.active {
  opacity: 1;
  visibility: visible;
}

section.slider .sliders-wrapper .slider-item .left-part,
section.slider .sliders-wrapper .slider-item .right-part {
  display: inline-block;
  background-color: #dedede;
}

section.slider .sliders-wrapper .slider-item .right-part iframe {
  width: 100%;
  height: 100%;
}

section.slider .sliders-wrapper .slider-item .left-part {
  width: 45%;
  height: 380px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

section.slider .sliders-wrapper .slider-item .left-part .content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 480px;
  width: 100%;
  color: #ffffff;
  margin-right: 25px;
}

section.slider .sliders-wrapper .slider-item .left-part .content-wrapper .category {
  font-family: "Roboto", sans-serif;
  opacity: 0.5;
  margin-bottom: 15px;
  margin-left: 70px;
}

section.slider .sliders-wrapper .slider-item .left-part .content-wrapper .title {
  font-size: 24px;
  line-height: 1.6em;
  font-weight: bold;
  margin-left: 70px;
  position: relative;
  margin-bottom: 25px;
  color: #fff;
  text-decoration: none;
  transition: color .2s;
}

section.slider .sliders-wrapper .slider-item .left-part .content-wrapper .title:hover {
  color: #d2d2d2;
}

section.slider .sliders-wrapper .slider-item .left-part .content-wrapper .title:before {
  content: '';
  display: block;
  position: absolute;
  left: -80px;
  top: 18px;
  width: 70px;
  height: 2px;
  background-color: #ffffff;
  margin-right: 10px;
  opacity: 0.5;
}

section.slider .sliders-wrapper .slider-item .left-part .content-wrapper .open-slider {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 70px;
}

section.slider .sliders-wrapper .slider-item .left-part .slider-dots {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 35px;
  right: 35px;
}

section.slider .sliders-wrapper .slider-item .left-part .slider-dots>span {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
  border: 2px solid #0079C1;
  cursor: pointer;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

section.slider .sliders-wrapper .slider-item .left-part .slider-dots>span:last-child {
  margin-right: 0;
}

section.slider .sliders-wrapper .slider-item .left-part .slider-dots>span.active,
section.slider .sliders-wrapper .slider-item .left-part .slider-dots>span:hover {
  background-color: #0079C1;
  border-color: #ffffff;
}

section.slider .sliders-wrapper .slider-item .right-part {
  width: 55%;
  position: relative;
  height: 444px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

section.slider .sliders-wrapper .slider-item .right-part h1 {
  position: absolute;
  bottom: 25px;
  left: 45px;
  margin: 0;
}

section.slider .sliders-wrapper .slider-item .right-part h1>span {
  background-color: #472A48;
  color: #ffffff;
  font-weight: 300;
  line-height: 1.4em;
  padding: 5px 0;
}

section.slider .sliders-wrapper .slider-item .right-part h1>span>p {
  background-color: #472A48;
  color: #ffffff;
  font-weight: 300;
  line-height: 1.4em;
  padding: 5px 0;
}

section.slider .sliders-wrapper .slider-controls {
  position: absolute;
  bottom: 0;
  left: -webkit-calc(45% - 64px*2);
  left: calc(45% - 64px*2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

section.slider .sliders-wrapper .slider-controls:before {
  content: '';
  background-color: #ffffff;
  width: 50vw;
  height: 64px;
  position: absolute;
  top: 0;
  right: 128px;
}

section.slider .sliders-wrapper .slider-controls .next,
section.slider .sliders-wrapper .slider-controls .prev {
  width: 64px;
  height: 64px;
  position: relative;
  cursor: pointer;
}

section.slider .sliders-wrapper .slider-controls .next {
  background-color: #008FE4;
}

section.slider .sliders-wrapper .slider-controls .next:hover {
  background-color: #005e96;
}

section.slider .sliders-wrapper .slider-controls .next:after {
  content: '';
  position: absolute;
  width: 64px;
  height: 64px;
  background: url("../img/icons/next_prev.svg") center center no-repeat;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

section.slider .sliders-wrapper .slider-controls .prev {
  background-color: #004E7D;
}

section.slider .sliders-wrapper .slider-controls .prev:hover {
  background-color: #0072b6;
}

section.slider .sliders-wrapper .slider-controls .prev:after {
  content: '';
  position: absolute;
  width: 64px;
  height: 64px;
  background: url("../img/icons/next_prev.svg") center center no-repeat;
}

/* =================== ABOUT ================== */
section.about {
  margin-top: 90px;
  margin-bottom: 90px;
}

section.about .about-wrapper .content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

section.about .about-wrapper .content-wrapper .description {
  width: 60%;
  margin-right: 70px;
  margin-left: 80px;
  font-size: 15px;
  line-height: 25px;
  color: #000000;
}

section.about .about-wrapper .content-wrapper .description a.gallery-item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: unset;
  color: #000000;
  text-decoration: none;
  padding: 7px 20px;
  margin-bottom: 0;
  margin-top: 20px;
  border: 1px solid #000000;
}

section.about .about-wrapper .content-wrapper .gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 40%;
}

section.about .about-wrapper .content-wrapper .gallery-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 49%;
  margin-bottom: 2%;
  cursor: pointer;
}

section.about .about-wrapper .content-wrapper .gallery a.gallery-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #0079C1;
  text-decoration: none;
  color: #ffffff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

section.about .about-wrapper .content-wrapper .gallery a.gallery-item:after {
  content: '';
  display: block;
  margin-top: 15px;
  width: 20px;
  height: 17px;
  background: url("../img/icons/next_prev.svg") center center no-repeat;
  -webkit-transition: margin-left .2s ease-in-out;
  -o-transition: margin-left .2s ease-in-out;
  transition: margin-left .2s ease-in-out;
}

section.about .about-wrapper .content-wrapper .gallery a.gallery-item:hover:after {
  margin-left: 15px;
}

/* =================== PROJECTS ================== */
section.projects {
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #472A48), color-stop(0%, transparent), color-stop(80%, #E6ECFB));
  background: -webkit-linear-gradient(left, #472A48 20%, transparent 0%, #E6ECFB 80%);
  background: -o-linear-gradient(left, #472A48 20%, transparent 0%, #E6ECFB 80%);
  background: linear-gradient(to right, #472A48 20%, transparent 0%, #E6ECFB 80%);
  margin-bottom: 90px;
}

section.projects>.container {
  position: relative;
}

section.projects .projects-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

section.projects .projects-wrapper .left-part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 12%;
  background-color: #472A48;
  position: relative;
}

section.projects .projects-wrapper .right-part {
  width: 88%;
  background-color: #E6ECFB;
}

section.projects .projects-wrapper .right-part .news-items-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 1145px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: 27px;
}

section.projects .projects-wrapper .right-part .news-items-wrapper .slick-list {
  padding-left: 10px;
}

section.projects .projects-wrapper .right-part .news-items-wrapper .slick-active img {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}

section.projects .projects-wrapper .right-part .news-items-wrapper .news-item {
  display: block;
  text-decoration: none;
  width: 33%;
  margin-right: 30px;
  margin-top: 36px;
  outline: transparent;
}

section.projects .projects-wrapper .right-part .news-items-wrapper .news-item img {
  margin-bottom: 40px;
}

section.projects .projects-wrapper .right-part .news-items-wrapper .news-item .title {
  display: block;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.05em;
  color: #000000;
  font-weight: bold;
  margin-bottom: 23px;
}

section.projects .projects-wrapper .right-part .news-items-wrapper .news-item .read-more {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #004E7D;
}

section.projects .projects-wrapper .right-part .news-items-wrapper .news-item:last-child {
  margin-right: 0;
}

section.projects .projects-wrapper .right-part .view-more-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
}

section.projects .slider-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  bottom: 0;
  width: 100vw;
  height: 64px;
  background-color: #ffffff;
}

section.projects .slider-controls .next,
section.projects .slider-controls .prev {
  width: 64px;
  height: 64px;
  position: relative;
  cursor: pointer;
}

section.projects .slider-controls .next {
  background-color: #65376F;
}

section.projects .slider-controls .next:hover {
  background-color: #794285;
}

section.projects .slider-controls .next:after {
  content: '';
  position: absolute;
  width: 64px;
  height: 64px;
  background: url("../img/icons/next_prev.svg") center center no-repeat;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

section.projects .slider-controls .prev {
  background-color: #512c59;
}

section.projects .slider-controls .prev:hover {
  background-color: #794285;
}

section.projects .slider-controls .prev:after {
  content: '';
  position: absolute;
  width: 64px;
  height: 64px;
  background: url("../img/icons/next_prev.svg") center center no-repeat;
}

/* =================== EVENTS ================== */
section.events {
  margin-bottom: 90px;
}

section.events .events-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

section.events .events-wrapper .content-wrapper {
  width: 40%;
  margin-right: 45px;
  font-size: 15px;
  line-height: 25px;
  color: #000000;
}

section.events .events-wrapper .content-wrapper .description {
  margin-bottom: 40px;
  margin-left: 80px;
}

section.events .events-wrapper .content-wrapper .view-more {
  margin-left: 80px;
}

section.events .events-wrapper .events-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

section.events .events-wrapper .events-items .event-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 25px;
  text-decoration: none;
}

section.events .events-wrapper .events-items .event-item:last-child {
  margin-bottom: 0;
}

section.events .events-wrapper .events-items .event-item .posted {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #494949;
  margin-bottom: 5px;
}

section.events .events-wrapper .events-items .event-item .posted:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 15px;
  background: url("../img/icons/calendar.svg") center center no-repeat;
  opacity: 0.5;
}

section.events .events-wrapper .events-items .event-item .event-title {
  margin-left: 31px;
  text-decoration: none;
  color: #004E7D;
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.05em;
  transition: .2s ease-in-out;
}

section.events .events-wrapper .events-items .event-item .event-title:hover {
  text-decoration: underline;
}

/* =================== AUCTIONS ================== */
section.auctions {
  background-color: #EFE5D7;
  padding: 60px 0 50px 0;
}

section.auctions .auctions-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

section.auctions .auctions-wrapper .section-title {
  color: #000000;
}

section.auctions .auctions-wrapper .section-title:before {
  background-color: #000000;
}

section.auctions .auctions-wrapper .content-wrapper {
  width: 40%;
  margin-right: 45px;
  font-size: 15px;
  line-height: 25px;
  color: #000000;
}

section.auctions .auctions-wrapper .content-wrapper .description {
  margin-left: 80px;
}

section.auctions .auctions-wrapper .auction-items-wrapper {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 56%;
}

section.auctions .auctions-wrapper .auction-items-wrapper .auction-item {
  width: 47%;
  display: block;
}

section.auctions .auctions-wrapper .auction-items-wrapper .auction-item .posted {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #494949;
  margin-bottom: 10px;
}

section.auctions .auctions-wrapper .auction-items-wrapper .auction-item .posted:before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 15px;
  background: url("../img/icons/copy.svg") center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

section.auctions .auctions-wrapper .auction-items-wrapper .auction-item .post-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  outline: transparent;
  text-decoration: none;
}

section.auctions .auctions-wrapper .auction-items-wrapper .auction-item .post-content .title {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  outline: transparent;
}

section.auctions .auctions-wrapper .auction-items-wrapper .auction-item .post-content .read-more {
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.05em;
  color: #BD5B00;
}

section.auctions .auctions-wrapper .auction-items-wrapper .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  padding-left: 0;
  margin-top: 40px;
  margin-bottom: 0;
}

section.auctions .auctions-wrapper .auction-items-wrapper .slick-dots>li {
  margin-right: 10px;
  font-size: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #EFE5D7;
}

section.auctions .auctions-wrapper .auction-items-wrapper .slick-dots>li>button {
  background-color: rgba(0, 0, 0, 0.25);
  border: none;
  font-size: 0;
  padding: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  outline: transparent;
  cursor: pointer;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

section.auctions .auctions-wrapper .auction-items-wrapper .slick-dots>li.slick-active,
section.auctions .auctions-wrapper .auction-items-wrapper .slick-dots>li:hover {
  border: 2px solid #BD5B00;
}

section.auctions .auctions-wrapper .auction-items-wrapper .slick-dots>li.slick-active button,
section.auctions .auctions-wrapper .auction-items-wrapper .slick-dots>li:hover button {
  background-color: transparent;
}

/* =================== PARTNERS ================== */
section.partners .partners-wrapper {
  max-height: 150px;
  overflow: hidden;
  padding: 30px 0;
}

section.partners .partners-wrapper .slider-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

section.partners .partners-wrapper .slider-items .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

section.partners .partners-wrapper .slider-items .slick-track .slick-slide {
  margin: 0 35px;
}

/* =================== MAIN FOOTER ================== */
footer.footer .footer-wrapper {
  padding: 40px 0;
  background-color: #2F343A;
}

footer.footer .footer-wrapper .main-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

footer.footer .footer-wrapper .main-footer .menu-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer.footer .footer-wrapper .main-footer .menu-items .footer-menu-item {
  display: block;
  width: 33.33%;
  margin-bottom: 18px;
  line-height: 1;
}

footer.footer .footer-wrapper .main-footer .menu-items .footer-menu-item:nth-last-child(-n+3) {
  margin-bottom: 0;
}

footer.footer .footer-wrapper .main-footer .menu-items .footer-menu-item>a {
  text-decoration: none;
  font-size: 12px;
  letter-spacing: .05em;
  line-height: 1;
  color: #ffffff;
  border-bottom: 1px solid #2F343A;
  padding-bottom: 5px;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

footer.footer .footer-wrapper .main-footer .menu-items .footer-menu-item>a:hover,
footer.footer .footer-wrapper .main-footer .menu-items .footer-menu-item>a.active {
  border-bottom: 1px solid #8a8a8a;
}

footer.footer .footer-wrapper .main-footer .other-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 40%;
}

footer.footer .footer-wrapper .main-footer .other-content-wrapper .social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 60%;
}

footer.footer .footer-wrapper .main-footer .other-content-wrapper .social a {
  width: 18px;
  height: 18px;
  -webkit-background-size: cover;
  background-size: cover;
  margin-right: 15px;
  padding: 5px;
  line-height: 1em;
}

footer.footer .footer-wrapper .main-footer .other-content-wrapper .social a:last-child {
  margin-right: 0;
}

footer.footer .footer-wrapper .main-footer .other-content-wrapper .social a.facebook {
  background: url("../img/icons/facebook.svg") center center no-repeat;
}

footer.footer .footer-wrapper .main-footer .other-content-wrapper .social a.youtube {
  background: url("../img/icons/youtube.svg") center center no-repeat;
}

footer.footer .footer-wrapper .main-footer .other-content-wrapper .social a.twitter {
  background: url("../img/icons/twitter.svg") center center no-repeat;
}

footer.footer .footer-wrapper .main-footer .other-content-wrapper .social a.linkedin {
  background: url("../img/icons/linkedin.svg") center center no-repeat;
}

footer.footer .footer-wrapper .main-footer .other-content-wrapper .language {
  width: 40%;
}

footer.footer .footer-wrapper .main-footer .other-content-wrapper .language span.title {
  color: #ffffff;
  margin-right: 10px;
}

footer.footer .footer-wrapper .main-footer .other-content-wrapper .language>select {
  background-color: #2F343A;
  padding: 1px 10px;
  font-size: 15px;
  color: #ffffff;
  border: none;
  cursor: pointer;
  border-bottom: 1px solid #2F343A;
  transition: .2s ease-in-out;
  outline: transparent;
}

footer.footer .footer-wrapper .main-footer .other-content-wrapper .language>select:hover {
  border-bottom: 1px solid #8a8a8a;
}

footer.footer .copy-footer-wrapper {
  background-color: #000000;
  padding: 18px 0;
}

footer.footer .copy-footer-wrapper .content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #818181;
  font-size: 12px;
  letter-spacing: .05em;
  line-height: 1;
}

footer.footer .copy-footer-wrapper .content-wrapper .developed>a {
  color: #818181;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

footer.footer .copy-footer-wrapper .content-wrapper .developed>a:hover {
  color: #ffffff;
}

/* =================== BREADCRUMBS ================== */
section.breadcrumbs {
  background-color: #E6ECFB;
  padding: 25px 0;
}

section.breadcrumbs .breadcrumbs-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

section.breadcrumbs .breadcrumbs-wrapper .breadcrumbs-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

section.breadcrumbs .breadcrumbs-wrapper .breadcrumbs-list .breadcrumb-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1;
}

section.breadcrumbs .breadcrumbs-wrapper .breadcrumbs-list .breadcrumb-item:last-child:after {
  display: none;
}

section.breadcrumbs .breadcrumbs-wrapper .breadcrumbs-list .breadcrumb-item:after {
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #000000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

section.breadcrumbs .breadcrumbs-wrapper .breadcrumbs-list a.breadcrumb-item {
  color: #000000;
  text-decoration: none;
  opacity: 0.4;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

section.breadcrumbs .breadcrumbs-wrapper .breadcrumbs-list a.breadcrumb-item:hover {
  opacity: 0.8;
}

section.breadcrumbs .breadcrumbs-wrapper .page-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

section.breadcrumbs .breadcrumbs-wrapper .page-info .section-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #000000;
  margin-bottom: 0;
  line-height: 1.2em;
}

section.breadcrumbs .breadcrumbs-wrapper .page-info .section-title:before {
  background-color: #000000;
  margin-top: 16px;
}

section.breadcrumbs .breadcrumbs-wrapper .page-info .social-share {
  width: 14%;
  margin-left: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section.breadcrumbs .breadcrumbs-wrapper .page-info .social-share .block-title {
  margin-left: 10px;
  margin-bottom: 10px;
}

section.breadcrumbs .breadcrumbs-wrapper .page-info .social-share .social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

section.breadcrumbs .breadcrumbs-wrapper .page-info .social-share .social a {
  width: 18px;
  height: 18px;
  -webkit-background-size: cover;
  background-size: cover;
  margin-right: 12px;
  padding: 5px;
  line-height: 1em;
}

section.breadcrumbs .breadcrumbs-wrapper .page-info .social-share .social a:last-child {
  margin-right: 0;
}

section.breadcrumbs .breadcrumbs-wrapper .page-info .social-share .social a.facebook {
  background: url("../img/icons/facebook-black.svg") center center no-repeat;
}

section.breadcrumbs .breadcrumbs-wrapper .page-info .social-share .social a.youtube {
  background: url("../img/icons/youtube-black.svg") center center no-repeat;
}

section.breadcrumbs .breadcrumbs-wrapper .page-info .social-share .social a.twitter {
  background: url("../img/icons/twitter-black.svg") center center no-repeat;
}

section.breadcrumbs .breadcrumbs-wrapper .page-info .social-share .social a.linkedin {
  background: url("../img/icons/linkedin-black.svg") center center no-repeat;
}

/* =================== MAIN CONTENT ================== */
.main-content>.container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* =================== SEARCH PAGE RESULT ================== */
.main-content-wrapper.search .section-title {
  display: flex;
  width: 100%;
  margin-bottom: 90px;
  align-items: center;
  color: #888888;
  flex-wrap: wrap;
}

.main-content-wrapper.search .section-title>span.title {
  color: #888888;
  margin-right: 15px;
}

.main-content-wrapper.search .section-title>span {
  color: #000;
  /*line-height: 1;*/
}

.main-content-wrapper.search .section-title.no-result {
  margin-bottom: 15px;
}

.main-content-wrapper.search .no-result-message {
  display: block;
  width: 100%;
  color: #888888;
  font-size: 16px;
  line-height: 1.4em;
  margin-bottom: 25px;
}

.main-content-wrapper.search form.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 8px 15px 8px 10px;
  border: 1px solid #888888;
}

.main-content-wrapper.search form.search input.search-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-color: transparent;
  outline: none;
  margin-right: 10px;
  color: #5C5C5C;
  font-size: 14px;
}

.main-content-wrapper.search form.search input.search-input::-webkit-input-placeholder {
  coloR: #5C5C5C;
}

.main-content-wrapper.search form.search input.search-input::-moz-placeholder {
  coloR: #5C5C5C;
}

.main-content-wrapper.search form.search input.search-input:-ms-input-placeholder {
  coloR: #5C5C5C;
}

.main-content-wrapper.search form.search input.search-input::-ms-input-placeholder {
  coloR: #5C5C5C;
}

.main-content-wrapper.search form.search input.search-input::placeholder {
  coloR: #5C5C5C;
}

.main-content-wrapper.search form.search .submit {
  background: url("../img/icons/search.svg") center center no-repeat;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

/* =================== MAIN CONTENT ================== */
.main-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 45px;
  padding-bottom: 90px;
}

.main-content-wrapper .news-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 80px;
}

.main-content-wrapper>.page-view-wrapper .news-wrapper {
  margin-left: 0;
}

.main-content-wrapper .news-wrapper .news-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1 1 auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 50px;
  /*35px*/
}

.main-content-wrapper .news-wrapper .news-item .news-thumb {
  width: 28%;
  max-height: 150px;
  margin-right: 30px;
}

.main-content-wrapper .news-wrapper .news-item .news-thumb img {
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
}

.main-content-wrapper .news-wrapper .news-item .news-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.main-content-wrapper .news-wrapper .news-item .news-content .posted {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: .05em;
  color: #000000;
  text-transform: uppercase;
}

.main-content-wrapper .news-wrapper .news-item .news-content .posted>.category {
  color: #000000;
  background-color: #f5f5f5;
  padding: 0px 10px;
}

.main-content-wrapper .news-wrapper .news-item .news-content .posted>.category.current {
  color: #ffffff;
  font-weight: 600;
  background-color: #da251d;
  padding: 0px 10px;
}

.main-content-wrapper .news-wrapper .news-item .news-content .posted.auctions {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.main-content-wrapper .news-wrapper .news-item .news-content .posted.auctions:before {
  content: '';
  display: block;
  width: 20px;
  height: 22px;
  margin-right: 15px;
  background: url(../img/icons/copy.svg) center center no-repeat;
  -webkit-background-size: cover;
}

.main-content-wrapper .news-wrapper .news-item .news-content .news-title {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin: 7px 0 15px 0;
}

.main-content-wrapper .news-wrapper .news-item .news-content .news-title>a {
  text-decoration: none;
  color: #000000;
  transition: .2s ease-in-out;
}

.main-content-wrapper .news-wrapper .news-item .news-content .news-title.old>a {
  color: #868686;
}

.main-content-wrapper .news-wrapper .news-item .news-content .news-title>a:visited {
  color: #5e558a;
}

.main-content-wrapper .news-wrapper .news-item .news-content .news-title>a:hover {
  color: #00619B;
}

.main-content-wrapper .news-wrapper .news-item .news-content .short-description {
  font-size: 13px;
  line-height: 1.6em;
  color: #888888;
}

.main-content-wrapper .news-wrapper .news-item .news-content .view-more {
  display: block;
  padding: 0;
  margin-top: 20px;
}

.main-content-wrapper .news-wrapper .news-item .news-content .view-more .read-more {
  float: right;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  letter-spacing: .05em;
  color: #022480;
  font-family: "Roboto", sans-serif;
  margin-right: 10px;
}

/* =================== SIDEBAR ================== */
aside.sidebar {
  width: 25%;
  margin-left: 40px;
  padding-top: 45px;
}

aside.sidebar .block-title {
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
  color: #00619B;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .1em;
}

aside.sidebar .sidebar-item {
  margin-bottom: 60px;
}

/*aside.sidebar .sidebar-item:last-child {
  margin-bottom: 0;
}*/

aside.sidebar .sidebar-wrapper .events-wrapper .events-items-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

aside.sidebar .sidebar-wrapper .events-wrapper .events-items-wrapper .event-item {
  margin-bottom: 30px;
}

aside.sidebar .sidebar-wrapper .events-wrapper .events-items-wrapper .event-item:last-child {
  margin-bottom: 0;
}

aside.sidebar .sidebar-wrapper .events-wrapper .events-items-wrapper .event-item .posted {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #494949;
  margin-bottom: 10px;
}

aside.sidebar .sidebar-wrapper .events-wrapper .events-items-wrapper .event-item .posted:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 15px;
  background: url("../img/icons/calendar.svg") center center no-repeat;
  opacity: 0.5;
}

aside.sidebar .sidebar-wrapper .events-wrapper .events-items-wrapper .event-item .event-title {
  text-decoration: none;
  color: #00619B;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  letter-spacing: .05em;
  line-height: 21px;
}

aside.sidebar .sidebar-wrapper .events-wrapper .read-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
}

aside.sidebar .sidebar-wrapper .events-wrapper .read-more .view-more.black-trasparent {
  margin: 0 auto;
}

aside.sidebar .sidebar-wrapper .auctions-wrapper .block-title {
  color: #000000;
}

aside.sidebar .sidebar-wrapper .auctions-wrapper .auctions-items-wrapper .auction-item {
  margin-bottom: 20px;
  background-color: #EFE5D7;
  padding: 25px;
}

aside.sidebar .sidebar-wrapper .auctions-wrapper .auctions-items-wrapper .auction-item:last-child {
  margin-bottom: 0;
}

aside.sidebar .sidebar-wrapper .auctions-wrapper .auctions-items-wrapper .auction-item .posted {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #494949;
  margin-bottom: 10px;
}

aside.sidebar .sidebar-wrapper .auctions-wrapper .auctions-items-wrapper .auction-item .posted:before {
  content: '';
  display: block;
  width: 20px;
  height: 22px;
  margin-right: 15px;
  background: url("../img/icons/copy.svg") center center no-repeat;
  -webkit-background-size: cover;
}

aside.sidebar .sidebar-wrapper .auctions-wrapper .auctions-items-wrapper .auction-item .short-description {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: .05em;
  text-decoration: none;
  color: #000000;
}

aside.sidebar .sidebar-wrapper .auctions-wrapper .auctions-items-wrapper .auction-item .view-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0;
  margin-top: 20px;
}

aside.sidebar .sidebar-wrapper .auctions-wrapper .auctions-items-wrapper .auction-item .view-more .read-more {
  float: right;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  letter-spacing: .05em;
  color: #BD5B00;
  font-family: "Roboto", sans-serif;
}

/* =================== PAGINATION ================== */
.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 30px;
}

.pagination .pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pagination .pagination-wrapper .pagination-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  margin-right: 15px;
  background-color: #E6ECFB;
  text-decoration: none;
  color: #5C5C5C;
  font-weight: bold;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  border: 1px solid #E6ECFB;
}

.pagination .pagination-wrapper .pagination-item:hover,
.pagination .pagination-wrapper .pagination-item.active {
  background-color: #0079C1;
  color: #ffffff;
}

.pagination .pagination-wrapper .pagination-item:last-child {
  margin-right: 0;
}

.pagination .pagination-wrapper .pagination-item.delimiter {
  background-color: transparent;
  border-color: #E6ECFB;
}

.pagination .pagination-wrapper .pagination-item.delimiter:hover {
  background-color: transparent;
  color: unset;
  cursor: auto;
}

/* =================== SIMPLE PAGE ================== */
.page-view-wrapper {
  margin-left: 80px;
  margin-bottom: 45px;
  max-width: 780px;
  width: 100%;
}

.page-view-wrapper .posted {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #494949;
  margin-bottom: 10px;
}

.page-view-wrapper .short-description {
  font-family: "Roboto", sans-serif;
  line-height: 24px;
  margin-bottom: 30px;
  text-align: justify;
}

.page-view-wrapper .main-image {
  /*margin-top: 30px;*/
  margin-bottom: 30px;
  max-height: 450px;
  position: relative;
}

.page-view-wrapper .main-image .source {
  position: absolute;
  font-size: 14px;
  line-height: 21px;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #888888;
  letter-spacing: .05em;
  left: -24px;
  bottom: 20px;
}

.page-view-wrapper .content {
  line-height: 24px;
  text-align: justify;
}

.page-view-wrapper .content ul>li {
  margin-bottom: 5px;
}

.page-view-wrapper .content ul>li:last-child {
  margin-bottom: 0;
}

.page-view-wrapper .content>.maps-iframe>iframe {
  width: 100%;
}

.page-view-wrapper .content i {
  color: #888888;
}

.page-view-wrapper .content a {
  color: #008FE4;
  text-decoration: underline;
}

.gallery-wrapper {
  display: block;
  width: 100%;
  font-size: 0;
  background-color: #2F343A;
  position: relative;
  min-height: 214px;
  padding-left: -80px;
  margin-bottom: 45px;
}

.gallery-wrapper .slider-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  top: 0;
  left: 0;
  height: 100%;
  width: 80px;
  background-color: #ffffff;
}

.gallery-wrapper .slider-controls .next,
.gallery-wrapper .slider-controls .prev {
  width: 64px;
  height: 64px;
  position: relative;
  cursor: pointer;
}

.gallery-wrapper .slider-controls .next {
  background-color: #2F343A;
}

.gallery-wrapper .slider-controls .next:hover {
  background-color: #383e46;
}

.gallery-wrapper .slider-controls .next:after {
  content: '';
  position: absolute;
  width: 64px;
  height: 64px;
  background: url("../img/icons/next_prev.svg") center center no-repeat;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.gallery-wrapper .slider-controls .prev {
  background-color: #1c1f23;
}

.gallery-wrapper .slider-controls .prev:hover {
  background-color: #262a2e;
}

.gallery-wrapper .slider-controls .prev:after {
  content: '';
  position: absolute;
  width: 64px;
  height: 64px;
  background: url("../img/icons/next_prev.svg") center center no-repeat;
}

.gallery-wrapper .gallery-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px;
  margin-left: 80px;
  max-width: 780px;
}

.gallery-wrapper .gallery-items .gallery-item {
  display: block;
  margin-right: 10px;
  margin-left: 10px;
  width: 31%;
}

.gallery-wrapper .gallery-items .gallery-item:last-child {
  margin-right: 0;
}

.gallery-wrapper .gallery-items .gallery-item .img-responsive {
  max-height: 100%;
}

.tags-wrapper {
  margin-left: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.tags-wrapper .tag-item {
  padding: 9px 15px;
  line-height: 1;
  border: 1px solid #cecdcd;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  text-decoration: none;
  color: #0079C1;
  margin-right: 15px;
  margin-bottom: 15px;
  background-color: #ffffff;
  transition: .2s ease-in-out;
}

.tags-wrapper .tag-item:hover {
  background-color: #0079C1;
  color: #ffffff;
  border-color: #0079C1;
}

.tags-wrapper .tag-item:last-child {
  margin-right: 0;
}

.download-wrapper {
  margin-left: 180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.download-wrapper .download-item {
  display: block;
  margin-bottom: 20px;
  text-decoration: none;
  color: #022480;
  font-size: 14px;
}

.download-wrapper .download-item:last-child {
  margin-bottom: 0;
}

/* =================== _____ ================== */
/* =================== _____ ================== */
/* =================== _____ ================== */
/* =================== _____ ================== */
/* =================== _____ ================== */
/* =================== _____ ================== */
/* ========== Text Colors ========== */
@media screen and (max-width: 1024px) {
  .page-view-wrapper {
    margin-left: 0;
  }

  .page-view-wrapper .main-image {
    margin-bottom: 50px;
  }

  .page-view-wrapper .main-image .source {
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: -24px;
    left: 0;
  }

  .tags-wrapper {
    margin-left: unset;
  }

  .download-wrapper {
    margin-left: unset;
  }

  .gallery-wrapper {
    min-height: unset;
  }

  .gallery-wrapper .slider-controls {
    width: 64px;
  }

  .gallery-wrapper .gallery-items {
    margin-left: 64px;
    max-width: 592px;
  }

  aside.sidebar {
    width: 30%;
  }

  section.breadcrumbs .breadcrumbs-wrapper .page-info .social-share {
    width: 18%;
  }

  .top-menu .top-menu-wrapper {
    position: relative;
  }

  .top-menu .top-menu-wrapper form.search {
    position: absolute;
    z-index: 2;
    right: 0;
    padding: 8px 10px 8px 10px;
    width: 20px;
  }

  .top-menu .top-menu-wrapper form.search input.search-input {
    display: none;
    overflow: hidden;
    width: 0;
  }

  .top-menu .top-menu-wrapper form.search.show {
    width: 300px;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }

  .top-menu .top-menu-wrapper form.search.show input.search-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
  }

  section.projects .slider-controls .next,
  section.projects .slider-controls .prev {
    width: 67px;
  }

  .main-content-wrapper .news-wrapper {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .main-content>.container {
    flex-wrap: wrap;
  }

  .header-top-wrapper>.container {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .header-top-wrapper .logo {
    justify-content: center;
    /*width: 100%;*/
    margin-bottom: 15px;
  }

  .header-top-wrapper .site-controll {
    width: 100%;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
    justify-content: space-around;
  }

  section.slider {
    height: unset;
  }

  section.slider .sliders-wrapper .slider-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: unset;
  }

  section.slider .sliders-wrapper .slider-item .left-part,
  section.slider .sliders-wrapper .slider-item .right-part {
    width: 100%;
  }

  section.slider .sliders-wrapper .slider-item .left-part {
    height: unset;
    justify-content: flex-start;
  }

  section.slider .sliders-wrapper .slider-item .left-part .content-wrapper {
    max-width: unset;
    overflow: hidden;
  }

  section.slider .sliders-wrapper .slider-item .left-part .content-wrapper .category {
    display: none;
  }

  section.slider .sliders-wrapper .slider-item .left-part .content-wrapper .title {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.2em;
    text-decoration: none;
  }

  section.slider .sliders-wrapper .slider-item .left-part .content-wrapper .title:before {
    top: 13px;
  }

  section.slider .sliders-wrapper .slider-item .left-part .content-wrapper .open-slider {
    display: none;
  }

  section.slider .sliders-wrapper .slider-item .right-part {
    height: 350px;
  }

  section.slider .sliders-wrapper .slider-item .right-part>h1 {
    bottom: 15px;
    left: 10px;
  }

  section.slider .sliders-wrapper .slider-controls {
    display: none;
  }

  section.about {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  section.about .about-wrapper .content-wrapper .description {
    width: 69%;
    margin-left: 0;
    margin-right: 25px;
  }

  section.about .about-wrapper .content-wrapper .gallery {
    width: 28%;
  }

  section.about .about-wrapper .content-wrapper .gallery .gallery-item {
    width: 100%;
  }

  section.projects .projects-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: -15px;
    margin-left: -15px;
    background: none;
  }

  section.projects .projects-wrapper .left-part,
  section.projects .projects-wrapper .right-part {
    width: 100%;
  }

  section.projects .projects-wrapper .left-part .slider-controls {
    display: none;
  }

  section.projects .projects-wrapper .left-part .section-title {
    width: 100%;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
    margin-right: 0;
    padding: 15px 0;
  }

  section.projects .projects-wrapper .left-part .section-title:after {
    display: none;
  }

  section.projects .projects-wrapper .left-part .section-title:before {
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    background-color: #ffffff;
    margin-right: 10px;
  }

  section.projects .projects-wrapper .right-part .news-items-wrapper {
    margin-left: 0;
    padding-right: 15px;
    padding-left: 15px;
  }

  section.projects .projects-wrapper .right-part .view-more-news {
    padding-left: 15px;
    padding-right: 15px;
  }

  section.events .events-wrapper .content-wrapper {
    margin-right: 25px;
  }

  section.events .events-wrapper .content-wrapper .description {
    margin-left: 0;
  }

  section.auctions .auctions-wrapper .auction-items-wrapper .auction-item {
    margin-right: 15px;
  }

  section.auctions .auctions-wrapper .content-wrapper {
    margin-right: 25px;
  }

  section.auctions .auctions-wrapper .content-wrapper .description {
    margin-left: 0;
  }

  aside.sidebar {
    display: flex;
    width: 100%;
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 0;
  }

  aside.sidebar .sidebar-wrapper .auctions-wrapper .auctions-items-wrapper {
    margin-right: -15px;
    margin-left: -15px;
  }

  aside.sidebar .sidebar-wrapper .events-wrapper .events-items-wrapper .event-item {
    margin-bottom: 15px;
  }

  section.breadcrumbs {
    padding: 25px 0 20px 0;
  }

  section.breadcrumbs .breadcrumbs-wrapper .breadcrumbs-list {
    margin-bottom: 15px;
  }

  section.breadcrumbs .breadcrumbs-wrapper .page-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  section.breadcrumbs .breadcrumbs-wrapper .page-info .section-title {
    width: 100%;
  }

  section.breadcrumbs .breadcrumbs-wrapper .page-info .social-share {
    display: none;
  }

  .main-content-wrapper {
    padding-bottom: 45px;
  }

  .gallery-wrapper .gallery-items {
    max-width: -webkit-calc(100vw - 94px);
    max-width: calc(100vw - 94px);
  }

  .top-menu .top-menu-wrapper form.search {
    display: none;
  }

  .top-menu .top-menu-wrapper .nav-items-wrapper {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .top-menu .top-menu-wrapper .nav-items-wrapper a {
    text-align: center;
    min-width: 16%;
    font-size: 12px;
    padding: 16px 0;
    overflow: hidden;
  }

  .pagination {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  footer.footer .footer-wrapper .main-footer .other-content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  footer.footer .footer-wrapper .main-footer .other-content-wrapper .social,
  footer.footer .footer-wrapper .main-footer .other-content-wrapper .language {
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  footer.footer .footer-wrapper .main-footer .other-content-wrapper .social {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 720px) {
  section.about .about-wrapper .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  section.about .about-wrapper .content-wrapper .description {
    margin-right: 0;
    width: 100%;
  }

  section.about .about-wrapper .content-wrapper .gallery {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
  }

  section.about .about-wrapper .content-wrapper .gallery .gallery-item {
    width: 49%;
  }

  section.projects {
    margin-bottom: 45px;
  }

  section.events {
    margin-bottom: 45px;
  }

  section.events .events-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  section.events .events-wrapper .content-wrapper {
    width: 100%;
  }

  section.events .events-wrapper .content-wrapper .description {
    margin-bottom: 15px;
  }

  section.events .events-wrapper .content-wrapper .view-more {
    float: right;
  }

  section.events .events-wrapper .events-items {
    margin-top: 30px;
  }

  section.events .events-wrapper .events-items .event-item {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 425px) {
  section.slider .sliders-wrapper .slider-item .right-part h1>span>p {
    background-color: #0079c1;
  }

  section.auctions .auctions-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  section.auctions .auctions-wrapper .content-wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  section.auctions .auctions-wrapper .auction-items-wrapper {
    width: 100%;
  }

  section.auctions .auctions-wrapper .auction-items-wrapper .auction-item {
    margin-right: 0;
  }

  section.auctions .auctions-wrapper .auction-items-wrapper .auction-item .post-content .title {
    margin-bottom: 15px;
  }

  section.projects .projects-wrapper .right-part .news-items-wrapper .slick-list {
    padding-left: 0;
  }

  section.projects .projects-wrapper .right-part .news-items-wrapper .news-item {
    margin-right: 10px;
    margin-left: 10px;
  }

  section.projects .projects-wrapper .right-part .news-items-wrapper .news-item img {
    margin: 0 auto 30px auto;
  }

  section.projects .projects-wrapper .right-part .news-items-wrapper .news-item .title {
    margin-bottom: 10px;
  }

  section.projects .projects-wrapper .left-part {
    background-color: #472A48;
  }

  section.projects .projects-wrapper .left-part .section-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    color: #ffffff;
  }

  section.projects .projects-wrapper .left-part .section-title:before {
    background-color: #ffffff;
    width: 150px;
    margin-top: 10px;
  }

  section.about .about-wrapper .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  section.about .about-wrapper .content-wrapper .description {
    margin-right: 0;
    width: 100%;
  }

  section.about .about-wrapper .content-wrapper .gallery {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
  }

  section.about .about-wrapper .content-wrapper .gallery .gallery-item {
    width: 49%;
  }

  .section-title.horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .section-title.horizontal:before {
    width: 150px;
    margin-right: 0;
    margin-top: 10px;
  }

  .top-menu {
    position: relative;
    height: 55px;
    background-color: #2F343A;
  }

  .top-menu .top-menu-wrapper i.search-button {
    display: block;
  }

  .top-menu .top-menu-wrapper .nav-items-wrapper {
    position: absolute;
    top: 45px;
    left: -15px;
    max-height: 0;
    overflow: hidden;
    z-index: 2;
    width: 100vw;
    background-color: #2F343A;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }

  .top-menu .top-menu-wrapper .nav-items-wrapper>a {
    border-bottom: 1px solid #5C5C5C;
    padding: 10px 0;
    width: 100%;
  }

  .top-menu .top-menu-wrapper .nav-items-wrapper>a:last-child {
    border-bottom: none;
  }

  .top-menu .top-menu-wrapper .nav-items-wrapper.show {
    max-height: 450px;
  }

  .top-menu .top-menu-wrapper form.search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 10px;
    right: 0;
    width: 70%;
  }

  .top-menu .top-menu-wrapper form.search.show {
    width: 70%;
  }

  .top-menu .top-menu-wrapper form.search input.search-input {
    display: block;
    border: none;
  }

  .top-menu .top-menu-wrapper form.search i.submit {
    display: block;
  }

  .tags-wrapper .tag-item {
    font-size: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .gallery-wrapper .slider-controls {
    display: none;
  }

  .gallery-wrapper .gallery-items {
    margin-left: 0;
    max-width: -webkit-calc(100vw - 30px);
    max-width: calc(100vw - 30px);
    padding: 15px;
  }

  .gallery-wrapper .gallery-items .gallery-item {
    margin-left: 5px;
    margin-right: 5px;
  }

  section.breadcrumbs .breadcrumbs-wrapper .breadcrumbs-list {
    display: none;
  }

  section.breadcrumbs .breadcrumbs-wrapper .page-info .section-title {
    font-size: 25px;
  }

  section.breadcrumbs .breadcrumbs-wrapper .page-info .section-title:before {
    display: none;
    margin-top: 5px;
  }

  .main-content-wrapper .news-wrapper .news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 70px;
  }

  .main-content-wrapper .news-wrapper .news-item .news-thumb {
    width: 100%;
    margin-bottom: 25px;
    max-height: unset;
  }

  footer.footer .copy-footer-wrapper .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  footer.footer .copy-footer-wrapper .content-wrapper>span {
    margin-bottom: 15px;
  }

  footer.footer .copy-footer-wrapper .content-wrapper>span:last-child {
    margin-bottom: 0;
  }

  footer.footer .footer-wrapper {
    padding: 20px 0;
  }

  footer.footer .footer-wrapper .main-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  footer.footer .footer-wrapper .main-footer .menu-items {
    width: 100%;
    margin-top: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  footer.footer .footer-wrapper .main-footer .menu-items .footer-menu-item {
    width: auto;
    padding: 5px 10px;
    border: 1px solid #ffffff;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    line-height: 0;
    margin-right: 10px;
  }

  footer.footer .footer-wrapper .main-footer .menu-items .footer-menu-item:nth-last-child(-n+3) {
    margin-bottom: auto;
  }

  footer.footer .footer-wrapper .main-footer .menu-items .footer-menu-item>a {
    padding: 0;
  }

  footer.footer .footer-wrapper .main-footer .other-content-wrapper {
    width: 100%;
  }

  section.slider .sliders-wrapper {
    height: 318px;
  }

  section.slider .sliders-wrapper .slider-item .right-part {
    height: 250px;
  }

  section.slider .sliders-wrapper .slider-item .right-part>h1 {
    font-size: 18px;
  }

  section.slider .sliders-wrapper .slider-item .left-part .content-wrapper {
    margin-right: 15px;
    margin-left: 15px;
  }

  section.slider .sliders-wrapper .slider-item .left-part .content-wrapper .title {
    font-size: 16px;
    margin-left: 0;
    margin-right: 0;
  }

  section.slider .sliders-wrapper .slider-item .left-part .content-wrapper .title:before {
    display: none;
  }
}

@media screen and (max-width: 375px) {
  .header-top-wrapper .site-controll {
    width: 100%;
    flex-direction: column-reverse;
    justify-content: center;
  }

  .header-top-wrapper .site-controll>div {
    margin-bottom: 10px;
  }

  .header-top-wrapper .site-controll>div:first-child {
    margin-bottom: 0;
  }

  .gallery-wrapper .slider-controls {
    display: none;
  }

  .gallery-wrapper .gallery-items {
    margin-left: 0;
    max-width: -webkit-calc(100vw - 30px);
    max-width: calc(100vw - 30px);
  }

  .gallery-wrapper .gallery-items .gallery-item {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 320px) {
  .container {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-wrapper .slider-controls {
    display: none;
  }

  .gallery-wrapper .gallery-items {
    margin-left: 0;
    max-width: -webkit-calc(100vw - 10px);
    max-width: calc(100vw - 10px);
  }

  .gallery-wrapper .gallery-items .gallery-item {
    margin-left: 0;
    margin-right: 0;
  }
}