@charset "UTF-8";
/*  VARIABLES DE COLOR
–––––––––––––––––––––––––––*/
/*  GENERALES
–––––––––––––––––––––––––––*/
html {
  font-size: 14px;
  font-family: "PTSans";
}

ol li {
  margin-left: 20px;

  list-style-type: decimal;
}

html,
body,
ul,
ol {
  margin: 0;
  padding: 0;
}

body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 137px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;

  text-decoration: none;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
}

/* ------ Normalize ----- */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
}

ul,
li,
a {
  list-style: none;
  text-decoration: none;

  outline: none;
}

input {
  font-family: "Gilroy";

  background: transparent;
  border: none;
  outline: none;
}

.container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

/* ------ Ho ----- */
.dropdown {
  position: relative;
}
.dropdown-list {
  position: absolute;
  top: 29px;
  right: 0;
  z-index: 9999;

  display: none;
  width: 120px;

  background: #ffffff;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.dropdown-list li {
  text-align: left;
  text-align: center;
  white-space: nowrap;
}
.dropdown-list li a {
  display: flex;
  align-items: center;
  padding-left: 17px;
}
.dropdown-list li img {
  margin-right: 5px;
}
.dropdown-list li p {
  margin: 0;
}
.dropdown-list li:hover {
  color: #0045bf;

  background: #eff1f5;
}
.dropdown-list.active {
  display: inline-block;
}

div,
li {
  outline: none;
}

.fancybox-blue .fancybox-bg {
  background: #02183f;
  opacity: 0.8;
}

.fancybox-blue .fancybox-close-small svg {
  color: #f2f4f6;
}

.fancybox-cert .fancybox-content:before {
  content: " ";

  display: block;
  width: 130%;
  height: 130%;
  margin: -25% 0 0 -15%;

  background: #ffffff;
}

.form {
  display: none;
  width: 100%;
  max-width: 570px;

  background: #ffffff;
}
.form__title {
  font-weight: bold;
  font-size: 28px;
  color: #000000;
}
.form__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}
.form__list li {
  width: calc(50% - 15px);
  margin-bottom: 25px;

  font-size: 14px;
  color: #000000;
}
.form__list li span {
  color: #ff0000;
}
.form__list input {
  width: 100%;
  height: 45px;
  padding-left: 15px;

  font-size: 15px;
  line-height: 45px;

  border: 1px solid #eff1f5;
}
.form__icon {
  margin-right: 10px;

  vertical-align: middle;

  fill: #0045bf;
}
.form__message {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100px;
  max-height: 100px;
  margin-top: 5px;

  border: 1px solid #eff1f5;
}
.form__btn {
  display: block;
  width: 185px;
  height: 50px;
  margin: 0 auto;
  margin-top: 50px;

  font-weight: bold;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;

  background: #0045bf;
  border-radius: 5px;

  -webkit-transition: -webkit-box-shadow 0.4s ease;
  transition: -webkit-box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
}
.form__btn:hover {
  -webkit-box-shadow: 0 10px 15px rgba(0, 69, 191, 0.5);
  box-shadow: 0 10px 15px rgba(0, 69, 191, 0.5);
}
.form__file {
  margin-top: 15px;
}
.form__file__label {
  font-weight: bold;
  font-size: 14px;
  color: #0045bf;

  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.form__file__label svg {
  margin-right: 10px;

  vertical-align: middle;
}

#output li {
  margin-bottom: 15px;

  font-weight: bold;
  font-size: 14px;
  color: #000000;
}
#output li span.delete {
  margin-left: 15px;

  font-size: 14px;
  color: #ff0000;

  cursor: pointer;
}
#output li span.filesize {
  display: block;

  font-weight: normal;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}

.th {
  position: absolute;

  height: 55px;

  line-height: 55px !important;

  background: #ffffff;
}

#img,
#cert-modal {
  display: none;
}

#file {
  display: none;
}

.cant-scrl {
  overflow: hidden;
}

#overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;

  display: none;

  background: transparent;

  -webkit-transition: background 0.6s ease;
  transition: background 0.6s ease;
}
#overlay.active {
  display: block;

  background: rgba(2, 24, 63, 0.8);
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;

  background: #ffffff;
  border-bottom: 1px solid #f3f4f5;
}
.header__top {
  z-index: 999;

  height: 30px;

  background: #f3f4f5;
}
.header__top__contact {
  line-height: 30px;
  text-align: right;
}
.header__top__contact__item {
  display: inline-block;
  margin-left: 25px;

  font-size: 13px;
  color: rgba(0, 0, 0, 0.7);
}
.header__top__contact__item__img {
  margin-right: 8px;
}
.header__top__contact__item.dropdown {
  color: #1f242b;

  cursor: pointer;
}
.header__bottom {
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 105px;

  -webkit-transition: height 0.7s ease;
  transition: height 0.7s ease;
}
.header__bottom__scroll {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;

  height: 60px;

  background: #ffffff;
  border: 1px solid rgba(0, 69, 191, 0.3);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  opacity: 0;

  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.header__bottom__scroll__wrap {
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__bottom__scroll__active {
  z-index: 70;

  opacity: 1;
}

.nav__list__item {
  display: inline-block;
  margin-right: 45px;

  font-weight: bold;
  font-size: 20px;
  color: #1f242b;

  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.nav__list__item:hover {
  color: #0045bf;
}
.nav__list__item:last-child {
  margin-right: 0;
}

.nav-overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 30;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 0;
  overflow: hidden;

  background: #ffffff;

  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
}
.nav-overlay:after {
  content: " ";

  display: block;
  height: 100vh;

  background: #ffffff;
}
.nav-overlay__list {
  padding-top: 60px;
}
.nav-overlay__phone {
  margin-top: 30px;

  font-weight: bold;
  font-size: 21px;
  color: #0045bf;
}
.nav-overlay__mail {
  margin-top: 20px;

  font-weight: bold;
  font-size: 15px;
  color: #000000;
}
.nav-overlay__language {
  margin-top: 40px;
  padding-bottom: 60px;
}
.nav-overlay__language li {
  display: inline-block;
  margin-right: 15px;

  font-weight: normal;
  font-size: 14px;
  color: #000000;
}
.nav-overlay__language li a {
  display: flex;
  align-items: center;
}
.nav-overlay__language li:last-child {
  margin-right: 0;
}
.nav-overlay__language li img {
  margin-right: 5px;
}
.nav-overlay.open {
  height: 300px;
}

.search {
  position: relative;
  right: 0;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 5px;
  padding: 0 20px;
}
.search__input {
  position: absolute;
  right: 0;

  width: 0;
  height: 50px;
  padding: 0 60px 0 20px;

  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);

  background: #ffffff;
  border: 1px solid transparent;

  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;

  pointer-events: none;
}
.search.active form .search__input {
  width: 670px;

  border: 1px solid #eff1f5;

  pointer-events: auto;
}
.search svg {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;

  margin: auto;
}
.search__form {
  height: 50px;
}
.nav-icon {
  position: relative;

  display: none;
  width: 26px;
  height: 26px;

  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;

  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.nav-icon.open {
  z-index: 99;
}
.nav-icon span {
  position: absolute;
  left: 0;

  display: block;
  width: 100%;
  height: 2px;

  background: #0045bf;
  border-radius: 9px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;

  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.nav-icon span:nth-child(1) {
  top: 0;
}
.nav-icon span:nth-child(2),
.nav-icon span:nth-child(3) {
  top: 10px;
}
.nav-icon span:nth-child(4) {
  top: 20px;
}
.nav-icon.open span:nth-child(1) {
  top: 18px;
  left: 50%;

  width: 0;
}
.nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-icon.open span:nth-child(4) {
  top: 18px;
  left: 50%;

  width: 0;
}

.logo {
  overflow: hidden;
}

.logo__scroll {
  display: none;
}
.logo__scroll img {
  vertical-align: middle;
}
.logo__scroll img:last-child {
  margin-left: 15px;
}

.btn {
  display: block;
  width: 185px;
  height: 50px;

  font-weight: bold;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;

  background: #0045bf;
  border-radius: 5px;
}

.slider {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 650px;
  overflow: hidden;
}
.slider-item {
  position: relative;

  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;

  color: #ffffff;

  outline: none;
}
.slider-item__overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 650px;
}
.slider-item > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;

  width: 100%;
  height: 100%;
}
.slider-item__title {
  font-weight: bold;
  font-size: 44px;
  line-height: 52px;
}
.slider-item__text {
  margin-top: 30px;

  font-size: 18px;
  line-height: 28px;
}
.slider-item__btn {
  width: 245px;
  height: 60px;
  margin-top: 38px;

  font-size: 18px;
  line-height: 60px;

  outline: none;
}
.slider-item__next,
.slider-item__prev {
  position: absolute;
  right: 0;
  bottom: 25px;
  z-index: 20;

  width: 54px;
  height: 54px;
  margin-right: 40px;

  line-height: 60px;
  text-align: center;

  border: 1px solid #f3f4f5;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  cursor: pointer;
  opacity: 0.5;
}
.slider-item__next {
  right: 54px;

  border-left: none;
}
.slider-dots {
  bottom: 30px;

  height: 0;
  margin-left: 40px;

  text-align: left;
}
.slider-dots li {
  padding: 0 15px;
}
.slider-dots li button:before {
  content: " ";

  width: 29px;
  height: 3px;

  background: #ffffff;
  opacity: 0.3;
}
.slider-dots li.slick-active button:before {
  background: #0045bf;
}

.title {
  font-weight: bold;
  font-size: 44px;
  color: #1f242b;
}

.products {
  padding: 100px 0 80px;

  background: #f9f9fa;
}
.products__title__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.products__title__link span {
  font-size: 13px;
  line-height: 16px;
  color: #0045bf;

  border-bottom: 1px dashed rgba(11, 74, 168, 0.3);
}
.products__title__link svg {
  display: inline-block;
  float: left;
  margin-right: 5px;

  vertical-align: middle;
}
.products__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;

  /*justify-content: space-between;*/
  margin-top: 45px;
}
.products__item {
  flex: 0 0 20%;
  -webkit-box-flex: 1;
  padding: 35px 20px;

  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #1f242b;

  background: #ffffff;
  border: 1px solid transparent;

  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;

  -ms-flex: 1 0 20%;
}
.products__item:hover {
  z-index: 20;
}
.products__item__name {
  display: block;
  margin-top: 35px;
}
.products__item:hover {
  color: #0045bf;

  border: 1px solid #f9f9fa;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.products__btn {
  margin: 80px auto 0;
}

