.headroom {
  will-change: transform;
  transition: transform 200ms linear;
}
.headroom--pinned {
  transform: translateY(0%);
  background: #FFF;
}
.headroom--pinned.headroom--top {
  background: transparent;
}
.headroom--unpinned {
  transform: translateY(-100%);
}

section {
  position: relative;
	padding: 3.125rem 0;
}
.contained-section {
  padding: 2rem 1.25rem;
  overflow: hidden;
}
section.slim {
	padding: 1.25rem 0;
}
section.slim-top {
  padding: 1.5rem 0 3.125rem;
}
section.sectionOverlap {
	padding-bottom: 100px;
}

.contained-section div.breadcrumb {
  position: absolute;
  top: -3.25rem;
  left: .938rem;
}
.contained-section .container {
  max-width: 100%;
}

@media (max-width: 991.97px) {
  section.ptSm {
    padding-top: 1.563rem;
  }
}

@media (min-width: 992px) {
	section {
		padding: 6.25rem 0;
	}
	section.slim {
		padding: 1.25rem 0;
	}
  section.slim-top {
    padding: 1.25rem 0 6.25rem;
  }
	section.sectionOverlap {
		padding-bottom: 160px;
	}
  .contained-section {
    padding: 3.375rem 3.063rem;
  }
}
@media (min-width: 1200px) {
  .contained-section {
    padding: 4.375rem 4.063rem;
  }
}

.skip-main {
  position: absolute;
  top: -45px;
  left: 0;
  background: #269821;
  color: #fff !important;
  padding: 5px 10px;
  z-index: 1000;
  text-decoration: none;
  font-size: .938rem;
  z-index: 99;
}
.skip-main:focus {
  top: 0;
  outline: 2px solid #fff;
  color: #FFF !important;
}

.mobileNavDropdownToggle,
.mobileNavContact {
	font-size: 0.813rem;
  text-align: center;
}
.mobileNavModal .modal-content {
  border: none;
  border-radius: 0;
  background: #F5F5FC;
  height: 100vh;
  text-align: center;
}
.mobileNavModal .close {
  opacity: 1;
  padding: 0;
  margin: 0;
}
.mobileNavModal .modal-header {
  padding: 1.5rem 1rem 0;
  text-align: left;
}
.mobileNavModal .mobileLinks {
  padding-top: .938rem;
}
.mobileNavModal .mobileLinks .navbar-nav div {
  padding: 1.25rem 0;
  margin-top: 0;
}
.mobileNavModal .mobileLinks a {
  text-decoration: none !important;
  font-size: 1.75rem;
  padding: .5rem 0;
  font-weight: 500;
  color: #000;
  border-bottom: none;
}
.mobileNavModal .mobileLinks .dropdown {
	padding: 0;
}
.nav-item.active .nav-link {
	text-decoration: underline;
	text-underline-offset: .25rem;
}


@media (max-width: 1199.98px) {
  #navSearchFormWrapper {
    order: 99;  /* below nav links */
    width: 100% !important;
  }
  #navSearchFormWrapper form {
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  #navSearchFormWrapper {
    order: 2;  /* inline with nav links */
    width: auto !important;
  }
  #navSearchFormWrapper form {
    width: auto !important;
  }
}


nav .form-wrapper {
  position: relative;
  margin-right: 0;
}
nav .form-control {
  background: #FFF;
  color: #000000;
  border: 1px solid #CECECE;
  border-radius: 1.25rem;
  width: 100%;
  text-align: center;
  cursor: pointer;
  height: 32px;
  padding: 0.275rem 0.75rem;
}
nav form {
  margin-top: 0.625rem;
}
nav form,
nav .input, 
nav .form-control {
  width: 100%;
  font-size: 0.875rem;
}
nav form svg {
  width: 85%;
}
nav .form-wrapper button {
  position: absolute;
  left: 0.625rem;
  background: transparent;
  border: none;
  top: 50%;
  transform: translateY(-48%);
  min-width: unset;
  padding: 0;
}
nav .form-wrapper button:hover {
  background: transparent;
}
nav .btn-search {
  display: none;
}

