/** Shopify CDN: Minification failed

Line 1228:0 Unexpected "{"

**/
.margin-top-small {
  margin-top: 20px;
}

.margin-top-medium {
  margin-top: 40px;
}

.margin-btm-small {
  margin-bottom: 20px;
}

.margin-btm-medium {
  margin-bottom: 40px;
}

.margin-btm-large {
  margin-bottom: 80px;
}

.margin-right-medium {
  margin-right: 40px;
}

.grid__item_no-gutter {
  display: block;
  float: left;
}

.grid__item_no-gutter .image-bar__item {
  margin: 0;
  height: 204px !important;
}

.blockText-wrapper {
  padding: 30px;
  text-align: center;
  display: table;
}

/* menu bar */
.site-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 10px 0;
}

/* home page */
.index-section--background {
  padding: 50px 0;
}

.section-header {
  position: relative;
}

.section-header h2 {
  font-size: 36px;
  text-transform: capitalize !important;
}

@media only screen and (max-width: 749px) {
  .section-header h2 {
    font-size: 20px;
    line-height: 1.5;
  }

  .index-section--background {
    padding: 30px 0;
  }

  .margin-btm-large {
    margin-bottom: 40px;
  }
}

.section-header .headingborder::after,
.headingborder::after {
  content: "";
  width: 100px;
  display: inline-block;
  border-bottom: 3px solid #f9070e;
  line-height: 3px;
  margin-bottom: 10px;
}


/* rich text section */

.about-tag-circle {
  border: 4px solid #E2E2E2;
  padding: 30px;
  border-radius: 100%;
  display: inline-grid;
  width: 180px;
  min-height: 175px;
}

.about-tag-circle .stat-number,
.about-tag-circle span {
  color: #F9070E;
  font-size: 30px;
  display: contents;
}

.info_header {
  position: relative;
  margin: 200px 0;
  text-align: center;
}

.info_header #mytriangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 110px 220px 110px 0;
  border-color: transparent #f9070e transparent transparent;
  position: absolute;
  top: -120px;
  left: 37%;
}

@media only screen and (max-width: 480px) {
  .info_header #mytriangle {
    border-width: 45px 90px 45px 0;
    top: -30px;
  }
}

.info_header #mytriangle.is_animation {
  animation-name: stretchround;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

@keyframes stretchround {
  0% {
    transform: scale(.3);
  }

  100% {
    transform: scale(1.5);
    animation-play-state: paused;
  }
}



.since_info {
  z-index: 333;
  position: relative;
  display: inline-block;
}

@media only screen and (max-width: 749px) {
  .since_info h3 {
    margin: 0;
  }
}

.info_timeline {
  display: inline-block;
  width: 100%;
  z-index: 333;
  position: relative;
  top: 70px;
}

.timeline {
  position: absolute;
  z-index: 3;
  left: 50%;
  height: 1px;
  width: 100%;

}

.timeline.is-animate .timeline__inner {
  transform: translate3d(-470px, 0, 0);
  width: 100%;
  transition: width 4s ease, transform 1.5s ease;
}

@media only screen and (max-width: 749px) {
  .timeline {
    left: 65%;
  }

}

@media only screen and (max-width: 480px) {
  .info_timeline {
    top: 50px;
  }

  .timeline {
    left: 140%;
  }
}


.timeline__inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 1px;
  background: #838383;
  transition: width 2s ease, transform 1.5s ease;
}

.timeline__year {
  position: absolute;
  bottom: 0;
  width: 35px;
  height: 30px;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.15em;
  transform: translate3d(0, -100%, 0);
  opacity: 0;
  transition: all 0.3s ease;
}

.timeline__year:first-child {
  transform: none;
  opacity: 1;
  left: 0;
}

.timeline__year:last-child {
  right: 0;
}

