@import 'https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,800;1,300&display=swap';


.tabs input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.foreman-logo{
  width: 12.5rem;
}
.foreman-logo-footer{
  width: 12.5rem;
}
.ab-item{
  color:#fff !important;
}
#about > div.pin-spacer{
/*  margin: auto !important; */
}
.tabs {
  max-width: 1058px;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.tab {
  position: relative;
  width: 100%;
  color: var(--black);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid var(--black);
  padding-top: 30px;
}
.tab-arrow {
  position: absolute;
  left: 0;
  bottom: 15px;
}
.tab-label {
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1em 0;
  font-weight: bold;
  cursor: pointer;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--black);
}
.tab-content {
  max-width: 410px;
  width: 100%;
  margin-bottom: 35px;
  max-height: 0;
  padding: 0 1em;
  color: var(--black);
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--black);
}
.tab-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}
.tab-close:hover {
  background: #1a252f;
}
.tab input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
}
.app__tabs {
  position: relative;
  margin-top: 116px;
  min-height: 430px;
}
.app__tabs::before,
.app__tabs::after {
  content: '';
  display: table;
}
.app__tabs::after {
  clear: both;
}
.app__tab {
  float: left;
  width: 50%;
}
.app__tab-switch {
  display: none;
}
.app__tab-row {
  width: 100%;
  border-bottom: 1px solid var(--white);
}
.app__tab-row:nth-child(1) {
  margin-bottom: 50px;
  margin-top: 30px;
}
.app__tab-step {
  max-width: 233px;
  width: 100vw;
}
.app__tab-step h5 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--white);
}
.app__tab-step p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--white);
}
.app__tab-label {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--white);
  position: relative;
  display: block;
  line-height: 2.75em;
  height: 3em;
  color: rgba(252, 252, 252, 0.4);
  cursor: pointer;
  top: 0;
  border-bottom: 1px solid var(--white);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.app__tab-label:hover {
  -webkit-transition: top 0.25s;
  transition: top 0.25s;
}
.app__tab-content {
  height: 12rem;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 2.75em;
  left: 0;
  padding-top: 1.618rem;
  color: #2c3e50;
  opacity: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.app__tab-switch:checked + .app__tab-label {
  border-bottom: 1px solid var(--red);
  color: var(--white);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  z-index: 1;
}
.app .tab-2 .app__tab-label {
  padding-left: 20px;
}
.app__tab-switch:checked + label + .app__tab-content {
  z-index: 2;
  opacity: 1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
:root {
  --black: #2b2b2b;
  --red: #dc4a46;
  --blue: #dfe6f0;
  --white: #fcfcfc;
  --title-font-size: 64px;
  --title-line-height: 78px;
}
ul {
  padding: 0;
  margin: 0;
}
body::-webkit-scrollbar {
  display: none;
}
body {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body {
  max-width: 100vw;
  overflow-x: hidden;
  background-color: #f1efef !important;
}
.container {
  padding: 0 20px !important;
}
a {
  text-decoration: none !important;
  color: var(--black) !important;
}
.red-text {
  position: relative;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: var(--black);
  max-width: 682px;
  position: relative;
}
.red-text:before {
  content: '';
  position: absolute;
  left: -27px;
  top: 0;
  height: 100%;
  width: 2px;
  background: #e6e6e6;
}
.navbar-toggler-icon{
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23000000' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler {
  display: none;
}
.header .navbar {
  background: #f1efef;
  min-height: 120px;
  max-width: 100vw;
}
.popup__inner-text p{
  font-size:18px;
  color:var(--black);
  text-align:center;
  font-size:21px;
}
.popup__inner-text p a{
  font-size:24px;
  text-decoration:underline !important;
  color:var(--black) !important;
  display:block;
}
.popup__inner-text textarea{
  max-width:100%;
  width:100%;
  display:block;
  margin:16px 0 24px 0;
}
.popup__inner-text button{
  background:#2c2c2c;
  color:#fff;
  border-radius:20px;
  margin:0 auto;
  padding:8px 24px;
  outline:none;
  border:none;
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap:30px;
  max-width: 770px;
  width: 100%;
  padding: 0;
  margin: 0;
  color: #000;
}
.header__nav-list li {
  position: relative;
}
.header__nav-list li:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 2px;
  background: var(--black);
}
.header__nav-list li:hover:after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}
.header__nav-list li a {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 16px;
}
.header__youtube i {
  font-size: 25px;
  color: #2c2c2c;
}
.hero {
  position: relative;
  margin-top: 120px;
  height: calc(100vh - 120px);
  min-height: 850px;
}
.hero__inner {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  height: 100%;
}
.hero__bg-video {
  z-index: 1;
  height: calc(100vh - 120px);
  min-height: 850px;
  overflow: hidden;
  left: 0;
  top: 0;
  position: absolute;
}
.hero__bg-video {
  width: 100%;
}
.hero__content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}
.hero__content h2 {
  max-width: 1100px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 96px;
  line-height: 102%;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 25px;
}
.hero__list {
  margin-bottom: 80px;
}
.hero__list li i {
  color: var(--red);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}
