@charset "UTF-8";
body,
html {
  scroll-behavior: smooth;
}

.green {
  color: rgb(2, 211, 2);
}

.accordion {
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");
}
.accordion *,
.accordion *:after,
.accordion *:before {
  box-sizing: border-box;
}
.accordion :root {
  font-size: 16px;
}
.accordion *:focus {
  outline: none;
}
.accordion .accordion {
  width: 90%;
  /* max-width: 600px; */
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.accordion details div {
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 1.5em;
}
.accordion details div > * + * {
  margin-top: 1.5em;
}
.accordion details + details {
  margin-top: 0.5rem;
}
.accordion summary {
  list-style: none;
}
.accordion summary::-webkit-details-marker {
  display: none;
}
.accordion summary {
  border: 2px solid #000;
  padding: 0.75em 1em;
  cursor: pointer;
  position: relative;
  padding-left: 3.25rem;
}
.accordion summary:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.75rem;
  content: "↓";
  width: 1.75rem;
  height: 1.75rem;
  background-color: #000;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.accordion details[open] summary {
  background-color: #eee;
}
.accordion details[open] summary:before {
  content: "↑";
}
.accordion summary:hover {
  background-color: #eee;
}
.accordion code {
  font-family: monospace;
  font-weight: 600;
}

.price-accordion {
  display: flex;
  justify-content: center;
  margin: 50px 0;
}
.price-accordion .price {
  font-weight: bold;
  font-size: 24px;
}
.price-accordion .accordion {
  width: 90%;
  /* max-width: 600px; */
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.price-accordion details {
  width: 550px;
}
.price-accordion details div {
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 1.5em;
  border-radius: 12px;
}
.price-accordion details div > * + * {
  margin-top: 1.5em;
}
.price-accordion details + details {
  margin-top: 0.5rem;
}
.price-accordion summary {
  display: flex;
  align-items: center;
  list-style: none;
}
.price-accordion summary::-webkit-details-marker {
  display: none;
}
.price-accordion summary {
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 0.75em 1em;
  cursor: pointer;
  position: relative;
  padding-left: 3.25rem;
}
.price-accordion summary span:first-child:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 10px;
  content: "↓";
  width: 1.75rem;
  border-radius: 100%;
  height: 1.75rem;
  background-color: #000;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.price-accordion details[open] summary {
  background-color: #eee;
}
.price-accordion details[open] summary span:first-child:after {
  display: none;
}
.price-accordion details[open] summary span:first-child:after {
  content: "↑";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 10px;
  width: 1.75rem;
  border-radius: 100%;
  height: 1.75rem;
  background-color: #000;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.price-accordion summary:hover {
  background-color: #eee;
}
.price-accordion code {
  font-family: monospace;
  font-weight: 600;
}

body {
  background-color: #e7e7e7;
}

.header-hide {
  transform: scaleY(0);
  transform-origin: top;
}

header {
  display: flex;
  align-items: center;
  position: relative;
  transform-origin: top;
  transition: 0.4s ease;
  box-shadow: 0 0 10px;
  margin-bottom: 30px;
}
header .header {
  height: 150px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
header .header .certificate_item {
  cursor: pointer;
  transition: 0.4s;
}
header .header .certificate_item:hover {
  transform: scale(1.2);
  opacity: 0.7;
}
header .header .certificate_item img {
  width: 120px;
  object-fit: contain;
  height: 100%;
  aspect-ratio: 16/9;
}
header .header_nav {
  display: flex;
  gap: 20px;
}
header .header_nav a {
  text-underline-offset: 5px;
}
header .header .logo {
  text-align: center;
  left: 0;
}

.swiper1 {
  /*    html,
    body {
      position: relative;
      height: 100%;
    }

    body {
      background: #eee;
      font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 14px;
      color: #000;
      margin: 0;
      padding: 0;
    } */
}
.swiper1 :root {
  --swiper-navigation-color: white;
}
.swiper1 .swiper {
  width: 100%;
  height: 400px;
}
.swiper1 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper1 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper1 .swiper-button-next,
.swiper1 .swiper-button-prev {
  text-rendering: auto;
}
.swiper1 .swiper-pagination-bullet {
  background-color: white;
}

.reviews {
  height: 500px;
}

.review_item {
  display: flex;
  flex-direction: column;
  height: 500px;
}

.side_nav {
  width: 150px;
  z-index: 999;
  position: fixed;
  display: flex;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.438);
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  bottom: 50;
  padding: 20px;
  transform: translateY(-1 0%);
}
.side_nav a {
  color: white;
}

