.r {
  color: rgba(33, 33, 33, 0.3);
}

.text-blue {
  color: #11A9ED;
}
.text-blue p {
  color: #009ADE;
}

.purple {
  color: #665EB0;
}

.text-yellow {
  color: #FFCF1F;
}

.text-blue-dark {
  color: #4562D8;
}

.text-purple {
  color: #4562D8;
}

.text-blue-title {
  color: #11A9ED;
}

.text_blue_menu {
  color: #009ADE;
}

.bg_blue_p {
  background-color: #009ADE;
}

.bg_yellow_p {
  background-color: #FFCF1F;
}

.bg_red_p {
  background-color: #FE3B1F;
}

.bg-light-blue {
  background-color: rgba(198, 232, 252, 0.3);
}

.text-lilac {
  color: #b8afe4;
}

.text-green {
  color: #A2CF44;
}

.bg-pastel-blue {
  background-color: #C6E8FC;
  color: #4562D8;
}

.text-peach {
  color: #FC9083;
}

.text-peach-dark {
  color: #FF6552;
}

.bg-blue-num {
  background-color: #44c5f5;
}

.text-white {
  color: white;
}

.text-gluig {
  color: #24BEB2;
}

.bg-gluing {
  background-color: #24BEB2;
}

.text-correcting {
  color: #bc4094;
}

.text-yellow-school {
  color: #FFB01B;
}

.bg_light_silver {
  background-color: #F8F8F9;
}

.bg_gray_dis {
  background-color: #F2F2F3;
}

._togglePrs a._underlineSpan[aria-expanded=true] {
  color: #064696;
}
._togglePrs a._underlineSpan[aria-expanded=true] span {
  color: #064696;
}
._togglePrs a._underlineSpan[aria-expanded=false] {
  color: #BFBFBF;
}

._footer_menus {
  list-style: none;
  padding: 5px 0;
}
._footer_menus li {
  list-style: none;
  padding: 5px 0;
}
._footer_menus > .nav-item {
  display: inline-block;
  position: relative;
  vertical-align: top;
  padding: 5px 15px;
}
._footer_menus > .nav-item .sub-menu-no-link {
  font-size: 1.125rem;
  font-weight: 800;
  color: #c6e8fc;
  margin: 0 0 5px 0;
  padding: 0;
}
._footer_menus > .nav-item .sub-menu-no-link.nav-link_spacer_f {
  color: #064696;
  visibility: hidden;
}
._footer_menus > .nav-item .sub-menu {
  display: block;
  position: relative;
}
._footer_menus > .nav-item .sub-menu .sub-links {
  padding: 0;
}
._footer_menus > .nav-item .sub-menu .sub-links .nav-item {
  padding: 6px 0;
}
._footer_menus > .nav-item .sub-menu .sub-links .nav-item .sub-link.active {
  font-weight: bold;
}

.main_navbar .navbar-nav .nav-item.active > a, .main_navbar .navbar-nav .nav-item:hover > a, .main_navbar .navbar-nav .nav-item:target > a, .main_navbar .navbar-nav .nav-item:focus > a {
  font-weight: bold;
  color: #064696;
}
.main_navbar .navbar-nav .nav-item .sub_level2 .nav-item.active > a, .main_navbar .navbar-nav .nav-item .sub_level2 .nav-item:hover > a, .main_navbar .navbar-nav .nav-item .sub_level2 .nav-item:target > a, .main_navbar .navbar-nav .nav-item .sub_level2 .nav-item:focus > a {
  font-weight: bold !important;
  color: #064696 !important;
}

._topModSearchFinder .input-group ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #44c5f5;
}
._topModSearchFinder .input-group ::-moz-placeholder {
  /* Firefox 19+ */
  color: #44c5f5;
}
._topModSearchFinder .input-group :-ms-input-placeholder {
  /* IE 10+ */
  color: #44c5f5;
}
._topModSearchFinder .input-group :-moz-placeholder {
  /* Firefox 18- */
  color: #44c5f5;
}
._topModSearchFinder .input-group .search-query {
  max-width: 120px;
  height: 28px;
  font-size: 14px;
  border-bottom-left-radius: 35px;
  border-top-left-radius: 35px;
  border-color: rgba(255, 255, 255, 0);
  background-color: white;
  color: #44c5f5;
}
._topModSearchFinder .input-group .search-query:focus, ._topModSearchFinder .input-group .search-query:target {
  box-shadow: none;
  color: #064696;
}
._topModSearchFinder .input-group > div button {
  padding: 4px 10px;
  min-width: auto;
  height: 28px;
  border-color: rgba(255, 255, 255, 0);
  background-color: white;
  color: #44c5f5;
}
._topModSearchFinder .input-group > div button:hover, ._topModSearchFinder .input-group > div button:target {
  color: #064696;
}

