body {
  overflow-x: hidden;
}

.header-slider {
  position: relative;
}

.header-slider:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

body {
  padding: 0 !important;
  margin: 0 !important;
}

header.top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
}

.top__info, .nav__item > a {
  color: #fff;
}

.top__right {
  width: 100%;
}

.top__right-bottom {
  width: 100%;
  justify-content: center;
  padding-right: 50px;
}

.top__info {
  display: flex;
  align-items: center;
}

.top__info .link-top {
  font-weight: 400 !important;
  color: #fff;
  margin-left: 30px;
}

.top__info .link-top:hover {
  color: #fbb901 !important;
}

.link-search svg {
  margin-right: 5px;
}

.link-search svg path {
  transition: all 0.3s ease-out 0s;
}

.link-search:hover {
  color: #fbb901 !important;
}

.link-search:hover svg path {
  fill: #fedc7d !important;
}

.socialmedia {
  align-items: center;
  margin-left: 25px;
  display: flex;
}

.socialmedia a {
  display: flex;
  align-items: center;
  margin-left: 5px;
}

.socialmedia a svg path {
  transition: all 0.4s;
}

.socialmedia a:hover svg path {
  fill: #000000 !important;
}

.nav__item {
  margin-right: 4rem;
}

.nav__item a:hover {
  color: #fbb901 !important;
}

.divlang-menu {
  position: absolute;
  padding: 10px 15px;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 90px;
  top: 35px;
  left: -20px;
}

.divlang-menu:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fff;
  transform: rotate(45deg);
  left: 50px;
  top: -5px;
  z-index: -1;
}

.divlang-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.divlang-menu ul li a {
  font-size: 16px;
  font-weight: 400;
  padding: 5px;
  color: #000;
  display: flex;
  align-items: center;
}

.divlang-menu ul li a:hover {
  color: #FBB901 !important;
}

.divlang-menu img {
  margin-right: 10px;
  display: block;
  width: 18px;
  height: 12px;
}

.lang-area {
  position: relative;
}

.link-dropdown {
  display: flex !important;
  align-items: center;
}

.link-dropdown svg {
  transition: all 0.4s;
  margin-left: 4px;
}

.link-dropdown svg line {
  transition: all 0.4s;
  stroke: #fff;
}

.link-dropdown:hover svg line {
  stroke: #FBB901 !important;
}

.link-dropdown.open svg {
  transform: rotate(-180deg);
}

.link-dropdown.open svg line {
  stroke: #FBB901;
}

.nav__list {
  position: relative;
}

.nav__item {
  position: static;
}

.dropdown-div {
  opacity: 0;
  display: none;
  transition: all 0.4s;
}

.link-dropdown.open + .dropdown-div {
  display: block;
  opacity: 1;
}

.dropdown-submenu {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  top: calc(100% + 2px);
  left: 0;
  background-color: #fbb901;
  position: absolute;
  padding: 35px 65px;
  width: 100%;
  display: none;
  justify-content: space-between;
}

.link-dropdown.open + .dropdown-submenu {
  display: flex !important;
}

header.top {
  border-bottom: 2px solid transparent;
  padding-bottom: 0;
}

header.top .nav__item > a {
  padding-bottom: 20px;
}

.open-menu header.top {
  border-color: #fff;
}

.open-menu .nav__item > a.link-dropdown {
  position: relative;
}

.open-menu .nav__item > a.link-dropdown::after {
  transition: all 0.4s;
  content: "";
  height: 2px;
  left: 0;
  background-color: #000;
  position: absolute;
  bottom: -2px;
  width: 0;
}

.open-menu .nav__item > a.open::after {
  width: 100%;
}

.dropdown-submenu-item {
  padding-left: 15px;
  padding-right: 15px;
  width: 50%;
}

.dropdown-submenu-item ul li a {
  color: #fff;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  align-items: center;
  padding-left: 30px;
  transition: all 0.4s;
}

.dropdown-submenu-item ul li a span {
  color: #fff !important;
  border-bottom: 1px solid transparent;
  transition: all 0.4s;
}

.dropdown-submenu-item ul li a::before {
  transition: all 0.4s;
  content: url("../img/arr-right.svg");
  position: absolute;
  top: -2px;
  left: 0;
  height: 16px;
  width: 16px;
  margin-right: 5px;
}

.dropdown-submenu-item ul li a:hover span {
  border-color: #fff !important;
}

.dropdown-submenu-item ul li a:hover::before {
  transform: translateX(5px);
}

.submenu-title {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #fff !important;
  font-size: 15px !important;
  letter-spacing: 2.5px;
  font-weight: 400;
  padding-bottom: 5px;
  display: block;
  border-bottom: 1px solid #fff;
}

header.top {
  position: fixed;
}

.logo-color {
  display: none;
}

.is-top-shadow .logo-color, .page:not(.home) .logo-color {
  display: block;
}

.is-top-shadow .logo-white, .page:not(.home) .logo-white {
  display: none;
}

.is-top-shadow header.top, .page:not(.home) header.top {
  background-color: #fff;
}

