@font-face {
  font-family: Bebas Neue;
  font-style: normal;
  font-weight: 400;
  src: local("Bebas Neue Regular"), local("BebasNeueRegular"), url(../fonts/0aaf8f475e9ff51c29bf.woff2) format("woff2"), url(../fonts/86232795d1652fc166cb.woff) format("woff"), url(../fonts/b1570ed2d2c5ef330f84.ttf) format("truetype");
}
@font-face {
  font-family: Bebas Neue;
  font-style: normal;
  font-weight: 900;
  src: local("Bebas Neue Regular"), local("BebasNeueRegular"), url(../fonts/0aaf8f475e9ff51c29bf.woff2) format("woff2"), url(../fonts/86232795d1652fc166cb.woff) format("woff"), url(../fonts/b1570ed2d2c5ef330f84.ttf) format("truetype");
}
@font-face {
  font-family: Bebas Neue;
  font-style: normal;
  font-weight: 700;
  src: local("Bebas Neue Bold"), local("BebasNeueBold"), url(../fonts/beb6b9047e5df8aa73cc.woff2) format("woff2"), url(../fonts/e9a1d1540e2dc38042c4.woff) format("woff"), url(../fonts/7e8743efe82e2bd4ea19.ttf) format("truetype");
}
@font-face {
  font-family: Raleway;
  font-style: normal;
  font-weight: 400;
  src: local("Raleway Regular"), local("Raleway-Regular"), url(../fonts/dd127afe43911e754544.woff2) format("woff2"), url(../fonts/b8a7982c95c6ffb93ae6.woff) format("woff"), url(../fonts/bd114be766dbe230e581.ttf) format("truetype");
}
@font-face {
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  src: local("Raleway Medium"), local("Raleway-Medium"), url(../fonts/68c870a333a531eb4b35.woff2) format("woff2"), url(../fonts/5943e29e372648e5a2ff.woff) format("woff"), url(../fonts/2f18aa295dc99b3e68cb.ttf) format("truetype");
}
@font-face {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  src: local("Raleway SemiBold"), local("Raleway-SemiBold"), url(../fonts/a315ee9dc464755c3525.woff2) format("woff2"), url(../fonts/547e1296ea2f57700d46.woff) format("woff"), url(../fonts/496b133b09be3768c52b.ttf) format("truetype");
}
@font-face {
  font-family: Raleway;
  font-style: normal;
  font-weight: 700;
  src: local("Raleway Bold"), local("Raleway-Bold"), url(../fonts/09136a791fba32ddc750.woff2) format("woff2"), url(../fonts/be225925fcce44147c51.woff) format("woff"), url(../fonts/54de3cd01cf210f7f942.ttf) format("truetype");
}
*,
html,
body {
  padding: 0px;
  margin: 0px;
}
body {
  font-family: Raleway, Tahoma, sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mgn_header {
  max-width: 1280px;
  width: 100%;
  height: 580px;
  box-sizing: border-box;
  padding-left: 75px;
  padding-right: 75px;
  display: block;
  background-image: url(../images/header.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  margin-top: -60px;
}
.mgn_header a {
  color: #fff;
}
.mgn_header h1 {
  color: #fff;
  margin-bottom: 5px;
  margin-top: 60px;
}
.mgn_header h1 span {
  color: #348D8B;
  display: block;
}
.mgn_header p {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  display: block;
  margin-bottom: 60px;
  max-width: 650px;
}
.mgn_flexthree {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 60px;
}
.mgn_flexthree__block {
  width: calc(33% - 20px);
}
.mgn_flexthree__block h3 {
  font-size: 27px;
  display: block;
  position: relative;
  width: 100%;
  min-height: 160px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  background-image: url(../images/1.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 50px;
}
.mgn_flexthree__block h3:after {
  content: ' ';
  position: absolute;
  display: block;
  width: 90px;
  height: 2px;
  background-color: #00FF39;
  left: 0px;
  bottom: 0px;
}
.mgn_flexthree__block a {
  color: #E33046;
}
.mgn_flexthree__block p {
  font-size: 16px;
  line-height: 26px;
}
.mgn_flexthree__block:nth-of-type(2) h3 {
  background-image: url(../images/2.png);
}
.mgn_flexthree__block:nth-of-type(3) h3 {
  background-image: url(../images/3.png);
}
.mgn_container {
  max-width: 1130px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.mgn_footer {
  max-width: 1130px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 170px;
  box-sizing: border-box;
  background-image: url(../images/footer.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  color: #fff;
  text-align: center;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
.mgn_footer h3 {
  color: #fff;
}
.mgn_pointblock {
  box-shadow: 0px 65px 114px rgba(7, 56, 48, 0.35);
  width: 100%;
  height: 180px;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: url(../images/bgblock.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}
.mgn_pointblock__left {
  width: 50px;
}
.mgn_pointblock__left svg {
  width: 100%;
}
.mgn_pointblock__right {
  width: calc(100% - 80px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.mgn_pointblock__right h3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0px !important;
  margin: 0px !important;
  height: auto !important;
  background-image: none !important;
}
.mgn_pointblock__right h3:after {
  display: none !important;
}
@media screen and (max-width: 1000px) {
  .mgn_header {
    max-width: 1280px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    background-image: url(../images/header.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 100px;
  }
  .mgn_header a {
    color: #fff;
  }
  .mgn_header h1 {
    color: #fff;
    margin-bottom: 5px;
    margin-top: 60px;
  }
  .mgn_header h1 span {
    color: #348D8B;
    display: block;
  }
  .mgn_header p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    display: block;
    margin-bottom: 60px;
    max-width: 650px;
  }
  .mgn_flexthree {
    display: block;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .mgn_flexthree__block {
    width: calc(100% - 40px);
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .mgn_flexthree__block h3 {
    font-size: 27px;
    display: block;
    position: relative;
    width: 100%;
    min-height: 60px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    background-image: url(../images/1.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 50px;
    margin-top: 60px;
  }
  .mgn_flexthree__block h3:after {
    content: ' ';
    position: absolute;
    display: none;
    width: 90px;
    height: 2px;
    background-color: #00FF39;
    left: 0px;
    bottom: 0px;
  }
  .mgn_flexthree__block a {
    color: #E33046;
  }
  .mgn_flexthree__block p {
    font-size: 16px;
    line-height: 26px;
  }
  .mgn_flexthree__block:nth-of-type(2) h3 {
    background-image: url(../images/2.png);
  }
  .mgn_flexthree__block:nth-of-type(3) h3 {
    background-image: url(../images/3.png);
  }
  .mgn_container {
    max-width: 1130px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }
  .mgn_footer {
    max-width: 1130px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    min-height: 170px;
    height: auto;
    box-sizing: border-box;
    background-image: url(../images/footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    color: #fff;
    text-align: center;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .mgn_footer h3 {
    color: #fff;
  }
  .mgn_pointblock {
    box-shadow: 0px 65px 114px rgba(7, 56, 48, 0.35);
    width: 100%;
    height: 180px;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: url(../images/bgblock.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
  }
  .mgn_pointblock__left {
    width: 50px;
  }
  .mgn_pointblock__left svg {
    width: 100%;
  }
  .mgn_pointblock__right {
    width: calc(100% - 80px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .mgn_pointblock__right h3 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0px !important;
    margin: 0px !important;
    height: auto !important;
    background-image: none !important;
  }
  .mgn_pointblock__right h3:after {
    display: none !important;
  }
}