@media (min-width: 1200px) {
  nav form svg {
    width: 100%;
  }
  nav form {
    margin-top: 0;
  }
  nav form,
  nav .input, 
  nav .form-control {
    font-size: 1rem;
  }
  nav .form-control {
    width: 25vw;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
  }
  nav .form-wrapper button {
    transform: translateY(-70%);
  }
  nav .form-wrapper {
    margin-right: 1.5rem;
  }
}
@media (min-width: 1600px) {
  nav .form-wrapper {
    margin-right: 2rem;
  }
  nav .form-control {
    width: 500px;
  }
}

.form-wrapper:focus-within .clear-text,
.header .form-wrapper.has-value .clear-text {
  display: block;
  color: #6A6A6A;
}

.clear-text {
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: #FFF;
  cursor: pointer;
  user-select: none;
  font-weight: 500;
  z-index: 10;
}


.productSuggestions {
  font-weight: 400;
  color: #000 !important;
  font-size: 1.063rem;
  text-align: left;
  z-index: 1000;
  max-height: 235px;
  overflow-y: auto;
  position:absolute; 
  background:#fff; 
  width:100%;
  margin-top: 2.5rem; 
  list-style:none; 
  padding: 0; 
  border-radius:0.25rem; 
  box-shadow:0 2px 6px rgba(0,0,0,0.15); 
  z-index:999;
}
.productSuggestions b {
  font-weight: 700;
}

.pt0 {
	padding-top: 0;
}
.pb0 {
	padding-bottom: 0 !important;
}
.mb-sm {
  margin-bottom: 0.313rem;
}
.mt0 {
	margin-top: 0rem;
}
.mt1 {
	margin-top: 1rem;
}
.mt1-5 {
	margin-top: 1.5rem;
}
.mt2 {
	margin-top: 2rem;
}
.mt2-5 {
	margin-top: 2.5rem;
}
.mt3 {
	margin-top: 3rem;
}
.mt4 {
	margin-top: 4rem;
}
.mt5 {
	margin-top: 5rem;
}
.mb0 {
	margin-bottom: 0rem;
}
.mb1 {
	margin-bottom: 1rem;
}
.mb1-5 {
	margin-bottom: 1.5rem;
}
.mb2 {
	margin-bottom: 2rem;
}
.mb2-5 {
  margin-bottom: 2.5rem;
}
.mb3 {
	margin-bottom: 3rem;
}
.mb3-5 {
  margin-bottom: 3.5rem;
}
.mb4 {
	margin-bottom: 4rem;
}
.mb5 {
	margin-bottom: 5rem;
}

@media (max-width: 1199px) {
  .pt0-sm {
    padding-top: 0;
  }
	.mb0-sm {
	  margin-bottom: 0rem;
	}
	.mb1-sm {
	  margin-bottom: 1rem;
	}
  .mb1-5-sm {
    margin-bottom: 1.5rem;
  }
  .mb2-sm {
    margin-bottom: 2rem;
  }
  .mb4-sm {
    margin-bottom: 4rem;
  }
  .mb1-sm {
    margin-bottom: 1rem !important;
  }
  .mt0-sm {
  	margin-top: 0;
  }
  .mt1-sm {
    margin-top: 1rem !important;
  }
  .mt2-sm {
    margin-top: 2rem;
  }
  .mt3-sm {
    margin-top: 3rem;
  }
}

.sm-text {
  font-size: 14px;
}
.light-bg {
  background: #ECECF5;
}
.text-blue {
  color: #1C63AD;
}
.text-underline {
  text-decoration: underline;
}
.specBg {
  background: #F5F5FC url('/../img/bg-xs.png') no-repeat bottom right / contain; 
  background-blend-mode: multiply;
}

@media (min-width: 992px) {
  .specBg {
    background: #F5F5FC url('/../img/bg.png') no-repeat bottom right / 45vw; 
  }
}