.is-top-shadow header.top .top__info, .is-top-shadow header.top .nav__item > a, .page:not(.home) header.top .top__info, .page:not(.home) header.top .nav__item > a {
  color: #000;
}

.is-top-shadow header.top .link-dropdown svg line, .page:not(.home) header.top .link-dropdown svg line {
  stroke: #000;
}

.is-top-shadow header.top .top__info .link-top, .page:not(.home) header.top .top__info .link-top {
  color: #000;
}

.is-top-shadow header.top .link-search, .page:not(.home) header.top .link-search {
  color: #000;
}

.is-top-shadow header.top .link-search:hover, .page:not(.home) header.top .link-search:hover {
  color: #fbb901 !important;
}

.is-top-shadow header.top .link-search svg path, .page:not(.home) header.top .link-search svg path {
  fill: #000;
}

.is-top-shadow .menu-trigger--small .menu-trigger__inner span {
  background-color: #fff !important;
}

.is-top-shadow .menu-trigger {
  background-color: #fbb901;
}

.is-top-minimize .top {
  padding-bottom: 0;
}

.top-main {
  min-height: 753px;
}

.slider-text {
  z-index: 1 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.slider-text .slider__title {
  text-align: center;
}

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

.tile-action[href] .tile-action__icon {
  z-index: 0;
  opacity: 0.15 !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: unset;
  right: 0;
  bottom: 0;
}

.tile-action__action {
  position: relative;
  z-index: 1;
}

.movie-left {
  padding-left: 135px;
  padding-top: 100px;
  padding-bottom: 74px;
  min-height: 755px;
  margin-left: -15px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: -5px;
}

.movie-left .container-padding-left {
  position: relative;
}

.movie-left .cite-img {
  position: absolute;
  z-index: 1;
  top: -188px;
  left: 0;
}

.movie-right {
  padding-right: 135px;
  padding-top: 100px;
  padding-bottom: 74px;
  min-height: 755px;
  margin-right: -15px;
  margin-left: -5px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-movie {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  min-height: auto;
}

.section-movie .top-main__text {
  font-weight: 600;
  font-size: 30px;
  z-index: 1;
  position: relative;
  line-height: 1.4;
}

.section-movie .top-main__title-fix {
  z-index: 1;
  position: relative;
  position: relative;
  transform: translateX(50%);
}

.section-movie .top-main__title-fix .top-main__title {
  text-align: center;
}

.section-movie .top-main__text {
  margin-top: 100px;
}

.section-movie .subcite {
  padding-top: 10px;
  font-size: 24px;
  font-weight: 400;
  position: relative;
  padding-left: 80px;
  text-align: left;
}

.section-movie .subcite:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 58px;
  height: 2px;
  background-color: #fff;
  left: 5px;
  bottom: 15px;
}

.top-main:before {
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}

.zindex {
  position: relative;
  z-index: 1;
}

.pos-relative {
  position: relative;
}

.play-btn {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
}

.play-btn circle {
  transition: all 0.4s;
}

.play-btn span {
  transition: all 0.4s;
  display: block;
  margin-top: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.play-btn:hover circle {
  fill: #000;
}

.maxw70 {
  max-width: 70%;
}

.section-newsletter .horizontal-bar {
  display: flex;
  align-items: flex-end;
}

.section-newsletter .btn {
  margin-bottom: 100px;
}

.justify-end {
  justify-content: flex-end !important;
}

.img-text__widget {
  width: auto;
}

.section-events-head .center {
  justify-content: center;
  display: flex;
  position: relative;
  z-index: 9;
}

.section-events-head .center .main-label, .section-events-head .center .main-title {
  text-align: center;
}

.section-events .tiles-list__action {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.section-slider-extendend-tils .tile-action__top {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-slider-extendend-tils .tile-action__action {
  margin-left: auto;
  margin-right: auto;
}

.section-slider-extendend .top-main__text {
  max-width: 90%;
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
}

.section-slider-extendend .top-main__action {
  margin-top: 20px;
}

.section-slider-extendend .slider__text {
  margin-top: 30px;
  margin-bottom: 0;
}

.main-title--54 {
  margin-top: 10px;
}

.main-title--44 {
  font-size: 2.75rem;
  margin-top: 60px;
}

.owl-dot.active span {
  background-color: #fbb901 !important;
}

.footer__title {
  color: hsl(0, 0%, 100%) !important;
}

.footer__text {
  font-size: 15px;
  font-weight: 400;
  color: #999999;
  margin-bottom: 35px;
}

.footer__right .footer__title {
  color: #999999 !important;
  margin-bottom: 25px;
}

.footer__right {
  width: 25rem;
}

.slider .owl-nav .owl-next {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.slider .owl-nav .owl-prev {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.slider .owl-nav {
  max-width: 1660px;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-left: 30px;
  padding-right: 30px;
}

.link-search {
  flex-shrink: 0;
}

.nav__item-contact {
  display: none;
}

.menu-trigger--small .menu-trigger__inner span {
  background-color: #000 !important;
}

.menu-trigger--small .menu-trigger__inner span:nth-child(3) {
  width: 30%;
  margin-left: 20%;
}

.menu-trigger {
  background-color: #fff;
}

.home .main {
  padding-top: 0 !important;
}

.widget {
  position: fixed;
  align-items: flex-start;
  display: flex;
  top: calc(50% - 200px);
  z-index: 999;
  right: 0;
  transform: translateX(445px);
  transition: all 0.4s;
}

.widget.active {
  transform: translateX(0);
}

.widget .widget__head {
  width: 116px;
  background-color: #fbb901;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.widget .title {
  color: #49056E;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-size: 18px;
  font-family: "Barlow";
  text-align: center;
  padding-bottom: 15px;
}

.widget .widget__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 106px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  position: relative;
}

.widget .widget__item::after {
  height: 1px;
  width: 70px;
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-color: #D59D02;
}

.widget .widget__item svg path, .widget .widget__item svg text, .widget .widget__item svg circle {
  transition: all 0.3s;
}

.widget .widget__item:hover svg path, .widget .widget__item:hover svg text, .widget .widget__item:hover svg circle {
  fill: #49056E;
}

.widget .widget__item--1 {
  padding-top: 20px;
  height: 136px;
  padding-bottom: 25px;
}

.widget .widget__item:last-child:after {
  content: unset;
}

.widget .widget__item--2, .widget .widget__item--3 {
  padding-left: 35px;
  padding-right: 35px;
}

.widget .widget__item--2 {
  height: 90px;
}

.widget .widget__item--3 {
  height: 100px;
}

.widget .widget__item.active {
  background-color: #3c045a;
}

.widget .widget__item.active::after {
  content: unset !important;
}

.widget .widget__item.active span {
  color: #fff;
}

.widget .widget__item.active svg path, .widget .widget__item.active svg text, .widget .widget__item.active svg circle {
  fill: #fff !important;
}

.widget .widget__body {
  width: 445px;
  background-color: #3c045a;
  padding: 25px 30px;
  position: relative;
}

.widget .widget__close {
  background-color: #fbb901;
  transition: all 0.3s;
  box-shadow: none;
  border: none;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

.widget .widget__close svg {
  width: 12px;
  height: 12px;
}

.widget .widget__close:hover {
  background-color: #000;
}

.widget .widget__cat {
  color: #fff;
  font-weight: 400;
  font-family: "Barlow";
  letter-spacing: 3px;
  font-size: 15px;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.widget .widget__haeder {
  color: #fff;
  font-weight: 600;
  font-family: "Barlow";
  font-size: 24px;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.widget .widget__subhaeder {
  color: #fff;
  font-weight: 400;
  font-family: "Barlow";
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.widget__radio {
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
  justify-content: space-between;
  max-width: 345px;
}

.widget__radio-item {
  margin-left: 5px;
  margin-right: 5px;
  padding: 12px 10px;
  border: 3px solid #fff;
  box-shadow: none;
  cursor: pointer;
  color: #000;
  font-size: 15px;
  font-family: "Barlow";
  font-weight: 400;
  border-radius: 5px;
  transition: all 0.4s;
}

.widget__radio-item.active {
  border-color: #fbb901;
}

.widget__radio-item:hover {
  border-color: #fbb901;
}

.widget__btns {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 20px;
  justify-content: space-between;
}

.widget__btns a {
  padding: 15px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 15px;
  min-height: 48px;
}

.widget__btns a.active {
  background-color: #999999;
}

.widget__btns .btn-nohover .ico {
  transform: unset !important;
}

.widget__body-item {
  display: none;
}

.widget__body-item.active {
  display: block;
}

.widget__radio-item-input {
  margin-left: 5px;
  margin-right: 5px;
  padding: 12px 10px;
  border: 3px solid #fff !important;
  border-radius: 5px;
  transition: all 0.4s;
  color: #000;
  font-size: 15px;
  font-family: "Barlow";
  max-width: 145px;
  font-weight: 400;
}

.widget__radio-item-input:focus {
  border-color: #f6b701 !important;
}

.widget__radio-item-input::placeholder {
  color: #000;
  font-size: 15px;
  font-family: "Barlow";
  font-weight: 400;
}

.widget__card-wrap {
  display: none;
  opacity: 0;
  transition: all 0.4s;
  margin-top: 20px;
  flex-direction: column;
}

.widget__card-wrap.active {
  display: flex;
  opacity: 1;
}

.widget__card-wrap input {
  max-width: 345px;
  font-size: 18px;
  font-family: "Barlow";
  font-weight: 400;
  margin-bottom: 10px;
}

.widget__card-wrap input:focus {
  border-color: #f6b701 !important;
}

.top-bar + .section--first {
  padding-top: 0;
}

.header-2 {
  font-size: 54px;
  display: block;
}

body:not(.home) .section-slider .top-main__text {
  max-width: 100%;
  text-align: center;
}

body:not(.home) .section-slider .slider-text {
  max-width: 70%;
  flex-basis: 70%;
}

.section-counters .aos-init:nth-child(1) .icon-item .item__text-color {
  font-weight: 600;
  padding-bottom: 10px;
  color: #F39200;
  display: block;
}

.section-counters .aos-init:nth-child(2) .icon-item .item__text-color {
  font-weight: 600;
  padding-bottom: 10px;
  color: #C99555;
  display: block;
}

.section-counters .aos-init:nth-child(3) .icon-item .item__text-color {
  font-weight: 600;
  display: block;
  padding-bottom: 10px;
  color: #80BA27;
}

.section-gray {
  background-color: #fafafa;
  padding-bottom: 5rem;
}

.section-gray .owl-item {
  background-color: #fff;
}

.section-gray .owl-item span {
  margin-bottom: 0;
}

.main-lead {
  color: #18191A;
  font-size: 18px;
  margin: 50px auto 0 auto;
  max-width: 1100px;
}

.img-text__circle-green {
  background-color: #80ba27;
}

.img-text__circle-green svg {
  max-width: 95px;
}

.section-text-and-image-icon {
  padding-top: 50px !important;
}

.section-video__video:hover .video-box__play svg #Path_1751 {
  fill: #18191a;
}

.section-video__video .video-box__play {
  background: transparent !important;
}

.play-btn-width {
  width: 6rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.section-counters .aos-init:nth-child(9) .icon-item .icon-item__icon-body,
.section-counters .aos-init:nth-child(10) .icon-item .icon-item__icon-body {
  background-color: rgba(128, 186, 39, 0.1);
}

.section-counters .aos-init:nth-child(9) .icon-item .icon-item__number,
.section-counters .aos-init:nth-child(10) .icon-item .icon-item__number {
  color: #80BA27;
}

.my-30 {
  margin-bottom: 30px !important;
  margin-top: 30px !important;
}

.section-banner-with-text .top-main__title {
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.section-banner-with-text .top-main__text {
  z-index: 1;
  position: relative;
  text-align: left;
}

.section-bank {
  padding-top: 50px;
}

.section-ambasadors + .section-image-right:before {
  background-image: url(../img/tlo-lapy2.png);
  background-color: #c99555;
  background-repeat: no-repeat;
  background-position: top left;
  pointer-events: none;
  -webkit-transform: rotateY(180deg);
}

.section-bgboxes2 .container-fluid {
  position: relative;
  z-index: 1;
}

.section-counters .action-link .ico-arrow-right:before {
  width: 33px;
  content: " ";
  background-image: url(../img/sright2.png);
  background-repeat: no-repeat;
  position: relative;
  display: block;
  height: 26px;
}

.circle-action__body .ico-arrow-right:before {
  background-image: url(../img/sright.png);
  content: " ";
  background-repeat: no-repeat;
  position: relative;
  display: block;
  width: 33px;
  height: 26px;
  margin: 0 auto;
}

.section-counters .icon-item-action {
  margin-top: 80px;
}

.section-counters .action-link:hover .ico-arrow-right:before {
  background-image: url(../img/sright.png);
}

.section-text-with-big-icon.bg-color-key-1 {
  background-color: #c99555 !important;
  position: relative;
}

.section-text-with-big-icon.bg-color-key-1:before {
  content: "";
  background-color: #C99555;
  background-image: url(../img/tlo-lapy2.png);
  background-repeat: no-repeat;
  background-position: top left;
  pointer-events: none;
  display: block;
  position: absolute;
  top: 0;
  width: 336px;
  left: 0;
  bottom: 0;
}

.no-bg {
  margin-top: 125px;
}

.no-bg:before {
  content: unset !important;
}

#login-modal .fancybox-close-small,
#change-pass-modal .fancybox-close-small {
  display: none;
}

.form__group-changepass {
  display: flex;
  justify-content: flex-end;
}

.form__group-changepass a {
  color: #18191A;
  font-weight: 600;
}

.form__group-changepass a:hover {
  color: #fab400;
}

#icon-show {
  display: none;
}

.form__field-password {
  position: relative;
}

.form__field-password .ico-show {
  position: absolute;
  top: 20px;
  right: 30px;
}

.form__field-password .ico-show svg path {
  fill: #999999;
  transition: all 0.4s;
}

.form__field-password .ico-show:hover svg path {
  fill: #fab400;
}

.form__field-password .ico-show.active #icon-show {
  display: block;
}

.form__field-password .ico-show.active #icon-hide {
  display: none;
}

.form__field-password .ico-more-text {
  display: none;
  font-size: 12px;
  color: #18191A;
  right: 0px;
  background: #fff;
  width: 250px;
  padding: 10px;
  bottom: 40px;
  position: absolute;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
}

.form__field-password .ico-more {
  position: absolute;
  top: 20px;
  right: -35px;
}

.form__field-password .ico-more:hover .ico-more-text {
  display: block;
}

.forms-head-wrap {
  display: flex;
  margin-bottom: 40px;
}

.forms-head-wrap a {
  width: 50%;
  text-align: center;
  padding: 15px;
  color: #18191A;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}

.forms-head-wrap a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #18191a;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.4s;
}

.forms-head-wrap a.active {
  font-weight: 600;
}

.forms-head-wrap a.active:after {
  height: 3px;
  bottom: -1px;
}

#register2-form {
  display: none;
}

#login-form {
  display: block;
}

body.active-form-two #login-form {
  display: none;
}

body.active-form-two #register2-form {
  display: block;
}

.return-link {
  color: #999999;
  font-size: 12px;
}

.return-link:hover {
  color: #fab400;
}

.return-link + .main-title {
  margin-top: 10px;
}

.w-100p .horizontal-bar__item {
  margin: 0 auto 100px auto !important;
}

.section-contact-links .icon-info__text a {
  font-weight: normal;
}

.section-contact-links .icon-info__text strong {
  font-weight: 600;
}

.section-contact-links .icon-info__text strong a {
  font-weight: 600;
}

.divhidden {
  display: none;
}

form .message {
  margin-bottom: 40px !important;
  color: red !important;
  text-align: center;
}

form .send-success {
  color: green !important;
}

.d-none {
  display: none;
}

#card-number::-webkit-outer-spin-button,
#cvc::-webkit-inner-spin-button, #cvc::-webkit-outer-spin-button,
#card-number::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

#card-number[type=number],
#cvc[type=number] {
  -moz-appearance: textfield; /* Firefox */
}

.pb75 {
  padding-bottom: 20px !important;
}

.section-socialmedia {
  padding-top: 5rem;
  padding-bottom: 0;
}

.section-socialmedia .main-heading--mb-80 {
  margin-bottom: 40px;
}

.social-all-warp {
  position: relative;
}

.social-btn-wrap {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 1;
}

.widget__radio-item::-webkit-outer-spin-button,
.widget__radio-item::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.widget__radio-item[type=number] {
  -moz-appearance: textfield;
}

.widget__radio-item {
  max-height: 47px;
  line-height: 1;
  max-width: 100px;
}

.widget__radio-item::placeholder {
  color: #000;
  font-size: 0.935rem;
}

body .widget__btns a {
  padding: 13px 12px;
}

body .widget__btns a {
  padding: 13px 12px !important;
}

/* Chrome, Safari, Edge, Opera */
#f-donation-amount::-webkit-outer-spin-button,
#f-donation-amount::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
#f-donation-amount {
  -moz-appearance: textfield;
}

