*, *:before, *:after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: -1;
}

a {
  text-decoration: none;
  margin: 0;
  padding: 0;
}

ul, li {
  display: block;
  margin: 0;
  padding: 0;
}

.container {
  width: 1140px;
  margin: 0 auto;
}

.top-bar {
  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-bottom: 5px;
}

.top-bar a {
  margin-right: 20px;
}

.top-bar a img {
  width: 98px;
}

.top-bar h1 {
  margin-right: 41px;
  text-align: center;
  width: 685px;
  font-size: 40px;
  font-weight: 200;
  line-height: 47px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.top-bar .wrap {
  margin-top: 28px;
}

.top-bar .wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.top-bar .wrap ul li {
  border-right: 1px solid #7F9799;
  width: 32px;
}

.top-bar .wrap ul li:last-child {
  border: none;
}

.top-bar .wrap ul li a {
  display: block;
  text-align: center;
  color: #7F9799;
  padding: 0 12px;
  font-size: 14px;
  line-height: 16px;
  margin: 0;
}

.top-bar .wrap ul li a:hover {
  color: #000000;
  font-weight: 500;
}

.top-bar .wrap ul li .active {
  color: #000000;
  font-weight: 500;
}

.top-bar .wrap .contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
}

.top-bar .wrap .contacts a {
  margin: 0;
  padding: 0 4px;
  margin-left: 10px;
  text-align: center;
  opacity: .6;
}

.top-bar .wrap .contacts a:hover {
  opacity: 1;
}

.top-bar .wrap .contacts a img {
  height: 14px;
  width: 14px;
}

.nav {
  margin-bottom: 34px;
}

.nav ul {
  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;
  background: #01A39D;
  border-radius: 25px;
  height: 34px;
  width: 100%;
}

.nav ul li {
  text-align: center;
  border-right: 2px solid #DFF2DF;
  width: calc(100%/6);
}

.nav ul li:last-child {
  border: none;
}

.nav ul li a {
  display: block;
  width: 100%;
  height: 25px;
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  text-transform: capitalize;
  text-align: center;
}

.nav ul li a:hover {
  color: #DFF2DF;
}

.nav ul li .active {
  color: #DFF2DF;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

.wrapper .about-block, .wrapper .product-text {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 652px;
  margin-right: 69px;
}

.wrapper .about-block h2, .wrapper .product-text h2 {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  margin-bottom: 31px;
  text-align: justify;
}

.wrapper .about-block p, .wrapper .product-text p {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
}

.wrapper .about-block .product-img, .wrapper .product-text .product-img {
  width: 100%;
}

.wrapper .product-text p {
  font-size: 18px;
  line-height: 21px;
  text-transform: none;
  margin-bottom: 25px;
}

.wrapper .product-text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 48px;
}

.wrapper .product-text ul li {
  margin: 0 15px;
}

.wrapper .product-text ul li a {
  text-align: center;
  display: block;
  width: 100px;
  color: #000;
  font-size: 16px;
  line-height: 19px;
  text-transform: lowercase;
  opacity: .5;
}

.wrapper .product-text ul li a img {
  height: 70px;
  margin: 0 auto;
  display: block;
}

.wrapper .product-text ul li a:hover {
  opacity: 1;
}

.wrapper .product-text ul li .active {
  opacity: 1;
  font-weight: 400;
  -webkit-transition: .05s;
  transition: .05s;
}

.wrapper .product-text table {
  border-collapse: collapse;
  text-align: left;
  font-size: 14px;
  line-height: 16px;
  margin: 0 auto;
  margin-bottom: 48px;
}

.wrapper .product-text table tr:nth-child(even) {
  background: #DFF2DF;
}

.wrapper .product-text table th {
  background: #01A39D;
  height: 27px;
  font-weight: 300;
  color: #FFF;
}

.wrapper .product-text table td {
  height: 41px;
  width: 200px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: lowercase;
}

.wrapper .product-text table td:first-child {
  font-weight: 500;
  width: 230px;
  padding-left: 50px;
  padding-right: 64px;
}

.wrapper .product-text h2 {
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
}

.wrapper .product-text .product-specs {
  display: none;
  -webkit-transition: 1s;
  transition: 1s;
}

.wrapper .product-text .visible {
  display: block;
  -webkit-transition: 1s;
  transition: 1s;
}

.wrapper .product-text .contact-items {
  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-bottom: 64px;
}

.wrapper .product-text .contact-items span {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
}

