@charset "UTF-8";
h1 {
  font-family: "BebasNeue";
  font-size: 48px;
  line-height: 57px;
  font-weight: normal;
  color: #262626;
}

p {
  color: #262626;
}

a {
  color: #FA8C16;
}

@font-face {
  font-family: "BebasNeue";
  src: url("../fonts/Bebas_Neue/BebasNeue-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "BebasNeueBook";
  src: url("../fonts/Bebas_Neue/BebasNeue-Book.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "DMSans";
  src: url("../fonts/DMSans/DMSans-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "DMSansBold";
  src: url("../fonts/DMSans/DMSans-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "DMSans";
}

@media (min-width: 768px) and (max-width: 1279px) {
  header {
    height: 56px;
  }
}
@media (max-width: 767px) {
  header {
    height: 56px;
  }
}

.container {
  padding-top: 100px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .container {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .container {
    padding-top: 0;
  }
}

.list-menu .submenu {
  display: none;
}
.list-menu .submenu li {
  margin-bottom: 8px;
}
.list-menu .submenu li:last-child {
  margin-bottom: 0;
}
.list-menu .submenu li a {
  font-family: "DMSans";
  font-size: 14px;
  line-height: 18px;
  color: #262626;
}
.list-menu:hover .submenu {
  display: block;
  position: absolute;
  background: white;
  color: #000000;
  z-index: 99999;
  border-radius: 8px;
  border: 1px solid #E8E8E8;
  padding: 16px;
  box-sizing: border-box;
}

.sublist {
  padding-left: 16px !important;
  padding-top: 8px !important;
}

.donate-list {
  padding-top: 40px !important;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .donate-list {
    margin: 0 !important;
    margin-bottom: 40px !important;
  }
}

.title {
  font-family: "BebasNeue";
}

.info-slide {
  position: absolute;
  top: 0;
  padding: 24px 32px;
  width: 337px;
}
.info-slide .title {
  color: #ffffff;
  font-size: 48px;
  line-height: 54px;
}
@media (max-width: 767px) {
  .info-slide .title {
    font-size: 40px;
    line-height: 45px;
  }
}
.info-slide .description {
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
  margin-top: 4px;
  margin-bottom: 24px;
}
.info-slide .button-orange {
  font-size: 18px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .info-slide {
    width: auto;
    padding: 16px;
  }
}

.button-transparent {
  background: none;
  border-radius: 50px;
  font-family: "BebasNeue";
  font-size: 24px;
  line-height: 27px;
  color: #FA8C16;
  padding: 10px 16px;
  display: inline-flex;
  text-decoration: none;
  border: 1px solid #E8E8E8;
}
.button-transparent:hover {
  color: #FFA940;
}
.button-transparent:active {
  color: #D46B08;
}

.button-orange {
  background: #FA8C16;
  border-radius: 50px;
  font-family: "BebasNeue";
  font-size: 24px;
  line-height: 27px;
  color: #ffffff;
  padding: 10px 16px;
  display: inline-flex;
  text-decoration: none;
}
.button-orange:hover {
  background: #FFA940;
}
.button-orange:active {
  background: #D46B08;
}
.button-orange:disabled {
  background: #F5F5F5;
  color: #BFBFBF;
  cursor: default;
}

.external-link {
  width: 16px;
  height: 16px;
  background: url("../img/link-icon.svg");
  display: inline-block;
  margin-left: 4px;
  background-position: 0px 2px;
}

.top-navbar {
  border-bottom: 1px solid #E8E8E8;
  display: flex;
  align-items: center;
}

.top-navbar-wrapper {
  font-family: "DMSans";
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1160px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .top-navbar-wrapper {
    display: none;
  }
}
@media (max-width: 767px) {
  .top-navbar-wrapper {
    display: none;
  }
}

.top-navbar-list-tel-wrapper {
  display: flex;
  align-items: center;
}

.jewish-calendar {
  font-size: 14px;
  color: #595959;
  text-decoration: none;
  line-height: 18px;
}

.hamburger-menu {
  width: 32px;
  height: 32px;
  background: url("../img/hamburger.svg") 100% 100% no-repeat;
  background-position: 4px 7px;
  margin-right: 24px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .hamburger-menu {
    margin-right: 16px;
  }
}

.logo-menu-wrap {
  display: flex;
  align-items: center;
}

.logo {
  display: flex;
}
.logo img {
  width: 171px;
  height: 37px;
}
@media (max-width: 767px) {
  .logo img {
    width: 142px;
    height: 30px;
  }
}

.telephone {
  font-size: 14px;
  color: #595959;
  text-decoration: none;
  line-height: 18px;
}

.donate-button-item {
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  padding: 7px 16px;
  margin-left: 16px;
}

.profile-button {
  width: 32px;
  height: 32px;
  background: url("../img/profile-icon.svg");
  margin-left: 16px;
}

.top-navbar-list ul {
  list-style-type: none;
  display: flex;
  margin: 9px 0;
}
.top-navbar-list ul li {
  margin-right: 16px;
}
.top-navbar-list ul a {
  font-size: 14px;
  color: #595959;
  text-decoration: none;
  line-height: 18px;
}
.top-navbar-list ul a:hover {
  color: #262626;
}

.navbar-wrapper {
  position: fixed;
  transform: translateY(0);
  transition: transform 0.3s ease-in-out;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  z-index: 9999;
}
.navbar-wrapper.hide {
  transform: translateY(-100%);
}
@media (min-width: 768px) and (max-width: 1279px) {
  .navbar-wrapper {
    position: relative;
    transform: inherit;
    transition: transform 0.3s ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    z-index: 9999;
  }
}
@media (max-width: 767px) {
  .navbar-wrapper {
    position: relative;
    transform: inherit;
    transition: transform 0.3s ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    z-index: 9999;
  }
}

.navbar {
  display: flex;
  align-items: center;
  width: 1160px;
  margin: 0 auto;
  justify-content: space-between;
  z-index: 100;
  background: #ffffff;
}
.navbar .wrapper-navbar {
  width: 1160px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.navbar.show {
  transform: translateY(0);
}
@media (min-width: 768px) and (max-width: 1279px) {
  .navbar {
    width: auto;
    padding: 12px 16px;
    position: fixed;
    background: #ffffff;
    top: 0;
    box-sizing: border-box;
    width: 100%;
    height: 56px;
    z-index: 9999;
  }
}
@media (max-width: 767px) {
  .navbar {
    width: auto;
    padding: 12px 16px;
    position: fixed;
    background: #ffffff;
    top: 0;
    box-sizing: border-box;
    width: 100%;
    height: 56px;
    z-index: 9999;
  }
}

.navbar-list {
  font-family: "BebasNeue";
  display: flex;
  align-items: center;
}
.navbar-list.hide {
  visibility: hidden;
}
.navbar-list ul {
  list-style-type: none;
  display: flex;
}
.navbar-list ul li {
  margin-right: 16px;
}
.navbar-list ul li:last-child {
  margin-right: 0;
}
.navbar-list ul li a {
  font-size: 24px;
  color: #262626;
  text-decoration: none;
  line-height: 28px;
}
.navbar-list ul li a:hover {
  color: #FA8C16;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .navbar-list ul {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-list ul {
    display: none;
  }
}

/* Full Menu */
.full-menu {
  width: 100%;
  position: absolute;
  top: 100px;
  height: 100%;
  z-index: 9999;
  left: 0;
  bottom: 0;
  display: none;
}

.open-menu {
  display: block;
}
@media (max-width: 767px) {
  .open-menu {
    overflow: auto;
  }
}

.menu-title-list-column {
  font-family: "BebasNeue";
  color: #262626;
  font-size: 20px;
  text-decoration: none;
  line-height: 22px;
  list-style-type: none;
}

.wrap-full-menu {
  background: #ffffff;
  padding: 40px 0;
  min-height: 534px;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .wrap-full-menu {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .wrap-full-menu {
    display: none;
  }
}

.menu-columns {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 1160px;
}
.menu-columns ul {
  padding: 0;
  width: 200px;
}
.menu-columns ul li {
  list-style-type: none;
  margin-bottom: 8px;
}
.menu-columns ul li a {
  font-family: "DMSans";
  font-size: 14px;
  color: #8C8C8C;
  text-decoration: none;
  line-height: 18px;
}
.menu-columns ul li a:hover {
  color: #595959;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .menu-columns ul {
    width: 208px;
    margin: 0px 14px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .menu-columns {
    width: auto;
    padding: 0 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: normal;
  }
}

.hamburger-menu.isActive {
  background-position: -24px 7px;
}

/* Main block*/
.main-block {
  display: flex;
  justify-content: space-between;
  width: 1160px;
  margin: 0 auto;
  padding: 16px 0 32px 0;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .main-block {
    width: auto;
  }
}
@media (max-width: 767px) {
  .main-block {
    width: 100%;
  }
}

.donate-block {
  background: #13C2C2;
  border-radius: 16px;
  width: 284px;
  padding: 28px;
  box-sizing: border-box;
}
.donate-block img {
  padding-bottom: 20px;
  width: 80px;
  height: 80px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .donate-block {
    display: none;
  }
}
@media (max-width: 767px) {
  .donate-block {
    display: none;
  }
}

.title-donate-block {
  font-family: "BebasNeue";
  font-size: 40px;
  line-height: 45px;
  color: #FFFFFF;
}

.description-donate-block {
  color: #B5F5EC;
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 20px;
}

.donate-button {
  background: #006D75;
  border-radius: 50px;
  font-family: "BebasNeue";
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  padding: 10px 16px;
  display: inline-flex;
  text-decoration: none;
}

.count-supported {
  padding-top: 16px;
  color: #E6FFFB;
}

.events-block {
  width: 1160px;
  margin: 0 auto;
  padding: 16px 0;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .events-block {
    width: auto;
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .events-block {
    width: auto;
    padding: 16px;
  }
}

.title-events-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 40px;
  align-items: center;
}
@media (max-width: 767px) {
  .title-events-wrap {
    padding-bottom: 16px;
  }
}

.title-events {
  font-family: "BebasNeue";
  font-size: 40px;
  line-height: 45px;
  color: #262626;
}

.all-events {
  color: #262626;
  text-decoration: none;
  font-size: 20px;
  line-height: 26px;
}
.all-events:hover {
  color: #050505;
}

.events-list {
  display: flex;
  flex-direction: column;
}

.event-item {
  padding: 32px 0;
  border-top: 1px solid #E8E8E8;
  display: flex;
  justify-content: space-between;
}
.event-item .date {
  display: flex;
  width: 160px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .event-item .date {
    display: none;
  }
}
@media (max-width: 767px) {
  .event-item .date {
    width: auto;
  }
}
.event-item .date-tablet {
  font-size: 16px;
  line-height: 24px;
  display: none;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .event-item .date-tablet {
    display: block;
  }
}
@media (max-width: 767px) {
  .event-item .date-tablet {
    display: none;
  }
}
.event-item .image-block {
  margin: 0 40px;
  width: 260px;
  height: 180px;
  background: #FAFAFA;
  border-radius: 8px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .event-item .image-block {
    margin: 0 40px 0 0;
  }
}
@media (max-width: 767px) {
  .event-item .image-block {
    display: none;
  }
}
@media (max-width: 767px) {
  .event-item {
    flex-direction: column;
    padding: 17px 0 32px 0;
  }
}

.event-place {
  width: 160px;
}
@media (max-width: 767px) {
  .event-place {
    width: auto;
  }
}

.week-day {
  margin-left: 14px;
  font-size: 16px;
  line-height: 20px;
  color: #262626;
  width: 102px;
}
.week-day .weekday {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .week-day .week {
    padding-left: 6px;
  }
}
@media (max-width: 767px) {
  .week-day {
    padding-left: 6px;
    width: auto;
    display: flex;
    margin: 0;
  }
}

.title-event-item {
  font-family: "BebasNeue";
  font-size: 34px;
  line-height: 38px;
  color: #262626;
  margin-bottom: 4px;
}

.date-number {
  font-family: "BebasNeueBook";
  font-size: 64px;
  line-height: 73px;
}
@media (max-width: 767px) {
  .date-number {
    font-family: "DMSans";
    font-size: 16px;
    line-height: 20px;
  }
}

.tag-block {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 26px;
}
.tag-block .tag {
  border-radius: 8px;
  padding: 6px 12px;
  color: #262626;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  border: 1px solid #E8E8E8;
  margin-right: 4px;
  margin-bottom: 4px;
}
.tag-block .tag:last-child {
  margin-right: 0;
}
.tag-block .tag:hover {
  opacity: 0.8;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .tag-block {
    padding: 16px 0;
  }
}
@media (max-width: 767px) {
  .tag-block {
    padding: 16px 0;
  }
}

.time-block {
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 8px;
}
@media (max-width: 767px) {
  .time-block {
    padding-top: 16px;
  }
}

.place-block {
  font-size: 16px;
  line-height: 20px;
  color: #8C8C8C;
}

.description-event-block-wrap {
  display: flex;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .description-event-block-wrap {
    flex-direction: column;
    width: 59%;
  }
}
@media (max-width: 767px) {
  .description-event-block-wrap {
    flex-direction: column;
  }
}

.description-event-block {
  width: 460px;
  padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .description-event-block {
    width: auto;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .description-event-block {
    width: auto;
    padding-right: 0;
  }
}

.description-event {
  overflow: hidden;
  text-overflow: ellipsis;
  height: 67px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.link-event {
  text-decoration: none;
  color: #262626;
}
.link-event:hover {
  color: #595959;
}
.link-event:hover .title-event-item {
  color: #595959;
}

/* Programs */
.programs-block {
  background-image: linear-gradient(rgb(255, 169, 64), rgb(250, 140, 22));
}

.programs-wrap {
  width: 1160px;
  margin: 0 auto;
  padding: 56px 0;
}
.programs-wrap .title {
  color: #ffffff;
  font-size: 40px;
  line-height: 45px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .programs-wrap {
    padding: 24px 16px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .programs-wrap {
    padding: 24px 16px;
    width: auto;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .scroll-programs {
    overflow: hidden;
    height: 354px;
    margin-right: -16px;
  }
}
@media (max-width: 767px) {
  .scroll-programs {
    overflow: hidden;
    height: 354px;
    margin-right: -16px;
  }
}

.list-programs {
  padding-top: 32px;
  display: flex;
  overflow: auto;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .list-programs {
    padding-bottom: 0;
    padding-right: 16px;
  }
}

.list-programs::-webkit-scrollbar {
  width: 5px;
}

.list-programs::-webkit-scrollbar-track {
  border: 5px solid transparent;
  background-clip: content-box;
  background-color: rgba(0, 0, 0, 0.5137254902);
  border-radius: 8px;
  width: 5px;
}

.list-programs::-webkit-scrollbar-thumb {
  border: 5px solid transparent;
  background-clip: content-box;
  background-color: #ffffff;
  border-radius: 8px;
  width: 5px;
  cursor: grab;
}

.program-item {
  display: flex;
  width: 260px;
  position: relative;
  margin-right: 16px;
  border-radius: 16px;
}
.program-item:after {
  background: rgba(40, 40, 40, 0.42);
  bottom: 0;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  border-radius: 16px;
}
.program-item:last-child {
  margin-right: 0;
}

.program-item img {
  border-radius: 16px;
  overflow: hidden;
}

.program-item p {
  position: absolute;
  bottom: 16px;
  margin: 0;
  left: 24px;
  font-family: "BebasNeue";
  color: #ffffff;
  font-size: 28px;
  line-height: 32px;
  z-index: 999;
}

/* Block about */
.about-block {
  width: 760px;
  margin: 0 auto;
  padding: 80px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .about-block {
    width: auto;
    padding: 40px 16px;
  }
}

.about-block .title {
  font-size: 40px;
  line-height: 45px;
}

.about-block .description {
  font-size: 20px;
  line-height: 26px;
  margin-top: 8px;
  margin-bottom: 32px;
}

/* Daily Thought */
.daily-thought-block-wrap {
  width: 1160px;
  margin: 0 auto;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  padding: 56px 0;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .daily-thought-block-wrap {
    width: auto;
    padding: 40px 16px;
  }
}
@media (max-width: 767px) {
  .daily-thought-block-wrap {
    width: auto;
    padding: 40px 16px;
    flex-direction: column;
  }
}

.daily-thought-block-wrap .title {
  font-size: 40px;
  line-height: 45px;
}
@media (max-width: 767px) {
  .daily-thought-block-wrap .title {
    padding-bottom: 24px;
  }
}

.daily-thought-block-wrap .right-column {
  width: 860px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .daily-thought-block-wrap .right-column {
    width: auto;
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .daily-thought-block-wrap .right-column {
    width: auto;
  }
}

.daily-thought-block-wrap .description {
  font-size: 24px;
  line-height: 31px;
}
@media (max-width: 767px) {
  .daily-thought-block-wrap .description {
    font-size: 20px;
    line-height: 26px;
  }
}

.daily-thought-block-wrap .date-publishing {
  color: #8C8C8C;
  margin-top: 16px;
  font-size: 20px;
  line-height: 26px;
}

/* Holydays */
.holydays-block {
  width: 1160px;
  margin: 0 auto;
  padding: 56px 0;
  border-bottom: 1px solid #E8E8E8;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .holydays-block {
    width: auto;
    flex-direction: column;
    padding: 40px 16px;
  }
}
@media (max-width: 767px) {
  .holydays-block {
    width: auto;
    flex-direction: column;
    padding: 40px 16px;
  }
}

.holydays-block .title {
  font-size: 40px;
  line-height: 45px;
}
@media (max-width: 767px) {
  .holydays-block .title {
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .holydays-block .title br {
    display: none;
  }
}

.holydays-block .right-column {
  width: 860px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .holydays-block .right-column {
    width: auto;
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .holydays-block .right-column {
    width: auto;
  }
}

.up-line {
  display: flex;
  justify-content: space-between;
  padding-bottom: 32px;
}
@media (max-width: 767px) {
  .up-line {
    flex-direction: column;
  }
}

.title-up-line {
  font-family: "BebasNeue";
  font-size: 28px;
  line-height: 32px;
}
.title-up-line a {
  color: #FA8C16;
}

.title-up-description {
  font-size: 18px;
  line-height: 24px;
  color: #FA8C16;
}

.down-line-wrap {
  display: flex;
  width: 560px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .down-line-wrap {
    margin-bottom: 32px;
    width: auto;
  }
}

.down-line {
  border-top: 1px solid #E8E8E8;
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .down-line {
    flex-direction: column;
  }
}

.down-line-column-last {
  width: 260px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.down-line-column-last .text-reading-torah {
  font-size: 18px;
  line-height: 24px;
  color: #262626;
}
.down-line-column-last .title-pinchas {
  font-family: "BebasNeue";
  font-size: 28px;
  line-height: 32px;
  color: #262626;
  display: flex;
}
.down-line-column-last .title-pinchas a {
  color: #FA8C16;
}
.down-line-column-last .title-pinchas i {
  width: 16px;
  height: 16px;
  background: url("../img/link-icon.svg");
  display: inline-block;
  margin-left: 4px;
  background-position: 0px 2px;
}
@media (max-width: 767px) {
  .down-line-column-last .title-pinchas {
    padding-top: 16px;
  }
}
.down-line-column-last .down-line-numbers {
  font-size: 18px;
  line-height: 23px;
  color: #FA8C16;
}
.down-line-column-last .down-line-numbers i {
  width: 16px;
  height: 16px;
  background: url("../img/link-icon.svg");
  display: inline-block;
  margin-left: 4px;
  background-position: 0px 2px;
}
@media (max-width: 767px) {
  .down-line-column-last {
    border-top: 1px solid #E8E8E8;
    padding-top: 24px;
    width: auto;
  }
}

.down-line-column {
  width: 260px;
}
.down-line-column .title-down-line {
  font-size: 18px;
  line-height: 24px;
  color: #262626;
}
.down-line-column .title-down-line .date {
  font-size: 18px;
  line-height: 24px;
  color: #262626;
}
.down-line-column .time {
  font-family: "BebasNeueBook";
  font-size: 64px;
  line-height: 74px;
  color: #FA8C16;
}

.down-line-column-numbers {
  font-family: "BebasNeue";
  font-size: 34px;
  line-height: 38px;
  color: #FA8C16;
}

.candle-lighting-times {
  display: flex;
  align-items: center;
  width: 410px;
}
@media (max-width: 767px) {
  .candle-lighting-times {
    margin-bottom: 24px;
    width: auto;
  }
}

.candle-lighting-times:last-child {
  margin-bottom: 0;
}

.candle-lighting-times img {
  width: 56px;
  height: 56px;
  margin-right: 24px;
}

/* Gallery */
.gallery-block {
  width: 1160px;
  margin: 0 auto;
  padding: 40px 0;
  border-bottom: 1px solid #E8E8E8;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gallery-block {
    padding: 40px 16px;
    width: auto;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .gallery-block {
    padding: 40px 16px;
    width: auto;
    overflow: hidden;
  }
}

.gallery-block .title {
  font-size: 40px;
  line-height: 45px;
}

.gallery-block .gallery {
  display: flex;
  padding-top: 24px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gallery-block .gallery {
    overflow: auto;
    height: 270px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .gallery-block .gallery {
    overflow: auto;
    height: 270px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .scroll-gallery {
    overflow: hidden;
    height: 290px;
    margin-right: -16px;
  }
}
@media (max-width: 767px) {
  .scroll-gallery {
    overflow: hidden;
    height: 290px;
    margin-right: -16px;
  }
}

.image-block img {
  width: 260px;
  height: 180px;
  border-radius: 8px;
}

.image-block {
  position: relative;
  display: flex;
}

.image-block span {
  position: absolute;
  right: 8px;
  top: 8px;
  background: #050505;
  opacity: 0.8;
  color: #ffffff;
  border-radius: 25px;
  padding: 4px 10px;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
}

.image-block span i {
  width: 16px;
  height: 16px;
  background: url("../img/camera-icon.svg") 100% 100% no-repeat;
  margin-right: 8px;
}

.gallery-item .date {
  font-size: 14px;
  line-height: 18px;
  color: #8C8C8C;
}

.gallery-item {
  text-decoration: none;
  margin-right: 40px;
}
.gallery-item:last-child {
  margin-right: 0;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gallery-item {
    margin-right: 16px;
  }
}
@media (max-width: 767px) {
  .gallery-item {
    margin-right: 16px;
  }
}

.title-gallery-item {
  font-family: "BebasNeue";
  font-size: 24px;
  line-height: 28px;
  margin-top: 12px;
  margin-bottom: 4px;
  color: #262626;
}

/* Subscribe Block */
.subscribe-block {
  width: 1160px;
  background: #FAFAFA;
  border-radius: 16px;
  margin: 40px auto;
  padding: 40px;
  box-sizing: border-box;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .subscribe-block {
    padding: 24px;
    width: auto;
    margin: 40px 16px;
  }
}
@media (max-width: 767px) {
  .subscribe-block {
    padding: 24px;
    width: auto;
    margin: 40px 16px;
  }
}

.subscribe-block-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .subscribe-block-wrap {
    flex-direction: column;
    align-items: inherit;
  }
}
@media (max-width: 767px) {
  .subscribe-block-wrap {
    flex-direction: column;
    align-items: inherit;
  }
}

.subscribe-title {
  font-family: "BebasNeue";
  font-size: 40px;
  line-height: 45px;
}

.input-wrap input {
  width: 433px;
  height: 48px;
  box-sizing: border-box;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  margin-right: 16px;
  padding: 13px 12px;
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .input-wrap input {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .input-wrap input {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 16px;
  }
}

.subscribe-block-wrap .button-orange {
  border: none;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .subscribe-block-wrap .button-orange {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .subscribe-block-wrap .button-orange {
    width: 100%;
    text-align: center;
    display: block;
  }
}

.subscribe-block-wrap button:hover {
  background: #FFA940;
}

.subscribe-block-wrap button:active {
  background: #D46B08;
}

/* Footer */
footer {
  background: #050505;
}

.footer-container {
  width: 1160px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 24px 0;
}
.footer-container .right-column ul {
  width: 160px;
}
.footer-container .right-column ul li {
  margin-bottom: 8px;
}
.footer-container .right-column ul li a {
  font-size: 14px;
  color: #8C8C8C;
  text-decoration: none;
  line-height: 18px;
}
.footer-container .right-column ul li a:hover {
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .footer-container .right-column ul {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer-container .right-column ul {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .footer-container {
    width: auto;
    padding: 24px 16px;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .footer-container {
    width: auto;
    padding: 24px 16px;
    flex-direction: column;
  }
  .footer-container .mobile-menu {
    margin-bottom: 0;
  }
}

.footer-container .left-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-container .right-column {
  display: flex;
  font-family: "DMSans";
}
@media (min-width: 768px) and (max-width: 1279px) {
  .footer-container .right-column {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .footer-container .right-column {
    margin-top: 16px;
  }
}

.title-list-column {
  font-family: "BebasNeue";
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  line-height: 22px;
  list-style-type: none;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .logo-white {
    display: none;
  }
}
@media (max-width: 767px) {
  .logo-white {
    display: none;
  }
}

.logo-white img {
  width: 171px;
  height: 37px;
}

.contact-block {
  font-family: "DMSans";
  font-size: 16px;
  color: #8C8C8C;
  text-decoration: none;
  width: 360px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .contact-block {
    width: auto;
  }
}

.address-title, .phone-title {
  margin-bottom: 4px;
}

.address-block {
  margin-bottom: 16px;
}

.copyright-block {
  margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .copyright-block {
    display: none;
  }
}
@media (max-width: 767px) {
  .copyright-block {
    display: none;
  }
}

.copyright-block-mobile {
  color: #8C8C8C;
  display: none;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .copyright-block-mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  .copyright-block-mobile {
    display: block;
  }
}

.phone-string, .address-description {
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: none;
  line-height: 20px;
}

.footer-social-list {
  display: flex;
  margin-top: 16px;
}

.footer-social-list-item {
  margin-right: 16px;
  display: flex;
}

.footer-social-list-item i {
  background: url("../img/social-sprite.svg") 100% 100% no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.footer-social-list-item i:hover {
  opacity: 0.8;
}

.footer-social-list-item .footer-social-list-item-facebook {
  background-position: 2px 2px;
}

.footer-social-list-item .footer-social-list-item-instagram {
  background-position: -28px 2px;
}

.footer-social-list-item .footer-social-list-item-youtube {
  background-position: -59px 1px;
}

.footer-social-list-item .footer-social-list-item-mail {
  background-position: -90px 2px;
}

.footer-mobile-menu {
  display: none;
  color: #ffffff;
}
.footer-mobile-menu input[type=checkbox] {
  display: block;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .footer-mobile-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  .footer-mobile-menu {
    display: block;
  }
}

.mobile-menu {
  display: none;
  margin-bottom: 56px;
  background: rgba(40, 40, 40, 0.7);
  top: 56px;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  left: 0;
  bottom: 0;
}
.mobile-menu.open-menu {
  display: block;
  overflow: auto;
}
@media (max-width: 767px) {
  .mobile-menu {
    width: auto;
  }
}

.header-mobile-menu {
  background: #ffffff;
  width: auto;
  padding: 0 16px !important;
  margin: 0;
  list-style: none;
  margin-bottom: 56px;
}
.header-mobile-menu input[type=checkbox] {
  display: block;
}

.header-mobile-menu .title_block {
  color: #262626;
}

.header-mobile-menu li {
  border-bottom: 1px solid #E8E8E8 !important;
}

.header-mobile-menu li a {
  text-decoration: none;
  color: #8C8C8C;
}

.header-mobile-menu .dropdown-list ul li {
  border-bottom: 0 !important;
}

.full-menu-footer {
  display: flex;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .full-menu-footer {
    display: none;
  }
}
@media (max-width: 767px) {
  .full-menu-footer {
    display: none;
  }
}

.dropdown-list {
  position: relative;
  overflow: hidden;
  max-height: 2000px;
  opacity: 1;
  transform: translate(0, 0);
}

.dropdown-list ul li {
  border: 0;
  font-family: "DMSans";
  margin-bottom: 10px;
}

.dropdown-list ul {
  list-style-type: none;
  padding: 0;
  width: auto;
}

.dropdown-list ul li:first-child {
  border: 0;
}

.mobile-menu,
.footer-mobile-menu {
  list-style: none;
  perspective: 900;
  padding: 0;
  padding-bottom: 16px;
  margin-top: 0;
  width: 100%;
}

.mobile-menu .title_block,
.footer-mobile-menu .title_block {
  padding: 16px 0;
  margin: 0;
  font-size: 20px;
  line-height: 22px;
}

.mobile-menu li,
.footer-mobile-menu li {
  font-family: "BebasNeue";
  position: relative;
  padding: 0;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #262626;
}

.mobile-menu li:first-child,
.footer-mobile-menu li:first-child {
  border-top: 1px solid #262626;
}

.header-mobile-menu li:first-child {
  border-top: 1px solid #E8E8E8;
}

.mobile-menu li .cross-icon,
.footer-mobile-menu li .cross-icon {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 20px;
  right: 10px;
}

.mobile-menu li .cross-icon:before,
.mobile-menu li .cross-icon:after,
.footer-mobile-menu li .cross-icon:before,
.footer-mobile-menu li .cross-icon:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 16px;
  border-radius: 50px;
  transform: rotate(90deg);
}

.mobile-menu li input[type=checkbox],
.footer-mobile-menu li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.mobile-menu li .cross-icon:before,
.mobile-menu li .cross-icon:after,
.footer-mobile-menu li .cross-icon:before,
.footer-mobile-menu li .cross-icon:after {
  content: "";
  position: absolute;
  background-color: #595959;
  width: 2px;
  height: 16px;
  border-radius: 50px;
  transform: rotate(90deg);
}

.mobile-menu li input[type=checkbox]:checked ~ .dropdown-list,
.footer-mobile-menu li input[type=checkbox]:checked ~ .dropdown-list {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
}

.mobile-menu li input[type=checkbox]:checked ~ i:before,
.footer-mobile-menu li input[type=checkbox]:checked ~ i:before {
  transform: translate(0, 0) rotate(90deg);
}

.mobile-menu li input[type=checkbox]:checked ~ i:after,
.footer-mobile-menu li input[type=checkbox]:checked ~ i:after {
  transform: translate(0, 0) rotate(0deg);
}

.dropdown-list, ul li i:before, ul li .cross-icon:after {
  transition: all 0.5s ease-in-out;
}

form input {
  border: 1px solid #E8E8E8;
  width: 100%;
  border-radius: 4px;
  padding: 12px 13px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 22px;
  color: #8C8C8C;
  outline: none;
}
form input:hover {
  border-color: #FFA940;
}
form input:focus {
  border-color: #FA8C16;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  width: 1160px;
  margin: 0 auto;
  margin-top: 16px;
}
.breadcrumbs li {
  margin-right: 4px;
  padding-right: 4px;
}
.breadcrumbs li a {
  color: #8C8C8C;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
}
.breadcrumbs li a:hover {
  color: #595959;
}
.breadcrumbs li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.breadcrumbs li:after {
  content: "·";
  font-size: 20px;
  line-height: 18px;
  color: #8C8C8C;
  left: 2px;
  position: relative;
}
.breadcrumbs li:last-child:after {
  content: "";
}
@media (min-width: 768px) and (max-width: 1279px) {
  .breadcrumbs {
    width: auto;
    margin: 16px 24px 0 24px;
  }
}
@media (max-width: 767px) {
  .breadcrumbs {
    width: auto;
    margin: 8px 16px 0 16px;
  }
}

.pagination {
  padding: 0;
  margin: 0;
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  padding: 10px 0px;
  margin-top: 16px;
  margin-bottom: 40px;
}
.pagination li {
  margin-right: 4px;
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination li a, .pagination li span {
  font-family: "BebasNeue";
  font-size: 18px;
  line-height: 20px;
  color: #262626;
  text-decoration: none;
  padding: 9px 16px;
}
.pagination li span {
  background: #FFE7BA;
  border-radius: 25px;
}

.gallery-block-news {
  background: rgba(0, 0, 0, 0.5490196078);
  width: 860px;
  height: 440px;
  border-radius: 16px;
}
.gallery-block-news .swiper-slide {
  display: flex !important;
  cursor: grab;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gallery-block-news .swiper-slide img {
    width: 100%;
  }
}
.gallery-block-news .swiper-slide:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(40, 40, 40, 0.58);
  position: absolute;
}
.gallery-block-news .swiper {
  width: 860px;
  height: 440px;
  border-radius: 16px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gallery-block-news .swiper {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .gallery-block-news .swiper {
    width: 100%;
    height: auto;
  }
}
.gallery-block-news .swiper-pagination {
  display: flex;
  justify-content: start;
  margin-left: 32px;
  margin-bottom: 24px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gallery-block-news .swiper-pagination {
    display: block;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .gallery-block-news .swiper-pagination {
    display: block;
    margin: 0;
  }
}
.gallery-block-news .swiper-buttons {
  display: flex;
  position: absolute;
  top: 24px;
  right: 24px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gallery-block-news .swiper-buttons {
    display: none;
  }
}
@media (max-width: 767px) {
  .gallery-block-news .swiper-buttons {
    display: none;
  }
}
.gallery-block-news .swiper-pagination-bullet {
  border: 2px solid #ffffff;
}
.gallery-block-news .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #F9A123;
  border-color: #F9A123;
}
.gallery-block-news .swiper-button-prev {
  width: 48px !important;
  height: 48px !important;
  background: url("../img/icons/slider-arrow.svg") 100% 100% no-repeat;
  position: relative !important;
  transform: rotate(180deg);
  left: -10px !important;
  top: 22px !important;
}
.gallery-block-news .swiper-button-prev:after {
  display: none;
}
.gallery-block-news .swiper-button-next {
  width: 48px !important;
  height: 48px !important;
  background: url("../img/icons/slider-arrow.svg") 100% 100% no-repeat;
  position: relative !important;
  right: 0 !important;
  top: 22px !important;
}
.gallery-block-news .swiper-button-next:after {
  display: none;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gallery-block-news {
    width: 100%;
    height: auto;
    margin: 0 16px;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .gallery-block-news {
    width: auto;
    height: auto;
    margin: 0 8px;
    overflow: hidden;
  }
}

.wrap-gallery-swiper-block {
  padding: 40px 0;
}
@media (max-width: 767px) {
  .wrap-gallery-swiper-block {
    padding: 20px 0;
  }
}

.gallery-swiper-block {
  width: 1160px;
  margin: 0 auto;
}
.gallery-swiper-block .swiper-pagination {
  position: relative !important;
  text-align: right !important;
}
.gallery-swiper-block .swiper-gallery {
  width: 1160px;
  height: 773px;
  overflow: hidden;
  position: relative;
  border: 1px solid #E8E8E8;
}
.gallery-swiper-block .swiper-gallery .swiper-button-prev {
  width: 48px !important;
  height: 48px !important;
  background: url("../img/icons/arrow-black.svg") no-repeat center;
  background-color: #fff;
  border-radius: 25px;
}
.gallery-swiper-block .swiper-gallery .swiper-button-prev:after {
  display: none;
}
@media (max-width: 767px) {
  .gallery-swiper-block .swiper-gallery .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
  }
}
.gallery-swiper-block .swiper-gallery .swiper-slide {
  display: flex;
  justify-content: center;
  overflow: hidden;
  cursor: zoom-in;
}
.gallery-swiper-block .swiper-gallery .swiper-button-next {
  width: 48px !important;
  height: 48px !important;
  background: url("../img/icons/arrow-black.svg") no-repeat center;
  transform: rotate(180deg);
  background-color: #fff;
  border-radius: 25px;
}
.gallery-swiper-block .swiper-gallery .swiper-button-next:after {
  display: none;
}
@media (max-width: 767px) {
  .gallery-swiper-block .swiper-gallery .swiper-button-next {
    width: 40px !important;
    height: 40px !important;
  }
}
.gallery-swiper-block .swiper-gallery .description {
  font-size: 14px;
  line-height: 18px;
  color: #262626;
  margin-top: 16px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gallery-swiper-block .swiper-gallery {
    width: auto;
    height: 526px;
  }
}
@media (max-width: 767px) {
  .gallery-swiper-block .swiper-gallery {
    width: auto;
    height: 236px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gallery-swiper-block {
    padding: 0 16px;
    width: auto;
    height: auto;
  }
}
@media (max-width: 767px) {
  .gallery-swiper-block {
    padding: 0 16px;
    width: auto;
    height: auto;
  }
}

.swiper-captions {
  font-size: 14px;
  line-height: 18px;
  color: #262626;
  margin-top: 16px;
}

.wrap-text-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px !important;
}
.wrap-text-pagination .description-gallery {
  font-size: 14px;
  line-height: 18px;
  color: #262626;
}
.wrap-text-pagination .swiper-pagination {
  width: 50px;
  font-size: 14px;
  line-height: 18px;
  color: #262626;
  top: 0px;
}

.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  cursor: pointer;
  display: block;
  font-size: 22px;
  width: 48px;
  height: 48px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  outline: none;
  background: #ffffff !important;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .lg-actions .lg-next, .lg-actions .lg-prev {
    width: 40px;
    height: 40px;
  }
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 20px;
  display: flex;
  align-items: center;
  background: none;
  border: none;
}
@media (max-width: 767px) {
  .lg-actions .lg-next {
    right: 8px;
  }
}

.lg-actions .lg-next:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/icons/arrow-black.svg");
  position: absolute;
  background-size: cover;
  right: 10px;
  transform: translate(-1px, 0) rotate(180deg);
}
@media (max-width: 767px) {
  .lg-actions .lg-next:before {
    right: 7px;
  }
}

.lg-actions .lg-prev {
  left: 20px;
  display: flex;
  align-items: center;
  background: none;
  border: none;
}
@media (max-width: 767px) {
  .lg-actions .lg-prev {
    left: 8px;
  }
}

.lg-actions .lg-prev:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/icons/arrow-black.svg");
  position: absolute;
  background-size: cover;
  right: 12px;
}
@media (max-width: 767px) {
  .lg-actions .lg-prev:after {
    right: 8px;
  }
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-toolbar .lg-icon {
  color: #fff;
  cursor: pointer;
  float: right;
  line-height: 27px;
  text-align: center;
  text-decoration: none !important;
  outline: medium none;
  font-family: "ALS Hauss Book", sans-serif;
  font-size: 18px;
  line-height: 24px;
  padding: 8px 8px 8px 48px;
  position: relative;
  border-radius: 4px;
  top: 24px;
  right: 24px;
  border: none;
  box-shadow: none;
  transition: color 0.2s linear;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  padding: 8px;
  margin-left: 8px;
}
@media (max-width: 767px) {
  .lg-toolbar .lg-icon {
    top: 8px;
    right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

.lg-toolbar .lg-close:before {
  content: "";
  background-image: url("../img/icons/close-gallery.svg");
  background-size: cover;
  width: 24px;
  height: 24px;
  left: 15px;
  background-repeat: no-repeat;
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  font-family: "ALS Hauss Book", sans-serif;
  color: #000;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toggle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
  outline: medium none;
  border: none;
}

.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toggle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../../web/img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../../web/img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../../web/img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../../web/img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../../web/img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e907";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e905";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e906";
}

.lg-outer .lg-img-rotate {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
}

.lg-rotate-left:after {
  content: "\e900";
}

.lg-rotate-right:after {
  content: "\e901";
}

.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
  font-size: 26px;
}

.lg-flip-hor:after {
  content: "\e902";
}

.lg-flip-ver:after {
  content: "\e903";
}

.lg-group {
  *zoom: 1;
}

.lg-group:before, .lg-group:after {
  display: table;
  content: "";
  line-height: 0;
}

.lg-group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  outline: none;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
  z-index: 9999;
  background: white;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("../img/icons/loading.gif") no-repeat scroll center center transparent;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-download.lg-icon:after {
  content: "";
  background-image: url("../img/icons/download-icon.svg");
  background-size: cover;
  width: 24px;
  height: 24px;
  left: 15px;
  background-repeat: no-repeat;
}

.container-gallery {
  width: 1160px;
  margin: 0 auto;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .container-gallery .title {
    font-size: 34px;
    line-height: 38px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .container-gallery {
    width: auto;
    margin: 0 24px;
  }
}
@media (max-width: 767px) {
  .container-gallery {
    width: auto;
    margin: 0 16px;
  }
}
.container-gallery .gallery-item {
  margin-right: 0;
  padding-bottom: 40px;
  margin-top: 24px;
}
.container-gallery .gallery-item .title {
  font-size: 40px;
  line-height: 45px;
}
@media (max-width: 767px) {
  .container-gallery .gallery-item .title {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .container-gallery .gallery-item {
    padding-bottom: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .container-gallery .subscribe-block {
    margin: 40px 0;
  }
}
@media (max-width: 767px) {
  .container-gallery .subscribe-block {
    margin: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .container-gallery {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .container-gallery {
    padding-top: 0;
  }
}

.lightgallery {
  display: flex;
  flex-wrap: wrap;
  width: 1160px;
  margin: 0 auto;
  grid-gap: 8px;
  padding-top: 24px;
}
.lightgallery .item {
  overflow: hidden;
  border-radius: 8px;
  display: flex;
}
.lightgallery .item img {
  width: 100%;
}
@media (max-width: 767px) {
  .lightgallery .item img {
    object-fit: cover;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .lightgallery .item {
    height: auto;
    display: flex;
  }
}
@media (max-width: 767px) {
  .lightgallery .item {
    height: auto;
    break-inside: avoid;
    width: 100%;
    margin: 0 auto 8px auto;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .lightgallery {
    width: auto;
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .lightgallery {
    display: block;
    width: auto;
    column-count: 2;
    column-gap: 8px;
    column-fill: balance;
  }
}

.lg-backdrop {
  background: #ffffff;
}

.lg-prev .lg-icon,
.lg-next .lg-icon {
  width: 40px;
  height: 40px;
}
.lg-prev .lg-icon:after,
.lg-next .lg-icon:after {
  background: url(../img/arrow-slider.svg);
  background-size: cover;
  content: "";
  height: 24px;
  position: absolute;
  right: 10px;
  transform: translate(-1px) rotate(180deg);
  width: 24px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
  display: block;
  margin: auto;
  max-width: 80%;
  max-height: 80%;
}

.close-button {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
}

.title-about {
  width: 1160px;
  margin: 16px auto;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .title-about {
    width: auto;
    margin: 16px;
  }
}
@media (max-width: 767px) {
  .title-about {
    width: auto;
    margin: 16px;
    font-size: 34px;
    line-height: 38px;
  }
}

.text-about {
  font-size: 20px;
  line-height: 26px;
  color: #262626;
  width: 760px;
  margin: 80px auto;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .text-about {
    width: auto;
    margin: 80px 24px;
  }
}
@media (max-width: 767px) {
  .text-about {
    width: auto;
    margin: 24px 16px;
    font-size: 18px;
    line-height: 23px;
  }
}

.double-image {
  width: 1160px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .double-image {
    width: auto;
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .double-image {
    width: auto;
    padding: 0 16px;
    flex-direction: column;
  }
}

.double-image img {
  border-radius: 8px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .double-image img {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .double-image img {
    width: auto;
    margin-bottom: 16px;
  }
}

@media (max-width: 767px) {
  .double-image img:last-child {
    margin-bottom: 0;
  }
}

.services-block {
  width: 760px;
  margin: 80px auto;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .services-block {
    width: auto;
    margin: 80px 16px;
  }
}
@media (max-width: 767px) {
  .services-block {
    width: auto;
    margin: 24px 16px;
  }
}

.main-image img {
  width: 100%;
}

.wrap-list-services {
  /* display: flex;
  justify-content: space-between;
  @media (max-width: 767px) {
      flex-direction: column;
  } */
}

.wrap-list-services .button-transparent {
  display: none;
}
@media (max-width: 767px) {
  .wrap-list-services .button-transparent {
    display: block;
    width: 100%;
    cursor: pointer;
  }
}

@media (max-width: 767px) {
  #listServices li:nth-child(n+11) {
    display: none;
  }
}

.services-block .title {
  font-size: 34px;
  line-height: 38px;
}

.wrap-list-services ul {
  font-size: 20px;
  line-height: 26px;
  color: #8C8C8C;
  padding: 0;
  list-style-type: none;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
@media (max-width: 767px) {
  .wrap-list-services ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

.employees-block {
  width: 960px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .employees-block {
    width: auto;
    margin: 0 0 0 16px;
    padding-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .employees-block {
    width: auto;
    margin: 0 0 0 16px;
    padding-bottom: 24px;
  }
}

.employee-slide {
  background: #FFE7BA;
  border-radius: 16px;
  display: flex !important;
  justify-content: space-between;
  width: 960px;
  flex: 0 0 auto;
  text-decoration: none;
  color: #262626;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .employee-slide {
    width: 260px !important;
    flex-direction: column;
    height: 387px !important;
    overflow: hidden;
    margin-right: 16px;
  }
}
@media (max-width: 767px) {
  .employee-slide {
    width: 260px !important;
    flex-direction: column;
    height: 387px !important;
    overflow: hidden;
    margin-right: 16px;
  }
}

.employee-slide .right-column img {
  display: flex;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .employee-slide .right-column img {
    width: 260px;
    height: 260px;
  }
}
@media (max-width: 767px) {
  .employee-slide .right-column img {
    width: 260px;
    height: 260px;
  }
}

.employee-slide .left-column {
  padding: 40px;
  white-space: normal;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .employee-slide .left-column {
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .employee-slide .left-column {
    padding: 16px;
  }
}

.name-employee {
  font-family: "BebasNeue";
  font-size: 40px;
  line-height: 45px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .name-employee {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .name-employee {
    font-size: 28px;
    line-height: 32px;
  }
}

.job-title {
  font-size: 18px;
  line-height: 24px;
  color: #D46B08;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .job-title {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .job-title {
    font-size: 16px;
    line-height: 20px;
  }
}

.employee-slide p {
  font-size: 18px;
  line-height: 24px;
  color: #262626;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .employee-slide p {
    display: none;
  }
}
@media (max-width: 767px) {
  .employee-slide p {
    display: none;
  }
}

.wrapper-swiper-employee {
  overflow: hidden;
  padding-top: 40px;
}

.list-employees {
  padding-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .list-employees {
    margin-right: -16px;
    display: flex;
    overflow: auto;
    padding-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .list-employees {
    margin-right: -16px;
    display: flex;
    overflow: auto;
    padding-bottom: 24px;
  }
}

.list-employees::-webkit-scrollbar {
  width: 5px;
}

.list-employees::-webkit-scrollbar-track {
  border: 5px solid transparent;
  background-clip: content-box;
  background-color: rgba(5, 5, 5, 0.0784313725);
  border-radius: 8px;
  width: 5px;
}

.list-employees::-webkit-scrollbar-thumb {
  border: 5px solid transparent;
  background-clip: content-box;
  background-color: #FA8C16;
  border-radius: 8px;
  width: 5px;
  cursor: grab;
}

.main-image-employee {
  background-color: #FFE7BA;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .main-image-employee {
    height: 490px;
  }
}
@media (max-width: 767px) {
  .main-image-employee {
    height: 240px;
  }
}

.main-image-employee img {
  display: flex;
  width: 700px;
  height: 700px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .main-image-employee img {
    width: 490px;
    height: 490px;
  }
}
@media (max-width: 767px) {
  .main-image-employee img {
    width: 240px;
    height: 240px;
  }
}

.title-employee {
  width: 1160px;
  margin: 16px auto;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .title-employee {
    margin: 16px;
  }
}
@media (max-width: 767px) {
  .title-employee {
    margin: 16px;
    font-size: 34px;
    line-height: 38px;
  }
}

.wrap-image-employee {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .wrap-image-employee {
    padding: 0 16px;
  }
}

.wrap-image-employee img {
  border-radius: 8px;
}
@media (max-width: 767px) {
  .wrap-image-employee img {
    width: 100%;
  }
}

.text-employee {
  font-size: 20px;
  line-height: 26px;
  color: #262626;
  width: 760px;
  margin: 80px auto;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .text-employee {
    width: auto;
    margin: 80px 16px;
  }
}
@media (max-width: 767px) {
  .text-employee {
    width: auto;
    margin: 24px 16px;
    font-size: 18px;
    line-height: 23px;
  }
}

.employees-block {
  padding-bottom: 0;
}

.activities-block {
  width: 760px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .activities-block {
    width: auto;
    margin: 0 16px;
  }
}
@media (max-width: 767px) {
  .activities-block {
    width: auto;
    margin: 0 16px;
  }
}

.activities-block .title {
  font-size: 40px;
  line-height: 45px;
}

.activities-items {
  margin-top: 40px;
}

.activity-item {
  display: flex;
  border-top: 1px solid #E8E8E8;
  padding-top: 32px;
  padding-bottom: 40px;
}
.activity-item p {
  font-size: 18px;
  line-height: 24px;
  margin-top: 4px;
}
.activity-item .title {
  font-size: 34px;
  line-height: 38px;
}
.activity-item .button-orange {
  font-size: 18px;
  line-height: 20px;
}
.activity-item .date {
  display: flex;
}
@media (max-width: 767px) {
  .activity-item .date .week {
    margin-left: 4px;
  }
}
@media (max-width: 767px) {
  .activity-item .date {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .activity-item {
    flex-direction: column;
    padding-top: 16px;
    padding-bottom: 32px;
  }
}

.activity-item:last-child {
  padding-bottom: 0;
}

.share-block {
  width: 760px;
  margin: 40px auto;
  margin-bottom: 80px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .share-block {
    width: 100%;
    margin: 40px 16px;
  }
}
@media (max-width: 767px) {
  .share-block {
    width: auto;
    margin: 40px 16px;
  }
}

.share-block .title {
  font-size: 34px;
  line-height: 38px;
}

.list-social-share {
  display: flex;
  margin-top: 16px;
}

.social-media-button {
  width: 90px;
  height: 48px;
  border: 1px solid #E8E8E8;
  border-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .social-media-button {
    width: 24%;
  }
}
@media (max-width: 767px) {
  .social-media-button {
    width: 25.5%;
  }
}

.social-media-button:first-child {
  border: 1px solid #E8E8E8;
  border-radius: 8px 0 0 8px;
}

.social-media-button:last-child {
  border: 1px solid #E8E8E8;
  border-radius: 0 8px 8px 0;
  border-left: 0;
}

.social-media-button i {
  width: 32px;
  height: 32px;
  background: url("../img/icons/share-social-icons.svg") no-repeat;
}

.social-media-button.facebook i {
  background-position: 4px 3px;
}

.social-media-button.x-social i {
  background-position: -40px 3px;
}

.social-media-button.pinterest i {
  background-position: -83px 3px;
}

.social-media-button.mail i {
  background-position: -125px 3px;
}

.list-employees-wrap {
  display: flex;
  flex-wrap: wrap;
}
.list-employees-wrap .employee-item {
  display: flex;
  align-items: center;
  border: 1px solid #E8E8E8;
  border-radius: 25px;
  text-decoration: none;
  color: #262626;
  margin-right: 4px;
  margin-bottom: 4px;
}
.list-employees-wrap .employee-item:last-child {
  margin-right: 0;
}
.list-employees-wrap .employee-item img {
  width: 32px;
  height: 32px;
  border-radius: 25px;
  padding: 6px;
}
.list-employees-wrap .employee-item .name {
  padding-right: 16px;
}

.wrap-donate-block {
  width: 1160px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}
.wrap-donate-block .left-column {
  width: 660px;
}
.wrap-donate-block .left-column .title {
  font-size: 28px;
  line-height: 32px;
  color: #262626;
  margin-bottom: 24px;
}
.wrap-donate-block .left-column .amount {
  margin-top: 24px;
  margin-bottom: 24px;
}
.wrap-donate-block .left-column .amount .title-amount {
  font-size: 18px;
  line-height: 24px;
  color: #262626;
}
.wrap-donate-block .left-column .amount .amount-items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
}
.wrap-donate-block .left-column .amount .amount-items div {
  margin-right: 32px;
  margin-bottom: 16px;
}
.wrap-donate-block .left-column .frequency-amount {
  margin-top: 24px;
}
.wrap-donate-block .left-column .frequency-amount .text {
  font-size: 18px;
  line-height: 24px;
  color: #262626;
  margin-bottom: 16px;
}
.wrap-donate-block .left-column .contact-information {
  margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .wrap-donate-block .left-column {
    width: auto;
  }
}
@media (max-width: 767px) {
  .wrap-donate-block .left-column {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .wrap-donate-block {
    width: auto;
    flex-direction: column;
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  .wrap-donate-block {
    width: auto;
    flex-direction: column;
    padding: 0 16px;
  }
}

.dedication-block {
  position: sticky;
  top: 24px;
  background: #FAFAFA;
  width: 460px;
  padding: 32px 24px;
  box-sizing: border-box;
  border-radius: 16px;
}
.dedication-block .title {
  font-size: 28px;
  line-height: 32px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .dedication-block .input-block {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .dedication-block .input-block {
    max-width: 100%;
  }
}
.dedication-block .input-block__input {
  margin-bottom: 24px;
}
.dedication-block .bottom-block .button-orange {
  display: block;
  text-align: center;
}
.dedication-block .bottom-block .total-amount-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 24px 0;
  padding-top: 24px;
  border-top: 1px solid #E8E8E8;
  font-size: 24px;
  line-height: 31px;
}
.dedication-block .bottom-block .description {
  font-size: 16px;
  line-height: 20px;
  color: #8C8C8C;
  margin-top: 24px;
  margin-bottom: 0;
}
.dedication-block .radio-text {
  margin: 0;
  width: 388px;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .dedication-block .radio-text {
    width: auto;
  }
}
@media (max-width: 767px) {
  .dedication-block .radio-text {
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .dedication-block {
    width: auto;
    position: relative;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .dedication-block {
    width: auto;
    position: relative;
    padding: 32px 16px;
    margin-bottom: 40px;
  }
}

.input-double-block {
  display: flex;
  justify-content: space-between;
}
.input-double-block .input-block__input {
  width: 49%;
}

.contact-information .input-block__input {
  margin-bottom: 24px;
}
.contact-information .checkbox-wrap {
  margin-bottom: 24px;
}

.wrap-image-history {
  width: 760px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .wrap-image-history {
    width: auto;
    margin: 0 16px;
  }
}

@media (max-width: 767px) {
  .wrap-image-history img {
    width: 100%;
  }
}

.event-info-block {
  width: 760px;
  margin: 40px auto;
  border: 1px solid #E8E8E8;
  border-radius: 16px;
  padding: 40px;
  box-sizing: border-box;
}
.event-info-block .title {
  font-size: 34px;
  line-height: 38px;
}
.event-info-block .button-orange {
  margin-top: 24px;
}
.event-info-block .event-info {
  margin-top: 24px;
}
.event-info-block .event-info .item {
  border-top: 1px solid #E8E8E8;
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
}
.event-info-block .event-info .item:last-child {
  border-bottom: 1px solid #E8E8E8;
}
.event-info-block .event-info .item .left-column {
  color: #8C8C8C;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .event-info-block .event-info .item .left-column {
    width: 48%;
  }
}
.event-info-block .event-info .item .right-column {
  color: #262626;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .event-info-block .event-info .item .right-column {
    width: 48%;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .event-info-block {
    margin: 16px;
    padding: 16px;
    width: auto;
  }
}

.event-hosts-block {
  width: 760px;
  margin: 0 auto;
}
.event-hosts-block .hosts-block {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.event-hosts-block .host-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 360px;
  margin-bottom: 24px;
}
.event-hosts-block .host-block .left-column img {
  width: 88px;
  height: 88px;
  border-radius: 50px;
}
.event-hosts-block .host-block .right-column {
  width: 256px;
}
.event-hosts-block .host-block .right-column .name-host {
  font-family: "BebasNeue";
  font-size: 24px;
  line-height: 28px;
  color: #262626;
}
.event-hosts-block .host-block .right-column .description-host {
  font-size: 16px;
  line-height: 20px;
  color: #8C8C8C;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .event-hosts-block .host-block .right-column {
    width: 70%;
  }
}
.event-hosts-block .title {
  font-size: 40px;
  line-height: 45px;
  color: #050505;
}
@media (max-width: 767px) {
  .event-hosts-block .title {
    font-size: 34px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .event-hosts-block {
    width: auto;
    margin: 40px 16px 0 16px;
  }
}

.container-text {
  width: 760px;
  margin: 20px auto 40px auto;
}
.container-text .title {
  font-family: "BebasNeue";
  font-size: 40px;
  line-height: 45px;
  color: #262626;
  margin-bottom: 24px;
}
.container-text .text {
  font-size: 20px;
  line-height: 26px;
  color: #262626;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .container-text {
    margin: 20px 16px 40px 16px;
    width: auto;
  }
}

.video-wrapper {
  border-radius: 16px;
  width: 760px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
}
@media (max-width: 767px) {
  .video-wrapper {
    width: auto;
    margin: 16px;
  }
}

.lesson-outline-block {
  width: 760px;
  margin: 40px auto;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .lesson-outline-block {
    width: auto;
    margin: 0 16px;
  }
}

.lesson-outline-block .title {
  font-size: 40px;
  line-height: 45px;
  color: #050505;
}
.lesson-outline-block .list-lessons {
  padding-top: 24px;
  padding-bottom: 20px;
}
.lesson-outline-block .list-lessons .lesson-item {
  border-top: 1px solid #E8E8E8;
  padding-top: 16px;
  padding-bottom: 24px;
}
.lesson-outline-block .list-lessons .lesson-item .number {
  font-size: 18px;
  line-height: 24px;
  color: #8C8C8C;
}
.lesson-outline-block .list-lessons .lesson-item .title {
  font-size: 28px;
  line-height: 32px;
  padding: 8px 0;
}
.lesson-outline-block .list-lessons .lesson-item .description {
  font-size: 18px;
  line-height: 23px;
  color: #262626;
}
.lesson-outline-block .title-more-info {
  font-family: "BebasNeue";
  font-size: 40px;
  line-height: 45px;
  color: #050505;
}
.lesson-outline-block .more-info-list {
  margin-top: 16px;
}
.lesson-outline-block .more-info-list .item {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 4px;
}
.lesson-outline-block .more-info-list .item:last-child {
  margin-bottom: 0;
}

.service-schedule-block {
  width: 760px;
  margin: 0 auto;
}
.service-schedule-block .title {
  font-size: 28px;
  line-height: 32px;
}
.service-schedule-block .service-schedule-list .month-block {
  padding-top: 40px;
}
.service-schedule-block .service-schedule-list .month-block .month {
  font-family: "BebasNeue";
  border-bottom: 1px solid #E8E8E8;
  font-size: 18px;
  line-height: 20px;
  padding: 8px 0;
}
.service-schedule-block .service-schedule-list .month-block .item {
  border-bottom: 1px solid #E8E8E8;
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .service-schedule-block .service-schedule-list .month-block .item .left-column {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .service-schedule-block .service-schedule-list .month-block .item .right-column {
    width: 20%;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .service-schedule-block {
    width: auto;
    margin: 16px;
  }
}

.events-grid {
  width: 1160px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 40px;
  padding: 40px 0 80px 0;
}
.events-grid .events-item {
  width: 360px;
  height: 240px;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.events-grid .events-item p {
  font-family: "BebasNeue";
  position: absolute;
  bottom: 0;
  font-size: 28px;
  line-height: 32px;
  color: #FFFFFF;
  margin: 16px 24px;
}
.events-grid .events-item:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(40, 40, 40, 0.38);
  position: absolute;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .events-grid .events-item {
    display: flex;
    width: 48.9%;
    height: auto;
  }
  .events-grid .events-item img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .events-grid .events-item {
    display: flex;
    width: 100%;
    height: auto;
  }
  .events-grid .events-item img {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .events-grid {
    width: auto;
    margin: 16px;
    grid-gap: 16px;
    padding: 0;
    justify-content: space-between;
    padding: 0 0 40px 0;
  }
}
@media (max-width: 767px) {
  .events-grid {
    width: auto;
    margin: 16px;
    grid-gap: 16px;
    padding: 0 0 40px 0;
  }
}

.sticky-register {
  background: #ffffff;
  position: fixed;
  bottom: 40px;
  left: 40px;
  border-radius: 16px;
  border: 1px solid #E8E8E8;
  padding: 16px;
  box-sizing: border-box;
  display: flex;
  z-index: 999;
  justify-content: space-between;
}
.sticky-register .name-event {
  font-size: 14px;
  line-height: 18px;
  color: #8C8C8C;
}
.sticky-register .title {
  font-size: 24px;
  line-height: 27px;
}
.sticky-register .button-orange {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .sticky-register {
    left: 8px;
    bottom: 8px;
  }
}

.log-in-window {
  display: flex;
}
.log-in-window .left-column {
  width: 50%;
}
.log-in-window .left-column img {
  width: 100%;
  display: flex;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .log-in-window .left-column {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .log-in-window .left-column {
    width: 100%;
  }
}
.log-in-window .right-column {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.log-in-window .right-column .log-in-block {
  width: 352px;
  text-align: center;
}
.log-in-window .right-column .log-in-block img {
  width: 46px;
  height: 56px;
  margin-bottom: 16px;
}
.log-in-window .right-column .log-in-block .title {
  font-size: 40px;
  line-height: 45px;
}
.log-in-window .right-column .log-in-block .description {
  font-size: 16px;
  line-height: 20px;
  color: #8C8C8C;
  margin-top: 8px;
  margin-bottom: 16px;
}
.log-in-window .right-column .log-in-block .button-orange {
  border: none;
  width: 100%;
  display: flex;
  justify-content: center;
  cursor: pointer;
  margin-top: 16px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .log-in-window .right-column .log-in-block {
    margin-bottom: 32px;
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .log-in-window .right-column .log-in-block {
    margin-bottom: 32px;
    margin-top: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .log-in-window .right-column {
    width: 100%;
    position: inherit;
  }
}
@media (max-width: 767px) {
  .log-in-window .right-column {
    width: 100%;
    position: inherit;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .log-in-window {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .log-in-window {
    flex-direction: column;
  }
}

.back-button {
  position: absolute;
  top: 16px;
  left: 24px;
  font-size: 16px;
  line-height: 20px;
  color: #8C8C8C;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.back-button i {
  width: 24px;
  height: 24px;
  background: url("../img/icons/arrow-grey.svg") 100% 100% no-repeat;
}
.back-button span {
  margin-left: 8px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .back-button span {
    display: none;
  }
}
@media (max-width: 767px) {
  .back-button span {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .back-button {
    background: white;
    border-radius: 25px;
    padding: 8px;
    top: 12px;
    left: 16px;
  }
}
@media (max-width: 767px) {
  .back-button {
    background: white;
    border-radius: 25px;
    padding: 8px;
    top: 12px;
    left: 16px;
  }
}

.input-container {
  width: 1160px;
  margin: 0 auto;
}

input[type=radio] {
  display: none;
}

.radio-button {
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.custom-radio {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #D9D9D9;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 8px;
  background: #ffffff;
  box-sizing: border-box;
}

input[type=radio]:checked + .custom-radio {
  background: url("../img/icons/radio-button.svg");
  background-size: contain;
  border: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
}

input[type=checkbox] {
  display: none;
}

.custom-checkbox {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #BFBFBF;
  border-radius: 4px;
  margin-right: 8px;
  cursor: pointer;
  box-sizing: border-box;
}

input[type=checkbox]:checked + .custom-checkbox {
  background: url("../img/icons/checkbox.svg");
  background-size: contain;
  border: none;
}

input {
  border: 1px solid #E8E8E8;
  width: 100%;
  height: 48px;
  border-radius: 4px;
  padding: 12px 13px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 22px;
  color: #8C8C8C;
  outline: none;
  font-size: 18px;
  line-height: 24px;
}

input:disabled {
  background: #FAFAFA;
  cursor: default;
}
input:disabled:hover {
  border: 1px solid #E8E8E8;
}

textarea {
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  resize: none;
}
textarea:hover {
  border: 1px solid #FFA940;
}
textarea:focus {
  border: 1px solid #FA8C16;
  outline: none;
}

.input-block {
  margin: 1em 0 2em;
  max-width: 600px;
}

.input-block__label {
  font-weight: bold;
}

.input-block__input {
  display: block;
  width: 100%;
  padding: 0.5em;
  box-sizing: border-box;
  position: relative;
}

.input-block__input--number {
  max-width: 100px;
  text-align: right;
}

.input-block__input--date {
  max-width: 180px;
}

.input-block__textarea {
  display: block;
  width: 100%;
  padding: 0.5em;
  min-height: 4em;
  box-sizing: border-box;
}

.input-block__comment {
  margin-block: 0.5em;
  font-size: 0.9em;
  color: #666;
}

.input-block__checkbox {
  width: auto;
}

.lightswitch {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
}

.lightswitch:checked + .lightswitch__label:before {
  background: green;
}

.lightswitch:checked + .lightswitch__label:after {
  content: "YES";
  left: 17px;
}

.lightswitch__label {
  position: relative;
  padding-left: 60px;
}

.lightswitch__label:before {
  content: "";
  position: absolute;
  left: 0;
  width: 50px;
  top: 0;
  height: 100%;
  background: red;
  cursor: pointer;
}

.lightswitch__label:after {
  content: "NO";
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  padding: 0 3px;
  background: #fff;
  font-size: 0.9em;
}

select {
  border: 1px solid #E8E8E8;
  width: 100%;
  height: 48px;
  border-radius: 4px;
  padding: 12px 13px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 22px;
  color: #8C8C8C;
  outline: none;
  font-size: 18px;
  line-height: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../img/icons/grey-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 12px center;
}

.title-our-synagogue {
  width: 1160px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .title-our-synagogue {
    width: auto;
    margin: 0 16px;
    font-size: 34px;
    line-height: 38px;
  }
}

.text-blocks {
  display: flex;
  justify-content: space-between;
  width: 1160px;
  margin: 0 auto;
  padding: 80px 0;
  flex-wrap: wrap;
}
.text-blocks .text-block {
  width: 560px;
}
.text-blocks .text-block .title {
  font-size: 34px;
  line-height: 38px;
  color: #262626;
}
.text-blocks .text-block .description {
  font-size: 18px;
  line-height: 24px;
  color: #262626;
  margin-top: 16px;
  margin-bottom: 24px;
}
.text-blocks .text-block .button-orange {
  font-size: 24px;
  line-height: 28px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .text-blocks .text-block {
    width: auto;
    margin-bottom: 40px;
  }
  .text-blocks .text-block:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .text-blocks .text-block {
    width: auto;
    margin-bottom: 40px;
  }
  .text-blocks .text-block:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .text-blocks {
    width: auto;
    margin: 0 24px;
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .text-blocks {
    width: auto;
    margin: 0 16px;
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .employees-synagogue-wrapper {
    margin: 0 16px;
  }
}

.employees-synagogue {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 40px;
  width: 1160px;
  margin: 0 auto;
}
.employees-synagogue .employee-synagogue {
  background: #FFE7BA;
  border-radius: 16px;
  width: 360px;
  height: 387px;
  text-decoration: none;
  color: #262626;
  padding: 16px 16px 0 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.employees-synagogue .employee-synagogue .name-employee {
  font-size: 28px;
  line-height: 32px;
}
.employees-synagogue .employee-synagogue .job-title {
  font-size: 16px;
  line-height: 20px;
}
.employees-synagogue .employee-synagogue .bottom-block {
  display: flex;
  justify-content: center;
}
.employees-synagogue .employee-synagogue .bottom-block img {
  width: 260px;
  height: 260px;
  display: flex;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .employees-synagogue .employee-synagogue {
    width: auto;
    height: auto;
  }
}
@media (max-width: 767px) {
  .employees-synagogue .employee-synagogue {
    width: auto;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .employees-synagogue {
    width: auto;
    margin: 0 24px;
    grid-gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .employees-synagogue {
    width: auto;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 16px;
    grid-template-rows: inherit;
    overflow: auto;
    padding-bottom: 24px;
    margin-right: -16px;
    padding-right: 16px;
  }
  .employees-synagogue::-webkit-scrollbar {
    width: 5px;
  }
  .employees-synagogue::-webkit-scrollbar-track {
    border: 5px solid transparent;
    background-clip: content-box;
    background-color: rgba(5, 5, 5, 0.0784313725);
    border-radius: 8px;
    width: 5px;
  }
  .employees-synagogue::-webkit-scrollbar-thumb {
    border: 5px solid transparent;
    background-clip: content-box;
    background-color: #FA8C16;
    border-radius: 8px;
    width: 5px;
    cursor: grab;
  }
}

.wrapper-title-filter {
  display: flex;
  margin: 0 auto;
  width: 1160px;
  justify-content: space-between;
  align-items: center;
}
.wrapper-title-filter .title {
  font-size: 48px;
  line-height: 54px;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .wrapper-title-filter .title {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 16px;
  }
}
.wrapper-title-filter select {
  width: 280px;
}
@media (max-width: 767px) {
  .wrapper-title-filter select {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .wrapper-title-filter {
    margin: 0 24px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .wrapper-title-filter {
    margin: 0 16px;
    width: auto;
    flex-direction: column;
    align-items: baseline;
    margin-bottom: 40px;
  }
}

.block-photo-album {
  width: 1160px;
  margin: 0 auto;
}
.block-photo-album .year {
  font-family: "BebasNeue";
  font-size: 34px;
  line-height: 38px;
  color: #050505;
}
.block-photo-album .albums {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
  margin-bottom: 40px;
  margin-right: -40px;
}
.block-photo-album .albums .gallery-item {
  margin-bottom: 24px;
  width: 260px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .block-photo-album .albums .gallery-item {
    width: 48%;
    margin-right: 0;
  }
  .block-photo-album .albums .gallery-item .image-block img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .block-photo-album .albums .gallery-item {
    width: 48%;
    margin-right: 0;
  }
  .block-photo-album .albums .gallery-item .image-block img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .block-photo-album .albums {
    margin-right: 0;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .block-photo-album .albums {
    margin-right: 0;
    justify-content: space-between;
    margin-top: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .block-photo-album {
    margin: 0 24px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .block-photo-album {
    margin: 0 16px;
    width: auto;
  }
}

.error-page {
  padding-top: 48px;
}
.error-page .top-block {
  width: 440px;
  margin: 0 auto;
  text-align: center;
}
.error-page .top-block .title {
  font-size: 40px;
  line-height: 45px;
}
.error-page .top-block .description {
  font-size: 16px;
  color: #8C8C8C;
  line-height: 20px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.error-page .top-block .button-orange {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .error-page .top-block .button-orange {
    width: auto;
  }
}
@media (max-width: 767px) {
  .error-page .top-block {
    width: auto;
    padding: 0 16px;
  }
}
.error-page .bottom-block {
  display: flex;
  width: 809px;
  margin: 0 auto;
  margin-top: 58px;
  margin-bottom: 24px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .error-page .bottom-block {
    width: auto;
  }
}
@media (max-width: 767px) {
  .error-page .bottom-block {
    width: auto;
  }
}
.error-page .bottom-block img {
  width: 809px;
  height: 425px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .error-page .bottom-block img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .error-page .bottom-block img {
    width: 100%;
    height: auto;
  }
}

/*# sourceMappingURL=index.css.map */
