@font-face {
  font-family: Geometria;
  src: url(../fonts/Geometria-Light.woff);
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: Geometria;
  src: url(../fonts/Geometria-Regular.woff);
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: Geometria;
  src: url(../fonts/Geometria-Medium.woff);
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: Geometria;
  src: url(../fonts/Geometria-Bold.woff);
  font-style: normal;
  font-weight: 700;
}
.img {
  display: block;
  max-width: 100%;
  height: auto;
}

.page-section {
  font-family: "Geometria", sans-serif;
}
.page-section *, .page-section *::before, .page-section *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-right {
  padding: 40px 50px;
  width: calc(100% - 400px);
}
.page-left {
	width: 400px;
	min-width: 400px;
	background: #FFFFFF;
	-webkit-box-shadow: 5px 0px 4px rgba(0, 0, 0, 0.15);
	box-shadow: 5px 0px 4px rgba(0, 0, 0, 0.15);
	padding: 40px 20px 40px 50px;
	z-index: 12;
}
.page-nav {
  padding: 0;
  margin: 0;
}
.page-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.page-nav ul li {
  display: block;
  margin-top: 20px;
}
.page-nav ul li:first-child {
  margin-top: 0;
}
.page-nav ul li a {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #3C5366;
  display: block;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.page-nav ul li a:hover {
  color: #00AEEF;
  text-decoration: underline;
}
.page-nav ul li.active a {
  color: #00AEEF;
  text-decoration: underline;
}

.pageCategory-title {
  padding-bottom: 20px;
  border-bottom: 1px solid #E6E9EB;
  margin-top: 20px;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: #222426;
}
.pageCategory-seo {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-bottom: -20px;
  margin-top: 60px;
}
.pageCategory-seo p {
  margin: 0 0 20px;
}
.pageCategory-seo h2, .pageCategory-seo h1, .pageCategory-seo h3, .pageCategory-seo h4, .pageCategory-seo h5, .pageCategory-seo h6 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}
.pageCategory-seo ul {
  margin: 0 0 34px 0;
  padding: 0;
  list-style: none;
}
.pageCategory-seo ul li {
  display: block;
  position: relative;
  padding-left: 20px;
}
.description_bottom ul {
	list-style: disc;
	padding-left: 18px;
}

.pageCategory-seo ul li::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 9px;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #000;
}
.pageCategory-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.pageCategory-block {
  margin-top: 20px;
  width: 20%;
  padding: 0 10px;
}
.pageCategory-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 260px;
	padding: 0 8px;
	margin: 0 auto;
	max-width: 100%;
	text-align: center;
	text-decoration: none;
	outline: none;
	background: rgba(66, 85, 99, 0.03);
	border: 1px solid #E8E9EA;
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	color: #222426;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-ms-flex-line-pack: center;
	align-content: center;
	mix-blend-mode: darken;
}
.pageCategory-item span {
  display: block;
  width: 100%;
}
.pageCategory-item img {
	margin-bottom: 16px;
	display: block;
	max-width: 100%;
	max-height: 179px;
	mix-blend-mode: darken;
}
.pageCategory-item:hover {
  color: #00AEEF;
  border-color: #00AEEF;
}
.pageCategory-top {
  overflow: hidden;
}

.page-breadcrumbs {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 40px;
}
.page-breadcrumbs li {
  display: block;
  white-space: nowrap;
  position: relative;
  font-weight: 500;
  font-size: 20px;
  line-height: 15px;
  color: #222426;
  padding-left: 16px;
  margin-right: 6px;
}
.page-breadcrumbs li a {
  text-decoration: none;
  outline: none;
  color: #8A9097;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.page-breadcrumbs li a:hover {
  text-decoration: none;
  color: #00AEEF;
}
.page-breadcrumbs li::before {
  content: "";
  left: 0px;
  top: 0;
  height: 100%;
  width: 9px;
  background-image: url("../image/arrow.svg");
  background-repeat: no-repeat;
  position: absolute;
  background-position: center;
}
.page-breadcrumbs li:last-child {
  margin-right: 0;
}
.page-breadcrumbs li:first-child {
  padding-left: 0;
}
.page-breadcrumbs li:first-child::before {
  display: none;
}

.only-gray.page-breadcrumbs li {
  color: rgb(138, 144, 151);
}

.pageCategory-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pageCategory-form {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 900px;
}
.pageCategory-form__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 60px;
  height: 45px;
  background: #F0F2F4;
  border-radius: 4px;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #222426;
  border: none !important;
  outline: none;
  padding-right: 10px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.pageCategory-form__input::-webkit-input-placeholder {
  color: #8A9097;
}
.pageCategory-form__input::-moz-placeholder {
  color: #8A9097;
}
.pageCategory-form__input:-ms-input-placeholder {
  color: #8A9097;
}
.pageCategory-form__input::-ms-input-placeholder {
  color: #8A9097;
}
.pageCategory-form__input::placeholder {
  color: #8A9097;
}
.pageCategory-form__btn {
  height: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border: none;
  background: transparent;
}