.wrapper .product-text .contact-items button {
  width: 105px;
  height: 28px;
  background: #01A39D;
  color: #FFF;
  border: none;
  border-radius: 50px;
  opacity: .7;
  cursor: pointer;
  margin: 0 70px;
}

.wrapper .product-text .contact-items button:hover {
  opacity: 1;
}

.wrapper .product-text .contact-items a {
  text-align: center;
  width: 74px;
  line-height: 10px;
}

.wrapper .product-text .contact-items a img {
  display: block;
  margin: 0 auto;
}

.wrapper .product-text .contact-items a span {
  color: #7F9799;
  text-transform: lowercase;
  font-size: 12px;
  line-height: 14px;
}

.wrapper .video-block, .wrapper .product-video {
  width: 225px;
}

.wrapper .video-block img, .wrapper .product-video img {
  margin-top: -5px;
  margin-bottom: 20px;
}

.wrapper .video-block iframe, .wrapper .product-video iframe {
  margin-bottom: 30px;
}

.wrapper .product-video iframe {
  margin-top: 24px;
  margin-bottom: 0;
}

.wrapper .product-video iframe:first-child {
  margin-top: 0;
}

.wrapper .product-video span {
  margin-left: 15px;
  line-height: 16px;
  font-size: 14px;
  font-weight: 400;
}

.export h2 {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  margin-left: 96px;
  margin-bottom: 23px;
}

.export img {
  margin: 0 auto;
  display: block;
}

.main-image {
  width: 100%;
  margin-bottom: 41px;
}

.main-image img {
  width: 100%;
  display: block;
}

.download {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.download table {
  width: 60%;
  border-collapse: collapse;
  margin: 15px 0;
}

.download table td {
  text-transform: capitalize;
  border-bottom: 1px solid #01A39D;
  line-height: 40px;
  width: 25%;
}

.download table td.name {
  width: 75%;
}

.download table td a {
  display: block;
  text-align: center;
  color: #01A39D;
  text-decoration: none;
}

.footer {
  background: #002F33;
}

.footer .footer-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 19px;
}

.footer .footer-block p {
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.12em;
  color: #FFF;
}

.footer .footer-block li {
  margin-bottom: 10px;
}

.footer .footer-block li a {
  padding-left: 12px;
  color: #FFF;
  font-size: 14px;
  line-height: 16px;
  text-transform: capitalize;
  background-image: url(/assets/img/list_circle.svg);
  background-repeat: no-repeat;
  background-position: 0 5px;
}

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

.footer .footer-block .contacts a {
  display: block;
  margin: 0 auto;
  width: 185px;
  color: #FFF;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 16px;
  text-align: center;
}

.footer .footer-block .contacts .whats-app {
  background-image: url(/assets/img/whats.png);
  background-repeat: no-repeat;
  background-size: 16px 16px;
}

.footer .footer-block .toggle-language ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .footer-block .toggle-language ul li {
  padding-right: 6px;
  padding-left: 6px;
  border-right: 1px solid #fff;
}

.footer .footer-block .toggle-language ul li a {
  text-transform: lowercase;
  background: none !important;
}

.footer .footer-block .toggle-language ul li a:hover {
  font-weight: 400;
}

.footer .footer-block .toggle-language ul li:last-child {
  border: none;
}

.footer .footer-block .toggle-language ul li .active {
  font-weight: 400;
  text-transform: lowercase;
  background: none !important;
}

.footer .copyright {
  margin: 0 auto;
  margin-top: 38px;
  padding-bottom: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #01A39D;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.3em;
}

.modal {
  width: 100%;
  height: 100%;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  background: rgba(196, 196, 196, 0.7);
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
}

.show-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

.main-form {
  width: 900px;
  position: absolute;
  background: #ECECEC;
}

.main-form .form-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
  margin-bottom: 47px;
  width: 900px;
  height: 81px;
  background: #202020;
}

.main-form .form-title span {
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  margin-left: 215px;
}

.main-form .form-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-form .form-content .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 17px;
}

.main-form .form-content .form-item label {
  margin-right: 28px;
}

.main-form .form-content .form-item input {
  width: 240px;
  height: 35px;
  border-radius: 25px;
  border: none;
  outline: none;
  padding: 0 15px;
  font-size: 16px;
}

.main-form .form-content .form-item:first-child {
  margin-left: -40px;
}

.main-form .form-content .form-item:first-child input {
  width: 580px;
}

.main-form .form-content .form-item:nth-child(2) {
  margin-left: -40px;
  margin-left: 29px;
}

