@import url("https://fonts.googleapis.com/css2?family=Commissioner:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Commissioner", sans-serif;
} 

.container {
  width: auto;
  max-width: 1360px;
  margin: 0px auto;
  padding: 0px 10px;
}

.container-xs {
  width: 100%;
  max-width: 1000px;
  margin: 0px auto;
  padding: 0px 10px;
}

a {
  text-decoration: none;
}
.single__page-content .container .accordion {
  max-width: 850px;
  width: 100%;
  background-color: #f9fafb;
  height: auto;
  display: flex;
  margin: 0 auto;
  margin-bottom: 20px;
  box-sizing: border-box;
  flex-direction: column;
  padding: 0 20px;
}

.single__page-content .container .accordion .content {
  height: auto;
  width: 100%;

  padding: 20px;
  columns: #000;
  box-sizing: border-box;
  height: 0;
  overflow: hidden;
  padding: 0;
}

.single__page-content .container .active .content {
  padding: 20px;
  height: auto;
  border-top: 2px solid #e4e4ec;
}

.single__page-content .container .accordion .title {
  height: 50px;

  font-size: 16px;
  color: #101010;
  display: flex;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;

  box-sizing: border-box;
}

.single__page-content .container .accordion .title svg {
  height: 22px;
  width: auto;

}
.header {
  width: 100%;
  height: auto;
  padding-top: 25px;
  background-color: #fff;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
  position: relative;
}
.header .header__block {
  width: 100%;
  height: auto;
}
.header .header__block .header__top {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header__block .header__top .header__logo img {
  max-height: 80px;
  object-fit: contain;
}
.header .header__block .header__top .header__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .header__block .header__top .header__right .search__box {
  width: 380px;
  height: 40px;
  position: relative;
}
.header .header__block .header__top .header__right .search__box input {
  width: 100%;
  height: 40px;
  border-radius: 25px;
  border: 2px solid rgba(229, 231, 235, 0.8);
  padding-left: 40px;
  outline: none;
}
.header .header__block .header__top .header__right .search__box img {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
.header .header__block .header__top .header__right .header__global {
  padding: 0px 20px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  cursor: pointer;
}
.header .header__block .header__top .header__right .header__global.active{
  color:#00aeef;
}
.header .header__block .header__top .header__right .header__global img {
  margin-left: 10px;
  transform: rotate(180deg);
}
.header .header__block .header__top .header__right .header__global.active img{
  transform: rotate(0deg);
  filter: invert(57%) sepia(42%) saturate(4005%) hue-rotate(161deg) brightness(95%) contrast(103%);
}
.header .header__block .header__top .header__right .header__langs {
  display: flex;
  align-items: center;
}
.header .header__block .header__top .header__right .header__langs a {
  display: inline-flex;
  padding: 0px 8px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.header .header__block .header__top .header__right .header__langs a::after {
  content: "/";
  position: absolute;
  top: 0px;
  right: -4px;
  color: #000;
}
.header .header__block .header__top .header__right .header__langs a:last-child::after {
  display: none;
}
.header .header__block .header__top .header__right .header__langs a.active {
  color: #00aeef;
}
.header .header__block .header__nav {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .header__block .header__nav ul {
  display: flex;
  align-items: center;
}
.header .header__block .header__nav ul li {
  display: inline-flex;
}
.header .header__block .header__nav ul li a {
  padding: 13px 18px;
  color: #000;
  font-size: 14px;
}
.header .header__block .header__nav ul li:last-child img{
  height:40px;
  object-fit: contain;
  margin-left:30px;
}
.header .header__block .header__nav ul li .nav__box {
  display: none;
  width: 100%;
  height: auto;
  background-color: #fff;
  z-index: 999;
  padding: 40px 0px;
  position: absolute;
  top: 150px;
  left: 0px;
  padding-bottom: 150px;
}
.header .header__block .header__nav ul li .nav__box::after {
  content: "";
  background-image: url("../img/megamenushape.svg");
  width: 156px;
  height: 256px;
  background-size: contain;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  z-index: 1;
}
.header .header__block .header__nav ul li .nav__box .nav__list {
  display: inline-flex;
  flex-direction: column;
  padding-right: 100px;
  max-width: 270px;
  position: relative;
  z-index:2;
}
.header .header__block .header__nav ul li .nav__box .nav__list a {
  color: #000;
  font-size: 16px;
  display: inline-flex;
  padding: 7px 0px;
}
.header .header__block .header__nav ul li .nav__box .nav__list a.nl__big {
  font-size: 18px;
  font-weight: 400;
  padding: 0px;
  padding-left: 15px;
  margin-bottom: 15px;
  border-left: 2px solid rgb(0, 174, 239);
}
.header .header__block .header__nav ul li:hover a {
  color: #00aeef;
}
.header .header__block .header__nav ul li:hover .nav__box {
  display: flex;
}

/* GLOBAL */

.header .header__globe{
  width:100%;
  height:auto;
  min-height: 500px;
  display:none;
  align-items: center;
  position:absolute;
  top:100px;
  left:0px;
  z-index:99999999;
  background-color:#fff;
  border-top:1px solid #d7d7d7;

}
.header .header__globe.active{display:flex;}

.header .header__globe::before{
  content: '';
  position: absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background-image:url('../img/map.png');
  background-size:cover;
  z-index:1;
}
.header .header__globe .hg__block{
  width:100%;
  height:auto;
  padding:80px 0px;
  z-index: 2;
  position:relative;
}

.header .header__globe .hg__block .hg__title{
  text-align: center;
}
.header .header__globe .hg__block .hg__title h4{
  font-size:20px;
  font-weight: 700;
  color:#00aeef;
}
.header .header__globe .hg__block .hg__title p{
  font-size:15px;
  font-weight: 600;
  padding-top:50px;
  color:#9a9a9a;
}
.header .header__globe .hg__block .hg__list{
  width:100%;
  height:auto;
  display:flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top:80px;
}
.header .header__globe .hg__block .hg__list .hg__item{
  display:flex;
  flex-direction: column;
  min-width: 193px;
  margin-right: 20px;
}
.header .header__globe .hg__block .hg__list .hg__item .hgi__top{
  display:flex;
  align-items: center;
}
.header .header__globe .hg__block .hg__list .hg__item .hgi__top .hgit__img{
  width:40px;
  height:40px;
  margin-right: 10px;
}

.header .header__globe .hg__block .hg__list .hg__item .hgi__top .hgit__img img{
  width:40px;
  height:40px;
  border-radius: 50%;
  object-fit: cover;
}
.header .header__globe .hg__block .hg__list .hg__item .hgi__top .hgit__title{
  font-size:18px;
  font-weight: 400;
  color:#00aeef;
}

.header .header__globe .hg__block .hg__list .hg__item .hgi__list{
  padding-left:50px;
  padding-top:20px;
}

.header .header__globe .hg__block .hg__list .hg__item ul li{
  list-style: none;
  padding:3px 0px;
}

.header .header__globe .hg__block .hg__list .hg__item ul li a{
  font-size:14px;
  font-weight: 600;
  color:#9a9a9a;
  text-decoration: underline;
}



/* END GLOBAL */

.slider {
  width: 100%;
  height: auto;
}
.slider .slider__block {
  width: 100%;
  height: auto;
}
.slider .slider__block .slide {
  width: 100%;
  height: auto;
  min-height: 660px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.slider .slider__block .slide::before {
  content: "";
  width: 70%;
  height: 100%;
  position: absolute;
  z-index: 9;
  top: 0px;
  left: -20%;
  transform: skew(25deg);
  background: rgb(14, 172, 237);
  background: -moz-linear-gradient(90deg, rgb(14, 172, 237) 46%, rgb(95, 27, 174) 100%);
  background: -webkit-linear-gradient(90deg, rgb(14, 172, 237) 46%, rgb(95, 27, 174) 100%);
  background: linear-gradient(90deg, rgb(14, 172, 237) 46%, rgb(95, 27, 174) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0eaced",endColorstr="#5f1bae",GradientType=1);
}
.slider .slider__block .slide .slide__image {
  width: 70%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
}
.slider .slider__block .slide .slide__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider .slider__block .slide .slide__block {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}
.slider .slider__block .slide .slide__block .slide__left {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 9;
  padding-top: 50px;
}
.slider .slider__block .slick-dots {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position:absolute;
  top:100px;
  right:65%;
  flex-wrap: wrap;
}
.slider .slider__block .slick-dots li{
  list-style: none;
  margin-bottom: 10px;
}
.slider .slider__block .slick-dots li button {
  display: block;
  width: 100px;
  height: 4px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.8);
  border:0px;
  margin: 0px 10px;
  cursor: pointer;
  text-indent: -999999px;
}
.slider .slider__block .slick-dots li.slick-active button {
  background-color: #00aeef;
}
.slider .slider__block .slide .slide__block .slide__left .slide__nav span.active {
  background-color: #00aeef;
}
.slider .slider__block .slide .slide__block .slide__left h3 {
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  line-height: 42px;
  padding-top: 50px;
}
.slider .slider__block .slide .slide__block .slide__left p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding: 35px 0px;
}
.slider .slider__block .slide .slide__block .slide__left a {
  font-size: 16px;
  padding-top: 20px;
  text-decoration: underline;
  color: #5f1bae;
  width: 100%;
  height: auto;
}
.slider .slider__block .slide .slide__block .slide__left img.arrow {
  position: absolute;
  bottom: -20px;
  right: -120px;
}
.slider .slider__block .slide .slide__block .slide__left::after {
  content: "";
  position: absolute;
  right: -150px;
  bottom: -100px;
  width: 6px;
  height: 300px;
  background-color: #00aeef;
  transform: skew(25deg);
  border-radius: 5px;
}
.slider .slider__block .slide .slide__block .slide__right {
  width: 60%;
}
.slider .slider__block .slide .slide__block .slide__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news {
  width: 100%;
  height: auto;
  padding: 80px 0px;
}
.news .news__block {
  width: 100%;
  height: auto;
}
.news .news__block .news__more{
  width:100%;
  height:auto;
  display:flex;
  align-items: center;
  justify-content: flex-end;
}
.news .news__block .news__more a{
  font-size:16px;
  font-weight: 400;
  color:#00aeef;
  text-decoration: underline;
}
.news .news__block .news__title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  text-align: left !important;
}
.news .news__block .news__title h3 {
  font-size: 56px;
  font-weight: 100;
  color: #000;
}
.news .news__block .news__title hr {
  margin-left: 100px;
  width: 200px;
  height: 4px;
  border-radius: 2px;
  background-color: #00aeef;
  border: 0px;
  margin-top: 20px;
}
.news .news__block .news__list {
  width: 100%;
  height: auto;
  padding-top: 50px;
  display: flex;
}
.news .news__block .news__list .news__featured {
  width: 100%;
  padding-right: 60px;
}
.news .news__block .news__list .news__featured img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
.news .news__block .news__list .news__featured h4 {
  padding-top: 15px;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.news .news__block .news__list .news__featured a {
  font-size: 16px;
  text-decoration: underline;
  color: #00aeef;
  padding-top: 20px;
  display: inline-flex;
}
.news .news__block .news__list .news__items {
  width: 100%;
  max-width: 385px;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news .news__block .news__list .news__items .news__item {
  width: 100%;
  height: calc(33.33% - 50px);
}
.news .news__block .news__list .news__items .news__item h4 {
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.news .news__block .news__list .news__items .news__item a {
  font-size: 16px;
  text-decoration: underline;
  color: #00aeef;
  padding-top: 20px;
  display: inline-flex;
}

.home__products {
  width: 100%;
  height: auto;
  padding: 100px 0px;
}
.home__products .hp__block {
  width: 100%;
  height: auto;
}
.home__products .hp__block .hp__top {
  width: 100%;
  height: auto;
  text-align: center;
}
.home__products .hp__block .hp__top h3 {
  font-size: 56px;
  font-weight: 100;
  color: #000;
}
.home__products .hp__block .hp__tabs {
  width: 100%;
  height: auto;
  padding-top: 100px;
}
.home__products .hp__block .hp__tabs ul {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home__products .hp__block .hp__tabs ul li {
  display: inline-flex;
  padding: 10px 15px;
  color: #000;
  font-weight: 400;
  font-size: 18px;
}
.home__products .hp__block .hp__tabs ul li.active {
  border-bottom: 2px solid #00aeef;
  color: #00aeef;
}
.home__products .hp__block .hp__item {
  width: 100%;
  height: auto;
  display: none;
  align-items: center;
}
.home__products .hp__block .hp__item.active{display:flex;}
.home__products .hp__block .hp__item .hpi__image {
  width: 60%;
  min-width: 60%;
  height: auto;
}
.home__products .hp__block .hp__item .hpi__image img {
  width: 100%;
  object-fit: contain;
}
.home__products .hp__block .hp__item .hpi__content {
  padding-left: 100px;
}
.home__products .hp__block .hp__item .hpi__content h5 {
  font-size: 18px;
  font-weight: 700;
  color: #9a9a9a;
}
.home__products .hp__block .hp__item .hpi__content p {
  font-size: 16px;
  font-weight: 300;
  color: #9a9a9a;
  padding: 25px 0px;
  line-height: 22px;
}
.home__products .hp__block .hp__item .hpi__content a {
  width: 200px;
  height: 40px;
  margin-top: 40px;
  display: inline-flex;
  justify-content: center;
  color: #fff;
  align-items: center;
  border-radius: 20px;
  font-weight: 600;
  background: rgb(14, 172, 237);
  background: -moz-linear-gradient(90deg, rgb(14, 172, 237) 0%, rgb(95, 27, 174) 100%);
  background: -webkit-linear-gradient(90deg, rgb(14, 172, 237) 0%, rgb(95, 27, 174) 100%);
  background: linear-gradient(90deg, rgb(14, 172, 237) 0%, rgb(95, 27, 174) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0eaced",endColorstr="#5f1bae",GradientType=1);
}

.video {
  width: 100%;
  height: auto;
  background: rgb(14, 172, 237);
  background: -moz-linear-gradient(180deg, rgb(14, 172, 237) 0%, rgb(95, 27, 174) 100%);
  background: -webkit-linear-gradient(180deg, rgb(14, 172, 237) 0%, rgb(95, 27, 174) 100%);
  background: linear-gradient(180deg, rgb(14, 172, 237) 0%, rgb(95, 27, 174) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0eaced",endColorstr="#5f1bae",GradientType=1);
}
.video .video__block {
  width: 100%;
  height: auto;
  display: flex;
}
.video .video__block .vb__left {
  width: 650px;
  height: auto;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.video .video__block .vb__left img {
  height: 250px;
  object-fit: contain;
  margin-bottom: 20px;
}
.video .video__block .vb__left p {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 26px;
}
.video .video__block .vb__right {
  width: 100%;
  margin-bottom: -3px;
}
.video .video__block .vb__right iframe {
  border: 0px;
}

.socials {
  width: 100%;
  height: auto;
  padding: 100px 0px;
}
.socials .socials__block {
  width: 100%;
  height: auto;
}
.socials .socials__block .socials__top {
  width: 100%;
  height: auto;
  text-align: center;
}
.socials .socials__block .socials__top h3 {
  font-size: 56px;
  font-weight: 100;
  color: #000;
}
.socials .socials__block .socials__tabs {
  width: 100%;
  height: auto;
  padding-top: 100px;
}
.socials .socials__block .socials__tabs ul {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.socials .socials__block .socials__tabs ul li {
  display: inline-flex;
  padding: 10px 15px;
  color: #000;
  font-weight: 400;
  font-size: 18px;
  margin: 0px 10px;
}
.socials .socials__block .socials__tabs ul li.active {
  border-bottom: 2px solid #00aeef;
  color: #00aeef;
}
.socials .socials__block .socials__items {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  padding-top: 50px;
}
.socials .socials__block .socials__items .socials__item {
  width: calc(25% - 20px);
  margin: 10px;
  height: auto;
}
.socials .socials__block .socials__items .socials__item .si__image {
  width: 100%;
  height: 315px;
}
.socials .socials__block .socials__items .socials__item .si__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.socials .socials__block .socials__items .socials__item .si__content {
  width: 100%;
  height: auto;
  padding-top: 30px;
}
.socials .socials__block .socials__items .socials__item .si__content p {
  font-size: 14px;
  font-weight: 300;
  color: #000;
}
.socials .socials__block .socials__items .socials__item .si__content a {
  font-size: 16px;
  text-decoration: underline;
  color: #00aeef;
  margin-top: 30px;
  display: inline-flex;
}

.footer {
  width: 100%;
  height: auto;
  position: relative;
  padding: 70px 0px;
  background-color: #1e3a8a;
}
.footer .cookie-option {
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
  width: 96px;
}
.footer .cookie-option img {
  width: 100%;
}
.footer .footer__block {
  width: 100%;
  height: auto;
}
.footer .footer__block .footer__lists {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
}
.footer .footer__block .footer__lists .footer__list {
  width: 25%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.footer .footer__block .footer__lists .footer__list h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 20px;
}
.footer .footer__block .footer__lists .footer__list a {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  padding: 10px 0px;
}
.footer .footer__block .footer__info {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-end;
  padding-top: 50px;
  justify-content: space-between;
}
.footer .footer__block .footer__info .fi__left ul li {
  display: inline-flex;
  position: relative;
  padding-right: 30px;
}
.footer .footer__block .footer__info .fi__left ul li a {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
.footer .footer__block .footer__info .fi__left ul li::after {
  content: "";
  width: 1px;
  height: 25px;
  background-color: #fff;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.footer .footer__block .footer__info .fi__left ul li:last-child::after {
  display: none;
}
.footer .footer__block .footer__info .follow {
  display: flex;
  flex-direction: column;
}
.footer .footer__block .footer__info .follow h5 {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 20px;
}
.footer .footer__block .footer__info .follow ul {
  display: flex;
}
.footer .footer__block .footer__info .follow ul li {
  display: inline-flex;
  margin-right: 10px;
}
.footer .footer__block .footer__bottom {
  width: 100%;
  height: auto;
  padding-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.footer .footer__block .footer__bottom img {
  margin-bottom: 20px;
}
.footer .footer__block .footer__bottom span {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
}

.single__page {
  width: 100%;
  height: auto;
  min-height: 800px;
  padding-bottom:100px;
}
.single__page .sp__block {
  width: 100%;
  height: auto;
  position: relative;
}
.single__page .sp__block.margin {
  margin-top: 100px;
  margin-bottom: 200px;
}
.single__page .sp__block .sp__image {
  width: 55%;
  height: 600px;
  position: absolute;
  top: 0px;
  right: 0px;
  overflow: hidden;
}
.single__page .sp__block .sp__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single__page .sp__block .sp__image::after {
  position: absolute;
  content: "";
  width: 300px;
  height: 600px;
  top: 0px;
  left: -140px;
  background-color: #fff;
  transform: skew(25deg);
}
.single__page .sp__block .sp__image::before {
  position: absolute;
  left: 150px;
  bottom: -90px;
  width: 5px;
  height: 200px;
  transform: skew(25deg);
  content: "";
  background-color: #00aeef;
  z-index: 999;
  border-radius: 5px;
}
.single__page .sp__block .sp__inside {
  width: 100%;
  height: auto;
  display: flex;
}
.single__page .sp__block .sp__inside .spi__left {
  width: 40%;
  height: auto;
  padding-top: 150px;
}
.single__page .sp__block .sp__inside .spi__left .spi__title {
  width: 100%;
  height: auto;
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.single__page .sp__block .sp__inside .spi__left .spi__title h4 {
  font-size: 66px;
  font-weight: 100;
  color: #000;
}
.single__page .sp__block .sp__inside .spi__left .spi__title hr {
  margin-left: 300px;
  width: 130px;
  height: 4px;
  border-radius: 2px;
  background-color: #00aeef;
  border: 0px;
}
.single__page .sp__block .sp__inside .spi__left .spi__content p {
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  line-height: 24px;
}
.single__page .sp__block .sp__inside .spi__left .spi__content a {
  width: 200px;
  margin: 50px 0px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  color: #fff;
  align-items: center;
  border-radius: 20px;
  font-weight: 600;
  background: rgb(14, 172, 237);
  background: -moz-linear-gradient(90deg, rgb(14, 172, 237) 0%, rgb(95, 27, 174) 100%);
  background: -webkit-linear-gradient(90deg, rgb(14, 172, 237) 0%, rgb(95, 27, 174) 100%);
  background: linear-gradient(90deg, rgb(14, 172, 237) 0%, rgb(95, 27, 174) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0eaced",endColorstr="#5f1bae",GradientType=1);
}
.single__page .sp__left {
  width: 100%;
  height: auto;
}
.single__page .sp__left .spl__block {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
}
.single__page .sp__left .spl__block .spl__image {
  width: 35%;
  min-width: 35%;
  height: auto;
}
.single__page .sp__left .spl__block .spl__image img {
  width: 100%;
  object-fit: contain;
}
.single__page .sp__left .spl__block .spl__content {
  width: 100%;
  padding: 70px;
}

.counter {
  width: 100%;
  height: auto;
  margin-top: 100px;
  padding: 100px 0px;
  margin-bottom: 200px;
  padding-bottom: 0px;
  background: rgb(14, 172, 237);
  background: -moz-linear-gradient(90deg, rgb(14, 172, 237) 0%, rgb(95, 27, 174) 100%);
  background: -webkit-linear-gradient(90deg, rgb(14, 172, 237) 0%, rgb(95, 27, 174) 100%);
  background: linear-gradient(90deg, rgb(14, 172, 237) 0%, rgb(95, 27, 174) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0eaced",endColorstr="#5f1bae",GradientType=1);
}
.counter .counter__title {
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: -50px;
}
.counter .counter__title h4 {
  font-size: 36px;
  font-weight: 400;
  color: #fff;
}
.counter .counter__box {
  width: 100%;
  height: auto;
  padding: 100px 0px;
  display: flex;
  align-items: center;
  background-color: #fff;
  transform: translateY(50%);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
.counter .counter__box .counter__item {
  width: 33.33%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.counter .counter__box .counter__item h5 {
  font-size: 76px;
  font-weight: 700;
  color: #00aeef;
  padding-bottom: 30px;
}
.counter .counter__box .counter__item span {
  font-size: 18px;
  font-weight: 400;
  color: #9a9a9a;
}

.ceo {
  width: 100%;
  height: auto;
  padding: 100px 0px;
  position: relative;
}
.ceo::before {
  content: "";
  width: 80%;
  height: 300px;
  transform: skew(25deg);
  background-color: #f5f5f5;
  left: -200px;
  bottom: 80px;
  position: absolute;
  z-index: 1;
}
.ceo::after {
  content: "";
  width: 5px;
  height: 170px;
  transform: skew(25deg);
  position: absolute;
  left: 74%;
  bottom: 80px;
  background-color: #00aeef;
  border-radius: 20px;
}
.ceo.bigger .ceo__block {
  align-items: flex-start;
}
.ceo.bigger .ceo__block .ceo__image {
  width: 500px;
  min-width: 500px;
}
.ceo.bigger .ceo__block .ceo__image img {
  height: auto;
  object-fit: contain;
}
.ceo.bigger .ceo__block .ceo__content {
  padding-top: 75px;
}
.ceo.bigger .ceo__block .ceo__content a {
  margin-top: 100px;
}
.ceo .ceo__block {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.ceo .ceo__block .ceo__image {
  width: 500px;
  min-width: 500px;
  height: auto;
  margin-right: 75px;
}
.ceo .ceo__block .ceo__image img {
  width: 100%;
  height: 470px;
  object-fit: cover;
}
.ceo .ceo__block .ceo__content {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.ceo .ceo__block .ceo__content h4 {
  font-size: 32px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
}
.ceo .ceo__block .ceo__content p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  padding: 40px 0px;
  line-height: 22px;
}
.ceo .ceo__block .ceo__content a {
  width: 150px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  color: #fff;
  align-items: center;
  border-radius: 20px;
  font-weight: 600;
  background: rgb(14, 172, 237);
  background: -moz-linear-gradient(90deg, rgb(14, 172, 237) 0%, rgb(95, 27, 174) 100%);
  background: -webkit-linear-gradient(90deg, rgb(14, 172, 237) 0%, rgb(95, 27, 174) 100%);
  background: linear-gradient(90deg, rgb(14, 172, 237) 0%, rgb(95, 27, 174) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0eaced",endColorstr="#5f1bae",GradientType=1);
}
.ceo .ceo__block .ceo__content img.arrow {
  position: absolute;
  bottom: -20px;
  right: 150px;
}

.values {
  width: 100%;
  height: auto;
  padding: 100px 0px;
}
.values .values__items {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
}
.values .values__items .values__item {
  width: calc(33.33% - 30px);
  margin: 15px;
  display: flex;
  flex-direction: column;
  padding: 0px 20px;
}
.values .values__items .values__item h4 {
  font-size: 20px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
}
.values .values__items .values__item hr {
  border: 0px;
  width: 70px;
  height: 4px;
  margin-top: 5px;
  border-radius: 2px;
  background-color: #00aeef;
}
.values .values__items .values__item p {
  padding-top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #9a9a9a;
  line-height: 24px;
}
.values .values__button {
  width: 100%;
  height: auto;
  padding-top: 20px;
  display: flex;
  justify-content: flex-end;
}
.values .values__button a {
  font-size: 16px;
  text-decoration: underline;
  color: #00aeef;
}

.page__title {
  width: 100%;
  height: auto;
  padding: 50px;
}
.page__title .pt__block {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page__title .pt__block h3 {
  font-size: 56px;
  font-weight: 100;
  color: #000;
}
.page__title .pt__block p {
  font-size: 16px;
  font-weight: 400;
  color: #9a9a9a;
  padding-top: 50px;
  text-align: center;
  max-width: 900px;
  line-height: 24px;
}
.cookies {
  width: 100%;
display: none;
  position: fixed;
  bottom: 0;
  z-index: 99999999999999999999999999999999;
  padding: 25px 100px;
  padding-bottom: 40px;
  box-sizing: border-box;
  left: 0;
  background-color: #fff;
}
.cookies a {
  color: #00aeef !important;
}
@media only screen and (max-width: 665px) {
  .home__products .hp__block .hp__item .hpi__image {
    max-width: 500px;
    margin: 0 auto;
  }
  .home__products .hp__block .hp__item .hpi__content {
    max-width: 500px;
    margin: 0 auto;
    padding-left: 80px !important;
  }
  .cookies p {
    font-size: 14px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .cookies .buttons button {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 600px) {
  .cookies {
    padding: 25px;
  }
}
@media only screen and (max-width: 535px) {
  .home__products .hp__block .hp__item .hpi__image {
    max-width: 350px;
    margin: 0 auto;
  }
  .home__products .hp__block .hp__item .hpi__content {
    max-width: 350px;
    margin: 0 auto;
    padding-left: 57px !important;
  }
}
.cookies .title  {
  position: relative;
}
.cookies .title h3 {
  font-size: 19px;
  margin-top: 40px;
  font-weight: normal;
}
.cookies button {
  padding: 15px 48px;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  display: block;
  margin-left: auto;
  cursor: pointer;
  border: 0;
  font-size: 1rem;
  background: rgb(2,171,238);
background: linear-gradient(90deg, rgba(2,171,238,1) 0%, rgba(93,28,175,1) 100%);
  border-radius: 50px;}
.cookies p {
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 40px;
  font-weight: normal;
}
.cookies .buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;

}
.cookies .buttons button {
  margin-left: 10px;  
}
.cookies .title .line {
  width: 80px;
  height: 4px;
  background-color: #00aeef;
  position: absolute;
  bottom: -7px;
  left: -25px;

}
.external__link {
  max-width: 490px;
  width: 100%;
 
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
  position: fixed;
  left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    box-sizing: border-box;
}
.external__link p {
  text-align: center;
  font-size: 14px;
}
.external__link .buttons {
  display: flex;
  flex-direction: row;
  margin-top: 30px;
  justify-content: space-between;
}
.external__link .buttons .line {
  height: 55px;
  width: 1px;
  background-color: #00aeef;
  margin: 0 10px;
}
.external__link .buttons .giveup{
  color: #000;
  background-color: #fff;
  border: 0;
}
.external__link .buttons .accept {
  color: #fff;
  border: 0;
  background: rgb(14, 172, 237);
  background: -moz-linear-gradient(90deg, rgb(14, 172, 237) 0%, rgb(95, 27, 174) 100%);
  background: -webkit-linear-gradient(90deg, rgb(14, 172, 237) 0%, rgb(95, 27, 174) 100%);
  background: linear-gradient(90deg, rgb(14, 172, 237) 0%, rgb(95, 27, 174) 100%);
}
.external__link .buttons button {
  padding: 15px 48px;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  .external__link .buttons button {
    padding: 15px 20px;
  
  }
}
.reaction_modal {
  padding: 50px 20px;
  box-sizing: border-box;

  background: linear-gradient(90deg, rgb(14, 172, 237) 0%, rgb(95, 27, 174) 100%);
  position: fixed;
  left: 50%;
  max-width: 1200px;
  width: 100%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  flex-direction: column;
  align-items: center;
}

.reaction_modal h4 {
  color: #fff;
  margin: 0;
  font-size: 32px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}

.reaction_modal span {
  color: #fff;
  font-size: 19px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
}

.reaction_modal .buttons {
  display: flex;
  margin-top: 30px;
  flex-direction: row;
}
.reaction_modal .close_reaction {
  position: absolute;
  top: 0;
  right: 20px;
  cursor: pointer;
  color: #FFF;
  font-size: 32px;
}
.reaction_modal .buttons a {
  background-color: #fff;
  color: #000;
  padding: 15px 20px;
  min-width: 300px;
  width: fit-content;
  margin: 0 10px;

  font-size: 14px;
  border-radius: 50PX;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 380px;
}
.single__page-title {
  width: 100%;
  height: 420px;
  background: rgb(14, 172, 237);
  background: -moz-linear-gradient(90deg, rgb(14, 172, 237) 0%, rgb(95, 27, 174) 100%);
  background: -webkit-linear-gradient(90deg, rgb(14, 172, 237) 0%, rgb(95, 27, 174) 100%);
  background: linear-gradient(90deg, rgb(14, 172, 237) 0%, rgb(95, 27, 174) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 32px;
  color: #fff;
}
.single__page-content {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.single__page-content .container {
  max-width: 1280px;
  width: 100%;
  padding: 100px;
  box-sizing: border-box;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
  margin-bottom: 80px;
  color: hsl(0, 0%, 32%);
  z-index: 9999;
  position: absolute;
  display: block;
  top: -130px;
  background-color: #fff;
}
.single__page-content .container a {
  color: #00aeef !important;
}
.single__page-content .container form .tab h3 {
  width: 100%;
  margin-bottom: 30px;
  font-weight: 500;
}
.single__page-content .container form .tab {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  display: none;
}
.single__page-content .container form .active {
  display: flex;
}
.single__page-content .container form .tab .form__group {
  width: 50%;
  height: auto;
display: flex;
flex-direction: column;
  padding: 0 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.single__page-content .container form .tab .form__group label {
  font-size: 16px;
}
.single__page-content .container form .tab .form__group .error {
  font-size: 14px;
  margin-top: 10px;
  color: red;
}
.single__page-content .container form .tab .special .group__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.single__page-content .container form .tab .special .group__container .half {
  width: 48%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.single__page-content .container form .tab .special .group__container .half input  {
  width: 48%;
}
.single__page-content .container form .tab .special .group__container .half select  {
  width: 48%;
}
.single__page-content .container form .tab .special .group__container input  {
  width: 48%;
}
.single__page-content .container form .tab .special .group__container select  {
  width: 48%;
}
.single__page-content .container form .tab .form__group select {
  height: 50px;
  padding: 0 15px;
  margin-top: 10px;
  border-radius: 5px;
  border: 2px solid rgba(229, 231, 235, 1);
  box-sizing: border-box;
  font-size: 18px;
  width: 100%;
  
}
.single__page-content .container form .tab .buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 20px;
  width: 100%;
  margin-top: 30px;
  box-sizing: border-box;
}
.single__page-content .container form .tab .buttons .back__button {
  background-color: transparent;
  box-sizing: border-box;
  padding: 10px 30px;
  box-sizing: border-box;
  color: #000;
  border-radius: 50px;
  cursor: pointer;
}
.single__page-content .container .bar {
  width: 100%;
  margin-bottom: 30px;
 

}
.single__page-content .container .bar ul {
  list-style: none;
  padding: 0;

  margin: 0;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  align-items: center;
  
}
.single__page-content .container .bar ul li {
  width: calc(100% / 4);
  
  display: flex;
  flex-direction: column;
  color: rgba(209, 213, 219, 1);
  align-items: flex-end;
 
}
.single__page-content .container .bar ul li span {
  padding-right: 3px;
}
.single__page-content .container .bar ul .active {
  color: #00aeef;
}
.single__page-content .container .bar ul .active  .prog .dot {
  background-color: #00aeef;
}
.single__page-content .container .bar ul .active  .prog .line {
  background-color: #00aeef;
}
.single__page-content .container .bar ul li:first-child {
  width: 16px;
}
.single__page-content .container .bar ul li .prog {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 10px;
  width: 100%;
  align-items: center;
}
.single__page-content .container .bar ul li .prog .dot {
  width: 14px;
  height: 14px;
  background-color: rgba(209, 213, 219, 1);
  border-radius: 50%;
}
.single__page-content .container .bar ul li .prog .line {
  width: calc(100% - 14px);
  height: 5px;
  background-color: rgba(209, 213, 219, 1);

}
.single__page-content .container form .tab .buttons .next__button {
  background: rgb(14, 172, 237);
  border: 0;
  background: -moz-linear-gradient(90deg, rgb(14, 172, 237) 0%, rgb(95, 27, 174) 100%);
  background: -webkit-linear-gradient(90deg, rgb(14, 172, 237) 0%, rgb(95, 27, 174) 100%);
  background: linear-gradient(90deg, rgb(14, 172, 237) 0%, rgb(95, 27, 174) 100%);  padding: 20px 10px;
  box-sizing: border-box;
  margin-left: auto;
  padding: 10px 30px;
  box-sizing: border-box;
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
}
.single__page-content .container form .tab .form__group input {
  height: 50px;
  padding: 0 15px;
  margin-top: 10px;
  border-radius: 5px;
  border: 2px solid rgba(229, 231, 235, 1);
  box-sizing: border-box;
  font-size: 18px;
  width: 100%;
  
}
.single__page-content .container form .tab .form__group textarea {
  height: 130px;
  padding: 0 15px;
  margin-top: 10px;
  border-radius: 5px;
  border: 2px solid rgba(229, 231, 235, 1);
  box-sizing: border-box;
  font-size: 18px;
  width: 100%;
  
}
.single__page-content .container form .tab .form__group input:focus {

  outline: none;
}
.single__page-content .container .input__group {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.single__page-content .container .input__group label {
  font-size: 18px;
}
.single__page-content .container .input__group input {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.single__page-content .container h3 {
  position: relative;
  display: inline-block;

}
.single__page-content .container-search {
  display: flex;
  flex-direction: column;
  max-width: 1100px;
  
}
.single__page-content .container-search .item {
  width: 100% ;
  border-bottom: 2px solid #d7d7d7;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  text-decoration: none;
  margin-top: 10px;
  flex-direction: column;
}
.single__page-content .container-search .item h4{
  font-size: 20px;
  font-weight: 600;
  color: #515151;
}
.single__page-content .container-search .item svg {
  height: 20px;
  margin-top: 30px;
  width: auto;
  margin-left: auto;
}
.single__page-content .container h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px; /* Adjust this to control the space between text and line */
  width:65px;
  height: 3px; /* Thickness of the line */
  border-radius: 50px;
  background-color: #00aeef; /* Color of the line */
}
.cookie-background {
  position: fixed;
  top: 0;
  display: none;

  left: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);

  z-index: 100000;
}
.tabsinfo {
  width: 100%;
  height: auto;
  margin-top: 30px;
  padding-top: 230px;
  position: relative;
  padding-bottom: 100px;
}
.tabsinfo .ti__image {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.tabsinfo .ti__image.ti__left h3 {
  left: 0px !important;
}
.tabsinfo .ti__image img {
  width: 100%;
  object-fit: contain;
}
.tabsinfo .ti__image h3 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 200px;
  text-align: center;
  font-size: 52px;
  font-weight: 200;
  color: #fff;
}
.tabsinfo .ti__block {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
.tabsinfo .ti__block .ti__box {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 90px 70px;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);
}
.tabsinfo .ti__block .ti__box .ti__tabs {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #d7d7d7;
}
.tabsinfo .ti__block .ti__box .ti__tabs ul {
  display: flex;
  align-items: center;
}
.tabsinfo .ti__block .ti__box .ti__tabs ul li {
  list-style: none;
  padding: 15px 30px;
  font-size: 20px;
  font-weight: 400;
  color: #000;
}
.tabsinfo .ti__block .ti__box .ti__tabs ul li.active {
  color: #00aeef;
  border-bottom: 2px solid #00aeef;
}
.tabsinfo .ti__block .ti__box .ti__content {
  width: 100%;
  height: auto;
  padding: 70px 50px;
  display:none;
}
.tabsinfo .ti__block .ti__box .ti__content.active{
  display:block;
}
.tabsinfo .ti__block .ti__box .ti__content h5 {
  font-size: 22px;
  font-weight: 400;
  padding-bottom: 10px;
}
.tabsinfo .ti__block .ti__box .ti__content p {
  font-size: 18px;
  font-weight: 400;
  padding: 15px 0px;
  color: rgba(0, 0, 0, 0.7);
}
.tabsinfo .ti__block .ti__box .ti__content h4 {
  font-size: 22px;

  padding: 15px 0px;
  color: rgba(0, 0, 0, 1);
}
.tabsinfo .ti__block .ti__box .ti__content ul li{
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
}
.post__page {
  width: 100%;
  height: auto;
  padding: 100px 0px;
}
.post__page .pp__title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.post__page .pp__title span {
  font-size: 16px;
  color: #00aeef;
  width: 100%;
  display: inline-flex;
  justify-content: flex-end;
}
.post__page .pp__title h4 {
  font-size: 32px;
  font-weight: 400;
  color: #000;
  padding: 20px 0px;
}
.post__page .pp__title hr {
  width: 250px;
  height: 3px;
  border-radius: 2px;
  background-color: #00aeef;
  border: 0px;
}
.post__page .pp__block {
  width: 100%;
  height: auto;
  padding-top: 100px;
  display: flex;
  align-items: flex-start;
}
.post__page .pp__block .pp__content {
  width: 100%;
  height: auto;
  padding-right: 70px;
  border-right: 1px solid #f5f5f5;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.post__page .pp__block .pp__content img {
  max-width: 80%;
  object-fit: contain;
  margin-bottom: 20px;
}
.post__page .pp__block .pp__content p {
  padding: 20px 0px;
  font-size: 17px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
}
.post__page .pp__block .pp__sidebar {
  min-width: 350px;
  width: 350px;
  height: auto;
  padding: 30px;
  padding-right: 0px;
}
.post__page .pp__block .pp__sidebar .sidebar__item {
  width: 100%;
  height: auto;
  padding: 20px 0px;
  border-bottom: 1px solid #f5f5f5;
}
.post__page .pp__block .pp__sidebar .sidebar__item span {
  font-size: 14px;
  font-weight: 400;
  color: #00aeef;
}
.post__page .pp__block .pp__sidebar .sidebar__item h5 {
  padding-top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.extra__page__title {
  width: 100%;
  height: auto;
  min-height: 290px;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.extra__page__title .pt__block {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}
.extra__page__title .pt__block .pt__title {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
}
.extra__page__title .pt__block .pt__title.pt__big {
  padding: 50px 0px;
}
.extra__page__title .pt__block .pt__title h4 {
  font-size: 56px;
  font-weight: 100;
  color: #000;
}
.extra__page__title .pt__block .pt__title hr {
  width: 300px;
  height: 3px;
  border-radius: 2px;
  background-color: #00aeef;
  border: 0px;
  margin-right: -100px;
}
.extra__page__title .pt__block .pt__title p {
  display: inline-block;
  font-size: 16px;
  padding-left: 30px;
  font-weight: 400;
  color: #9a9a9a;
  padding: 20px 0px;
}
.extra__page__title .pt__block .pt__title a {
  width: 160px;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 20px;
  display: inline-flex;
  justify-content: center;
  color: #fff;
  align-items: center;
  border-radius: 30px;
  font-weight: 600;
  background: rgb(14, 172, 237);
  background: -moz-linear-gradient(90deg, rgb(14, 172, 237) 0%, rgb(95, 27, 174) 100%);
  background: -webkit-linear-gradient(90deg, rgb(14, 172, 237) 0%, rgb(95, 27, 174) 100%);
  background: linear-gradient(90deg, rgb(14, 172, 237) 0%, rgb(95, 27, 174) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0eaced",endColorstr="#5f1bae",GradientType=1);
}
.extra__page__title .pt__block .pt__image {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
}
.extra__page__title .pt__block .pt__image img {
  height: 100%;
  object-fit: contain;
}

.page__extra__content {
  width: 100%;
  height: auto;
  padding: 150px 0px;
}
.page__extra__content .pec__content {
  padding: 0px 100px;
}
.page__extra__content .pec__content p {
  font-size: 17px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  padding: 10px 0px;
}
.page__extra__content .pec__content p a {
  color: #00aeef;
  text-decoration: underline;
}
.page__extra__content .pec__content h4 {
  font-size: 20px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 15px;
}
.page__extra__content .pec__content ol {
  padding-left: 15px;
}

.monographs {
  width: 100%;
  height: auto;
  padding-bottom: 100px;
}
.monographs .monographs__title {
  width: 100%;
  height: 420px;
  padding: 100px 0px;
  padding-bottom: 0px;
  background: rgb(14, 172, 237);
  background: -moz-linear-gradient(90deg, rgb(14, 172, 237) 0%, rgb(95, 27, 174) 100%);
  background: -webkit-linear-gradient(90deg, rgb(14, 172, 237) 0%, rgb(95, 27, 174) 100%);
  background: linear-gradient(90deg, rgb(14, 172, 237) 0%, rgb(95, 27, 174) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0eaced",endColorstr="#5f1bae",GradientType=1);
  display: inline-flex;
  justify-content: center;
}
.monographs .monographs__title h4 {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
}
.monographs .mono__box {
  width: 100%;
  height: auto;
  background-color: #fff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-top: -200px;
  z-index: 2;
  position: relative;
  display: flex;
  align-items: flex-start;
}
.monographs .mono__box .mono__item {
  width: calc(33.33% - 30px);
  margin: 15px;
  padding-bottom: 100px;
}
.monographs .mono__box .mono__item .mi__main {
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.monographs .mono__box .mono__item .mi__title {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  padding-left: 100px;
}
.monographs .mono__box .mono__item .mi__title .mi__arrow {
  top: -20px;
  left: 0px;
  position: absolute;
}
.monographs .mono__box .mono__item .mi__title h5 {
  font-size: 20px;
  font-weight: 400;
  padding-top: 15px;
  color: #000;
}
.monographs .mono__box .mono__pdf {
  width: 100%;
  height: auto;
}
.monographs .mono__box .mono__pdf h4 {
  font-size: 56px;
  font-weight: 100;
  color: #000;
  text-align: center;
}
.monographs .mono__box .mono__pdf .mp__content {
  width: 100%;
  height: 500px;
  margin-top: 100px;
}

.certificates {
  width: 100%;
  height: auto;
}
.certificates .cert__block {
  width: 100%;
  height: auto;
  padding: 80px 0px;
}
.certificates .cert__block .cert__title {
  width: 100%;
  height: auto;
}
.certificates .cert__block .cert__title h4 {
  font-size: 30px;
  font-weight: 200;
  color: #000;
  max-width: 550px;
}
.certificates .cert__block .cert__items {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  padding-top: 70px;
}
.certificates .cert__block .cert__items .ci__left {
  width: 33.33%;
  height: auto;
  display: inline-flex;
  flex-direction: column;
  padding: 0px 70px;
}
.certificates .cert__block .cert__items .ci__left a {
  font-size: 16px;
  font-weight: 400;
  color: #00aeef;
  text-decoration: underline;
  margin-bottom: 5px;
}
.certificates .cert__block .cert__items .ci__items {
  width: 66.66%;
  height: auto;
}
.certificates .cert__block .cert__items .ci__items ul {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
.certificates .cert__block .cert__items .ci__items ul li {
  width: 50%;
  height: auto;
  padding: 7px 0px;
  list-style: none;
}
.certificates .cert__block .cert__items .ci__items ul li a {
  width: 100%;
  height: auto;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.certificates .cert__block .cert__items .ci__items ul li a img {
  width: 25px;
  object-fit: contain;
  margin-right: 15px;
}
.certificates .cert__block .cert__subs {
  width: 100%;
  height: auto;
  padding: 60px 0px;
  display: flex;
  flex-wrap: wrap;
}
.certificates .cert__block .cert__subs .cs__item {
  width: 33.33%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding-bottom: 70px;
}
.certificates .cert__block .cert__subs .cs__item h5 {
  font-size: 20px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
}
.certificates .cert__block .cert__subs .cs__item hr {
  width: 80px;
  height: 3px;
  border-radius: 2px;
  border: 0px;
  background-color: #00aeef;
}
.certificates .cert__block .cert__subs .cs__item ul {
  width: 100%;
  height: auto;
  padding-top: 30px;
  padding-left: 15px;
}
.certificates .cert__block .cert__subs .cs__item ul li {
  width: 100%;
  height: auto;
  font-size: 16px;
  font-weight: 400;
  color: #9a9a9a;
  padding: 3px 0px;
}
.certificates .certs__box {
  width: 100%;
  height: auto;
  min-height: 600px;
  position: relative;
  display: flex;
  align-items: center;
}
.certificates .certs__box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.certificates .certs__box .cb__block {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
.certificates .certs__box .cb__block .cb__content {
  clip-path: polygon(0 0, 75% 0%, 90% 100%, 0% 100%);
  background-color: red;
  padding: 40px;
  padding-right: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.7);
}
.certificates .certs__box .cb__block .cb__content h5 {
  font-size: 22px;
  font-weight: 400;
  color: #000;
  text-align: left;
  width: 100%;
  height: auto;
}
.certificates .certs__box .cb__block .cb__content p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  padding: 30px 0px;
  line-height: 28px;
}
.certificates .certs__box .cb__block .cb__content a {
  width: 150px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  color: #fff;
  align-items: center;
  border-radius: 20px;
  font-weight: 600;
  background: rgb(14, 172, 237);
  background: -moz-linear-gradient(90deg, rgb(14, 172, 237) 0%, rgb(95, 27, 174) 100%);
  background: -webkit-linear-gradient(90deg, rgb(14, 172, 237) 0%, rgb(95, 27, 174) 100%);
  background: linear-gradient(90deg, rgb(14, 172, 237) 0%, rgb(95, 27, 174) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0eaced",endColorstr="#5f1bae",GradientType=1);
}

.worldwide {
  width: 100%;
  height: auto;
  padding: 50px 0px;
}
.worldwide .ww__block {
  width: 100%;
  height: auto;
}
.worldwide .ww__block .ww__title {
  width: 100%;
  height: auto;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.worldwide .ww__block .ww__title h4 {
  font-size: 66px;
  font-weight: 100;
  color: #000;
  text-align: left;
}
.worldwide .ww__block .ww__title hr {
  width: 350px;
  height: 4px;
  border-radius: 3px;
  border: 0px;
  background-color: #00aeef;
}
.worldwide .ww__block .ww__items {
  width: 100%;
  height: auto;
  padding: 50px 0px;
  display: flex;
  align-items: flex-start;
  padding-top: 80px;
}
.worldwide .ww__block .ww__items .ww__list {
  min-width: 480px;
  width: 480px;
  max-width: 100%;
}
.worldwide .ww__block .ww__items .ww__list ul {
  display: flex;
  flex-direction: column;
}
.worldwide .ww__block .ww__items .ww__list ul li {
  list-style: none;
  display: inline-flex;
  align-items: center;
  margin: 10px 0px;
  cursor: pointer;
  padding-left: 50px;
  position: relative;
}
.worldwide .ww__block .ww__items .ww__list ul li.active::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0px;
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background-color: #00aeef;
  transform: translateY(-50%);
}
.worldwide .ww__block .ww__items .ww__list ul li.active span {
  font-weight: 600;
}
.worldwide .ww__block .ww__items .ww__list ul li img {
  width: 35px;
  height: 35px;
  object-fit: contain;
  margin-right: 15px;
}
.worldwide .ww__block .ww__items .ww__list ul li span {
  font-size: 18px;
  font-weight: 400;
  color: #9a9a9a;
}
.worldwide .ww__block .ww__items .ww__content {
  width: 100%;
  height: auto;
  padding-left: 100px;
}
.worldwide .ww__block .ww__items .ww__content .wwc__item {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  display: none;
  flex-direction: column;
}
.worldwide .ww__block .ww__items .ww__content .wwc__item.active{display:flex;}
.worldwide .ww__block .ww__items .ww__content .wwc__item h4 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}
.worldwide .ww__block .ww__items .ww__content .wwc__item p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  padding: 20px 0px;
}
.worldwide .ww__block .ww__items .ww__content .wwc__item .wwc__double {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  padding-top: 50px;
}
.worldwide .ww__block .ww__items .ww__content .wwc__item .wwc__double .wwc__single {
  width: 50%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.worldwide .ww__block .ww__items .ww__content .wwc__item .wwc__double .wwc__single h5 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}
.worldwide .ww__block .ww__items .ww__content .wwc__item .wwc__double .wwc__single span {
  font-size: 16px;
  font-weight: 300;
  color: #00aeef;
  padding-bottom: 5px;
}
.worldwide .ww__block .ww__items .ww__content .wwc__item .wwc__double .wwc__single ul li {
  width: 100%;
  list-style: none;
  padding-bottom: 10px;
  display: inline-flex;
  align-items: center;
}
.worldwide .ww__block .ww__items .ww__content .wwc__item .wwc__double .wwc__single ul li img {
  margin-right: 10px;
  width: 15px;
  display: inline-block;
  object-fit: contain;
}
.worldwide .ww__block .ww__items .ww__content .wwc__item .wwc__double .wwc__single ul li em {
  font-style: normal;
  font-size: 16px;
  font-weight: 300;
  color: #000;
}
.worldwide .ww__block .ww__items .ww__content .wwc__item .wwc__double .wwc__single ul li em a {
  color: #00aeef;
  text-decoration: underline;
}

.page__color__title {
  width: 100%;
  height: auto;
  position: relative;
}
.page__color__title::before {
  width: 50%;
  height: 400px;
  position: absolute;
  left: 0px;
  left: -120px;
  transform: skew(30deg);
  background: rgb(14, 172, 237);
  background: -moz-linear-gradient(90deg, rgb(14, 172, 237) 25%, rgb(95, 27, 174) 100%);
  background: -webkit-linear-gradient(90deg, rgb(14, 172, 237) 25%, rgb(95, 27, 174) 100%);
  background: linear-gradient(90deg, rgb(14, 172, 237) 25%, rgb(95, 27, 174) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0eaced",endColorstr="#5f1bae",GradientType=1);
  content: "";
  z-index: 2;
}
.page__color__title img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.page__color__title .pct__block {
  width: 100%;
  height: 400px;
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
}
.page__color__title .pct__block h4 {
  font-size: 56px;
  font-weight: 100;
  color: #fff;
}

.pharma {
  width: 100%;
  height: auto;
  padding: 60px 0px;
}
.pharma .pharma__title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.pharma .pharma__title h4 {
  font-size: 56px;
  font-weight: 100;
  color: #000;
  margin-bottom: 40px;
}
.pharma .pharma__title p {
  font-size: 16px;
  font-weight: 400;
  color: #9a9a9a;
  line-height: 28px;
}
.pharma .pharma__list {
  width: 100%;
  height: auto;
  padding-top: 100px;
  display: flex;
  align-items: flex-start;
}
.pharma .pharma__list .pl__item {
  width: calc(33.33% - 20px);
  margin: 10px;
  height: auto;
}
.pharma .pharma__list .pl__item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.pharma .pharma__list .pl__item .pli__content {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  align-items: center;
}
.pharma .pharma__list .pl__item .pli__content .pli__arrow {
  min-width: 80px;
  margin-top: -20px;
}
.pharma .pharma__list .pl__item .pli__content h4 {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  padding: 0px 25px;
}

.products {
  width: 100%;
  height: auto;
  padding: 80px 0px;
}
.products.plist .products__box .products__filters {
  width: 350px;
  min-width: 350px;
}
.products .products__block {
  width: 100%;
  height: auto;
}
.products .products__block .products__title {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products .products__block .products__title h3 {
  font-size: 52px;
  font-weight: 700;
  color: #000;
}
.products .products__box {
  width: 100%;
  height: auto;
  padding-top: 80px;
  display: flex;
  align-items: flex-start;
}
.products .products__box .products__filters {
  width: 250px;
  min-width: 250px;
  height: auto;
}
.products .products__box .products__filters .filter__all {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #d7d7d7;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.products .products__box .products__filters .filter__all span {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.products .products__box .products__filters input {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #d7d7d7;
}
.products .products__box .products__filters .filter__box {
  width: 100%;
  height: auto;
}
.products .products__box .products__filters .filter__box .filter__title {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #d7d7d7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.products .products__box .products__filters .filter__box .filter__title h4 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.products .products__box .products__filters .filter__box .filter__title svg {
  transform: rotate(180deg);
}
.products .products__box .products__filters .filter__box .filter__list {
  width: 100%;
  height: auto;
  padding: 35px 0px;
  padding-left: 30px;
}
.products .products__box .products__filters .filter__box .filter__list ul li {
  list-style: none;
  width: 100%;
  height: auto;
  padding: 7px 0px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.products .products__box .products__filters .filter__box .filter__list ul li.active {
  font-weight: 700;
  text-decoration: underline;
  color: #00aeef;
}
.products .products__box .products__filters .filter__box .filter__list ul li.active svg {
  transform: rotate(180deg);
}
.products .products__box .products__filters .filter__box .filter__list ul li svg {
  transform: rotate(90deg);
}
.products .products__box .plist__items {
  width: 100%;
  height: auto;
  padding-left: 50px;
  display: none;
  align-items: center;
}
.products .products__box .plist__items.active{display:flex;}
.products .products__box .plist__items .plist__item {
  width: calc(33.33% - 20px);
  margin: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.products .products__box .plist__items .plist__item img {
  margin-right: 30px;
}
.products .products__box .plist__items .plist__item span {
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.products .products__box .products__list {
  width: 100%;
  height: auto;
  padding-left: 50px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.products .products__box .products__list .product__item {
  width: calc(33.33% - 20px);
  height: auto;
  margin: 10px;
  cursor: pointer;
}
.products .products__box .products__list .product__item:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}
.products .products__box .products__list .product__item .pi__image {
  width: 100%;
  height: 250px;
}
.products .products__box .products__list .product__item .pi__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.products .products__box .products__list .product__item .pi__content {
  width: 100%;
  height: auto;
  padding: 10px 20px;
}
.products .products__box .products__list .product__item .pi__content h4 {
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.products .products__box .products__list .product__item .pi__content p {
  padding: 10px 0px;
  font-size: 16px;
  font-weight: 400;
  color: #9a9a9a;
}

.product {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: 2px;
}
.product .product__box {
  width: 100%;
  height: auto;
  min-height: 300px;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 32%, rgb(0, 173, 238) 59%, rgb(91, 32, 177) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 32%, rgb(0, 173, 238) 59%, rgb(91, 32, 177) 100%);
  background: linear-gradient(90deg, rgb(255, 255, 255) 32%, rgb(0, 173, 238) 59%, rgb(91, 32, 177) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#5b20b1",GradientType=1);
  position: relative;
}
.product .product__box::before {
  position: absolute;
  width: 60%;
  transform: skew(15deg);
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #fff;
  z-index: 2;
  content: "";
}
.product .product__box .pb__inside {
  width: 100%;
  height: auto;
  min-height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9;
}
.product .product__box .pb__inside .product__content {
  width: 50%;
  height: auto;
  padding-top: 80px;
  font-size: 14px;
  color: #515151;
  padding-bottom: 20px;
}
.product .product__box .pb__inside .product__content h3 {
  font-size: 32px;
  font-weight: 400;
  color: #000;
}
.product .product__box .pb__inside .product__content p {
  padding: 10px 0px;
  font-size: 14px;
  font-weight: 300;
  color: #000;
}
.product .product__box .pb__inside .product__content ul li {
  font-size: 14px;
  font-weight: 300;
  color: #000;
  list-style: none;
  position: relative;
  line-height: 18px;
  padding-left: 10px;
  padding-bottom: 10px;
}
.product .product__box .pb__inside .product__content ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #9a9a9a;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0px;
}
.product .product__box .pb__inside .product__content a {
  width: 180px;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 20px;
  display: inline-flex;
  justify-content: center;
  color: #fff;
  align-items: center;
  border-radius: 30px;
  font-weight: 600;
  background: rgb(14, 172, 237);
  background: -moz-linear-gradient(90deg, rgb(14, 172, 237) 0%, rgb(95, 27, 174) 100%);
  background: -webkit-linear-gradient(90deg, rgb(14, 172, 237) 0%, rgb(95, 27, 174) 100%);
  background: linear-gradient(90deg, rgb(14, 172, 237) 0%, rgb(95, 27, 174) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0eaced",endColorstr="#5f1bae",GradientType=1);
}
.product .product__box .pb__inside .product__image {
  width: 50%;
  height: auto;
  padding-left: 100px;
}
.product .product__block {
  width: 100%;
  height: auto;
  padding: 80px 0px;
}
.product .product__block .product__warning {
  width: 100%;
  height: auto;
  padding: 20px 20px;
  text-align: center;
  background-color: #1d40af;
}
.product .product__block .product__warning p {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
.product .product__block .product__similar {
  width: 100%;
  height: auto;
  padding-top: 100px;
}
.product .product__block .product__similar .ps__title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.product .product__block .product__similar .ps__title h4 {
  font-size: 56px;
  font-weight: 100;
  color: #000;
}
.product .product__block .product__similar .ps__title hr {
  width: 350px;
  height: 4px;
  background-color: #00aeef;
  border: 0px;
  margin-left: 220px;
  margin-top: 15px;
}
.product .product__block .product__similar .ps__list {
  width: 100%;
  height: auto;
  display: flex;
  align-content: center;
  padding-top: 30px;
}
.product .product__block .product__similar .ps__list .ps__item {
  width: calc(25% - 20px);
  height: auto;
  margin: 10px;
  cursor: pointer;
}
.product .product__block .product__similar .ps__list .ps__item:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}
.product .product__block .product__similar .ps__list .ps__item .ps__image {
  width: 100%;
  height: 250px;
}
.product .product__block .product__similar .ps__list .ps__item .ps__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product .product__block .product__similar .ps__list .ps__item .ps__content {
  padding: 20px;
}
.product .product__block .product__similar .ps__list .ps__item .ps__content h4 {
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.product .product__block .product__similar .ps__list .ps__item .ps__content p {
  font-size: 16px;
  font-weight: 400;
  color: #9a9a9a;
  padding-top: 5px;
}

.pharm__overview {
  width: 100%;
  height: auto;
}
.pharm__overview .po__image {
  width: 100%;
  height: 250px;
}
.pharm__overview .po__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pharm__overview .po__block {
  width: 100%;
  height: auto;
}
.pharm__overview .po__block .po__title {
  width: 100%;
  height: auto;
  padding: 60px 0px;
}
.pharm__overview .po__block .po__title h3 {
  font-size: 56px;
  font-weight: 100;
  color: #000;
  text-align: center;
}
.pharm__overview .po__block .po__tabs {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pharm__overview .po__block .po__tabs ul {
  display: flex;
  align-items: center;
}
.pharm__overview .po__block .po__tabs ul li {
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  list-style: none;
  margin: 0px 10px;
}
.pharm__overview .po__block .po__tabs ul li.active {
  color: #00aeef;
  border-bottom: 2px solid #00aeef;
}
.pharm__overview .po__block .po__content {
  width: 100%;
  height: auto;
  padding: 50px 0px;
  display:none;
}
.pharm__overview .po__block .po__content.active{
  display:block;
}
.pharm__overview .po__block .po__content h5 {
  font-size: 20px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  padding-bottom: 10px;
}
.pharm__overview .po__block .po__content h4 {
  font-size: 22px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.8);
  padding: 10px 0px;
}
.pharm__overview .po__block .po__content p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  padding: 12px 0px;
}

.news {
  width: 100%;
  height: auto;
}
.news .news__block {
  width: 100%;
  height: auto;
}
.news .news__block .news__title {
  width: 100%;
  height: auto;
  text-align: center;
}
.news .news__block .news__list {
  width: 100%;
  height: auto;
  padding-top: 70px;
  display: flex;
  align-items: flex-start;
}
.news .news__block .news__list .news__left {
  width: 200px;
  height: auto;
  min-width: 200px;
}
.news .news__block .news__list .news__left ul li {
  list-style: none;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 20px 0px;
  position: relative;
}
.news .news__block .news__list .news__left ul li a{
  font-size: 20px;
  font-weight: 400;color:#000;}
.news .news__block .news__list .news__left ul li.active a {
  color: #00aeef;
  font-weight: 700;
  font-size:20px;
}
.news .news__block .news__list .news__left ul li.active::before {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 40px;
  height: 4px;
  background-color: #00aeef;
  content: "";
  transform: translateY(-50%);
}
.news .news__block .news__list .news__right {
  width: 100%;
  height: auto;
  padding-left: 50px;
}
.news .news__block .news__list .news__right .nitems {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.news .news__block .news__list .news__right .nitems .news__item {
  width: calc(50% - 30px);
  margin: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d7d7d7;
  height: auto;
  min-height: 180px;
  margin-bottom: 20px;
  position: relative;
}
.news .news__block .news__list .news__right .nitems .news__item span {
  font-size: 14px;
  font-weight: 300;
  color: #00aeef;
}
.news .news__block .news__list .news__right .nitems .news__item h4 {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 22px;
  padding: 10px 0px;
}
.news .news__block .news__list .news__right .nitems .news__item a {
  font-size: 14px;
  font-weight: 300;
  color: #00aeef;
  text-decoration: underline;
  position: absolute;
  left: 0px;
  bottom: 20px;
}

.video__gallery {
  width: 100%;
  height: auto;
  padding: 100px 0px;
}
.video__gallery .vg__block {
  width: 100%;
  height: auto;
}
.video__gallery .vg__block .vg__title {
  width: 100%;
  height: auto;
  padding-left: 70px;
  display: flex;
  flex-direction: column;
}
.video__gallery .vg__block .vg__title h3 {
  font-size: 56px;
  font-weight: 400;
  color: #000;
}
.video__gallery .vg__block .vg__title hr {
  width: 300px;
  height: 4px;
  border: 0px;
  background-color: #00aeef;
  margin-left: 300px;
  margin-top: 20px;
}
.video__gallery .vg__block .vg__list {
  width: 100%;
  height: auto;
  display: flex;
  padding-top: 50px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.video__gallery .vg__block .vg__list .vg__item {
  width: calc(25% - 30px);
  height: auto;
  margin: 15px;
}
.video__gallery .vg__block .vg__list .vg__item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.video__gallery .vg__block .vg__list .vg__item h4 {
  padding-top: 20px;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  min-height: 100px;
}
.video__gallery .vg__block .vg__list .vg__item a {
  font-size: 16px;
  font-weight: 400;
  color: #00aeef;
  text-decoration: underline;
}

.contact {
  width: 100%;
  height: auto;
  padding-bottom: 150px;
}
.contact .contact__box {
  width: 100%;
  height: auto;
  position: relative;
}
.contact .contact__box img.cb__main {
  width: 100%;
  height: 380px;
  object-fit: cover;
}
.contact .contact__box .contact__block {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-end;
  margin-top: -180px;
}
.contact .contact__box .contact__block .contact__content {
  display: flex;
  align-items: flex-start;
  padding: 50px;
  height: 280px;
  min-width: 660px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 17% 100%);
  background: rgb(95, 25, 174);
  background: -moz-linear-gradient(90deg, rgb(95, 25, 174) 0%, rgb(8, 170, 237) 100%);
  background: -webkit-linear-gradient(90deg, rgb(95, 25, 174) 0%, rgb(8, 170, 237) 100%);
  background: linear-gradient(90deg, rgb(95, 25, 174) 0%, rgb(8, 170, 237) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5f19ae",endColorstr="#08aaed",GradientType=1);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.contact .contact__box .contact__block .contact__content .cc__left h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.contact .contact__box .contact__block .contact__content .cc__left p {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  line-height: 20px;
  padding-top: 20px;
}
.contact .contact__box .contact__block .contact__content .cc__right {
  margin-left: 50px;
  padding-top: 50px;
}
.contact .contact__box .contact__block .contact__content .cc__right ul li {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 10px 0px;
}
.contact .contact__box .contact__block .contact__content .cc__right ul li img {
  margin-right: 10px;
}
.contact .contact__box .contact__block .contact__content .cc__right ul li span {
  font-size: 14px;
  font-weight: 200;
  color: #fff;
}

.show__mobile {
  display: none;
}

.modal{
  width:100%;
  height:100vh;
  position:fixed;
  top:0px;
  left:0px;
  display:none;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}
.modal.active{
  display:flex;}
.modal .modal__box{
  width:100%;
  max-width: 500px;
  height:auto;
  padding:30px;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0,0,0,.25);
  border-radius: 5px;
}
.modal .modal__box p{
  font-size:14px;
  font-weight: 400;
  color:#000;
  text-align: center;
}

.modal .modal__box .modal__buttons{
  width:100%;
  height:auto;
  padding-top:20px;
  display: flex;
  align-items: center;

}
.modal .modal__box .modal__buttons .mb{
  width:50%;
  height:auto;
  padding:10px 0px;
  display:flex;
  align-items: center;
  justify-content: center;
  border-right:1px solid #00aeef;
}
.modal .modal__box .modal__buttons .mb:last-child{border:0px;}
.modal .modal__box .modal__buttons .mb:last-child button{
  width: 150px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  color: #fff;
  align-items: center;
  border-radius: 20px;
  font-weight: 600;
  background: rgb(14, 172, 237);
  background: -moz-linear-gradient(90deg, rgb(14, 172, 237) 0%, rgb(95, 27, 174) 100%);
  background: -webkit-linear-gradient(90deg, rgb(14, 172, 237) 0%, rgb(95, 27, 174) 100%);
  background: linear-gradient(90deg, rgb(14, 172, 237) 0%, rgb(95, 27, 174) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0eaced",endColorstr="#5f1bae",GradientType=1);
  border:0px;
  text-transform: uppercase;
  cursor: pointer;
}
.modal .modal__box .modal__buttons .mb:first-child button{
  font-size:16px;
  font-weight: 400;
  color:#000;
  border:0px;
  text-transform: uppercase;
  background-color: transparent;
  cursor: pointer;
}

@media screen and (max-width: 1040px) {
  .show__mobile {
    display: block;
  }
  .header .header__block .header__nav ul {
    display: block;
    max-height: 80vh;
    overflow-y: scroll;
  }
  .show__mobile .top {
    width: 100%;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px solid #515151;
  }
  
  .cookies .buttons {
    flex-direction: column;
    align-items: center;
  }
  .cookies .buttons button {
    margin-bottom: 10px;
    max-width: fit-content;
  }
  .header .header__block .header__top .header__logo img {
    max-height: 60px;
    padding-bottom: 10px;
  }
  .header .header__block .header__top .header__right .header__global {
    display: none;
  }
  .header .header__block .header__top .header__right .header__langs {
    display: none;
  }
  .header .header__block .header__top .header__right .header__hamb svg {
    width: 40px;
    height: 40px;
    margin-left: 20px;
    object-fit: cover;
  }
  .header .header__block .header__nav .top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .header .header__block .header__nav {
    position: fixed;
    top: 0px;
    left: 0px;
    overflow: hidden;
    background-color: #fff;
    z-index: 999;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: flex-start;
    display: none;
    padding-top: 100px;
  }
  .header .header__block .header__nav .header__langs {
    display: flex;
    align-items: center;
  }
  .header .header__block .header__nav .header__langs a {
    display: inline-flex;
    padding: 0px 8px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #000;
  }
  .header .header__block .header__nav .header__langs a::after {
    content: "/";
    position: absolute;
    top: 0px;
    right: -4px;
    color: #000;
  }
  .header .header__block .header__nav .header__langs a:last-child::after {
    display: none;
  }
  .header .header__block .header__nav .header__langs a.active {
    color: #00aeef;
  }
  .header .header__block .header__nav .header__global {
    padding: 0px 20px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    cursor: pointer;
  }
  .header .header__block .header__nav .header__global.active{
    color:#00aeef;
  }
  .header .header__block .header__nav .header__global img {
    margin-left: 10px;
    transform: rotate(180deg);
  }
  .header .header__block .header__nav .header__global.active img{
    transform: rotate(0deg);
    filter: invert(57%) sepia(42%) saturate(4005%) hue-rotate(161deg) brightness(95%) contrast(103%);
  }
  .header .header__block .header__nav .header__close {
    width: 90px;
    height: 80px;
    border-radius: 4px;
    background: linear-gradient(90deg, rgb(14, 172, 237) 0%, rgb(95, 27, 174) 100%);
    font-size: 26px;
    font-weight: 600;
    display: flex;
    align-items: center;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 36% 100%);

    color: #fff;
    font-size: 36px;
    padding-left: 50px;
    box-sizing: border-box;
    top: 0;
    right: 0;
  }
  .header .header__block .header__nav.active {
    display: flex;
  }
  .header .header__block .header__nav ul {
    flex-direction: column;
    width: 100%;
  }
  .header .header__block .header__nav ul li {
    width: 100%;
    height: auto;
    min-height: 60px;
    align-items: center;
    border-bottom: 1px solid #d7d7d7;
    flex-direction: column;
    justify-content: center;
  }
  .header .header__block .header__nav ul li a {
    font-size: 18px;
  }
  .header .header__block .header__nav ul li .nav__box {
    position: relative;
    display: none;
    top: 0px;
  }
  .header .header__block .header__nav ul li .nav__box::after {
    display: none;
  }
  .header .header__block .header__nav ul li .nav__box .nav__list {
    width: 100%;
    max-width: 100%;
  }
  .header .header__block .header__nav ul li.active .nav__box {
    display: block;
  }

  .slider .slider__block .slide .slide__block .slide__left .slide__nav span {
    width: 50px;
  }
  .slider .slider__block .slide .slide__block .slide__left h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .slider .slider__block .slide .slide__block .slide__left p {
    font-size: 14px;
    line-height: 20px;
  }

  .extra__page__title .pt__block {
    flex-wrap: wrap;
  }
  .extra__page__title .pt__block .pt__title {
    width: 100%;
    order: 2;
    align-items: flex-start;
    padding-top: 20px;
  }
  .extra__page__title .pt__block .pt__image {
    width: 100%;
    height: auto;
    position: relative;
    order: 1;
    display: flex;
    justify-content: flex-end;
  }
  .extra__page__title .pt__block .pt__image img {
    max-width: 100%;
    height: 200px;
  }

  .single__page .sp__block .sp__image {
    height: 250px;
    width: 100%;
  }
  .single__page .sp__block .sp__inside {
    padding-top: 300px;
  }
  .single__page .sp__block .sp__inside .spi__left {
    padding-top: 20px;
    width: 100%;
  }
  .single__page .sp__block .sp__inside .spi__left .spi__title h4 {
    font-size: 26px;
  }

  .certificates .cert__block .cert__items {
    flex-wrap: wrap;
    padding: 20px;
  }
  .certificates .cert__block .cert__items .ci__left {
    width: 100%;
    height: auto;
    padding: 0px;
  }
  .certificates .cert__block .cert__items .ci__items ul li {
    width: 100%;
  }
  .certificates .cert__block .cert__subs .cs__item {
    width: 100%;
    padding-bottom: 40px;
  }
  .certificates .certs__box .cb__block .cb__content {
    padding-right: 0px;
    clip-path: none;
  }

  .monographs .mono__box {
    flex-wrap: wrap;
  }
  .monographs .mono__box .mono__item {
    width: 100%;
    margin: 15px 0px;
  }

  .tabsinfo .ti__block .ti__box .ti__tabs ul {
    flex-wrap: wrap;
  }
  .tabsinfo .ti__block .ti__box .ti__tabs ul li {
    width: 50%;
    font-size: 16px;
  }

  .pharma .pharma__list {
    flex-wrap: wrap;
  }
  .pharma .pharma__list .pl__item {
    width: 100%;
  }

  .page__color__title .pct__block h4 {
    font-size: 32px;
  }

  .post__page .pp__block {
    flex-wrap: wrap;
  }
  .post__page .pp__block .pp__content {
    width: 100%;
    padding-right: 0px;
  }
  .post__page .pp__block .pp__sidebar {
    width: 100%;
  }

  .products .products__block .products__title h3 {
    font-size: 32px;
  }
  .products .products__box {
    flex-wrap: wrap;
  }
  .products .products__box .products__filters {
    width: 100%;
    min-width: unset;
  }
  .products .products__box .products__list {
    padding-left: 0px;
  }
  .products .products__box .products__list .product__item {
    width: 100%;
    margin: 10px 0px;
  }

  .video__gallery .vg__block .vg__list .vg__item {
    width: calc(33.33% - 30px);
  }

  .worldwide .ww__block .ww__items .ww__list {
    min-width: 300px;
    width: 300px;
  }
}
@media screen and (max-width: 880px) {
  .news .news__block .news__list {
    flex-wrap: wrap;
  }
  .news .news__block .news__list .news__left {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .news .news__block .news__list .news__left ul {
    display: flex;
    align-items: center;
  }
  .news .news__block .news__list .news__left ul li {
    width: auto;
    margin: 0px 20px;
  }
  .news .news__block .news__list .news__left ul li::before {
    display: none;
  }
  .news .news__block .news__list .news__right {
    padding-left: 0px;
  }

  .ceo.bigger .ceo__block {
    flex-wrap: wrap;
  }

  .counter .counter__box {
    flex-wrap: wrap;
    transform: translateY(150px);
  }
  .counter .counter__box .counter__item {
    width: 100%;
  }

  .ceo .ceo__block {
    flex-wrap: wrap;
  }
  .ceo .ceo__block .ceo__image {
    max-width: 100%;
    margin-right: 0px;
  }
  .ceo .ceo__block .ceo__image img {
    max-width: 100%;
  }

  .values .values__items {
    flex-wrap: wrap;
  }
  .values .values__items .values__item {
    width: 100%;
    padding: 0px;
  }

  .product .product__box {
    background-color: #fff;
    background: #fff;
  }
  .product .product__box::before {
    display: none;
  }
  .product .product__box .pb__inside {
    flex-wrap: wrap;
  }
  .product .product__box .pb__inside .product__content {
    width: 100%;
    order: 2;
  }
  .product .product__box .pb__inside .product__image {
    width: 100%;
    padding-left: 0px;
    order: 1;
    display: flex;
    justify-content: center;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(90deg, rgb(0, 173, 238) 0%, rgb(91, 32, 177) 100%);
    background: -webkit-linear-gradient(90deg, rgb(0, 173, 238) 0%, rgb(91, 32, 177) 100%);
    background: linear-gradient(90deg, rgb(0, 173, 238) 0%, rgb(91, 32, 177) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#5b20b1",GradientType=1);
  }
  .product .product__block .product__similar .ps__list {
    flex-wrap: wrap;
  }
  .product .product__block .product__similar .ps__list .ps__item {
    width: calc(50% - 20px);
  }

  .products.plist .products__box {
    flex-wrap: wrap;
  }
  .products.plist .products__box .products__filters {
    width: 100%;
    min-width: unset;
  }
  .products.plist .products__box .plist__items {
    padding-left: 0px;
  }
  .products.plist .products__box .plist__items .plist__item {
    width: 100%;
    margin: 10px 0px;
  }

  .video__gallery .vg__block .vg__title hr {
    display: none;
  }

  .worldwide .ww__block .ww__items .ww__list {
    min-width: 200px;
    width: 200px;
  }
  .worldwide .ww__block .ww__items .ww__content .wwc__item .wwc__double {
    flex-wrap: wrap;
  }
  .worldwide .ww__block .ww__items .ww__content .wwc__item .wwc__double .wwc__single {
    width: 100%;
    margin-bottom: 15px;
  }
}
.slider .slider__block .slide .slide__block .slide__left .overlay-mobile-image {
  display: none;
}
@media screen and (max-width: 760px) {
  .slider .slider__block .slide .slide__block .slide__left .overlay-mobile-image {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 760px;
    height: auto;
    z-index: -1;
    top:100px;
  }
  .cont-no-padding {
    padding: 0 !important;
  }
  .slider .slider__block .slide {
    background-color: none !important;
  }
  .slider .slider__block .slide .slide__block .slide__left {
    padding: 0;
  }
  .slider .slider__block .slick-dots {
    right: 50%;
    transform: translateX(50%);
    width: 100%;
    top: 20px;

  }

  .slider .slider__block .slick-dots li button{
    width: 40px !important;
    margin: 0 5px;
  }
  .reaction_modal .buttons {
    flex-direction: column;
    align-items: center;
  }
  .reaction_modal .buttons a{
    margin-bottom: 20px;
  }
  .slider .slider__block .slide {
  
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0eaced",endColorstr="#5f1bae",GradientType=1);
  }
  .slider .slider__block .slide::before {
    display: none;
  }
  .single__page-content .container {
    padding: 100px 25px;
  }
  .slider .slider__block .slide .slide__image {
    width: 100%;
    height: 380px;
  }
  .slider .slider__block .slide .slide__block {
    flex-wrap: wrap;
  }
  .slider .slider__block .slide .slide__block .slide__left {
    width: 100%;
    height: auto;
    padding: 0px 20px;
    padding-top: 350px;
    padding-bottom: 20px;
  }
  .slider .slider__block .slide .slide__block .slide__left .slide__nav {
    display: none;
  }

  .news {
    padding: 30px 0px;
  }
  .news .news__block .news__list {
    flex-wrap: wrap;
  }
  .news .news__block .news__list .news__featured {
    width: 100%;
    height: auto;
    padding-right: 0px;
    margin-bottom: 20px;
  }
  .news .news__block .news__list .news__featured img {
    height: 400px;
  }
  .news .news__block .news__list .news__items {
    max-width: 100%;
    height: auto;
  }
  .news .news__block .news__list .news__items .news__item {
    margin-bottom: 20px;
  }

  .home__products {
    padding: 30px 0px;
  }
  .home__products .hp__block .hp__item {
    flex-wrap: wrap;
  }
  .home__products .hp__block .hp__item .hpi__image {
    width: 100%;
    margin-bottom: 20px;
  }
  .home__products .hp__block .hp__item .hpi__content {
    padding-left: 115px;
  }
  .home__products .hp__block .hp__item .hpi__content h5 {
    font-size: 14px;
  }
  .home__products .hp__block .hp__item .hpi__content p {
    font-size: 14px;
  }

  .video .video__block {
    flex-wrap: wrap;
  }
  .video .video__block .vb__left {
    width: 100%;
    order: 2;
  }
  .video .video__block .vb__right {
    width: 100%;
    order: 1;
  }

  .socials .socials__block .socials__items {
    flex-wrap: wrap;
  }
  .socials .socials__block .socials__items .socials__item {
    width: calc(50% - 20px);
  }
  .socials .socials__block .socials__items .socials__item .si__image {
    height: 220px;
  }

  .footer .footer__block .footer__lists {
    flex-wrap: wrap;
  }
  .footer .footer__block .footer__lists .footer__list {
    width: 50%;
    margin-bottom: 20px;
  }
  .footer .footer__block .footer__info {
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer .footer__block .footer__info .fi__left {
    width: 100%;
    text-align: center;
  }
  .footer .footer__block .footer__info .fi__left ul li::after {
    display: none;
  }
  .footer .footer__block .footer__info .follow {
    align-items: center;
    margin-top: 30px;
  }

  .page__extra__content {
    padding: 50px 0px;
  }
  .page__extra__content .pec__content {
    padding: 0px 0px;
  }

  .tabsinfo .ti__block .ti__box {
    padding: 50px 30px;
  }
  .tabsinfo .ti__block .ti__box .ti__content {
    padding: 20px;
  }
}
@media screen and (max-width: 680px) {
  .worldwide .ww__block .ww__title h4 {
    font-size: 36px;
  }
  .worldwide .ww__block .ww__select {
    width: 100%;
    padding: 20px 0px;
  }
  .worldwide .ww__block .ww__select select {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    border: 1px solid #d7d7d7;
    padding-left: 15px;
  }
  .worldwide .ww__block .ww__items .ww__list {
    display: none;
  }
  .worldwide .ww__block .ww__items .ww__content {
    padding-left: 0px;
  }

  .header .header__block .header__top .header__right .search__box {
    width: 200px;
  }
  .header .header__block .header__top .header__right .search__box input {
    width: 200px;
  }
}
@media screen and (max-width: 620px) {
  .news .news__block .news__list .news__right .nitems .news__item {
    width: 100%;
  }

  .tabsinfo .ti__image img {
    height: 300px;
    object-fit: cover;
  }

  .product .product__block .product__similar .ps__list .ps__item {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 460px) {
  .socials .socials__block .socials__items .socials__item {
    width: 100%;
  }
  .socials .socials__block .socials__items .socials__item .si__image {
    height: 220px;
  }

  .footer .footer__block .footer__lists .footer__list {
    width: 100%;
  }

  .contact .contact__box .contact__block .contact__content {
    width: 100%;
    min-width: 100%;
    padding: 20px 40px;
    flex-wrap: wrap;
    clip-path: none;
  }
  .contact .contact__box .contact__block .contact__content .cc__left {
    width: 100%;
  }
  .contact .contact__box .contact__block .contact__content .cc__right {
    width: 100%;
    padding-left: 0px;
    margin-left: 0px;
  }

  .news .news__block .news__list .news__right .nitems .news__item {
    padding-bottom: 50px;
  }

  .tabsinfo .ti__block .ti__box .ti__tabs ul li {
    width: 100%;
  }

  .video__gallery .vg__block .vg__list .vg__item {
    width: 100%;
    margin: 15px 0px;
  }

  .header .header__block .header__top .header__right .search__box {
    width: 120px;
  }
  .header .header__block .header__top .header__right .search__box input {
    width: 120px;
  }
}

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