.filter__outer::-webkit-scrollbar-track,
.filter__list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    background-color: #F5F5F5;
}
.filter__outer::-webkit-scrollbar,
.filter__list::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}
.filter__outer::-webkit-scrollbar-thumb,
.filter__list::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

.filters-form {
  width: 100%;
}

.filters-radio {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .ma-cat-listing-filter {
    width: 100%;
  }
}

#mse2_filters.filters-radio .disabled {
  opacity: 0.5;
  pointer-events: none;
}

.filter.wpfMainWrapper {
  position: relative;
}

.ma-cat-listing-smartfilter-v2 .filter .wpfFilterButtons {
  width: auto;
  margin: 0;
}

.ma-cat-listing-smartfilter-v2 .filter .wpfFilterButtons button:focus {
  outline: none;
}

.ma-smartfilter-v2-wpfFilterButton {
  position: relative;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}

.cl-filter-show-all {
  padding: 0;
  background-color: transparent;
  font-size: 15px;
  padding-left: 46px;
  color: #979797;  
  font-weight: 500;
  line-height: 19.5px;
  
  position: relative;
}

.filter__row_type_radio:nth-child(2) + .cl-filter-show-all {
  margin-left: -25px;
  margin-top: 15px;
}

.cl-filter-show-all:hover {
  background-color: transparent;
}

.cl-filter-show-all:focus {
  outline: none;
}

.cl-filter-show-all:before {
  filter: invert(40%);
    -webkit-filter: invert(40%);
    background-color: transparent;
    width: 14px;
    height: 14px;
    top: 2px;
    left: 25px;
    
    position: absolute;
}

@media screen and (max-width: 767px) {
  .filters-radio {
    display: block;
  }
  
  .filters-radio .cl-filter-show-all {
    margin-top: 15px;
  }
}

.wpfFilterWrapper:first-child {
  border-top: 0;
}

.wpfFilterWrapper:nth-child(2) {
  border-top: 1px solid #CCCCCC;
}

.filter {
  width: 100%;
}

.ma-cat-listing-smartfilter-v2 .filter.wpfMainWrapper {
  display: block;
}

.filter__row {
  background-color: #F7F7F7;
  padding: 35px 80px 30px 100px;
  position: relative;
}

.filter__row:not(:first-child) {
  border-top: 1px solid #ccc;
}

.filter__row_type_list {
  padding: 0 0 0 40px;
  background-color: transparent;
}

.wpfFilterButtons {
  background-color: transparent;
}

@media screen and (max-width: 1024px) {
  .filter__row {
    padding: 20px 40px 20px 50px;
  }
  
  .filter__row_type_list {
    padding: 0;    
  }
  
  .ma-smartfilter-v2-results-count {
    margin-bottom: 0;
  }
  
  .filters-form .filter__value {
    font-size: 15px;
  }
  
  .filters-form .filter__item:not(:first-child) {
    margin-top: 0;
  }
}

.filter__row_type_radio {  
  padding-left: 0;  
}

.filter__row_type_radio:not(:only-child) {
  width: 100%;
}

.filter__row_type_radio:first-child:last-of-type {
  width: auto;
}

.filter__row_type_radio:not(:first-child) {
  margin-top: 10px;
}

.filter__row_type_list:not(:first-child) {
  border-top: 0;
}

.filter__title {
  min-height: 25px;
  position: relative;
  cursor: pointer;
}

.filter__title span {
  font-size: 16px;
  font-weight: bold;
}

.filter__title:after {
  width: 14px;
  height: 8px;
  position: absolute;
  top: 9px;
  right: -20px;
  background: url(../svg/arrow.svg) no-repeat;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  content: '';
}

.is-active .filter__title:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.filter__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -2px;
  left: -57px;
}

@media screen and (max-width: 1024px) {
  .filter__icon {
    left: -40px;
  }  
}

.filter__content {
  display: none;
  padding-top: 15px;
}

.filter__row_type_list .filter__content {
  display: block;  
}

.filter__row_type_list .filter__content {
	padding-top: 0;
}

.filter__list {
  margin: 0;
  padding: 0;
  max-height: 200px;
  overflow-y: auto;
  list-style: none;
}

.filter__row_type_list .filter__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -10px -10px 0;
  flex-wrap: wrap;
}

.filter__row_type_radio .filter__list {
  display: inline-flex;
  overflow: visible;
  max-height: inherit;
  margin-left: 10px;
}

.filter__item:not(:first-child) {
  margin-top: 6px;
}

.filter__row_type_list .filter__item {
  margin: 10px 10px 0;
}

@media screen and (max-width: 1023px) {
  .filter__row_type_radio .filter__item {
    margin-top: 15px;
  }
}

.filter__label {
  padding-left: 27px;
  position: relative;
  cursor: pointer;
}

.filter__label.disabled {
	/*display: none;*/
  opacity: 0.5;
  cursor: default;
}

.filter__row_type_list .filter__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 20px 13px 47px;
  background-color: #fff;
  
  transition: background-color 0.25s;
}

.filter__row_type_list .filter__label:hover {
  background-color: #dfdfdf;
  transition: background-color 0.25s;
}

.filter__row_type_list .filter__label_type_chemical {  
  padding: 7px 30px 7px 47px;
}

.filter__row_type_radio .filter__label {
  padding: 0 0 0 34px;
}