.hero__list li {
  margin-bottom: 18px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: var(--white);
}
.hero .circle__btn {
  margin-right: 50px;
  bottom: -80px;
}
.circle__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  outline: none;
  border: none;
  width: 220px;
  height: 220px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  background: #2c2c2c;
}
.circle__btn:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  transform: scale(1.03);
  box-shadow: 0px 0px 15px 20px #2c2c2c;
}
.objects__link span{
  color: var(--black) !important;
}
.circle__text {
  width: 121px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: var(--white);
}
.about {
  overflow: hidden;
  margin-top: 400px;
}
.about__img img{
  width:100%;
  height:auto;
}
.about__img {
    max-width: 570px;
}
.about__header .red-text {
  max-width: 600px;
}
.about__header h3 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: var(--title-font-size);
  line-height: var(--title-line-height);
  text-transform: uppercase;
  color: var(--black);
}
.about__info {
  margin-top: 80px;
}
.about__founders {
  margin-top: 317px;
  min-height: 725px;
  position: relative;
  height: 100%;
  background: var(--black);
}
.about__founders-content {
  height: 100%;
}
.about__founders-title h2 {
  position: absolute;
  top: 36px;
  right: -30px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 192.876px;
  line-height: 130%;
  color: rgba(223, 230, 240, 0.02);
}
.about__anton {
  max-width: 370px;
  width: 100%;
  position: relative;
  top: -92px;
}
.about__artem {
  bottom: -110px;
  position: relative;
  height: 100%;
  margin-top: auto;
}
.about__artem-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 70px;
  max-width: 772px;
  width: 100%;
}
.about__artem-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 35px;
}
.about__anton-wrapper {
  gap: 38px;
}
.about__founder-title p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--white);
  margin: 0;
}
.about__founder-title h4 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  text-transform: uppercase;
  color: #fff;
}
.about__founder-desc {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 200;
  font-size: 20px;
  line-height: 130%;
  color: var(--white);
}
#trp-floater-ls-current-language, #trp-floater-ls-language-list{
  font-weight: 600;
}