.timeline.is-animate .timeline__year {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.timeline__year:first-child::before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.timeline__year::before {
  content: "";
  position: absolute;
  bottom: -4.5px;
  left: 0;
  width: 3px;
  height: 10px;
  background: #838383;
}

.timeline__year:nth-child(2) {
  left: 15%;
  transition-delay: 1.4s;
}

.timeline__year:nth-child(3) {
  left: 30%;
  transition-delay: 1.3s;
}

.timeline__year:nth-child(4) {
  left: 45%;
  transition-delay: 1.2s;
}

.timeline__year:nth-child(5) {
  left: 60%;
  transition-delay: 1.1s;
}

.timeline__year:nth-child(6) {
  left: 75%;
  transition-delay: 1s;
}

.timeline__year:nth-child(7) {
  left: 90%;
  transition-delay: 1s;
}

/* featured column section */
.index-section .featuredColumn-slide .featured_column_grid {
  background: #FFFFFF;
  padding: 40px;
  min-height: 470px;
  margin: 0 20px;
  color: #3a3a3a;
  display: inline-block;
}

.index-section .featuredColumn-wrapper .featured_column_grid {
  background: #FFFFFF;
  padding: 40px;
  min-height: 470px;
  margin: 0;
  color: #3a3a3a;
  display: inline-block;
  position: relative;
}

@media only screen and (max-width: 749px) {
  .index-section .featured_column_grid {
    margin: 0 5px;
  }
}

.index-section .featured_column_grid:hover {
  background-color: #F9070E;
  color: #fff;
}

.index-section .featured_column_grid:hover p,
.index-section .featured_column_grid:hover a.btn,
.index-section .featured_column_grid:hover .headingborder::after {
  color: #fff;
  border-color: #fff;
}

.index-section .feature-row__image-wrapper {
  background: #FEFEFE;
  width: 102px;
  height: 102px;
  border: dotted 0.5px #cbcbcb;
}

.index-section .feature-row__image-wrapper img {
  margin: 0;
  width: 100%;
}

.btn--secondary .icon-arrow-right::after,
.btn .icon-arrow-right::after {
  content: "→";
  margin-left: 12px;
  font-size: 18px;
}

/* featured slider common */
.page-section h3 {
  font-size: 18px;
}

.page-section p {
  font-size: 16px;
  color: #818181;
  margin-bottom: 5px;
}

@media only screen and (max-width: 749px) {
  .page-section h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .page-section p {
    font-size: 12px;
  }
}

/* page-advantage-section column section */
.page-advantage-section .featured_column_grid {
  background: #FFFFFF;
  padding: 40px;
  min-height: 220px;
  color: #3a3a3a;
  display: block;
  text-align: center;
}

.page-advantage-section .featuredColumn-slide .featured_column_grid {
  margin: 0 15px;
}

.page-advantage-section .featured_column_grid:hover {
  background-color: #F9070E;
  color: #fff;
}

.page-advantage-section .featured_column_grid:hover p,
.page-advantage-section .featured_column_grid:hover a.btn,
.page-advantage-section .featured_column_grid:hover .headingborder::after {
  color: #fff;
  border-color: #fff;
}

.page-advantage-section .featured_column_grid img {
  background: #FEFEFE;
  border: 0.5px dotted #cbcbcb;
}

/* space-section column section */
.space-section .featured_column_grid {
  margin: 0 20px;
  color: #3a3a3a;
}

@media only screen and (max-width: 749px) {
  .space-section .featured_column_grid {
    margin: 0 5px;
  }
}

.space-section .featured_column_grid img {
  background: #FEFEFE;
  border: 0.5px dashed #FFFFFF;
}


/* image gallery */
.image-bar__overlay::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.4;
}

.image-bar__content {
  display: none;
}

.image-bar__item:hover>.image-bar__content {
  display: block;
  cursor: pointer;
}

.middle-gride .image-bar__item,
.middle-gride .image-bar__content {
  height: 466px;
}

.image-bar__text {
  position: absolute;
  border: 1px solid #fff;
  width: calc(100% - 40px);
  display: block;
  top: 0;
  bottom: 0;
  margin: 20px;
}