.filter__row_type_radio .filter__label:hover {
  background-color: transparent;
}

.filter__check {
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #b4b9be;
  position: absolute;
  top: 3px;
  left: 0;
  background-color: #fff;
}

.filter__row_type_list .filter__check {
  border-radius: 3px;
  top: 13px;
  left: 20px;
}

.filter__label_type_chemical .filter__check {
  top: 38px;
}

.filter__row_type_radio .filter__check {
  top: -2px;
  left: 0;
}

.filter__row_type_radio .filter__check {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 0;
  
  background-color: #979797;
}

.filter__sup {
  position: static;
  font-size: 16px;
}

.filter__sup:not(:empty):before {
  display: inline;
  
  content: '(';
}

.filter__sup:not(:empty):after {
  display: inline;
  
  content: ')';
}

.filter__value {
  margin-right: 5px;
  
  position: relative;
}

.filter__label_type_chemical .filter__value span {
  display: block;
  font-weight: 800;
  font-size: 14px;  
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.filter__label_type_chemical .filter__value span.filter__chem {
  margin-bottom: 6px;
  line-height: 48px;
  font-size: 48px;
  font-weight: 800;
  text-transform: none;
  letter-spacing: 0;
}

.filter__row_type_list .filter__value {
  margin-right: 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.filter__row_type_radio .filter__value {
  font-size: 20px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  color: #979797;
}

.filter__checkbox {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}

.filter__check:focus {
  outline: none;
}

.filter__checkbox:checked ~ .filter__check {
  background: #fff url(../img/icons/tick.png) top left no-repeat;
  background-size: 100% 100%;
}
.filter__check:checked {
  background: #fff url(../img/icons/tick.png) top left no-repeat;
  background-size: 100% 100%;

}

.filter__row_type_radio .filter__checkbox:checked ~ .filter__check {
  background: #42AF63;  
}

.filter__row_type_radio .filter__checkbox:checked ~ .filter__value {
  color: #42AF63;  
}

.filter__row_type_list .filter__checkbox:checked ~ .filter__value,
.filter__row_type_list .filter__checkbox:checked ~ .filter__value span {
  color: #fff;  
}

.filter__row_type_list .filter__checkbox:checked ~ .filter__check { 
  filter: invert(100%);
  border-color: #000;
  background-color: transparent;
}

.filter__row_type_radio .filter__checkbox:checked ~ .filter__value {
  color: #42AF63; 
}

.filter__row_type_radio .filter__checkbox:checked ~ .filter__check {
  filter: none;
  background: #42AF63;
}

.filter__bckg {
  width: 100%;
  height: 100%;
  
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.25s;
  
  background-color: #42AF63;
}

.filter__checkbox:checked ~ .filter__bckg {
  opacity: 1;
  transition: opacity 0.25s;
}

.filter__row_type_radio .filter__label:hover .filter__check {
  background: #42AF63;  
}

.filter__row_type_radio .filter__label:hover .filter__value {
  color: #42AF63;  
}

.ma-cat-listing-smartfilter {
  width: 100%;
}

@media screen and (max-width: 1024px) { 
  .filters-form {
    width: auto;
  }
  
  .ma-cat-listing-smartfilter {
    width: calc(100% - 30px);
  }
}

.filter__wrapper {
	display: none;
}

.filter__wrapper.is-active {
	display: block;
}

/*#content {
  padding-bottom: 80px;
}

#content.site-content_type_contacts {
  padding-bottom: 0;
}*/

#ymapcont > div:nth-child(2) form.contacts-form {
  display: block;
}

.form__row {
  margin-top: 26px;
}

.form__row_type_flex {
  display: flex;
  margin: 25px -20px 0;
}

.form__row_type_consult {
  display: flex;
  margin-top: 0;
}

.form__row_type_submit {
  margin-top: 25px;
  text-align: center;
}

.form__row_type_flex  .form__cell {
  width: calc(50% - 40px);
  margin: 0 20px;
}

.form__cell {
  position: relative;
}

.form__cell label,
#ymapcont > div:nth-child(2) form input.form__input,
.form__input {
  display: block;
  width: 100%;
}

.form__textarea {
  font-size: 14px;
  line-height: 24px;
}

#ymapcont > div:nth-child(2) form input.form__submit {
  background: #18191F;
  width: 122px;
  height: 48px;
  font-size: 14px;
  font-weight: 700;
  color: #fff; 
  transition: .2s;
  -webkit-transition: .2s;
}

#ymapcont > div:nth-child(2) form input.form__submit:hover {
  background-color: #42af637d;
}

.form__message {
  display: none;
  background: #de4d4d;
  color: #fff;
  padding: 7px;
  position: absolute;
  left: 0px;
  top: 63px;
  line-height:1;
  
  transition: .2s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  z-index: 1;
}

.form__error .form__message {
  display: block;
}

.form__row_type_consult .form__message {
  top: 49px;
}

.popup-form .form__message {
  top: 41px;
}

.ajax_form .form__error .form__message .error {
  display: inline-block;
  
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
}

.ma-cf7-wrapper .ma-form-consult > div:nth-child(2) .form__message span { 
  
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
}

.form__sent {
 display: none;
  margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #46b450;
  
    background: #fff;
    position: absolute;
    bottom: 0px;
    margin: 0px;
    width: 100%;
    margin-bottom: -40px;
}