.multiply {
  mix-blend-mode: multiply;
}

.text-link {
  position: relative;
  transition: .2s all;
}

.text-link:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.591' height='11.061' viewBox='0 0 6.591 11.061'%3E%3Cpath d='M10.707.707l-5,5-5-5' transform='translate(-0.177 11.238) rotate(-90)' fill='none' stroke='%23161616' stroke-miterlimit='10' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  content: "";
  width: 10px;
  height: 11px;
  margin-left: 7px;
  transition: .3s all;
}
.text-link:hover:after {
  margin-left: 12px;
}


.header p {
  max-width: 1200px;
  line-height: 1.5;
}

.header {
  position: relative;
}
.header > video {
  position: absolute;
  inset: 0; 
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-header {
  background: #C0EDBF;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .about-header.contained-section {
    padding: 2.375rem 4.063rem;
  }
}


.lg-promo {
  position: relative;
}
.lg-promo-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    90deg,
    rgba(157, 230, 155, .6) 0%,
    rgba(157, 230, 155, .6) 70%,

    rgba(194, 234, 193, .54) 70%,
    rgba(194, 234, 193, .54) 85%,

    rgba(255, 255, 255, 0) 85%,
    rgba(255, 255, 255, 0) 100%
  );
}

.lg-promo-image {
  padding-bottom: 55%;
  border-radius: 1rem 1rem 0 0;
}
.lg-promo-text {
  position: relative;
  z-index: 10;
  padding: 1.25rem 1.25rem 2rem;
  background: #9DE69B;
  border-radius: 0 0 1rem 1rem;
}

.pSm0.contained-section {
  padding: 0;
}

.lg-text {
  font-size: 1.125rem;
}

.breadcrumb-wrap {
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .breadcrumb-wrap {
    z-index: 10;
    position: absolute;
    top: 2.188rem;
    left: 8.063rem;
    margin-bottom: 0;
  }
  .pSm0.contained-section {
    padding: 4.375rem 4.063rem;
  }
  .lg-promo-text {
    padding: 3rem;
  }
}
@media (min-width: 1200px) {
  .lg-promo-image {
    position: absolute;
    inset: 0;
    padding-bottom: 0;
    border-radius: 1.5rem;
  }
  .lg-promo-text {
    padding: 0;
    max-width: 68%;
    background: transparent;
    border-radius: 0;
  }
  .lg-promo-text .lg-text {
    max-width: 90%;
  }
}

.sm-promo {
  position: relative;
  padding: 2rem 2rem 2rem;
  background: #CDDFFF;
  font-size: 1.25rem;
  overflow: hidden;
}
.sm-promo-text {
  max-width: 775px;
}

