@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: 'Heading Pro';
  src: url('../fonts/HeadingPro-Regular.eot');
  src: local('Heading Pro Regular'), local('HeadingPro-Regular'), url('../fonts/HeadingPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/HeadingPro-Regular.woff2') format('woff2'), url('../fonts/HeadingPro-Regular.woff') format('woff'), url('../fonts/HeadingPro-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova Lt';
  src: url('../fonts/ProximaNova-Semibold.eot');
  src: local('Proxima Nova Semibold'), local('ProximaNova-Semibold'), url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Semibold.woff2') format('woff2'), url('../fonts/ProximaNova-Semibold.woff') format('woff'), url('../fonts/ProximaNova-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'e-ukraine';
  src: url('../fonts/e-ukraine-thin_w.eot');
  src: local('e-ukraine Thin'), local('e-ukraine-thin'), url('../fonts/e-ukraine-thin_w.eot?#iefix') format('embedded-opentype'), url('../fonts/e-ukraine-thin_w.woff2') format('woff2'), url('../fonts/e-ukraine-thin_w.woff') format('woff'), url('../fonts/e-ukraine-thin_w.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'e-ukraine';
  src: url('../fonts/e-ukraine-ultralight_w.eot');
  src: local('e-ukraine Ultralight'), local('e-ukraine-ultralight'), url('../fonts/e-ukraine-ultralight_w.eot?#iefix') format('embedded-opentype'), url('../fonts/e-ukraine-ultralight_w.woff2') format('woff2'), url('../fonts/e-ukraine-ultralight_w.woff') format('woff'), url('../fonts/e-ukraine-ultralight_w.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'e-ukraine';
  src: url('../fonts/e-ukraine-light_w.eot');
  src: local('e-ukraine Light'), local('e-ukraine-light'), url('../fonts/e-ukraine-light_w.eot?#iefix') format('embedded-opentype'), url('../fonts/e-ukraine-light_w.woff2') format('woff2'), url('../fonts/e-ukraine-light_w.woff') format('woff'), url('../fonts/e-ukraine-light_w.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'e-ukraine';
  src: url('../fonts/e-ukraine-regular_w.eot');
  src: local('e-ukraine Regular'), local('e-ukraine-regular'), url('../fonts/e-ukraine-regular_w.eot?#iefix') format('embedded-opentype'), url('../fonts/e-ukraine-regular_w.woff2') format('woff2'), url('../fonts/e-ukraine-regular_w.woff') format('woff'), url('../fonts/e-ukraine-regular_w.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'e-ukraine';
  src: url('../fonts/e-ukraine-medium_w.eot');
  src: local('e-ukraine Medium'), local('e-ukraine-medium'), url('../fonts/e-ukraine-medium_w.eot?#iefix') format('embedded-opentype'), url('../fonts/e-ukraine-medium_w.woff2') format('woff2'), url('../fonts/e-ukraine-medium_w.woff') format('woff'), url('../fonts/e-ukraine-medium_w.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'e-Ukraine Head';
  src: url('../fonts/e-ukrainehead-regular_w.eot');
  src: local('e-ukraine Head Regular'), local('e-ukraine-head-regular'), url('../fonts/e-ukrainehead-regular_w.eot?#iefix') format('embedded-opentype'), url('../fonts/e-ukrainehead-regular_w.woff2') format('woff2'), url('../fonts/e-ukrainehead-regular_w.woff') format('woff'), url('../fonts/e-ukrainehead-regular_w.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'e-Ukraine Head';
  src: url('../fonts/e-ukrainehead-medium_weot');
  src: local('e-ukraine Head Medium'), local('e-ukraine-head-medium'), url('../fonts/e-ukrainehead-medium_w.eot?#iefix') format('embedded-opentype'), url('../fonts/e-ukrainehead-medium_w.woff2') format('woff2'), url('../fonts/e-ukrainehead-medium_w.woff') format('woff'), url('../fonts/e-ukrainehead-medium_w.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
body {
  font-family: 'e-ukraine', sans-serif;
  font-weight: 300;
  background-color: #f9f9fb;
  color: #191919;
}
a {
  color: #191919;
  text-decoration: none;
}
a:hover {
  color: #265CB2;
}
h2 {
  font-family: 'e-Ukraine Head', sans-serif;
  font-size: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e1dede;
  text-align: right;
  padding-right: 3rem;
}
section {
  margin: 1.2rem 0;
}
.mt-5 {
  margin-top: 1.2rem !important;
}
.btn {
  padding: 10px 20px;
}
.btn-primary {
  background-image: linear-gradient(#FFCC11, #FFCC11 6%, #FFCC11);
  filter: none;
  border: 1px solid #FFCC11;
  color: #191919;
  font-size: 0.9rem;
}
.btn-primary:hover {
  background-image: linear-gradient(#FFBF10, #FFCC11 6%, #FFBF10);
  border: 1px solid #FFBF10;
  color: #191919;
}
.btn-primary:checked, .btn-primary:active, .btn-primary:focus, .btn-primary.focus {
  background-image: linear-gradient(#FFBF10, #FFCC11 6%, #FFBF10) !important;
  border: 1px solid #FFBF10 !important;
  background-color: #FFBF10 !important;
  color: #191919;
}
.btn-info {
  background-image: linear-gradient(#265CB2, #265CB2 6%, #265CB2);
  filter: none;
  border: 1px solid #265CB2;
  font-size: 0.9rem;
}
.btn-info:hover {
  background-image: linear-gradient(#1A51A8, #265CB2 6%, #1A51A8);
  border: 1px solid #1A51A8;
}
.btn-info:checked, .btn-info:active, .btn-info:focus, .btn-info.focus {
  background-image: linear-gradient(#1A51A8, #265CB2 6%, #1A51A8) !important;
  border: 1px solid #1A51A8 !important;
}
.btn-light {
  background-image: linear-gradient(#FFFFFF, #FFFFFFF, #FFFFFF);
  filter: none;
  border: 1px solid #FFFFFF;
  color: #191919;
  font-size: 0.9rem;
}
/******/
.white-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 999998;
}
/*
.white-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 999998; 
  animation: fadeOut 0.8s ease forwards; 
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none; 
  }
}
*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999997;
}
.loader-animation {
  position: relative;
  width: 120px;
  height: 120px;
  animation: spin 1s ease-in-out infinite;
  border: 6px solid #FFCC11;
  border-radius: 50%;
  border-top-color: #265CB2;
  z-index: 999999;
}
.logo-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/******/
header {
  background-color: #F1F1F2;
}
header a {
  text-decoration: none;
  color: #777;
  font-size: 14px;
  line-height: 24px;
}
header a:hover {
  border: 0;
}
.h-cont {
  /*color: #265CB2;*/
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: -1.6px;
  font-weight: 400;
}
.h-cont i {
  margin-right: 5px;
}
.navbar.fixed-top {
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
}
.navbar-placeholder {
  display: none;
  height: 0;
}
.navbar.fixed-top + .navbar-placeholder {
  display: block;
  height: 69px;
}
.copyright {
  font-weight: 100;
  font-size: 0.75rem;
}
.f_header-pro {
  font-family: 'Heading Pro', sans-serif;
}
.f_prox {
  font-family: 'Proxima Nova Lt', sans-serif;
}
.navbar {
  font-size: 14px;
  line-height: 15px;
}
.navbar-brand {
  font-size: 15px;
  font-weight: 600;
}
.front-slider {
  position: relative;
  max-height: 600px;
  overflow: hidden;
  background-color: #000;
}
.top-slider {
  position: relative;
  max-height: 600px;
  overflow: hidden;
}
.slider-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.ts-img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
}
.top-nav {
  border-color: #fff !important;
}
.h-cont {
  margin-right: 30px;
}
.h-lang {
  margin-left: 10px;
  padding: 7px 10px 4px 10px;
  border-radius: 8px;
  background-color: #fff;
}
.h-lang img {
  width: 22px;
  height: auto;
  margin-top: -5px;
}
.social i {
  display: inline-block;
  font-size: 1.2rem;
  padding: 7px 13px 4px 13px;
  margin: 3px;
  border-radius: 8px;
  background-color: #fff;
}
.slider-text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 600px;
}
.slider-text-block {
  background-color: rgba(8, 8, 8, 0.3);
  padding: 60px;
  width: 500px;
  color: #fff;
  border-radius: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(1);
  right: 8%;
}
.h100 {
  height: 100%;
}
.stb-top {
  border-bottom: 1px solid #fff;
  padding-bottom: 24px;
  margin-bottom: 20px;
}
.stbt-l {
  font-weight: 500;
  color: #FFBF10;
  font-size: 1.4rem;
}
.stbt-r {
  padding: 15px 39px 15px 24px;
  background-color: rgba(256, 256, 256, 0.3);
  border-radius: 14px;
  color: #fff;
  background-image: url("../images/vector3.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  background-size: 13px 13px;
}
.stbt-r img {
  width: 13px;
  height: auto;
  margin-left: 10px;
  margin-top: -3px;
}
.stb-middle h2 {
  font-family: 'Heading Pro', sans-serif;
  font-size: 3rem;
}
.section-photo {
  margin: 2rem 0;
}
.section-photo img {
  width: 100%;
  height: auto;
}
.Points {
  width: 196px;
  height: 161px;
  padding: 31px 37px;
  background: rgba(25, 25, 25, 0.03);
  border-radius: 19.05px;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8.57px;
  display: inline-flex;
  margin: 0.5rem;
}
.Points span {
  text-align: center;
  line-height: 19px;
  white-space: nowrap;
  margin-top: -20px;
}
section h3 {
  margin-bottom: 2rem;
}
/********************************/
.ellipse-parent {
  padding: 0.8rem 0;
}
.div31 {
  border-radius: 26.25px;
  background-color: rgba(25, 25, 25, 0.03);
  ;
  overflow: hidden;
  padding: 1.2rem;
  min-height: 100%;
}
.div32 {
  font-size: 2.5rem;
  font-weight: 500;
}
.div33 {
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.div34 {
  font-size: 0.9rem;
}
.blue-add {
  background-color: #265CB2;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
}
.text2 {
  color: #fff;
  font-size: 1.2rem;
  align-self: flex-start;
  margin-top: auto;
}
.img2 {
  position: absolute;
  right: 2.7rem;
  bottom: 2.7rem;
}
/***************************/
.fni-tag {
  border-radius: 13px;
  border: 0.9px solid rgba(25, 25, 25, 0.2);
  padding: 8px 18px;
  display: inline-block;
}
.fni-title {
  font-family: 'e-Ukraine Head', sans-serif;
  font-size: 1.2rem;
}
.fni-date {
  font-size: 0.9rem;
  color: rgba(25, 25, 25, 0.5);
}
.slick-slider .slick-arrow {
  position: absolute;
  top: 0;
  margin-top: -48px;
  z-index: 9;
  border: none;
  background-color: #fff;
  color: #999999;
  padding: 14px;
  width: 40px;
  height: 42px;
  border-radius: 0;
  text-align: center;
  cursor: pointer;
}
.slick-slider .slick-arrow i {
  font-size: 18px;
  line-height: 14px;
  display: block;
}
.slick-slider .slick-arrow.slick-prev {
  right: 50px;
  border-left: 1px solid rgba(25, 25, 25, 0.2);
  border-top: 1px solid rgba(25, 25, 25, 0.2);
  border-bottom: 1px solid rgba(25, 25, 25, 0.2);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.slick-slider .slick-arrow.slick-next {
  right: 10px;
  border-right: 1px solid rgba(25, 25, 25, 0.2);
  border-top: 1px solid rgba(25, 25, 25, 0.2);
  border-bottom: 1px solid rgba(25, 25, 25, 0.2);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.slick-slider .slick-arrow:hover {
  color: #ff0000;
}
.slick-slider .slick-arrow:hover::before {
  margin-left: 6px;
  margin-top: 6px;
}
/************************/
.front-slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: 0;
  z-index: 9;
  border: none;
  background-color: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.50);
  padding: 14px;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
}
.front-slider .slick-arrow i {
  font-size: 30px;
  display: block;
}
.front-slider .slick-arrow.slick-prev {
  right: auto;
  left: 20px;
  border: none;
  border-radius: 8px;
}
.front-slider .slick-arrow.slick-next {
  right: 20px;
  border: none;
  border-radius: 8px;
}
.front-slider .slick-arrow:hover {
  color: rgba(255, 255, 255, 0.80);
}
.front-slider .slick-arrow:hover::before {
  /* margin-left: 6px;
  margin-top: 6px;*/
}
/************************/
.parallax {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  margin: 3rem 0;
}
.parallax img {
  width: auto;
  height: 100%;
}
.parallax-bg, .parallax-fg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
.parallax-bg {
  z-index: 1;
  background-image: url('../images/p_home1_ground2.jpg');
}
.parallax-fg {
  z-index: 2;
  background-image: url('../images/p_home1_obj2.png');
}
/**************************************/
.h2-nounder {
  border-bottom: none;
  margin-bottom: 0;
}
.tab-container {
  display: flex;
  border-top: 1px solid #e1dede;
}
.tab-button {
  width: 240px;
  border: none;
  padding: 30px 20px;
  cursor: pointer;
  font-weight: normal;
  outline: none;
  background: none;
  line-height: 1rem;
}
.tab-button:hover {
  position: relative;
}
.tab-button:hover::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-top: 5px solid #265CB2;
}
.tab-button.active {
  position: relative;
  font-weight: bold;
}
.tab-button.active::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-top: 5px solid #FFCC11;
}
.tab-content {
  display: none;
  padding: 20px;
}
.tab-content.active {
  display: block;
}
/*******************/
.fni-image {
  overflow: hidden;
}
.card-img-top {
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease 0s;
}
.card-img-top:hover {
  transform: scale(1.2, 1.2);
}
.gallery-photo .slick-slide:not(.slick-center) {
  z-index: 0;
  transform: scale(0.9);
}
.gallery-photo .slick-active.slick-center + .slick-slide + .slick-slide {
  z-index: 1;
}
.gallery-photo .slick-active.slick-center + .slick-slide, .gallery-photo .slick-center + .slick-cloned {
  z-index: 2;
}
.gallery-photo .slick-center {
  z-index: 3;
  transform: scale(1.07);
  /* transform: scale(1.16);  */
}
.gallery-photo .slick-slide {
  position: relative;
  transition: transform 80ms;
}
.gallery-photo .slide img {
  position: relative;
  transform: translateX(-50%);
  left: 50%;
}
.gallery-photo .slick-slide img {
  width: 100%;
  height: auto;
}
.gallery-video .slick-slide:not(.slick-center) {
  z-index: 0;
  transform: scale(0.9);
}
.gallery-video .slick-active.slick-center + .slick-slide + .slick-slide {
  z-index: 1;
}
.gallery-video .slick-active.slick-center + .slick-slide, .gallery-photo .slick-center + .slick-cloned {
  z-index: 2;
}
.gallery-video .slick-center {
  z-index: 3;
  transform: scale(1.07);
  /* transform: scale(1.16);  */
}
.gallery-video .slick-slide {
  position: relative;
  transition: transform 80ms;
}
.gallery-video .slide img {
  position: relative;
  transform: translateX(-50%);
  left: 50%;
}
.gallery-video .slick-slide img {
  width: 100%;
  height: auto;
}
.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.slick-dots li button {
  font-size: 0;
}
.slick-dots li {
  margin: 0 6px;
  list-style: none;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
  background-color: #bbb;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.slick-dots li.slick-active button {
  background-color: #555;
}
.ellipse {
  margin-right: 0.5rem;
}
.gallery-text {
  font-size: 0.8rem;
}
.gallery-about {
  display: flex;
  align-items: center;
}
.gallery-about .line {
  flex-grow: 1;
  height: 1px;
  background-color: #ccc;
  margin: 0 10px 0 14px;
}
.margr-1 {
  margin-right: 1rem;
}
.gallery-partner .slick-list {
  /*overflow: visible;*/
}
.partner-item {
  position: relative;
  height: 220px !important;
  border: 1px solid #eee;
  cursor: pointer;
}
.partner-item-text {
  position: absolute;
  bottom: 0;
  background-color: rgba(7, 7, 7, 0.55);
  color: #fff;
  padding: 1.2rem;
  text-align: center;
  font-size: 0.7rem;
  width: 100%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.partner-item:hover {
  background-image: url("../images/back-partner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  /*transform: scale(1.16);*/
}
.partner-item:hover img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(198deg) brightness(104%) contrast(102%);
  margin-top: -50px;
} /*дочерний элемент*/
.partner-item:hover .partner-item-text {
  opacity: 1;
}
/*************************/
.tab_item, .tab_item2 {
  display: none;
}
.tab_item:first-child, .tab_item2:first-child {
  display: block;
}
.tabs {
  display: flex;
  border-top: 1px solid #bababa;
}
.tab, .tab2 {
  width: 240px;
  border: none;
  padding: 30px 20px;
  cursor: pointer;
  font-weight: normal;
  outline: none;
  background: none;
  line-height: 1rem;
  font-size: 0.9rem;
  text-align: center;
  color: #b9b8b8;
}
.tab2 {
  font-size: 0.7rem;
}
.tab:hover, .tab2:hover {
  position: relative;
}
.tab:hover::before, .tab2:hover::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-top: 5px solid #265CB2;
}
.tab.active, .tab2.active {
  position: relative;
  color: #fff;
}
.tab.active::before, .tab2.active::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-top: 5px solid #FFCC11;
}
/*************************/
.container-support {
  background-color: #666;
  border-radius: 1rem;
  color: #fff;
}
.container-support h2 {
  border: none;
}
.bank-frame {
  border: 1px solid #bababa;
  border-radius: 1rem;
  font-size: 0.8rem;
}
.bank-frame-text1 {
  color: #b9b8b8;
}
.btn-copy {
  margin-right: 0 !important;
}
h2.swal2-title {
  border: none !important;
  font-family: 'e-ukraine', sans-serif !important;
}
/***********************/
.support-left {
  margin-right: 100px;
}
.sp-left {
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 0.93rem 1.37rem;
  margin-bottom: 0.93rem;
}
.sp-left .form-check {
  white-space: nowrap;
}
.sp-left .form-check-input {
  margin-left: 0;
  width: 35px;
  height: 25px;
}
.sp-left .form-check-label {
  margin-left: 1rem;
  line-height: 1.2rem;
  margin-top: 8px;
}
.form-check-input:checked {
  background-color: #265CB2;
  border-color: #265CB2;
}
.active-pay {
  background-color: #265CB2;
  border-radius: 0.5rem;
}
.pay-time {
  cursor: pointer;
}
.sum-cart {
  padding: 10px;
  font-size: 1.2rem;
}
.plus-sum {
  border-radius: 0.5rem;
  background-color: #474747;
  cursor: pointer;
}
.plus-sum:hover {
  background-color: #265CB2;
}
.active-plus {
  background-color: #265CB2;
}
.make-donate .btn {
  width: 100%;
}
footer {
  background-color: #F1F1F2;
  font-size: 0.8rem;
}
footer p {
  margin-bottom: 0.8rem;
}
footer ol, footer ul {
  padding-left: 1rem;
}
.gray {
  color: #aaa;
}
.social-icon i {
  display: inline-block;
  font-size: 1.2rem;
  padding: 7px 13px 4px 13px;
  margin: 3px;
  border-radius: 8px;
  background-color: #fff;
}
.b-lang {
  margin-left: 10px;
  padding: 8px 10px 8px 10px;
  border-radius: 8px;
  background-color: #fff;
}
.wrap-f-bt {
  text-align: right;
}
.f-bt a {
  min-width: 250px;
}
.nBtslick {
  margin-top: -20px;
}
.nBtslickGal {
  margin-top: -20px;
  margin-bottom: 30px;
}
.pnav-item {
  display: inline-block;
  font-size: 1rem;
  padding: 7px 13px 4px 13px;
  margin: 0px;
  border-radius: 8px;
  background-color: #fff;
  min-width: 50px;
  text-align: center;
  border: 1px solid #eee;
}
.curpage {
  color: #ccc;
}
h1 {
  font-family: 'e-Ukraine Head', sans-serif;
  font-size: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e1dede;
  margin-bottom: 60px;
  text-align: right;
  padding-right: 3rem;
}
.team-item {
  width: 320px;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  margin-bottom: 3rem;
}
.team-item img {
    width: 100%;
    height: auto;
}
.ti-title {
    margin-top: 1rem;
    text-align: center;
    transform: scale(0.8);
}
.h-cont .text-hide {
  display: inline; 
}