@font-face {
  font-family: "Manrope-Regular";
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/Manrope-Regular.woff2') format("woff2"), url('../fonts/Manrope-Regular.woff') format("woff");
}
@font-face {
  font-family: "Manrope-Bold";
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/Manrope-Bold.woff2') format("woff2"), url('../fonts/Manrope-Bold.woff') format("woff");
}
.services__inner {
  gap: 0;
}
.services__img.image.animated {
  margin-top: 64px;
}
.title__num, .title__dash {
  display: none;
}
.title__dash, .title__dash {
  margin-left: 0 !important;
}
.hero_loaded::before {
  background-image: -webkit-image-set(url({{ about.image_xs.url }}) 1x, url({{ about.image_xs2x.url }}) 2x);
  background-image: image-set(url({{ about.image_xs.url }}) 1x, url({{ about.image_xs2x.url }}) 2x);
}
.footer__contacts {
  width: 600px;
  justify-content: space-between;
}
.column_news {
  float: left;
  width: 33%;
}
.modal__date {
  margin-top: 96px;
}
.modal__title {
  margin-bottom: 32px;
}
.modal__text {
  margin-bottom: 32px;
}
.modal {
  padding: 32px 0 128px 0;
}
.modal .container {
  overflow: hidden;
  background: url("{% static '/images/content/modal-bg.svg' %}") no-repeat center;
  width: 960px;
  margin: 0 auto;
  padding: 0;
}
.modal_img {
  width: 100%;
  height: auto;
}
.modal__text a {
  color: #84665e;
  font-family: "Manrope-Bold", sans-serif;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 1150px) {
  .hide_me {
    display: none;
  }
}
@media (max-width: 1024px) {
  .modal .container {
  width: 100%;
  padding: 0 20px;
  }
  .modal .container .modal__top {
  padding: 0;
  }

}
@media (max-width: 560px) {
  .column_news {
  float: none;
  width: 100%;
  }
}
.team_link_hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;     
}
.team_link_hover:hover {
  opacity: 0.75;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;     
}
.team_hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.team_hover:hover {
  opacity: 0.75;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.footer_data img {
  width: 256px;
  height: auto;
}
.footer_data {
  padding: 0 64px;
}
.footer__links {
  display:flex;
  gap:32px;
  margin-top:32px;
}
.footer__address {
  margin-top: 32px;
}
.footer__links br, .footer__address br {
  margin-top: 0;
}
@media (max-width: 1024px) {
  .footer__links {
  display: block;
  }
  .first_footer_link {
  margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .footer_data {
  padding: 0;
  }
}

.services__main {
  margin-top: 0;
}
.news__m {
  padding-bottom: 128px;
}
.team__main {
  padding: 0 0 96px 0;
}
.projects__main {
  padding: 0 0 128px 0;
}
.swiper-pagination {
  display: block;
  text-align: center;
}
.swiper-pagination span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 8px 8px 0 0 !important;
}
.nav__list {
  font-size: 14px;
  line-height: 21px;
}
@media (min-width: 1200px) {
  .nav__list-item + .nav__list-item {
    margin-left: 40px;
  }
}
@media (max-width: 1200px) {
  .header__logo {
    width: 224px;
    padding: 0 16px;
  }
  .header__logo img {
  width: 100%;
  height: auto;
  }
}
@media (max-width: 992px) {
  .header__logo {
  padding: 0;
  }
}
.analytics__list-item {
  padding: 48px;
  background: #F3F0EF;
  overflow: hidden;
  margin-bottom: 48px;
}
.analytics__list-item a {
  color: #84665E;
  font-weight: 700;
  font-family: 'Manrope-Bold', sans-serif;
  font-size: 20px;
  line-height: 30px;
}
.analytics__list-item p {
  margin-top: 16px;
}
.analytics__list-item-date {
  color: #808080;
  font-size: 16px;
  line-height: 25px;
}
.analytics__list-item-left {
  float: left;
  margin-right: 64px;
  width: calc(70% - 64px);
}
.analytics__list-item-right {
  float: right;
  width: 30%;
}
.analytics__list-item-right img {
  width: 100%;
}
.analytics__padding {
  padding: 0;
}
.analytics__padding .news-list__s-btn {
  margin: 0;
}
@media (max-width: 992px) {
  .analytics__list-item {
  padding: 32px;
  margin-bottom: 32px;
  }
  .analytics__list-item-right {
  width: 40%;
  }
  .analytics__list-item-left {
  width: calc(60% - 64px);
  }
}
@media (max-width: 640px) {
  .analytics__list-item {
  padding: 24px;
  }
}
@media (max-width: 520px) {
  .analytics__list-item {
  padding: 24px;
  }
  .analytics__list-item-right, .analytics__list-item-left {
  float: none;
  width: 100%;
  margin: 0;
  }
  .analytics__list-item-right {
  margin-bottom: 24px;
  }
}
.analytics__list-item-left a {
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
.analytics__list-item-left a:hover {
  opacity: .75;
}
.analytics__list-item-right a img {
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
.analytics__list-item-right a:hover img {
  transform: scale(1.01);
}
.news-item__col, .c-item, .practice-item, .practices-list--bg .practices-list__col {
  background: none;
}
.content p a {
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  color: #84665E !important;
  text-decoration: none !important;
}
.content p a:hover {
  opacity: .7;
}
.analytics__inner {
  margin: 64px 0 24px 0;
  color: #84665E;
  font-weight: 700;
  font-family: 'Manrope-Bold', sans-serif;
  font-size: 24px;
  line-height: 35px;
}
.services__text__inner {
  overflow: hidden;
  margin-bottom: 64px;
}
.services__text__inner p {
  font-size: 16px;
  line-height: 25px;
  float: left;
  margin-right: 64px;
  width: calc(50% - 64px);
}
@media (min-width: 1280px) {
  .practices-list__col {
    -webkit-box-flex: none;
    -ms-flex: none;
    flex: none;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .services__text__inner p {
  float: none;
  width: 100%;
  margin-bottom: 16px;
  }
  .services__text__inner {
  margin-bottom: 32px;
  }
}
.services__banner__link {
  margin-top: 48px;
}
.services__banner__link a {
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  font-weight: 700;
  font-family: 'Manrope-Bold', sans-serif;
  font-size: 24px;
  line-height: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, .25);
}
.services__banner__link a:hover {
  border-color: rgba(255, 255, 255, .0);
  opacity: .75;
}
.vcard__file {
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  color: #84665E;
  font-weight: 700;
  font-family: 'Manrope-Bold', sans-serif;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  margin-top: 8px;
}
.vcard__file:hover {
  opacity: .75;
}
.vcard__file-inner {
  font-size: 16px;
  line-height: 25px;
  display: inline-block;
  margin-top: 16px;
}
@media (max-width: 1024px) {
  .services__banner__link {
  margin-top: 32px;
  }
  .services__banner__link a {
  font-size: 20px;
  line-height: 29px;
  }
}
.letter_show {
  animation: cssAnimation 0s .5s forwards;
  visibility: hidden;
}
@keyframes cssAnimation {
  to   { visibility: visible; }
}


.footer_file_link {
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  margin-top: 24px;
}
.footer_file_link:hover {
  opacity: .7;
}
.news_card_ratio img {
  height: 300px;
}
@media only screen and (max-width:1280px){
  .news_card_ratio img {
    height: 280px;
  }
}
@media only screen and (max-width:1156px){
  .news_card_ratio img {
    height: 270px;
  }
}
@media only screen and (max-width:1096px){
  .news_card_ratio img {
    height: 260px;
  }
}
.hero_loaded::before {
  background: none;
}
.hero {
  background: black;
}
#myVideoContainer {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}
#myVideo {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  min-height: 50%;
  min-width: 50%;
  opacity: .7;
}

.content p a, .content address a, .content div a {
  font-weight: bold;
  color: #000000 !important;
  border-bottom: 1px solid rgba(0, 0, 0, .3);
}
.content p a:hover, .content address a:hover, .content div a:hover {
  opacity: .7;
  border-color: transparent;
}
b, strong  {
  font-family: "Manrope-Bold", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.footer_file_link {
  margin-top: 0;
}
.footer_file_link_div {
  margin-top: 32px;
}
.services__grid {
  gap: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.services__grid-item-left-content img {
  max-width: 100%;
}
.services__grid-item {
  background: #F3F0EF;
  padding: 24px;
}
.services__texts {
  gap: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 64px;
}
@media only screen and (max-width:960px){
  .services__texts {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 48px;
  }
}
@media only screen and (max-width:860px){
  .services__grid {
    grid-template-columns: 1fr;
  }
}
.services__grid-item-link, .services__grid-item-right-content-arrow {
  font-family: "Manrope-Bold", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #84665e;
}
.services__grid-item-left {
  margin-top: 16px;
  gap: 24px;
  display: grid;
  grid-template-columns: 2fr 3fr;
}
.services__grid-item-right-content p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 16px;
}
@media only screen and (max-width:480px){
  .services__grid-item-left {
    gap: 16px;
    grid-template-columns: 1fr;
  }
}
.services__grid-item-link, .services__grid-item-left-content a, .services__grid-item-left-content a img {

-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.services__grid-item-link:hover, .services__grid-item-left-content a:hover, .services__grid-item-left-content a:hover img {
  opacity: .8;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.no-animation .projects-list__inner {
  opacity: 1 !important;
}
.no-animation .support, .no-animation .support .container, .no-animation .support .support__wrapper {
opacity: 1 !important;
}
.telegram_link img {
width: 16px;
height: auto;
margin: 6px 0 0 4px;
}
.telegram_link {
border-radius: 100px;
display: inline-block;
height: 28px;
width: 28px;
margin-left: 24px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.telegram_link:hover {
opacity: .7;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
@media only screen and (max-width:992px){
.telegram_link {
margin-left: 0px;
margin-top: 24px;
}
}
@media only screen and (max-width:1024px) {
.nav__list-item + .nav__list-item {
margin-left: 16px;
}
}

.custom-dropdown-primary .select2-results__option {
  font-family: "Manrope-Regular";
  font-weight: 400;
}

.select2-container--default .custom-select-primary {
  font-family: "Manrope-Regular";
  font-weight: 400;
}

.custom-dropdown-primary .select2-results__option {
  padding: 12px 16px;
}

.register-form .select2-container--default .custom-select-primary {
  height: 48px;
}

.register-form .select2-container .custom-select-primary .select2-selection__rendered {
  line-height: 48px;
}

.register-form {
  background: #F3F0EF;
  padding: 48px;
  max-width: 640px;
  margin: 0 auto;
}

.register-form h1 {
  margin-bottom: 32px;
}

.register-form p {
  font-size: 16px;
  line-height: 25px;
}

.form-text {
  all: unset;
  font-family: "Manrope-Regular";
  font-weight: 400;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #000;
  border: 1px solid #D9D9D9;
  background: #fff;
  padding: 0 16px;
  width: calc(100% - 32px);
}

.form-text:focus, .form-radio:focus {
  border-color: rgba(0, 0, 0, .6);
}

.register-form-line {
  margin-bottom: 16px;
}

.form-msg {
  margin-bottom: 32px;
}

::placeholder {
  color: #8C8C8C;
}

.form-error {
  border-color: red;
}

.form-msg-error {
  color: red;
  background: rgba(255, 0, 0, .1);
  padding: 8px 12px;
  font-size: 14px;
  line-height: 21px;
}

.register-form-heading {
  color: #808080;
  margin-bottom: 8px;
}

.register-form-radio {
  display: flex;
  gap: 16px;
}

.register-form-radio-item {
  display: flex;
  gap: 8px;
}

input[type=radio] {
  accent-color: #84665e;
}

.register-form p.form-rules {
  font-size: 14px;
  line-height: 21px;
}

.form-rules a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom: 1px solid rgba(0, 0, 0, .3);
}

.form-rules a:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.form-button {
  all: unset;
  margin-top: 16px;
  font-family: "Manrope-Bold";
  font-weight: 700;
  height: 56px;
  line-height: 56px;
  font-size: 18px;
  color: #fff;
  background: #84665E;
  width: 100%;
  max-width: 192px;
  text-align: center;
  padding: 0 16px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.form-button:hover {
  opacity: .9;
}

@media only screen and (max-width:768px) {
  .register-form {
    padding: 24px;
  }
}

label {
  font-size: 14px;
  line-height: 21px;
  padding-top: 4px;
  color: red;
  display: inline-block;
}

.register-form-line .select2-container--default .custom-select-primary .select2-selection__rendered {
  color: #000;
}


.news-item__col.news-item__col_long {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0;
}
.social__block {
  background: #F3F0EF;
  padding: 32px 20px;
  display: flex;
  gap: 96px;
  align-items: center;
}
.social__block+.social__block {
  margin-top: 48px;
}
.social__block-left {
  width: 80%;
}
.social__block-left h2 {
  font-family: "Manrope-Bold", sans-serif;
  font-style: normal;
  font-weight: 700;
  margin: 0 0 16px 0;
}
.social__block-left p {
  font-size: 16px;
  line-height: 24px;
}
.social-intro {
  margin-bottom: 32px;
}
.social-outro {
  margin-top: 32px;
}
.job_button {
  border: 1px solid #fff;
  margin-top: 32px;
  font-size: 16px;
  padding: 15px 24px;
  min-width: 256px;
}
.job_button:hover {
  opacity: .7;
}
.content a {
  border-bottom: 1px solid rgba(0, 0, 0, .25);
  transition: all 0.25s ease-out;
}
.content a:hover {
  border-color: transparent;
  transition: all 0.25s ease-out;
}
@media only screen and (max-width:1024px) {
  .news-item__title {
    margin-bottom: 32px;
  }
  .social__block {
    display: block;
  }
  .social__block-left {
    width: 100%;
  }
  .social__block-right {
    margin-top: 24px;
  }
  .social__block+.social__block {
    margin-top: 32px;
  }
}
.news-list__list-jobs {
  margin: 48px 0 0 0;
  background: #F3F0EF;
  padding: 32px 16px;
}

@media only screen and (max-width: 992px) {
  .nav__list-item + .nav__list-item {
    margin-left: 0 !important;
  }
  .header__logo-img {
    padding: 0 !important;
  }
  .nav {
    padding-bottom: 32px !important;
  }
}

.team__number {
  margin: 32px 0 64px 0;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}

.team__number-item {
  font-size: 32px;
  line-height: 48px;
  color: #7E86CA;
  text-align: center;
}

@media only screen and (max-width: 1280px) {
  .team__number-item {
    font-size: 24px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 992px) {
  .team__number {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 768px) {
  .team__number {
    display: block;
  }
  .team__number-item {
    margin-top: 12px;
    font-size: 20px;
    line-height: 27px;
  }
}

.news__team {
  margin: 0;
  padding: 0;
}

.team__bottom {
  margin-top: 48px;
}

.team__advantage-slide {
  background: #F1EEED !important;
}

.team__advantage-item {
  background: #F1EEED;
  padding: 32px 32px 64px 32px;
}

.team__advantage-item h3 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  color: #84665E;
  margin-bottom: 32px;
  font-family: "Manrope-Bold", sans-serif;
}

.team__advantage-item-text p, .team__advantage-item-text ul li {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 12px;
}

.team__advantage-item-text ul li {
  list-style: disc;
  margin-left: 12px;
}

.team__advantage-item-text ul li::marker {
  color: #84665E;
}

.team__bottom h3 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  color: #84665E;
  margin-bottom: 16px;
  font-family: "Manrope-Bold", sans-serif;
}

.team__bottom p {
  font-size: 16px;
  line-height: 25px;
}

.team__bottom p a {
  color: #7E86CA;
}

.team__advantage-item h3 {
  min-height: 60px;
}

.search__icon {
  margin-left: 24px;
  transition: all 0.25s ease-out;
}

.search__icon:hover {
  opacity: .7;
  transition: all 0.25s ease-out;
}

@media only screen and (max-width: 992px) {
  .search__icon {
    margin-left: 0;
    margin-top: 16px;
  }
}

.search__block {
  width: 100%;
  max-width: 960px;
}

.search__form {
  position: relative;
}

.search__submit {
  position: absolute;
  top: 8px;
  right: 8px;
  height: 36px;
  content: "";
  border: none;
  background: url('../search.svg') #f0f0f0 7px 7px no-repeat;
  width: 36px;
  cursor: pointer;
  transition: all 0.25s ease-out;
  padding: 8px;
  border-radius: 100px;
}

.search__submit:hover {
  opacity: .8;
  transition: all 0.25s ease-out;
}

.search__found {
  margin: 16px 0 48px 0;
  font-size: 16px;
  line-height: 25px;
}

.search__results-name {
  color: #84665e;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 24px;
}

.search__results-link {
  font-size: 16px;
  line-height: 25px;
}

.search__results-link a {
  color: #84665e;
  transition: all 0.25s ease-out;
  border-bottom: 1px solid rgba(0, 0, 0, .25);
}

.search__results-link a:hover {
  opacity: .9;
  transition: all 0.25s ease-out;
  border-color: transparent;
}

.search__results-text {
  font-size: 16px;
  line-height: 25px;
  margin: 8px 0 24px 0;
}

.search__results-item+.search__results-item {
  margin-top: 48px;
}

.search__results-text span {
  color: #D93B3B;
}

.news-item__col ol li {
  list-style-type: decimal;
}

.header_sticky .header__logo {
  width: auto;
}

.original__footer {
  padding: 64px 0 48px 0;
  background-color: #84665e;
}

.original__footer--grid {
  display: grid;
  grid-template-columns: 5fr 3fr;
  gap: 64px;
}

.footer__column {
  display: flex;
  gap: 24px;
  flex-direction: column;
  color: #fff;
}

.footer__column.footer__column--64 {
  gap: 64px;
}

.footer__column--logo {
  width: 100%;
  height: auto;
}

.footer__column--line {
  border-bottom: 1px solid #8591C8;
}

.footer__column p {
  font-size: 16px;
  line-height: 27px;
}

.footer__column p a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.footer__column p a:hover {
  opacity: .75;
}

.footer__column--button {
  display: flex;
  height: 48px;
  font-size: 16px;
  align-items: center;
  justify-content: space-between;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #C6B9B5;
  color: #84665e;
  font-weight: 700;
    font-family: 'Manrope-Bold', sans-serif;
}

.footer__column--button span img {
  height: 100%;
  width: auto;
}

.footer__column--button span:nth-child(1) {
  width: 100%;
  border: 1px solid #C6B9B5;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__column--button span:nth-child(2) {
  display: block;
  background-color: #C6B9B5;
  width: 48px;
  height: 48px;
  text-align: center;
  padding: 8px 0;
}

.footer__column--button:hover {
  opacity: .75;
}

.footer__column--button.footer__column--button--alt1 {
  width: 80%;
}

.footer__column--flex {
  display: flex;
  justify-content: space-between;
}

.footer__column--button.footer__column--button--alt2 span:nth-child(1) {
  display: block;
  background-color: #C6B9B5;
  width: 48px;
  height: 48px;
  text-align: center;
  padding: 8px 0;
}

.original__footer--links {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
  flex-wrap: wrap;
}

.original__footer--links a, .original__footer--links p {
  font-size: 16px;
  line-height: 27px;
}

.original__footer--links a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.original__footer--links a:hover {
  opacity: .75;
}

@media only screen and (max-width: 992px) {
  .original__footer--grid {
    grid-template-columns: 5fr 4fr;
  }
  .original__footer--links {
    flex-direction: column;
    text-align: center;
  }
  .original__footer--links p {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .original__footer--grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .footer__column.footer__column--64 {
    gap: 40px;
  }
  .original__footer {
    padding: 48px 0;
  }
  .original__footer--links {
    margin-top: 40px;
  }
}

.team__facts {
  padding: 64px;
  display: grid;
  grid-template-columns: 2fr 2fr 3fr;
  gap: 48px;
  background-color: rgb(243, 240, 239);
  margin-top: 48px;
}

.team__facts--number {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.team__facts--number p:first-child, .team__facts--images p {
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #84665E;
}

.team__facts--images p {
  margin-bottom: 32px;
}

.team__facts--images__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 24px;
}

.team__facts--images__content img {
  height: auto;
  max-height: 64px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.team__facts--logos {
  width: 85%;
  height: auto;
}

.team__video video {
  width: 100%;
}

.team__video {
  margin-top: 40px;
}

@media only screen and (max-width: 992px) {
  .team__facts {
    padding: 48px;
    gap: 32px;
  }
  .team__facts--number p:first-child, .team__facts--images p {
    font-size: 20px;
    line-height: 27px;
  }
}

@media only screen and (max-width: 768px) {
  .team__facts {
    grid-template-columns: 1fr;
    padding: 32px;
    gap: 24px;
  }
  .team__facts--images p {
    margin-bottom: 24px;
  }
}

    .video-card {
    width: 100%;
    padding: 128px 0 80px 0;
    max-width: 1440px;
    margin: 0 auto;
}

.video-card__video-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
}

.video-card__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    clip-path: fill-box;
    border-radius: 1px;
}

.video-card__overlay {
    margin: 0;
    padding: 0;
    color: #000000;
    text-align: center;
    text-decoration: none;
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    vertical-align: top;
    -webkit-transition-property: color, background-color, border-color, opacity;
    transition-property: color, background-color, border-color, opacity;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.video-card__icon {
    width: 64px;
    height: 64px;
}

.video-card__icon path {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    vertical-align: top;
    -webkit-transition-property: fill, color, opacity, -webkit-transform;
    transition-property: fill, color, opacity, -webkit-transform;
    transition-property: fill, color, opacity, transform;
    transition-property: fill, color, opacity, transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.video-card__overlay:hover .video-card__icon path {
    fill: #FFFFFF;
}

.video-card__overlay:focus {
    outline: none;
}

.video-card__overlay:focus-visible {
    outline: none;
}

.video-card__overlay:focus-visible .video-card__icon path {
    fill: #FFFFFF;
}

.video-card__overlay:active .video-card__icon path {
    fill: #FFFFFF;
}

.video-card__icon path {
    fill: rgba(255, 255, 255, 0.5);
}

.main__top {
  background-color: rgba(132, 102, 94, .8);
}