@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@focus () {
  outline-style: solid;
  outline-color: blue;
  outline-width: 2px;
  outline-offset: 1px;
}
/** Social colors **/
/** Theme colors **/
.sr,
.sr-only {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
input,
textarea,
select,
span,
a {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1;
}

.page-404 {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  min-height: 500px;
  text-align: center;
}
.page-404 .inner_wrap .wrap_title {
  margin-bottom: 20px;
}
.page-404 .inner_wrap .wrap_title h2 {
  color: #000;
  font-size: 58px;
  font-weight: 400;
  line-height: 1;
}
.page-404 .inner_wrap .wrap_desc {
  margin-bottom: 30px;
}
.page-404 .inner_wrap .wrap_desc p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}
.page-404 .inner_wrap .wrap_link a {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
}

.search_wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  width: 550px;
  background: #242424;
  padding: 80px 50px;
  z-index: 99;
  padding-bottom: 50px;
  display: none;
}
.search_wrapper .search-close {
  position: absolute;
  right: 45px;
  top: 10px;
  max-width: 40px;
  cursor: pointer;
}
.search_wrapper .search-close svg {
  width: 28px;
  height: 28px;
}
.search_wrapper .wrap_inputs {
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.search_wrapper .wrap_inputs .search-input {
  margin: 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding: 0;
  color: #fff;
  box-shadow: 0 0 0;
  color: #fff;
  font-size: 20px;
}
.search_wrapper .wrap_inputs .wrap_input {
  width: 80%;
}
.search_wrapper .wrap_inputs .search-submit {
  width: 15%;
  color: #fff;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  border-radius: 0;
  font-size: 20px;
}

.search_page_sec {
  padding-top: 70px;
  padding-bottom: 150px;
}
.search_page_sec .search_results_title {
  margin-bottom: 15px;
}

.results_group {
  margin-bottom: 70px;
}
.results_group .wrap_search_results .page_title {
  text-align: center;
  margin-bottom: 30px;
}
.results_group .wrap_search_results .page_title h2 {
  font-size: 40px;
}
.results_group .wrap_search_results .post_item,
.results_group .wrap_search_results .product_box {
  margin-bottom: 70px;
}

.large-up-4 > .column,
.large-up-4 > .columns,
.column,
.column:last-child:not(:first-child),
.columns,
.columns:last-child:not(:first-child) {
  float: right;
}

.print_elem {
  display: none !important;
}

.mob_only {
  display: none;
}

.sr,
.sr-only {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

body {
  background: #404040;
  direction: rtl;
  font-family: "Open Sans", sans-serif;
}

body.overflow {
  overflow: hidden;
}

.flex_wrap {
  display: -moz-flex;
  display: flex;
}

.page_pad {
  padding-left: 15px;
  padding-right: 15px;
}

.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
form {
  direction: rtl;
  text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
}

.row {
  max-width: 1600px;
}

.mobile_only {
  display: none;
}

.site-wrapper {
  overflow: hidden;
  padding-bottom: 42px;
  position: relative;
}
.site-wrapper .abs_bot_bg {
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.btn_ham {
  position: fixed;
  top: 42px;
  right: 9.5%;
  z-index: 999999;
}
.btn_ham #nav-icon3 {
  outline: 0;
  width: 26px;
  height: 17px;
  display: block;
  z-index: 999;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.btn_ham #nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  border-radius: 8px;
  border-radius: 10px;
}
.btn_ham {
  /* Icon 3 */
}
.btn_ham #nav-icon3 span:nth-child(1) {
  top: 0;
}
.btn_ham #nav-icon3 span:nth-child(2),
.btn_ham #nav-icon3 span:nth-child(3) {
  top: 8px;
  width: 26px;
}
.btn_ham #nav-icon3 span:nth-child(3) {
  width: 26px;
}
.btn_ham #nav-icon3 span:nth-child(4) {
  top: 16px;
}
.btn_ham #nav-icon3.open span {
  background: #fff;
  height: 1px;
  border-radius: 10px;
  right: 14px;
}
.btn_ham #nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.btn_ham #nav-icon3.open span:nth-child(2) {
  transform: rotate(45deg);
  width: 100%;
}
.btn_ham #nav-icon3.open span:nth-child(3) {
  transform: rotate(-45deg);
  width: 100%;
}
.btn_ham #nav-icon3.open span:nth-child(4) {
  top: 33px;
  width: 0%;
  left: 50%;
}

