.first {
  background: url(../img/first-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: 3;
}

#nubexVideo {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  object-fit: cover;
  z-index: 1;
}

.first>* {
  position: relative;
  z-index: 2;
}

.first::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 19, 19, 0.5)), to(rgba(19, 19, 19, 0)));
  background: linear-gradient(180deg, rgba(19, 19, 19, 0.5) 0%, rgba(19, 19, 19, 0) 100%);
  position: absolute;
  z-index: 1;
}

.first-title-wrap {
  position: relative;
  padding-bottom: 24px;
}

/* .first-title-wrap::after {
  content: '';
  display: inline-block;
  width: 100vw;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  background: rgba(27, 27, 27, 0.9);
} */

.first-wrap {
  height: 100vh;
  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: center;
  -ms-flex-pack: center;
  justify-content: flex-end;
  width: fit-content;
  padding-left: 0px;
  padding-bottom: 114px;
}

.first-wrap__title {
  position: relative;
  z-index: 2;
  font-size: 38px;
}

.first-wrap__subtitle {
  margin-top: 22px;
  width: 70%;
  font-size: 18px;
}

.first__background {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  height: 990px;
}

.first__promt {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  z-index: 2;
  height: 32px;
}

.brands {
  padding: 32px 16px;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 3;
}

.brands-card {
  display: block;
  height: 500px;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 50%;
  margin: 0 16px;
  position: relative;
  background: #313131;
}

.brands-card>* {
  position: relative;
  z-index: 3;
}

.brands-card__bg {
  display: inline-block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  bottom: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: width 0.2s, height 0.2s;
  transition: width 0.2s, height 0.2s;
  -o-object-fit: cover;
  object-fit: cover;
}

.brands-card-bottom {
  display: inline-block;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 40px 80px;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(55.26%, rgba(27, 27, 27, 0.8)), color-stop(126.32%, rgba(27, 27, 27, 0)));
  background: linear-gradient(0deg, rgba(27, 27, 27, 0.8) 55.26%, rgba(27, 27, 27, 0) 126.32%);
  z-index: 3;
}

.brands-card__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}

.brands-card__logo {
  height: 74px;
  margin-left: 86px;
  margin-top: 46px;
}

