@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.eot");
  src: local("Montserrat Light"), local("Montserrat-Light"), url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.eot");
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.eot");
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.eot");
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.eot");
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraBold.eot");
  src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"), url("../fonts/Montserrat-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-ExtraBold.woff") format("woff"), url("../fonts/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Black.eot");
  src: local("Montserrat Black"), local("Montserrat-Black"), url("../fonts/Montserrat-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Black.woff") format("woff"), url("../fonts/Montserrat-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
*, ::after, ::before {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

html {
  overflow-x: hidden;
}

body, html {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  font-size: 15px;
  min-width: 320px;
  font-variant-ligatures: none;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

ul, li {
  display: block;
  padding: 0px;
  margin: 0px;
}

textarea {
  resize: none;
}

p {
  font-size: 15px;
}

img {
  border-style: none;
}

button {
  border: 0;
  padding: 0;
  background: transparent;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: none;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number],
input[type=number]:hover,
input[type=number]:focus {
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: textfield;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

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

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoratio {
  display: none;
}

[hidden] {
  display: none;
}

p, nav {
  margin: 0;
  padding: 0;
}

a, a:hover, a:active, a:focus,
button, input, button:hover, button:active, button:focus,
input:focus, input:active {
  text-decoration: none;
  outline: none;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
}

input {
  border: 0;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.f-center-jcsb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex {
  display: flex;
}

.f-jcsb {
  display: flex;
  justify-content: space-between;
}

.f-center {
  display: flex;
  align-items: center;
}

.f-center-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.f-justify-center {
  display: flex;
  justify-content: center;
}

.product-banner__image img, .about-image img, .article-banner img, .gallery-list__card img, .blog-block__image img, .blog-main__image img, .products-list__image img, .products-gallery__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  background: #F5F6FA;
  color: #1E1E1E;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  color: #1E1E1E;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
}

input, input::placeholder, textarea, textarea::placeholder, button, a {
  font-family: "Montserrat", sans-serif;
}

.container {
  width: 1230px;
  padding: 0px 15px;
  margin: 0 auto;
}

section {
  padding: 30px 0px;
}

.section-title {
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}
.section-title span {
  color: #1877F2;
}

.breadcrumbs {
  padding-bottom: 0;
  padding-top: 40px;
}
.breadcrumbs-list {
  flex-wrap: wrap;
}
.breadcrumbs-list__item::after {
  content: "/";
  font-size: 14px;
  font-style: normal;
  color: rgba(30, 30, 30, 0.5);
  font-weight: 400;
  line-height: normal;
  margin: 0px 5px;
}
.breadcrumbs-list__item:last-child::after {
  display: none;
}
.breadcrumbs-list__item:last-child .breadcrumbs-list__link {
  color: #1E1E1E;
}
.breadcrumbs-list__link {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: rgba(30, 30, 30, 0.5);
  line-height: normal;
}
.breadcrumbs-list__link:hover {
  color: #1877F2;
}

.page-pagination {
  gap: 15px;
}
.page-pagination__link {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: rgba(30, 30, 30, 0.3);
}
.page-pagination__link svg {
  display: block;
}
.page-pagination__link svg path {
  transition: all 0.4s ease;
}
.page-pagination__link:hover {
  color: #1877F2;
}
.page-pagination__link:hover path {
  fill-opacity: 1;
  fill: #1877F2;
}
.page-pagination__link.active {
  color: #1877F2;
}

.header {
  padding: 15px 0px;
  background: #fff;
}
.header-logo {
  display: block;
}
.header-logo__img {
  display: block;
}
.header-toggle {
  display: none;
}
.header-menu {
  gap: 20px;
}
.header-menu__link {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #1E1E1E;
}
.header-menu__link:hover {
  color: #1877F2;
}
.header-social {
  gap: 15px;
}
.header-social__link {
  display: block;
}
.header-social__link img {
  display: block;
}
.header-social__link:hover {
  transform: scale(1.1);
}
.header-phone {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #1E1E1E;
}
.header-phone:hover {
  color: #1877F2;
}
.header-download {
  padding: 14px 26px;
  border-radius: 50px;
  border: 1px solid #1E1E1E;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #1E1E1E;
}
.header-download svg {
  display: block;
  margin-left: 15px;
}
.header-download svg path {
  transition: all 0.4s ease;
}
.header-download:hover {
  color: #1877F2;
  border-color: #1877F2;
}
.header-download:hover path {
  fill: #1877F2;
}
.header-nav__more {
  display: none;
}
.header-lang {
  position: relative;
}
.header-lang__current {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
  text-transform: uppercase;
}
.header-lang__current svg {
  display: block;
  margin-left: 7px;
  transition: all 0.4s ease;
}
.header-lang.active .header-lang__current {
  pointer-events: none;
}
.header-lang.active .header-lang__current svg {
  transform: rotate(180deg);
}
.header-lang.active .header-lang-list {
  opacity: 1;
  pointer-events: all;
}
.header-lang-list {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
  top: calc(100% + 6px);
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 5px 20px rgba(30, 30, 30, 0.2);
}
.header-lang-list__item {
  margin-bottom: 5px;
}
.header-lang-list__item:last-child {
  margin-bottom: 0;
}
.header-lang-list__link {
  font-weight: 500;
  color: #1E1E1E;
}
.header-lang-list__link:hover {
  color: #1877F2;
}

.main {
  padding-top: 40px;
  padding-bottom: 48px;
}
.main-slider {
  border-radius: 30px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.main-slider .slick-dots {
  display: flex;
  position: absolute;
  bottom: -25px;
  justify-content: center;
  width: 100%;
  gap: 10px;
}
.main-slider .slick-dots li.slick-active button {
  background: #1877F2;
}
.main-slider .slick-dots li button {
  border-radius: 50%;
  background: rgba(30, 30, 30, 0.1);
  width: 8px;
  height: 8px;
  font-size: 0;
}
.main-slider__card {
  height: 455px;
  border-radius: 30px;
  background: var(--gradient_1, linear-gradient(98deg, #BBDCF3 0%, #FDE8AF 100%));
  padding-left: 50px;
  overflow: hidden;
  position: relative;
}
.main-slider__image {
  position: absolute;
  bottom: 0;
  pointer-events: none;
  right: 0;
}
.main-slider__image img {
  display: block;
}
.main-slider__content {
  max-width: 641px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.main-slider__title {
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.main-slider__text {
  margin-top: 30px;
  max-width: 580px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.main-slider__btn {
  padding: 18px 40px;
  border-radius: 50px;
  background: #1E1E1E;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 30px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #FFF;
}
.main-slider__btn svg {
  display: block;
  margin-left: 15px;
}
.main-slider__btn:hover {
  background: #1877F2;
}
.main-points {
  margin-top: 21px;
}
.main-points__item {
  margin-bottom: 12px;
}
.main-points__item:last-child {
  margin-bottom: 0;
}
.main-points__icon {
  flex-shrink: 0;
  margin-right: 15px;
}
.main-points__icon svg {
  display: block;
}
.main-points__text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.products-block {
  margin-top: 30px;
}
.products-block__title {
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.products-block__item {
  margin-bottom: 30px;
}
.products-block__item:last-child {
  margin-bottom: 0;
}
.products-seo {
  margin-top: 40px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #1E1E1E;
  overflow: hidden;
  max-height: 210px;
  transition: max-height 0.5s ease;
}
.products-seo h3, .products-seo h2 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #1877F2;
  margin-bottom: 15px;
}
.products-seo h3 {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.products-seo h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.products-seo h2:first-child {
  margin-top: 0;
}
.products-seo p {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.products-seo b {
  font-weight: 600;
}
.products-seo ul {
  list-style: none;
  padding-left: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}
.products-seo ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
}
.products-seo ul li::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #1877F2;
  border-radius: 50%;
}
.products-seo table {
  width: 100% !important;
  border-collapse: collapse;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  margin: 15px 0;
  box-shadow: 0 4px 15px rgba(24, 119, 242, 0.1);
}
.products-seo table tr {
  transition: background-color 0.2s ease;
}
.products-seo table tr:first-child {
  background: #1877F2;
}
.products-seo table tr:first-child td {
  color: #ffffff;
  font-weight: 600;
  padding: 16px 20px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.products-seo table tr:not(:first-child):nth-child(even) {
  background: rgba(24, 119, 242, 0.03);
}
.products-seo table tr:not(:first-child):hover {
  background: rgba(24, 119, 242, 0.08);
}
.products-seo table tr td {
  padding: 14px 20px;
  border-bottom: 1px solid rgba(24, 119, 242, 0.1);
  color: #1E1E1E !important;
}
.products-seo table tr td:last-child {
  border-bottom: none;
}
.products-seo.expanded {
  max-height: 10000px;
}
.products-more__btn {
  padding: 10px 15px;
  border-radius: 10px;
  background: #1E1E1E;
  color: #fff;
  margin-top: 10px;
  font-weight: 500;
}
.products-gallery__item {
  width: 49%;
}
.products-gallery__image {
  width: 100%;
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
}
.products-list {
  flex-wrap: wrap;
  gap: 40px 19px;
}
.products-list__item {
  width: 387px;
}
.products-list__card {
  border-radius: 20px;
  background: #FFF;
  overflow: hidden;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.03);
}
.products-list__card:hover .products-list__title {
  color: #1877F2;
}
.products-list__image {
  width: 100%;
  display: block;
  height: 180px;
  overflow: hidden;
}
.products-list__content {
  padding: 20px;
}
.products-list__title {
  font-size: 20px;
  transition: all 0.4s ease;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.products-list__link {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #1877F2;
  flex-shrink: 0;
  margin-left: 20px;
}
.products-list__link svg {
  display: block;
  margin-left: 12px;
}
.products_catalog .section-title {
  margin-bottom: 20px;
}
.products-subtitle {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.table-wrap {
  overflow-x: auto;
  margin: 15px 0;
  white-space: nowrap;
}

.advantages-list {
  gap: 20px;
}
.advantages-list__item {
  width: 100%;
}
.advantages-list__card {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.03);
  height: 100%;
  padding: 30px;
}
.advantages-list__content {
  margin-top: 20px;
}
.advantages-list__title {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.advantages-list__icon img {
  display: block;
}
.advantages-points {
  margin-top: 20px;
}
.advantages-points__item {
  margin-bottom: 20px;
}
.advantages-points__item:last-child {
  margin-bottom: 20px;
}
.advantages-points__item:last-child:last-child {
  margin-bottom: 0;
}
.advantages-points__icon {
  flex-shrink: 0;
  margin-right: 12px;
}
.advantages-points__icon img {
  display: block;
}
.advantages-points__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.consult-block {
  height: 500px;
  padding-left: 50px;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  background: var(--gradient_1, linear-gradient(98deg, #BBDCF3 0%, #FDE8AF 100%));
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.consult-block__image {
  position: absolute;
  bottom: 0;
  right: 0;
}
.consult-block__image img {
  display: block;
}
.consult-block__text {
  margin-top: 30px;
  max-width: 439px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.consult-form {
  margin-top: 30px;
  max-width: 540px;
  width: 100%;
}
.consult-form__item {
  width: 100%;
  margin-bottom: 15px;
}
.consult-form__item:last-child {
  margin-bottom: 0;
}
.consult-form__item input {
  display: block;
  width: 100%;
  padding: 15px 30px;
  font-size: 16px;
  font-style: normal;
  border-radius: 50px;
  background: #F5F6FA;
  font-weight: 400;
  line-height: normal;
}
.consult-form__item input::-moz-placeholder {
  color: rgba(30, 30, 30, 0.5);
}
.consult-form__item input::placeholder {
  color: rgba(30, 30, 30, 0.5);
}
.consult-form__btn {
  padding: 18px 40px;
  width: -moz-fit-content;
  width: fit-content;
  background: #1E1E1E;
  border-radius: 50px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #fff;
  margin-top: 15px;
}
.consult-form__btn:hover {
  background: #1877F2;
}

.blog_page {
  padding-bottom: 60px;
}
.blog-main {
  width: 49.5%;
  border-radius: 20px;
  overflow: hidden;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.03);
}
.blog-main:hover .blog-main__title {
  color: #1877F2;
}
.blog-main__image {
  width: 100%;
  display: block;
  height: 220px;
}
.blog-main__content {
  padding: 20px;
}
.blog-main__title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: all 0.4s ease;
}
.blog-main__text {
  margin-top: 12px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: rgba(30, 30, 30, 0.8);
}
.blog-main__nav {
  margin-top: 20px;
}
.blog-main__published {
  font-size: 14px;
  font-style: normal;
  color: rgba(30, 30, 30, 0.5);
  font-weight: 400;
  line-height: normal;
}
.blog-main__link {
  color: #1877F2;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.blog-main__link svg {
  margin-left: 12px;
  display: block;
}
.blog-block {
  width: 49.5%;
}
.blog-block__item {
  width: 100%;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.03);
  height: 193px;
  overflow: hidden;
  margin-bottom: 23px;
}
.blog-block__item:last-child {
  margin-bottom: 0;
}
.blog-block__image {
  height: 100%;
  width: 193px;
  display: block;
  flex-shrink: 0;
  overflow: hidden;
}
.blog-more {
  margin-top: 39px;
  padding: 18px 40px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  border-radius: 50px;
  line-height: normal;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 40px;
  display: block;
  background: #1E1E1E;
  color: #fff;
}
.blog-more:hover {
  background: #1877F2;
}
.blog-content {
  margin-top: 20px;
}
.blog-content .blog-block {
  row-gap: 20px;
  flex-wrap: wrap;
  width: 100%;
}
.blog-content .blog-block__item {
  width: 49.5%;
  margin-bottom: 0;
}
.blog-nav {
  margin-top: 30px;
}
.blog-nav__text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: rgba(30, 30, 30, 0.5);
  line-height: normal;
}

.faq-list__item {
  margin-bottom: 15px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.03);
  border: 1px solid transparent;
  transition: all 0.4s ease;
}
.faq-list__item:last-child {
  margin-bottom: 0;
}
.faq-list__item.open {
  border-color: rgba(24, 119, 242, 0.3);
}
.faq-list__item.open .faq-list__title {
  color: #1877F2;
}
.faq-list__item.open .faq-list__plus {
  border-color: #1877F2;
}
.faq-list__item.open .faq-list__plus::after, .faq-list__item.open .faq-list__plus::before {
  background: #1877F2;
}
.faq-list__item.open .faq-list__plus::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-list__title {
  padding: 24px 30px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.4s ease;
  line-height: normal;
}
.faq-list__content {
  padding: 0px 30px;
  display: none;
}
.faq-list__text {
  max-width: 865px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: rgba(30, 30, 30, 0.8);
}
.faq-list__wrap {
  padding: 20px 0px;
  border-top: 1px solid rgba(30, 30, 30, 0.07);
}
.faq-list__plus {
  flex-shrink: 0;
  margin-left: 20px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  transition: all 0.4s ease;
  border: 1px solid #1E1E1E;
}
.faq-list__plus::after {
  content: "";
  background: #1E1E1E;
  display: block;
  width: 15px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
}
.faq-list__plus::before {
  content: "";
  width: 2px;
  height: 15px;
  transition: all 0.4s ease;
  left: 50%;
  position: absolute;
  top: 50%;
  background: #1E1E1E;
  transform: translate(-50%, -50%);
}

.request {
  padding-bottom: 60px;
}
.request-block {
  padding: 50px;
  border-radius: 30px;
  background: var(--gradient_1, linear-gradient(98deg, #BBDCF3 0%, #FDE8AF 100%));
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.request-block__form {
  max-width: 510px;
  width: 100%;
}
.request-block__inner {
  max-width: 540px;
  width: 100%;
}
.request-list {
  flex-wrap: wrap;
  row-gap: 10px;
}
.request-list__item {
  width: 47%;
}
.request-list__icon {
  flex-shrink: 0;
  margin-right: 12px;
}
.request-list__icon svg {
  display: block;
}
.request-list__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.request-list__text b {
  font-weight: 600;
}
.request-list__email {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: underline;
  color: #1E1E1E;
}
.request-list__email:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.request-map {
  margin-top: 35px;
}
.request-map img {
  display: block;
  width: 100%;
}
.request-form__text {
  max-width: 337px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.request-form__wrap {
  margin-top: 30px;
}
.request-form__item {
  width: 100%;
  margin-bottom: 15px;
}
.request-form__item:last-child {
  margin-bottom: 0;
}
.request-form__item input, .request-form__item textarea {
  display: block;
  width: 100%;
  padding: 15px 30px;
  border-radius: 50px;
  background: #F5F6FA;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.request-form__item input::-moz-placeholder, .request-form__item textarea::-moz-placeholder {
  color: rgba(30, 30, 30, 0.5);
}
.request-form__item input::placeholder, .request-form__item textarea::placeholder {
  color: rgba(30, 30, 30, 0.5);
}
.request-form__item textarea {
  height: 160px;
  border-radius: 20px;
}
.request-form__btn {
  padding: 18px 40px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 50px;
  color: #fff;
  background: #1E1E1E;
  margin-top: 15px;
}
.request-form__btn:hover {
  color: #1877F2;
}

.credits {
  background: #FFF;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.03);
}
.credits-wrapper {
  position: relative;
  padding: 15px 0px;
}
.credits-network__text {
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.credits-social {
  margin-top: 15px;
  gap: 15px;
}
.credits-social__link {
  width: 34px;
  display: block;
}
.credits-social__link img {
  display: block;
  width: 100%;
}
.credits-social__link:hover {
  transform: scale(1.1);
}
.credits-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}
.credits-logo__img {
  display: block;
}
.credits-download {
  padding: 14px 26px;
  border-radius: 50px;
  border: 1px solid #1E1E1E;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #1E1E1E;
}
.credits-download svg {
  display: block;
  margin-left: 15px;
}
.credits-download svg path {
  transition: all 0.4s ease;
}
.credits-download:hover {
  color: #1877F2;
  border-color: #1877F2;
}
.credits-download:hover path {
  fill: #1877F2;
}
.credits-nav {
  border-top: 1px solid rgba(30, 30, 30, 0.07);
  padding: 15px 0px;
}
.credits-more {
  border-top: 1px solid rgba(30, 30, 30, 0.07);
  padding: 15px 0px;
  justify-content: center;
  gap: 40px;
}
.credits-more__item {
  max-width: 170px;
}
.credits-more__title {
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.credits-more__text {
  margin-top: 5px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.credits-more__email {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  color: #1E1E1E;
  margin-top: 5px;
  display: block;
}
.credits-more__email:hover {
  color: #1877F2;
  text-decoration: underline;
}
.credits-menu {
  gap: 20px;
}
.credits-menu__link {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #1E1E1E;
}
.credits-menu__link:hover {
  color: #1877F2;
}
.credits-link {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  color: #1E1E1E;
}
.credits-link:hover {
  color: #1877F2;
  text-decoration: underline;
}
.credits-politic {
  border-top: 1px solid rgba(30, 30, 30, 0.07);
  text-align: center;
  padding: 15px 0px;
}
.credits-politic__text {
  font-size: 12px;
  color: rgba(30, 30, 30, 0.6);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.notfound {
  padding-bottom: 60px;
}
.notfound-block__image img {
  display: block;
}
.notfound-block__content {
  text-align: center;
  margin-top: 40px;
}
.notfound-block__title {
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.notfound-block__btn {
  padding: 18px 40px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 20px;
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  border-radius: 50px;
  line-height: normal;
  background: #1E1E1E;
  color: #fff;
}
.notfound-block__btn:hover {
  background: #1877F2;
}

.banner-block {
  border-radius: 30px;
  background: var(--gradient_1, linear-gradient(98deg, #BBDCF3 0%, #FDE8AF 100%));
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  height: 300px;
  overflow: hidden;
  position: relative;
}
.banner-block__content {
  padding-left: 50px;
}
.banner-block__title {
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.banner-block__image {
  position: absolute;
  right: 0;
  bottom: 0;
}
.banner-block__image img {
  display: block;
}

.gallery-list {
  flex-wrap: wrap;
  gap: 20px;
}
.gallery-list__item {
  border-radius: 20px;
  width: 386px;
  height: 280px;
  overflow: hidden;
}
.gallery-list__card {
  width: 100%;
  height: 100%;
  display: block;
}
.gallery-list__card img {
  transition: all 0.6s ease;
}
.gallery-list__card:hover img {
  transform: scale(1.05);
}

.article-banner {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 30px;
}
.article-block {
  max-width: 997px;
  margin-top: 60px;
}
.article-block__title {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.article-block__title span {
  color: #1877F2;
}
.article-content {
  margin-top: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.article-content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.article-content img {
  max-width: 691px;
  width: 100%;
  border-radius: 30px;
  display: block;
}
.article-content ol {
  padding: 0;
  margin: 0;
  counter-reset: num;
}
.article-content ol li {
  padding-left: 20px;
  position: relative;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.article-content ol li::before {
  content: counter(num) ".";
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
}
.article-published {
  margin-top: 30px;
  font-size: 14px;
  font-style: normal;
  color: rgba(30, 30, 30, 0.5);
  font-weight: 400;
  line-height: normal;
}

.another {
  padding-bottom: 60px;
}
.another .blog-content {
  margin-top: 0;
}

.about .section-title {
  font-size: 40px;
  max-width: 840px;
}
.about .section-title span {
  color: #1877F2;
}
.about-content {
  max-width: 691px;
}
.about-content__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.about-content__text b {
  color: #1877F2;
}
.about-image {
  width: 488px;
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
}
.work-list__item {
  padding-left: 45px;
  position: relative;
  margin-bottom: 15px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.work-list__item:last-child {
  margin-bottom: 0;
}
.work-list__item::before {
  content: "";
  width: 30px;
  height: 3px;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: #1877F2;
}

.product-title {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.product-banner {
  margin-top: 30px;
  position: relative;
}
.product-banner .slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  top: 50%;
  background: #1E1E1E;
  transition: all 0.4s ease;
  cursor: pointer;
}
.product-banner .slider-arrow svg {
  display: block;
}
.product-banner .slider-arrow.left-arrow {
  left: 30px;
}
.product-banner .slider-arrow.right-arrow {
  right: 30px;
}
.product-banner .slider-arrow:hover {
  background: #1877F2;
}
.product-banner__image {
  height: 380px;
  border-radius: 20px;
  overflow: hidden;
}
.product-banner .slick-dots {
  display: flex;
  position: absolute;
  bottom: -25px;
  justify-content: center;
  width: 100%;
  gap: 10px;
}
.product-banner .slick-dots li.slick-active button {
  background: #1877F2;
}
.product-banner .slick-dots li button {
  border-radius: 50%;
  background: rgba(30, 30, 30, 0.1);
  width: 8px;
  height: 8px;
  font-size: 0;
}
.product-wrapper {
  margin-top: 60px;
}
.product-inner {
  width: 100%;
}
.product-overflow {
  max-height: 559px;
  overflow-y: auto;
  padding-right: 10px;
}
.product-overflow::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.product-overflow::-webkit-scrollbar-button {
  background-color: #fff;
  display: none;
}
.product-overflow::-webkit-scrollbar-track {
  background-color: #fff;
}
.product-overflow::-webkit-scrollbar-track-piece {
  background-color: #fff;
}
.product-overflow::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #1877F2;
  border-radius: 3px;
}
.product-overflow::-webkit-scrollbar-corner {
  background-color: #fff;
}
.product-description h3, .product-description h2 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #1877F2;
  margin-bottom: 15px;
}
.product-description h3 {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.product-description h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.product-description h2:first-child {
  margin-top: 0;
}
.product-description p {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.product-description b {
  font-weight: 600;
}
.product-description ul {
  list-style: none;
  padding-left: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}
.product-description ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
}
.product-description ul li::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #1877F2;
  border-radius: 50%;
}
.product-description table {
  width: 100% !important;
  border-collapse: collapse;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  margin: 15px 0;
  box-shadow: 0 4px 15px rgba(24, 119, 242, 0.1);
}
.product-description table tr {
  transition: background-color 0.2s ease;
}
.product-description table tr:first-child {
  background: #1877F2;
}
.product-description table tr:first-child td {
  color: #ffffff;
  font-weight: 600;
  padding: 16px 20px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.product-description table tr:not(:first-child):nth-child(even) {
  background: rgba(24, 119, 242, 0.03);
}
.product-description table tr:not(:first-child):hover {
  background: rgba(24, 119, 242, 0.08);
}
.product-description table tr td {
  padding: 14px 20px;
  border-bottom: 1px solid rgba(24, 119, 242, 0.1);
  color: #1E1E1E !important;
}
.product-description table tr td:last-child {
  border-bottom: none;
}
.product-block {
  padding: 30px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.03);
  margin-bottom: 20px;
}
.product-block:last-child {
  margin-bottom: 0;
}
.product-config__title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #1877F2;
}
.product-main {
  margin-left: 20px;
  flex-shrink: 0;
  width: 488px;
}
.product-main__item {
  margin-bottom: 20px;
}
.product-main__item:last-child {
  margin-bottom: 0;
}
.product-main__wrap {
  position: sticky;
  top: 20px;
}
.product-scheme__title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
  color: #1877F2;
}
.product-scheme__image img {
  display: block;
  width: 100%;
}
.product-scheme-list {
  row-gap: 20px;
  flex-wrap: wrap;
}
.product-scheme-list__item {
  width: 48%;
}
.product-scheme-list__image img {
  display: block;
  width: 100%;
}
.product-images {
  width: 100%;
  height: 269px;
  border-radius: 20px;
  background: var(--gradient_1, linear-gradient(98deg, #BBDCF3 0%, #FDE8AF 100%));
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.03);
}
.product-colors {
  gap: 20px 24px;
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.product-colors--three {
  grid-template-columns: repeat(3, 1fr);
}
.product-colors__item {
  width: 140px;
  width: 100%;
  text-align: center;
}
.product-colors__image {
  height: 108px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-colors__image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
}
.product-colors__value {
  margin-top: 7px;
  font-size: 15px;
  width: 100%;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.product-more {
  gap: 20px;
  margin-top: 20px;
}
.product-more__item {
  width: 100%;
}

.partners-slider .slick-list {
  padding: 20px 0px;
}
.partners-slider__item {
  padding: 0px 7.5px;
}
.partners-slider__card {
  height: 163px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.03);
}
.partners-slider__image img {
  display: block;
  max-width: 95%;
}/*# sourceMappingURL=main.css.map */