.image-bar__caption {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 25%;
  font-size: 26px;
}

.image-bar__subcaption {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 38%;
}

.middle-gride .image-bar__caption {
  top: 40%;
}

.middle-gride .image-bar__subcaption {
  top: 49%;
}

.image-bar__link.btn--secondary {
  position: absolute;
  left: 30%;
  bottom: 10%;
  color: #fff;
  border: 1px solid #fff;
}

.image-bar__link.btn--secondary:hover {
  background: transparent;
}


/* about-custom-content */
.html-wrapper {
  display: inline-block;
  position: relative;
}

.founder-wrapper {
  position: relative;
  min-height: 650px;
}

.founder-wrapper .founder-img {
  position: absolute;
  top: 0;
  left: 0;
}

.founder-wrapper .founder-content {
  position: absolute;
  top: 50px;
  right: 40px;
  background: #fff;
  padding: 50px;
  border: 1px solid #dfdfdf;
}


/* logo bar section */

.image-bar__item {
  margin: 0 0 30px 0;
}

.logo-bar__image {
  background: #FFFFFF;

  cursor: pointer;
}

.logo-bar__image.img_hover:hover {
  box-shadow: 4px 14px 60px 0 rgba(0, 0, 0, 0.15);
  border: 0.5px solid rgba(219, 219, 219, 0.3);
}

.section-header .header-right-btn {
  position: absolute;
  right: 0;
  top: 0;
}

/* quotes section */
.quotes-slider__text {
  margin: 0 15px;
  background: #fff;
  padding: 30px 40px;
}

@media only screen and (max-width: 480px) {
  .quotes-slider__text {
    margin: 0px;
  }
}

.quote-icon {
  display: inline-block;
  margin: 20px auto;
  padding: 10px;
  border: 1px solid #f9070e;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.quote-icon svg {
  fill: #f9070e;
}

.quotes_author {
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
}

.quotes_author::before {
  content: '-';
  margin-right: 4px;
}

/* contact us section */
.contactform-section .input_feild {
  margin-bottom: 10px;
}

.contactform-section .input_feild input,
.contactform-section .input_feild textarea,
.contactform-section .input_feild select {
  width: 100%;
  line-height: 2;
}

/* footer */
.footer_custom__image {
  display: inline-block;
  margin-bottom: 20px;
}

.footer-full-width {
  background: #f9070e;
}

.site-footer-item-align-center {
  text-align: center;
}

.site-footer .h4 {
  font-weight: bold;
}

.site-footer small,
.site-footer__copyright-content {
  color: #fff !important;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
}

.site-footer__copyright-content a {
  color: #fff !important;
}

.read_more_btn {
  margin-top: 40px;
}

/* about-us section css */
/* slider css */
.about_slider_outer {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 462px;
}

.about_slider_outer .slide_wrapper {
  width: 100%;
  position: relative;
}

.about_slider_outer .about-slider {
  position: absolute;
  top: 0;
}

.about_slider_outer .about_slider__morph {
  position: absolute;
  top: 80px;
  right: 20%;
  width: 250px;
  height: 250px;
}

.about_slider__morph .circle_background {
  height: 250px;
  width: 250px;
  margin: 0 auto;
  background-color: #f9070e;
  border-radius: 50%;
  transform: scale(0);
  opacity: 0;
}

.about_slider__morph.animate .circle_background {
  animation: stretch 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@keyframes stretch {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  15% {
    opacity: 1;
  }

  100% {
    transform: scale(1.5);
    opacity: 1;
  }
}

@media screen and (min-width: 769px) {
  .about-slider .slick-slide {
    min-height: 505px;
  }

}

.about-slider .slide__content {
  position: absolute;
  top: 25%;
  right: 16%;
  width: 300px;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #fff;
}

.about-slider .slide__content .slide__text .slide__subtext {
  font-size: 18px;
  clear: both;
  display: inline-block;
  margin: 15px 0 0 0;
}

.about-slider .slide__content a.btn {
  font-size: 14px;
  margin-top: 10px;
  font-weight: normal;
  color: #fff;
  border: 1px solid #fff;
}

/* about heading bar */
.full_headbar {
  position: relative;
  height: 423px;
}

.philosophy-section .full_headbar {
  margin-bottom: 50px;
}

.full_headbar .head__inner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  overflow: visible;
}