.pageCatalog-gray {
  height: 38px;
  background: #F0F2F4;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #222426;
}
.pageCatalog-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 16px 0 5.5px;
}
.pageCatalog-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  outline: none;
}
.pageCatalog-btn:hover {
  opacity: 0.7;
}
.pageCatalog-items {
  border-bottom: 1px solid #E6E9EB;
  border-left: 1px solid #E6E9EB;
  position: relative;
}
.pageCatalog-items__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pageCatalog-items__tables {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  pointer-events: none;
  position: absolute;
  left: 0;
  z-index: 2;
  top: -75px;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #8A9097;
  width: 100%;
  display: none;
}
.pageCatalog-items__tableItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pageCatalog-items__tableItem span {
  margin-left: 20px;
  display: block;
}
.pageCatalog-items__tableItem span:first-child {
  margin: 0;
}
.pageCatalog-items__tableItem:first-child {
  width: 100px;
  min-width: 100px;
}
.pageCatalog-items__tableItem:nth-child(2) {
  width: 220px;
  min-width: 220px;
  margin: 0 20px;
}
.pageCatalog-items__tableItem:nth-child(3) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.pageCatalog-items__tableItem:nth-child(4) {
  width: 270px;
  min-width: 270px;
}
.pageCatalog-item {
  width: 20%;
  padding: 10px 13px 14px 14px;
  border-top: 1px solid #E6E9EB;
  border-right: 1px solid #E6E9EB;
}
.pageCatalog-item__img {
  width: 254px;
  max-width: 100%;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.pageCatalog-item__img .img {
	display: block;
	max-width: 100%;
	height: 100%;
	width: auto;
}
.pageCatalog-item__img.empty {
  background-image: url("../image/catalog-4.png");
  background-repeat: no-repeat;
  background-position: center;
}
.pageCatalog-item__name {
  margin: 16px 0 20px;
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
  color: #222426;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 75px;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  text-decoration: none;
  outline: none;
}
.pageCatalog-item__name:hover {
  color: #00AEEF;
  text-decoration: none;
}
.pageCatalog-item__info {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 20px;
  line-height: 20px;
  color: #222426;
}
.pageCatalog-item__info p {
  margin: 0;
}
.pageCatalog-item__info span {
  display: block;
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  color: #8A9097;
}
.pageCatalog-item__bottom {
  padding: 7px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #222426;
}
.pageCatalog-item__link {
  padding: 0 12px;
  height: 49px;
  background: rgba(0, 173, 239, 0.1);
  border-radius: 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #00AEEF;
}
.pageCatalog-item__link:hover {
  background: #00AEEF;
  color: #fff;
  text-decoration: none;
}
.pageCatalog-bottom {
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: visible;
	z-index: 8;
}
.pageCatalog-bottom__left {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  color: #222426;
}
.pageCatalog-bottom__number {
  margin-left: 15px;
  position: relative;
  z-index: 4;
}
.pageCatalog-bottom__numberText {
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  height: 30px;
  width: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222426;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  background: #FFFFFF;
  border: 1px solid #E6E9EB;
  border-radius: 4px;
}
.pageCatalog-bottom__numberText img {
  margin-left: 5px;
}
.pageCatalog-bottom__dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  text-align: center;
  background: #fff;
  border: 1px solid #E6E9EB;
  border-radius: 4px;
  padding: 4px 0;
  margin-top: 2px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.pageCatalog-bottom__dropdownItem {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
  color: #222426;
  font-weight: 500;
  font-size: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  line-height: 19px;
  text-align: center;
}
.pageCatalog-bottom__dropdownItem.active {
  background: #E6E9EB;
}

.pageCatalog-bottom__number.active .pageCatalog-bottom__dropdown {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.page-pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-pagination a {
  text-decoration: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  color: #222426;
  border: 1px solid transparent;
}
.page-pagination a:hover {
  color: #00ADEF;
}
.page-pagination a.active {
  border-color: #00ADEF;
  color: #222426;
}

.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 997;
}

.modal-overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
}

.modal-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
}

.modal-container {
  width: 500px;
  position: relative;
  z-index: 3;
  max-width: 100%;
  background: #fff;
  border-right: 10px;
  margin: auto;
  position: relative;
  padding: 40px;
  text-align: center;
}

.modal-close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.scrollbar-gray::-webkit-scrollbar {
  width: 5px;
}
.scrollbar-gray::-webkit-scrollbar-thumb {
  background-color: #E6E9EB;
}

.page-right.pb0 {
  padding-bottom: 0;
}

