@-webkit-keyframes showHeader {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes showHeader {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes show {
  100% {
    opacity: 1; } }

@keyframes show {
  100% {
    opacity: 1; } }

@-webkit-keyframes moveUp {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes moveUp {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

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

b, strong {
  font-family: "Montserrat", sans-serif; }

a {
  outline: none;
  text-decoration: none; }

a:focus {
  outline: none; }

.hidden {
  display: none; }

.content {
  max-width: 1450px;
  padding: 0 20px;
  margin: 0 auto; }

html {
  min-width: 100%;
  min-height: 100%; }

body {
  margin: 0;
  padding: 0;
  height: 100%;
  font: 18px/30px "Montserrat";
  color: var(--gray-600, #475467);
  overflow-x: hidden; }

body.index .header-wrapper {
  height: 710px; }

body.index .header-top {
  opacity: 0;
  -webkit-animation: show 1s 500ms forwards;
  animation: show 1s 500ms forwards; }

body.index .header {
  opacity: 0;
  height: 710px;
  position: relative;
  -webkit-animation: show 1s forwards;
  animation: show 1s forwards;
  background: url("../images/index-bg.jpg") no-repeat center top/cover; }

body.index .header:after {
  content: '';
  height: 260px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 1;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(27%, rgba(15, 15, 31, 0.81)), color-stop(58%, rgba(15, 15, 31, 0.64)), to(rgba(15, 15, 31, 0)));
  background-image: linear-gradient(bottom, rgba(15, 15, 31, 0.81) 27%, rgba(15, 15, 31, 0.64) 58%, rgba(15, 15, 31, 0)); }

body.index .header .logos {
  position: absolute;
  top: 85px;
  opacity: 0;
  -webkit-animation: show 1s 1s forwards;
  animation: show 1s 1s forwards;
  text-align: center;
  width: 100%; }

body.index .header .logos a {
  height: 154px;
  display: inline-block;
  margin: 0 23px; }

body.index .header .logos a img {
  height: 100%;
  width: auto; }

body.index .header .main-menu {
  position: absolute;
  left: 0;
  bottom: 44px;
  width: 100%;
  text-align: center;
  font: 20px/20px "Montserrat";
  letter-spacing: 1px;
  z-index: 2; }

@media all and (min-width: 768px) {
  body.index .header .main-menu {
    opacity: 0;
    -webkit-animation: show 1s 1.5s forwards;
    animation: show 1s 1.5s forwards; } }

body.index .header .main-menu li {
  list-style-type: none;
  display: inline-block;
  margin: 85px 12px 0; }

body.index .header .main-menu li:nth-child(1) a:before {
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -972px;
  background-repeat: no-repeat;
  display: block;
  height: 108px;
  width: 110px; }

body.index .header .main-menu li:nth-child(1) a:hover:before {
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -864px;
  background-repeat: no-repeat;
  display: block;
  height: 108px;
  width: 110px; }

body.index .header .main-menu li:nth-child(2) a:before {
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -540px;
  background-repeat: no-repeat;
  display: block;
  height: 108px;
  width: 106px; }

body.index .header .main-menu li:nth-child(2) a:hover:before {
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -432px;
  background-repeat: no-repeat;
  display: block;
  height: 108px;
  width: 106px; }

body.index .header .main-menu li:nth-child(3) a:before {
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -756px;
  background-repeat: no-repeat;
  display: block;
  height: 108px;
  width: 96px; }

body.index .header .main-menu li:nth-child(3) a:hover:before {
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -648px;
  background-repeat: no-repeat;
  display: block;
  height: 108px;
  width: 96px; }

body.index .header .main-menu li:nth-child(4) a:before {
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -2643px;
  background-repeat: no-repeat;
  display: block;
  height: 108px;
  width: 107px; }

body.index .header .main-menu li:nth-child(4) a:hover:before {
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -2753px;
  background-repeat: no-repeat;
  display: block;
  height: 108px;
  width: 107px; }

body.index .header .main-menu li:nth-child(5) a:before {
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -216px;
  background-repeat: no-repeat;
  display: block;
  height: 108px;
  width: 95px; }

body.index .header .main-menu li:nth-child(5) a:hover:before {
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -324px;
  background-repeat: no-repeat;
  display: block;
  height: 108px;
  width: 95px; }

body.index .header .main-menu li:nth-child(6) a:before {
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -2861px;
  background-repeat: no-repeat;
  display: block;
  height: 108px;
  width: 95px; }

body.index .header .main-menu li:nth-child(6) a:hover:before {
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -2967px;
  background-repeat: no-repeat;
  display: block;
  height: 108px;
  width: 95px; }

body.index .header .main-menu li:nth-child(7) a:before {
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -3075px;
  background-repeat: no-repeat;
  display: block;
  height: 108px;
  width: 95px; }

body.index .header .main-menu li:nth-child(7) a:hover:before {
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -3181px;
  background-repeat: no-repeat;
  display: block;
  height: 108px;
  width: 95px; }

body.index .header .main-menu a {
  color: white;
  display: block; }

body.index .header .main-menu a:before {
  content: '';
  display: inline-block !important;
  margin-bottom: 12px; }

body.index .header .main-menu a span {
  display: block; }

body.index .categories-menu-wrapper {
  opacity: 0;
  -webkit-animation: show 1s 2s forwards;
  animation: show 1s 2s forwards; }

@media all and (max-width: 767px) {
  body.index .categories-menu-wrapper {
    -webkit-animation: show 1s 1.5s forwards;
    animation: show 1s 1.5s forwards; } }

body.calendar-page .categories-menu {
  background: white;
  border-top: 1px solid #e3e3e3;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.45); }

body.calendar-page .categories-menu h1 {
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 23px;
  float: left; }

body.calendar-page .categories-menu .view-type {
  border-right: 1px solid #e3e3e3; }

body.calendar-page .categories-menu .view-type a {
  border-left: 1px solid #e3e3e3; }

body.calendar-page .categories-menu .view-type .grid.active:before, body.calendar-page .categories-menu .view-type .grid:hover:before {
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -2179px;
  background-repeat: no-repeat;
  display: block;
  height: 24px;
  width: 26px; }

body.calendar-page .categories-menu .view-type .list.active:before, body.calendar-page .categories-menu .view-type .list:hover:before {
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -1979px;
  background-repeat: no-repeat;
  display: block;
  height: 24px;
  width: 24px; }

body.inner .header .logo {
  left: 20px;
  top: 13px;
  position: absolute;
  width: 216px;
  height: 69px;
  margin: 0;
  z-index: 2; }

body.inner .header .logo img {
  height: 100%;
  width: auto; }

body.header-fixed .header, body.inner .header {
  background: white;
  height: 90px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  margin-bottom: 0; }

body.header-fixed .header:after, body.inner .header:after {
  display: none; }

body.header-fixed .header .logos, body.inner .header .logos {
  left: 20px;
  margin-left: 0;
  top: 13px;
  position: absolute;
  width: 216px;
  height: 69px;
  z-index: 2; }

body.header-fixed .header .logos img, body.inner .header .logos img {
  display: none; }

body.header-fixed .header .logos .logo, body.inner .header .logos .logo {
  width: 216px;
  height: 69px;
  margin: 0;
  background: url("../images/logo-inner.svg") no-repeat 0 0/100% 100%; }

body.header-fixed.hebrew .header .logos .logo, body.inner.hebrew .header .logos .logo {
  height: 69px;
  width: 103px;
  margin: 0;
  background: url("../images/logohe.png") no-repeat 0 0/100% 100%; }

body.header-fixed .header .logos .logo2, body.inner .header .logos .logo2 {
  display: none; }

body.header-fixed .header .main-menu, body.inner .header .main-menu {
  bottom: auto;
  top: 0;
  right: 192px;
  left: auto;
  height: 100%;
  width: auto;
  position: absolute;
  z-index: 2;
  font: 20px/20px "Roboto-Light";
  letter-spacing: 1px; }

body.header-fixed .header .main-menu ul, body.inner .header .main-menu ul {
  float: right;
  height: 100%; }

body.header-fixed .header .main-menu li, body.inner .header .main-menu li {
  display: block;
  float: left;
  margin: 0;
  height: 100%; }

body.header-fixed .header .main-menu a, body.inner .header .main-menu a {
  color: black;
  padding: 35px 25px 0;
  height: 100%;
  letter-spacing: 0;
  position: relative;
  display: block; }

body.header-fixed .header .main-menu a:before, body.inner .header .main-menu a:before {
  display: none !important; }

body.header-fixed .header .main-menu a:hover span:after, body.inner .header .main-menu a:hover span:after {
  width: 100%; }

body.header-fixed .header .main-menu a.active span:after, body.inner .header .main-menu a.active span:after {
  width: 100%; }

body.header-fixed .header .main-menu a span, body.inner .header .main-menu a span {
  padding-bottom: 8px;
  position: relative;
  display: inline; }

body.header-fixed .header .main-menu a span:after, body.inner .header .main-menu a span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background: #009aff;
  -webkit-transition: width 300ms;
  transition: width 300ms; }

body.header-fixed .header-top, body.inner .header-top {
  width: 100%;
  height: 100%;
  border-bottom: none; }

body.header-fixed .header-top .day-info, body.inner .header-top .day-info {
  display: none; }

body.header-fixed .header-top .search-toggler, body.inner .header-top .search-toggler {
  width: 102px;
  height: 100%;
  right: 90px; }

body.header-fixed .header-top .search-toggler:before, body.inner .header-top .search-toggler:before {
  top: 40px;
  left: 42px; }

body.header-fixed .header-top .search-form, body.inner .header-top .search-form {
  padding: 20px 0;
  background: white;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  margin-top: 0; }

body.header-fixed .header-top .search-form .search-form-close, body.inner .header-top .search-form .search-form-close {
  top: 3px; }

body.header-fixed .categories-menu, body.inner .categories-menu {
  position: fixed;
  z-index: 9;
  left: 0;
  top: 90px; }

body.header-fixed .header {
  -webkit-animation: showHeader 300ms forwards;
  animation: showHeader 300ms forwards; }

body.inner .header-wrapper {
  height: 90px; }

body.inner .header {
  opacity: 0;
  -webkit-animation: show 1s forwards;
  animation: show 1s forwards; }

body.inner .categories-menu-wrapper {
  opacity: 0;
  -webkit-animation: show 1s 0.5s forwards;
  animation: show 1s 0.5s forwards; }

@media all and (max-width: 767px) {
  body.inner .categories-menu-wrapper {
    -webkit-animation: show 1s 0.5s forwards;
    animation: show 1s 0.5s forwards; } }

.container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.header-wrapper {
  width: 100%;
  float: left;
  position: relative;
  z-index: 3; }

.header-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-bottom: 1px solid #c9c0bd;
  height: 55px;
  z-index: 1; }

.header-top .day-info {
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 14px;
  line-height: 14px;
  text-align: center; }

.header-top .day-info > div {
  border-right: 1px solid #c9c3c0;
  display: inline-block;
  padding: 22px 24px 0;
  height: 100%;
  position: relative; }

.header-top .day-info > div:first-child {
  border-left: 1px solid #c9c3c0; }

.header-top .day-info a {
  color: black; }

.header-top .menu-toggler {
  width: 85px;
  right: 85px;
  height: 100%;
  position: absolute;
  cursor: pointer;
  display: none; }

.header-top .menu-toggler:before {
  content: '';
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -2301px;
  background-repeat: no-repeat;
  display: block;
  height: 13px;
  width: 26px;
  position: absolute;
  top: 33px;
  left: 29px; }

.header-top .search-toggler {
  position: absolute;
  height: 54px;
  width: 54px;
  top: 0;
  right: 74px;
  cursor: pointer; }

.header-top .search-toggler:before {
  content: '';
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -1610px;
  background-repeat: no-repeat;
  display: block;
  height: 16px;
  width: 16px;
  top: 22px;
  left: 19px;
  position: absolute; }

.header-top .search-toggler:hover:before {
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -1628px;
  background-repeat: no-repeat;
  display: block;
  height: 16px;
  width: 16px; }

.header-top .search-toggler.active:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -11px;
  bottom: -1px;
  border-bottom: 11px solid rgba(255, 255, 255, 0.57);
  border-left: 11px solid transparent;
  border-right: 11px solid transparent; }

.header-top .search-form {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 1px;
  padding: 16px 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.57);
  display: none; }

.header-top .search-form.visible {
  display: block; }

.header-top .search-form form {
  width: 100%;
  max-width: 1034px;
  margin: 0 auto;
  position: relative; }

.header-top .search-form form input {
  height: 22px;
  float: left;
  width: calc(100% - 72px);
  background: white;
  font: 14px "Roboto-Light";
  border: 1px solid #d7d7d7;
  padding: 0 12px; }

.header-top .search-form form button {
  position: absolute;
  height: 54px;
  width: 54px;
  right: 0;
  top: -16px;
  background: none;
  border: none; }

.header-top .search-form form button:before {
  content: '';
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -1610px;
  background-repeat: no-repeat;
  display: block;
  height: 16px;
  width: 16px;
  top: 19px;
  left: 19px;
  position: absolute; }

.header-top .search-form form button:hover:before {
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -1628px;
  background-repeat: no-repeat;
  display: block;
  height: 16px;
  width: 16px; }

.header-top .search-form .search-form-close {
  position: absolute;
  height: 54px;
  width: 54px;
  top: 0;
  right: 19px;
  cursor: pointer; }

.header-top .search-form .search-form-close:before {
  content: '';
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -1708px;
  background-repeat: no-repeat;
  display: block;
  height: 15px;
  width: 16px;
  top: 20px;
  left: 19px;
  position: absolute; }

.header-top .search-form .search-form-close:hover:before {
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -1593px;
  background-repeat: no-repeat;
  display: block;
  height: 15px;
  width: 16px; }

.footer {
  opacity: 0;
  width: 100%;
  height: 360px;
  overflow: hidden;
  position: relative;
  background: #17191c;
  -webkit-animation: show 1s 1.5s forwards;
  animation: show 1s 1.5s forwards; }
@media all and (max-width: 1450px) {
  .footer {
    height: auto !important; } }
@media all and (max-width: 767px) {
  .footer {
    padding-top: 36px !important; } }
.footer .content {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1450px; }
@media all and (max-width: 1450px) {
  .footer .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }
.footer .content .contacts {
  width: 400px;
  float: left; }
@media all and (max-width: 1450px) {
  .footer .content .contacts {
    width: 100%;
    float: none;
    position: static;
    text-align: center; } }
.footer .content .contacts img {
  float: left;
  margin: 37px 21px 32px 0; }
@media all and (max-width: 1450px) {
  .footer .content .contacts img {
    float: none;
    margin: 0 16px;
    display: inline-block; } }
.footer .content .contacts img + img {
  margin: 37px 0 32px; }
@media all and (max-width: 1450px) {
  .footer .content .contacts img + img {
    margin: 0 16px; } }
.footer .content .contacts .address:before {
  left: 0;
  top: 11px;
  width: 14px;
  content: '';
  height: 17px;
  display: block;
  position: absolute;
  background: url("../images/icons-s051b96bbcf.png") no-repeat 0 -1574px; }
@media all and (max-width: 1450px) {
  .footer .content .contacts .address:before {
    display: none; } }
.footer .content .contacts .phone:before {
  left: 0;
  top: 8px;
  width: 15px;
  content: '';
  height: 15px;
  display: block;
  position: absolute;
  background: url("../images/icons-s051b96bbcf.png") no-repeat 0 -1779px; }
@media all and (max-width: 1450px) {
  .footer .content .contacts .phone:before {
    display: none; } }
.footer .content .contacts .mail:before {
  left: 0;
  top: 13px;
  width: 16px;
  content: '';
  height: 12px;
  display: block;
  position: absolute;
  background: url("../images/icons-s051b96bbcf.png") no-repeat 0 -1820px; }
@media all and (max-width: 1450px) {
  .footer .content .contacts .mail:before {
    display: none; } }
.footer .content .contacts p, .footer .content .contacts a {
  width: 100%;
  float: left;
  color: white;
  display: block;
  position: relative;
  padding-left: 30px;
  font: 16px/36px "Montserrat"; }
.footer .content .footer-menu {
  float: left;
  width: 315px;
  margin-top: 61px; }
@media all and (max-width: 1450px) {
  .footer .content .footer-menu {
    width: 100%;
    float: none;
    margin-top: 36px;
    position: static; } }
.footer .content .footer-menu p {
  color: #9e9e9e;
  margin-bottom: 22px;
  text-transform: uppercase;
  font: 16px/31px "Montserrat"; }
@media all and (max-width: 1450px) {
  .footer .content .footer-menu p {
    text-align: center; } }
.footer .content .footer-menu .menu-main-menu-container ul.menu li {
  list-style-type: none; }
.footer .content .footer-menu .menu-main-menu-container ul.menu li a {
  color: white;
  display: block;
  font: 16px/27px "Montserrat"; }
@media all and (max-width: 1450px) {
  .footer .content .footer-menu .menu-main-menu-container ul.menu li a {
    text-align: center; } }
.footer .content .footer-menu .menu-main-menu-container ul.menu li a:hover {
  color: #019aff; }
.footer .content .social {
  float: left;
  width: 235px;
  margin-top: 61px; }
@media all and (max-width: 1450px) {
  .footer .content .social {
    width: 100%;
    float: none;
    position: static;
    margin-top: 36px;
    margin-bottom: 0;
    text-align: center; } }
.footer .content .social p {
  color: #9e9e9e;
  margin-bottom: 22px;
  text-transform: uppercase;
  font: 16px/31px "Montserrat"; }
@media all and (max-width: 1450px) {
  .footer .content .social p {
    text-align: center; } }
.footer .content .social a {
  float: left;
  width: 52px;
  height: 52px;
  display: block;
  position: relative;
  margin-right: 15px;
  margin-bottom: 8px;
  border-radius: 100%;
  border: 1px solid #595959; }
@media all and (max-width: 1450px) {
  .footer .content .social a {
    float: none;
    text-align: center;
    display: inline-block; } }
.footer .content .social a.fb:before {
  top: 11px;
  left: 19px;
  width: 13px;
  content: '';
  height: 27px;
  display: block;
  position: absolute;
  background: url("../images/icons-s051b96bbcf.png") no-repeat 0 -2541px; }
.footer .content .social a.fb:hover:before {
  width: 13px;
  height: 27px;
  display: block;
  background: url("../images/icons-s051b96bbcf.png") no-repeat 0 -2451px; }
.footer .content .social a.vk:before {
  top: 17px;
  left: 11px;
  width: 28px;
  content: '';
  height: 17px;
  display: block;
  position: absolute;
  background: url("../images/icons-s051b96bbcf.png") no-repeat 0 -2432px; }
.footer .content .social a.vk:hover:before {
  width: 28px;
  height: 17px;
  display: block;
  background: url("../images/icons-s051b96bbcf.png") no-repeat 0 -2323px; }
.footer .content .social a:hover {
  border-color: #066db5; }
.footer .content .social a:last-of-type {
  margin-right: 0; }
.footer .content .subscribe {
  float: left;
  width: 410px;
  margin-top: 61px;
  position: relative; }
@media all and (max-width: 1450px) {
  .footer .content .subscribe {
    width: 100%;
    float: none;
    margin-top: 36px; } }
.footer .content .subscribe p {
  color: #9e9e9e;
  margin-bottom: 22px;
  text-transform: uppercase;
  font: 16px/31px "Montserrat"; }
@media all and (max-width: 1450px) {
  .footer .content .subscribe p {
    text-align: center; } }
.footer .content .subscribe p span {
  color: white;
  display: block;
  margin-top: 3px;
  text-transform: none;
  font: 14px/14px "Montserrat"; }
@media all and (max-width: 1450px) {
  .footer .content .subscribe .wpcf7 {
    width: 260px;
    margin: 0 auto; } }
.footer .content .subscribe .wpcf7 form .field {
  float: left;
  width: 374px;
  position: relative;
  margin: 14px 0 12px; }
@media all and (max-width: 1450px) {
  .footer .content .subscribe .wpcf7 form .field {
    width: 100%; } }
.footer .content .subscribe .wpcf7 form .field:before {
  top: 16px;
  left: 14px;
  height: 9px;
  width: 12px;
  content: '';
  z-index: 1;
  display: block;
  position: absolute;
  background: url("../images/icons-s051b96bbcf.png") no-repeat 0 -2570px; }
.footer .content .subscribe .wpcf7 form .field input {
  width: 100%;
  float: none;
  height: 41px;
  padding: 0 34px;
  background: white;
  font: 14px "Montserrat"; }
.footer .content .subscribe .wpcf7 form .field input[aria-invalid="true"] {
  color: #ffffff;
  background-color: rgba(255, 0, 0, 0.5); }
.footer .content .subscribe .wpcf7 form .field .wpcf7-not-valid-tip {
  font-size: .75rem;
  text-align: center; }
.footer .content .subscribe .wpcf7 form .button {
  clear: both;
  color: white;
  width: 374px;
  height: 41px;
  display: block;
  position: relative;
  letter-spacing: 1px;
  background: #066db5;
  text-transform: uppercase;
  font: 16px/16px "Montserrat"; }
@media all and (max-width: 1450px) {
  .footer .content .subscribe .wpcf7 form .button {
    width: 100%; } }
.footer .content .subscribe .wpcf7 form .ajax-loader {
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 10;
  height: 100%;
  position: absolute;
  background: rgba(23, 25, 28, 0.95) no-repeat center; }
.footer .content .subscribe .wpcf7 form .ajax-loader:after {
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  content: '';
  position: absolute;
  -webkit-animation: spin 1s infinite ease-in;
  animation: spin 1s infinite ease-in;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url("../images/icons/icon-spin.png"); }
.footer .content .copy {
  width: 100%;
  float: left;
  color: #56585a;
  margin-top: 21px;
  padding-top: 8px;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
  font: 12px/31px "Montserrat"; }
.footer .content .copy:before {
  top: 0;
  left: -50%;
  content: '';
  width: 200%;
  height: 1px;
  position: absolute;
  background: #595959; }

body.hebrew .footer {
  direction: rtl; }

body.hebrew .footer .contacts img {
  float: right;
  margin: 37px 0 32px 21px; }

body.hebrew .footer .contacts p, body.hebrew .footer .contacts a {
  padding-left: 0;
  padding-right: 30px;
  text-align: right;
  width: 100%;
  direction: ltr; }

body.hebrew .footer .contacts .address {
  direction: rtl; }

body.hebrew .footer .contacts p:before, body.hebrew .footer .contacts a:before {
  left: auto;
  right: 0; }

.categories-menu-wrapper {
  width: 100%;
  float: left;
  height: 64px;
  position: relative;
  z-index: 2; }

.categories-menu {
  width: 100%;
  float: left;
  background: #3b5998;
  height: 64px;
  position: relative; }

.categories-menu .category-type {
  float: left; }

.categories-menu .category-type a {
  color: white;
  text-transform: uppercase;
  font: 16px/16px "Montserrat";
  position: relative;
  display: block;
  float: left;
  margin-right: 40px;
  padding: 24px 0;
  letter-spacing: 1px; }

.categories-menu .category-type a:hover:after {
  width: 100%; }

.categories-menu .category-type a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 6px;
  background: #009aff;
  width: 0;
  -webkit-transition: width 300ms;
  transition: width 300ms; }

.categories-menu .category-type a.active:after {
  width: 100%; }

.categories-menu .news-date {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -134px;
  color: white;
  font: 14px/14px "Montserrat";
  width: 268px;
  text-align: center;
  padding-top: 24px;
  letter-spacing: 1px; }

.categories-menu .news-date .prev, .categories-menu .news-date .next {
  width: 52px;
  height: 52px;
  display: block;
  top: 6px;
  position: absolute; }

.categories-menu .news-date .prev:before, .categories-menu .news-date .next:before {
  content: '';
  position: absolute;
  left: 22px;
  top: 19px; }

.categories-menu .news-date .prev {
  left: 0; }

.categories-menu .news-date .prev:before {
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -2015px;
  background-repeat: no-repeat;
  display: block;
  height: 13px;
  width: 8px; }

.categories-menu .news-date .next {
  right: 0; }

.categories-menu .news-date .next:before {
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -1948px;
  background-repeat: no-repeat;
  display: block;
  height: 13px;
  width: 8px; }

.categories-menu .view-type {
  float: right; }

.categories-menu .view-type a {
  display: block;
  float: left;
  width: 64px;
  height: 64px;
  border-left: 1px solid #17233d;
  position: relative; }

.categories-menu .view-type a:before {
  content: '';
  position: absolute;
  top: 21px;
  left: 50%; }

.categories-menu .view-type .grid.active:before, .categories-menu .view-type .grid:hover:before {
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -2275px;
  background-repeat: no-repeat;
  display: block;
  height: 24px;
  width: 26px; }

.categories-menu .view-type .grid:before {
  margin-left: -13px;
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -2205px;
  background-repeat: no-repeat;
  display: block;
  height: 24px;
  width: 26px; }

.categories-menu .view-type .list.active:before, .categories-menu .view-type .list:hover:before {
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -2153px;
  background-repeat: no-repeat;
  display: block;
  height: 24px;
  width: 24px; }

.categories-menu .view-type .list:before {
  margin-left: -12px;
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -1834px;
  background-repeat: no-repeat;
  display: block;
  height: 24px;
  width: 24px; }

.categories-menu .categories-list {
  float: right;
  position: relative; }

.categories-menu .categories-list span {
  border-left: 1px solid #17233d;
  font: 16px/16px "Montserrat";
  text-transform: uppercase;
  color: white;
  display: block;
  float: left;
  height: 64px;
  padding: 25px 35px 0 17px;
  position: relative;
  cursor: pointer;
  letter-spacing: 1px; }

.categories-menu .categories-list span:before {
  content: '';
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -2005px;
  background-repeat: no-repeat;
  display: block;
  height: 8px;
  width: 13px;
  position: absolute;
  right: 6px;
  top: 29px; }

.categories-menu .categories-list ul {
  background: white;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3;
  min-width: 100%;
  border: 1px solid #d7d7d7;
  display: none; }

.categories-menu .categories-list ul.visible {
  display: block; }

.categories-menu .categories-list ul:before {
  content: '';
  border-bottom: 13px solid #d7d7d7;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  position: absolute;
  right: -1px;
  top: -13px; }

.categories-menu .categories-list ul:after {
  content: '';
  border-bottom: 12px solid white;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  position: absolute;
  right: 0px;
  top: -12px; }

.categories-menu .categories-list ul li {
  list-style-type: none; }

.categories-menu .categories-list ul li + li {
  border-top: 1px solid #d7d7d7; }

.categories-menu .categories-list ul a {
  display: block;
  font: 16px/38px "Roboto-Light";
  color: black;
  padding: 0 10px 0 17px; }

.categories-menu .categories-list ul a:hover {
  background: whitesmoke;
  color: #066db5; }

.categories-menu .langs {
  position: absolute;
  right: 100px;
  top: 25px; }

.categories-menu .langs a {
  float: left;
  display: block;
  font: 15px/15px "Roboto-Light";
  color: #c5c5c5;
  text-transform: uppercase;
  margin-left: 24px;
  letter-spacing: 1px; }

.categories-menu .langs a.active {
  color: white;
  font-family: "Montserrat"; }

.categories-menu .langs ul {
  list-style: none; }

.categories-menu .langs ul li {
  display: inline-block; }

.content-wrapper {
  /* width: 100%; */
  /* margin-top: 50px; */
  /* position: relative; */
}

.news-item-wrapper {
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.news-item-wrapper > p {
  font: 24px/26px "Montserrat";
  text-transform: uppercase;
  color: black;
  width: 100%;
  float: left;
  margin-bottom: 6px;
  margin-top: 52px; }

.news-item-wrapper .load-more, .news-item-wrapper .load-more-galleries {
  text-transform: uppercase;
  color: black;
  font: 12px/29px "Montserrat";
  float: left;
  left: 50%;
  position: relative;
  margin: 60px 0 80px -50px;
  clear: both; }

.news-item-wrapper .load-more:hover, .news-item-wrapper .load-more-galleries:hover {
  text-decoration: underline; }

.news-item-wrapper .load-more:before, .news-item-wrapper .load-more-galleries:before {
  content: '';
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -2342px;
  background-repeat: no-repeat;
  display: block;
  height: 29px;
  width: 34px;
  position: absolute;
  right: -49px;
  top: -2px; }

.news-item-grid {
  width: 100%;
  position: relative;
  float: left;
  text-align: left;
  opacity: 0; }

.news-item-grid.visible {
  opacity: 1; }

.news-item-grid .gutter-sizer {
  width: 20px; }

.news-item-grid .news-item {
  float: left;
  height: 362px;
  display: block;
  position: relative;
  color: white; }

.news-item-grid .news-item.moveUp .news-item-inner {
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-animation: moveUp 1s forwards;
  animation: moveUp 1s forwards; }

@media all and (max-width: 767px) {
  .news-item-grid .news-item.moveUp .news-item-inner {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-animation: moveUp 0.5s forwards;
    animation: moveUp 0.5s forwards; } }

.news-item-grid .news-item .news-item-inner {
  border: 1px solid #d8d8d8;
  overflow: hidden;
  opacity: 0;
  position: relative;
  height: 100%;
  width: 100%; }

.news-item-grid .news-item:hover .bg {
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

.news-item-grid .news-item:hover .bg:after {
  opacity: 0.62; }

.news-item-grid .news-item:hover[data-size="1"] .title {
  text-decoration: underline; }

.news-item-grid .news-item[data-size="1"] {
  width: 218px;
  color: black; }

.news-item-grid .news-item[data-size="1"][data-color="white"] .news-item-inner {
  background: white; }

.news-item-grid .news-item[data-size="1"][data-color="blue"] .news-item-inner {
  background: #066db5; }

.news-item-grid .news-item[data-size="1"] .type {
  padding-left: 15px; }

.news-item-grid .news-item[data-size="1"] .type span {
  margin-right: 15px; }

.news-item-grid .news-item[data-size="1"] .type span.category-name {
  border: 1px solid #c9c9c9; }

.news-item-grid .news-item[data-size="1"] .title {
  font: 16px/21px "Montserrat";
  position: relative;
  float: left;
  height: auto;
  max-height: 190px;
  margin-top: 30px; }

.news-item-grid .news-item[data-size="2"] {
  width: 456px; }

.news-item-grid .news-item[data-size="2"] .title {
  height: 75px;
  bottom: 67px;
  font-size: 18px;
  line-height: 24px; }

.news-item-grid .news-item[data-size="3"] {
  width: 694px; }

.news-item-grid .news-item[data-size="3"] .title {
  height: 65px;
  bottom: 60px;
  font-size: 26px;
  line-height: 30px; }

.news-item-grid .news-item[data-color="white"] {
  color: black; }

.news-item-grid .news-item[data-color="white"] .bg:after {
  background: white; }

.news-item-grid .news-item[data-color="white"] .bg:before {
  background: white;
  opacity: 1;
  height: 164px; }

.news-item-grid .news-item[data-color="blue"] {
  color: white; }

.news-item-grid .news-item[data-color="blue"] .type span + span {
  border: 1px solid white;
  background: transparent;
  color: white; }

.news-item-grid .news-item .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms; }

.news-item-grid .news-item .bg:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms; }

.news-item-grid .news-item .bg:before {
  content: '';
  width: 100%;
  height: 200px;
  left: 0;
  bottom: 0;
  position: absolute;
  opacity: 0.81;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(27%, #000000), color-stop(56%, rgba(0, 0, 0, 0.8)), to(transparent));
  background-image: linear-gradient(bottom, #000000 27%, rgba(0, 0, 0, 0.8) 56%, transparent); }

.news-item-grid .news-item .type {
  position: relative;
  float: left;
  width: 100%;
  z-index: 1;
  padding-left: 20px;
  padding-top: 18px; }

.news-item-grid .news-item .type span {
  display: block;
  float: left;
  background: #201b6d;
  color: white;
  height: 23px;
  font: 11px/11px "Montserrat";
  text-transform: uppercase;
  padding: 5px 9px 0;
  letter-spacing: 1px;
  margin-right: 18px;
  margin-bottom: 10px; }

.news-item-grid .news-item .type span.category-name {
  background: transparent;
  color: white;
  border: 1px solid white; }

.news-item-grid .news-item .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 20px;
  overflow: hidden;
  font-family: "Montserrat"; }

.news-item-grid .news-item .title p {
  font: 18px/23px "Roboto-Light";
  margin-top: 30px; }

.news-item-grid .news-item .date {
  position: absolute;
  left: 0;
  bottom: 22px;
  width: 100%;
  font-size: 12px;
  line-height: 12px;
  padding: 0 20px;
  letter-spacing: 1px; }

.news-item-grid .info {
  background: white;
  font: 16px/21px "Montserrat";
  color: black;
  border: 2px solid #066db5; }

.news-item-grid .info .info-title {
  width: 100%;
  float: left;
  height: 70px;
  color: white;
  background: #066db5;
  font: 24px/70px "Montserrat";
  padding: 0 15px; }

.news-item-grid .info .text {
  float: left;
  width: 100%;
  padding: 17px 15px; }

.news-item-grid .day-in-history {
  left: 714px; }

.news-item-grid .day-in-history .news-item-inner {
  background: white; }

.news-item-grid .day-in-history.dates .day-in-history-title .calendar-toggler:before {
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -2620px;
  background-repeat: no-repeat;
  display: block;
  height: 22px;
  width: 47px;
  top: 24px;
  left: 12px; }

.news-item-grid .day-in-history.dates .articles {
  display: none; }

.news-item-grid .day-in-history.dates .datepicker {
  z-index: 1;
  opacity: 1; }

.news-item-grid .day-in-history .day-in-history-title {
  width: 100%;
  float: left;
  height: 70px;
  color: white;
  background: #ea4335;
  font: 18px/70px "Montserrat";
  text-transform: uppercase;
  border-bottom: 1px solid #f9c7c3;
  text-align: center; }

.news-item-grid .day-in-history .day-in-history-title p {
  float: left;
  width: 242px; }

.news-item-grid .day-in-history .day-in-history-title p + span {
  display: block;
  float: left;
  width: calc(100% - 314px);
  border-left: 1px solid #f9c7c3;
  border-right: 1px solid #f9c7c3; }

.news-item-grid .day-in-history .day-in-history-title .calendar-toggler {
  width: 72px;
  display: block;
  float: left;
  position: relative;
  cursor: pointer; }

.news-item-grid .day-in-history .day-in-history-title .calendar-toggler:before {
  content: '';
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -2397px;
  background-repeat: no-repeat;
  display: block;
  height: 33px;
  width: 33px;
  position: absolute;
  top: 17px;
  left: 20px; }

.news-item-grid .day-in-history .articles {
  float: left;
  width: 100%; }

.news-item-grid .day-in-history .article {
  float: left;
  width: 100%;
  height: 97px; }

.news-item-grid .day-in-history .article:hover .text p {
  text-decoration: underline; }

.news-item-grid .day-in-history .article + .article {
  border-top: 1px solid #ebebeb; }

.news-item-grid .day-in-history .article .img {
  width: 100px;
  height: 100%;
  position: relative;
  float: left; }

.news-item-grid .day-in-history .article .img img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%; }

.news-item-grid .day-in-history .article .text {
  width: calc(100% - 100px);
  float: left;
  font: 16px/18px "Montserrat";
  color: black;
  padding-right: 20px;
  padding-top: 16px; }

.news-item-grid .day-in-history .article .text p {
  height: 36px;
  overflow: hidden; }

.news-item-grid .day-in-history .article .year {
  color: #066db5;
  padding-left: 13px;
  position: relative;
  margin-top: 11px; }

.news-item-grid .day-in-history .article .year:before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 6px;
  background: #066db5;
  border-radius: 100%; }

.news-item-grid .day-in-history .datepicker {
  float: left;
  width: 100%;
  z-index: -1;
  opacity: 0; }

.news-item-grid .day-in-history #datepicker {
  width: 100%;
  float: left;
  position: relative; }

.news-item-grid .day-in-history #datepicker .dp_header {
  color: #4d5155;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  height: 40px;
  letter-spacing: 1px;
  width: 100%; }

.news-item-grid .day-in-history #datepicker .dp_caption {
  pointer-events: none;
  cursor: default; }

.news-item-grid .day-in-history #datepicker .dp_previous, .news-item-grid .day-in-history #datepicker .dp_next {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  cursor: pointer; }

.news-item-grid .day-in-history #datepicker .dp_previous:before, .news-item-grid .day-in-history #datepicker .dp_next:before {
  content: '';
  position: absolute;
  top: 14px; }

.news-item-grid .day-in-history #datepicker .dp_previous {
  left: 48px; }

.news-item-grid .day-in-history #datepicker .dp_previous:before {
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -2480px;
  background-repeat: no-repeat;
  display: block;
  height: 13px;
  width: 10px;
  left: 16px; }

.news-item-grid .day-in-history #datepicker .dp_next {
  right: 48px; }

.news-item-grid .day-in-history #datepicker .dp_next:before {
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -2495px;
  background-repeat: no-repeat;
  display: block;
  height: 13px;
  width: 10px;
  right: 16px; }

.news-item-grid .day-in-history #datepicker .dp_daypicker {
  width: calc(100% + 2px);
  margin-left: -1px;
  float: left; }

.news-item-grid .day-in-history #datepicker .dp_daypicker tr:first-child {
  display: none; }

.news-item-grid .day-in-history #datepicker .dp_daypicker td {
  color: #4d5155;
  font: 17px/49px "Montserrat";
  height: 49px;
  border: 1px solid #e5e8eb;
  text-align: center;
  position: relative;
  pointer-events: none; }

.news-item-grid .day-in-history #datepicker .dp_daypicker td.dp_not_in_month {
  cursor: default;
  color: #cccfd3; }

.news-item-grid .day-in-history #datepicker .dp_daypicker td.dp_current {
  color: #ea4335; }

.news-item-grid .day-in-history #datepicker .dp_daypicker td.dp_selected {
  background: #ea4335;
  color: white; }

.news-item-grid .day-in-history #datepicker .dp_daypicker td.has-event {
  pointer-events: all;
  cursor: pointer; }

.news-item-grid .day-in-history #datepicker .dp_daypicker td.has-event:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 0 14px 14px 0;
  border-color: transparent #ea4335 transparent transparent; }

.news-item-list {
  width: 100%;
  position: relative;
  float: left;
  text-align: left;
  opacity: 0; }

.news-item-list.visible {
  opacity: 1; }

.news-item-list .news-item {
  float: left;
  min-height: 362px;
  display: block;
  position: relative;
  color: black; }

.news-item-list .news-item.moveUp .news-item-inner {
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-animation: moveUp 1s forwards;
  animation: moveUp 1s forwards; }

@media all and (max-width: 767px) {
  .news-item-list .news-item.moveUp .news-item-inner {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-animation: moveUp 0.5s forwards;
    animation: moveUp 0.5s forwards; } }

.news-item-list .news-item .news-item-inner {
  overflow: hidden;
  opacity: 0;
  position: relative;
  height: 100%;
  width: 100%; }

.news-item-list .news-item + .news-item {
  margin-top: 20px; }

.news-item-list .news-item .bg {
  position: relative;
  width: 560px;
  z-index: 0;
  height: 370px;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-right: 20px; }

.news-item-list .news-item .text {
  border: 1px solid #d8d8d8;
  float: left;
  width: calc(100% - 580px);
  background: white;
  padding: 20px 30px 70px;
  line-height: 26px;
  min-height: 370px;
  overflow: hidden;
  position: relative; }

.news-item-list .news-item a {
  color: #076db5; }

.news-item-list .news-item .read-more {
  position: relative;
  display: block;
  float: left;
  margin-top: 18px; }

.news-item-list .news-item .read-more:hover {
  text-decoration: underline; }

.news-item-list .news-item .read-more:after {
  content: '';
  position: absolute;
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -1860px;
  background-repeat: no-repeat;
  display: block;
  height: 14px;
  width: 8px;
  top: 8px;
  right: -38px; }

.news-item-list .news-item .short-text {
  display: block;
  float: left;
  width: 100%;
  height: 181px;
  overflow: hidden; }

.news-item-list .news-item .type {
  position: relative;
  float: left;
  width: 100%;
  z-index: 1;
  margin-bottom: 20px; }

.news-item-list .news-item .type span {
  display: block;
  float: left;
  background: #201b6d;
  color: white;
  height: 23px;
  font: 11px/11px "Montserrat";
  text-transform: uppercase;
  padding: 5px 9px 0;
  letter-spacing: 1px;
  margin-right: 18px;
  margin-bottom: 10px; }

.news-item-list .news-item .type span.category-name {
  background: white;
  color: black;
  border: 1px solid #c9c9c9; }

.news-item-list .news-item .title {
  float: left;
  width: 100%;
  font: 28px/38px "Montserrat";
  margin-bottom: 15px;
  color: black; }

.news-item-list .news-item .date {
  position: absolute;
  left: 30px;
  bottom: 26px;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1px; }

.news-item-list .day-in-history {
  background: white; }

.news-item-list .day-in-history.dates .day-in-history-title .calendar-toggler:before {
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -2620px;
  background-repeat: no-repeat;
  display: block;
  height: 22px;
  width: 47px;
  top: 24px;
  left: 12px; }

.news-item-list .day-in-history.dates .articles {
  display: none; }

.news-item-list .day-in-history.dates .datepicker {
  z-index: 1;
  opacity: 1; }

.news-item-list .day-in-history .day-in-history-title {
  width: 100%;
  float: left;
  height: 70px;
  color: white;
  background: #ea4335;
  font: 18px/70px "Montserrat";
  text-transform: uppercase;
  border-bottom: 1px solid #f9c7c3;
  text-align: center; }

.news-item-list .day-in-history .day-in-history-title p {
  float: left;
  width: 242px; }

.news-item-list .day-in-history .day-in-history-title p + span {
  display: block;
  float: left;
  width: 140px;
  border-left: 1px solid #f9c7c3;
  border-right: 1px solid #f9c7c3; }

.news-item-list .day-in-history .day-in-history-title .calendar-toggler {
  width: 72px;
  display: block;
  float: left;
  position: relative;
  cursor: pointer; }

.news-item-list .day-in-history .day-in-history-title .calendar-toggler:before {
  content: '';
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -2397px;
  background-repeat: no-repeat;
  display: block;
  height: 33px;
  width: 33px;
  position: absolute;
  top: 17px;
  left: 20px; }

.news-item-list .day-in-history .articles {
  float: left;
  width: 100%; }

.news-item-list .day-in-history .article {
  float: left;
  width: 100%;
  height: 97px; }

.news-item-list .day-in-history .article:hover .text p {
  text-decoration: underline; }

.news-item-list .day-in-history .article + .article {
  border-top: 1px solid #ebebeb; }

.news-item-list .day-in-history .article .img {
  width: 100px;
  height: 100%;
  position: relative;
  float: left; }

.news-item-list .day-in-history .article .img img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%; }

.news-item-list .day-in-history .article .text {
  width: calc(100% - 100px);
  float: left;
  font: 16px/18px "Montserrat";
  color: black;
  padding-right: 20px;
  padding-top: 16px; }

.news-item-list .day-in-history .article .year {
  color: #066db5;
  padding-left: 13px;
  position: relative;
  margin-top: 11px; }

.news-item-list .day-in-history .article .year:before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 6px;
  background: #066db5;
  border-radius: 100%; }

.news-item-list .day-in-history .datepicker {
  float: left;
  width: 100%;
  z-index: -1;
  opacity: 0; }

.news-item-list .day-in-history #datepicker {
  width: 100%;
  float: left;
  position: relative; }

.news-item-list .day-in-history #datepicker .dp_header {
  color: #4d5155;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  height: 40px;
  letter-spacing: 1px;
  width: 100%; }

.news-item-list .day-in-history #datepicker .dp_caption {
  pointer-events: none;
  cursor: default; }