.full_headbar .head__inner .head__bg {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 423px;
}

.full_headbar .head__inner .head__img {
  position: absolute;
  z-index: 1;
  bottom: 0;
}

.full_headbar .head__inner .head__img img {
  display: block;
}

.full_headbar .head__text {
  position: absolute;
  z-index: 2;
  bottom: 146px;
  font-family: 'Conv_iwolstyn', Sans-Serif;
  font-size: 50px;
  letter-spacing: 0.1em;
  line-height: normal;
  text-transform: uppercase;
  pointer-events: none;
  width: 40%;

}

.full_headbar .head__text.align-left {
  left: 70px;
}

.full_headbar .head__text.align-right {
  right: 70px;
}



@media only screen and (max-width: 749px) {
  .full_headbar {
    height: 185px;
    margin-bottom: 30px;
  }

  .full_headbar .head__text.align-right {
    right: 20px;
  }

  .full_headbar .head__inner .head__bg {
    height: 185px;
  }

  .advantage-section .full_headbar .head__inner .head__img {
    width: 60%;
  }

  .philosophy-section .full_headbar .head__inner .head__img {
    width: 70%;
  }

  .full_headbar .head__text {
    font-size: 20px;
  }

  .full_headbar .head__text.align-left {
    left: 15px;
  }
}

@media only screen and (max-width: 380px) {
  .full_headbar .head__inner .head__bg {
    height: 150px;
  }
}

/* team section*/
h4.subtitle {
  color: #676767;
  font-size: 18px;
  display: block;
  margin-bottom: 5px;
  font-weight: normal;
}

.blockImageWrapper {
  display: block;
  width: 100%;
  box-shadow: 4px 24px 110px 0 rgba(0, 0, 0, .05);
  margin-bottom: 100px;
}

.blockTextWrapper {
  padding: 25px 0;
  display: block;
  width: 100%;
}

