body {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: #000; }

.container {
  max-width: 1640px; }

.btn {
  font-size: 16px;
  padding: 11px 21px;
  border-radius: 4px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  transition-duration: .3s;
  transition-property: color, background-color;
  transition: .3s ease; }

.btn-brand {
  color: #fff;
  background-color: #000;
  border-color: #000; }

.btn-brand:hover {
  color: #fff;
  background-color: #08b072;
  border-color: #08b072; }

.btn-brand.focus,
.btn-brand:focus {
  color: #fff;
  background-color: #08b072;
  border-color: #08b072;
  box-shadow: none; }

.bg-dark-grey {
  background: #e1e1e1; }

.bg-grey {
  background: #f2f2f2 !important; }

.bg-green {
  background: #00943a !important; }

.c-black {
  color: #000; }

.c-green {
  color: #00943a; }

/*
.header-classic {
  background-color: #fff
}

.top-header {
  background-color: #fff;
  font-size: 14px;
  color: #626582;
  line-height: 30px;
  border-bottom: 1px solid #f0f1f9;
  border-top: 3px solid #3544ee;
  padding-bottom: 4px;
  padding-top: 4px
}

.top-header ul {
  margin-bottom: 0
}

.top-header ul li {
  float: left;
  margin-left: 18px
}

.top-header ul li a {
  color: #626582
}

.top-header i {
  font-size: 10px
}

.top-header-social i {
  font-size: 14px
}

.top-header-social ul {
  margin-left: 10px
}

.top-header-social ul li {
  float: left;
  margin-left: 8px
}

.top-header-social ul li a {
  color: #9d9ea7
}

.top-header-social ul li a:hover {
  color: #01d486
}

.navbar-classic.navbar-light .navbar-nav .nav-link {
  color: #181825;
  padding: 12px 16px
}

.navbar-nav .nav-item.position-relative {
  z-index: 99999999
}

.navbar-classic .navbar-nav .nav-item .nav-link {
  font-size: 15px;
  color: #181825;
  padding: 12px 10px;
  line-height: 20px;
  border-bottom: 1px solid #fff
}

.navbar-classic .navbar-nav .nav-item .nav-link:hover {
  color: #3544ee
}

.navbar-classic .navbar-nav .nav-item .nav-link:hover.dropdown-toggle::after {
  color: #3544ee
}

.navbar-classic.navbar {
  padding: 18px 0
}

.navbar-classic .dropdown-toggle::after {
  margin-top: 1px;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 6px;
  vertical-align: -2px;
  content: "\f107";
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  color: #bdbebf;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 700;
  margin-right: 15px;
  font-size: 13px;
  float: right
}

.navbar-collapse.show {
  margin-top: 49px;
  background-color: #000;
}

.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu .dropdown-item {
  border-bottom: 1px solid #f1f1f6;
  border-radius: 0
}

.navbar-brand {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 2px;
  margin-right: initial;
  line-height: inherit;
  white-space: nowrap;
  color: #181825;
  font-size: 24px
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 16rem;
  padding: 12px;
  margin: 18px 0;
  font-size: 1rem;
  color: #808294;
  text-align: left;
  list-style: none
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 15px 15px;
  clear: both;
  font-weight: 400;
  color: #181825;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-size: 15px;
  line-height: 15px
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #4955ef;
  text-decoration: none;
  background-color: #eeeffd;
  border-radius: 4px
}

.dropdown-item:focus .dropdown-toggle::after,
.dropdown-item:hover.dropdown-toggle::after {
  color: #4955ef
}

@media(min-width:992px) {
  .dropdown .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: all .3s ease-in;
    transform: scaleY(0)
  }

  .dropdown:hover > .dropdown-menu {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible
  }

  .dropdown-submenu:hover .dropdown-menu {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible
  }
}

@media(max-width:575px) {
  #header {
    height: 125px !important;
  }
}

.dropdown-submenu {
  position: relative
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 17px;
  top: 25px
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 13px;
  margin-right: .1rem
}

.caret-up {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid;
  display: inline-block;
  margin-left: 2px;
  vertical-align: middle
}

.mega-dropdown {
  position: unset
}

.mega-dropdown-menu {
  width: 100%;
  position: absolute;
  top: 60px;
  margin: 0;
  border: 0;
  border-top: 70px solid #f9f9fb;
  background: #f9f9fb
}

.mega-dropdown-menu .link i {
  margin-right: 5px
}

.mega-dropdown-menu .item .link {
  margin-right: 35px;
  display: inline-block;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase
}

.mega-dropdown-menu .item img {
  height: 150px;
  object-fit: contain
}

.mega-dropdown-menu .item.border-right {
  border-right: 1px solid #c0c2c4 !important
}

.mega-dropdown-menu .mid_item {
  line-height: 24px;
  vertical-align: middle
}

.mega-dropdown-menu .mid_item .link {
  color: #00943a;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 35px;
  display: block
}

.mega-dropdown-menu .item .link:hover i,
.mega-dropdown-menu .mid_item .link:hover i {
  transform: rotate(90deg)
}

.mega-dropdown-menu .mid_item .link:hover {
  color: #181825
}

.mega-dropdown-menu .item .link:hover,
.mega-dropdown-menu .sub_item .link:hover {
  color: #00943a
}

.mega-dropdown-menu .sub_item .link {
  color: grey;
  font-weight: 300;
  font-size: 11px;
  text-transform: capitalize;
  margin-right: 35px;
  display: block;
  padding: 0;
  margin-left: 15px
}

.mega-dropdown-menu .item .link i {
  color: #00943a
}

.mega-dropdown-menu .menu-bottom,
.mega-dropdown-menu .menu-top {
  border-top: 1px solid #c0c2c4;
  border-bottom: 1px solid #c0c2c4
}

.mega-dropdown-menu ul {
  list-style: none
}

.nav-dropitem-arrow {
  position: relative;
  font-size: 12px;
  opacity: 0;
  padding-right: 10px
}

.nav-dropitem-arrow i {
  position: absolute
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #3544ee;
  text-decoration: none;
  background-color: #eeeffd;
  border-radius: 4px
}

.dropdown-item:hover .nav-dropitem-arrow {
  color: #4955ef;
  opacity: 1;
  margin-right: 5px
}

.navbar-boxed .navbar-toggler,
.navbar-classic .navbar-toggler {
  padding: 17px 15px;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid #eaeaf0;
  border-radius: .25rem;
  position: relative
}

.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu {
  background: #fff;
  box-shadow: none;
  margin: 7px 0
}

.navbar-classic .navbar-collapse.show .navbar-nav .nav-item .nav-link {
  border-bottom: 1px solid #f1f1f6
}

.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
  border-bottom: 1px solid #f1f1f6
}

.navbar-boxed .navbar-collapse.show .dropdown .dropdown-menu {
  background: #fff;
  box-shadow: none;
  margin: 7px 0
}

.navbar-boxed .navbar-collapse.show .navbar-nav .nav-item .nav-link {
  border-bottom: 1px solid #f1f1f6
}

.navbar-boxed .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
  border-bottom: 1px solid #f1f1f6
}

.navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu {
  background: #fff;
  box-shadow: none;
  margin: 7px 0
}

.navbar-transparent .navbar-collapse.show .navbar-nav .nav-item .nav-link {
  border-bottom: 1px solid #495bfb
}

.navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
  border-bottom: 1px solid #f1f1f6
}

#header {
  background: #000;
  position: sticky;
  top: 0;
  z-index: 9
}

#header .image-wrapper {
  max-width: 100%;
  z-index: 9999999;
  position: relative
}

#header .image-wrapper.mini .logo {
  height: 60px;
  width: 80px;
  background: #009a3d;
  object-fit: contain
}

#header .logo {
  position: absolute;
  max-width: unset;
  height: 130px
}

#header .navbar-expand-lg .navbar-nav .nav-link {
  font-family: 'Motiva Light';
  color: #fff;
  padding: 10px 15px;
  font-size: clamp(14px, 0.84vw, 16px);
  font-weight: 700;
  position: relative;
  text-align: center
}

.ru #header .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px !important
}

#header .navbar-expand-lg .navbar-nav .active .nav-link,
#header .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #00943a
}

#header .navbar-expand-lg .navbar-nav .active .nav-link::after,
#header .navbar-expand-lg .navbar-nav .active .nav-link::before {
  width: 100%
}

#header .navbar-expand-lg .navbar-nav .nav-link::after,
#header .navbar-expand-lg .navbar-nav .nav-link::before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  top: -.5rem;
  background: #00943a;
  transition: ease all .75s
}

#header .navbar-expand-lg .navbar-nav .nav-link::before {
  left: 0
}

#header .navbar-expand-lg .navbar-nav .nav-link::after {
  right: 0
}

#header .navbar-expand-lg .navbar-nav .nav-link:hover::after,
#header .navbar-expand-lg .navbar-nav .nav-link:hover::before {
  width: 100%;
  transition: ease all .75s
}

#header .language .language-selector {
  background: 0 0;
  border: 1px solid #b6b6b6;
  color: #b6b6b6;
  padding: 4px 15px;
  text-align: left;
  min-width: 160px
}

#header .language .language-selector:after {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%)
}

#header .language .dropdown-menu {
  background: #000;
  border-radius: 0;
  padding: 0;
  border: 0;
  margin: 0;
  top: 100%
}

#header .language .dropdown-menu .dropdown-item {
  color: #b6b6b6
}

#header .language .dropdown-menu .dropdown-item:hover {
  color: #fff;
  background: #00943a;
  border-radius: 0 !important
}
 */
.slide .slide__content--headings h2 {
  font-size: 50px;
  font-weight: 700; }

.slide .slide__content--headings a i {
  color: grey;
  font-size: 8px;
  line-height: 20px;
  vertical-align: middle; }

.slide .slide__content--headings a {
  font-size: 16px;
  color: #00943a;
  padding: 3px 0;
  border: 1px solid #00943a;
  padding: 10px;
  margin-top: 15px;
  display: inline-block; }

.slide .slide__content--headings a:hover {
  text-decoration: underline; }

.slide .slide__content--headings a:hover i {
  margin-left: 3px; }

#slider {
  position: relative; }

#slider .paginator {
  position: absolute;
  bottom: 15%; }

#slider .paginator span {
  opacity: .75; }

#slider .paginator span:hover {
  cursor: pointer;
  opacity: 1; }

#body .fair-wrapper .fair-date {
  color: #00943a;
  font-weight: 300; }

#body .fair-wrapper .fair-title a {
  font-weight: 700;
  font-size: 40px;
  color: #000;
  position: relative; }

#body .fair-wrapper .fair-title a:hover {
  text-decoration: none; }

#body .fair-wrapper .fair-title a::before {
  content: attr(data-title);
  position: absolute;
  font-size: 40px;
  left: 0;
  right: 0;
  color: #00943a;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: 2s cubic-bezier(0.5, 0.5, 0, 1); }

#body .fair-wrapper .fair-title a:hover::before {
  width: 100%; }

