@import 'fonts.css';

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'montserrat';
  font-weight: 400;
  list-style: none;
  text-decoration: none;
  scroll-behavior: smooth;
}
*::before,
*::after {
  font-family: 'icons';
}

.icon-telegram::before {content: '\f2c6'; font-weight: 400; color: #4A7DBC;}
.icon-tel::before {content: '\f095'; font-weight: 900; color: #4A7DBC; margin-right: 5px;}
.icon-email::before {content: '\f0e0'; font-weight: 900; color: #4A7DBC; margin-right: 10px;}
.icon-chevron-down::before {content: '\f078'; font-weight: 900;}

.container {
  max-width: 1170px;
  margin: 0 auto;
}
/* ==================== Navbar =================== */
.nav {
  padding: 30px 0;
  background: #fff;
}
.nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav .contacts-btn {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  /* font-size: calc(6px + 10 * (100vw / 1280)); */
  line-height: 19.5px;
  color: #182F43;
}
.contacts {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.old-site,
.new-site {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.old-site {
  margin-bottom: 15px;
}
.old-site a,
.new-site a {
  font-weight: 400;
  font-size: 13px;
  /* font-size: calc(6px + 7 * (100vw / 1280)); */
  line-height: 15.85px;
  color: #182F43;
}
.sites {
  display: flex;
  align-items: center;
}
.main-site, .old-site .main-site {
  font-weight: 600 !important;
  font-size: 16px;
  /* font-size: calc(6px + 10 * (100vw / 1280)) !important; */
  line-height: 19.5px;
  /* margin-right: 85px; */
}
.sites .main-site {
  margin-right: 65px;
}
.main-site-contacts {
  display: none;
}
.old-site .nav-logo {
  display: inline-block;
  width: 94px;
  height: 28px;
  background: #000000;
  border: 1px solid #363A45;
  border-radius: 5px;
  padding: 3px 16px;
  margin-left: 5px;
}
.new-site .nav-logo {
  height: 21px;
  margin-left: 5px;
}
.old-site .nav-logo img,
.new-site .nav-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ==================== header =================== */
.header {
  position: relative;
  height: 500px;
}
.header .main-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header .header-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180.25deg, rgba(0, 0, 0, 0.76) 19.65%, rgba(0, 0, 0, 0.13) 134.22%);
}
.header-content img {
  width: 479px;
  height: 220px;
}
.header-text {
  margin-left: 35px;
}
.header-text h1 {
  font-weight: 600;
  font-size: 20px;
  /* font-size: calc(8px + 12 * (100vw / 1280)); */
  line-height: 30.4px;
  color: #F5F5F5;
}
.header-text a {
  display: none;
}
.header-text p:first-of-type {
  margin-bottom: 30px;
}
/* ==================== activity =================== */
.title {
  font-weight: 600;
  font-size: 28px;
  /* font-size: calc(12px + 16 * (100vw / 1280)); */
  line-height: 34px;
  margin: 50px 0;
  text-align: center;
  color: #182F43;
}
.activity-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: inherit;
}
.activity--top {
  margin-bottom: 50px;
  display: flex;
}
.activity--top__left,
.activity--top__right {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.activity__item {
  position: relative;
  overflow: hidden;
}
.activity__item img {
  width: 100.333%;
  height: 100%;
  object-fit: cover;
}
.item1-bg {
  height: 175% !important;
}
.activity__item--content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px 40px;
  color: #F5F5F5;
  background: linear-gradient(96.14deg, #262626 -15.2%, rgba(38, 38, 38, 0.89) -11.42%, rgba(54, 58, 69, 0.26) 81.62%);
}
.activity__item--content img {
  width: 196px;
  height: 60px;
}
.activity__item--content p {
  font-weight: 500;
  font-size: 18px;
  /* font-size: calc(9px + 9 * (100vw / 1280)); */
  line-height: 27.36px;
  margin-top: 10px;
}
.activity__item--content h3 {
  font-weight: 700;
  font-size: 22px;
  /* font-size: calc(14px + 8 * (100vw / 1280)); */
  line-height: 27px;
  margin-bottom: 20px;
}
.activity__item--content p {
  margin-bottom: 30px;
}
.activity__item--content li {
  font-size: 16px;
  /* font-size: calc(12px + 7 * (100vw / 1280)); */
  line-height: 24.32px;
  text-align: left;
  position: relative;
  margin-left: 15px;
}
.activity__item--content li::before {
  content: '-';
  position: absolute;
  top: 0;
  left: -13px;
  font-size: 10px;
}
/* .activity__item--content items */
.item1, .item5 {
  height: 200px;
}
.item3 {
  height: 320px;
}
.item2, .item4, .item6 {
  height: 240px;
}
/*  items style difference */
.item1 .activity__item--content {
  /* padding-right: 0; */
}
/* acivity--bottom items grid */
.activity--bottom {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 720px;
}
.item7 {
  width: 50%;
  height: 100%;
}
.item8 {
  width: 50%;
  height: 420px;
}
.item9 {
  width: 50%;
  height: 300px;
} 
/* ==================== footer =================== */
.footer {
  margin-top: 70px;
  background: linear-gradient(0deg, #172027 26.56%, #696967 162.09%);
  padding: 50px 50px;
}
.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer img {
  width: 235px;
  height: 108px;
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}
.footer__contancts--socials {
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer__contancts--socials a {
  font-size: 12px;
  /* font-size: calc(8px + 6 * (100vw / 1280)); */
  line-height: 16.8px;
  color: #C5C5C5;
}
.footer__contancts--socials a.icon-telegram {
  font-size: 20px;
  /* font-size: calc(12px + 8 * (100vw / 1280)); */
}
.footer__contacts--tel {
  display: flex;
  align-items: center;
  font-size: 14px;
  /* font-size: calc(8px + 6 * (100vw / 1280)); */
  line-height: 16.8px;
  color: #C5C5C5;
}
.footer__contacts--tel a {
  margin-left: 10px;
  color: #C5C5C5;
}
/* ==================== banner =================== */
.banner__bottom {
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
}
.banner__bottom--links,
.banner__bottom--texts {
  display: flex;
  align-items: center;
  gap: 50px;
}
.banner__bottom--links a,
.banner__bottom--texts p {
  font-size: 12px;
  /* font-size: calc(6px + 6 * (100vw / 1280)); */
  line-height: 16.8px;
  color: #363A45;
}
.banner__bottom--texts p {
  font-size: 14px;
  color: #000;
}
@media(max-width: 1400px) {}
@media(max-width: 1200px) {
  .container {
    max-width:992px
  }
  .banner__bottom--links,
  .banner__bottom--texts {
    gap: 25px;
  }
  .item1, .item5 {
    height: 220px;
  }
  .item2, .item4, .item6 {
    height: 253px;
  }
}
@media(max-width: 1012px) {
  .banner__bottom {
    padding: 24px 0;
    flex-direction: column-reverse;
  }
  .banner__bottom--texts,
  .banner__bottom--links {
    width: 100%;
    justify-content: space-between;
  }
  .banner__bottom--texts {
    margin-bottom: 18px;
  }
}
@media(max-width: 992px) {
  .container {
    max-width:720px
  }
  .nav {
    padding: 0;
  }
  .nav .container {
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
  }
  .contacts {
    width: 100%;
    flex-direction: row-reverse;
    margin-bottom: 22px;
  }
  .old-site {
    margin-bottom: 10px;
  }
  .old-site,
  .new-site {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .old-site a,
  .new-site a {
    margin-bottom: 7px;
  }
  .sites .main-site {
    display: none;
  }
  .main-site-contacts {
    display: flex;
  }
  .old-site .nav-logo {
    margin: 0;
  }
  .header .main-bg {
    display: none;
  }
  .header .header-content {
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding: 35px 26px 20px;
    background: linear-gradient(0.07deg, rgba(23, 32, 39, 0.25) 0.06%, #172027 0.06%, rgba(23, 32, 39, 0.7) 99.04%), linear-gradient(180deg, rgba(0, 0, 0, 0.67) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .header-content img {
    width: 320px;
    height: 148px;
  }
  .header-text {
    display: flex;
    flex-direction: column;
    margin: 0;
  }
  .header-content img,
  .header-text p {
    margin-bottom: 62px;
    font-size: 18px;
  }
  .header-text a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #4A7DBC;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .activity--top__left,
  .activity--top__right {
    width: 100%;
  }
  .activity--top,
  .activity--bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .activity--bottom {
    height: unset;
  }
  .item7, .item8, .item9 {
    height: 320px;
  }
  .activity__item {
    width: 100%;
  }
  .activity__item--content {
    padding: 20px 30px 55px;
  }
  .activity__item--content img {
    width: 196px;
    height: 60px;
  }
}
@media(max-width: 768px) {
  .container {
    max-width: 540px
  }
  .title {
    margin: 30px 0;
    font-size: 16px;
    line-height: 19.5px;
  }
  .footer {
    padding-top: 46px;
  }
  .footer img {
    margin-bottom: 37px;
  }
  .footer__contacts {
    align-items: flex-start;
  }
  .footer-content {
    flex-direction: column;
  }
  .footer__contacts--tel {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer__contacts--tel a {
    margin: 10.5px 0 0 0;
  }
  .banner__bottom--links {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}
@media(max-width: 576px) {
  .container {
    width: 90%;
  }
  .item5 {
    height: 240px;
  }
}
@media(max-width: 480px) {
  .contacts-btn {
    font-size: 14px;
    line-height: 17px;
    text-align: center;
  }
  .main-site {
    font-size: 14px;
    line-height: 17px;
  }
  .old-site p {
    font-size: 12px;
    line-height: 14px;
    text-align: center;
  }
  .header {
    height: 570px;
  }
  .item8, .item9 {
    height: 250px;
  }
  .activity__item--content img {
    width: 118px;
    height: 41px;
  }
  .activity__item--content p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
  }
  .activity__item--content h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 19.5px;
  }
  .activity__item--content li {
    font-size: 14px;
    line-height: 21px;
  }
  .item1 .activity__item--content {
    padding-right: 17px;
  }
}
@media(max-width: 360px) {
  .header-content img {
    width: 100%;
  }
}
@media(max-width: 320px) {}