/* visit us */
.section-visit .grid__item {
  width: 350px;
  height: 426px;
  margin: 20px 20px 120px 0;
  padding: 48px 32px 55px 32px;
  box-shadow: 4px 24px 110px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

/* advantages */
.blockIndex {
  font-family: 'Conv_Inter-Regular', 'Sans-Serif';
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: normal;
  color: #676767;
}

h3.block-title {
  font-size: 24px;
  letter-spacing: 0.5px;
}

.advanteges-rte,
.advanteges-rte p {
  font-family: 'Conv_Inter-Regular', 'Sans-Serif';
  font-size: 16px;
  color: #676767;
  letter-spacing: 0.5px;
}

.short-headingborder::after {
  content: "";
  width: 40px;
  display: inline-block;
  border-bottom: 2px solid #f9070e;
  line-height: 2px;
  margin-bottom: 10px;
}

.advantage_block {
  padding: 50px 40px 50px 0;
  margin-bottom: 50px;
}

/* philosophy */
.form-head-outer {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.formheading {
  border: solid 1px #b6b6b6;
  width: 33.33%;
  height: 140px;
}

.formheading a {
  padding: 25px;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.formheading a.active {
  background: #f9070e;
}

.formheading a.active .blockIndex,
.formheading a.active h3.formtitle {
  color: #fff;
}

.form-content-outer {
  display: block;
  min-height: 300px;
}

.formcontent {
  border: solid 1px #b6b6b6;
  padding: 40px 60px;
  width: 100%;
  display: none;
}

.formcontent.active {
  display: block;
}

.formcontent .input_feild {
  width: 46%;
  display: inline-block;
  margin-bottom: 15px;

}

.formcontent .input_feild_textarea {
  margin-bottom: 20px;
  width: 97%;
}

.formcontent input,
.formcontent textarea {
  width: 100%;
}

/* info section */
.info_content p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: normal;
  text-align: justify;
  color: #353535;
}

/* our project css */
.section-banner-image {
  margin-top: -55px;
}

/*

   Styles for animated modal
   =========================

*/

/* Start state */
.animated-modal {
  max-width: 550px;
  border-radius: 4px;
  overflow: hidden;

  transform: translateY(-50px);
  transition: all .7s;
}

.animated-modal h2,
.animated-modal p {
  transform: translateY(-50px);
  opacity: 0;

  transition-property: transform, opacity;
  transition-duration: .4s;
}

/* Final state */
.fancybox-slide--current .animated-modal,
.fancybox-slide--current .animated-modal h2,
.fancybox-slide--current .animated-modal p {
  transform: translateY(0);
  opacity: 1;
}

/* Reveal content with different delays */
.fancybox-slide--current .animated-modal h2 {
  transition-delay: .1s;
}

.fancybox-slide--current .animated-modal p {
  transition-delay: .3s;
}

.featured_col {
  background: #fff;
  padding: 25px 20px;
  margin: 0 5px 0 0;
  color: #3a3a3a;
  display: inline-block;
  width: 97%;
  min-height: 120px;
}

@media only screen and (max-width: 749px) {
  .featured_col {
    padding: 25px 15px;
  }
}


.feature_img-wrapper {
  position: relative;
  width: 20%;
  display: inline-block;
}

.feature_text_wrapper {
  position: relative;
  width: 70%;
  display: inline-block;
  margin-left: 15px;
  padding: 15px 0 10px 0;
}

.feature_text_wrapper::before {
  content: "";
  position: absolute;
  background: #d9d9d9;
  width: 2px;
  height: 100%;
  bottom: 0;
  left: -15px;
}

.feature_text_wrapper h4 {
  margin: 0 0 10px 0;
  font-family: "Conv_iwolstyn", Sans-Serif;
  font-size: 16px;
}

.feature_text_wrapper h5 {
  font-family: "Conv_iwolstyn", Sans-Serif;
  color: #c3c3c3;
  margin: 0;
  font-size: 14px;

}

.text-vertical-center {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.text-vertical-center h3 {
  line-height: 34px;
  margin: 0;
  font-size: 22px;
}

.dropdownlist::after {
  content: "";
  display: table;
  clear: both;
}

.product-tagline {
  display: inline-block;
  width: 100%;
  color: #a6a6a6;
  font-family: 'Conv_iwolstyn', Sans-Serif;
  font-size: 14px;
}

.product_img {
  margin: 0 0 20px 0;
}

.img-wrapper-loadX {
  opacity: 0;
  position: relative;
  transition: 1s cubic-bezier(.42, 0, .58, 1);

}

.img-wrapper-loadX.active {
  opacity: 1;
}

.img-wrapper-loadX.active::before {
  max-width: 0%;
}

.img-wrapper-loadX::before {
  content: "";
  background-color: #ececec;
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: auto;
  right: 0px;
  width: 100%;
  max-width: 100%;
  transition: 1s cubic-bezier(0.65, 0, 0.35, 1) max-width;
  transition-delay: 0.5s;
  z-index: 10;
}

.product_img_full {
  display: flex;
  min-height: calc(65vh);
  background-attachment: fixed;
  backface-visibility: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

/* services page */
.fc_grid {
  position: relative;
  margin-top: 76px;
}

.fc_circle_img {
  position: absolute;
  display: block;
  margin: 0;
  top: -70px;
  left: calc(50% - 70px);
  width: 140px;
  height: 140px;
  padding: 33px 0;
  text-align: center;
  border: solid 6px #fefefe;
  background-color: #f1f1f1;
  border-radius: 50%;
  z-index: 1;
}

.fc_circle_img img {
  background-color: #fff;
}

.fc_rte_content {
  padding: 100px 40px 40px 40px;
  color: #3a3a3a;
  background: #fff;
  min-height: 395px;
}

.site-footer hr {
  margin: 10px 0px;
}


/* footer accordtion */
#footer-accordion .ui-widget-content {
  border: none;
}

#footer-accordion.ui-accordion .ui-accordion-header {
  margin: 0;
  padding: 10px 42px 10px 0px;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

#footer-accordion.ui-accordion .ui-accordion-header::before {
  left: auto;
  right: 3px;
  top: 10px;
}

#footer-accordion .ui-state-active,
#footer-accordion .ui-widget-content .ui-state-active,
#footer-accordion .ui-widget-header .ui-state-active,
#footer-accordion a.ui-button:active,
#footer-accordion .ui-button:active,
#footer-accordion .ui-button.ui-state-active:hover {
  border: 1px solid #3a3a3a;
  background: #3a3a3a;
  color: #fff;
}

#footer-accordion .ui-corner-all,
#footer-accordion .ui-corner-bottom,
#footer-accordion .ui-corner-right,
#footer-accordion .ui-corner-br,
#footer-accordion .ui-corner-left,
#footer-accordion .ui-corner-bl {
  border-radius: 0;
}