#body .fair-wrapper .fair-sub-title {
  font-weight: 500; }

#body .fair-wrapper .fair-notice {
  font-weight: 300;
  color: grey;
  margin-bottom: 35px; }

#remaining-time {
  font-weight: 300;
  color: grey; }

#body .fair-wrapper span {
  display: block; }

#body .fair-link {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 15%; }

#body .fair-wrapper .slick-dots {
  bottom: -15px; }

#body .fair-wrapper .slick-dots li > button {
  background: #000;
  border-radius: 4px;
  width: 10px;
  transition: ease all .5s; }

#body .fair-wrapper .slick-dots .slick-active > button {
  background: #00943a;
  width: 40px;
  transition: ease all .5s; }

#body .row a i {
  color: grey;
  font-size: 8px;
  line-height: 20px;
  vertical-align: middle; }

#body .row a {
  font-size: 16px;
  color: #00943a;
  padding: 3px 0; }

#body .row a:hover {
  text-decoration: underline; }

#body .catalog-wrapper .text-wrapper {
  position: relative; }

#body .catalog-wrapper img {
  height: 230px;
  -o-object-fit: contain;
     object-fit: contain; }

#body .catalog-wrapper img:hover {
  -webkit-filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.2)); }

#body .catalog-wrapper .catalog-title {
  font-weight: 700; }

#body .catalog-wrapper .catalog-sub-title {
  color: grey;
  font-weight: 300;
  font-size: 12px; }

#body .catalog-wrapper .catalog-sub-title a {
  color: grey;
  font-size: 12px; }

#body .catalog-wrapper .catalog-sub-title:hover a {
  color: #00943a; }

#body .catalog-wrapper .catalog-link {
  position: absolute;
  bottom: 0;
  right: 0; }

#fast-links .save-page:hover i {
  color: #00943a; }

#fast-links,
#fast-links .container {
  height: 70px; }

#fast-links .link a {
  padding: 0 10px;
  font-family: 'Motiva Light';
  color: #000;
  border-bottom: 1px solid #e1e1e1;
  font-size: 13px; }

#fast-links .link a:hover {
  color: #00943a;
  border-bottom: 1px solid #00943a; }

#banner {
  border-bottom: 1px solid #e1e1e1; }

#banner .title {
  font-size: 32px;
  font-weight: 700;
  margin: 0; }

#banner .sub-title {
  color: grey;
  font-weight: 500;
  font-size: 22px; }

#banner .back-link i {
  color: grey;
  font-size: 8px;
  line-height: 20px;
  vertical-align: middle; }

#banner .back-link {
  font-size: 16px;
  color: #00943a;
  padding: 3px 0; }

#banner .back-link:hover {
  text-decoration: underline; }

#banner .back-link:hover i {
  margin-left: 3px; }

#banner .save-page {
  font-size: 12px;
  color: #000; }

#banner .save-page i {
  font-size: 16px;
  margin-right: 3px; }

#banner .save-page:hover i {
  color: #00943a; }

#banner .image-wrapper {
  width: 100%; }

#body .table thead,
#body .tables .note {
  font-size: 14px;
  color: #009846; }

#body .postcontent .post-timeline .entry .entry-content a:hover {
  opacity: .7; }

#body .tables .note {
  display: block;
  margin-bottom: 5px;
  font-weight: 300; }

#body .owl-buttons div,
#body .owl-theme .owl-controls .owl-page span {
  margin: 5px 3px; }

#product-detail .table-side .info {
  color: #00943a;
  font-size: 13px;
  font-weight: 300; }

#product-detail .table thead {
  border-bottom: 3px solid #666; }

#product-detail .table > thead > tr > th {
  border-bottom: 0;
  text-align: center;
  border-right: 1px solid #dedede;
  vertical-align: middle;
  border-top: 0;
  color: #00943a; }

#product-detail .table > thead > tr > th p {
  font-size: 13px;
  font-weight: 300;
  color: #6a6a6a; }

#product-detail .table > thead > tr > th:last-child {
  border-right: 0; }

#product-detail .table > tbody > tr > td {
  border-bottom: 0;
  text-align: center;
  font-size: 14px;
  border-right: 1px solid #dedede; }

#product-detail .table > tbody > tr > td:last-child {
  border-right: 0; }

#product-detail .table-striped > tbody > tr {
  background-color: #00943a;
  color: #fff;
  border: 0; }

#product-detail .table-striped > tbody > tr:hover {
  background-color: #007e32;
  cursor: pointer; }

#product-detail .table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 4px; }

#product-detail .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fff;
  color: #000;
  border: 0; }

#product-detail .table-striped > tbody > tr:nth-of-type(odd):hover {
  background-color: #f4f2f2 !important;
  opacity: 1 !important; }

#product-detail .table-side .adaptive-product .title {
  font-weight: 700;
  letter-spacing: .04rem; }

#product-detail .table-side .adaptive-product .product-wrapper {
  padding: 0;
  list-style: none;
  border: 1px solid grey; }

#product-detail .table-side .adaptive-product .product-wrapper li.item {
  line-height: 30px;
  vertical-align: middle;
  font-weight: 300; }

#product-detail .table-side .adaptive-product .product-wrapper li:not(:last-child) {
  border-bottom: 1px solid grey; }

#product-detail .table-side .adaptive-product .product-wrapper li a img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%); }

#product-detail .table-side .adaptive-product .product-wrapper li a:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0); }

#product-detail .product-image .image-wrapper {
  position: relative; }

#product-detail .product-image .image-wrapper #coverPreview {
  padding: 50px; }

#product-detail .product-image .image-wrapper .skeleton {
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none; }

#product-detail .product-image .image-wrapper .skeleton::-moz-selection {
  background: 0 0; }

#product-detail .product-image .image-wrapper .skeleton::selection {
  background: 0 0; }

#product-detail .product-image .image-wrapper .info {
  position: absolute;
  bottom: 0;
  left: 20%; }

#product-detail .product-image .image-wrapper .info img {
  width: 60px; }

#product-detail .product-image .image-wrapper .info span {
  font-size: 12px;
  color: #00943a; }

#product-request .title {
  font-weight: 700;
  margin-bottom: 0; }

#product-request .sub-title {
  color: #00943a;
  font-size: 13px;
  line-height: 13px;
  display: block; }

