/*intro*/
.intro__wrapper {
  min-height: calc(100vh - 100px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
}

.intro__block {
  padding: 50px 0;
}

.intro__title {
  font-size: 42px;
  font-weight: 700;
}

.intro__text {
  margin: 35px 0;
}

.intro__buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.intro__image {
  width: 100%;
  height: 100%;
  position: relative;
}

.intro__desktop {
  position: absolute;
  width: 88%;
  top: 0;
  right: 0;
  z-index: 1;
}

.desktop__wrapper {
  display: flex;
  position: relative;
  overflow: hidden;
  padding-top: 72%;
}

.desktop__frame {
  display: flex;
  position: absolute;
  width: 72%;
  top: -31.6%;
  bottom: -31.7%;
  left: 0.3%;
  right: 0;
  transform: rotate(-90deg) translateY(11.7%);
}

.desktop__image {
  position: absolute !important;
  width: 92.7% !important;
  height: 90%;
  bottom: 4.8%;
  left: 3.85%;
}

.desktop__image picture {
  display: block;
  position: relative;
  max-width: 100%;
  height: 100%;
}

.desktop__image picture img {
  position: absolute;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: 1.043% 50%;
}

.intro__phone {
  position: absolute;
  width: 27%;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.phone__wrapper {
  display: flex;
  position: relative;
  padding-top: 197.7%;
}

.phone__frame {
  display: flex;
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.phone__image {
  position: absolute !important;
  width: 84.9% !important;
  height: 92.9%;
  bottom: 3.6%;
  left: 7.5%;
  pointer-events: auto;
}

.phone__image picture {
  display: block;
  position: relative;
  max-width: 100%;
  height: 100%;
}

.phone__image picture img {
  position: absolute;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: 0 50%;
}

@media screen and (max-width: 1400px) {
  .intro__desktop {
    top: 10%;
  }
  .intro__phone {
    bottom: 6%;
  }
}
@media screen and (max-width: 1200px) {
  .intro__desktop {
    top: 20%;
  }
  .intro__phone {
    bottom: 10%;
  }
}
@media screen and (max-width: 991px) {
  .intro__block {
    text-align: center;
  }
  .intro__buttons {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .intro__buttons .btn:first-child {
    margin-bottom: 0 !important;
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .intro__buttons {
    flex-direction: column;
  }
  .intro__buttons .btn {
    width: 100%;
  }
  .intro__buttons .btn:first-child {
    margin-bottom: 1rem !important;
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .intro__title {
    font-size: 32px;
  }
}
/*end intro*/

/*corporate*/
.corporate {
  position: relative;
  background: #15263b;
}

.corporate .container {
  position: relative;
  z-index: 1;
}

.corporate__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 50px 15px;
  /* background: #fff; */
  color: #fff;
  border-radius: 5px;
  text-align: center;
}

.corporate__icon {
  margin-bottom: 8px;
}

.corporate__title {
  min-height: 53px;
  margin: 20px 0;
  font-size: 22px;
  font-weight: 600;
}

.corporate__text {
  margin: 0;
}

.container_oaf {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
}

.style_3DA {
  position: absolute;
  width: calc(100% + 16px);
  right: -8px;
  left: -8px;
  overflow: hidden;
  transform: rotate(180deg);
}
@media screen and (max-width: 991px) {
  .container_oaf {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .corporate__item {
    padding: 30px 15px;
  }
  .corporate__title {
    min-height: 1px;
  }
}
/*end corporate*/

/*give*/
.give__tabs-wrapper .nav {
  border-right: 1px solid #ddd;
}

.give__tabs-wrapper .nav-link {
  min-width: 270px;
  padding: 15px 20px;
  border-radius: 2px;
  text-align: left;
  font-size: 19px;
}

.give__tabs-wrapper .nav-link:not(.active) {
  color: inherit;
  opacity: 0.6;
}

.give__tabs-wrapper .nav-link:not(.active):hover {
  opacity: 1;
}

.give__tabs-wrapper .nav-link.active {
  background: #f8f9fa;
  color: inherit;
  border-right: 2px solid #15263b;
}

.give__item {
  padding: 40px 30px 10px 30px;
}

.give__title {
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.give__text {
  margin-top: 20px;
  line-height: 1.8;
  color: #434343;
}

@media screen and (max-width: 991px) {
  .give__tabs-wrapper {
    flex-wrap: wrap;
  }
  .give__tabs-wrapper .nav {
    flex-direction: row !important;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 15px;
    border-right: 0;
  }
  .give__tabs-wrapper .nav-link {
    min-width: 400px;
    white-space: nowrap;
  }
  .give__tabs-wrapper .nav-link.active {
    border-right: 0;
    border-bottom: 2px solid #15263b;
  }
  .give__item {
    padding: 40px 0 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .give__item {
    padding: 15px 0;
  }
}
@media screen and (max-width: 480px) {
  .give__tabs-wrapper .nav-link {
    font-size: 1rem;
    padding: 15px;
  }
}
/*end give*/

/*feature*/
.feature__item-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.feature__title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
}
.feature__text-wrap h3 {
  font-size: 20px;
  font-weight: 600;
}
.feature__image {
  text-align: center;
}
/*end feature*/