.main-form .form-content .form-item:nth-child(3) {
  -ms-grid-column-align: end;
      justify-self: end;
  margin-left: 47px;
}

.main-form .form-content .form-item:nth-child(3) input {
  width: 214px;
}

.main-form .form-content .form-item:nth-child(4) {
  margin-left: -40px;
  margin-left: 14px;
}

.main-form .form-content .form-item:nth-child(4) input {
  width: 155px;
}

.main-form .form-content .form-item:nth-child(4) select {
  width: 214px;
  height: 35px;
  border-radius: 25px;
  border: none;
  outline: none;
  padding: 0 15px;
  cursor: pointer;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #ffffff;
  background-image: url(/assets/img/drop.png);
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 49%;
}

.main-form .form-content .form-item:nth-child(5) {
  margin-left: 45px;
}

.main-form .form-content .form-item:nth-child(5) input {
  width: 214px;
}

.main-form .form-content .form-item:nth-child(6) {
  width: 100%;
  margin-left: 55px;
}

.main-form .form-content .form-item:nth-child(7) select {
  width: 214px;
  height: 35px;
  border-radius: 25px;
  border: none;
  outline: none;
  padding: 0 15px;
  cursor: pointer;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #ffffff;
  background-image: url(/assets/img/drop.png);
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 49%;
}

.main-form .form-content .form-item:last-child {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 30px;
}

.main-form .form-content .form-item:last-child textarea {
  width: 581px;
  height: 82px;
  resize: none;
  border: none;
  border-radius: 20px;
  outline: none;
  padding: 10px 15px;
  font-size: 16px;
}

.submit-block {
  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-top: 17px;
}

.submit-block button {
  width: 128px;
  height: 35px;
  background: #01A39D;
  border-radius: 50px;
  border: none;
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  margin-right: 244px;
  opacity: .5;
  cursor: pointer;
}

.submit-block .active {
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s;
}

.modal {
  width: 100%;
  height: 100%;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  background: rgba(196, 196, 196, 0.7);
  -webkit-transition: 1s;
  transition: 1s;
}

.show-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 1s;
  transition: 1s;
}

.main-form {
  width: 900px;
  height: 547px;
  -webkit-filter: blur(0);
          filter: blur(0);
  overflow-y: scroll;
  top: 0;
  background: #ECECEC;
}

.main-form .form-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 5px;
  margin-bottom: 47px;
  width: 900px;
  height: 81px;
  background: #202020;
}

.main-form .form-title span {
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  margin: 0;
}

.main-form .form-title .close {
  padding: 0 5px 0 5px;
  font-size: 15px;
  color: #FFF;
  border: 1px solid #fff;
  border-radius: 10px;
}

.main-form .form-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-form .form-content .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 17px;
}

.main-form .form-content .form-item label {
  margin-right: 28px;
}

.main-form .form-content .form-item input {
  width: 240px;
  height: 35px;
  border-radius: 25px;
  border: none;
  outline: none;
  padding: 0 15px;
  font-size: 16px;
}

.main-form .form-content .form-item:first-child {
  margin-left: -40px;
}

.main-form .form-content .form-item:first-child input {
  width: 580px;
}

.main-form .form-content .form-item:nth-child(2) {
  margin-left: -40px;
  margin-left: 29px;
}

.main-form .form-content .form-item:nth-child(3) {
  -ms-grid-column-align: end;
      justify-self: end;
  margin-left: 47px;
}

.main-form .form-content .form-item:nth-child(3) input {
  width: 214px;
}

.main-form .form-content .form-item:nth-child(4) {
  margin-left: -40px;
  margin-left: 14px;
}

.main-form .form-content .form-item:nth-child(4) input {
  width: 155px;
}

.main-form .form-content .form-item:nth-child(5) {
  margin-left: 45px;
}

.main-form .form-content .form-item:nth-child(5) input {
  width: 214px;
}

.main-form .form-content .form-item:nth-child(6) {
  width: 100%;
  margin-left: 55px;
}

.main-form .form-content .form-item:nth-child(6) select {
  width: 214px;
  height: 35px;
  border-radius: 25px;
  border: none;
  outline: none;
  padding: 0 15px;
  cursor: pointer;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #FFF;
  background-image: url(/assets/img/drop.png);
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 49%;
}

.main-form .form-content .form-item:last-child {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 30px;
}

.main-form .form-content .form-item:last-child textarea {
  width: 581px;
  height: 82px;
  resize: none;
  border: none;
  border-radius: 20px;
  outline: none;
  padding: 10px 15px;
  font-size: 16px;
}