#product-request form .form-group {
  margin-bottom: 0;
  margin: 0 5px;
  position: relative; }

#product-request form .form-group .form-control {
  background: 0 0;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #bcbcbb;
  padding: 3px 8px;
  color: #333;
  height: 40px;
  font-weight: 500; }

#product-request form .form-group .form-control:focus {
  border-bottom: 2px solid #333; }

#product-request form .form-group .form-control::-webkit-input-placeholder {
  color: #bcbcbb; }

#product-request form .form-group span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: #00943a;
  transition: ease all .45s; }

#product-request form .form-group .form-control:focus + span::after {
  width: 100%;
  transition: ease all .45s; }

#product-request form .btn {
  border: 0;
  border-top: 2px solid #00943a;
  border-bottom: 2px solid #00943a;
  background: 0 0;
  border-radius: 0;
  box-shadow: none;
  color: #00943a;
  font-weight: 700;
  height: 40px;
  position: relative;
  overflow: hidden;
  padding: 0; }

#product-request form .btn i {
  margin-right: 5px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  transition: 1s cubic-bezier(0.5, 0.5, 0, 1); }

#product-request form .btn:hover i {
  transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
  -webkit-transform: translate(50%, -250%);
          transform: translate(50%, -250%); }

#instrument-set .accordion .card {
  border: 0; }

#instrument-set .accordion .card-header {
  background: 0 0;
  border: 0;
  padding: 15px 0; }

#instrument-set .accordion .card-header.collapsed img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

#instrument-set .accordion .card-header img {
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

#instrument-set .accordion .title {
  font-weight: 700;
  font-size: 2.5rem; }

#instrument-set .accordion .title:hover {
  cursor: pointer; }

#instrument-set .accordion .card-body .image-wrapper {
  border: 2px solid #e7e8e9;
  margin-bottom: 10px;
  float: left;
  width: 100%; }

#instrument-set .accordion .card-body .image-wrapper:hover {
  border-color: #00943a; }

#instrument-set .accordion .card-body .image-wrapper img {
  width: 100%; }

#instrument-set .accordion .card-body .item-wrapper .title {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0; }

#instrument-set .accordion .card-body .item-wrapper .title a {
  color: #000; }

#instrument-set .accordion .card-body .item-wrapper .title a:hover {
  color: #00943a; }

#instrument-set .accordion .card-body .item-wrapper .sub-title {
  font-size: 11px;
  font-weight: 400;
  color: #a5a7a8;
  line-height: 11px; }

#bony-visual {
  position: relative; }

#bony-visual.product-banner img {
  height: 65vh; }

#bony-visual img {
  z-index: 1;
  position: relative;
  opacity: .55; }

#bony-visual span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  font-size: 95px;
  width: 100%;
  font-weight: 700;
  color: #fff; }

#documents {
  background: #00943a; }

#documents .title {
  font-weight: 700;
  color: #fff; }

#documents .document-wrapper {
  padding: 0;
  list-style: none;
  border: 1px solid #fff;
  margin-top: 20px; }

#documents .document-wrapper li.item {
  line-height: 30px;
  vertical-align: middle;
  color: #fff;
  position: relative;
  overflow: hidden; }

#documents .document-wrapper li.item::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 95%;
  height: 1px;
  background: #fff;
  z-index: 0; }

#documents .document-wrapper li.item span {
  background: #00943a;
  padding-right: 25px;
  position: relative;
  z-index: 9; }

#documents .document-wrapper li:not(:last-child) {
  border-bottom: 1px solid #fff; }

#documents .document-wrapper li a {
  color: #fff;
  font-size: 30px;
  padding-left: 25px;
  background: #00943a; }

#similar-product .title {
  font-weight: 700; }

#similar-product .item {
  background: #fff;
  padding: 5px 15px; }

#similar-product .item .image-wrapper img {
  width: 100%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain; }

#similar-product .item a {
  font-weight: 400;
  font-size: 14px;
  color: #000; }

#similar-product .item a:hover {
  color: #00943a;
  text-decoration: underline; }

#body .academy {
  padding: 50px 0 0; }

#body .academy .background {
  width: 45%;
  left: 5%;
  position: relative; }

#body .academy .brain {
  width: 60px;
  height: 60px;
  margin-right: 15px; }

#body .academy .title {
  font-size: 36px;
  margin: 0; }

#body .academy .sub-title {
  margin-left: 75px;
  display: block;
  font-size: 13px;
  width: 40%; }

#body .academy a {
  margin-left: 75px;
  font-size: 16px;
  color: #00943a;
  padding: 3px 0;
  line-height: 10px; }

#body .academy a.border-link {
  border: 1px solid #00943a;
  padding: 20px 15px; }

#body .academy a:hover {
  text-decoration: underline; }

#body .academy .latest-post {
  margin-left: 75px; }

#body .academy .latest-post .title {
  font-weight: 600;
  font-size: 16px; }

#body .academy .latest-post .title i {
  font-size: 12px;
  color: grey; }

#body .academy .latest-post .item {
  font-size: 12px;
  color: grey; }

#body .academy .latest-post .item span {
  position: relative; }

#body .academy .latest-post .item .owner {
  padding-left: 20px; }

#body .academy .latest-post .item .owner::before {
  content: '//';
  position: absolute;
  left: 5px; }

#body .academy .latest-post .item a {
  margin-left: 10px;
  font-size: 12px; }

#body .news {
  font-size: 13px; }

#body .news img {
  width: 25px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1); }

#body .news a:hover img {
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0); }

#inner-body .detail {
  color: #333;
  text-align: justify;
  font-size: 13px; }

#inner-body .detail img {
  display: block;
  margin: 10px 0; }

#inner-body .sidebar-menu {
  list-style: none;
  padding: 0; }

#inner-body .sidebar-menu .item a {
  padding: 8px 10px;
  font-weight: 500;
  color: #333;
  position: relative;
  display: block;
  border-bottom: 1px solid #333; }

#inner-body .sidebar-menu .item a i {
  margin-right: 5px; }

#inner-body .sidebar-menu .item a:hover i {
  margin-right: 20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

#inner-body .sidebar-menu .item a.active i {
  position: absolute;
  left: 10px;
  top: 12px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

#inner-body .sidebar-menu .item a.active {
  color: #00943a;
  border-bottom: 1px solid #00943a; }

#inner-body .documents table td {
  vertical-align: middle; }

#inner-body .documents table p,
#inner-body .documents table p a {
  color: #666;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 14px;
  display: block; }

#inner-body .documents table span,
#inner-body .documents table span a {
  color: grey;
  font-weight: 300;
  display: inline-block; }

#inner-body .documents table span {
  width: 80%; }

#inner-body .documents table p a:hover,
#inner-body .documents table span a:hover {
  color: #00943a; }

#inner-body .documents table td {
  border-top: 0;
  border-bottom: 2px solid #dee2e6; }

#inner-body .documents table td:first-child {
  font-weight: 700;
  font-size: 20px;
  padding: 0 30px;
  color: grey; }

#inner-body .documents table td:last-child {
  font-size: 50px;
  padding: 15px 0;
  text-align: center; }

#inner-body .documents table td:last-child a {
  color: #757575; }

#inner-body .contact-form .form-group .form-control {
  border-radius: 0;
  height: 50px;
  border: 1.5px solid #303030;
  color: #303030;
  font-weight: 500;
  transition: ease all .55s;
  position: relative;
  background: #fff !important; }

#inner-body .contact-form .form-group .form-control:focus,
#inner-body .contact-form .form-group .form-control:hover {
  border: 1.5px solid #00943a; }

#inner-body .contact-form .form-group textarea.form-control {
  resize: none;
  height: auto; }

#inner-body .contact-form .form-group select.form-control:hover {
  cursor: pointer; }

#inner-body .contact-form .btn-send {
  height: 50px;
  padding: 5px 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 auto;
  border-radius: 0;
  border: 1.5px solid #303030;
  transition: ease all .55s; }

#inner-body .contact-form .btn-send:hover {
  border-color: #00943a;
  background: #00943a;
  color: #fff; }

#inner-body h5.title {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin: 10px 0 20px; }

#inner-body .contact-item:nth-child(2n) {
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede; }

#inner-body .sidebar-catalog {
  position: relative;
  padding: 10px;
  text-align: right; }

#inner-body .sidebar-catalog::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30%;
  right: 0;
  background: #f2f2f2;
  z-index: -1; }

#inner-body .sidebar-catalog .image-wrapper img {
  height: 180px;
  -o-object-fit: contain;
     object-fit: contain; }

#inner-body .sidebar-catalog .title {
  font-size: 16px;
  margin-right: 10px; }

