@import url("./../fonts/stylesheet.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

.wrap {
  width: 1150px;
  max-width: 100%;
  margin: 0 auto;
}

body {
  font-family: "Open Sans";
}

body,
html {
  overflow-x: hidden;
}

@media (max-width: 1245px) {
  .wrap {
    padding: 0 20px;
  }
}
i.ico {
  line-height: 0;
}

svg {
  max-width: 100%;
  max-height: 100%;
  line-height: 0;
}

input[type=submit],
.btn {
  border-radius: 45px;
  height: 45px;
  padding: 0 20px;
  background: #004197;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.16s ease-in-out;
  position: relative;
}
@media (max-width: 425px) {
  input[type=submit],
  .btn {
    padding: 0 20px;
    font-size: 13px;
  }
}
input[type=submit]:hover,
.btn:hover {
  transform: scale(1.08);
}
input[type=submit] i,
.btn i {
  display: inline-block;
  height: 21px;
  width: 21px;
  margin-right: 8px;
}
input[type=submit] span,
.btn span {
  cursor: pointer;
}
input[type=submit].btn-whats,
.btn.btn-whats {
  display: flex;
  justify-content: center;
  align-items: center;
}
input[type=submit].btn-whats i,
.btn.btn-whats i {
  width: 17px;
  height: 17px;
  display: inline-block;
  margin-right: 10px;
}
input[type=submit].btn-whats i svg path,
.btn.btn-whats i svg path {
  fill: #fff;
}

.form input[type=text] {
  height: 35px;
  border-radius: 35px;
  max-width: 100%;
  background: #FFFFFF;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.01em;
  color: #8A8A8A;
  margin-bottom: 10px;
  padding: 0 20px;
  border: 0;
}
.form textarea {
  border-radius: 35px;
  max-width: 100%;
  background: #FFFFFF;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.01em;
  color: #8A8A8A;
  margin-bottom: 10px;
  padding: 0 20px;
  border: 0;
}
.form input[type=submit] {
  height: 35px;
  border-radius: 35px;
  max-width: 100%;
  -webkit-appearance: none;
  border: 0;
  width: 100%;
}

.header-section {
  width: 100%;
  height: 415px;
  background-size: cover;
  margin-top: 84px;
}
@media (max-width: 760px) {
  .header-section {
    height: 200px;
    margin-top: 65px;
  }
}

.header-main {
  width: 100%;
  z-index: 9;
}
.header-main .menu li {
  display: inline-block;
}
.header-main .menu_sup {
  height: 45px;
  width: 100%;
  background: #004197;
}
@media (max-width: 1200px) {
  .header-main .menu_sup {
    display: none;
  }
}
.header-main .menu_sup .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header-main .menu_sup .call_infos {
  display: inline-block;
}
.header-main .menu_sup .call_infos a, .header-main .menu_sup .call_infos .whatslink {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  margin-right: 30px;
  line-height: 18px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
}
.header-main .menu_sup .call_infos a i, .header-main .menu_sup .call_infos .whatslink i {
  display: inline-block;
  height: 21px;
  margin-right: 8px;
}
.header-main .menu_sup .menu-pages {
  display: inline-flex;
  gap: 60px;
}
.header-main .menu_sup .menu-pages a {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  margin-left: 30px;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.header-main .menu_sup .menu-pages a:hover {
  filter: brightness(0.75);
}
.header-main .menu_sup .menu-pages .whatslink {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.header-main .menu_mid {
  height: 120px;
  width: 100%;
}
.header-main .menu_mid .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media (max-width: 425px) {
  .header-main .menu_mid {
    height: auto;
  }
  .header-main .menu_mid .wrap {
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
  }
  .header-main .menu_mid .btn {
    margin-left: 10px;
  }
}
.header-main .menu_inf {
  width: 100%;
  background-color: #004197;
  height: 70px;
}
.header-main .menu_inf .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header-main .menu_inf .menu-products {
  width: calc(100% - 125px);
}
.header-main .menu_inf .menu-products ul {
  display: flex;
  justify-content: space-between;
}
.header-main .menu_inf .burg-menu {
  vertical-align: middle;
  padding-right: 20px;
  position: relative;
  cursor: pointer;
}
.header-main .menu_inf .burg-menu::after {
  content: "";
  width: 1px;
  height: 23px;
  background: #fff;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header-main .menu_inf .burg-menu i {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.25);
  position: relative;
  vertical-align: middle;
  transition: all 0.16s ease-out;
}
.header-main .menu_inf .burg-menu i svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header-main .menu_inf .burg-menu i svg path {
  fill: #fff !important;
}
.header-main .menu_inf .burg-menu span {
  vertical-align: middle;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  margin-left: 10px;
  position: relative;
}
.header-main .menu_inf .burg-menu:hover i {
  position: relative;
  transform: scale(1.25);
}
@media (max-width: 425px) {
  .header-main .menu_inf .burg-menu {
    padding-right: 0;
  }
  .header-main .menu_inf .burg-menu::after {
    display: none;
  }
  .header-main .menu_inf .burg-menu span {
    display: none;
  }
}
.header-main .menu_inf a {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  display: inline-block;
  color: #fff;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  padding: 5px 10px;
  overflow: hidden;
  position: relative;
  transition: all 0.25s ease 0.12s;
}
.header-main .menu_inf a span {
  position: relative;
  z-index: 2;
}
.header-main .menu_inf a:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #fff;
  position: absolute;
  display: block;
  z-index: 1;
  left: -101%;
  transition: all 0.22s ease-out 0.12s;
}
.header-main .menu_inf a:hover {
  color: #004197;
}
.header-main .menu_inf a:hover:after {
  left: 0;
}
.search_bar {
  position: relative;
  max-width: calc(100% - 130px);
}
.search_bar .search-input {
  background: #F5F5F8 url(../images/ico-search.png) no-repeat;
  border: 1px solid #EFEFEF;
  box-sizing: border-box;
  border-radius: 45px;
  height: 45px;
  text-indent: 45px;
  display: inline-block;
  -webkit-appearance: none;
  width: 660px;
  max-width: 100%;
  background-position: 20px 50%;
}
.search_bar .search-submit {
  height: 35px;
  width: 110px;
  text-align: center;
  line-height: 35px;
  background-color: #808080;
  border-radius: 35px;
  color: #fff;
  font-weight: bold;
  border: 0;
  display: block;
  -webkit-appearance: none;
  font-size: 14px;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.search_bar .search-submit:hover {
  background-color: #004197;
}
@media (max-width: 425px) {
  .search_bar {
    max-width: calc(100% - 50px);
  }
  .search_bar .search-submit {
    width: 70px;
  }
}

.site-footer {
  background-color: #004197;
  padding: 64px 0;
  position: relative;
  overflow: hidden;
  z-index: 3;
  position: relative;
}
.site-footer .col {
  width: 50%;
}
.site-footer .col.col-right {
  text-align: right;
}
.site-footer .about-footer {
  max-width: 418px;
  font-size: 13px;
  color: rgb(255, 255, 255);
  line-height: 1.538;
  padding-top: 55px;
}
.site-footer .block {
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 27px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #FFFFFF;
}
.site-footer .contact-footer {
  padding: 25px 0;
}
.site-footer .contact-footer .link {
  display: block;
  padding: 10px 0;
}
.site-footer .contact-footer .link span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
.site-footer .contact-footer .link i.ico {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  margin-left: 15px;
}
.site-footer .contact-footer .link i.ico svg path {
  fill: #004197 !important;
}
.site-footer .rights {
  font-size: 13px;
  color: #fff;
}
.site-footer .rights p {
  vertical-align: middle;
  display: inline-block;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-right: 14px;
  color: #FFFFFF;
}
.site-footer .rights a {
  vertical-align: middle;
  display: inline-block;
}
.site-footer .rights a span {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}
.site-footer .rights a svg {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 850px) {
  .site-footer .wrap {
    flex-direction: column;
    text-align: center;
  }
  .site-footer .about-footer {
    margin: 0 auto 30px;
  }
  .site-footer .col {
    width: 100%;
  }
  .site-footer .col.col-right {
    text-align: center;
  }
}

.has-text-align-justify {
  text-align: justify;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 50;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}
.mask.active {
  visibility: visible;
  opacity: 1;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  max-width: 98%;
  min-height: 300px;
  background: #fff;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  border-radius: 4px;
  transition: 0.3s ease-out;
  transform: translate(-50%, -35%);
}
.modal .form {
  padding: 20px 20px 70px 20px;
}
.modal .form textarea,
.modal .form input[type=text] {
  background: #eee;
  width: 100%;
  height: 35px;
}
.modal .form textarea {
  border-radius: 15px;
  padding: 15px 20px;
  height: 120px;
}
.modal .form input[type=submit] {
  background: #004197 url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcgMC41TDUuODU0MzcgMS42NDU2MkwxMC4zODgxIDYuMTg3NUgwLjVWNy44MTI1SDEwLjM4ODFMNS44NTQzNyAxMi4zNTQ0TDcgMTMuNUwxMy41IDdMNyAwLjVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4") 90% center no-repeat;
  position: relative;
  transition: background-position 0.2s ease;
  text-align: left;
}
.modal .form input[type=submit]:hover {
  background-position: 93% center;
  cursor: pointer;
}
.modal h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #231F20;
}
.modal .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: url(../images/close-btn.png);
  color: #fff;
  cursor: pointer;
  border: 0;
  font-size: 0;
}
.modal.modal-duvidas {
  width: 1150px;
  max-width: 95%;
  padding: 60px 90px 50px 90px;
}
.modal.modal-duvidas p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.01em;
  color: #737171;
}
.modal.modal-duvidas .form input[type=submit] {
  background: #004197 url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcgMC41TDUuODU0MzcgMS42NDU2MkwxMC4zODgxIDYuMTg3NUgwLjVWNy44MTI1SDEwLjM4ODFMNS44NTQzNyAxMi4zNTQ0TDcgMTMuNUwxMy41IDdMNyAwLjVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4") 90% center no-repeat;
  position: relative;
  transition: background-position 0.2s ease;
  display: block;
  float: right;
  width: 170px;
  height: 45px;
  line-height: 45px;
  text-align: left;
}
.modal.modal-duvidas .form input[type=submit]:hover {
  background-position: 93% center;
  cursor: pointer;
}
.modal.modal-duvidas .form .wpcf7,
.modal.modal-duvidas .form form {
  width: 100%;
}
.modal.modal-duvidas .form .item {
  width: 100%;
  margin-bottom: 15px;
}
.modal.modal-duvidas .form .item.w50 {
  width: 48%;
  display: inline-block;
  margin-left: 3.4%;
}
.modal.modal-duvidas .form .item.w50:nth-child(2n) {
  margin-left: 0px;
}
@media (max-width: 768px) {
  .modal.modal-duvidas .form .item {
    width: 100%;
    margin-bottom: 15px;
  }
  .modal.modal-duvidas .form .item.w50 {
    width: 100%;
    display: inline-block;
    margin-left: 0;
  }
  .modal.modal-duvidas .form .item.w50:nth-child(2n) {
    margin-left: 0px;
  }
}
@media (max-width: 425px) {
  .modal.modal-duvidas {
    padding: 0px;
  }
  .modal.modal-duvidas h3 {
    font-size: 19px;
  }
  .modal.modal-duvidas p {
    font-size: 12px;
    line-height: 15px;
    margin-top: 8;
  }
  .modal.modal-duvidas .form {
    padding: 15px 15px 50px 15px;
  }
  .modal.modal-duvidas .form .item {
    margin-bottom: 2px;
  }
}
.modal.active {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -50%);
}