.company {
  padding: 84px 0 94px;

  color: #1f242b;

  background: url("../img/company_bg.jpg") no-repeat;
  background-size: 100% 100%;
}
.company__text {
  margin-top: 40px;

  font-size: 21px;
  line-height: 32px;
}
.company__text_sm {
  margin-top: 30px;

  font-size: 18px;
  line-height: 30px;
}
.company__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 70px;
}
.company__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.company__list__item p {
  width: 125px;
  margin-left: 15px;

  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  color: #1f242b;
}
.company__list__item span {
  display: block;
  margin-bottom: 15px;

  font-weight: bold;
  font-size: 32px;
  line-height: 32px;
  color: #0045bf;
}
.company__btn {
  margin: 60px auto 0;
}

.news {
  padding: 80px 0;
}
.news-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; */
  margin-top: 50px;
}

.news-slider .slick-track {
  margin-left: 0;
}

.news-slider .slick-list {
  margin-left: -15px;
  padding-left: 15px;
  width: 100%;
}

.news-slider__item {
  width: calc(100% - 20px);
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.news-slider__item__shadow {
  position: relative;
}
.news-slider__item__shadow:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 4px;
  left: 0;

  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 69, 191, 0.9)), to(rgba(0, 69, 191, 0.1)));
  background: linear-gradient(180deg, rgba(0, 69, 191, 0.9) 0%, rgba(0, 69, 191, 0.1) 100%);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  opacity: 0;

  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.news-slider__item__wrap {
  margin-top: 25px;
  padding-right: 50px;
  padding-left: 25px;

  -webkit-transition: -webkit-box-shadow 0.4s ease;
  transition: -webkit-box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
}
.news-slider__item:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.news-slider__item:hover .news-slider__item__shadow:after {
  opacity: 1;
}
.news-slider__item img {
  width: 100%;
}
.news-slider__date {
  display: block;

  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  color: rgba(31, 36, 43, 0.5);
}
.news-slider__link {
  display: block;
  min-height: 50px;
  margin-top: 15px;

  font-weight: bold;
  font-size: 21px;
  line-height: 24px;
  color: #000000;

  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.news-slider__link:hover {
  color: #0045bf;
}
.news-slider__text {
  display: block;
  margin-top: 15px;

  font-size: 14px;
  line-height: 21px;
  color: #000000;
}
.news-slider__next,
.news-slider__prev {
  top: -95px;

  border: none;
  opacity: 1;
}
.news-slider__next svg path,
.news-slider__prev svg path {
  stroke: #0045bf;
}
.news__btn {
  margin: 0 auto;
}

.to-top {
  position: fixed;
  right: 43px;
  bottom: 43px;
  z-index: 99;

  display: inline-block;
  width: 50px;
  height: 50px;

  line-height: 50px;
  text-align: center;

  background: #0045bf;
  border-radius: 5px;
  cursor: pointer;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;

  pointer-events: none;
}
.to-top__active {
  opacity: 1;

  pointer-events: all;
}

.quick-form {
  position: fixed;
  right: 0;
  bottom: 250px;
  z-index: 99;

  display: inline-block;
  height: 50px;
  padding: 0 10px;

  font-weight: bold;
  font-size: 12px;
  color: #ffffff;

  background: #0045bf;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.quick-form svg {
  margin-right: 10px;
}
.quick-form a {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
}

.catalog__list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.catalog__list .products__item {
  /* flex: 0 0 25%;
  -webkit-box-flex: 1;

  -ms-flex: 1 0 25%; */
}

.catalog__description {
  width: 84%;
  margin-top: 100px;
  margin-bottom: 75px;

  font-size: 15px;
  line-height: 21px;
  color: #000000;
}

.catalog__breadcrumbs {
  margin-bottom: 40px;
}

.category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
}
/*.category__products{
	flex: 1 0 auto;
}*/
.category__list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*.category__list .products__item {
	flex: 0 0 33.3333%;
  text-align: left; }*/