.brands-card__arrow {
  position: relative;
  margin-left: 16px;
  display: inline-block;
  height: 26px;
  width: 38px;
  min-width: 38px;
  min-height: 26px;
  background-image: url(../img/double-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.brands-card__arrow::before {
  position: absolute;
  top: 9px;
  left: 7px;
  content: ' ';
  height: 9px;
  width: 9px;
  border: 1px solid #fff;
  border-right: none;
  border-bottom: none;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  z-index: 3;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

.brands-card__arrow::after {
  position: absolute;
  top: 9px;
  left: 25px;
  content: ' ';
  height: 9px;
  width: 9px;
  border: 1px solid #fff;
  border-right: none;
  border-bottom: none;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

.brands-card:hover .brands-card__arrow::before,
.brands-card:hover .brands-card__arrow::after {
  animation: arrowsAnimation 0.5s 0s 1 forwards;
}

.brands-card:hover .brands-card__bg {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  -webkit-transition: width 0.2s, height 0.2s;
  transition: width 0.2s, height 0.2s;
}

.news {
  margin-top: 110px;
  position: relative;
  z-index: 3;
}

.news-top {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.news__title {
  display: inline-block;
  text-align: left;
  font-size: 42px;
}

.news-row {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  margin: 0 -16px;
  scrollbar-width: none; */
}

/* .news-row::-webkit-scrollbar {
  display: none;
} */

.news-row .news-card {
  width: 400px;
  min-width: 400px;
  /* margin: 0 16px; */
}

.news-card__img {
  width: 100%;
  margin-bottom: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: unset;
  height: 247px;
}

.news-card__category {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 130%;
  padding: 8px 12px;
  border: 1px solid #494949;
  margin-bottom: 20px;
}

.news-card__desc {
  font-size: 20px;
  line-height: 130%;
  margin-bottom: 12px;
  color: #fff;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.news-card__date {
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  color: #B8B8B8;
}

.news-card:hover .news-card__desc {
  color: #D66F50;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.tech {
  margin-top: 110px;
  position: relative;
  height: 562px;
  width: 100%;
  overflow: hidden;
}

.tech__img {
  position: absolute;
  width: 1920px;
  height: 562px;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  -o-object-position: center -570px;
  object-position: center -570px;
}

.tech-details {
  position: absolute;
  z-index: 2;
}

.tech-details:nth-child(2) {
  left: 550px;
  top: 190px;
}

.tech-details:nth-child(3) {
  left: 890px;
  top: 380px;
}

.tech-details:nth-child(4) {
  left: 1250px;
  top: 220px;
}

@keyframes pointPulsar {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

.tech-details__point {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-color: rgba(27, 27, 27, 0.16);
  border: 1px solid #FFFFFF;
  top: -27px;
  left: -27px;

  animation: pointPulsar 1s 0s infinite alternate;
}

.tech-details__point:hover::before {
  width: 10px;
  height: 10px;
  -webkit-transition: width 0.2s, height 0.2s;
  transition: width 0.2s, height 0.2s;
}

.tech-details__point::before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #D9D9D9;
  -webkit-transition: width 0.2s, height 0.2s;
  transition: width 0.2s, height 0.2s;
}

.tech-details__point::after {
  content: '';
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  top: -8px;
  left: -8px;
}

.tech-details-info {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  display: inline-block;
  background-color: rgba(73, 73, 73, 0.9);
  padding: 20px;
  cursor: default;
}

.tech-details__name {
  font-size: 18px;
  margin-bottom: 8px;
}

.tech-details__desc {
  font-size: 14px;
  line-height: 150%;
}

.tech-details__point:hover+.tech-details-info {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.team {
  margin-top: 110px;
}

.team__subtitle {
  color: #B8B8B8;
  font-size: 16px;
  margin-bottom: 24px;
}

.team-card {
  width: 100%;
  position: relative;
  margin-bottom: 32px;
  cursor: pointer;
}

.team-card:hover .team-card__bottom,
.team-card.hovered .team-card__bottom {
  height: 110px;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.team-card:hover .team-card__details,
.team-card.hovered .team-card__details {
  margin-top: 8px;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.team-card__photo {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.team-card__bottom {
  position: absolute;
  z-index: 2;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  height: 82px;
  bottom: 0;
  width: 100%;
  padding: 30px 40px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(44.19%, rgba(27, 27, 27, 0.8)), color-stop(111.24%, rgba(27, 27, 27, 0)));
  background: linear-gradient(0deg, rgba(27, 27, 27, 0.8) 44.19%, rgba(27, 27, 27, 0) 111.24%);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.team-card__bottom::after {
  content: '';
  width: 20px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: -1px;
  left: 0;
}

.team-card__name {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.team-card__details {
  font-size: 16px;
  color: #B8B8B8;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@keyframes teamLink {
  0% {
    opacity: 1;
    margin-left: 0;
  }

  25% {
    opacity: 0;
    margin-left: 10px;
  }

  50% {
    margin-left: -20px;
    opacity: 0;
    border-color: #fff;
  }

  75% {
    margin-left: -10px;
    opacity: 0.5;
    border-color: #fff;
  }

  100% {
    margin-left: 0;
    opacity: 1;
    border-color: #fff;
  }
}

.team__link {
  margin-left: 24px;
  transition: 0.2s;
}

.team__link:hover {
  color: #fff;
  transition: 0.2s;
}

.team__link:hover::after,
.team__link:hover::before {
  animation: teamLink 0.5s 0s 1 forwards;
}

.contacts {
  position: relative;
  padding: 200px 0 100px;
  overflow: hidden;
}

.contacts-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

.contacts-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.contacts-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contacts-data__tel {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 8px;
}

.contacts-data__mail {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #E8E8E8;
  margin-bottom: 32px;
}

.contacts-data__adress {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 32px;
}

.contacts__map {
  position: absolute;
  bottom: -100px;
  left: -15px;
  height: 624px;
}

.contacts-media {
  width: 100%;
}

.contacts-media__upper {
  margin-bottom: 25px;
}

.contacts-media-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.contacts-media-links__link {
  margin-right: 42px;
}

.contacts-media-links__link {
  filter: brightness(0) invert(1);
  transition: filter 0.2s;
}

.contacts-media-links__link:hover {
  filter: brightness(1) invert(0);
  transition: filter 0.2s;
}

.contacts-media-links__link.vk {
  margin: 0;
}

.contacts-media-links__img {
  height: 16px;
}

.contacts-media-links__img.vk {
  height: 10px;
}

@media (min-width: 1600px) {
  .tech {
    margin-top: 110px;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 700px;
  }

  .tech__img {
    position: absolute;
    width: 2560px;
    height: 700px;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
    object-position: center -800px;
  }

  .tech-details {
    position: absolute;
    z-index: 2;
  }

  .tech-details:nth-child(2) {
    left: 720px;
    top: 210px;
  }

  .tech-details:nth-child(3) {
    left: 1178px;
    top: 520px;
  }

  .tech-details:nth-child(4) {
    left: 1450px;
    top: 176px;
  }
}

@media (max-width: 1500px) {
  .contacts__map {
    height: auto;
    width: 60%;
  }

  .team-card__photo {
    height: 300px;
  }
}

@media (max-width: 1199px) {
  .first-wrap {
    padding-left: 0;
    padding-bottom: 70px;
    
  }
  .contacts__map {
    position: static;
    height: auto;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 50px;
  }
  .first__promt {
    display: none;
  }
  .first-wrap__title {
    font-size: 38px;
  }
  .contacts-wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .contacts-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }

  .contacts {
    padding: 0;
    margin-top: 110px;
  }

  .team__link {
    margin-bottom: 32px;
  }

  .team-card {
    margin-bottom: 20px;
    height: 406px;
  }

  .team-card__name {
    font-size: 16px;
  }

  .team-card__photo {
    height: 100%;
  }

  .first__background {
    height: 600px;
  }

  .brands-card-bottom {
    padding: 30px 50px;
  }

  .brands-card__logo {
    margin-left: 50px;
  }

  .news-card__img {
    max-height: 360px;
    min-height: 248px;
  }
}

@media (max-width: 1024px) {
  .h1 {
    font-size: 36px;
  }

  .first {
    height: auto;
    padding-top: 396px;
    padding-bottom: 0;
  }

  .first-wrap {
    height: auto;
  }

  .first-wrap__subtitle {
    width: 90%;
  }

  .first__promt {
    display: none;
  }

  .first__background {
    height: 500px;
  }

  .brands-card__logo {
    margin-left: 40px;
    margin-top: 40px;
  }

  .brands-card__logo.rocca {
    height: 40px;
  }

  .brands-card-bottom {
    padding: 30px 40px;
  }

  .tech {
    height: 300px;
  }

  .tech__img {
    width: 100vw;
    height: 300px;
    -o-object-position: center;
    object-position: center;
  }

  .tech-details:nth-child(2) {
    left: 160px;
    top: 106px;
  }

  .tech-details:nth-child(3) {
    left: 480px;
    top: 220px;
  }

  .tech-details:nth-child(4) {
    left: 900px;
    top: 230px;
  }

  .team-card {
    height: 450px;
  }
}

@media (max-width: 991px) {
  .h1 {
    font-size: 24px;
  }

  .h2 {
    font-size: 24px;
  }

  .regular {
    font-size: 16px;
  }

  .link {
    font-size: 14px;
  }

  .brands {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .brands-card {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .news {
    margin-top: 50px;
  }

  .team {
    margin-top: 50px;
  }

  .team-card {
    height: 330px;
  }

  .contacts {
    margin-top: 50px;
  }

  .underlined {
    width: 100%;
  }

  .footer {
    border: none;
  }

  .footer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__logo {
    margin: 0;
  }

  .footer__logo-link {
    margin-right: 0;
    margin-bottom: 34px;
  }

  .footer__rights {
    margin-bottom: 12px;
    margin-right: 0;
  }

  .footer__policy {
    margin-bottom: 12px;
  }
}

@media (max-width: 767px) {
  .first-wrap {
    width: auto;
    padding-bottom: 30px;
  }

  .first__background {
    height: 334px;
  }

  .first {
    padding-top: 296px;
    padding-bottom: 0;
  }

  .team-card {
    height: 510px;
  }

  .brands-card {
    height: 312px;
  }

  .team-card__name {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .first {
    padding-top: 243px;
  }

  .team-card {
    height: 396px;
  }
}

@media (max-width: 425px) {
  .h1 {
    font-size: 20px;
  }

  .h2 {
    font-size: 20px;
  }

  .first {
    padding-top: 234px;
  }

  .regular {
    font-size: 14px;
  }

  .first-wrap__title {
    max-width: 296px;
  }

  .brands-card {
    height: 288px;
  }

  .brands-card__logo {
    height: 56px;
    margin-top: 24px;
    margin-left: 20px;
  }

  .brands-card-bottom {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brands-card__logo.rocca {
    height: 32px;
  }

  .news__link {
    display: none;
  }

  .team-card {
    height: 300px;
  }

  .team-card:hover .team-card__bottom {
    height: 100px;
  }

  .team-card__name {
    font-size: 20px;
  }

  .underlined {
    padding-bottom: 16px;
  }

  .team-card__bottom {
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 24px;
    height: 70px;
  }

  .contacts {
    margin-top: 10px;
  }

  .footer__rights {
    text-align: center;
  }
}

@media (max-width: 1200px) {
  .news-row .news-card {
    width: 300px;
    min-width: 300px;
    margin: 0 10px;
  }

  .news-row {
    margin: 0 -10px;
  }
}

@media (max-width: 768px) {
  .tech {
    overflow: visible;
  }

  .tech__img {
    width: 770px;
    height: 300px;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }

  .tech-details:nth-child(2) {
    left: 60px;
    top: 213px;
  }

  .tech-details:nth-child(3) {
    left: 220px;
    top: 200px;
  }

  .tech-details:nth-child(4) {
    left: 320px;
    top: 210px;
  }

  .tech-details-info {
    padding: 10px;
  }

  .tech-details__name {
    font-size: 14px;
  }

  .tech-details__desc {
    font-size: 12px;
  }

  .tech-details__desc br {
    display: none;
  }

  .tech-details-info {
    position: absolute;
    width: 220px;
    margin-top: 10px;
  }

  .tech-details:nth-child(2) .tech-details-info {
    right: -185px;
  }

  .tech-details:nth-child(3) .tech-details-info {
    right: -100px;
  }

  .tech-details:nth-child(4) .tech-details-info {
    right: -5px;
  }

}

/* section flat */

.flat {
  padding-top: 110px;
  position: relative;
  z-index: 3;
}

.flat-card {
  width: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 430px;
  display: inline-block;
}

.flat-card__img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  transition: 2s;
}

.flat-card-bottom {
  background: linear-gradient(0deg, rgba(27, 27, 27, 0.8) 55.26%, rgba(27, 27, 27, 0) 126.32%);
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: fit-content;
}

.flat-card__title {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  display: inline-block;
  margin-bottom: 12px;
}

.flat-card__category {
  border: 1px solid #494949;
  display: inline-block;
  width: fit-content;
  padding: 8px 12px;
  font-weight: 600;
  font-size: 12px;
  line-height: 130%;
  text-transform: uppercase;
}

.flat-card:hover .flat-card__img{
  scale: 1.1;
  transition: 2s;
}

.flat-row {
  display: flex;
  flex-direction: row;
}

.flat-slide {
  max-width: 400px;
}

@media (max-width: 1024px) {
  .flat-slide {
    max-width: 312px;
  }
  .flat-card {
    height: 340px;
  }
  .flat-card__title {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .flat-card-bottom {
    padding: 20px 24px;
  }
  .flat-card__title {
    font-size: 16px;
  }
}


/*# sourceMappingURL=home.css.map */

.first,
.brands,
.news,
.tech,
.team,
.contacts {
  position: relative;
}