@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Arimo:400,400i,700");
.nopadding {
  padding: 0;
}

.nomargin {
  margin: 0;
}

body footer .footerContainer, body .otheMachineMainContainer .otherMachineMainColumn, body .detailsGallery .galleryMainColumn .galleryColumn .slideMain, body .detailsGallery .galleryMainColumn, body .bigGalleryMainContainer .bigGalleryMainColumn, body .navigationMobile .hamburgerMenu .naviMenu .flagMenuBody ul li a, body {
  margin: auto;
}

.noborder {
  border-style: none !important;
}

.hide {
  opacity: 0;
}

.selected {
  border-color: red !important;
}

.mainLogoSticky {
  display: none;
  width: 100%;
  height: 100%;
  transition: 0.6s;
}

.noBackground {
  background: none !important;
}

body {
  background: black;
  max-width: 1970px;
}
body header {
  background: #ffffff;
  height: 150px;
  -webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.45);
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  body header {
    display: none;
  }
}
body header .mainHeaderContainer {
  max-width: 100%;
  margin: auto;
}
@media only screen and (max-width: 991px) {
  body header .mainHeaderContainer {
    display: none;
  }
}
body header .mainHeaderContainer .logoZone {
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 991px) {
  body header .mainHeaderContainer .logoZone {
    display: flex;
    justify-content: center;
  }
}
body header .mainHeaderContainer .logoZone a {
  display: block;
  max-width: 240px;
  max-height: 79px;
  position: relative;
  right: -30%;
  bottom: 0px;
}
@media only screen and (max-width: 991px) {
  body header .mainHeaderContainer .logoZone a {
    right: 0%;
    display: flex;
    justify-content: center;
  }
}
body header .mainHeaderContainer .logoZone a .companyLogo {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
  body header .mainHeaderContainer .logoZone a .companyLogo {
    justify-content: center;
  }
}
body header .mainHeaderContainer .logoZone a .companyLogo .mainLogo {
  width: 100%;
  height: 100%;
  transition: 0.4s;
  object-fit: contain;
}
@media only screen and (max-width: 991px) {
  body header .mainHeaderContainer .logoZone a .companyLogo .mainLogo {
    transition: 0.7s;
  }
}
body header .mainHeaderContainer .rightSideHeader {
  width: 100%;
  height: auto;
}
body header .mainHeaderContainer .rightSideHeader .contactHeader {
  background: #ffffff;
  width: 100%;
  height: 80px;
  padding-right: 150px;
}
@media only screen and (max-width: 991px) {
  body header .mainHeaderContainer .rightSideHeader .contactHeader {
    display: none;
  }
}
body header .mainHeaderContainer .rightSideHeader .contactHeader .contactHeaderColumn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
body header .mainHeaderContainer .rightSideHeader .contactHeader .contactHeaderColumn a {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #636667;
  float: left;
  padding: 0px 33px;
  transition: 0.4s;
  background: linear-gradient(currentColor, currentColor) bottom/0 0.1em no-repeat;
}
body header .mainHeaderContainer .rightSideHeader .contactHeader .contactHeaderColumn a .headerIcon {
  padding-right: 20px;
  font-size: 24px;
  padding-top: 2px;
}
body header .mainHeaderContainer .rightSideHeader .contactHeader .contactHeaderColumn a:hover {
  text-decoration: none;
  color: #0065b1;
  transition: 0.4s;
  background-size: 80% 0.1em;
}
body header .mainHeaderContainer .rightSideHeader .navigation {
  background: linear-gradient(90deg, #0065b1 0%, #0065b1 59%, white 100%);
  position: relative;
  max-width: 1970px;
  height: 70px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  body header .mainHeaderContainer .rightSideHeader .navigation {
    display: none;
  }
}
body header .mainHeaderContainer .rightSideHeader .navigation .square {
  width: 50px;
  height: 50px;
  background: #ffffff;
  transform: rotate(53deg) scale(2.5);
  position: absolute;
  top: -42px;
  left: -12px;
}
@media only screen and (max-width: 991px) {
  body header .mainHeaderContainer .rightSideHeader .navigation .square {
    display: none;
  }
}
body header .mainHeaderContainer .rightSideHeader .navigation .mainNavigation {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 70px;
}
@media only screen and (max-width: 1150px) {
  body header .mainHeaderContainer .rightSideHeader .navigation .mainNavigation {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 991px) {
  body header .mainHeaderContainer .rightSideHeader .navigation .mainNavigation {
    padding-left: 5px;
  }
}
body header .mainHeaderContainer .rightSideHeader .navigation .mainNavigation li {
  float: left;
  border-left-style: solid;
  border-left-width: thin;
  border-color: #ffffff;
}
body header .mainHeaderContainer .rightSideHeader .navigation .mainNavigation li:last-child {
  border-right-style: solid;
  border-right-width: thin;
  border-color: #ffffff;
}
body header .mainHeaderContainer .rightSideHeader .navigation .mainNavigation li a {
  display: block;
  font-size: 25px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding: 0px 15px;
  background: linear-gradient(currentColor, currentColor) bottom/0 0.05em no-repeat;
  transition: 0.5s;
  text-decoration: none;
  padding-bottom: 5px;
}
@media only screen and (max-width: 1341px) {
  body header .mainHeaderContainer .rightSideHeader .navigation .mainNavigation li a {
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  body header .mainHeaderContainer .rightSideHeader .navigation .mainNavigation li a {
    padding: 0px 10px;
    font-size: 20px;
  }
}
body header .mainHeaderContainer .rightSideHeader .navigation .mainNavigation li a:hover {
  text-decoration: none;
  background-size: 70% 0.05em;
  transition: 0.5s;
}
body header .mainHeaderContainer .rightSideHeader .navigation .mainNavigation li a img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}
body header .mainHeaderContainer .rightSideHeader .navigation .language {
  position: relative;
  list-style: none;
  margin: 0 2%;
  margin-left: auto;
  padding: 0;
}
body header .mainHeaderContainer .rightSideHeader .navigation .language li {
  float: left;
}
body header .mainHeaderContainer .rightSideHeader .navigation .language li a {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0px 10px;
  transition: 0.5s;
}
@media only screen and (max-width: 1341px) {
  body header .mainHeaderContainer .rightSideHeader .navigation .language li a {
    margin: 0px 5px;
  }
}
body header .mainHeaderContainer .rightSideHeader .navigation .language li a:hover img {
  -webkit-filter: grayscale(50%);
  -moz-filter: grayscale(50%);
  -o-filter: grayscale(50%);
  -ms-filter: grayscale(50%);
  filter: grayscale(50%);
  transition: 0.5s;
}
body header .mainHeaderContainer .rightSideHeader .navigation .language li a img {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 0.5s;
}
body header .mainHeaderContainer .rightSideHeader .navigation .language li a .activeLanguage {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
}
body header .sticky {
  position: fixed;
  width: 1970px;
  height: 65px;
  background: #0065b1;
  top: -100px;
  -webkit-box-shadow: -1px 10px 5px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: -1px 10px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: -1px 10px 5px 0px rgba(0, 0, 0, 0.35);
}
body .navigationMobile {
  display: none;
  width: 100%;
  height: 65px;
  position: fixed;
  top: 0;
  z-index: 99;
  padding-left: 0px;
}
@media only screen and (max-width: 991px) {
  body .navigationMobile {
    display: block;
  }
}
body .navigationMobile .logoMobile {
  display: block;
  width: 125px;
  height: 80px;
  position: absolute;
  top: 0;
  right: 2%;
  transform: translate(50% 50%);
}
@media only screen and (max-width: 575px) {
  body .navigationMobile .logoMobile {
    width: 120px;
    height: 72px;
  }
}
body .navigationMobile .logoMobile .companyLogo .mainLogoNav {
  width: 100%;
  height: 100%;
}
body .navigationMobile .hamburgerMenu {
  display: block;
  width: 70px;
  height: auto;
  background: rgba(0, 101, 177, 0.5);
  position: relative;
  left: 0;
  border-radius: 50px;
  border-radius: 50px;
  transition: 0.8s;
  left: 10%;
}
@media only screen and (max-width: 575px) {
  body .navigationMobile .hamburgerMenu {
    width: 70px;
    left: 10%;
  }
}
body .navigationMobile .hamburgerMenu:hover .icon {
  color: red;
  cursor: pointer;
  transition: 0.4s;
}
body .navigationMobile .hamburgerMenu .naviMenu {
  width: 100%;
  height: 0px;
  transition: 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
body .navigationMobile .hamburgerMenu .naviMenu .flagMenuBody {
  width: 100%;
  padding: 20px 0px;
  opacity: 1;
  position: absolute;
  left: -550%;
  transition: 0.5s;
  z-index: 99;
}
body .navigationMobile .hamburgerMenu .naviMenu .flagMenuBody ul {
  padding: 0;
}
body .navigationMobile .hamburgerMenu .naviMenu .flagMenuBody ul li {
  width: 100%;
  height: 70px;
  list-style: none;
  padding: 5px 0px;
  transition: 0.4s;
  margin: 20px 0px;
}
body .navigationMobile .hamburgerMenu .naviMenu .flagMenuBody ul li:hover {
  background: rgba(0, 101, 177, 0.7);
  transition: 0.4s;
  cursor: pointer;
}
body .navigationMobile .hamburgerMenu .naviMenu .flagMenuBody ul li a {
  display: block;
  width: 100px;
  height: 50px;
}
body .navigationMobile .hamburgerMenu .naviMenu .flagMenuBody ul li a img {
  width: 100%;
}
body .navigationMobile .hamburgerMenu .naviMenu .menuBody {
  display: none;
  padding: 0;
}
body .navigationMobile .hamburgerMenu .naviMenu .menuBody li {
  list-style: none;
  padding: 5px 0px;
  transition: 0.4s;
}
body .navigationMobile .hamburgerMenu .naviMenu .menuBody li:hover {
  background: rgba(0, 101, 177, 0.7);
  transition: 0.4s;
}
body .navigationMobile .hamburgerMenu .naviMenu .menuBody li:last-child {
  margin-top: 30px;
}
body .navigationMobile .hamburgerMenu .naviMenu .menuBody li:last-child:hover {
  cursor: pointer;
}
body .navigationMobile .hamburgerMenu .naviMenu .menuBody li .mobileFlag {
  width: 100px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}
body .navigationMobile .hamburgerMenu .naviMenu .menuBody li .mobileFlag img {
  width: 100%;
  height: 100%;
}
body .navigationMobile .hamburgerMenu .naviMenu .menuBody li a {
  text-align: center;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: #ffffff;
  position: relative;
  font-weight: bold;
}
body .navigationMobile .hamburgerMenu .naviMenu .menuBody li a:hover {
  text-decoration: none;
}
body .navigationMobile .hamburgerMenu .naviMenu .menuBody li a img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}
body .navigationMobile .hamburgerMenu .icon {
  display: block;
  font-size: 35px;
  color: #ffffff;
  text-align: center;
  padding: 20px;
  transition: 0.4s;
}
@media only screen and (max-width: 575px) {
  body .navigationMobile .hamburgerMenu .icon {
    font-size: 40px;
    padding: 15px;
  }
}
body .bigGalleryMainContainer {
  width: 0%;
  height: 0%;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
  top: 50%;
  left: 50%;
  display: none;
}
body .bigGalleryMainContainer .bigGalleryMainColumn {
  max-width: 1600px;
  height: 100%;
  position: relative;
  opacity: 0;
  transition: 0.4s;
}
body .bigGalleryMainContainer .bigGalleryMainColumn .mainGallery {
  display: flex;
  justify-content: center;
  align-items: center;
}
body .bigGalleryMainContainer .bigGalleryMainColumn .mainGallery .infoGallery {
  color: #ffffff;
  position: absolute;
  top: 10%;
  font-size: 25px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
body .bigGalleryMainContainer .bigGalleryMainColumn .mainGallery .leftArrow {
  position: absolute;
  left: 0;
  top: 40%;
  transform: translate(50%, 50%);
  transition: 0.4s;
}
@media only screen and (max-width: 991px) {
  body .bigGalleryMainContainer .bigGalleryMainColumn .mainGallery .leftArrow {
    left: -6%;
  }
}
@media only screen and (max-width: 575px) {
  body .bigGalleryMainContainer .bigGalleryMainColumn .mainGallery .leftArrow {
    top: 70%;
  }
}
body .bigGalleryMainContainer .bigGalleryMainColumn .mainGallery .leftArrow:hover {
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(255, 0, 0, 0.7);
  -moz-box-shadow: 0px 0px 35px 0px rgba(255, 0, 0, 0.7);
  box-shadow: 0px 0px 35px 0px rgba(255, 0, 0, 0.7);
  transition: 0.4s;
}
body .bigGalleryMainContainer .bigGalleryMainColumn .mainGallery .leftArrow:hover .icon {
  color: red;
  transition: 0.4s;
}
body .bigGalleryMainContainer .bigGalleryMainColumn .mainGallery .leftArrow .icon {
  font-size: 80px;
  color: #ffffff;
  transition: 0.4s;
}
@media only screen and (max-width: 767px) {
  body .bigGalleryMainContainer .bigGalleryMainColumn .mainGallery .leftArrow .icon {
    font-size: 80px;
  }
}
@media only screen and (max-width: 575px) {
  body .bigGalleryMainContainer .bigGalleryMainColumn .mainGallery .leftArrow .icon {
    font-size: 70px;
  }
}
body .bigGalleryMainContainer .bigGalleryMainColumn .mainGallery .rightArrow {
  position: absolute;
  right: 5%;
  top: 40%;
  transform: translate(50%, 50%);
  transition: 0.4s;
}
@media only screen and (max-width: 575px) {
  body .bigGalleryMainContainer .bigGalleryMainColumn .mainGallery .rightArrow {
    top: 70%;
    right: 8%;
  }
}
body .bigGalleryMainContainer .bigGalleryMainColumn .mainGallery .rightArrow:hover {
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(255, 0, 0, 0.7);
  -moz-box-shadow: 0px 0px 35px 0px rgba(255, 0, 0, 0.7);
  box-shadow: 0px 0px 35px 0px rgba(255, 0, 0, 0.7);
  transition: 0.4s;
}
body .bigGalleryMainContainer .bigGalleryMainColumn .mainGallery .rightArrow:hover .icon {
  color: red;
  transition: 0.4s;
}
body .bigGalleryMainContainer .bigGalleryMainColumn .mainGallery .rightArrow .icon {
  font-size: 80px;
  color: #ffffff;
  transition: 0.4s;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  body .bigGalleryMainContainer .bigGalleryMainColumn .mainGallery .rightArrow .icon {
    font-size: 80px;
  }
}
@media only screen and (max-width: 575px) {
  body .bigGalleryMainContainer .bigGalleryMainColumn .mainGallery .rightArrow .icon {
    font-size: 70px;
  }
}
body .bigGalleryMainContainer .bigGalleryMainColumn .mainGallery .closeBtn {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 20px;
  padding: 10px 30px;
  border-style: solid;
  border-color: #ffffff;
  border-radius: 20px;
  position: absolute;
  text-transform: uppercase;
  bottom: 5%;
  cursor: pointer;
  transition: 0.4s;
}
@media only screen and (max-width: 575px) {
  body .bigGalleryMainContainer .bigGalleryMainColumn .mainGallery .closeBtn {
    font-size: 20px;
  }
}
body .bigGalleryMainContainer .bigGalleryMainColumn .mainGallery .closeBtn:hover {
  color: #ffffff;
  background: red;
  border-color: red;
  transition: 0.4s;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(255, 0, 0, 0.7);
  -moz-box-shadow: 0px 0px 35px 0px rgba(255, 0, 0, 0.7);
  box-shadow: 0px 0px 35px 0px rgba(255, 0, 0, 0.7);
}
body .bigGalleryMainContainer .bigGalleryMainColumn .mainGallery .pictureGallery {
  width: 60%;
  display: flex;
  justify-content: center;
}
body .bigGalleryMainContainer .bigGalleryMainColumn .mainGallery .pictureGallery img {
  width: 0%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: 0.4s;
}
body .welcomeVideo {
  width: 100%;
}
body .welcomeVideo .videoBackground {
  width: 100%;
  height: 42vw;
  background: #ffffff;
  position: relative;
  display: flex;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  body .welcomeVideo .videoBackground {
    height: 70%;
  }
}
body .welcomeVideo .videoBackground .topic {
  position: absolute;
  display: block;
  z-index: 5;
  width: 400px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-left-style: solid;
  border-bottom-style: solid;
  border-color: #ffffff;
  border-width: 5px;
}
@media only screen and (max-width: 1200px) {
  body .welcomeVideo .videoBackground .topic {
    width: 300px;
    height: 80px;
    border-width: 4px;
  }
}
@media only screen and (max-width: 991px) {
  body .welcomeVideo .videoBackground .topic {
    width: 250px;
    height: 70px;
    border-width: 3px;
  }
}
body .welcomeVideo .videoBackground .topic h2 {
  padding: 20px 0px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
}
@media only screen and (max-width: 1200px) {
  body .welcomeVideo .videoBackground .topic h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  body .welcomeVideo .videoBackground .topic h2 {
    font-size: 25px;
  }
}
body .welcomeVideo .videoBackground .posterVideo {
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  z-index: 2;
}
body .welcomeVideo .videoBackground .posterVideo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .welcomeVideo .videoBackground .blueCurtain {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(5, 63, 106, 0.8);
  z-index: 4;
}
body .welcomeVideo .videoBackground video {
  width: 100%;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 991px) {
  body .welcomeVideo .videoBackground video {
    display: none;
  }
}
body .detailsGallery {
  width: 100%;
  position: relative;
  top: -140px;
  z-index: 8;
  filter: drop-shadow(0px -11px 5px rgba(0, 0, 0, 0.55));
}
body .detailsGallery .galleryMainColumn {
  max-width: 1970px;
  height: 400px;
  background-image: url(../img/bg.jpg);
  clip-path: polygon(0 85%, 0 15%, 100% 0, 100% 100%);
}
body .detailsGallery .galleryMainColumn .galleryColumn {
  display: flex;
  align-items: center;
}
body .detailsGallery .galleryMainColumn .galleryColumn .slideMain {
  display: block;
  position: relative;
  width: 80%;
  height: 200px;
  overflow: hidden;
}
body .detailsGallery .galleryMainColumn .galleryColumn .slideMain .slide {
  position: absolute;
  top: 20%;
  left: 0;
  list-style: none;
  display: flex;
  padding: 0;
}
body .detailsGallery .galleryMainColumn .galleryColumn .slideMain .slide .details {
  position: absolute;
  list-style: none;
  float: left;
  width: 200px;
  height: 150px;
  -webkit-box-shadow: 2px 14px 5px 1px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: 2px 14px 5px 1px rgba(0, 0, 0, 0.44);
  box-shadow: 2px 14px 5px 1px rgba(0, 0, 0, 0.44);
  transition: 0.4s;
}
@media only screen and (max-width: 767px) {
  body .detailsGallery .galleryMainColumn .galleryColumn .slideMain .slide .details {
    width: 150px;
    height: 100px;
  }
}
body .detailsGallery .galleryMainColumn .galleryColumn .slideMain .slide .details:hover {
  width: 230px;
  height: 180px;
  z-index: 5;
  transform: translate(-7%, -20%);
  transition: 0.4s;
  -webkit-box-shadow: 2px 14px 5px 1px rgba(255, 255, 255, 0.44);
  -moz-box-shadow: 2px 14px 5px 1px rgba(255, 255, 255, 0.44);
  box-shadow: 2px 14px 5px 1px rgba(255, 255, 255, 0.44);
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  body .detailsGallery .galleryMainColumn .galleryColumn .slideMain .slide .details:hover {
    width: 180px;
    height: 130px;
  }
}
body .machineDetailsMainContainer {
  position: relative;
  top: -200px;
  background: #ffffff;
}
body .machineDetailsMainContainer .machineDetailsmainColumn {
  max-width: 1970px;
  background: #ffffff;
  clip-path: polygon(100% 15%, 100% 85%, 0 100%, 0 0);
  position: relative;
  top: -6.9vw;
  padding: 2% 0%;
  display: flex;
  justify-content: space-around;
}
body .machineDetailsMainContainer .machineDetailsmainColumn:nth-child(1) {
  top: 0;
}
@media only screen and (max-width: 767px) {
  body .machineDetailsMainContainer .machineDetailsmainColumn:nth-child(1) {
    top: 0vw;
    padding-top: 9%;
  }
}
@media only screen and (max-width: 991px) {
  body .machineDetailsMainContainer .machineDetailsmainColumn {
    padding-top: 9%;
  }
}
@media only screen and (max-width: 767px) {
  body .machineDetailsMainContainer .machineDetailsmainColumn {
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 8%;
    padding-top: 2%;
    top: 0vw;
    clip-path: polygon(100% 5%, 100% 95%, 0 100%, 0 0);
  }
}
body .machineDetailsMainContainer .machineDetailsmainColumn .pictureContainer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 0px;
  max-width: 30%;
}
@media only screen and (max-width: 767px) {
  body .machineDetailsMainContainer .machineDetailsmainColumn .pictureContainer {
    padding-bottom: 10px;
    justify-content: center;
    max-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  body .machineDetailsMainContainer .machineDetailsmainColumn .pictureContainer {
    max-width: 100%;
  }
}
body .machineDetailsMainContainer .machineDetailsmainColumn .pictureContainer .picture {
  position: relative;
  width: 250px;
  height: 250px;
  border-style: solid;
  border-color: #0065b1;
  border-width: 4px;
}
@media only screen and (max-width: 1200px) {
  body .machineDetailsMainContainer .machineDetailsmainColumn .pictureContainer .picture {
    width: 200px;
    height: 200px;
  }
}
body .machineDetailsMainContainer .machineDetailsmainColumn .pictureContainer .picture img {
  position: absolute;
  top: -20%;
  right: -20%;
  width: 100%;
  height: 100%;
}
body .machineDetailsMainContainer .machineDetailsmainColumn .discriptionContainer {
  display: flex;
  justify-content: center;
  padding: 5% 0;
  background-repeat: no-repeat;
  background-position: 30% 50%;
  background-size: contain;
  max-width: 30%;
}
@media only screen and (max-width: 991px) {
  body .machineDetailsMainContainer .machineDetailsmainColumn .discriptionContainer {
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  body .machineDetailsMainContainer .machineDetailsmainColumn .discriptionContainer {
    justify-content: center;
    background-position: center;
    max-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  body .machineDetailsMainContainer .machineDetailsmainColumn .discriptionContainer {
    max-width: 100%;
  }
}
body .machineDetailsMainContainer .machineDetailsmainColumn .discriptionContainer .discription {
  display: block;
  width: auto;
  height: auto;
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  body .machineDetailsMainContainer .machineDetailsmainColumn .discriptionContainer .discription {
    width: 100%;
    height: 100%;
    padding-left: 10%;
  }
}
@media only screen and (max-width: 575px) {
  body .machineDetailsMainContainer .machineDetailsmainColumn .discriptionContainer .discription {
    width: 80%;
    padding-bottom: 10%;
  }
}
body .machineDetailsMainContainer .machineDetailsmainColumn .discriptionContainer .discription h3 {
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  color: #636667;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1200px) {
  body .machineDetailsMainContainer .machineDetailsmainColumn .discriptionContainer .discription h3 {
    font-size: 20px;
  }
}
body .machineDetailsMainContainer .machineDetailsmainColumn .discriptionContainer .discription h3 span {
  text-transform: none;
  letter-spacing: 1px;
}
body .machineDetailsMainContainer .machineDetailsmainColumn .discriptionContainer .discription p {
  font-family: "Arimo", sans-serif;
  color: #636667;
  font-size: 20px;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 1200px) {
  body .machineDetailsMainContainer .machineDetailsmainColumn .discriptionContainer .discription p {
    font-size: 18px;
    line-height: 1.3;
  }
}
body .machineDetailsMainContainer .machineDetailsmainColumn .discriptionContainer .discription p span {
  font-weight: bold;
}
body .machineDetailsMainContainer .machineDetailsmainColumn .discriptionContainer .discription .special {
  margin-top: 10px;
}
body .machineDetailsMainContainer .machineDetailsmainColumn .fanuc {
  background-image: url(../img/milling/fanucShadow.png);
}
body .machineDetailsMainContainer .machineDetailsmainColumn .pinnacle {
  background-image: url(../img/milling/pinnacleShadow.png);
}
body .machineDetailsMainContainer .machineDetailsmainColumn .vx400 {
  background-image: url(../img/milling/vx400Shadow.png);
}
body .machineDetailsMainContainer .machineDetailsmainColumn .skt15 {
  background-image: url(../img/lathes/skt15Shadow.png);
}
body .machineDetailsMainContainer .machineDetailsmainColumn .haas {
  background-image: url(../img/lathes/haasShadow.png);
}
body .machineDetailsMainContainer .machineDetailsmainColumn .ploter {
  background-image: url(../img/ploter/ploterShadow.png);
}
@media only screen and (max-width: 991px) {
  body .machineDetailsMainContainer .machineDetailsmainColumn .ploter {
    padding-bottom: 10%;
  }
}
body .machineDetailsMainContainer .machineDetailsmainColumn .laser {
  padding: 10% 0%;
  background-image: url(../img/laser/laserShadow.png);
}
body .machineDetailsMainContainer .machineDetailsmainColumn .laser2 {
  padding: 10% 0%;
  background-image: url(../img/laser/laserShadow2.png);
}
body .machineDetailsMainContainer .machineDetailsmainColumn .laser3 {
  padding: 10% 0%;
  background-image: url(../img/laser/laserShadow3.png);
}
body .machineDetailsMainContainer .machineDetailsmainColumn .gietarka {
  padding: 10% 0%;
  background-image: url(../img/gietarka/gietarkaShadow.png);
}
body .machineDetailsMainContainer .machineDetailsmainColumnGrey {
  max-width: 1970px;
  background: rgba(99, 102, 103, 0.1);
  clip-path: polygon(0 85%, 0 15%, 100% 0, 100% 100%);
  position: relative;
  top: -9.9vw;
  display: flex;
  justify-content: space-around;
}
body .machineDetailsMainContainer .machineDetailsmainColumnGrey:nth-child(2) {
  top: -3.5vw;
}
@media only screen and (max-width: 767px) {
  body .machineDetailsMainContainer .machineDetailsmainColumnGrey:nth-child(2) {
    top: 0vw;
  }
}
@media only screen and (max-width: 991px) {
  body .machineDetailsMainContainer .machineDetailsmainColumnGrey {
    padding-top: 0%;
    padding-bottom: 5%;
  }
}
@media only screen and (max-width: 767px) {
  body .machineDetailsMainContainer .machineDetailsmainColumnGrey {
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 8%;
    top: 0vw;
    clip-path: polygon(0 95%, 0 5%, 100% 0, 100% 100%);
  }
}
body .machineDetailsMainContainer .machineDetailsmainColumnGrey .pictureContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8% 0px;
  max-width: 30%;
}
@media only screen and (max-width: 767px) {
  body .machineDetailsMainContainer .machineDetailsmainColumnGrey .pictureContainer {
    justify-content: center;
    padding-top: 13%;
    padding-bottom: 2%;
  }
}
@media only screen and (max-width: 575px) {
  body .machineDetailsMainContainer .machineDetailsmainColumnGrey .pictureContainer {
    padding-top: 19%;
    max-width: 100%;
  }
}
body .machineDetailsMainContainer .machineDetailsmainColumnGrey .pictureContainer .picture {
  position: relative;
  width: 250px;
  height: 250px;
  border-style: solid;
  border-color: #0065b1;
  border-width: 4px;
}
@media only screen and (max-width: 1200px) {
  body .machineDetailsMainContainer .machineDetailsmainColumnGrey .pictureContainer .picture {
    width: 200px;
    height: 200px;
  }
}
body .machineDetailsMainContainer .machineDetailsmainColumnGrey .pictureContainer .picture .imageSkt16 {
  width: 110%;
  height: 130%;
}
body .machineDetailsMainContainer .machineDetailsmainColumnGrey .pictureContainer .picture img {
  position: absolute;
  top: -20%;
  left: -20%;
  width: 95%;
  height: 95%;
}
body .machineDetailsMainContainer .machineDetailsmainColumnGrey .discriptionContainer {
  display: flex;
  justify-content: flex-start;
  padding: 6% 0;
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-size: contain;
  max-width: 30%;
}
@media only screen and (max-width: 991px) {
  body .machineDetailsMainContainer .machineDetailsmainColumnGrey .discriptionContainer {
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  body .machineDetailsMainContainer .machineDetailsmainColumnGrey .discriptionContainer {
    justify-content: center;
    background-position: center;
    max-width: 100%;
  }
}
body .machineDetailsMainContainer .machineDetailsmainColumnGrey .discriptionContainer .discription {
  display: block;
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  body .machineDetailsMainContainer .machineDetailsmainColumnGrey .discriptionContainer .discription {
    padding-left: 10%;
    padding-bottom: 5%;
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  body .machineDetailsMainContainer .machineDetailsmainColumnGrey .discriptionContainer .discription {
    max-width: 450px;
    padding-bottom: 20%;
  }
}
body .machineDetailsMainContainer .machineDetailsmainColumnGrey .discriptionContainer .discription h3 {
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  color: #636667;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1200px) {
  body .machineDetailsMainContainer .machineDetailsmainColumnGrey .discriptionContainer .discription h3 {
    font-size: 20px;
  }
}
body .machineDetailsMainContainer .machineDetailsmainColumnGrey .discriptionContainer .discription h3 span {
  text-transform: none;
  letter-spacing: 1px;
}
body .machineDetailsMainContainer .machineDetailsmainColumnGrey .discriptionContainer .discription p {
  font-family: "Arimo", sans-serif;
  color: #636667;
  font-size: 20px;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 1200px) {
  body .machineDetailsMainContainer .machineDetailsmainColumnGrey .discriptionContainer .discription p {
    font-size: 18px;
    line-height: 1.3;
  }
}
body .machineDetailsMainContainer .machineDetailsmainColumnGrey .discriptionContainer .discription p span {
  font-weight: bold;
}
body .machineDetailsMainContainer .machineDetailsmainColumnGrey .discriptionContainer .discription .special {
  margin-top: 10px;
}
body .machineDetailsMainContainer .machineDetailsmainColumnGrey .laser2 {
  padding: 10% 0%;
  background-image: url(../img/laser/laserShadow2.png);
}
body .machineDetailsMainContainer .machineDetailsmainColumnGrey .vulcan {
  background-image: url(../img/milling/vulcanShadow.png);
}
body .machineDetailsMainContainer .machineDetailsmainColumnGrey .hyundai {
  background-image: url(../img/milling/hyundaiWiaShadow.png);
}
body .machineDetailsMainContainer .machineDetailsmainColumnGrey .skt16 {
  background-image: url(../img/lathes/skt16Shadow.png);
}
body .machineDetailsMainContainer .machineDetailsmainColumnGrey .hanwha {
  background-image: url(../img/lathes/hanwhaShadow.png);
}
body .machineDetailsMainContainer .machineDetailsmainColumnGrey .mega30vt {
  background-image: url(../img/milling/30vtShadow.png);
}
body .otheMachineMainContainer {
  position: relative;
  display: flex;
  justify-content: center;
  top: -197px;
  padding: 40px 0px;
  background-image: url(../img/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-shadow: 3px -9px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px -9px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 3px -9px 5px 0px rgba(0, 0, 0, 0.75);
  z-index: 5;
}
body .otheMachineMainContainer .welcomeLinks {
  position: absolute;
  top: -30px;
  transform: translate(50% 50%);
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  background-image: url(../img/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 23px;
  padding: 20px;
  border-radius: 30px;
  -webkit-box-shadow: 3px -9px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px -9px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 3px -9px 5px 0px rgba(0, 0, 0, 0.75);
}
@media only screen and (max-width: 1200px) {
  body .otheMachineMainContainer .welcomeLinks {
    font-size: 20px;
  }
}
body .otheMachineMainContainer .otherMachineMainColumn {
  max-width: 1900px;
}
body .otheMachineMainContainer .otherMachineMainColumn .otherMachineBox {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
body .otheMachineMainContainer .otherMachineMainColumn .otherMachineBox a {
  display: block;
  width: 250px;
  height: 150px;
  margin: 10px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  body .otheMachineMainContainer .otherMachineMainColumn .otherMachineBox a {
    width: 200px;
    height: 100px;
  }
}
@media only screen and (max-width: 991px) {
  body .otheMachineMainContainer .otherMachineMainColumn .otherMachineBox a {
    margin-bottom: 30px;
  }
}
body .otheMachineMainContainer .otherMachineMainColumn .otherMachineBox a:hover .box h3 {
  transition: 0.5s;
  padding: 25% 0;
  top: 0%;
}
@media only screen and (max-width: 1200px) {
  body .otheMachineMainContainer .otherMachineMainColumn .otherMachineBox a:hover .box h3 {
    padding: 19% 0%;
  }
}
body .otheMachineMainContainer .otherMachineMainColumn .otherMachineBox a:hover .box .borderBox {
  right: -1%;
  bottom: -1%;
  border-radius: 10px;
  transition: 0.5s;
}
body .otheMachineMainContainer .otherMachineMainColumn .otherMachineBox a:hover .box img {
  transition: 0.5s;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 60px 0px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0px 0px 60px 0px rgba(255, 255, 255, 0.75);
  box-shadow: 0px 0px 60px 0px rgba(255, 255, 255, 0.75);
}
body .otheMachineMainContainer .otherMachineMainColumn .otherMachineBox a .box {
  display: block;
  width: 248px;
  height: 148px;
}
@media only screen and (max-width: 1200px) {
  body .otheMachineMainContainer .otherMachineMainColumn .otherMachineBox a .box {
    width: 198px;
    height: 98px;
  }
}
body .otheMachineMainContainer .otherMachineMainColumn .otherMachineBox a .box .borderBox {
  width: 260px;
  height: 160px;
  position: absolute;
  right: -10%;
  bottom: -20%;
  border-color: #ffffff;
  border-style: solid;
  border-width: 4px;
  border-radius: 2px;
  transition: 0.5s;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  body .otheMachineMainContainer .otherMachineMainColumn .otherMachineBox a .box .borderBox {
    width: 210px;
    height: 110px;
  }
}
body .otheMachineMainContainer .otherMachineMainColumn .otherMachineBox a .box h3 {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  width: 100%;
  position: absolute;
  top: 40%;
  left: 0%;
  transform: translate(50% 50%);
  background: rgba(0, 101, 177, 0.6);
  text-align: center;
  padding: 8px 0px;
  letter-spacing: 2px;
  transition: 0.5s;
  z-index: 3;
}
@media only screen and (max-width: 1200px) {
  body .otheMachineMainContainer .otherMachineMainColumn .otherMachineBox a .box h3 {
    font-size: 16px;
  }
}
body .otheMachineMainContainer .otherMachineMainColumn .otherMachineBox a .box img {
  padding-top: 0px;
  padding-left: 0px;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  transition: 0.5s;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.75);
}
body footer {
  -webkit-box-shadow: 0px -8px 7px 3px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px -8px 7px 3px rgba(0, 0, 0, 0.45);
  box-shadow: 0px -8px 7px 3px rgba(0, 0, 0, 0.45);
  position: relative;
  z-index: 5;
  background: black;
  padding-top: 50px;
  padding: 0;
  position: relative;
  top: -200px;
}
@media only screen and (max-width: 767px) {
  body footer {
    top: -205px;
    position: relative;
  }
}
body footer .footerContainer {
  max-width: 1900px;
  display: flex;
  justify-content: space-around;
  padding-top: 50px;
}
body footer .footerContainer .footerColumn {
  max-width: 380px;
}
body footer .footerContainer .footerColumn h3 {
  font-family: "Arimo", sans-serif;
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
}
body footer .footerContainer .footerColumn ul {
  list-style: none;
}
body footer .footerContainer .footerColumn ul li a {
  font-size: 16px;
  color: #ffffff;
  font-family: "Arimo", sans-serif;
  letter-spacing: 1px;
}
body footer .footerContainer .footerColumn ul li a:hover {
  text-decoration: none;
  color: #def2ff;
}
body footer .footerContainer .copyright {
  text-align: center;
  padding: 30px 0px;
}
body footer .footerContainer .copyright p {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  margin: 0;
}
body footer .footerContainer .copyright p a {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  margin: 0;
}

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