.category__list .products__item {
  flex: 1 0 20%;
  width: 290px;
  max-width: 290px;

  text-align: left;
}

.category__list .products__item__img {
  display: block;

  text-align: center;
}
.category__list .products__item__name {
  height: 55px;
}
.category__menu {
  display: inline-block;
  margin-right: 30px;
}
.category__menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 270px;
  height: 70px;
  padding-left: 25px;

  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #000000;

  border: 1px solid #eff1f5;
  border-bottom: none;

  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.category__menu li.active {
  font-weight: bold;
  color: #ffffff;

  background: #0045bf;
}
.category__menu li.active:hover {
  color: #ffffff;

  border-left: 1px solid #eff1f5;
}
.category__menu li:hover {
  color: #0045bf;

  border-left: 4px solid #0045bf;
}
.category__menu li:last-child {
  border-bottom: 1px solid #eff1f5;
}

.breadcrumbs {
  margin-top: 30px;
}
.breadcrumbs__list li {
  display: inline-block;

  font-size: 13px;
  line-height: 17px;
}
.breadcrumbs__list li:after {
  content: " / ";

  display: inline-block;
}
.breadcrumbs__list li:last-child {
  opacity: 0.7;
}
.breadcrumbs__list li:last-child:after {
  content: none;
}
.breadcrumbs__list li a:hover {
  color: #0045bf;

  border-bottom: 1px solid #0045bf;
}

.products__item {
  position: relative;
}
.products__item__options {
  margin-top: 35px;
}
.products__item__options li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #1f242b;
}
.products__item__options li span {
  font-weight: bold;
}
.products__item__label {
  position: absolute;
  top: 10px;
  right: 10px;

  display: inline-block;
  padding: 2px 5px;

  font-weight: bold;
  font-size: 11px;
  line-height: 18px;
  color: #ffffff;
  text-transform: uppercase;
}
.products__item__label.new {
  background: #30cd6f;
}
.products__item__label.discount {
  background: #ffa800;
}
.products__item__label.req {
  background: #7000ff;
}

