@charset "UTF-8";
@import url("/node_modules/bootstrap/scss/_accordion.scss");
footer h3, .row .address_contact td, .row .address_contact p, .faqs p, .faqs h3, .faqs, .app-gallery p, .newssection h3, .words, a, h1 {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  color: #000;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

header {
  background: url(../assets/background-main.jpg) no-repeat center top/cover;
  overflow: hidden;
  height: 100vh;
  width: 100vw;
}

h1 {
  margin: 3% 0 3% 5% !important;
}

@media (max-width: 1400px) {
  .dropdown-menu .dropdown-item {
    text-align: left !important;
  }
  .address_contact p {
    text-align: center;
    width: 500px !important;
  }
  .navbar-nav {
    margin: 3% !important;
  }
  .nav-item a {
    color: #000 !important;
  }
  footer {
    padding: 35% 0px 1% 0px !important;
  }
  footer img {
    width: 15% !important;
    margin: 1% 2%;
  }
}
@media (max-width: 990px) {
  .navbar-nav .nav-item {
    width: 80% !important;
  }
}
@media (max-width: 990px) {
  .address_contact p {
    width: 300px !important;
  }
  nav img {
    visibility: visible !important;
    width: 170px !important;
    margin-top: 47% !important;
    margin-left: 5% !important;
  }
}
@media (max-width: 768px) {
  footer .fs-4 {
    font-size: 19px !important;
    margin: 0 !important;
  }
  nav {
    margin: 0 !important;
  }
  .words {
    margin: 100% 0 0 5% !important;
  }
  .newssection .btn {
    margin: 5% 0 5% 20% !important;
  }
  .newssection .card {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    -webkit-transition: none !important;
    transition: none !important; /* Время эффекта */
  }
  .news_content {
    margin: 5% 0 0 15% !important;
  }
  .faqs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
nav {
  margin: 0 auto;
  display: block;
  margin: 0 0 0 20%;
  font-size: 16px;
}
nav ul li {
  list-style: none;
  border-left: 2px solid #828CE5;
  display: inline-block;
  padding: 0 30px;
  position: relative;
  text-decoration: none;
  font-family: arvo;
}
nav li a:hover {
  color: #828CE5;
}
nav li:hover {
  cursor: pointer;
}
nav ul li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding-left: 0;
  left: 0;
  display: none;
}
nav ul li:hover > ul,
nav ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
  min-width: 250px;
  text-align: left;
  padding-top: 20px;
}
nav ul li ul li {
  clear: both;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
  border-style: none;
}
nav ul li ul li a:hover {
  padding-left: 10px;
  border-left: 2px solid #828CE5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
nav a:hover {
  color: #828CE5;
}
nav ul li ul li a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
nav img {
  visibility: hidden;
  width: 10px;
}

a {
  line-height: 100%;
}

.words {
  margin: 20% 0 0 5%;
}
.words h2 {
  color: #FFF;
}
.words p {
  font-size: 30px;
  font-weight: 400;
  line-height: 50px;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.newssection {
  margin: 5% 0;
  background-color: #FFF;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1400px;
}
.newssection h3 {
  margin-bottom: 2%;
}
.newssection .head {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newssection hr {
  width: 50%;
  border: 2px solid darkblue !important;
}
.newssection .card {
  width: 100%;
  max-width: 260px;
  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; /* Для корректного распределения внутренних элементов */
}
.newssection .card-img-top {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.newssection .card-body {
  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-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; /* Растянуть все элементы внутри .card-body */
  padding: 20px;
}
.newssection .card-title, .newssection .card-text, .newssection .btn {
  margin-bottom: 10px;
}
.newssection .card_footer {
  margin-top: auto; /* Поместить .card_footer в конец .card-body */
}
.newssection button {
  margin: 5% 0 5% 44%;
}
.newssection button a {
  color: #000;
}
.newssection button a:hover {
  color: #FFF;
}
.newssection .modal-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
}
.newssection .modal-close {
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.app .news_content {
  position: relative;
  margin: 5% 0 0 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.app .news_content .card {
  -webkit-box-shadow: 39px 12px 59px 12px rgba(199, 199, 199, 0.6);
          box-shadow: 39px 12px 59px 12px rgba(199, 199, 199, 0.6);
  -webkit-transition: 1s;
  transition: 1s;
}

@media (max-width: 768px) {
  .fotoshoot img:nth-child(1),
  .fotoshoot img:nth-child(2),
  .fotoshoot img:nth-child(3) {
    display: none;
  }
}
.app-gallery {
  background: rgb(65, 91, 144);
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  border-radius: 0.8rem;
  text-align: center;
  margin-bottom: 2%;
}
.app-gallery p {
  text-align: center;
  padding: 2% 0;
}

.gallerysection {
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.carousel-item img {
  width: auto;
  height: 450px;
  -o-object-fit: contain;
     object-fit: contain;
}

.btn_gallery {
  padding: 2%;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.accordion-body {
  background-color: rgb(65, 91, 144) !important;
  color: #FFF;
}

.faqs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2% 5%;
  background-color: rgb(65, 91, 144);
  padding: 30px;
  margin-top: 30px;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.faqs h3 {
  color: #FFF;
  text-align: center;
  margin: 5% 5%;
}
.faqs p {
  color: #FFF;
  margin: 5% 0;
}
.faqs .questions {
  margin: 2% 10%;
}
.faqs .questions button {
  background-color: rgb(65, 91, 144);
  color: #FFF;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 20px;
}
.row .col-xs-12,
.row .col-lg-6 {
  padding: 10px;
}
.row iframe {
  width: 100%;
}
.row .address_contact {
  margin: 0 10%;
}
.row .address_contact p {
  text-align: center;
}
.row .address_contact td {
  padding: 10px;
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url(../assets/footer-bg.png);
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  padding: 15% 0px 1% 0px;
}
footer img {
  width: 10%;
  margin: 1% 2%;
}
footer h3 {
  color: #FFF;
  margin: 3% 0 0 30%;
}