.consult-form .form__sent {
  margin-bottom: 0;
  left: 0;
  z-index: 1;
}

.order-popup-form form.popup-form {
  display: block;
}

.order-popup-form form.popup-form input.form__input, .order-popup-form form.popup-form textarea.form__textarea {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;  
}

.order-popup-form form.popup-form input.form__input:focus, .order-popup-form form.popup-form textarea.form__textarea:focus {
  outline: none;  
}

.order-popup-form form.popup-form textarea.form__textarea {
  height: 86px;
  resize: none;
}

.order-popup-form form input.wpcf7-submit {
  margin-top: 0;
}

.search {
  z-index: 200;
}

.probox {
  box-shadow: 0 0 0 0 #b5b5b5 inset;
}

.probox .proinput .search__input {
  width: 100%;
  background-color: #fff;
  box-shadow: none;
  padding-left: 15px;
  font-size: 14px;
}

.probox .proinput .search__input:focus {
  outline: 0;
}

.ui-widget.ui-widget-content.ui-autocomplete {
  border: 0;
  padding: 4px;
  box-shadow: -1px 1px 5px 0px rgb(0 0 0 / 30%);
}

.ui-autocomplete .item {
  overflow: hidden;
    width: auto;
    margin: 0;
    padding: 3px;
    position: relative;
    background: #fff;
    
    color: #18191F;    
}

.ui-autocomplete .ui-menu-item:not(:first-child) .item {
  border-top: 1px solid #D8D8D8;
}

.ui-autocomplete .item:hover {
  background-color: #f4f4f4;
  
  color: #18191F;   
}

.ui-autocomplete .item .asl_content {
  display: flex;
  overflow: hidden;
  height: auto;
  background: transparent;
  margin: 0;
  padding: 3px 3px 5px 3px;
}

.ui-autocomplete .item .asl_wrapper span,
.ui-widget-content .item a {
  display: block;
  
  font-size: 16px;
  line-height: 16px;
  color: #18191F;
  font-weight: 600;
}

.ui-autocomplete .item .asl_image {
  width: 70px;
  height: 70px;
  overflow: hidden;
  background: transparent;
  margin: 2px 8px 0 0;
  padding: 0;  
  background-position: center;
  background-size: cover;
}

.ui-autocomplete .item .asl_wrapper {
  width: calc(100% - 78px);
}

.ui-front {
  z-index: 9000!important;
}

.ui-widget-content .ui-state-active {
  background-color: transparent;
  border-color: transparent;
}

.ui-state-active {
  background-color: #fff!important;
  border-color: #fff!important;
}

.ui-state-active .item {
  background-color: #f4f4f4; 
}

.ui-state-active a {
  color: #18191F!important;
}

.ui-autocomplete .item .asl_desc {
  margin-top: 4px;
  font-size: 12px;
  line-height: 18px;
}
.ui-autocomplete .item .asl_desc b {
  font-weight: 500;
  color: rgb(66, 175, 99);
  background-color: transparent;
  font-size: 14px;
}

.products-list li {
  text-transform: uppercase;
}

#ma-cat-listing-before.ma-full-width-catalogue_margin_zero {
  margin-top: 0;
}

.ma-cat-product-description {
  min-height: 85px;
  font-size: 16px;
}

.page-numbers li {
  margin: 0 2px;
}

.show-for-large {
  display: none;
}

@media screen and (min-width: 1024px) {
  .hide-for-large {
    display: none;
  }
  
  .show-for-large {
    display: block;
  }
}

@media screen and (max-width: 1023px) {
  .filters-category {
    margin-bottom: 0;
  }
  
  .filters-category .filter__row_type_list .filter__item {
    margin: 2px 4px 0;
  }
  
  .filters-category .filter__list {
    margin: 0 -4px 0;
  }
  
  .filters-category .filter__label {
    padding: 7px 12px 7px 38px;
  }
  
  .filters-category .filter__check {    
    top: 7px;
    left: 12px;
  }
  
  .filter__label_type_chemical  {
    min-width: 145px;
  }
  
  .filter__label_type_chemical .filter__value span.filter__chem {
    margin-bottom: 6px;
    line-height: 30px;
    font-size: 30px;
    font-weight: 800;
    text-transform: none;
    letter-spacing: 0;
  }
  
  .filter__row_type_radio .filter__list {
    display: block;
  }
}

body.is-gray {
  background-color: #F2F2F2;
}

.articles {
  padding: 22px 0 80px;
}

.articles__item {
/*  display: flex;
  min-height: 360px;*/
  margin-top: 40px;
}

.owl-item .articles__item {
  margin-top: 0;
}

.articles__item > div:nth-child(1) {    
    display: flex;
    align-items: center;
    justify-content: center;
}
.articles__item > div:nth-child(1) img {
    height: 200px;
    width: auto;
    object-fit: cover;
}
.articles__item > div:nth-child(2) {    
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 30px 20px;
}
.articles__item > div:nth-child(2) h3 {
    font-size: 42px;
    font-weight: 500;
    line-height: 48px;
    margin-bottom: 10px;
    margin-top: 5px;
}

