@font-face {
  font-family: 'Roboto';
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.body2 {
  background: #f4f4f4;
}

body {
  font: 1rem/1.32 'Scada', sans-serif;
}

h1 {
  font-weight: bold;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.wrapper {
  width: 100%;
  height: 100%;
}

footer h3 {
  font-size: 30px;
  font-weight: 700;
  color: #232323;
  text-align: center;
  margin: 50px;
  margin-bottom: 0;
  padding-top: 50px;
}

@media screen and (min-width: 902px) {
  footer h3 {
    color: #232323;
  }
}

footer a {
  color: #232323;
  font-size: 25px;
  text-align: center;
  margin-bottom: 50px;
  display: block;
  padding-bottom: 50px;
}

footer {
  padding-bottom: 40px;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 5;
}

@media screen and (min-width: 650px) {
  .nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-top: 40px;
  }
}

@media screen and (min-width: 1130px) {
  .nav {
    margin: 50px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
}

.nav-list {
  display: none;
}

@media screen and (min-width: 650px) {
  .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
  }
}

@media screen and (min-width: 650px) {
  .nav-list {
    margin-left: 45px;
  }
}

@media screen and (min-width: 1130px) {
  .nav-list {
    margin-left: 80px;
  }
}

.nav-list a {
  margin: 0 10px;
  text-decoration: none;
  color: black;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (min-width: 650px) {
  .nav-list a {
    font-size: 14px;
  }
}

@media screen and (min-width: 1130px) {
  .nav-list a {
    font-size: 20px;
    margin: 0 25px;
  }
}

.nav-list a:hover {
  color: #FFD500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.logo {
  width: 90px;
}

@media screen and (min-width: 650px) {
  .logo {
    width: 120px;
  }
}

@media screen and (min-width: 1130px) {
  .logo {
    width: 180px;
  }
}

.top-logo {
  font-size: 65px;
  font-weight: 700;
  color: black;
  text-decoration: none;
}

@media screen and (min-width: 650px) {
  .ham {
    display: none;
  }
}

.header {
  position: relative;
}

.nav-mobile {
  position: absolute;
  top: -20px;
  width: 100%;
  background: #232323;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: -2111px;
  padding-top: 22px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (min-width: 650px) {
  .nav-mobile {
    max-width: 600px;
    top: -43px;
  }
}

@media screen and (min-width: 902px) {
  .nav-mobile {
    top: -38px;
  }
}

@media screen and (min-width: 1130px) {
  .nav-mobile {
    top: -21px;
    z-index: 7;
  }
}

.nav-mobile-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-mobile-top a {
  color: #e5e5e5;
}

.nav-mobile-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 20px;
  margin-left: 40px;
  margin-top: 40px;
}

.nav-mobile-list li a {
  font-size: 25px;
  color: #e5e5e5;
  padding-left: 50px;
  margin-bottom: 20px;
}

.nav-mobile-list li {
  margin-bottom: 20px;
}

.active-nav {
  left: 0;
  -webkit-transition: .7s;
  transition: .7s;
  z-index: 10;
}

.close {
  padding-right: 12px;
}

.mobile-line {
  width: 90%;
  margin-bottom: 100px;
}

.intro {
  background: #232323;
  padding: 50px 0;
  max-width: 1900px;
  position: relative;
}

.intro-title {
  text-transform: uppercase;
  color: white;
  background: rgba(35, 35, 35, 0.7);
  font-size: 40px;
  margin: 20px;
  text-align: center;
}

@media screen and (min-width: 902px) {
  .intro-title {
    margin: 0;
    text-align: left;
    max-width: 550px;
    font-size: 55px;
  }
}

@media screen and (min-width: 1130px) {
  .intro-title {
    font-size: 60px;
  }
}

.intro-body {
  position: relative;
}

.intro-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 1130px) {
  .intro-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.intro-info {
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 902px) {
  .intro-info {
    display: block;
  }
}

@media screen and (min-width: 1130px) {
  .intro-info {
    display: block;
    margin-left: 30px;
    max-width: 620px;
    margin-right: -110px;
    position: relative;
  }
}

.intro-btn {
  font-size: 25px;
  background: #F7001B;
  border: none;
  color: white;
  padding: 15px 30px;
  margin-bottom: 20px;
}

@media screen and (min-width: 902px) {
  .intro-btn {
    font-size: 35px;
  }
}

.intro-shadow {
  color: #2E2E2E;
  font-size: 100px;
  display: none;
  position: absolute;
  width: 900px;
  left: -243px;
  top: -57px;
  z-index: 1;
}

@media screen and (min-width: 902px) {
  .intro-shadow {
    display: block;
  }
}

@media screen and (min-width: 1530px) {
  .intro-shadow {
    display: block;
    top: 29px;
  }
}

.intro-body img {
  width: 100%;
  position: relative;
  z-index: 3;
  -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
  max-width: 830px;
}

@media screen and (min-width: 1530px) {
  .intro-body img {
    max-width: 930px;
  }
}

.intro-side {
  position: absolute;
  text-transform: uppercase;
  font-weight: 900;
  color: #DBDBDB;
  z-index: 1;
  bottom: -47%;
  right: 0;
  left: 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 120px;
  display: none;
}

@media screen and (min-width: 1130px) {
  .intro-side {
    display: block;
  }
}

.intro-text {
  font-size: 18px;
  margin: 20px auto;
  padding-bottom: 0;
  text-align: center;
}

@media screen and (min-width: 650px) {
  .intro-text {
    font-size: 22px;
    max-width: 670px;
  }
}

.circle {
  position: relative;
  display: inline;
}

.circle div {
  height: 64px;
  width: 106px;
  position: absolute;
  top: -19px;
  left: -14px;
  display: inline;
  background-image: url("../media/oval.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation: bordmob 1s steps(5) infinite;
          animation: bordmob 1s steps(5) infinite;
}

@media screen and (min-width: 650px) {
  .circle div {
    height: 95px;
    width: 156px;
    -webkit-animation: bordtab 1s steps(5) infinite;
            animation: bordtab 1s steps(5) infinite;
    top: -31px;
    left: -32px;
  }
}

@media screen and (min-width: 1130px) {
  .circle div {
    height: 135px;
    width: 221px;
    -webkit-animation: borddesk 1s steps(5) infinite;
            animation: borddesk 1s steps(5) infinite;
    top: -39px;
    left: -43px;
  }
}

.intro-border {
  -webkit-animation: bd 1.5s 2;
          animation: bd 1.5s 2;
  position: absolute;
  width: 100%;
  height: 435px;
  border: 1px solid #FED700;
  bottom: -31%;
  left: -74px;
  display: none;
}

@media screen and (min-width: 1130px) {
  .intro-border {
    display: block;
  }
}

@-webkit-keyframes bordmob {
  from {
    background-position: 0px;
  }
  to {
    background-position: -530px;
  }
}

@keyframes bordmob {
  from {
    background-position: 0px;
  }
  to {
    background-position: -530px;
  }
}

@-webkit-keyframes bordtab {
  from {
    background-position: 0px;
  }
  to {
    background-position: -780px;
  }
}

@keyframes bordtab {
  from {
    background-position: 0px;
  }
  to {
    background-position: -780px;
  }
}

@-webkit-keyframes borddesk {
  from {
    background-position: 0px;
  }
  to {
    background-position: -1108px;
  }
}

@keyframes borddesk {
  from {
    background-position: 0px;
  }
  to {
    background-position: -1108px;
  }
}

@-webkit-keyframes bd {
  from {
    border: 1px solid #FED700;
  }
  to {
    border: 2px solid #cfb118;
  }
}

@keyframes bd {
  from {
    border: 1px solid #FED700;
  }
  to {
    border: 2px solid #cfb118;
  }
}

@-webkit-keyframes bordpr {
  from {
    background-position: 0px;
  }
  to {
    background-position: -1105px;
  }
}

@keyframes bordpr {
  from {
    background-position: 0px;
  }
  to {
    background-position: -1105px;
  }
}

@-webkit-keyframes bordpr2 {
  from {
    left: -500px;
  }
  to {
    width: -42px;
  }
}

@keyframes bordpr2 {
  from {
    left: -500px;
  }
  to {
    width: -42px;
  }
}

@-webkit-keyframes bordpr3 {
  from {
    background-position: 0px;
  }
  to {
    background-position: -1220px;
  }
}

@keyframes bordpr3 {
  from {
    background-position: 0px;
  }
  to {
    background-position: -1220px;
  }
}

@-webkit-keyframes bordpr4 {
  from {
    background-position: 0px;
  }
  to {
    background-position: -1710px;
  }
}

@keyframes bordpr4 {
  from {
    background-position: 0px;
  }
  to {
    background-position: -1710px;
  }
}

.about {
  margin-top: 50px;
}

.about-img {
  display: none;
  width: 100%;
  max-width: 731px;
  background: #232323;
}

@media screen and (min-width: 1130px) {
  .about-img {
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.about-img img {
  width: 100%;
  max-width: 580px;
  margin-right: 15px;
  margin-top: -140px;
}

.about-title {
  font-size: 25px;
  color: #FFE70C;
  font-weight: 500;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  background: #232323;
}

@media screen and (min-width: 390px) {
  .about-title {
    font-size: 38px;
  }
}

@media screen and (min-width: 650px) {
  .about-title {
    font-size: 50px;
  }
}

@media screen and (min-width: 1130px) {
  .about-title {
    max-width: 839px;
    font-size: 100px;
    padding-right: 200px;
    text-align: right;
    margin-left: auto;
    margin-right: 0;
  }
}

.about-info {
  max-width: 600px;
  margin: 0 auto;
}

.about-info p {
  margin-left: 10px;
  text-align: center;
  font-weight: 500;
  font-size: 35px;
}

@media screen and (min-width: 1130px) {
  .about-info p {
    text-align: right;
  }
}

.about-body {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.about-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 902px) {
  .about-cont {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.about-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-animation: bord 1.5s infinite;
          animation: bord 1.5s infinite;
  border-radius: 10px;
  margin-top: 10px;
}

@media screen and (min-width: 902px) {
  .about-detail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 70px;
  }
}

.about-detail-item-number {
  font-size: 60px;
  color: #FFE70C;
  font-weight: 700;
  margin: 10px;
}

@media screen and (min-width: 902px) {
  .about-detail-item-number {
    font-size: 70px;
  }
}

.about-detail-item-number:hover {
  color: white;
  -webkit-transition: .5s;
  transition: .5s;
}

.about-detail-item-number:hover + .about-detail-item-text {
  color: #FFE70C;
  -webkit-transition: .5s;
  transition: .5s;
}

.about-detail-item-text {
  color: #232323;
  font-weight: 700;
  margin: 0;
  font-size: 30px;
  max-width: 220px;
}

.about-detail-item-text:hover {
  color: #c1b503;
  -webkit-transition: .5s;
  transition: .5s;
}

.staticnum {
  font-size: 60px;
  color: #363636;
  font-weight: 700;
  margin: 10px;
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (min-width: 902px) {
  .staticnum {
    font-size: 70px;
  }
}

.staticnum:hover {
  color: white;
  -webkit-transition: .5s;
  transition: .5s;
}

.staticnum:hover + .about-detail-item-text {
  color: #c1b503;
  -webkit-transition: .5s;
  transition: .5s;
}

.products-title {
  margin-bottom: 9px !important;
}

@media screen and (min-width: 902px) {
  .products-title {
    margin-bottom: 0 !important;
  }
}

.about-detail div:nth-child(1) .about-detail-item-number {
  -webkit-animation: light 5s  infinite;
          animation: light 5s  infinite;
}

.about-detail div:nth-child(2) .about-detail-item-number {
  -webkit-animation: light 5s 0.5s infinite;
          animation: light 5s 0.5s infinite;
}

.about-detail div:nth-child(3) .about-detail-item-number {
  -webkit-animation: light 5s 1s infinite;
          animation: light 5s 1s infinite;
}

.about-detail div:nth-child(4) .about-detail-item-number {
  -webkit-animation: light 5s 1.5s infinite;
          animation: light 5s 1.5s infinite;
}

@-webkit-keyframes light {
  0%, 100% {
    color: #fff559;
  }
  50% {
    color: #c1b503;
  }
}

@keyframes light {
  0%, 100% {
    color: #fff559;
  }
  50% {
    color: #c1b503;
  }
}

.products {
  position: relative;
  margin-top: 170px;
}

.products-block1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -15px;
  background: #232323;
}

@media screen and (min-width: 902px) {
  .products-block1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 11px;
    height: 332px;
    margin-bottom: 212px;
  }
}

.products-block1-text {
  max-width: 280px;
  font-weight: 400;
  font-size: 21px;
  color: white;
}

@media screen and (min-width: 902px) {
  .products-block1-text {
    max-width: 380px;
    font-size: 30px;
  }
}

.product-block-title {
  font-weight: 900;
  font-size: 26px;
  text-transform: uppercase;
  color: white;
}

@media screen and (min-width: 902px) {
  .product-block-title {
    font-size: 35px;
  }
}

.product-block-title .ptitlediv {
  position: relative;
}

@media screen and (min-width: 902px) {
  .product-block-title .ptitlediv {
    overflow: hidden;
    height: 60px;
  }
}

.product-block-title .ptitlediv div {
  width: 220px;
  position: absolute;
  height: 10px;
  top: 35px;
  left: -500px;
  display: inline;
  background-image: url("../media/line.png");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

@media screen and (min-width: 902px) {
  .product-block-title .ptitlediv div {
    top: 40px;
  }
}

.appearline {
  left: -36px !important;
}

@media screen and (min-width: 902px) {
  .appearline {
    left: -16px;
  }
}

.appearline2 {
  left: -17px !important;
}

@media screen and (min-width: 902px) {
  .appearline2 {
    left: 166px !important;
  }
}

.ptitlediv2 {
  position: relative;
  color: #232323;
}

.ptitlediv2 div {
  height: 23px;
  width: 199px;
  position: absolute;
  top: 31px;
  left: -2000px;
  display: inline;
  background-image: url("../media/zig.png");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  color: #232323;
}

@media screen and (min-width: 902px) {
  .ptitlediv2 div {
    height: 26px;
    width: 244px;
    top: 43px;
  }
}

.products-img {
  width: 279px;
  border-radius: 12px;
  -webkit-animation: bounce 2s infinite;
          animation: bounce 2s infinite;
}

@media screen and (min-width: 902px) {
  .products-img {
    width: 450px;
    margin-top: -58px;
  }
}

.secondb {
  margin-top: 30px;
  background: #ededed;
  margin-bottom: 50px;
}

@media screen and (min-width: 902px) {
  .secondb {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    margin-top: 60px;
    height: 368px !important;
    background: #ededed;
  }
}

@media screen and (min-width: 902px) {
  .second-title {
    text-align: right;
  }
}

.products-block2-text {
  max-width: 280px;
  font-weight: 400;
  font-size: 21px;
  color: #232323;
}

@media screen and (min-width: 902px) {
  .products-block2-text {
    max-width: 380px;
    font-size: 30px;
    text-align: right;
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.product-title {
  margin: 0 auto;
  margin-bottom: 80px;
  font-size: 38px;
  max-width: 1000px;
  color: #DF2935;
  position: relative;
  z-index: 3;
  text-align: center;
}

@media screen and (min-width: 902px) {
  .product-title {
    font-size: 50px;
  }
}

@media screen and (min-width: 1130px) {
  .product-title {
    text-align: left;
    font-size: 100px;
  }
}

.products-shadow {
  color: #f1f1f1;
  font-size: 100px;
  position: absolute;
  top: -20%;
  left: -9%;
  z-index: 1;
  font-weight: 700;
  display: none;
}

@media screen and (min-width: 1130px) {
  .products-shadow {
    display: block;
  }
}

.second-title {
  height: 74px;
  overflow-x: hidden;
}

.order-title {
  font-size: 28px;
  color: white;
  background: #FFE70C;
  text-align: center;
  padding: 15px;
  margin: 50px 50px;
  -webkit-animation: bounce 2s infinite;
          animation: bounce 2s infinite;
}

@media screen and (min-width: 902px) {
  .order-title {
    font-size: 50px;
  }
}

@media screen and (min-width: 1130px) {
  .order-title {
    font-size: 72px;
    max-width: 1355px;
    margin: 50px auto;
  }
}

.order-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 902px) {
  .order-main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.order-main2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 902px) {
  .order-main2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.orderinfo {
  margin: 20px;
  margin-left: 40px;
}

.order-text {
  max-width: 700px;
  font-size: 25px;
  margin: 15px;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (min-width: 902px) {
  .order-text {
    font-size: 35px;
    text-align: left;
  }
}

@media screen and (min-width: 1130px) {
  .order-text {
    font-size: 40px;
  }
}

.orderimg {
  max-width: 500px;
  margin: 15px;
}

.orderimg img {
  width: 100%;
}

.order-link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 902px) {
  .order-link-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.order-link1 {
  color: white;
  background: #FFE70C;
  border: 1px solid #FFE70C;
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 222px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center;
  padding: 15px;
}

.order-link1 img {
  width: 50px;
}

.order-link1:hover {
  background: #ddca20;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.order-link2 {
  color: #FFE70C;
  background: white;
  border: 1px solid #FFE70C;
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center;
  padding: 15px;
  margin-top: 20px;
}

@media screen and (min-width: 902px) {
  .order-link2 {
    margin-top: 0;
    margin-left: 20px;
  }
}

.order-link2:hover {
  background: #FFE70C;
  color: white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.splide__slide {
  max-width: 280px;
  position: relative;
  margin: 20px;
}

@media screen and (min-width: 650px) {
  .splide__slide {
    max-width: 400px;
  }
}

.splide__slide img {
  width: 100%;
  border-radius: 20px;
  max-height: 300px;
}

@media screen and (min-width: 902px) {
  .splide__slide img {
    max-height: 345px;
  }
}

.gallery {
  max-width: 1300px;
  margin: 0 auto;
}

.gallery-title {
  font-size: 38px;
  text-align: center;
  color: #FFE70C;
  text-transform: uppercase;
}

@media screen and (min-width: 902px) {
  .gallery-title {
    font-size: 50px;
  }
}

@media screen and (min-width: 1130px) {
  .gallery-title {
    font-size: 100px;
  }
}

.slide-text {
  opacity: 0;
}

@media screen and (min-width: 902px) {
  .slide-text {
    font-size: 26px;
    margin: 20px -50px;
  }
}

.splide__list .is-active p {
  opacity: 1;
  -webkit-transition: .5s;
  transition: .5s;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 30px;
}

.splide__list .is-active img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.splide__pagination {
  bottom: 1.5em;
}

@media screen and (min-width: 902px) {
  .duagra-small {
    display: none;
  }
}

.duagra-small-title {
  font-size: 26px;
  text-transform: uppercase;
  color: #232323;
  font-weight: 900;
  margin: 20px;
}

@media screen and (min-width: 650px) {
  .duagra-small-title {
    text-align: center;
  }
}

.duagra-small-text {
  font-size: 21px;
  color: #232323;
  margin: 20px;
}

@media screen and (min-width: 650px) {
  .duagra-small-text {
    text-align: center;
  }
}

.duagra-small-img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.duagra-small-btn {
  background: none;
  font-size: 21px;
  display: block;
  margin: 20px auto;
  padding: 6px 30px;
  border: 1px solid #000;
  border-radius: 10px;
}

.duagra-small-btn:hover {
  background: #232323;
  color: white;
}

.duagra-grey {
  font-weight: 900;
  color: #F4F4F4;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: -12px;
  font-size: 38px;
}

.duagra-main {
  display: none;
  background-image: url("../media/duagra.jpg");
  background-size: cover;
  background-position: center;
  padding: 150px 30px;
  position: relative;
  z-index: 5;
}

@media screen and (min-width: 902px) {
  .duagra-main {
    display: block;
  }
}

@media screen and (min-width: 1130px) {
  .duagra-main {
    padding: 150px 140px;
  }
}

.duagra-title {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 900;
  color: white;
}

.duagra-text {
  color: white;
  font-size: 35px;
  font-weight: 300;
  margin-bottom: 50px;
}

.duagra-btn {
  background: #0720B0;
  font-size: 30px;
  width: 200px;
  border: #0720B0 solid 1px;
  color: white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  padding: 10px;
  z-index: 3;
}

.duagra-btn:hover {
  color: #0720B0;
  background: white;
}

.duagra-title-big {
  color: #dbdbdb;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: -26px;
  display: none;
}

@media screen and (min-width: 902px) {
  .duagra-title-big {
    display: block;
    font-size: 100px;
  }
}

.duagrabtn-wrap {
  position: relative;
}

.duagrabtn-wrap div {
  height: 313px;
  width: 310px;
  position: absolute;
  top: -55px;
  left: -52px;
  display: inline;
  background-image: url("../media/circ.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 5;
}

.duagrabtn-wrap div:hover {
  -webkit-animation: circ 1s steps(5) infinite;
          animation: circ 1s steps(5) infinite;
}

footer img:first-child {
  width: 22px;
  display: inline;
  margin-right: 10px;
}

.footer-wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
}

@-webkit-keyframes circ {
  from {
    background-position: 0px;
  }
  to {
    background-position: -1554px;
  }
}

@keyframes circ {
  from {
    background-position: 0px;
  }
  to {
    background-position: -1554px;
  }
}

.downd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px;
}

@media screen and (min-width: 650px) {
  .downd {
    margin: 30px;
  }
}

.downd a {
  color: white;
  background: #0720B0;
  margin-left: 5px;
  font-size: 25px;
  padding: 12px;
  text-align: center;
}

.downd a:visited {
  color: white;
}

.downd a:hover {
  background: #2740D3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.duagra-btn a {
  position: relative;
  z-index: 10;
  color: #FFD314;
}

.duagra-btn a:visited {
  color: #FFD314;
}

.imgfas {
  width: 15px;
}

.wrapper2 header {
  margin-top: 0;
}

.dintro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 1130px) {
  .dintro {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.dintro-title {
  text-transform: uppercase;
  margin: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  max-width: 500px;
  padding: 20px 30px;
  background: #F7FFF7;
}

@media screen and (min-width: 650px) {
  .dintro-title {
    font-size: 38px;
  }
}

@media screen and (min-width: 902px) {
  .dintro-title {
    margin-left: 20px;
    font-size: 40px;
  }
}

@media screen and (min-width: 1130px) {
  .dintro-title {
    max-width: 700px;
    font-size: 45px;
    margin-bottom: 20px;
  }
}

.dintro-title span {
  color: #0720B0;
}

.dintro-btn {
  background: #0720B0;
  font-size: 20px;
  color: white;
  font-weight: 500;
  padding: 10px;
  border: none;
  margin-left: 20px;
}

@media screen and (min-width: 902px) {
  .dintro-btn {
    padding: 15px 20px;
    font-size: 25px;
  }
}

.dintro-btn:hover {
  background: #0f1f7e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.dintro-info {
  margin-bottom: 20px;
}

@media screen and (min-width: 1130px) {
  .dintro-info {
    position: absolute;
    top: 20%;
    left: 13%;
  }
}

@media screen and (min-width: 1530px) {
  .dintro-info {
    top: 30%;
    left: 16%;
  }
}

.dintro-body {
  background: url("../media/duagrawall.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  min-height: 200px;
  margin-bottom: 50px;
}

@media screen and (min-width: 650px) {
  .dintro-body {
    min-height: 400px;
  }
}

@media screen and (min-width: 1130px) {
  .dintro-body {
    width: 61%;
    background-size: contain;
    min-height: 755px;
    margin-left: auto;
  }
}

.dinfo {
  position: relative;
}

.dinfo-title {
  font-size: 28px;
  font-weight: 700;
  padding: 20px;
  padding-bottom: 0;
}

@media screen and (min-width: 650px) {
  .dinfo-title {
    text-align: center;
    font-size: 35px;
  }
}

@media screen and (min-width: 902px) {
  .dinfo-title {
    font-size: 45px;
  }
}

@media screen and (min-width: 1130px) {
  .dinfo-title {
    margin: 0 auto;
    max-width: 1100px;
  }
}

.dinfo-title span {
  color: #0720B0;
}

.dinfo-text {
  margin: 0 auto;
  margin-top: 20px;
  padding: 20px;
  padding-bottom: 0;
  font-size: 22px;
  font-weight: 500;
}

@media screen and (min-width: 650px) {
  .dinfo-text {
    font-size: 25px;
    text-align: center;
    max-width: 655px;
  }
}

@media screen and (min-width: 902px) {
  .dinfo-text {
    font-size: 27px;
  }
}

@media screen and (min-width: 1130px) {
  .dinfo-text {
    text-align: left;
    font-size: 30px;
  }
}

.dinfo-img {
  width: 100%;
}

@media screen and (min-width: 1530px) {
  .dinfo-img {
    max-width: 1000px;
    margin-bottom: 200px;
  }
}

@media screen and (min-width: 1530px) {
  .dinfo-block {
    background: #F7FFF7;
    position: absolute;
    right: 11%;
    top: 17%;
    padding: 40px;
    padding-right: 0;
    max-width: 540px;
  }
}

.blued {
  color: #0720B0;
  font-weight: bold;
}

.works {
  overflow-x: hidden;
}

.works-title {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
  color: #0720B0;
  margin-bottom: 0;
  letter-spacing: -0.035em;
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
  margin-top: 50px;
}

@media screen and (min-width: 650px) {
  .works-title {
    font-size: 40px;
  }
}

@media screen and (min-width: 902px) {
  .works-title {
    font-size: 70px;
  }
}

@media screen and (min-width: 1130px) {
  .works-title {
    font-size: 90px;
    text-align: left;
  }
}

.works-body {
  margin: 20px;
  text-align: center;
  font-size: 20px;
}

@media screen and (min-width: 902px) {
  .works-body {
    font-size: 25px;
  }
}

@media screen and (min-width: 1130px) {
  .works-body {
    max-width: 1300px;
    margin: 0 auto;
    padding: 20px;
    font-size: 35px;
    text-align: left;
  }
}

.works-mob img {
  width: 100%;
  margin-top: 20px;
}

@media screen and (min-width: 902px) {
  .works-mob img {
    display: none;
  }
}

.works-mob-text {
  margin: 20px;
  font-size: 20px;
  font-weight: 400;
}

@media screen and (min-width: 902px) {
  .works-mob-text {
    display: none;
  }
}

.works-block {
  font-size: 19px;
  margin: 20px;
  max-width: 1140px;
  border-top: 2px solid #000;
  padding: 20px;
}

@media screen and (min-width: 902px) {
  .works-block {
    font-size: 25px;
    padding: 70px;
    border-radius: 50px;
    border: 2px solid #000;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    margin-top: 40px;
  }
}

.works-block span {
  font-weight: bold;
}

.effect {
  overflow-x: hidden;
}

@media screen and (min-width: 1130px) {
  .effect-title {
    text-align: center;
  }
}

.effect-img {
  margin-top: 31px;
  width: 100%;
}

@media screen and (min-width: 902px) {
  .effect-img {
    width: 90%;
  }
}

.effect-text {
  margin: 20px;
  font-size: 21px;
  text-align: center;
}

@media screen and (min-width: 650px) {
  .effect-text {
    margin: 20px auto;
    font-size: 30px;
  }
}

@media screen and (min-width: 902px) {
  .effect-text {
    font-size: 35px;
    max-width: 1200px;
  }
}

.small-line {
  width: 100px;
  height: 3px;
  background: #0720B0;
  margin: 10px auto;
}

.effect-body {
  position: relative;
  height: 900px;
}

.effect-body div {
  width: 100%;
  color: white;
  text-align: center;
  font-size: 19px;
  background: #232323;
  margin-bottom: 40px;
  padding: 15px 0px;
  position: absolute;
  -webkit-transition: 2s ease-out;
  transition: 2s ease-out;
}

@media screen and (min-width: 650px) {
  .effect-body div {
    width: 63%;
    padding: 30px;
    max-width: 950px;
  }
}

@media screen and (min-width: 902px) {
  .effect-body div {
    font-size: 21px;
  }
}

.effect-body div:nth-child(odd) {
  left: -2000px;
}

@media screen and (min-width: 650px) {
  .effect-body div:nth-child(odd) {
    text-align: right;
  }
}

.effect-body div:nth-child(even) {
  margin-left: auto;
  right: -2000px;
}

@media screen and (min-width: 650px) {
  .effect-body div:nth-child(even) {
    text-align: left;
  }
}

.effect-body div:nth-child(1) {
  top: 0;
}

.effect-body div:nth-child(2) {
  top: 15%;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

@media screen and (min-width: 650px) {
  .effect-body div:nth-child(2) {
    top: 20%;
  }
}

.effect-body div:nth-child(3) {
  top: 30%;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

@media screen and (min-width: 650px) {
  .effect-body div:nth-child(3) {
    top: 40%;
  }
}

.effect-body div:nth-child(4) {
  top: 45%;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

@media screen and (min-width: 650px) {
  .effect-body div:nth-child(4) {
    top: 60%;
  }
}

.appearleft {
  left: 0 !important;
}

.appearright {
  right: 0 !important;
}

.papa-text {
  margin-top: -90px;
}

@media screen and (min-width: 1130px) {
  .papa-text {
    margin-top: -300px;
  }
}

.footer1 {
  font-size: 16px;
  padding: 70px 20px;
  text-align: center;
  color: #232323;
}

@media screen and (min-width: 650px) {
  .footer1 {
    font-size: 21px;
  }
}

@media screen and (min-width: 902px) {
  .footer1 {
    padding: 70px 140px;
    font-size: 26px;
  }
}

hr {
  border-top: 1px solid #000;
  margin-bottom: 20px;
}

.effect-img-mob {
  width: 100%;
}

@media screen and (min-width: 650px) {
  .effect-img-mob {
    display: none;
  }
}

.effect-img {
  display: none;
}

@media screen and (min-width: 650px) {
  .effect-img {
    display: block;
  }
}

#e1 p {
  position: relative;
}

@media screen and (min-width: 650px) {
  #e1 p {
    text-align: right;
    max-width: 350px;
    margin-left: auto;
    margin-right: 40px;
  }
}

@media screen and (min-width: 1130px) {
  #e1 p {
    margin-right: 50px;
  }
}

#e2 p {
  position: relative;
}

@media screen and (min-width: 650px) {
  #e2 p {
    text-align: left;
    max-width: 350px;
    margin-right: auto;
    margin-left: 40px;
  }
}

@media screen and (min-width: 1130px) {
  #e2 p {
    margin-left: 50px;
  }
}

#e3 p {
  position: relative;
}

@media screen and (min-width: 650px) {
  #e3 p {
    text-align: right;
    max-width: 350px;
    margin-left: auto;
    margin-right: 40px;
  }
}

@media screen and (min-width: 1130px) {
  #e3 p {
    margin-right: 50px;
  }
}

#e4 p {
  position: relative;
}

@media screen and (min-width: 650px) {
  #e4 p {
    text-align: left;
    max-width: 350px;
    margin-right: auto;
    margin-left: 40px;
  }
}

@media screen and (min-width: 1130px) {
  #e4 p {
    margin-left: 50px;
  }
}

#e1 p span {
  display: none;
  font-size: 110px;
  position: absolute;
  top: -46px;
  left: -163px;
  color: #0720B0;
}

