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: 0px;
}

.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: #002C66 !important;
}

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

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

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

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

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

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

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

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

.nav__item {
  margin-right: 38px;
}

.nav__item a:hover {
  color: #002C66 !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: 1rem;
  font-weight: 400;
  padding: 5px;
  color: #000;
  display: flex;
  align-items: center;
}

.divlang-menu ul li a:hover {
  color: #002C66 !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: #002C66 !important;
}

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

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

.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;
  z-index: 4;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-submenu {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  top: calc(100% + 2px);
  left: 0;
  background-color: #002C66;
  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 .top__logo {
  padding-bottom: 10px;
}

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: 0.875rem !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-right11.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: 0.935rem !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: #002C66 !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: #002C66;
}

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

.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: 1.875rem;
  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: 1.5rem;
  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: 1.125rem;
  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;
}

.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: 30px;
  max-width: 680px;
}

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

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

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

.footer__text {
  font-size: 0.938rem;
  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% - 30px);
  z-index: 999;
  right: 0;
  transition: all 0.4s;
}

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

.widget .widget__head {
  width: 116px;
  background-color: #002C66;
  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: 1.125rem;
  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: #002C66;
  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: 0.935rem;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 10px;
}

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

.widget .widget__subhaeder {
  color: #fff;
  font-weight: 400;
  font-family: "Barlow";
  font-size: 0.75rem;
  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: 0.935rem;
  font-family: "Barlow";
  font-weight: 400;
  border-radius: 5px;
  transition: all 0.4s;
}

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

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

.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: 0.938rem;
  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: 0.935rem;
  font-family: "Barlow";
  max-width: 145px;
  font-weight: 400;
}

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

.widget__radio-item-input::placeholder {
  color: #000;
  font-size: 0.935rem;
  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: 1.125rem;
  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: 3.375rem;
  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: 1.125rem;
  margin: 50px auto 0 auto;
  max-width: 1100px;
}

.img-text__circle-green {
  background-color: #002C66;
}

.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: 0.75rem;
  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: 0.75rem;
}

.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 */
}

@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: #002C66 !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) {
  .widget {
    display: none;
  }
  .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;
  }
}
@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;
  }
}
.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;
}

.section-slider-subpage .top-main {
  min-height: 500px;
}

@media (min-width: 768px) {
  .section-slider-subpage .main-title--89 {
    font-size: 3.6rem;
  }
}
.widget__item span {
  font-size: 0.875rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  display: block;
  font-weight: 600;
  margin-top: 20px;
}