@media screen and (min-width: 767px) {
  .articles__item {
    display: flex;
    min-height: 360px;    
  }
  
  .articles__item > div:nth-child(1) {
    width: 40%;
  }
  
  .articles__item > div:nth-child(2) {
    width: 60%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .articles__item > div:nth-child(1) img {
    height: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .articles__item > div:nth-child(2) {
    padding-left: 100px;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-right: 45px;
  }
}

@media screen and (max-width: 1023px) {
  .articles__item > div:nth-child(2) h3 {
    font-size: 30px;
    line-height: 38px;    
  }
}

.articles__item > div:nth-child(2) span {
    font-size: 14px;
    color: #BBBABA;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 2px;
}
.articles__item > div:nth-child(2) p {
    font-size: 14px;
    line-height: 26px;
    max-height: 78px;
    overflow: hidden;
    margin-bottom: 10px;
}
.articles__item > div:nth-child(2) a {
    width: fit-content;
    text-align: left;
    color: #42AF63;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    position: relative;
    padding-right: 27px;
}
.articles__item > div:nth-child(2) a::after {
    content: '';
    background-image: url(img/green_arr.svg);
    background-repeat: no-repeat;
    display: inline-block;
    width: 22px;
    height: 10px;
    background-size: contain;
    position: absolute;
    right: 0px;
    top: 3px;
    opacity: 1;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
}
.articles__item > div:nth-child(2) a:hover::after {
    /*text-decoration: underline;*/
    right: -5px;
}

.regions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px;
  /*margin: 50px auto 0;*/
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 1025px) {
  .regions {
    max-width: 1360px;
    /*padding: 0 94px;*/
  }
}

.regions__map {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  /*.regions__map {*/
  /*  width: 65%;*/
  /*  padding-right: 10%;*/
  /*}*/
}

.regions__info {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .regions__info {
    width: 35%;
  }
}

.regions__block {
  display: none;
}

.regions__block.is-active {
  display: block;
}

.map {
  width: 100%;
}

.map-region {
  cursor: pointer;
}

.map-region-background {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.25s, opacity 0.25s;
  transition: visibility 0.25s, opacity 0.25s;
}

.map-region.is-hovered .map-region-background {
  opacity: 0.05;
  visibility: visible;
  fill-opacity: 1;
  fill: #000;
}

.map-region.is-active .map-region-background {
  visibility: visible;
  opacity: 1;
  fill-opacity: 0.9;
  fill: #42AF63;
}

.manager__image {
    z-index: 1;
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
    position: relative;   
    height: 230px;
    overflow: hidden;
}

.manager__content {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start!important;
  justify-content: flex-start!important;
  background: linear-gradient(116.12deg, #ECEEEF 0%, #FFFFFF 100%);
  padding: 30px 40px;
  padding-top: 70px;
  margin-top: -40px;
}

.manager__content:first-child {
  padding: 30px 40px!important;
  margin-top: 0!important;
}

.manager__content span {
  font-size: 28px;
  font-weight: 800;
  line-height: 40px;
}

.manager__content text {
  color: #42AF63;
  font-size: 12px;
  font-weight: 700;
  line-height: 26px;
}

.manager__content a {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-top: 22px;
  position: relative;
  padding-left: 40px;
}

.manager__content a:before {
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0px;
  top: -4px;
  background-color: rgba(24, 25, 31, .1);
  border-radius: 50%;
  background-size: 55%;
  display: flex;
  background-position: center;
  transition: .2s;
  -webkit-transition: .2s;
}

.crumbs {
  padding-bottom: 20px;
}

.crumbs a {
  text-decoration: underline;
}

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

.ma-post-content p:not(:first-child){
  margin: 20px 0 0;
}

.ma-post-content figure:not(:first-child) {
  margin-top: 30px;
}

.ma-regions {
  min-height: 850px;
}

@media screen and (max-width: 1023px) {
  .ed-mobile-mgrs-nav {
    display: block;
    margin-bottom: 0;
    text-align: center;
  }
  
  .imp-initialized {
    display: block;
  }
  
  .ma-manager-entity > div:nth-child(1) {
    height: auto;
  }
}

.ed-custom-scroll-v2 .products {
  min-height: unset;
  max-height: unset;
  height: auto;
}

.woocommerce-pagination .next:after,
.woocommerce-pagination .prev:after {
  content: '';
}

.woocommerce-pagination .next, .woocommerce-pagination .prev {
  text-indent: 0;
}

.articles__item > div:nth-child(1) {
  background-color: #fff;
}

.ma-cat-lb-text {
  margin-top: 40px;
}

.ma-cat-lb-text p {
  font-size: 16px;
}

.ma-cat-lb-text strong {
  font-weight: 600;
}

.ma-cat-lb-text p:not(:first-child) {
  margin-top: 15px;
}

.ma-cat-topb-content a {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    color: #fff;
    margin-top: 25px;
    cursor: pointer;
    position: relative;
    width: fit-content;
}

.ma-cat-topb-content a::after {
    display: inline-block;
    width: 22px;
    height: 10px;
    background-size: contain;
    position: absolute;
    right: -25px;
    top: 4px;
    background-image: url(img/white_arr.svg);
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
}

.ma-cat-topb-content > div {
  height: auto;
  padding-bottom: 20px;
}

@media screen and (min-width: 1024px) {
  .ma-cat-listing-sidebar {
    width: 35%;
  }
  
  .ma-cat-listing-content {
    width: 65%;
  }
  
  .woocommerce.wpfNoWooPage:last-child {
    padding-bottom: 70px;
  }
  
  #ma-cat-adv:last-child{
    padding-bottom: 70px;
  }
  
  .ma-cat-topb-content > div {
    height: auto;
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

#ma-prod > div > ul > li a {
  width: 100%;
}

.show-for-large {
  display: none;
}

@media screen and (min-width: 1024px) {
  .show-for-large {
    display: block;
  }
  
  .hide-for-large {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  #content {
    padding-top: 100px;
  }
  
  .ma-cat-top-banner {
    height: auto;
    margin-bottom: 30px;
  }
  
  .ma-cat-topb-content {
    height: auto;
    background-size: auto 200px;
  }
}

.owl-carousel-partners .owl-carousel-slide > div > div,
.owl-carousel-clients .owl-carousel-slide > div > div {
  cursor: default;
}

.ed-icon-fb::before {
  background-image: url(img/social/Facebook.svg);
}

.ed-icon-tg::before {
  background-image: url(img/social/tg.svg);
}

@media screen and (min-width: 501px) and (max-width: 1024px) {
  .ma-manager-entity {
    width: 400px;
  }
  
  .ed-manc-contacts > a,
  .ed-manc-contacts > span {
    font-size: 19px;
  }
}

@media screen and (max-width: 1024px) {
  .ma-our-targets {
    height: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ed-ma-nav-content {
    max-width: calc(100% - 60px);
  }
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .ed-ma-nav-content {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (min-width: 1440px){
  .ed-ma-nav-content {
    padding-right: 0;
    padding-left: 0;
  }  
}

.search__item {
  display: flex;
  align-items: flex-start;
  padding: 40px;
  margin-top: 20px;
  
  background-color: #fff;
}

.search__image {
  width: 100px;  
}

.search__content {
  width: calc(100% - 100px);
  padding-left: 20px;
}

.search__content:only-child {
  width: 100%;
  padding-left: 0;
}

.search__title {
  display: block;
  
  font-size: 42px;
  font-weight: 500;
  line-height: 48px;
}

@media screen and (max-width: 1024px) {
  .search__title {
    font-size: 32px;
    line-height: 38px;
  }
  
  .search__item {
    padding: 20px;
  }
}

@media screen and (max-width: 601px) {
  .search__title {
    font-size: 25px;
    line-height: 30px;
  }
}

.search__more {
  display: inline-block;
  margin-top: 20px;
  width: fit-content;
  text-align: left;
  color: #42AF63;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  position: relative;
  padding-right: 27px;
}

.search__more::after {
  content: '';
  background-image: url(img/green_arr.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 22px;
  height: 10px;
  background-size: contain;
  position: absolute;
  right: 0px;
  top: 3px;
  opacity: 1;
  transition: .2s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
}

.search__more:hover::after {   
  right: -5px;
}

input[type=text].form__input_type_search {
  background-color: #fff;
}

.ma-green-banner.ma-green-banner-v2 > div:nth-child(2) > div span {
  white-space: nowrap;
}

/*@media screen and (max-width: 1024px) {
  .ma-full-width-about-center .ma-center-block {
    background-image: none!important;
  }  
}*/

@media screen and (max-width: 768px) {
  .ma-center-block {
    height: auto;
  }
}

.url {
  display: none;
}

#masthead > .col-full .ma-hr-items span.ed-icon {
    color: #fff;
    padding-left: 40px;
    position: relative;
    font-weight: 700;
}

#masthead.site-header.sticky > .col-full .ma-hr-items span.ed-icon,
#masthead > .col-full .ma-hr-items.ma-hr-items-black span.ed-icon {
  color: inherit;
}

.site-contacts > span.ed-icon::before {
    background-color: #c9c9c978;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: default;
    font-size: 16px;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    position: absolute;
    left: 0px;
    top: -2px;
    background-size: 50%;
    background-position: 50%;
    filter: invert(100%);
    -webkit-filter: invert(100%);
}

.site-contacts > span.ed-icon-clock {
  margin-left: 20px;
  
  cursor: default;
}

@media screen and (max-width: 1024px) {
  .site-contacts > span.ed-icon-clock {
    display: none;
  }
}

.site-header.sticky .site-contacts > span.ed-icon::before,
.site-header .ma-hr-items.ma-hr-items-black .site-contacts > span.ed-icon::before {
  filter: invert(0%);
  -webkit-filter: invert(0%);
}

.ed-manc-contacts > span.ed-icon {
  display: flex;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 7px
}

.ed-manc-contacts > span.ed-icon::before {
  width: 34px;
  height: 34px;
  filter: invert(100%);
  -webkit-filter: invert(100%);
  background-color: rgba(0,0,0,.1);
  border-radius: 50%;
  background-size: 60%;
  background-position: 50%;
  margin-right: 10px;
  margin-top: 2px; 
}

.ma-btn-green-small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 150px;
  margin-top: 20px;
  
  font-size: 16px;
  cursor: pointer;
}

.ma-btn-green-small:hover {
  color: #fff;
}

.ma-our-targets > div {
  padding-top: 45px;
  padding-bottom: 45px;
}

/*styles for about page*/
@media screen and (max-width: 500px) {
  .ma-center-block {
    background-image: none!important;
  }
}

@media screen and (min-width: 501px) and (max-width: 1300px) {
  .ma-cat-banner-before.ma-cat-banner-before-v2.ma-cat-banner-before-v3 {
    width: 61%;
  }
  
  .ma-full-width-about-top {
    background-size: 41%;
    height: auto;
  }
  
  .ma-cat-banner-before-v2.ma-cat-banner-before-v3 > div:nth-child(2) p {
    font-size: 18px;
  }
  
  .ma-cat-b-anc.ma-cat-b-anc-v2.ma-cat-b-anc-v3 {
    width: 50%!important;
  }
  
  .ma-cat-banner-before.ma-cat-banner-before-v2.ma-cat-banner-before-v3 .ma-cat-b-anc.ma-cat-b-anc-v2.ma-cat-b-anc-v3 {
    width: 50%!important;
  }
  
  .ma-green-banner-v2 {
    margin-top: 90px;
  }
  
  .ma-center-block h2 {
    font-size: 20px;
    line-height: 38px;
  }
  
  .ma-center-block-content {
    width: 55%;
  }
  
  .ma-center-block {
    background-size: 45%;     
  }
}

@media screen and (max-width: 768px) {
  .ma-center-block {
    background-position: 100% 230px;
  }
}

/*styles for breadcrumbs block*/

.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;  
  margin: 0;
  padding: 0;
  
  list-style: none;
}

.breadcrumbs__list li {
  display: block;
  margin-top: 5px;
  margin-right: 10px;
  padding-right: 22px;

  position: relative;
  
  white-space: nowrap;
}

.breadcrumbs__list li:after {
  display: block;

  position: absolute;
  top: 0;
  right: 2px;  

  content: "/";
}

.breadcrumbs__list li:last-child:after {
  display: none;
}

.breadcrumbs__list li a {
  text-decoration: underline;
}

.breadcrumbs__list li a:hover {
  text-decoration: none;
}

.ma-cat-listing-title h1 {
  font-size: 48px;
  font-weight: 300;
  line-height: 64px;
}

.ma-cat-pc-title h1 {
  display: inline;
  font-size: 28px;
  font-weight: 800;
  line-height: 40px;
}

@media screen and (max-width: 1024px) {
  .ma-cat-listing-title h1 {
    font-size: 28px;
    font-weight: 500;
    line-height: 28px;
  }  
}

.show-for-large {
  display: none;
}

.hide-for-large {
  display: flex;
  flex-wrap: wrap;
}
  
.site-contacts .ed-icon-phone3 {
  height: 36px;
}

.ed-icon-search {
  display: block;
  height: 36px;
}

.site-search666 > a::before {
  top: -2px;
}

@media screen and (min-width: 769px) {
  .show-for-large {
    display: flex;
    flex-wrap: wrap;
  }
  
  .hide-for-large {
    display: none;
  }
}

@media screen and (max-width: 501px) {
  .ma-fh680 {
    height: 540px;
  }
}

.vendor { 
  margin-top: 30px;
 

}

.vendor__image {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 386px;
  max-height: 386px;
}

.vendor__image img {
  max-width: 100%;
  max-height: 100%;
}

.vendor__about {
  margin-top: 20px;
  
  color: #18191F;
   font-size: 16px;
}

.vendor__about p {
  font-size: 16px;
}

 @media screen and (min-width: 768px) {
    .vendor {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      margin-top: 40px;
      padding-left: 94px;
    }
    
    .vendor__about {
    width: calc(100% - 280px);
    margin-right: 30px;
    order: 1;
    margin-top: 0;
  }
  
  .vendor__about p {
  font-size: 18px;
}
  
  .vendor__image {
    max-width: 250px;
    max-height: 250px;
    order: 2;
  }
}

 @media screen and (min-width: 1024px) {
  .vendor {
    padding-left: 94px;
    margin-top: 0;
  }
  
  .ma-full-width-full + .ma-full-width-catalogue .vendor {
    margin-top: 40px;
  }
  
  .vendor__about {
    width: calc(100% - 546px);
    margin-right: 160px;
  }
  
  .vendor__image {
    max-width: 386px;
    max-height: 386px;
    order: 2;
  }
 }
 
 .ma-cat-productpage-image img {
  object-fit: cover;
 }
 
 
 .slick-arrow {
  display: block;
  width: 24px;
  height: 24px;
  z-index: 2;
  color: #fff;
  cursor: pointer;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

.is-black .slick-arrow {
  color: #222;
}

.slick-arrow.slick-disabled {
  cursor: default;
  opacity: 0.6;
}

@media screen and (min-width: 1024px) {
  .slick-arrow:hover {
    cursor: pointer;
  }
}

.slick-arrow.slick-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slick-arrow svg {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.promo {
  position: relative;
  background-color: #fff;
}

@media screen and (min-width: 1024px) {
  .promo {
    margin: 0 -15px;
  }
}

@media screen and (min-width: 1366px) {
  .promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
}

.promo__slider {
  margin: 0;
  position: relative;
}

@media screen and (min-width: 1366px) {
  .promo__slider {
    width: 68.75%;
    margin: 0;
    overflow: hidden;
  }
}

.promo__slide {
  min-height: 500px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .promo__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 400px;
    margin: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 35.5vw;
  }
}

.promo__slide:not(:first-child) {
  position: absolute;
  opacity: 0;
}

.promo__slide.slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  position: relative;
  opacity: 1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .promo__slide.slick-slide {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.promo__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 32px;
  padding: 15px 44px;
  background-color: #42AF63;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.78;
}

@media screen and (min-width: 1024px) {
  .promo__button:hover {
    background-color: #349752;
    -webkit-transition: background 0.25s;
    transition: background 0.25s;
  }
}

.promo__image {
  width: 100%;
  height: 100%;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.promo__image img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}

@media screen and (min-width: 768px) {
  .promo__image img {
    -o-object-position: center 70%;
       object-position: center 70%;
  }
}

.promo__image video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.promo__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 32px 16px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .promo__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 0 50px;
  }
}

@media screen and (min-width: 768px) {
  .promo__holder {
    padding: 0 16px;
  }
}

@media screen and (min-width: 1366px) {
  .promo__holder {
    width: auto;
    padding: 0;
    padding-left: 6.9375vw;
  }
}

.promo__title {
  display: block;
  position: relative;
  z-index: 3;
  color: #fff;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.35;
}

@media screen and (min-width: 1024px) {
  .promo__title {
    font-size: 52px;
    line-height: 1.46;
  }
}

.promo__title:first-child {
  margin-top: 0;
}

.promo__slide_color_black .promo__title {
  color: #222;
}

.promo__description {
  display: block;
  margin-top: 16px;
  position: relative;
  z-index: 3;
  color: #fff;
  font-size: 18px;
  line-height: 1.78;
}

@media screen and (min-width: 1024px) {
  .promo__description {
    margin-top: 24px;
    max-width: 553px;
    font-size: 18px;
    line-height: 1.78;
  }
}

.promo__slide_color_black .promo__description {
  color: #222;
}

.promo__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 24px;
  right: 16px;
  color: #222;
  font-size: 0;
  line-height: 0;
}

