.frame {
  display: block;
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
}
.frame.half {
  max-width: 550px;
  margin: 0 auto 0 0;
}

.main-title {
  display: block;
  font-size: 40px;
  font-weight: 800;
}

.small-title {
  display: block;
  color: white;
  font-size: 14px;
  text-align: center;
}

.button-default {
  display: inline-block;
  padding: 10px 25px 10px 25px;
  background-color: transparent;
  color: white;
  font-size: 14px;
  border: 1px solid white;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  transition: ease 0.2s;
}
.button-default:hover {
  background-color: white;
  color: #2F4769;
  transition: ease 0.2s;
}

.input-container {
  display: block;
}
.input-container .input-title {
  display: block;
  margin: 0 0 3px 0;
  font-size: 14px;
  color: white;
}
.input-container .input-default {
  display: inline-block;
  padding: 9px 9px 9px 9px;
  width: 100%;
  color: #2F4769;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  border: none;
  outline: 0;
  border-radius: 5px;
  box-sizing: border-box;
}
.input-container .input-default.js-error {
  border-left: 5px solid #ED135D;
}
.input-container .textarea-default {
  display: inline-block;
  padding: 9px 9px 9px 9px;
  width: 100%;
  color: #2F4769;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  resize: none;
}
.input-container .textarea-default.js-error {
  border-left: 5px solid #ED135D;
}
.input-container .js-error-text {
  color: #ED135D;
  font-size: 14px;
  padding-bottom: 20px;
}