._bottomModSearchFinder {
  padding: 15px 0;
  margin: 25px auto;
}
._bottomModSearchFinder .input-group ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #44c5f5;
}
._bottomModSearchFinder .input-group ::-moz-placeholder {
  /* Firefox 19+ */
  color: #44c5f5;
}
._bottomModSearchFinder .input-group :-ms-input-placeholder {
  /* IE 10+ */
  color: #44c5f5;
}
._bottomModSearchFinder .input-group :-moz-placeholder {
  /* Firefox 18- */
  color: #44c5f5;
}
._bottomModSearchFinder .input-group .search-query {
  height: 28px;
  font-size: 14px;
  border-radius: 0;
  border-bottom: 1px solid #064696;
  background-color: white;
  border-right: none;
  border-top: none;
  border-left: none;
  color: #44c5f5;
  transition: all 400ms ease-in-out;
}
._bottomModSearchFinder .input-group .search-query:focus, ._bottomModSearchFinder .input-group .search-query:target {
  box-shadow: none;
  color: #064696;
  border-bottom-width: 2px;
}
._bottomModSearchFinder .input-group .input-group-append button {
  padding: 4px 10px;
  min-width: auto;
  height: 28px;
  border-color: #064696;
  background-color: white;
  color: #44c5f5;
  border-radius: 35px;
}
._bottomModSearchFinder .input-group .input-group-append button:hover, ._bottomModSearchFinder .input-group .input-group-append button:target {
  color: #064696;
}
._bottomModSearchFinder .input-group > div {
  margin-left: 25px;
}

._linksCats li a:hover, ._linksCats li a:active {
  text-decoration: none;
  outline: none;
}
._linksCats li a span {
  display: block;
  width: 100%;
}
._linksCats li a span i {
  font-size: 50px;
  line-height: 0;
}
._linksCats li.active, ._linksCats li:hover {
  font-weight: 800;
}
._linksCats li.yellow {
  color: #FFCF1F;
}
._linksCats li.yellow a:hover, ._linksCats li.yellow a:active {
  color: #FFCF1F;
}
._linksCats li.yellow.active {
  color: #FFCF1F;
}
._linksCats li.yellow.active a {
  color: #FFCF1F;
}
._linksCats li.purple {
  color: #665EB0;
}
._linksCats li.purple a:hover, ._linksCats li.purple a:active {
  color: #665EB0;
}
._linksCats li.purple.active {
  color: #665EB0;
}
._linksCats li.purple.active a {
  color: #665EB0;
}
._linksCats li.orange {
  color: #FF6552;
}
._linksCats li.orange a:hover, ._linksCats li.orange a:active {
  color: #FF6552;
}
._linksCats li.orange.active {
  color: #FF6552;
}
._linksCats li.orange.active a {
  color: #FF6552;
}

.bg_accessory_img {
  background-color: #F8F8F9;
}

._box_accessories_item {
  padding: 10px;
  margin-bottom: 35px;
}
._box_accessories_item a {
  display: block;
  position: relative;
  background-color: #F8F8F9;
  max-height: 304px;
  overflow: hidden;
}
._box_accessories_item a:hover, ._box_accessories_item a:target, ._box_accessories_item a:active {
  text-decoration: none;
  outline: none;
}
._box_accessories_item a img {
  display: block;
  width: 100%;
  border: none;
}
._box_accessories_item h2 {
  text-align: center;
  margin: 25px 0;
  font-weight: 800;
  font-size: 1.125rem;
  color: #BFBFBF;
}
._box_accessories_item h2 a {
  color: #BFBFBF;
  background-color: transparent;
}
._box_accessories_item ._colors {
  display: block;
  position: relative;
  text-align: center;
}
._box_accessories_item ._colors ._colorDot {
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  margin: 3px 4px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.32);
  cursor: pointer;
}
._box_accessories_item ._colors ._colorDot._black {
  background-color: black;
}