.modal-list {
  padding: 12px;
}
.modal-overlay {
  background: #222426;
  opacity: 0.2;
}
.modal-container {
  width: 400px;
  max-width: 100%;
  padding: 19px 15px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.12);
}
.modal-top {
  margin-bottom: 20px;
  border-bottom: 1px solid #E6E9EB;
  padding: 0 15px 14px;
  margin-left: -15px;
  margin-right: -15px;
}
.modal-top__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #222426;
}
.modal-top__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 14px;
}
.modal-top__close {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal-top__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 13px;
  width: 100%;
  height: 38px;
  background: #FFFFFF;
  border: 1px solid #D8DDE0;
  border-radius: 4px;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  outline: none;
  color: #222426;
}
.modal-top__search::-webkit-input-placeholder {
  color: #8A9097;
}
.modal-top__search::-moz-placeholder {
  color: #8A9097;
}
.modal-top__search:-ms-input-placeholder {
  color: #8A9097;
}
.modal-top__search::-ms-input-placeholder {
  color: #8A9097;
}
.modal-top__search::placeholder {
  color: #8A9097;
}
.modal-form {
  display: block;
}
.modal-form__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 14px;
}
.modal-grayBtn {
  height: 42px;
  border: 1px solid rgba(138, 144, 151, 0.6);
  border-radius: 6px;
  width: calc(50% - 7px);
  text-decoration: none;
  outline: none;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #8A9097;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal-grayBtn:hover {
  color: #222426;
  border-color: #222426;
}
.modal-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  cursor: pointer;
  background: transparent;
  width: calc(50% - 7px);
  height: 42px;
  background: #00ADEF;
  border-radius: 6px;
  font-weight: 500;
  font-size: 15px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  line-height: 20px;
  color: #FFFFFF;
}
.modal-btn:hover {
  background: #0093cb;
}
.modal-item {
  padding: 12px 10px 9px;
  border-bottom: 1px solid #E6E9EB;
}
.modal-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #222426;
  padding-bottom: 3px;
}
.modal-item__top::after {
  content: "";
  display: block;
  width: 9px;
  height: 12px;
  background-image: url("../image/drop-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.modal-item__label {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  margin-top: 6px;
}
.modal-item__label span {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #222426;
  opacity: 0.7;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.modal-item__label p {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-align: right;
  color: #8A9097;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  margin: 0;
}
.modal-item__label input {
  display: none;
}
.modal-item__label input:checked + span, .modal-item__label input:checked + span + p {
  color: #00ADEF;
}
.modal-item__label.disabled {
  pointer-events: none;
}
.modal-item__label.disabled p {
  color: #8A9097;
  opacity: 0.5;
}
.modal-item__label.disabled span {
  opacity: 0.5;
  color: #8A9097;
}
.modal-item__label:nth-child(-n+8) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal-item__open {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 4px;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #00ADEF;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: none;
}

.homeWork button.owl-prev, .homeWork button.owl-next {
	border: 0;
}
.modal-item__open.open {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.modal-item__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 11px;
}
.modal-item__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 13px;
  height: 36px;
  background: #FFFFFF;
  border: 1px solid #E6E9EB;
  border-radius: 4px;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  width: calc(50% - 5px);
  outline: none;
  color: #222426;
}
.modal-item__input::-webkit-input-placeholder {
  color: #8A9097;
}
.modal-item__input::-moz-placeholder {
  color: #8A9097;
}
.modal-item__input:-ms-input-placeholder {
  color: #8A9097;
}
.modal-item__input::-ms-input-placeholder {
  color: #8A9097;
}
.modal-item__input::placeholder {
  color: #8A9097;
}
.modal-item__labels {
  display: none;
}
.modal-item__labels.active .modal-item__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal-item.open .modal-item__top::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.modal-item.open .modal-item__labels {
  display: block;
}

.page-left {
  position: relative;
}


.page-hovers {
  width: calc(100vw - 397px);
  left: 100%;
  top: 0;
  position: absolute;
  height: 100%;
  display: none;
}
.page-hovers__overlay {
  background: #222426;
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-hovers__item {
  position: relative;
  z-index: 2;
  width: 900px;
  max-width: 100%;
  background: #FFFFFF;
  padding: 20px;
  min-height: 100%;
}
.page-hovers .pageCategory-form {
  margin: 0 0 -4px 0;
}
.page-hovers .pageCategory-form__btn {
  right: 17px;
  left: auto;
}
.page-hovers .pageCategory-form__input {
  padding-left: 16px;
  padding-right: 40px;
  height: 50px;
}
.page-hovers__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12.5px;
}
.page-hovers__block {
  padding: 0 12.5px;
  width: 33.3333333333%;
}
.page-hovers__ul {
  margin: 34px 0 0 0;
}
.page-hovers__ul li {
  display: block;
  margin-top: 16px;
}
.page-hovers__ul li a {
  text-decoration: none;
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #222426;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.page-hovers__ul li a:hover {
  text-decoration: none;
  color: #00AEEF;
}
.page-hovers__ul li ul {
  margin: 0;
}
.page-hovers__ul li ul li {
  margin-top: 10px;
}
.page-hovers__ul li ul li:first-child {
  margin-top: 10px;
}
.page-hovers__ul li ul li a {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  opacity: 0.7;
}

.page-scrollbar {
  position: sticky;
  top: 40px;
  min-height: 100vh;
}


.page-scrollbar {
  transition: 0.5s;
}



.nav-show .page-scrollbar {
  top: 174px;
}


.page-hovers {
  top: -40px;
  min-height: calc(100% + 80px);
}

.pageCard-wrapper {
  padding: 40px 50px 0;
  margin-top: 8px;
  border-top: 1px solid #E6E9EB;
}
.pageCard-title {
  width: calc(100% - 193px);
  font-weight: 700;
  font-size: 30px;
  line-height: 150%;
  color: #222426;
}
.pageCard-logo {
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pageCard-logo img {
  max-height: 100%;
  width: auto;
}
.pageCard-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}
.pageCard-info {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #8A9097;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}
.pageCard-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pageCard-info__item:first-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.pageCard-info__item:last-child {
  margin-left: 32px;
  margin-right: auto;
}
.pageCard-info__item span {
  margin-right: 8px;
  display: block;
}
.pageCard-info__item span:last-child {
  margin-left: 0;
}
.pageCard-info__item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #00ADEF;
  text-decoration: none;
}
.pageCard-info__item a img {
  margin-left: -4px;
}
.pageCard-info__item a:hover {
  text-decoration: underline;
}
.pageCard-content {
  width: 100%;
}
.pageCard-content__title {
  margin: 80px 0 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #222426;
}
.pageCard-content__text {
  overflow: hidden;
  height: 224px;
  position: relative;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #222426;
}
.pageCard-content__text::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
}
.pageCard-content__text.open {
  height: auto;
}
.pageCard-content__text.open::before {
  display: none;
}
.pageCard-content__open {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 22px;
  font-weight: 500;
  font-size: 16px;
  line-height: 13px;
  color: #00ADEF;
}
.pageCard-content__open img {
  margin-left: 6px;
}
.pageCard-right {
  width: 392px;
}
.pageCard-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 50px;
  padding-right: 50px;
}
.pageCard-left {
  width: 850px;
  max-width: 100%;
}
.pageCard-characteristics {
  margin-top: 80px;
}
.pageCard-characteristics__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #222426;
  margin-bottom: 24px;
}
.pageCard-characteristics__bold {
  margin: 40px 0 12px;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #222426;
}
.pageCard-characteristics__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #222426;
  margin-top: 12px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pageCard-characteristics__item:first-child {
  margin-top: 0;
}
.pageCard-characteristics__item span {
  display: block;
  color: #8A9097;
}
.pageCard-characteristics__item span, .pageCard-characteristics__item p {
  width: calc(50% - 10px);
  margin: 0;
}
.pageCard-scrollbar {
  position: sticky;
  top: 170px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 24px;
}
.pageCard-scrollbar.mobile-scrollbar {
  display: none;
}
.pageCard-btnBlue {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-weight: 500;
  font-size: 16px;
  line-height: 13px;
  color: #FFFFFF;
  height: 48px;
  background: #00ADEF;
  border-radius: 6px;
}
.pageCard-btnBlue img {
  margin-right: 8px;
}
.pageCard-btnBlue:hover {
  background: #0499d4;
  color: #fff;
  text-decoration: none;
}
.pageCard-borderBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  margin-top: 12px;
  height: 48px;
  background: #FFFFFF;
  border: 3px solid #00AEEF;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 13px;
  color: #00AEEF;
}
.pageCard-borderBtn:hover {
  background: #00AEEF;
  color: #fff;
  text-decoration: none;
}
.pageCard-imageWrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.pageCard-imageWrapper img {
  max-height: 100%;
  width: auto;
}
.pageCard-thumb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.pageCard-thumb__item {
  background: #FFFFFF;
  border: 1px solid transparent;
  border-radius: 4px;
  width: 64px;
  height: 64px;
  margin-top: 8px;
  cursor: pointer;
}
.pageCard-thumb__item:first-child {
  margin-top: 0;
}
.pageCard-thumb__item.active {
  border-color: #00ADEF;
}
.pageCard-image {
  width: 560px;
  height: auto;
  margin: 0 auto;
}
.pageCard-image__item {
  display: none;
}
.pageCard-image__item.active {
  display: block;
}
.homeAbout-wrapper .owl-dots {
	display: none !important;
}
.mobileNavs {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  bottom: 0;
  height: 60px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 5px 0px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 0px 4px rgba(0, 0, 0, 0.15);
  background: #fff;
  text-align: center;
  justify-content: center;
}
.mobileNavs-block {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mobileNavs-link {
  text-decoration: none;
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  color: #000;
  font-size: 11px;
}
.mobileNavs-link img {
  width: 24px;
  margin: 0 auto 5px;
}

.napishite-nam + .section__title {
  margin: 0;
}

.form_product input.checkbox:checked + .choice::before, .form_product input.checkbox:checked + .choice:hover::before {
  background: #00ADEF url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIxNSI+CiAgICA8cGF0aCBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjUxOCAxMC45MTNMMi4wMDMgNS45OTYuMDAyIDcuOTQ0bDcuNTE2IDcuMDYxTDIwLjk5NSAxLjk0NGwtMi0xLjk0OEw3LjUxOCAxMC45MTN6Ii8+Cjwvc3ZnPgo=) 50% no-repeat;
}



@media (min-width: 451px) {
  #modal-filters .modal-container {
    margin: 0 0 0 auto;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    right: -100%;
    position: relative;
  }
  #modal-filters.modal-open .modal-container {
    right: 0;
  }
  #modal-filters .modal-list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0;
    overflow: hidden scroll;
  }
}
@media (max-height: 650px) {
  .page-scrollbar {
    position: static;
  }
  .page-hovers {
    top: 0;
  }
}
@media (min-width: 1351px) {
  .pageCatalog-items__list {
    margin-bottom: -2px;
    border: none;
  }
  .pageCatalog-items__list .pageCatalog-items__tables {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pageCatalog-items__list .pageCatalog-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    margin-bottom: 16px;
    border-bottom: 1px solid #E6E9EB;
    padding: 6px 4px 10px;
  }
  .pageCatalog-items__list .pageCatalog-item__img {
    width: 100px;
    min-width: 100px;
    height: 60px;
  }
  .pageCatalog-items__list .pageCatalog-item__img.empty {
    background-image: url("../image/catalog-5.png");
    background-size: 100px 60px;
  }
  .pageCatalog-items__list .pageCatalog-item__name {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: auto;
    -webkit-line-clamp: 2;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0;
  }
 	.pageCatalog-items__list .pageCatalog-item__info {	
	font-size: 17px;
	}
	.pageCatalog-items__list .pageCatalog-item__infos {
		width: 220px;
		min-width: 220px;
		margin: 0 20px;
		display: flex;
	}
  .pageCatalog-items__list .pageCatalog-item__info {
    margin: 0 10px 0 0;
  }
  .pageCatalog-items__list .pageCatalog-item__info:first-child {
    margin-top: 0;
  }
  .pageCatalog-items__list .pageCatalog-item__info span {
    display: none;
  }
  .pageCatalog-items__list .pageCatalog-item__info p {
    margin: 0;
  }
  .pageCatalog-items__list .pageCatalog-item__bottom {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 278px;
    min-width: 278px;
    margin-left: 20px;
  }
  .pageCatalog-items__list .pageCatalog-item__bottomText {
    width: 150px;
    text-align: center;
  }
}
@media (max-width: 1880px) {
  .pageCategory-block {
    width: 25%;
  }
  .pageCatalog-item {
    width: 25%;
  }
  .pageCard-left {
    width: calc(100% - 324px);
  }
  .pageCard-right {
    width: 300px;
  }
  .pageCard-image {
    width: auto;
    height: auto;
  }
  .pageCard-image__item {
    width: 440px;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 1600px) {
  .pageCategory-block {
    width: 33.333%;
  }
  .page-breadcrumbs li {
    font-size: 16px;
    line-height: 22px;
  }
  .page-breadcrumbs {
    margin-right: 20px;
  }
  .pageCatalog-item {
    width: 33.333%;
  }
  .pageCard-title {
    width: calc(100% - 154px);
    font-size: 24px;
    line-height: 32px;
  }
  .pageCard-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
  .pageCard-list {
    padding-right: 0;
    padding-left: 0;
  }
  .pageCard-image__item {
    width: 400px;
    height: 400px;
  }
  .pageCard-thumb__item {
    width: 50px;
    height: 50px;
    margin-top: 5px;
  }
}
@media (max-width: 1350px) {
  .page-left {
    width: 100%;
    display: none;
  }
  .page-right {
    width: 100%;
  }
  .page-list {
    display: block;
  }
  .pageCategory-top {
    display: block;
  }
  .pageCategory-form {
    max-width: none;
    margin: 24px 0 0 0;
  }
  .page-breadcrumbs {
    margin: 0;
  }
  .toggle-rows {
    display: none;
  }
  .page-breadcrumbs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pageCatalog-items__list .pageCatalog-items__tables {
    display: none;
  }
  .mobileNavs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .body-padding {
    padding-bottom: 60px;
  }
  .body-padding .to-top-show {
    display: none !important;
  }
  .pageCatalog-buttons {
    display: none;
  }
  .pageCatalog-gray {
    margin-top: 20px;
  }
  .page-nav ul li a {
    font-size: 14px;
    line-height: 20px;
  }
  .page-nav ul li {
    margin-top: 10px;
  }
  .page-nav ul li:first-child {
    margin-top: 30px;
  }
  .pageCard-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .pageCard-content__text {
    font-size: 14px;
    line-height: 20px;
  }
  .pageCard-content__title {
    margin: 32px 0 16px;
    font-size: 18px;
    line-height: 24px;
  }
  .pageCard-content__open {
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
  }
  .pageCard-list {
    display: block;
  }
  .pageCard-left, .pageCard-right {
    width: 100%;
  }
  .pageCard-right {
    display: none;
  }
  .pageCard-characteristics__title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .pageCard-characteristics__item {
    font-size: 16px;
    margin-top: 8px;
  }
  .pageCard-characteristics__bold {
    margin: 24px 0 10px;
    font-size: 16px;
  }
  .pageCard-characteristics {
    margin-top: 32px;
  }
  .pageCard-scrollbar {
    display: none;
  }
  .pageCard-scrollbar.mobile-scrollbar {
    display: block;
    position: static;
    width: 400px;
    max-width: 100%;
    margin-top: 32px;
  }
  .pageCard-scrollbar.mobile-scrollbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
  .pageCard-btnBlue, .pageCard-borderBtn {
    width: calc(50% - 10px);
    margin: 0;
  }
}
@media (max-width: 992px) {
  .pageCategory-item {
    font-size: 16px;
    line-height: 22px;
    height: 200px;
  }
  .pageCategory-item img {
    width: 100px;
    margin-bottom: 10px;
  }
  .pageCategory-seo {
    margin-top: 40px;
  }
  .pageCatalog-item {
    width: 50%;
  }
  .pageCard-title {
    font-size: 20px;
    line-height: 26px;
    width: 100%;
  }
  .pageCard-wrapper {
    padding: 20px 0 0 0;
  }
  .pageCard-top {
    display: block;
    margin: 0;
  }
  .pageCard-logo {

  }
  .pageCard-info {
    display: block;
  }
  .pageCard-info__item:last-child {
    margin: 0;
  }
  .pageCard-info__item:nth-child(2) {
    margin: 12px 0;
  }
}
@media (max-width: 768px) {
  .page-right {
    padding: 35px 20px;
  }
  .pageCategory-block {
    width: 50%;
    margin-top: 20px;
    padding: 0 5px;
  }
  .pageCategory-list {
    margin: 0 -5px;
  }
  .pageCategory-title {
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
  }
  .pageCategory-form__btn {
    width: 48px;
  }
  .pageCategory-form__input {
    height: 40px;
    font-size: 14px;
    padding-left: 50px;
  }
  .pageCatalog-bottom {
    display: block;
    height: auto;
    padding: 8px 0;
  }
  .pageCatalog-bottom__left {
    width: 100%;
    margin: 0 0 16px;
    position: static;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pageCatalog-item__name, .pageCatalog-item__info {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 576px) {
  .pageCatalog-item {
    padding: 8px;
  }
  .pageCatalog-item__name {
    margin: 10px 0;
    font-size: 14px;
    line-height: 20px;
    height: 60px;
  }
  .page-breadcrumbs li {
    font-size: 14px;
    line-height: 22px;
  }
  .pageCatalog-item__info {
    font-size: 12px;
  }
  .pageCatalog-item__info span {
    font-size: 10px;
    margin-bottom: 0;
  }
  .pageCatalog-item__bottom {
    padding: 0;
    display: block;
    text-align: center;
    font-size: 14px;
  }
  .pageCatalog-item__link {
    width: 100%;
    margin-top: 6px;
  }
  .pageCatalog-wrapper, .pageCatalog-gray {
    margin-left: -21px;
    margin-right: -21px;
    width: auto;
  }
  .pageCard-characteristics__item {
    font-size: 14px;
    margin-top: 6px;
  }
  .pageCard-characteristics__item span, .pageCard-characteristics__item p {
    width: calc(50% - 5px);
  }
  .pageCard-scrollbar.mobile-scrollbar {
    width: 100%;
  }
  .pageCard-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: static;
    margin-top: 2px;
  }
  .pageCard-thumb__item {
    margin-top: 6px;
    margin-right: 10px;
  }
  .pageCard-thumb__item:first-child {
    margin-top: 6px;
    margin-right: 10px;
  }
  .pageCard-image {
    margin: 0;
  }
  .pageCard-image__item {
    width: 400px;
    max-width: 100%;
    height: 300px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pageCard-image__item img {
    margin: 0 auto;
  }
  .pageCard-btnBlue, .pageCard-borderBtn {
    width: calc(50% - 10px);
    margin: 0;
    width: 100%;
  }
  .pageCard-borderBtn {
    margin-top: 12px;
  }
  .pageCard-scrollbar.mobile-scrollbar {
    margin-top: 20px;
  }
}















/*new styles*/

.home-padding {
  padding: 60px 0;
}

.home-pt {
  padding-top: 60px;
}


.page-container {
  max-width: 1860px;
  padding: 0 50px;
  margin: 0 auto;
}

.home-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  color: #3C5366;
  margin-bottom: 40px;
}

.homeBenefits {
  border: 1px solid rgba(60, 83, 102, 0.1);
  border-right: none;
  border-left: none;
}
.homeBenefits-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px 0 0;
}

.homeBenefits-block {
  width: 25%;
  padding: 0;
  margin-top: 10px;
}

.homeBenefits-item {
  padding: 37px 0;
  text-align: center;
  width: 302px;
  max-width: 100%;
  margin: 0 auto;
  transition: all 0.4s;
  color: #00AEEF;
  position: relative;
}
.homeBenefits-item__title {
  font-weight: 300;
  font-size: 60px;
  line-height: 30px;
  position: relative;
  z-index: 2;
}
.homeBenefits-item__subtitle {
  margin: 10px 0;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  position: relative;
  z-index: 2;
}
.homeBenefits-item__line {
  width: 100%;
  height: 1px;
  background: #B5B5B5;
  margin-bottom: 10px;
  transition: all 0.4s;
  position: relative;
  z-index: 2;
}
.homeBenefits-item__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #3C5366;
  position: relative;
  transition: all 0.4s;
  z-index: 2;
}
.homeBenefits-item::before {
  content: "";
  position: absolute;
  left: -60px;
  top: 0;
  bottom: 0;
  right: -60px;
  background: #00AEEF;
  transition: all 0.4s;
  opacity: 0;
}
.mainHome {
  padding: 0;
  position: relative;
}