body {
  margin: 0;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 0;
}
body.no-scroll {
  overflow: hidden;
}
body .header {
  position: absolute;
  display: block;
  width: 100%;
  z-index: 10;
}
body .header .frame {
  display: flex;
  height: 100px;
  align-items: center;
}
body .header .frame .logo-container {
  display: inline-block;
  flex: 1;
}
body .header .frame .logo-container .logo {
  display: block;
  width: 300px;
  height: 56px;
  background-image: url(../images/logos/logo_eszterga.svg?v=1);
  background-repeat: no-repeat;
}
body .header .frame .navigation-container .navigation {
  display: inline-block;
  margin: 0 0 0 25px;
  color: white;
  font-size: 14px;
  text-decoration: none;
  transition: ease 0.2s;
}
body .header .frame .navigation-container .navigation:hover {
  color: #ED135D;
  transition: ease 0.2s;
}
body .header .frame .navigation-container .button-default {
  margin: 0 0 0 25px;
}
body .header .frame .mobile-menu {
  position: relative;
  display: none;
  width: 35px;
  height: 25px;
  cursor: pointer;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
}
body .header .frame .mobile-menu span {
  position: absolute;
  display: block;
  left: 0;
  width: 35px;
  height: 5px;
  background-color: white;
  border-radius: 5px;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
}
body .header .frame .mobile-menu span:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
body .header .frame .mobile-menu span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
body .header .frame .mobile-menu span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
body .header .frame .mobile-menu.animate span:nth-child(1) {
  top: -3px;
  left: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
body .header .frame .mobile-menu.animate span:nth-child(2) {
  width: 0;
  opacity: 0;
}
body .header .frame .mobile-menu.animate span:nth-child(3) {
  top: 22px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body .header.bg-for-mobile-menu {
  background-color: #2F4769;
}
body .main-page .main-bg {
  position: relative;
  display: block;
  width: 100%;
  background-image: url(../images/bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
body .main-page .main-bg .introduction {
  display: block;
  padding: 150px 0 50px 0;
  max-width: 550px;
}
body .main-page .main-bg .introduction .main-title {
  color: white;
}
body .main-page .main-bg .introduction .introduction-text {
  display: block;
  padding: 25px 0 25px 0;
  color: white;
  font-size: 14px;
}
body .main-page .machine-park {
  display: block;
  padding: 100px 0 100px 0;
}
body .main-page .machine-park .main-title {
  padding: 0 0 50px;
  color: #2F4769;
  text-align: center;
}
body .main-page .machine-park .machines-container {
  display: flex;
  align-items: flex-start;
}
body .main-page .machine-park .machines-container .machines-column {
  display: inline-block;
  text-align: center;
  flex: 1;
}
body .main-page .machine-park .machines-container .machines-column .machines-column-title {
  display: block;
  margin: 0 0 25px 0;
  color: #ED135D;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}
body .main-page .machine-park .machines-container .machines-column .machines-name {
  display: block;
  color: #2F4769;
  font-size: 20px;
}
body .main-page .get-offer {
  display: block;
  padding: 100px 0 100px 0;
  background-color: #2F4769;
}
body .main-page .get-offer .main-title {
  padding: 0 0 10px;
  color: white;
  text-align: center;
}
body .main-page .get-offer .small-title {
  margin: 0 0 50px 0;
}
body .main-page .get-offer .get-offer-box {
  display: block;
  margin: 0 auto 0 auto;
  max-width: 350px;
}
body .main-page .get-offer .get-offer-box .input-default, body .main-page .get-offer .get-offer-box .textarea-default {
  margin: 0 0 15px 0;
}
body .main-page .get-offer .get-offer-box .button-default {
  width: 100%;
}
body .main-page .get-offer .get-offer-box-success {
  display: none;
  font-size: 26px;
  color: #55e678;
  text-align: center;
}
body .main-page .map {
  display: flex;
}
body .main-page .map .map-half {
  display: inline-block;
  flex: 1;
}
body .main-page .map .map-half .frame.half {
  padding: 100px 0 100px 50px;
}
body .main-page .map .map-half .frame.half .main-title {
  padding: 0 0 25px;
  color: #2F4769;
}
body .main-page .map .map-half .frame.half .small-title {
  color: #2F4769;
  text-align: left;
}
body .main-page .map .map-half .frame.half .small-title .bold {
  font-weight: 800;
}
body .footer {
  display: block;
  width: 100%;
  background-color: #142C38;
  color: white;
}
body .footer .footer-content-container {
  display: flex;
  height: 80px;
  font-size: 14px;
  align-items: center;
}
body .footer .footer-content-container .footer-left {
  display: inline-flex;
  align-items: center;
  opacity: 0.7;
  flex: 1;
}
body .footer .footer-content-container .footer-right {
  display: inline-flex;
  align-items: center;
  opacity: 0.7;
  flex: none;
}
body .footer .footer-content-container .footer-right .logo {
  display: inline-block;
  width: 95px;
  height: 25px;
  margin: 0 0 0 10px;
  background-image: url(../images/logos/logo_peaksoft_footer.svg);
  background-repeat: no-repeat;
}
@media only screen and (max-width: 940px) {
  body .header .frame .navigation-container {
    position: absolute;
    display: none;
    width: 100%;
    height: 100vh;
    top: 100px;
    left: 0;
    background-color: #2F4769;
  }
  body .header .frame .navigation-container .navigation {
    display: block;
    margin: 0 0 0 0;
    padding: 30px 0 30px 0;
    text-align: center;
    transition: ease 0.2s;
  }
  body .header .frame .navigation-container .navigation:hover {
    background-color: white;
    color: #2F4769;
    transition: ease 0.2s;
  }
  body .header .frame .navigation-container .button-default {
    display: block;
    margin: 0 0 0 0;
    padding: 30px 0 30px 0;
    text-align: center;
    transition: ease 0.2s;
    border: none;
    border-radius: 0;
  }
  body .header .frame .navigation-container .button-default:hover {
    background-color: white;
    color: #2F4769;
    transition: ease 0.2s;
  }
  body .header .frame .mobile-menu {
    display: block;
  }
  body .main-page .main-bg .frame .introduction {
    max-width: none;
    text-align: center;
  }
  body .main-page .machine-park .frame .machines-container {
    flex-direction: column;
    align-items: center;
  }
  body .main-page .machine-park .frame .machines-container .machines-column {
    margin: 0 0 50px 0;
  }
  body .main-page .machine-park .frame .machines-container .machines-column:last-child {
    margin: 0 0 0 0;
  }
  body .main-page .map {
    flex-direction: column-reverse;
  }
  body .main-page .map .map-half {
    height: 300px;
  }
  body .main-page .map .map-half .frame.half {
    margin: 0 auto 0 auto;
    padding: 100px 0 100px 0;
    max-width: none;
  }
  body .main-page .map .map-half .frame.half .main-title {
    text-align: center;
  }
  body .main-page .map .map-half .frame.half .small-title {
    text-align: center;
  }
  body .footer .footer-content-container {
    flex-direction: column;
    justify-content: center;
  }
  body .footer .footer-content-container .footer-left {
    flex: none;
  }
}

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