.product {
  margin-top: 50px;
}
.product__breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  color: rgba(0, 0, 0, 0.7);
}
.product__share svg {
  margin-right: 10px;
}
.product__share:hover {
  color: #0045bf;

  opacity: 0.7;
}
.product__share:hover svg path {
  fill: #0045bf;
  stroke: #0045bf;
}
.product__print {
  color: rgba(0, 0, 0, 0.7);
  white-space: nowrap;
}
.product__print svg {
  margin-right: 10px;

  vertical-align: middle;
}
.product__print:hover {
  color: #0045bf;

  opacity: 0.7;
}
.product__print:hover svg path {
  stroke: #0045bf;
}
.product__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.product__title {
  font-weight: bold;
  font-size: 46px;
  line-height: 52px;
  color: #1f242b;
}
.product__title .products__item__label {
  position: static;

  margin-left: 40px;

  vertical-align: middle;
}
.product__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 115px;
}
.product__img {
  position: relative;

  flex: 1 0 auto;
  -webkit-box-flex: 1;
  max-width: 430px;

  -ms-flex: 1 0 auto;
}
.product__img__zoom {
  position: absolute;
  top: 0;
  right: -35px;

  display: inline-block;
  width: 50px;

  color: rgba(0, 0, 0, 0.5);
}
.product__description {
  margin-left: 100px;
}
.product__description ol {
  list-style-type: decimal;
}

.product__description ul {
  list-style-type: disc;
}

.product__description ul li,
.product__description ol li {
  margin-left: 20px;

  list-style-type: inherit;
}
.product__description b {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
}
.product__description p {
  margin-top: 10px;

  font-size: 15px;
  line-height: 24px;
}
.product__description__download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;

  list-style: none;
}
.product__description__download li {
  margin-right: 50px;
  margin-left: 0;

  list-style-type: none;
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
}
.product__description__download li:hover {
  color: #0045bf;
}
.product__description__download svg {
  float: left;
  margin-right: 10px;
}
.product__description__title {
  margin-top: 100px;
  margin-bottom: 35px;

  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
}

.product__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 47px;
  margin-top: 30px;

  border: 1px solid #0045bf;
  border-radius: 5px;
}
.product__tabs__item {
  width: 50%;
  height: 100%;

  font-weight: bold;
  font-size: 16px;
  line-height: 47px;
  text-align: center;
  text-align: center;
  color: #0045bf;

  cursor: pointer;
}
.product__tabs__item.active {
  color: #ffffff;

  background: #0045bf;
}
.product__table tbody {
  border-right: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
}
.product__table tr {
  height: 55px;
}
.product__table tr:hover {
  color: #0045bf;

  background: #f9f9fa;
}
.product__table tr:hover .th {
  background: #f9f9fa;
}
.product__table thead td {
  border-bottom: 2px solid #000000;
}
.product__table td {
  min-width: 170px;

  font-weight: bold;
  font-size: 15px;
  line-height: 16px;
  text-align: center;

  border-bottom: 1px solid #e8e8e8;
}
.product__table__wrap {
  width: 100%;
  overflow: auto;
}
.product__table__small {
  width: 100%;
}
.product__table__small tr {
  width: 100%;
  height: 55px;

  font-weight: bold;
  font-size: 15px;
  line-height: 16px;
  text-align: center;
}
.product__table__small thead td {
  border-bottom: 2px solid #000000;
}
.product__table__small td {
  border-bottom: 1px solid #e8e8e8;
}
.product__table__nav {
  position: absolute;
  top: 0;
  bottom: 0;

  width: 30px;
  height: 30px;
  margin: auto;

  line-height: 30px;
  text-align: center;

  background: #0045bf;
  border-radius: 5px;
}
.product__table__nav__next {
  right: -50px;
}
.product__table__nav__prev {
  left: -50px;

  opacity: 0.5;
}
.product__table__nav__wrap {
  position: relative;
}
.product__note {
  display: inline-block;
  margin-top: 25px;

  font-size: 15px;
}

#product__img a {
  display: none;
}

#product__img a.show {
  display: block;
}

#product__img img {
  width: 100%;
  height: 100%;
  max-height: 385px;
}