.widget__radio-item-input::-webkit-outer-spin-button,
.widget__radio-item-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.widget__radio-item-input {
  -moz-appearance: textfield;
}

body .widget__radio-item-input {
  text-align: center !important;
}

.alert-danger-1 {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  position: absolute;
  width: 100%;
  max-width: 400px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  text-align: center;
  top: 96px;
}

.alert-success-1 {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  position: absolute;
  width: 100%;
  max-width: 400px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  text-align: center;
  top: 96px;
}

header.top {
  z-index: 9999;
}

.blik-modal button {
  min-height: 47px;
}

.blik-modal input:not(:focus) {
  border-color: #ccc !important;
}

.widget__radio-item-input-width {
  max-width: 347px !important;
  width: 100% !important;
}

.blik-modal {
  width: auto !important;
}

.link-color {
  color: #002960 !important;
  font-weight: bold;
}

.link-color:hover {
  color: #000 !important;
}

.box-donation__top input[type=number] {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

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

.form-info-msg {
  color: #3dad30;
}

.btn-amount.active {
  background-color: #000;
}

.wysiwyg.html-wysiwyg ul {
  list-style: none;
  display: flex;
}

.wysiwyg.html-wysiwyg ul li {
  padding-right: 2px;
  padding-left: 2px;
  list-style: none;
}

.wysiwyg.html-wysiwyg ul li::before {
  content: unset;
}

.section-en .section-en-row {
  justify-content: center;
}

.section-en .main-heading__back {
  display: flex;
  justify-content: center;
}

.section-en .main-title {
  text-align: center;
}

.section-en.section-animal-gallery-info .div1 {
  background-color: #fafafa !important;
}

.section-en .btn--block {
  max-width: 290px;
  position: relative;
  z-index: 9999999;
  margin-left: auto;
  margin-right: auto;
  top: -20px;
}

.section-en .btn--block:hover {
  background-color: #18191a !important;
}

@media (min-width: 750px) {
  .section-en.section-animal-gallery-info .slider-tile-container__nav {
    justify-content: space-between;
    padding: 0;
    position: absolute;
    left: -100px;
    width: calc(100% + 180px);
    top: 50%;
    background: transparent;
  }
  .section-en .btn--block {
    top: -100px;
  }
}
.icon-text__icon img, .section__img img, .section-video__img img {
  height: auto;
}

.section-text-with-big-icon .container {
  position: relative;
  z-index: 2;
}

.video-box__play svg {
  width: 60px;
  height: 60px;
}

@media (max-width: 991px) {
  body .widget .widget__head {
    width: 315px;
    max-height: 75px;
    flex-direction: row;
    display: flex;
    position: absolute;
    bottom: 0;
    z-index: 2;
  }
  body .widget .widget__body {
    position: absolute;
    top: 30px;
    left: 0px;
    width: 100%;
    bottom: 0;
    transform: translateY(100%);
    overflow: auto;
  }
  body .widget .widget__body.showa {
    transform: translateY(0);
  }
  .widget {
    position: fixed;
    align-items: flex-start;
    display: flex;
    top: calc(50% - 200px);
    z-index: 999;
    right: 0;
    transform: translateX(445px);
    transition: all 0.4s;
    left: 0;
    justify-content: end;
    transform: translateX(0);
    bottom: 0;
    top: auto;
  }
  .widget.active {
    top: 65px;
  }
  .widget .widget__item::after {
    background-color: #740C0C;
    opacity: 0.9;
  }
  .widget .widget__item::after {
    height: 55px;
    width: 1px;
    position: absolute;
    content: "";
    left: 100%;
    transform: translateX(0%);
    bottom: 10px;
    top: 10px;
  }
  body .widget .widget__head .widget__item {
    height: 75px;
    padding: 10px 2px;
    justify-content: center;
    align-items: center;
  }
  body .widget .widget__head .widget__item--1 {
    display: flex;
    flex-direction: row;
  }
  body .widget .widget__head .widget__item--1 svg {
    height: 39px;
    width: 52px;
  }
  body .widget .widget__head .widget__item--2 svg {
    height: 34px;
    width: 65px;
  }
  body .widget .widget__head .widget__item--3 svg {
    height: 47px;
    width: 54px;
  }
  body .widget .widget__head .widget__item.widget__item--1 .title {
    writing-mode: vertical-lr;
    text-orientation: upright;
    font-size: 0.625rem;
    padding-top: 32px;
    padding-right: 15px;
  }
  .widget__card-wrap.active {
    display: flex;
    opacity: 1;
    margin-bottom: 70px;
  }
  body .widget__btns > a.btn .ico.ico-arrow-right::before {
    width: 9px;
    height: 15px;
    background-size: 9px 15px;
  }
  #btn-card .ico-chevron-bottom::before {
    width: 9px;
    height: 15px;
    background-size: 9px 15px;
  }
  .widget__radio-item {
    padding: 12px 6px;
  }
  body .widget__radio-item-input {
    max-width: 122px;
  }
  body .widget .widget__head {
    width: 315px !important;
  }
  .widget.active .widget__body {
    transform: translateY(0);
  }
}
@media (max-width: 360px) {
  .widget__btns a {
    margin-bottom: 10px;
  }
  body .widget__radio {
    flex-wrap: wrap;
  }
  body .widget__radio button {
    margin-bottom: 10px;
  }
  .blik-number {
    margin-bottom: 10px;
  }
}
.section-foundation-reports .wysiwyg img {
  max-width: none !important;
  width: 100%;
}