._lineProducts {
  min-height: 230px;
  text-align: center;
}
._lineProducts > div {
  min-height: 210px;
  display: flex;
}
._lineProducts > div a {
  display: flex;
  margin: auto;
}
._lineProducts img {
  display: flex;
  margin: auto;
  max-height: 200px !important;
  height: auto;
  max-width: 200px !important;
}

.moduletable._bg-module-yellow {
  background-color: #FFCF1F;
  padding: 8% 0;
}
.moduletable._bg-module-yellow ._icon_end {
  margin-top: 0;
  text-align: center;
}
.moduletable._bg-module-yellow._ico2L ._icon_end h1 span {
  color: #FDC65D;
  top: 33%;
  right: -7%;
}
.moduletable._bg-module-orange {
  background-color: #FF6552;
  padding: 8% 0;
}
.moduletable._bg-module-orange ._icon_end {
  margin-top: 0;
  text-align: center;
}
.moduletable._bg-module-orange._ico2L ._icon_end h1 span {
  color: #FF6552;
  top: 33%;
  right: -7%;
}

.owl-carousel {
  display: flex !important;
  flex-direction: row;
  justify-content: center;
}
.owl-carousel .owl-item img {
  margin: 0 auto;
  width: auto;
  display: block;
}
.owl-carousel .owl-item .item ._arti-slider img, .owl-carousel .owl-item .item._arti-slider img {
  width: unset;
  max-width: 175px;
  height: auto;
}
.owl-carousel._sl_pk_home .owl-item img {
  width: 100%;
}

._slider_item ._click_selection img {
  width: auto !important;
}

._sl_branded {
  position: relative;
}
._sl_branded ._sl_branded_art {
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  max-width: 300px;
}
._sl_branded ._sl_branded_art a {
  display: block;
  text-decoration: none;
  color: #BFBFBF;
}
._sl_branded ._sl_branded_art a:hover {
  text-decoration: none;
  outline: none;
}
._sl_branded ._sl_branded_art img {
  display: block;
  height: auto;
  width: 100%;
}
._sl_branded ._sl_branded_art ._title {
  display: block;
  text-align: center;
  margin: 10px auto;
  padding: 5px;
  width: 100%;
  color: #BFBFBF;
}
._sl_branded .owl-nav .owl-prev, ._sl_branded .owl-nav .owl-next {
  position: absolute;
  top: 33%;
}
._sl_branded .owl-nav .owl-prev i, ._sl_branded .owl-nav .owl-next i {
  font-size: 1.2rem;
  color: #44c5f5;
}
._sl_branded .owl-nav .owl-next {
  right: -2%;
}
._sl_branded .owl-nav .owl-prev {
  left: -2%;
}

.view-category .view-article ._space_generic > img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

._full_width_img {
  display: block;
  width: 100%;
  padding: 3% 0;
  position: relative;
  z-index: auto;
}
._full_width_img img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.view-article ._header[style], .view-category ._header[style] {
  background: transparent;
}

._tips ._t_art {
  padding: 10px;
  display: flex;
  width: 100%;
  margin: 5px auto;
  height: 100%;
}
._tips ._t_art img {
  margin: auto;
  max-width: 100px;
  display: block;
  width: 100%;
  height: auto;
}
._tips._q0 ._t_art {
  background-color: #FC9083;
}
._tips._q10 ._t_art, ._tips._q15 ._t_art {
  background-color: #FFB01B;
}
._tips._q20 ._t_art, ._tips._q25 ._t_art, ._tips._q30 ._t_art {
  background-color: #A2CF44;
}