.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #004197;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease;
  z-index: -1;
}
.menu-mobile.active {
  z-index: 999;
  pointer-events: unset;
  opacity: 1;
  transform: scale(1);
}
.menu-mobile .btn {
  padding: 0px 15px !important;
}
.menu-mobile .btn i {
  position: relative;
  top: 3px;
}
.menu-mobile .btn span {
  color: #fff;
}
.menu-mobile .phone {
  display: flex;
  align-items: center;
  margin-left: 0px;
  margin-top: 15px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.menu-mobile .phone span {
  color: #ffffff;
  vertical-align: middle;
}
.menu-mobile .phone .ico {
  width: 19px;
  height: 17px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.menu-mobile .phone .ico svg path {
  fill: #004197 !important;
}
.menu-mobile .nav-mobile .nav {
  display: block;
  flex-wrap: unset;
  width: 90vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.menu-mobile .nav-mobile li {
  display: block;
  font-weight: 600;
  text-align: center;
  height: 10%;
  position: relative;
  padding: 2vh 0;
}
.menu-mobile .nav-mobile a {
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}
.menu-mobile .social {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  border: #004197 2px solid;
  padding: 7px 10px;
}
.menu-mobile .social a {
  display: inline-block;
  vertical-align: top;
}
.menu-mobile .social a svg path {
  fill: #004197;
  transition: all 0.2s ease;
}
.menu-mobile .social a:hover svg path {
  fill: #004197;
}
.menu-mobile .social .phone-contact {
  vertical-align: bottom;
  padding-right: 10px;
  color: #004197;
}
.menu-mobile .social .phone-contact span {
  display: block;
  text-align: left;
  font-weight: 300;
  text-transform: none;
  line-height: 15px;
  font-size: 13px;
  letter-spacing: 0.04em;
}
.menu-mobile .social .phone-contact:hover {
  color: #004197;
  text-decoration: none;
}
.menu-mobile .contacts-headers-mobile {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 80vw;
}
.menu-mobile .contacts-headers-mobile a {
  display: block;
  font-weight: 600;
  text-align: center;
  position: relative;
  color: #2e363e;
  padding: 6px;
}
.menu-mobile .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.menu-mobile .close svg path {
  fill: #fff;
}

@media (max-width: 1200px) {
  .contacts,
  .menu {
    display: none !important;
  }
  .burg-menu,
  .header-main .burg-menu {
    opacity: 1;
    pointer-events: unset;
    display: block;
    z-index: 100;
  }
}
.burg-menu svg path,
.header-main .burg-menu svg path {
  fill: #004197;
}

.slider-home .slick-prev,
.slider-home .slick-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url(../images/ico-arrow.png) center no-repeat;
  background-color: rgba(0, 0, 0, 0.55);
}
.slider-home .slick-prev {
  right: 20px;
  left: unset;
  z-index: 9;
  transform: translate(0, -75px) rotate(180deg);
}
.slider-home .slick-prev::before {
  font-size: 0;
}
.slider-home .slick-next {
  right: 20px;
  z-index: 9;
  transform: translate(0, -15px);
}
.slider-home .slick-next::before {
  font-size: 0;
}
.slider-home .item {
  width: 100%;
  height: 450px;
  background-size: cover;
  background-position: 50% 50%;
}
.slider-home .wrap {
  position: relative;
  height: 100%;
}
.slider-home .info {
  position: absolute;
  bottom: 45px;
  left: 0;
}
.slider-home .info .title-first {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #004197;
  filter: brightness(3);
  display: block;
}
.slider-home .info .title-second {
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 42px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
  display: block;
  padding-bottom: 12px;
}
.slider-home .info .btn {
  display: inline-flex;
  align-items: center;
}
.slider-home .info .btn i {
  display: inline-block;
  height: 21px;
  width: 21px;
}
@media (max-width: 425px) {
  .slider-home .item {
    height: 320px;
  }
  .slider-home .info {
    position: absolute;
    bottom: 45px;
    left: 20px;
  }
  .slider-home .info .title-second {
    font-size: 22px;
    padding-right: 48px;
    line-height: 28px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
    display: block;
    padding-bottom: 12px;
  }
  .slider-home .info .btn {
    display: inline-flex;
    align-items: center;
  }
  .slider-home .info .btn i {
    display: inline-block;
    height: 21px;
    width: 21px;
  }
}

h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #231F20;
  margin-bottom: 15px;
}
@media (max-width: 425px) {
  h1 {
    font-size: 24px;
  }
}

p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.01em;
  color: #737171;
  margin-bottom: 12px;
  margin-top: 14px;
}

