* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: inherit;
}

.row {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-column {
  flex-direction: column;
}

.align-items-center {
  align-items: center;
}

.flex-fill {
  flex: 1 1 auto;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.mw-100 {
  max-width: 100%;
}

.d-block {
  display: block;
}

.pt-0 {
  padding-top: 0;
}

a {
  outline: none;
  border: none;
}
a:focus {
  outline: none;
  border: none;
}

.page {
  min-height: 100%;
}
.page-wrap {
  clear: both;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.page-wrap::before, .page-wrap::after {
  content: "";
  display: table;
}
.page-wrap::after {
  clear: both;
}
.page :where(h1) {
  margin: 0;
  color: #040404;
  font-weight: bold;
  text-transform: uppercase;
  font-size: clamp(1.4375rem, 4vw, 2.8125rem);
}
.page :where(h1) i {
  font-style: normal;
  color: #1464B6;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Light.eot");
  src: local("Montserrat Light"), local("Montserrat-Light"), url("../font/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../font/Montserrat-Light.woff") format("woff"), url("../font/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-SemiBold.eot");
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("../font/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../font/Montserrat-SemiBold.woff") format("woff"), url("../font/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Bold.eot");
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("../font/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../font/Montserrat-Bold.woff") format("woff"), url("../font/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Regular.eot");
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("../font/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../font/Montserrat-Regular.woff") format("woff"), url("../font/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Medium.eot");
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url("../font/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../font/Montserrat-Medium.woff") format("woff"), url("../font/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
html, body {
  height: 100%;
}

body {
  line-height: 1.25;
  color: #000;
  font-size: 16px;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}

.main {
  display: flex;
  flex-direction: column;
}
.main-cargo {
  position: relative;
  padding-top: 0.9375rem;
  padding-left: 0.9375rem;
  padding-bottom: 1.625rem;
  padding-right: 0.9375rem;
  flex: 1 1 auto;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 100% center;
  background-size: cover;
  background-image: url(../img/fon-map.png);
}
.main-cargo h1 {
  max-width: 232px;
}
.main-cargo_block {
  padding-top: 2.1875rem;
  position: relative;
}
.main-cargo_img {
  overflow: hidden;
  margin-top: 0.8125rem;
}
.main-cargo_img img {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}
.main-cargo .box {
  position: relative;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  box-shadow: 0px 0px 40px 0px rgba(7, 87, 169, 0.2);
  background-color: #fff;
  margin-top: 1.1875rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.125rem;
  padding-top: 1.125rem;
}
.main-cargo .box b {
  display: block;
  font-weight: 600;
  color: #000;
  font-size: 0.9375rem;
  line-height: 1;
  margin-bottom: 7px;
}
.main-cargo .box .phone {
  margin-bottom: 7px;
}
.main-cargo .box .email {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  display: inline-block;
  color: #73AAE2;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1;
}
.main-cargo .box p {
  color: #000;
  line-height: 1;
  font-weight: 500;
  font-size: 0.875rem;
  margin-top: 7px;
}
.main-cargo .box p a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  font-weight: 600;
  color: #0757A9;
}
.main-cargo_list {
  padding-top: 1.325rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.main-cargo_list ul {
  padding-left: 15px;
  margin: 0;
}
.main-cargo_list ul li {
  color: #000;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.4;
}
.main-cargo_list ul li::marker {
  color: #1464B6;
}
.main-cargo_bottom {
  padding-top: 0.8125rem;
}
.main-cargo_bottom .copyright, .main-cargo_bottom p {
  font-weight: 500;
  color: #000;
  font-size: 0.8125rem;
  text-transform: uppercase;
  line-height: 18px;
}
.main-cargo_bottom p {
  text-transform: none;
}

.logo {
  text-decoration: none;
  display: inline-block;
  max-width: 195px;
}

.phone a {
  outline: none;
  border: none;
  text-decoration: none;
  display: inline-block;
  color: #1464B6;
  font-weight: 700;
  white-space: nowrap;
  font-size: 1.325rem;
  line-height: 1;
}
.phone a:focus {
  outline: none;
  border: none;
}/*# sourceMappingURL=style.css.map */