._sliders_pk {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
._sliders_pk ._pk_slider_home {
  position: relative;
}
._sliders_pk ._pk_slider_home .owl-item img {
  width: 100%;
}
._sliders_pk ._pk_slider_home .owl-nav .owl-prev, ._sliders_pk ._pk_slider_home .owl-nav .owl-next {
  position: absolute;
  top: 45%;
}
._sliders_pk ._pk_slider_home .owl-nav .owl-prev i, ._sliders_pk ._pk_slider_home .owl-nav .owl-next i {
  font-size: 2.2rem;
  color: #44c5f5;
}
._sliders_pk ._pk_slider_home .owl-nav .owl-next {
  right: 1%;
}
._sliders_pk ._pk_slider_home .owl-nav .owl-prev {
  left: 1%;
}

._header_cat {
  position: relative;
  width: 100%;
}
._header_cat img {
  display: block;
  margin: 0 auto;
  max-width: 1920px;
  height: auto;
  width: 100%;
}
._header_cat ._bg-yellow-cat-slider {
  background-color: #FFCF1F;
}
._header_cat ._bg-yellow-cat-slider ._pk_ts_title h1 {
  color: white;
}

.text-blue-title a {
  color: #44c5f5;
  transition: all 400ms ease;
  text-decoration: none;
}
.text-blue-title a:hover, .text-blue-title a:target, .text-blue-title a:active {
  color: #064696;
  text-decoration: none;
  outline: none;
}

._spacer_article_intro {
  min-height: 400px;
  padding-top: 5%;
  padding-bottom: 5%;
}

._spacer_subcat_intro {
  min-height: 300px;
  padding-top: 4%;
  padding-bottom: 4%;
}

.bg-blue-flex {
  background-color: #064696;
}

.text-blue-sky {
  color: #c6e8fc;
}

._teachers_blog_body_text video {
  display: flex;
  width: 100%;
  height: auto;
}
._teachers_blog_body_text h1 {
  color: #11A9ED;
  font-size: 1.85rem;
}
._teachers_blog_body_text h2 {
  color: #064696;
  font-size: 1.85rem;
}
._teachers_blog_body_text h3, ._teachers_blog_body_text h4, ._teachers_blog_body_text h5, ._teachers_blog_body_text h6 {
  font-size: 1.563rem;
  color: #44c5f5;
}

._cat_items {
  padding: 2%;
  display: block;
  width: 100%;
  margin: 20px auto;
  position: relative;
}

.items-cats > .container > .bg_yellow_p {
  position: relative;
  z-index: 10;
}
.items-cats > .container > .bg_yellow_p:before, .items-cats > .container > .bg_yellow_p:after {
  position: absolute;
  height: 100%;
  width: 200%;
  z-index: 0;
  background-color: #FFCF1F;
  content: " ";
  top: 0;
}
.items-cats > .container > .bg_yellow_p:before {
  right: 0;
}
.items-cats > .container > .bg_yellow_p:after {
  left: 0;
}
.items-cats > .container > .bg_yellow_p > .container {
  position: relative;
  z-index: 20;
}
.items-cats > .container > .bg-blue-num {
  position: relative;
  z-index: 10;
}
.items-cats > .container > .bg-blue-num:before, .items-cats > .container > .bg-blue-num:after {
  position: absolute;
  height: 100%;
  width: 200%;
  z-index: 0;
  background-color: #44c5f5;
  content: " ";
  top: 0;
}
.items-cats > .container > .bg-blue-num:before {
  right: 0;
}
.items-cats > .container > .bg-blue-num:after {
  left: 0;
}
.items-cats > .container > .bg-blue-num > .container {
  position: relative;
  z-index: 20;
}

.text-purple-main {
  color: #4562D8;
}

.text-blue-sky-2 {
  color: #11A9ED;
}

._bg_sky_teachers {
  background-color: #C6E8FC;
}

._introTeachers {
  margin: 25px auto;
  position: relative;
  display: block;
}
._introTeachers .owl-carousel {
  position: relative;
}
._introTeachers .owl-carousel .owl-dots {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  text-align: center;
}
._introTeachers .owl-carousel .owl-dots .owl-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #C6E8FC;
  background-color: white;
  margin: 3px;
  padding: 2px;
}
._introTeachers .owl-carousel .owl-dots .owl-dot:target, ._introTeachers .owl-carousel .owl-dots .owl-dot:active, ._introTeachers .owl-carousel .owl-dots .owl-dot:focus {
  outline: none;
  text-decoration: none;
  box-shadow: none;
}
._introTeachers .owl-carousel .owl-dots .owl-dot.active {
  background-color: #C6E8FC;
}
._introTeachers ._teachers_cat_readmore .btn-outline-blue {
  color: #064696;
  border-color: #064696;
}
._introTeachers ._teachers_cat_readmore .btn-outline-blue:hover {
  background-color: #064696 !important;
  text-decoration: none;
  box-shadow: none;
  outline: none;
  color: white;
}
._introTeachers ._teachersDescriptionIntro {
  color: #064696;
  display: block;
  margin: 15px 0;
}