.active {
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.contact_bottom ul {
  z-index: 999;
  position: fixed;
  right: 50px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.contact_bottom ul li {
  list-style: none;
  transition: 0.2s ease-in;
}
.contact_bottom ul li:hover {
  transform: rotate(10deg) scale(1.1);
  opacity: 0.8;
}
.contact_bottom img {
  width: 40px;
  height: 40px;
}

.image_2 {
  float: right;
  position: relative;
  margin-top: 20px;
  clip-path: circle(50% at 52% 100%);
  clip-path: circle(50% at 52% 0);
}

.section_title {
  margin-top: 50px;
  font-size: 36px;
  text-align: center;
  margin-bottom: 30px;
}
.section_title::before {
  content: "";
  display: block;
  margin: 20px 0;
  width: 100%;
  height: 4px;
  background-color: black;
  border-radius: 100%;
  opacity: 0.4;
}
.section_title::after {
  content: "";
  display: block;
  margin: 20px 0;
  width: 100%;
  height: 4px;
  background-color: black;
  border-radius: 100%;
  opacity: 0.4;
}

html,
body {
  height: 100%;
  position: relative;
}

.container {
  max-width: 980px;
  margin: 0 auto;
}

.hero_section {
  height: 200px;
  height: 100%;
  margin-bottom: 20px;
}
.hero_section-image {
  min-width: 300px;
  height: 400px;
  overflow: hidden;
  border-top-right-radius: 40%;
  border-bottom-left-radius: 40%;
}
.hero_section-image img {
  object-fit: cover;
  height: 500px;
  width: 1000px;
}
.hero_section-paragraph {
  font-size: 28px;
  line-height: 1.2;
}
.hero_section-title {
  font-size: 16px;
}
.hero_section .hero_section_inner {
  display: flex;
  gap: 80px;
}

.portfolio span {
  display: flex;
}
.portfolio_info-items {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
.portfolio_info-items .portfolio_info-item {
  height: max-content;
  display: flex;
  align-items: center;
  min-width: 100%;
  gap: 20px;
}
.portfolio_info-items .portfolio_info-item:nth-child(even) {
  flex-direction: row-reverse;
}
.portfolio_info-items .portfolio_info-item:nth-child(1) .image {
  background-image: url("../images/history.jpg");
}
.portfolio_info-items .portfolio_info-item:nth-child(2) .image {
  background-image: url("../images/origin.jpg");
}
.portfolio_info-items .portfolio_info-item:nth-child(3) .image {
  background-image: url("../images/experience.jpg");
}
.portfolio_info-items .portfolio_info-item div {
  flex: 1;
  height: 100%;
}
.portfolio_info-items .portfolio_info-item p {
  flex: 1;
}
.portfolio_info-items .portfolio_info-item .image {
  display: block;
  flex: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  min-height: 400px;
  max-height: 100%;
}
.portfolio_content .image {
  width: 500px;
  height: 300px;
  object-fit: cover;
}
.portfolio_content .main_text {
  font-size: 24px;
  text-align: center;
}
.portfolio_content .main_image {
  height: 230px;
  width: 30%;
  margin-left: 20px;
}
.portfolio_content .main_image img {
  object-fit: cover;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
}
.portfolio_content p {
  font-size: 18px;
  white-space: normal;
}
.portfolio_content b {
  display: block;
  font-size: 24px;
  text-transform: capitalize;
}

.location_info-wrapper {
  display: flex;
  justify-content: space-between;
}
.location_inner {
  display: flex;
  flex-direction: column;
}
.location_notices {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.review_item {
  position: relative;
  overflow: hidden;
}
.review_item span {
  position: absolute;
  top: 0;
  width: 100%;
  height: 40%;
  background-image: url("../images/bg-review.jpg");
}
.review_item span div {
  position: relative;
  height: 100%;
}
.review_item span div img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(30%);
  bottom: 0;
  border-radius: 100%;
  width: 120px;
  height: 120px;
}
.review_item span div .text {
  position: absolute;
  z-index: -1;
  height: 100%;
}
.review_item span div .text h1 {
  padding-top: 40px;
}
.review_item span div .text p {
  padding: 0 10px;
  font-size: 16px;
}

.statistics_section {
  margin: 50px 0;
  background-color: #1c3055;
}
.statistics_section .statistics_inner {
  display: flex;
  padding: 80px 0;
  flex-wrap: wrap;
}
.statistics_section .statistics_inner span {
  flex: 1;
  display: flex;
  justify-content: space-around;
}
.statistics_section .statistics_inner span .statistics_item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.statistics_section .statistics_inner span .statistics_item p {
  color: white;
  font-size: 18px;
}
.statistics_section .statistics_inner span .statistics_item h1 {
  color: white;
  font-size: 54px;
  font-weight: bold;
}
.statistics_section .statistics_inner span .statistics_item.countries:before {
  position: absolute;
  width: 100%;
  text-align: center;
  color: white;
  top: -20px;
  left: 0;
  content: "ИЗ";
  display: block;
}

.countries_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.countries_header {
  text-align: center;
}
.countries_header h1 {
  margin-bottom: 0;
}
.countries_header h2 {
  font-size: 16px;
}
.countries_list {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 170px;
  row-gap: 40px;
}
.countries_list .row-3 {
  display: flex;
  width: 100%;
  justify-content: space-around;
}
.countries_list span {
  text-align: center;
}
.countries_list span img {
  width: 100px;
  height: 60px;
}
.countries_list span p {
  font-weight: bold;
}

.merits_items {
  display: flex;
  flex-wrap: wrap;
  row-gap: 50px;
}
.merits_items .merit_item {
  text-align: center;
  flex: 50%;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.merits_items .merit_item p {
  font-weight: bold;
}
.merits_items .merit_item img {
  object-fit: cover;
  width: 70%;
}

.about_text {
  font-size: 24px;
}

a {
  color: black;
  text-decoration: none;
}

/*# sourceMappingURL=main.css.map */