@media screen and (min-width: 902px) {
  #e1 p span {
    display: block;
  }
}

#e3 p span {
  display: none;
  font-size: 110px;
  position: absolute;
  top: -46px;
  left: -163px;
  color: #415AEA;
}

@media screen and (min-width: 902px) {
  #e3 p span {
    display: block;
  }
}

#e2 p span {
  display: none;
  font-size: 110px;
  position: absolute;
  top: -46px;
  right: -118px;
  color: #2740D3;
}

@media screen and (min-width: 902px) {
  #e2 p span {
    display: block;
  }
}

#e4 p span {
  display: none;
  font-size: 110px;
  position: absolute;
  top: -46px;
  right: -118px;
  color: #2740D3;
}

@media screen and (min-width: 902px) {
  #e4 p span {
    display: block;
  }
}

.effect-par {
  font-size: 23px;
}

.use {
  max-width: 1300px;
  margin: 0 auto;
  margin-bottom: 100px;
}

.use-top {
  max-width: 1300px;
  margin: 0 auto;
}

.use-top h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
}

@media screen and (min-width: 650px) {
  .use-top h3 {
    font-size: 40px;
  }
}

@media screen and (min-width: 902px) {
  .use-top h3 {
    font-size: 60px;
  }
}

@media screen and (min-width: 1130px) {
  .use-top h3 {
    font-size: 90px;
  }
}