.mid-promo-text {
  max-width: 800px;
}
.sm-promo > video {
  position: absolute;
  inset: 0; 
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

@media (min-width: 992px) {
  .lg-text {
    font-size: 1.5rem;
  }
  .md-text {
    font-size: 1.25rem;
  }
  .sm-promo {
    padding: 2.5rem 2.5rem 5rem;
    font-size: 1.5rem;
  }
}


.block {
  position: relative;
  background: #FFF;
  padding: 2rem 1.25rem;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .07);
}
.block > a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}
.block:hover {
  box-shadow: 0 7px 15px rgba(0, 0, 0, .1);
}
.block.no-shadow,
.block:hover {
  box-shadow: none;
}
.block > video {
  position: absolute;
  inset: 0; 
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block.contact > video {
  opacity: .45;
}

@media (min-width: 992px) {
  .block {
    padding: 2rem;
  }
}


.productCategories {

}
.productCategories .productCategoryBlock {
  position: relative;
  background-color: #FFF;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 1rem;
  margin-bottom: 1rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  padding: 0;
  transition: .2s all;
  border: 1px solid #FFF;
}
.productCategories .productCategoryBlock:hover {
  border:1px solid #259821;
  box-shadow: 0 7px 15px rgba(0, 0, 0, .1);
}
.productCategories .productCategoryBlock .productCategoryBlock-img {
  height: 75px;
  width: 40%;
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 0 0 auto;
}
.productCategoryBlockImg {
  height: 160px;
  width: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: .5rem;
}

.productCategories .productCategoryBlock.productCategoryBlock-sm p {
  position: absolute;
  left: .938rem;
  top: 50%;
  transform: translateY(-50%);
}

.productCategories .productCategoryBlock p {
  margin-bottom: 0;
  font-size: 1.125rem;
  pointer-events: none;
}

@media (min-width: 992px) {
  .productCategories {
    border-radius: 2.75rem;
    background: #BFDAFF;
    padding: 1.25rem;
    width: 100%;
  }
  .productCategories .productCategoryBlock {
    border-radius: 1.25rem;
    padding: 1.25rem;
    margin-bottom: 0;
    box-shadow: none;
  }
}
@media (min-width: 1200px) {
  .productCategories .productCategoryBlock {
    background-position: center bottom;
  }
  .productCategories {
    width: 85%;
  }
  .productCategories .productCategoryBlock p {
    font-size: 1.25vw;
  }
}
@media (min-width: 1800px) {
  .productCategories .productCategoryBlock p {
    font-size: 1.5rem;
  }
}


.aboutContent {
  max-width: 600px;
}
.aboutContent li {
  color: #1C63AD;
}
.aboutContent-img.multiply {
  max-width: 990px;
  width: 100%;
}
.about-promo-why {
  background: #ECECF5
}
.about-promo-why .text-wrapper {
  max-width: 980px;
  margin: 0 auto;
}
.aboutIconsWrap {
  max-width: 1500px;
  margin: 0 auto;
}
.aboutBlock {
  border-radius: 14px;
  padding: 1.5rem;
  position: relative;
  height: 80px;
  text-align: left;
  font-size: 20px;
}



@media (min-width: 992px) {
  .aboutBlock {
    border-radius: 23px;
    padding: 1.25rem;
    font-size: 24px;
    height: 140px;
  }
}

.aboutBlock-1 {
  background: #DCD6FF url('/../img/content/about-1.svg') no-repeat 90% 50%;
}
.aboutBlock-2 {
  background: #C4F0C3 url('/../img/content/about-2.svg') no-repeat 90% 50%;
}
.aboutBlock-3 {
  background: #FFD6D9 url('/../img/content/about-3.svg') no-repeat 90% 50%;
}
.aboutBlock-4 {
  background: #C0DFFD url('/../img/content/about-4.svg') no-repeat 90% 50%;
}
.aboutBlock-5 {
  background: #E5D9C0 url('/../img/content/about-5.svg') no-repeat 90% 50%;
}

@media (max-width: 990px) {
  .aboutIconsWrap .col {
    flex-basis: unset;
  }
  .aboutBlock {
    padding: .938rem;
    background-size: 40px;
    background-position: 96% 50%;
  }
}


.productBlockWrap {
  margin-bottom: 1.25rem;
}
.productBlock {
  cursor: pointer;
  font-weight: 600;
  border-radius: 0.5rem;
  padding: 1.25rem;
  height: 100%;
  border: 1px solid #fff;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.productBlock .productBlock-brand {
  height: 25px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
}
.productBlock .productBlock-img {
  margin-bottom: 1.5rem;
  height: 140px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.productBlock .productBlock-meta {
  font-size: 0.75rem;
  margin-bottom: .15rem;
}
.productBlock p {
  line-height: 1.25;
}
.productBlock:hover {
  border: 1px solid #259821;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.productBlock:hover p {
  text-decoration: none;
}

/*Search products*/
.filtersPopover {
  background: #FFF;
}
.filtersPopover .modal-content {
  background: #FFF;
  border: none;
  border-radius: 0;
}
.filtersPanel {
  background: #FFFFFF;
  border-radius: 0.5rem;
  padding: 0;
  font-weight: 500;
  margin-bottom: 1.563rem;
  max-width: 100%;
}
.productFiltersPopover .text-reset {
  font-size: .75rem;
  text-decoration: underline;
  font-weight: 500;
}
.filtersPanel .card-header {
  padding: 0;
}
.filtersPanel .card-header span {
  display: block;
}
.filtersHeading img {
  float: left;
  margin: 0.5rem 0.75rem 0 0;
}
.filtersHeading.filtersHeading-sm {
  font-size: 1rem;
  text-align: center;
  background: #FFF;
  padding: .25rem;
  border-radius: 5rem;
  width: 100%;
  margin: .75rem 0 .25rem;
}
.filtersHeading.filtersHeading-sm img {
  float: none;
  margin: -0.125rem 0.25rem 0 0;
  width: 1.063rem;
}
.productCount,
.filtersHeading {
  font-size: 1.375rem;
  font-weight: 600;
  display: inline-block;
}
.filtersPanel hr {
  border-top: 1px solid #C9C9C9;
  margin: .938rem 0;
}
.filter-section-hide {
  display: none;
}
@media (min-width: 992px) {
  .filtersPanel {
    margin-bottom: 0;
    padding: 1rem;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.custom-radio input,
.custom-checkbox input {
  display: none;
}
.custom-radio {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 1rem;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: .45rem;
  width: 100%;
  font-size: 0.938rem;
}
.radio-label,
.checkbox-label {
  position: relative;
  display: flex;
  align-items: center;
}
.radio-label::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 2px solid #808080;
  border-radius: 50%;
  margin-right: 8px;
  background: #fff;
  transition: border-color 0.2s ease;
  flex-shrink: 0;
}
.radio-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 11px;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease;
}
.custom-checkbox {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 1rem;
  font-weight: 500;
  margin-top: 0.6rem;
  font-size: 0.938rem;
}
.custom-checkbox:first-child {
  margin-top: 0.838rem;
}
.checkbox-label::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 2px solid #808080;
  border-radius: 4px;
  margin-right: 8px;
  background: #fff;
  box-sizing: border-box;
  transition: border-color 0.2s ease, background 0.2s ease;
  flex-shrink: 0;
}
.checkbox-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 11px;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 2px;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease, background 0.2s ease;
  opacity: 0;
}
.custom-radio input:checked + .radio-label,
.custom-checkbox input:checked + .checkbox-label {
  color: #259821;
}
.custom-radio input:checked + .radio-label::before,
.custom-checkbox input:checked + .checkbox-label::before {
  border-color: #259821;
}
.custom-radio input:checked + .radio-label::after {
  opacity: 1;
  background: #259821;
}
.custom-checkbox input:checked + .checkbox-label::after {
  opacity: 1;
  background: #259821;
  border-color: #259821;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.828' height='11.83' viewBox='0 0 15.828 11.83'%3E%3Cpath d='M88.849,747.075l4.308,4.188,8.692-9' transform='translate(-87.435 -740.849)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E");
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
}