.submit-block {
  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-top: 17px;
  margin-bottom: 10px;
}

.submit-block button {
  width: 128px;
  height: 35px;
  background: #01A39D;
  border-radius: 50px;
  border: none;
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  margin-right: 244px;
  opacity: .5;
  cursor: pointer;
}

.submit-block .active {
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s;
}

.response-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;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(196, 196, 196, 0.7);
}

.response-wrap .response {
  width: 300px;
  height: 300px;
  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;
  border-radius: 10px;
  background: #01A39D;
}

.response-wrap .response span {
  text-align: center;
  font-size: 20px;
  line-height: 50px;
  font-weight: 500;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .container {
    width: 90%;
  }
  .slider .main-image .item-bg {
    display: block;
    width: 100%;
  }
  .export img {
    width: 90%;
  }
}

@media screen and (max-width: 992px) {
  .nav ul {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .nav ul li a {
    font-size: 16px;
  }
  .modal .main-form {
    height: 100%;
  }
}

@media screen and (max-width: 575px) {
  .container {
    width: 100%;
  }
  .download table {
    width: 80%;
  }
  .top-bar a img {
    width: 60px;
  }
  .top-bar h1 {
    font-size: 19px;
    line-height: 32px;
    margin-right: 0;
  }
  .top-bar .wrap {
    margin-top: 0;
  }
  .top-bar .wrap ul li a {
    font-size: 18px;
    line-height: 10px;
    padding: 0;
  }
  .top-bar .wrap .contacts a img {
    width: 20px;
    height: 20px;
  }
  .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 250px;
    width: 99%;
  }
  .nav ul li {
    border-right: none;
    border-bottom: 1px solid #DFF2DF;
    width: 340px;
  }
  .nav ul li a {
    height: 36px;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
  }
  .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wrapper .about-block, .wrapper .product-text {
    width: 95%;
    margin-right: 0;
  }
  .wrapper .about-block h2, .wrapper .product-text h2 {
    font-size: 25px;
  }
  .wrapper .about-block p, .wrapper .product-text p {
    font-size: 20px;
    line-height: 25px;
    text-align: justify;
  }
  .wrapper .about-block .contact-items, .wrapper .product-text .contact-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 25px;
  }
  .wrapper .about-block .contact-items span, .wrapper .about-block .contact-items .open-modal, .wrapper .product-text .contact-items span, .wrapper .product-text .contact-items .open-modal {
    margin-bottom: 10px;
  }
  .wrapper .video-block, .wrapper .product-video {
    width: 99%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wrapper .video-block img, .wrapper .product-video img {
    display: none;
  }
  .wrapper .video-block iframe, .wrapper .product-video iframe {
    height: 200px;
    width: 100%;
    margin-bottom: 1px;
  }
  .export {
    margin-top: 25px;
  }
  .export h2 {
    margin-left: 27px;
    font-size: 20px;
  }
  .export img {
    width: 100%;
  }
  .footer .footer-block {
    -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;
  }
  .footer .footer-block p {
    margin: 0 auto;
  }
  .footer .footer-block ul {
    margin: 25px auto 0 auto;
  }
  .footer .footer-block ul li {
    text-align: center;
  }
  .footer .footer-block ul li a {
    font-size: 20px;
    line-height: 23px;
    padding: 0;
    background-image: none;
  }
  .footer .footer-block .toggle-language {
    margin: 0 auto;
  }
  .modal .main-form {
    width: 100%;
    height: 100%;
  }
  .modal .main-form .form-title {
    width: 100%;
    margin: 0;
    height: 50px;
  }
  .modal .main-form .form-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .modal .main-form .form-content .form-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    margin-bottom: 5px;
  }
  .modal .main-form .form-content .form-item:last-child {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .modal .main-form .form-content .form-item label {
    margin-right: 0;
    font-size: 20px;
    margin-bottom: 2px;
  }
  .modal .main-form .form-content .form-item input {
    width: 85%;
    height: 40px;
    font-size: 20px;
    border-radius: 10px;
  }
  .modal .main-form .form-content .form-item select {
    width: 85%;
    height: 40px;
    border-radius: 10px;
  }
  .modal .main-form .form-content .form-item textarea {
    width: 85%;
    border-radius: 10px;
  }
  .modal .main-form .submit-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .modal .main-form .submit-block button {
    margin-right: 0;
    margin-top: 5px;
    width: 50%;
    height: 40px;
    font-size: 20px;
  }
}
/*# sourceMappingURL=style.css.map */