.site-nav--has-dropdown:hover>.site-nav__dropdown {
  display: block;
}

#loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: center center no-repeat rgb(249, 249, 249);
  background-size: 100px;

}

.template-product- .page-container,
.template-collection- .page-container,
{
background: #fbfbfb;
}

.icon-close {
  width: 12px;
  height: 12px;
}

.template-collection- .page-container .main-content {
  padding-bottom: 80px;
}

.icon.icon-hamburger {
  width: 30px;
  height: 30px;
}

/* tab css */

@media screen and (min-width: 768px) and (max-width: 980px) {
  .about-tag-circle {
    padding: 20px;
    width: 145px;
    min-height: 145px;
  }

  .about-tag-circle .stat-number,
  .about-tag-circle span {
    font-size: 22px;
  }

  .text-vertical-center h3 {
    font-size: 12px;
    line-height: 1.5;
  }

  #myVideo {
    width: auto !important;
  }

  .image-bar__caption {
    font-size: 18px;
  }

  .image-bar__subcaption {
    font-size: 12px;
  }

  .image-bar__link.btn--secondary {
    left: 15%;
  }


}

@media only screen and (max-width: 767px) {
  .about_slider_outer .about_slider__morph {
    width: 150px;
    height: 150px;
    right: 20px;
    top: 10px;
  }

  .about_slider__morph .circle_background {
    width: 178px;
    height: 175px;
    margin: 2.5px 0 2.5px 0px;
    animation-name: none;
  }

  .about_slider_outer .slick-slide img {
    width: 190px;
  }

  .about_slider_outer {
    min-height: 230px;
  }

  .about-slider {
    top: 0px;
  }

  .about-slider .slide__content {
    top: 60px;
    right: 12px;
    font-size: 12px;
    width: 120px;
  }

  .about-slider .slide__content .slide__text .slide__subtext {
    font-size: 12px;
  }

  .about-slider .slick-slide {
    min-height: 190px;
  }

  .info_header {
    margin: 30px 0 100px 0;
  }

  .formheading {
    width: 35%;
  }

  .formheading a {
    padding: 10px;
  }

  .formcontent {
    padding: 40px 20px;
  }

  .formcontent .input_feild,
  .formcontent .input_feild_textarea {
    width: 100%;
    margin-right: 0
  }

  .advantage_block {
    padding: 10px 25px 10px 0;
    margin-bottom: 30px;
  }
}

#ProductSection-product-gallery-template .product-img {
  max-height: 427px;
}

.template-page-awards-achievements .image-bar {
  padding-top: 5px;
}

.template-page-awards-achievements .image-bar__item {
  box-shadow: 0px 0px 5px 0px rgba(174, 174, 174, 0.75);
}