h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 8px;
  color: #004197;
}

#breadcrumbs {
  margin-bottom: 15px;
  margin-top: 0;
}
#breadcrumbs span,
#breadcrumbs a {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  display: inline-block;
  letter-spacing: -0.01em;
  color: #8A8A8A;
}
#breadcrumbs a {
  margin-right: 12px;
}
#breadcrumbs a:hover {
  color: #004197;
}
#breadcrumbs .breadcrumb_last {
  margin-left: 12px;
  display: inline-block;
  color: #8A8A8A;
}
@media (max-width: 425px) {
  #breadcrumbs a {
    margin-right: 2px;
  }
  #breadcrumbs .breadcrumb_last {
    margin-left: 0;
  }
}

.main-about .col {
  width: calc(100% - 330px);
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}
.main-about .form_float {
  width: 265px;
  margin-right: 30px;
  display: inline-block;
  vertical-align: top;
}
.main-about .clients .title {
  font-style: normal;
  font-weight: 800 !important;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 8px;
  color: #004197;
}
.main-about .clients .title strong {
  font-weight: 800;
}
.main-about .clients .list .item {
  width: 24%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .main-about .col {
    width: 100%;
  }
  .main-about .clients .list .item {
    width: 32%;
    text-align: center;
  }
}
@media (max-width: 550px) {
  .main-about .col {
    width: 100%;
  }
  .main-about .clients .list .item {
    width: 49%;
    text-align: center;
  }
}
@media (max-width: 425px) {
  .main-about .col {
    width: 100%;
  }
  .main-about .clients .list .item {
    width: 100%;
    text-align: center;
  }
}