.category__menu {
  display: block;
}

.about {
  padding-bottom: 160px;
  overflow: hidden;

  font-size: 18px;
  line-height: 30px;
}
.about__wrap {
  width: 100%;
}
.about__img {
  width: 100%;
}
.about__slider {
  margin-top: 30px;
}
.about__slider .slider__about .slider-dots {
  bottom: 40px;
  left: 25px;
}
.about__slider .slider-item {
  padding: 0;
}
.about__slider .slider-item__prev,
.about__slider .slider-item__next {
  right: 25px;
  bottom: 25px;
}
.about__slider .slider-item__next {
  right: 79px;
}
.about__slider .slider-item__img {
  width: 100% !important;
}
.about__note {
  display: block;

  font-size: 14px;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
}
.about .slider {
  background: none;
}
.about .slider-item img {
  padding: 0;
}
.about .slider .slick-dots {
  bottom: 25px;
  left: 30px;
}
.about .slider .slick-arrow {
  right: 40px;
  bottom: 25px;
}
.about .slider .slider-item__next {
  right: 94px;
}
.about__type-list li:before {
  content: " ";

  display: inline-block;
  width: 10px;
  height: 2px;
  margin-right: 15px;

  vertical-align: middle;

  background: #0045bf;
}
.about img {
  width: 100%;
}

#tabs table {
  display: none;
}

#tabs table.active {
  display: table;
}

.question__dropdown {
  position: relative;

  list-style-type: decimal;
  font-weight: bold;
  font-size: 16px;
  line-height: 60px;
  color: #0045bf;

  cursor: pointer;
}
.question__dropdown:before {
  content: "+";
  position: absolute;
  right: 0;

  font-weight: 200;
  font-size: 35px;
}
.question__dropdown.active:before {
  content: "-";
}
.question__dropdown span {
  display: block;
  margin-right: 20px;

  line-height: 1;
}

.question__answer {
  display: none;

  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.certificate__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.certificate__list .products__item {
  flex: 1 0 33.3333%;
  -webkit-box-flex: 1;

  -ms-flex: 1 0 33.3333%;
}
.certificate__list .products__item__img img {
  width: 170px;
  height: 260px;
}

.news-page {
  padding-top: 80px;
}

.news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;

  /*justify-content: space-between;*/
  margin-top: 50px;
}
.news__list__item {
  width: calc(33.3333%);

  border-radius: 5px;
}

.news__pagination {
  margin-top: 50px;
  margin-bottom: 40px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  font-size: 0;
  text-align: center;
}
.pagination__item {
  display: inline-block;
  width: 50px;
  height: 50px;

  font-size: 18px;
  line-height: 50px;
  text-align: center;

  border: 1px solid #eff1f5;
  border-right-color: transparent;
  cursor: pointer;
}
.pagination__item.active {
  color: #ffffff !important;

  background: #0045bf;
  border: 1px solid #0045bf;
}
.pagination__item a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.pagination__item:last-child {
  border-right-color: #eff1f5;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.pagination__item:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.pagination__item:hover {
  color: #0045bf;

  border: 1px solid #0045bf;
}

