body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, select, option, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    outline: none;
}

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

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

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

abbr, acronym {
    border: 0;
}

.clear {
    clear: both;
}

pre {
    font-size: 14px;
}
a:link {
  color: #000000;
  text-decoration: none;
}
a:visited {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #ed1c24;
  text-decoration: none;
}
a:active {
  color: #000000;
  text-decoration: none;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.table {
  display: table;
}
.td {
  display: table-cell;
}
body {
  overflow-y: scroll;
  overflow-x: hidden;
}
body,
input,
textarea,
select {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
/* Main Layout */
#wrapper {
  width: 1200px;
  margin: 0 auto;
}
.nav_wrap {
  clear: both;
}
.nav_wrap .menu_main {
  display: block;
  text-align: right;
  font-size: 26px;
  font-weight: 400;
}
.nav_wrap .menu_main span {
  cursor: pointer;
}
.nav_wrap .mob {
  display: none;
}
.nav_wrap .not_mob {
  display: block;
}
.nav_wrap .menu-1,
.nav_wrap .menu-2 {
  padding: 12px 0;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  justify-content: space-between;
}
.nav_wrap .menu-1 > li:last-child,
.nav_wrap .menu-2 > li:last-child {
  position: relative;
}
.nav_wrap .menu-1 > li:last-child > ul,
.nav_wrap .menu-2 > li:last-child > ul {
  right: 0;
  width: 1000px;
}
.nav_wrap .menu-1 > li:last-child > ul li,
.nav_wrap .menu-2 > li:last-child > ul li {
  text-align: right;
}
.nav_wrap .menu-1 li:last-child,
.nav_wrap .menu-2 li:last-child {
  margin-right: 0;
}
.nav_wrap .menu-1 li.current-menu-item a,
.nav_wrap .menu-2 li.current-menu-item a {
  color: #ed1c24;
}
.nav_wrap .menu-1 li a,
.nav_wrap .menu-2 li a {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}
.nav_wrap .menu-1 li.active > a,
.nav_wrap .menu-2 li.active > a {
  color: #ed1c24;
}
.nav_wrap .menu-1 li.active > ul,
.nav_wrap .menu-2 li.active > ul {
  display: block;
}
.nav_wrap .menu-1 li ul,
.nav_wrap .menu-2 li ul {
  display: none;
}
.nav_wrap .menu-1 li ul li,
.nav_wrap .menu-2 li ul li {
  margin-top: 15px;
}
.nav_wrap .menu-1 li ul li a,
.nav_wrap .menu-2 li ul li a {
  font-size: 20px;
}
.nav_wrap .menu-1 li ul li ul,
.nav_wrap .menu-2 li ul li ul {
  position: relative;
}
.nav_wrap .menu-1 li ul li ul li,
.nav_wrap .menu-2 li ul li ul li {
  margin-left: 35px;
}
.nav_wrap .menu-1 li ul li ul li a,
.nav_wrap .menu-2 li ul li ul li a {
  text-transform: none;
}
.nav_wrap .menu-1 li {
  padding-bottom: 20px;
}
.nav_wrap .menu-1 li a {
  color: #999;
}
.nav_wrap .menu-1 li a:hover {
  color: #ed1c24;
}
.nav_wrap .menu-1 li.active {
  background-image: url(../img/menu_arrow.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 20px 11px;
}
.nav_wrap .menu-1 li.active a {
  color: black;
}
.nav_wrap .menu-2 {
  display: none;
  overflow: hidden;
}
.nav_wrap .menu-2 .sub-menu {
  padding-top: 20px;
  display: block;
  min-height: 180px;
  float: left;
}
.nav_wrap .menu-2 .sub-menu:nth-child(1) {
  width: 21%;
}
.nav_wrap .menu-2 .sub-menu:nth-child(2) {
  width: 26%;
}
.nav_wrap .menu-2 .sub-menu:nth-child(3) {
  width: 16%;
}
.nav_wrap .menu-2 .sub-menu:nth-child(4) {
  width: 36%;
}
.nav_wrap .menu-2 .sub-menu:nth-child(5) {
  width: 38%;
}
.nav_wrap .menu-2 .sub-menu:nth-child(6) {
  width: 34%;
}
.nav_wrap .menu-2 .sub-menu:nth-child(7) {
  width: 27%;
}
.nav_wrap .menu-2 .sub-menu.active {
  background-image: url(../img/menu_arrow.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 20px 11px;
}
.nav_wrap .menu-2 .sub-menu li {
  padding-bottom: 5px;
}
.nav_wrap .menu-2 .sub-menu li a {
  font-size: 18px;
}
.nav_wrap .menu-2 .sub-menu li a:hover {
  color: #ed1c24;
}
.nav_wrap .menu-2 .sub-menu li > a {
  color: #999999;
}
.nav_wrap .menu-2 .sub-menu li.active > a {
  color: black;
}
.nav_wrap .menu-2 .sub-menu li ul {
  display: none;
}
/* Header */
/*&.cyr {
  #header {
    ul.menu {
      li {
        a {
          font-size: 18px;
        }
      }
    }
  }
}*/
#header .lang_cont {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: linear-gradient(to right, #fdf23a, #3bb54a, #1377ba, #dc4847);
  overflow: hidden;
  padding: 8px 0 9px 0;
}
#header .lang_cont .lang_wrap {
  float: right;
  margin-right: 100px;
}
#header .lang_cont .lang_wrap .script {
  float: right;
  display: inline-block;
}
#header .lang_cont .lang_wrap .script a {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  margin-left: 20px;
  display: inline-block;
  color: white;
}
#header .lang_cont .lang_wrap .script a.active {
  color: #ed1c24;
}
#header .logo img {
  max-width: 100%;
}
/* Footer */
.footer_container {
  background-color: #1076bc;
}
#footer {
  max-width: 1200px;
  color: white;
  margin: 70px auto 0 auto;
  padding: 73px 0;
  position: relative;
}
#footer .bar {
  overflow: hidden;
  text-align: right;
  padding: 12px 0;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  float: right;
}
#footer .bar .search {
  float: left;
  font-size: 0;
  margin: 0;
  overflow: hidden;
}
#footer .bar .search input[type=submit] {
  width: 20px;
  height: 20px;
  background: url(../img/search_icon_white.png) center bottom;
  background-size: 20px 40px;
  display: inline-block;
  cursor: pointer;
  float: left;
  margin-right: 10px;
}
#footer .bar .search input[type=submit]:hover {
  background-position: center top;
}
#footer .bar .search input[type=text] {
  float: left;
  width: 131px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border: solid 1px white;
  color: white;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
}
#footer .bar .search input[type=text]:focus,
#footer .bar .search input[type=text]:hover {
  border-color: #ed1c24;
}
#footer .logo_container {
  float: left;
}
#footer .logo_container .logo {
  display: inline-block;
  margin-right: 30px;
}
#footer .logo_container .logo img {
  width: 95px;
}
#footer .logo_container .title {
  display: inline-block;
}
#footer .address {
  float: left;
  width: 100%;
  margin: 84px 0 38px;
}
#footer .address p {
  width: 100%;
}
#footer .address .facebook {
  float: right;
  width: 22px;
  height: 22px;
  background: url(../img/fb_icon_white.png) center bottom;
  background-size: 22px 44px;
}
#footer .address .facebook:hover {
  background-position: center top;
}
#footer .address .youtube {
  float: right;
  width: 22px;
  height: 22px;
  margin-left: 28px;
  background: url(../img/yt_icon_white.png) center bottom;
  background-size: 22px 44px;
}
#footer .address .youtube:hover {
  background-position: center top;
}
#footer .address .instagram {
  float: right;
  width: 22px;
  height: 22px;
  margin-left: 28px;
  background: url(../img/instagram.png) center bottom;
  background-size: 22px 44px;
}
#footer .address .instagram:hover {
  background-position: center top;
}
#footer .nav_wrap {
  border-top: solid 2px #000000;
  border-bottom: solid 2px #000000;
  border-color: white;
}
#footer .nav_wrap .menu-1 {
  padding: 12px 0 2px;
}
#footer .nav_wrap .menu-1 li {
  padding: 0 0 10px;
}
#footer .nav_wrap .menu-1 li a {
  color: #d6d6d6;
}
#footer .nav_wrap .menu-1 li a:hover {
  color: #ed1c24;
}
#footer .nav_wrap .menu-1 li.active {
  background-image: url(../img/menu_arrow_white.png);
}
#footer .nav_wrap .menu-1 li.active a {
  color: white;
}
#footer .nav_wrap .menu-2 .sub-menu.active {
  background-image: url(../img/menu_arrow_white.png);
}
#footer .nav_wrap .menu-2 .sub-menu li > a {
  color: #b3b3b3;
}
#footer .nav_wrap .menu-2 .sub-menu li.active > a {
  color: white;
}
#footer .info {
  margin-top: 45px;
}
#footer .notification {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 3001;
  width: 250px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 15px;
  padding: 15px;
}
#footer .notification a {
  color: #ffffff;
}
#footer .notification p {
  margin: 0 0 30px 0;
}
#footer .notification .seen {
  width: 40%;
  display: block;
  margin: 10px 0 0;
  padding: 8px 0;
  border-radius: 10px;
  border: none;
  background: #1592e5;
  color: white;
  font-size: 16px;
  cursor: pointer;
}
#footer .notification .seen:hover {
  background: #1076bc;
  transition: background 0.4s;
}
/* Pagiantion */
.cm_pagination {
  display: block;
  text-align: center;
  overflow: hidden;
  border-top: solid 2px #000000;
  padding-top: 60px;
}
.cm_pagination li {
  margin: 0 5px;
  display: inline-block;
}
.cm_pagination li.number.disabled a {
  color: #ed1c24;
}
.cm_pagination li a {
  font-size: 22px;
  display: inline-block;
  padding: 0 5px;
}
.cm_pagination li a:hover {
  color: #ed1c24;
}
.cm_pagination li.arrow a,
.cm_pagination li.goto a {
  padding: 0;
  font-size: 0;
  background: url(../img/pagination_arrows.png) no-repeat top left;
  background-size: 24px 32px;
  width: 12px;
  height: 16px;
}
.cm_pagination li.arrow a:hover,
.cm_pagination li.goto a:hover {
  background-position: top right;
}
.cm_pagination li.arrow.previous a,
.cm_pagination li.goto.previous a,
.cm_pagination li.arrow.first a,
.cm_pagination li.goto.first a {
  background-position: bottom left;
}
.cm_pagination li.arrow.previous a:hover,
.cm_pagination li.goto.previous a:hover,
.cm_pagination li.arrow.first a:hover,
.cm_pagination li.goto.first a:hover {
  background-position: bottom right;
}
.cm_pagination li.goto a {
  background-image: url(../img/pagination_arrows_fl.png);
  background-size: 36px 32px;
  width: 18px;
  height: 16px;
}
/* Blocks */
.cm_blocks {
  margin-bottom: 50px;
  overflow: hidden;
}
.cm_blocks .block {
  display: block;
  width: 550px;
  margin-right: 90px;
  padding-bottom: 110px;
  position: relative;
  float: left;
  transition: all 0.5s ease;
}
.cm_blocks .block:nth-child(2n) {
  margin-right: 0;
}
.cm_blocks .block:hover {
  opacity: 0.5;
}
.cm_blocks .block img {
  width: 550px;
  height: 310px;
}
.cm_blocks .block .title {
  width: 550px;
  padding: 25px;
  min-height: 115px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ed1c24;
  color: #ffffff;
}
.cm_blocks .block .title h2 {
  font-size: 30px;
  font-weight: 400;
}
.cm_blocks .block .title p {
  font-size: 20px;
}
.cm_blocks .block.b2 .title {
  background-color: #1b75bb;
}
.cm_blocks .block.b3 .title {
  background-color: #ffdd15;
}
.cm_blocks .block.b4 .title {
  background-color: #009345;
}
.img_full_width {
  height: 360px;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.img_full_width .td {
  text-align: center;
  vertical-align: middle;
  color: white;
  font-size: 30px;
  font-weight: 400;
  background-color: #0b4b81;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.img_full_width .td .subtitle {
  font-size: 20px;
  font-weight: 300;
}
.cm_blocks_text {
  padding-top: 50px;
  margin-bottom: 50px;
  overflow: hidden;
}
.cm_blocks_text .block {
  display: block;
  margin-bottom: 50px;
  width: 450px;
  padding: 25px;
  height: 110px;
  box-sizing: border-box;
  background-color: #1b75bb;
  float: left;
  transition: all 0.5s ease;
}
.cm_blocks_text .block:nth-child(2n) {
  text-align: right;
  float: right;
}
.cm_blocks_text .block:hover {
  opacity: 0.5;
}
.cm_blocks_text .block.b2 {
  background-color: #ed1c24;
}
.cm_blocks_text .block.b3 {
  background-color: #009345;
}
.cm_blocks_text .block.b4 {
  background-color: #ffdd15;
}
.cm_blocks_text .block h2 {
  color: #ffffff;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  text-transform: uppercase;
}
a.cm_full_width_button {
  display: block;
  padding: 25px;
  width: 100%;
  height: 110px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #a7a9ac;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 50px;
  transition: all 0.5s ease;
}
a.cm_full_width_button.light {
  background-color: #d1d3d4;
}
a.cm_full_width_button:hover {
  opacity: 0.5;
}
.cm_newsletter_button_wrap {
  width: 100%;
  text-align: center;
  padding-top: 60px;
}
.cm_newsletter_button_wrap a {
  display: inline-block;
  height: 80px;
  background: url(../img/email.png) no-repeat center bottom;
  background-size: 50px 32px;
  color: #ed1c24;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.5s ease;
}
.cm_newsletter_button_wrap a:hover {
  opacity: 0.5;
}
/* Single */
/* Page */
#wrapper.page h1 {
  font-size: 26px;
  font-weight: 700;
  padding: 20px 0 10px;
  margin-bottom: 30px;
  background-image: url(../img/menu_arrow_right.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 11px 20px;
}
/* Search */
#wrapper.search h1 {
  font-size: 26px;
  font-weight: 700;
  padding: 10px;
  margin-bottom: 20px;
}
#wrapper.search .posts {
  padding-left: 200px;
}
#wrapper.search .posts li {
  overflow: hidden;
  margin-bottom: 30px;
}
#wrapper.search .posts li a {
  font-size: 25px;
  color: #ed1c24;
}
#wrapper.search .posts li a:hover {
  text-decoration: underline;
}
#wrapper.search .posts li p {
  margin: 20px 0;
  font-size: 25px;
}
#wrapper.search .posts li .more {
  float: right;
}
/* Home */
#wrapper.home .not_mob {
  display: none;
}
#wrapper.home .exhibition_slider {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin: 10px -50vw 50px -50vw;
  padding-bottom: 50px;
}
#wrapper.home .exhibition_slider .content {
  width: 100%;
  height: 540px;
}
#wrapper.home .exhibition_slider .content .slide_container {
  height: 100%;
}
#wrapper.home .exhibition_slider .content .title {
  width: 65%;
  position: absolute;
  bottom: 50px;
  right: 0;
  padding: 25px 100px 25px 0;
  text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000;
}
#wrapper.home .exhibition_slider .content .title span {
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  color: #ffffff;
}
#wrapper.home .exhibition_slider .content .title h2 {
  color: #ffffff;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
}
#wrapper.home .exhibition_slider .content .title h2 div {
  font-size: 20px;
  line-height: 26px;
}
#wrapper.home .exhibition_slider .content .title p {
  margin-top: 30px;
  color: #ffffff;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
}
#wrapper.home .exhibition_slider .content .title p.subtitle {
  margin-top: 0;
}
#wrapper.home .exhibition_slider .content .rsArrowLeft {
  position: absolute;
  z-index: 1000;
  top: 50%;
  left: 20px;
  margin-top: -34px;
}
#wrapper.home .exhibition_slider .content .rsArrowLeft .rsArrowIcn {
  width: 36px;
  height: 68px;
  background-image: url(../img/slider_arrows.png);
  background-repeat: no-repeat;
  background-position: left;
}
#wrapper.home .exhibition_slider .content .rsArrowRight {
  position: absolute;
  z-index: 1000;
  top: 50%;
  right: 20px;
  margin-top: -34px;
}
#wrapper.home .exhibition_slider .content .rsArrowRight .rsArrowIcn {
  width: 36px;
  height: 68px;
  background-image: url(../img/slider_arrows.png);
  background-repeat: no-repeat;
  background-position: right;
}
#wrapper.home .exhibition_slider .content .rsBullets {
  text-align: center;
}
#wrapper.home .exhibition_slider .content .rsBullets .rsBullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 18px 4px 0 4px;
  background-color: #cccccc;
  cursor: pointer;
}
#wrapper.home .exhibition_slider .content .rsBullets .rsBullet.rsNavSelected,
#wrapper.home .exhibition_slider .content .rsBullets .rsBullet:hover {
  background-color: #ed1c24;
}
/* Press */
#wrapper.press #content .head {
  margin: 40px 0 0 200px;
}
#wrapper.press #content .head h1 {
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 40px;
}
#wrapper.press #content .table {
  width: 100%;
  padding: 0 0 40px 200px;
  box-sizing: border-box;
}
/* Table */
#wrapper #content table {
  width: 100%;
}
#wrapper #content table thead tr {
  border-bottom: solid 2px #000000;
}
#wrapper #content table thead tr td {
  font-size: 24px;
  font-weight: 700;
}
#wrapper #content table tr {
  border-bottom: solid 1px #cccccc;
}
#wrapper #content table tr td {
  font-size: 18px;
  padding: 15px 10px;
}
#wrapper #content table tr td a {
  color: #ed1c24;
}
#wrapper #content table tr td a:hover {
  text-decoration: underline;
}
/* Education */
#wrapper.education #content .head {
  margin: 40px 0 0 200px;
}
#wrapper.education #content .head h1 {
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 40px;
}
#wrapper.education #content .posts {
  padding-top: 40px;
}
#wrapper.education #content .posts li a {
  width: 65%;
}
#wrapper.education #content .posts li .header {
  display: block;
  margin: 40px 0;
  position: relative;
  transition: all 0.5s ease;
}
#wrapper.education #content .posts li .header:hover {
  opacity: 0.5;
}
#wrapper.education #content .posts li .header .title {
  width: 450px;
  position: absolute;
  bottom: 50px;
  right: 0;
  background-color: #1b75bb;
  padding: 25px;
}
#wrapper.education #content .posts li .header .title h1 {
  color: #ffffff;
  font-size: 25px;
  font-weight: 400;
}
#wrapper.education #content .posts li .header .title h1 div {
  font-size: 20px;
}
#wrapper.education #content .posts li .header .title p {
  margin-top: 30px;
  color: #ffffff;
  font-size: 20px;
}
/* Single education*/
#wrapper.education_single .header {
  margin: 40px 0;
  position: relative;
}
#wrapper.education_single .header .title {
  width: 450px;
  position: absolute;
  bottom: 50px;
  right: 0;
  background-color: #1b75bb;
  padding: 25px;
}
#wrapper.education_single .header .title h1 {
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
}
#wrapper.education_single .header .title h1 div {
  font-size: 20px;
}
#wrapper.education_single .header .title p {
  margin-top: 30px;
  color: #ffffff;
  font-size: 20px;
}
#wrapper.education_single .nav {
  padding: 10px 0;
  margin: 0 0 50px 0;
}
#wrapper.education_single .nav a {
  margin-left: 30px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
}
#wrapper.education_single .nav a.active {
  color: #ed1c24;
}
/* Exhibitions */
#wrapper.exhibitions #content .head {
  margin: 40px 0 0 200px;
}
#wrapper.exhibitions #content .head h1 {
  font-size: 26px;
  font-weight: 700;
}
#wrapper.exhibitions #content .filters {
  margin: 0 0 40px 200px;
}
#wrapper.exhibitions #content .filters .title {
  font-size: 26px;
  font-weight: 700;
  margin: 30px 0;
  cursor: pointer;
}
#wrapper.exhibitions #content .filters .title:hover {
  color: #ed1c24;
}
#wrapper.exhibitions #content .filters ol {
  padding: 0;
  margin: 0;
  display: none;
}
#wrapper.exhibitions #content .filters ol.active {
  display: block;
}
#wrapper.exhibitions #content .filters ol li {
  list-style: none;
  padding: 0;
  margin: 0;
}
#wrapper.exhibitions #content .filters ol li a {
  font-size: 25px;
  line-height: 30px;
  color: #ed1c24;
}
#wrapper.exhibitions #content .filters ol li a:hover {
  text-decoration: underline;
}
#wrapper.exhibitions #content .posts {
  padding-top: 40px;
}
#wrapper.exhibitions #content .posts li {
  overflow: hidden;
  padding-bottom: 40px;
}
#wrapper.exhibitions #content .posts li .img {
  float: left;
  width: 50%;
  transition: all 0.5s ease;
}
#wrapper.exhibitions #content .posts li .img:hover {
  opacity: 0.5;
}
#wrapper.exhibitions #content .posts li .desc_wrap {
  width: 50%;
  box-sizing: border-box;
  float: left;
  padding-left: 30px;
}
#wrapper.exhibitions #content .posts li .desc_wrap .desc {
  padding: 30px;
  border-left: solid 1px #cccccc;
}
#wrapper.exhibitions #content .posts li .desc_wrap .desc h2 {
  margin-bottom: 5px;
}
#wrapper.exhibitions #content .posts li .desc_wrap .desc h2 a {
  color: #ed1c24;
  font-size: 32px;
}
#wrapper.exhibitions #content .posts li .desc_wrap .desc h2 a:hover {
  text-decoration: underline;
}
#wrapper.exhibitions #content .posts li .desc_wrap .desc h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
#wrapper.exhibitions #content .posts li .desc_wrap .desc p {
  margin-top: 15px;
  font-size: 25px;
  line-height: 26px;
}
/* Single exhibition */
#wrapper.exhibition_single .header {
  margin: 40px 0;
  position: relative;
}
#wrapper.exhibition_single .header .title {
  width: 450px;
  position: absolute;
  bottom: 50px;
  right: 0;
  background-color: #ed1c24;
  padding: 25px;
}
#wrapper.exhibition_single .header .title span {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}
#wrapper.exhibition_single .header .title h1 {
  color: #ffffff;
  font-size: 25px;
  font-weight: 400;
}
#wrapper.exhibition_single .header .title h1 div {
  font-size: 20px;
}
#wrapper.exhibition_single .header .title p {
  margin-top: 30px;
  color: #ffffff;
  font-size: 20px;
}
#wrapper.exhibition_single .header .title p.subtitle {
  margin-top: 0;
}
#wrapper.exhibition_single .nav {
  padding: 10px 0;
  margin: 0 0 50px 0;
}
#wrapper.exhibition_single .nav a {
  margin-right: 30px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
}
#wrapper.exhibition_single .nav a.active {
  color: #ed1c24;
}
/*&.cyr {
  #header {
    .nav_wrap {
      ul.menu {
        padding: 27px 0 23px 0;
        li {
          a {
            font-size: 20px;
          }
        }
      }
    }
    .bar {
      .script {
        a {
          margin-top: 3px;
        }
      }
      .languages {
        a {
          margin-top: 3px;
        }
      }
    }
  }
}*/
/* Publications */
#wrapper.publications #content .head {
  margin: 40px 0 40px 200px;
}
#wrapper.publications #content .head h1 {
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 40px;
}
#wrapper.publications #content .head p {
  font-size: 25px;
  line-height: 26px;
}
#wrapper.publications #content .search {
  font-size: 0;
  margin: 80px 0 80px 165px;
  overflow: hidden;
}
#wrapper.publications #content .search input[type=submit] {
  width: 26px;
  height: 26px;
  background: url(../img/search_icon.png) center bottom;
  background-size: 27px 52px;
  display: inline-block;
  cursor: pointer;
  float: left;
  margin-right: 10px;
}
#wrapper.publications #content .search input[type=submit]:hover {
  background-position: center top;
}
#wrapper.publications #content .search input[type=text] {
  width: 300px;
  float: left;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border: solid 1px #000000;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}