.use-top h4 {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  margin-top: 0;
}

@media screen and (min-width: 650px) {
  .use-top h4 {
    font-size: 30px;
  }
}

@media screen and (min-width: 902px) {
  .use-top h4 {
    font-size: 50px;
  }
}

@media screen and (min-width: 1130px) {
  .use-top h4 {
    font-size: 80px;
  }
}

.use-main {
  position: relative;
}

.use-img {
  width: 100%;
}

@media screen and (min-width: 1130px) {
  .use-img {
    max-width: 1000px;
    margin-left: auto;
    display: block;
    min-height: 470px;
  }
}

.use-info {
  max-width: 700px;
  margin: 0 auto;
}

@media screen and (min-width: 1130px) {
  .use-info {
    position: absolute;
    margin: 0;
    top: 24%;
    left: 0;
    margin-left: 50px;
    background: #EBEEFF;
    padding: 30px;
    max-width: 425px;
    padding-right: 10px;
  }
}

.use-info p {
  text-align: center;
  font-size: 20px;
}

@media screen and (min-width: 902px) {
  .use-info p {
    font-size: 20px;
  }
}

@media screen and (min-width: 1130px) {
  .use-info p {
    font-size: 30px;
    text-align: left;
    margin: 0;
  }
}

.orderlast {
  margin-top: -200px;
}

@media screen and (min-width: 650px) {
  .orderlast {
    margin-top: 0;
  }
}
/*# sourceMappingURL=main.css.map */