._filterNItems {
  display: block;
  width: 100%;
  margin: 60px auto 30px;
  padding: 20px 0;
}
._filterNItems ._lineSeparatorSpacer {
  border-color: #11A9ED;
}
._filterNItems ._filterSelections .form-group {
  position: relative;
}
._filterNItems ._filterSelections .form-group .form-control {
  border-radius: 35px;
  width: 100%;
  cursor: pointer;
  background-color: #F8F8F9;
  background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
  display: grid;
  grid-template-areas: "select";
  align-items: center;
}
._filterNItems ._filterSelections .form-group .form-control:after {
  content: "";
  width: 0.8em;
  height: 0.5em;
  background-color: var(--select-arrow);
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  grid-area: select;
  justify-self: end;
  z-index: 20;
}
._filterNItems ._filterSelections .form-group .form-control:focus + .focus {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid var(--select-focus);
  border-radius: inherit;
}

._subCatItems {
  height: 100%;
  display: block;
  margin: 0 auto 15px;
}
._subCatItems .page-header h3 {
  color: #158ACC;
  font-size: 20px;
}
._subCatItems .page-header h3 a {
  color: #158ACC;
}
._subCatItems ._teachers_info_items_cat .category-name {
  color: #58539F;
  font-size: 14px;
  font-weight: bold;
}
._subCatItems ._teachers_info_items_cat .category-name a {
  color: #58539F;
}
._subCatItems ._itemArt {
  display: block;
  min-height: 191px;
  margin-bottom: 10px;
}
._subCatItems ._itemInfos {
  display: block;
  min-height: 100px;
  margin-bottom: 10px;
}

._subCatLinks {
  color: #064696;
}
._subCatLinks ._teachers_cat_readmore {
  color: #064696;
}
._subCatLinks ._teachers_cat_readmore a {
  color: #064696;
}
._subCatLinks ._teachers_cat_readmore .btn-outline-blue {
  border-color: #064696;
  color: #064696;
}
._subCatLinks ._teachers_cat_readmore .btn-outline-blue:hover {
  background-color: #064696;
  color: white;
}

._teachersBlogDetails .article-info {
  color: #FFCF1F;
  font-weight: bold;
}
._teachersBlogDetails .article-info a {
  color: #7A7C80;
  font-weight: normal;
}

._ytWrapperVideo {
  position: relative;
  height: 0;
  padding-bottom: calc(var(--aspect-ratio, .5625) * 100%);
}
._ytWrapperVideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.teachersModuleShop {
  display: block;
  position: relative;
  width: 100%;
  background-color: #F8F8F8;
  min-height: 150px;
  margin: 4% auto;
}
.teachersModuleShop ._contentShopTeachers {
  padding: 25px 10px;
  text-align: center;
}
.teachersModuleShop ._contentShopTeachers p {
  margin: 25px 0;
}
.teachersModuleShop ._contentShopTeachers a {
  padding: 4px 10px;
  min-width: auto;
  height: 28px;
  border: 1px solid #064696;
  background-color: transparent;
  color: #064696;
  border-radius: 35px;
}
.teachersModuleShop ._contentShopTeachers a:hover {
  color: #fff;
  border-color: #064696;
  background-color: #064696;
  text-decoration: none;
  outline: none;
}

._page404 h4 span {
  display: none;
}

._mh530 {
  min-height: 498px;
}

._pk_ts_title {
  color: #064696;
}

.view-article .btn_floating a {
  left: 50%;
  transform: translateX(-50%);
}

._icon_end h1 span {
  right: unset !important;
}
._icon_end h1 span.highlight {
  position: relative;
}
._icon_end h1 span:last-child {
  right: unset !important;
}

.blog_full_width ._bg-yellow-cat-slider {
  background-color: #FFCF1F;
}

._intPrsBtns {
  padding: 4px;
  font-size: 1.563rem;
  text-align: center;
}
._intPrsBtns a {
  white-space: nowrap;
  color: #BFBFBF;
  font-weight: 800;
}
._intPrsBtns a:hover {
  color: #636666;
}

._navTools .mod-languages ._countrySelect a img {
  max-width: 35px;
  border-radius: 4px;
  margin-right: 5px;
  border: 1px solid #c8c8c8;
}
._navTools .mod-languages ._countrySelect .dropdown-menu.show {
  min-width: 270px;
  border-radius: 0;
  border-color: rgba(255, 255, 255, 0);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.22);
}
._navTools .mod-languages ._countrySelect .dropdown-menu.show li {
  padding: 3px 0;
}