body .widget .widget__item--2 {
  height: 170px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.widget .widget__item svg {
  max-height: 54px;
}

.widget .widget__item:hover svg path,
.widget .widget__item:hover svg circle,
.widget .widget__item:hover svg line {
  fill: none !important;
  stroke: #3D6A2B;
}

.widget .widget__item svg line,
.widget .widget__item:hover span {
  transition: all 0.3s;
}

.widget .widget__item:hover span {
  color: #3D6A2B;
}

.widget .widget__head {
  background: linear-gradient(90deg, rgb(39, 167, 55) 0%, rgb(205, 213, 0) 100%) !important;
}

@media (min-width: 768px) {
  .section-slider-extendend .main-title--89 {
    font-size: 3.6rem;
    max-width: 800px;
  }
}
.section-image-right {
  margin-top: 50px;
}

.icon-image-wrap {
  height: 160px;
  width: 160px;
  position: absolute;
  top: 45px;
  left: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.color-1 .icon-image-wrap {
  background-color: #c99555;
}

.color-2 .icon-image-wrap {
  background-color: #80ba27;
}

.color-3 .icon-image-wrap {
  background-color: #f39200;
}

.img-text__body-img {
  position: relative;
}

.section--yellow-box-vertical {
  background-color: #fafafa;
}

.section--yellow-box-vertical.color-1:before {
  background: #c99555;
}

.section--yellow-box-vertical.color-2:before {
  background: #80ba27 !important;
}

.section--yellow-box-vertical.color-3:before {
  background: #f39200 !important;
}

.section--yellow-box-vertical.lap-1:before,
.section--yellow-box-vertical.lap-2:before,
.section--yellow-box-vertical.lap-3:before,
.section--yellow-box-vertical.lap-4:before {
  background-blend-mode: soft-light;
}

.section--yellow-box-vertical.lap-1:before {
  background-image: url(../img/lap-1.png) !important;
  background-position: top right;
  background-repeat: no-repeat;
}

.section--yellow-box-vertical.lap-1.position-1:before {
  background-image: url(../img/lap-1.png) !important;
  background-position: top left;
  background-repeat: no-repeat;
}

.section--yellow-box-vertical.lap-2:before {
  background-image: url(../img/lap-2.png) !important;
  background-position: top right !important;
  background-repeat: no-repeat !important;
}

.section--yellow-box-vertical.lap-2.position-1:before {
  background-image: url(../img/lap-2r.png) !important;
  background-position: top left !important;
  background-repeat: no-repeat !important;
}

.section--yellow-box-vertical.lap-3:before {
  background-image: url(../img/lap-3.png) !important;
  background-position: top right !important;
  background-repeat: no-repeat !important;
}

.section--yellow-box-vertical.lap-3.position-1:before {
  background-image: url(../img/lap-3r.png) !important;
  background-position: top left !important;
  background-repeat: no-repeat !important;
}

.section--yellow-box-vertical.lap-4:before {
  background-image: url(../img/lap-4.png) !important;
  background-position: top right !important;
  background-repeat: no-repeat !important;
}

.section--yellow-box-vertical.lap-4.position-1:before {
  background-image: url(../img/lap-4r.png) !important;
  background-position: top left !important;
  background-repeat: no-repeat !important;
}

.section-image-right .tile-item__body {
  position: absolute;
  width: 100%;
  bottom: 30px;
  left: 30px;
  right: 30px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 30px);
}
.section-image-right .tile-item__body .ba-title {
  font-size: 34px;
}
.section-image-right .tile-item__body .tim {
  margin-right: 10px;
}
.section-image-right .tile-item__body .tim i {
  font-size: 16px;
}
.section-image-right .tile-item__body .tim b {
  font-size: 40px;
  min-width: 40px;
  background-color: #f39200;
}
.section-image-right .tile-item__body .ba-title {
  margin-right: 30px;
}
.section-image-right .tile-item__body .color9 {
  background-color: #80ba27;
  padding: 20px 30px;
  border: none;
  margin-right: auto;
  margin-left: auto;
}

.section--yellow-box-vertical.position-1 .image-grants {
  order: -1;
}
.section--yellow-box-vertical.position-1:before {
  left: 0;
  right: unset;
}

@media (max-width: 1250px) {
  .section-image-right .tile-item__body .color9 {
    padding: 10px 10px;
    width: calc(100% - 30px);
  }
  .section-image-right .tile-item__body .ba-title {
    font-size: 1rem;
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  body .widget .widget__head {
    max-height: unset !important;
    width: 265px !important;
  }
  body .widget .widget__head .widget__item {
    flex-direction: row !important;
    justify-content: center;
  }
  body .widget .widget__head .widget__item span {
    margin: 0 !important;
  }
  body .widget .widget__item--2 {
    height: auto !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
@media (max-width: 998px) {
  .section-image-right .tile-item__body .tim b {
    font-size: 2rem;
    min-width: 2rem;
  }
  .icon-image-wrap,
  .icon-image {
    width: 120px;
    height: 120px;
    left: 15px;
    top: 35px;
  }
  .icon-image {
    max-width: 60px;
    max-height: 60px;
  }
}
@media (max-width: 470px) {
  .section-image-right .tile-item__body .tim b {
    font-size: 1.625rem;
    min-width: 1.625rem;
  }
  .section-image-right .tile-item__body {
    width: 100%;
    left: 10px;
    bottom: 30px;
  }
  .section-image-right .tile-item__body .color9 {
    width: calc(100% - 20px);
  }
}
.form__field input[type=number]::-webkit-outer-spin-button,
.form__field input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.form__field input[type=number] {
  -moz-appearance: textfield;
}

.section--100-top {
  padding-top: 100px !important;
}

.logged-vote .vote-item.color-1 .tile-img-text {
  background-color: #c99555 !important;
}
.logged-vote .vote-item.color-2 .tile-img-text {
  background-color: #80ba27 !important;
}
.logged-vote .vote-item.color-3 .tile-img-text {
  background-color: #f39200 !important;
}
.logged-vote .vote-item .tile-img-text {
  flex-direction: row;
  display: flex;
}
.logged-vote .vote-item .tile-img-text figure {
  max-width: 370px;
}
.logged-vote .tile-img-text__body {
  padding-left: 50px !important;
}
.logged-vote .tile-text-info4-special {
  background-color: #fff;
  color: #000;
  text-align: center;
  display: flex;
  padding: 0.3125rem 1.5625rem;
  border-radius: 6px;
  min-width: 270px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  min-height: 58px;
}
.logged-vote .tile-text-info4-special b {
  margin-left: 10px;
  font-weight: bold !important;
}

.tile-img-text__img-wrap {
  width: 100%;
  height: 100px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.tile-text-info4.tit-descr {
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tile-img-text__top {
  width: 100%;
}

.tile-item__action--alt2 {
  position: absolute;
  bottom: 10px;
}

.pos-rel {
  position: relative;
}

.tile-item__action--alt2 .btn.color9 {
  background-color: #80ba27;
  border-color: #80ba27;
}
.tile-item__action--alt2 .tim b {
  background-color: #f39200;
}
.tile-item__action--alt2 .tim i {
  font-size: 1rem;
}
.tile-item__action--alt2 .ba-title {
  font-size: 1.4rem;
}

.vote-item.color-gray .tile-img-text {
  background-color: #d6d6d6 !important;
  color: #000 !important;
}
.vote-item.color-gray .tile-text-info4 {
  color: #000 !important;
}

.tile-text-info4-status span {
  text-transform: uppercase;
  font-weight: bold;
}
.tile-text-info4-status span.text-red {
  color: #F30000;
}
.tile-text-info4-status span.text-orange {
  color: #F39200;
}

.section-grants-list .tile-img-text__img {
  max-height: 310px !important;
}

@media (max-width: 600px) {
  .insid-setting .vote-item.color-gray .tile-img-text,
  .insid-setting .logged-vote .vote-item .tile-img-text {
    flex-direction: column;
  }
  .insid-setting .section-grants-list .tile-img-text__body {
    padding: 10px !important;
  }
}
.setting-item-in {
  padding-top: 50px !important;
}

.logo-wrap {
  width: 100%;
  max-height: 180px;
  background-color: #eaeaea;
  padding: 20px;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-right: 0 !important;
}

#wpadminbar {
  display: none !important;
}

.section-desc {
  padding-top: 0 !important;
}
.section-desc .desc-title {
  font-size: 1.5rem;
  text-transform: uppercase;
}

.desc-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.show-desc {
  transition: all 0.4s ease-in-out;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
}
.show-desc svg {
  margin-right: 10px;
}
.show-desc svg path {
  transition: all 0.4s ease-in-out;
}
.show-desc:hover {
  color: #18191A;
}
.show-desc:hover svg path {
  fill: #18191A;
}

.label-b {
  margin-bottom: 20px;
}

.label-bb {
  margin-bottom: 40px;
  text-align: center;
  font-size: 1.125rem;
}

.tmp .tile-img-text__location {
  display: flex;
  flex-direction: column;
  margin-bottom: 0 !important;
}

.tmp .colle {
  min-width: 200px;
}

.social-share {
  display: flex;
  justify-content: center;
}
.social-share a {
  display: flex;
  flex-direction: column;
  margin: 40px;
}
.social-share a span {
  margin-top: 15px;
  color: #FAB400;
  transition: all 0.4s;
}
.social-share a svg {
  width: 80px;
  height: 80px;
}
.social-share a svg path {
  transition: all 0.4s;
}
.social-share a:hover span {
  color: #18191A;
}
.social-share a:hover svg path {
  fill: #18191A;
}

.label-social {
  font-size: 1.125rem;
}

.copy-input-wrap input {
  text-align: center;
  color: #18191A !important;
}
.copy-input-wrap .copyButton {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
.copy-input-wrap .copyButton span {
  color: #FAB400;
  transition: all 0.4s;
}
.copy-input-wrap .copyButton svg {
  margin-right: 10px;
}
.copy-input-wrap .copyButton svg path {
  transition: all 0.4s;
}
.copy-input-wrap .copyButton:hover span {
  color: #18191A;
}
.copy-input-wrap .copyButton:hover svg path {
  fill: #18191A;
}

.iframe-text {
  margin-bottom: 40px;
  color: #18191A !important;
}

.d-center {
  display: flex;
  width: 100%;
  justify-content: center;
}

.reglink {
  margin-top: 15px;
}
.reglink:hover {
  color: #18191A !important;
}

@media (max-width: 768px) {
  .desc-footer {
    flex-direction: column;
    align-items: center;
  }
  .desc-footer .show-desc {
    margin-top: 20px;
  }
}

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