.promo__more svg {
  width: 21px;
  height: 18px;
}

.promo__item_color_light .promo__more {
  color: #fff;
}

@media screen and (min-width: 1366px) {
  .promo__more {
    display: inline-block;
    width: auto;
    height: auto;
    padding-right: 32px;
    position: absolute;
    top: auto;
    bottom: 32px;
    left: 40px;
    right: auto;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.67;
  }
  .promo__item_color_light .promo__more {
    color: #fff;
  }
  .promo__item:first-child .promo__more {
    right: 40px;
    left: auto;
  }
  .promo__more svg {
    display: block;
    width: 21px;
    height: 18px;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    right: 0;
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
    transition: opacity 0.25s, -webkit-transform 0.25s;
    transition: opacity 0.25s, transform 0.25s;
    transition: opacity 0.25s, transform 0.25s, -webkit-transform 0.25s;
  }
  .promo__item:hover .promo__more svg {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
    transition: opacity 0.25s, -webkit-transform 0.25s;
    transition: opacity 0.25s, transform 0.25s;
    transition: opacity 0.25s, transform 0.25s, -webkit-transform 0.25s;
  }
}

.promo__link {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  opacity: 0;
  cursor: pointer;
}

.promo__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  bottom: 32px;
  left: 16px;
}

.promo__slide_color_black .promo__nav {
  color: #222;
}