.mainHome .page-container {
  display: flex;
  align-items: center;
  height: 800px;
}

.mainHome-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: auto;
  user-select: none;
}

.mainHome-title {
  width: 690px;
  max-width: 100%;
  font-weight: 400;
  font-size: 44px;
  line-height: 60px;
  color: #FFFFFF;
  position: relative;
  z-index: 3;
}

.mainBlockquote {
  width: 1400px;
  max-width: calc(100% - 100px);
  position: relative;
  z-index: 35;
  margin: -40px auto 50px;
  background: #FFFFFF;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.25));
  padding: 65px 40px;
  text-align: center;
  font-weight: 300;
  font-size: 40px;
  line-height: 60px;
  color: #3C5366;
}
.homePromotion-list {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.homePromotion-text {
  writing-mode: vertical-rl;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  transform: rotate(180deg);
}
.homePromotion-link {
  display: block;
  max-width: calc(100% - 20px);
  text-decoration: none;
  outline: none;
}
.homePromotion-link img {
  width: 100%;
  height: auto;
  display: block;
}

.homeAbout-wrapper {
  position: relative;
  padding-top: 250px;
}

.homeAbout-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
  user-select: none;
}

.homeAbout button.owl-next::before, .homeAbout button.owl-next::after, .homeAbout button.owl-prev::before, .homeAbout button.owl-prev::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: all 0.4s;
  height: 100%;
  background-image: url('../image/arrow-slider-1.svg');
  background-repeat: no-repeat;
  background-position: center;
}
.homeAbout button.owl-next::after, .homeAbout button.owl-prev::after {
  opacity: 0;
  background-image: url('../image/arrow-slider-2.svg');
}
.homeAbout button.owl-next:hover::before, .homeAbout button.owl-prev:hover::before {
  opacity: 0;
}
.homeAbout button.owl-next:hover::after, .homeAbout button.owl-prev:hover::after {
  opacity: 1;
}
.homeAbout button.owl-next, .homeAbout button.owl-prev {
  width: 60px;
  height: 60px;
  background: #FFFFFF !important;
  margin: 0;
  transform: none;
  position: absolute;
  top: -60px;
  border: none;
  outline: none;
  right: 0;
}
.homeAbout button.owl-next span, .homeAbout button.owl-prev span {
  display: none;
}
.homeAbout button.owl-prev {
  right: 60px;
}
.homeAbout button.owl-prev::before, .homeAbout button.owl-prev::after {
  transform: rotate(180deg);
}