.news-item-list .day-in-history #datepicker .dp_previous, .news-item-list .day-in-history #datepicker .dp_next {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  cursor: pointer; }

.news-item-list .day-in-history #datepicker .dp_previous:before, .news-item-list .day-in-history #datepicker .dp_next:before {
  content: '';
  position: absolute;
  top: 14px; }

.news-item-list .day-in-history #datepicker .dp_previous {
  left: 48px; }

.news-item-list .day-in-history #datepicker .dp_previous:before {
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -2480px;
  background-repeat: no-repeat;
  display: block;
  height: 13px;
  width: 10px;
  left: 16px; }

.news-item-list .day-in-history #datepicker .dp_next {
  right: 48px; }

.news-item-list .day-in-history #datepicker .dp_next:before {
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -2495px;
  background-repeat: no-repeat;
  display: block;
  height: 13px;
  width: 10px;
  right: 16px; }

.news-item-list .day-in-history #datepicker .dp_daypicker {
  width: calc(100% + 2px);
  margin-left: -1px;
  float: left; }

.news-item-list .day-in-history #datepicker .dp_daypicker tr:first-child {
  display: none; }

.news-item-list .day-in-history #datepicker .dp_daypicker td {
  color: #4d5155;
  font: 17px/49px "Montserrat";
  height: 49px;
  border: 1px solid #e5e8eb;
  text-align: center;
  position: relative;
  pointer-events: none; }

