@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 .catalogsMainContainer .catalogsMainColumn, body .catalogsMainContainer .welcomeMainContainer, body .stepMainContainer .steps, body .stepMainContainer .welcomeMainContainer, 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 .welcomeBannerMainContainer {
  width: 100%;
  height: 80%;
  background-image: url(../img/maytec/profile.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media only screen and (max-width: 991px) {
  body .welcomeBannerMainContainer {
    background-position: -200px 0px;
  }
}
@media only screen and (max-width: 420px) {
  body .welcomeBannerMainContainer {
    background-image: url(../img/maytec/profile2.jpg);
    background-position: center;
  }
}
body .welcomeBannerMainContainer .welcomeBannerMainBody {
  width: 100%;
  height: 100%;
  background: rgba(0, 101, 177, 0.4);
}
body .welcomeBannerMainContainer .welcomeBannerMainBody .discriptionWelcomeBanner {
  background: rgba(0, 101, 177, 0.6);
  max-width: 600px;
  padding: 30px;
  padding-left: 100px;
  padding-right: 20px;
  position: relative;
  top: 35%;
  left: 10%;
}
@media only screen and (max-width: 767px) {
  body .welcomeBannerMainContainer .welcomeBannerMainBody .discriptionWelcomeBanner {
    max-width: 98%;
    left: 1%;
    top: 25%;
    padding: 10px;
  }
}
@media only screen and (max-width: 420px) {
  body .welcomeBannerMainContainer .welcomeBannerMainBody .discriptionWelcomeBanner {
    max-width: 100%;
    left: 0%;
    padding-left: 20px;
    top: 25%;
  }
}
body .welcomeBannerMainContainer .welcomeBannerMainBody .discriptionWelcomeBanner h1 {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  font-size: 23px;
  margin: 0;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  body .welcomeBannerMainContainer .welcomeBannerMainBody .discriptionWelcomeBanner h1 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
body .welcomeBannerMainContainer .welcomeBannerMainBody .discriptionWelcomeBanner .rectangle {
  position: absolute;
  width: 40px;
  height: 60px;
  background: #ffffff;
  left: 40px;
  top: 20px;
}
@media only screen and (max-width: 767px) {
  body .welcomeBannerMainContainer .welcomeBannerMainBody .discriptionWelcomeBanner .rectangle {
    width: 20px;
    height: 40px;
    display: none;
  }
}
@media only screen and (max-width: 420px) {
  body .welcomeBannerMainContainer .welcomeBannerMainBody .discriptionWelcomeBanner .rectangle {
    Display: none;
  }
}
body .welcomeBannerMainContainer .welcomeBannerMainBody .discriptionWelcomeBanner .iconWelcomeLeft {
  position: absolute;
  font-size: 60px;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 100px;
  top: 100px;
}
@media only screen and (max-width: 767px) {
  body .welcomeBannerMainContainer .welcomeBannerMainBody .discriptionWelcomeBanner .iconWelcomeLeft {
    top: 60px;
  }
}
@media only screen and (max-width: 420px) {
  body .welcomeBannerMainContainer .welcomeBannerMainBody .discriptionWelcomeBanner .iconWelcomeLeft {
    font-size: 50px;
    left: 5%;
  }
}
body .welcomeBannerMainContainer .welcomeBannerMainBody .discriptionWelcomeBanner .iconWelcomeRight {
  position: absolute;
  font-size: 60px;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  right: 50px;
  bottom: 50px;
}
@media only screen and (max-width: 420px) {
  body .welcomeBannerMainContainer .welcomeBannerMainBody .discriptionWelcomeBanner .iconWelcomeRight {
    font-size: 50px;
    right: 5%;
  }
}
body .welcomeBannerMainContainer .welcomeBannerMainBody .discriptionWelcomeBanner p {
  font-family: "Arimo", sans-serif;
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  body .welcomeBannerMainContainer .welcomeBannerMainBody .discriptionWelcomeBanner p {
    font-size: 16px;
  }
}
body .welcomeBannerMainContainer .welcomeBannerMainBody .discriptionWelcomeBanner p:first-letter {
  padding-left: 30px;
}
body .welcomeBannerMainContainer .shadowTriangle {
  filter: drop-shadow(0px -9px 5px rgba(0, 0, 0, 0.55));
  width: 100%;
  height: 20%;
  position: absolute;
  bottom: 0;
  left: 0;
}
body .welcomeBannerMainContainer .shadowTriangle .triangleBottom {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffffff;
  clip-path: polygon(100% 30%, 0% 100%, 100% 100%);
  filter: drop-shadow(0px -21px 5px rgba(0, 0, 0, 0.55));
}
body .stepMainContainer {
  background: #ffffff;
  position: relative;
  top: -1px;
  z-index: 3;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 12%;
}
@media only screen and (max-width: 1200px) {
  body .stepMainContainer {
    padding-bottom: 20%;
  }
}
@media only screen and (max-width: 991px) {
  body .stepMainContainer {
    padding-bottom: 30%;
  }
}
@media only screen and (max-width: 767px) {
  body .stepMainContainer {
    padding-bottom: 40%;
  }
}
@media only screen and (max-width: 575px) {
  body .stepMainContainer {
    padding-bottom: 60%;
  }
}
body .stepMainContainer .shadowTriangle {
  filter: drop-shadow(0px -9px 5px rgba(0, 0, 0, 0.55));
  width: 100%;
  height: 20%;
  position: absolute;
  bottom: 0;
  left: 0;
}
body .stepMainContainer .shadowTriangle .triangleBottom {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #0065b1;
  clip-path: polygon(100% 30%, 0% 100%, 100% 100%);
  filter: drop-shadow(0px -21px 5px rgba(0, 0, 0, 0.55));
}
body .stepMainContainer .welcomeMainContainer {
  position: relative;
  top: -50px;
  background-image: url(../img/bg.jpg);
  background-size: cover;
  max-width: 1300px;
  -webkit-box-shadow: 0px -11px 7px 1px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px -11px 7px 1px rgba(0, 0, 0, 0.45);
  box-shadow: 0px -11px 7px 1px rgba(0, 0, 0, 0.45);
  z-index: 7;
}
@media only screen and (max-width: 1150px) {
  body .stepMainContainer .welcomeMainContainer {
    max-width: 90%;
  }
}
@media only screen and (max-width: 575px) {
  body .stepMainContainer .welcomeMainContainer {
    max-width: 99%;
  }
}
body .stepMainContainer .welcomeMainContainer .quadrat {
  background-image: url(../img/bg.jpg);
  width: 70px;
  height: 70px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: rotate(45deg) translateX(-50%);
  z-index: 0;
}
body .stepMainContainer .welcomeMainContainer .topicSide {
  border-right-style: solid;
  border-color: #636667;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0px;
}
@media only screen and (max-width: 991px) {
  body .stepMainContainer .welcomeMainContainer .topicSide {
    padding: 30px 0px;
  }
}
body .stepMainContainer .welcomeMainContainer .topicSide .icon {
  color: rgba(0, 101, 177, 0.5);
  font-size: 80px;
  position: absolute;
}
body .stepMainContainer .welcomeMainContainer .topicSide h2 {
  display: block;
  position: relative;
  transform: translate(50% 50%);
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  font-size: 23px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  body .stepMainContainer .welcomeMainContainer .topicSide h2 {
    font-size: 20px;
  }
}
body .stepMainContainer .welcomeMainContainer .discription {
  display: flex;
  align-items: center;
  position: relative;
}
body .stepMainContainer .welcomeMainContainer .discription .icon {
  color: rgba(255, 255, 255, 0.2);
  position: absolute;
  font-size: 80px;
  left: 20px;
}
body .stepMainContainer .welcomeMainContainer .discription .icon2 {
  color: rgba(255, 255, 255, 0.2);
  position: absolute;
  font-size: 80px;
  right: 20px;
}
body .stepMainContainer .welcomeMainContainer .discription p {
  display: block;
  width: 90%;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-align: justify;
  margin-left: auto;
  padding-right: 40px;
}
@media only screen and (max-width: 991px) {
  body .stepMainContainer .welcomeMainContainer .discription p {
    padding-right: 20px;
    width: 95%;
    font-size: 16px;
  }
}
body .stepMainContainer .welcomeMainContainer .discription p:first-letter {
  padding-left: 40px;
}
body .stepMainContainer .steps {
  max-width: 1200px;
  padding: 1% 2%;
  border-color: #0065b1;
  border-width: 10px;
  position: relative;
}
body .stepMainContainer .stepLeft {
  border-left-style: dotted;
  border-bottom-style: dotted;
}
body .stepMainContainer .stepLeft .stepCircleBiggest {
  top: -25px;
  left: -35px;
  position: absolute;
  background: #0065b1;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .stepMainContainer .stepLeft .stepCircleBiggest .stepCircle {
  display: block;
  width: 40px;
  height: 40px;
  top: -25px;
  left: -29px;
  border-color: #ffffff;
  border-style: solid;
  border-width: thin;
  color: #ffffff;
  border-radius: 100%;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 25px;
}
body .stepMainContainer .stepLeft .pictureContainer {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  body .stepMainContainer .stepLeft .pictureContainer {
    margin-bottom: 3%;
    margin-top: 2%;
  }
}
body .stepMainContainer .stepLeft .pictureContainer .picture {
  width: 300px;
  height: 200px;
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  position: relative;
  z-index: -1;
}
body .stepMainContainer .stepLeft .pictureContainer .picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .stepMainContainer .stepLeft .discriptionStep {
  display: flex;
  align-items: center;
  padding-left: 2%;
}
@media only screen and (max-width: 767px) {
  body .stepMainContainer .stepLeft .discriptionStep {
    padding-left: 0%;
    justify-content: center;
  }
}
body .stepMainContainer .stepLeft .discriptionStep p {
  display: block;
  width: 80%;
  font-family: "Arimo", sans-serif;
  font-size: 20px;
  color: black;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  body .stepMainContainer .stepLeft .discriptionStep p {
    text-align: center;
  }
}
body .stepMainContainer .stepRight {
  border-right-style: dotted;
  border-bottom-style: dotted;
}
body .stepMainContainer .stepRight .stepCircleBiggest {
  top: -35px;
  right: -35px;
  position: absolute;
  background: #0065b1;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .stepMainContainer .stepRight .stepCircleBiggest .stepCircle {
  display: block;
  width: 40px;
  height: 40px;
  top: -25px;
  left: -29px;
  border-color: #ffffff;
  border-style: solid;
  border-width: thin;
  color: #ffffff;
  border-radius: 100%;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 25px;
}
body .stepMainContainer .stepRight .stepLastCircleBiggest {
  bottom: -35px;
  left: -35px;
  position: absolute;
  background: #0065b1;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .stepMainContainer .stepRight .stepLastCircleBiggest .stepCircle {
  display: block;
  width: 40px;
  height: 40px;
  top: -25px;
  left: -29px;
  border-color: #ffffff;
  border-style: solid;
  border-width: thin;
  color: #ffffff;
  border-radius: 100%;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 25px;
}
body .stepMainContainer .stepRight .stepLastCircleBiggest .stepCircle .icon {
  margin-top: 6px;
}
body .stepMainContainer .stepRight .pictureContainer {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  body .stepMainContainer .stepRight .pictureContainer {
    margin-bottom: 3%;
    margin-top: 2%;
  }
}
body .stepMainContainer .stepRight .pictureContainer .picture {
  width: 300px;
  height: 200px;
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  position: relative;
  z-index: -1;
}
body .stepMainContainer .stepRight .pictureContainer .picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .stepMainContainer .stepRight .discriptionStep {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 1%;
}
@media only screen and (max-width: 767px) {
  body .stepMainContainer .stepRight .discriptionStep {
    padding-right: 0%;
    justify-content: center;
  }
}
body .stepMainContainer .stepRight .discriptionStep p {
  display: block;
  width: 80%;
  font-family: "Arimo", sans-serif;
  font-size: 20px;
  color: black;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  body .stepMainContainer .stepRight .discriptionStep p {
    text-align: center;
  }
}
body .catalogsMainContainer {
  width: 100%;
  background: white;
  position: relative;
  top: -2px;
  z-index: 4;
  background: #0065b1;
  background-image: url(../img/maytec/background.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 20px;
  padding-right: 20px;
  background-position: center;
}
@media only screen and (max-width: 991px) {
  body .catalogsMainContainer {
    background-image: url(../img/maytec/background2.png);
    background-repeat: repeat-y;
  }
}
body .catalogsMainContainer .welcomeMainContainer {
  position: relative;
  top: -50px;
  background-image: url(../img/bg.jpg);
  background-size: cover;
  max-width: 1300px;
  -webkit-box-shadow: 0px -11px 7px 1px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px -11px 7px 1px rgba(0, 0, 0, 0.45);
  box-shadow: 0px -11px 7px 1px rgba(0, 0, 0, 0.45);
  z-index: 7;
}
@media only screen and (max-width: 1150px) {
  body .catalogsMainContainer .welcomeMainContainer {
    max-width: 90%;
  }
}
@media only screen and (max-width: 575px) {
  body .catalogsMainContainer .welcomeMainContainer {
    max-width: 99%;
  }
}
body .catalogsMainContainer .welcomeMainContainer .quadrat {
  background-image: url(../img/bg.jpg);
  width: 70px;
  height: 70px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: rotate(45deg) translateX(-50%);
  z-index: 0;
}
body .catalogsMainContainer .welcomeMainContainer .topicSide {
  border-right-style: solid;
  border-color: #636667;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0px;
}
@media only screen and (max-width: 991px) {
  body .catalogsMainContainer .welcomeMainContainer .topicSide {
    padding: 30px 0px;
  }
}
body .catalogsMainContainer .welcomeMainContainer .topicSide .icon {
  color: rgba(0, 101, 177, 0.5);
  font-size: 80px;
  position: absolute;
}
body .catalogsMainContainer .welcomeMainContainer .topicSide h2 {
  display: block;
  position: relative;
  transform: translate(50% 50%);
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  font-size: 23px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  body .catalogsMainContainer .welcomeMainContainer .topicSide h2 {
    font-size: 20px;
  }
}
body .catalogsMainContainer .welcomeMainContainer .discription {
  display: flex;
  align-items: center;
  position: relative;
}
body .catalogsMainContainer .welcomeMainContainer .discription .icon {
  color: rgba(255, 255, 255, 0.2);
  position: absolute;
  font-size: 80px;
  left: 20px;
}
@media only screen and (max-width: 767px) {
  body .catalogsMainContainer .welcomeMainContainer .discription .icon {
    font-size: 40px;
    bottom: 40%;
  }
}
body .catalogsMainContainer .welcomeMainContainer .discription .icon2 {
  color: rgba(255, 255, 255, 0.2);
  position: absolute;
  font-size: 80px;
  right: 20px;
}
@media only screen and (max-width: 767px) {
  body .catalogsMainContainer .welcomeMainContainer .discription .icon2 {
    font-size: 40px;
    bottom: 30%;
    right: 10%;
  }
}
body .catalogsMainContainer .welcomeMainContainer .discription p {
  display: block;
  width: 90%;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-align: justify;
  margin-left: auto;
  padding-right: 40px;
}
@media only screen and (max-width: 991px) {
  body .catalogsMainContainer .welcomeMainContainer .discription p {
    padding-right: 20px;
    width: 95%;
    font-size: 16px;
  }
}
body .catalogsMainContainer .welcomeMainContainer .discription p:first-letter {
  padding-left: 40px;
}
body .catalogsMainContainer .catalogsMainColumn {
  max-width: 1300px;
  height: auto;
  padding: 100px 0px;
  display: flex;
  justify-content: space-around;
}
@media only screen and (max-width: 767px) {
  body .catalogsMainContainer .catalogsMainColumn {
    padding: 180px 0px;
  }
}
body .catalogsMainContainer .catalogsMainColumn .catalogBox {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
body .catalogsMainContainer .catalogsMainColumn .catalogBox a {
  display: block;
  width: 350px;
  height: 250px;
  margin: 20px;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 1200px) {
  body .catalogsMainContainer .catalogsMainColumn .catalogBox a {
    width: 300px;
    height: 202px;
  }
}
body .catalogsMainContainer .catalogsMainColumn .catalogBox a:hover .box h3 {
  transition: 0.5s;
  padding: 32% 0;
  top: 0%;
}
@media only screen and (max-width: 1200px) {
  body .catalogsMainContainer .catalogsMainColumn .catalogBox a:hover .box h3 {
    padding: 28.5% 0;
  }
}
body .catalogsMainContainer .catalogsMainColumn .catalogBox a:hover .box .borderBox {
  right: -1%;
  bottom: -1%;
  border-radius: 10px;
  transition: 0.5s;
}
body .catalogsMainContainer .catalogsMainColumn .catalogBox 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 .catalogsMainContainer .catalogsMainColumn .catalogBox a .box {
  display: block;
  width: 348px;
  height: 248px;
}
@media only screen and (max-width: 1200px) {
  body .catalogsMainContainer .catalogsMainColumn .catalogBox a .box {
    width: 300px;
    height: 200px;
  }
}
body .catalogsMainContainer .catalogsMainColumn .catalogBox a .box .borderBox {
  width: 360px;
  height: 260px;
  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 .catalogsMainContainer .catalogsMainColumn .catalogBox a .box .borderBox {
    width: 310px;
    height: 210px;
  }
}
body .catalogsMainContainer .catalogsMainColumn .catalogBox a .box h3 {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  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;
}
body .catalogsMainContainer .catalogsMainColumn .catalogBox 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 .catalogsMainContainer .shadowTriangle {
  width: 100%;
  height: 10%;
  position: absolute;
  bottom: 0;
  left: 0;
}
body .catalogsMainContainer .shadowTriangle .triangleBottom {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffffff;
  clip-path: polygon(0 50%, 0% 100%, 100% 100%);
  filter: drop-shadow(0px -21px 5px rgba(0, 0, 0, 0.55));
}
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: 4;
  background: black;
  padding-top: 50px;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  body footer {
    top: 0px;
    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=maytecStyle.css.map */