.homeAbout-slider {
  width: 860px !important;
  background: #FFFFFF;
  max-width: 100%;
  margin-left: auto;
  padding: 40px;
  position: relative;
  z-index: 3;
}

.homeAbout-slide__text {
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  color: #3C5366;
}
.homeAbout-slide__name {
  font-weight: 500;
  font-size: 22px;
  line-height: 25px;
  color: #3C5366;
  margin-top: 32px;
}
.homeAbout-slide__bottom {
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  color: rgba(60, 83, 102, 0.5);
}


.btn-primary {
  width: 405px;
  max-width: 100%;
  height: 60px;
  border: 3px solid #00AEEF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: all 0.4s;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #3C5366;
}
.btn-primary img {
  transition: all 0.4s;
}

.home-subtitle {
  margin-bottom: 40px;
  font-weight: 300;
  font-size: 40px;
  line-height: 60px;
  color: #3C5366;
}

.btn-primary:hover {
  background: #00AEEF;
  color: #fff;
}
.btn-primary:hover img {
  filter: brightness(0) invert(1)
}

.homeWork-index {
  position: relative;
  z-index: 2;
}

.homeWork-btn {
  position: absolute;
  right: 0;
  top: 0;
}

.homeWork-slider {
  width: calc(100% - 54px) !important;
  margin: 0 auto !important
}