.wrap {
  vertical-align: top;
}

.main-about,
.main-product,
.main-home {
  margin-top: 50px;
}
.main-about .wrap,
.main-product .wrap,
.main-home .wrap {
  vertical-align: top;
}
.main-about .form_float,
.main-product .form_float,
.main-home .form_float {
  width: 265px;
  margin-right: 30px;
  display: inline-block;
  vertical-align: top;
  margin-top: -113px;
}
.main-about .form_float h3,
.main-product .form_float h3,
.main-home .form_float h3 {
  margin-bottom: 15px;
}
.main-about .form_float input[type=submit],
.main-product .form_float input[type=submit],
.main-home .form_float input[type=submit] {
  background: rgba(255, 255, 255, 0.4) url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcgMC41TDUuODU0MzcgMS42NDU2MkwxMC4zODgxIDYuMTg3NUgwLjVWNy44MTI1SDEwLjM4ODFMNS44NTQzNyAxMi4zNTQ0TDcgMTMuNUwxMy41IDdMNyAwLjVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4") 90% center no-repeat;
  position: relative;
  transition: background-position 0.2s ease;
}
.main-about .form_float input[type=submit]:hover,
.main-product .form_float input[type=submit]:hover,
.main-home .form_float input[type=submit]:hover {
  background-position: 93% center;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .main-about .form_float,
  .main-product .form_float,
  .main-home .form_float {
    margin: 15px auto;
    display: block;
  }
}