.info {
  margin-top: 50px;
  margin-bottom: 150px;
}
.info__slider {
  margin-top: 25px;
}
.info__slider__title {
  margin-top: 50px;
  padding-bottom: 20px;

  border-bottom: 1px solid #eff1f5;
}
.info__header {
  margin-top: 40px;
}
.info__share {
  margin-left: 100px;

  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.info__share svg {
  margin-right: 10px;

  vertical-align: middle;
}
.info__share svg path {
  -webkit-transition: fill 0.2s;
  transition: fill 0.2s;
}
.info__share:hover {
  color: #0045bf;

  opacity: 0.7;
}
.info__share:hover svg path {
  fill: #0045bf;
}
.info__date {
  font-size: 13px;
  color: #000000;

  opacity: 0.7;
}

.text {
  font-size: 18px;
  color: #000000;
}

.text ol {
  list-style-type: decimal;
}

.text ul {
  list-style-type: disc;
}

.text ul li,
.text ol li {
  margin-left: 20px;

  list-style-type: inherit;
}

.h2 {
  margin-top: 55px;

  font-weight: bold;
  font-size: 36px;
}

.h3 {
  margin-top: 60px;

  font-weight: bold;
  font-size: 28px;
}

.h4 {
  margin-top: 50px;

  font-weight: bold;
  font-size: 24px;
}

.h5 {
  margin-top: 50px;

  font-weight: bold;
  font-size: 18px;
}

.about__type-list,
.info__list {
  margin-top: 10px;

  font-size: 18px;
  line-height: 30px;
}

.contact {
  margin-top: 55px;
  margin-bottom: 160px;
}
.contact__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
}
.contact__list {
  margin-right: 100px;
}
.contact__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
.contact__list__item div {
  flex: 0 1 auto;
  -webkit-box-flex: 0;

  -ms-flex: 0 1 auto;
}
.contact__list__item svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 21px;
}
.contact__list__item span {
  font-weight: bold;
  font-size: 14px;
  color: #000000;
}
.contact__list__item p {
  margin-top: 0;

  font-size: 18px;
  color: #000000;
}
.contact__table {
  width: 100%;
}
.contact__table tr {
  height: 70px;
}
.contact__table tr td,
.contact__table tr th {
  padding-left: 15px;

  text-align: left;

  border-bottom: 1px solid #e8e8e8;
}
.contact__table tr th {
  font-size: 15px;
}
.contact__table tr:first-child {
  font-size: 12px;
  color: rgba(35, 35, 38, 0.5);
}
.contact__table_sm {
  margin-top: 45px;
}
.contact__table_sm tr:first-child {
  font-size: 14px;
  color: #000000;
}
.contact__table a {
  color: #0045bf;
  text-decoration: underline;
}
.contact__table_hidden {
  display: none;
  margin-bottom: 5px;

  font-size: 11px;
  line-height: 16px;
  color: rgba(35, 35, 38, 0.5);
  text-transform: uppercase;
}
.contact__markets {
  width: 100%;
  height: 500px;
  margin-top: 30px;
}
.contact__country {
  margin-top: 40px;
}
.contact__country span {
  margin-right: 20px;
}
.contact__country select {
  height: 50px;
  padding: 0 20px;

  font-weight: bold;
  font-size: 15px;
  line-height: 16px;
  color: #232326;

  border: 1px solid #eff1f5;
  border-radius: 5px;
}

@font-face {
  font-family: "PTSans";

  src: url(../fonts/PTSans-Regular.ttf);
}

@font-face {
  font-weight: bold;
  font-family: "PTSans";

  src: url(../fonts/PTSans-Bold.ttf);
}

.footer__top {
  height: 285px;

  background: #363d44;
}
.footer__top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.footer__top__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
}
.footer__top__item__name {
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
}
.footer__top__item__map {
  display: inline-block;

  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.footer__top__item__map__link {
  display: block;
  margin-top: 15px;
}
.footer__top__item__map__link svg {
  margin-right: 10px;

  vertical-align: middle;
}
.footer__top__phones__item a {
  font-weight: bold;
}
.footer__top__phones__item span {
  display: block;
  margin-top: 15px;

  text-align: right;
}

.footer__soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 26px;
}
.footer__soc__item {
  margin-right: 23px;
}
.footer__soc__item:last-child {
  margin-right: 0;
}

.footer__language__list {
  margin-top: 70px;

  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}
.footer__language__list li {
  display: inline-block;
  margin-right: 30px;

  cursor: pointer;
}
.footer__language__list li a {
  display: flex;
  align-items: center;
}
.footer__language__list li a img {
  margin-right: 5px;
}
.footer__language__list li:last-child {
  margin-right: 0;
}

.footer__bottom {
  background: #282f35;
}
.footer__bottom__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;

  font-size: 0;
}
.footer__bottom__list li {
  display: inline-block;
  width: 33.3333%;

  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
.footer__bottom__list li:last-child {
  text-align: right;
}
.footer__bottom__list li:nth-child(2) {
  text-align: center;
}
.footer__bottom__developers img {
  margin-left: 15px;

  vertical-align: middle;
}

.news-slider__item img {
  border-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.category__products {
  max-width: 880px;
}

.company__list__item p {
    min-height: 83px;
}