.homeWork-item__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  color: #3C5366;
}
.homeWork-item__line {
  margin: 20px 0;
  width: 110px;
  height: 3px;
}
.homeWork .owl-carousel .owl-nav.disabled {
  display: block !important;
}
.homeWork button.owl-prev, .homeWork button.owl-next {
  width: 9px;
  height: 16px;
  background: none !important;
  position: absolute;
  left: -27px;
  top: calc(50% - 8px);
}
.homeWork button.owl-prev::before, .homeWork button.owl-next::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url('../image/arrow-slider-1.svg');
  background-position: center;
}
.homeWork button.owl-prev::before {
  transform: rotate(180deg);
}
.homeWork button.owl-prev span, .homeWork button.owl-next span {
  display: none !important;
}
.homeWork-item__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #B5B5B5;
}
.homeWork button.owl-next {
  left: auto;
  right: -27px;
}

.homeCatalog {
  border-bottom: 1px solid rgba(60, 83, 102, 0.1);
}
.homeCatalog-item {
  background: #F6F6F9;
  padding: 20px 30px 25px;
  position: relative;
  transition: all 0.4s;
  min-height: 100%;
}
.homeCatalog-item__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.homeCatalog-item__img {
  padding-top: 57.3%;
  display: flex;
  align-items: center;
  justify-content: center;
  mix-blend-mode: darken;
  position: relative;
}
.homeCatalog-item:hover {
  background: #EEF9FC;
}
.homeCatalog-item__img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.homeCatalog-list {
  margin: -40px -20px 0;
  display: flex;
  flex-wrap: wrap;
}
.homeCatalog-block {
  width: 25%;
  padding: 0 20px;
  margin-top: 40px;
}
.homeCatalog-item__text {
  margin-top: 15px;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #3C5366;
  padding-right: 9px;
  background-image: url('../image/arrow-slider-1.svg');
  background-repeat: no-repeat;
  background-position: center right;
}