.main-about .form_float {
  margin-top: 0;
}

.title {
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #231F20;
}
.title strong {
  font-weight: bold;
  color: #004197;
}

.header-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.header-block .see-more {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.01em;
  color: #231F20;
  min-width: 40px;
}
.header-block .see-more span {
  color: #004197;
}

.list-products {
  display: flex;
  flex-wrap: wrap;
}
.list-products .item {
  margin-right: 4%;
  padding: 10px;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  margin-bottom: 4%;
  width: 30.6%;
}
.list-products .item img {
  max-width: 100%;
}
.list-products .item:nth-child(3n) {
  margin-right: 0;
}
.list-products .item h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #231F20;
  width: 100%;
  padding: 9px 0;
  width: 100%;
  border-bottom: 1px solid #E5E5E5;
  text-align: center;
}
.list-products .item .action span {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.01em;
  color: #8A8A8A;
  text-align: center;
  margin-top: 18px;
}
.list-products .item .action .btn {
  height: 35px;
  line-height: 35px;
  width: 100%;
  margin: 15px 0;
  position: relative;
  text-transform: uppercase;
}
.list-products .item .action .btn::after {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcgMC41TDUuODU0MzcgMS42NDU2MkwxMC4zODgxIDYuMTg3NUgwLjVWNy44MTI1SDEwLjM4ODFMNS44NTQzNyAxMi4zNTQ0TDcgMTMuNUwxMy41IDdMNyAwLjVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4");
  display: inline-block;
  width: 14px;
  height: 35px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.products {
  width: calc(100% - 330px);
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}
@media (max-width: 1024px) {
  .products {
    width: 100%;
  }
}
@media (max-width: 425px) {
  .products .list-products .item {
    width: 100%;
  }
  .products .list-products .item img {
    width: 100%;
  }
}

.form_float {
  z-index: 9;
  position: relative;
}
.form_float .box {
  height: 300px;
  background: #004197;
  border-radius: 4px;
  padding: 22px;
}
.form_float h3 {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.form_float h3 strong {
  font-weight: 800;
}
.form_float .btn-whats {
  background-color: #1AD13F;
  height: 45px;
  border-radius: 4px;
  margin-top: 15px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.calltoaction {
  width: 100%;
  height: 350px;
  text-align: center;
  position: relative;
  margin: 25px 0 40px;
}
.calltoaction .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 964px;
}
.calltoaction h3 {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 22px;
}
.calltoaction h3 strong {
  font-weight: 800;
  color: #004197;
}
.calltoaction .btn {
  text-transform: uppercase;
  width: 265px;
  max-width: 100%;
  position: relative;
  margin: 0 15px;
}
.calltoaction .btn::after {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcgMC41TDUuODU0MzcgMS42NDU2MkwxMC4zODgxIDYuMTg3NUgwLjVWNy44MTI1SDEwLjM4ODFMNS44NTQzNyAxMi4zNTQ0TDcgMTMuNUwxMy41IDdMNyAwLjVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4");
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media (max-width: 425px) {
  .calltoaction h3 {
    font-size: 17px;
    line-height: 25px;
    padding: 0 20px;
  }
  .calltoaction .btn {
    margin: 0 0 15px 0;
  }
}

.clients {
  margin: 25px 0 75px;
}
.clients .header-block {
  margin-bottom: 20px;
}
.clients .slick-track {
  display: flex;
  align-items: center;
}
.clients .list .item {
  text-align: center;
  vertical-align: middle;
}
.clients .list .item img {
  display: inline-block;
}

.form-news {
  height: 90px;
  background: hsl(0, 0%, 50%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  z-index: 3;
  position: relative;
}
.form-news .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  top: 5px;
  position: relative;
}
.form-news h3 {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 0;
  width: 25%;
  margin-top: -10px;
}
.form-news h3 strong {
  font-weight: 800;
  color: #004197;
}
.form-news .form {
  display: flex;
  width: 74%;
}
.form-news .form .wpcf7-form {
  display: flex;
  width: 100%;
  justify-items: center;
  gap: 25px;
}
.form-news .form .item {
  display: inline-block;
}
.form-news .form .item #nome {
  max-width: 265px;
}
.form-news .form .item #email {
  max-width: 365px;
}
.form-news .form .item input {
  height: 45px;
}
.form-news .form .item input[type=submit] {
  position: relative;
  padding-right: 65px;
  background: #004197 url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcgMC41TDUuODU0MzcgMS42NDU2MkwxMC4zODgxIDYuMTg3NUgwLjVWNy44MTI1SDEwLjM4ODFMNS44NTQzNyAxMi4zNTQ0TDcgMTMuNUwxMy41IDdMNyAwLjVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4") 85% center no-repeat;
}
.form-news .form .item .wpcf7-spinner {
  position: absolute;
}

.ajax-loader {
  position: absolute;
}

.site-footer .wrap .line.line-1 {
  margin-bottom: 40px;
}
@media (max-width: 1260px) {
  .site-footer .wrap .line.line-1 .col-2 {
    max-width: 510px;
    margin: 0 auto;
  }
}
@media (max-width: 864px) {
  .site-footer .wrap .line.line-1 .col-2 {
    display: none;
  }
}
@media (max-width: 1260px) {
  .site-footer .wrap .line.line-2 .col-2 {
    text-align: center;
    margin-bottom: 20px;
  }
}
.site-footer .wrap .col {
  display: inline-block;
  vertical-align: top;
}
.site-footer .wrap .col.col-1 {
  width: 282px;
}
.site-footer .wrap .col.col-2 {
  width: 570px;
  margin-right: 25px;
}
.site-footer .wrap .col.col-3 {
  width: 230px;
  text-align: left;
}
.site-footer .wrap .col.col-3 .block {
  display: inline-block;
}
@media (max-width: 1024px) {
  .site-footer .wrap .col.col-3 {
    text-align: center;
  }
}
@media (max-width: 1260px) {
  .site-footer .wrap .col .logo {
    margin: 0 auto;
  }
  .site-footer .wrap .col.col-1 {
    width: 100%;
  }
  .site-footer .wrap .col.col-2 {
    width: 100%;
    margin-right: 0;
  }
  .site-footer .wrap .col.col-3 {
    width: 100%;
  }
  .site-footer .wrap .col .line.line-2 .col-2 {
    text-align: center;
  }
}
.site-footer .wrap .col .logo {
  width: 200px;
  display: block;
}
.site-footer .wrap .col .logo svg path {
  fill: #fff;
}
.site-footer .wrap .col .block {
  display: inline-block;
}
.site-footer .wrap .col .block a {
  color: #fff;
}
.site-footer .wrap .col .block.block1 {
  width: 33%;
  vertical-align: top;
}
.site-footer .wrap .col .block.block2 {
  width: 66%;
  vertical-align: top;
}
.site-footer .wrap .col .block.block2 li {
  width: 48%;
  display: inline-block;
}
.site-footer .wrap .col h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.site-footer .wrap .col address {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
.site-footer .wrap .col ul li {
  list-style: none;
  color: #FFFFFF;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
.site-footer .wrap .col ul li a {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.01em;
  text-transform: initial;
  vertical-align: top;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
}

.main-contact {
  padding-top: 50px;
  padding-bottom: 120px;
  position: relative;
}
.main-contact .col.col1 {
  width: 353px;
  display: inline-block;
  margin-right: 80px;
  vertical-align: top;
}
.main-contact .col.col1 .description {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.01em;
  color: #737171;
  margin-bottom: 20px;
}
.main-contact .col.col1 .form input[type=text],
.main-contact .col.col1 .form textarea {
  background: #F5F5F8;
}
.main-contact .col.col1 .form textarea {
  border-radius: 15px;
  padding: 15px 20px;
  text-indent: 0;
  height: 100px;
}
.main-contact .col.col1 .form input[type=submit] {
  width: 170px;
  height: 45px;
  background: #004197 url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcgMC41TDUuODU0MzcgMS42NDU2MkwxMC4zODgxIDYuMTg3NUgwLjVWNy44MTI1SDEwLjM4ODFMNS44NTQzNyAxMi4zNTQ0TDcgMTMuNUwxMy41IDdMNyAwLjVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4") 90% center no-repeat;
  position: relative;
  transition: background-position 0.2s ease;
  float: right;
}
.main-contact .col.col1 .form input[type=submit]:hover {
  background-position: 93% center;
  cursor: pointer;
}
.main-contact .col.col2 {
  width: 275px;
  display: inline-block;
  vertical-align: top;
  margin-top: -15px;
}
.main-contact .col.col2 .block span {
  font-style: normal;
  font-weight: normal;
  font-size: 29px;
  line-height: 27px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #737171;
}
.main-contact .col.col2 address {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: #737171;
}
.main-contact .map {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 36%;
  height: 100%;
  z-index: 2;
}
.main-contact .map a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.main-contact .map img {
  max-width: 100%;
}
@media (max-width: 1140px) {
  .main-contact .map {
    width: 33%;
  }
  .main-contact .col.col1 {
    width: 340px;
    margin-right: 50px;
  }
}
@media (max-width: 1050px) {
  .main-contact {
    padding-top: 50px;
    padding-bottom: 380px;
    position: relative;
  }
  .main-contact .map {
    width: 100%;
    top: unset;
    bottom: 0;
    height: 300px;
  }
  .main-contact .col.col1 {
    width: 340px;
    margin-right: 150px;
  }
}
@media (max-width: 820px) {
  .main-contact {
    padding-top: 50px;
    padding-bottom: 380px;
    position: relative;
  }
  .main-contact .map {
    width: 100%;
    top: unset;
    bottom: 0;
    height: 300px;
  }
  .main-contact .col.col1 {
    width: 340px;
    margin-right: 50px;
  }
}
@media (max-width: 720px) {
  .main-contact {
    padding-top: 50px;
    padding-bottom: 380px;
    position: relative;
  }
  .main-contact .map {
    width: 100%;
    top: unset;
    bottom: 0;
    height: 300px;
  }
  .main-contact .col.col1 {
    width: 340px;
    max-width: 100%;
    margin-right: 0px;
  }
  .main-contact .col.col2 {
    margin-top: 35px;
  }
}

.main-product {
  margin-top: 50px;
  margin-bottom: 50px;
}
.main-product .col1 {
  width: calc(100% - 330px);
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}
.main-product .col1 .btns {
  text-align: right;
}
.main-product .col1 .btns .btn {
  margin-left: 18px;
  position: relative;
  padding-right: 85px;
}
.main-product .col1 .btns .btn::after {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcgMC41TDUuODU0MzcgMS42NDU2MkwxMC4zODgxIDYuMTg3NUgwLjVWNy44MTI1SDEwLjM4ODFMNS44NTQzNyAxMi4zNTQ0TDcgMTMuNUwxMy41IDdMNyAwLjVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4");
  background-position: center;
  display: inline-block;
  width: 14px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media (max-width: 425px) {
  .main-product .col1 .btns .btn {
    margin: 0 auto 20px;
    float: unset;
    display: flex;
  }
}
.main-product .col1 .quotes {
  position: relative;
  background: #E5E5E5;
  width: 100%;
  padding: 40px 40px;
  margin-top: 25px;
  padding-bottom: 110px;
}
.main-product .col1 .quotes .slick-next {
  top: unset;
  bottom: -55px;
  right: 47%;
}
.main-product .col1 .quotes .slick-next:before {
  background-color: rgba(0, 0, 0, 0.55);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-family: serif;
  display: inline-block;
  font-size: 26px;
}
.main-product .col1 .quotes .slick-prev {
  top: unset;
  bottom: -55px;
  left: 43%;
}
.main-product .col1 .quotes .slick-prev:before {
  background-color: rgba(0, 0, 0, 0.55);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-family: serif;
  display: inline-block;
  font-size: 26px;
}
.main-product .col1 .quotes .item {
  position: relative;
  background: url(../images/quote.png) 28px 0 no-repeat;
  padding-top: 2px;
  margin-bottom: 15px;
  padding: 0 28px;
}
.main-product .col1 .quotes::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: -7px;
  left: 45px;
  border-style: solid;
  border-width: 0 7px 8px 7px;
  border-color: transparent transparent #e5e5e5 transparent;
}
@media (max-width: 1024px) {
  .main-product .col1 .quotes .slick-next,
  .main-product .col1 .quotes .slick-prev {
    display: none !important;
  }
}
.main-product .col1 .jobs {
  margin-top: 20px;
  margin-bottom: 40px;
}
.main-product .col1 .jobs .gal {
  margin-top: 30px;
}
.main-product .col1 .jobs .gal .item {
  display: inline-block;
  margin-bottom: 18px;
  width: 30%;
  margin-right: 3.5%;
}
.main-product .col1 .jobs .gal .item:nth-child(3n) {
  margin-right: 0;
}
.main-product .col1 .jobs .gal .item img {
  max-width: 100%;
}
.main-product .col1 .jobs .gal .item h3 {
  color: #231F20;
  margin-top: 8px;
}
@media (max-width: 425px) {
  .main-product .col1 .jobs .gal .item {
    width: 100%;
  }
  .main-product .col1 .jobs .gal .item img {
    width: 100%;
  }
}
.main-product .col2 {
  width: 265px;
  margin-right: 30px;
  display: inline-block;
  vertical-align: top;
}
.main-product .col2 .form_float {
  margin-top: 0;
}
.main-product .col2 .list-products h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #004197;
}
.main-product .col2 .list-products li {
  list-style: none;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #E5E5E5;
}
.main-product .col2 .list-products a {
  width: 100%;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: -0.01em;
  color: #737171;
  transition: all 0.25s ease 0.14s;
}
.main-product .col2 .list-products a:hover {
  background: #004197;
  color: #fff;
  text-indent: 8px;
}
@media (max-width: 768px) {
  .main-product .col1 {
    width: 100%;
  }
  .main-product .list-products .item {
    width: 100%;
    margin-right: 0;
  }
  .main-product .list-products .item img {
    width: 100%;
  }
  .main-product .col2 {
    width: 100%;
  }
}
@media (max-width: 425px) {
  .main-product .col1 .quotes {
    padding: 30px 10px;
    margin-top: 25px;
    padding-bottom: 20px;
  }
}/*# sourceMappingURL=app.css.map */