.news-item-list .day-in-history #datepicker .dp_daypicker td.dp_not_in_month {
  cursor: default;
  color: #cccfd3; }

.news-item-list .day-in-history #datepicker .dp_daypicker td.dp_current {
  color: #ea4335; }

.news-item-list .day-in-history #datepicker .dp_daypicker td.dp_selected {
  background: #ea4335;
  color: white; }

.news-item-list .day-in-history #datepicker .dp_daypicker td.has-event {
  pointer-events: all;
  cursor: pointer; }

.news-item-list .day-in-history #datepicker .dp_daypicker td.has-event:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 0 14px 14px 0;
  border-color: transparent #ea4335 transparent transparent; }

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  background: rgba(0, 0, 0, 0.5);
  display: none; }

.subscribe-popup {
  position: fixed;
  width: 960px;
  margin: -150px 0 0 -480px;
  left: 50%;
  top: 50%;
  background: white;
  z-index: 13;
  padding: 50px 75px;
  display: none; }

.subscribe-popup .close {
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -2510px;
  background-repeat: no-repeat;
  display: block;
  height: 29px;
  width: 29px;
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 18px; }

.subscribe-popup img {
  float: left;
  margin-right: 35px; }

.subscribe-popup .subscribe {
  float: left;
  width: 395px;
  margin-top: -6px; }

.subscribe-popup .subscribe > p {
  color: black;
  text-transform: uppercase;
  font: 22px/31px "Montserrat";
  margin-bottom: 22px; }

.subscribe-popup .subscribe > p span {
  font: 14px/14px "Montserrat";
  text-transform: none;
  margin-top: 21px;
  display: block; }

.subscribe-popup .subscribe .field {
  width: 395px;
  float: left;
  position: relative;
  margin: 8px 0 21px; }

.subscribe-popup .subscribe .field:before {
  content: '';
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -2570px;
  background-repeat: no-repeat;
  display: block;
  height: 9px;
  width: 12px;
  top: 16px;
  left: 14px;
  position: absolute; }

.subscribe-popup .subscribe input {
  background: whitesmoke;
  width: 100%;
  float: left;
  height: 41px;
  padding: 0 34px;
  font: 14px "Montserrat"; }

.subscribe-popup .subscribe .button {
  width: 395px;
  background: #066db5;
  display: block;
  height: 41px;
  color: white;
  position: relative;
  font: 16px/16px "Montserrat";
  text-transform: uppercase;
  letter-spacing: 1px; }

