@media (max-width: 767px) {
  .hidden-xxs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-ssm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-mmd {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-llg {
    display: none !important;
  }
}



a,
button,
input[type=submit],
input[type=button] {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:focus,
button:focus,
input[type=submit]:focus,
input[type=button]:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

.btn {
  display: inline-block;
  border: 0;
  outline: none;
  border: 0;
  padding: 0;
}

.btn-default {
  margin: 0 !important;
  letter-spacing: normal;
  border-radius: 10px;
  outline: none;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFF;
  color: #19191E;
  text-align: center;
  font-family: "Helvetica";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 17px 28px;
}
@media (max-width: 768px) {
  .btn-default {
    font-size: 16px;
    padding: 10px 20px;
  }
}
.btn-default:hover {
  background: #8a1723;
  color: #fff;
  border: 0;
  outline: none;
}
.btn-default:active, .btn-default:focus {
  border: 0;
  outline: none;
}

.btn-block {
  width: 100%;
}

.text-center {
  text-align: center;
}

p {
  margin: 0;
}

.table-scroll {
  width: 100%;
  -webkit-overflow-scrolling: touch !important;
  min-height: 0.01%;
  overflow-x: auto;
  overflow-y: hidden;
}

.section {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .section {
    margin-bottom: 30px;
  }
}

@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica-Regular.woff2") format("woff2"), url("../fonts/Helvetica-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.bread-sub-title {
  color: #4A4A4F;
  font-family: "Helvetica";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin-top: 15px;
}
.bread-sub-title span {
  color: #000;
  font-weight: bold;
}
@media (max-width: 768px) {
  .bread-sub-title {
    font-size: 14px;
    margin-top: 10px;
  }
}

.about-company .about-left {
  margin-right: 20px;
}
@media (max-width: 991px) {
  .about-company .about-left {
    margin-right: 20px;
  }
}
@media (max-width: 576px) {
  .about-company .about-left {
    margin-left: 15px;
  }
}
.about-company .text {
  color: #19191E;
  font-family: "Helvetica";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
  letter-spacing: -0.64px;
  margin-bottom: 33px;
  text-align: left;
}
.about-company .text:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .about-company .text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 768px) {
  .about-company .text {
    margin-bottom: 20px;
  }
}
.about-company .text span {
  color: #C23;
  font-family: "Helvetica";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.64px;
}
.about-company .about-right {
  margin-left: 20px;
}
@media (max-width: 991px) {
  .about-company .about-right {
    margin-left: 0px;
  }
}
@media (max-width: 576px) {
  .about-company .about-right {
    margin-left: 15px;
  }
}
.about-company .about-right .text {
  text-align: right;
   /*margin-bottom: 69px;*/
}
.about-company .about-right .text:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .about-company .about-right .text {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .about-company .about-right .text {
    text-align: left;
    margin-bottom: 20px;
  }
}
.about-company .avarit-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 87px 48px;
  border-radius: 20px;
  border: 8px solid #C23;
  color: #000;
  font-family: "Roboto";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  /* 67.5% */
}
@media (max-width: 991px) {
  .about-company .avarit-item {
    padding: 60px 10px;
    border: 3px solid #C23;
    font-size: 24px;
    line-height: 25px;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .about-company .avarit-item {
    margin-bottom: 20px;
  }
}
.about-company .logo-avarit {
  position: absolute;
  top: 0;
  right: 10px;
}
@media (max-width: 991px) {
  .about-company .logo-avarit {
    top: 18px;
  }
}
@media (max-width: 991px) {
  .about-company .logo-avarit img {
    height: 23px;
  }
}
.about-company .arrow-lt {
  position: absolute;
  left: -12px;
  top: 45px;
  width: 12px;
  height: 12px;
}
@media (max-width: 768px) {
  .about-company .arrow-lt {
    display: none;
  }
}
.about-company .arrow-lb {
  position: absolute;
  left: -12px;
  bottom: 82px;
  width: 12px;
  height: 12px;
}
@media (max-width: 918px) {
  .about-company .arrow-lb {
    bottom: 100px;
  }
}
@media (max-width: 885px) {
  .about-company .arrow-lb {
    bottom: 144px;
  }
}
@media (max-width: 768px) {
  .about-company .arrow-lb {
    display: none;
  }
}
.about-company .arrow-rt {
  position: absolute;
  right: -12px;
  top: 45px;
  width: 12px;
  height: 12px;
}
@media (max-width: 768px) {
  .about-company .arrow-rt {
    display: none;
  }
}
.about-company .arrow-rb {
  position: absolute;
  right: -12px;
  bottom: 82px;
  width: 12px;
  height: 12px;
}
@media (max-width: 918px) {
  .about-company .arrow-rb {
    bottom: 100px;
  }
}
@media (max-width: 885px) {
  .about-company .arrow-rb {
    bottom: 144px;
  }
}
@media (max-width: 768px) {
  .about-company .arrow-rb {
    display: none;
  }
}

.partners-container {
  margin-bottom: -30px;
}

.partners-item {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .partners-item {
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .partners-item {
    margin-bottom: 5px;
  }
}

.sertificates {
  margin-bottom: -15px;
}

.sertificates .slick-list {
margin: 0 30px;
}

.sertificate-item {
  margin-bottom: 15px;
  padding: 0 10px;
}
.sertificate-item .img {
  border-radius: 10px;
  border: 4px solid #19191E;
  background: lightgray 50%/cover no-repeat;
  margin-bottom: 10px;
}
.sertificate-item .img img {
  width: 100%;
}
.sertificate-item .name {
  text-align: center;
}
.sertificate-item .name a {
  color: #19191E;
  text-align: center;
  font-family: "Helvetica";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.sertificate-item .name a:hover {
  color: #CC2233;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.mfp-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 30px;
  background-position: top right;
  cursor: pointer !important;
  background-repeat: no-repeat;
  font-size: 0;
  top: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.3181 0.12522L0.114258 18.3299L1.87687 20.0936L20.0807 1.88892L18.3181 0.12522Z' fill='white'/%3E%3Cpath d='M1.88 0.124023L0.117385 1.88772L18.3212 20.0924L20.0838 18.3287L1.88 0.124023Z' fill='white'/%3E%3C/svg%3E%0A");
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #FFF;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 0.7;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

.pop-bg {
  background: linear-gradient(271.58deg, rgba(255, 255, 255, 0) -38.43%, rgba(35, 189, 189, 0.8) -38.41%, rgba(23, 85, 160, 0.8) 16.97%, rgba(13, 36, 116, 0.8) 56.98%, rgba(13, 26, 68, 0.8) 100.82%);
  max-width: 742px;
  width: auto;
  border-radius: 10px;
  position: relative;
  margin: 0 auto;
  padding: 60px 90px;
  position: relative;
  overflow: hidden;
  min-height: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.pop-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../i/pop.svg) 0 -50px/cover no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.pop-bg .title {
  font-weight: 800;
  font-size: 42px;
  line-height: 51px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.pop-bg .sub_title {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  /* or 130% */
  color: #FFFFFF;
  margin-bottom: 45px;
}
.pop-bg .wpcf7 form .wpcf7-response-output {
  color: #fff;
}

.wpcf7 form .wpcf7-response-output {
  padding: 20px;
}

.wpcf7-not-valid-tip {
  margin-top: 5px;
}

.form_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form_bottom .text {
  font-weight: bold;
  font-size: 10px;
  line-height: 150%;
  /* or 15px */
  color: #BCC3C6;
  margin-top: -24px;
  margin-left: 25px;
}
.form_bottom .text a {
  color: #BCC3C6;
  text-decoration: underline;
}

.row.form_top {
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 50px;
}

.row.form_top [class^=col-],
.row.form_top [class*=" col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

@media (max-width: 991px) {
  .row.form_top [class*=" col-"],
.row.form_top [class^=col-] {
    margin-bottom: 15px;
  }

  .row.form_top {
    margin-bottom: 0;
  }

  .form_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form_bottom .button {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .form_bottom .ajax-loader {
    margin: 10px auto 0 auto;
  }
  .form_bottom .text {
    margin-top: 0;
    margin-left: 0;
  }

  .pop-bg {
    padding: 30px 15px;
  }
}
@media (max-width: 576px) {
  .pop-bg .title {
    font-size: 25px;
    line-height: 25px;
  }
}
@media (max-width: 768px) {
  .section-opt-price {
    background: #F8F8FA;
  }
}
.section-opt-price .opt-price {
  height: 280px;
}
@media (max-width: 768px) {
  .section-opt-price .opt-price {
    height: 125px;
  }
}
.section-opt-price .bg-img {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .section-opt-price .bg-img img {
    display: none;
  }
}
.section-opt-price .bg-red {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
@media (max-width: 991px) {
  .section-opt-price .bg-red {
    height: 100%;
    position: static;
  }
}
@media (max-width: 991px) {
  .section-opt-price .bg-red img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 768px) {
  .section-opt-price .bg-red img {
    display: none;
  }
}
.section-opt-price .button-red-price {
  position: absolute;
  top: 90px;
  right: 95px;
}
@media (max-width: 768px) {
  .section-opt-price .button-red-price .btn-default {
    font-size: 18px;
    padding: 17px 28px;
    background: #CC2233;
    color: #FFF;
  }
  .section-opt-price .button-red-price .btn-default:hover {
    background: #4A4A4F;
  }
}
@media (max-width: 991px) {
  .section-opt-price .button-red-price {
    position: absolute;
    top: 50%;
    left: 50%;
    right: initial;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.section-title {
  color: #19191E;
  font-family: "Roboto";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.supply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: -20px;
}

.supply .col-12 {
  margin-bottom: 20px;
}


@media (max-width: 991px) {
  .supply {
    gap: 20px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
            margin-bottom: 0;
  }


.supply .col-12 {
  margin-bottom:0px;
}
}
.supply .supply-box {
  border-radius: 10px;
  border: 1px solid #C23;
  background: #FFF;
  padding: 20px;
  height: 100%;
  display: flex;
    align-items: center;
}
@media (max-width: 991px) {
  .supply .supply-box {
    padding: 15px;
  }
}
.supply input[type=checkbox] {
  display: none;
}
.supply input[type=checkbox] + label {
  font-family: "Helvetica";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  position: relative;
  padding-left: 36px;
  margin: 0 !important;
  cursor: pointer;
}
@media (max-width: 991px) {
  .supply input[type=checkbox] + label {
    font-size: 14px;
    padding-left: 30px;
  }
}
.supply input[type=checkbox] + label:before {
  content: "";
  cursor: pointer;
  display: block;
  border: 1px solid #CC2233;
  color: #19191E;
  height: 28px;
  width: 28px;
  border-radius: 8px;
  position: absolute;
    top: 50%;
    transform: translateY(-50%);
  left: 0;
}
@media (max-width: 991px) {
  .supply input[type=checkbox] + label:before {
    left: -8px;
  }
}
.supply input[type=checkbox]:checked + label:before {
  background: url(../i/check.svg) 50% 50% no-repeat;
}

.solutions .solution-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.solutions .solution-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .solutions .solution-item {
    margin-bottom: 20px;
  }
}
@media (max-width: 700px) {
  .solutions .solution-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.solutions .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.solutions .sol-image {
  margin-right: 45px;
  max-width: 495px;
}
@media (max-width: 991px) {
  .solutions .sol-image {
    max-width: 430px;
  }
}
@media (max-width: 768px) {
  .solutions .sol-image {
    max-width: 400px;
  }
}
@media (max-width: 700px) {
  .solutions .sol-image {
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 700px) {
  .solutions .sol-image img {
    width: 100%;
  }
}
.solutions .title {
  color: #000;
  font-family: "Roboto";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .solutions .title {
    font-size: 19px;
    margin-bottom: 20px;
  }
}
.solutions .services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  max-width: 470px;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 17px;
}
@media (max-width: 991px) {
  .solutions .services {
    gap: 15px;
    margin-bottom: 25px;
  }
}
.solutions .services-name {
  color: #000;
  font-family: "Helvetica";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 30px;
}
@media (max-width: 991px) {
  .solutions .services-name {
    font-size: 16px;
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .solutions .services-name {
    font-size: 14px;
    margin-right: 13px;
  }
}
.solutions .services-name:last-child {
  margin-right: 0;
}
.solutions .services-name:after {
  content: "";
  display: block;
  border-bottom: 3px solid #C23;
  margin-top: 5px;
  width: calc(100% + 15px);
}
.solutions .btn-price {
  padding: 20px 38px;
  background: #C23;
  color: #FFF;
  text-align: center;
  font-family: "Helvetica";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  .solutions .btn-price {
    padding: 15px 30px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .solutions .btn-price {
    padding: 10px 30px;
    font-size: 16px;
    width: 100%;
  }
}
.solutions .btn-price:hover {
  background: #4A4A4F;
}

.opt-department .section-title {
  color: #000;
  font-family: Roboto;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .opt-department .section-title {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .opt-department .section-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.opt-department .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .opt-department .top {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .opt-department .top {
    display: block;
    margin-bottom: 15px;
  }
}
.opt-department .opd-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .opt-department .opd-content {
    margin-bottom: 15px;
  }
  .opt-department .opd-content:last-child {
    margin-bottom: 0;
  }
}
.opt-department .square-numb {
  border-radius: 10px;
  background: #C23;
  margin-right: 10px;
}
.opt-department .square-numb .numb {
  color: #FFF;
  font-family: "Helvetica";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 9.5px 10px;
  text-align: center;
}
.opt-department .description {
  color: #000;
  font-family: "Helvetica";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  .opt-department .description {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .opt-department .description {
    font-size: 15px;
  }
}

.request-prices-bg {
  background: url(../i/req-bg-2.png) 50% 50% no-repeat;
  height: 480px;
  padding-top: 30px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .request-prices-bg {
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: auto;
    height: auto;
    background-size: cover;
  }
}
.request-prices-bg .title-bg {
  border-radius: 0px 50px 50px 0px;
  background: #FFF;
  padding-top: 31px;
  padding-bottom: 31px;
  padding-left: 37px;
  width: 540px;
  max-width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .request-prices-bg .title-bg {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 450px;
  }
}
@media (max-width: 768px) {
  .request-prices-bg .title-bg {
    padding-left: 37px;
    width: 390px;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .request-prices-bg .title-bg {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 270px;
    margin-bottom: 20px;
    padding-left: 20px;
  }
}
.request-prices-bg .title {
  color: #000;
  font-family: "Roboto";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 991px) {
  .request-prices-bg .title {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .request-prices-bg .title {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .request-prices-bg .title {
    font-size: 18px;
  }
}

.request-prices-form {
  margin-left: 30px;
  padding-right: 40px;
}
.request-prices-form .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .request-prices-form .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.request-prices-form .bottom .check-agreement {
  margin-right: 50px;
}
@media (max-width: 991px) {
  .request-prices-form .bottom .check-agreement {
    margin-right: 0;
    margin-bottom: 28px;
  }
}
@media (max-width: 576px) {
  .request-prices-form .bottom .check-agreement {
    margin-bottom: 15px;
  }
}
.request-prices-form .form-group-fix {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .request-prices-form .form-group-fix {
    margin-bottom: 15px;
  }
}
.request-prices-form .form-control {
  margin: 0 !important;
  border-radius: 10px;
  border: 1px solid #C23;
  background: #FFF;
  height: 40px;
  display: block;
  color: #19191E;
  font-family: "Helvetica";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 9px 20px 9px 20px;
  width: 100%;
}
.request-prices-form .form-control:focus {
  border-color: #4A4A4F;
}
.request-prices-form .form-control.comment {
  height: 120px;
}
@media (max-width: 576px) {
  .request-prices-form .form-control.comment {
    height: 70px;
  }
}
.request-prices-form input[type=email]:focus,
.request-prices-form input[type=number]:focus,
.request-prices-form input[type=password]:focus,
.request-prices-form input[type=search]:focus,
.request-prices-form input[type=tel]:focus,
.request-prices-form input[type=text]:focus,
.request-prices-form input[type=url]:focus,
.request-prices-form textarea:focus {
  outline: none;
}
.request-prices-form input[type=checkbox] {
  display: none;
}
.request-prices-form input[type=checkbox] + label {
  margin: 0 !important;
  cursor: pointer;
  position: relative;
  display: block;
  color: #FFF;
  font-family: "Helvetica";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 38px;
}
@media (max-width: 768px) {
  .request-prices-form input[type=checkbox] + label {
    font-size: 13px;
  }
}
.request-prices-form input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  background: url(../i/circle-check.svg);
  margin-right: 10px;
  height: 28px;
  width: 28px;
  left: 0;
  top: 0;
}
.request-prices-form input[type=checkbox]:checked + label:before {
  left: 0;
  top: 0;
  position: absolute;
  color: #FFF;
  background: url(../i/check-ag.svg) 50% 50% no-repeat;
}

.section-map .section-title {
  color: #000;
  font-family: "Roboto";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .section-map .section-title {
    margin-bottom: 30px;
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .section-map .section-title {
    font-size: 18px;
    line-height: 20px;
  }
}

@media (max-width: 768px) {
  .map {
    margin-bottom: 20px;
  }
  .map img {
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  .check img {
    width: 20px;
  }
}

.edge-item .edge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.edge-item .edge:last-child {
  margin-bottom: 0;
}
.edge-item .edge-text {
  color: #19191E;
  font-family: "Helvetica";
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 250%;
  /* 45px */
  margin-left: 15px;
}
@media (max-width: 991px) {
  .edge-item .edge-text {
    margin-left: 5px;
    font-size: 15px;
    line-height: 20px;
  }
}

.clients-bg {
  background: #F8F8FA;
  padding-top: 27px;
  padding-bottom: 44px;
}
.clients-bg .clients-item {
  margin-bottom: 30px;
}
.clients-bg .section-title {
  color: #000;
  font-family: "Roboto";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .clients-bg .section-title {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .clients-bg .section-title {
    font-size: 18px;
    line-height: 20px;
  }
}
.clients-bg .description {
  color: #000;
  font-family: "Roboto";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 166.688%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .clients-bg .description {
    margin-bottom: 30px;
    font-size: 16px;
  }
}
.clients-bg .our-clients {
  margin-bottom: -30px;
}

.section-presentations .section-title {
  color: #000;
  font-family: "Roboto";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .section-presentations .section-title {
    margin-bottom: 20px;
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .section-presentations .section-title {
    font-size: 18px;
    line-height: 20px;
  }
}

.presentation-item {
  margin-bottom: -20px;
}

.presentation-item {
  margin-bottom: 20px;
}
.presentation-item .doc-presnt {
  position: relative;
}
.presentation-item .doc-presnt img {
  width: 100%;
}
.presentation-item .content {
	cursor: pointer;
	position: relative;
}
.pres-coneiner{
	position: relative;
}
.presentation-item .content:hover {
  opacity: 0.8;
}
.presentation-item .pres-name {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
@media (max-width: 991px) {
  .presentation-item .pres-name {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .presentation-item .pres-name {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.presentation-item .pres-name .text {
  color: #FFF;
  font-family: "Roboto";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 991px) {
  .presentation-item .pres-name .text {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .presentation-item .pres-name .text {
    font-size: 15px;
  }
}

/* Slider */
.slick-slider {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.slick-slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

@media (max-width: 1400px) {
  .sertificates .slick-list {
    margin: 0 30px;
  }
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left !important;
  height: 100% !important;
  min-height: 1px !important;

}

.slick-slide:focus {
  outline: none;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

.sertificates .slick-prev,
.slick-next {
  width: 16px;
  height: 16px;
  margin-top: -30px;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 3;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5508 14.0643C4.5508 13.747 4.6966 13.4541 4.9261 13.2678L8.90185 9.29879C8.99588 9.2047 9.10752 9.13007 9.23041 9.07914C9.35329 9.02822 9.48501 9.00201 9.61802 9.00201C9.75104 9.00201 9.88276 9.02822 10.0056 9.07914C10.1285 9.13007 10.2402 9.2047 10.3342 9.29879C10.428 9.39256 10.5024 9.5039 10.5532 9.62643C10.6039 9.74897 10.6301 9.88031 10.6301 10.0129C10.6301 10.1456 10.6039 10.2769 10.5532 10.3995C10.5024 10.522 10.428 10.6333 10.3342 10.7271L8.0149 13.0518L22.4383 13.0518C22.7068 13.0518 22.9644 13.1585 23.1542 13.3484C23.3441 13.5382 23.4508 13.7958 23.4508 14.0643C23.4508 14.3328 23.3441 14.5904 23.1542 14.7802C22.9644 14.9701 22.7068 15.0768 22.4383 15.0768L8.0014 15.0768L10.3409 17.4015C10.435 17.4953 10.5095 17.6067 10.5604 17.7294C10.6113 17.852 10.6375 17.9835 10.6375 18.1163C10.6375 18.2491 10.6113 18.3806 10.5604 18.5033C10.5095 18.6259 10.435 18.7373 10.3409 18.8311C10.2469 18.9252 10.1353 18.9999 10.0124 19.0508C9.88951 19.1017 9.75779 19.1279 9.62477 19.1279C9.49176 19.1279 9.36004 19.1017 9.23716 19.0508C9.11427 18.9999 9.00263 18.9252 8.9086 18.8311L4.8478 14.7757C4.75308 14.6832 4.67797 14.5725 4.62695 14.4502C4.57592 14.328 4.55003 14.1967 4.5508 14.0643Z' fill='%23434343'/%3E%3C/svg%3E%0A");
}

.sertificates .slick-next:before {
  background-image: url(../i/arrow.svg);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev {
  left: 0;
}
.slick-prev:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.slick-prev:hover:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.slick-next {
  right: 0;
}

.sertificates .slick-prev:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.sertificates .slick-prev:before,
.slick-next:before {
  background-image: url(../i/arrow.svg);
}

.sertificates .slick-next:before {
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
}


.slick-prev:before,
.slick-next:before {
  content: "";
  display: block;
  position: absolute;
  top: -11px;
  left: 3px;
  width: 30px;
  height: 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.4492 13.3888C23.4492 13.7061 23.3034 13.999 23.0739 14.1853L19.0982 18.1543C19.0041 18.2484 18.8925 18.3231 18.7696 18.374C18.6467 18.4249 18.515 18.4511 18.382 18.4511C18.249 18.4511 18.1172 18.4249 17.9944 18.374C17.8715 18.3231 17.7598 18.2484 17.6658 18.1543C17.572 18.0606 17.4976 17.9492 17.4468 17.8267C17.3961 17.7042 17.3699 17.5728 17.3699 17.4402C17.3699 17.3075 17.3961 17.1762 17.4468 17.0537C17.4976 16.9311 17.572 16.8198 17.6658 16.726L19.9851 14.4013L5.5617 14.4013C5.29317 14.4013 5.03563 14.2947 4.84575 14.1048C4.65587 13.9149 4.5492 13.6574 4.5492 13.3888C4.5492 13.1203 4.65587 12.8628 4.84575 12.6729C5.03563 12.483 5.29317 12.3763 5.5617 12.3763L19.9986 12.3763L17.6591 10.0516C17.565 9.95783 17.4905 9.84641 17.4396 9.72375C17.3887 9.60109 17.3625 9.4696 17.3625 9.3368C17.3625 9.20401 17.3887 9.07252 17.4396 8.94986C17.4905 8.8272 17.565 8.71578 17.6591 8.62198C17.7531 8.52789 17.8647 8.45325 17.9876 8.40233C18.1105 8.35141 18.2422 8.3252 18.3752 8.3252C18.5082 8.3252 18.64 8.35141 18.7628 8.40233C18.8857 8.45325 18.9974 8.52789 19.0914 8.62198L23.1522 12.6774C23.2469 12.77 23.322 12.8807 23.3731 13.0029C23.4241 13.1251 23.45 13.2564 23.4492 13.3888Z' fill='%23FF3333'/%3E%3C/svg%3E%0A");
}

.sertificates .slick-prev:before {
  top: 0;
  left:0;
  width: 32px;
  height: 32px;
}


.slick-prev:before {
  left: -12px;
  top: -12px;
}

/* Dots */
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slick-dots li {
  margin: 0 0.25rem;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.slick-dots li:after {
  display: none;
}
.slick-dots li button {
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #4A4A4F;
  font-size: 0;
}
.slick-dots li.slick-active button {
  background-color: #CC2233;
}


.partners-img img {
  display: block;
  margin: 0 auto;
}



.row_presentations{
	justify-content: center;
}