@media screen and (min-width: 1366px) {
  .promo__nav {
    bottom: 50px;
    left: 6.9375vw;
  }
}

.promo__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .promo__links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 1366px) {
  .promo__links {
    width: 31.25%;
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .promo__links:only-child {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.promo__item {
  padding: 24px 48px 24px 16px;
  position: relative;
  color: #fff;
}

.promo__item_color_light {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .promo__item {
    width: 100%;
    padding-left: 24px;
  }
}

@media screen and (min-width: 1366px) {
  .promo__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 32px 40px;
  }
  .promo__item:first-child {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.promo__name {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.promo__item_color_light .promo__name {
  color: #fff;
}

@media screen and (min-width: 1366px) {
  .promo__name {
    max-width: 300px;
    position: relative;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.36;
  }
  .promo__item:first-child .promo__name {
    text-align: right;
  }
}

.promo__about {
  display: block;
  max-width: 81%;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.43;
}

.promo__item_color_light .promo__about {
  color: #fff;
}

@media screen and (min-width: 1366px) {
  .promo__about {
    max-width: 300px;
    width: 100%;
    margin-top: 16px;
    position: relative;
    font-size: 16px;
    line-height: 1.75;
  }
  .promo__item:first-child .promo__about {
    text-align: right;
  }
}

.promo__pic {
  display: none;
}

@media screen and (min-width: 1366px) {
  .promo__pic {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .promo__pic img {
    width: 100%;
    height: 100%;
    border-radius: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

 
 .advantages {
  margin-top: 30px;
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .advantages {
    margin-top: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 100px;
  }
}

@media screen and (min-width: 1024px) {
  .advantages > div.advantages__about {
    width: 71.5%;
  }
}

.advantages > div.advantages__about > span {
  display: block;
  max-width: 525px;
  color: #6D6D6D;
  font-size: 18px;
  line-height: 1.67;
}

@media screen and (min-width: 1024px) {
  .advantages > div.advantages__about > span {
    font-size: 24px;
    line-height: 1.83;
  }
}

.advantages > ul.advantages__list {
  padding: 0;
  margin: 20px 0 0;
}

@media screen and (min-width: 1024px) {
  .advantages > ul.advantages__list {
    margin: 0;
  }
}

.advantages > ul.advantages__list li {
  width: 100%;
  padding-left: 36px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.56;
}

.advantages > ul.advantages__list li:before {
  width: 20px;
  height: 20px;
  background-image: url(../svg/adv.svg);
  background-size: 20px 20px;
}

@media screen and (min-width: 768px) {
  .advantages > ul.advantages__list li {
    width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .advantages > ul.advantages__list li {
    padding-left: 48px;
    margin-bottom: 16px;
    font-size: 18px;
  }
  .advantages > ul.advantages__list li:before {
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
  }
}
 
 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}

.item__header {
  margin-right: 16px;
}

.item__header > img {
  width: 32px;
}

@media screen and (min-width: 1024px) {
  .item__header {
    padding: 32px 32px 0;
    margin: 0;
    position: relative;
  }
  .item__header > img {
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
  }
  .item:hover .item__header > img {
    opacity: 0;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
  }
}

.item__bckg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.item__bckg img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.item:hover .item__bckg {
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.item__content {
  width: calc(100% - 48px);
}

@media screen and (min-width: 1024px) {
  .item__content {
    width: 100%;
    padding: 16px 32px 32px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
  }
  .item:hover .item__content {
    background-color: #F7F7F7;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
  }
}

.item__title {
  display: block;
  color: #222;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.67;
}

.item__title:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}

@media screen and (min-width: 1024px) {
  .item__title {
    font-size: 22px;
    line-height: 1.34;
  }
}

.item__about {
  margin: 8px 0 0;
  color: #424242;
  font-size: 14px;
  line-height: 1.57;
}

@media screen and (min-width: 1024px) {
  .item__about {
    margin: 16px 0 0;
    font-size: 16px;
    line-height: 1.75;
  }
}

.products {
  margin-top: 50px;
}

@media screen and (min-width: 1024px) {
  .products {
    margin-top: 100px;
  }
}

.products__title h3 {
  margin-bottom: 16px;
  font-size: 38px;
  line-height: 1.16;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .products__title h3 {
    font-size: 48px;
    line-height: 1.6;
    text-align: left;
  }
}

.products__list {
  padding: 0;
  margin: 0 -15px;
  list-style: none;
}

@media screen and (min-width: 768px) {
  .products__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px;
  }
}

.products__item {
  width: 100%;
  margin: 0;
}

.products__item:not(:first-child) {
  border-top: 1px solid #E2E2E2;
}

@media screen and (min-width: 768px) {
  .products__item {
    width: calc(50% - 20px);
    margin: 20px 10px 0;
  }
  .products__item:not(:first-child) {
    border-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .products__item {
    width: calc(25% - 20px);
  }
}

#ma-systems {
  margin-top: 50px;
}

@media screen and (min-width: 1024px) {
  #ma-systems {
    margin-top: 100px;
  }
}

.tags {
  margin: -5px -15px 0;
}

@media screen and (min-width: 1024px) {
  .tags {
    margin: -8px 0 0;
  }
}

.tags__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  margin: 0;
  overflow-x: auto;
  list-style: none;
}

.ma-cat-banner-before .tags__list {
	margin-top: 20px;
}

@media screen and (min-width: 1024px) {
  .tags__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 0 0 94px;
    margin: 0;
  }

  .ma-cat-banner-before .tags__list {
	padding: 0;
    margin: 20px 0 0;
  }
}

@media screen and (min-width: 1024px) {
  .tags__item {
    margin-top: 8px;
  }
}

.tags__item:not(:last-child) {
  margin-right: 8px;
}

.tags__item span, .tags__item a {
  display: block;
  padding: 7px 15px;
  border: 1px solid #ccc;
  color: #222;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.57;
  white-space: nowrap;
}

@media screen and (min-width: 1024px) {
  .tags__item span, .tags__item a {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.62;
  }
}

.tags__item.is-active a {
  border-color: #42AF63;
  background-color: #42AF63;
  color: #fff;
  pointer-events: none;
}

.tags__item a {
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}

.tags__item a:hover {
  background-color: #F7F7F7;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}

#ma-systems {
  margin-top: 50px;
}

@media screen and (min-width: 1024px) {
  #ma-systems {
    margin-top: 100px;
  }
}

.home #content {
  padding-top: 80px;
}

@media screen and (min-width: 501px) {
  .home #content {
    padding-top: 120px;
  }
}

@media screen and (min-width: 768px) {
  .home #content {
    padding-top: 200px;
  }
}

@media screen and (min-width: 501px) {
  .home #masthead,
  .home #masthead > .col-full {
    height: 120px;
  }
}


.table-container {
  margin: 20px -20px 0;
  padding: 1px 20px;          
  overflow-x: auto;
}

.table-container:first-child {
	margin-top: 0;
}

@media screen and (min-width: 992px) {
  overflow: inherit;
  margin: 40px 0 0;
  padding: 0;
}

table.table-blue,
table.table-blue td,
table.table-blue td a,
table.table-blue td p {
	font-size: 14px;
	line-height: 18px;
}

table.table-blue tbody td {
background-color: #fff;
}

table:not(.has-background) tbody tr:nth-child(2n) td {
 background-color: #F8F8F8;	
}