.subscribe-popup .subscribe .button:hover:after {
  content: '';
  position: absolute;
  height: 4px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #201b6d; }

.feedback-popup {
  position: absolute;
  width: 640px;
  margin: 0 0 0 -320px;
  left: 50%;
  top: 125px;
  background: white;
  z-index: 13;
  padding: 55px 50px;
  display: none; }

.feedback-popup .close {
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -1708px;
  background-repeat: no-repeat;
  display: block;
  height: 15px;
  width: 16px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px; }

.feedback-popup .close:hover {
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -1593px;
  background-repeat: no-repeat;
  display: block;
  height: 15px;
  width: 16px; }

.feedback-popup .feedback {
  float: left;
  width: 100%;
  font: 20px/30px "Montserrat";
  text-align: center; }

.feedback-popup .feedback > p {
  margin: 22px 0 44px;
  float: left;
  width: 100%; }

.feedback-popup .feedback .field {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 17px;
  text-align: left; }

.feedback-popup .feedback input, .feedback-popup .feedback textarea {
  background: whitesmoke;
  width: 100%;
  float: left;
  height: 41px;
  padding: 0 20px;
  font: 16px "Montserrat";
  border: 1px solid #e2e2e2; }

.feedback-popup .feedback textarea {
  resize: none;
  height: 206px; }

.feedback-popup .feedback .button {
  display: inline-block;
  background: #066db5;
  height: 41px;
  color: white;
  position: relative;
  font: 16px/16px "Montserrat";
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 16px;
  padding: 0 57px; }

.feedback-popup .feedback .button:hover:after {
  content: '';
  position: absolute;
  height: 4px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #201b6d; }

.contacts-wrapper {
  position: relative;
  min-height: calc(100% - 450px);
  margin-top: 0;
  opacity: 0;
  -webkit-animation: show 1s 0.5s forwards;
  animation: show 1s 0.5s forwards; }

.contacts-wrapper + .footer {
  -webkit-animation: show 1s 1s forwards;
  animation: show 1s 1s forwards; }

.contacts-wrapper h1 {
  margin-bottom: 35px; }

.map {
  width: 100%;
  height: 400px;
  position: relative;
  left: 0;
  top: 0;
  margin-bottom: 30px;
}

.map #map_canvas {
  position: relative;
  width: 100%;
  height: 100%; }

.contacts-wrapper .text {
  float: right;
  width: 50%;
  padding: 58px 130px; }

.contacts-wrapper .text strong {
  font-family: "Montserrat"; }

.contacts-wrapper .text .contacts {
  width: 100%;
  margin: 46px 0 24px; }

.contacts-wrapper .text .contacts p, .contacts-wrapper .text .contacts a {
  display: block;
  float: left;
  width: 100%;
  color: black;
  position: relative;
  padding-left: 50px;
  margin-bottom: 30px; }

.contacts-wrapper .text .contacts p:before, .contacts-wrapper .text .contacts a:before {
  content: '';
  position: absolute;
  left: 0; }

.contacts-wrapper .text .contacts .address:before {
  top: 2px;
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -1143px;
  background-repeat: no-repeat;
  display: block;
  height: 28px;
  width: 21px; }

.contacts-wrapper .text .contacts .phone:before {
  top: 2px;
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -1173px;
  background-repeat: no-repeat;
  display: block;
  height: 25px;
  width: 24px; }

.contacts-wrapper .text .contacts .mail:before {
  top: 6px;
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -1427px;
  background-repeat: no-repeat;
  display: block;
  height: 18px;
  width: 26px; }

.contacts-wrapper .text .button {
  background: #066db5;
  display: block;
  height: 41px;
  width: 360px;
  color: white;
  position: relative;
  font: 16px/16px "Montserrat";
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 12px 24px 0;
  margin-top: 28px;
  text-align: center; }

.contacts-wrapper .text .button:hover:after {
  content: '';
  position: absolute;
  height: 4px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #201b6d; }

body.hebrew .contacts-wrapper .text .contacts p, body.hebrew .contacts-wrapper .text .contacts a {
  padding-left: 0;
  padding-right: 50px;
  direction: ltr;
  text-align: right; }

body.hebrew .contacts-wrapper .text .contacts .address {
  direction: rtl; }

body.hebrew .contacts-wrapper .text .contacts p::before, body.hebrew .contacts-wrapper .text .contacts a::before {
  left: auto;
  right: 0; }

.about-wrapper {
  margin-top: 0; }

.about-wrapper.wzo .about-banner {
  background-image: url("../images/wzo.jpg"); }

.about-wrapper.wzo .content {
  position: relative; }

.about-wrapper.wzo .image {
  position: absolute;
  left: 20px;
  top: 76px;
  width: 615px;
  max-width: calc(50% - 50px);
  border: 1px solid #e0e0e0;
  background: white; }

.about-wrapper.wzo .image.image-2 {
  top: 827px; }

.about-wrapper.wzo .image .img {
  width: 100%;
  position: relative; }

.about-wrapper.wzo .image .img img {
  max-width: 100%; }

.about-wrapper.wzo .image .img span {
  position: absolute;
  right: 25px;
  bottom: 0;
  color: white;
  text-align: center;
  width: 168px;
  font: 15px/46px "Montserrat";
  background: #066db5;
  letter-spacing: 1px; }

.about-wrapper.wzo .image .title {
  float: left;
  width: 100%;
  padding: 20px 30px 28px; }

.about-wrapper.wzo .image .title h3 {
  margin-bottom: 3px; }

.about-wrapper.wzo .text {
  width: 50%;
  float: right;
  max-width: 100%; }

.about-wrapper .about-banner {
  width: 100%;
  height: 650px;
  padding-top: 120px;
  background: url("../images/about.jpg") no-repeat 75% center/cover;
  opacity: 0;
  -webkit-animation: show 1s 1s forwards;
  animation: show 1s 1s forwards; }

.about-wrapper .about-banner + .content {
  opacity: 0;
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-animation: moveUp 1s 1.5s forwards;
  animation: moveUp 1s 1.5s forwards; }

@media all and (max-width: 767px) {
  .about-wrapper .about-banner + .content {
    -webkit-transform: translateY(100px);
    transform: translateY(100px); } }

.about-wrapper .about-banner p {
  clear: both;
  width: 50%;
  color: white; }

.about-wrapper .about-banner strong {
  display: block;
  position: relative;
  font: 36px/48px "Montserrat";
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 21px;
  margin-bottom: 34px;
  float: left; }

.about-wrapper .about-banner strong:before {
  content: '';
  position: absolute;
  right: -50px;
  top: -30px;
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -2342px;
  background-repeat: no-repeat;
  display: block;
  height: 29px;
  width: 34px; }

.about-wrapper .about-banner strong:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 100%;
  max-width: 130px;
  background: #066db5; }

.about-wrapper .text {
  padding: 66px 0 115px;
  margin: 0 auto;
  max-width: 885px; }

.about-wrapper .text h1 {
  margin-bottom: 17px; }

.about-wrapper .text h2 .hebrew {
  font-weight: bold; }

/*.about-wrapper .text span:not(.hebrew), .about-wrapper .text a { color: #066db5; }*/
.about-wrapper .text a:hover {
  text-decoration: underline; }

.about-wrapper .text .hebrew {
  font-family: arial; }

.about-wrapper .text img {
  max-width: 100%; }

.about-wrapper .text ul li {
  position: relative;
  padding-left: 25px;
  list-style: none;
  line-height: 36px; }

.about-wrapper .text ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  left: 10px;
  top: 16px;
  background: #066db5;
  border-radius: 100%; }

.about-wrapper .text ol {
  counter-reset: my-counter; }

.about-wrapper .text ol li {
  position: relative;
  padding-left: 36px;
  list-style: none;
  line-height: 36px;
  margin-bottom: 5px; }

.about-wrapper .text ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  width: 27px;
  height: 27px;
  position: absolute;
  left: 0;
  top: 5px;
  color: #066db5;
  text-align: center;
  border-radius: 100%;
  font: 16px/25px "Roboto-Light";
  border: 1px solid; }

.projects-wrapper {
  margin-top: 0; }

.projects-wrapper .projects-list {
  width: 100%;
  float: left;
  opacity: 0;
  -webkit-animation: show 1s 1s forwards;
  animation: show 1s 1s forwards; }

.projects-wrapper .projects-list .project {
  height: 655px;
  float: left;
  width: 50%;
  text-align: center;
  position: relative;
  color: white;
  font-size: 16px;
  line-height: 26px;
  padding-top: 110px; }

.projects-wrapper .projects-list .project:hover .bg:after {
  content: '';
  background: rgba(0, 0, 0, 0.34);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.projects-wrapper .projects-list .project:hover span {
  background: #066db5;
  color: white; }

.projects-wrapper .projects-list .project h2 {
  font: 42px/48px "Montserrat";
  margin-bottom: 40px; }

.projects-wrapper .projects-list .project h3 {
  color: black;
  margin-bottom: 45px; }

.projects-wrapper .projects-list .project .text {
  max-width: 610px;
  display: inline-block;
  position: relative; }

.projects-wrapper .projects-list .project .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.projects-wrapper .projects-list .project span {
  font: 16px/40px "Montserrat";
  color: black;
  padding: 0 30px;
  background: white;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 24px; }

.projects-wrapper .news-item-wrapper > p {
  opacity: 0;
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-animation: moveUp 1s 1.5s forwards;
  animation: moveUp 1s 1.5s forwards; }

.projects-wrapper .news-item-wrapper .news-item-grid {
  margin-top: 50px; }

.projects-wrapper .news-item-wrapper .news-item-list {
  margin-top: 50px; }

.projects-wrapper .news-item-wrapper .news-item[data-size="3"] .title {
  height: 110px;
  bottom: 52px; }

.article-wrapper .article p {
  margin-bottom: 10px; }

.article-wrapper .article {
  float: left;
  width: calc(100% - 482px);
  margin-right: 20px;
  background: white;
  opacity: 0;
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-animation: moveUp 1s 1s forwards;
  animation: moveUp 1s 1s forwards; }

.article-wrapper .article.has-info h1 {
  padding-right: 50px; }

.article-wrapper .article .article-header {
  width: 100%;
  float: left;
  position: relative;
  height: 550px; }

.article-wrapper .article .article-header .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.article-wrapper .article .article-header .type {
  position: relative;
  float: left;
  width: 100%;
  z-index: 1;
  padding-left: 30px;
  padding-top: 22px; }

.article-wrapper .article .article-header .type span {
  display: block;
  float: left;
  background: #201b6d;
  color: white;
  height: 23px;
  font: 11px/11px "Montserrat";
  text-transform: uppercase;
  padding: 5px 9px 0;
  letter-spacing: 1px;
  margin-right: 18px;
  margin-bottom: 10px; }

.article-wrapper .article .article-header .type span.category-name {
  background: white;
  color: black; }

.article-wrapper .article .article-body {
  float: left;
  width: 100%;
  padding: 43px 50px;
  position: relative; }

.article-wrapper .article .article-body .info-toggler {
  position: absolute;
  right: 38px;
  top: 52px;
  cursor: pointer;
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -1200px;
  background-repeat: no-repeat;
  display: block;
  height: 40px;
  width: 31px; }

.article-wrapper .article .article-body .info {
  background: white;
  font: 16px/21px "Montserrat";
  color: black;
  border: 2px solid #066db5;
  position: absolute;
  left: 0;
  right: 0;
  top: 125px;
  display: none; }

.article-wrapper .article .article-body .info .info-title {
  width: 100%;
  float: left;
  height: 70px;
  color: white;
  background: #066db5;
  font: 24px/70px "Montserrat";
  padding: 0 15px; }

.article-wrapper .article .article-body .info .info-title:after {
  content: '';
  border-bottom: 21px solid #066db5;
  border-left: 21px solid transparent;
  border-right: 21px solid transparent;
  position: absolute;
  right: 15px;
  top: -21px; }

.article-wrapper .article .article-body .info .text {
  float: left;
  width: 100%;
  padding: 17px 15px; }

.article-wrapper .article .article-body h1 {
  font-size: 34px;
  line-height: 39px;
  width: 100%;
  float: left; }

.article-wrapper .article .article-body .date {
  width: 100%;
  float: left;
  color: #076db5;
  font-size: 14px;
  line-height: 14px;
  margin: 16px 0 34px; }

.article-wrapper .article .gallery {
  width: 100%;
  float: left;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  margin-top: 47px; }

.article-wrapper .article .gallery a {
  display: block;
  width: 25%;
  float: left;
  overflow: hidden;
  position: relative;
  border-right: 1px solid #d7d7d7; }

.article-wrapper .article .gallery a:nth-child(4n+1) {
  border-left: 1px solid #d7d7d7; }

.article-wrapper .article .gallery a:before {
  content: '';
  display: block;
  width: 100%;
  margin-top: 100%; }

.article-wrapper .article .gallery a:hover:after {
  content: '';
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -1080px;
  background-repeat: no-repeat;
  display: block;
  height: 61px;
  width: 61px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -30px;
  pointer-events: none; }

.article-wrapper .article .gallery a:hover span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); }

.article-wrapper .article .gallery a span {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block; }

.article-wrapper .article .gallery a img {
  width: 100%;
  height: 100%; }

.article-wrapper .article .share {
  float: right;
  clear: both;
  margin-top: 46px;
  margin-right: 8px; }

.article-wrapper .article .share a {
  float: left;
  margin-left: 24px; }

.article-wrapper .article .share .in {
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -1274px;
  background-repeat: no-repeat;
  display: block;
  height: 18px;
  width: 18px; }

.article-wrapper .article .share .fb {
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -1892px;
  background-repeat: no-repeat;
  display: block;
  height: 18px;
  width: 18px; }

.article-wrapper .article .share .vk {
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -1473px;
  background-repeat: no-repeat;
  display: block;
  height: 18px;
  width: 18px; }

.article-wrapper .article .read-also {
  width: 100%;
  float: left;
  margin-top: 26px; }

.article-wrapper .article .read-also > p {
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  width: 100%;
  float: left;
  margin-bottom: 22px; }

.article-wrapper .article .read-also .read-also-slider {
  width: 100%;
  float: left;
  height: 104px;
  border-top: 4px solid #066db5;
  border-left: 1px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  padding: 0 28px;
  position: relative; }

.article-wrapper .article .read-also .read-also-slider .swiper-container {
  width: 100%;
  height: 100%;
  float: left; }

.article-wrapper .article .read-also .read-also-slider .swiper-slide {
  width: 50%;
  height: 100%;
  padding: 11px 15px 0 25px;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  border-right: 1px solid #c2c2c2; }

.article-wrapper .article .read-also .read-also-slider .swiper-slide strong {
  font-family: "Montserrat"; }

.article-wrapper .article .read-also .read-also-slider .swiper-slide a {
  color: black;
  display: block;
  float: left;
  width: 100%;
  height: 100%; }

.article-wrapper .article .read-also .read-also-slider .swiper-slide a:hover p {
  text-decoration: underline; }

.article-wrapper .article .read-also .read-also-slider .swiper-slide p {
  max-height: 54px;
  overflow: hidden; }

.article-wrapper .article .read-also .read-also-slider .swiper-slide .date {
  margin: 10px 0 0;
  color: #a4a4a4;
  font-size: 12px;
  line-height: 12px; }

.article-wrapper .article .read-also .read-also-slider .swiper-prev, .article-wrapper .article .read-also .read-also-slider .swiper-next {
  position: absolute;
  width: 29px;
  height: 100%;
  cursor: pointer;
  z-index: 3;
  background: white; }

.article-wrapper .article .read-also .read-also-slider .swiper-prev:before, .article-wrapper .article .read-also .read-also-slider .swiper-next:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -7px 0 0 -4px; }

.article-wrapper .article .read-also .read-also-slider .swiper-prev {
  left: 0;
  border-right: 1px solid #c2c2c2; }

.article-wrapper .article .read-also .read-also-slider .swiper-prev:hover:before {
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -1922px;
  background-repeat: no-repeat;
  display: block;
  height: 14px;
  width: 8px; }

.article-wrapper .article .read-also .read-also-slider .swiper-prev:before {
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -1963px;
  background-repeat: no-repeat;
  display: block;
  height: 14px;
  width: 8px; }

.article-wrapper .article .read-also .read-also-slider .swiper-next {
  right: 0;
  border-left: 1px solid #c2c2c2; }

.article-wrapper .article .read-also .read-also-slider .swiper-next:hover:before {
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -1860px;
  background-repeat: no-repeat;
  display: block;
  height: 14px;
  width: 8px; }

.article-wrapper .article .read-also .read-also-slider .swiper-next:before {
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -1876px;
  background-repeat: no-repeat;
  display: block;
  height: 14px;
  width: 8px; }

.article-wrapper .article .tags {
  width: 100%;
  float: left;
  margin-top: 19px; }

.article-wrapper .article .tags a {
  display: block;
  float: left;
  background: white;
  color: black;
  height: 23px;
  font: 11px/11px "Montserrat";
  text-transform: uppercase;
  padding: 5px 9px 0;
  letter-spacing: 1px;
  margin-right: 18px;
  margin-bottom: 10px;
  border: 1px solid #c9c9c9;
  position: relative; }

.article-wrapper .article .tags a:hover {
  text-decoration: underline; }

.article-wrapper .article .tags a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  border-style: solid;
  border-width: 0 12px 12px 0;
  border-color: transparent #c9c9c9 transparent transparent; }

.article-wrapper .article .comments {
  width: 100%;
  float: left;
  margin: 50px 0 25px; }

.article-wrapper .article .comments > p {
  color: #201b6d;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase; }

.article-wrapper .article .comments form {
  width: 100%;
  float: left;
  margin: 24px 0 18px; }

.article-wrapper .article .comments form button {
  float: left;
  width: 65px;
  height: 65px;
  background: transparent;
  border: 2px solid #066db5;
  cursor: pointer;
  border-radius: 100%;
  margin-right: 48px;
  position: relative; }

.article-wrapper .article .comments form button:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -1242px;
  background-repeat: no-repeat;
  display: block;
  height: 30px;
  width: 30px; }

.article-wrapper .article .comments form input {
  font-size: 14px;
  margin-top: 23px;
  height: 14px;
  border: none;
  background: transparent;
  float: left;
  width: calc(100% - 113px); }

.article-wrapper .article .comments .comment {
  width: 100%;
  float: left;
  position: relative;
  font-size: 16px;
  line-height: 21px;
  color: black;
  padding: 28px 0 15px; }

.article-wrapper .article .comments .comment:before {
  content: '';
  position: absolute;
  left: -50px;
  right: -50px;
  height: 1px;
  top: 0;
  background: #e8e8e8; }

.article-wrapper .article .comments .comment .img {
  width: 65px;
  height: 65px;
  border-radius: 100%;
  overflow: hidden;
  float: left;
  margin-top: 4px; }

.article-wrapper .article .comments .comment .img img {
  max-width: 100%;
  max-height: 100%; }

.article-wrapper .article .comments .comment .text {
  float: left;
  width: calc(100% - 65px);
  padding-left: 27px; }

.article-wrapper .article .comments .comment .reply {
  color: #201b6d;
  font: 14px/14px "Montserrat";
  display: block;
  float: left;
  position: relative;
  margin-top: 20px; }

.article-wrapper .article .comments .comment .reply:after {
  content: '';
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -2092px;
  background-repeat: no-repeat;
  display: block;
  height: 7px;
  width: 10px;
  position: absolute;
  top: 4px;
  right: -16px; }

.article-wrapper .latest-news {
  float: left;
  width: 462px; }

.calendar-wrapper {
  width: 100%;
  margin-top: 0;
  float: left;
  position: relative; }

.calendar-wrapper:not(.map-wrapper) .year-list-inner, .calendar-wrapper:not(.map-wrapper) .event-list {
  opacity: 0;
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-animation: moveUp 1s 1s forwards;
  animation: moveUp 1s 1s forwards; }

@media all and (max-width: 767px) {
  .calendar-wrapper:not(.map-wrapper) .year-list-inner, .calendar-wrapper:not(.map-wrapper) .event-list {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-animation: moveUp 0.5s 1s forwards;
    animation: moveUp 0.5s 1s forwards; } }

.calendar-wrapper.map-wrapper {
  height: calc(100% - 514px);
  min-height: 800px;
  opacity: 0;
  -webkit-animation: show 1s 1s forwards;
  animation: show 1s 1s forwards; }

.calendar-wrapper .map {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  overflow: hidden; }

.calendar-wrapper .map #map_canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 75px); }

.calendar-wrapper .map .infoBox {
  padding-top: 20px; }

.calendar-wrapper .map .info-window {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 1px 0 20px;
  font: 14px/16px "Montserrat";
  background: white; }

.calendar-wrapper .map .info-window .event {
  width: 100%;
  cursor: pointer; }

.calendar-wrapper .map .info-window .event + .event {
  border-top: 1px solid #ebebeb;
  margin-top: 13px; }

.calendar-wrapper .map .info-window p {
  padding: 0 13px; }

.calendar-wrapper .map .info-window p.name {
  padding-top: 11px; }

.calendar-wrapper .map .info-window:after {
  content: '';
  position: absolute;
  left: 19px;
  bottom: -9px;
  border-top: 9px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent; }

.calendar-wrapper .map .info-window:before {
  content: '';
  position: absolute;
  left: 18px;
  bottom: -10px;
  border-top: 10px solid rgba(0, 0, 0, 0.2);
  border-left: 9px solid transparent;
  border-right: 9px solid transparent; }

.calendar-wrapper .map .info-window .date {
  color: #066db5;
  font: 12px/21px "Roboto-Light";
  position: relative;
  padding-left: 27px;
  margin-top: 3px; }

.calendar-wrapper .map .info-window .date:before {
  content: '';
  position: absolute;
  left: 14px;
  top: 7px;
  background: #066db5;
  width: 6px;
  height: 6px;
  border-radius: 100%; }

.calendar-wrapper .map .event-wrapper, .calendar-wrapper .map .map-sidebar {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background: white;
  width: 400px;
  height: calc(100% - 75px);
  padding: 58px 0 20px;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms; }

.calendar-wrapper .map .event-wrapper.visible, .calendar-wrapper .map .map-sidebar.visible {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.calendar-wrapper .map .event-wrapper .close, .calendar-wrapper .map .map-sidebar .close {
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -1708px;
  background-repeat: no-repeat;
  display: block;
  height: 15px;
  width: 16px;
  position: absolute;
  top: 23px;
  right: 20px;
  cursor: pointer; }

.calendar-wrapper .map .event-wrapper .close:hover, .calendar-wrapper .map .map-sidebar .close:hover {
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -1593px;
  background-repeat: no-repeat;
  display: block;
  height: 15px;
  width: 16px; }

.calendar-wrapper .map .event-wrapper .event, .calendar-wrapper .map .event-wrapper .map-sidebar-inner, .calendar-wrapper .map .map-sidebar .event, .calendar-wrapper .map .map-sidebar .map-sidebar-inner {
  position: relative;
  height: 100%;
  width: 100%;
  float: left;
  padding: 0 20px 0 10px; }

.calendar-wrapper .map .event-wrapper .scrollbar-inner, .calendar-wrapper .map .map-sidebar .scrollbar-inner {
  max-height: 100%;
  overflow: hidden; }

.calendar-wrapper .map .event-wrapper .scrollbar-inner > .scroll-element.scroll-y, .calendar-wrapper .map .map-sidebar .scrollbar-inner > .scroll-element.scroll-y {
  width: 7px;
  background: white; }

.calendar-wrapper .map .event-wrapper .scrollbar-inner > .scroll-element.scroll-y .scroll-bar, .calendar-wrapper .map .map-sidebar .scrollbar-inner > .scroll-element.scroll-y .scroll-bar {
  width: 7px;
  background: #dcdbdb; }

.calendar-wrapper .map .event-wrapper .text, .calendar-wrapper .map .map-sidebar .text {
  padding: 0 20px;
  font-size: 13px;
  line-height: 19px;
  margin-top: 22px; }

.calendar-wrapper .map .event-wrapper .text .title, .calendar-wrapper .map .map-sidebar .text .title {
  font: 20px/35px "Montserrat";
  line-height: 1.3;
  padding-bottom: 12px; }

.calendar-wrapper .map .event-wrapper .text .title a {
  color: #222222; }

.calendar-wrapper .map .event-wrapper .text .title a:hover {
  color: #009AFF; }

.calendar-wrapper .map .event-wrapper .text .date, .calendar-wrapper .map .map-sidebar .text .date {
  color: #066db5;
  font: 12px/21px "Roboto-Light";
  position: relative;
  padding-left: 14px;
  margin-bottom: 11px; }

.calendar-wrapper .map .event-wrapper .text .date:before, .calendar-wrapper .map .map-sidebar .text .date:before {
  content: '';
  position: absolute;
  left: 1px;
  top: 7px;
  background: #066db5;
  width: 6px;
  height: 6px;
  border-radius: 100%; }

.calendar-wrapper .map .event-wrapper .text p, .calendar-wrapper .map .map-sidebar .text p {
  margin-bottom: 19px; }

.calendar-wrapper .map .map-sidebar {
  right: auto;
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.calendar-wrapper .map .map-sidebar .text {
  margin-top: 0; }

.calendar-wrapper .map .map-sidebar .map-sidebar-inner {
  display: none;
  background: #fff; }

.calendar-wrapper .map .map-sidebar .map-sidebar-inner.visible {
  display: block; }

.calendar-wrapper .map .map-sidebar .togglers {
  position: absolute;
  left: 100%;
  top: 90px;
  font: 14px/38px "Roboto-Light";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  margin-left: 40px;
  width: 400px; }

.calendar-wrapper .map .map-sidebar .togglers span {
  display: block;
  float: left;
  margin-right: 25px;
  text-transform: uppercase;
  padding: 0 27px;
  background: #fff;
  cursor: pointer;
  border: 1px solid #e3e3e3; }

.calendar-wrapper .map .map-sidebar .togglers span:hover, .calendar-wrapper .map .map-sidebar .togglers span.active {
  color: #066db5;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.26);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.26); }

.calendar-wrapper .map .event-navigation {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 75px; }

.calendar-wrapper .map .event-navigation .dropdowns {
  float: left; }

.calendar-wrapper .map .event-navigation .select {
  width: 140px;
  margin: 13px 29px 0 0;
  position: relative;
  color: #066db5;
  font-size: 14px;
  line-height: 25px;
  float: left;
  display: none; }

.calendar-wrapper .map .event-navigation .select:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 26px;
  height: 25px;
  border: 1px solid #c9cacc;
  background: #f4f4f4;
  z-index: 1;
  pointer-events: none; }

.calendar-wrapper .map .event-navigation .select:after {
  content: '';
  right: 8px;
  top: 10px;
  position: absolute;
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -2048px;
  background-repeat: no-repeat;
  display: block;
  height: 6px;
  width: 11px;
  z-index: 2;
  pointer-events: none; }

.calendar-wrapper .map .event-navigation .select.end-month {
  clear: both; }

.calendar-wrapper .map .event-navigation .select select {
  width: 100%;
  float: left;
  height: 27px;
  padding-right: 27px;
  border: 1px solid #c9cacc;
  cursor: pointer;
  position: relative;
  padding-left: 12px;
  background: none; }

.calendar-wrapper .map .event-navigation .dropdown {
  width: 140px;
  margin: 13px 29px 0 0;
  position: relative;
  color: #066db5;
  font-size: 14px;
  line-height: 25px;
  float: left; }

.calendar-wrapper .map .event-navigation .dropdown .current {
  width: 100%;
  float: left;
  height: 27px;
  padding-right: 27px;
  border: 1px solid #c9cacc;
  cursor: pointer;
  position: relative;
  padding-left: 12px; }

.calendar-wrapper .map .event-navigation .dropdown .current:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 26px;
  height: 100%;
  border-left: 1px solid #c9cacc; }

.calendar-wrapper .map .event-navigation .dropdown .current:after {
  content: '';
  right: 7px;
  top: 9px;
  position: absolute;
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -2048px;
  background-repeat: no-repeat;
  display: block;
  height: 6px;
  width: 11px; }

.calendar-wrapper .map .event-navigation .dropdown ul {
  position: absolute;
  bottom: 100%;
  margin-bottom: -1px;
  left: 0;
  background: whitesmoke;
  border: 1px solid #c9cacc;
  z-index: 2;
  width: 100%;
  display: none; }

.calendar-wrapper .map .event-navigation .dropdown ul.visible {
  display: block; }

.calendar-wrapper .map .event-navigation .dropdown ul li {
  list-style-type: none;
  padding: 0 12px;
  cursor: pointer; }

.calendar-wrapper .map .event-navigation .dropdown ul li:hover {
  color: #201b6d; }

.calendar-wrapper .map .event-navigation .range {
  width: 840px;
  float: left;
  position: relative;
  margin-left: 31px; }

.calendar-wrapper .map .event-navigation #range {
  width: 100%;
  float: left;
  height: 4px;
  background: #bfd3e4;
  margin-top: 16px;
  position: relative; }

.calendar-wrapper .map .event-navigation #range .ui-slider-range {
  background: #066db5;
  height: 100%;
  position: absolute;
  top: 0; }

.calendar-wrapper .map .event-navigation #range .ui-slider-handle {
  width: 20px;
  height: 20px;
  top: -8px;
  left: -8px;
  margin-left: -10px;
  position: absolute;
  cursor: pointer;
  display: block; }

.calendar-wrapper .map .event-navigation #range .ui-slider-handle:before {
  content: '';
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background: #066db5;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -5px;
  position: absolute; }

.calendar-wrapper .map .event-navigation .labels {
  width: 100%;
  float: left;
  margin-top: 9px; }

.calendar-wrapper .map .event-navigation .labels span {
  font-size: 14px;
  line-height: 14px;
  width: calc(100% / 12);
  float: left; }

.calendar-wrapper .year-list {
  top: 50px;
  position: absolute;
  left: 50%;
  margin-left: -730px; }

.calendar-wrapper .year-list .year-list-inner {
  position: fixed; }

.calendar-wrapper .year-list ul li {
  list-style-type: none;
  float: left;
  clear: both;
  color: #2e2e2e;
  font: 24px/24px "Montserrat";
  position: relative;
  padding-right: 35px;
  padding-bottom: 62px; }

.calendar-wrapper .year-list ul li:last-child:before {
  display: none; }

.calendar-wrapper .year-list ul li:before {
  content: '';
  position: absolute;
  right: 6px;
  top: 14px;
  height: 100%;
  width: 1px;
  background: #a6a7ac; }

.calendar-wrapper .year-list ul li:after {
  content: '';
  position: absolute;
  height: 13px;
  width: 13px;
  background: #c8c8c8;
  border-radius: 100%;
  right: 0;
  top: 7px; }

.calendar-wrapper .year-list ul li.active {
  color: #066db5; }

.calendar-wrapper .year-list ul li.active:after {
  background: #066db5; }

.calendar-wrapper .year-list ul li span {
  display: block;
  cursor: pointer; }

.calendar-wrapper .event-list {
  margin: 50px auto 0;
  max-width: 1200px;
  position: relative; }

.calendar-wrapper .event-list .event-item {
  width: 100%;
  float: left;
  margin-bottom: 40px; }

.calendar-wrapper .event-list .event-item .bg {
  width: 500px;
  height: 375px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-right: 20px;
  float: left; }

.calendar-wrapper .event-list .event-item .bg .date {
  position: absolute;
  right: 35px;
  bottom: 0;
  color: white;
  background: #066db5;
  font: 21px/50px "Montserrat";
  width: 190px;
  text-align: center; }

.calendar-wrapper .event-list .event-item .text {
  width: calc(100% - 520px);
  float: left;
  padding: 28px 30px 40px;
  line-height: 28px;
  background: white;
  border: 1px solid #dddddd; }

.calendar-wrapper .event-list .event-item .text .title {
  width: 100%;
  float: left;
  font: 30px/35px "Montserrat";
  margin-bottom: 18px; }

.calendar-wrapper .event-list .event-item .text a {
  color: #076db5; }

.calendar-wrapper .event-list .event-item .text .read-more {
  position: relative;
  display: block;
  float: left;
  margin-top: 28px;
  font-size: 16px; }

.calendar-wrapper .event-list .event-item .text .read-more:hover {
  text-decoration: underline; }

.calendar-wrapper .event-list .event-item .text .read-more:after {
  content: '';
  position: absolute;
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -1912px;
  background-repeat: no-repeat;
  display: block;
  height: 8px;
  width: 14px;
  top: 11px;
  right: -38px; }

.calendar-wrapper .event-list .event-item .text .read-more.active span {
  display: none; }

.calendar-wrapper .event-list .event-item .text .read-more.active span + span {
  display: block; }

.calendar-wrapper .event-list .event-item .text .read-more.active:after {
  background-image: url("../images/icons-s051b96bbcf.png");
  background-position: 0 -1938px;
  background-repeat: no-repeat;
  display: block;
  height: 8px;
  width: 14px; }

.calendar-wrapper .event-list .event-item .text .read-more span + span {
  display: none; }

.calendar-wrapper .event-list .event-item .text .short-text {
  display: block;
  float: left;
  width: 100%;
  height: 249px;
  overflow: hidden; }

.calendar-wrapper .event-list .event-item .text .full-text {
  display: none; }

body.page-id-402 .header .logos, body.page-id-83 .header .logos, body.page-id-197 .header .logos, body.page-id-85, body.category .header .logos, body.single .header .logos {
  top: 0; }

.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative; }

.scroll-wrapper > .scroll-content {
  border: none !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important; }

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0; }

.scroll-element {
  display: none; }

.scroll-element, .scroll-element div {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block; }

.scroll-element .scroll-bar, .scroll-element .scroll-arrow {
  cursor: default; }

.scrollbar-inner > .scroll-element, .scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 3px;
  background: #e8e8e8; }

.scrollbar-inner > .scroll-element.scroll-x {
  background: #e8e8e8; }

.scrollbar-inner > .scroll-element.scroll-y .scroll-bar {
  background: #b2b2b2; }

@media all and (max-width: 1449px) {
  .projects-wrapper .projects-list + .content .news-item-wrapper .news-item-grid {
    width: 934px;
    margin-left: -467px; }
  .projects-wrapper .news-item-wrapper .news-item-grid {
    width: 693px;
    margin-left: -346px; }
  .news-item-wrapper {
    position: relative; }
  .news-item-wrapper .day-in-history {
    left: 0; }
  .news-item-wrapper .news-item-grid {
    width: 934px;
    left: 50%;
    margin-left: -467px; }
  .footer {
    height: 645px;
    padding: 0 20px; }
  .footer .content {
    max-width: 728px; }
  .footer .contacts, .footer .social {
    width: 285px;
    clear: both; }
  .footer .contacts img, .footer .social img {
    height: 55px;
    margin-top: 35px;
    margin-bottom: 18px; }
  .footer .contacts img + img, .footer .social img + img {
    margin-top: 35px;
    margin-bottom: 18px; }
  .footer .footer-menu, .footer .subscribe {
    width: calc(100% - 285px); }
  .footer .footer-menu {
    top: 249px;
    position: relative; }
  .footer .subscribe {
    top: -260px;
    position: relative; }
  .footer .social {
    margin-bottom: 70px; }
  .calendar-wrapper .event-list {
    max-width: 1000px; }
  .calendar-wrapper .event-list .event-item .bg {
    width: 400px;
    height: 300px; }
  .calendar-wrapper .event-list .event-item .text {
    width: calc(100% - 420px); }
  .calendar-wrapper .year-list {
    margin-left: -630px; }
  .article-wrapper .article .article-header {
    height: 440px; } }

@media all and (max-width: 1279px) {
  .header-top .search-toggler {
    right: 8px; }
  .header-top .search-form form {
    max-width: 430px; }
  .header-top .search-form .search-form-close {
    right: 8px; }
  body.index .header-wrapper {
    height: 875px; }
  body.index .header {
    height: 875px;
    background-position: 40% top; }
  body.index .header:after {
    height: 460px; }
  body.index .header .main-menu {
    width: 768px;
    left: 50%;
    margin-left: -384px; }
  body.inner .header .logo {
    top: 8px;
    left: 27px; }
  body.inner .header-wrapper {
    height: 80px; }
  body.header-fixed .header, body.inner .header {
    height: 80px; }
  body.header-fixed .header .logos, body.inner .header .logos {
    top: 8px;
    left: 27px; }
  body.header-fixed .header .main-menu, body.inner .header .main-menu {
    top: 100%;
    left: 0;
    right: auto;
    height: 64px;
    width: 100%;
    z-index: 10;
    background: white;
    margin-left: 0;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    height: 0;
    overflow: hidden;
    text-align: center; }
  body.header-fixed .header .main-menu.visible, body.inner .header .main-menu.visible {
    height: 64px; }
  body.header-fixed .header .main-menu ul, body.inner .header .main-menu ul {
    float: left;
    display: table;
    width: 100%; }
  body.header-fixed .header .main-menu li, body.inner .header .main-menu li {
    display: table-cell;
    float: none; }
  body.header-fixed .header .main-menu a, body.inner .header .main-menu a {
    padding-top: 20px;
    height: 63px; }
  body.header-fixed .header-top .menu-toggler, body.inner .header-top .menu-toggler {
    display: block; }
  body.header-fixed .header-top .search-toggler, body.inner .header-top .search-toggler {
    width: 85px;
    right: 0;
    border-right: none; }
  body.header-fixed .header-top .search-toggler:before, body.inner .header-top .search-toggler:before {
    top: 32px;
    left: 32px; }
  body.header-fixed .categories-menu, body.inner .categories-menu {
    top: 80px; }
  body.calendar-page .categories-menu .view-type {
    margin-right: -20px;
    border-right: 0; }
  body.calendar-page .categories-menu .view-type a {
    width: 85px; }
  .categories-menu .news-date {
    width: 168px;
    margin-left: -84px; }
  .categories-menu .langs {
    right: 20px; }
  .about-wrapper.wzo .about-banner {
    background-image: url("../images/wzo-t.jpg"); }
  .about-wrapper.wzo .text {
    padding-top: 44px;
    width: 100%;
    float: left;
    position: relative; }
  .about-wrapper.wzo .text img {
    width: 100%; }
  .about-wrapper.wzo .text .image {
    position: relative;
    top: 0;
    left: 0;
    max-width: 728px;
    width: 100%;
    font-size: 21px; }
  .about-wrapper.wzo .text .image:after {
    content: '';
    display: block;
    clear: both; }
  .about-wrapper.wzo .text .image.image-1 {
    margin-bottom: 35px; }
  .about-wrapper.wzo .text .image .img span {
    font-size: 18px;
    line-height: 54px;
    width: 197px;
    letter-spacing: 2px; }
  .about-wrapper.wzo .text .image .title h3 {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 10px; }
  .about-wrapper .about-banner {
    height: 855px;
    padding-top: 110px;
    background-image: url("../images/about-t.jpg"); }
  .about-wrapper .about-banner .content {
    max-width: 618px; }
  .about-wrapper .about-banner p {
    width: 100%; }
  .contacts-wrapper .text {
    padding: 58px 50px; }
  .calendar-wrapper {
    min-height: 0; }
  .calendar-wrapper.map-wrapper {
    min-height: 860px; }
  .calendar-wrapper .year-list {
    margin-left: -460px; }
  .calendar-wrapper .event-list {
    max-width: 785px;
    left: 50px;
    margin-bottom: 30px;
    overflow: hidden; }
  .calendar-wrapper .event-list .event-item {
    margin-bottom: 15px; }
  .calendar-wrapper .event-list .event-item .bg {
    height: 200px;
    width: 300px; }
  .calendar-wrapper .event-list .event-item .bg .date {
    right: 27px;
    line-height: 39px;
    font-size: 16px;
    width: 146px; }
  .calendar-wrapper .event-list .event-item .text {
    padding: 24px 30px 44px;
    line-height: 26px;
    font-size: 14px;
    width: calc(100% - 320px); }
  .calendar-wrapper .event-list .event-item .text .title {
    margin-bottom: 10px;
    font-size: 23px;
    line-height: 33px; }
  .calendar-wrapper .event-list .event-item .text .short-text {
    height: 100px; }
  .calendar-wrapper .event-list .event-item .text .read-more {
    font-size: 12px;
    margin-top: 12px; }
  .calendar-wrapper .event-list .event-item .text .read-more:after {
    background-image: url("../images/icons-s051b96bbcf.png");
    background-position: 0 -2231px;
    background-repeat: no-repeat;
    display: block;
    height: 5px;
    width: 8px;
    top: 12px;
    right: -20px; }
  .calendar-wrapper .event-list .event-item .text .read-more.active:after {
    background-image: url("../images/icons-s051b96bbcf.png");
    background-position: 0 -2268px;
    background-repeat: no-repeat;
    display: block;
    height: 5px;
    width: 8px; }
  .calendar-wrapper .map {
    height: 860px;
    position: relative; }
  .calendar-wrapper .map #map_canvas, .calendar-wrapper .map .event-wrapper, .calendar-wrapper .map .map-sidebar {
    height: calc(100% - 110px); }
  .calendar-wrapper .map .event-navigation {
    height: 110px; }
  .calendar-wrapper .map .event-navigation .range {
    width: 100%;
    margin-left: 0; }
  .article-wrapper .article {
    width: 100%;
    background: none;
    margin-right: 0; }
  .article-wrapper .article.has-info h1 {
    padding-right: 90px; }
  .article-wrapper .article .article-header {
    height: 0;
    padding-bottom: 50%; }
  .article-wrapper .article .article-body {
    padding: 37px 0; }
  .article-wrapper .article .article-body .info-toggler {
    right: 20px; }
  .article-wrapper .article .article-body .info.visible {
    display: block; }
  .article-wrapper .article .read-also .read-also-slider .swiper-prev, .article-wrapper .article .read-also .read-also-slider .swiper-next {
    background: whitesmoke; }
  .article-wrapper .article .tags a {
    background: whitesmoke; }
  .article-wrapper .article .comments {
    overflow: hidden; }
  .article-wrapper .latest-news {
    display: none; }
  .news-item-wrapper > p {
    margin-top: 32px;
    margin-bottom: -14px; }
  .news-item-list .news-item {
    font-size: 14px;
    line-height: 22px;
    min-height: 305px; }
  .news-item-list .news-item .title {
    font-size: 23px;
    line-height: 33px; }
  .news-item-list .news-item .bg {
    height: 345px;
    width: 460px; }
  .news-item-list .news-item .type {
    margin-bottom: 10px; }
  .news-item-list .news-item .title {
    margin-bottom: 10px; }
  .news-item-list .news-item .text {
    width: calc(100% - 480px);
    min-height: 345px; }
  .news-item-list .news-item .read-more {
    font-size: 12px;
    margin-top: 12px; }
  .news-item-list .news-item .read-more:after {
    background-image: url("../images/icons-s051b96bbcf.png");
    background-position: 0 -2238px;
    background-repeat: no-repeat;
    display: block;
    height: 9px;
    width: 5px;
    top: 10px;
    right: -20px; }
  .projects-wrapper .projects-list .project {
    width: 100%;
    height: auto;
    min-height: 400px;
    font-size: 14px;
    line-height: 19px;
    padding: 30px 120px 70px; }
  .projects-wrapper .projects-list .project h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 32px; }
  .projects-wrapper .projects-list .project h3 {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 32px; }
  .projects-wrapper .projects-list .project span {
    font-size: 14px;
    line-height: 30px;
    padding: 0 18px; } }

@media all and (max-width: 974px) {
  .projects-wrapper .projects-list + .content .news-item-wrapper .news-item-grid {
    width: 693px;
    margin-left: -346px; }
  .news-item-wrapper .load-more {
    margin: 42px 0 54px -50px; }
  .news-item-wrapper .news-item-grid {
    width: 693px;
    margin-left: -346px; }
  .subscribe-popup {
    width: 455px;
    margin-left: -227px;
    padding: 50px 30px;
    height: 526px;
    margin-top: -263px; }
  .subscribe-popup img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px; }
  .subscribe-popup .close {
    background-image: url("../images/icons-s051b96bbcf.png");
    background-position: 0 -1708px;
    background-repeat: no-repeat;
    display: block;
    height: 15px;
    width: 16px; }
  .subscribe-popup .close:hover {
    background-image: url("../images/icons-s051b96bbcf.png");
    background-position: 0 -1593px;
    background-repeat: no-repeat;
    display: block;
    height: 15px;
    width: 16px; }
  .contacts-wrapper .text {
    width: 100%;
    float: left;
    padding: 58px 80px; }
  .map {
    position: relative;
    float: left;
    width: 100%;
    height: 930px; }
  body.calendar-page .categories-menu h1 {
    font-size: 14px; }
  .news-item-list .news-item .bg {
    height: 305px;
    width: 350px; }
  .news-item-list .news-item .text {
    width: calc(100% - 370px);
    min-height: 305px; }
  .calendar-wrapper .event-list {
    max-width: 585px;
    left: 70px; }
  .calendar-wrapper .event-list .event-item .bg {
    height: 290px;
    width: 100%;
    margin-right: 0; }
  .calendar-wrapper .event-list .event-item .text {
    width: 100%; }
  .calendar-wrapper .year-list {
    margin-left: -335px; } }

@media all and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 48px; }
  h2 {
    font-size: 18px;
    line-height: 28px; }
  h3 {
    font-size: 14px;
    line-height: 24px; }
  .subscribe-popup {
    width: auto;
    margin-left: 0;
    padding: 50px 10px;
    height: 425px;
    margin-top: -215px;
    left: 10px;
    right: 10px; }
  .subscribe-popup .subscribe {
    width: 100%; }
  .subscribe-popup .subscribe > p {
    font-size: 14px;
    line-height: 28px; }
  .subscribe-popup .subscribe > p span {
    font-size: 12px;
    line-height: 14px;
    margin-top: 0; }
  .subscribe-popup .subscribe .field, .subscribe-popup .subscribe .button {
    width: 100%; }
  .subscribe-popup .subscribe .field {
    margin-top: 10px;
    margin-bottom: 10px; }
  .subscribe-popup .subscribe .button {
    font-size: 14px; }
  .feedback-popup {
    position: fixed;
    width: auto;
    margin: 0;
    left: 10px;
    right: 10px;
    top: 50%;
    margin-top: -272px;
    padding: 30px 10px 30px; }
  .feedback-popup .feedback {
    font-size: 16px;
    line-height: 22px; }
  .feedback-popup .feedback > p {
    margin: 22px 0 20px; }
  .feedback-popup .feedback > p br {
    display: none; }
  .feedback-popup .feedback .field {
    margin-bottom: 10px; }
  .content {
    padding: 0 10px; }
  body {
    font-size: 14px;
    line-height: 26px; }
  body.index .header-wrapper, body.header-fixed .header-wrapper, body.inner .header-wrapper {
    height: 100%;
    margin-bottom: 0; }
  body.index .header, body.header-fixed .header, body.inner .header {
    height: 100%;
    background-position: 34% top; }
  body.index .header:after, body.header-fixed .header:after, body.inner .header:after {
    display: none; }
  body.index .header .logos, body.header-fixed .header .logos, body.inner .header .logos {
    top: 175px; }
  body.index .header .logos a, body.header-fixed .header .logos a, body.inner .header .logos a {
    height: 67px;
    margin: 0 10px; }
  body.index .header .main-menu, body.header-fixed .header .main-menu, body.inner .header .main-menu {
    top: 50px;
    bottom: auto;
    left: 0;
    width: 100%;
    z-index: 10;
    background: white;
    margin-left: 0;
    border-top: none;
    border-bottom: 1px solid #e3e3e3;
    text-align: left;
    height: auto;
    display: none;
    position: fixed;
    letter-spacing: 0; }
  body.index .header .main-menu.visible, body.header-fixed .header .main-menu.visible, body.inner .header .main-menu.visible {
    height: auto;
    display: block; }
  body.index .header .main-menu ul, body.header-fixed .header .main-menu ul, body.inner .header .main-menu ul {
    float: left;
    display: block;
    width: 100%; }
  body.index .header .main-menu li, body.header-fixed .header .main-menu li, body.inner .header .main-menu li {
    display: block;
    float: left;
    width: 100%;
    margin: 0; }
  body.index .header .main-menu li:first-child, body.header-fixed .header .main-menu li:first-child, body.inner .header .main-menu li:first-child {
    border: none; }
  body.index .header .main-menu a, body.header-fixed .header .main-menu a, body.inner .header .main-menu a {
    border-top: 1px solid #e3e3e3;
    height: 39px;
    color: black;
    font: 18px/39px "Roboto-Light";
    padding: 0 28px; }
  body.index .header .main-menu a:before, body.header-fixed .header .main-menu a:before, body.inner .header .main-menu a:before {
    display: none !important; }
  body.index .header .main-menu a span, body.header-fixed .header .main-menu a span, body.inner .header .main-menu a span {
    padding-bottom: 4px; }
  body.index .header .main-menu a span:after, body.header-fixed .header .main-menu a span:after, body.inner .header .main-menu a span:after {
    height: 2px; }
  body.index .header-top, body.header-fixed .header-top, body.inner .header-top {
    background: white;
    height: 51px;
    position: fixed; }
  body.index .header-top .day-info, body.header-fixed .header-top .day-info, body.inner .header-top .day-info {
    font-size: 10px;
    line-height: 10px;
    width: calc(100% - 100px);
    display: table; }
  body.index .header-top .day-info > div, body.header-fixed .header-top .day-info > div, body.inner .header-top .day-info > div {
    display: table-cell;
    padding: 20px 5px 0; }
  body.index .header-top .day-info > div:first-child, body.header-fixed .header-top .day-info > div:first-child, body.inner .header-top .day-info > div:first-child {
    border-left: 0; }
  body.index .header-top .day-info > div:last-child, body.header-fixed .header-top .day-info > div:last-child, body.inner .header-top .day-info > div:last-child {
    border-right: 0; }
  body.index .header-top .search-form, body.header-fixed .header-top .search-form, body.inner .header-top .search-form {
    padding: 5px 0; }
  body.index .header-top .search-form form, body.header-fixed .header-top .search-form form, body.inner .header-top .search-form form {
    width: 100%;
    padding: 0 10px; }
  body.index .header-top .search-form form input, body.header-fixed .header-top .search-form form input, body.inner .header-top .search-form form input {
    height: 27px;
    width: calc(100% - 90px); }
  body.index .header-top .search-form form button, body.header-fixed .header-top .search-form form button, body.inner .header-top .search-form form button {
    position: relative;
    top: 0;
    margin-top: -5px;
    margin-bottom: -5px;
    float: left;
    height: 39px;
    width: 50px; }
  body.index .header-top .search-form form button:before, body.header-fixed .header-top .search-form form button:before, body.inner .header-top .search-form form button:before {
    top: 10px;
    left: 19px; }
  body.index .header-top .search-form .search-form-close, body.header-fixed .header-top .search-form .search-form-close, body.inner .header-top .search-form .search-form-close {
    right: 0;
    width: 50px;
    height: 39px;
    top: 0; }
  body.index .header-top .search-form .search-form-close:before, body.header-fixed .header-top .search-form .search-form-close:before, body.inner .header-top .search-form .search-form-close:before {
    top: 11px;
    left: 17px; }
  body.index .header-top .search-toggler, body.header-fixed .header-top .search-toggler, body.inner .header-top .search-toggler {
    right: 0;
    width: 50px;
    height: 50px;
    border-left: 1px solid #c9c3c0; }
  body.index .header-top .search-toggler:before, body.header-fixed .header-top .search-toggler:before, body.inner .header-top .search-toggler:before {
    top: 17px;
    left: 18px; }
  body.index .header-top .menu-toggler, body.header-fixed .header-top .menu-toggler, body.inner .header-top .menu-toggler {
    display: block;
    width: 50px;
    height: 50px;
    right: 50px;
    top: 0;
    border-left: 1px solid #c9c3c0; }
  body.index .header-top .menu-toggler:before, body.header-fixed .header-top .menu-toggler:before, body.inner .header-top .menu-toggler:before {
    top: 18px;
    left: 12px; }
  body.inner .header .logo {
    top: 6px;
    left: 10px;
    height: 39px;
    width: 121px; }
  body.inner .header-wrapper {
    height: 50px; }
  body.header-fixed .header, body.inner .header {
    height: 50px; }
  body.header-fixed .header .header-top, body.inner .header .header-top {
    position: absolute;
    border-bottom: 1px solid #c9c0bd; }
  body.header-fixed .header .header-top .day-info, body.inner .header .header-top .day-info {
    display: none; }
  body.header-fixed .header .logos, body.inner .header .logos {
    top: 6px;
    left: 10px;
    margin-left: 0;
    height: 39px;
    text-align: left; }
  body.header-fixed .header .logos .logo, body.inner .header .logos .logo {
    height: 39px;
    width: 121px;
    margin: 0; }
  body.header-fixed .categories-menu, body.inner .categories-menu {
    top: 50px; }
  body.calendar-page .categories-menu h1 {
    font-size: 9px;
    letter-spacing: 0;
    margin-top: 12px;
    white-space: nowrap;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 115px); }
  body.calendar-page .categories-menu .view-type {
    margin-right: 0; }
  body.calendar-page .categories-menu .view-type a {
    width: 50px;
    border-color: #c9c3c0; }
  body.calendar-page .categories-menu .view-type .grid.active:before, body.calendar-page .categories-menu .view-type .grid:hover:before {
    background-image: url("../images/icons-s051b96bbcf.png");
    background-position: 0 -2074px;
    background-repeat: no-repeat;
    display: block;
    height: 16px;
    width: 17px; }
  body.calendar-page .categories-menu .view-type .list.active:before, body.calendar-page .categories-menu .view-type .list:hover:before {
    background-image: url("../images/icons-s051b96bbcf.png");
    background-position: 0 -1743px;
    background-repeat: no-repeat;
    display: block;
    height: 16px;
    width: 16px; }
  .categories-menu-wrapper {
    height: 39px; }
  .categories-menu-wrapper .content {
    padding: 0; }
  .categories-menu {
    height: 39px; }
  .categories-menu .langs {
    right: 10px;
    top: 13px; }
  .categories-menu .langs a {
    font-size: 12px;
    line-height: 12px;
    margin-left: 19px; }
  .categories-menu .category-type {
    margin-left: 10px; }
  .categories-menu .category-type a {
    font: 12px/12px "Roboto-Light";
    margin-right: 15px;
    padding: 13px 0 14px;
    letter-spacing: 0; }
  .categories-menu .category-type a:after {
    height: 4px; }
  .categories-menu .categories-list {
    position: static; }
  .categories-menu .categories-list span {
    font-size: 0;
    padding: 0;
    width: 36px;
    height: 39px;
    border-left-color: #353535; }
  .categories-menu .categories-list span:before {
    top: 17px;
    left: 13px;
    background-image: url("../images/icons-s051b96bbcf.png");
    background-position: 0 -2316px;
    background-repeat: no-repeat;
    display: block;
    height: 5px;
    width: 10px; }
  .categories-menu .categories-list ul:before {
    right: 8px;
    top: -11px;
    border-bottom: 11px solid #d7d7d7;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent; }
  .categories-menu .categories-list ul:after {
    top: -10px;
    right: 9px;
    border-bottom: 10px solid white;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent; }
  .categories-menu .categories-list ul a {
    font-size: 18px; }
  .categories-menu .news-date {
    display: none; }
  .categories-menu .view-type a {
    float: left;
    width: 37px;
    height: 39px;
    border-left: 1px solid #353535; }
  .categories-menu .view-type a:before {
    top: 12px; }
  .categories-menu .view-type .grid.active:before, .categories-menu .view-type .grid:hover:before {
    background-image: url("../images/icons-s051b96bbcf.png");
    background-position: 0 -2056px;
    background-repeat: no-repeat;
    display: block;
    height: 16px;
    width: 17px; }
  .categories-menu .view-type .grid:before {
    margin-left: -8px;
    background-image: url("../images/icons-s051b96bbcf.png");
    background-position: 0 -2030px;
    background-repeat: no-repeat;
    display: block;
    height: 16px;
    width: 17px; }
  .categories-menu .view-type .list.active:before, .categories-menu .view-type .list:hover:before {
    background-image: url("../images/icons-s051b96bbcf.png");
    background-position: 0 -1725px;
    background-repeat: no-repeat;
    display: block;
    height: 16px;
    width: 16px; }
  .categories-menu .view-type .list:before {
    margin-left: -8px;
    background-image: url("../images/icons-s051b96bbcf.png");
    background-position: 0 -1761px;
    background-repeat: no-repeat;
    display: block;
    height: 16px;
    width: 16px; }
  .content-wrapper {
    margin-top: 30px; }
  .news-item-grid .gutter-sizer {
    width: 10px; }
  .news-item-grid .news-item {
    height: 284px; }
  .news-item-grid .news-item .type {
    padding-left: 10px;
    padding-top: 15px; }
  .news-item-grid .news-item .type span {
    height: 18px;
    font-size: 8px;
    padding: 4px 6px 0;
    margin-right: 14px;
    margin-bottom: 5px; }
  .news-item-grid .news-item .title {
    padding: 0 10px; }
  .news-item-grid .news-item .title p {
    font-size: 13px;
    line-height: 18px;
    height: 54px;
    bottom: 53px;
    margin-top: 7px; }
  .news-item-grid .news-item .date {
    padding: 0 10px;
    font-size: 9px;
    line-height: 9px;
    bottom: 15px; }
  .news-item-grid .news-item .bg:before {
    height: 150px; }
  .news-item-grid .news-item[data-color="white"] .bg:before {
    height: 124px; }
  .news-item-grid .news-item[data-size="1"] {
    width: calc(50% - 5px); }
  .news-item-grid .news-item[data-size="1"] .type {
    padding-left: 10px; }
  .news-item-grid .news-item[data-size="1"] .type span {
    margin-right: 3px; }
  .news-item-grid .news-item[data-size="1"] .title {
    font-size: 12px;
    line-height: 16px;
    margin-top: 24px; }
  .news-item-grid .news-item[data-size="2"] {
    width: 100%; }
  .news-item-grid .news-item[data-size="2"] .title {
    font-size: 13px;
    line-height: 18px;
    height: 54px;
    bottom: 53px; }
  .news-item-grid .news-item[data-size="3"] {
    width: 100%; }
  .news-item-grid .news-item[data-size="3"] .title {
    bottom: 48px;
    font-size: 20px;
    line-height: 23px;
    height: 46px; }
  .news-item-grid .day-in-history.dates .day-in-history-title .calendar-toggler:before {
    background-image: url("../images/icons-s051b96bbcf.png");
    background-position: 0 -2249px;
    background-repeat: no-repeat;
    display: block;
    height: 17px;
    width: 36px;
    top: 17px;
    left: 7px; }
  .news-item-grid .day-in-history .day-in-history-title {
    height: 50px; }
  .news-item-grid .day-in-history .day-in-history-title p {
    width: calc(100% - 135px);
    font-size: 13px;
    line-height: 50px; }
  .news-item-grid .day-in-history .day-in-history-title p + span {
    width: 85px;
    font-size: 13px;
    line-height: 50px; }
  .news-item-grid .day-in-history .day-in-history-title .calendar-toggler {
    width: 50px; }
  .news-item-grid .day-in-history .day-in-history-title .calendar-toggler:before {
    background-image: url("../images/icons-s051b96bbcf.png");
    background-position: 0 -1324px;
    background-repeat: no-repeat;
    display: block;
    height: 25px;
    width: 25px;
    top: 12px;
    left: 12px; }
  .news-item-grid .day-in-history .article {
    height: 76px; }
  .news-item-grid .day-in-history .article .img {
    width: 80px; }
  .news-item-grid .day-in-history .article .img img {
    max-width: 38px; }
  .news-item-grid .day-in-history .article .text {
    width: calc(100% - 80px);
    font-size: 12px;
    line-height: 13px;
    padding-top: 13px; }
  .news-item-grid .day-in-history .article .text p {
    height: 26px; }
  .news-item-grid .day-in-history .article .year {
    margin-top: 9px; }
  .news-item-grid .day-in-history .article .year:before {
    top: 3px; }
  .news-item-grid .day-in-history #datepicker .dp_header {
    height: 33px;
    font-size: 12px;
    line-height: 33px; }
  .news-item-grid .day-in-history #datepicker .dp_previous, .news-item-grid .day-in-history #datepicker .dp_next {
    height: 33px; }
  .news-item-grid .day-in-history #datepicker .dp_previous:before, .news-item-grid .day-in-history #datepicker .dp_next:before {
    top: 9px; }
  .news-item-grid .day-in-history #datepicker .dp_daypicker td {
    height: 39px;
    font-size: 13px;
    line-height: 39px; }
  .news-item-grid .day-in-history #datepicker .dp_daypicker td.has-event:before {
    border-width: 0 10px 10px 0; }
  .footer {
    height: auto;
    padding: 0;
    padding-top: 235px; }
  .footer .contacts, .footer .social {
    width: 100%; }
  .footer .social {
    padding-top: 23px;
    margin-bottom: 0; }
  .footer .footer-menu, .footer .subscribe {
    width: 100%; }
  .footer .footer-menu {
    top: 0;
    position: relative;
    padding-top: 25px; }
  .footer .contacts {
    position: static;
    margin-top: 0; }
  .footer .contacts img {
    bottom: 76px;
    right: 16px;
    margin: 0 !important; }
  .footer .contacts img + img {
    right: 10px;
    bottom: 140px; }
  .footer .subscribe {
    top: 0;
    left: 10px;
    right: 10px;
    width: auto;
    position: absolute;
    padding-top: 21px; }
  .footer .subscribe > p {
    font-size: 14px;
    line-height: 28px; }
  .footer .subscribe > p span {
    font-size: 12px;
    line-height: 14px; }
  .footer .subscribe .field, .footer .subscribe .button {
    width: 100%; }
  .footer .subscribe .field {
    margin-top: 10px; }
  .footer .subscribe .button {
    font-size: 14px; }
  .footer .copy {
    line-height: 53px;
    padding-top: 0; }
  .contacts-wrapper {
    background: white;
    margin-top: 0;
    padding-top: 14px; }
  .contacts-wrapper h1 {
    margin-bottom: 7px; }
  .contacts-wrapper .text {
    padding: 8px 10px 100px; }
  .contacts-wrapper .text .contacts {
    font-size: 18px;
    line-height: 30px;
    margin-top: 38px; }
  .contacts-wrapper .text .contacts + p {
    font-size: 18px;
    text-align: center; }
  .contacts-wrapper .text .contacts + p + a {
    left: 50%;
    margin-left: -128px;
    position: relative; }
  .map {
    height: 500px; }
  .about-wrapper {
    margin-top: 0; }
  .about-wrapper.wzo .about-banner {
    background-image: url("../images/about-m.jpg"); }
  .about-wrapper.wzo .text .image {
    font-size: 10px;
    line-height: 13px; }
  .about-wrapper.wzo .text .image .img span {
    right: 13px;
    line-height: 25px;
    font-size: 8px;
    width: 93px; }
  .about-wrapper.wzo .text .image .title {
    padding: 10px 10px 20px; }
  .about-wrapper.wzo .text .image .title h3 {
    font-size: 10px;
    line-height: 13px;
    margin-bottom: 5px; }
  .about-wrapper .about-banner {
    height: auto;
    padding-top: 47px;
    padding-bottom: 110px;
    font-size: 18px;
    line-height: 30px;
    background-image: url("../images/about-m.jpg");
    background-position: center; }
  .about-wrapper .text {
    padding-top: 30px;
    padding-bottom: 90px; }
  .about-wrapper .text h1 {
    margin-bottom: 0; }
  .about-wrapper .text ul li {
    line-height: 26px; }
  .about-wrapper .text ul li:before {
    top: 10px; }
  .about-wrapper .text ol li {
    line-height: 26px; }
  .about-wrapper .text ol li:before {
    width: 23px;
    height: 23px;
    font-size: 14px;
    line-height: 21px;
    top: 0; }
  .news-item-wrapper .news-item-grid {
    width: 100%;
    left: 0;
    margin-left: 0; }
  .news-item-wrapper > p {
    font-size: 18px;
    margin: 23px 0 -28px; }
  .news-item-list .news-item {
    min-height: 0; }
  .news-item-list .news-item + .news-item {
    margin-top: 10px; }
  .news-item-list .news-item .title {
    font-size: 18px; }
  .news-item-list .news-item .bg {
    width: 100%;
    height: 0;
    padding-bottom: 55%; }
  .news-item-list .news-item .text {
    width: 100%;
    margin-left: 0;
    padding: 17px 10px 60px; }
  .news-item-list .news-item .date {
    left: 10px; }
  .article-wrapper {
    margin-top: 10px; }
  .article-wrapper .article.has-info h1 {
    padding-right: 40px; }
  .article-wrapper .article .article-header .type {
    padding-left: 10px;
    padding-top: 10px; }
  .article-wrapper .article .article-body h1 {
    font-size: 24px;
    line-height: 39px; }
  .article-wrapper .article .article-body .info-toggler {
    right: 5px; }
  .article-wrapper .article .article-body .info .info-title:after {
    right: -2px;
    top: -22px; }
  .article-wrapper .article .read-also .read-also-slider .swiper-slide {
    width: 100%; }
  .projects-wrapper {
    margin-top: 0; }
  .projects-wrapper .news-item-wrapper .news-item-grid {
    width: 100%;
    left: 0;
    margin-left: 0;
    margin-top: 30px; }
  .projects-wrapper .news-item-wrapper .news-item-grid .news-item .title p {
    overflow: hidden; }
  .projects-wrapper .news-item-wrapper .news-item-list {
    margin-top: 30px; }
  .projects-wrapper .projects-list .project {
    padding: 28px 20px;
    min-height: 568px; }
  .projects-wrapper .projects-list .project .bg {
    background-position: center bottom; }
  .projects-wrapper .projects-list + .content .news-item-wrapper .news-item-grid {
    width: 100%;
    left: 0;
    margin-left: 0; }
  .calendar-wrapper {
    margin-top: 0; }
  .calendar-wrapper.map-wrapper {
    min-height: 0;
    height: calc(100vh - 237px);
  }
  .calendar-wrapper .map {
    height: 100%; }
  .calendar-wrapper .map #map_canvas {
    height: calc(100% - 95px); }
  .calendar-wrapper .map .event-navigation {
    height: auto;
  }
  .calendar-wrapper .map .event-navigation .range {
    display: none; }
  .calendar-wrapper .map .event-navigation .dropdown {
    display: none; }
  .calendar-wrapper .map .event-navigation .select {
    margin-right: 10px;
    display: block; }
  .calendar-wrapper .map .event-wrapper, .calendar-wrapper .map .map-sidebar {
    width: 100%;
    height: 100%;
    z-index: 3; }
  .calendar-wrapper .map .event-wrapper img, .calendar-wrapper .map .map-sidebar img {
    max-width: calc(100% - 14px); }
  .calendar-wrapper .map .event-wrapper .text, .calendar-wrapper .map .map-sidebar .text {
    padding: 0 14px 0 0; }
  .calendar-wrapper .map .event-wrapper .close, .calendar-wrapper .map .map-sidebar .close {
    right: 10px; }
  .calendar-wrapper .map .event-wrapper .event, .calendar-wrapper .map .event-wrapper .map-sidebar-inner, .calendar-wrapper .map .map-sidebar .event, .calendar-wrapper .map .map-sidebar .map-sidebar-inner {
    padding: 0 10px; }
  .calendar-wrapper .map .map-sidebar .togglers {
    top: 40px;
    margin-left: 0;
    font-size: 0;
    width: 40px;
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  .calendar-wrapper .map .map-sidebar .togglers span {
    padding: 0;
    width: 40px;
    height: 40px;
    margin-right: 0;
    margin-bottom: 25px;
    position: relative; }
  .calendar-wrapper .map .map-sidebar .togglers span:before {
    content: '';
    position: absolute;
    left: -1px;
    top: -1px; }
  .calendar-wrapper .map .map-sidebar .togglers span:nth-child(1):before {
    background-image: url("../images/icons-s051b96bbcf.png");
    background-position: 0 -1532px;
    background-repeat: no-repeat;
    display: block;
    height: 40px;
    width: 40px; }
  .calendar-wrapper .map .map-sidebar .togglers span:nth-child(2):before {
    background-image: url("../images/icons-s051b96bbcf.png");
    background-position: 0 -1646px;
    background-repeat: no-repeat;
    display: block;
    height: 40px;
    width: 40px; }
  .calendar-wrapper .year-list {
    float: left;
    width: 100%;
    left: 0;
    margin-left: 0;
    position: relative;
    top: 0;
    padding: 15px 10px 21px;
    height: 60px;
    direction: rtl; }
  .calendar-wrapper .year-list .year-list-inner {
    width: 100%;
    overflow: auto;
    height: 100px;
    position: relative; }
  .calendar-wrapper .year-list ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .calendar-wrapper .year-list ul li {
    padding-right: 0;
    padding-bottom: 0;
    clear: none;
    margin-left: 20px;
    width: 55px;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .calendar-wrapper .year-list ul li:before, .calendar-wrapper .year-list ul li:after {
    display: none; }
  .calendar-wrapper .event-list {
    left: 0;
    margin-top: 30px;
    max-width: 100%;
    padding: 0 10px; }
  .calendar-wrapper .event-list .event-item {
    display: none; }
  .calendar-wrapper .event-list .event-item.visible {
    display: block; }
  .calendar-wrapper .event-list .event-item .bg {
    height: 0;
    padding-bottom: 43%; }
  .calendar-wrapper .event-list .event-item .bg .date {
    right: 13px;
    line-height: 25px;
    font-size: 9px;
    width: 93px; }
  .calendar-wrapper .event-list .event-item .text {
    padding: 16px 10px 20px;
    font-size: 14px;
    line-height: 18px; }
  .calendar-wrapper .event-list .event-item .text .title {
    font-size: 18px;
    line-height: 19px;
    margin-bottom: 12px; }
  .calendar-wrapper .event-list .event-item .text .short-text {
    height: 72px; }
  .calendar-wrapper .event-list .event-item .text .read-more {
    font-size: 10px;
    margin-top: 12px; }
  .calendar-wrapper .event-list .event-item .text .read-more:after {
    top: 7px; } }

body.header-fixed.hebrew .header .logos .logo, body.inner.hebrew .header .logos .logo {
  right: 0;
  top: 0; }

body.header-fixed .header .logos .logo, body.inner .header .logos .logo {
  left: 0;
  top: 0; }

body.hebrew {
  direction: rtl; }

.hebrew .footer {
  direction: ltr; }

.hebrew .about-wrapper .content p {
  direction: rtl; }

.hebrew .about-wrapper .content p strong {
  direction: rtl;
  float: right; }

.hebrew .about-wrapper .content {
  direction: rtl; }

.hebrew .about-wrapper .about-banner p {
  float: left; }

.hebrew .about-wrapper .text ul li {
  padding-left: 0;
  padding-right: 25px; }

.hebrew .about-wrapper .text ul li:before {
  left: auto;
  right: 10px; }

body.inner.hebrew .header .logo {
  right: 20px; }

body.header-fixed.hebrew .header .main-menu, body.inner.hebrew .header .main-menu {
  right: auto;
  left: 192px;
  text-align: right; }

body.header-fixed.hebrew .header .main-menu li, body.inner.hebrew .header .main-menu li {
  float: right; }

body.header-fixed.hebrew .header-top .search-toggler, body.inner.hebrew .header-top .search-toggler {
  right: auto;
  left: 90px; }

body.hebrew .header-top .menu-toggler {
  right: auto;
  left: 85px; }

body.hebrew .categories-menu .category-type {
  float: right; }

body.hebrew .categories-menu .category-type a {
  float: right;
  margin-right: 0;
  margin-left: 40px; }

body.hebrew .categories-menu .langs {
  right: auto;
  left: 100px; }

body.hebrew .categories-menu .langs a {
  margin-left: 0;
  margin-right: 24px;
  float: right; }

body.hebrew .header-top .search-form .search-form-close {
  right: auto;
  left: 19px; }

body.hebrew .header-top .search-form form input {
  float: right; }

body.hebrew .header-top .search-form form button {
  right: auto;
  left: 0; }

body.header-fixed.hebrew .header .logos, body.inner.hebrew .header .logos {
  left: auto;
  right: 20px; }

body.hebrew .categories-menu .categories-list {
  float: left; }

body.hebrew .categories-menu .categories-list span {
  border-left: 0;
  border-right: 1px solid #17233d;
  padding: 25px 17px 0 35px; }

body.hebrew .categories-menu .categories-list span:before {
  right: auto;
  left: 6px; }

body.hebrew .categories-menu .categories-list ul:before {
  right: auto;
  left: -1px; }

body.hebrew .categories-menu .categories-list ul:after {
  right: auto;
  left: 0; }

body.hebrew .categories-menu .categories-list ul a {
  padding: 0 17px 0 10px; }

body.hebrew .categories-menu .view-type {
  float: left; }

body.hebrew .categories-menu .view-type a {
  float: right;
  border-left: 0;
  border-right: 1px solid #17233d; }

body.hebrew .about-wrapper .text ol li {
  padding-left: 0;
  padding-right: 36px; }

body.hebrew .about-wrapper .text ol li:before {
  left: auto;
  right: 0; }

@media all and (max-width: 1279px) {
  body.header-fixed.hebrew .header-top .search-toggler, body.inner.hebrew .header-top .search-toggler {
    left: 0; }
  body.inner.hebrew .header .logo {
    right: 27px; }
  body.hebrew .categories-menu .langs {
    left: 20px; }
  body.header-fixed.hebrew .header .main-menu, body.inner.hebrew .header .main-menu {
    left: auto;
    right: 0; }
  body.hebrew .header-top .search-form .search-form-close {
    left: 8px; } }

@media all and (max-width: 767px) {
  body.header-fixed.hebrew .header-top .search-toggler, body.inner.hebrew .header-top .search-toggler {
    border-left: 0;
    border-right: 1px solid #c9c3c0; }
  body.hebrew .header-top .menu-toggler {
    left: 50px;
    border-left: 0;
    border-right: 1px solid #c9c3c0; }
  body.inner.hebrew .header .logo {
    right: 10px; }
  body.hebrew .categories-menu .langs {
    left: 10px; }
  body.hebrew .categories-menu .category-type {
    margin-left: 0;
    margin-right: 10px; }
  body.hebrew .categories-menu .category-type a {
    margin-left: 15px; }
  body.hebrew .categories-menu .categories-list span {
    padding: 0; }
  body.hebrew .categories-menu .categories-list span:before {
    left: 13px; }
  body.hebrew .categories-menu .categories-list ul:before {
    left: 8px; }
  body.hebrew .categories-menu .categories-list ul:after {
    left: 9px; }
  body.hebrew .about-wrapper .about-banner {
    float: left; } }

.school-form {
  width: 100%;
  float: left;
  display: table;
  border: 1px solid #d9d9d9;
  background: #fff; }

.school-form .img {
  width: 50%;
  display: table-cell;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.school-form .form {
  direction: ltr;
  width: 50%;
  display: table-cell;
  padding: 27px 125px 78px; }

.school-form .form ::-webkit-input-placeholder {
  color: #686868; }

.school-form .form ::-moz-placeholder {
  color: #686868; }

.school-form .form :-ms-input-placeholder {
  color: #686868; }

.school-form .form :-moz-placeholder {
  color: #686868; }

.school-form .form .title {
  font: 28px/48px "Montserrat";
  color: #030303;
  margin-bottom: 30px; }

.school-form .form table {
  color: #076db5;
  line-height: 1;
  margin-bottom: 40px; }

.school-form .form table span {
  display: block;
  padding-left: 29px;
  position: relative;
  margin-bottom: 20px;
  min-width: 185px; }

.school-form .form table span.phone {
  background: url("../images/s-phone.png") no-repeat left center; }

.school-form .form table span.web {
  background: url("../images/s-web.png") no-repeat left center; }

.school-form .form table span.location {
  background: url("../images/s-location.png") no-repeat left center; }

.school-form .form table span.prof {
  background: url("../images/s-prof.png") no-repeat left center; }

.school-form .form table a {
  color: #076db5;
  display: block;
  float: left;
  text-decoration: underline; }

.school-form .form input, .school-form .form textarea {
  height: 50px;
  width: 100%;
  float: left;
  color: #686868;
  background: #f5f5f5;
  padding: 0 25px;
  margin-bottom: 11px; }

.school-form .form textarea {
  height: 100px;
  padding: 13px 25px;
  resize: none; }

.school-form .form button {
  background: #3997ff;
  width: 100%;
  height: 50px;
  float: left;
  margin-top: 19px;
  color: #fff;
  position: relative;
  font-family: "Montserrat";
  text-transform: uppercase; }

.school-form .form button:hover:after {
  content: '';
  position: absolute;
  height: 4px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #201b6d; }

@media (max-width: 1279px) {
  .school-form .form {
    padding: 27px 50px 78px; } }

@media (max-width: 974px) {
  .school-form .img {
    display: none; }
  .school-form .form {
    display: block;
    width: 100%;
    float: left;
    padding: 27px 80px 78px; } }

@media (max-width: 767px) {
  .school-form .form {
    padding: 27px 10px 50px; }
  .school-form .form input, .school-form .form textarea {
    padding: 0 15px; }
  .school-form .form textarea {
    padding: 16px 15px; } }

/**
 * Galleries archive style fixes
 */
.galleries-item-wrapper .galleries-item-inner .sub-title {
  position: absolute;
  left: 0;
  bottom: 18px;
  padding-left: 20px;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 1px; }

.galleries-item-wrapper .galleries-item-inner .date {
  right: 0;
  text-align: right; }

/**
 *  Galleries single post styles
 */
.galleries-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 36px; }

.galleries-single .galleries-single-content {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 60px; }

.galleries-single .galleries-single-content h1 {
  margin-bottom: 18px; }

.galleries-single .galleries-single-download {
  width: 282px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

.galleries-single .galleries-single-download button {
  background: transparent; }

.galleries-single .galleries-single-download button.download_manual {
  display: block;
  width: 46px;
  height: 46px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid var(--gray-300, #D0D5DD);
  border-radius: 8px;
  font-family: "Arial", 'sans-serif';
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #98a2b3;
  -webkit-transition: color 0.1s ease-in, background-color 0.1s ease-in;
  transition: color 0.1s ease-in, background-color 0.1s ease-in;
}


.galleries-single .galleries-single-download button.download_manual svg {
  fill: #333f54;
  width: 20px;
  height: 20px;
}

.galleries-single .galleries-single-download button:hover {
  /* color: #ffffff; */
  background-color: #3b599912;
}

.galleries-single .galleries-single-download button:hover svg {
}

@media all and (max-width: 1449px) {
  .galleries-single {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .galleries-single .galleries-single-content {
    padding-right: 0; }
  .galleries-single .galleries-single-download {
    padding-top: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto; }
  .galleries-single .galleries-single-download button.download_manual {
    margin-right: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0; }
  .galleries-single .galleries-single-download button.download-archive {
    width: 300px !important;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0; } }

@media all and (max-width: 400px) {
  .galleries-single .galleries-single-download {
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
  }
  .galleries-single .galleries-single-download button.download_manual {
    width: 38px;
    height: 38px;
    margin-right: 10px;
  } }

.single-galleries .feedback .wpcf7-response-output {
  display: block !important; }

.galleries-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 64px;
  gap: 40px;
}

.galleries-gallery .galleries-gallery-item {
  position: relative;
  width: calc(33% - 23px);
  height: 361px;
  overflow: hidden;
}

.galleries-gallery .galleries-gallery-item:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
  background-color: transparent;
  z-index: 1; }

.galleries-gallery .galleries-gallery-item:after {
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: 1;
  width: 36px;
  content: '';
  height: 36px;
  display: block;
  position: absolute;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url("../svg/icon-magnify.svg") no-repeat center top/cover; }

.galleries-gallery .galleries-gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  object-fit: cover;
}

.galleries-gallery .galleries-gallery-item .cb {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1;
  width: 42px;
  height: 42px; }

.galleries-gallery .galleries-gallery-item .cb svg {
  width: 100%;
  height: 100%; }

.galleries-gallery .galleries-gallery-item .cb svg .svg-icon-check-group-1 {
  fill: #e1ffff; }

.galleries-gallery .galleries-gallery-item .cb svg .svg-icon-check-group-2 {
  fill: rgba(255, 255, 255, 0); }

.galleries-gallery .galleries-gallery-item .cb.active svg .svg-icon-check-group-1 {
  fill: rgba(225, 255, 255, 0); }

.galleries-gallery .galleries-gallery-item .cb.active svg .svg-icon-check-group-2 {
  fill: white; }

.galleries-gallery .galleries-gallery-item:hover:before {
  background-color: rgba(0, 0, 0, 0.5); }

.galleries-gallery .galleries-gallery-item:hover:after {
  opacity: 1; }

.galleries-gallery .galleries-gallery-item:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

.manual-popup {
  position: absolute;
  width: 720px;
  margin: 0 0 0 -360px;
  left: 50%;
  top: 125px;
  background: white;
  z-index: 1111;
  padding: 55px 50px;
  display: none;
  box-shadow: 0 0px 50px 10px #00000021;
}

.manual-popup .close {
  background: url("../images/icons-s051b96bbcf.png") 0 -1708px no-repeat;
  display: block;
  height: 15px;
  width: 16px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px; }

.manual-popup .close:hover {
  background: url("../images/icons-s051b96bbcf.png") 0 -1593px no-repeat;
  display: block;
  height: 15px;
  width: 16px; }

@media all and (max-width: 767px) {
  .manual-popup {
    position: fixed;
    width: auto;
    margin: -272px 0 0 0;
    left: 10px;
    right: 10px;
    top: 50%;
    padding: 30px 10px 30px; } }

.download-popup {
  position: absolute;
  width: 640px;
  margin: 0 0 0 -320px;
  left: 50%;
  top: 125px;
  background: white;
  z-index: 1111;
  padding: 55px 50px;
  display: none;
  box-shadow: 0 0px 50px 10px #00000021;
}

.download-popup .close {
  background: url("../images/icons-s051b96bbcf.png") 0 -1708px no-repeat;
  display: block;
  height: 15px;
  width: 16px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px; }

.download-popup .close:hover {
  background: url("../images/icons-s051b96bbcf.png") 0 -1593px no-repeat;
  display: block;
  height: 15px;
  width: 16px; }

.download-popup .feedback {
  float: left;
  width: 100%;
  font: 20px/30px "Montserrat";
  text-align: center; }

.download-popup .feedback > p {
  margin: 22px 0 44px;
  float: left;
  width: 100%; }

.download-popup .feedback .field {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 17px;
  text-align: left; }

.download-popup .feedback input, .download-popup .feedback textarea {
  background: whitesmoke;
  width: 100%;
  height: 41px;
  padding: 0 20px;
  font: 16px "Montserrat";
  border: 1px solid #e2e2e2; }

.download-popup .feedback textarea {
  resize: none;
  height: 206px; }

.download-popup .feedback .button {
  display: inline-block;
  background: #066db5;
  height: 41px;
  color: white;
  position: relative;
  font: 16px/16px "Montserrat";
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 16px;
  padding: 0 57px; }

.download-popup .feedback .button:hover:after {
  content: '';
  position: absolute;
  height: 4px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #201b6d; }

.wpcf7-response-output {
  /** Remove wpcf7 respond block for all wpcf7 forms ! */
   }

@media all and (max-width: 767px) {
  .download-popup {
    position: fixed;
    width: auto;
    margin: -272px 0 0 0;
    left: 10px;
    right: 10px;
    top: 50%;
    padding: 30px 10px 30px; }
  .download-popup .feedback {
    font-size: 16px;
    line-height: 22px; }
  .download-popup .feedback > p {
    margin: 22px 0 20px; }
  .download-popup .feedback > p br {
    display: none; }
  .download-popup .feedback .field {
    margin-bottom: 10px; } }

.galleries-lightbox .fancybox-skin .fancybox-outer .fancybox-inner img.fancybox-image {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.galleries-lightbox .fancybox-skin .fancybox-close {
  right: 12px;
  top: 12px;
  background: transparent url("../images/fancy-close-white.png") no-repeat center; }

@media all and (min-width: 1450px) {
  .galleries-gallery .galleries-gallery-item {
  }
  .galleries-gallery .galleries-gallery-item:nth-of-type(3n) {
    margin-right: 0; } }

@media all and (min-width: 640px) and (max-width: 1449px) {
  .galleries-gallery .galleries-gallery-item {
    width: calc(50% - 20px);
    height: auto;
    margin-right: 20px; }
  .galleries-gallery .galleries-gallery-item:nth-of-type(2n) {
    margin-right: 0; } }

@media all and (min-width: 300px) and (max-width: 639px) {
  .galleries-gallery .galleries-gallery-item {
    width: 100%;
    height: auto; } }

/**
 * Posters styles
 */
.posters-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto; }

.posters-wrapper .posters-item {
  position: relative;
  width: 372px;
  height: 519px; }

.posters-wrapper .posters-item img {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #e8e8e8; }

.posters-items-inners-item {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff; }

.posters-items-inners-item .posters-items-inners-item-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0; }

.posters-items-inners-item .posters-items-inners-item-image img {
  display: block;
  width: 100%;
  height: 100%; }

.posters-items-inners-item .posters-items-inners-item-content {
  width: 689px;
  height: 694px;
  overflow: hidden;
  margin-left: 20px;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 48px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0; }

.posters-items-inners-item .posters-items-inners-item-content .item-content-title {
  color: #000000;
  font-size: 28px;
  padding: 12px 0;
  font-family: 'Montserrat', sans-serif; }

.posters-items-inners-item .posters-items-inners-item-content .item-content-text {
  color: #000000;
  margin: 12px 0;
  font-size: 21px;
  font-family: 'Montserrat', sans-serif; }

.post-type-archive-posters .fancybox-overlay {
  width: 100% !important; }

.posters-lightbox .fancybox-skin {
  background: transparent; }

.posters-lightbox .fancybox-close {
  right: 12px;
  top: 12px;
  opacity: 0.35;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in; }

.posters-lightbox .fancybox-close:hover {
  opacity: 0.75; }

@media all and (min-width: 1450px) {
  .posters-wrapper {
    padding-top: 42px; }
  .posters-wrapper .posters-item {
    margin-right: 42px;
    margin-bottom: 42px; }
  .posters-wrapper .posters-item:nth-of-type(3n) {
    margin-right: 0; }
  .posters-items-inners-item .posters-items-inners-item-image {
    width: 491px;
    height: 694px; } }

@media all and (min-width: 640px) and (max-width: 1449px) {
  .posters-wrapper {
    width: 640px; }
  .posters-wrapper .posters-item {
    width: 300px;
    height: 419px;
    margin: 10px; }
  .posters-items-inners-item {
    width: 620px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .posters-items-inners-item .posters-items-inners-item-image {
    width: 100%;
    height: auto; }
  .posters-items-inners-item .posters-items-inners-item-content {
    width: 100%;
    height: auto;
    overflow: scroll;
    display: block;
    padding: 0 12px;
    margin: 0; }
  .posters-items-inners-item .posters-items-inners-item-content .item-content-title {
    font-size: 18px;
    line-height: 1.4; }
  .posters-items-inners-item .posters-items-inners-item-content .item-content-text {
    font-size: 18px;
    line-height: 1.4;
    padding-bottom: 24px; } }

@media all and (min-width: 300px) and (max-width: 639px) {
  .posters-wrapper {
    width: 320px; }
  .posters-wrapper .posters-item {
    width: 320px;
    height: 446px;
    margin: 10px 0; }
  .fancybox-skin {
    height: calc(100% - 20px); }
  .fancybox-skin .fancybox-outer {
    width: 320px; }
  .posters-items-inners-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 320px; }
  .posters-items-inners-item .posters-items-inners-item-content {
    margin-left: 0;
    display: block;
    width: 320px;
    height: auto; }
  .posters-items-inners-item .posters-items-inners-item-content .item-content-title {
    font-size: 16px;
    line-height: 1.4; }
  .posters-items-inners-item .posters-items-inners-item-content .item-content-text {
    font-size: 16px;
    line-height: 1.4;
    padding-bottom: 24px; } }

.posters-lightbox .fancybox-prev {
  left: auto;
  right: 100%;
  width: 100%;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in; }

.posters-lightbox .fancybox-next {
  right: auto;
  left: 100%;
  width: 100%;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in; }

.posters-lightbox .fancybox-prev span {
  left: auto;
  right: 0;
  margin-right: 12px;
  background: url("../images/icon-prev-fancy.png") no-repeat center; }

.posters-lightbox .fancybox-next span {
  right: auto;
  left: 0;
  margin-left: 12px;
  background: url("../images/icon-next-fancy.png") no-repeat center; }

/*oshka*/
body.post-type-archive-posters .about-banner {
  background-position: left !important; }

@media (min-width: 1280px) and (max-width: 1580px) {
  body.post-type-archive-posters .about-banner {
    height: 520px;
    background-position-x: right;
    padding-top: 40px; } }

@media (min-width: 1280px) and (max-width: 1380px) {
  body.header-fixed .header .main-menu a, body.inner .header .main-menu a {
    padding: 35px 16px 0; } }

/* body.index .header .main-menu li {margin: 85px 20px 0;} */
body:not(.home) #menu-main-menu #menu-item-2784 {
  display: none; }

/**
 * RTL Styles for news
 */
body.rtl .news-item-grid .news-item .news-item-inner .type {
  float: right; }
body.rtl .news-item-grid .news-item .news-item-inner .type span {
  float: right; }

body.rtl .news-item-grid .news-item .news-item-inner .title {
  text-align: initial; }

body.rtl .news-item-grid .news-item .news-item-inner .date {
  text-align: initial; }

body.search-results .post {
  margin: 40px 0; }
body.search-results .post a {
  font-size: 24px;
  color: #3b5998; }

body.search-results strong.search-excerpt {
  color: blue;
  background-color: yellow; }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*new link on main page*/
body.index .header .menu-main-menu-container li:nth-child(8) a:before, body.index .header .menu-short-menu-fr-container li:nth-child(5) a:before, body.index .header .menu-short-menu-container li:nth-child(4) a:before {
  background-image: url("../images/icons/repatriation_grey.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  height: 108px;
  width: 95px; }

body.index .header .menu-main-menu-container li:nth-child(8) a:hover:before, body.index .header .menu-short-menu-fr-container li:nth-child(5) a:hover:before, body.index .header .menu-short-menu-container li:nth-child(4) a:hover:before {
  background-image: url("../images/icons/repatriation.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  height: 108px;
  width: 95px; }

@media (min-width: 1280px) and (max-width: 1680px) {
  body.index .header .main-menu li a {
    font-size: 16px;
    padding: 35px 11px 0; } }