.homeCatalog-btn {
  margin: 40px auto 0;
}

.manufacturers-letters {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -5px 20px 0;
}
.manufacturers-letters__item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-right: 5px;
  margin-top: 5px;
  width: 40px;
  height: 40px;
  background: rgba(181, 181, 181, 0.2);
  font-weight: 400;
  font-size: 24px;
  line-height: 25px;
  color: #3C5366;
  text-decoration: none;
  outline: none;
  text-transform: uppercase;
  transition: all 0.4s;
}
.manufacturers-letters__item:hover, .manufacturers-letters__item.active {
  background: #00AEEF;
  color: #fff;
}

.manufacturers-list {
  display: flex;
  flex-wrap: wrap;
  margin: -42px -21px 0;
}
.manufacturers-block {
  width: calc(100% / 6);
  margin-top: 42px;
  padding: 0 21px;
}
.manufacturers-item {
  padding-top: 100%;
  display: flex;
  text-decoration: none;
  outline: none;
  transition: all 0.4s;
  position: relative;
}
.manufacturers-item img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.manufacturers-item:hover {
  opacity: 0.8;
}


.homeCatalog-block {
  display: none;
}
.open .homeCatalog-block {
  display: block;
}

.pageCard-content__text * {
	font-family: "Geometria", sans-serif !important;
}

