/*!******************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./assets/scss/main.scss ***!
  \******************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap);
/*!**********************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./assets/scss/main.scss (1) ***!
  \**********************************************************************************************************************/
@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html, body {
  height: 100%;
}

html {
  line-height: 1.5;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:focus {
  outline: none;
}

a {
  text-decoration: none;
}

i {
  font-style: normal;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

img {
  display: block;
}

body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.svg {
  display: inline-block;
  vertical-align: middle;
}

.svg-logo {
  width: 80px;
  min-width: 80px;
  height: 80px;
  background-size: contain;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Ubuntu", sans-serif;
  font-size: 1rem;
  color: #3E415F;
  min-width: 22.5rem;
  background: #ffffff;
}
body.open-menu {
  overflow: hidden;
}
body.open-menu .header {
  background: #AC0B1A;
}
body.open-menu .nav {
  display: block;
  position: fixed;
  top: 3.75rem;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 1rem 0;
  opacity: 1;
  background: #AC0B1A;
  z-index: 2;
  padding-top: 1.25rem;
}
body.open-menu .nav__item {
  text-align: left;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #FF6960;
}
body.open-menu .nav__item a {
  color: #ffffff;
}
body.open-menu .nav__item.active a {
  color: #ffffff;
}
body.open-menu .nav__item + .nav__item {
  margin-left: 0;
  margin-top: 1.25rem;
}

.customer {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

img {
  height: auto;
  max-width: 100%;
}

.h1, h2, h3 {
  font-weight: 700;
  line-height: 1.2em;
  color: #3E415F;
}

.h1 {
  font-size: 2.125rem;
}

.h2 {
  font-size: 2.125rem;
}

.h3 {
  font-size: 1.5rem;
}

.h2 {
  position: relative;
  text-align: center;
  max-width: 27.3125rem;
  margin: 0 auto;
}
.h2:before {
  content: "";
  height: 1.5px;
  background: #D7D9E2;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.h2 span {
  background: #ffffff;
  padding: 0 2rem;
  display: inline-block;
  position: relative;
}

.link {
  color: blue;
  transition: all, 0.3s, ease;
  cursor: pointer;
}
.link:hover {
  text-decoration: underline;
}

.t-center {
  text-align: center;
}

.wrapper {
  max-width: 1392px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.header .wrapper {
  padding: 0 1.5rem;
  height: 5.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .nav {
  display: flex;
  align-items: center;
}
.header .nav__item {
  text-align: center;
}
.header .nav__item + .nav__item {
  margin-left: 60px;
}
.header .nav__item.active a {
  color: #FF6960;
}
.header .nav__item a {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1em;
  color: #3E415F;
}

.banner {
  background: #AC0B1A;
  height: 400px;
}
.banner .wrapper {
  background: url(img/banner.png) no-repeat right top;
  background-size: contain;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.banner__ttl {
  font-size: 3.375rem;
  line-height: 1.2em;
  color: #ffffff;
}
.banner__ttl span {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 3.5rem;
  line-height: 1em;
  letter-spacing: 0.04em;
  display: block;
}
.banner__dsc {
  font-size: 1rem;
  line-height: 1.6em;
  color: #ffffff;
  margin-top: 1.5rem;
  max-width: 540px;
}
.banner--mini {
  height: 182px;
}
.banner--mini .wrapper {
  background-image: url(img/banner-mini.png);
}

.services {
  margin-top: 2.5rem;
}
.services__container {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
.services__box {
  background: #F9F9F9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}
.services__box--img {
  padding: 0;
}
.services__box--rtl {
  flex-direction: row-reverse;
}
.services__box--rtl .services__box-info {
  margin-left: 0;
  margin-right: 4.375rem;
}
.services__box-info {
  margin-left: 4.375rem;
  max-width: 21.25rem;
}
.services__box-info__dsc {
  font-size: 0.875rem;
  line-height: 1.6em;
  color: #3E415F;
  margin-top: 1rem;
}
.services__dsc {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #3E415F;
  margin-top: 2.5rem;
  text-align: center;
}

.security {
  margin-top: 3.75rem;
}
.security .h2 {
  max-width: 49.625rem;
}
.security__container {
  margin-top: 2.5rem;
  background: #F9F9F9;
}
.security__container .wrapper {
  min-height: 18.75rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-content: center;
  justify-items: center;
}

.footer {
  border-top: 1px solid #D7D9E2;
}
.footer .wrapper {
  height: 6.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .wrapper .left {
  display: flex;
  align-items: center;
}
.footer__copyright {
  margin-left: 1.5rem;
  font-size: 0.875rem;
  line-height: 1em;
  color: #9D9FB4;
}
.footer__info {
  display: flex;
}
.footer__info p {
  font-size: 0.875rem;
  line-height: 1em;
  color: #3E415F;
}
.footer__info p + p {
  margin-left: 2rem;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.breadcrumbs__item {
  font-size: 12px;
  line-height: 100%;
  color: #3E415F;
}
.breadcrumbs__item + .breadcrumbs__item {
  position: relative;
}
.breadcrumbs__item + .breadcrumbs__item::before {
  content: "→";
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.875rem;
}
.breadcrumbs__item a {
  color: #3E415F;
}
.breadcrumbs__item.active {
  color: #FF6960;
}

.services-page,
.about-us,
.documents,
.contacts,
.error404 {
  border-top: 1px solid #D7D9E2;
  background: #F9F9F9;
  flex-grow: 1;
  padding-bottom: 5rem;
}
.services-page .h2,
.about-us .h2,
.documents .h2,
.contacts .h2,
.error404 .h2 {
  margin-top: 2rem;
}
.services-page .h2 span,
.about-us .h2 span,
.documents .h2 span,
.contacts .h2 span,
.error404 .h2 span {
  background: #F9F9F9;
}
.services-page__container,
.about-us__container,
.documents__container,
.contacts__container,
.error404__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 17%;
  margin-top: 1.875rem;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}
.services-page__box .h3,
.about-us__box .h3,
.documents__box .h3,
.contacts__box .h3,
.error404__box .h3 {
  text-align: center;
}
.services-page__list,
.about-us__list,
.documents__list,
.contacts__list,
.error404__list {
  margin-top: 1.875rem;
}
.services-page__item span, .services-page__item strong,
.about-us__item span,
.about-us__item strong,
.documents__item span,
.documents__item strong,
.contacts__item span,
.contacts__item strong,
.error404__item span,
.error404__item strong {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.8rem;
}
.services-page__item span,
.about-us__item span,
.documents__item span,
.contacts__item span,
.error404__item span {
  color: #FF6960;
}
.services-page__item + .services-page__item,
.about-us__item + .services-page__item,
.documents__item + .services-page__item,
.contacts__item + .services-page__item,
.error404__item + .services-page__item {
  margin-top: 0.75rem;
}

.about-us__dsc {
  max-width: 928px;
  margin: 0 auto;
  padding-bottom: 5rem;
}
.about-us__dsc p {
  line-height: 1.6em;
  color: #3E415F;
}
.about-us__dsc p + p {
  margin-top: 1.625rem;
}
.about-us .h2 + .about-us__dsc {
  margin-top: 2.5rem;
}
.about-us__services-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 9%;
  margin-top: 2.5rem;
}
.about-us__services {
  background: #ffffff;
  padding: 2.9375rem 0 5rem;
}
.about-us__services .h2 span {
  background: #ffffff;
}
.about-us__services + .about-us__text-box {
  padding-top: 5rem;
}
.about-us__services + .about-us__text-box .about-us__dsc {
  padding-bottom: 0;
}
.about-us__services-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-us__services-box .services__box-info__ttl {
  font-size: 1.25rem;
  line-height: 1.4375rem;
  margin-top: 1.5rem;
}

.documents .h2 {
  max-width: 58rem;
}
.documents__main-doc {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
.documents__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 9%;
  grid-row-gap: 40px;
  margin-top: 2.5rem;
}
.documents__box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.documents__box-dsc {
  font-size: 0.875rem;
  line-height: 1.6em;
  color: #3E415F;
  margin-top: 1rem;
}

.contacts {
  padding-bottom: 0;
}
.contacts__info {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contacts__info strong {
  font-weight: 500;
  font-size: 1.25rem;
}
.contacts__info p + p {
  margin-top: 10px;
}
.contacts__map {
  margin-top: 5.8125rem;
}
.contacts__map iframe {
  display: block;
}

.error404 {
  background: #AC0B1A;
}

.btn {
  font-weight: 600;
  color: #ffffff;
  padding: 1rem 2rem;
  border: 1px solid #ffffff;
  border-radius: 1.875rem;
  display: inline-block;
}

.error404 {
  padding-bottom: 0;
  display: flex;
}
.error404 .wrapper {
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
  background: url(img/404.png) no-repeat right top;
  background-size: cover;
  flex-grow: 1;
}
.error404__ttl {
  font-weight: 700;
  font-size: 10rem;
  line-height: 1em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
}
.error404__dsc {
  font-size: 16px;
  line-height: 1.6em;
  color: #DDE3EA;
  margin-top: 0.25rem;
}
.error404__btn {
  margin-top: 1.5rem;
}

.mobile-nav {
  display: none;
}

.nav-btn {
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.nav-btn.active span {
  background: #FF6960;
}
.nav-btn.active span:nth-of-type(1) {
  display: none;
}
.nav-btn.active span:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(45deg);
}
.nav-btn.active span:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(-45deg);
}
.nav-btn span {
  width: 1.375rem;
  height: 0.125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000000;
  transition: all 0.3s;
}
.nav-btn span:nth-of-type(2) {
  top: calc(50% - 6px);
}
.nav-btn span:nth-of-type(3) {
  top: calc(50% + 6px);
}

@media screen and (max-width: 1320px) {
  .banner--mini .wrapper {
    background-size: cover;
  }
}
@media screen and (max-width: 1040px) {
  .header .logo img {
    width: 5.8125rem;
  }
  .header .wrapper {
    height: 3.75rem;
    padding: 0 1.125rem 0 1rem;
  }
  .banner__ttl {
    font-size: 2rem;
  }
  .banner__dsc {
    font-size: 14px;
    max-width: 260px;
  }
  .services__container {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
    margin-top: 1.25rem;
  }
  .services__container .services__box {
    flex-direction: column;
    align-items: flex-start;
  }
  .services__container .services__box:nth-child(2) {
    grid-row: 1/2;
  }
  .services__container .services__box:nth-child(6) {
    grid-row: 5/6;
  }
  .services__container .services__box-info {
    margin: 0.75rem 0 0;
  }
  .services__container .services__box-info .h3 {
    font-size: 1.125rem;
  }
  .services__container .services__box-info__dsc {
    font-size: 0.875rem;
    margin-top: 0.5rem;
  }
  .services__dsc {
    margin-top: 1.875rem;
  }
  .security__container .wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer .right {
    display: none;
  }
  .footer .left {
    justify-content: space-between;
    width: 100%;
  }
  .footer__logo img {
    width: 5.875rem;
  }
  .footer .wrapper {
    height: 4.375rem;
    padding: 0 1rem;
  }
  .footer__copyright {
    font-size: 0.625rem;
  }
  .about-us__services {
    padding: 0.5rem 0 3rem;
  }
}
@media screen and (max-width: 780px) {
  .banner:not(.banner--mini) .wrapper {
    background-position: 200% top;
  }
}
@media screen and (max-width: 720px) {
  .header .mobile-nav {
    display: block;
  }
  .header .nav {
    display: none;
    opacity: 0;
  }
  .banner:not(.banner--mini) .wrapper {
    background: #AC0B1A;
    background: url(img/banner-mobile.png) no-repeat left bottom/cover;
    align-items: center;
    justify-content: flex-start;
    padding-top: 1.5rem;
    position: relative;
  }
  .banner:not(.banner--mini) .wrapper:after {
    content: "";
    background: url(img/banner-card.png) no-repeat;
    background-size: contain;
    width: 255px;
    height: 160px;
    position: absolute;
    bottom: 5vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .banner:not(.banner--mini) .banner__dsc {
    max-width: 100%;
  }
  .services-page__container {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 2.5rem;
  }
  .about-us__services-container, .documents__container {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 1.25rem;
  }
  .error404 .wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .services-page, .about-us, .documents, .contacts, .error404 {
    padding-bottom: 3.75rem;
  }
  .about-us__dsc {
    padding-bottom: 2rem;
  }
  .about-us__services + .about-us__text-box {
    padding-top: 3.75rem;
  }
}

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