._navTools ._languagePageList img {
  display: inline-block;
  vertical-align: middle;
  max-width: 50px;
  border-radius: 0;
  margin-right: 6px;
  border: 1px solid #f8f8f9;
}
._navTools ._languagePageList a {
  display: inline-block;
  min-height: 27px;
  vertical-align: middle;
  padding: 2px;
  position: relative;
  color: #7A7C80;
  text-decoration: none;
  transition: all 400ms ease-in-out;
}
._navTools ._languagePageList a:hover {
  color: #7A7C80;
  font-weight: 800;
}

.btn {
  transition: all 500ms ease-in-out;
}
.btn:hover, .btn:target, .btn:focus, .btn:active {
  outline: none !important;
  text-decoration: none;
  box-shadow: none;
}
.btn.btn-outlined-flex:hover {
  color: white;
  background-color: #064696;
}
.btn.btn-outline-primary {
  border-color: #064696;
  color: #064696;
}
.btn.btn-outline-primary:hover {
  background-color: #064696;
  color: white;
}

._bottomModSearchFinder .input-group .input-group-append .btn-outline-secondary:hover {
  color: white;
  background-color: #064696;
}

._flags_desk .mod-languages .btn-group {
  position: unset;
}

._modalsLanguage {
  position: absolute;
  width: 100%;
  left: 0;
  top: 73px;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 60;
  justify-content: center;
}
._modalsLanguage ._lpContent {
  max-width: 1140px;
  width: 100%;
  height: 82vh;
  overflow-x: auto;
  padding: 15px;
  margin: 1.75rem auto;
  position: relative;
  background-color: white;
}
._modalsLanguage ._lpContent ._lpHeader {
  position: relative;
  padding: 12px 2px 20px;
  background-color: white;
}
._modalsLanguage ._lpContent ._lpHeader h4 {
  font-size: 3.125rem;
}
._modalsLanguage ._lpContent ._lpHeader ._lpClosed {
  position: absolute;
  right: 15px;
  top: 7px;
  font-size: 20px;
}
._modalsLanguage ._lpContent ._lpBody {
  padding: 15px;
}
._modalsLanguage ._lpContent ._lpBody ._languagePageList .active a {
  font-weight: bold;
}

.text-icon span {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 13px;
}
.text-icon span img {
  max-width: 115px;
  display: block;
  width: 100%;
  height: auto;
}

._blocksSustainability {
  padding: 15px;
  max-width: 500px;
}
._blocksSustainability > img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

._artFooterImgSusta {
  display: block;
  max-width: 1024px;
  width: 100%;
  height: auto;
  margin: 60px auto;
}

#_breadcrumbsIn {
  display: block;
  padding: 40px 0;
  margin: 0 auto;
  width: 100%;
}

._sec_supac_footer {
  padding-top: 50px !important;
}

.view-category ._linksCats._accesories li {
  width: 140px;
}

._circle-colors span._cng_img {
  display: inline-block;
  vertical-align: middle;
  padding: 3px;
  position: relative;
}
._circle-colors span._cng_img:hover {
  font-weight: bold;
  cursor: pointer;
}
._circle-colors span._cng_img:target, ._circle-colors span._cng_img:active {
  font-weight: bold;
}

._sliders {
  position: relative;
}
._sliders .owl-nav .owl-prev, ._sliders .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
._sliders .owl-nav .owl-prev i, ._sliders .owl-nav .owl-next i {
  font-size: 2.2rem;
}
._sliders .owl-nav .owl-next {
  right: 1%;
}
._sliders .owl-nav .owl-prev {
  left: 1%;
}

._des_supplies p {
  color: #7a7c80;
}

._colsUl {
  padding: inherit;
}
._colsUl li ._features_description {
  padding: 5px 15px 5px 0px !important;
  margin: 5px 0 !important;
}

._ulNoGap {
  padding-left: 15px;
}

