html, body {
  height: 100%;
}

.nav {
  height: 120px;
  padding: 20px 50px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  background-color: #ffffff;
}
.nav-menu {
  width: 40%;
  display: flex;
}
.nav-menu-item {
  font-size: 18px;
}
.nav-menu-item a {
  color: #222;
  text-decoration: none;
}
.nav-menu-item a:after {
  display: block;
  content: "";
  border-bottom: solid 2px #222;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}
.nav-menu-item a:hover:after {
  transform: scaleX(1);
}
.nav-menu-item a:hover {
  color: #EFB643;
}
@media screen and (max-width: 720px) {
  .nav-menu {
    display: none;
  }
}
.nav-burger {
  width: 35px;
  height: 60px;
  cursor: pointer;
}
.nav-sidebar {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  transition: 0.5s;
  translate: 100%;
}
.nav-sidebar-content {
  padding: 60px 0 0 20px;
  background-color: #222;
  height: 100%;
}
.nav-sidebar-item {
  margin-bottom: 15px;
}
.nav-sidebar-item a {
  color: white;
  text-decoration: none;
}
.nav-sidebar .cross {
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  transition: 0.5s;
}
.nav-sidebar .cross-close {
  height: 40px;
  width: 40px;
  position: relative;
  right: 0;
  cursor: pointer;
}
.nav-sidebar .cross:nth-child(1) {
  transform: rotate(45deg);
}
.nav-sidebar .cross:nth-child(2) {
  transform: rotate(-45deg);
}

.container {
  flex: 1;
}

@media screen and (max-width: 720px) {
  iframe {
    height: 485px;
    width: 644px;
  }
}
@media screen and (max-width: 480px) {
  iframe {
    height: 329px;
    width: 439px;
  }
}

body {
  display: flex;
  flex-direction: column;
}

.mobile {
  display: none;
  position: relative;
}
@media screen and (max-width: 720px) {
  .mobile {
    display: block;
  }
}

.line {
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  transition: 0.5s;
}

.line:nth-child(1) {
  top: 12px;
}

.line:nth-child(2) {
  top: 24px;
}

.line:nth-child(3) {
  top: 36px;
}

.col-xl-6 p {
  font-size: 18px;
  line-height: 1.7em;
}

.separate {
  border-bottom: 1px solid #d3d3d3;
}
.separate h1 {
  margin-bottom: 25px;
}

@media screen and (max-width: 720px) {
  .protection img {
    width: 644px;
  }
}
@media screen and (max-width: 480px) {
  .protection img {
    width: 400px;
    height: 124.23px;
  }
}

.footer {
  background-color: #3c617d;
  color: white;
}
.footer .row {
  border-bottom: 1px solid #AB8941;
  padding-bottom: 20px;
}
@media screen and (max-width: 720px) {
  .footer .row {
    flex-direction: column;
  }
}
@media screen and (max-width: 720px) {
  .footer .row .col {
    display: flex;
    justify-content: center !important;
  }
}
@media screen and (max-width: 720px) {
  .footer .row .col p {
    text-align: center;
  }
}
.footer .row .col a {
  margin: 0 10px 20px 0;
}
@media screen and (max-width: 720px) {
  .footer .row .col a {
    margin-right: 5px;
  }
}
.footer div {
  font-size: 18px;
}
.footer a {
  color: white;
  font-size: 18px;
}
.footer a:hover {
  text-decoration: none;
  color: #AB8941;
}
.footer-bottom {
  margin-top: 20px;
}

.effect {
  font-size: 26px;
  margin-left: 20px;
}

.company-name {
  font-size: 18px;
}

.img {
  max-width: 100%;
}

.white-spacing {
  z-index: 2;
  width: 100%;
  height: 150px;
  background-color: #ffffff;
  position: relative;
}

.parallax {
  display: grid;
}
.parallax img {
  grid-area: 1/1;
}
@media screen and (max-width: 720px) {
  .parallax {
    display: none;
  }
}

p {
  white-space: pre-line;
}

.partners img {
  height: 80px;
}
.partners .col {
  display: flex;
  justify-content: center;
}
.partners .row {
  margin-top: 100px;
}
.partners p {
  margin-left: 15px;
}

.page {
  margin-top: 120px;
}

.contacts {
  margin-left: 10px;
}
.contacts-email, .contacts-tel {
  margin-bottom: 20px;
}
.contacts-email a, .contacts-tel a {
  color: #222;
  margin-left: 5px;
}
.contacts-email a:hover, .contacts-tel a:hover {
  text-decoration: none;
}

.desktop-height {
  height: calc(100% - 370px - 3em);
}

@media screen and (max-width: 720px) {
  .mobile-column {
    flex-direction: column;
  }
}

.home-container p {
  margin-top: 150px;
}
@media screen and (max-width: 720px) {
  .home-container p {
    margin-top: 0;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1265px;
  }
}

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