#inner-body .sidebar-catalog .link {
  margin-right: 10px;
  color: #00943a; }

#inner-body .sidebar-catalog .link:hover img {
  -webkit-animation-name: hang-on-hover-sink, hang-on-hover;
          animation-name: hang-on-hover-sink, hang-on-hover;
  -webkit-animation-duration: .3s, 1.5s;
          animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
          animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
          animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
          animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
          animation-direction: normal, alternate; }

#inner-body .sidebar-catalog .link img {
  position: relative;
  -webkit-transform: translateY(-3px) rotate(90deg);
          transform: translateY(-3px) rotate(90deg);
  width: 24px; }

/*
#footer {
  padding: 40px 0;
  background: #000
}

#footer .border {
  border: 0 !important;
  border-right: 2px solid grey !important;
  border-left: 2px solid grey !important;
  min-height: 195px
}

#footer span.head {
  display: block;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase
}

#footer span a {
  font-size: 12px;
  color: grey;
  display: block;
  padding: 1px 0
}

#footer span a:hover {
  color: #fff
}

#footer .bulten {
  padding: clamp(15px, 1.56vw, 30px);
  border: 2px solid grey
}

#footer .bulten form {
  position: relative;
  margin-bottom: 0
}

#footer .bulten form .form-group {
  display: inline-block;
  margin-bottom: 0;
  width: 75%
}

#footer .bulten form input {
  background: grey;
  color: #fff;
  border: 0;
  display: inline-block;
  border-radius: 0;
  padding: 20px 10px;
  font-size: 12px;
  text-align: left;
}

#footer .bulten form input::-webkit-input-placeholder {
  color: #fff;
  font-size: 12px;
  text-align: left;
}

#footer .bulten form button {
  background: #4d4d4d;
  color: #fff;
  border: 0;
  display: inline-block;
  border-radius: 0;
  position: absolute;
  top: 0;
  margin-left: 5px;
  font-size: 12px;
  height: 40px
}

#footer .bulten form button:hover {
  background: #3b3b3b
}

#footer hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 2px solid grey;
  margin: 0;
  padding: 0;
  width: 100%
}

#footer .mid .right .sharethis-inline-share-buttons {
  display: inline-block;
  float: right;
  margin-top: -5px
}

#footer .mid .link {
  color: grey;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid grey;
  font-size: 14px;
  font-weight: 600
}

#footer .mid .link:hover {
  color: #fff
}

#footer .mid .link:last-child {
  border-right: 0
}

#footer .mid .link:last-child {
  border-left: 0
}

#footer .mid img {
  width: 170px;
  text-align: right
}

#footer .copy,
#footer .tasarim,
#footer .tasarim a {
  margin-top: 10px;
  color: grey;
  display: inline-block;
  font-size: 12px
}

#footer .tasarim {
  float: right
}

#footer .tasarim a:hover {
  color: #fff
}

 */
#content {
  text-align: right;
  position: absolute;
  width: 0;
  top: 45%;
  right: 200px; }

#content.on {
  -webkit-animation-name: in-out;
          animation-name: in-out;
  -webkit-animation-duration: .7s;
          animation-duration: .7s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1; }

#content input {
  box-sizing: border-box;
  width: 25px;
  height: 25px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: 0 0;
  color: #fff;
  font-size: 16px;
  outline: 0;
  transition: width .4s ease-in-out, border-radius .8s ease-in-out, padding .2s;
  transition-delay: .4s;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%); }

#content .search {
  background: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
  padding: 0;
  border-radius: 100%;
  outline: 0;
  border: 0;
  color: inherit;
  cursor: pointer;
  transition: .2s ease-in-out;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  z-index: 999999999; }

#content .search:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 14px;
  margin-left: 23px;
  transition: .2s ease-in-out; }

#content .close {
  transition: .4s ease-in-out;
  transition-delay: .4s; }

#content .close:before {
  content: "";
  position: absolute;
  width: 27px;
  height: 2px;
  margin-top: -1px;
  margin-left: -13px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: .2s ease-in-out; }

#content .close:after {
  content: "";
  position: absolute;
  width: 27px;
  height: 2px;
  background-color: #fff;
  margin-top: -1px;
  margin-left: -13px;
  cursor: pointer;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

#content .input::-webkit-input-placeholder {
  color: #000; }

#content .square::-webkit-input-placeholder {
  color: #696969; }

#content .square {
  box-sizing: border-box;
  padding: 0 40px 0 10px;
  width: 52vw;
  height: 50px;
  border: 0;
  border-radius: 0;
  background: 0 0;
  color: #fff;
  font-size: 16px;
  outline: 0;
  transition: width .4s ease-in-out, border-radius .4s ease-in-out, padding .2s;
  transition-delay: .4s, 0s, .4s;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  background: #000;
  z-index: 99999999;
  position: relative; }

@media (max-width: 991px) {
  /*
  #header {
    height: 65px;
  }

  .navbar {
    padding: 15px 0
  }

  .navbar-toggler i {
    color: grey;
    border: 1px solid grey;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle
  }

  .navbar-toggler {
    position: absolute;
    top: 14px;
    right: 15px;
    padding: 0
  }

  #header .language {
    margin-left: auto;
    margin-right: 90px;
    position: absolute;
    right: 0;
    top: 15px;
  }

  #header .language .language-selector {
    height: 40px
  }

  .dropdown-menu {
    min-width: 10rem
  }

  .navbar-toggler {
    margin-left: 15px
  }

   */ }

@media (max-width: 767px) {
  #body .fair-wrapper {
    margin-bottom: 30px; }
  #body .col-lg-6 {
    padding: 3rem 0 !important; }
  .slide .slide__content {
    width: 100%; }
  #slider .paginator {
    display: none; }
  #body .catalog-wrapper {
    justify-content: unset !important;
    display: block !important; }
  #body .catalog-wrapper .text-wrapper {
    text-align: left !important; }
  #body .catalog-wrapper .catalog-link {
    position: relative; }
  #body .academy {
    padding: 50px 0; }
  #body .academy .sub-title {
    width: 100%;
    margin: 0;
    margin-top: 20px; }
  #body .academy a {
    margin: 0; }
  #body .academy .latest-post {
    margin-left: 0; }
  #body .academy .title {
    font-size: 30px; }
  /*

  .dropdown-menu {
    border-radius: 0 !important
  }

  .mega-dropdown-menu .item img {
    width: 100%
  }

  .mega-dropdown-menu {
    border: 0 !important
  }

  .mega-dropdown-menu .item.border-right {
    border-right: 0 !important;
    border-bottom: 3px solid #c0c2c4 !important
  }


  #footer {
    padding-bottom: 20px
  }

 */
  #content {
    display: none; }
  .slide .slide__content--headings h2 {
    font-size: 20px; }
  .slide .slide__content {
    position: relative;
    -webkit-transform: unset;
            transform: unset;
    top: unset; }
  .slide .slide__img img {
    height: 55vh; }
  #body .academy {
    display: none; }
  #fast-links {
    display: none; }
  #banner .title {
    font-size: 20px; }
  #banner .sub-title {
    font-size: 16px;
    margin-top: 7px; }
  .col-1-5 {
    flex: 0 0 50%;
    max-width: 50%; }
  #instrument-set .accordion .title {
    font-size: 2rem; }
  #documents {
    padding: 20px !important; }
  #documents .document-wrapper li a {
    padding-left: unset; }
  #documents .document-wrapper li.item::before {
    display: none; }
  /*
  #footer .d-flex {
    display: block !important;
    padding: 15px
  }

  #footer .tasarim {
    float: left
  }

  #header .col-lg-1 {
    background: #fff
  }


 */
  .mobile-logo {
    height: 60px; }
  .go-top {
    display: none; } }

.go-top {
  position: fixed;
  right: 5%;
  bottom: -15%;
  background: #004e1f;
  width: 40px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  z-index: 9999;
  transition: bottom 2.5s ease, -webkit-transform .5s ease;
  transition: bottom 2.5s ease, transform .5s ease;
  transition: bottom 2.5s ease, transform .5s ease, -webkit-transform .5s ease; }

.go-top:hover {
  cursor: pointer;
  box-shadow: 0 0 18px -7px rgba(0, 0, 0, 0.75); }

.search.documents {
  margin-top: 300px;
  transition: margin-top .75s ease; }

.loading {
  width: 100%;
  text-align: center; }

.loading img {
  width: 75px; }