.wrap_main_menu {
  position: fixed;
  width: 100%;
  min-height: 532px;
  right: 0;
  top: 0;
  transition: all 300ms ease;
  z-index: 99999;
  transform: translateX(100%);
  border: 0;
  padding-bottom: 0;
  padding-top: 11vh;
  background: #111;
  overflow: hidden;
  padding-right: 200px;
  padding-left: 70px;
}
.wrap_main_menu.active {
  transform: translateX(0);
}
.wrap_main_menu .nav {
  width: 40%;
  padding-right: 15%;
}
.wrap_main_menu .nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wrap_main_menu .nav ul li:last-child {
  border: 0;
}
.wrap_main_menu .nav ul li > a {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  display: block;
  padding: 14px 0;
}
.wrap_main_menu .nav ul li:first-child a {
  padding-top: 0;
}
.wrap_main_menu .nav ul li.current-menu-item a {
  text-decoration: underline;
}
.wrap_main_menu .nav ul li.menu-item-has-children {
  position: relative;
}
.wrap_main_menu .nav ul li.menu-item-has-children::after {
  content: "";
  background-image: url(../../images/li_caret_menu.png);
  background-repeat: no-repeat;
  width: 13px;
  height: 8px;
  display: block;
  position: absolute;
  top: 21px;
  left: 0;
}
.wrap_main_menu .nav ul li.menu-item-has-children .sub-menu {
  padding-bottom: 30px;
  display: none;
}
.wrap_main_menu .nav ul li.menu-item-has-children .sub-menu li {
  border: 0;
}
.wrap_main_menu .nav ul li.menu-item-has-children .sub-menu li a {
  text-align: right;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.68px;
  padding: 12px 0;
}
.wrap_main_menu .nav ul li.menu-item-has-children.active::after {
  transform: scaleY(-1);
}
.wrap_main_menu .wrap_con_items {
  width: 30%;
}
.wrap_main_menu .wrap_con_items .wrap_item {
  margin: 0 20px;
  margin-bottom: 25px;
  display: -moz-flex;
  display: flex;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.wrap_main_menu .wrap_con_items .wrap_item span {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  margin-left: 10px;
}
.wrap_main_menu .wrap_con_items .wrap_item a {
  display: -moz-flex;
  display: flex;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-left: 10px;
}
.wrap_main_menu .wrap_con_items .wrap_item a svg {
  width: 24px;
  height: 24px;
}
.wrap_main_menu .wrap_logo {
  width: 30%;
}
.wrap_main_menu .wrap_logo a {
  display: inline-block;
  margin-top: -28px;
}

body.admin-bar .btn_ham {
  top: 75px;
}
body.admin-bar .wrap_main_menu {
  top: 32px;
}
body.admin-bar .wrap_main_menu {
  min-height: 532px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  padding-left: 50px;
  padding-right: 30px;
  transition: all 200ms ease;
  background: transparent;
}
.header .row {
  max-width: 1920px;
}
.header .flex_wrap {
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  min-height: 100px;
  padding-right: 180px;
}
.header .flex_wrap .wrap_logo {
  max-width: 150px;
}
.header .flex_wrap .wrap_logo a {
  display: block;
}
.header .flex_wrap .wrap_phone a {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.header .flex_wrap .wrap_phone a span {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  margin-left: 10px;
}
.header.scrolled {
  background: rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}

body.admin-bar .header {
  top: 32px;
}

.page_banner {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.page_banner .abs_img {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page_banner .flex_wrap {
  position: relative;
  min-height: 243px;
  display: -moz-flex;
  display: flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  padding-bottom: 25px;
}
.page_banner .inner_wrap {
  position: relative;
}
.page_banner .banner_title {
  margin-bottom: 25px;
}
.page_banner .banner_title h1 {
  color: #fff;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
}
.page_banner .breadcrumbs-wrap a,
.page_banner .breadcrumbs-wrap span {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 1;
}

.wrap_title {
  margin-bottom: 15px;
}
.wrap_title .page_title {
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
}

.page_text ul,
.page_text p {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
}
.page_text ul {
  margin-right: 20px;
}

.wrap_cats {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.wrap_cats .cat_box {
  width: calc(20% - 8px);
  border-radius: 7px 55px 14px 7px;
  overflow: hidden;
}
.wrap_cats .cat_box a {
  background: var(--Linear, linear-gradient(261deg, #dbdee4 -9.31%, #f9f9fb 116.4%));
  min-height: 310px;
  display: block;
  position: relative;
  padding: 50px;
  transition: all 350ms ease;
}
.wrap_cats .cat_box a .cat_title span {
  color: #222;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  transition: all 350ms ease;
}
.wrap_cats .cat_box a .cat_title .arr {
  opacity: 0;
  margin-right: 10px;
  transition: all 350ms ease;
}
.wrap_cats .cat_box a .cat_img {
  position: absolute;
  left: -40px;
  bottom: 0;
  transition: all 350ms ease;
}
.wrap_cats .cat_box a:hover {
  background: var(--Linear, linear-gradient(77deg, #2a5073 2.4%, #6d9ad6 75.71%));
}
.wrap_cats .cat_box a:hover .cat_title span {
  color: #fff;
}
.wrap_cats .cat_box a:hover .cat_title .arr {
  opacity: 1;
}
.wrap_cats .cat_box a:hover .cat_img {
  left: 20px;
}

.wrap_linki a {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: inline-flex;
  width: 175px;
  height: 60px;
  position: relative;
}
.wrap_linki a:hover .svg_2 path, .wrap_linki a:focus .svg_2 path {
  fill: #e4002b;
}
.wrap_linki a .svg_1 {
  position: absolute;
  right: 0;
  top: 0;
}
.wrap_linki a .svg_2 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.wrap_linki a span {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-left: 10px;
}

.home_hero {
  position: relative;
}
.home_hero .abs_hero_arch {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.home_hero .hero_cover_shad {
  position: absolute;
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
  left: 0;
  transition: all 1500ms ease;
  opacity: 1;
}
.home_hero .wrap_vid {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home_hero .abs_car {
  position: absolute;
  right: 0;
  bottom: 2px;
  z-index: 1;
  transform: translateX(100%);
  transition: all 1500ms ease;
}
.home_hero .abs_logo_title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}
.home_hero .abs_logo_title .wrap_title span {
  color: #fff;
  font-size: 41px;
  line-height: 1;
  font-weight: 600;
  text-shadow: 0px 0px 36px #000000;
}
.home_hero .wrap_arr_down {
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  z-index: 5;
}
.home_hero.ready .hero_cover_shad {
  opacity: 0;
}
.home_hero.ready .abs_car {
  transform: translateX(0);
}

body.admin-bar .home_hero .wrap_vid {
  height: calc(100vh - 32px);
}

#typedText::after {
  content: "|";
  margin-left: 4px;
  animation: blink 1s infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}
#typedText.typing-done::after {
  display: none;
}

.home_about_sec {
  text-align: center;
  padding-top: 135px;
}
.home_about_sec .page_text {
  max-width: 940px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.home_about_sec .wrap_linki {
  margin-bottom: 80px;
}
.home_about_sec .home_about_values .wrap_item {
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
}
.home_about_sec .home_about_values .wrap_item .wrap_img {
  min-height: 100px;
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.home_about_sec .home_about_values .wrap_item .item_title {
  margin: 15px 0;
  margin-bottom: 20px;
}
.home_about_sec .home_about_values .wrap_item .item_title span {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
.home_about_sec .home_about_values .wrap_item .wrap_text {
  min-height: 130px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
}

.home_catalog_sec .row {
  max-width: 1700px;
}
.home_catalog_sec .wrap_title_link {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin-bottom: 35px;
}
.home_catalog_sec .wrap_cats .cat_box a {
  min-height: 386px;
}
.home_catalog_sec .wrap_cats .cat_box:nth-child(1),
.home_catalog_sec .wrap_cats .cat_box:nth-child(5) {
  width: calc(43% - 8px);
}
.home_catalog_sec .wrap_cats .cat_box:nth-child(2),
.home_catalog_sec .wrap_cats .cat_box:nth-child(6) {
  width: calc(32% - 8px);
}
.home_catalog_sec .wrap_cats .cat_box:nth-child(3),
.home_catalog_sec .wrap_cats .cat_box:nth-child(4) {
  width: calc(25% - 8px);
}

.home_logos_sec {
  width: 100%;
}
.home_logos_sec .logos_viewport {
  overflow: hidden;
  width: 100%;
}
.home_logos_sec .logos_viewport .logos_track {
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  min-height: 530px;
  animation: logosSlide 22s linear infinite alternate;
}
.home_logos_sec .logos_viewport .logos_track .wrap_icon {
  flex: 0 0 12.5%;
  max-width: 12.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
}
.home_logos_sec .logos_viewport .logos_track .wrap_icon img {
  max-width: 100%;
  height: auto;
}

@keyframes logosSlide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(287.5%);
  }
}
.contact_sec {
  padding-top: 118px;
  padding-bottom: 120px;
}
.contact_sec .page_title {
  margin-bottom: 20px;
}
.contact_sec .page_subtitle {
  margin-bottom: 40px;
}
.contact_sec .page_subtitle span {
  color: #fff;
  font-size: 40px;
  line-height: 1;
}
.contact_sec .wrap_form {
  padding-left: 215px;
}
.contact_sec .wrap_form .wrap_input {
  margin-bottom: 20px;
}
.contact_sec .wrap_form .wrap_input select,
.contact_sec .wrap_form .wrap_input input {
  border: 0;
  background: transparent;
  border-bottom: 1px solid #7b838a;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 130% */
  margin: 0;
  border-radius: 0;
  padding: 0;
  height: 50px;
  box-shadow: 0 0 0;
}
.contact_sec .wrap_form .wrap_input select::-moz-placeholder, .contact_sec .wrap_form .wrap_input input::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.contact_sec .wrap_form .wrap_input select::placeholder,
.contact_sec .wrap_form .wrap_input input::placeholder {
  opacity: 1;
  color: #fff;
}
.contact_sec .wrap_form .wrap_input select {
  background-color: #404040;
  -webkit-appearance: auto;
  -moz-appearance: auto;
       appearance: auto;
}
.contact_sec .wrap_form .wrap_submit {
  text-align: center;
  margin-top: 40px;
}
.contact_sec .wrap_form .wrap_submit button {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: inline-flex;
  width: 170px;
  height: 60px;
  position: relative;
}
.contact_sec .wrap_form .wrap_submit button:hover .svg_2 path, .contact_sec .wrap_form .wrap_submit button:focus .svg_2 path {
  fill: #e4002b;
}
.contact_sec .wrap_form .wrap_submit button .svg_1 {
  position: absolute;
  right: 0;
  top: 0;
}
.contact_sec .wrap_form .wrap_submit button .svg_2 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.contact_sec .wrap_form .wrap_submit button span {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-left: 10px;
}
.contact_sec .wrap_form .wpcf7-response-output {
  border: 0;
  color: #fff;
  padding: 0;
}
.contact_sec .wrap_map iframe {
  width: 100%;
  height: 445px;
  border-radius: 40px;
}
.contact_sec .wrap_con_items {
  margin-top: 60px;
}
.contact_sec .wrap_con_items .flex_wrap {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  max-width: 730px;
  margin: 0 auto;
}
.contact_sec .wrap_con_items .flex_wrap .wrap_item {
  margin: 0 20px;
  margin-bottom: 25px;
  display: -moz-flex;
  display: flex;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.contact_sec .wrap_con_items .flex_wrap .wrap_item span {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  margin-left: 10px;
}
.contact_sec .wrap_con_items .flex_wrap .wrap_item a {
  display: -moz-flex;
  display: flex;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-left: 10px;
}
.contact_sec .wrap_con_items .flex_wrap .wrap_item a svg {
  width: 24px;
  height: 24px;
}
.contact_sec .wrap_con_items .flex_wrap {
  /*
  .wrap_item {
      // margin: 0 20px;
      a {
          @include flexbox;
          @include align-items(center);
          span {
              color: #fff;
              font-size: 20px;
              font-weight: 800;
              line-height: 1;
              margin-left: 10px;
          }
      }
  }
      */
}

.single_wrapper {
  padding-top: 110px;
  padding-bottom: 130px;
}
.single_wrapper .wrap_single_title {
  margin-bottom: 30px;
}
.single_wrapper .wrap_content {
  padding-left: 50px;
}
.single_wrapper .img_col .wrap_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.wrap_more_con {
  margin-top: 50px;
}

.related_posts_sec {
  margin-top: 120px;
}
.related_posts_sec .wrap_title {
  text-align: center;
  margin-bottom: 40px;
}

.post_item .wrap_img {
  margin-bottom: 40px;
}
.post_item .wrap_img img {
  height: 274px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.post_item .post_title {
  margin-bottom: 15px;
}
.post_item .post_title h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.blog_sec {
  padding-top: 110px;
  padding-bottom: 130px;
}
.blog_sec .post_item {
  margin-bottom: 80px;
}

.careers_sec {
  padding-top: 100px;
  padding-bottom: 120px;
}
.careers_sec .wrap_career_row {
  border-radius: 27px 61px 27px 27px;
  background: var(--Linear, linear-gradient(261deg, #dbdee4 -9.31%, #f9f9fb 116.4%));
  margin-bottom: 35px;
  padding-top: 57px;
  padding-right: 73px;
  padding-left: 70px;
  padding-bottom: 38px;
  position: relative;
}
.careers_sec .wrap_career_row .close_btn {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 40px;
}
.careers_sec .wrap_career_row .post_title {
  margin-bottom: 10px;
}
.careers_sec .wrap_career_row .post_title span {
  color: #222;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
.careers_sec .wrap_career_row .career_nisayon {
  color: #222;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
.careers_sec .wrap_career_row .wrap_desc p {
  color: #222;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 33px;
}
.careers_sec .wrap_career_row .open_btn_wrap {
  margin-top: 30px;
}
.careers_sec .wrap_career_row .open_btn_wrap .open_btn span {
  color: #00529f;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.careers_sec .wrap_career_row .wrap_hidden_con {
  display: none;
  margin-top: 30px;
}
.careers_sec .wrap_career_row .wrap_hidden_con .career_item {
  margin-bottom: 20px;
}
.careers_sec .wrap_career_row .wrap_hidden_con .career_item .titie {
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
.careers_sec .wrap_career_row .wrap_hidden_con .career_item .page_text p,
.careers_sec .wrap_career_row .wrap_hidden_con .career_item .page_text ul {
  color: #000;
}
.careers_sec .wrap_career_row .wrap_hidden_con .career_item .page_text ul {
  margin-right: 30px;
}
.careers_sec .wrap_career_row .wrap_hidden_con .wrap_form form .input_flex {
  display: -moz-flex;
  display: flex;
}
.careers_sec .wrap_career_row .wrap_hidden_con .wrap_form .wrap_input {
  max-width: 350px;
  margin-left: 20px;
}
.careers_sec .wrap_career_row .wrap_hidden_con .wrap_form .wrap_input input {
  border: 0;
  background: transparent;
  border-bottom: 1px solid #000;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 130% */
  margin: 0;
  border-radius: 0;
  padding: 0;
  height: 50px;
  box-shadow: 0 0 0;
}
.careers_sec .wrap_career_row .wrap_hidden_con .wrap_form .wrap_input input::-moz-placeholder {
  opacity: 1;
  color: #000;
}
.careers_sec .wrap_career_row .wrap_hidden_con .wrap_form .wrap_input input::placeholder {
  opacity: 1;
  color: #000;
}
.careers_sec .wrap_career_row .wrap_hidden_con .wrap_form .wrap_submit {
  text-align: center;
  margin-top: 40px;
}
.careers_sec .wrap_career_row .wrap_hidden_con .wrap_form .wrap_submit button {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: inline-flex;
  width: 170px;
  height: 60px;
  position: relative;
}
.careers_sec .wrap_career_row .wrap_hidden_con .wrap_form .wrap_submit button:hover .svg_2 path, .careers_sec .wrap_career_row .wrap_hidden_con .wrap_form .wrap_submit button:focus .svg_2 path {
  fill: #e4002b;
}
.careers_sec .wrap_career_row .wrap_hidden_con .wrap_form .wrap_submit button .svg_1 {
  position: absolute;
  right: 0;
  top: 0;
}
.careers_sec .wrap_career_row .wrap_hidden_con .wrap_form .wrap_submit button .svg_2 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.careers_sec .wrap_career_row .wrap_hidden_con .wrap_form .wrap_submit button span {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-left: 10px;
}
.careers_sec .wrap_career_row .wrap_hidden_con .wrap_form .custom-upload {
  position: relative;
  top: 15px;
}
.careers_sec .wrap_career_row .wrap_hidden_con .wrap_form .custom-upload .upload_resume_label {
  color: #000;
  font-size: 18px;
  line-height: 1;
  position: absolute;
  top: -25px;
}
.careers_sec .wrap_career_row .wrap_hidden_con .wrap_form .custom-upload .cf7-file-input {
  display: none;
}
.careers_sec .wrap_career_row .wrap_hidden_con .wrap_form .custom-upload .upload-btn {
  padding: 10px 18px;
  cursor: pointer;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  height: 43px;
  background: #e4002b;
  width: 166px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.careers_sec .wrap_career_row .wrap_hidden_con .wrap_form .custom-upload .file-name {
  margin-left: 0;
  font-size: 18px;
  position: absolute;
  display: block;
  bottom: -30px;
}
.careers_sec .wrap_career_row .wrap_hidden_con .wrap_form .wpcf7-response-output {
  border: 0;
  color: #000;
  padding: 0;
}

.catalog_sec {
  padding-top: 105px;
  padding-bottom: 165px;
}
.catalog_sec .row {
  max-width: 1620px;
}
.catalog_sec .wrap_con {
  margin-bottom: 50px;
}
.catalog_sec .wrap_con p {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
}
.catalog_sec .bot_con {
  margin-top: 50px;
}
.catalog_sec .bot_con p {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
}
.catalog_sec .wrap_cats .cat_box:nth-child(2),
.catalog_sec .wrap_cats .cat_box:nth-child(7),
.catalog_sec .wrap_cats .cat_box:nth-child(10),
.catalog_sec .wrap_cats .cat_box:nth-child(13),
.catalog_sec .wrap_cats .cat_box:nth-child(15) {
  width: calc(40% - 8px);
}
.catalog_sec .wrap_cats .cat_box a .cat_img {
  height: 230px;
  left: -36px;
}
.catalog_sec .wrap_cats .cat_box a:hover .cat_img {
  left: 0;
}

.product_box {
  border-radius: 7px 55px 14px 7px;
  overflow: hidden;
}
.product_box a {
  background: var(--Linear, linear-gradient(261deg, #dbdee4 -9.31%, #f9f9fb 116.4%));
  min-height: 310px;
  display: block;
  position: relative;
  padding: 50px;
  transition: all 350ms ease;
}
.product_box a .post_title span {
  color: #222;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  transition: all 350ms ease;
}
.product_box a .post_title .arr {
  opacity: 0;
  margin-right: 10px;
  transition: all 350ms ease;
}
.product_box a .pro_img {
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 350ms ease;
  height: 200px;
}
.product_box a:hover {
  background: var(--Linear, linear-gradient(77deg, #2a5073 2.4%, #6d9ad6 75.71%));
}
.product_box a:hover .post_title span {
  color: #fff;
}
.product_box a:hover .post_title .arr {
  opacity: 1;
}
.product_box a:hover .pro_img {
  left: 20px;
}

.category_sec {
  padding-top: 105px;
  padding-bottom: 165px;
}
.category_sec .wrap_con {
  margin-bottom: 50px;
}
.category_sec .wrap_con p {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
}
.category_sec .wrap_products {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.category_sec .wrap_products .product_box {
  width: calc(33.3333% - 8px);
}

.product_sec {
  padding-top: 120px;
  margin-bottom: 120px;
}
.product_sec .wrap_content {
  padding-left: 50px;
}
.product_sec .wrap_img {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  min-height: 470px;
  position: relative;
  background: var(--Linear, linear-gradient(261deg, #dbdee4 -9.31%, #f9f9fb 116.4%));
  margin-bottom: 50px;
}
.product_sec .wrap_img.video:after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.product_sec .wrap_img.video .play-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  width: 47px;
}
.product_sec .bottom_content {
  margin-top: 70px;
}
.product_sec .bottom_content .wrap_title h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.pro_gallery_sec {
  margin-top: 70px;
}
.pro_gallery_sec .wrap_gallery {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
}
.pro_gallery_sec .wrap_gallery .wrap_item {
  width: calc(25% - 23px);
}
.pro_gallery_sec .wrap_gallery .wrap_item a {
  height: 320px;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
.pro_gallery_sec .wrap_gallery .wrap_item a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.products_strip {
  padding-bottom: 170px;
}
.products_strip .wrap_title {
  margin-bottom: 30px;
}
.products_strip .wrap_products {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.products_strip .wrap_products .product_box {
  width: calc(25% - 8px);
}

.about_top_sec {
  padding-top: 100px;
  margin-bottom: 70px;
}
.about_top_sec .wrap_img {
  text-align: left;
}

.about_timeline {
  position: relative;
  padding-top: 100px;
}
.about_timeline .timeline_bg {
  position: absolute;
  top: -200px;
  left: 0;
  z-index: -1;
}
.about_timeline .wrap_timeline {
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  padding-left: 4%;
}
.about_timeline .wrap_timeline .wrap_item {
  position: relative;
  width: 23%;
  height: 692px;
}
.about_timeline .wrap_timeline .wrap_item .abs_shad {
  position: absolute;
  left: -27%;
  bottom: -60px;
}
.about_timeline .wrap_timeline .wrap_item .wrap_img {
  margin-bottom: 18px;
}
.about_timeline .wrap_timeline .wrap_item .blue_line {
  position: absolute;
  left: -8%;
  top: -20px;
  z-index: 1;
}
.about_timeline .wrap_timeline .wrap_item .wrap_time {
  margin-bottom: 15px;
}
.about_timeline .wrap_timeline .wrap_item .wrap_time span {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
.about_timeline .wrap_timeline .wrap_item .wrap_loc span {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
.about_timeline .wrap_timeline .wrap_item.wrap_item_1 {
  margin-top: 31px;
}
.about_timeline .wrap_timeline .wrap_item.wrap_item_2 {
  margin-top: 240px;
  margin-left: 11%;
}
.about_timeline .wrap_timeline .wrap_item.wrap_item_3 {
  margin-top: 345px;
}
.about_timeline .wrap_timeline_img {
  text-align: left;
  padding-right: 23%;
  padding-left: 2%;
  margin-top: -334px;
}
.about_timeline .wrap_timeline_img img {
  height: 383px;
  width: 100%;
}

.about_chairman_sec .chariman_wrap {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  border-radius: 27px;
  background: #2c2c2b;
  max-width: 1490px;
  margin: 0 auto;
}
.about_chairman_sec .chariman_wrap .wrap_img {
  min-height: 552px;
  display: -moz-flex;
  display: flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  width: 40%;
}
.about_chairman_sec .chariman_wrap .wrap_quote {
  width: 100%;
  padding: 80px 100px;
}
.about_chairman_sec .chariman_wrap .wrap_quote .quotei {
  position: relative;
  display: inline-block;
}
.about_chairman_sec .chariman_wrap .wrap_quote .quotei .svg_1 {
  position: absolute;
  top: -15px;
  right: -78px;
}
.about_chairman_sec .chariman_wrap .wrap_quote .quotei .svg_2 {
  position: absolute;
  bottom: 10px;
  left: -70px;
}
.about_chairman_sec .chariman_wrap .wrap_quote .quotei .wrap_text {
  margin-bottom: 20px;
}
.about_chairman_sec .chariman_wrap .wrap_quote .quotei .wrap_text p {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
}
.about_chairman_sec .chariman_wrap .wrap_quote .wrap_name span {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.about_value_sec {
  margin-top: 140px;
  margin-bottom: 110px;
}
.about_value_sec .page_title {
  padding-top: 20px;
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  line-height: normal;
  padding-right: 60px;
}
.about_value_sec .wrap_item {
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
}
.about_value_sec .wrap_item .wrap_img {
  min-height: 100px;
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.about_value_sec .wrap_item .item_title {
  margin: 15px 0;
  margin-bottom: 20px;
}
.about_value_sec .wrap_item .item_title span {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
.about_value_sec .wrap_item .wrap_text {
  min-height: 130px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
}

.wrap_banner {
  margin-top: -30px;
  z-index: -1;
  position: relative;
}
.wrap_banner img {
  position: relative;
  top: 50px;
}

.footer .row {
  max-width: 1700px;
}
.footer .inner_footer {
  border-radius: 27px 124px 27px 27px;
  background: var(--Linear, linear-gradient(261deg, #dbdee4 -9.31%, #f9f9fb 116.4%));
  padding: 48px 64px;
}
.footer .inner_footer .wrap_logo {
  text-align: center;
  margin-bottom: 45px;
}
.footer .inner_footer .wrap_email_phone {
  margin-bottom: 70px;
}
.footer .inner_footer .wrap_email_phone .flex_wrap {
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.footer .inner_footer .wrap_email_phone .flex_wrap .wrap_item {
  margin: 0 20px;
}
.footer .inner_footer .wrap_email_phone .flex_wrap .wrap_item a {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.footer .inner_footer .wrap_email_phone .flex_wrap .wrap_item a span {
  color: #222;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  margin-left: 10px;
}
.footer .wrap_menu_copy .flex_wrap {
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.footer .wrap_menu_copy .flex_wrap .wrap_menu ul {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer .wrap_menu_copy .flex_wrap .wrap_menu ul li {
  margin-left: 27px;
}
.footer .wrap_menu_copy .flex_wrap .wrap_menu ul li:last-child {
  margin: 0;
}
.footer .wrap_menu_copy .flex_wrap .wrap_menu ul li a {
  color: #222;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  display: block;
}
.footer .wrap_menu_copy .flex_wrap .price_list a {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.footer .wrap_menu_copy .flex_wrap .price_list a span {
  color: #090000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-left: 10px;
}
.footer .wrap_menu_copy .flex_wrap .wrap_copy {
  color: #222;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.footer .wrap_menu_copy .flex_wrap .wrap_copy a {
  color: #222;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-decoration: underline;
}

.contact_strip {
  margin-bottom: 130px;
}
.contact_strip .row {
  max-width: 1700px;
}
.contact_strip .wrap_outer_form {
  border-radius: 27px;
  background: #2c2c2b;
  padding: 65px 70px;
}
.contact_strip .wrap_outer_form .wrap_title {
  text-align: center;
  margin-bottom: 50px;
}
.contact_strip .wrap_outer_form .wrap_title span {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
.contact_strip .wrap_outer_form .wrap_form .wrap_inputs {
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact_strip .wrap_outer_form .wrap_form .wrap_input {
  width: 310px;
}
.contact_strip .wrap_outer_form .wrap_form .wrap_input input {
  border: 0;
  background: transparent;
  border-bottom: 1px solid #7b838a;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 130% */
  margin: 0;
  border-radius: 0;
  padding: 0;
  height: 50px;
  box-shadow: 0 0 0;
}
.contact_strip .wrap_outer_form .wrap_form .wrap_input input::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.contact_strip .wrap_outer_form .wrap_form .wrap_input input::placeholder {
  opacity: 1;
  color: #fff;
}
.contact_strip .wrap_outer_form .wrap_form .wrap_submit {
  text-align: center;
}
.contact_strip .wrap_outer_form .wrap_form .wrap_submit button {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: inline-flex;
  width: 170px;
  height: 60px;
  position: relative;
}
.contact_strip .wrap_outer_form .wrap_form .wrap_submit button:hover .svg_2 path, .contact_strip .wrap_outer_form .wrap_form .wrap_submit button:focus .svg_2 path {
  fill: #e4002b;
}
.contact_strip .wrap_outer_form .wrap_form .wrap_submit button .svg_1 {
  position: absolute;
  right: 0;
  top: 0;
}
.contact_strip .wrap_outer_form .wrap_form .wrap_submit button .svg_2 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.contact_strip .wrap_outer_form .wrap_form .wrap_submit button span {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-left: 10px;
}
.contact_strip .wrap_outer_form .wrap_form .wpcf7-response-output {
  border: 0;
  color: #fff;
  padding: 0;
}

.careers_gallery .row {
  max-width: 1920px;
}
.careers_gallery .wrap_title {
  text-align: center;
  margin-bottom: 40px;
}

.parent {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5%;
  padding-bottom: 75px;
}
.parent .item_wrap {
  margin-bottom: 25px;
}
.parent .item_wrap img {
  width: 100%;
  height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
}
.parent .item_wrap_1 {
  width: 25%;
}
.parent .item_wrap_2 {
  width: 41%;
}
.parent .item_wrap_3 {
  width: 31%;
}
.parent .item_wrap_4 {
  width: 25%;
}
.parent .item_wrap_5 {
  width: 31%;
}
.parent .item_wrap_6 {
  width: 25%;
}
.parent .item_wrap_7 {
  width: 14%;
}
.parent .item_wrap_4 img,
.parent .item_wrap_5 img,
.parent .item_wrap_6 img,
.parent .item_wrap_7 img {
  height: 446px;
}
.parent .item_wrap_8 {
  width: 25%;
}
.parent .item_wrap_9 {
  width: 30%;
}
.parent .item_wrap_10 {
  width: 42%;
}
.parent .item_wrap_8 img,
.parent .item_wrap_9 img,
.parent .item_wrap_10 img {
  height: 364px;
}
.parent .item_wrap_11 {
  width: 25%;
}
.parent .item_wrap_12 {
  width: 47%;
}
.parent .item_wrap_13 {
  width: 25%;
}

/*
.parent {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 12px;
    padding-bottom: 75px;
    .item_wrap {
        img {
            width: 100%;
            height: 370px;
            object-fit: cover;
            border-radius: 50px;
        }
    }
}

.item_wrap_2 {
    grid-column: span 2 / span 2;
}

.item_wrap_3 {
    grid-column-start: 4;
}

.item_wrap_4 {
    grid-row-start: 2;
}

.item_wrap_5 {
    grid-row-start: 2;
}

.item_wrap_6 {
    grid-row-start: 2;
}

.item_wrap_7 {
    grid-row-start: 2;
}

.item_wrap_8 {
    grid-column: span 2 / span 2;
}

.item_wrap_9 {
    grid-column-start: 3;
    grid-row-start: 3;
}

.item_wrap_10 {
    grid-column-start: 4;
}

.item_wrap_11 {
    grid-row-start: 4;
}

.item_wrap_12 {
    grid-column: span 2 / span 2;
    grid-row-start: 4;
}

.item_wrap_13 {
    grid-column-start: 4;
    grid-row-start: 4;
}
*/
body.home .header .flex_wrap .wrap_logo {
  opacity: 0;
}

.whatsapp-chat {
  position: fixed;
  left: 20px;
  bottom: 130px;
  z-index: 99;
}/*# sourceMappingURL=style.css.map */