@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

.wrapper {
  max-width: 1300px;
  margin: 0 auto;
}

body {
  background-color: #162831;
}

.header-content {
  display: flex;
  align-items: center;
}

.header-content__wrapper {
  padding-top: 30px;
  padding-bottom: 50px;
}

.nav {
  margin: 0 auto;
}

.logo__image {
  width: 170px;
  height: 140px;
}

.nav__content {
  display: flex;
}

.nav__item {
  list-style-type: none;
  margin-right: 90px;
}
.nav__item:last-child {
  margin-right: 0;
}

.nav__link {
  font-family: "Oswald";
  line-height: 19px;
  font-size: 32px;
  font-weight: 400;
  text-decoration: none;
  color: #FFFFFF;
  letter-spacing: 1px;
}
.nav__link:hover {
  color: #018ABE;
  transition: color 0.3s;
  border-bottom: 2px solid #018ABE;
}

@media (max-width: 1200px) {
  .logo {
    margin-left: 20px;
  }
  .nav__link {
    font-size: 28px;
  }
  .nav__item {
    margin-right: 70px;
  }
}
@media (max-width: 1020px) {
  .nav__item {
    margin-right: 60px;
  }
}
@media (max-width: 1003px) {
  .nav__link {
    font-size: 3vw;
  }
  .nav__item {
    margin-right: 3vw;
  }
}
@media (min-width: 769px) {
  .top-nav {
    display: none;
  }
}
@media (max-width: 768px) {
  .header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header-content__wrapper {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .logo__image {
    width: 139px;
    height: 111px;
  }
  .nav {
    display: none;
  }
  .top-nav {
    padding-right: 80px;
  }
  .menu {
    display: flex;
    list-style-type: none;
    padding: 0;
    z-index: 50;
    width: 100%;
    position: absolute;
    top: 0;
    margin-top: 175px;
    left: 0;
    flex-direction: column;
    align-items: center;
  }
  .menu > li {
    overflow: hidden;
  }
  #menu-toggle {
    display: none;
  }
  .menu-button,
  .menu-button::before,
  .menu-button::after {
    display: block;
    background-color: #fff;
    position: absolute;
    height: 3.5px;
    width: 46px;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 2px;
  }
  .menu-button::before {
    content: "";
    margin-top: -12px;
  }
  .menu-button::after {
    content: "";
    margin-top: 12px;
  }
  #menu-toggle:checked + .menu-button-container .menu-button::before {
    margin-top: 0px;
    transform: rotate(405deg);
  }
  #menu-toggle:checked + .menu-button-container .menu-button {
    background: rgba(255, 255, 255, 0);
  }
  #menu-toggle:checked + .menu-button-container .menu-button::after {
    margin-top: 0px;
    transform: rotate(-405deg);
  }
  .menu-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .menu li {
    border: 1px solid #333;
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: #222;
  }
}
@media (max-width: 520px) {
  .logo__image {
    width: 115px;
    height: 90px;
  }
  .menu {
    margin-top: 153px;
  }
}
@media (max-width: 480px) {
  .menu {
    margin-top: 108px;
  }
  .logo__image {
    width: 100px;
    height: 80px;
  }
  .header-content__wrapper {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .top-nav {
    padding-right: 40px;
  }
  .logo__image {
    width: 100px;
    height: 75px;
  }
  .menu-button, .menu-button::before, .menu-button::after {
    width: 42px;
  }
  .menu-button::before {
    margin-top: -11px;
  }
  .menu-button::after {
    margin-top: 11px;
  }
}
@media (max-width: 320px) {
  .logo__image {
    width: 80px;
    height: 55px;
  }
}
.about-us-content {
  background-image: url("../img/about-us/01.jpg");
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 50px;
  padding-top: 20px;
}

.about-us-content__title {
  font-family: "Oswald";
  line-height: 33.6px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #FFFFFF;
}
.about-us-content__title::before {
  content: url("../img/logo/02.svg");
  margin-right: 66px;
}
.about-us-content__title::after {
  content: url("../img/logo/03.svg");
  margin-left: 66px;
}

.about-us-content__subtitle {
  font-family: "Oswald";
  line-height: 89.6px;
  font-size: 70px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 0;
}

.about-us-content__text {
  font-family: "Oswald";
  line-height: 70px;
  font-size: 33px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  margin-top: 0;
}

.numbers {
  display: flex;
  justify-content: space-between;
  width: 1110px;
  height: 300px;
}

.numbers__item {
  display: flex;
  flex-direction: column;
  padding-top: 7%;
  border-radius: 20px;
  justify-content: flex-start;
  width: 23%;
  background-color: rgba(255, 255, 255, 0.4);
}

.numbers__title {
  font-family: "Oswald";
  line-height: 107px;
  font-size: 72px;
  font-weight: 500;
  margin: 0;
  text-align: center;
  color: #162831;
}

.numbers__subtitle {
  font-family: "Oswald";
  line-height: 40px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0;
  text-align: center;
  color: #162831;
}

.blocks-element__img {
  border-radius: 60px;
}

.info__switch {
  display: none;
}

.info__body {
  max-height: 0;
  overflow: hidden;
  transition: 0.4s;
}

.info__switch:checked ~ .info__body {
  max-height: 100%;
}

.info__headline::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 4px;
  border: 6px solid #39739d;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
}