.btn.btn-reset {
  font-size: 0.875rem;
  border: 1px solid #8E8E8E;
  border-radius: 0.875rem;
  padding: 0.1rem 0.938rem 0.125rem; 
  display: inline-block;
  margin-left: 0;
  margin-top: .5rem;
  min-width: unset;
  background: #FFF;
}
.btn.btn-reset span {
  position: relative;
}
.btn.btn-reset span:after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  margin-left: 7px;
  transition: .3s all;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.546' height='9.546' viewBox='0 0 9.546 9.546'%3E%3Cg transform='translate(-89.272 -968.206) rotate(45)'%3E%3Cline y2='12' transform='translate(754.5 615.5)' fill='none' stroke='%23161616' stroke-width='1.5'/%3E%3Cline x2='12' transform='translate(748.5 621.5)' fill='none' stroke='%23161616' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
}

@media (min-width: 992px) {
  .btn.btn-reset {
    margin-left: 0.25rem;
    margin-top: -0.313rem;
  }
}

#productContainer {
  position: relative;
  transition: opacity 0.2s ease;
}

#productContainer.loading {
  opacity: 0.3;
  pointer-events: none;
}


.card-header p,
.filter-section .card-header span {
  position: relative;
  padding-right: 2rem;
  transition: .2s all;
  display: block;
}
.card-header p::after,
.filter-section .card-header span::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 8px;
  right: 0;
  top: 55%;
  transform: translateY(-50%) rotate(0);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.061' height='8.591' viewBox='0 0 15.061 8.591'%3E%3Cpath d='M14.707.707l-7,7-7-7' transform='translate(-0.177 -0.177)' fill='none' stroke='%23161616' stroke-miterlimit='10' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat center / contain;
}