.masonry .item {
  display: inline-block;
  background: #fff;
  margin: 0 0 1.5em;
  padding: 10px;
  width: 100%;
  transition: 1s ease all;
  border: 1px solid #e2e2e2; }

.alert {
  padding: 0; }

.masonry .item:hover {
  box-shadow: 0 0 15px -7px rgba(0, 0, 0, 0.75);
  cursor: pointer; }

.masonry .item a {
  color: #333;
  font-weight: 500; }

.masonry .item a:hover {
  color: #00943a; }

.masonry .item img {
  max-width: 100%; }

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  border-color: #006400 !important;
  background: 0 0 !important; }

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  border-color: #e30613 !important;
  background: 0 0 !important; }

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: .9em;
  line-height: .9em;
  opacity: 0;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in; }

.parsley-errors-list.filled {
  opacity: 1; }

p.parsley-success {
  color: #468847 !important;
  background-color: #fff !important;
  border: 1px solid #89a663 !important; }

p.parsley-error {
  color: #b94a48 !important;
  background-color: #fff !important;
  border: 1px solid #fff !important; }

ul.parsley-errors-list {
  margin-top: 5px;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
  display: none; }

ul.parsley-errors-list li {
  font-size: 10px;
  background: #d86786;
  padding: 5px 10px;
  border-radius: 4px; }

.search-form input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-size: 100%; }

.search-form input::-webkit-search-cancel-button,
.search-form input::-webkit-search-decoration {
  display: none; }

.search-form input[type=search] {
  background: #ededed url(../images/search.png) no-repeat 9px center;
  background-size: 20px;
  border: solid 1px #ccc;
  padding: 9px 10px 9px 32px;
  width: 120px;
  border-radius: 5px;
  transition: all .5s; }

.search-form input[type=search]:focus {
  width: 50%;
  background-color: #fff;
  border-color: #00943a;
  box-shadow: 0 0 5px rgba(109, 207, 246, 0.5); }

#press-kit-table {
  width: 100% !important; }

#press-kit-table thead {
  font-weight: 500 !important; }

.swal2-progress-steps .swal2-progress-step,
.swal2-progress-steps .swal2-progress-step-line,
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #00943a !important; }

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step,
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: rgba(0, 148, 58, 0.3) !important; }