/* .about__contact {
  margin-top: 270px;
} */
.about__contact .red-text {
  max-width: fit-content;
  width: 100%;
  font-size:64px;
  font-weight:500;
}
.section-content__row:nth-child(1) h4 {
    font-size: 24px;
    margin-bottom: 16px;
}
.about__contact .circle__btn {
  bottom: 50px;
}
.society {
  margin-top: 130px;
}
.society__header {
  gap: 80px;
}
.society__header h3 {
  font-size: var(--title-font-size);
  line-height: var(--title-line-height);
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--black);
}
.society__header p {
  padding-top: 15px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 159.9%;
  color: var(--black);
  max-width: 504px;
  width: 100%;
}
.society__link {
  gap: 20px;
  width: 100%;
  margin-bottom: 20px;
}
.society__link > * {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 159.9%;
  text-transform: uppercase;
  color: #2c2c2c;
}
.society__tabs input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.society__tabs {
  max-width: 519px;
  width: 100%;
}
.society__tabs .tab {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 3px;
}
.society__tabs .tab-content {
  padding-left: 0 !important;
  padding-top: 0 !important;
}
.society__tabs .tab-arrow {
  left: auto;
  right: 0;
}
.app {
  margin-top: 132px;
  padding-top: 90px;
  padding-bottom: 167px;
  background: #323132;
}
.app__inner {
  position: relative;
}
.app__ellipse {
  position: absolute;
  left: -320px;
  top: -50px;
}
.app__grid {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-areas: 'phone title ' 'phone title ' 'phone tabs ' 'phone tabs ';
}
.app__phone {
  grid-area: phone;
  position: relative;
  left: -100px;
  max-height: 760px;
  max-width: 453px;
  z-index: 5;
  margin-right: 120px;
}
.app__phone img {
  top: -40px;
  position: relative;
  left: -200px;
}
.app__title {
  grid-area: title;
}
.app__title h2 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: var(--title-font-size);
  line-height: var(--title-line-height);
  text-transform: uppercase;
  color: var(--white);
}
.app__title .red-text {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: var(--white);
  max-width: 467px;
  margin-left: auto;
  margin-top: 60px;
}
.app__wrapper {
  grid-area: tabs;
  top: -20px;
  position: relative;
}
.app__btns {
  gap: 30px;
  margin-top: 50px;
}
.app__dwnld {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 226px;
  border-radius: 200px;
  height: 65px;
  border: 1px solid var(--white);
}
.app__dwnld img {
  max-width: 130px;
}
.app__dwnld:nth-child(1) img {
    position: relative;
    top: -2px;
}
.volunteer {
  padding-top: 123px;
}
.volunteer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.volunteer__inner h3 {
  font-size: var(--title-font-size);
  line-height: var(--title-line-height);
  color: var(--black);
  font-family: 'Montserrat';
  font-style: normal;
  text-transform: uppercase;
  font-weight: 500;
  max-width: 1107px;
}
.volunteer__inner .red-text {
  margin-left: 30px;
}
.volunteer__donate {
  margin-left: auto;
  position: relative;
  top: -40px;
}
.volunteer__inner .red-text span {
  max-width: 600px;
  display: inline-block;
}
.volunteer__btns {
  gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.volunteer__link {
  width: 274px;
  height: 68px;
  gap: 15px;
  border: 1px solid var(--red);
  border-radius: 100px;
}
.volunteer__link span {
  color: var(--red);
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 159.9%;
  text-transform: uppercase;
}
.volunteer__desc {
  max-width: 538px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 159.9%;
  color: #2b2b2b;
  margin-left: auto;
  margin-top: 33px;
}
.volunteer__desc span {
  display: block;
}
.swiper {
  margin-top: 58px;
}
/* .swiper-slide {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: 302px !important;
  position: relative !important;
} */
.bottom-slide {
  position: absolute;
  bottom: 0;
}
.mobile__volunteer-btns {
  display: none !important;
}
.footer {
/*   margin-top: 90px; */
  padding: 40px 0;
  background: #2c2c2c;
}
.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer__contacts {
  max-width: 200px;
}
.footer__contacts a {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 185%;
  color: #fff !important;
}
.footer__contacts a:nth-child(2) {
  text-decoration: underline !important;
}
.footer__links span:nth-child(1) {
  color: #e6e6e6;
}
.footer__links span:nth-child(2) {
  color: #fff;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 214%;
  margin-left: 15px;
}
.footer__links {
  max-width: 253px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer__app {
  max-width: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer__app p {
  width: 100%;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 121.4%;
  text-align: center;
  color: #e6e6e6;
}
.footer__app a {
  width: 30px;
  overflow: hidden;
}
.footer__app a:nth-child(1) {
  position: relative;
  top: -5px;
}
.footer__calc {
  border: 1px solid var(--red);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 264px;
  text-align: center;
  height: 100px;
  border-radius: 20px;
  color: var(--red);
}
.footer .agency {
  margin-top: 20px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #fff;
}
@media screen and (max-width: 1778px) {
  .tabs {
    max-width: 858px;
  }
}
@media screen and (max-width: 1592px) {
  .tabs {
    max-width: 758px;
  }
}
@media screen and (max-width: 1502px) {
  .tabs {
    max-width: 758px;
  }
  .about__img {
    max-width: 600px;
    overflow: hidden;
  }
  .header .navbar {
    min-height: 80px;
  }
  .hero {
    margin-top: 80px;
    height: calc(100vh - 80px);
  }
}
@media screen and (max-width: 1400px) {
  .tabs {
    max-width: 668px;
  }
  .about__artem-info {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .about__artem-wrapper {
    gap: 40px;
    max-width: 702px;
    text-align: right;
  }
  .about__founders-title h2 {
    font-size: 162.876px;
  }
  .about {
    margin-top: 142px;
  }
  .about__founders {
    margin-top: 207px;
  }
  .about__contact {
    margin-top: 210px;
  }
  .society {
    margin-top: 135px;
  }
  .society__tabs {
    max-width: 449px;
  }
  .app {
    margin-top: 142px;
  }
  .app__phone img {
    top: -40px;
    position: relative;
    left: -100px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .app__phone {
    left: -120px;
  }
}
@media screen and (max-width: 1250px) {
  .about__img {
    max-width: 490px;
    overflow: hidden;
  }
  .app__phone {
    left: -120px;
    display: none;
  }
  .app__grid {
    display: block;
  }
  .app__title .red-text {
    max-width: 60%;
    margin-left: 30px;
  }
}
@media screen and (max-width: 1200px) {
  :root {
    --title-font-size: 48px;
    --title-line-height: 58px;
  }
  .red-text {
    font-size: 20px;
  }
  .about__info {
    margin-top: 50px;
  }
  .about__img {
    display: none;
  }
  .tabs {
    max-width: 100%;
  }
  .tab {
    width: 100%;
    padding: 30px;
  }
  .tab input:checked ~ .tab-content {
    max-height: 100vh;
    padding: 0.5em;
  }
  .tab-content {
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
  }
  .tab-arrow {
    left: 30px;
  }
  .header__nav-list {
    display: none !important;
  }
  .navbar-toggler {
    display: block;
  }
  .navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y)
      var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: rgba(0, 0, 0, 0);
    border: none !important;
    border-radius: 0px !important;
    -webkit-transition: var(--bs-navbar-toggler-transition);
    transition: var(--bs-navbar-toggler-transition);
  }
  .navbar-toggler:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .hero__content h2 {
    font-size: 72px;
  }
}
@media screen and (max-width: 1030px) {
  .about__header .red-text {
    max-width: 572px;
  }
  .about__anton-img img,
  .about__artem-img img {
    width: 100%;
    height: auto;
  }
  .about__anton-img,
  .about__artem-img {
    max-width: 300px;
  }
  .about__artem-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about__founders-title h2 {
    font-size: 132.876px;
  }
  .about__founders {
    min-height: auto;
  }
  .about__contact .circle__btn {
    bottom: 0;
  }
  .society__header p {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .society__img {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin: 0 auto;
  }
  .society__link {
    margin: 20px 0;
  }
  .society__link {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .society__header {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .society__tabs {
    max-width: 100%;
  }
  .volunteer__desc {
    max-width: 100%;
  }
  .app {
    padding-bottom: 77px;
  }
}
@media screen and (max-width: 992px) {
  .hero__list {
    margin-bottom: 150px;
  }
  
  .cursor,.cursor-dot{
      display: none;
  }
  
  .about__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about__header p {
    margin-left: 30px;
  }
  .about {
    margin-top: 102px;
  }
  .society {
    margin-top: 85px;
  }
}
.about__contact {
    margin-top: 20px !important;
  }
@media screen and (max-width: 768px) {
  :root {
    --title-font-size: 28px;
    --title-line-height: 150%;
  }
  .red-text {
    font-size: 16px;
  }
  .app__btns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .volunteer__btns {
    display: none;
  }
  .volunteer__donate {
    margin-left: auto;
    position: relative;
    top: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 30px auto;
  }
  .volunteer__inner .red-text {
    margin-top: 30px;
  }
  .volunteer {
    padding-top: 73px;
  }
  .footer__info {
    gap: 40px;
  }
  .hero__content h2 {
    font-size: 52px;
  }
  .hero__list li {
    font-size: 17px;
    padding-left: 10px;
  }
  .hero .circle__btn {
    right: 0;
  }
}
@media screen and (min-width: 601px) {
  .swiper-slide {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    height: 302px !important;
    position: relative !important;
  }
}
@media screen and (max-width: 600px) and (min-width: 431px) {
  .swiper-slide {
    width: 100% !important;
  }
}
@media screen and (max-width: 600px) {
.section-content__row.video-2-section-content__row {
    display: none;
}

  .container {
    padding: 0 15px !important;
  }
  :root {
    --title-font-size: 36px;
    --title-line-height: 44px;
  }
  .circle__btn {
    width: 172px;
    height: 172px;
  }
  .hero .circle__btn {
    right: 40px;
    position: absolute;
    margin-right: 0;
  }
  .hero__content h2 {
    font-size: 36px;
  }
  .hero__list li {
    font-size: 16px;
    padding-left: 10px;
  }
  .hero__list {
    max-width: 305px;
  }
  .tab {
    width: 100%;
    display: block;
    padding-bottom: 0;
  }
  .tab-content {
    margin-bottom: 0;
  }
  .tab-arrow {
    left: auto;
    right: 10px;
  }
  .tab-label span {
    max-width: 275px;
    font-size: 16px;
  }
  .tab-content {
    font-size: 14px;
    padding-left: 0 !important;
  }
  .tab input:checked ~ .tab-content {
    max-height: 100vh;
    padding: 0.5em;
    padding-bottom: 40px;
  }
  .about__img {
    display: block;
  }
  .about__img img {
    width: 98%;
  }
  .about__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about__founders-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about__founder {
    max-width: 100%;
    width: 100%;
    position: relative;
    top: -92px;
  }
  .about__anton .about__founder-title {
    position: absolute;
    right: 0;
    width: 110px;
    top: 40%;
  }
  .about__founder-title h4 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    text-transform: uppercase;
    color: #fff;
  }
  .about__founder-title p {
    font-size: 12px;
  }
  .about__anton-img,
  .about__artem-img {
    max-width: 270px;
  }
  .about__founder-desc {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .about__founder-desc p {
    max-width: 292px;
  }
  .about__anton-wrapper {
    gap: 20px;
  }
  .about__artem-wrapper {
    margin-top: 30px;
  }
  .about__artem-img {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .about__artem-wrapper {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .about__artem-info .about__founder-title {
    position: absolute;
    left: 0;
    text-align: left;
    top: 40%;
    max-width: 150px;
  }
  .about__artem-info .about__founder-desc p {
    max-width: 292px;
    text-align: right;
  }
   .about__anton-wrapper .about__artem-info {
        z-index: 12;
        padding-top: 180px;
    }
    
.about__anton-img::after {
    content: "";
    position: absolute;
    bottom: -70px;
    width: 450px;
    height: 175px;
    background: rgb(43, 43, 43);
    left: 20px;
    z-index: 11;
}

  .about__contact {
    position: relative;
  }
  .about__contact .circle__btn {
    position: absolute;
    top: -250px;
  }
  .about__contact .red-text {
    max-width: 439px;
    width: 100%;
    margin-left: 40px;
  font-size:44px;
  }
  .section-content__text {
    max-width: 100%;
    margin-bottom: 44px;
    font-size: 16px;
  }
  .desktop-row-text{
    display:none;
  }
  .society__header p {
    font-size: 14px;
  }
  .society__img img {
    width: 100%;
    height: auto;
  }
  .app__title .red-text {
    max-width: 100%;
    margin-left: 30px;
    font-size: 14px;
  }
  .app__phone {
    left: -120px;
    display: block;
  }
  .app__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .app__title {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .app__phone img {
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    margin: 0 auto;
  }
  .app__phone {
    left: -70px;
    display: block;
    max-width: 100%;
    margin-right: 0;
    height: 380px;
  }
  .tabs {
    margin-top: 30px;
  }
  .tabs .tab {
    width: 95%;
    margin: 0 auto;
  }
  .tab {
    padding: 0;
  }
  .app__ellipse {
    display: none;
  }
  .app__tab-label {
    line-height: 100%;
    height: auto;
    padding-bottom: 25px;
    font-size: 18px;
  }
  .app__wrapper {
    z-index: 5;
    width: 100%;
  }
  .app__tab-row {
    margin-bottom: 50px;
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    border-bottom: 0;
    margin: 0;
  }
  .app__tab-row:nth-child(1) {
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .app__tabs {
    min-height: 410px;
  }
  .app__tab-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    gap: 23px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .app__tab-step h5 {
    font-size: 32px;
  }
  .app__tab-step p {
    font-size: 14px;
  }
  .volunteer__inner h3 {
    font-size: 28px;
  }
  .volunteer__inner h3 span {
    font-size: var(--title-font-size);
    display: block;
  }
  .volunteer__desc {
    font-size: 14px;
  }
  .red-text.footer__links {
    width: 100%;
    max-width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer__app {
    max-width: 100vw;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__app p {
    margin: 0;
    width: auto;
    font-size: 14px;
  }
  .footer__calc {
    width: 100%;
    height: 70px;
    border-radius: 150px;
  }
  .footer .agency {
    text-align: center;
  }
  .navbar-brand img {
    width: 100%;
    height: auto;
  }
  .navbar-brand {
    width: 80px;
  }
  .offcanvas {
    max-width: 75% !important;
  }
  .offcanvas-body,
  .offcanvas-header {
    background: var(--black) !important;
  }
  ul.navbar-nav {
    padding-left: 10%;
  }
  ul.navbar-nav li {
    margin-bottom: 30px;
  }
  ul.navbar-nav li a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #fcfcfc !important;
  }
/*   .swiper-slide {
    width: 100% !important;
  } */
  .swiper-slide img {
    margin: 0 auto;
    display: block;
    position: relative;
    width: 100%;
  }
} /*# sourceMappingURL=style.min.css.map */


@media screen and (max-width:445px){
.about__contact .circle__btn {
    position: absolute;
    top: -250px;
    display: none;
}
    .blob {
        width: 340px;
        height: 270px;
        background: rgb(0, 0, 0);
    }
    
    .about__artem-info .about__founder-title {
        position: relative;
        left: auto;
        max-width: 100%;
        text-align: right;
    }
    
    .about__founder.about__artem {
        width: 100%;
        margin-left: 0;
    }
    
    .about__artem-wrapper {
        flex-direction: column !important;
        width: 100%;
        text-align: left;
        max-width: 100%;
    }
    
    .about__artem-info .about__founder-desc p {
        max-width: 292px;
        text-align: left;
    }
    
    .about__artem-wrapper .about__artem-info {
        width: 100%;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .about__artem {
        bottom: -10px;
    }
    
     .about__artem-img {
        order: 1;
        max-width: 100% !important;
    }
    
    
    .about__contact {
        position: relative;
        z-index: 81;
    }
    
    .about__artem-img::after {
        content: "";
        position: absolute;
          bottom: -92px;
        width: 340px;
        height: 80px;
        background: rgb(241, 239, 239);
        left: 39px;
        z-index: 35;
    }
    
    .hero__bg-video::before {
        height: 90%;
        z-index: inherit;
    }
    
    .artem-sign {
        top: 0%;
        right: auto;
        left: 0;
    }
    
    .about__anton-img .founder_overlay {
        position: absolute;
        left: 92px;
        top: 160px;
    }
    
    .anton-sign {
        left: auto;
        top: -68%;
    }
    
}


@media screen and (max-width:444px){
    .parallax-sign.society-sign {
        top: 224%;
        left: 10px;
    }
    
    .app__dwnld:nth-child(1) img {
        position: relative;
        top: -2px;
        max-width: 60% !important;
    }
    
    .app__dwnld:nth-child(2) img {
        transform: scale(0.65);
    }
    
   .about__artem-img .founder_overlay {
        position: absolute;
        left: 40px;
        top: 104px;
        width: 310px !important;
    }
    .about__artem-img .blob {
        width: 300px;
        height: 270px;
        background: rgb(0, 0, 0);
    }
    
    .app{
        background: #2B2B2B;
        overflow: hidden;
    }
    
    .app__video{
        left: auto;
        position: relative;
        display: block;
    }
}
@media screen and (max-width: 430px) {
  .swiper .swiper-slide {
    height: auto !important;
  }
  .swiper-slide img {
    margin: 0 auto;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media screen and (max-width:414px){
    .hero__bg-video::before {
        height: 86.7%;
        z-index: inherit;
    }
}

@media screen and (max-width: 1940px) {
    .video-2-section-content__row {
        max-width: 520px;
        position: absolute;
        width: 290px;
        position: absolute;
        bottom: 160px !important;
        left: 5px !important;
    }
  }
@media screen and (max-width:395px){
    .about__anton-img img {
        width: 69%;
        height: auto;
    }
    
    .hero__bg-video::before {
        height: 81.8%;
        z-index: inherit;
    }
    
    .about__anton-img .founder_overlay {
        left: 143px;
    }
    
    .about__artem-wrapper .blob {
        width: 280px;
        height: 270px;
        background: rgb(0, 0, 0);
    }
    
  .about__artem-img img.founder_overlay.parallax-sign {
    top: 130px;
    width: 280px !important;
    /* width: 300px !important; */
}
    .anton-sign,
    .artem-sign {
        width: 170px;
    }
}
        .section-content__row:nth-child(4) {
        display: none !important;
    }

@media screen and (max-width:375px){
    .about__anton-img .founder_overlay {
        left: 163px;
    }
    
    .hero__bg-video::before {
        height: 78.5%;
        z-index: inherit;
    }
}
    @media screen and (max-width: 1400px) {
    .hero__bg-video:before {
        height: 88.6%!important;
    }
    .hero__list {
    margin-bottom: 130px !important;
}
}