#productPanels .card-header[aria-expanded="true"] span::after,
.card-header[aria-expanded="true"] p::after,
.filter-section .card-header[aria-expanded="true"] span::after {
  transform: translateY(-50%) rotate(180deg);
}


#loadingSpinner {
  display: none;
  position: absolute;
  background: rgba(255,255,255,0.3);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  top: 68px;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #ddd;
  border-top: 4px solid #ED39C0; /* brand color */
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/*Product view*/

.productPageMeta {
  margin-bottom: 0.825rem;
}
.productPageMeta .btn {
  font-weight: 500;
}
.productPageMeta .btn.btn-sector {
  border-color: inherit;
}
.productPageMeta .btn.btn-sector a {
  color: #161616 !important;
}
.productPageMeta .btn.btn-secondary {
  font-size: 0.688rem;
  padding: 0.1rem 0.5rem;
  margin-right: 0.15rem;
  display: inline-block;
  border: 1px solid #C4F0C3;
  background: #C4F0C3;
  min-width: unset;
}
.productPageMeta .btn.btn-secondary a,
.productPageMeta .btn.btn-secondary a:hover {
  color: #161616;
  text-decoration: none;
}
.productPageMeta .btn.btn-secondary:hover {
  background: #c1fab9;
  border-color: #c1fab9;
}

.productImages-wrapper {
  background: #FFF;
  border-radius: 1.063rem;
  padding: 4rem 1.5rem 3rem;
  position: relative;
}
.productImages-wrapper .productBlock-brand {
  height: 30px;
  width: 200px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  position: absolute;
  top: 1rem;
  left: 1rem;
}

.productImages-wrapper img {
  max-width: 75%;
}
.productPrice {
  background: #FFF;
  border-radius: 0.5rem;
  padding: 1.25rem;
  display: inline-block;
  width: 100%;
  margin-bottom: 1rem;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .07);
}
.productPrice .btn {
  margin-top: 1rem;
  width: 100%;
}
@media (min-width:1200px) {
  .productImages-wrapper {
    padding: 2rem;
    min-height: 645px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .productImages-wrapper .productBlock-brand {
    height: 35px;
    top: 2rem;
    left: 2rem;
  }
  .productPrice {
    max-width: 335px;
    float: left;
    margin-right: 1rem;
    margin-bottom: 0;
    height: 100%;
  }
}
@media (min-width: 1340px) {
  .productPrice {
    float: left;
    margin-right: 2rem;
    margin-bottom: 0;
  }
}

.specToggle {
  background: #CBE5FF;
  border-radius: 8px;
  padding: 1rem;
  width: 100%;
  font-size: 24px;
  position: relative;
}
.specToggle span::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 8px;
  right: 1rem;
  top: 55%;
  transform: translateY(-50%) rotate(0);
    transition: .2s all;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.061' height='8.591' viewBox='0 0 15.061 8.591'%3E%3Cpath d='M14.707.707l-7,7-7-7' transform='translate(-0.177 -0.177)' fill='none' stroke='%23161616' stroke-miterlimit='10' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat center / contain;
}
#productSpec {
  font-size: 1rem;
}
#productSpec .table th, #productSpec  .table td {
  border-top: none;
  border-bottom: 1px solid #D3D3E6;
}

.specToggle[aria-expanded="true"] span::after {
  transform: translateY(-50%) rotate(180deg);
}