#wrapper.publications #content .search input[type=text]:focus,
#wrapper.publications #content .search input[type=text]:hover {
  border-color: #ed1c24;
}
#wrapper.publications #content .filters {
  margin: 40px 0 40px 200px;
}
#wrapper.publications #content .filters .title {
  font-size: 26px;
  font-weight: 700;
  margin: 30px 0;
  cursor: pointer;
}
#wrapper.publications #content .filters .title:hover {
  color: #ed1c24;
}
#wrapper.publications #content .filters ol {
  padding: 0;
  margin: 0;
  display: none;
}
#wrapper.publications #content .filters ol.active {
  display: block;
}
#wrapper.publications #content .filters ol li {
  list-style: none;
  padding: 0;
  margin: 0;
}
#wrapper.publications #content .filters ol li a {
  font-size: 25px;
  line-height: 30px;
  color: #ed1c24;
}
#wrapper.publications #content .filters ol li a:hover {
  text-decoration: underline;
}
#wrapper.publications #content .posts {
  padding-top: 40px;
}
#wrapper.publications #content .posts li {
  overflow: hidden;
  padding-bottom: 40px;
}
#wrapper.publications #content .posts li img {
  margin: 0 60px 0 0;
  float: left;
}
#wrapper.publications #content .posts li .desc {
  font-size: 18px;
  line-height: 26px;
  float: left;
  width: 940px;
}
#wrapper.publications #content .posts li .desc h2 {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}
#wrapper.publications #content .posts li .desc a {
  display: block;
  margin-top: 20px;
  color: #ed1c24;
}
/*******************/
/* Modules */
/*******************/
/* Tabs */
#wrapper .vc_tta .vc_tta-tabs-container {
  padding-left: 200px;
  margin-bottom: 20px;
}
#wrapper .vc_tta .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
  margin-right: 30px;
}
#wrapper .vc_tta .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active {
  border-bottom: solid 4px #ed1c24;
}
#wrapper .vc_tta .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  padding: 10px 0;
  font-size: 24px;
  font-weight: 700;
}
#wrapper .vc_tta .vc_tta-panel-body {
  padding: 0;
}
@media only screen and (max-width: 1000px) {
  #wrapper .vc_tta .vc_tta-tabs-container {
    padding-left: 0;
  }
}
/* Accordion */
#wrapper .vc_tta-panel .vc_tta-panel-heading {
  padding-left: 200px;
  background-color: transparent;
  border: none;
}
#wrapper .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
  font-size: 24px;
  font-weight: 700;
  border-bottom: solid 4px #000000;
}
#wrapper .vc_tta-panel .vc_tta-panel-body {
  background-color: transparent;
  border: none;
  padding-top: 40px;
}
#wrapper .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title {
  border-bottom: solid 4px #ed1c24;
}
@media only screen and (max-width: 1000px) {
  #wrapper .vc_tta-panel .vc_tta-panel-heading {
    padding-left: 0;
  }
}
/* Map */
.cm_map .content {
  width: 1200px;
  height: 680px;
}
/* Section */
.cm_section_title {
  margin: 50px 0 40px 0;
  width: 100%;
  font-size: 26px;
  font-weight: 400;
  padding: 10px;
}
/* Line Break */
.cm_line_break {
  height: 2px;
  margin: 30px 0 30px 200px;
}
.cm_line_break.full {
  margin: 30px 0;
}
.cm_text {
  padding-left: 200px;
  font-size: 18px;
  line-height: 26px;
}
.cm_text p {
  margin-bottom: 30px;
}
.cm_text a {
  color: #ed1c24;
}
.cm_text a:hover {
  text-decoration: underline;
}
.cm_text strong,
.cm_text b,
.cm_text .bold {
  font-weight: 700;
}
.cm_text em,
.cm_text i {
  font-style: italic;
}
.cm_text ul,
.cm_text ol {
  margin: 0 0 30px 30px;
  list-style: disc;
}
.cm_text ul li,
.cm_text ol li {
  line-height: 26px;
}
.cm_text ol {
  list-style: decimal;
}
.cm_text h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #ed1c24;
}
.cm_text h3 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}
.cm_text h4 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  font-style: italic;
}
/* Video */
.cm_video {
  overflow: hidden;
}
.cm_video iframe {
  width: 900px;
  height: 506.25px;
  float: right;
  margin-bottom: 30px;
}
/* Image */
.cm_image {
  overflow: hidden;
}
.cm_image .content {
  width: 900px;
  /*padding: 20px;
    border: solid 1px #cccccc;*/
  float: right;
  text-align: right;
  margin-bottom: 30px;
  position: relative;
}
.cm_image .content .caption {
  position: absolute;
  background: #ed1c24;
  left: -100px;
  bottom: 40px;
  padding: 10px 30px 10px 15px;
}
.cm_image .content .caption p {
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}
.cm_image .content .caption p.desc {
  font-size: 14px;
  font-weight: 400;
}
/* Grid images */
.cm_grid .content {
  padding: 65px 0 0 200px;
  overflow: hidden;
}
.cm_grid .content a {
  width: 200px;
  height: 200px;
  background-color: #EEEEEE;
  float: left;
  margin-bottom: 65px;
  margin-right: 65px;
  outline: none;
  transition: all 0.5s ease;
}
.cm_grid .content a:nth-child(4n) {
  margin-right: 0;
}
.cm_grid .content a:hover {
  opacity: 0.5;
}
.cm_grid .content a img {
  display: block;
}
/* Slider */
.cm_slider {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  text-align: right;
  padding: 50px 0;
  overflow: hidden;
}
.cm_slider .content {
  width: 900px;
  height: 506.25px;
  /*padding: 20px;
    border: solid 1px #cccccc;*/
  float: right;
}
.cm_slider .content .slide {
  display: block;
  background-color: #ffffff;
  text-align: center;
}
.cm_slider .content .slide .caption {
  -webkit-user-select: text;
  /* Safari 3.1+ */
  -moz-user-select: text;
  /* Firefox 2+ */
  -ms-user-select: text;
  /* IE 10+ */
  user-select: text;
  /* Standard syntax */
  position: absolute;
  background: #ed1c24;
  left: 20px;
  bottom: 40px;
  padding: 10px 30px 10px 15px;
}
.cm_slider .content .slide .caption p {
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}
.cm_slider .content .slide .caption p.desc {
  font-weight: 400;
  font-size: 14px;
}
.cm_slider .content .rsBtnCenterer {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -60px 0 0 -60px;
  cursor: pointer;
}
.cm_slider .content .rsBtnCenterer .rsPlayBtn .rsPlayBtnIcon {
  background: url(../img/play.png) no-repeat;
  width: 120px;
  height: 120px;
}
.cm_slider .content .rsCloseVideoBtn {
  position: absolute;
  z-index: 99;
  top: 20px;
  left: 20px;
  cursor: pointer;
}
.cm_slider .content .rsCloseVideoBtn .rsCloseVideoIcn {
  background: url(../img/close.png) no-repeat;
  width: 40px;
  height: 40px;
}
.cm_slider .content .rsArrow {
  background: url(../img/slider_arrows.png) no-repeat;
  width: 36px;
  height: 68px;
  position: absolute;
  z-index: 99;
  top: 50%;
  margin-top: -34px;
}
.cm_slider .content .rsArrow.rsArrowLeft {
  background-position: top left;
  left: 20px;
}
.cm_slider .content .rsArrow.rsArrowRight {
  background-position: top right;
  right: 20px;
}
@media only screen and (max-width: 1240px) {
  #wrapper {
    width: 980px;
  }
  #wrapper.exhibitions #content .posts li .img img {
    width: 100%;
  }
  #wrapper.exhibition_single .nav a:nth-child(1) {
    margin-left: 0;
  }
  .cm_slider .content {
    width: 735px;
    height: 413.4375px;
  }
  #wrapper.education #content .posts li .header img {
    width: 100%;
  }
  .cm_grid .content a:nth-child(3n) {
    margin-right: 0;
  }
  .cm_grid .content a:nth-child(4n) {
    margin-right: 65px;
  }
  .cm_blocks .block {
    width: 450px;
    margin-right: 70px;
  }
  .cm_blocks .block img {
    width: 450px;
    height: 254px;
  }
  .cm_blocks .block .title {
    width: 450px;
  }
  .cm_image .content {
    width: 680px;
  }
  .cm_image .content img {
    width: 100%;
  }
  .cm_map .content {
    width: 980px;
    height: 555px;
  }
  .cyr #header .nav_wrap ul.menu li a {
    font-size: 16px;
  }
  .nav_wrap .menu-1 li a {
    font-size: 22px;
  }
  #footer {
    max-width: 980px;
    padding: 73px 0;
  }
  #wrapper.publications #content .posts li .desc {
    width: 720px;
  }
}
@media only screen and (max-width: 1000px) {
  #wrapper {
    width: 600px;
  }
  .nav_wrap {
    width: 100%;
    height: 64px;
    background-image: url(../img/menu.png);
    background-size: 48px;
    background-repeat: no-repeat;
    background-position: center 9px;
    display: block !important;
    position: relative;
  }
  .nav_wrap:hover ul.menu {
    display: block;
  }
  .nav_wrap .mob {
    display: block;
  }
  .nav_wrap .not_mob {
    display: none !important;
  }
  .nav_wrap .menu_main {
    display: none;
  }
  .nav_wrap ul.menu {
    width: 600px;
    padding: 25px 0;
    display: none;
    z-index: 3000;
    position: absolute;
    background: #FFFFFF;
  }
  .nav_wrap ul.menu > li:last-child {
    position: static;
  }
  .nav_wrap ul.menu > li:last-child > ul {
    right: auto;
    width: auto;
  }
  .nav_wrap ul.menu > li:last-child > ul li {
    text-align: left;
  }
  .nav_wrap ul.menu li {
    margin-bottom: 10px;
  }
  .nav_wrap ul.menu li a {
    width: 100%;
    display: block;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 400;
  }
  .nav_wrap ul.menu li ul {
    padding-bottom: 20px;
    position: relative;
    display: none;
  }
  .nav_wrap ul.menu li ul li {
    margin-left: 35px;
  }
  .nav_wrap ul.menu li ul li ul {
    position: relative;
  }
  .nav_wrap ul.menu li ul li ul li {
    margin-left: 35px;
  }
  #wrapper.home .exhibition_slider .content .title {
    padding: 25px 50px 25px 0;
    left: 17%;
  }
  .cm_slider .content {
    width: 600px;
    height: 337.5px;
  }
  .cm_blocks .block {
    width: 100%;
    margin: 0 0 30px;
    float: none;
    text-align: center;
  }
  .cm_blocks .block img {
    width: 100%;
    height: auto;
  }
  .cm_blocks .block .title {
    width: 100%;
    text-align: left;
  }
  .cm_blocks_text .block {
    width: 100%;
    float: none !important;
    text-align: center !important;
    display: inline-block;
  }
  .cm_text {
    padding-left: 0;
  }
  .cm_line_break {
    margin-left: 0;
  }
  .cm_image .content {
    width: 500px;
  }
  #wrapper.page h1 {
    margin-top: 30px;
  }
  #wrapper.exhibitions #content .head {
    margin-left: 0;
  }
  #wrapper.exhibitions #content .head h1 {
    padding-bottom: 0;
  }
  #wrapper.exhibitions #content .filters {
    margin-left: 0;
  }
  #wrapper.exhibitions #content .posts li .desc_wrap .desc {
    padding: 15px 30px;
  }
  #wrapper.exhibitions #content .posts li .desc_wrap .desc p {
    font-size: 20px;
  }
  #wrapper.exhibition_single .header img {
    width: 100%;
  }
  #wrapper.press #content .head {
    margin-left: 0;
  }
  #wrapper.press #content .table {
    padding-left: 0;
  }
  #wrapper.publications #content .head {
    margin-left: 0;
  }
  #wrapper.publications #content .search {
    margin-left: 0;
  }
  #wrapper.publications #content .filters {
    margin-left: 0;
  }
  #wrapper.publications #content .posts li img {
    margin-right: 30px;
  }
  #wrapper.publications #content .posts li .desc {
    width: 370px;
  }
  #wrapper.education #content .head {
    margin-left: 0;
  }
  #wrapper.education #content .posts li a {
    width: 100%;
  }
  #wrapper.education #content .posts li .header img {
    width: 100% !important;
  }
  #wrapper.education #content .posts li .header .title {
    width: 100%;
    position: relative;
    bottom: 5px;
    box-sizing: border-box;
  }
  .cm_section_title {
    margin: 30px 0 20px 0;
    box-sizing: border-box;
  }
  .cm_grid .content {
    padding-left: 0;
  }
  .cm_grid .content a:nth-child(2n) {
    margin-right: 0;
  }
  .cm_grid .content a:nth-child(3n) {
    margin-right: 65px;
  }
  .cm_grid .content a:nth-child(4n) {
    margin-right: 0;
  }
  .cm_map .content {
    width: 600px;
    height: 337.5px;
  }
  #footer {
    max-width: 600px;
  }
  #footer .nav_wrap {
    background-image: url(../img/menu_white.png);
  }
  #footer .nav_wrap ul.menu {
    position: absolute;
    bottom: 64px;
  }
}
@media only screen and (max-width: 620px) {
  #wrapper {
    width: 300px;
  }
  .nav_wrap ul.menu {
    width: 300px;
  }
  .nav_wrap ul.menu li a {
    line-height: 31px;
  }
  .nav_wrap ul.menu li ul li a {
    line-height: 22px;
  }
  #header .lang_cont .lang_wrap {
    margin-right: 75px;
  }
  .cm_slider .content {
    width: 300px;
    height: 258.75px;
  }
  .cm_slider .content .slide .caption {
    left: 10px;
    bottom: 10px;
    padding: 10px;
  }
  #wrapper.home .exhibition_slider .content {
    height: 350px;
  }
  #wrapper.home .exhibition_slider .content .title {
    width: 90%;
    position: absolute;
    bottom: 0;
    left: 5%;
    padding: 25px 10px 25px 0;
  }
  #wrapper.home .exhibition_slider .content .title span {
    font-size: 16px;
    line-height: 18px;
  }
  #wrapper.home .exhibition_slider .content .title h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
  }
  #wrapper.home .exhibition_slider .content .title p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
  }
  #wrapper.home .exhibition_slider .content .rsArrow {
    display: none !important;
  }
  #wrapper.exhibitions #content .posts li .img {
    margin-bottom: 10px;
    float: none;
  }
  #wrapper.exhibitions #content .posts li .desc_wrap {
    width: 100%;
    box-sizing: border-box;
    float: none;
    padding-left: 0;
  }
  #wrapper.exhibitions #content .posts li .desc_wrap .desc {
    padding: 15px 20px;
  }
  #wrapper.exhibitions #content .posts li .desc_wrap .desc h2 a {
    font-size: 26px;
  }
  #wrapper.exhibition_single .nav a {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    display: block;
    text-align: center;
  }
  #wrapper.exhibition_single .header .title {
    width: 100%;
    position: relative;
    bottom: 5px;
    box-sizing: border-box;
  }
  #wrapper.publications #content .search {
    margin: 30px 0 30px 0;
  }
  #wrapper.publications #content .search input[type=text] {
    width: 240px;
  }
  #wrapper.publications #content .posts li {
    text-align: center;
  }
  #wrapper.publications #content .posts li img {
    margin: 0 auto;
    float: none;
  }
  #wrapper.publications #content .posts li .desc {
    float: none;
    padding-left: 0;
    margin-top: 10px;
    text-align: left;
  }
  #wrapper.education #content .posts li .header .title h1 {
    font-size: 22px;
  }
  .cm_blocks .block {
    margin-bottom: 15px;
    padding-bottom: 35px;
  }
  .cm_blocks .block img {
    width: 100%;
    height: auto;
  }
  .cm_blocks .block .title {
    width: 100%;
    height: auto;
    padding: 15px 25px;
    margin-top: -5px;
    position: relative;
  }
  .cm_blocks .block .title h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .cm_blocks .block .title p {
    font-size: 18px;
  }
  .cm_blocks_text .block h2 {
    font-size: 24px;
    line-height: 28px;
  }
  a.cm_full_width_button {
    font-size: 24px;
  }
  .cm_image .content {
    width: 150px;
  }
  .cm_image .content .caption {
    left: 0;
  }
  .cm_map .content {
    width: 300px;
    height: 168.75px;
  }
  .cm_image .content {
    width: 300px;
  }
  .cm_image .content img {
    width: 100%;
  }
  .cm_grid .content a {
    width: 140px;
    height: 140px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .cm_grid .content a img {
    width: 140px;
    height: 140px;
  }
  .cm_grid .content a:nth-child(3n) {
    margin-right: 20px !important;
  }
  .cm_grid .content a:nth-child(2n) {
    margin-right: 0 !important;
  }
  .cm_grid .content a:nth-child(4n) {
    margin-right: 0 !important;
  }
  #footer {
    max-width: 300px;
  }
  #footer .bar {
    width: 100%;
  }
  #footer .bar .search {
    float: none;
    width: 175px;
    margin: 0 auto;
  }
  #footer .logo_container {
    margin-top: 20px;
  }
  #footer .logo_container .logo {
    margin-right: 13px;
  }
  #footer .address {
    margin-top: 70px;
  }
  #footer .address span {
    display: block;
    overflow: hidden;
    margin-top: 5px;
    text-align: center;
  }
  #footer .address span .youtube {
    float: left;
    margin: 0 28px 0 0;
  }
  #footer .address span .facebook {
    float: left;
  }
  #footer .address span .instagram {
    float: left;
    margin: 0 28px 0 0;
  }
}
.button_icon,
a.button_icon {
  padding: 9px 20px 10px 36px;
  background: #999999 no-repeat 10px center;
  background-size: 18px 18px;
  box-sizing: border-box;
  /*display: inline-block;*/
  /* MOJ KOD */
  display: block;
  width: fit-content;
  margin-bottom: 10px;
  /* KRAJ MOG KODA */
  cursor: pointer;
  color: #ffffff;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.3px;
  text-align: center;
  vertical-align: middle;
  transition: all 0.2s ease;
  -webkit-appearance: none;
}
.button_icon.pdf,
a.button_icon.pdf {
  background-image: url(../img/button_icons/pdf.png);
}
.button_icon.word,
a.button_icon.word {
  background-image: url(../img/button_icons/word.png);
}
.button_icon:hover,
a.button_icon:hover,
.button_icon:focus,
a.button_icon:focus {
  text-decoration: none;
  background-color: #ed1c24;
  border-color: #ed1c24;
  color: #ffffff;
}
sup,
sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
sub {
  top: 0.4em;
}
.contact_form {
  width: 40%;
}
.contact_form form input,
.contact_form form textarea {
  display: block;
  width: 100%;
  height: 32px;
  padding: 3px 10px;
  margin-bottom: 10px;
  font-size: 18px;
  border-radius: 20px;
  border: 1px solid #999;
  transition: background 0.5s;
}
.contact_form form input:focus,
.contact_form form textarea:focus {
  background-color: #e3f4ff;
  transition: background 0.4s;
}
.contact_form form textarea {
  min-height: 100px;
  resize: none;
}
.contact_form form label {
  padding-left: 12px;
  font-size: 16px;
  font-weight: 700;
}
.contact_form form .submit {
  width: 50%;
  height: 50px;
  display: block;
  margin: 20px auto;
  border-radius: 10px;
  border: none;
  background: #1592e5;
  color: white;
  font-size: 20px;
  cursor: pointer;
}
.contact_form form .submit:hover {
  background: #1076bc;
  transition: background 0.4s;
}
.contact_form form .input_wrap.error label {
  color: #ed1c24;
}
.contact_form form .input_wrap.error input,
.contact_form form .input_wrap.error textarea {
  border: 1px solid #ed1c24;
}
@media only screen and (max-width: 1240px) {
  .contact_form {
    width: 50%;
  }
}
@media only screen and (max-width: 1000px) {
  .contact_form {
    width: 60%;
  }
}
@media only screen and (max-width: 620px) {
  .contact_form {
    width: 100%;
  }
}
.mob .menu-header-container .menu {
  box-sizing: border-box;
  padding-left: 75px;
}
.mob .menu-header-container .menu ul li {
  margin-left: 0;
}
.mob .menu-header-container .menu ul li a {
  font-size: 18px;
  color: gray;
}
.mob .menu-header-container .menu ul li.active > a {
  color: black;
}
.mob .menu-header-container .menu ul li ul li a {
  font-size: 14px;
  color: #999;
}