.info__switch:checked ~ .info__headline::before {
  transform: rotate(180deg) translateY(6px);
}

.info__headline {
  display: block;
  position: relative;
  margin-bottom: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #39739d;
  font-weight: normal;
  cursor: pointer;
}

.info__headline:hover {
  text-decoration: underline;
}

.blocks-element {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.information-content .blocks-element .blocks-element__text:nth-child(2) {
  text-align: left;
}

.blocks-element__img {
  padding: 30px;
  width: 600px;
  float: left;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 60px;
}

.blocks-element__img_posited {
  float: right;
}

.blocks-element__text {
  margin: 0;
  font-family: "Oswald";
  line-height: 40px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.7px;
  color: #FFFFFF;
}

.our-documents {
  margin: 0 auto;
  width: 75vw;
  padding: 20px;
  border-radius: 20px;
  border: 5px solid #018ABE;
  background: rgba(255, 255, 255, 0.3);
}

.our-documents__block {
  margin-top: 30px;
}

.our-documents__text {
  font-family: "Oswald";
  line-height: 27px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.8px;
  color: #FFFFFF;
}

button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  background: transparent;
  padding: 0;
}
button.learn-more__button {
  width: 12rem;
  height: auto;
}
button.learn-more__button .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #162831;
  border-radius: 1.625rem;
}
button.learn-more__button .circle .circle__icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #FFFFFF;
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
}
button.learn-more__button .circle .circle__icon::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #FFFFFF;
  border-right: 0.125rem solid #FFFFFF;
  transform: rotate(45deg);
}
button.learn-more__button .learn-more__link {
  font-family: "Oswald";
  line-height: 20px;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.9rem 0;
  margin: 0 0 0 1.85rem;
  color: #162831;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}
button:hover .circle {
  width: 100%;
}
button:hover .circle .circle__icon {
  background: #FFFFFF;
  transform: translate(1rem, 0);
}
button:hover .learn-more__link {
  color: #FFFFFF;
}

.map-width {
  width: 560px;
  height: 400px;
}

.more-text__link {
  display: inline-block;
  font-family: "Oswald";
  line-height: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #162831;
  text-decoration: none;
  text-align: center;
  margin-bottom: 20px;
}
.more-text__link:hover {
  color: #FFFFFF;
}

@media (max-width: 1200px) {
  .numbers {
    width: 80%;
    height: 100%;
  }
  .numbers__title {
    font-size: 5vw;
  }
  .numbers__subtitle {
    font-size: 2vw;
    line-height: 3.5vh;
  }
  .about-us-content__subtitle {
    font-size: 60px;
  }
  .about-us-content__text {
    font-size: 29px;
  }
}
@media (max-width: 1335px) {
  .information-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1120px) {
  .numbers__item {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .about-us-content__subtitle {
    font-size: 52px;
    margin-top: 5px;
  }
  .about-us-content__text {
    font-size: 26px;
  }
  .numbers__title {
    height: 80px;
  }
  .numbers__subtitle {
    line-height: 22px;
  }
  .numbers__item {
    padding-top: 0;
  }
  .numbers__subtitle {
    font-weight: 500;
  }
}
@media (max-width: 690px) {
  .blocks-element__text {
    max-width: 610px;
  }
}
@media (max-width: 650px) {
  .our-documents {
    width: 90vw;
  }
  .blocks-element__img {
    width: 100%;
  }
}
@media (max-width: 656px) {
  .blocks-element__img {
    padding: 0;
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .map-width {
    width: 460px;
    height: 300px;
  }
  .background-block {
    padding: 172px 0;
  }
  .about-us-content {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .about-us-content__title {
    font-size: 16px;
  }
  .about-us-content__subtitle {
    font-size: 47px;
    margin-top: 0;
  }
  .about-us-content__text {
    font-size: 24px;
    margin-bottom: 0;
  }
  .numbers__title {
    line-height: 77px;
  }
  .numbers__subtitle {
    line-height: 18px;
  }
  .numbers__title {
    height: 65px;
  }
  .about-us-content__title::before {
    margin-right: 22px;
  }
  .about-us-content__title::after {
    margin-left: 22px;
  }
  .information-content__title {
    font-size: 27px;
  }
}
@media (max-width: 500px) {
  .map-width {
    width: 360px;
    height: 200px;
  }
  .about-us-content__subtitle {
    font-size: 38px;
    line-height: 42px;
  }
  .about-us-content__text {
    font-size: 21px;
  }
  .blocks-element__img {
    border-radius: 28px;
  }
  .blocks-element__text {
    font-size: 18px;
  }
  .our-documents__text {
    text-align: center;
  }
}
@media (max-width: 490px) {
  .blocks-element__img {
    width: 434px;
  }
  .blocks-element__text {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .blocks-element__img {
    width: 100%;
  }
  .about-us-content {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .about-us-content__title {
    font-size: 16px;
  }
  .about-us-content__title::before {
    margin-right: 40px;
  }
  .about-us-content__title::after {
    margin-left: 40px;
  }
  .about-us-content__subtitle {
    font-size: 40px;
    margin-top: 0;
  }
  .about-us-content__text {
    font-size: 20px;
    margin: 0;
  }
  .numbers__item {
    height: 70px;
    width: 24%;
  }
  .numbers {
    width: 90%;
  }
  .numbers__title {
    line-height: 40px;
    height: 30px;
  }
  .numbers__subtitle {
    padding-top: 10px;
    font-size: 8px;
    line-height: 12px;
    font-weight: 700;
    letter-spacing: 0;
  }
}
@media (max-width: 420px) {
  .map-width {
    width: 300px;
    height: 210px;
  }
  .about-us-content__subtitle {
    font-size: 27px;
  }
  .about-us-content__text {
    font-size: 15px;
  }
  .about-us-content__title {
    font-size: 13px;
  }
  .about-us-content__title::before {
    margin-right: 17px;
  }
  .about-us-content__title::after {
    margin-left: 17px;
  }
}
@media (max-width: 320px) {
  .menu {
    margin-top: 88px;
  }
  .about-us-content__title {
    font-size: 14px;
  }
  .about-us-content__title::before {
    margin-right: 20px;
  }
  .about-us-content__title::after {
    margin-left: 20px;
  }
  .about-us-content__subtitle {
    font-size: 30px;
  }
  .about-us-content__subtitle {
    line-height: 60px;
  }
  .about-us-content__text {
    line-height: 50px;
  }
  .about-us-content__text {
    font-size: 16px;
  }
  .numbers__title {
    font-size: 4.5vw;
  }
  .numbers {
    width: 96%;
  }
  .numbers__subtitle {
    font-size: 8px;
  }
  .numbers__item {
    height: 73px;
  }
}
.information-content__title {
  font-family: "Oswald";
  line-height: 59px;
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
}
.information-content__title::after {
  position: relative;
  content: url("../img/information/01.svg");
  bottom: 10px;
  left: 60px;
}
.information-content__title::before {
  position: relative;
  content: url("../img/information/02.svg");
  right: 60px;
  bottom: 10px;
}

.information-content {
  padding-left: 20px;
  padding-right: 20px;
}

.cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.cards__box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 574px;
  width: 418px;
}
.cards__box:nth-child(1) .cards-box__link:first-child {
  background-image: url("../img/information/03.jpg");
}
.cards__box:nth-child(1) .cards-box__link:last-child {
  background-image: url("../img/information/04.jpg");
}
.cards__box:nth-child(2) .cards-box__link:first-child {
  background-image: url("../img/information/05.jpg");
}
.cards__box:nth-child(2) .cards-box__link:last-child {
  background-image: url("../img/information/06.jpg");
}
.cards__box:nth-child(3) .cards-box__link:last-child {
  background-image: url("../img/information/08.jpg");
}

.cards-box__link {
  display: flex;
  align-items: end;
  background-image: url("../img/information/07.jpg");
  background-size: cover;
  height: 275px;
  text-decoration: none;
  border-radius: 10px;
}
.cards-box__link:hover {
  outline: 5px solid #018ABE;
  filter: blur(1px);
  transition: color 0.5s;
}

.cards-box__text {
  font-family: "Oswald";
  line-height: 34px;
  font-size: 24px;
  font-weight: 700;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 100%;
  color: #FFFFFF;
  background-color: rgba(39, 47, 51, 0.7);
}

@media (max-width: 1270px) {
  .cards {
    justify-content: space-around;
  }
  .cards__box_only {
    width: 100%;
    flex-wrap: wrap;
    height: 275px;
    margin-top: 30px;
  }
  .cards-box__link_only {
    align-self: center;
    width: 418px;
    height: 275px;
  }
}
@media (max-width: 1253px) {
  .cards {
    display: flex;
    justify-content: space-around;
  }
}
@media (max-width: 1200px) {
  .information-content__title {
    font-size: 38px;
  }
}
@media (max-width: 865px) {
  .cards {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cards__box_only {
    height: 100%;
  }
  .cards-box__link_only:last-child {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cards__box_only {
    margin: 0;
  }
  .cards-box__link_only {
    width: 310px;
    height: 182px;
  }
  .cards-box__link_only:last-child {
    margin-top: 0;
  }
  .cards {
    display: flex;
    flex-direction: row;
  }
  .cards__box {
    gap: 20px;
    height: 384px;
    width: 310px;
  }
  .cards {
    gap: 20px;
  }
  .information-content__title {
    font-size: 30px;
  }
  .cards-box__text {
    font-size: 20px;
    letter-spacing: 2px;
    padding-left: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 619px) {
  .cards__box:nth-child(2) {
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .information-content__title::before {
    right: 20px;
  }
  .information-content__title::after {
    left: 20px;
  }
  .information-content__title {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .information-content__title {
    font-size: 26px;
  }
  .information-content__title::before {
    right: 20px;
  }
  .information-content__title::after {
    left: 20px;
  }
  .cards-box__text {
    font-size: 18px;
    padding-left: 16px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .information-content__title {
    font-size: 23px;
  }
}
@media (max-width: 430px) {
  .information-content__title {
    font-size: 20px;
  }
}
@media (max-width: 385px) {
  .information-content__title {
    font-size: 17px;
  }
}
@media (max-width: 350px) {
  .information-content__title::before {
    right: 10px;
  }
  .information-content__title::after {
    left: 10px;
  }
}
@media (max-width: 340px) {
  .information-content__title {
    font-size: 15px;
  }
  .cards__box {
    height: 334px;
    width: 257px;
  }
  .cards-box__text {
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.swiper-navBtn {
  color: #6E93f7;
  transition: color 0.3s ease;
  right: 0;
}

.swiper-navBtn:hover {
  color: #4070F4;
}

.swiper-button-prev {
  left: 0;
}

.swiper-pagination-bullet-active {
  background-color: #4070F4;
}

.swiper__image {
  width: 100%;
  border-radius: 5%;
}

.image-content {
  width: 95%;
  margin: 0 auto;
}

.background-block {
  background-size: cover;
  background-position: center center;
  padding: 360px 0;
  margin-top: 50px;
  position: relative;
}

.background-block img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s ease;
}

.background-block img.visible {
  opacity: 1;
}

.swiper-slide {
  transition: 0.3s;
}

.swiper-slide:not(.swiper-slide-active) {
  transform: scale(0.8);
  opacity: 0.5;
  filter: blur(2px);
}

@media (max-width: 1150px) {
  .background-block {
    padding: 274px 0;
  }
}
@media (max-width: 888px) {
  .background-block {
    padding: 238px 0;
  }
}
@media (max-width: 768px) {
  .swiper-navBtn {
    display: none;
  }
  .background-block {
    padding: 210px 0;
  }
}
@media (max-width: 730px) {
  .background-block {
    padding: 140px 0;
  }
}
@media (max-width: 650px) {
  .background-block {
    padding: 190px 0;
  }
}
@media (max-width: 520px) {
  .image-content {
    width: 100%;
  }
}
@media (max-width: 519px) {
  .image-content {
    width: 70%;
  }
}
@media (max-width: 480px) {
  .image-content {
    width: 80%;
  }
  .background-block {
    padding: 135px 0;
  }
}
@media (max-width: 420px) {
  .background-block {
    padding: 109px 0;
  }
}
@media (max-width: 320px) {
  .image-content {
    width: 70%;
  }
  .background-block {
    padding: 90px 0;
  }
}
.footer-content {
  display: flex;
  justify-content: space-evenly;
}

.footer-content__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 500px;
}

.footer-content__item {
  width: 250px;
}

.footer-content__title {
  font-family: "Oswald";
  line-height: 28px;
  font-size: 26px;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: 1px;
}

.footer-content__element {
  padding-left: 0;
}

.footer-content__list {
  font-family: "Oswald";
  line-height: 30px;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #FFFFFF;
  list-style-type: none;
}

.footer-content__link {
  font-family: "Oswald";
  line-height: 28px;
  font-size: 20px;
  font-weight: 300;
  color: #FFFFFF;
  text-decoration: none;
  letter-spacing: 1px;
}
.footer-content__link:hover {
  color: #018ABE;
  transition: color 0.3s;
  border-bottom: 2px solid #018ABE;
}

.footer-content__img {
  height: 560px;
}

.footer-map {
  position: relative;
  overflow: hidden;
}

.map-width {
  position: relative;
}

@media (max-width: 760px) {
  .footer-content__title {
    font-size: 23px;
  }
  .footer-content__link {
    font-size: 16px;
  }
  .footer-content__list {
    font-size: 16px;
  }
}
@media (max-width: 515px) {
  .footer-content__block {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 480px) {
  .footer-content__item {
    width: 200px;
  }
  .footer-content__title {
    font-size: 21px;
  }
  .footer-content__link {
    font-size: 15px;
  }
  .footer-content__list {
    font-size: 15px;
  }
}
@media (max-width: 320px) {
  .footer-content__block {
    max-width: 300px;
  }
  .gm-style {
    display: none;
  }
  .footer-content__title {
    text-align: center;
  }
}
.block {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

.blocks__content {
  display: flex;
  align-items: flex-end;
  background-image: url(../img/our-services/01.jpg);
  width: 400px;
  height: 560px;
  border-radius: 30px;
}

.block .blocks__content:nth-child(2) {
  display: flex;
  align-items: flex-end;
  background-image: url(../img/our-services/02.jpg);
  background-size: cover;
  background-position: center;
}

.block .blocks__content:nth-child(3) {
  display: flex;
  align-items: flex-end;
  background-image: url(../img/our-services/03.jpg);
  background-size: cover;
  background-position: center;
}

.block .blocks__content:nth-child(4) {
  display: flex;
  align-items: flex-end;
  background-image: url(../img/our-services/04.jpg);
  background-size: cover;
  background-position: center;
}

.block .blocks__content:nth-child(5) {
  display: flex;
  align-items: flex-end;
  background-image: url(../img/our-services/05.jpg);
  background-size: cover;
  background-position: center;
}

.block .blocks__content:nth-child(6) {
  display: flex;
  align-items: flex-end;
  background-image: url(../img/our-services/06.jpg);
  background-size: cover;
  background-position: center;
}

.block .blocks__content:nth-child(7) {
  display: flex;
  align-items: flex-end;
  background-image: url(../img/our-services/07.jpg);
  background-size: cover;
  background-position: center;
}

.block .blocks__content:nth-child(8) {
  display: flex;
  align-items: flex-end;
  background-image: url(../img/our-services/08.jpg);
  background-size: cover;
  background-position: center;
}

.block .blocks__content:nth-child(9) {
  display: flex;
  align-items: flex-end;
  background-image: url(../img/our-services/09.jpg);
  background-size: cover;
  background-position: center;
}

.block .blocks__content:nth-child(10) {
  display: flex;
  align-items: flex-end;
  background-image: url(../img/our-services/10.jpg);
  background-size: cover;
  background-position: center;
}

.blocks__title {
  padding-left: 25px;
  padding-bottom: 25px;
  padding-top: 5px;
  height: 146px;
  width: 100%;
  font-family: "Oswald";
  line-height: 34px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  background-color: rgba(39, 47, 51, 0.7);
  color: #FFFFFF;
}

@media (max-width: 1316px) {
  .block {
    justify-content: center;
  }
}
@media (max-width: 868px) {
  .block {
    justify-content: center;
  }
  .blocks__content {
    width: 480px;
    height: 460px;
  }
}
@media (max-width: 516px) {
  .blocks__content {
    width: 380px;
    height: 360px;
  }
}
@media (max-width: 400px) {
  .blocks__content {
    width: 330px;
    height: 310px;
  }
}
.our-projects-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.project-images__image {
  -o-object-fit: contain;
     object-fit: contain;
  width: 416px;
  height: 230px;
  transition: 1s;
}

.project-images__image:hover {
  opacity: 0.5;
  cursor: pointer;
}

.project-images__title {
  text-align: center;
  margin: 0 auto;
  font-family: "Oswald";
  line-height: 30px;
  font-size: 23px;
  font-weight: 700;
  color: #FFFFFF;
  width: 390px;
}

.project-images__content {
  margin-bottom: 40px;
}

/* Стили для модального окна */
.modal {
  display: none;
  /* По умолчанию скрыто */
  position: fixed;
  /* Фиксированное положение */
  z-index: 5;
  /* Верхний уровень */
  left: 0;
  top: 0;
  width: 100%;
  /* Полная ширина */
  height: 100%;
  /* Полная высота */
  overflow: auto;
  /* Включить прокрутку, если необходимо */
  background-color: rgba(0, 0, 0, 0.9);
  /* Черный цвет с прозрачностью */
}

.modal-content {
  margin: auto;
  display: block;
  width: 95%;
  position: absolute;
  top: 20vh;
  left: 2.35vw;
}

.modal-content__img {
  width: 100%;
  height: auto;
}

.slideshow-container {
  display: none;
}

.pagination-slider {
  display: none;
}

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.mySlides {
  display: none;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.active, .dot:hover {
  background-color: black;
}

.text {
  font-family: "Oswald";
  line-height: 30px;
  font-size: 23px;
  font-weight: 700;
  -webkit-text-stroke: 1.2px black;
  margin: 0;
  padding: 15px 0;
  color: #FFFFFF;
  width: 390px;
  position: absolute;
  bottom: 4px;
  width: 94.3%;
  text-align: center;
}

.images-slider {
  width: 100%;
}

.numbertext {
  font-size: 21px;
  font-weight: 700;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  -webkit-text-stroke: 1px #018ABE;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.pagination-slider {
  text-align: center;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 1264px) {
  .our-projects-content {
    justify-content: space-around;
  }
}
@media (max-width: 560px) {
  .slideshow-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .images-slider {
    height: 300px;
  }
  .next {
    right: 20px;
  }
  .text {
    font-size: 20px;
    margin: auto;
  }
  .our-projects-content {
    display: none;
  }
  .modal {
    display: none;
  }
  .slideshow-container {
    display: block;
  }
  .pagination-slider {
    display: block;
  }
}
@media (max-width: 420px) {
  .text {
    width: 88%;
    font-size: 18px;
    padding: 7px 0;
  }
  .images-slider {
    height: 254px;
  }
  .prev, .next {
    padding: 13px;
  }
}
@media (max-width: 380px) {
  .images-slider {
    height: 222px;
  }
}
@media (max-width: 320px) {
  .text {
    padding: 7px 0;
    font-size: 16px;
    line-height: 16px;
  }
  .prev, .next {
    padding: 7px;
  }
}
.blocks-documents__content {
  margin-top: 80px;
}

.blocks-documents {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 100px;
}

.blocks-documents__item {
  position: relative;
  width: 400px;
}

.blocks-documents__images {
  position: relative;
  z-index: 2;
  width: 400px;
  transition: 0.6s;
  border: 5px solid #018ABE;
  border-radius: 15px;
}
.blocks-documents__images:hover {
  transform: scale(1.02);
  cursor: pointer;
}
.blocks-documents__images:nth-child(2) {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -45px;
  left: 45px;
  z-index: 1;
  transition: 0.6s;
  border: 5px solid #018ABE;
  border-radius: 15px;
}
.blocks-documents__images:nth-child(2):hover {
  transform: scale(1.02);
  cursor: pointer;
}
.blocks-documents__images:nth-child(3) {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -90px;
  left: 90px;
  z-index: 0;
  transition: 0.6s;
  border: 5px solid #018ABE;
  border-radius: 15px;
}
.blocks-documents__images:nth-child(3):hover {
  transform: scale(1.02);
  cursor: pointer;
}

@media (max-width: 1200px) {
  .blocks-documents {
    width: 50%;
    justify-content: center;
  }
  .our-license-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 600px) {
  .blocks-documents__images {
    width: 290px;
  }
  .blocks-documents .blocks-documents__item:nth-child(3),
  .blocks-documents .blocks-documents__item:nth-child(4),
  .blocks-documents .blocks-documents__item:nth-child(5) {
    margin-right: 90px;
  }
  .blocks-documents .blocks-documents__item:nth-child(6) {
    margin-right: 50px;
  }
}
@media (max-width: 410px) {
  .blocks-documents__content {
    margin-top: 0;
  }
  .blocks-documents__images {
    width: 210px;
  }
}
@media (max-width: 320px) {
  .blocks-documents__images {
    width: 200px;
  }
}
.our-content {
  display: flex;
  justify-content: space-between;
}

.our-contacts__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 540px;
}

.footer-content__img {
  width: 600px;
}

@media (max-width: 1200px) {
  .footer-content__img {
    width: 55%;
    height: 100%;
  }
  .our-content {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 1100px) {
  .footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-content__block {
    order: 2;
  }
}
@media (max-width: 650px) {
  .our-content {
    flex-wrap: wrap;
  }
  .our-contacts__content {
    order: 1;
    justify-content: center;
    gap: 20px;
  }
  .footer-content__img {
    width: 317px;
    height: 254px;
  }
  .footer-content__item {
    width: 177px;
  }
  .our-contacts__content .footer-content__item:last-child {
    margin: auto;
  }
}
@media (max-width: 360px) {
  .footer-content__img {
    width: 270px;
    height: 220px;
  }
}
.icon-item {
  display: flex;
  flex-wrap: wrap;
  gap: 75px;
}

.icon-item__img {
  width: 200px;
  height: 190px;
  transition: 0.6s;
  filter: grayscale(100%);
}
.icon-item__img:hover {
  cursor: pointer;
  filter: grayscale(0%);
}

@media (max-width: 1350px) {
  .icon-item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 716px) {
  .icon-item {
    justify-content: center;
  }
}
@media (max-width: 500px) {
  .icon-item__img {
    width: 150px;
    height: 140px;
  }
}
@media (max-width: 390px) {
  .icon-item__img {
    width: 115px;
    height: 105px;
  }
}
.greeting {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url(../img/vacancy/01.jpg);
  background-position: center;
  background-size: cover;
  margin: auto;
  opacity: 0.9;
  height: 750px;
}

.greeting__title {
  display: inline;
  margin: 0 auto;
  font-family: "Oswald";
  line-height: 1.15px;
  font-size: 70px;
  font-weight: 400;
  text-shadow: 0 3px 4px rgb(0, 0, 0);
  color: #FFFFFF;
  letter-spacing: 1px;
  margin-bottom: 56px;
}

.greeting__text {
  text-align: center;
  display: inline;
  margin: 0 auto;
  font-family: "Oswald";
  line-height: 26px;
  font-size: 26px;
  font-weight: 300;
  text-shadow: 0 2px 3px rgb(0, 0, 0);
  color: #FFFFFF;
  opacity: 1;
  letter-spacing: 1px;
}

.our-team__title {
  font-family: "Oswald";
  line-height: 26px;
  font-size: 44px;
  font-weight: 300;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 70px;
  margin-top: 150px;
}

.our-team__list {
  font-family: Oswald;
  font-size: 26px;
  font-weight: 300;
  color: #FFFFFF;
  padding-bottom: 50px;
  letter-spacing: 1px;
}

.our-vacancy__img {
  height: 700px;
  width: 500px;
}

.our-vacancy {
  display: flex;
  margin-bottom: 90px;
}

.actual-vacancy__title {
  font-family: "Oswald";
  line-height: 26px;
  font-size: 44px;
  font-weight: 300;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 100px;
  letter-spacing: 1px;
}

.our-vacancy__title {
  font-family: "Oswald";
  line-height: 42px;
  font-size: 35px;
  font-weight: 300;
  color: #FFFFFF;
  letter-spacing: 2px;
}

.our-vacancy__title_mod {
  font-family: "Oswald";
  line-height: 38px;
  font-size: 52px;
  font-weight: 700;
}

.our-vacancy__link {
  font-family: "Oswald";
  line-height: 32px;
  font-size: 22px;
  font-weight: 100;
  letter-spacing: 2px;
  color: #FFFFFF;
  padding-bottom: 20px;
}

.our-vacancy__img {
  margin-right: 40px;
}

@media (max-width: 1156px) {
  .greeting {
    height: 630px;
  }
  .greeting__title {
    font-size: 60px;
  }
  .greeting__text {
    font-size: 23px;
  }
}
@media (max-width: 1026px) {
  .our-vacancy__img {
    height: 500px;
  }
}
@media (max-width: 940px) {
  .our-vacancy__img {
    height: 412px;
  }
  .greeting__title {
    font-size: 40px;
  }
  .greeting__text {
    font-size: 20px;
  }
  .greeting {
    height: 525px;
  }
  .our-team__title {
    font-size: 36px;
    margin-top: 43px;
  }
  .our-team__list {
    font-size: 20px;
    padding-bottom: 36px;
  }
  .actual-vacancy__title {
    font-size: 36px;
  }
  .our-vacancy__title_mod {
    font-size: 40px;
  }
  .our-vacancy__title {
    font-size: 25px;
  }
  .our-vacancy__link {
    font-size: 19px;
  }
}
@media (max-width: 646px) {
  .our-vacancy {
    flex-direction: column;
    align-items: center;
  }
  .our-vacancy__img {
    height: 400px;
    width: 310px;
  }
  .our-vacancy__block {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .actual-vacancy__title {
    margin-bottom: 52px;
  }
  .greeting {
    height: 400px;
  }
}
@media (max-width: 646px) {
  .greeting__title {
    font-size: 30px;
  }
}
@media (max-width: 502px) {
  .greeting__title {
    font-size: 25px;
  }
  .greeting__text {
    font-size: 18px;
  }
  .greeting {
    height: 314px;
  }
  .our-team__title {
    font-size: 28px;
  }
  .our-team__list {
    font-size: 18px;
  }
  .actual-vacancy__title {
    font-size: 28px;
  }
}
@media (max-width: 502px) {
  .greeting {
    height: 278px;
  }
  .greeting__title {
    font-size: 22px;
  }
  .greeting__title {
    font-size: 17px;
  }
  .our-team__title {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .actual-vacancy__title {
    font-size: 25px;
  }
  .our-vacancy__title {
    font-size: 22px;
  }
}/*# sourceMappingURL=style.css.map */