._video-wrapper_player {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
._video-wrapper_player video {
  width: 100%;
  height: 100%;
  display: block;
  margin: -1px auto;
}
._video-wrapper_player button {
  position: absolute;
  bottom: 15px;
  height: 25px;
  width: 25px;
  text-align: center;
  border: 0;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.1);
  color: #dbdbdb;
  padding: 2px;
}
._video-wrapper_player button:hover, ._video-wrapper_player button:target, ._video-wrapper_player button:focus, ._video-wrapper_player button:active {
  outline: none;
  text-decoration: none;
}
._video-wrapper_player button._videpPlay {
  left: 50%;
  transform: translateX(-50%);
}
._video-wrapper_player button._videoMute {
  left: 52%;
  transform: translateX(-48%);
}

._privacy_fix {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 15px;
  z-index: 7000;
}

.activebar-container {
  background-color: rgba(255, 255, 255, 0.89);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.39);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.39);
}
.activebar-container button {
  border-color: rgba(255, 255, 255, 0);
}
.activebar-container .btn-outline-secondary {
  border-color: #064696;
  color: #009ADE;
  transition: all 500ms ease;
}
.activebar-container .btn-outline-secondary:hover, .activebar-container .btn-outline-secondary:active, .activebar-container .btn-outline-secondary:target {
  outline: none;
  text-decoration: none;
  color: white;
  background-color: #064696;
}

footer .plg_system_eprivacy_accepted .btn-cookies {
  color: #43C4F5;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #43C4F5;
  margin-bottom: 5px;
  font-size: 10px;
}
footer .plg_system_eprivacy_accepted .btn-cookies:hover, footer .plg_system_eprivacy_accepted .btn-cookies:target, footer .plg_system_eprivacy_accepted .btn-cookies:active {
  border-color: white;
  color: white;
  outline: none;
  text-decoration: none;
}
footer .btn-cookies.btn-warning {
  color: #43C4F5;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #43C4F5;
  margin-bottom: 5px;
  font-size: 10px;
}
footer .btn-cookies.btn-warning:hover, footer .btn-cookies.btn-warning:target, footer .btn-cookies.btn-warning:active {
  border-color: white;
  color: white;
  outline: none;
  text-decoration: none;
}

@media screen and (max-width: 769px) {
  ._colsUl li ._features_description {
    padding: 5px 15px !important;
    margin: 5px 0 !important;
  }

  ._wide-map, ._com_brand {
    padding-top: 25px;
  }

  ._com_brand .owl-carousel .owl-item img {
    width: 100%;
  }

  .contact-category .category-desc h1 {
    font-size: 2.5rem;
  }

  ._features_v3 {
    padding-top: 40px;
  }

  ._sliders .owl-nav .owl-next i, ._sliders .owl-nav .owl-prev i {
    font-size: 1.4rem;
  }
  ._sliders .owl-nav .owl-next {
    right: -3%;
  }
  ._sliders .owl-nav .owl-prev {
    left: -4%;
  }

  .mod-languages ._countrySelect a img {
    max-width: 35px;
    margin-right: 10px;
  }

  ._modalsLanguage ._lpContent ._lpHeader h4 {
    font-size: 1.9rem;
  }
  ._modalsLanguage ._lpContent ._lpBody > br {
    display: none;
  }

  ._artFooterImgSusta {
    padding: 0 15px;
  }

  ._spacer_article_intro {
    min-height: 200px;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  ._spacer_subcat_intro {
    min-height: 150px;
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .view-article ._header[style], .view-category ._header[style] {
    background: no-repeat center;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
  }
  .view-article ._header img, .view-category ._header img {
    display: none;
  }

  .view-category ._wrapper_categories_view {
    padding-top: 40px;
  }

  ._topModSearchFinder .input-group .search-query {
    max-width: unset;
    height: auto;
    font-size: 16px;
  }

  ._lineProducts {
    min-height: 200px;
  }
  ._lineProducts > div {
    min-height: 135px;
  }
  ._lineProducts > div img {
    max-height: 134px;
    height: auto;
    max-width: 155px;
    width: 100%;
  }

  ._arti-slider img {
    max-height: 300px;
    width: auto !important;
    height: auto;
  }

  ._mh530 {
    min-height: 330px;
  }

  ._spTB-4 {
    padding-top: 50px;
  }

  #_breadcrumbsIn {
    padding: 15px 0;
  }

  .view-article ._tn_sectwo ._block._standard {
    min-height: 318px;
  }
}
@media screen and (max-width: 730px) {
  ._page404 h4 span {
    display: block;
    height: 1px;
    font-size: 1px;
  }
}

/*# sourceMappingURL=tools.css.map */