.productSpec hr {
  border-color: #A5C6D5;
}
.productLinkWrap {
  padding: 0 0 .938rem 0;
  font-size: 0.938rem;
}
.productLink {
  text-decoration: underline;
}
.productLinkWrap a {
  position: relative;
  padding-left: 2rem;
  display: inline;
  word-wrap: break-word;
}
.productLinkWrap a:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.productLinkWrap span {
  display: table-cell;
  padding-right: 30px;
}
.productLinkWrap-updated {
  display: inline-block;
  margin-left: .5rem;
  line-height: 1.35;
  font-size: .95rem;
  margin-bottom: .5rem;
}
.productLinkWrap .productLink.productDownload:before {
  background: url('/../img/icons/product-download.svg') no-repeat center / contain;
}
.productLinkWrap .productLink.productVideo:before {
  background: url('/../img/icons/product-play.svg') no-repeat center / contain;
}
.productSpec p:not(.productSpec-title) {
  font-size: 0.938rem;
}
.productSpec p a {
  text-decoration: underline;
}
.productContents {
  font-size: 0.938rem;
  margin-bottom: 1.25rem;
}
.productContents hr {
  margin-top: .45rem;
  margin-bottom: .45rem;
}
.productContentsImage p {
  font-size: 0.638rem;
}
.productContentsImage img {
  margin-bottom: 0.838rem;
}
.usefulLinks, .pseudonyms {
  font-size: 0.813rem;
  line-height: 1.25;
}
.usefulLinks a {
  text-decoration: underline;
  font-weight: 600;
}
.moreProducts .btn.btn-border,
.moreProducts .btn.btn-primary {
  font-size: 0.875rem;
  margin: 0.5rem 0.25rem;
  padding: 0.35rem 1rem;
  min-width: unset;
}

.moreProducts .btn.btn-border:hover,
.moreProducts .btn.btn-border:focus {
  background: #259821;
  color: #FFF;
}

@media (min-width: 992px) {
  .productImages-wrapper img {
    max-width: 600px; 
    width: 100%;
  }
  .productPageMeta .btn.btn-border {
    font-size: 0.75rem;
    padding: 0.125rem 0.625rem;
    margin-right: 0.25rem;
  }
  .productSpec {
    border-radius: 1rem;
    padding: 2.5rem;
    margin-top: 5rem;
    margin-bottom: 3rem;
  }
  .moreProducts .btn.btn-border,
  .moreProducts .btn.btn-primary {
    font-size: 0.938rem;
    margin: 0.313rem 0.313rem;
    padding: 0.5rem 2.5rem 0.725rem;
  }
}


.news-section {
  padding:  1.25rem 1.25rem 2rem;
}

@media (min-width: 992px) {
  .news-section {
    padding: 2.5rem 2.5rem 3rem;
  }
}

