body {
  font-family: 'Roboto', sans-serif;
  margin: 0 auto;
  padding: 0;
  min-width: 320px;
}

li {
  list-style-type: none;
}

.active_link {
  color: #af251c;
}

ul {
  margin-left: 0;
  padding-left: 0;
}

.burger-btn {
  display: none;
  width: 35px;
  height: 28px;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  position: absolute;
  z-index: 100;
  left: 20px;
  cursor: pointer;
  transition: all ease 0.3s;
}

.active-burger {
  transform: rotate(90deg);
}

.burger-stick {
  display: block;
  background-color: #000;
  width: 100%;
  height: 5px;
  border-radius: 2px;
}

button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
}

.center_align {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.content-wrapper {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.logo_container {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  font-weight: 700;
  color: #1f1a17;
}

.logo_image {
  width: 80px;
  height: 50px;
  background-image: url(/src/assets/ДорАвиа-лого2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 10px;
}

header {
  height: 90px;
  background-color: rgba(240, 248, 255, 0.795);
  position: sticky;
  top: 0;
  z-index: 30;
}

.header__container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 17px;
  font-weight: 400;
}

a {
  text-decoration: none;
  color: black;
  transition: color ease 0.3s;
}

a:hover {
  color: #af251c;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav a {
  padding: 10px 20px;
}

nav a:last-child {
  padding-right: 0px;
}

.fixed-background {
  height: 100vh;
  width: 100%;
  background-image: url(/src/assets/main_background.png);
  background-color: rgba(240, 245, 255, 1);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: fixed;
  z-index: 0;
}

.dinamic-page {
  position: relative;
  z-index: 1;
}

.main_image-container {
  height: calc(100vh - 90px);
  position: relative;
}

.main_logo-image {
  width: 250px;
  height: 180px;
  background-image: url(/src/assets/ДорАвиа-лого2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.main_logo-text {
  margin: 0;
  font-weight: 600;
  font-size: 100px;
}

.main_info-container > p {
  font-weight: 500;
  font-size: 25px;
}

.main_info-container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}

.main_info-container > {
  margin: 0;
  margin-bottom: 10px;
}

@keyframes bounce {
  0% {
    bottom: 40px;
  }
  50% {
    bottom: 55px;
  }
  100% {
    bottom: 40px;
  }
}

.btn-scroll_down {
  color: black;
  font-size: 60px;
  transition: color ease 0.3s;
  position: absolute;
  bottom: 40px;
  animation: bounce 1s infinite;
}

.btn-scroll_down:hover {
  color: #af251c;
}

.services-background_container {
  background-color: rgba(240, 248, 255, 0.795);
}

.section-title {
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  color: black;
  margin-bottom: 20px;
}

.section-description {
  font-size: 24px;
  font-weight: 400;
  color: black;
  margin: 0;
  margin-bottom: 50px;
  text-align: justify;
}

.services-container {
  padding: 55px 20px;
}

.red_word {
  color: #af251c;
}

.services-grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px;
  margin-right: -20px;
}

.service-grid_cell {
  overflow-wrap: break-word;
  font-size: 20px;
  margin-bottom: 40px;
  margin-right: 40px;
  display: flex;
  min-width: 450px;
  flex: 1;
}

.circle-icon {
  display: block;
  min-width: 85px;
  width: 85px;
  height: 85px;
  text-align: center;
  line-height: 85px;
  font-size: 54px;
  border: 3px solid;
  border-radius: 100%;
  color: #af251c;
  transition: color ease 0.3s;
  margin-right: 20px;
  cursor: default;
}

.circle-icon:hover {
  color: black;
}

.section-second_title {
  margin: 0;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
}

.section-info_block {
  /*margin-right: 40px;*/
}

.styled_image {
  width: 100%;
  height: 100%;
  background-image: url(/src/assets/ДорАвиа-лого2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 4px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 10px;
  height: 500px;
  grid-template-areas: 'a b c';
}

.parus-image_1 {
  background-image: url(/src/assets/parus/parus1.jpg);
  background-color: lightgrey;
  grid-area: a;
}

.parus-image_2 {
  background-image: url(/src/assets/parus/parus2.jpg);
  background-color: lightgrey;
  grid-area: b;
}

.parus-image_3 {
  background-image: url(/src/assets/parus/parus3.jpg);
  background-color: lightgrey;
  grid-area: c;
}

.gallery-grid_shop {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 10px;
  height: 500px;
  grid-template-areas:
    'b a'
    'b c';
}

.gallery-grid_hram {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 10px;
  height: 500px;
  grid-template-areas:
    'a b'
    'c b';
}

.gallery-grid_parking {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 10px;
  height: 500px;
  grid-template-areas: 'a b';
}

.paring-image_1 {
  background-image: url(/src/assets/parking/parking_1.jpg);
  background-color: lightgrey;
  grid-area: a;
}

.paring-image_2 {
  background-image: url(/src/assets/parking/parking_2.jpg);
  background-color: lightgrey;
  grid-area: b;
}

.shop-image_1 {
  background-image: url(/src/assets/shop/shop1.jpg);
  background-color: lightgrey;
  grid-area: b;
}

.shop-image_2 {
  background-image: url(/src/assets/shop/shop2.jpg);
  background-color: lightgrey;
  grid-area: a;
}

.shop-image_3 {
  background-image: url(/src/assets/shop/shop3.jpg);
  grid-area: c;
}

.hram-image_1 {
  background-image: url(/src/assets/hram/hram2.jpg);
  background-color: lightgrey;
  grid-area: b;
}

.hram-image_2 {
  background-image: url(/src/assets/hram/hram3.jpg);
  background-color: lightgrey;
  grid-area: a;
}

.hram-image_3 {
  background-image: url(/src/assets/hram/hram1.jpg);
  background-color: lightgrey;
  grid-area: c;
}

.kolbovichi-image_1 {
  background-image: url(/src/assets/kolbovichi/kolbovichi1.jpg);
  background-color: lightgrey;
  grid-area: b;
}

.kolbovichi-image_2 {
  background-image: url(/src/assets/kolbovichi/kolbovichi2.jpg);
  background-color: lightgrey;
  grid-area: a;
}

.kolbovichi-image_3 {
  background-image: url(/src/assets/kolbovichi/kolbovichi3.jpg);
  background-color: lightgrey;
  grid-area: c;
}

.minsk_city-image_1 {
  background-image: url(/src/assets/minsk-city/minsk-city_1.jpg);
  background-color: lightgrey;
  grid-area: b;
}

.minsk_city-image_2 {
  background-image: url(/src/assets/minsk-city/minsk-city_2.jpg);
  background-color: lightgrey;
  grid-area: a;
}

.minsk_city-image_3 {
  background-image: url(/src/assets/minsk-city/minsk-city_3.jpg);
  background-color: lightgrey;
  grid-area: c;
}

.monastyr-image_1 {
  background-image: url(/src/assets/monastyr/monastyr_1.jpg);
  background-color: lightgrey;
  grid-area: a;
}

.monastyr-image_2 {
  background-image: url(/src/assets/monastyr/monastyr_2.jpg);
  background-color: lightgrey;
  grid-area: b;
}

.reconstruction-image_1 {
  background-image: url(/src/assets/reconstruction/reconstruction1.jpg);
  background-color: lightgrey;
  grid-area: a;
}

.reconstruction-image_2 {
  background-image: url(/src/assets/reconstruction/reconstruction2.jpg);
  background-color: lightgrey;
  grid-area: b;
}

.demolition-image_1 {
  background-image: url(/src/assets/demolition/demolition1.jpg);
  background-color: lightgrey;
  grid-area: a;
}

.demolition-image_2 {
  background-image: url(/src/assets/demolition/demolition2.jpg);
  background-color: lightgrey;
  grid-area: b;
}

.hotel-image_1 {
  background-image: url(/src/assets/hotel/hotel1.jpg);
  background-color: lightgrey;
  grid-area: b;
}

.hotel-image_2 {
  background-image: url(/src/assets/hotel/hotel2.jpg);
  background-color: lightgrey;
  grid-area: a;
}

.hotel-image_3 {
  background-image: url(/src/assets/hotel/hotel3.jpg);
  background-color: lightgrey;
  grid-area: c;
}

.contacts-flex_container {
  display: flex;
  justify-content: space-between;
}

.contacts_logo-container {
  flex: 1;
  margin-right: 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contacts-flex_container > div:nth-child(2) {
  flex: 1;
}

.contacts_logo-image {
  width: 100px;
  height: 75px;
  background-image: url(/src/assets/ДорАвиа-лого2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.contacts_logo-text {
  margin: 0;
  font-weight: 600;
  font-size: 37px;
}

.contacts_logo-container > p {
  font-weight: 400;
  font-size: 19px;
  width: 240px;
  text-align: center;
}

.copy-right {
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 13px;
}

.splide__arrow {
  background-color: transparent !important;
}

.splide__arrow svg {
  width: 2.2em !important;
  height: 2.2em !important;
  fill: #af251c;
  transition: fill ease 0.3s;
}

.splide__arrow svg:hover {
  fill: #000;
}

.slide__progress__bar {
  background-color: #af251c;
}

.attestat_image {
  display: block;
  height: 520px;
}

.attestat-2_image {
  display: block;
  height: 520px;
}

.space_between-flex_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.space_between-flex_container > h3,
.space_between-flex_container > p {
  margin-bottom: 20px !important;
  margin-top: 0px !important;
}

.docs-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: -20px;
  margin-bottom: -55px;
}

.docs-container > div {
  flex: 1;
  margin-right: 20px;
  margin-bottom: 55px;
}

.center-flex_container {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 800px) {
  .gallery-grid_hram,
  .gallery-grid_parking,
  .gallery-grid_shop,
  .gallery-grid {
    height: 380px;
  }
  .burger-btn {
    display: flex;
  }
  .header__container {
    justify-content: center;
  }
  nav {
    position: absolute;
    background-color: rgba(240, 245, 255, 0.9);
    height: 100vh;
    top: 0;
    width: 70%;
    left: 0;
    transition: all ease 0.3s;
    margin-left: -72%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
  }

  .active-menu {
    margin-left: 0;
  }

  nav > li {
    padding: 20px 10px;
    padding-left: 30px;
    font-size: 24px;
  }

  .nav-link {
    padding: 0;
  }
}

@media screen and (max-width: 550px) {
  .space_between-flex_container > h3 {
    width: 100% !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .space_between-flex_container > p {
    width: 100% !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .gallery-grid_hram,
  .gallery-grid_parking,
  .gallery-grid_shop,
  .gallery-grid {
    height: 200px;
  }
  .service-grid_cell {
    min-width: auto;
  }
  .contacts-flex_container {
    flex-direction: column-reverse;
  }

  .contacts-flex_container > div {
    margin-right: 0 !important;
  }

  .main_logo-image {
    width: 150px;
    height: 80px;
  }
  .main_logo-text {
    font-size: 60px;
  }
  .main_info-container > p {
    font-size: 19px;
  }

  .attestat-2_image,
  .attestat_image {
    height: 420px;
  }

  .docs-container {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 450px) {
  .space_between-flex_container {
    flex-direction: column;
    align-items: baseline;
  }

  .space_between-flex_container > h3 {
    font-size: 20px !important;
    width: 100% !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .space_between-flex_container > p {
    font-size: 14px !important;
    width: 100% !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .gallery-grid_hram,
  .gallery-grid_parking,
  .gallery-grid_shop,
  .gallery-grid {
    height: 450px;
    margin-bottom: 10px;
  }

  .gallery-grid_hram {
    grid-template-areas:
      'a a'
      'c c'
      'b b';
  }

  .gallery-grid_parking {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas:
      'a a'
      'b b'
      'c c';
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-template-areas:
      'a a'
      'a a'
      'c b';
  }

  .gallery-grid_shop {
    grid-template-areas:
      'a a'
      'b b'
      'c c';
  }

  .section-title {
    font-size: 29px;
  }

  .section-description {
    font-size: 21px;
  }

  .section-second_title {
    font-size: 21px;
  }

  .service-grid_cell {
    font-size: 18px;
  }

  .docs-container h3 {
    font-size: 22px !important;
  }

  .contacts_logo-container > p {
    font-size: 16px;
  }
}

@media screen and (max-width: 400px) {
  header {
    height: auto;
  }
  .header__container {
    flex-direction: column;
    padding: 10px;
  }

  .header__container > .logo_container {
    margin-left: 30px;
    font-size: 29px;
  }

  .attestat-2_image,
  .attestat_image {
    height: 350px;
  }
}