.section-foundation-reports + .section-foundation-reports {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.nav__item span {
  font-size: 1rem;
}

.nav__item a {
  font-size: 1.2rem;
}

.cff-item {
  margin: 10px 5px 20px 5px !important;
  width: calc(100% - 10px) !important;
  padding: 10px !important;
  border: 1px solid #f2f2f2;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.05), -1px -1px 10px rgba(0, 0, 0, 0.05), 1px -1px 10px rgba(0, 0, 0, 0.05), -1px 1px 10px rgba(0, 0, 0, 0.05) !important;
}

.socialmedia-2 .social-btn-wrap {
  right: 10px;
  top: 30px;
}

.d-flex {
  display: flex;
}

@media (max-width: 1800px) {
  .slider .owl-nav {
    width: 79vw;
  }
}
@media (max-width: 1250px) {
  .top__right-bottom {
    padding-right: 0;
  }
  .menu-trigger--small {
    margin-left: auto;
  }
  .show-md {
    display: block !important;
  }
  .menu2-mobile {
    display: flex !important;
    margin-left: auto;
    align-items: center;
  }
  .menu2-mobile .link-search {
    margin-right: 30px;
    position: relative;
    z-index: 999;
    color: #fff;
  }
  .top__logo {
    position: relative;
    z-index: 999;
  }
  .nav__list {
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 150px;
  }
  .nav__list .nav__item {
    width: 100% !important;
  }
  .nav__list .nav__item:last-of-type a {
    border-bottom: 1px solid rgba(153, 153, 153, 0.3);
  }
  .nav__list .nav__item > a {
    text-align: left;
    width: 100% !important;
    display: flex !important;
    justify-content: space-between;
    padding-bottom: 10px !important;
    border-top: 1px solid rgba(153, 153, 153, 0.3);
  }
  .nav__list .nav__item > a svg {
    width: 12px;
    height: 7px;
    transform: rotate(-90deg);
  }
  .nav, .nav__list {
    height: auto;
  }
  .top__nav .top__info {
    color: #000;
    display: flex !important;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }
  .top__nav .top__info .lang-area, .top__nav .top__info .socialmedia {
    margin-bottom: 15px;
  }
  .top__nav .nav__list .nav__item > a {
    color: #000;
  }
  .top__nav .dropdown-submenu {
    box-shadow: unset;
    position: static;
    background-color: #fff;
    padding: 10px 0;
    flex-direction: column;
  }
  .top__nav .dropdown-submenu .submenu-title {
    display: none;
  }
  .top__nav .dropdown-submenu .link-dropdown::after {
    content: unset !important;
  }
  .top__nav .dropdown-submenu a {
    color: #000;
  }
  .top__nav .dropdown-submenu .dropdown-submenu-item {
    width: 100%;
  }
  .open-menu .nav__item > a.link-dropdown::after,
  .dropdown-submenu-item ul li a::before {
    content: unset !important;
  }
  .top__nav .dropdown-submenu a {
    padding-left: 0;
    width: 100%;
    text-align: left;
  }
  .nav__list .nav__item > a.open svg {
    transform: rotate(360deg) !important;
  }
  .top__nav .dropdown-submenu a span {
    color: #000 !important;
  }
  .top__nav .dropdown-submenu a:hover span {
    color: #fbb901 !important;
  }
  .nav__item-contact {
    display: block !important;
  }
  .top__nav .top__info .link-top {
    color: #000;
  }
  .top__nav .link-dropdown svg line {
    stroke: #000;
  }
  .is-menu-open .menu-trigger--small .menu-trigger__inner span {
    background-color: #fff !important;
  }
  .is-menu-open .logo-white {
    display: none;
  }
  .is-menu-open .logo-color {
    display: block;
  }
  .is-menu-open .link-search {
    color: #000;
  }
  .is-menu-open .link-search svg path {
    fill: #000;
  }
}
@media (max-width: 998px) {
  .section-movie .subcite {
    text-align: center;
    padding-left: 0;
    padding-top: 30px;
  }
  .section-movie .subcite:before {
    bottom: unset;
    top: 0;
    left: calc(50% - 30px);
  }
  .cite-img {
    display: none;
  }
  .slider .owl-nav {
    width: 200px;
    top: 80%;
  }
  .section-movie .top-main__title-fix {
    transform: unset;
  }
  .movie-left {
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .movie-right {
    margin-left: -15px;
    aspect-ratio: 1/1;
    min-height: auto;
  }
  .section-newsletter .main-label, .section-newsletter .main-title {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
  .section-newsletter .horizontal-bar__item, .section-newsletter .horizontal-bar__item {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }
  .section-socialmedia .flex--stretch {
    justify-content: center !important;
    margin-bottom: 50px;
  }
  .section-slider-extendend .owl-nav {
    display: none;
  }
  .footer__right {
    width: 100%;
  }
  .footer__right .btn {
    max-width: 350px;
  }
  .main-title--44 {
    font-size: 2rem;
  }
}
@media (max-width: 776px) {
  .section-socialmedia .tiles-list__action {
    margin-top: 30px;
  }
  .social-btn-wrap {
    position: static;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .main-title--44 {
    font-size: 1.5rem;
  }
  .section-movie {
    margin-top: 5rem;
  }
  .section-socialmedia .img-text__widget {
    width: 100%;
  }
  .section-socialmedia iframe, .section-socialmedia .fb-page span {
    width: 100% !important;
  }
  .section-socialmedia .img-text > .row > div {
    padding-left: 0px;
    padding-right: 0;
  }
  .play-btn svg {
    margin-left: auto;
    margin-right: auto;
    width: 60px;
    height: 60px;
  }
  .top__nav .top__info > div {
    text-align: center;
  }
  .top__nav .top__info > div > a {
    display: block;
  }
  .section {
    padding-top: 5rem;
  }
  .section-slider .top-main {
    min-height: 473px;
  }
  .section-slider .owl-nav .owl-next, .section-slider .owl-nav .owl-prev {
    width: 2.5rem;
    height: 2.5rem;
  }
  .section-slider .owl-nav {
    width: 150px;
  }
  .section-counters .tiles-list__action {
    margin-top: 30px;
  }
}
.divlang-menu {
  z-index: 9 !important;
}

.js-slider-logos .owl-stage {
  margin: 0 auto;
}

.adop-real-count .center-xxs > div {
  display: flex;
}

.adop-real-count .icon-item .wysiwyg + .wysiwyg {
  margin-bottom: 30px;
}

.section-counters .icon-item-action {
  margin-top: auto;
}

.play-btn-width {
  width: 7rem;
}

.footer__left-body--copy-logo {
  padding-right: 3rem !important;
}
.footer__left-body--copy-logo .footer__logo {
  margin-bottom: 24px;
}
.footer__left-body--copy-logo .footer__copy-create {
  padding-right: 0px;
}

.img-person-item__img img {
  height: auto;
}

.section-3boxinfo .tile-img-text__img {
  flex-shrink: 0;
}
.section-3boxinfo .tile-img-text__body {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.section-3boxinfo .tile-img-text {
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {
  .section-animal-gallery-info .slider-tile-container__nav {
    position: static !important;
  }
  .section-animal-gallery-info .slider-tile-container__nav {
    padding-bottom: 15px !important;
  }
}
@media (max-width: 560px) {
  .section-counters .tiles-list__action {
    width: 100% !important;
  }
}
.top-main + .section-image-right {
  margin-top: 150px;
}

.section-carousel-3foto + .section-text-numberlist {
  padding-top: 0;
}

.img-text__body-img .play-btn {
  text-align: center;
  transition: all 0.3s ease-out 0s;
}

.img-text__body-img .play-btn svg {
  position: static !important;
}

.footer__left-body--copy-logo .footer__logo {
  margin-bottom: 22px;
}

.en .footer__left-body--copy-logo .footer__logo {
  margin-bottom: 15px;
}

.section-bgboxes2.text-center .top-main__text {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.section-carousel-3foto + .section-text-numberlist .number-list__number {
  background-color: #c99555 !important;
}

.section-image-right.text-w {
  margin-bottom: 100px;
}
.section-image-right.text-w .wysiwyg ul li:before, .section-image-right.text-w .section--yellow-box-vertical ul.list-styled li:before {
  background-color: #fab400 !important;
}

.with-i {
  background-color: #fafafa;
  padding-top: 80px;
  padding-bottom: 80px;
}

.container.section-bank.with-i .bank-data__right {
  text-align: left !important;
  padding-left: 2.125rem;
}
.container.section-bank.with-i .bank-data__left {
  padding-right: 2.125rem;
  padding-top: 0 !important;
}
.container.section-bank.with-i .bank-data {
  align-items: flex-start;
}
.container.section-bank.with-i .wysiwyg ul li {
  margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .container.section-bank.with-i .bank-data__right, .container.section-bank.with-i .bank-data__left {
    text-align: left !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.lllwrap {
  display: none !important;
}

.is-top-shadow header.top .top__info > div {
  text-align: center;
}

@media (max-width: 1250px) {
  .lllwrap {
    display: block !important;
  }
  .top__info .infoo-tell {
    line-height: 2;
  }
  .top__info .infoo-tell a {
    display: inline-block !important;
  }
  .top__info .small-aa, .top__info .big-aa {
    width: 40px !important;
    height: 40px !important;
    margin-left: 10px;
  }
  .top__info .socialmedia {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .top__info .socialmedia a {
    width: 40px;
    height: 40px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .top__info .infoo-tell {
    margin-bottom: 20px;
  }
  .lll a {
    border: none !important;
  }
}


form.step input[type="number"]::-webkit-outer-spin-button,
form.step input[type="number"]::-webkit-inner-spin-button,
form.form input[type="number"]::-webkit-outer-spin-button,
form.form input[type="number"]::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

form.step input[type="number"],
form.form input[type="number"] {
  -moz-appearance:textfield; /* Firefox */
}

.wysiwyg.html-wysiwyg  img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* BLIK FIX */


.widget__subhaeder-2{
  margin-top: 16px !important;
}


.alert-success-1 {
  top: 146px;
}
.widget__btns-2{
  flex-direction: column;
  display: flex;
  align-items: flex-start;
}
.widget__btns-2 #blikpay{
  margin-top: 16px;
}
body .widget.widget-new .widget__head{
  max-height: 100% !important;
}
body .widget.widget-new .widget__item--1{
  height: 170px;  justify-content: flex-start;
}
body .widget.widget-new .widget__item--2{
  height: 120px;

}

.widget__btns-2  .blik-number {
  font-family: monospace;
  text-align: left !important;
  padding-left: 25px;
  padding-right: 20px;
  max-width: 155px;

}
.widget__btns-2  .blik-number + a{
  min-width: 160px;
}
.widget__btns-2  .blik-number::placeholder{
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 1.5px;
}
.ml10{
  margin-left: 6px;
}
body .widget__btns a{
  padding: 13px 23px !important;
}
body input.widget__radio-item{
  min-width: 130px !important;
}
body .widget__radio-item{
  min-width: 60px !important;
}
body .widget__radio-item-other{
  max-width: 130px !important;
}
@media (max-width: 991px) {
  body .widget.widget-new .widget__item--2,
  body .widget.widget-new .widget__item--1{
    height: 75px !important;
  }
  body .widget.widget-new .widget__head{
    max-height: 375px !important;
  }
}
.error-info{
  font-size: 14px;
  background: #e74c3c;
  position: absolute;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  left: 50%;
  bottom: -15px;
  padding: 3px 7px;
  color: #fff;
  white-space: nowrap;
  transform: translateX(-50%);
}
.blik-modal .error-info{
  bottom: -30px;
}
.blik-modal input.error{
  border-color: #e74c3c !important;
}
.alert-success-1 {
  max-width: 440px;
}

.blik-modal .blik-number {
  letter-spacing: 4px;
}

.blik-modal .blik-number::placeholder {
  letter-spacing: 0;
}


.blik-checkbox .checkbox__text {
  display: block;
  padding-left: 20px;
}

.blik-checkbox .error-info {
  bottom: -15px;
}

.blik-checkbox .checkbox {
  font-size: .7rem;
  color: #fff;
}

.blik-checkbox .pos-relative {
  min-width: 160px;
}

.blik-checkbox .checkbox__text:before {
  width: 8px;
  height: 10px;
  top: 0;
  left: 0;
}

.blik-checkbox .checkbox__text:after {
  width: 16px;
  height: 16px;
}

.blik-checkbox #widget__radio-item-email {
  text-align: left !important;
  max-width: 170px !important;
  display: none;
}

.blik-checkbox .aligncenter {
  display: flex;
  align-items: center;
}

.blik-checkbox .checkbox {
  line-height: 1;
  font-size: 12px;
  padding-left: 10px;
}

.blik-checkbox .checkbox__text a {
  line-height: 1;
  font-size: 12px;
  color: #fff;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.blik-checkbox .checkbox__text a:hover{
  text-decoration: underline;
}