.swal2-styled.swal2-confirm {
  background: #00943a !important; }

.fairs-news .item {
  padding: 20px;
  border-bottom: 1px solid #b5b7c7; }

.fairs-news .item img {
  width: 100%;
  height: 350px;
  -o-object-fit: contain;
     object-fit: contain; }

.fairs-news .item .text-wrapper .title {
  font-size: 20px; }

.fairs-news .item .text-wrapper .cover-text {
  font-size: 14px;
  color: #9d9ea7; }

.fairs-news .item .text-wrapper .info {
  border: 1px solid #9d9ea7;
  padding: 2px 4px;
  border-radius: 25px;
  position: relative;
  min-height: 42px;
  vertical-align: middle;
  line-height: 35px;
  overflow: hidden;
  color: #000;
  display: inline-block; }

.fairs-news .item .text-wrapper .info::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  border-radius: 25px;
  background: #00943a;
  transition: all .5s ease-in; }

.fairs-news .item .text-wrapper .info span {
  position: relative;
  padding: 0 10px; }

.fairs-news .item .text-wrapper .info span:nth-child(2) {
  margin-left: 40px; }

.fairs-news .item .text-wrapper .info span:not(:first-child):not(:last-child):after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #9d9ea7;
  top: 0;
  right: -5px; }

.fairs-news .item .text-wrapper .info .arrow {
  border: 2px solid #00943a;
  color: #00943a;
  line-height: 32px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 0;
  z-index: 99;
  margin-left: 2px;
  transition: all .5s ease-in; }

.fairs-news .item .text-wrapper .info:hover .arrow {
  cursor: pointer;
  left: calc(100% - 40px);
  transition: all .5s ease-in;
  color: #fff;
  border-color: #fff;
  margin: 0; }

.fairs-news .item .text-wrapper .info:hover {
  border: 0;
  padding: 3px;
  color: #fff;
  transition: color 0s ease-in; }

.fairs-news .item .text-wrapper .info:hover::after {
  width: 100%; }

.detail .info {
  padding: 7px 0;
  border-bottom: 1px solid #00943a;
  margin-bottom: 10px;
  text-align: center; }

.detail .info span {
  padding: 5px 10px;
  font-size: 13px; }

.detail .info span i {
  margin-right: 5px;
  color: #00943a; }

.detail .info span:nth-child(even) {
  border-left: 1px solid #00943a;
  border-right: 1px solid #00943a; }

@-webkit-keyframes hang-on-hover {
  0% {
    -webkit-transform: translateY(6px) rotate(90deg);
            transform: translateY(6px) rotate(90deg); }
  50% {
    -webkit-transform: translateY(3px) rotate(90deg);
            transform: translateY(3px) rotate(90deg); }
  100% {
    -webkit-transform: translateY(6px) rotate(90deg);
            transform: translateY(6px) rotate(90deg); } }

@keyframes hang-on-hover {
  0% {
    -webkit-transform: translateY(6px) rotate(90deg);
            transform: translateY(6px) rotate(90deg); }
  50% {
    -webkit-transform: translateY(3px) rotate(90deg);
            transform: translateY(3px) rotate(90deg); }
  100% {
    -webkit-transform: translateY(6px) rotate(90deg);
            transform: translateY(6px) rotate(90deg); } }

@-webkit-keyframes hang-on-hover-sink {
  100% {
    -webkit-transform: translateY(6px) rotate(90deg);
            transform: translateY(6px) rotate(90deg); } }

@keyframes hang-on-hover-sink {
  100% {
    -webkit-transform: translateY(6px) rotate(90deg);
            transform: translateY(6px) rotate(90deg); } }

/*
@media print {
  #hehader .image-wrapper .logo {
    display: none !important
  }

  #hehader .image-wrapper.mini .logo {
    display: block !important
  }
}
@media (max-width:1140px) {
  #header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 5px;
    font-size: 13px;
  }
}
 */
@media (min-width: 1600px) {
  #content .square {
    width: 42vw; } }

.over {
  overflow: hidden !important; }

.mobile {
  display: none !important; }

.mobile-f {
  display: none !important; }

.desktop {
  display: block; }

.desktop-f {
  display: flex; }

.icon-menu-right {
  display: inline-block;
  width: clamp(10px, 0.84vw, 16px);
  height: 27px;
  background-size: 100% 100%;
  background-image: url(../images/icon-menu-right.svg); }

.icon-arrow-left {
  display: inline-block;
  width: 14px;
  height: 16px;
  background-size: cover;
  margin-right: 8px;
  background-image: url(../images/icon-arrow-down-menu.svg);
  -webkit-transform: rotate(90deg) translateX(3px);
          transform: rotate(90deg) translateX(3px); }

.icon-arrow-down-menu {
  display: inline-block;
  width: 13px;
  height: 15px;
  background-size: 100% 100%;
  background-image: url(../images/icon-arrow-down-menu.svg); }
  .icon-arrow-down-menu-w {
    display: inline-block;
    width: 23px;
    height: 26px;
    background-size: 100% 100%;
    background-image: url(../images/icon-arrow-down-menu-w.svg); }

.Navtop {
  width: 100%;
  z-index: 9999;
  position: fixed;
  transition: 500ms;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  border-bottom: 1px solid #C4C4C4; }
  .Navtop .navbar-brand {
    margin-top: 0;
    padding: 0; }
    .Navtop .navbar-brand img {
      height: 40px; }
  .Navtop .navbar {
    position: static;
    z-index: 99; }
    .Navtop .navbar-nav {
      transition: 400ms;
      margin-left: 40px; }
    .Navtop .navbar-collapse {
      justify-content: space-between; }
      .Navtop .navbar-collapse .nav-item {
        margin-left: 20px;
        position: static;
        align-items: center;
        display: flex;
        justify-content: center; }
        .Navtop .navbar-collapse .nav-item .nav-link {
          padding: 0 5px;
          position: relative;
          transition: all 500ms;
          display: flex;
          flex-direction: column;
          align-items: center;
          font-size: 15px;
          font-weight: 500;
          color: #616161; }
          .Navtop .navbar-collapse .nav-item .nav-link:before {
            content: "";
            display: inline-block;
            width: 0;
            height: 9px;
            background-color: #008a49;
            position: absolute;
            top: -28px;
            transition: all 500ms; }
          .Navtop .navbar-collapse .nav-item .nav-link:after {
            content: "";
            display: inline-block;
            width: 1px;
            height: 0;
            background-color: #c4c4c4;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
            bottom: -29px;
            transition: all 500ms; }
          .Navtop .navbar-collapse .nav-item .nav-link:hover {
            color: #449849;
            transition: 500ms; }
            .Navtop .navbar-collapse .nav-item .nav-link:hover:before {
              width: 100%; }
            .Navtop .navbar-collapse .nav-item .nav-link:hover:after {
              height: 25px; }
        .Navtop .navbar-collapse .nav-item .dropdown {
          background-color: #fff; }
          .Navtop .navbar-collapse .nav-item .dropdown-menu {
            position: absolute;
            top: 101%;
            right: 0;
            z-index: 1000;
            display: none;
            float: left;
            min-width: auto;
            padding: 0;
            margin: 0;
            background-color: #fff;
            border: none;
            border-radius: 0;
            border-bottom: 9px solid #008a49; }
            .Navtop .navbar-collapse .nav-item .dropdown-menu:before {
              content: "";
              display: inline-block;
              transition: 500ms;
              opacity: 1;
              position: absolute;
              left: 0;
              top: 0;
              width: 50%;
              height: 100%;
              background-color: #c4c4c4;
              z-index: -1; }
            .Navtop .navbar-collapse .nav-item .dropdown-menu-in {
              width: 100%;
              display: flex; }
            .Navtop .navbar-collapse .nav-item .dropdown-menu-item {
              position: relative;
              margin-right: 15%; }
              .Navtop .navbar-collapse .nav-item .dropdown-menu-item a {
                display: block;
                font-size: clamp(13px, 0.79vw, 15px);
                font-weight: 500;
                color: #616161;
                margin-bottom: 15px;
                transition: all 500ms; }
                .Navtop .navbar-collapse .nav-item .dropdown-menu-item a:hover {
                  color: #449849;
                  text-decoration: none;
                  transition: 500ms; }
                .Navtop .navbar-collapse .nav-item .dropdown-menu-item a.dropdown-menu-item-title {
                  color: #449849;
                  font-weight: bold; }
                .Navtop .navbar-collapse .nav-item .dropdown-menu-item a.dropdown-menu-item-subtitle {
                  font-weight: bold; }
                .Navtop .navbar-collapse .nav-item .dropdown-menu-item a.dropdown-menu-item-sm {
                  padding-left: 15px; }
              .Navtop .navbar-collapse .nav-item .dropdown-menu-item:before {
                -webkit-transform: translateX(-100%);
                        transform: translateX(-100%);
                position: absolute;
                flex-grow: 2;
                left: 0;
                top: -10px;
                content: "";
                display: inline-block;
                transition: 500ms;
                min-width: 40px;
                min-height: 112px;
                background-repeat: no-repeat;
                background-size: cover;
                background-image: url(../images/line.png); }
              .Navtop .navbar-collapse .nav-item .dropdown-menu-item:last-child {
                margin-right: 0; }
            .Navtop .navbar-collapse .nav-item .dropdown-menu-left {
              width: 20%;
              padding-right: clamp(15px, 301.57vw, 30px);
              padding-top: clamp(30px, 3vw, 50px);
              padding-bottom: clamp(30px, 3vw, 50px);
              background-color: #c4c4c4; }
              .Navtop .navbar-collapse .nav-item .dropdown-menu-left h3 {
                font-size: clamp(18px, 1.78vw, 34px);
                font-weight: 500;
                color: #fff;
                display: flex;
                align-items: center;
                justify-content: space-between; }
              .Navtop .navbar-collapse .nav-item .dropdown-menu-left p {
                font-size: clamp(13px, 0.79vw, 15px);
                font-weight: 300;
                color: #fff; }
            .Navtop .navbar-collapse .nav-item .dropdown-menu-right {
              padding-top: clamp(30px, 3vw, 50px);
              padding-bottom: clamp(30px, 3vw, 50px);
              width: 80%;
              display: flex;
              padding-left: clamp(25px, 2.71vw, 52px);
              background-color: #fff; }
            .Navtop .navbar-collapse .nav-item .dropdown-menu-catalog {
              width: 20%;
              background-color: #008A49;
              display: flex;
              flex-direction: column;
              justify-content: flex-end;
              padding: 15px;
              padding-bottom: 5%; }
              .Navtop .navbar-collapse .nav-item .dropdown-menu-catalog .Catalog {
                position: relative; }
                .Navtop .navbar-collapse .nav-item .dropdown-menu-catalog .Catalog .icon-arrow-down-menu-w {
                  margin-bottom: 20px; }
                .Navtop .navbar-collapse .nav-item .dropdown-menu-catalog .Catalog h4 {
                  font-size: 20.8px;
                  color: #FFFFFF; }
                .Navtop .navbar-collapse .nav-item .dropdown-menu-catalog .Catalog p {
                  font-weight: 300;
                  font-size: 12px;
                  color: #FFFFFF;
                  margin-bottom: 10px; }
                .Navtop .navbar-collapse .nav-item .dropdown-menu-catalog .Catalog img {
                  width: clamp(280px, 18.86vw, 362px);
                  -webkit-transform: translateX(-100px);
                          transform: translateX(-100px);
                  transition: all 500ms; }
                .Navtop .navbar-collapse .nav-item .dropdown-menu-catalog .Catalog a:hover {
                  text-decoration: none; }
                  .Navtop .navbar-collapse .nav-item .dropdown-menu-catalog .Catalog a:hover img {
                    -webkit-transform: translateX(-100px) scale(1.1);
                            transform: translateX(-100px) scale(1.1); }
            .Navtop .navbar-collapse .nav-item .dropdown-menu.product-menu .dropdown-menu-left {
              display: flex;
              flex-direction: column;
              justify-content: space-between; }
            .Navtop .navbar-collapse .nav-item .dropdown-menu.product-menu .dropdown-menu-item {
              width: 50%;
              margin-right: 0; }
              .Navtop .navbar-collapse .nav-item .dropdown-menu.product-menu .dropdown-menu-item a {
                margin-bottom: 5px; }
            .Navtop .navbar-collapse .nav-item .dropdown-menu.product-menu .dropdown-menu-right {
              flex-wrap: wrap; }
              .Navtop .navbar-collapse .nav-item .dropdown-menu.product-menu .dropdown-menu-right-in {
                width: 50%; }
                .Navtop .navbar-collapse .nav-item .dropdown-menu.product-menu .dropdown-menu-right-in .dropdown-menu-item {
                  margin-bottom: 50px; }
            .Navtop .navbar-collapse .nav-item .dropdown-menu.product-menu .dropdown-menu-right {
              width: 60%; }
            .Navtop .navbar-collapse .nav-item .dropdown-menu.product-menu:after {
              content: "";
              display: inline-block;
              transition: 500ms;
              opacity: 1;
              position: absolute;
              right: 0;
              top: 0;
              width: 50%;
              height: 100%;
              background-color: #008A49;
              z-index: -1; }
      .Navtop .navbar-collapse .active .nav-link {
        color: #449849; }
        .Navtop .navbar-collapse .active .nav-link:after {
          height: 25px; }
        .Navtop .navbar-collapse .active .nav-link:before {
          width: 100%; }
  .Navtop-language {
    position: relative;
    display: flex;
    align-items: center; }
    .Navtop-language-button {
      font-size: 15px;
      font-weight: 500;
      color: #616161;
      border: none;
      background-color: transparent;
      outline: none;
      display: flex;
      align-items: center; }
      .Navtop-language-button i {
        margin-left: 15px; }
      .Navtop-language-button:focus {
        outline: none; }
    .Navtop-language p {
      margin-right: 7px;
      font-size: 12px;
      font-weight: 300;
      line-height: 1.33;
      color: #0060a8; }
    .Navtop-language .dropdown-menu {
      padding: 0 10px;
      min-width: auto;
      left: auto;
      right: 0; }
    .Navtop-language .dropdown-item {
      font-size: 14px;
      border-bottom: 1px solid #0060a8;
      padding: 3px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .Navtop-language .dropdown-item:last-child {
        border: none; }
      .Navtop-language .dropdown-item:hover {
        background-color: #434646;
        transition: 500ms;
        color: white; }
  .Navtop-search {
    margin-right: 70px;
    position: relative; }
    .Navtop-search:before {
      content: "";
      display: inline-block;
      width: 1px;
      height: 35px;
      background-color: #c4c4c4;
      position: absolute;
      right: -18px;
      top: -5px; }
    .Navtop-search-button {
      background-color: transparent;
      display: flex;
      align-items: center;
      justify-content: center;
      border: none;
      outline: none; }
      .Navtop-search-button:focus {
        outline: none; }
      .Navtop-search-button:before {
        content: "";
        display: inline-block;
        transition: 500ms;
        width: 22px;
        height: 22px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-image: url(../images/icon-search.png); }
    .Navtop-search-in {
      position: fixed;
      left: 0;
      right: 0;
      top: 80px;
      background-color: white;
      opacity: 0;
      transition: 400ms;
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
      pointer-events: none; }
    .Navtop-search-inner {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .Navtop-search-input {
      height: 60px;
      border: none; }
      .Navtop-search-input:focus {
        box-shadow: none; }
    .Navtop-search-submit {
      background-color: transparent;
      transition: 500ms;
      display: flex;
      align-items: center;
      justify-content: center;
      border: none;
      outline: none; }
      .Navtop-search-submit:focus {
        outline: none; }
      .Navtop-search-submit:before {
        content: "";
        display: inline-block;
        transition: 500ms;
        width: 22px;
        height: 22px;
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-image: url(../images/icon-search.svg); }
      .Navtop-search-submit:hover {
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
        transition: 500ms; }
    .Navtop-search-active .Navtop-search-in {
      opacity: 1;
      transition: 400ms;
      -webkit-transform: translateX(0);
              transform: translateX(0);
      pointer-events: auto; }
    .Navtop-search-active .Navtop-search-button:before {
      background-image: url(../images/icon-close.svg); }
  .Navtop-right {
    display: flex; }
  .Navtop-ic {
    position: relative;
    background-color: #fff; }
    .Navtop-ic .navbar-collapse .nav-item .nav-link {
      color: #7f7f7f; }

.icon-menu {
  z-index: 999;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  width: 40px;
  cursor: pointer;
  border: none;
  outline: none;
  box-shadow: none; }
  .icon-menu:focus {
    outline: none;
    box-shadow: none; }
  .icon-menu span {
    display: block;
    background: #000;
    border-radius: 10px;
    height: 4px;
    margin: 3px 0;
    transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6); }
    .icon-menu span:nth-of-type(1) {
      width: 50%; }
    .icon-menu span:nth-of-type(2) {
      width: 100%; }
    .icon-menu span:nth-of-type(3) {
      width: 75%; }
  .icon-menu-active:before {
    background-image: url(../images/cancel.png); }
  .icon-menu-active span:nth-of-type(1) {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: rotatez(45deg) translate(5px, 1px);
            transform: rotatez(45deg) translate(5px, 1px); }
  .icon-menu-active span:nth-of-type(2) {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: rotatez(-45deg);
            transform: rotatez(-45deg); }
  .icon-menu-active span:nth-of-type(3) {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    width: 50%;
    -webkit-transform: translate(12px, -6px) rotatez(45deg);
            transform: translate(12px, -6px) rotatez(45deg); }

.Navbottom {
  position: relative;
  z-index: 99;
  background-color: #fff; }
  .Navbottom-in {
    display: flex;
    justify-content: space-between; }
  .Navbottom h6 {
    font-size: clamp(14px, 0.79vw, 15px);
    font-weight: 600;
    color: #449849; }
  .Navbottom ul {
    padding: 0;
    padding-bottom: 15px;
    list-style: none; }
    .Navbottom ul a {
      font-size: clamp(13px, 0.79vw, 15px);
      font-weight: 400;
      color: #616161;
      cursor: pointer;
      transition: all 500ms; }
      .Navbottom ul a:hover {
        color: #449849;
        text-decoration: none; }
  .Navbottom-left {
    display: flex;
    justify-content: space-between;
    width: 66%; }
    .Navbottom-left-item {
      border-right: solid 1px #c4c4c4;
      width: 30%;
      padding: 30px 10px 30px 0; }
      .Navbottom-left-item:last-child {
        border-right: 0; }
      .Navbottom-left-item p {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 14px;
        font-weight: 100;
        line-height: 1.86;
        letter-spacing: -0.56px;
        color: #52bdca; }
  .Navbottom-right {
    width: 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #c4c4c4; }
    .Navbottom-right-newsletter {
      padding: 30px; }
      .Navbottom-right-newsletter h4 {
        font-size: clamp(17px, 1.04vw, 20px);
        font-weight: 500;
        color: #449849;
        margin-bottom: 10px; }
      .Navbottom-right-newsletter p {
        max-width: 364px;
        font-size: clamp(14px, 0.84vw, 16px);
        font-weight: 500;
        color: #171717;
        margin-bottom: 15px; }
      .Navbottom-right-newsletter form {
        display: flex;
        flex-direction: column; }
        .Navbottom-right-newsletter form input {
          width: 100%;
          height: 40px;
          border-radius: 4px;
          border: solid 1px #adadad;
          background-color: #fff;
          font-size: clamp(14px, 0.84vw, 16px);
          font-weight: normal;
          line-height: 1.4;
          color: #171717;
          padding-left: 15px;
          margin-bottom: clamp(15px, 1.57vw, 30px);
          flex-shrink: 0; }
          .Navbottom-right-newsletter form input:focus-visible {
            outline: 1px solid #fff; }
          .Navbottom-right-newsletter form input::-webkit-input-placeholder {
            color: #171717; }
          .Navbottom-right-newsletter form input:-ms-input-placeholder {
            color: #171717; }
          .Navbottom-right-newsletter form input::-ms-input-placeholder {
            color: #171717; }
          .Navbottom-right-newsletter form input::placeholder {
            color: #171717; }
        .Navbottom-right-newsletter form label {
          display: flex;
          align-items: center;
          margin-bottom: clamp(15px, 1.57vw, 30px); }
          .Navbottom-right-newsletter form label input {
            width: clamp(20px, 1.25vw, 24px);
            height: clamp(20px, 1.25vw, 24px);
            margin-right: 15px;
            cursor: pointer; }
            .Navbottom-right-newsletter form label input:checked {
              background: red; }
          .Navbottom-right-newsletter form label p {
            max-width: 350px;
            font-size: clamp(12px, 0.84vw, 16px);
            font-weight: 400;
            color: #171717;
            margin-bottom: 0; }
            .Navbottom-right-newsletter form label p a {
              color: #449849;
              transition: all 500ms; }
              .Navbottom-right-newsletter form label p a:hover {
                color: #449849; }
        .Navbottom-right-newsletter form button {
          width: 100%;
          height: 40px;
          border-radius: 4px;
          border: solid 1px #449849;
          background-color: #449849;
          font-size: clamp(17px, 1.04vw, 20px);
          font-weight: 500;
          color: #fff;
          cursor: pointer;
          transition: all 500ms; }
          .Navbottom-right-newsletter form button:hover {
            background-color: #fff;
            color: #000; }
  .Navbottom-menu {
    border-top: solid 1px #c4c4c4;
    padding-top: 20px;
    padding-bottom: 20px; }
    .Navbottom-menu ul {
      padding: 0; }
    .Navbottom-menu-in {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .Navbottom-menu-in ul {
        display: flex;
        align-items: center; }
      .Navbottom-menu-in li {
        margin-right: 25px; }
    .Navbottom-menu p {
      font-size: 15px;
      font-weight: 400;
      color: #449849;
      margin-bottom: 0; }
    .Navbottom-menu .logo-gray {
      width: 140px;
      -webkit-filter: invert(87%) grayscale(0) sepia(0%) saturate(0%) hue-rotate(18deg) brightness(1%) contrast(2%);
              filter: invert(87%) grayscale(0) sepia(0%) saturate(0%) hue-rotate(18deg) brightness(1%) contrast(2%);
      transition: all 200ms; }
      .Navbottom-menu .logo-gray:hover {
        -webkit-filter: none;
                filter: none; }
    .Navbottom-menu a {
      font-size: 14px;
      font-weight: 100;
      line-height: 1.43;
      letter-spacing: -0.56px;
      color: white; }
    .Navbottom-menu-social {
      display: flex;
      align-items: center; }
      .Navbottom-menu-social h5 {
        font-size: 15px;
        font-weight: 300;
        color: #5e6060;
        margin-right: 15px;
        margin-bottom: 0; }
      .Navbottom-menu-social a {
        font-size: 15px;
        margin-right: 6px;
        border-radius: 50%;
        background-color: #616161;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        transition: all 300ms; }
        .Navbottom-menu-social a:hover {
          background-color: #449849;
          color: #fff;
          text-decoration: none; }
        .Navbottom-menu-social a:last-child {
          margin-right: 0; }
  .Navbottom-copy {
    font-size: 15px;
    font-weight: 300;
    color: #5e6060 !important; }
    .Navbottom-copy a {
      color: #5e6060 !important; }

#product-detail .product-image .image-wrapper #coverPreview {
  width: 100%; }

.masonry .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: clamp(250px, 16.7vw, 320px);
  justify-content: center; }

#press-kit-table tfoot th select, #press-kit-table tfoot th input {
  width: 100%;
  height: 40px; }

.dataTables_wrapper.container-fluid {
  padding: 0 !important; }

.table-responsive {
  overflow: hidden; }

#similar-product .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: clamp(250px, 16.7vw, 320px);
  justify-content: center; }

@media (max-width: 991px) {
  .masonry .item {
    height: clamp(350px, 16.7vw, 320px); }
  table.table-bordered.dataTable td, table.table-bordered.dataTable th {
    font-size: 12px; }
  table.table-bordered.dataTable tbody td, table.table-bordered.dataTable tbody th {
    font-size: 12px; }
  .table-responsive {
    overflow: scroll; } }

@media (max-width: 768px) {
  .masonry .item {
    height: unset; }
  .masonry .item img {
    max-width: 55%; } }

@media (max-width: 991px) {
  .mobil-top-header {
    margin-top: 73px; }
  .mobile {
    display: block !important; }
  .mobile-f {
    display: flex !important; }
  .desktop {
    display: none !important; }
  .Navtop {
    padding-left: 0;
    height: auto;
    top: 0; }
    .Navtop .navbar {
      padding: 0px; }
      .Navtop .navbar-brand img {
        height: 30px; }
      .Navtop .navbar-nav {
        margin-left: auto;
        margin-right: auto;
        align-items: center;
        justify-content: center;
        z-index: 9; }
      .Navtop .navbar-collapse {
        border-top: 1px solid #00000020;
        position: fixed;
        left: 0;
        right: 0;
        top: 72px;
        bottom: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        transition: 300ms;
        opacity: 0;
        pointer-events: none;
        padding-top: 10vh;
        -webkit-transform: translateY(50px);
                transform: translateY(50px); }
        .Navtop .navbar-collapse:before {
          content: "";
          display: inline-block;
          transition: 500ms;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-color: #008a49; }
        .Navtop .navbar-collapse-active {
          pointer-events: auto;
          transition: 300ms;
          opacity: 1;
          -webkit-transform: translateY(0);
                  transform: translateY(0); }
        .Navtop .navbar-collapse .nav-item {
          margin-left: 0;
          margin-bottom: 4vh; }
          .Navtop .navbar-collapse .nav-item .nav-link {
            padding: 0 5px;
            font-size: 20px;
            color: #ffffff; }
            .Navtop .navbar-collapse .nav-item .nav-link:before, .Navtop .navbar-collapse .nav-item .nav-link:after {
              display: none; }
            .Navtop .navbar-collapse .nav-item .nav-link:hover {
              color: white;
              transition: 500ms; }
          .Navtop .navbar-collapse .nav-item .dropdown-menu {
            position: absolute;
            top: 0;
            padding: 0;
            padding-top: 30px;
            overflow-y: scroll;
            bottom: 0; }
            .Navtop .navbar-collapse .nav-item .dropdown-menu:before {
              display: none; }
            .Navtop .navbar-collapse .nav-item .dropdown-menu-in {
              min-height: 700px;
              flex-direction: column;
              justify-content: flex-start; }
            .Navtop .navbar-collapse .nav-item .dropdown-menu-item {
              margin-bottom: 0;
              display: flex;
              flex-direction: column;
              align-items: center;
              width: 100%;
              margin-right: 0; }
              .Navtop .navbar-collapse .nav-item .dropdown-menu-item-in {
                width: 100%;
                display: flex;
                flex-direction: column;
                flex-wrap: wrap; }
              .Navtop .navbar-collapse .nav-item .dropdown-menu-item img {
                padding-left: 0;
                width: 72px;
                height: 72px;
                -o-object-fit: contain;
                   object-fit: contain; }
              .Navtop .navbar-collapse .nav-item .dropdown-menu-item h6 {
                width: 100%;
                margin-top: 10px;
                margin-bottom: 5px; }
              .Navtop .navbar-collapse .nav-item .dropdown-menu-item a {
                width: 100%;
                line-height: 1.6; }
              .Navtop .navbar-collapse .nav-item .dropdown-menu-item:before {
                display: none; }
            .Navtop .navbar-collapse .nav-item .dropdown-menu-left {
              padding: 0;
              width: 100%;
              background-color: transparent; }
              .Navtop .navbar-collapse .nav-item .dropdown-menu-left h3 {
                font-size: clamp(16px, 1.78vw, 34px);
                color: #000; }
              .Navtop .navbar-collapse .nav-item .dropdown-menu-left p {
                font-size: clamp(13px, 0.79vw, 15px);
                color: #000; }
            .Navtop .navbar-collapse .nav-item .dropdown-menu-right {
              width: 100%;
              flex-direction: column;
              padding: 0; }
            .Navtop .navbar-collapse .nav-item .dropdown-menu-catalog {
              width: 100%; }
              .Navtop .navbar-collapse .nav-item .dropdown-menu-catalog .Catalog img {
                -webkit-transform: translateX(0);
                        transform: translateX(0); }
              .Navtop .navbar-collapse .nav-item .dropdown-menu-catalog .Catalog a:hover img {
                -webkit-transform: scale(1.1);
                        transform: scale(1.1); }
            .Navtop .navbar-collapse .nav-item .dropdown-menu.product-menu .dropdown-menu-right {
              width: 100%; }
            .Navtop .navbar-collapse .nav-item .dropdown-menu.product-menu:after {
              display: none; }
        .Navtop .navbar-collapse .dropdown-close {
          background-color: transparent;
          color: #000;
          position: absolute;
          right: 15px;
          top: 15px;
          z-index: 9990;
          opacity: 0;
          border: none;
          display: flex;
          align-items: center; }
          .Navtop .navbar-collapse .dropdown-close-active {
            opacity: 1; }
          .Navtop .navbar-collapse .dropdown-close:hover .icon-arrow-left {
            -webkit-transform: rotate(90deg) translate(3px, 5px);
                    transform: rotate(90deg) translate(3px, 5px); }
    .Navtop-language {
      flex-direction: column;
      margin-right: 0;
      -webkit-transform: translateY(-30px);
              transform: translateY(-30px); }
      .Navtop-language-button {
        width: 100%;
        height: 44px;
        font-size: 16px;
        color: white; }
        .Navtop-language-button:hover, .Navtop-language-button:focus {
          color: white;
          transition: 500ms; }
      .Navtop-language p {
        margin-bottom: 10px;
        color: #434646; }
      .Navtop-language .dropdown-menu {
        padding: 0 0;
        min-width: auto;
        left: auto;
        right: auto;
        width: 100%; }
      .Navtop-language .dropdown-item {
        font-size: 14px;
        border-bottom: 1px solid #0060a8;
        padding: 3px 5px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .Navtop-language .dropdown-item:last-child {
          border: none; }
        .Navtop-language .dropdown-item:hover {
          background-color: #434646;
          transition: 500ms;
          color: white; }
    .Navtop-search {
      margin-right: 0;
      position: static;
      margin-bottom: 30px; }
      .Navtop-search:before {
        display: none; }
      .Navtop-search-button:before {
        -webkit-filter: invert(1);
                filter: invert(1); }
      .Navtop-search-in {
        top: 0; }
    .Navtop-right {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      align-items: flex-end;
      justify-content: center; }
  .Navbottom {
    padding-top: 25px; }
    .Navbottom-in {
      justify-content: center;
      flex-direction: column;
      padding-bottom: 25px; }
    .Navbottom-left {
      width: 100%;
      flex-wrap: wrap;
      margin-bottom: 20px; }
      .Navbottom-left-item {
        width: 48%;
        margin-bottom: 0;
        border: none;
        padding: 0; }
        .Navbottom-left-item:last-child ul {
          margin-bottom: 0;
          padding-bottom: 0; }
    .Navbottom-right {
      width: 100%;
      border: none; }
      .Navbottom-right-menu {
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        .Navbottom-right-menu-column {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          margin-right: 0;
          margin-bottom: 30px;
          width: 100%; }
          .Navbottom-right-menu-column ul {
            width: 100%; }
          .Navbottom-right-menu-column p {
            text-align: center; }
          .Navbottom-right-menu-column li {
            text-align: center; }
            .Navbottom-right-menu-column li.link-sm {
              justify-content: center; }
      .Navbottom-right-newsletter {
        padding: 0; }
    .Navbottom-menu-in {
      flex-direction: column-reverse; }
    .Navbottom-menu p {
      margin-top: 10px; }
    .Navbottom-menu-social {
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; }
      .Navbottom-menu-social h5 {
        width: 100%;
        text-align: center;
        margin-bottom: 10px; }
    .Navbottom .copy {
      padding: 15px 20px; }
      .Navbottom .copy-in {
        flex-direction: column;
        align-items: center;
        justify-content: center; } }

@media (max-width: 1200px) {
  .Navtop .navbar-collapse .nav-item .dropdown-menu:before {
    width: clamp(290px, 25%, 480px); } }