@media (min-width: 1651px) {
  .homeCatalog-block:nth-child(-n+8) {
    display: block;
  }
}
@media (min-width: 1251px) {
  .homeCatalog-block:nth-child(-n+6) {
    display: block;
  }
}
@media (min-width: 993px) {
  .homeBenefits-item:hover .homeBenefits-item__line {
    background: #fff;
  }
  .homeBenefits-item:hover .homeBenefits-item__text {
    color: #fff;
  }
  .homeBenefits-item:hover {
    color: #fff;
  }
  .homeBenefits-item:hover::before {
    opacity: 1;
  }
  .homeCatalog-item:hover .homeCatalog-item__text {
    font-size: 18px;
    font-weight: bold;
  }
  
}
@media (max-width: 1800px) {
  .homeCatalog-block {
    width: 33.333%;
  }
}

@media (max-width: 1650px) {
  .homeBenefits-item::before {
    right: -12px;
    left: -12px;
  }
}

@media (max-width: 1380px) {
  .homeBenefits-block {
    width: 33.333%;
  }
  .mainBlockquote {
    margin: -32px auto 30px;
    width: 800px;
    max-width: calc(100% - 40px);
    padding: 24px 16px;
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 1250px) {
  .homeCatalog-block {
    width: 50%;
    margin-top: 20px;
    padding: 0 10px;
  }
  .homeCatalog-list {
    margin: -20px -10px 0;
  }
  .homeCatalog-item__text {
    padding-right: 20px;
  }
}
@media (max-width: 1200px) {
  .homeBenefits-block {
    width: 50%;
  }
  .mainHome-title {
    font-size: 30px;
    line-height: 40px;
    width: 610px;
  }
  .mainHome .page-container {
    height: 600px;
  }
  .homeAbout-slider {
    width: 100% !important;
  }
  .homeAbout-wrapper {
    padding-top: 120px;
  }
  .manufacturers-letters__item {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .homeWork-btn {
    position: static;
    margin: 40px auto 0;
  }
  .home-subtitle {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 30px;
  }
  .home-title {
    margin-bottom: 30px;
  }
  .manufacturers-block {
    width: 20%;
  }
}
@media (max-width: 767px) {
	
	

.description_bottom {
  padding: 0 15px;
}

  .homeBenefits-block {
    width: calc(50% - 10px);
    margin-top: 24px;
  }
  .homeBenefits-list {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .homeBenefits-item {
    padding: 0;
    width: 100%;
  }
  .homeBenefits-item__title {
    font-size: 40px;
    line-height: 30px;
  }
  .homeBenefits-item__subtitle {
    font-size: 16px;
    line-height: 20px;
    margin-top: 4px;
  }
  .homeBenefits-item__text {
    font-size: 14px;
    line-height: 20px;
  }
  .home-padding {
    padding: 40px 0;
  }
  .home-pt {
    padding-top: 40px;
  }
  .page-container {
    padding: 0 20px;
  }
  .mainHome-title {
    font-size: 23px;
    line-height: 30px;
    width: 100%;
  }
  .mainHome .page-container {
    height: 450px;
    align-items: flex-end;
    padding-bottom: 100px;
  }
  .mainBlockquote {
    font-size: 20px;
    line-height: 27px;
  }
  .homePromotion-list {
    display: block;
  }
  .homePromotion-link {
    max-width: 100%;
  }
  .homePromotion-text {
    writing-mode: horizontal-tb;
    margin-bottom: 2px;
    transform: none;
  }
  .homeAbout-slider {
    padding: 20px;
  }
  .homeAbout-slide__text {
    font-size: 14px;
    line-height: 20px;
  }
  .homeAbout-slide__name {
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
  }
  .homeAbout-slide__bottom {
    font-size: 16px;
    line-height: 20px;
  }
  .homeAbout button.owl-next, .homeAbout button.owl-prev {
    width: 40px;
    height: 40px;
    top: -40px;
  }
  .homeAbout button.owl-prev {
    right: 40px;
  }
  .homeAbout-wrapper {
    padding-top: 80px;
  }
  .homeCatalog-btn {
    margin-top: 30px;
  }
  .manufacturers-letters__item {
    width: 24px;
    height: 24px;
    font-size: 16px;
  }
  .manufacturers-block {
    width: 25%;
  }
}
@media (max-width: 576px) {
  .homeBenefits-block {
    width: 100%;
  }
  .homeBenefits-block:first-child {
    margin-top: 0;
  }
  .home-title, .home-subtitle  {
    text-align: center;
  }
  .homeCatalog-block {
    width: 100%;
  }
  .home-title {
    margin-bottom: 24px;
  }
  .home-subtitle {
    margin-bottom: 24px;
  }
  .manufacturers-list {
    margin: -16px -8px 0;
  }
  .manufacturers-block {
    width: 33.333%;
    padding: 0 8px;
    margin-top: 16px;
  }
  .homeCatalog-block:nth-child(-n+4) {
    display: block;
  }
  .homeBenefits-item__line {
    display: none;
  }
  .homeBenefits-item__text {
    margin: 10px 0;
  }
  .homeBenefits-item {
    border-bottom: 1px solid #B5B5B5;
  }
}
@media (max-width: 360px) {
  .homeWork-btn {
    padding: 0 20px;
    font-size: 14px;
  }
  .manufacturers-block {
    width: 50%;
  }
}


#modef {
  border: 1px solid #00adef;
  width: 100%;
  width: 100%;
  padding: 5px 0;
}

#modef a {
  text-decoration: underline;
}

.description_bottom {
	margin-bottom: 35px;
	margin-top: 35px;
	font-size: 16px;
}