::-webkit-input-placeholder {
  color: #231f20;
  opacity: 1;
}
:-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
::-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #231f20;
  opacity: 1;
}
.text_pole ::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole ::-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-ms-input-placeholder {
  color: #737373;
  opacity: 1;
}
/*
 Flexbox grid @mixin
 EXAMPLE
 .flexbox {
 @include boxGrid(5, 4%);
 }
 */
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
@media (max-width: 1024px) {
  header {
    padding: 10px 0;
  }
}
@media (max-width: 1024px) {
  header .button {
    padding: 5px 15px 5px 15px;
  }
}
header .logo-header {
  width: 155px;
}
@media (max-width: 1024px) {
  header .logo-header {
    width: 100px;
  }
}
header .logo-header.logo_black {
  display: none;
}
header nav > ul > li {
  position: relative;
  padding: 45px 30px;
}
header nav > ul > li:last-child {
  margin-right: 0;
}
header nav > ul > li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  right: 0;
  left: 0;
  bottom: 0;
  background: #e5002c;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header nav > ul > li > a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
header nav > ul > li > a:hover {
  color: #ee193d;
}
header nav > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header nav > ul > li > ul > li > a {
  display: block;
  padding: 10px 15px;
  color: #362f41;
  font-size: 14px;
  line-height: 1.2;
  position: relative;
}
header nav > ul > li > ul > li > a:hover {
  background: #362f41;
  color: #fff;
}
header nav > ul > li.menu-item-has-children {
  padding-right: 25px;
}
header nav > ul > li.menu-item-has-children:before {
  content: "\f078";
  font-family: "fontawesome-solid";
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header nav > ul > li:hover:before {
  color: #ee193d;
}
header nav > ul > li:hover:after {
  visibility: visible;
  opacity: 1;
}
header nav > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
header.not_post_thumbnail nav > ul > li > a {
  color: #363045;
}
header.not_post_thumbnail nav > ul > li > a:hover {
  color: #ee193d;
}
header.not_post_thumbnail nav > ul > li.menu-item-has-children:before {
  color: #363045;
}
header.not_post_thumbnail nav > ul > li.menu-item-has-children:hover:before {
  color: #ee193d;
}
header.not_post_thumbnail .button-login svg path {
  fill: #363045;
}
header.not_post_thumbnail .logo-header {
  display: none;
}
header.not_post_thumbnail .logo-header.logo_black {
  display: block;
}
.home header nav > ul > li:before {
  color: #fff !important;
}
.home header nav > ul > li > a {
  color: #fff;
}
.home header nav > ul > li > a:hover {
  color: #ee193d;
}
.home header nav > ul > li:hover > a {
  color: #ee193d !important;
}
.home header nav > ul > li:hover:before {
  color: #ee193d !important;
}
.home header .button-login svg path {
  fill: #fff;
}
@media (max-width: 1024px) {
  .buttons-wrap {
    margin-right: 60px;
  }
}
.button-login {
  font-size: 0;
  width: 21px;
  height: 24px;
  position: relative;
  margin-right: 49px;
}
@media (max-width: 1024px) {
  .button-login {
    margin-right: 10px;
  }
}
.button-login svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.button-login svg path {
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button-login svg:hover path {
  fill: #ee193d;
}
.top-bn {
  min-height: 700px;
  position: relative;
  overflow: hidden;
}
.top-bn::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(55, 48, 66, 0.59) 70.6%, rgba(55, 48, 66, 0) 100%);
  z-index: 5;
}
.top-bn::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url("../img/main-top-bg.svg");
  z-index: 11;
}
.top-bn .embed-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.top-bn .embed-video iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-bn * {
  color: #fff;
}
.top-bn .row {
  z-index: 99;
  top: 60px;
}
footer {
  background: linear-gradient(116deg, #373042 0%, #362f41 45.79%);
  padding: 117px 0 100px;
}
@media (max-width: 1024px) {
  footer {
    padding: 50px 40px;
  }
}
footer .logo-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  footer .logo-block {
    display: block;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
  }
}
footer .logo-block p {
  color: #dbdbdb;
}
footer .logo-header {
  flex-basis: 155px;
  margin-right: 90px;
  display: inline-block;
}
@media (max-width: 1280px) {
  footer .logo-header {
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  footer .logo-header {
    margin: 0 auto 20px;
  }
}
footer nav {
  flex-basis: 20%;
}
@media (max-width: 1024px) {
  footer nav {
    flex-basis: 100%;
    text-align: center;
  }
}
footer nav span {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ee193d;
  display: block;
  margin-bottom: 15px;
}
footer nav ul li {
  width: 100%;
  margin-bottom: 15px;
}
footer nav ul li a {
  color: #dbdbdb;
  font-size: 16px;
  font-weight: 400;
}
footer nav ul li a:hover {
  color: #ee193d;
}
footer nav ul li.menu-item-has-children > a {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: block;
  color: #ee193d;
  margin-bottom: 15px;
}
footer nav p {
  color: #dbdbdb;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 0;
}
.top-wrap {
  min-height: 540px;
  background-image: url("../img/top_bg.svg");
  background-size: cover;
  background-position: top center;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 576px) {
  .top-wrap {
    padding-top: 50px;
  }
}
.top-wrap .row {
  width: 1088px;
}
.top-wrap .row .button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 20px;
}
.top-wrap .row .button-wrapper .button {
  display: block;
}
.top-wrap .row .button-wrapper .gray {
  background-color: #333;
  border: none;
}
.top-wrap .row .button-wrapper .gray:hover {
  background-color: #fff;
  color: #333;
}
.top-wrap h1 {
  font-size: 40px;
}
.top-wrap .thumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.top-wrap .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-wrap.has_post_thumbnail:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: url("../img/top_bg_gray.svg");
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 543px;
  z-index: 1;
}
.top-wrap.has_post_thumbnail .row {
  z-index: 2;
}
.top-wrap.has_post_thumbnail h1 {
  font-size: 60px;
  color: #fff;
}
@media (max-width: 768px) {
  .top-wrap.has_post_thumbnail h1 {
    font-size: 50px;
  }
}
.top-wrap.has_post_thumbnail p {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
}
.top-wrap.has_post_thumbnail p:last-child {
  padding-bottom: 0;
}
.page-id-3686 .top-wrap .row p {
  padding-bottom: 10px;
}
.jobs {
  margin: 60px 0 0;
  padding: 30px 30px;
  background: #fff;
  border-radius: 5px;
}
.jobs iframe {
  width: 100%;
}
body.blog, .post-type-archive-patch_notes, .archive.tag, .tax-patch_tag {
  position: relative;
}
body.blog:before, .post-type-archive-patch_notes:before, .archive.tag:before, .tax-patch_tag:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 540px;
  background-image: url("../img/top_bg.svg");
  background-size: cover;
  background-position: top center;
  text-align: center;
  overflow: hidden;
}
#map {
  height: 700px;
}
.single-product header, .post-type-archive-patch_notes header, .archive header, .archive.tag header, .tax-patch_tag header, body.blog header {
  background: #fff;
}
.single-product header nav > ul > li > a, .post-type-archive-patch_notes header nav > ul > li > a, .archive header nav > ul > li > a, .archive.tag header nav > ul > li > a, .tax-patch_tag header nav > ul > li > a, body.blog header nav > ul > li > a {
  color: #362f41;
}
.single-product header nav > ul > li.menu-item-has-children:before, .post-type-archive-patch_notes header nav > ul > li.menu-item-has-children:before, .archive header nav > ul > li.menu-item-has-children:before, .archive.tag header nav > ul > li.menu-item-has-children:before, .tax-patch_tag header nav > ul > li.menu-item-has-children:before, body.blog header nav > ul > li.menu-item-has-children:before {
  color: #362f41;
}
.single-product .button-login svg path, .post-type-archive-patch_notes .button-login svg path, .archive .button-login svg path, .archive.tag .button-login svg path, .tax-patch_tag .button-login svg path, body.blog .button-login svg path {
  fill: #362f41;
}
.single-product #main, .archive #main {
  margin-top: 110px;
}
.single-product.tag #main, .archive.tag #main, .single-product.tax-patch_tag #main, .archive.tax-patch_tag #main, .single-product.post-type-archive-patch_notes #main, .archive.post-type-archive-patch_notes #main {
  margin-top: 0;
}
.single-product .main_content_archive .row, .archive .main_content_archive .row {
  width: 1440px;
  padding-right: 365px;
}
.single-product .main_content_archive .aside_left_archive, .archive .main_content_archive .aside_left_archive {
  position: relative;
  overflow: hidden;
  flex-basis: 345px;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  padding: 20px 20px;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .single-product .main_content_archive .aside_left_archive, .archive .main_content_archive .aside_left_archive {
    flex-basis: 100%;
    margin-bottom: 25px;
    margin-right: 0;
  }
}
.single-product .main_content_archive .main_menu_wrap, .archive .main_content_archive .main_menu_wrap {
  padding: 20px 20px 0;
}
.single-product .main_content_archive .main_menu, .archive .main_content_archive .main_menu {
  padding: 5px 20px 5px 44px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 32px;
  color: #2b2c3f;
  display: block;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.single-product .main_content_archive .main_menu:before, .archive .main_content_archive .main_menu:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #d2d2d6;
}
.single-product .main_content_archive .main_menu:after, .archive .main_content_archive .main_menu:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1px;
  height: 20px;
  background: #d2d2d6;
}
.single-product .main_content_archive .main_menu svg, .archive .main_content_archive .main_menu svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  width: 14px;
}
.single-product .main_content_archive .main_menu svg path, .archive .main_content_archive .main_menu svg path {
  fill: #72748e;
}
.single-product .main_content_archive .main_menu span, .archive .main_content_archive .main_menu span {
  position: relative;
}
.single-product .main_content_archive .main_menu span::before, .archive .main_content_archive .main_menu span::before {
  content: "";
  position: absolute;
  top: 1px;
  left: -24px;
  background-image: url(../img/house-solid.svg);
  background-size: 100%;
  width: 17px;
  height: 15px;
}
.single-product .main_content_archive .article_archive, .archive .main_content_archive .article_archive {
  flex: 1;
}
.single-product .bg, .archive .bg {
  background: #2b2c3f;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  height: 407px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .single-product .bg, .archive .bg {
    top: 60px;
    height: 490px;
  }
}
.single-product .bg:before, .archive .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(268.24deg, rgba(255, 255, 255, 0.07) 64.89%, rgba(43, 44, 63, 0) 98.84%);
  clip-path: polygon(90% 100%, 100% 94%, 73% 0, 0 0, 0 80%);
  width: 1400px;
  height: 424px;
  z-index: 1;
}
.single-product .bg::after, .archive .bg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(267.69deg, rgba(255, 255, 255, 0.07) 75.5%, rgba(43, 44, 63, 0) 114.72%);
  clip-path: polygon(27% 100%, 100% 87%, 100% 20%, 0 93%, 0 100%);
  width: 1000px;
  height: 424px;
  z-index: 2;
}
.single-product .archive-top, .archive .archive-top {
  position: relative;
  z-index: 9;
  padding: 40px 0;
}
@media (max-width: 1024px) {
  .single-product .archive-top, .archive .archive-top {
    padding: 35px 0 20px;
  }
}
.single-product .archive-top h1, .archive .archive-top h1, .single-product .archive-top h2, .archive .archive-top h2 {
  text-align: center;
  font-family: "Poppins" !important;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 45px;
  color: #fff !important;
  display: block;
  margin-bottom: 30px;
}
.single-product .search-block, .archive .search-block {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 366px;
}
@media (max-width: 1024px) {
  .single-product .search-block, .archive .search-block {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .single-product .search-block, .archive .search-block {
    display: block;
  }
}
.single-product .search-block .woocommerce-result-count, .archive .search-block .woocommerce-result-count {
  margin-right: 90px !important;
}
@media (max-width: 1024px) {
  .single-product .search-block .woocommerce-result-count, .archive .search-block .woocommerce-result-count {
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .single-product .search-block .woocommerce-result-count, .archive .search-block .woocommerce-result-count {
    padding: 10px 20px 10px 0 !important;
  }
}
.single-product .search-block .aws-container, .archive .search-block .aws-container {
  flex: 1;
  margin: 0 25px 40px 0;
}
@media (max-width: 1024px) {
}
@media (max-width: 767px) {
  .single-product .search-block .aws-container, .archive .search-block .aws-container {
    margin: 0 auto 67px;
  }
}
.single-product .search-block .aws-search-field, .archive .search-block .aws-search-field {
  border-radius: 7px 0 0 7px !important;
  padding: 8px 20px 6px;
  background: #fff;
}
.single-product .search-block .aws-search-field:focus, .archive .search-block .aws-search-field:focus {
  border: none;
}
.single-product .search-block .aws-container .aws-search-form .aws-form-btn, .archive .search-block .aws-container .aws-search-form .aws-form-btn {
  left: -4px;
  z-index: 2;
  background: #ec304e;
  border: none;
  width: 95px;
  align-items: center;
  flex-direction: row;
  border-radius: 7px !important;
}
@media (max-width: 767px) {
  .single-product .search-block .aws-container .aws-search-form .aws-form-btn, .archive .search-block .aws-container .aws-search-form .aws-form-btn {
    left: 0;
  }
}
.single-product .search-block .aws-container .aws-search-form .aws-form-btn:hover, .archive .search-block .aws-container .aws-search-form .aws-form-btn:hover {
  background: #362f41;
}
.single-product .search-block .aws-container .aws-search-form .aws-search-btn_icon, .archive .search-block .aws-container .aws-search-form .aws-search-btn_icon {
  color: #fff;
}
.single-product .search-block .aws-container .aws-search-form .aws-wrapper, .archive .search-block .aws-container .aws-search-form .aws-wrapper {
  margin: 0;
}
.single-product .grid_line_buttons, .archive .grid_line_buttons {
  position: absolute;
  top: 12px;
  right: 0;
  display: none;
}
@media (max-width: 1024px) {
  .single-product .grid_line_buttons, .archive .grid_line_buttons {
    display: none;
  }
}
.single-product .grid_line_buttons > span, .archive .grid_line_buttons > span {
  margin-left: 15px;
  cursor: pointer;
}
.single-product .grid_line_buttons > span svg rect, .archive .grid_line_buttons > span svg rect {
  fill: #555665;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-product .grid_line_buttons > span.active svg rect, .archive .grid_line_buttons > span.active svg rect, .single-product .grid_line_buttons > span:hover svg rect, .archive .grid_line_buttons > span:hover svg rect {
  fill: #fff;
}
.single-product .woocommerce-ordering, .archive .woocommerce-ordering {
  display: none !important;
}
.single-product .woocommerce-result-count-wrap, .archive .woocommerce-result-count-wrap {
  width: 100%;
  flex-basis: 100%;
  text-align: right;
}
.single-product .woocommerce-result-count, .archive .woocommerce-result-count {
  display: inline-block;
  float: none !important;
  padding: 0 !important;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  background: transparent;
  border-radius: 6px;
  padding: 10px 20px !important;
  margin: 0 !important;
}
.single-product .products .product, .archive .products .product {
  position: relative;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  flex-direction: column;
  margin-bottom: 18px !important;
  border: 1px solid rgba(43, 44, 63, 0);
  box-shadow: 0px 9px 12px rgba(43, 44, 63, 0);
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-product .products .product .product-item-image, .archive .products .product .product-item-image {
  width: 223px;
  position: relative;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .single-product .products .product .product-item-image, .archive .products .product .product-item-image {
    width: 100%;
    height: 200px;
  }
}
.single-product .products .product .product-item-image img, .archive .products .product .product-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-product .products .product .product-item-info, .archive .products .product .product-item-info {
  border-radius: 0 6px 6px 0;
  position: relative;
  overflow: hidden;
  flex: 1;
  background: #fff;
  padding: 15px 20px 90px 20px;
}
.single-product .products .product .product-item-info h2, .archive .products .product .product-item-info h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 32px;
  padding-bottom: 10px;
  color: #2b2c3f;
  margin-bottom: 0;
}
.single-product .products .product .product-item-info .date-post, .archive .products .product .product-item-info .date-post {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  color: #72748e;
  display: block;
  margin-bottom: 10px;
}
.single-product .products .product .product-item-info p, .archive .products .product .product-item-info p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.2;
  color: #2b2c3f;
}
.single-product .products .product .product-item-info > .flex, .archive .products .product .product-item-info > .flex {
  align-items: flex-start;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 20px 0;
}
@media (max-width: 767px) {
  .single-product .products .product .product-item-info > .flex, .archive .products .product .product-item-info > .flex {
    display: block;
  }
}
.single-product .products .product .product-item-info > .flex .btn-wrap, .archive .products .product .product-item-info > .flex .btn-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.single-product .products .product .product-item-info > .flex .btn-wrap a.button:first-child, .archive .products .product .product-item-info > .flex .btn-wrap a.button:first-child {
  margin: 0 20px 0 0 !important;
}
.single-product .products .product .product-item-info > .flex .btn-wrap .sku_list, .archive .products .product .product-item-info > .flex .btn-wrap .sku_list {
  font-size: 14px;
  flex: 1;
  text-align: right;
  color: #747474;
}
.single-product .products .product .product-item-info > .flex .btn-wrap .added_to_cart.wc-forward, .archive .products .product .product-item-info > .flex .btn-wrap .added_to_cart.wc-forward {
  display: none;
}
.single-product .products .product .product-item-info > .flex .btn-wrap .add_to_cart_button, .archive .products .product .product-item-info > .flex .btn-wrap .add_to_cart_button, .single-product .products .product .product-item-info > .flex .btn-wrap .button-gray, .archive .products .product .product-item-info > .flex .btn-wrap .button-gray {
  background: #72748e !important;
  margin: 0 !important;
  text-transform: capitalize;
}
.single-product .products .product .product-item-info > .flex .btn-wrap .add_to_cart_button:hover, .archive .products .product .product-item-info > .flex .btn-wrap .add_to_cart_button:hover, .single-product .products .product .product-item-info > .flex .btn-wrap .button-gray:hover, .archive .products .product .product-item-info > .flex .btn-wrap .button-gray:hover {
  background: #ee193d !important;
  color: #fff;
}
.single-product .products .product .product-item-info .tags-post, .archive .products .product .product-item-info .tags-post {
  flex: 1;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.single-product .products .product .product-item-info .tags-post .pa-value, .archive .products .product .product-item-info .tags-post .pa-value {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  background: #e0e0e0;
  border-radius: 3px;
  padding: 0 6px;
  margin: 0 5px 5px 0;
}
.single-product .products .product .product-item-info .btn-wrap, .archive .products .product .product-item-info .btn-wrap {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .single-product .products .product .product-item-info .btn-wrap, .archive .products .product .product-item-info .btn-wrap {
    margin: 15px 0;
  }
}
.single-product .products .product .product-item-hover-wrap, .archive .products .product .product-item-hover-wrap {
  position: absolute;
  top: 0;
  width: 345px;
  right: -365px;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .single-product .products .product .product-item-hover-wrap, .archive .products .product .product-item-hover-wrap {
    display: none !important;
  }
}
.single-product .products .product.active .product-item-hover-wrap, .archive .products .product.active .product-item-hover-wrap {
  opacity: 1;
  visibility: visible;
}
.single-product .products .product:hover, .archive .products .product:hover {
  border: 1px solid rgba(43, 44, 63, 0.17);
  box-shadow: 0px 9px 12px rgba(43, 44, 63, 0.5);
}
.single-product .products .product:hover .product-item-image img, .archive .products .product:hover .product-item-image img {
  transform: scale(1.1);
}
.single-product .main_content_archive, .archive .main_content_archive {
  margin-bottom: 100px;
  position: relative;
  z-index: 9;
}
.single-product .main_content_archive.grid_wrap .row, .archive .main_content_archive.grid_wrap .row {
  padding-right: 0;
  align-items: flex-start;
}
.single-product .main_content_archive.grid_wrap .products, .archive .main_content_archive.grid_wrap .products {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.single-product .main_content_archive.grid_wrap .products > *, .archive .main_content_archive.grid_wrap .products > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 768px) {
  .single-product .main_content_archive.grid_wrap .products, .archive .main_content_archive.grid_wrap .products {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .single-product .main_content_archive.grid_wrap .products > *, .archive .main_content_archive.grid_wrap .products > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 767px) {
  .single-product .main_content_archive.grid_wrap .products, .archive .main_content_archive.grid_wrap .products {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .single-product .main_content_archive.grid_wrap .products > *, .archive .main_content_archive.grid_wrap .products > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.single-product .main_content_archive.grid_wrap .products .product .product-item-image, .archive .main_content_archive.grid_wrap .products .product .product-item-image {
  width: 100%;
  height: 200px;
  position: relative;
}
.single-product .main_content_archive.grid_wrap .products .product .product-item-image .focused_products, .archive .main_content_archive.grid_wrap .products .product .product-item-image .focused_products {
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 100%;
  left: 0;
  text-align: right;
  padding: 0 20px;
}
.single-product .main_content_archive.grid_wrap .products .product .product-item-image .focused_products > span, .archive .main_content_archive.grid_wrap .products .product .product-item-image .focused_products > span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #ec304e;
  transform: rotate(45deg);
  margin-left: 10px;
}
.single-product .main_content_archive.grid_wrap .products .product .product-item-image .early_access, .archive .main_content_archive.grid_wrap .products .product .product-item-image .early_access {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 14px;
  color: #fff;
}
.single-product .main_content_archive.grid_wrap .products .product .product-item-hover-wrap, .archive .main_content_archive.grid_wrap .products .product .product-item-hover-wrap {
  display: none !important;
}
.single-product .main_content_archive.grid_wrap .products .product .product-item-info p, .archive .main_content_archive.grid_wrap .products .product .product-item-info p {
  padding-bottom: 15px;
}
.single-product .main_content_archive.grid_wrap .products .product .product-item-info > .flex, .archive .main_content_archive.grid_wrap .products .product .product-item-info > .flex {
  display: block;
}
.single-product .main_content_archive.grid_wrap .products .product .product-item-info .btn-wrap, .archive .main_content_archive.grid_wrap .products .product .product-item-info .btn-wrap {
  margin: 15px 0;
}
.single-product .coma > span:last-of-type > span, .archive .coma > span:last-of-type > span {
  display: none;
}
.single-product .single-top-hover-pr, .archive .single-top-hover-pr {
  margin-bottom: 8px;
}
.single-product .single-top-hover-pr .swiper-slide, .archive .single-top-hover-pr .swiper-slide {
  height: 204px;
}
.single-product .single-top-hover-pr .swiper-slide img, .archive .single-top-hover-pr .swiper-slide img, .single-product .single-top-hover-pr .swiper-slide video, .archive .single-top-hover-pr .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-product .single-top-hover-pr .swiper-button-next, .archive .single-top-hover-pr .swiper-button-next, .single-product .single-top-hover-pr .swiper-button-prev, .archive .single-top-hover-pr .swiper-button-prev {
  color: #fff;
  background-image: none;
}
.single-product .single-top-hover-pr .swiper-button-next:after, .archive .single-top-hover-pr .swiper-button-next:after, .single-product .single-top-hover-pr .swiper-button-prev:after, .archive .single-top-hover-pr .swiper-button-prev:after {
  font-size: 14px;
}
.single-product .single-thumbs-hover-pr, .archive .single-thumbs-hover-pr {
  padding: 0 8px;
}
.single-product .single-thumbs-hover-pr .swiper-slide, .archive .single-thumbs-hover-pr .swiper-slide {
  height: 89px;
  cursor: pointer;
}
.single-product .single-thumbs-hover-pr .swiper-slide img, .archive .single-thumbs-hover-pr .swiper-slide img, .single-product .single-thumbs-hover-pr .swiper-slide video, .archive .single-thumbs-hover-pr .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-product .single-thumbs-hover-pr .swiper-slide.video_icon:before, .archive .single-thumbs-hover-pr .swiper-slide.video_icon:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.single-product .single-thumbs-hover-pr .swiper-slide.video_icon:after, .archive .single-thumbs-hover-pr .swiper-slide.video_icon:after {
  content: "\f144";
  font-family: "fontawesome-solid";
  font-size: 35px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
}
.single-product .single-thumbs-hover-pr .swiper-slide.swiper-slide-active, .archive .single-thumbs-hover-pr .swiper-slide.swiper-slide-active, .single-product .single-thumbs-hover-pr .swiper-slide:hover, .archive .single-thumbs-hover-pr .swiper-slide:hover {
  opacity: 0.6;
}
.single-product .product-item-hover-info, .archive .product-item-hover-info {
  padding: 20px 30px 10px;
}
.single-product .product-item-hover-info h2, .archive .product-item-hover-info h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 0px;
}
.single-product .product-item-hover-info .pa-value-wrap .pa-value, .archive .product-item-hover-info .pa-value-wrap .pa-value {
  display: inline-block;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  background: #e0e0e0;
  border-radius: 3px;
  padding: 0 6px;
  margin: 0 5px 5px 0;
}
.single-product .product-item-hover-info p, .archive .product-item-hover-info p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 170%;
  color: #2b2c3f;
  padding-bottom: 0;
}
.single-product .product-item-hover-info .btn-wrap a.button, .archive .product-item-hover-info .btn-wrap a.button {
  width: 100%;
  font-size: 16px !important;
  background: #72748e !important;
}
.single-product .product-item-hover-info .btn-wrap a.button:hover, .archive .product-item-hover-info .btn-wrap a.button:hover {
  background: #362f41 !important;
}
.single-product .product-item-hover-info .footnote-info > span, .archive .product-item-hover-info .footnote-info > span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  color: #2b2c3f;
  display: block;
  margin-bottom: 10px;
}
.single-product .product-item-hover-info .footnote-info > div > div, .archive .product-item-hover-info .footnote-info > div > div {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #2b2c3f;
  margin-bottom: 8px;
}
.single-product .product-item-hover-info .footnote-info > div > div > span:first-child, .archive .product-item-hover-info .footnote-info > div > div > span:first-child {
  font-weight: 600;
  color: #72748e;
}
.single-product .product-item-hover-info .footnote-info .added_to_cart.wc-forward, .archive .product-item-hover-info .footnote-info .added_to_cart.wc-forward {
  display: none;
}
.single-product .filter-slider, .archive .filter-slider {
  position: relative;
  background: #fff;
  border-radius: 6px;
  margin: 0 auto;
  width: 1000px;
  max-width: 100%;
}
.single-product .filter-slider .swiper, .archive .filter-slider .swiper {
  margin: 0 34px;
}
.single-product .filter-slider .swiper .swiper-slide, .archive .filter-slider .swiper .swiper-slide {
  width: auto !important;
  height: auto !important;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #2b2c3f;
  padding: 13px 0;
  cursor: pointer;
}
.single-product .filter-slider .swiper .swiper-slide a, .archive .filter-slider .swiper .swiper-slide a {
  font-size: 16px;
  line-height: 24px;
  color: #2b2c3f;
}
.single-product .filter-slider .swiper .swiper-slide a:hover, .archive .filter-slider .swiper .swiper-slide a:hover {
  color: #ec304e;
}
@media (max-width: 767px) {
  .single-product .filter-slider .swiper .swiper-slide, .archive .filter-slider .swiper .swiper-slide {
    font-size: 14px;
    line-height: 20px;
  }
}
.single-product .filter-slider .swiper .swiper-slide:before, .archive .filter-slider .swiper .swiper-slide:before {
  content: "";
  position: absolute;
  top: 19px;
  left: -34px;
  width: 1px;
  height: 14px;
  background: #d2d2d6;
}
@media (max-width: 1024px) {
  .single-product .filter-slider .swiper .swiper-slide:before, .archive .filter-slider .swiper .swiper-slide:before {
    left: -10px;
  }
}
.single-product .filter-slider .swiper-button-next, .archive .filter-slider .swiper-button-next, .single-product .filter-slider .swiper-button-prev, .archive .filter-slider .swiper-button-prev {
  width: 24px;
  height: 44px;
  background: #ec304e;
  border-radius: 4px;
}
.single-product .filter-slider .swiper-button-next:after, .archive .filter-slider .swiper-button-next:after, .single-product .filter-slider .swiper-button-prev:after, .archive .filter-slider .swiper-button-prev:after {
  font-size: 14px;
  color: #fff;
}
.single-product .filter-slider .swiper-button-next.swiper-button-disabled, .archive .filter-slider .swiper-button-next.swiper-button-disabled, .single-product .filter-slider .swiper-button-prev.swiper-button-disabled, .archive .filter-slider .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.single-product .filter-slider .swiper-button-next, .archive .filter-slider .swiper-button-next {
  right: 3px;
}
.single-product .filter-slider .swiper-button-prev, .archive .filter-slider .swiper-button-prev {
  left: 3px;
}
.single-product .wcpf-filter-inner .wcpf-field-item .wcpf-text-list-title, .archive .wcpf-filter-inner .wcpf-field-item .wcpf-text-list-title, .single-product .wcpf-filter-inner .wcpf-field-item .wcpf-inner, .archive .wcpf-filter-inner .wcpf-field-item .wcpf-inner, .single-product .wcpf-filter-inner .wcpf-field-item .wcpf-box-title, .archive .wcpf-filter-inner .wcpf-field-item .wcpf-box-title, .single-product .wcpf-filter-inner .wcpf-field-item .wcpf-field-title, .archive .wcpf-filter-inner .wcpf-field-item .wcpf-field-title {
  padding: 0;
}
.single-product .wcpf-filter-inner .wcpf-field-item .wcpf-text-list-title:before, .archive .wcpf-filter-inner .wcpf-field-item .wcpf-text-list-title:before, .single-product .wcpf-filter-inner .wcpf-field-item .wcpf-inner:before, .archive .wcpf-filter-inner .wcpf-field-item .wcpf-inner:before, .single-product .wcpf-filter-inner .wcpf-field-item .wcpf-box-title:before, .archive .wcpf-filter-inner .wcpf-field-item .wcpf-box-title:before, .single-product .wcpf-filter-inner .wcpf-field-item .wcpf-field-title:before, .archive .wcpf-filter-inner .wcpf-field-item .wcpf-field-title:before {
  opacity: 0;
  visibility: hidden;
}
.single-product .wcpf-filter-inner .wcpf-field-item .wcpf-text-list-title .text, .archive .wcpf-filter-inner .wcpf-field-item .wcpf-text-list-title .text, .single-product .wcpf-filter-inner .wcpf-field-item .wcpf-inner .text, .archive .wcpf-filter-inner .wcpf-field-item .wcpf-inner .text, .single-product .wcpf-filter-inner .wcpf-field-item .wcpf-box-title .text, .archive .wcpf-filter-inner .wcpf-field-item .wcpf-box-title .text, .single-product .wcpf-filter-inner .wcpf-field-item .wcpf-field-title .text, .archive .wcpf-filter-inner .wcpf-field-item .wcpf-field-title .text {
  display: block;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  color: #2b2c3f;
  padding-bottom: 20px;
  padding-top: 10px;
  padding-left: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #d2d2d6;
  text-transform: capitalize;
}
.single-product .wcpf-filter-inner .wcpf-field-item .wcpf-text-list-title .box-toggle, .archive .wcpf-filter-inner .wcpf-field-item .wcpf-text-list-title .box-toggle, .single-product .wcpf-filter-inner .wcpf-field-item .wcpf-inner .box-toggle, .archive .wcpf-filter-inner .wcpf-field-item .wcpf-inner .box-toggle, .single-product .wcpf-filter-inner .wcpf-field-item .wcpf-box-title .box-toggle, .archive .wcpf-filter-inner .wcpf-field-item .wcpf-box-title .box-toggle, .single-product .wcpf-filter-inner .wcpf-field-item .wcpf-field-title .box-toggle, .archive .wcpf-filter-inner .wcpf-field-item .wcpf-field-title .box-toggle {
  top: 25px;
}
.single-product .wcpf-filter-inner .wcpf-field-item .wcpf-text-list, .archive .wcpf-filter-inner .wcpf-field-item .wcpf-text-list, .single-product .wcpf-filter-inner .wcpf-field-item .wcpf-box-list, .archive .wcpf-filter-inner .wcpf-field-item .wcpf-box-list, .single-product .wcpf-filter-inner .wcpf-field-item .wcpf-checkbox-list, .archive .wcpf-filter-inner .wcpf-field-item .wcpf-checkbox-list {
  margin-top: 20px;
}
.single-product .wcpf-filter-inner .wcpf-field-item .wcpf-text-list .wcpf-text-item, .archive .wcpf-filter-inner .wcpf-field-item .wcpf-text-list .wcpf-text-item, .single-product .wcpf-filter-inner .wcpf-field-item .wcpf-box-list .wcpf-text-item, .archive .wcpf-filter-inner .wcpf-field-item .wcpf-box-list .wcpf-text-item, .single-product .wcpf-filter-inner .wcpf-field-item .wcpf-checkbox-list .wcpf-text-item, .archive .wcpf-filter-inner .wcpf-field-item .wcpf-checkbox-list .wcpf-text-item, .single-product .wcpf-filter-inner .wcpf-field-item .wcpf-text-list .wcpf-checkbox-item, .archive .wcpf-filter-inner .wcpf-field-item .wcpf-text-list .wcpf-checkbox-item, .single-product .wcpf-filter-inner .wcpf-field-item .wcpf-box-list .wcpf-checkbox-item, .archive .wcpf-filter-inner .wcpf-field-item .wcpf-box-list .wcpf-checkbox-item, .single-product .wcpf-filter-inner .wcpf-field-item .wcpf-checkbox-list .wcpf-checkbox-item, .archive .wcpf-filter-inner .wcpf-field-item .wcpf-checkbox-list .wcpf-checkbox-item {
  display: block;
}
.single-product .wcpf-filter-inner .wcpf-field-item .wcpf-text-list .wcpf-text-item .wcpf-title, .archive .wcpf-filter-inner .wcpf-field-item .wcpf-text-list .wcpf-text-item .wcpf-title, .single-product .wcpf-filter-inner .wcpf-field-item .wcpf-box-list .wcpf-text-item .wcpf-title, .archive .wcpf-filter-inner .wcpf-field-item .wcpf-box-list .wcpf-text-item .wcpf-title, .single-product .wcpf-filter-inner .wcpf-field-item .wcpf-checkbox-list .wcpf-text-item .wcpf-title, .archive .wcpf-filter-inner .wcpf-field-item .wcpf-checkbox-list .wcpf-text-item .wcpf-title, .single-product .wcpf-filter-inner .wcpf-field-item .wcpf-text-list .wcpf-checkbox-item .wcpf-title, .archive .wcpf-filter-inner .wcpf-field-item .wcpf-text-list .wcpf-checkbox-item .wcpf-title, .single-product .wcpf-filter-inner .wcpf-field-item .wcpf-box-list .wcpf-checkbox-item .wcpf-title, .archive .wcpf-filter-inner .wcpf-field-item .wcpf-box-list .wcpf-checkbox-item .wcpf-title, .single-product .wcpf-filter-inner .wcpf-field-item .wcpf-checkbox-list .wcpf-checkbox-item .wcpf-title, .archive .wcpf-filter-inner .wcpf-field-item .wcpf-checkbox-list .wcpf-checkbox-item .wcpf-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #949494;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-product .wcpf-filter-inner .wcpf-field-item .wcpf-text-list .wcpf-text-item .wcpf-title:hover, .archive .wcpf-filter-inner .wcpf-field-item .wcpf-text-list .wcpf-text-item .wcpf-title:hover, .single-product .wcpf-filter-inner .wcpf-field-item .wcpf-box-list .wcpf-text-item .wcpf-title:hover, .archive .wcpf-filter-inner .wcpf-field-item .wcpf-box-list .wcpf-text-item .wcpf-title:hover, .single-product .wcpf-filter-inner .wcpf-field-item .wcpf-checkbox-list .wcpf-text-item .wcpf-title:hover, .archive .wcpf-filter-inner .wcpf-field-item .wcpf-checkbox-list .wcpf-text-item .wcpf-title:hover, .single-product .wcpf-filter-inner .wcpf-field-item .wcpf-text-list .wcpf-checkbox-item .wcpf-title:hover, .archive .wcpf-filter-inner .wcpf-field-item .wcpf-text-list .wcpf-checkbox-item .wcpf-title:hover, .single-product .wcpf-filter-inner .wcpf-field-item .wcpf-box-list .wcpf-checkbox-item .wcpf-title:hover, .archive .wcpf-filter-inner .wcpf-field-item .wcpf-box-list .wcpf-checkbox-item .wcpf-title:hover, .single-product .wcpf-filter-inner .wcpf-field-item .wcpf-checkbox-list .wcpf-checkbox-item .wcpf-title:hover, .archive .wcpf-filter-inner .wcpf-field-item .wcpf-checkbox-list .wcpf-checkbox-item .wcpf-title:hover {
  color: rgba(229, 0, 44, 1);
}
.single-product .wcpf-filter-inner .wcpf-field-item .wcpf-text-list .wcpf-text-item.selected .wcpf-title, .archive .wcpf-filter-inner .wcpf-field-item .wcpf-text-list .wcpf-text-item.selected .wcpf-title, .single-product .wcpf-filter-inner .wcpf-field-item .wcpf-box-list .wcpf-text-item.selected .wcpf-title, .archive .wcpf-filter-inner .wcpf-field-item .wcpf-box-list .wcpf-text-item.selected .wcpf-title, .single-product .wcpf-filter-inner .wcpf-field-item .wcpf-checkbox-list .wcpf-text-item.selected .wcpf-title, .archive .wcpf-filter-inner .wcpf-field-item .wcpf-checkbox-list .wcpf-text-item.selected .wcpf-title, .single-product .wcpf-filter-inner .wcpf-field-item .wcpf-text-list .wcpf-checkbox-item.selected .wcpf-title, .archive .wcpf-filter-inner .wcpf-field-item .wcpf-text-list .wcpf-checkbox-item.selected .wcpf-title, .single-product .wcpf-filter-inner .wcpf-field-item .wcpf-box-list .wcpf-checkbox-item.selected .wcpf-title, .archive .wcpf-filter-inner .wcpf-field-item .wcpf-box-list .wcpf-checkbox-item.selected .wcpf-title, .single-product .wcpf-filter-inner .wcpf-field-item .wcpf-checkbox-list .wcpf-checkbox-item.selected .wcpf-title, .archive .wcpf-filter-inner .wcpf-field-item .wcpf-checkbox-list .wcpf-checkbox-item.selected .wcpf-title {
  color: rgba(229, 0, 44, 1);
}
.single-product .wcpf-filter-inner .bundles_items .wcpf-field-title:before, .archive .wcpf-filter-inner .bundles_items .wcpf-field-title:before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../img/icon_pr_1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 3px;
  left: 0;
}
.single-product .wcpf-filter-inner .rearner-population_items .wcpf-field-title:before, .archive .wcpf-filter-inner .rearner-population_items .wcpf-field-title:before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../img/icon_pr_2.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 3px;
  left: 0;
}
.single-product .wcpf-filter-inner .specialty_items .wcpf-field-title:before, .archive .wcpf-filter-inner .specialty_items .wcpf-field-title:before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../img/icon_pr_3.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 3px;
  left: 0;
}
.single-product .wcpf-filter-inner .author_items .wcpf-field-title:before, .archive .wcpf-filter-inner .author_items .wcpf-field-title:before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../img/icon_pr_4.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 3px;
  left: 0;
}
.single-product .wcpf-filter-inner .complexity_items .wcpf-field-title:before, .archive .wcpf-filter-inner .complexity_items .wcpf-field-title:before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../img/vvvv1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 3px;
  left: 0;
}
.single-product .wcpf-filter-inner .language_items .wcpf-box-title:before, .archive .wcpf-filter-inner .language_items .wcpf-box-title:before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../img/icon_pr_5.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 3px;
  left: 0;
}
.single-product .wcpf-filter-inner .language_items .wcpf-box-list .wcpf-box-item, .archive .wcpf-filter-inner .language_items .wcpf-box-list .wcpf-box-item {
  width: auto !important;
  height: auto !important;
  display: inline-block;
  padding: 10px 11px;
  float: none;
  text-align: left;
  margin: 0;
  line-height: 1 !important;
}
.single-product .wcpf-filter-inner .language_items .wcpf-box-list .wcpf-box-item span, .archive .wcpf-filter-inner .language_items .wcpf-box-list .wcpf-box-item span {
  display: block;
}
.single-product .wcpf-filter-inner .tags_items .wcpf-text-list-title:before, .archive .wcpf-filter-inner .tags_items .wcpf-text-list-title:before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../img/icon_pr_6.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 3px;
  left: 0;
}
.single-product .wcpf-filter-inner .tags_items .wcpf-text-list .wcpf-text-item, .archive .wcpf-filter-inner .tags_items .wcpf-text-list .wcpf-text-item {
  display: inline-block;
}
.single-product .wcpf-filter-inner .room-size_items .wcpf-box-title:before, .archive .wcpf-filter-inner .room-size_items .wcpf-box-title:before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../img/icon_pr_7.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 3px;
  left: 0;
}
.single-product .wcpf-filter-inner .room-size_items .wcpf-box-list .wcpf-box-item, .archive .wcpf-filter-inner .room-size_items .wcpf-box-list .wcpf-box-item {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1 !important;
  text-align: center;
  color: #2b2c3f;
  border: none;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  background: #d9d9d9;
  padding: 5px;
  border-radius: 5px;
  height: auto !important;
  width: auto !important;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-product .wcpf-filter-inner .room-size_items .wcpf-box-list .wcpf-box-item span.wcpf-title, .archive .wcpf-filter-inner .room-size_items .wcpf-box-list .wcpf-box-item span.wcpf-title {
  display: block;
}
.single-product .wcpf-filter-inner .room-size_items .wcpf-box-list .wcpf-box-item.selected, .archive .wcpf-filter-inner .room-size_items .wcpf-box-list .wcpf-box-item.selected {
  background: #ec304e;
  border-radius: 4px;
  color: #fff;
}
.single-product .wcpf-filter-inner .room-size_items .wcpf-box-list .wcpf-box-item:hover, .archive .wcpf-filter-inner .room-size_items .wcpf-box-list .wcpf-box-item:hover {
  opacity: 0.6;
}
.single-product .wcpf-filter-inner .setting_items .wcpf-field-title:before, .archive .wcpf-filter-inner .setting_items .wcpf-field-title:before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../img/settings.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 3px;
  left: 0;
}
.single-product .wcpf-filter-inner .patient-ect_items .wcpf-field-title:before, .archive .wcpf-filter-inner .patient-ect_items .wcpf-field-title:before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../img/icon_pr_9.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 3px;
  left: 0;
}
.single-product .wcpf-filter-inner .wcpf-field-item .wcpf-text-list-title .box-toggle:before, .archive .wcpf-filter-inner .wcpf-field-item .wcpf-text-list-title .box-toggle:before, .single-product .wcpf-filter-inner .wcpf-field-item .wcpf-inner .box-toggle:before, .archive .wcpf-filter-inner .wcpf-field-item .wcpf-inner .box-toggle:before, .single-product .wcpf-filter-inner .wcpf-field-item .wcpf-box-title .box-toggle:before, .archive .wcpf-filter-inner .wcpf-field-item .wcpf-box-title .box-toggle:before, .single-product .wcpf-filter-inner .wcpf-field-item .wcpf-field-title .box-toggle:before, .archive .wcpf-filter-inner .wcpf-field-item .wcpf-field-title .box-toggle:before {
  content: "";
  background-image: url("../img/st_filter.svg");
  width: 7px;
  height: 12px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-product .wcpf-icon-android-add:before, .archive .wcpf-icon-android-add:before, .single-product .wcpf-front-element .wcpf-more-button .wcpf-more-icon:before, .archive .wcpf-front-element .wcpf-more-button .wcpf-more-icon:before, .single-product .wcpf-front-element.wcpf-hierarchical-collapsed .wcpf-item-hierarchical-collapsed.wcpf-item-box-hide > .wcpf-item-inner > .wcpf-item-label .box-item-toggle:before, .archive .wcpf-front-element.wcpf-hierarchical-collapsed .wcpf-item-hierarchical-collapsed.wcpf-item-box-hide > .wcpf-item-inner > .wcpf-item-label .box-item-toggle:before, .single-product .wcpf-layout-item.wcpf-box-style.wcpf-box-hide .wcpf-heading-label .box-toggle:before, .archive .wcpf-layout-item.wcpf-box-style.wcpf-box-hide .wcpf-heading-label .box-toggle:before, .single-product .wcpf-field-item.wcpf-box-style.wcpf-box-hide .wcpf-heading-label .box-toggle:before, .archive .wcpf-field-item.wcpf-box-style.wcpf-box-hide .wcpf-heading-label .box-toggle:before {
  content: "";
  transform: rotate(90deg);
}
.single-product .wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item .wcpf-input-container, .archive .wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item .wcpf-input-container {
  background: #e6e6e6;
  border-radius: 4px;
  border: 2px solid #d9d9d9;
  width: 19px;
  height: 19px;
}
.single-product .wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item.checked .wcpf-input-container, .archive .wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item.checked .wcpf-input-container {
  background: #d9d9d9;
}
.single-product .wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item .wcpf-title-container, .archive .wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item .wcpf-title-container {
  width: -webkit-calc(100% - 19px);
  width: calc(100% - 19px);
}
.single-product .wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item .wcpf-title-container .wcpf-title, .archive .wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item .wcpf-title-container .wcpf-title {
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-product .wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item .wcpf-title-container .wcpf-title:hover, .archive .wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item .wcpf-title-container .wcpf-title:hover {
  color: #ec304e;
}
.single-product .wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item, .archive .wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item {
  margin-bottom: 5px;
}
.single-product .wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item > .wcpf-item-inner, .archive .wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item > .wcpf-item-inner {
  padding: 8px 10px 0px 10px !important;
}
.single-product .wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item.checked > .wcpf-checkbox-item-inner > .wcpf-checkbox-label .wcpf-input-container::after, .archive .wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item.checked > .wcpf-checkbox-item-inner > .wcpf-checkbox-label .wcpf-input-container::after {
  border: solid #ec304e;
  border-width: 0 0 2px 2px;
  left: 4px;
}
.single-product .wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item.checked .wcpf-title-container .wcpf-title, .archive .wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item.checked .wcpf-title-container .wcpf-title {
  color: #ec304e;
}
.single-product .wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item.checked > .wcpf-item-inner, .archive .wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item.checked > .wcpf-item-inner {
  background: #ec304e;
  border-radius: 4px;
}
.single-product .wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item.checked > .wcpf-item-inner .wcpf-title, .archive .wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item.checked > .wcpf-item-inner .wcpf-title {
  color: #fff;
}
.single-product .call_to_action, .archive .call_to_action {
  background: #72748e;
  border-radius: 6px;
  padding: 12px 22px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .single-product .call_to_action, .archive .call_to_action {
    display: block;
    margin-bottom: 30px;
  }
}
.single-product .call_to_action .call_to_action_text, .archive .call_to_action .call_to_action_text {
  flex: 1;
}
.single-product .call_to_action .call_to_action_text h2, .archive .call_to_action .call_to_action_text h2 {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 5px;
}
.single-product .call_to_action .call_to_action_text p, .archive .call_to_action .call_to_action_text p {
  color: #fff !important;
  font-weight: 300 !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
  padding-bottom: 0 !important;
}
.single-product .call_to_action .call_to_action_button a.button, .archive .call_to_action .call_to_action_button a.button {
  background: #b3b2b2 !important;
}
.single-product .call_to_action .call_to_action_button a.button:hover, .archive .call_to_action .call_to_action_button a.button:hover {
  background: #818181 !important;
}
.single-product .system_requirements > div, .archive .system_requirements > div {
  flex-basis: 50%;
}
@media (max-width: 1024px) {
  .single-product .system_requirements > div, .archive .system_requirements > div {
    flex-basis: 100%;
  }
}
.single-product .system_requirements h3, .archive .system_requirements h3 {
  font-weight: 500;
  font-size: 12px;
  line-height: 170%;
  color: #2b2c3f;
  text-transform: uppercase;
  padding-bottom: 0;
}
.single-product .system_requirements p, .archive .system_requirements p {
  line-height: 1.9;
}
.single-product .system_requirements p strong, .archive .system_requirements p strong {
  color: #72748e;
}
.single-product .top-block-p .news-items-top-text-date, .archive .top-block-p .news-items-top-text-date {
  color: #757575;
  text-transform: uppercase;
  display: block;
  margin-bottom: 35px;
  font-family: "Roboto";
  font-weight: 400;
}
.single-product .single-post-content, .archive .single-post-content {
  padding: 85px 0;
}
.single-product .single-post-content .flex, .archive .single-post-content .flex {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.single-product .single-post-content .content-text, .archive .single-post-content .content-text {
  flex-basis: 70%;
  max-width: 70%;
}
@media (max-width: 1024px) {
  .single-product .single-post-content .content-text, .archive .single-post-content .content-text {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.single-product .single-post-content .content-text .post-bottom, .archive .single-post-content .content-text .post-bottom {
  border-top: 1px solid #ddd;
  padding: 25px 0;
}
.single-product .single-post-content .content-text .post-bottom .post-info, .archive .single-post-content .content-text .post-bottom .post-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-gap: 25px;
}
.single-product .single-post-content .content-text .post-bottom .post-info img, .archive .single-post-content .content-text .post-bottom .post-info img {
  margin-right: 10px;
}
.single-product .single-post-content .content-text .post-bottom .post-info span, .archive .single-post-content .content-text .post-bottom .post-info span, .single-product .single-post-content .content-text .post-bottom .post-info a, .archive .single-post-content .content-text .post-bottom .post-info a {
  color: #000;
  font-size: 14px;
  text-transform: capitalize;
}
.single-product .single-post-content .content-text .post-bottom .post-info .post_tags, .archive .single-post-content .content-text .post-bottom .post-info .post_tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.single-product .single-post-content .content-text .post-bottom .post-info .post_category span, .archive .single-post-content .content-text .post-bottom .post-info .post_category span {
  margin-right: 5px;
}
.single-product .single-post-content .content-text .post-bottom .post-info .clipboard, .archive .single-post-content .content-text .post-bottom .post-info .clipboard {
  cursor: pointer;
}
.single-product .single-post-content .content-text .post-bottom .navigate-btns, .archive .single-post-content .content-text .post-bottom .navigate-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.single-product .single-post-content .content-text .post-bottom .navigate-btns > div, .archive .single-post-content .content-text .post-bottom .navigate-btns > div {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  max-width: 49%;
}
.single-product .single-post-content .content-text .post-bottom .navigate-btns > div a, .archive .single-post-content .content-text .post-bottom .navigate-btns > div a {
  color: #000;
  font-weight: 700;
}
.single-product .single-post-content .content-text .post-bottom .navigate-btns > div.prev-btn, .archive .single-post-content .content-text .post-bottom .navigate-btns > div.prev-btn {
  text-align: left;
}
.single-product .single-post-content .content-text .post-bottom .navigate-btns > div.next-btn, .archive .single-post-content .content-text .post-bottom .navigate-btns > div.next-btn {
  text-align: right;
}
.single-product .single-post-content .sidebar, .archive .single-post-content .sidebar {
  flex-basis: 25%;
  max-width: 25%;
}
@media (max-width: 1024px) {
  .single-product .single-post-content .sidebar, .archive .single-post-content .sidebar {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.single-product .single-post-content .sidebar aside .top-aside, .archive .single-post-content .sidebar aside .top-aside {
  margin-bottom: 40px;
}
.single-product .single-post-content .sidebar aside .top-aside .subscribe-block, .archive .single-post-content .sidebar aside .top-aside .subscribe-block {
  margin-bottom: 10px;
}
.single-product .single-post-content .sidebar aside .top-aside .subscribe-block > .btn, .archive .single-post-content .sidebar aside .top-aside .subscribe-block > .btn {
  cursor: pointer;
  width: 100%;
}
@media (max-width: 1024px) {
  .single-product .single-post-content .sidebar aside .top-aside .subscribe-block > .btn, .archive .single-post-content .sidebar aside .top-aside .subscribe-block > .btn {
    width: auto;
  }
}
.single-product .single-post-content .sidebar aside .top-aside .subscribe-block > .btn:hover, .archive .single-post-content .sidebar aside .top-aside .subscribe-block > .btn:hover {
  border: 1px solid #fcbf00;
  color: #fcbf00;
}
.single-product .single-post-content .sidebar aside .top-aside .subscribe-block .subscribe-form form input[type="email"], .archive .single-post-content .sidebar aside .top-aside .subscribe-block .subscribe-form form input[type="email"] {
  color: #000;
  height: 40px;
  border: 1px solid #e2e2e2;
  padding: 10px 0 10px 10px;
}
.single-product .single-post-content .sidebar aside .top-aside .subscribe-block .subscribe-form form input[type="submit"], .archive .single-post-content .sidebar aside .top-aside .subscribe-block .subscribe-form form input[type="submit"] {
  margin: 5px 0;
  padding: 15px 30px;
  background: #fcbf00;
}
.single-product .single-post-content .sidebar aside .top-aside .subscribe-block .subscribe-form form input[type="submit"]:hover, .archive .single-post-content .sidebar aside .top-aside .subscribe-block .subscribe-form form input[type="submit"]:hover {
  color: #fcbf00;
  background: #fff;
  border-color: #fcbf00;
}
.single-product .single-post-content .sidebar aside .top-aside .searchform input[type="text"], .archive .single-post-content .sidebar aside .top-aside .searchform input[type="text"] {
  background: #e4e4e4;
  color: #000;
  height: 40px;
}
.single-product .single-post-content .sidebar aside .top-aside .searchform .searchsubmit, .archive .single-post-content .sidebar aside .top-aside .searchform .searchsubmit {
  background: #3370de;
  height: 40px;
}
.single-product .single-post-content .sidebar aside .top-aside .searchform .searchsubmit:before, .archive .single-post-content .sidebar aside .top-aside .searchform .searchsubmit:before {
  color: #fff;
}
.single-product .single-post-content .sidebar aside .aside-box > h4, .archive .single-post-content .sidebar aside .aside-box > h4 {
  text-transform: uppercase;
}
.single-product .single-post-content .sidebar aside .aside-box .posts li, .archive .single-post-content .sidebar aside .aside-box .posts li, .single-product .single-post-content .sidebar aside .aside-box .cats li, .archive .single-post-content .sidebar aside .aside-box .cats li {
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 20px;
  margin-bottom: 0;
}
.single-product .single-post-content .sidebar aside .aside-box .posts li:before, .archive .single-post-content .sidebar aside .aside-box .posts li:before, .single-product .single-post-content .sidebar aside .aside-box .cats li:before, .archive .single-post-content .sidebar aside .aside-box .cats li:before {
  top: 15px;
}
.single-product .single-post-content .sidebar aside .aside-box .posts li a, .archive .single-post-content .sidebar aside .aside-box .posts li a, .single-product .single-post-content .sidebar aside .aside-box .cats li a, .archive .single-post-content .sidebar aside .aside-box .cats li a {
  color: #363045;
}
.single-product .single-post-content .sidebar aside .aside-box .tags, .archive .single-post-content .sidebar aside .aside-box .tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.single-product .single-post-content .sidebar aside .aside-box .tags li, .archive .single-post-content .sidebar aside .aside-box .tags li {
  border: 1px solid #7e8286;
  padding: 7px;
  margin-right: 10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.single-product .single-post-content .sidebar aside .aside-box .tags li a, .archive .single-post-content .sidebar aside .aside-box .tags li a {
  display: inline-block;
  color: #7e8286;
  text-transform: uppercase;
  font-size: 11px;
}
.single-product .single-post-content .recent-posts-wrapper, .archive .single-post-content .recent-posts-wrapper {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 60px 0;
}
.single-product .single-post-content .recent-posts-wrapper > h4, .archive .single-post-content .recent-posts-wrapper > h4 {
  margin-bottom: 30px;
}
.single-product .single-post-content .recent-posts-wrapper .posts, .archive .single-post-content .recent-posts-wrapper .posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
@media (max-width: 768px) {
  .single-product .single-post-content .recent-posts-wrapper .posts, .archive .single-post-content .recent-posts-wrapper .posts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .single-product .single-post-content .recent-posts-wrapper .posts, .archive .single-post-content .recent-posts-wrapper .posts {
    grid-template-columns: repeat(1, 1fr);
  }
}
.single-product .single-post-content .recent-posts-wrapper .posts .post .thumbnail, .archive .single-post-content .recent-posts-wrapper .posts .post .thumbnail {
  height: 285px;
  margin-bottom: 25px;
}
.single-product .single-post-content .recent-posts-wrapper .posts .post .thumbnail img, .archive .single-post-content .recent-posts-wrapper .posts .post .thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.single-product .single-post-content .recent-posts-wrapper .posts .post .date, .archive .single-post-content .recent-posts-wrapper .posts .post .date {
  margin-bottom: 25px;
}
.single-product .single-post-content .recent-posts-wrapper .posts .post .date span, .archive .single-post-content .recent-posts-wrapper .posts .post .date span {
  font-size: 16px;
  color: #757575;
}
.single-product .single-post-content .recent-posts-wrapper .posts .post .title, .archive .single-post-content .recent-posts-wrapper .posts .post .title {
  color: #000;
  font-weight: 700;
  font-size: 20px;
}
.single-product .main-content-single-product .row, .archive .main-content-single-product .row {
  width: 1440px;
}
.single-product .main-content-single-product .row.flex, .archive .main-content-single-product .row.flex {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .single-product .main-content-single-product .row.flex, .archive .main-content-single-product .row.flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.single-product .main-content-single-product .single-product-aside, .archive .main-content-single-product .single-product-aside {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 330px;
  -moz-box-flex: 0;
  -moz-flex: 0 0 330px;
  -ms-flex: 0 0 330px;
  flex: 0 0 330px;
  margin-left: 20px;
}
@media (max-width: 1024px) {
  .single-product .main-content-single-product .single-product-aside, .archive .main-content-single-product .single-product-aside {
    margin-left: 0;
    margin-bottom: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.single-product .main-content-single-product .single-product-aside .product-item-hover-wrap, .archive .main-content-single-product .single-product-aside .product-item-hover-wrap {
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 20px;
}
.single-product .main-content-single-product .single-product-aside .product-item-hover-wrap .the_post_thumbnail, .archive .main-content-single-product .single-product-aside .product-item-hover-wrap .the_post_thumbnail {
  height: 200px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .single-product .main-content-single-product .single-product-aside .product-item-hover-wrap .the_post_thumbnail img, .archive .main-content-single-product .single-product-aside .product-item-hover-wrap .the_post_thumbnail img {
    width: 100%;
  }
}
.single-product .main-content-single-product .single-product-aside .product-item-hover-wrap .product-item-hover-info, .archive .main-content-single-product .single-product-aside .product-item-hover-wrap .product-item-hover-info {
  padding: 20px 30px 20px;
}
.single-product .main-content-single-product .single-product-aside .product-item-hover-wrap .product-item-hover-info h2, .archive .main-content-single-product .single-product-aside .product-item-hover-wrap .product-item-hover-info h2 {
  padding-bottom: 10px;
}
.single-product .main-content-single-product .single-product-aside .product-item-hover-wrap .product-item-hover-info .pa-value-wrap .pa-value, .archive .main-content-single-product .single-product-aside .product-item-hover-wrap .product-item-hover-info .pa-value-wrap .pa-value {
  background: #72748e;
  color: #fff;
}
.single-product .main-content-single-product .single-product-aside .product-item-hover-wrap .quantity, .archive .main-content-single-product .single-product-aside .product-item-hover-wrap .quantity {
  display: none !important;
}
.single-product .main-content-single-product .single-product-article, .archive .main-content-single-product .single-product-article {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 1024px) {
  .single-product .main-content-single-product .single-product-article, .archive .main-content-single-product .single-product-article {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.single-product .main-content-single-product .single-product-title-top, .archive .main-content-single-product .single-product-title-top {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-left: 0;
  position: relative;
  margin-bottom: 20px;
}
.single-product .main-content-single-product .single-product-title-top a, .archive .main-content-single-product .single-product-title-top a {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 80px;
  background-color: #ec304e;
  border-radius: 6px;
}
@media (max-width: 1024px) {
  .single-product .main-content-single-product .single-product-title-top a, .archive .main-content-single-product .single-product-title-top a {
    left: 0;
    width: 60px;
  }
}
.single-product .main-content-single-product .single-product-title-top a::before, .archive .main-content-single-product .single-product-title-top a::before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  left: 59%;
  top: 50%;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -khtml-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.single-product .main-content-single-product .single-product-title-top a:hover, .archive .main-content-single-product .single-product-title-top a:hover {
  background-color: #be112d;
}
.single-product .main-content-single-product .single-product-title-top h1, .archive .main-content-single-product .single-product-title-top h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 28px;
  color: #2b2c3f;
  padding: 10px 20px 10px 105px;
  background-color: #fff;
  border-radius: 6px;
  margin: 0;
  line-height: 65px;
}
@media (max-width: 1024px) {
  .single-product .main-content-single-product .single-product-title-top h1, .archive .main-content-single-product .single-product-title-top h1 {
    font-size: 18px;
    line-height: 1.2;
    padding: 10px 20px 10px 80px;
  }
}
.single-product .main-content-single-product .swiper img, .archive .main-content-single-product .swiper img {
  display: block;
}
.single-product .main-content-single-product .single-product-slider-top, .archive .main-content-single-product .single-product-slider-top {
  margin-bottom: 15px;
}
.single-product .main-content-single-product .single-product-slider-top .swiper-button-next, .archive .main-content-single-product .single-product-slider-top .swiper-button-next, .single-product .main-content-single-product .single-product-slider-top .swiper-button-prev, .archive .main-content-single-product .single-product-slider-top .swiper-button-prev {
  background-image: none;
}
.single-product .main-content-single-product .single-product-slider-top .swiper-button-next::after, .archive .main-content-single-product .single-product-slider-top .swiper-button-next::after, .single-product .main-content-single-product .single-product-slider-top .swiper-button-prev::after, .archive .main-content-single-product .single-product-slider-top .swiper-button-prev::after {
  color: #fff;
}
.single-product .main-content-single-product .single-product-slider-top .swiper-slide, .archive .main-content-single-product .single-product-slider-top .swiper-slide {
  text-align: center;
  height: 405px;
}
@media (max-width: 1024px) {
  .single-product .main-content-single-product .single-product-slider-top .swiper-slide, .archive .main-content-single-product .single-product-slider-top .swiper-slide {
    height: 250px;
  }
}
.single-product .main-content-single-product .single-product-slider-top .swiper-slide img, .archive .main-content-single-product .single-product-slider-top .swiper-slide img, .single-product .main-content-single-product .single-product-slider-top .swiper-slide video, .archive .main-content-single-product .single-product-slider-top .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-product .main-content-single-product .single-product-slider-thumbs, .archive .main-content-single-product .single-product-slider-thumbs {
  margin-bottom: 34px;
}
.single-product .main-content-single-product .single-product-slider-thumbs .swiper-slide, .archive .main-content-single-product .single-product-slider-thumbs .swiper-slide {
  height: 126px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-product .main-content-single-product .single-product-slider-thumbs .swiper-slide > img, .archive .main-content-single-product .single-product-slider-thumbs .swiper-slide > img, .single-product .main-content-single-product .single-product-slider-thumbs .swiper-slide video, .archive .main-content-single-product .single-product-slider-thumbs .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-product .main-content-single-product .single-product-slider-thumbs .swiper-slide:hover, .archive .main-content-single-product .single-product-slider-thumbs .swiper-slide:hover, .single-product .main-content-single-product .single-product-slider-thumbs .swiper-slide.swiper-slide-thumb-active, .archive .main-content-single-product .single-product-slider-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 0.6;
}
.single-product .main-content-single-product .single-product-slider-thumbs .swiper-slide.video_icon:before, .archive .main-content-single-product .single-product-slider-thumbs .swiper-slide.video_icon:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.single-product .main-content-single-product .single-product-slider-thumbs .swiper-slide.video_icon:after, .archive .main-content-single-product .single-product-slider-thumbs .swiper-slide.video_icon:after {
  content: "\f144";
  font-family: "fontawesome-solid";
  font-size: 35px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
}
.single-product .main-content-single-product .single-product-content, .archive .main-content-single-product .single-product-content {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #2b2c3f;
  padding-bottom: 15px;
}
.single-product .main-content-single-product .single-product-content p, .archive .main-content-single-product .single-product-content p {
  font-size: 14px;
  line-height: 21px;
  color: #2b2c3f;
  font-weight: 300;
}
.single-product .main-content-single-product .single-product-content h4, .archive .main-content-single-product .single-product-content h4, .single-product .main-content-single-product .single-product-content h5, .archive .main-content-single-product .single-product-content h5, .single-product .main-content-single-product .single-product-content h6, .archive .main-content-single-product .single-product-content h6 {
  font-size: 24px;
  padding-bottom: 15px;
}
.single-product .main-content-single-product .single-product-content > *:last-child, .archive .main-content-single-product .single-product-content > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.single-product .main-content-single-product .single-product-content .product-item-hover-info, .archive .main-content-single-product .single-product-content .product-item-hover-info {
  padding: 0;
  margin-bottom: 30px;
}
.single-product .main-content-single-product .single-product-content .product-item-hover-info h2, .archive .main-content-single-product .single-product-content .product-item-hover-info h2 {
  font-weight: 700;
  font-size: 14px;
  line-height: 170%;
  padding-bottom: 10px;
}
.single-product .main-content-single-product .single-product-related, .archive .main-content-single-product .single-product-related {
  padding: 50px 0;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .single-product .main-content-single-product .single-product-related, .archive .main-content-single-product .single-product-related {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .single-product .main-content-single-product .single-product-related, .archive .main-content-single-product .single-product-related {
    padding: 20px 0;
  }
}
.single-product .main-content-single-product .single-product-related .row, .archive .main-content-single-product .single-product-related .row {
  width: 1200px;
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 480px) {
  .single-product .main-content-single-product .single-product-related .row, .archive .main-content-single-product .single-product-related .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.single-product .main-content-single-product .single-product-related .slider-box, .archive .main-content-single-product .single-product-related .slider-box {
  position: relative;
}
@media (max-width: 480px) {
  .single-product .main-content-single-product .single-product-related .swiper-button-next, .archive .main-content-single-product .single-product-related .swiper-button-next, .single-product .main-content-single-product .single-product-related .swiper-button-prev, .archive .main-content-single-product .single-product-related .swiper-button-prev {
    display: none;
  }
}
.single-product .main-content-single-product .single-product-related .swiper-button-next::after, .archive .main-content-single-product .single-product-related .swiper-button-next::after, .single-product .main-content-single-product .single-product-related .swiper-button-prev::after, .archive .main-content-single-product .single-product-related .swiper-button-prev::after {
  color: #352f41;
}
.single-product .main-content-single-product .single-product-related .swiper-button-prev, .archive .main-content-single-product .single-product-related .swiper-button-prev {
  left: -80px;
}
.single-product .main-content-single-product .single-product-related .swiper-button-next, .archive .main-content-single-product .single-product-related .swiper-button-next {
  right: -80px;
}
.single-product .main-content-single-product .single-product-related h3, .archive .main-content-single-product .single-product-related h3 {
  font-size: 28px;
  font-weight: 500;
  color: #2b2c3f;
}
.single-product .main-content-single-product .single-product-related .swiper-slide, .archive .main-content-single-product .single-product-related .swiper-slide {
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 1px;
  height: auto;
}
.single-product .main-content-single-product .single-product-related .thumb, .archive .main-content-single-product .single-product-related .thumb {
  padding-bottom: 100%;
  position: relative;
  height: 0;
  display: block;
  margin-bottom: 5px;
}
.single-product .main-content-single-product .single-product-related .thumb img, .archive .main-content-single-product .single-product-related .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-product .main-content-single-product .single-product-related .thumb:hover, .archive .main-content-single-product .single-product-related .thumb:hover {
  opacity: 0.6;
}
.single-product .main-content-single-product .single-product-related .title, .archive .main-content-single-product .single-product-related .title {
  font-size: 12px;
  font-weight: 500;
  color: #2b2c3f;
  display: block;
}
.single-product .main-content-single-product .single-product-related .title:hover, .archive .main-content-single-product .single-product-related .title:hover {
  color: #000;
}
.single-product .main-content-single-product .single-product-related .short, .archive .main-content-single-product .single-product-related .short {
  font-size: 12px;
  font-weight: 300;
  color: #818181;
}
.single-product .main-content-single-product .single-product-related .inner, .archive .main-content-single-product .single-product-related .inner {
  padding: 10px;
}
.archive.tax-product_cat .main_menu {
  padding: 5px 20px 5px 40px;
}
.archive.tax-product_cat .main_content_archive svg {
  left: 13px;
}
.archive.tax-product_cat .main_content_archive span::before {
  display: none;
}
.archive.post-type-archive .main_content_archive svg {
  display: none;
}
.woocommerce nav.woocommerce-pagination {
  text-align: left;
  margin-top: 20px;
}
.woocommerce nav.woocommerce-pagination ul {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: none;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 6px;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  width: 40px;
  height: 40px;
  background: #e6e6e6;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #949494;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce nav.woocommerce-pagination ul li a.current, .woocommerce nav.woocommerce-pagination ul li span.current {
  background: #ec304e;
  color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span:hover {
  background: #ec304e;
  color: #fff;
}
.woocommerce-page .logo-header, .post-type-archive-patch_notes .logo-header, .archive.tag .logo-header, .tax-patch_tag .logo-header, .blog .logo-header {
  display: none;
}
.woocommerce-page .logo-header.logo_black, .post-type-archive-patch_notes .logo-header.logo_black, .archive.tag .logo-header.logo_black, .tax-patch_tag .logo-header.logo_black, .blog .logo-header.logo_black {
  display: block;
}
.woocommerce table.cart td.actions .coupon {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: 160px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  border-top-color: #363045 !important;
  background-color: #f9faff;
}
.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
  color: #363045;
}
.content-box {
  padding: 50px 0;
}
.form-get-started-wrap {
  background: #fff;
  padding: 40px 0 40px 40px;
  border-radius: 20px;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .form-get-started-wrap {
    padding: 40px 40px 40px 40px;
  }
}
.form-get-started-wrap .form-get-started-text {
  flex-basis: 50%;
  text-align: left;
  background: #f1f4f9;
  padding: 40px 40px;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .form-get-started-wrap .form-get-started-text {
    flex-basis: 100%;
  }
}
.form-get-started-wrap .form-get-started-item {
  flex-basis: 50%;
  padding: 30px 40px;
  text-align: left;
}
@media (max-width: 1024px) {
  .form-get-started-wrap .form-get-started-item {
    padding: 30px 0;
    flex-basis: 100%;
  }
}
.form-get-started-wrap .form-get-started-item form > div {
  margin: 0;
}
.form-get-started-wrap .form-get-started-item p {
  padding: 0;
  line-height: 1.4;
}
.form-get-started-wrap .form-get-started-item p br {
  display: none;
}
.form-get-started-wrap .form-get-started-item label {
  min-height: 50px;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-end;
}
.form-get-started-wrap .form-get-started-item textarea {
  padding: 10px 10px;
  height: 60px;
}
.form-get-started-wrap .form-get-started-item .submit-wrap {
  position: relative;
}
.form-get-started-wrap .form-get-started-item .submit-wrap p {
  position: relative;
}
.form-get-started-wrap .form-get-started-item .button:hover {
  color: #000;
}
.form-get-started-wrap .form-get-started-item .flex > div {
  flex-basis: 49%;
}
@media (max-width: 1024px) {
  .form-get-started-wrap .form-get-started-item .flex > div {
    flex-basis: 100%;
  }
}
.careers-testimonials-box .testimonials-wrapper .testimonial-swiper .swiper-slide.video {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.careers-testimonials-box .testimonials-wrapper .testimonial-swiper .swiper-slide.video iframe, .careers-testimonials-box .testimonials-wrapper .testimonial-swiper .swiper-slide.video object, .careers-testimonials-box .testimonials-wrapper .testimonial-swiper .swiper-slide.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media print {
  header, footer, .archive-top, .single-product .call_to_action, .product-item-hover-info a {
    display: none !important;
  }
  .single-product-related {
    display: none !important;
  }
  .woocommerce #respond input#submit.print-link, .woocommerce a.button.print-link, .woocommerce button.button.print-link, .woocommerce input.button.print-link {
    display: none !important;
  }
  .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, product-item-hover-info > a {
    display: none !important;
  }
}
.woocommerce-cart .top-wrap, .woocommerce-checkout .top-wrap {
  min-height: 120px;
  background-image: none;
}
.woocommerce-cart .top-wrap .row, .woocommerce-checkout .top-wrap .row {
  display: none;
}
.woocommerce table.shop_table td.product-price, .woocommerce table.shop_table td.product-subtotal {
  display: none !important;
}
.woocommerce table.shop_table th.product-price, .woocommerce table.shop_table th.product-subtotal {
  display: none !important;
}
.woocommerce .cart-collaterals .cart_totals h2, .woocommerce-page .cart-collaterals .cart_totals h2 {
  display: none;
}
.woocommerce .cart-collaterals .cart_totals .shop_table, .woocommerce-page .cart-collaterals .cart_totals .shop_table {
  display: none;
}
.woocommerce table.cart td.actions .coupon {
  display: none !important;
}
.woocommerce .cart.shop_table .product-thumbnail img {
  width: 100px;
}
#order_review_heading, .woocommerce-checkout-review-order-table, .wc_payment_methods.payment_methods.methods {
  display: none !important;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: left;
  margin: 0 !important;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  width: 100%;
}
.woocommerce-order-details {
  display: none !important;
}
.woocommerce-order-overview__total.total {
  display: none !important;
}
.woocommerce-customer-details--phone {
  padding-top: 30px;
}
.woocommerce-customer-details address {
  padding: 20px 20px 10px !important;
}
.woocommerce table.shop_table td.product-remove {
  width: 100px;
}
.woocommerce table.shop_table td.product-thumbnail {
  width: 200px;
}
.woocommerce table.shop_table td.product-thumbnail a {
  display: block;
  height: 100px;
}
.woocommerce table.shop_table td.product-thumbnail img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.woocommerce table.shop_table td.product-quantity {
  text-align: right;
}
.woocommerce-cart .woocommerce-error .button, .woocommerce-cart .woocommerce-info .button, .woocommerce-cart .woocommerce-message .button {
  display: none !important;
}
#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
  text-align: right;
}
.woocommerce table.shop_table th.product-quantity {
  text-align: right;
}
.woocommerce .quantity .qty {
  width: 4.631em;
}
.woocommerce-cart .default-page > .row {
  width: 1200px;
}
.blog:not(.paged) .blog-section .posts-wrapper .post-item:first-child, .post-type-archive-patch_notes .blog-section .posts-wrapper .post-item:first-child {
  display: none;
}
.red-action span {
  display: inline-block;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300 !important;
  font-size: 12px;
  line-height: 18px;
  background: #72748e;
  color: #fff !important;
  border-radius: 3px;
  padding: 0 6px;
  margin: 0 5px 5px 0;
}
.page-template-tpl-research .text-image-bg-section .tib-wrapper .text-image-wrapper .image {
  margin-top: -220px;
}
.c-post-wrap {
  background: linear-gradient(116deg, #da3b38 0%, #362f41 45.79%);
  position: relative;
  padding: 90px 0;
}
.c-post-wrap h2 {
  color: #fff;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .c-post-wrap h2 {
    margin-bottom: 30px;
  }
}
.c-post-wrap .c-post-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.c-post-wrap .c-post-items > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 1024px) {
  .c-post-wrap .c-post-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .c-post-wrap .c-post-items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 767px) {
}
@media (max-width: 768px) and (max-width: 768px) {
  .c-post-wrap .c-post-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .c-post-wrap .c-post-items > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.c-post-wrap .c-post-items .c-post-item {
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}
.c-post-wrap .c-post-items .c-post-item figure {
  height: 304px;
}
.c-post-wrap .c-post-items .c-post-item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-post-wrap .c-post-items .c-post-item .text {
  padding: 17px 44px 60px;
}
.c-post-wrap .c-post-items .c-post-item .text .btn-custom {
  position: absolute;
  left: 44px;
  bottom: 35px;
}
.c-post-wrap .c-post-items .c-post-item .text p {
  color: #787878;
  line-height: 1.5;
}
.action_block {
  padding: 80px 0 80px;
}
.wms-section.bg {
  background: linear-gradient(116deg, #da3b38 0%, #362f41 45.79%);
  position: relative;
  padding: 90px 0;
}
@media (max-width: 1024px) {
  .wms-section.bg {
    padding: 40px 0;
  }
}
.wms-section.bg .title h2 {
  color: #fff;
}
.wms-section.bg .title * {
  color: #fff;
}
.page-template-tpl-physicians .text-image-bg-section {
  margin: 0;
}
.text-image-bg-section.reverse .tib-wrapper .text-image-wrapper {
  flex-direction: row-reverse;
}
.text-image-bg-section.reverse .tib-wrapper .text-image-wrapper .image {
  right: auto;
  left: 0;
  width: 45%;
}
.text-image-bg-section.reverse .tib-wrapper .text-image-wrapper .text {
  justify-content: flex-start;
}
.text-image-bg-section.reverse .tib-wrapper {
  background: linear-gradient(-14deg, #da3b38 0%, #362f41 45.79%);
}
.text-image-bg-section.reverse .tib-wrapper .bg-image {
  justify-content: flex-start;
  right: auto;
  left: 0;
}
.home .testimonials-section, .page-template-tpl-home-NEW .testimonials-section {
  margin: 0 !important;
}
.archive-parent {
  padding: 0 !important;
}
.cat-parent-items {
  padding: 0 0 20px;
}
.cat-parent-items .parent > span {
  padding: 10px 20px 20px 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  color: #2b2c3f;
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.cat-parent-items .parent > span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  padding: 0 20px;
  background: #d2d2d6;
  height: 1px;
}
.cat-parent-items .parent > ul {
  margin-bottom: 5px;
}
.cat-parent-items .parent > ul > li > a {
  display: block;
  padding: 5px 20px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #949494;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cat-parent-items .parent > ul > li > a:hover {
  background: #ec304e;
  color: #fff;
}
.search-no-results .search-block .aws-container {
  max-width: 698px;
}
.archive-top .custom-cart-icon {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 20px;
}
@media (max-width: 1024px) {
  .archive-top .custom-cart-icon {
    top: -27px;
    right: 10px;
  }
}
.archive-top .custom-cart-icon i {
  color: #fff;
}
.archive-top .custom-cart-icon span {
  position: absolute;
  top: -7px;
  right: -7px;
  color: #fff;
  background-color: #ec304e;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 10px;
  text-align: center;
  line-height: 1.9;
}
.main-content-single-product {
  position: relative;
  z-index: 2;
}
.woocommerce a.button.button-reset-search {
  position: absolute !important;
  top: 0;
  left: -131px !important;
  right: auto;
  margin: 0 15px 0 0 !important;
  padding: 13px 32px 14px 32px !important;
  display: none !important;
}
@media (max-width: 1024px) {
  .woocommerce a.button.button-reset-search {
    top: 52px;
    left: 0 !important;
  }
}
@media (max-width: 767px) {
  .woocommerce a.button.button-reset-search {
    margin: 0 0 20px 0 !important;
  }
}
.woocommerce a.button.button-reset-search:hover {
  background: #362f41;
}
.search-results.post-type-archive.woocommerce a.button.button-reset-search, .search-no-results.post-type-archive.woocommerce a.button.button-reset-search {
  display: block !important;
}
.woocommerce-checkout .woocommerce .col2-set .col-1, .woocommerce-checkout .woocommerce-page .col2-set .col-1 {
  width: 100% !important;
}
.woocommerce-checkout .default-page .row {
  width: 800px;
}
.woocommerce a.remove {
  color: #ee193d !important;
}
.woocommerce a.remove:hover {
  background: #ee193d;
}
.woocommerce .cart-collaterals:before, .woocommerce-page .cart-collaterals:before {
  display: none;
}
.continue-browsing {
  padding: 1em 0;
  flex: 1;
}
@media (max-width: 768px) {
  .continue-browsing {
    flex-basis: 100%;
  }
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  width: auto !important;
  float: none !important;
}
.woocommerce table.shop_table td.product-name {
  width: 250px;
}
@media (max-width: 767px) {
  .woocommerce table.shop_table td.product-name {
    width: auto;
  }
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout, .woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  display: flex;
  column-gap: 10px;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button, .woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  order: 2;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .cart-pdf-button, .woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout .cart-pdf-button {
  order: 1;
  background: #373042 !important;
}
.focused_products_total {
  flex-basis: 100%;
  display: flex;
  justify-content: flex-end;
  color: #72748e;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after {
  right: 0.5em !important;
}
.case-blocks {
  margin: 100px 0;
}
.case-blocks .case-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.case-blocks .case-items > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 1024px) {
  .case-blocks .case-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .case-blocks .case-items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 767px) {
  .case-blocks .case-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .case-blocks .case-items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.case-blocks .case-items .case-item {
  margin-bottom: 100px !important;
}
.case-blocks .case-items .case-item .thumb {
  display: block;
  margin-bottom: 40px;
  text-align: center;
}
.case-blocks .case-items .case-item .thumb img {
  margin: 0 auto;
}
.case-blocks .case-items .case-item h3 {
  color: #363045;
  font-size: 21px;
}
.case-blocks .case-items .case-item h3 a {
  color: #363045;
  font-weight: 700;
}
.case-blocks .case-items .case-item p {
  font-size: 16px;
  color: #363045;
}
.post-type-archive-case-studies {
  background: #fff;
}
.woocommerce-cart-form .focused_products {
  white-space: nowrap;
}
::-webkit-input-placeholder {
  color: #231f20;
  opacity: 1;
}
:-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
::-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #231f20;
  opacity: 1;
}
.text_pole ::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole ::-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-ms-input-placeholder {
  color: #737373;
  opacity: 1;
}
/*
 Flexbox grid @mixin
 EXAMPLE
 .flexbox {
 @include boxGrid(5, 4%);
 }
 */
.glossary-section {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .glossary-section {
    padding: 30px 0;
  }
}
.glossary-section .letter-row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.glossary-section .letter-row .letters {
  border-radius: 67px;
  background: #e9e9ef;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 25px;
}
.glossary-section .letter-row .letters a {
  color: #363045;
  font-size: 20px;
  font-weight: 700;
}
.glossary-section .letter-row .letters a:hover {
  color: #ee193d;
}
.glossary-section .glossary-row .letter-wrapper {
  margin-bottom: 25px;
}
.glossary-section .glossary-row .letter-wrapper .letter-title {
  padding: 0 30px;
}
@media (max-width: 1024px) {
  .glossary-section .glossary-row .letter-wrapper .letter-title {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .glossary-section .glossary-row .letter-wrapper .letter-title {
    padding: 0 10px;
  }
}
.glossary-section .glossary-row .letter-wrapper .content-block {
  padding: 40px 30px;
  border-radius: 11px;
  background: #fff;
}
@media (max-width: 1024px) {
  .glossary-section .glossary-row .letter-wrapper .content-block {
    padding: 30px 20px;
  }
}
@media (max-width: 768px) {
  .glossary-section .glossary-row .letter-wrapper .content-block {
    padding: 20px 10px;
  }
}
.glossary-section .glossary-row .letter-wrapper .content-block .title h6 {
  padding-bottom: 20px;
}
.glossary-section .glossary-row .letter-wrapper .content-block .content .wys p {
  font-size: 14px;
  padding-bottom: 5px;
}
.careers-section {
  margin: 120px 0 60px;
}
@media (max-width: 1024px) {
  .careers-section {
    margin: 80px 0 40px;
  }
}
@media (max-width: 768px) {
  .careers-section {
    margin: 60px 0 30px;
  }
}
@media (max-width: 768px) {
  .careers-section {
    margin: 40px 0 20px;
  }
}
.careers-section .row {
  width: 1140px;
}
.careers-section .row .careers-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  grid-gap: 75px;
}
@media (max-width: 768px) {
  .careers-section .row .careers-wrapper {
    flex-wrap: wrap;
    grid-gap: 35px;
  }
}
.careers-section .row .careers-wrapper .left-list, .careers-section .row .careers-wrapper .right-list {
  flex-basis: 550px;
  max-width: 550px;
}
.careers-section .row .careers-wrapper .left-list .wys h5, .careers-section .row .careers-wrapper .right-list .wys h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 54px;
}
.careers-section .row .careers-wrapper .left-list .wys ul li, .careers-section .row .careers-wrapper .right-list .wys ul li {
  padding-left: 25px;
  position: relative;
}
.careers-section .row .careers-wrapper .left-list .wys ul li::before, .careers-section .row .careers-wrapper .right-list .wys ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background-color: #1e1f20;
  border-radius: 50%;
}
.acc .item {
  position: relative;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.acc .item h3 {
  font-size: 16px;
  background-color: #ccc;
  cursor: pointer;
  position: relative;
  padding: 5px 45px 5px 5px;
  position: relative;
}
.acc .item h3 span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 20px;
  width: 54px;
  height: 54px;
  background-color: #ee193d;
  border-radius: 50%;
}
.acc .item h3 span:before, .acc .item h3 span:after {
  content: "";
  background-color: #fff;
  width: 10px;
  height: 2px;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.acc .item h3 span:before {
  left: 56%;
  top: 50%;
  -webkit-transform: rotate(40deg);
  -khtml-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
  transform: translate(-50%, -50%) rotate(-40deg);
}
.acc .item h3 span:after {
  -webkit-transform: rotate(-40deg);
  -khtml-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  transform: rotate(-40deg);
  top: 50%;
  transform: translate(-50%, -50%) rotate(40deg);
  left: 44%;
}
.acc .item h3.active span:before, .acc .item h3.active span:after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -khtml-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -o-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.acc .item .info {
  display: none;
}
.faq-section {
  padding: 50px 0;
}
.faq-section .row {
  width: 1200px;
}
.faq-section .row .faq-categories .title {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .faq-section .row .faq-categories .title {
    padding-left: 15px;
  }
}
.faq-section .row .faq-categories .acc {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .faq-section .row .faq-categories .acc {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .faq-section .row .faq-categories .acc {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .faq-section .row .faq-categories .acc {
    margin-bottom: 40px;
  }
}
.faq-section .row .faq-categories .acc .item h3 {
  padding: 20px 100px 20px 30px;
  background-color: #fff;
  font-size: 20px;
}
@media (max-width: 768px) {
  .faq-section .row .faq-categories .acc .item h3 {
    padding: 15px 100px 15px 20px;
  }
}
.faq-section .row .faq-categories .acc .item .info {
  background-color: #fff;
  padding: 30px;
}
@media (max-width: 768px) {
  .faq-section .row .faq-categories .acc .item .info {
    padding: 20px;
  }
}
.faq-section .row .faq-categories .acc .item .info p {
  font-size: 14px;
}
.blog-section {
  padding: 200px 0 100px;
}
@media (max-width: 1024px) {
  .blog-section {
    padding: 140px 0 80px;
  }
}
@media (max-width: 768px) {
  .blog-section {
    padding: 140px 0 60px;
  }
}
@media (max-width: 576px) {
  .blog-section {
    padding: 140px 0 40px;
  }
}
.blog-section .title {
  max-width: 950px;
  text-align: center;
  margin: 0 auto;
}
.blog-section .post-card-sticky {
  max-width: 950px;
  margin: 0 auto;
  border-radius: 11px;
  background: #fff;
  overflow: hidden;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .blog-section .post-card-sticky {
    margin-bottom: 30px;
  }
}
.blog-section .post-card-sticky .post-content {
  flex: 1;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
.blog-section .post-card-sticky .post-content .info {
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .blog-section .post-card-sticky .post-content .info {
    padding: 15px 15px;
  }
}
@media (max-width: 480px) {
  .blog-section .post-card-sticky .post-content .info {
    display: block;
  }
}
@media (max-width: 480px) {
  .blog-section .post-card-sticky .post-content .info .author-date-wrap {
    margin-bottom: 15px;
  }
}
.blog-section .post-card-sticky .post-content .info .author-date-wrap .author {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .blog-section .post-card-sticky .post-content .info .date, .blog-section .post-card-sticky .post-content .info .author, .blog-section .post-card-sticky .post-content .info .link {
    font-size: 14px;
  }
}
.blog-section .post-card-sticky .post-content .info .date a, .blog-section .post-card-sticky .post-content .info .author a, .blog-section .post-card-sticky .post-content .info .link a {
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .blog-section .post-card-sticky .post-content .info .date a, .blog-section .post-card-sticky .post-content .info .author a, .blog-section .post-card-sticky .post-content .info .link a {
    font-size: 14px;
  }
}
.blog-section .post-card-sticky .post-content .content {
  flex: 1;
  padding: 20px 30px;
  border-bottom: 1px solid #e9eaee;
}
@media (max-width: 768px) {
  .blog-section .post-card-sticky .post-content .content {
    padding: 20px 15px;
  }
}
.blog-section .post-card-sticky .post-content .content a {
  color: #363045;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: block;
  padding-bottom: 17px;
}
.blog-section .post-card-sticky .post-content .content a:hover {
  color: #ee193d;
}
@media (max-width: 768px) {
  .blog-section .post-card-sticky .post-content .content a {
    font-size: 14px;
  }
}
.blog-section .post-card-sticky .post-content .content p {
  padding-bottom: 15px;
  font-size: 16px;
  line-height: normal;
}
.blog-section .posts-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .blog-section .posts-wrapper {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .blog-section .posts-wrapper {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 30px;
  }
}
.blog-section .posts-wrapper .post-item {
  border-radius: 11px;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog-section .posts-wrapper .post-item .thumbnail-wrapper {
  overflow: hidden;
}
.blog-section .posts-wrapper .post-item .thumbnail-wrapper .post-thumbnail {
  display: block;
  width: 100%;
  height: 300px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.5s;
  position: relative;
}
.blog-section .posts-wrapper .post-item .thumbnail-wrapper .post-thumbnail:hover {
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .blog-section .posts-wrapper .post-item .thumbnail-wrapper .post-thumbnail {
    height: 200px;
  }
}
.blog-section .posts-wrapper .post-item .post-content {
  flex: 1;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
.blog-section .posts-wrapper .post-item .post-content .info {
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .blog-section .posts-wrapper .post-item .post-content .info {
    padding: 15px 15px;
  }
}
@media (max-width: 480px) {
  .blog-section .posts-wrapper .post-item .post-content .info {
    display: block;
  }
}
@media (max-width: 480px) {
  .blog-section .posts-wrapper .post-item .post-content .info .author-date-wrap {
    margin-bottom: 15px;
  }
}
.blog-section .posts-wrapper .post-item .post-content .info .author-date-wrap .author {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .blog-section .posts-wrapper .post-item .post-content .info .date, .blog-section .posts-wrapper .post-item .post-content .info .author, .blog-section .posts-wrapper .post-item .post-content .info .link {
    font-size: 14px;
  }
}
.blog-section .posts-wrapper .post-item .post-content .info .date a, .blog-section .posts-wrapper .post-item .post-content .info .author a, .blog-section .posts-wrapper .post-item .post-content .info .link a {
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .blog-section .posts-wrapper .post-item .post-content .info .date a, .blog-section .posts-wrapper .post-item .post-content .info .author a, .blog-section .posts-wrapper .post-item .post-content .info .link a {
    font-size: 14px;
  }
}
.blog-section .posts-wrapper .post-item .post-content .content {
  flex: 1;
  padding: 20px 30px;
  border-bottom: 1px solid #e9eaee;
}
@media (max-width: 768px) {
  .blog-section .posts-wrapper .post-item .post-content .content {
    padding: 20px 15px;
  }
}
.blog-section .posts-wrapper .post-item .post-content .content a {
  color: #363045;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: block;
  padding-bottom: 17px;
}
.blog-section .posts-wrapper .post-item .post-content .content a:hover {
  color: #ee193d;
}
@media (max-width: 768px) {
  .blog-section .posts-wrapper .post-item .post-content .content a {
    font-size: 14px;
  }
}
.blog-section .posts-wrapper .post-item .post-content .content p {
  padding-bottom: 15px;
  font-size: 14px;
  line-height: normal;
}
.blog-section .pagination {
  text-align: center;
}
.blog-section .pagination .page-numbers {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin-right: 30px;
}
.blog-section .pagination .page-numbers.current {
  color: #ee193d;
}
.blog-section .pagination .page-numbers:last-child {
  margin-right: 0;
}
.single-post-section {
  padding: 200px 0 30px;
  position: relative;
}
@media (max-width: 1024px) {
  .single-post-section {
    padding: 140px 0 80px;
  }
}
@media (max-width: 768px) {
  .single-post-section {
    padding: 140px 0 60px;
  }
}
@media (max-width: 576px) {
  .single-post-section {
    padding: 140px 0 40px;
  }
}
.single-post-section::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 540px;
  content: "";
  background: url("../img/single-top-bg.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.single-post-section .row {
  width: 950px;
}
.single-post-section .row .post-wrapper .title-wrapper {
  margin-bottom: 65px;
}
@media (max-width: 1024px) {
  .single-post-section .row .post-wrapper .title-wrapper {
    margin-bottom: 45px;
  }
}
@media (max-width: 768px) {
  .single-post-section .row .post-wrapper .title-wrapper {
    margin-bottom: 35px;
  }
}
@media (max-width: 576px) {
  .single-post-section .row .post-wrapper .title-wrapper {
    margin-bottom: 25px;
  }
}
.single-post-section .row .post-wrapper .title-wrapper .title {
  text-align: center;
  margin-bottom: 20px;
}
.single-post-section .row .post-wrapper .title-wrapper .title h2 {
  font-size: 40px;
  color: #f6f7fc;
  line-height: 54px;
  padding-bottom: 15px;
}
@media (max-width: 1024px) {
  .single-post-section .row .post-wrapper .title-wrapper .title h2 {
    font-size: 34px;
    line-height: 1.3;
  }
}
@media (max-width: 768px) {
  .single-post-section .row .post-wrapper .title-wrapper .title h2 {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .single-post-section .row .post-wrapper .title-wrapper .title h2 {
    font-size: 30px;
  }
}
.single-post-section .row .post-wrapper .title-wrapper .title .event-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  grid-gap: 20px;
}
.single-post-section .row .post-wrapper .title-wrapper .title .event-info .date, .single-post-section .row .post-wrapper .title-wrapper .title .event-info .author {
  color: #f6f7fc;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .single-post-section .row .post-wrapper .title-wrapper .title .event-info .date, .single-post-section .row .post-wrapper .title-wrapper .title .event-info .author {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .single-post-section .row .post-wrapper .title-wrapper .title .event-info .date, .single-post-section .row .post-wrapper .title-wrapper .title .event-info .author {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .single-post-section .row .post-wrapper .title-wrapper .title .event-info .date, .single-post-section .row .post-wrapper .title-wrapper .title .event-info .author {
    font-size: 16px;
  }
}
.single-post-section .row .post-wrapper .title-wrapper .image-wrapper {
  overflow: hidden;
  text-align: center;
}
.single-post-section .row .post-wrapper .title-wrapper .image-wrapper img {
  border-radius: 11px;
}
.single-post-section .row .post-wrapper .content {
  border-bottom: 2px solid #e8e9f0;
  padding-bottom: 45px;
}
@media (max-width: 1024px) {
  .single-post-section .row .post-wrapper .content {
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .single-post-section .row .post-wrapper .content {
    padding-bottom: 35px;
  }
}
@media (max-width: 576px) {
  .single-post-section .row .post-wrapper .content {
    padding-bottom: 25px;
  }
}
.single-post-section .row .post-wrapper .content h2, .single-post-section .row .post-wrapper .content h3 {
  font-size: 30px;
}
@media (max-width: 1024px) {
  .single-post-section .row .post-wrapper .content h2, .single-post-section .row .post-wrapper .content h3 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .single-post-section .row .post-wrapper .content h2, .single-post-section .row .post-wrapper .content h3 {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .single-post-section .row .post-wrapper .content h2, .single-post-section .row .post-wrapper .content h3 {
    font-size: 24px;
  }
}
.single-post-section .row .post-wrapper .content iframe {
  width: 100%;
  height: 550px;
}
.single-post-section .row .post-wrapper .content img {
  margin: 40px auto;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .single-post-section .row .post-wrapper .content img {
    margin: 30px auto;
  }
}
@media (max-width: 768px) {
  .single-post-section .row .post-wrapper .content img {
    margin: 25px auto;
  }
}
@media (max-width: 576px) {
  .single-post-section .row .post-wrapper .content img {
    margin: 20px auto;
  }
}
.single-post-section .row .post-wrapper .content p, .single-post-section .row .post-wrapper .content ul > li {
  color: #1e1f20;
  font-size: 16px;
  font-weight: 400;
  line-height: 190%;
}
.single-post-section .row .post-wrapper .content .tags {
  margin-top: 35px;
}
@media (max-width: 1024px) {
  .single-post-section .row .post-wrapper .content .tags {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .single-post-section .row .post-wrapper .content .tags {
    margin-top: 25px;
  }
}
@media (max-width: 576px) {
  .single-post-section .row .post-wrapper .content .tags {
    margin-top: 20px;
  }
}
.single-post-section .row .post-wrapper .content .tags p, .single-post-section .row .post-wrapper .content .tags p > a {
  color: #bcbcbc;
  font-size: 16px;
}
.single-post-section .row .post-wrapper .content .tags p > a:hover {
  color: #ee193d;
}
.count-section {
  margin: 150px 0;
}
@media (max-width: 1200px) {
  .count-section {
    margin: 100px 0;
  }
}
@media (max-width: 1024px) {
  .count-section {
    margin: 80px 0;
  }
}
@media (max-width: 768px) {
  .count-section {
    margin: 60px 0;
  }
}
@media (max-width: 576px) {
  .count-section {
    margin: 40px 0;
  }
}
.count-section .count-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .count-section .count-wrapper {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }
}
@media (max-width: 768px) {
  .count-section .count-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.count-section .count-wrapper .count-item .number p {
  font-size: 100px;
  color: #ee193d;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 1200px) {
  .count-section .count-wrapper .count-item .number p {
    font-size: 80px;
  }
}
@media (max-width: 1024px) {
  .count-section .count-wrapper .count-item .number p {
    font-size: 70px;
  }
}
@media (max-width: 768px) {
  .count-section .count-wrapper .count-item .number p {
    font-size: 50px;
  }
}
.count-section .count-wrapper .count-item .text p {
  color: #222;
  font-size: 21px;
  font-weight: 700;
  text-transform: capitalize;
}
.text-list-section .text-list-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  .text-list-section .text-list-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.text-list-section .text-list-wrapper .text .wys {
  max-width: 530px;
}
@media (max-width: 1024px) {
  .text-list-section .text-list-wrapper .text .wys {
    max-width: 100%;
  }
}
.text-list-section .text-list-wrapper .lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 576px) {
  .text-list-section .text-list-wrapper .lists {
    grid-template-columns: repeat(1, 1fr);
  }
}
.text-list-section .text-list-wrapper .lists .list .wys h6 {
  font-size: 20px;
  padding-bottom: 30px;
  line-height: 28px;
}
.text-list-section .text-list-wrapper .lists .list .wys ul li {
  margin-bottom: 20px;
}
.image-text-section {
  margin: 140px 0;
}
@media (max-width: 1024px) {
  .image-text-section {
    margin: 80px 0;
  }
}
@media (max-width: 768px) {
  .image-text-section {
    margin: 60px 0;
  }
}
@media (max-width: 576px) {
  .image-text-section {
    margin: 40px 0;
  }
}
.image-text-section .title {
  text-align: center;
  margin-bottom: 50px;
}
.image-text-section .image-text-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .image-text-section .image-text-wrapper {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 40px;
  }
}
.image-text-section .image-text-wrapper .image {
  border-radius: 10px;
  overflow: hidden;
}
.image-text-section .image-text-wrapper .image img {
  width: 100%;
  object-fit: cover;
}
.image-text-section .image-text-wrapper .text {
  padding: 10px 0 10px 10px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.image-text-section .image-text-wrapper .text .wys {
  width: 590px;
}
@media (max-width: 1024px) {
  .image-text-section .image-text-wrapper .text .wys {
    width: 100%;
  }
}
.image-text-section .image-text-wrapper .text h3, .image-text-section .image-text-wrapper .text p {
  padding-bottom: 15px;
}
.image-text-section .image-text-wrapper .text ul li {
  margin-bottom: 15px;
}
.image-text-section .image-text-wrapper:nth-child(even) .text {
  padding: 100px 10px 10px 0px;
  order: -1;
  justify-content: flex-start;
}
@media (max-width: 1200px) {
  .image-text-section .image-text-wrapper:nth-child(even) .text {
    padding: 80px 10px 10px 0px;
  }
}
@media (max-width: 1024px) {
  .image-text-section .image-text-wrapper:nth-child(even) .text {
    padding: 60px 10px 10px 0px;
    order: 1;
  }
}
@media (max-width: 768px) {
  .image-text-section .image-text-wrapper:nth-child(even) .text {
    padding: 30px 10px 10px 0px;
  }
}
@media (max-width: 576px) {
  .image-text-section .image-text-wrapper:nth-child(even) .text {
    padding: 10px 10px 10px 0px;
  }
}
.image-text-section .image-text-wrapper:last-child .text {
  margin-bottom: 0;
}
.image-text-section.alt .image-text-wrapper .image {
  border-radius: 0;
}
.image-text-section.alt .image-text-wrapper .image img {
  border-radius: 10px;
}
.also-like-section {
  margin: 120px 0;
}
@media (max-width: 1024px) {
  .also-like-section {
    margin: 80px 0;
  }
}
@media (max-width: 768px) {
  .also-like-section {
    margin: 60px 0;
  }
}
@media (max-width: 576px) {
  .also-like-section {
    margin: 40px 0;
  }
}
.also-like-section .title {
  text-align: center;
  padding-bottom: 40px;
  max-width: 710px;
  margin: 0 auto;
}
.also-like-section .blog-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
@media (max-width: 1024px) {
  .also-like-section .blog-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .also-like-section .blog-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.also-like-section .blog-wrapper .post-item {
  border-radius: 11px;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.also-like-section .blog-wrapper .post-item .thumbnail-wrapper {
  overflow: hidden;
  height: 300px;
}
.also-like-section .blog-wrapper .post-item .thumbnail-wrapper .post-thumbnail {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.5s;
  position: relative;
}
.also-like-section .blog-wrapper .post-item .thumbnail-wrapper .post-thumbnail:hover {
  transform: scale(1.05);
}
.also-like-section .blog-wrapper .post-item .post-content {
  flex: 1;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
.also-like-section .blog-wrapper .post-item .post-content .info {
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .also-like-section .blog-wrapper .post-item .post-content .info {
    padding: 15px 15px;
  }
}
@media (max-width: 768px) {
  .also-like-section .blog-wrapper .post-item .post-content .info .date, .also-like-section .blog-wrapper .post-item .post-content .info .author, .also-like-section .blog-wrapper .post-item .post-content .info .link {
    font-size: 14px;
  }
}
.also-like-section .blog-wrapper .post-item .post-content .info .date a, .also-like-section .blog-wrapper .post-item .post-content .info .author a, .also-like-section .blog-wrapper .post-item .post-content .info .link a {
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .also-like-section .blog-wrapper .post-item .post-content .info .date a, .also-like-section .blog-wrapper .post-item .post-content .info .author a, .also-like-section .blog-wrapper .post-item .post-content .info .link a {
    font-size: 14px;
  }
}
.also-like-section .blog-wrapper .post-item .post-content .content {
  flex: 1;
  padding: 20px 30px;
  border-bottom: 1px solid #e9eaee;
}
@media (max-width: 768px) {
  .also-like-section .blog-wrapper .post-item .post-content .content {
    padding: 20px 15px;
  }
}
.also-like-section .blog-wrapper .post-item .post-content .content a {
  color: #363045;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: block;
  padding-bottom: 17px;
}
.also-like-section .blog-wrapper .post-item .post-content .content a:hover {
  color: #ee193d;
}
@media (max-width: 768px) {
  .also-like-section .blog-wrapper .post-item .post-content .content a {
    font-size: 14px;
  }
}
.also-like-section .blog-wrapper .post-item .post-content .content p {
  padding-bottom: 15px;
  font-size: 14px;
  line-height: normal;
}
.blog-slider-section, .testimonials-section {
  margin: 50px 0;
}
@media (max-width: 576px) {
  .blog-slider-section, .testimonials-section {
    margin: 30px 0;
  }
}
.blog-slider-section .row, .testimonials-section .row {
  width: 1590px;
}
.blog-slider-section .title, .testimonials-section .title {
  text-align: center;
  padding-bottom: 50px;
  max-width: 710px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .blog-slider-section .title, .testimonials-section .title {
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .blog-slider-section .title, .testimonials-section .title {
    padding-bottom: 20px;
  }
}
.blog-slider-section .title h2, .testimonials-section .title h2 {
  padding-bottom: 0;
}
.blog-slider-section .blog-wrapper, .testimonials-section .blog-wrapper, .blog-slider-section .testimonials-wrapper, .testimonials-section .testimonials-wrapper {
  position: relative;
  padding: 0 75px;
}
@media (max-width: 1240px) {
  .blog-slider-section .blog-wrapper, .testimonials-section .blog-wrapper, .blog-slider-section .testimonials-wrapper, .testimonials-section .testimonials-wrapper {
    padding: 0 40px;
  }
}
@media (max-width: 1024px) {
  .blog-slider-section .blog-wrapper, .testimonials-section .blog-wrapper, .blog-slider-section .testimonials-wrapper, .testimonials-section .testimonials-wrapper {
    padding: 0 30px;
  }
}
@media (max-width: 480px) {
  .blog-slider-section .blog-wrapper, .testimonials-section .blog-wrapper, .blog-slider-section .testimonials-wrapper, .testimonials-section .testimonials-wrapper {
    padding: 0 20px;
  }
}
.blog-slider-section .blog-wrapper .swiper-button-next, .testimonials-section .blog-wrapper .swiper-button-next, .blog-slider-section .testimonials-wrapper .swiper-button-next, .testimonials-section .testimonials-wrapper .swiper-button-next {
  right: 0px;
}
.blog-slider-section .blog-wrapper .swiper-button-prev, .testimonials-section .blog-wrapper .swiper-button-prev, .blog-slider-section .testimonials-wrapper .swiper-button-prev, .testimonials-section .testimonials-wrapper .swiper-button-prev {
  left: 0px;
}
.blog-slider-section .blog-wrapper .swiper-button-next, .testimonials-section .blog-wrapper .swiper-button-next, .blog-slider-section .testimonials-wrapper .swiper-button-next, .testimonials-section .testimonials-wrapper .swiper-button-next, .blog-slider-section .blog-wrapper .swiper-button-prev, .testimonials-section .blog-wrapper .swiper-button-prev, .blog-slider-section .testimonials-wrapper .swiper-button-prev, .testimonials-section .testimonials-wrapper .swiper-button-prev {
  width: 54px;
  height: 54px;
  background-color: #ee193d;
  border-radius: 76px;
  padding: 10px 23px;
}
@media (max-width: 1024px) {
  .blog-slider-section .blog-wrapper .swiper-button-next, .testimonials-section .blog-wrapper .swiper-button-next, .blog-slider-section .testimonials-wrapper .swiper-button-next, .testimonials-section .testimonials-wrapper .swiper-button-next, .blog-slider-section .blog-wrapper .swiper-button-prev, .testimonials-section .blog-wrapper .swiper-button-prev, .blog-slider-section .testimonials-wrapper .swiper-button-prev, .testimonials-section .testimonials-wrapper .swiper-button-prev {
    width: 42px;
    height: 42px;
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .blog-slider-section .blog-wrapper .swiper-button-next, .testimonials-section .blog-wrapper .swiper-button-next, .blog-slider-section .testimonials-wrapper .swiper-button-next, .testimonials-section .testimonials-wrapper .swiper-button-next, .blog-slider-section .blog-wrapper .swiper-button-prev, .testimonials-section .blog-wrapper .swiper-button-prev, .blog-slider-section .testimonials-wrapper .swiper-button-prev, .testimonials-section .testimonials-wrapper .swiper-button-prev {
    width: 34px;
    height: 34px;
  }
}
.blog-slider-section .blog-wrapper .swiper-button-next::after, .testimonials-section .blog-wrapper .swiper-button-next::after, .blog-slider-section .testimonials-wrapper .swiper-button-next::after, .testimonials-section .testimonials-wrapper .swiper-button-next::after, .blog-slider-section .blog-wrapper .swiper-button-prev::after, .testimonials-section .blog-wrapper .swiper-button-prev::after, .blog-slider-section .testimonials-wrapper .swiper-button-prev::after, .testimonials-section .testimonials-wrapper .swiper-button-prev::after {
  font-size: 15px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.blog-slider-section .blog-wrapper .testimonial-swiper, .testimonials-section .blog-wrapper .testimonial-swiper, .blog-slider-section .testimonials-wrapper .testimonial-swiper, .testimonials-section .testimonials-wrapper .testimonial-swiper {
  padding-top: 51px;
}
.blog-slider-section .blog-wrapper .testimonial-swiper .swiper-slide, .testimonials-section .blog-wrapper .testimonial-swiper .swiper-slide, .blog-slider-section .testimonials-wrapper .testimonial-swiper .swiper-slide, .testimonials-section .testimonials-wrapper .testimonial-swiper .swiper-slide {
  border-radius: 11px;
  background-color: #fff;
  padding: 60px 55px 20px;
  height: auto;
  position: relative;
}
@media (max-width: 1200px) {
  .blog-slider-section .blog-wrapper .testimonial-swiper .swiper-slide, .testimonials-section .blog-wrapper .testimonial-swiper .swiper-slide, .blog-slider-section .testimonials-wrapper .testimonial-swiper .swiper-slide, .testimonials-section .testimonials-wrapper .testimonial-swiper .swiper-slide {
    padding: 60px 20px 20px;
  }
}
.blog-slider-section .blog-wrapper .testimonial-swiper .swiper-slide .item .image-wrapper, .testimonials-section .blog-wrapper .testimonial-swiper .swiper-slide .item .image-wrapper, .blog-slider-section .testimonials-wrapper .testimonial-swiper .swiper-slide .item .image-wrapper, .testimonials-section .testimonials-wrapper .testimonial-swiper .swiper-slide .item .image-wrapper {
  position: absolute;
  left: 50px;
  top: -50px;
  width: 101px;
  height: 101px;
  border-radius: 101px;
  overflow: hidden;
}
.blog-slider-section .blog-wrapper .testimonial-swiper .swiper-slide .item .image-wrapper img, .testimonials-section .blog-wrapper .testimonial-swiper .swiper-slide .item .image-wrapper img, .blog-slider-section .testimonials-wrapper .testimonial-swiper .swiper-slide .item .image-wrapper img, .testimonials-section .testimonials-wrapper .testimonial-swiper .swiper-slide .item .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-slider-section .blog-wrapper .testimonial-swiper .swiper-slide .item .name, .testimonials-section .blog-wrapper .testimonial-swiper .swiper-slide .item .name, .blog-slider-section .testimonials-wrapper .testimonial-swiper .swiper-slide .item .name, .testimonials-section .testimonials-wrapper .testimonial-swiper .swiper-slide .item .name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
}
.blog-slider-section .blog-wrapper .testimonial-swiper .swiper-slide .item .name h6, .testimonials-section .blog-wrapper .testimonial-swiper .swiper-slide .item .name h6, .blog-slider-section .testimonials-wrapper .testimonial-swiper .swiper-slide .item .name h6, .testimonials-section .testimonials-wrapper .testimonial-swiper .swiper-slide .item .name h6 {
  font-size: 21px;
  padding-bottom: 0px;
}
.blog-slider-section .blog-wrapper .testimonial-swiper .swiper-slide .item .position, .testimonials-section .blog-wrapper .testimonial-swiper .swiper-slide .item .position, .blog-slider-section .testimonials-wrapper .testimonial-swiper .swiper-slide .item .position, .testimonials-section .testimonials-wrapper .testimonial-swiper .swiper-slide .item .position {
  font-size: 16px;
  padding-bottom: 15px;
  color: #cdc6cc;
}
.blog-slider-section .blog-wrapper .post-swiper .post-item, .testimonials-section .blog-wrapper .post-swiper .post-item, .blog-slider-section .testimonials-wrapper .post-swiper .post-item, .testimonials-section .testimonials-wrapper .post-swiper .post-item {
  border-radius: 11px;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog-slider-section .blog-wrapper .post-swiper .post-item .thumbnail-wrapper, .testimonials-section .blog-wrapper .post-swiper .post-item .thumbnail-wrapper, .blog-slider-section .testimonials-wrapper .post-swiper .post-item .thumbnail-wrapper, .testimonials-section .testimonials-wrapper .post-swiper .post-item .thumbnail-wrapper {
  overflow: hidden;
}
.blog-slider-section .blog-wrapper .post-swiper .post-item .thumbnail-wrapper .post-thumbnail, .testimonials-section .blog-wrapper .post-swiper .post-item .thumbnail-wrapper .post-thumbnail, .blog-slider-section .testimonials-wrapper .post-swiper .post-item .thumbnail-wrapper .post-thumbnail, .testimonials-section .testimonials-wrapper .post-swiper .post-item .thumbnail-wrapper .post-thumbnail {
  display: block;
  width: 100%;
  height: 300px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.5s;
  position: relative;
}
@media (max-width: 768px) {
  .blog-slider-section .blog-wrapper .post-swiper .post-item .thumbnail-wrapper .post-thumbnail, .testimonials-section .blog-wrapper .post-swiper .post-item .thumbnail-wrapper .post-thumbnail, .blog-slider-section .testimonials-wrapper .post-swiper .post-item .thumbnail-wrapper .post-thumbnail, .testimonials-section .testimonials-wrapper .post-swiper .post-item .thumbnail-wrapper .post-thumbnail {
    height: 200px;
  }
}
.blog-slider-section .blog-wrapper .post-swiper .post-item .post-content, .testimonials-section .blog-wrapper .post-swiper .post-item .post-content, .blog-slider-section .testimonials-wrapper .post-swiper .post-item .post-content, .testimonials-section .testimonials-wrapper .post-swiper .post-item .post-content {
  flex: 1;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
.blog-slider-section .blog-wrapper .post-swiper .post-item .post-content .info, .testimonials-section .blog-wrapper .post-swiper .post-item .post-content .info, .blog-slider-section .testimonials-wrapper .post-swiper .post-item .post-content .info, .testimonials-section .testimonials-wrapper .post-swiper .post-item .post-content .info {
  padding: 0 20px 15px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .blog-slider-section .blog-wrapper .post-swiper .post-item .post-content .info .date, .testimonials-section .blog-wrapper .post-swiper .post-item .post-content .info .date, .blog-slider-section .testimonials-wrapper .post-swiper .post-item .post-content .info .date, .testimonials-section .testimonials-wrapper .post-swiper .post-item .post-content .info .date, .blog-slider-section .blog-wrapper .post-swiper .post-item .post-content .info .author, .testimonials-section .blog-wrapper .post-swiper .post-item .post-content .info .author, .blog-slider-section .testimonials-wrapper .post-swiper .post-item .post-content .info .author, .testimonials-section .testimonials-wrapper .post-swiper .post-item .post-content .info .author, .blog-slider-section .blog-wrapper .post-swiper .post-item .post-content .info .link, .testimonials-section .blog-wrapper .post-swiper .post-item .post-content .info .link, .blog-slider-section .testimonials-wrapper .post-swiper .post-item .post-content .info .link, .testimonials-section .testimonials-wrapper .post-swiper .post-item .post-content .info .link {
    font-size: 14px;
  }
}
.blog-slider-section .blog-wrapper .post-swiper .post-item .post-content .info .date a, .testimonials-section .blog-wrapper .post-swiper .post-item .post-content .info .date a, .blog-slider-section .testimonials-wrapper .post-swiper .post-item .post-content .info .date a, .testimonials-section .testimonials-wrapper .post-swiper .post-item .post-content .info .date a, .blog-slider-section .blog-wrapper .post-swiper .post-item .post-content .info .author a, .testimonials-section .blog-wrapper .post-swiper .post-item .post-content .info .author a, .blog-slider-section .testimonials-wrapper .post-swiper .post-item .post-content .info .author a, .testimonials-section .testimonials-wrapper .post-swiper .post-item .post-content .info .author a, .blog-slider-section .blog-wrapper .post-swiper .post-item .post-content .info .link a, .testimonials-section .blog-wrapper .post-swiper .post-item .post-content .info .link a, .blog-slider-section .testimonials-wrapper .post-swiper .post-item .post-content .info .link a, .testimonials-section .testimonials-wrapper .post-swiper .post-item .post-content .info .link a {
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .blog-slider-section .blog-wrapper .post-swiper .post-item .post-content .info .date a, .testimonials-section .blog-wrapper .post-swiper .post-item .post-content .info .date a, .blog-slider-section .testimonials-wrapper .post-swiper .post-item .post-content .info .date a, .testimonials-section .testimonials-wrapper .post-swiper .post-item .post-content .info .date a, .blog-slider-section .blog-wrapper .post-swiper .post-item .post-content .info .author a, .testimonials-section .blog-wrapper .post-swiper .post-item .post-content .info .author a, .blog-slider-section .testimonials-wrapper .post-swiper .post-item .post-content .info .author a, .testimonials-section .testimonials-wrapper .post-swiper .post-item .post-content .info .author a, .blog-slider-section .blog-wrapper .post-swiper .post-item .post-content .info .link a, .testimonials-section .blog-wrapper .post-swiper .post-item .post-content .info .link a, .blog-slider-section .testimonials-wrapper .post-swiper .post-item .post-content .info .link a, .testimonials-section .testimonials-wrapper .post-swiper .post-item .post-content .info .link a {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .blog-slider-section .blog-wrapper .post-swiper .post-item .post-content .info, .testimonials-section .blog-wrapper .post-swiper .post-item .post-content .info, .blog-slider-section .testimonials-wrapper .post-swiper .post-item .post-content .info, .testimonials-section .testimonials-wrapper .post-swiper .post-item .post-content .info {
    padding: 15px 15px;
  }
}
.blog-slider-section .blog-wrapper .post-swiper .post-item .post-content .content, .testimonials-section .blog-wrapper .post-swiper .post-item .post-content .content, .blog-slider-section .testimonials-wrapper .post-swiper .post-item .post-content .content, .testimonials-section .testimonials-wrapper .post-swiper .post-item .post-content .content {
  flex: 1;
  padding: 20px 20px 0 40px;
}
@media (max-width: 768px) {
  .blog-slider-section .blog-wrapper .post-swiper .post-item .post-content .content, .testimonials-section .blog-wrapper .post-swiper .post-item .post-content .content, .blog-slider-section .testimonials-wrapper .post-swiper .post-item .post-content .content, .testimonials-section .testimonials-wrapper .post-swiper .post-item .post-content .content {
    padding: 15px 15px 0 35px;
  }
}
.blog-slider-section .blog-wrapper .post-swiper .post-item .post-content .content a, .testimonials-section .blog-wrapper .post-swiper .post-item .post-content .content a, .blog-slider-section .testimonials-wrapper .post-swiper .post-item .post-content .content a, .testimonials-section .testimonials-wrapper .post-swiper .post-item .post-content .content a {
  color: #363045;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: block;
  padding-bottom: 17px;
}
@media (max-width: 768px) {
  .blog-slider-section .blog-wrapper .post-swiper .post-item .post-content .content a, .testimonials-section .blog-wrapper .post-swiper .post-item .post-content .content a, .blog-slider-section .testimonials-wrapper .post-swiper .post-item .post-content .content a, .testimonials-section .testimonials-wrapper .post-swiper .post-item .post-content .content a {
    font-size: 14px;
  }
}
.blog-slider-section .blog-wrapper .post-swiper .post-item .post-content .content p, .testimonials-section .blog-wrapper .post-swiper .post-item .post-content .content p, .blog-slider-section .testimonials-wrapper .post-swiper .post-item .post-content .content p, .testimonials-section .testimonials-wrapper .post-swiper .post-item .post-content .content p {
  padding-bottom: 15px;
  font-size: 14px;
  line-height: normal;
}
.blog-slider-section .blog-wrapper .swiper-pagination, .testimonials-section .blog-wrapper .swiper-pagination, .blog-slider-section .testimonials-wrapper .swiper-pagination, .testimonials-section .testimonials-wrapper .swiper-pagination {
  position: relative;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .blog-slider-section .blog-wrapper .swiper-pagination, .testimonials-section .blog-wrapper .swiper-pagination, .blog-slider-section .testimonials-wrapper .swiper-pagination, .testimonials-section .testimonials-wrapper .swiper-pagination {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .blog-slider-section .blog-wrapper .swiper-pagination, .testimonials-section .blog-wrapper .swiper-pagination, .blog-slider-section .testimonials-wrapper .swiper-pagination, .testimonials-section .testimonials-wrapper .swiper-pagination {
    margin-top: 20px;
  }
}
.blog-slider-section .blog-wrapper .swiper-pagination .swiper-pagination-bullet, .testimonials-section .blog-wrapper .swiper-pagination .swiper-pagination-bullet, .blog-slider-section .testimonials-wrapper .swiper-pagination .swiper-pagination-bullet, .testimonials-section .testimonials-wrapper .swiper-pagination .swiper-pagination-bullet {
  background: #363045;
  opacity: 1;
  margin: 0 7px;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 11px));
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 11px));
}
@media (max-width: 1240px) {
  .blog-slider-section .blog-wrapper .swiper-pagination .swiper-pagination-bullet, .testimonials-section .blog-wrapper .swiper-pagination .swiper-pagination-bullet, .blog-slider-section .testimonials-wrapper .swiper-pagination .swiper-pagination-bullet, .testimonials-section .testimonials-wrapper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
@media (max-width: 1024px) {
  .blog-slider-section .blog-wrapper .swiper-pagination .swiper-pagination-bullet, .testimonials-section .blog-wrapper .swiper-pagination .swiper-pagination-bullet, .blog-slider-section .testimonials-wrapper .swiper-pagination .swiper-pagination-bullet, .testimonials-section .testimonials-wrapper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px;
  }
}
@media (max-width: 768px) {
  .blog-slider-section .blog-wrapper .swiper-pagination .swiper-pagination-bullet, .testimonials-section .blog-wrapper .swiper-pagination .swiper-pagination-bullet, .blog-slider-section .testimonials-wrapper .swiper-pagination .swiper-pagination-bullet, .testimonials-section .testimonials-wrapper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 3px;
  }
}
@media (max-width: 576px) {
  .blog-slider-section .blog-wrapper .swiper-pagination .swiper-pagination-bullet, .testimonials-section .blog-wrapper .swiper-pagination .swiper-pagination-bullet, .blog-slider-section .testimonials-wrapper .swiper-pagination .swiper-pagination-bullet, .testimonials-section .testimonials-wrapper .swiper-pagination .swiper-pagination-bullet {
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 5px));
  }
}
@media (max-width: 576px) {
  .blog-slider-section .blog-wrapper .swiper-pagination .swiper-pagination-bullet, .testimonials-section .blog-wrapper .swiper-pagination .swiper-pagination-bullet, .blog-slider-section .testimonials-wrapper .swiper-pagination .swiper-pagination-bullet, .testimonials-section .testimonials-wrapper .swiper-pagination .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 5px));
  }
}
.blog-slider-section .blog-wrapper .swiper-pagination .swiper-pagination-bullet-active, .testimonials-section .blog-wrapper .swiper-pagination .swiper-pagination-bullet-active, .blog-slider-section .testimonials-wrapper .swiper-pagination .swiper-pagination-bullet-active, .testimonials-section .testimonials-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background: #ee193d;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 15px));
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 15px));
}
@media (max-width: 576px) {
  .blog-slider-section .blog-wrapper .swiper-pagination .swiper-pagination-bullet-active, .testimonials-section .blog-wrapper .swiper-pagination .swiper-pagination-bullet-active, .blog-slider-section .testimonials-wrapper .swiper-pagination .swiper-pagination-bullet-active, .testimonials-section .testimonials-wrapper .swiper-pagination .swiper-pagination-bullet-active {
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
  }
}
@media (max-width: 576px) {
  .blog-slider-section .blog-wrapper .swiper-pagination .swiper-pagination-bullet-active, .testimonials-section .blog-wrapper .swiper-pagination .swiper-pagination-bullet-active, .blog-slider-section .testimonials-wrapper .swiper-pagination .swiper-pagination-bullet-active, .testimonials-section .testimonials-wrapper .swiper-pagination .swiper-pagination-bullet-active {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
  }
}
.blog-slider-section.bg, .testimonials-section.bg {
  background: var(--gr3, linear-gradient(116deg, #da3b38 0%, #362f41 45.79%));
  padding: 125px 0;
}
@media (max-width: 1024px) {
  .blog-slider-section.bg, .testimonials-section.bg {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .blog-slider-section.bg, .testimonials-section.bg {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .blog-slider-section.bg, .testimonials-section.bg {
    padding: 30px 0;
  }
}
.blog-slider-section.bg .title h2, .testimonials-section.bg .title h2 {
  color: #fff;
}
.blog-slider-section.bg .testimonials-wrapper .swiper-pagination .swiper-pagination-bullet, .testimonials-section.bg .testimonials-wrapper .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
}
.blog-slider-section.bg .testimonials-wrapper .swiper-pagination .swiper-pagination-bullet-active, .testimonials-section.bg .testimonials-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background: #ee193d;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 15px));
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 15px));
}
@media (max-width: 576px) {
  .blog-slider-section.bg .testimonials-wrapper .swiper-pagination .swiper-pagination-bullet-active, .testimonials-section.bg .testimonials-wrapper .swiper-pagination .swiper-pagination-bullet-active {
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
  }
}
@media (max-width: 576px) {
  .blog-slider-section.bg .testimonials-wrapper .swiper-pagination .swiper-pagination-bullet-active, .testimonials-section.bg .testimonials-wrapper .swiper-pagination .swiper-pagination-bullet-active {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
  }
}
.blog-slider-section {
  margin: 80px 0;
}
@media (max-width: 1024px) {
  .blog-slider-section {
    margin: 60px;
  }
}
@media (max-width: 768px) {
  .blog-slider-section {
    margin: 40px;
  }
}
@media (max-width: 576px) {
  .blog-slider-section {
    margin: 30px;
  }
}
.home .top-block .top-block-wrap:nth-child(even), .page-template-tpl-home-NEW .top-block .top-block-wrap:nth-child(even) {
  grid-template-columns: 1fr 68%;
}
@media (max-width: 1400px) {
  .home .top-block .top-block-wrap:nth-child(even), .page-template-tpl-home-NEW .top-block .top-block-wrap:nth-child(even) {
    grid-template-columns: 1fr 55%;
  }
}
@media (max-width: 1200px) {
  .home .top-block .top-block-wrap:nth-child(even), .page-template-tpl-home-NEW .top-block .top-block-wrap:nth-child(even) {
    grid-template-columns: 1fr 50%;
  }
}
@media (max-width: 1024px) {
  .home .top-block .top-block-wrap:nth-child(even), .page-template-tpl-home-NEW .top-block .top-block-wrap:nth-child(even) {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 15px;
    width: 100%;
    max-width: 96%;
    margin: 0 auto;
  }
}
.page-template-tpl-virtual-reality-ems-training .top-block .top-block-wrap:nth-child(odd) {
  grid-template-columns: 55% 1fr;
}
@media (max-width: 1400px) {
  .page-template-tpl-virtual-reality-ems-training .top-block .top-block-wrap:nth-child(odd) {
    grid-template-columns: 55% 1fr;
  }
}
@media (max-width: 1200px) {
  .page-template-tpl-virtual-reality-ems-training .top-block .top-block-wrap:nth-child(odd) {
    grid-template-columns: 50% 1fr;
  }
}
@media (max-width: 1024px) {
  .page-template-tpl-virtual-reality-ems-training .top-block .top-block-wrap:nth-child(odd) {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 15px;
    width: 100%;
    max-width: 96%;
    margin: 0 auto;
  }
}
.top-block {
  margin: 50px 0;
  width: 1920px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1024px) {
  .top-block {
    margin: 40px 0;
  }
}
@media (max-width: 768px) {
  .top-block {
    margin: 30px 0;
  }
}
@media (max-width: 576px) {
  .top-block {
    margin: 20px 0;
  }
}
.top-block .top-block-wrap {
  width: 1680px;
  max-width: 96%;
  display: grid;
  grid-template-columns: 65% 1fr;
  grid-gap: 40px;
}
@media (max-width: 1400px) {
  .top-block .top-block-wrap {
    grid-template-columns: 55% 1fr;
  }
}
@media (max-width: 1200px) {
  .top-block .top-block-wrap {
    grid-template-columns: 50% 1fr;
  }
}
@media (max-width: 1024px) {
  .top-block .top-block-wrap {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 15px;
    width: 100%;
    max-width: 100%;
  }
}
.top-block .top-block-wrap iframe {
  width: 100%;
  height: 600px;
}
@media (max-width: 1024px) {
  .top-block .top-block-wrap iframe {
    height: 283px;
  }
}
.top-block .top-block-wrap .image img {
  width: 100%;
  object-fit: cover;
  display: block;
}
.top-block .top-block-wrap .text {
  display: flex;
  align-items: center;
}
.top-block .top-block-wrap .text .wys ul li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .top-block .top-block-wrap .text .wys {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.top-block .top-block-wrap:nth-child(even) {
  grid-template-columns: 1fr 65%;
  margin-left: auto;
}
@media (max-width: 1400px) {
  .top-block .top-block-wrap:nth-child(even) {
    grid-template-columns: 1fr 55%;
  }
}
@media (max-width: 1200px) {
  .top-block .top-block-wrap:nth-child(even) {
    grid-template-columns: 1fr 50%;
  }
}
@media (max-width: 1024px) {
  .top-block .top-block-wrap:nth-child(even) {
    grid-template-columns: repeat(1, 1fr);
  }
}
.top-block .top-block-wrap:nth-child(even) .text {
  order: -1;
  max-width: 580px;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .top-block .top-block-wrap:nth-child(even) .text {
    order: 1;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .top-block .top-block-wrap:nth-child(even) .text .wys {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.page-template-tpl-marketplace .top-block, .page-template-tpl-about-us .top-block {
  margin-bottom: 0;
}
.home .slider-section, .page-template-tpl-home-NEW .slider-section {
  margin: 40px 0 45px;
}
@media (max-width: 576px) {
  .home .slider-section, .page-template-tpl-home-NEW .slider-section {
    margin: 30px 0 30px;
  }
}
.slider-section .row {
  width: 1590px;
}
.slider-section .title {
  text-align: center;
  padding-bottom: 50px;
}
.slider-section .title h2 {
  padding-bottom: 0;
}
.slider-section .slider-wrapper {
  position: relative;
  padding: 0 75px;
}
.slider-section .slider-wrapper .swiper-button-next {
  right: 0px;
}
.slider-section .slider-wrapper .swiper-button-prev {
  left: 0px;
}
.slider-section .slider-wrapper .swiper-button-next, .slider-section .slider-wrapper .swiper-button-prev {
  width: 54px;
  height: 54px;
  background-color: #ee193d;
  border-radius: 76px;
  padding: 10px 23px;
}
.slider-section .slider-wrapper .swiper-button-next::after, .slider-section .slider-wrapper .swiper-button-prev::after {
  font-size: 15px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.slider-section .slider-wrapper .swiper-wrapper .swiper-slide {
  border-radius: 11px;
  position: relative;
}
.slider-section .slider-wrapper .swiper-wrapper .swiper-slide .item .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.slider-section .slider-wrapper .swiper-wrapper .swiper-slide .item .name h6 {
  font-size: 21px;
  padding-bottom: 15px;
}
.slider-section .slider-wrapper .swiper-pagination {
  position: relative;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-section .slider-wrapper .swiper-pagination .swiper-pagination-bullet {
  background: #363045;
  opacity: 1;
  margin: 0 7px;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 11px));
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 11px));
}
.slider-section .slider-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background: #ee193d;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 15px));
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 15px));
}
.text-image-bg-section {
  margin: 120px 0;
}
@media (max-width: 1024px) {
  .text-image-bg-section {
    margin: 80px 0;
  }
}
@media (max-width: 768px) {
  .text-image-bg-section {
    margin: 60px 0;
  }
}
@media (max-width: 576px) {
  .text-image-bg-section {
    margin: 30px 0;
  }
}
.text-image-bg-section .tib-wrapper {
  background: linear-gradient(150deg, #da3b38 0%, #362f41 45.79%);
  position: relative;
}
.text-image-bg-section .tib-wrapper .bg-image {
  position: absolute;
  z-index: 5;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
.text-image-bg-section .tib-wrapper .bg-image img {
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .text-image-bg-section .tib-wrapper .bg-image {
    width: 100%;
  }
}
.text-image-bg-section .tib-wrapper .text-video-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1024px) {
  .text-image-bg-section .tib-wrapper .text-video-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.text-image-bg-section .tib-wrapper .text-video-wrapper .text {
  padding: 60px 0;
}
@media (max-width: 1024px) {
  .text-image-bg-section .tib-wrapper .text-video-wrapper .text {
    padding: 40px 0;
  }
}
.text-image-bg-section .tib-wrapper .text-video-wrapper .text .wys h2, .text-image-bg-section .tib-wrapper .text-video-wrapper .text .wys h3, .text-image-bg-section .tib-wrapper .text-video-wrapper .text .wys h4, .text-image-bg-section .tib-wrapper .text-video-wrapper .text .wys h5, .text-image-bg-section .tib-wrapper .text-video-wrapper .text .wys h6 {
  color: #fff;
}
.text-image-bg-section .tib-wrapper .text-video-wrapper .text .wys p {
  color: #cdc6cc;
  padding-bottom: 25px;
}
.text-image-bg-section .tib-wrapper .text-video-wrapper .text .wys p strong {
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 1024px) {
  .text-image-bg-section .tib-wrapper .text-video-wrapper .text .wys p {
    color: #fff;
  }
}
.text-image-bg-section .tib-wrapper .text-video-wrapper .text .wys li {
  margin-bottom: 10px;
  color: #cdc6cc;
  position: relative;
  padding-left: 25px;
}
.text-image-bg-section .tib-wrapper .text-video-wrapper .text .wys li:last-child {
  margin-bottom: 0;
}
.text-image-bg-section .tib-wrapper .text-video-wrapper .text .wys li::before {
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ee193d;
  border-radius: 50%;
}
.text-image-bg-section .tib-wrapper .text-video-wrapper .text .wys .button {
  margin-top: 50px;
}
.text-image-bg-section .tib-wrapper .text-video-wrapper .video {
  border-radius: 13px;
  overflow: hidden;
}
.text-image-bg-section .tib-wrapper .text-video-wrapper .video iframe {
  width: 100%;
  height: 100%;
}
.text-image-bg-section .tib-wrapper .text-image-wrapper {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  grid-gap: 100px;
}
@media (max-width: 1024px) {
  .text-image-bg-section .tib-wrapper .text-image-wrapper {
    flex-wrap: wrap;
    grid-gap: 30px;
  }
}
@media (max-width: 768px) {
  .text-image-bg-section .tib-wrapper .text-image-wrapper {
    grid-gap: 20px;
  }
}
.text-image-bg-section .tib-wrapper .text-image-wrapper .text {
  flex-basis: 44%;
  max-width: 44%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 120px 0 100px 40px;
}
@media (max-width: 1024px) {
  .text-image-bg-section .tib-wrapper .text-image-wrapper .text {
    flex-basis: 100%;
    max-width: 100%;
    display: block;
  }
}
@media (max-width: 1024px) {
  .text-image-bg-section .tib-wrapper .text-image-wrapper .text {
    padding: 70px 0;
  }
}
@media (max-width: 768px) {
  .text-image-bg-section .tib-wrapper .text-image-wrapper .text {
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  .text-image-bg-section .tib-wrapper .text-image-wrapper .text {
    padding: 30px 0;
  }
}
.text-image-bg-section .tib-wrapper .text-image-wrapper .text .wys {
  max-width: 520px;
  padding: 0 20px;
}
.text-image-bg-section .tib-wrapper .text-image-wrapper .text .wys h3 {
  color: #fff;
}
.text-image-bg-section .tib-wrapper .text-image-wrapper .text .wys p {
  color: #cdc6cc;
  padding-bottom: 15px;
}
.text-image-bg-section .tib-wrapper .text-image-wrapper .text .wys p strong {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}
@media (max-width: 1024px) {
  .text-image-bg-section .tib-wrapper .text-image-wrapper .text .wys p {
    color: #fff;
  }
}
.text-image-bg-section .tib-wrapper .text-image-wrapper .text .wys li {
  margin-bottom: 0px;
  color: #cdc6cc;
  position: relative;
  padding-left: 25px;
  padding-bottom: 10px;
}
.text-image-bg-section .tib-wrapper .text-image-wrapper .text .wys li:last-child {
  margin-bottom: 0;
}
.text-image-bg-section .tib-wrapper .text-image-wrapper .text .wys li::before {
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ee193d;
  border-radius: 50%;
}
.text-image-bg-section .tib-wrapper .text-image-wrapper .text .wys .button {
  margin-top: 20px;
}
.text-image-bg-section .tib-wrapper .text-image-wrapper .image {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  width: 52%;
  margin-top: -150px;
  text-align: right;
}
@media (max-width: 1180px) {
  .text-image-bg-section .tib-wrapper .text-image-wrapper .image {
    margin-top: 0px;
  }
}
@media (max-width: 1024px) {
  .text-image-bg-section .tib-wrapper .text-image-wrapper .image {
    position: relative;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .text-image-bg-section .tib-wrapper .text-image-wrapper .image {
    display: none;
  }
}
.text-image-bg-section .tib-wrapper .text-image-wrapper .image img {
  height: 100%;
  object-fit: cover;
}
.text-image-bg-section .tib-wrapper .text-image-wrapper .video_tib {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 120px;
  z-index: 10;
  width: 43%;
  text-align: right;
}
@media (max-width: 1180px) {
  .text-image-bg-section .tib-wrapper .text-image-wrapper .video_tib {
    margin-top: 0px;
    right: 10px;
  }
}
@media (max-width: 1024px) {
  .text-image-bg-section .tib-wrapper .text-image-wrapper .video_tib {
    right: 0;
    position: static;
    -webkit-transform: none;
    -moztransform: none;
    transform: none;
    width: 100%;
    padding: 10px 0 30px;
  }
}
@media (max-width: 768px) {
  .text-image-bg-section .tib-wrapper .text-image-wrapper .video_tib {
    display: none;
  }
}
.text-image-bg-section .tib-wrapper .text-image-wrapper .video_tib .swiper {
  padding-bottom: 40px;
}
.text-image-bg-section .tib-wrapper .text-image-wrapper .video_tib .swiper-slide {
  height: 430px;
}
.text-image-bg-section .tib-wrapper .text-image-wrapper .video_tib .slider_nav_wrap {
  position: relative;
  width: 140px;
  display: inline-block;
}
.text-image-bg-section .tib-wrapper .text-image-wrapper .video_tib .slider_nav_wrap .swiper-button-prev {
  width: 54px;
  height: 54px;
  background: #ee193d;
  border-radius: 50%;
}
.text-image-bg-section .tib-wrapper .text-image-wrapper .video_tib .slider_nav_wrap .swiper-button-prev:after {
  color: #fff;
  font-size: 20px;
}
.text-image-bg-section .tib-wrapper .text-image-wrapper .video_tib .slider_nav_wrap .swiper-button-next {
  width: 54px;
  height: 54px;
  background: #ee193d;
  border-radius: 50%;
}
.text-image-bg-section .tib-wrapper .text-image-wrapper .video_tib .slider_nav_wrap .swiper-button-next:after {
  color: #fff;
  font-size: 20px;
}
.text-image-bg-section .tib-wrapper .text-image-wrapper .video_tib iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-image-bg-section.alt .tib-wrapper .text-image-wrapper .image {
  top: -90px;
  bottom: -90px;
}
.text-image-bg-section.alt .tib-wrapper .text-image-wrapper .image img {
  object-position: left center;
}
@media (max-width: 1024px) {
  .text-image-bg-section.alt .tib-wrapper .text-image-wrapper .image {
    top: 0;
    bottom: 0;
  }
}
.text-image-bg-section.about {
  overflow: hidden;
  margin: 0 0 120px;
}
@media (max-width: 1024px) {
  .text-image-bg-section.about {
    margin: 0 0 80px;
  }
}
@media (max-width: 768px) {
  .text-image-bg-section.about {
    margin: 0 0 60px;
  }
}
@media (max-width: 576px) {
  .text-image-bg-section.about {
    margin: 0 0 30px;
  }
}
.text-image-bg-section.about .tib-wrapper .text-image-wrapper .image {
  margin: 0;
}
.home .text-image-bg-section .tib-wrapper .bg-image, .page-template-tpl-home-NEW .text-image-bg-section .tib-wrapper .bg-image {
  width: 77%;
}
.page-template-tpl-virtual-reality-simulation .tib-wrapper .text-image-wrapper .image, .page-template-tpl-virtual-reality-medical .tib-wrapper .text-image-wrapper .image, .home .tib-wrapper .text-image-wrapper .image, .page-template-tpl-home-NEW .tib-wrapper .text-image-wrapper .image {
  top: auto;
  display: flex;
  bottom: 0;
}
.page-template-tpl-virtual-reality-medical .tib-wrapper .text-image-wrapper .image {
  top: auto;
  display: flex;
  bottom: 0;
  margin-bottom: -200px;
}
@media (max-width: 1024px) {
  .page-template-tpl-virtual-reality-medical .tib-wrapper .text-image-wrapper .image {
    margin-bottom: -100px;
  }
}
@media (max-width: 768px) {
  .page-template-tpl-virtual-reality-medical .tib-wrapper .text-image-wrapper .image {
    margin-bottom: -50px;
  }
}
@media (max-width: 576px) {
  .page-template-tpl-virtual-reality-medical .tib-wrapper .text-image-wrapper .image {
    margin-bottom: -20px;
  }
}
.page-template-tpl-marketplace .tib-wrapper .text-image-wrapper .image {
  width: 45%;
}
@media (max-width: 1024px) {
  .page-template-tpl-marketplace .tib-wrapper .text-image-wrapper .image {
    width: 100%;
  }
  .page-template-tpl-marketplace .tib-wrapper .text-image-wrapper .image img {
    width: 60%;
  }
}
.page-template-tpl-virtual-manikin .text-image-bg-section .tib-wrapper .bg-image {
  right: auto;
  left: 0;
  height: auto;
}
.page-template-tpl-virtual-manikin .text-image-bg-section .tib-wrapper .bg-image img {
  width: 100%;
}
.page-template-tpl-virtual-manikin .text-image-bg-section .tib-wrapper .text-image-wrapper {
  justify-content: flex-end;
}
.page-template-tpl-virtual-manikin .text-image-bg-section .tib-wrapper .text-image-wrapper .text {
  flex-basis: 50%;
  max-width: 50%;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .page-template-tpl-virtual-manikin .text-image-bg-section .tib-wrapper .text-image-wrapper .text {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.page-template-tpl-virtual-manikin .text-image-bg-section .tib-wrapper .text-image-wrapper .text .button {
  margin-top: 20px;
}
.page-template-tpl-virtual-manikin .text-image-bg-section .tib-wrapper .text-image-wrapper .text .wys p {
  color: #f6f7fc;
}
.page-template-tpl-virtual-manikin .text-image-bg-section .tib-wrapper .text-image-wrapper .text .wys ul li {
  margin-bottom: 10px;
  color: #f6f7fc;
}
.page-template-tpl-virtual-manikin .text-image-bg-section .tib-wrapper .text-image-wrapper .text .wys ul li::before {
  background-color: #f6f7fc;
}
.page-template-tpl-virtual-manikin .text-image-bg-section .tib-wrapper .text-image-wrapper .image {
  right: auto;
  left: 0;
  width: 50%;
}
@media (max-width: 1024px) {
  .page-template-tpl-virtual-manikin .text-image-bg-section .tib-wrapper .text-image-wrapper .image {
    width: 100%;
  }
}
.page-template-tpl-virtual-manikin .bottom-text-row {
  position: relative;
  z-index: 10;
  margin-top: 80px;
}
.page-template-tpl-virtual-manikin .bottom-text-row .bottom-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
  align-items: center;
}
@media (max-width: 1024px) {
  .page-template-tpl-virtual-manikin .bottom-text-row .bottom-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .page-template-tpl-virtual-manikin .bottom-text-row .bottom-wrapper .image {
    text-align: center;
  }
}
.page-template-tpl-virtual-manikin .bottom-text-row .bottom-wrapper .text h2, .page-template-tpl-virtual-manikin .bottom-text-row .bottom-wrapper .text h3, .page-template-tpl-virtual-manikin .bottom-text-row .bottom-wrapper .text h4, .page-template-tpl-virtual-manikin .bottom-text-row .bottom-wrapper .text h5, .page-template-tpl-virtual-manikin .bottom-text-row .bottom-wrapper .text h6, .page-template-tpl-virtual-manikin .bottom-text-row .bottom-wrapper .text p {
  color: #fff;
}
.page-template-tpl-about-us .text-image-bg-section {
  padding: 0;
  margin-top: 0;
}
.page-template-tpl-about-us .text-image-bg-section .text-image-wrapper .image {
  margin-top: 0px;
  display: block;
}
.how-it-work-section {
  margin: 40px 0 120px;
}
@media (max-width: 1024px) {
  .how-it-work-section {
    margin: 80px 0;
  }
}
@media (max-width: 768px) {
  .how-it-work-section {
    margin: 60px 0;
  }
}
@media (max-width: 576px) {
  .how-it-work-section {
    margin: 30px 0;
  }
}
.how-it-work-section .title h2 {
  font-size: 50px;
}
.how-it-work-section .title p {
  line-height: normal;
}
.how-it-work-section .how-it-work-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
}
@media (max-width: 1024px) {
  .how-it-work-section .how-it-work-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.how-it-work-section .how-it-work-wrapper .card-item {
  border-radius: 11px;
  background-image: url("../img/card-bg.svg");
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 45px 50px 55px 45px;
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .how-it-work-section .how-it-work-wrapper .card-item {
    padding: 35px 40px;
  }
}
@media (max-width: 768px) {
  .how-it-work-section .how-it-work-wrapper .card-item {
    padding: 30px;
  }
}
.how-it-work-section .how-it-work-wrapper .card-item.no-icon {
  margin-top: 20px;
}
.how-it-work-section .how-it-work-wrapper .card-item .icon {
  margin-top: -105px;
}
.how-it-work-section .how-it-work-wrapper .card-item .text .wys h5 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
  color: #fff;
}
.how-it-work-section .how-it-work-wrapper .card-item .text .wys p {
  color: #fff;
  line-height: normal;
}
.how-it-work-section .how-it-work-wrapper .card-item .text .wys p:last-child {
  padding-bottom: 0;
}
.revol-section {
  margin: 100px 0 120px;
}
@media (max-width: 1200px) {
  .revol-section {
    margin: 0px 0 80px;
  }
}
@media (max-width: 1024px) {
  .revol-section {
    margin: 60px 0;
  }
}
@media (max-width: 768px) {
  .revol-section {
    margin: 40px 0;
  }
}
@media (max-width: 576px) {
  .revol-section {
    margin: 20px 0;
  }
}
.revol-section .title {
  text-align: center;
  max-width: 710px;
  margin: 0 auto;
}
.revol-section .title h2 {
  padding-bottom: 48px;
}
@media (max-width: 1024px) {
  .revol-section .title h2 {
    padding-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .revol-section .title h2 {
    padding-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .revol-section .title h2 {
    padding-bottom: 15px;
  }
}
.revol-section .revol-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
@media (max-width: 1024px) {
  .revol-section .revol-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .revol-section .revol-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.revol-section .revol-wrapper .card {
  text-align: center;
  grid-gap: 30px;
  padding: 30px 25px 25px;
  border-radius: 10px;
  background: #fff;
}
.revol-section .revol-wrapper .card .image {
  flex-basis: 64px;
  max-width: 64px;
  height: 64px;
  margin: 0 auto 25px;
}
.revol-section .revol-wrapper .card .image img {
  height: 100%;
  width: 100%;
}
.revol-section .revol-wrapper .card .text {
  flex: 1;
}
.revol-section .revol-wrapper .card .text h5 {
  font-size: 24px;
  color: #363045;
  font-weight: 700;
  padding-bottom: 0;
}
.wms-section {
  margin: 120px 0;
}
@media (max-width: 1024px) {
  .wms-section {
    margin: 80px 0;
  }
}
@media (max-width: 768px) {
  .wms-section {
    margin: 60px 0;
  }
}
@media (max-width: 576px) {
  .wms-section {
    margin: 30px 0;
  }
}
.wms-section .title {
  text-align: center;
  text-transform: capitalize;
  max-width: 1200px;
  margin: 0 auto 60px;
}
.wms-section .title h2 {
  padding-bottom: 0px;
}
@media (max-width: 1024px) {
  .wms-section .title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .wms-section .title {
    margin-bottom: 20px;
  }
}
.wms-section .wms-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
@media (max-width: 768px) {
  .wms-section .wms-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.wms-section .wms-wrapper .card {
  padding: 30px;
  border-radius: 11px;
  background: #fff;
}
@media (max-width: 1024px) {
  .wms-section .wms-wrapper .card {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .wms-section .wms-wrapper .card {
    padding: 10px;
  }
}
.wms-section .wms-wrapper .card .image {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}
.wms-section .wms-wrapper .card .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .wms-section .wms-wrapper .card .image {
    margin-bottom: 10px;
  }
}
.wms-section .wms-wrapper .card .text {
  flex: 1;
}
.wms-section .wms-wrapper .card .text h5 {
  font-size: 20px;
  color: #363045;
  font-weight: 700;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .wms-section .wms-wrapper .card .text h5 {
    padding-bottom: 10px;
  }
}
.map-section {
  margin: 120px 0;
}
@media (max-width: 1024px) {
  .map-section {
    margin: 80px 0;
  }
}
@media (max-width: 768px) {
  .map-section {
    margin: 60px 0;
  }
}
@media (max-width: 576px) {
  .map-section {
    margin: 30px 0;
  }
}
.map-section .row {
  width: 1640px;
}
.map-section .row .map-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .map-section .row .map-wrapper {
    flex-wrap: wrap;
  }
}
.map-section .row .map-wrapper .image {
  flex-basis: 55%;
  max-width: 55%;
}
@media (max-width: 1200px) {
  .map-section .row .map-wrapper .image {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (max-width: 1024px) {
  .map-section .row .map-wrapper .image {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.map-section .row .map-wrapper .map-text {
  flex: 1;
  padding: 20px 20px 20px 120px;
}
@media (max-width: 1200px) {
  .map-section .row .map-wrapper .map-text {
    padding: 20px 20px 20px 80px;
  }
}
@media (max-width: 1024px) {
  .map-section .row .map-wrapper .map-text {
    padding: 20px;
  }
}
.map-section .row .map-wrapper .map-text .wys {
  max-width: 500px;
}
@media (max-width: 1024px) {
  .map-section .row .map-wrapper .map-text .wys {
    max-width: 100%;
  }
}
.video-section {
  margin: 120px 0;
}
@media (max-width: 1024px) {
  .video-section {
    margin: 80px 0;
  }
}
@media (max-width: 768px) {
  .video-section {
    margin: 60px 0;
  }
}
@media (max-width: 576px) {
  .video-section {
    margin: 30px 0;
  }
}
.video-section .row {
  width: 1200px;
}
.video-section .row .title {
  text-align: center;
  margin-bottom: 30px;
}
.video-section .row .video {
  border-radius: 20px;
  overflow: hidden;
}
.video-section .row .video iframe {
  width: 100%;
  height: 600px;
}
.eo-section {
  margin: 120px 0 80px;
  padding: 120px 0 80px;
  background: var(--gr3, linear-gradient(116deg, #da3b38 0%, #362f41 45.79%));
}
@media (max-width: 1024px) {
  .eo-section {
    margin: 80px 0 60px;
    padding: 80px 0 60px;
  }
}
@media (max-width: 768px) {
  .eo-section {
    margin: 60px 0 40px;
    padding: 60px 0 40px;
  }
}
@media (max-width: 576px) {
  .eo-section {
    margin: 30px 0 20px;
    padding: 30px 0 20px;
  }
}
.eo-section .title {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .eo-section .title {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .eo-section .title {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .eo-section .title {
    margin-bottom: 10px;
  }
}
.eo-section .title h2, .eo-section .title p {
  color: #fff;
}
.eo-section .title h2 {
  max-width: 700px;
  margin: 0 auto;
}
.eo-section .eo-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin-bottom: 30px;
}
.eo-section .eo-wrapper.col-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .eo-section .eo-wrapper.col-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .eo-section .eo-wrapper.col-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 1024px) {
  .eo-section .eo-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .eo-section .eo-wrapper {
    margin-bottom: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 576px) {
  .eo-section .eo-wrapper {
    margin-bottom: 20px;
  }
}
.eo-section .eo-wrapper .sample, .eo-section .eo-wrapper .traditional, .eo-section .eo-wrapper .virtual_reality {
  border-radius: 11px;
  border: 1px solid #fff;
  background: #66343f;
  padding: 40px 50px 45px 45px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .eo-section .eo-wrapper .sample, .eo-section .eo-wrapper .traditional, .eo-section .eo-wrapper .virtual_reality {
    padding: 15px 20px 20px 20px;
  }
}
.eo-section .eo-wrapper .sample::before, .eo-section .eo-wrapper .traditional::before, .eo-section .eo-wrapper .virtual_reality::before {
  content: url("../img/card-bg1.svg");
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 270px;
  z-index: 5;
}
.eo-section .eo-wrapper .sample .wys, .eo-section .eo-wrapper .traditional .wys, .eo-section .eo-wrapper .virtual_reality .wys {
  position: relative;
  z-index: 10;
}
.eo-section .eo-wrapper .sample .wys h2, .eo-section .eo-wrapper .traditional .wys h2, .eo-section .eo-wrapper .virtual_reality .wys h2, .eo-section .eo-wrapper .sample .wys h3, .eo-section .eo-wrapper .traditional .wys h3, .eo-section .eo-wrapper .virtual_reality .wys h3, .eo-section .eo-wrapper .sample .wys h4, .eo-section .eo-wrapper .traditional .wys h4, .eo-section .eo-wrapper .virtual_reality .wys h4, .eo-section .eo-wrapper .sample .wys h5, .eo-section .eo-wrapper .traditional .wys h5, .eo-section .eo-wrapper .virtual_reality .wys h5, .eo-section .eo-wrapper .sample .wys h6, .eo-section .eo-wrapper .traditional .wys h6, .eo-section .eo-wrapper .virtual_reality .wys h6, .eo-section .eo-wrapper .sample .wys p, .eo-section .eo-wrapper .traditional .wys p, .eo-section .eo-wrapper .virtual_reality .wys p, .eo-section .eo-wrapper .sample .wys ul, .eo-section .eo-wrapper .traditional .wys ul, .eo-section .eo-wrapper .virtual_reality .wys ul {
  color: #fff;
}
.eo-section .eo-wrapper .sample .wys ul.col-2, .eo-section .eo-wrapper .traditional .wys ul.col-2, .eo-section .eo-wrapper .virtual_reality .wys ul.col-2 {
  columns: 2;
}
@media (max-width: 1024px) {
  .eo-section .eo-wrapper .sample .wys ul.col-2, .eo-section .eo-wrapper .traditional .wys ul.col-2, .eo-section .eo-wrapper .virtual_reality .wys ul.col-2 {
    columns: 1;
  }
}
.eo-section .eo-wrapper .sample .wys li, .eo-section .eo-wrapper .traditional .wys li, .eo-section .eo-wrapper .virtual_reality .wys li {
  margin-bottom: 25px;
  padding-left: 60px;
  position: relative;
}
.eo-section .eo-wrapper .sample .wys p, .eo-section .eo-wrapper .traditional .wys p, .eo-section .eo-wrapper .virtual_reality .wys p, .eo-section .eo-wrapper .sample .wys li, .eo-section .eo-wrapper .traditional .wys li, .eo-section .eo-wrapper .virtual_reality .wys li {
  font-size: 16px;
}
.eo-section .eo-wrapper .traditional {
  background: #362f41;
}
.eo-section .eo-wrapper .traditional::before {
  display: none;
}
.eo-section .eo-wrapper .traditional .wys ul li::before {
  position: absolute;
  content: url("../img/list-uncheck.svg");
  width: 28px;
  height: 28px;
  left: 0;
  top: 0;
  background: transparent;
}
.eo-section .eo-wrapper .virtual_reality {
  background-color: #373042;
}
.eo-section .eo-wrapper .virtual_reality::before {
  display: none;
}
.eo-section .eo-wrapper .virtual_reality .wys ul li::before {
  position: absolute;
  content: url("../img/list-check.svg");
  width: 28px;
  height: 28px;
  left: 0;
  top: 0;
}
.eo-section .eo-wrapper .sample {
  background-color: #373042;
}
.eo-section .eo-wrapper .sample .wys > h6 {
  height: 71px;
}
@media (max-width: 480px) {
  .eo-section .eo-wrapper .sample .wys > h6 {
    height: auto;
  }
}
.eo-section .eo-wrapper .sample .wys ul li {
  padding-left: 30px;
  padding-bottom: 0;
}
.eo-section .eo-wrapper .sample .wys ul li:last-child {
  margin-bottom: 0;
}
.eo-section .eo-wrapper .sample .wys ul li::before {
  position: absolute;
  content: "";
  background-color: red;
  width: 8px;
  height: 8px;
  left: 0;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
}
.eo-section .eo-wrapper .sample .wys h6 {
  font-size: 19px;
}
.eo-section .eo-wrapper .sample .wys p {
  line-height: 1.5;
}
.eo-section.white-bg {
  background: #fff;
}
.eo-section.white-bg .virtual_reality .wys ul li::before {
  content: url("../img/white-check.svg");
}
.eo-section.white-bg .sub-text p, .eo-section.white-bg .sub-text h1, .eo-section.white-bg .sub-text h2, .eo-section.white-bg .sub-text h3, .eo-section.white-bg .sub-text h4, .eo-section.white-bg .sub-text h5, .eo-section.white-bg .sub-text h6 {
  color: #363045;
}
.eo-section .sub-text p, .eo-section .sub-text h1, .eo-section .sub-text h2, .eo-section .sub-text h3, .eo-section .sub-text h4, .eo-section .sub-text h5, .eo-section .sub-text h6 {
  color: #fff;
}
.eo-section .sub-text h6 {
  line-height: 1.5;
}
.eo-section .button-wrapper {
  text-align: center;
}
.page-template-tpl-virtual-manikin .eo-section {
  margin-bottom: 0;
}
.types-fr-section {
  margin: 120px 0 80px;
}
@media (max-width: 1024px) {
  .types-fr-section {
    margin: 80px 0 60px;
  }
}
@media (max-width: 768px) {
  .types-fr-section {
    margin: 60px 0 40px;
  }
}
@media (max-width: 576px) {
  .types-fr-section {
    margin: 30px 0 20px;
  }
}
.types-fr-section .row {
  width: 1200px;
}
.types-fr-section .title {
  margin-bottom: 55px;
}
.types-fr-section .types-fr-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 80px;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .types-fr-section .types-fr-wrapper {
    grid-gap: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .types-fr-section .types-fr-wrapper {
    grid-gap: 20px;
    margin-bottom: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .types-fr-section .types-fr-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.types-fr-section .types-fr-wrapper .card .image {
  overflow: hidden;
  border-radius: 28px;
  margin-bottom: 12px;
  box-shadow: 0px 4px 21px 0px rgba(55, 48, 66, 0.59);
  height: 240px;
}
.types-fr-section .types-fr-wrapper .card .image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.types-fr-section .types-fr-wrapper .card .name {
  text-align: center;
  color: #ee193d;
  font-size: 21px;
  font-weight: 700;
}
.types-fr-section .button-wrapper {
  text-align: center;
}
.get-in-touch-section {
  margin: 80px 0;
}
@media (max-width: 1024px) {
  .get-in-touch-section {
    margin: 60px 0;
  }
}
@media (max-width: 768px) {
  .get-in-touch-section {
    margin: 40px 0;
  }
}
@media (max-width: 576px) {
  .get-in-touch-section {
    margin: 30px 0;
  }
}
.get-in-touch-section .get-in-touch-wrapper {
  padding: 80px 0;
  border-bottom: 1px solid rgba(55, 48, 66, 0.12);
  border-top: 1px solid rgba(55, 48, 66, 0.12);
}
@media (max-width: 1024px) {
  .get-in-touch-section .get-in-touch-wrapper {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .get-in-touch-section .get-in-touch-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 576px) {
  .get-in-touch-section .get-in-touch-wrapper {
    padding: 30px 0;
  }
}
.get-in-touch-section .get-in-touch-wrapper .wys h5 {
  font-size: 21px;
  line-height: normal;
}
.social-media-section {
  margin: 40px 0;
}
.social-media-section .title {
  text-align: center;
}
.social-media-section .title h5 {
  color: #363045;
  font-size: 21px;
}
.social-media-section .some-wrapper .some {
  text-align: center;
}
.social-media-section .some-wrapper .some .fas, .social-media-section .some-wrapper .some .fa {
  display: inline-block;
}
.social-media-section .some-wrapper .some .fas {
  vertical-align: baseline;
  font-size: 30px;
  text-decoration: none;
}
.social-media-section .some-wrapper .some .fa {
  font-family: "fontawesome-brands";
  width: auto;
  cursor: pointer;
  text-align: center;
  font-size: 27px;
  text-decoration: none;
  margin-right: 25px;
}
.what-possible-section {
  margin: 80px 0;
}
@media (max-width: 1024px) {
  .what-possible-section {
    margin: 60px 0;
  }
}
@media (max-width: 768px) {
  .what-possible-section {
    margin: 40px 0;
  }
}
@media (max-width: 576px) {
  .what-possible-section {
    margin: 30px 0;
  }
}
.what-possible-section .title {
  margin-bottom: 20px;
}
.what-possible-section .what-possible-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
@media (max-width: 768px) {
  .what-possible-section .what-possible-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.what-possible-section .what-possible-wrapper .left-block .wys, .what-possible-section .what-possible-wrapper .right-block .wys {
  border-radius: 11px;
  background: #fff;
  padding: 50px 30px;
  margin-bottom: 20px;
  position: relative;
}
.what-possible-section .what-possible-wrapper .left-block .wys p, .what-possible-section .what-possible-wrapper .right-block .wys p {
  padding-bottom: 0;
}
.what-possible-section .what-possible-wrapper .left-block .wys p a, .what-possible-section .what-possible-wrapper .right-block .wys p a {
  color: #000;
  text-decoration: underline;
}
.what-possible-section .what-possible-wrapper .left-block .wys p a:hover, .what-possible-section .what-possible-wrapper .right-block .wys p a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.what-possible-section .what-possible-wrapper .left-block .wys .num, .what-possible-section .what-possible-wrapper .right-block .wys .num {
  background-color: #373042;
  border-radius: 52px;
  right: 30px;
  top: 40px;
  position: absolute;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.what-possible-section .what-possible-wrapper .left-block .wys .num h6, .what-possible-section .what-possible-wrapper .right-block .wys .num h6 {
  color: #da3b38;
  padding-bottom: 0;
}
.what-possible-section .what-possible-wrapper .left-block .image, .what-possible-section .what-possible-wrapper .right-block .image {
  margin-bottom: 20px;
}
.what-possible-section .what-possible-wrapper .left-block .image img, .what-possible-section .what-possible-wrapper .right-block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-section {
  margin: 80px 0;
}
@media (max-width: 1024px) {
  .text-section {
    margin: 60px 0;
  }
}
@media (max-width: 768px) {
  .text-section {
    margin: 40px 0;
  }
}
@media (max-width: 576px) {
  .text-section {
    margin: 30px 0;
  }
}
.text-section .img-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 22px;
}
.text-section .img-wrapper .image {
  border-radius: 11px;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.table-image-section {
  margin: 60px 0;
}
@media (max-width: 768px) {
  .table-image-section {
    margin: 40px 0;
  }
}
@media (max-width: 576px) {
  .table-image-section {
    margin: 30px 0;
  }
}
.table-image-section .image img {
  width: 100%;
  object-fit: cover;
}
.bottom-video-section .video {
  height: 870px;
}
@media (max-width: 1024px) {
  .bottom-video-section .video {
    height: 600px;
  }
}
@media (max-width: 768px) {
  .bottom-video-section .video {
    height: 400px;
  }
}
@media (max-width: 576px) {
  .bottom-video-section .video {
    height: 300px;
  }
}
.bottom-video-section .video iframe {
  width: 100%;
  height: 100%;
}
.bottom-video-section .image img {
  width: 100%;
  height: 100%;
  display: block;
}
.video-text-section {
  margin: 100px 0;
}
@media (max-width: 1024px) {
  .video-text-section {
    margin: 60px 0;
  }
}
@media (max-width: 768px) {
  .video-text-section {
    margin: 40px 0;
  }
}
@media (max-width: 576px) {
  .video-text-section {
    margin: 30px 0;
  }
}
.video-text-section .row .video-text-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
  align-items: center;
}
@media (max-width: 1024px) {
  .video-text-section .row .video-text-wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }
}
.video-text-section .row .video-text-wrapper .text {
  padding: 0 50px;
}
@media (max-width: 1024px) {
  .video-text-section .row .video-text-wrapper .text {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .video-text-section .row .video-text-wrapper .text {
    padding: 0 20px;
  }
}
.video-text-section .row .video-text-wrapper .video iframe {
  width: 100%;
}
.image-text-vm-section {
  margin: 130px 0;
  background-color: #f6f7fc;
}
@media (max-width: 1024px) {
  .image-text-vm-section {
    margin: 80px 0;
  }
}
@media (max-width: 768px) {
  .image-text-vm-section {
    margin: 60px 0;
  }
}
@media (max-width: 576px) {
  .image-text-vm-section {
    margin: 30px 0;
  }
}
.image-text-vm-section .image-text-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 50px;
}
@media (max-width: 1024px) {
  .image-text-vm-section .image-text-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 1024px) {
  .image-text-vm-section .image-text-wrapper .image {
    text-align: center;
  }
}
.image-text-vm-section .image-text-wrapper .image img {
  width: auto;
}
.vmn-section {
  margin: 0px 0 80px;
  padding: 0px 0 80px;
  background: var(--gr3, linear-gradient(116deg, #da3b38 0%, #362f41 45.79%));
}
@media (max-width: 1024px) {
  .vmn-section {
    margin: 80px 0 60px;
    padding: 80px 0 60px;
  }
}
@media (max-width: 768px) {
  .vmn-section {
    margin: 60px 0 40px;
    padding: 60px 0 40px;
  }
}
@media (max-width: 576px) {
  .vmn-section {
    margin: 30px 0 20px;
    padding: 30px 0 20px;
  }
}
.vmn-section .row {
  width: 950px;
}
.vmn-section .vmn-wrapper {
  position: relative;
  top: -20px;
}
.vmn-section .vmn-wrapper .image {
  text-align: center;
  margin-bottom: 40px;
}
.vmn-section .vmn-wrapper .text .wys h2, .vmn-section .vmn-wrapper .text .wys h3, .vmn-section .vmn-wrapper .text .wys h4, .vmn-section .vmn-wrapper .text .wys h5, .vmn-section .vmn-wrapper .text .wys h6, .vmn-section .vmn-wrapper .text .wys p {
  color: #fff;
}
.about-columns {
  padding: 110px 0 40px;
}
@media (max-width: 1024px) {
  .about-columns {
    padding: 40px 0 20px;
  }
}
.about-columns .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  column-gap: 20px;
}
@media (max-width: 1024px) {
  .about-columns .box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about-columns .item {
  border-radius: 11px;
  background: #fff;
  padding: 42px 33px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .about-columns .item {
    padding: 20px;
  }
}
.about-columns .item figure {
  display: block;
  padding-bottom: 20px;
}
.about-columns .item h4 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 15px;
}
.about-columns .item .text > *:last-child {
  padding-bottom: 0;
}
.about-photos {
  margin: 80px 0;
}
.about-photos .top-text {
  width: 710px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto 65px;
}
@media (max-width: 1024px) {
  .about-photos .top-text {
    margin-bottom: 25px;
  }
}
.about-photos .box {
  display: grid;
  grid-template-columns: repeat(auto-fit, 23%);
  column-gap: 20px;
  justify-content: center;
}
.about-photos .item {
  text-align: center;
  margin-bottom: 19%;
}
.about-photos .item figure {
  display: block;
  width: 160px;
  height: 160px;
  border: 4px solid #da3b38;
  border-radius: 50%;
  padding: 11px;
  margin: 0 auto 18px;
}
.about-photos .item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.about-photos .item h4 {
  color: #363045;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 7px;
}
.about-photos .item .text {
  color: #727177;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-template-tpl-get-started .default-page, .page-template-tpl-get-started-new .default-page {
  margin-top: 150px;
}
@media (max-width: 1024px) {
  .page-template-tpl-get-started .default-page, .page-template-tpl-get-started-new .default-page {
    margin-top: 60px;
  }
}
.top_background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.top_background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
::-webkit-input-placeholder {
  color: #231f20;
  opacity: 1;
}
:-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
::-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #231f20;
  opacity: 1;
}
.text_pole ::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole ::-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-ms-input-placeholder {
  color: #737373;
  opacity: 1;
}
/*
 Flexbox grid @mixin
 EXAMPLE
 .flexbox {
 @include boxGrid(5, 4%);
 }
 */
.default-page .row {
  padding: 40px 0 50px;
}
.default-page .row .content .get-started-form {
  max-width: 750px;
  margin: 0 auto;
}
.default-page .row .content .get-started-form .info-form {
  margin-bottom: 30px;
  text-align: center;
}
.default-page .row .content .get-started-form .col-6 {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
}
@media (max-width: 480px) {
  .default-page .row .content .get-started-form .xs-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.default-page .row .content .get-started-form .select-field {
  position: relative;
  margin-bottom: 25px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .default-page .row .content .get-started-form .select-field {
    margin-bottom: 15px;
  }
}
.default-page .row .content .get-started-form .select-field:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 20px;
  content: "\25BC";
  font-size: 15px;
  z-index: 1;
  color: #000;
  pointer-events: none;
}
.default-page .row .content .get-started-form .submit-field {
  position: relative;
}
.default-page .row .content .get-started-form .submit-field input {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 50px;
  background: #ee193d;
  color: #fff;
  font-size: 19px;
  border-radius: 40px;
}
.thank-you-block .slider-section {
  margin: 50px auto;
}
@media (max-width: 1024px) {
  .thank-you-block .slider-section {
    margin: 40px auto;
  }
}
@media (max-width: 768px) {
  .thank-you-block .slider-section {
    margin: 30px auto;
  }
}
.thank-you-block .top-wrap {
  padding: 130px 0 20px;
}
.thank-you-box .title-thank-you h1, .thank-you-box .title-thank-you h2, .thank-you-box .title-thank-you h3, .thank-you-box .title-thank-you h4, .thank-you-box .title-thank-you h5, .thank-you-box .title-thank-you h6, .thank-you-box .title-thank-you p {
  color: #fff;
}
.thank-you-box .careers-testimonials-video-box {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}
@media (max-width: 1024px) {
  .thank-you-box .careers-testimonials-video-box {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.thank-you-box .careers-testimonials-video-box .testimonials-wrapper .testimonial-swiper .swiper-slide.video {
  padding: 0;
}
.thank-you-box .careers-testimonials-video-box .swiper-button-next, .thank-you-box .careers-testimonials-video-box .swiper-button-prev {
  top: 58.5% !important;
  user-select: none;
}
.thank-you-box .careers-testimonials-video-box .swiper-slide {
  background-color: transparent !important;
}
.thank-you-box .careers-testimonials-video-box iframe {
  position: static !important;
  width: 100%;
  height: 386px !important;
}
.thank-you-box .testimonials-wrapper {
  position: relative;
  padding: 0 75px;
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}
@media (max-width: 1240px) {
  .thank-you-box .testimonials-wrapper {
    -webkit-flex-basis: 52%;
    -moz-flex-basis: 52%;
    -ms-flex-preferred-size: 52%;
    flex-basis: 52%;
    padding: 0 40px;
  }
}
@media (max-width: 1024px) {
  .thank-you-box .testimonials-wrapper {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 30px;
    padding: 0 30px;
  }
}
@media (max-width: 480px) {
  .thank-you-box .testimonials-wrapper {
    padding: 0 20px;
  }
}
.thank-you-box .testimonials-wrapper .swiper-button-next {
  right: 0px;
}
.thank-you-box .testimonials-wrapper .swiper-button-prev {
  left: 0px;
}
.thank-you-box .testimonials-wrapper .swiper-button-next, .thank-you-box .testimonials-wrapper .swiper-button-prev {
  width: 54px;
  height: 54px;
  background-color: #ee193d;
  border-radius: 76px;
  padding: 10px 23px;
  user-select: none;
}
@media (max-width: 1024px) {
  .thank-you-box .testimonials-wrapper .swiper-button-next, .thank-you-box .testimonials-wrapper .swiper-button-prev {
    width: 42px;
    height: 42px;
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .thank-you-box .testimonials-wrapper .swiper-button-next, .thank-you-box .testimonials-wrapper .swiper-button-prev {
    width: 34px;
    height: 34px;
  }
}
.thank-you-box .testimonials-wrapper .swiper-button-next::after, .thank-you-box .testimonials-wrapper .swiper-button-prev::after {
  font-size: 15px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.thank-you-box .testimonials-wrapper .testimonial-swiper {
  padding-top: 51px;
}
.thank-you-box .testimonials-wrapper .testimonial-swiper .swiper-slide {
  border-radius: 11px;
  background-color: #fff;
  padding: 60px 55px 20px;
  height: auto;
  position: relative;
}
@media (max-width: 1200px) {
  .thank-you-box .testimonials-wrapper .testimonial-swiper .swiper-slide {
    padding: 60px 20px 20px;
  }
}
.thank-you-box .testimonials-wrapper .testimonial-swiper .swiper-slide .item .image-wrapper {
  position: absolute;
  left: 50px;
  top: -50px;
  width: 101px;
  height: 101px;
  border-radius: 101px;
  overflow: hidden;
}
.thank-you-box .testimonials-wrapper .testimonial-swiper .swiper-slide .item .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thank-you-box .testimonials-wrapper .testimonial-swiper .swiper-slide .item .name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
}
.thank-you-box .testimonials-wrapper .testimonial-swiper .swiper-slide .item .name h6 {
  font-size: 21px;
  padding-bottom: 0px;
}
.thank-you-box .testimonials-wrapper .testimonial-swiper .swiper-slide .item .position {
  font-size: 16px;
  padding-bottom: 15px;
  color: #cdc6cc;
}
.thank-you-box .testimonials-wrapper .swiper-pagination {
  position: relative;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .thank-you-box .testimonials-wrapper .swiper-pagination {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .thank-you-box .testimonials-wrapper .swiper-pagination {
    margin-top: 20px;
  }
}
.thank-you-box .testimonials-wrapper .swiper-pagination .swiper-pagination-bullet {
  background: #363045;
  opacity: 1;
  margin: 0 7px;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 11px));
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 11px));
}
@media (max-width: 1240px) {
  .thank-you-box .testimonials-wrapper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
@media (max-width: 1024px) {
  .thank-you-box .testimonials-wrapper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px;
  }
}
@media (max-width: 768px) {
  .thank-you-box .testimonials-wrapper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 3px;
  }
}
@media (max-width: 576px) {
  .thank-you-box .testimonials-wrapper .swiper-pagination .swiper-pagination-bullet {
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 5px));
  }
}
@media (max-width: 576px) {
  .thank-you-box .testimonials-wrapper .swiper-pagination .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 5px));
  }
}
.thank-you-box .testimonials-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background: #ee193d;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 15px));
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 15px));
}
@media (max-width: 576px) {
  .thank-you-box .testimonials-wrapper .swiper-pagination .swiper-pagination-bullet-active {
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
  }
}
@media (max-width: 576px) {
  .thank-you-box .testimonials-wrapper .swiper-pagination .swiper-pagination-bullet-active {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
  }
}
.thank-you-box.bg {
  background: var(--gr3, linear-gradient(116deg, #da3b38 0%, #362f41 45.79%));
  padding: 125px 0;
}
@media (max-width: 1024px) {
  .thank-you-box.bg {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .thank-you-box.bg {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .thank-you-box.bg {
    padding: 30px 0;
  }
}
.thank-you-box.bg .testimonials-wrapper .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
}
.thank-you-box.bg .testimonials-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background: #ee193d;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 15px));
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 15px));
}
@media (max-width: 576px) {
  .thank-you-box.bg .testimonials-wrapper .swiper-pagination .swiper-pagination-bullet-active {
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
  }
}
@media (max-width: 576px) {
  .thank-you-box.bg .testimonials-wrapper .swiper-pagination .swiper-pagination-bullet-active {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
  }
}
.careers-block {
  position: relative;
  margin-top: -70px;
}
@media (max-width: 1024px) {
  .careers-block {
    margin-top: -30px;
  }
}
@media (max-width: 768px) {
  .careers-block {
    margin-top: -20px;
  }
}
@media (max-width: 480px) {
  .careers-block {
    margin-top: 0;
  }
}
.careers-block .row {
  width: 1140px;
  background: #fff;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  padding: 75px 15px 25px;
}
@media (max-width: 1024px) {
  .careers-block .row {
    padding: 45px 15px 25px;
  }
}
@media (max-width: 768px) {
  .careers-block .row {
    padding: 35px 15px 25px;
  }
}
@media (max-width: 480px) {
  .careers-block .row {
    padding: 25px 15px 15px;
  }
}
.careers-block .careers-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.careers-block .careers-items > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
@media (max-width: 1024px) {
  .careers-block .careers-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .careers-block .careers-items > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
  }
}
@media (max-width: 768px) {
  .careers-block .careers-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .careers-block .careers-items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .careers-block .careers-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .careers-block .careers-items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.careers-block .careers-item {
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 1024px) {
  .careers-block .careers-item {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .careers-block .careers-item {
    margin-bottom: 15px;
  }
}
.careers-block .careers-item h6 {
  padding-bottom: 5px;
  color: #000;
}
.careers-block .careers-item p {
  color: #6d6d6d;
  line-height: 1.5;
}
.careers-block .careers-item-image {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .careers-block .careers-item-image {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .careers-block .careers-item-image {
    margin-bottom: 10px;
  }
}
.careers-block .careers-item-image img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}
.careers-section {
  margin: 60px 0 !important;
}
@media (max-width: 1024px) {
  .careers-section {
    margin: 40px 0;
  }
}
@media (max-width: 768px) {
  .careers-section {
    margin: 30px 0;
  }
}
.jobs {
  margin: 40px 0 0;
  padding: 30px 30px;
}
@media (max-width: 1024px) {
  .jobs {
    padding: 30px 20px;
  }
}
@media (max-width: 768px) {
  .jobs {
    padding: 30px 10px;
  }
}
.join-block-box {
  margin-bottom: 20px;
}
.join-block-box .row {
  width: 1140px;
  padding: 65px 30px;
  border-radius: 5px;
  background: #fff;
}
@media (max-width: 1024px) {
  .join-block-box .row {
    padding: 45px 20px;
  }
}
@media (max-width: 768px) {
  .join-block-box .row {
    padding: 30px 15px;
  }
}
.join-company-block {
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .join-company-block {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .join-company-block {
    margin-bottom: 30px;
  }
}
.join-company-block .join-company-image {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}
@media (max-width: 768px) {
  .join-company-block .join-company-image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.join-company-block .join-company-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.join-company-block .join-company-items {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}
@media (max-width: 768px) {
  .join-company-block .join-company-items {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.join-company-block .join-company-item {
  margin-bottom: 20px;
}
.join-company-block .join-company-item .join-info-number {
  -webkit-flex-basis: 100px;
  -moz-flex-basis: 100px;
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
  margin-right: 5px;
  font-weight: 700;
  font-size: 65px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px #da3b38;
}
@media (max-width: 1024px) {
  .join-company-block .join-company-item .join-info-number {
    font-size: 45px;
    -webkit-flex-basis: 70px;
    -moz-flex-basis: 70px;
    -ms-flex-preferred-size: 70px;
    flex-basis: 70px;
  }
}
@media (max-width: 768px) {
  .join-company-block .join-company-item .join-info-number {
    font-size: 35px;
    -webkit-flex-basis: 50px;
    -moz-flex-basis: 50px;
    -ms-flex-preferred-size: 50px;
    flex-basis: 50px;
  }
}
.join-company-block .join-company-item .join-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.join-company-block .join-company-item .join-info .wys {
  max-width: 315px;
}
@media (max-width: 768px) {
  .join-company-block .join-company-item .join-info .wys {
    max-width: none;
  }
}
.join-company-block .join-company-item .join-info .wys img {
  margin-bottom: 0;
}
.join-company-block .join-company-item .join-info .wys *:last-child {
  padding-bottom: 0;
}
.join-company-block .join-company-item .join-info .wys p {
  color: #6d6d6d;
}
@media (max-width: 768px) {
  .join-company-block .join-company-item .join-info .wys p {
    line-height: 1.2;
  }
}
.join-interview-block {
  position: relative;
}
.join-interview-block .triangle-arrow {
  width: 0;
  height: 0;
  position: absolute;
  top: 1px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  z-index: 1;
}
@media (max-width: 768px) {
  .join-interview-block .triangle-arrow {
    display: none;
  }
}
.join-interview-block .triangle-arrow-g {
  width: 0;
  position: absolute;
  top: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #d7d7d7;
  z-index: 0;
}
@media (max-width: 768px) {
  .join-interview-block .triangle-arrow-g {
    display: none;
  }
}
.join-interview-block .join-interview-title {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .join-interview-block .join-interview-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .join-interview-block .join-interview-title {
    margin-bottom: 10px;
  }
}
.join-interview-block .join-interview-item {
  position: relative;
}
.join-interview-block .join-interview-item .join-interview-item-block {
  position: relative;
  max-width: 50%;
}
@media (max-width: 768px) {
  .join-interview-block .join-interview-item .join-interview-item-block {
    max-width: 100%;
    padding: 30px 0 10px;
  }
}
.join-interview-block .join-interview-item .join-interview-item-box {
  max-width: 400px;
  position: relative;
  border-bottom: 1px solid #d7d7d7;
}
@media (max-width: 768px) {
  .join-interview-block .join-interview-item .join-interview-item-box {
    margin: 0 auto;
    text-align: center;
  }
}
.join-interview-block .join-interview-item .red-dot {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 20px;
  top: -7px;
  height: 20px;
  box-sizing: border-box;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #da3b38;
}
@media (max-width: 768px) {
  .join-interview-block .join-interview-item .red-dot {
    top: 0;
  }
}
.join-interview-block .join-interview-item .red-dot:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background: #da3b38;
  border-radius: 50%;
}
.join-interview-block .join-interview-item .red-line {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 14px;
  width: 5px;
  height: calc(100% - 25px);
  background: linear-gradient(180deg, rgba(218, 59, 56, 0) 5%, #da3b38 50%, rgba(218, 59, 56, 0) 95%);
  border-radius: 34px;
}
@media (max-width: 768px) {
  .join-interview-block .join-interview-item .red-line {
    display: none;
  }
}
.join-interview-block .join-interview-item:nth-child(odd) .triangle-arrow {
  right: -19px;
}
.join-interview-block .join-interview-item:nth-child(odd) .triangle-arrow-g {
  right: -21px;
}
.join-interview-block .join-interview-item:nth-child(odd) .join-interview-item-box {
  margin: 0 50px 0 19%;
  border-right: 1px solid #d7d7d7;
  padding: 0 30px 20px 10px;
  border-radius: 0 0 10px 0;
}
@media (max-width: 1240px) {
  .join-interview-block .join-interview-item:nth-child(odd) .join-interview-item-box {
    margin: 0 40px 0 10%;
  }
}
@media (max-width: 1024px) {
  .join-interview-block .join-interview-item:nth-child(odd) .join-interview-item-box {
    margin: 0 40px 0 1%;
    padding: 0 20px 10px 10px;
  }
}
@media (max-width: 768px) {
  .join-interview-block .join-interview-item:nth-child(odd) .join-interview-item-box {
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
  }
}
.join-interview-block .join-interview-item:nth-child(even) .join-interview-item-block {
  margin-left: auto;
}
.join-interview-block .join-interview-item:nth-child(even) .triangle-arrow {
  left: -19px;
}
.join-interview-block .join-interview-item:nth-child(even) .triangle-arrow-g {
  left: -21px;
}
.join-interview-block .join-interview-item:nth-child(even) .join-interview-item-box {
  border-left: 1px solid #d7d7d7;
  margin: 0 19% 0 50px;
  border-radius: 0 0 0 10px;
  padding: 0 10px 20px 30px;
}
@media (max-width: 1240px) {
  .join-interview-block .join-interview-item:nth-child(even) .join-interview-item-box {
    margin: 0 10% 0 40px;
  }
}
@media (max-width: 1024px) {
  .join-interview-block .join-interview-item:nth-child(even) .join-interview-item-box {
    margin: 0 1% 0 40px;
    padding: 0 10px 10px 20px;
  }
}
@media (max-width: 768px) {
  .join-interview-block .join-interview-item:nth-child(even) .join-interview-item-box {
    margin: 0 auto;
    border: 1px solid #d7d7d7;
    padding: 10px;
    border-radius: 10px;
  }
}
.join-interview-block .join-interview-item:last-child .red-line {
  display: none;
}
.join-interview-block .join-interview-item .join-info-number {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #da3b38;
  z-index: 2;
  position: relative;
}
.join-interview-block .join-interview-item .join-info-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #000;
  z-index: 2;
  position: relative;
}
.join-interview-block .join-interview-item .wys {
  z-index: 2;
  position: relative;
}
.join-interview-block .join-interview-item .wys p {
  color: #6d6d6d;
}
.join-interview-block .join-interview-item .wys *:last-child {
  padding-bottom: 0;
}
.careers-testimonials-box {
  margin: 0 0 80px;
}
@media (max-width: 1024px) {
  .careers-testimonials-box {
    margin: 0 0 50px;
  }
}
@media (max-width: 768px) {
  .careers-testimonials-box {
    margin: 0 0 40px;
  }
}
@media (max-width: 480px) {
  .careers-testimonials-box {
    margin: 0 0 30px;
  }
}
.careers-testimonials-box .row {
  width: 1140px;
}
.careers-testimonials-box .testimonials-wrapper {
  position: relative;
}
.careers-testimonials-box .testimonials-wrapper .swiper-button-next, .careers-testimonials-box .testimonials-wrapper .swiper-button-prev {
  width: 54px;
  height: 54px;
  background-color: #ee193d;
  border-radius: 76px;
  padding: 10px 23px;
  top: 54%;
}
@media (max-width: 1024px) {
  .careers-testimonials-box .testimonials-wrapper .swiper-button-next, .careers-testimonials-box .testimonials-wrapper .swiper-button-prev {
    width: 42px;
    height: 42px;
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .careers-testimonials-box .testimonials-wrapper .swiper-button-next, .careers-testimonials-box .testimonials-wrapper .swiper-button-prev {
    width: 34px;
    height: 34px;
  }
}
.careers-testimonials-box .testimonials-wrapper .swiper-button-next::after, .careers-testimonials-box .testimonials-wrapper .swiper-button-prev::after {
  font-size: 15px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.careers-testimonials-box .testimonials-wrapper .swiper-button-next {
  right: -26px;
}
@media (max-width: 1240px) {
  .careers-testimonials-box .testimonials-wrapper .swiper-button-next {
    right: -10px;
  }
}
@media (max-width: 480px) {
  .careers-testimonials-box .testimonials-wrapper .swiper-button-next {
    right: 0;
  }
}
@media (max-width: 480px) {
  .careers-testimonials-box .testimonials-wrapper .swiper-button-next::after {
    left: 53%;
  }
}
.careers-testimonials-box .testimonials-wrapper .swiper-button-prev {
  left: -26px;
}
@media (max-width: 1240px) {
  .careers-testimonials-box .testimonials-wrapper .swiper-button-prev {
    left: -10px;
  }
}
@media (max-width: 480px) {
  .careers-testimonials-box .testimonials-wrapper .swiper-button-prev {
    left: 0;
  }
}
@media (max-width: 480px) {
  .careers-testimonials-box .testimonials-wrapper .swiper-button-prev::after {
    left: 47%;
  }
}
.careers-testimonials-box .testimonials-wrapper .testimonial-swiper {
  padding-top: 51px;
}
.careers-testimonials-box .testimonials-wrapper .testimonial-swiper .swiper-slide {
  border-radius: 11px;
  background-color: #fff;
  padding: 60px 55px 20px;
  height: auto;
  position: relative;
}
@media (max-width: 1200px) {
  .careers-testimonials-box .testimonials-wrapper .testimonial-swiper .swiper-slide {
    padding: 60px 35px 20px;
  }
}
@media (max-width: 480px) {
  .careers-testimonials-box .testimonials-wrapper .testimonial-swiper .swiper-slide {
    padding: 60px 30px 20px;
  }
}
.careers-testimonials-box .testimonials-wrapper .testimonial-swiper .swiper-slide .item {
  text-align: center;
}
.careers-testimonials-box .testimonials-wrapper .testimonial-swiper .swiper-slide .item .testimonial {
  max-width: 801px;
  margin: 0 auto;
  color: #363045;
}
.careers-testimonials-box .testimonials-wrapper .testimonial-swiper .swiper-slide .item .image-wrapper {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: -50px;
  width: 101px;
  height: 101px;
  border-radius: 101px;
  overflow: hidden;
}
.careers-testimonials-box .testimonials-wrapper .testimonial-swiper .swiper-slide .item .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.careers-testimonials-box .testimonials-wrapper .testimonial-swiper .swiper-slide .item .name {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 5px;
}
.careers-testimonials-box .testimonials-wrapper .testimonial-swiper .swiper-slide .item .name h6 {
  font-size: 21px;
  padding-bottom: 0px;
}
.careers-testimonials-box .testimonials-wrapper .testimonial-swiper .swiper-slide .item .position {
  font-size: 16px;
  padding-bottom: 15px;
  color: #8c8c8c;
}