.newsBlock {
  padding: 0;
}
.newsBlock .newsBlock-img {
  padding-top: 60%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.newsBlock:hover .newsBlock-img {
  background-size: 105%;
}
.newsBlock .newsBlock-body {
  padding: 1.25rem;
}
.newsBlock .newsBlock-body p {
  font-weight: 600;
}
.newsBlock .newsBlock-meta {
  font-size: 0.75rem;
  margin-bottom: .5rem;
}
.newsBlock .newsBlock-meta span {
  padding: 0 0.313rem;
}


.newsBlock:hover p {
  text-decoration: underline;
}
.newsArticle-type {
  font-size: 0.875rem;
}
.newsArticle-meta {
  font-size: 1rem;
}



.pagination {
  margin: 3rem 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.pagination ul {
  display: flex;
  justify-content: center;
  flex-grow: 1;
  padding: 0;
  margin: 0;
  list-style: none;
}
.pagination li {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #156d12;
  color: #156d12;
  font-size: 1rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 45px;
  text-decoration: none;
  color: inherit;
}
.pagination li.active {
  background: #156d12;
}
.pagination li.active a {
  color: #FFF;
}
.pagination .prev,
.pagination .next {
  position: relative;
  align-self: center;
}
.pagination .prev {
  margin-right: auto;
}
.pagination .next {
  margin-left: auto;
}
.pagination li:not(.prev):not(.next) {
  margin: 0 5px;
}
.pagination .prev svg,
.pagination .next svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
}
.pagination .prev svg {
  left: -4px;
}
.pagination .next svg {
  left: 4px;
}
.pagination .prev.disabled,
.pagination .next.disabled  {
  visibility: hidden;
}


.textFormat {
  font-family: "ibm-plex-sans", sans-serif !important;
}
.textFormat img {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.textFormat h1,
.textFormat h2,
.textFormat h3 {
  font-size: 1.5rem !important;
  margin: 2rem 0 1rem;
}

.textFormat blockquote,
.textFormat blockquote span,
.textFormat blockquote p span {
  color: #1C63AD;
  font-size: 1.875rem !important;
  font-style: italic;
  line-height: 1.4;
  margin-top: 2rem;
}

.brandBlock {
  border:1px solid #FFF;
  font-size: 1.063rem;
  transition: .2s all;
}
.brandBlock .lg-text {
  font-weight: 600;
}
.brandBlock .brandBlock-img {
  height: 55px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
}
.brandBlock.block:hover {
  border:1px solid #259821;
  box-shadow: 0 7px 15px rgba(0, 0, 0, .1);
}

@media (min-width: 992px) {
  .brandBlock .brandBlock-img {
    height: 80px;
    background-size: unset;
  }
}


.contact-header .lg-promo-image {
  background: url('/../img/content/contact-header.jpg') no-repeat center right / cover;
}
@media (min-width: 1200px) {
  .contact-header .lg-promo-text {
    max-width: 54%;
  }
}

.btn.btn-map {
  color: #000000;
  border-color: #000000;
  background: #FFFFFF;
  font-size: .938rem;
  min-width: 200px;
}
.btn.btn-map span {
  position: relative;
  padding-right: 1rem;
}
.btn.btn-map span:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.77' height='13.77' viewBox='0 0 13.77 13.77'%3E%3Cg transform='translate(-1482.499 -917.447)'%3E%3Cpath d='M11.8,0,5.9,5.9,0,0' transform='translate(1491.346 930.717) rotate(-135)' fill='none' stroke='%23000' stroke-miterlimit='10' stroke-width='1'/%3E%3Cline x1='8.263' y2='8.263' transform='translate(1482.999 922.454)' fill='none' stroke='%23000' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  margin-left: 7px;
  transition: .3s all;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.btn.btn-map:hover span:after {
  margin-left: 12px;
  top: 45%;
}
.btn.btn-map:focus {
  box-shadow: 0 0 0 0.2rem rgba(0,0,0,.5);
}


.chat {
  position: fixed;
  bottom: .938rem;
  right: .938rem;
  color: #FFF;
  padding: 0;
  z-index: 99;
}
.chat span {
  padding-right: .5rem;
}
.chat img {
  margin-left: .25rem;
}
.chat a:hover {
  text-decoration: none;
}

@media (min-width: 992px) {
  .chat {
    bottom: 2rem;
    right: 2rem;
    background: #1C63AD;
    border-radius: 18px;
    padding: .5rem .5rem .5rem 1.25rem;
  }
}

footer {
  padding: 3rem 0 5rem 0;
  background: #FFF;
	line-height: 1.8;
}
footer a {
	text-decoration: underline;
}
footer .copyright {
	font-size: 0.813rem;
}

@media (min-width: 992px) {
  footer {
    padding: 5rem 0;
  }
  footer .copyright {
    font-size: 0.938rem;
  }
}


.admin{
  max-width: 450px;
  margin: 0 auto;
  border: 1px solid #FFF;
  padding: 1.563rem;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.24);
}
.admin h1 {
  margin: 0 0 20px;
}
.admin .btn {
  margin-top: 15px
}
