html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  min-height: 100vh;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-style: normal;
  overflow-x: hidden;
}
body.active-menu {
  overflow: hidden;
}

.main {
  width: 100%;
}

img {
  display: block;
  max-width: 100%;
}

p {
  margin: 0 !important;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

a {
  text-decoration: unset;
  color: inherit;
}

.footer {
  background-color: #fff;
}

.wrapper-container {
  width: 100%;
  max-width: 1232px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .wrapper-container {
    padding: 0 32px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper-container {
    padding: 0 15px;
  }
}

.wrapper-header {
  width: 100%;
  max-width: 1345px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 1024px) {
  .wrapper-header {
    padding: 0 32px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper-header {
    padding: 0 15px;
  }
}

.about-container {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 104px;
}
@media screen and (max-width: 1024px) {
  .about-container {
    max-width: 1232px;
    padding: 0 32px;
  }
}
@media screen and (max-width: 768px) {
  .about-container {
    padding: 0 15px;
  }
}

.wrapper-flex-elements {
  max-width: 1288px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .wrapper-flex-elements {
    padding: 0 32px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper-flex-elements {
    padding: 0 15px;
  }
}

.wrapper-tabs {
  max-width: 1144px;
  margin: 0 auto;
}
@media screen and (max-width: 1150px) {
  .wrapper-tabs {
    padding: 0 32px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper-tabs {
    padding: 0 15px;
  }
}

.main_block-subtitle-text {
  padding-bottom: 32px;
  font-family: "Arial", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #e0001a;
  margin: 0 !important;
}

.main_block-title {
  padding-bottom: 16px;
}
.main_block-title h1,
.main_block-title h2 {
  margin: 0 !important;
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  padding: 0 !important;
}
@media screen and (max-width: 1024px) {
  .main_block-title h1,
  .main_block-title h2 {
    font-size: 32px !important;
    line-height: 46px !important;
  }
}

.top-decoration {
  border-top: 3px solid;
  border-image: linear-gradient(90.23deg, #d11010, #fff) 1;
}

.text-size010 {
  font-size: 10px !important;
  line-height: 12px !important;
}

.text-size012 {
  font-size: 12px !important;
  line-height: 20px !important;
}

.text-size014 {
  font-size: 14px !important;
  line-height: 20px !important;
}

.text-size016 {
  font-size: 16px !important;
  line-height: 20px !important;
}

.text-size017 {
  font-size: 17px !important;
  line-height: 48px !important;
}

.text-size018 {
  font-size: 16px !important;
  line-height: 24px !important;
}

.text-size020 {
  font-size: 20px !important;
  line-height: 1.2 !important;
}

.text-size022 {
  font-size: 22px !important;
  line-height: 28px !important;
}

.text-size023 {
  font-size: 23px !important;
  line-height: 31px !important;
}

.text-size024 {
  font-size: 24px !important;
  line-height: 32px !important;
}

.text-size026 {
  font-size: 26px !important;
  line-height: 32px !important;
}

.text-size032 {
  font-size: 32px !important;
  line-height: 44px !important;
}

.text-size036 {
  font-size: 36px !important;
  line-height: 36px !important;
}

.text-size040 {
  font-size: 40px !important;
  line-height: 35px !important;
}

.text-size048 {
  font-size: 48px !important;
  line-height: 56px !important;
}
@media screen and (max-width: 1024px) {
  .text-size048 {
    font-size: 32px !important;
    line-height: 46px !important;
  }
}

.text-size060 {
  font-size: 60px !important;
  line-height: 64px !important;
}
@media screen and (max-width: 768px) {
  .text-size060 {
    font-size: 32px !important;
    line-height: 46px !important;
  }
}

.text-size078 {
  font-size: 78px !important;
  line-height: 80px !important;
}
@media screen and (max-width: 768px) {
  .text-size078 {
    font-size: 48px !important;
    line-height: 56px !important;
  }
}

.text-size0128 {
  font-size: 128px !important;
  line-height: 140px !important;
}
@media screen and (max-width: 768px) {
  .text-size0128 {
    font-size: 70px !important;
    line-height: 96px !important;
  }
}

.text-red {
  color: #d11010 !important;
}

.text-black {
  color: #000 !important;
}

.text-grey {
  color: #737373 !important;
}

.text-grey02 {
  color: #979797 !important;
}

.text-grey03 {
  color: #525c7a !important;
}

.text-white {
  color: #fff !important;
}

.fw-regular {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.popins {
  font-family: "Poppins", sans-serif !important;
}

.inter {
  font-family: "Inter", sans-serif !important;
}

.manrope {
  font-family: "Manrope", sans-serif !important;
}

.roboto {
  font-family: "Roboto", sans-serif !important;
}

.calibri {
  font-family: "Calibri", sans-serif !important;
  font-style: italic !important;
}

.text-center {
  text-align: center !important;
}

.flex {
  display: flex !important;
}

.align-center {
  align-items: center !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-between {
  justify-content: space-between !important;
}

.wrap {
  flex-wrap: wrap !important;
}

.flow-column {
  flex-flow: column !important;
}

@font-face {
  font-family: "Arial", sans-serif;
  src: url("../../fonts/Calibri.ttf");
  font-weight: 700;
}
.btn {
  position: relative;
  font-family: "Arial", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  padding: 16px 76px 16px 28px;
  border-radius: 8px;
  display: block;
  width: fit-content;
  border: unset;
  cursor: pointer;
  text-decoration: unset;
}
@media screen and (max-width: 992px) {
  .btn {
    text-align: center;
    font-size: 16px;
    padding: 14px 60px 14px 14px;
  }
}
@media screen and (max-width: 600px) {
  .btn {
    text-align: left;
    width: 100%;
  }
}
.btn.with-link {
  padding: 0;
}
.btn.with-link a {
  display: block;
  padding: 16px 76px 16px 28px;
}
.btn:after {
  content: url("../images/button-icon.svg");
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 992px) {
  .btn:after {
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .btn:after {
    right: 10px;
  }
}
.btn-red {
  background: linear-gradient(180deg, #d11010 0%, #ff4b60 100%), #e0001a;
  box-shadow: 0 4px 4px rgba(209, 16, 16, 0.25);
  color: #fff;
  transition: opacity 0.3s ease;
}
.btn-red a {
  color: #fff;
}
.btn-red:hover {
  transition: opacity 0.3s ease;
  text-decoration: unset;
  opacity: 0.9;
  color: #fff;
}
.btn-red:hover a {
  color: #fff;
  text-decoration: unset;
}
.btn-white {
  background-color: #fff;
  color: #000;
  transition: opacity 0.3s ease;
}
.btn-white:hover {
  opacity: 0.8;
  text-decoration: unset;
}
.btn-black {
  background-color: #000;
  color: #fff;
  transition: opacity 0.3s ease;
}
.btn-black:hover {
  opacity: 0.8;
  text-decoration: unset;
  color: #fff;
}

.u-input {
  padding: 10px 16px 10px 48px;
  background-color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #a3a3a3;
  outline: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 0 2px rgba(0, 0, 0, 0.12);
  border-radius: 16px;
  transition: 0.1s ease;
  border: unset;
  height: 40px;
  position: relative;
  background-image: url("../../images/envelope.svg");
  background-repeat: no-repeat;
  background-position: 16px;
}
.u-input::placeholder {
  color: #a3a3a3;
}
.u-input:focus {
  outline: none;
}

.marker {
  border-radius: 4px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 18px;
}
.marker-red {
  background: linear-gradient(180deg, #d11010 0%, #ff4b60 100%), #e0001a;
}

.modal.products-modal,
.modal.language-modal {
  padding: 0;
  margin-top: 130px !important;
}
@media screen and (max-width: 1024px) {
  .modal.products-modal,
  .modal.language-modal {
    margin-top: 0 !important;
    padding-top: 20px;
  }
}
.modal.products-modal .uk-modal-dialog,
.modal.language-modal .uk-modal-dialog {
  padding: 0;
  width: 100%;
}
.modal.products-modal .modal-wrapper,
.modal.language-modal .modal-wrapper {
  display: flex;
  align-items: flex-start;
  overflow-x: hidden;
  height: calc(100vh - 178px);
}
@media screen and (max-width: 1264px) {
  .modal.products-modal .modal-wrapper,
  .modal.language-modal .modal-wrapper {
    flex-flow: column;
  }
}
@media screen and (max-width: 1024px) {
  .modal.products-modal .modal-wrapper,
  .modal.language-modal .modal-wrapper {
    height: 100vh;
  }
}
.modal.products-modal .modal-wrapper .mobile-modal-close {
  display: none;
  background-color: unset;
  border: unset;
  transform: rotate(45deg);
}
@media screen and (max-width: 1024px) {
  .modal.products-modal .modal-wrapper .mobile-modal-close {
    display: block;
    margin-left: auto;
    padding-top: 20px;
    margin-right: 10px;
  }
}
.modal.products-modal .modal-wrapper .accordion {
  margin: 0;
  max-width: 35%;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1264px) {
  .modal.products-modal .modal-wrapper .accordion {
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .modal.products-modal .modal-wrapper .accordion {
    height: unset;
    padding-top: 20px;
  }
}
.modal.products-modal .modal-wrapper .accordion__item {
  margin: 0;
}
.modal.products-modal .modal-wrapper .accordion__item .uk-accordion-title {
  padding: 16px 24px 8px 24px;
  background: linear-gradient(
    90deg,
    #f4f4f4 56.37%,
    rgba(244, 244, 244, 0) 90.9%
  );
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #0b194a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  order: 0;
  position: relative;
}
.modal.products-modal
  .modal-wrapper
  .accordion__item
  .uk-accordion-title:after {
  content: "";
  border-top: 2px solid #d11010;
  border-image: linear-gradient(90.23deg, #d11010, #fff) 1;
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
  animation: pulse 2s infinite;
}
.modal.products-modal
  .modal-wrapper
  .accordion__item
  .uk-accordion-title:before {
  transition: transform 0.3s ease-in-out;
  background-image: url("../images/accordion-cross.svg");
  order: 1;
}
@keyframes pulse {
  0% {
    border-top: 0 solid #d11010;
  }
  50% {
    border-top: 2px solid #d11010;
  }
  100% {
    border-top: 0 solid #d11010;
  }
}
.modal.products-modal
  .modal-wrapper
  .accordion__item.uk-open
  .uk-accordion-title:before {
  transition: transform 0.3s ease-in-out;
  transform: rotate(45deg) !important;
}
.modal.products-modal .modal-wrapper .accordion__item .uk-accordion-content {
  margin: 0;
}
.modal.products-modal
  .modal-wrapper
  .accordion__item
  .uk-accordion-content
  .uk-subnav {
  margin: 0;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
.modal.products-modal
  .modal-wrapper
  .accordion__item
  .uk-accordion-content
  .uk-subnav
  li {
  padding: 0;
  width: 100%;
}
.modal.products-modal
  .modal-wrapper
  .accordion__item
  .uk-accordion-content
  .uk-subnav
  li.uk-active
  a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 4px;
  background-color: #f9f9f9;
}
.modal.products-modal
  .modal-wrapper
  .accordion__item
  .uk-accordion-content
  .uk-subnav
  li.uk-active
  a
  span,
.modal.products-modal
  .modal-wrapper
  .accordion__item
  .uk-accordion-content
  .uk-subnav
  li.uk-active
  a
  strong {
  color: #d11010;
}
.modal.products-modal
  .modal-wrapper
  .accordion__item
  .uk-accordion-content
  .uk-subnav
  li
  a {
  padding: 16px 24px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  width: 100%;
  text-transform: capitalize;
  flex-wrap: wrap;
}
.modal.products-modal
  .modal-wrapper
  .accordion__item
  .uk-accordion-content
  .uk-subnav
  li
  a
  span,
.modal.products-modal
  .modal-wrapper
  .accordion__item
  .uk-accordion-content
  .uk-subnav
  li
  a
  strong {
  color: #979797;
}
.modal.products-modal .modal-wrapper .uk-switcher {
  margin: auto 0 0 0 !important;
  flex: 1;
}
@media screen and (max-width: 1264px) {
  .modal.products-modal .modal-wrapper .uk-switcher {
    width: 100%;
  }
}
.modal.products-modal .modal-wrapper .uk-switcher li {
  margin: 0;
  display: none;
  height: 100%;
}
.modal.products-modal .modal-wrapper .uk-switcher li.uk-active {
  display: flex;
  align-items: end;
}
@media screen and (max-width: 992px) {
  .modal.products-modal .modal-wrapper .uk-switcher li.uk-active {
    flex-flow: column;
    gap: 32px;
  }
}
.modal.products-modal .modal-wrapper .uk-switcher li .content {
  max-width: 470px;
  min-width: 470px;
  padding: 48px 82px 96px;
}
@media screen and (max-width: 1264px) {
  .modal.products-modal .modal-wrapper .uk-switcher li .content {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 992px) {
  .modal.products-modal .modal-wrapper .uk-switcher li .content {
    max-width: 100%;
    min-width: 100%;
  }
}
.modal.products-modal .modal-wrapper .uk-switcher li .content .title,
.modal.products-modal .modal-wrapper .uk-switcher li .content .subtitle {
  font-size: 32px;
  line-height: 40px;
}
.modal.products-modal .modal-wrapper .uk-switcher li .content .title {
  font-weight: 600;
  color: #ff0000;
  margin: 0;
}
.modal.products-modal .modal-wrapper .uk-switcher li .content .subtitle {
  font-weight: 500;
  color: #979797;
}
.modal.products-modal .modal-wrapper .uk-switcher li .content .text {
  margin: 96px 0 140px;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #000;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 992px) {
  .modal.products-modal .modal-wrapper .uk-switcher li .content .text {
    margin: 40px 0;
  }
}
.modal.products-modal .modal-wrapper .uk-switcher li .image {
  position: relative;
  height: 60%;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .modal.products-modal .modal-wrapper .uk-switcher li .image {
    padding: 0 0 0 110px;
  }
}
.modal.products-modal .modal-wrapper .uk-switcher li .image:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(12, 26, 75, 0.25);
  filter: blur(200px);
  position: absolute;
  z-index: 0;
}
.modal.products-modal .modal-wrapper .uk-switcher li .image img {
  position: relative;
  z-index: 9;
  height: 100%;
  width: 90%;
  float: right;
}
@media screen and (max-width: 1264px) {
  .modal.products-modal .modal-wrapper .uk-switcher li .image img {
    width: auto;
  }
}

.modal-podcasts .uk-modal-dialog {
  padding: 48px 110px;
  width: 1120px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .modal-podcasts .uk-modal-dialog {
    padding: 28px 50px;
  }
}
@media screen and (max-width: 500px) {
  .modal-podcasts .uk-modal-dialog {
    padding: 20px 20px;
  }
}
.modal-podcasts .uk-modal-dialog [class*="uk-modal-close-"] {
  position: relative;
  border-radius: 100%;
  height: 39px;
  width: 39px;
  background-image: url("../images/modal-close.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  right: 0;
  top: 0;
}
.modal-podcasts .uk-modal-dialog [class*="uk-modal-close-"] svg {
  display: none;
}
.modal-podcasts .uk-modal-dialog .prev-modal,
.modal-podcasts .uk-modal-dialog .next-modal {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  text-decoration-line: underline;
  color: #e0001a;
}
.modal-podcasts .uk-modal-dialog .image {
  width: 355px;
  height: 355px;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 auto 32px;
}
@media screen and (max-width: 768px) {
  .modal-podcasts .uk-modal-dialog .image {
    width: auto;
    height: auto;
  }
}
.modal-podcasts .uk-modal-dialog .title {
  padding-bottom: 32px;
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  color: #000;
}

.audio {
  padding-bottom: 32px;
}
.audio audio {
  width: 100%;
}

audio::-webkit-media-controls-timeline,
audio::-webkit-media-controls-mute-button,
audio::-webkit-media-controls-play-button {
  filter: invert(10%) sepia(81%) saturate(6371%) hue-rotate(347deg)
    brightness(101%) contrast(110%);
}

.functional-section {
  padding: 24px 0;
}

.array_section {
  padding: 96px 0;
}
.array_section .uk-position-relative .uk-slider-items .slider-item {
  background-color: #fff;
  padding: 0 10px;
}
@media screen and (max-width: 992px) {
  .array_section .uk-position-relative .uk-slider-items .slider-item {
    padding: 0 10px;
  }
}
.array_section .uk-position-relative .uk-slider-items .slider-item-container {
  gap: 60px;
}
@media screen and (max-width: 992px) {
  .array_section .uk-position-relative .uk-slider-items .slider-item-container {
    flex-wrap: wrap;
    flex-flow: column;
    gap: 30px;
  }
}
.array_section .uk-position-relative .uk-slider-items .slider-item .main_block {
  flex: 1;
}
@media screen and (max-width: 992px) {
  .array_section
    .uk-position-relative
    .uk-slider-items
    .slider-item
    .main_block {
    width: 100%;
  }
}
.array_section
  .uk-position-relative
  .uk-slider-items
  .slider-item
  .main_block
  .main_block-subtitle-text {
  padding-bottom: 32px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #d11010;
}
.array_section
  .uk-position-relative
  .uk-slider-items
  .slider-item
  .main_block
  .main_block-subtitle-text
  strong {
  font-weight: 600;
  color: #000;
}
.array_section
  .uk-position-relative
  .uk-slider-items
  .slider-item
  .main_block
  .main_block-title {
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
}
@media screen and (max-width: 1120px) {
  .array_section
    .uk-position-relative
    .uk-slider-items
    .slider-item
    .main_block
    .main_block-title {
    -webkit-line-clamp: 1;
  }
}
.array_section
  .uk-position-relative
  .uk-slider-items
  .slider-item
  .main_block
  .main_block-title
  h1,
.array_section
  .uk-position-relative
  .uk-slider-items
  .slider-item
  .main_block
  .main_block-title
  h2 {
  font-weight: 600;
  font-size: 78px;
  line-height: 80px;
  color: #000;
}
@media screen and (max-width: 992px) {
  .array_section
    .uk-position-relative
    .uk-slider-items
    .slider-item
    .main_block
    .main_block-title
    h1,
  .array_section
    .uk-position-relative
    .uk-slider-items
    .slider-item
    .main_block
    .main_block-title
    h2 {
    font-size: 48px !important;
    line-height: 56px !important;
  }
}
.array_section
  .uk-position-relative
  .uk-slider-items
  .slider-item
  .main_block
  .main_block-text {
  margin-bottom: 32px;
}
.array_section
  .uk-position-relative
  .uk-slider-items
  .slider-item
  .main_block
  .main_block-text
  p {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1120px) {
  .array_section
    .uk-position-relative
    .uk-slider-items
    .slider-item
    .main_block
    .main_block-text
    p {
    -webkit-line-clamp: 4;
  }
}
.array_section
  .uk-position-relative
  .uk-slider-items
  .slider-item
  .main_block
  .button_group
  .wrapper-container {
  padding: 0 !important;
}
.array_section
  .uk-position-relative
  .uk-slider-items
  .slider-item
  .main_block
  .button_group
  .wrapper-container
  .single-button-section {
  justify-content: flex-start !important;
}
.array_section .uk-position-relative .uk-slider-items .slider-item .image {
  width: 55%;
  border-bottom: 4px solid;
  border-image: linear-gradient(90.23deg, #d11010, #fff) 1;
}
@media screen and (max-width: 1120px) {
  .array_section .uk-position-relative .uk-slider-items .slider-item .image {
    width: 50%;
    margin-top: auto;
  }
}
@media screen and (max-width: 992px) {
  .array_section .uk-position-relative .uk-slider-items .slider-item .image {
    width: 100%;
  }
}
.array_section .uk-position-relative .uk-slider-items .slider-item .image img {
  width: 604px;
  height: 600px;
}
@media screen and (max-width: 1120px) {
  .array_section
    .uk-position-relative
    .uk-slider-items
    .slider-item
    .image
    img {
    width: auto;
    height: 400px;
  }
}
@media screen and (max-width: 992px) {
  .array_section
    .uk-position-relative
    .uk-slider-items
    .slider-item
    .image
    img {
    width: auto;
    height: 290px;
  }
}
@media screen and (max-width: 500px) {
  .array_section
    .uk-position-relative
    .uk-slider-items
    .slider-item
    .image
    img {
    height: 200px;
  }
}
.array_section .pagination-container .decoration-block {
  flex: 1;
}
.array_section .pagination-container .uk-slider-nav {
  width: 55%;
  margin-top: 22px;
  gap: 4px;
}
@media screen and (max-width: 1120px) {
  .array_section .pagination-container .uk-slider-nav {
    width: 50%;
  }
}
@media screen and (max-width: 992px) {
  .array_section .pagination-container .uk-slider-nav {
    width: 100%;
  }
}
.array_section .pagination-container .uk-slider-nav li {
  display: block !important;
  width: 11px;
  height: 11px;
  background-color: #d6d6d6;
  border-radius: 100%;
}
.array_section .pagination-container .uk-slider-nav li.uk-active {
  background-color: #d11010;
}

.title-section {
  padding: 48px 0;
}
.title-section .main_block-text_group {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.title-section .main_block-subtitle-text {
  text-align: center;
  font-family: "Arial", sans-serif;
}
.title-section .main_block-title h1,
.title-section .main_block-title h2 {
  text-align: center;
  max-width: 640px;
  padding: 16px 0;
}
.title-section .main_block-text {
  padding-bottom: 24px;
}
.title-section .main_block-text p {
  text-align: center;
  margin: 0 !important;
  max-width: 530px;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  color: #737373;
}
.title-section .main_block-text p img {
  margin: 16px auto 0;
  width: 24px;
  height: 24px;
}
.title-section .button_group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.title-section .button_group .btn {
  background-color: #d11010;
}
.title-section .button_group .btn a {
  color: #fff;
  text-decoration: unset;
}
.title-section .button_group .btn:hover {
  background-color: #ff4444;
  box-shadow: 0 4px 4px rgba(209, 16, 16, 0.4);
}

.home .text-image_section:nth-child(even) {
  padding: 64px 0;
}

.text-image_section {
  padding: 154px 0;
}
.text-image_section .text-image_section-container .left-right-block {
  gap: 24px;
}
@media screen and (max-width: 1100px) {
  .text-image_section .text-image_section-container .left-right-block {
    flex-wrap: wrap;
  }
}
.text-image_section .text-image_section-container .left-right-block .img_block {
  width: 50%;
  border-bottom: 3px solid;
  border-image: linear-gradient(90.23deg, #d11010, #fff) 1;
  max-width: 619px;
}
@media screen and (max-width: 1100px) {
  .text-image_section
    .text-image_section-container
    .left-right-block
    .img_block {
    margin: 0 auto;
    order: 0;
    width: 70%;
    height: 400px;
  }
  .text-image_section
    .text-image_section-container
    .left-right-block
    .img_block
    img {
    height: 100%;
    margin: 0 auto;
  }
}
.text-image_section .text-image_section-container .left-right-text_block {
  width: 50%;
}
@media screen and (max-width: 1100px) {
  .text-image_section .text-image_section-container .left-right-text_block {
    order: 1;
    width: 100%;
  }
}
.text-image_section
  .text-image_section-container
  .left-right-text_block
  .main_block {
  max-width: 600px;
}
@media screen and (max-width: 1100px) {
  .text-image_section
    .text-image_section-container
    .left-right-text_block
    .main_block {
    flex: 1;
    max-width: 100%;
  }
}
.text-image_section
  .text-image_section-container
  .left-right-text_block
  .main_block
  .main_block-subtitle-text {
  padding: 0;
  font-family: "Arial", sans-serif;
}
.text-image_section
  .text-image_section-container
  .left-right-text_block
  .main_block
  .main_block-subtitle-text,
.text-image_section
  .text-image_section-container
  .left-right-text_block
  .main_block
  .main_block-title
  h1,
.text-image_section
  .text-image_section-container
  .left-right-text_block
  .main_block
  .main_block-title
  h2 {
  font-size: 36px;
  line-height: 42px;
}
.text-image_section
  .text-image_section-container
  .left-right-text_block
  .main_block
  .main_block-text
  p {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 32px !important;
}
.text-image_section
  .text-image_section-container
  .left-right-text_block
  .main_block
  .main_block-text
  ul {
  margin: 0 !important;
  padding-bottom: 32px;
}
.text-image_section
  .text-image_section-container
  .left-right-text_block
  .main_block
  .main_block-text
  ul
  li {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #979797;
}
.text-image_section
  .text-image_section-container
  .left-right-text_block
  .main_block
  .main_block-text
  ul
  li
  strong {
  color: #000;
  font-weight: 600;
}
.text-image_section
  .text-image_section-container
  .left-right-text_block
  .main_block
  .main_block-text
  ul
  li:after {
  content: url("../images/check.svg");
  position: absolute;
  left: -32px;
  top: 58%;
  transform: translateY(-50%);
  filter: invert(16%) sepia(96%) saturate(3074%) hue-rotate(350deg)
    brightness(90%) contrast(109%);
}
.text-image_section
  .text-image_section-container
  .left-right-text_block
  .main_block
  .main_block-text
  ul
  li
  + li {
  margin-top: 11px;
}
.text-image_section
  .text-image_section-container
  .left-right-text_block
  .main_block
  .button_group
  .wrapper-container {
  padding: 0 !important;
}
.text-image_section
  .text-image_section-container
  .left-right-text_block
  .main_block
  .button_group
  .wrapper-container
  .single-button-section {
  justify-content: flex-start !important;
  display: block !important;
}
.text-image_section
  .text-image_section-container
  .left-right-text_block
  .main_block
  .button_group
  .wrapper-container
  .single-button-section
  .button_block {
  background-color: #d11010;
}
.text-image_section
  .text-image_section-container
  .left-right-text_block
  .main_block
  .button_group
  .wrapper-container
  .single-button-section
  .button_block
  a {
  color: #fff;
  text-decoration: unset;
}
.text-image_section
  .text-image_section-container
  .left-right-text_block
  .main_block
  .button_group
  .wrapper-container
  .single-button-section
  .button_block:hover {
  background-color: #ff4444;
  box-shadow: 0 4px 4px rgba(209, 16, 16, 0.4);
}

.banner_section {
  margin-top: 64px;
  height: 720px;
}
.banner_section .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  position: relative;
  mix-blend-mode: multiply;
}
.banner_section .img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    90deg,
    #1f1f1f 26.24%,
    rgba(39, 39, 39, 0) 65.76%
  );
  mix-blend-mode: multiply;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .banner_section .img:after {
    background: linear-gradient(90deg, #1f1f1f 25%, rgba(39, 39, 39, 0) 125%);
  }
}
.banner_section .main_block {
  z-index: 1;
  position: relative;
  padding-top: 96px;
}
@media screen and (max-width: 992px) {
  .banner_section .main_block {
    padding-top: 50px;
  }
}
.banner_section .main_block .main_block-subtitle_custom-text p {
  font-family: "Arial", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  margin: 0 !important;
}
.banner_section .main_block .main_block-subtitle_custom-text p strong {
  font-weight: 400 !important;
  color: #d11010;
  padding-left: 4px;
}
.banner_section .main_block .main_block-title {
  padding: 16px 0;
  max-width: 625px;
}
.banner_section .main_block .main_block-title h1,
.banner_section .main_block .main_block-title h2 {
  color: white;
  font-size: 78px;
  line-height: 80px;
}
@media screen and (max-width: 768px) {
  .banner_section .main_block .main_block-title h1,
  .banner_section .main_block .main_block-title h2 {
    font-size: 48px;
    line-height: 56px;
  }
}
.banner_section .main_block .main_block-title h1 p,
.banner_section .main_block .main_block-title h2 p {
  margin: 0 !important;
}
.banner_section .main_block .main_block-title h1 em,
.banner_section .main_block .main_block-title h2 em {
  font-family: "Arial", sans-serif;
  font-style: italic;
  color: white;
}
.banner_section .main_block .main_block-text {
  padding-bottom: 32px;
}
.banner_section .main_block .main_block-text p {
  margin: 0 !important;
  font-family: "Arial", sans-serif;
  color: #fff;
  font-weight: 400;
  max-width: 444px;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.banner_section .button_group .wrapper-container {
  padding: 0 !important;
}
.banner_section .button_group .wrapper-container .single-button-section {
  justify-content: flex-start !important;
}

.subscribe_section {
  padding: 64px 0;
}
.subscribe_section .subscribe__body {
  background-color: #f8f9fc;
  padding: 64px 48px;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .subscribe_section .subscribe__body {
    padding: 34px 28px;
  }
}
.subscribe_section .subscribe__email {
  position: relative;
}
@media screen and (max-width: 1140px) {
  .subscribe_section .subscribe__email {
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .subscribe_section .subscribe__email {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.subscribe_section .subscribe__email:before {
  content: url("../images/envelope-red.svg");
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 768px) {
  .subscribe_section .subscribe__email:before {
    top: 6%;
    transform: unset;
  }
}
.subscribe_section .subscribe__email .u-input {
  margin-right: 16px;
  min-width: 422px;
}
@media screen and (max-width: 1140px) {
  .subscribe_section .subscribe__email .u-input {
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .subscribe_section .subscribe__email .u-input {
    min-width: 100%;
  }
}
.subscribe_section .subscribe__email .btn-red {
  padding: 16px 28px 16px 28px;
}
@media screen and (max-width: 768px) {
  .subscribe_section .subscribe__email .btn-red {
    text-align: center;
    width: 100%;
  }
}
.subscribe_section .subscribe__email .btn-red:after {
  display: none;
}
@media screen and (max-width: 1140px) {
  .subscribe_section .subscribe__info {
    width: 100%;
  }
}
.subscribe_section .subscribe__info .title {
  padding-bottom: 8px;
}
.subscribe_section .subscribe__info .subtitle {
  max-width: 402px;
}
@media screen and (max-width: 1140px) {
  .subscribe_section .subscribe__info .subtitle {
    max-width: 100%;
  }
}

.flex_element_section {
  background-color: #f8f9fc;
  padding: 48px 0 96px;
}
.flex_element_section .main_block-subtitle-text {
  text-align: center;
}
.flex_element_section .main_block-title {
  padding-bottom: 64px;
}
@media screen and (max-width: 1200px) {
  .flex_element_section .main_block-title {
    padding-bottom: 100px;
  }
}
.flex_element_section .main_block-title h2 {
  text-align: center;
}
.flex_element_section .flex_element_section-list {
  padding: 0;
  margin: 0 !important;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
}
@media screen and (max-width: 1200px) {
  .flex_element_section .flex_element_section-list {
    align-items: center;
    justify-content: center;
  }
}
.flex_element_section .flex_element_section-list .flex_element_section {
  max-width: 556px;
}
@media screen and (max-width: 1200px) {
  .flex_element_section .flex_element_section-list .flex_element_section {
    max-width: 70% !important;
  }
}
.flex_element_section .flex_element_section-list .icon-box {
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
}
.flex_element_section .flex_element_section-list .icon-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.flex_element_section .flex_element_section-list .title {
  text-align: center;
  font-family: "Arial", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 52px;
}
.flex_element_section .flex_element_section-list .text {
  padding-top: 8px;
  margin: 0;
  color: #7b7b7b;
}

.slider_section .slider_section-main_block {
  padding: 48px 0;
}
.slider_section .slider_section-main_block .main_block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  text-align: center;
}
.slider_section
  .slider_section-main_block
  .main_block
  .main_block-subtitle-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 24px;
}
.slider_section .slider_section-main_block .main_block .main_block-title {
  padding-bottom: 32px;
}
.slider_section .slider_section-main_block .main_block .button_group {
  width: 100%;
}
.slider_section
  .slider_section-main_block
  .main_block
  .button_group
  .wrapper-container {
  max-width: unset;
  width: 100%;
  padding: 0;
}
.slider_section
  .slider_section-main_block
  .main_block
  .button_group
  .button_block {
  text-align: center;
}
.slider_section .slider-wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 48px 0;
  position: relative;
  overflow: hidden;
}
.slider_section .slider-wrapper:after,
.slider_section .slider-wrapper:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 142px;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .slider_section .slider-wrapper:after,
  .slider_section .slider-wrapper:before {
    width: 80px;
  }
}
.slider_section .slider-wrapper:after {
  left: 0;
}
.slider_section .slider-wrapper:before {
  right: 0;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.slider_section
  .uk-visible-toggle:not(:hover):not(:focus)
  .uk-hidden-hover:not(:focus-within),
.slider_section .uk-visible-toggle .uk-hidden-hover {
  background-color: #d11010 !important;
  width: 96px !important;
  height: 96px !important;
  border-radius: 100%;
  margin: 0;
  z-index: 999;
}
@media screen and (max-width: 1200px) {
  .slider_section
    .uk-visible-toggle:not(:hover):not(:focus)
    .uk-hidden-hover:not(:focus-within),
  .slider_section .uk-visible-toggle .uk-hidden-hover {
    width: 60px !important;
    height: 60px !important;
  }
}
.slider_section
  .uk-visible-toggle:not(:hover):not(:focus)
  .uk-hidden-hover:not(:focus-within)
  svg,
.slider_section .uk-visible-toggle .uk-hidden-hover svg {
  display: none;
}
.slider_section .uk-position-center-right,
.slider_section .uk-position-center-left {
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 500px) {
  .slider_section .uk-position-center-right,
  .slider_section .uk-position-center-left {
    display: none;
  }
}
.slider_section .uk-position-center-right {
  right: 23px;
  background-image: url("../images/arrow-right.svg");
}
@media screen and (max-width: 1200px) {
  .slider_section .uk-position-center-right {
    background-size: 15px;
  }
}
@media screen and (max-width: 992px) {
  .slider_section .uk-position-center-right {
    display: none;
  }
}
.slider_section .uk-position-center-left {
  left: 23px;
  background-image: url("../images/arrow-left.svg");
}
@media screen and (max-width: 1200px) {
  .slider_section .uk-position-center-left {
    background-size: 15px;
  }
}
@media screen and (max-width: 992px) {
  .slider_section .uk-position-center-left {
    display: none;
  }
}
.slider_section .uk-slider-items {
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .slider_section .uk-slider-items {
    min-height: unset !important;
  }
}
@media screen and (max-width: 1200px) {
  .slider_section li {
    width: 34%;
  }
}
@media screen and (max-width: 992px) {
  .slider_section li {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .slider_section li {
    width: 100%;
    padding: 0 20px;
  }
}
.slider_section .uk-cover-container {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 24px;
  overflow: hidden;
}
.slider_section .info {
  background-color: #f8f9fc;
  padding: 38px 38px 0;
  height: 378px;
}
@media screen and (max-width: 992px) {
  .slider_section .info {
    padding: 25px;
  }
}
.slider_section .info .marker-news {
  gap: 8px;
}
.slider_section .info .title,
.slider_section .info .subtitle {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.slider_section .info .title {
  min-height: 85px;
  -webkit-line-clamp: 2;
  margin: 26px 0 40px 0;
}
.slider_section .info .subtitle {
  -webkit-line-clamp: 3;
  min-height: 74px;
  margin-bottom: 35px !important;
}
.slider_section .img {
  height: 302px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .slider_section .img {
    height: 200px;
  }
}
.slider_section .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.getintouch {
  padding: 96px 0;
  background-color: #f8f9fc;
}
.getintouch .main_block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.getintouch .main_block-subtitle-text {
  text-align: center;
  font-family: "Arial", sans-serif;
}
.getintouch .main_block-title h1,
.getintouch .main_block-title h2 {
  text-align: center;
  max-width: 640px;
}
.getintouch .main_block-text p {
  text-align: center;
  margin: 0 !important;
  max-width: 640px;
  padding-bottom: 24px;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #737373;
}
.getintouch .button_group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.getintouch .button_group .wrapper-container {
  padding: 0 !important;
}
.getintouch .button_group .wrapper-container .single-button-section {
  padding: 0;
}
.getintouch .button_group .wrapper-container .btn {
  background-color: #d11010;
}
.getintouch .button_group .wrapper-container .btn a {
  color: #fff;
  text-decoration: unset;
}
.getintouch .button_group .wrapper-container .btn:hover {
  background-color: #ff4444;
  box-shadow: 0 4px 4px rgba(209, 16, 16, 0.4);
}

.not-found {
  padding: 96px 0;
}
.not-found__wrapper {
  min-width: 704px;
  max-width: 704px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .not-found__wrapper {
    max-width: 100%;
    min-width: 100%;
    padding: 0 15px;
  }
}
.not-found .top-text {
  padding-bottom: 32px;
}
.not-found h1 {
  margin: 0;
  padding-bottom: 18px;
}
.not-found .subtitle {
  max-width: 501px;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .not-found .subtitle {
    max-width: 100%;
    font-size: 24px !important;
    line-height: 32px !important;
  }
}
.not-found .buttons {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .not-found .buttons {
    flex-flow: column;
    gap: 20px;
  }
}
.not-found .buttons .btn {
  min-width: 290px;
  padding: 8px 0;
}
@media screen and (max-width: 768px) {
  .not-found .buttons .btn {
    min-width: unset;
    width: 60%;
  }
}
@media screen and (max-width: 550px) {
  .not-found .buttons .btn {
    width: 100%;
  }
}
.not-found .buttons .btn:after {
  display: none;
}

@media screen and (max-width: 1200px) {
  .breadcrumbs-wrapper {
    overflow-x: auto;
  }
}
.breadcrumbs-wrapper .breadcrumbs {
  padding: 38px 0 0;
  gap: 14px;
  width: 100%;
  min-width: max-content;
}
.breadcrumbs-wrapper .breadcrumbs_item.breadcrumbs_last a {
  color: #d11010;
  cursor: unset;
}
.breadcrumbs-wrapper .breadcrumbs_item.breadcrumbs_last a:hover {
  color: #d11010;
}
.breadcrumbs-wrapper .breadcrumbs_item.breadcrumbs_last a:after {
  display: none;
}
.breadcrumbs-wrapper .breadcrumbs_item a {
  position: relative;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  color: #dadada;
}
.breadcrumbs-wrapper .breadcrumbs_item a:after {
  content: ">";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.breadcrumbs-wrapper .breadcrumbs_item a:hover {
  color: #dadada;
  text-decoration: unset;
}

.main_section .main_block-title h2 {
  opacity: 0;
  transition: opacity 1s ease-in;
}
.main_section.element-show .main_block-title h2 {
  opacity: 1;
  transition: opacity 1s ease-in;
}

.banner_section.edge-banner {
  margin-top: 0;
}

.edge-why {
  border-bottom: 3px solid;
  border-image: linear-gradient(90.23deg, #d11010, #fff) 1;
  padding-bottom: 0;
}
@media screen and (max-width: 1100px) {
  .edge-why {
    padding-top: 100px;
  }
}
.edge-why .left-right-block {
  flex-wrap: unset !important;
}
@media screen and (max-width: 1100px) {
  .edge-why .left-right-block {
    flex-wrap: wrap !important;
    gap: 24px;
  }
}
.edge-why .main_block {
  max-width: unset !important;
}
.edge-why .main_block-text_group {
  max-width: 555px;
  min-width: 555px;
  margin-left: 73px;
}
@media screen and (max-width: 1100px) {
  .edge-why .main_block-text_group {
    max-width: 100%;
    margin-left: 0;
    padding-bottom: 40px;
    min-width: unset;
  }
}
.edge-why .main_block-text_group .main_block-title {
  padding-bottom: 32px;
}
.edge-why .main_block-text_group .main_block-title h2 strong {
  color: #d11010;
}
.edge-why .main_block-text_group .main_block-text p {
  margin: 0 !important;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 24px !important;
}
.edge-why .img_block {
  border-bottom: unset !important;
  border-image: unset !important;
}
@media screen and (max-width: 1100px) {
  .edge-why .img_block {
    width: 100%;
    max-width: 100% !important;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .edge-why .img_block {
    height: unset !important;
  }
}
.edge-why .img_block img {
  width: auto;
}
@media screen and (max-width: 768px) {
  .edge-why .img_block img {
    height: unset !important;
  }
}

.text-img-custom {
  padding: 146px 0 102px;
}
.text-img-custom .wrapper-container {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 70px;
  padding-right: 109px;
}
@media screen and (max-width: 1200px) {
  .text-img-custom .wrapper-container {
    padding: 0 32px;
  }
}
.text-img-custom .left-right-block {
  justify-content: space-between;
  row-gap: 30px;
  gap: 30px;
}
@media screen and (max-width: 1100px) {
  .text-img-custom .left-right-block {
    flex-wrap: wrap;
  }
}
.text-img-custom .main_block {
  max-width: 555px !important;
}
@media screen and (max-width: 1200px) {
  .text-img-custom .main_block {
    max-width: 100% !important;
  }
}
.text-img-custom .main_block-text p {
  font-family: "Arial", sans-serif;
  font-size: 16px !important;
  line-height: 24px !important;
  margin: 0 !important;
}
.text-img-custom .img_block {
  width: 48% !important;
  border-bottom: unset !important;
  border-image: unset !important;
}
@media screen and (max-width: 1100px) {
  .text-img-custom .img_block {
    width: unset !important;
    height: 300px !important;
  }
}
.text-img-custom .img_block img {
  width: auto;
}

.flex_element_section.edge-flex-elements {
  padding: 96px 0 0;
  background-color: unset;
}
.flex_element_section.edge-flex-elements .wrapper-flex-elements {
  width: 100%;
  max-width: 1232px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .flex_element_section.edge-flex-elements .wrapper-flex-elements {
    padding: 0 32px;
  }
}
@media screen and (max-width: 768px) {
  .flex_element_section.edge-flex-elements .wrapper-flex-elements {
    padding: 0 15px;
  }
}
.flex_element_section.edge-flex-elements .flex_element_section-list {
  justify-content: space-around !important;
}
@media screen and (max-width: 1200px) {
  .flex_element_section.edge-flex-elements .flex_element_section-list {
    align-items: center;
    justify-content: center;
  }
}
.flex_element_section.edge-flex-elements
  .flex_element_section-list
  .flex_element_section {
  width: 23.4%;
  padding: 0;
  background-color: unset;
}
@media screen and (max-width: 1200px) {
  .flex_element_section.edge-flex-elements
    .flex_element_section-list
    .flex_element_section {
    width: 70%;
  }
}

.footer-products {
  border-top: unset !important;
  border-image: unset !important;
}
.footer-products .footer__list {
  padding-top: 130px;
}

.product-main-subscribe {
  padding-top: 244px;
}

.products-categories .text-image_section:nth-child(odd) {
  background: #f8f9fc;
}
.products-categories .text-image_section {
  padding: 95px 0;
}
.products-categories .text-image_section .left-right-text_block {
  max-width: 395px;
}
@media screen and (max-width: 1100px) {
  .products-categories .text-image_section .left-right-text_block {
    max-width: unset;
  }
}

.coldlogik-inrow-page,
.ucoustic-solutions-page {
  overflow-x: hidden;
}
.coldlogik-inrow-page .standart-tab-type .wrapper-tabs,
.ucoustic-solutions-page .standart-tab-type .wrapper-tabs {
  max-width: 1328px;
  padding: 0 32px;
}
@media screen and (max-width: 992px) {
  .coldlogik-inrow-page .standart-tab-type .wrapper-tabs,
  .ucoustic-solutions-page .standart-tab-type .wrapper-tabs {
    padding: 0 15px;
  }
}
.coldlogik-inrow-page .standart-tab-type .tab_section-container .uk-subnav,
.ucoustic-solutions-page .standart-tab-type .tab_section-container .uk-subnav {
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .coldlogik-inrow-page .standart-tab-type .tab_section-container .uk-subnav,
  .ucoustic-solutions-page
    .standart-tab-type
    .tab_section-container
    .uk-subnav {
    overflow-x: unset;
    overflow-y: auto;
    max-width: 100%;
    width: 100%;
    flex-wrap: unset;
    padding-top: 20px;
  }
}
@media screen and (max-width: 992px) {
  .coldlogik-inrow-page .standart-tab-type .tab_section-container .uk-subnav,
  .ucoustic-solutions-page
    .standart-tab-type
    .tab_section-container
    .uk-subnav {
    max-width: 100%;
  }
}
.coldlogik-inrow-page .standart-tab-type .tab_section-container .uk-subnav li,
.ucoustic-solutions-page
  .standart-tab-type
  .tab_section-container
  .uk-subnav
  li {
  width: 15% !important;
  padding: 48px 16px;
}
@media screen and (max-width: 1200px) {
  .coldlogik-inrow-page .standart-tab-type .tab_section-container .uk-subnav li,
  .ucoustic-solutions-page
    .standart-tab-type
    .tab_section-container
    .uk-subnav
    li {
    width: 184px !important;
  }
}
.coldlogik-inrow-page .standart-tab-type .tab_section-container .uk-switcher,
.ucoustic-solutions-page
  .standart-tab-type
  .tab_section-container
  .uk-switcher {
  margin: 0 !important;
  padding: 64px 64px;
}
@media screen and (max-width: 768px) {
  .coldlogik-inrow-page .standart-tab-type .tab_section-container .uk-switcher,
  .ucoustic-solutions-page
    .standart-tab-type
    .tab_section-container
    .uk-switcher {
    padding: 64px 24px;
  }
}
.coldlogik-inrow-page
  .standart-tab-type
  .tab_section-container
  .uk-switcher
  .tab_block-item,
.ucoustic-solutions-page
  .standart-tab-type
  .tab_section-container
  .uk-switcher
  .tab_block-item {
  align-items: center;
}
.coldlogik-inrow-page
  .standart-tab-type
  .tab_section-container
  .uk-switcher
  .tab_block-item
  .tab_block-item-image,
.ucoustic-solutions-page
  .standart-tab-type
  .tab_section-container
  .uk-switcher
  .tab_block-item
  .tab_block-item-image {
  width: 128px;
  height: 128px;
  background: linear-gradient(180deg, #d11010 0%, #ff4b60 100%), #e0001a;
  border-radius: 90px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px;
}
.coldlogik-inrow-page
  .standart-tab-type
  .tab_section-container
  .uk-switcher
  .tab_block-item
  .tab_block-item-image
  img,
.ucoustic-solutions-page
  .standart-tab-type
  .tab_section-container
  .uk-switcher
  .tab_block-item
  .tab_block-item-image
  img {
  width: 100%;
  height: unset;
  object-fit: unset;
}
@media screen and (max-width: 768px) {
  .coldlogik-inrow-page
    .standart-tab-type
    .tab_section-container
    .uk-switcher
    .tab_block-item
    .tab_block-item-title,
  .ucoustic-solutions-page
    .standart-tab-type
    .tab_section-container
    .uk-switcher
    .tab_block-item
    .tab_block-item-title {
    min-width: unset;
  }
}
.coldlogik-inrow-page
  .standart-tab-type
  .tab_section-container
  .uk-switcher
  .tab_block-item
  .tab_block-item-text
  ul,
.ucoustic-solutions-page
  .standart-tab-type
  .tab_section-container
  .uk-switcher
  .tab_block-item
  .tab_block-item-text
  ul {
  list-style-type: disc;
}
.coldlogik-inrow-page
  .standart-tab-type
  .tab_section-container
  .uk-switcher
  .tab_block-item
  .tab_block-item-text
  ul
  li,
.ucoustic-solutions-page
  .standart-tab-type
  .tab_section-container
  .uk-switcher
  .tab_block-item
  .tab_block-item-text
  ul
  li {
  width: 100%;
}
.coldlogik-inrow-page
  .standart-tab-type
  .tab_section-container
  .uk-switcher
  .tab_block-item
  .tab_block-item-text
  ul
  li:before,
.ucoustic-solutions-page
  .standart-tab-type
  .tab_section-container
  .uk-switcher
  .tab_block-item
  .tab_block-item-text
  ul
  li:before {
  display: none;
}
.coldlogik-inrow-page .product_list_section .wrapper-products-page,
.ucoustic-solutions-page .product_list_section .wrapper-products-page {
  max-width: 904px;
  margin: 0 auto;
  padding: 0 32px;
}
@media screen and (max-width: 1200px) {
  .coldlogik-inrow-page .product_list_section .wrapper-products-page,
  .ucoustic-solutions-page .product_list_section .wrapper-products-page {
    max-width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .coldlogik-inrow-page .product_list_section .wrapper-products-page,
  .ucoustic-solutions-page .product_list_section .wrapper-products-page {
    padding: 0 15px;
  }
}
.coldlogik-inrow-page
  .product_list_section
  .wrapper-products-page
  .product_list_section-list
  .product_list_section-item
  .subtitle,
.ucoustic-solutions-page
  .product_list_section
  .wrapper-products-page
  .product_list_section-list
  .product_list_section-item
  .subtitle {
  text-align: start !important;
}
.coldlogik-inrow-page
  .two-column-text_section
  .main_block
  .main_block-text_group,
.ucoustic-solutions-page
  .two-column-text_section
  .main_block
  .main_block-text_group {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.coldlogik-inrow-page
  .two-column-text_section
  .main_block
  .main_block-text_group
  .main_block-title,
.ucoustic-solutions-page
  .two-column-text_section
  .main_block
  .main_block-text_group
  .main_block-title {
  padding-bottom: 38px;
}
.coldlogik-inrow-page
  .two-column-text_section
  .main_block
  .main_block-text_group
  .main_block-title
  h2
  p,
.ucoustic-solutions-page
  .two-column-text_section
  .main_block
  .main_block-text_group
  .main_block-title
  h2
  p {
  font-family: "Arial", sans-serif;
  font-size: 48px;
  line-height: 45px;
}
.coldlogik-inrow-page
  .two-column-text_section
  .two-column-text_section-container,
.ucoustic-solutions-page
  .two-column-text_section
  .two-column-text_section-container {
  padding: 48px 0;
}
.coldlogik-inrow-page
  .two-column-text_section
  .two-column-text_section-container
  .main_block-text_group,
.ucoustic-solutions-page
  .two-column-text_section
  .two-column-text_section-container
  .main_block-text_group {
  align-items: start;
}
.coldlogik-inrow-page
  .two-column-text_section
  .two-column-text_section-container
  .main_block-text_group
  .main_block-title
  h2,
.ucoustic-solutions-page
  .two-column-text_section
  .two-column-text_section-container
  .main_block-text_group
  .main_block-title
  h2 {
  font-size: 32px;
  line-height: 42px;
}
.coldlogik-inrow-page
  .two-column-text_section
  .two-column-text_section-container
  .main_block-text_group
  .main_block-title
  h2
  strong,
.ucoustic-solutions-page
  .two-column-text_section
  .two-column-text_section-container
  .main_block-text_group
  .main_block-title
  h2
  strong {
  color: #e0001a;
  font-weight: 600;
}
.coldlogik-inrow-page
  .two-column-text_section
  .two-column-text_section-container
  .main_block-text_group
  .main_block-subtitle-text
  p,
.ucoustic-solutions-page
  .two-column-text_section
  .two-column-text_section-container
  .main_block-text_group
  .main_block-subtitle-text
  p {
  font-size: 32px;
  line-height: 42px;
  font-family: "Arial", sans-serif;
  color: #000;
}
.coldlogik-inrow-page
  .two-column-text_section
  .two-column-text_section-container
  .main_block-text_group
  .main_block-subtitle-text
  p
  strong,
.ucoustic-solutions-page
  .two-column-text_section
  .two-column-text_section-container
  .main_block-text_group
  .main_block-subtitle-text
  p
  strong {
  color: #e0001a;
  font-weight: 600;
}
.coldlogik-inrow-page
  .two-column-text_section
  .two-column-text_section-container
  .main_block-text
  ul,
.ucoustic-solutions-page
  .two-column-text_section
  .two-column-text_section-container
  .main_block-text
  ul {
  margin: 0;
  gap: 16px;
  display: flex;
  flex-flow: column;
}
.coldlogik-inrow-page
  .two-column-text_section
  .two-column-text_section-container
  .main_block-text
  ul
  li,
.ucoustic-solutions-page
  .two-column-text_section
  .two-column-text_section-container
  .main_block-text
  ul
  li {
  position: relative;
}
.coldlogik-inrow-page
  .two-column-text_section
  .two-column-text_section-container
  .main_block-text
  ul
  li:before,
.ucoustic-solutions-page
  .two-column-text_section
  .two-column-text_section-container
  .main_block-text
  ul
  li:before {
  content: url("../images/check.svg");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
  width: 24px;
  height: 24px;
  filter: invert(11%) sepia(90%) saturate(5754%) hue-rotate(358deg)
    brightness(95%) contrast(92%);
}
.coldlogik-inrow-page .text-image_section,
.ucoustic-solutions-page .text-image_section {
  padding: 48px 0;
}
.coldlogik-inrow-page .text-image_section .left-right-block,
.ucoustic-solutions-page .text-image_section .left-right-block {
  gap: 104px;
  flex-wrap: unset;
  align-items: flex-start !important;
}
@media screen and (max-width: 1100px) {
  .coldlogik-inrow-page .text-image_section .left-right-block,
  .ucoustic-solutions-page .text-image_section .left-right-block {
    flex-wrap: wrap;
    gap: 40px;
  }
}
.coldlogik-inrow-page
  .text-image_section
  .left-right-block
  .left-right-text_block,
.ucoustic-solutions-page
  .text-image_section
  .left-right-block
  .left-right-text_block {
  flex: 1;
}
.coldlogik-inrow-page
  .text-image_section
  .left-right-block
  .left-right-text_block
  .main_block,
.ucoustic-solutions-page
  .text-image_section
  .left-right-block
  .left-right-text_block
  .main_block {
  max-width: unset;
}
.coldlogik-inrow-page .text-image_section .left-right-block .img_block,
.ucoustic-solutions-page .text-image_section .left-right-block .img_block {
  width: 500px;
  border-bottom: none;
  border-image: none;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1100px) {
  .coldlogik-inrow-page .text-image_section .left-right-block .img_block,
  .ucoustic-solutions-page .text-image_section .left-right-block .img_block {
    width: 100%;
  }
}
.coldlogik-inrow-page
  .text-image_section
  .left-right-block
  .text-image_section-text_after_image,
.ucoustic-solutions-page
  .text-image_section
  .left-right-block
  .text-image_section-text_after_image {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #7b7b7b;
  max-width: 336px;
}
.coldlogik-inrow-page
  .text-image_section.small-image-type
  .left-right-block
  .img_block,
.ucoustic-solutions-page
  .text-image_section.small-image-type
  .left-right-block
  .img_block {
  max-width: 389px;
  border-bottom: none;
  border-image: none;
}
@media screen and (max-width: 1100px) {
  .coldlogik-inrow-page
    .text-image_section.small-image-type
    .left-right-block
    .img_block,
  .ucoustic-solutions-page
    .text-image_section.small-image-type
    .left-right-block
    .img_block {
    max-width: 100%;
  }
}
.coldlogik-inrow-page
  .text-image_section.small-image-type
  .left-right-block
  .img_block
  img,
.ucoustic-solutions-page
  .text-image_section.small-image-type
  .left-right-block
  .img_block
  img {
  height: 130px;
}
.coldlogik-inrow-page
  .text-image_section.small-image-type
  .left-right-block
  .img_block
  .text-image_section-text_after_image,
.ucoustic-solutions-page
  .text-image_section.small-image-type
  .left-right-block
  .img_block
  .text-image_section-text_after_image {
  padding: 24px;
  border-bottom: 4px solid;
  background-color: #f8f9fc;
  border-image: linear-gradient(90.23deg, #d11010, #fff) 1;
  font-size: 18px;
  line-height: 30px;
}

.uspace-racks-frames-page .product_list_section .wrapper-products-page,
.aisle-containment-horizontal-page .product_list_section .wrapper-products-page,
.edge-pack-accesories-page .product_list_section .wrapper-products-page,
.edge-solutions-page .product_list_section .wrapper-products-page {
  max-width: 1355px;
  margin: 0 auto;
  padding: 0 32px;
}
@media screen and (max-width: 1200px) {
  .uspace-racks-frames-page .product_list_section .wrapper-products-page,
  .aisle-containment-horizontal-page
    .product_list_section
    .wrapper-products-page,
  .edge-pack-accesories-page .product_list_section .wrapper-products-page,
  .edge-solutions-page .product_list_section .wrapper-products-page {
    max-width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .uspace-racks-frames-page .product_list_section .wrapper-products-page,
  .aisle-containment-horizontal-page
    .product_list_section
    .wrapper-products-page,
  .edge-pack-accesories-page .product_list_section .wrapper-products-page,
  .edge-solutions-page .product_list_section .wrapper-products-page {
    padding: 0 15px;
  }
}
.uspace-racks-frames-page .country-tab-type .uk-subnav li,
.aisle-containment-horizontal-page .country-tab-type .uk-subnav li,
.edge-pack-accesories-page .country-tab-type .uk-subnav li,
.edge-solutions-page .country-tab-type .uk-subnav li {
  width: 33% !important;
}
@media screen and (max-width: 992px) {
  .uspace-racks-frames-page .country-tab-type .uk-subnav li,
  .aisle-containment-horizontal-page .country-tab-type .uk-subnav li,
  .edge-pack-accesories-page .country-tab-type .uk-subnav li,
  .edge-solutions-page .country-tab-type .uk-subnav li {
    width: 300px !important;
  }
}
.uspace-racks-frames-page .country-tab-type .uk-subnav li .tab_list-item-image,
.aisle-containment-horizontal-page
  .country-tab-type
  .uk-subnav
  li
  .tab_list-item-image,
.edge-pack-accesories-page .country-tab-type .uk-subnav li .tab_list-item-image,
.edge-solutions-page .country-tab-type .uk-subnav li .tab_list-item-image {
  width: 100px !important;
  height: 100px !important;
  min-width: 100px;
  border-radius: unset !important;
}
.uspace-racks-frames-page .country-tab-type .tab_block-bigdata-first,
.aisle-containment-horizontal-page .country-tab-type .tab_block-bigdata-first,
.edge-pack-accesories-page .country-tab-type .tab_block-bigdata-first,
.edge-solutions-page .country-tab-type .tab_block-bigdata-first {
  gap: 64px;
  padding-bottom: 48px;
}
@media screen and (max-width: 1200px) {
  .uspace-racks-frames-page .country-tab-type .tab_block-bigdata-first,
  .aisle-containment-horizontal-page .country-tab-type .tab_block-bigdata-first,
  .edge-pack-accesories-page .country-tab-type .tab_block-bigdata-first,
  .edge-solutions-page .country-tab-type .tab_block-bigdata-first {
    flex-wrap: wrap;
  }
}
.uspace-racks-frames-page .country-tab-type .tab_block-bigdata-first .text,
.aisle-containment-horizontal-page
  .country-tab-type
  .tab_block-bigdata-first
  .text,
.edge-pack-accesories-page .country-tab-type .tab_block-bigdata-first .text,
.edge-solutions-page .country-tab-type .tab_block-bigdata-first .text {
  flex: 1;
}
@media screen and (max-width: 1200px) {
  .uspace-racks-frames-page .country-tab-type .tab_block-bigdata-first .text,
  .aisle-containment-horizontal-page
    .country-tab-type
    .tab_block-bigdata-first
    .text,
  .edge-pack-accesories-page .country-tab-type .tab_block-bigdata-first .text,
  .edge-solutions-page .country-tab-type .tab_block-bigdata-first .text {
    width: 100%;
  }
}
.uspace-racks-frames-page .country-tab-type .tab_block-bigdata-first .text h2,
.aisle-containment-horizontal-page
  .country-tab-type
  .tab_block-bigdata-first
  .text
  h2,
.edge-pack-accesories-page .country-tab-type .tab_block-bigdata-first .text h2,
.edge-solutions-page .country-tab-type .tab_block-bigdata-first .text h2 {
  margin: 0;
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
  color: #e0001a;
  padding-bottom: 16px;
}
.uspace-racks-frames-page .country-tab-type .tab_block-bigdata-first .text ul,
.aisle-containment-horizontal-page
  .country-tab-type
  .tab_block-bigdata-first
  .text
  ul,
.edge-pack-accesories-page .country-tab-type .tab_block-bigdata-first .text ul,
.edge-solutions-page .country-tab-type .tab_block-bigdata-first .text ul {
  margin: 0;
  gap: 16px;
  display: flex;
  flex-flow: column;
  padding-top: 16px;
}
.uspace-racks-frames-page
  .country-tab-type
  .tab_block-bigdata-first
  .text
  ul
  li,
.aisle-containment-horizontal-page
  .country-tab-type
  .tab_block-bigdata-first
  .text
  ul
  li,
.edge-pack-accesories-page
  .country-tab-type
  .tab_block-bigdata-first
  .text
  ul
  li,
.edge-solutions-page .country-tab-type .tab_block-bigdata-first .text ul li {
  position: relative;
}
.uspace-racks-frames-page
  .country-tab-type
  .tab_block-bigdata-first
  .text
  ul
  li:before,
.aisle-containment-horizontal-page
  .country-tab-type
  .tab_block-bigdata-first
  .text
  ul
  li:before,
.edge-pack-accesories-page
  .country-tab-type
  .tab_block-bigdata-first
  .text
  ul
  li:before,
.edge-solutions-page
  .country-tab-type
  .tab_block-bigdata-first
  .text
  ul
  li:before {
  content: url("../images/check.svg");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
  width: 24px;
  height: 24px;
  filter: invert(11%) sepia(90%) saturate(5754%) hue-rotate(358deg)
    brightness(95%) contrast(92%);
}
.uspace-racks-frames-page .country-tab-type .tab_block-bigdata-second,
.aisle-containment-horizontal-page .country-tab-type .tab_block-bigdata-second,
.edge-pack-accesories-page .country-tab-type .tab_block-bigdata-second,
.edge-solutions-page .country-tab-type .tab_block-bigdata-second {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.uspace-racks-frames-page
  .country-tab-type
  .tab_block-bigdata-second
  .left-block,
.uspace-racks-frames-page
  .country-tab-type
  .tab_block-bigdata-second
  .right-block,
.aisle-containment-horizontal-page
  .country-tab-type
  .tab_block-bigdata-second
  .left-block,
.aisle-containment-horizontal-page
  .country-tab-type
  .tab_block-bigdata-second
  .right-block,
.edge-pack-accesories-page
  .country-tab-type
  .tab_block-bigdata-second
  .left-block,
.edge-pack-accesories-page
  .country-tab-type
  .tab_block-bigdata-second
  .right-block,
.edge-solutions-page .country-tab-type .tab_block-bigdata-second .left-block,
.edge-solutions-page .country-tab-type .tab_block-bigdata-second .right-block {
  width: 46%;
}
@media screen and (max-width: 992px) {
  .uspace-racks-frames-page
    .country-tab-type
    .tab_block-bigdata-second
    .left-block,
  .uspace-racks-frames-page
    .country-tab-type
    .tab_block-bigdata-second
    .right-block,
  .aisle-containment-horizontal-page
    .country-tab-type
    .tab_block-bigdata-second
    .left-block,
  .aisle-containment-horizontal-page
    .country-tab-type
    .tab_block-bigdata-second
    .right-block,
  .edge-pack-accesories-page
    .country-tab-type
    .tab_block-bigdata-second
    .left-block,
  .edge-pack-accesories-page
    .country-tab-type
    .tab_block-bigdata-second
    .right-block,
  .edge-solutions-page .country-tab-type .tab_block-bigdata-second .left-block,
  .edge-solutions-page
    .country-tab-type
    .tab_block-bigdata-second
    .right-block {
    width: 100%;
    padding: 24px 0;
  }
}
.uspace-racks-frames-page
  .country-tab-type
  .tab_block-bigdata-second
  .left-block
  .title,
.uspace-racks-frames-page
  .country-tab-type
  .tab_block-bigdata-second
  .right-block
  .title,
.aisle-containment-horizontal-page
  .country-tab-type
  .tab_block-bigdata-second
  .left-block
  .title,
.aisle-containment-horizontal-page
  .country-tab-type
  .tab_block-bigdata-second
  .right-block
  .title,
.edge-pack-accesories-page
  .country-tab-type
  .tab_block-bigdata-second
  .left-block
  .title,
.edge-pack-accesories-page
  .country-tab-type
  .tab_block-bigdata-second
  .right-block
  .title,
.edge-solutions-page
  .country-tab-type
  .tab_block-bigdata-second
  .left-block
  .title,
.edge-solutions-page
  .country-tab-type
  .tab_block-bigdata-second
  .right-block
  .title {
  margin: 0;
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
  color: #e0001a !important;
  padding-bottom: 32px !important;
}
@media screen and (max-width: 992px) {
  .uspace-racks-frames-page
    .country-tab-type
    .tab_block-bigdata-second
    .left-block
    img,
  .uspace-racks-frames-page
    .country-tab-type
    .tab_block-bigdata-second
    .right-block
    img,
  .aisle-containment-horizontal-page
    .country-tab-type
    .tab_block-bigdata-second
    .left-block
    img,
  .aisle-containment-horizontal-page
    .country-tab-type
    .tab_block-bigdata-second
    .right-block
    img,
  .edge-pack-accesories-page
    .country-tab-type
    .tab_block-bigdata-second
    .left-block
    img,
  .edge-pack-accesories-page
    .country-tab-type
    .tab_block-bigdata-second
    .right-block
    img,
  .edge-solutions-page
    .country-tab-type
    .tab_block-bigdata-second
    .left-block
    img,
  .edge-solutions-page
    .country-tab-type
    .tab_block-bigdata-second
    .right-block
    img {
    height: 300px;
    width: auto;
    margin: 0 auto;
  }
}
.uspace-racks-frames-page
  .country-tab-type
  .tab_block-bigdata-second
  .left-block
  .text,
.uspace-racks-frames-page
  .country-tab-type
  .tab_block-bigdata-second
  .right-block
  .text,
.aisle-containment-horizontal-page
  .country-tab-type
  .tab_block-bigdata-second
  .left-block
  .text,
.aisle-containment-horizontal-page
  .country-tab-type
  .tab_block-bigdata-second
  .right-block
  .text,
.edge-pack-accesories-page
  .country-tab-type
  .tab_block-bigdata-second
  .left-block
  .text,
.edge-pack-accesories-page
  .country-tab-type
  .tab_block-bigdata-second
  .right-block
  .text,
.edge-solutions-page
  .country-tab-type
  .tab_block-bigdata-second
  .left-block
  .text,
.edge-solutions-page
  .country-tab-type
  .tab_block-bigdata-second
  .right-block
  .text {
  margin-bottom: 64px;
}
.uspace-racks-frames-page
  .country-tab-type
  .tab_block-bigdata-second
  .left-block
  .text
  ul,
.uspace-racks-frames-page
  .country-tab-type
  .tab_block-bigdata-second
  .right-block
  .text
  ul,
.aisle-containment-horizontal-page
  .country-tab-type
  .tab_block-bigdata-second
  .left-block
  .text
  ul,
.aisle-containment-horizontal-page
  .country-tab-type
  .tab_block-bigdata-second
  .right-block
  .text
  ul,
.edge-pack-accesories-page
  .country-tab-type
  .tab_block-bigdata-second
  .left-block
  .text
  ul,
.edge-pack-accesories-page
  .country-tab-type
  .tab_block-bigdata-second
  .right-block
  .text
  ul,
.edge-solutions-page
  .country-tab-type
  .tab_block-bigdata-second
  .left-block
  .text
  ul,
.edge-solutions-page
  .country-tab-type
  .tab_block-bigdata-second
  .right-block
  .text
  ul {
  margin: 0;
  gap: 16px;
  display: flex;
  flex-flow: column;
}
.uspace-racks-frames-page
  .country-tab-type
  .tab_block-bigdata-second
  .left-block
  .text
  ul
  li,
.uspace-racks-frames-page
  .country-tab-type
  .tab_block-bigdata-second
  .right-block
  .text
  ul
  li,
.aisle-containment-horizontal-page
  .country-tab-type
  .tab_block-bigdata-second
  .left-block
  .text
  ul
  li,
.aisle-containment-horizontal-page
  .country-tab-type
  .tab_block-bigdata-second
  .right-block
  .text
  ul
  li,
.edge-pack-accesories-page
  .country-tab-type
  .tab_block-bigdata-second
  .left-block
  .text
  ul
  li,
.edge-pack-accesories-page
  .country-tab-type
  .tab_block-bigdata-second
  .right-block
  .text
  ul
  li,
.edge-solutions-page
  .country-tab-type
  .tab_block-bigdata-second
  .left-block
  .text
  ul
  li,
.edge-solutions-page
  .country-tab-type
  .tab_block-bigdata-second
  .right-block
  .text
  ul
  li {
  position: relative;
}
.uspace-racks-frames-page
  .country-tab-type
  .tab_block-bigdata-second
  .left-block
  .text
  ul
  li:before,
.uspace-racks-frames-page
  .country-tab-type
  .tab_block-bigdata-second
  .right-block
  .text
  ul
  li:before,
.aisle-containment-horizontal-page
  .country-tab-type
  .tab_block-bigdata-second
  .left-block
  .text
  ul
  li:before,
.aisle-containment-horizontal-page
  .country-tab-type
  .tab_block-bigdata-second
  .right-block
  .text
  ul
  li:before,
.edge-pack-accesories-page
  .country-tab-type
  .tab_block-bigdata-second
  .left-block
  .text
  ul
  li:before,
.edge-pack-accesories-page
  .country-tab-type
  .tab_block-bigdata-second
  .right-block
  .text
  ul
  li:before,
.edge-solutions-page
  .country-tab-type
  .tab_block-bigdata-second
  .left-block
  .text
  ul
  li:before,
.edge-solutions-page
  .country-tab-type
  .tab_block-bigdata-second
  .right-block
  .text
  ul
  li:before {
  content: url("../images/check.svg");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
  width: 24px;
  height: 24px;
  filter: invert(11%) sepia(90%) saturate(5754%) hue-rotate(358deg)
    brightness(95%) contrast(92%);
}
.uspace-racks-frames-page
  .country-tab-type
  .tab_block-bigdata-second
  .left-block
  .text
  p
  strong,
.uspace-racks-frames-page
  .country-tab-type
  .tab_block-bigdata-second
  .right-block
  .text
  p
  strong,
.aisle-containment-horizontal-page
  .country-tab-type
  .tab_block-bigdata-second
  .left-block
  .text
  p
  strong,
.aisle-containment-horizontal-page
  .country-tab-type
  .tab_block-bigdata-second
  .right-block
  .text
  p
  strong,
.edge-pack-accesories-page
  .country-tab-type
  .tab_block-bigdata-second
  .left-block
  .text
  p
  strong,
.edge-pack-accesories-page
  .country-tab-type
  .tab_block-bigdata-second
  .right-block
  .text
  p
  strong,
.edge-solutions-page
  .country-tab-type
  .tab_block-bigdata-second
  .left-block
  .text
  p
  strong,
.edge-solutions-page
  .country-tab-type
  .tab_block-bigdata-second
  .right-block
  .text
  p
  strong {
  display: block;
  margin: 32px 0 24px;
  font-size: 24px;
  line-height: 27px;
}
.uspace-racks-frames-page
  .country-tab-type
  .tab_block-bigdata-second
  .left-block
  .text
  p
  img,
.uspace-racks-frames-page
  .country-tab-type
  .tab_block-bigdata-second
  .right-block
  .text
  p
  img,
.aisle-containment-horizontal-page
  .country-tab-type
  .tab_block-bigdata-second
  .left-block
  .text
  p
  img,
.aisle-containment-horizontal-page
  .country-tab-type
  .tab_block-bigdata-second
  .right-block
  .text
  p
  img,
.edge-pack-accesories-page
  .country-tab-type
  .tab_block-bigdata-second
  .left-block
  .text
  p
  img,
.edge-pack-accesories-page
  .country-tab-type
  .tab_block-bigdata-second
  .right-block
  .text
  p
  img,
.edge-solutions-page
  .country-tab-type
  .tab_block-bigdata-second
  .left-block
  .text
  p
  img,
.edge-solutions-page
  .country-tab-type
  .tab_block-bigdata-second
  .right-block
  .text
  p
  img {
  width: 90%;
  margin: 32px auto;
}
@media screen and (max-width: 992px) {
  .uspace-racks-frames-page
    .country-tab-type
    .tab_block-bigdata-second
    .left-block
    .text
    p
    img,
  .uspace-racks-frames-page
    .country-tab-type
    .tab_block-bigdata-second
    .right-block
    .text
    p
    img,
  .aisle-containment-horizontal-page
    .country-tab-type
    .tab_block-bigdata-second
    .left-block
    .text
    p
    img,
  .aisle-containment-horizontal-page
    .country-tab-type
    .tab_block-bigdata-second
    .right-block
    .text
    p
    img,
  .edge-pack-accesories-page
    .country-tab-type
    .tab_block-bigdata-second
    .left-block
    .text
    p
    img,
  .edge-pack-accesories-page
    .country-tab-type
    .tab_block-bigdata-second
    .right-block
    .text
    p
    img,
  .edge-solutions-page
    .country-tab-type
    .tab_block-bigdata-second
    .left-block
    .text
    p
    img,
  .edge-solutions-page
    .country-tab-type
    .tab_block-bigdata-second
    .right-block
    .text
    p
    img {
    width: 100%;
  }
}

.ucoustic-solutions-page .product_list_section .product_list_section-item {
  justify-content: unset !important;
}
.ucoustic-solutions-page .tab_section .uk-subnav {
  justify-content: center;
}
.ucoustic-solutions-page .tab_section .uk-subnav li {
  width: 18% !important;
}
.ucoustic-solutions-page .text-image_section .left-right-block {
  gap: 64px;
  align-items: center !important;
}
.ucoustic-solutions-page .text-image_section .left-right-block .img_block {
  width: unset;
}
.ucoustic-solutions-page .text-image_section .main_block-title {
  padding-bottom: 32px !important;
}
.ucoustic-solutions-page .text-image_section .main_block-title h2 {
  color: #e0001a !important;
}
.ucoustic-solutions-page .text-image_section ul li {
  color: #000 !important;
}
.ucoustic-solutions-page .text-image_section ul li:after {
  filter: invert(10%) sepia(100%) saturate(7399%) hue-rotate(350deg)
    brightness(87%) contrast(103%);
}

.aisle-containment-horizontal-page
  .product_list_section.image_section-long_standart_type
  .wrapper-products-page {
  max-width: 1136px;
  padding: 0 32px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .aisle-containment-horizontal-page
    .product_list_section.image_section-long_standart_type
    .wrapper-products-page {
    padding: 0 15px;
  }
}
.aisle-containment-horizontal-page
  .product_list_section.image_section-long_standart_type
  .wrapper-products-page
  .product_list_section-list {
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .aisle-containment-horizontal-page
    .product_list_section.image_section-long_standart_type
    .wrapper-products-page
    .product_list_section-list {
    gap: 24px !important;
  }
}
@media screen and (max-width: 768px) {
  .aisle-containment-horizontal-page
    .product_list_section.image_section-long_standart_type
    .wrapper-products-page
    .product_list_section-list {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .aisle-containment-horizontal-page
    .product_list_section.image_section-long_standart_type
    .wrapper-products-page
    .product_list_section-list
    .product_list_section-item {
    width: 100%;
    flex: unset;
  }
}
@media screen and (max-width: 992px) {
  .aisle-containment-horizontal-page
    .product_list_section.image_section-long_standart_type
    .wrapper-products-page
    .product_list_section-list
    .product_list_section-item
    .image {
    height: 300px !important;
  }
}
@media screen and (max-width: 768px) {
  .aisle-containment-horizontal-page
    .product_list_section.image_section-long_standart_type
    .wrapper-products-page
    .product_list_section-list
    .product_list_section-item
    .image {
    margin: 0 auto;
  }
  .aisle-containment-horizontal-page
    .product_list_section.image_section-long_standart_type
    .wrapper-products-page
    .product_list_section-list
    .product_list_section-item
    .image
    img {
    margin: 0 auto;
  }
}
.aisle-containment-horizontal-page .country-tab-type .uk-subnav li {
  width: 50% !important;
}
.aisle-containment-horizontal-page
  .country-tab-type
  .uk-subnav
  li
  .tab_list-item-image {
  width: 120px !important;
  height: unset !important;
}
.aisle-containment-horizontal-page
  .country-tab-type
  .uk-switcher
  li
  .tab_block-bigdata-second
  .tab-left-right {
  align-items: flex-end !important;
}
.aisle-containment-horizontal-page
  .country-tab-type
  .uk-switcher
  li
  .tab_block-bigdata-second
  .text
  h5 {
  margin: 0;
  padding-bottom: 8px;
  font-family: "Arial", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #e0001a;
}
.aisle-containment-horizontal-page
  .two-column-text_section
  .main_block
  .main_block-text_group
  .main_block-title {
  padding-bottom: 38px;
}
.aisle-containment-horizontal-page
  .two-column-text_section
  .main_block
  .main_block-text_group
  .main_block-title
  h2 {
  font-size: 48px;
  line-height: 45px;
  color: #e0001a !important;
}
.aisle-containment-horizontal-page
  .two-column-text_section
  .two-column-text_section-container {
  padding: 48px 0;
  gap: 64px;
}
.aisle-containment-horizontal-page
  .two-column-text_section
  .two-column-text_section-container
  .main_block-text_group {
  align-items: start;
}
.aisle-containment-horizontal-page
  .two-column-text_section
  .two-column-text_section-container
  .main_block-text_group
  .main_block-title
  h2 {
  font-size: 32px;
  line-height: 42px;
}
.aisle-containment-horizontal-page
  .two-column-text_section
  .two-column-text_section-container
  .main_block-text_group
  .main_block-title
  h2
  strong {
  color: #e0001a;
  font-weight: 600;
}
.aisle-containment-horizontal-page
  .two-column-text_section
  .two-column-text_section-container
  .main_block-text {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.aisle-containment-horizontal-page
  .two-column-text_section
  .two-column-text_section-container
  .main_block-text
  p {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .aisle-containment-horizontal-page
    .two-column-text_section
    .two-column-text_section-container
    .main_block-text
    ul
    + ul {
    margin-top: 16px;
  }
}
.aisle-containment-horizontal-page
  .two-column-text_section
  .two-column-text_section-container
  .main_block-text
  ul {
  width: 48%;
  margin: 0;
  gap: 16px;
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 768px) {
  .aisle-containment-horizontal-page
    .two-column-text_section
    .two-column-text_section-container
    .main_block-text
    ul {
    width: 100%;
  }
}
.aisle-containment-horizontal-page
  .two-column-text_section
  .two-column-text_section-container
  .main_block-text
  ul
  li {
  position: relative;
}
.aisle-containment-horizontal-page
  .two-column-text_section
  .two-column-text_section-container
  .main_block-text
  ul
  li:before {
  content: url("../images/check.svg");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
  width: 24px;
  height: 24px;
  filter: invert(11%) sepia(90%) saturate(5754%) hue-rotate(358deg)
    brightness(95%) contrast(92%);
}

.edge-pack-accesories-page .tab_section .tab_list-item-title {
  max-width: 230px;
}
@media screen and (max-width: 992px) {
  .edge-pack-accesories-page .tab_section .uk-subnav li {
    width: 300px !important;
  }
}
.edge-pack-accesories-page .tab_section .tab_block-bigdata-first {
  align-items: center !important;
}
.edge-pack-accesories-page .tab_section .tab_block-bigdata-second {
  align-items: center !important;
}

.edge-solutions-page .country-tab-type .tab_block-bigdata-first {
  flex-direction: row-reverse;
  align-items: center !important;
}
.edge-solutions-page .country-tab-type .tab_block-bigdata-first .text h2 {
  color: #000 !important;
  padding-bottom: 32px;
}
.edge-solutions-page
  .country-tab-type
  .tab_block-bigdata-first
  .text
  h2
  strong {
  font-weight: 600;
  color: #e0001a;
}
.edge-solutions-page
  .country-tab-type
  .tab_block-bigdata-second
  .left-block
  .title,
.edge-solutions-page
  .country-tab-type
  .tab_block-bigdata-second
  .right-block
  .title {
  padding-bottom: 32px !important;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  color: #000 !important;
}
.edge-solutions-page
  .country-tab-type
  .tab_block-bigdata-second
  .left-block
  .title
  strong,
.edge-solutions-page
  .country-tab-type
  .tab_block-bigdata-second
  .right-block
  .title
  strong {
  color: #e0001a;
  font-weight: 600 !important;
}
.edge-solutions-page
  .country-tab-type
  .tab_block-bigdata-second
  .left-block
  .text
  h5,
.edge-solutions-page
  .country-tab-type
  .tab_block-bigdata-second
  .right-block
  .text
  h5 {
  margin: 0;
  text-align: center;
  padding: 64px 0 16px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #000;
}
.edge-solutions-page
  .country-tab-type
  .tab_block-bigdata-second
  .left-block
  .text
  p
  img,
.edge-solutions-page
  .country-tab-type
  .tab_block-bigdata-second
  .right-block
  .text
  p
  img {
  margin: 0 auto;
  width: auto;
}
@media screen and (max-width: 1200px) {
  .edge-solutions-page
    .country-tab-type
    .tab_block-bigdata-second
    .left-block
    .text
    p
    img,
  .edge-solutions-page
    .country-tab-type
    .tab_block-bigdata-second
    .right-block
    .text
    p
    img {
    width: 40% !important;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .edge-solutions-page
    .country-tab-type
    .tab_block-bigdata-second
    .left-block
    .text
    p
    img,
  .edge-solutions-page
    .country-tab-type
    .tab_block-bigdata-second
    .right-block
    .text
    p
    img {
    width: auto !important;
  }
}

.product_list_section.image_section-long_standart_type .main_block-title h2 {
  padding-bottom: 16px;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  color: #000;
}
.product_list_section.image_section-long_standart_type
  .wrapper-products-page
  .product_list_section-list {
  gap: 24px;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .product_list_section.image_section-long_standart_type
    .wrapper-products-page
    .product_list_section-list {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
    row-gap: 24px;
  }
}
.product_list_section.image_section-long_standart_type
  .wrapper-products-page
  .product_list_section-list
  .product_list_section-item {
  padding: 96px 40px 60px;
  background-color: #f8f9fc;
  border-radius: 20px;
  flex: 1;
  align-items: flex-start !important;
}
@media screen and (max-width: 1200px) {
  .product_list_section.image_section-long_standart_type
    .wrapper-products-page
    .product_list_section-list
    .product_list_section-item {
    width: 49% !important;
    flex: unset;
  }
}
@media screen and (max-width: 768px) {
  .product_list_section.image_section-long_standart_type
    .wrapper-products-page
    .product_list_section-list
    .product_list_section-item {
    width: 100% !important;
  }
}
.product_list_section.image_section-long_standart_type
  .wrapper-products-page
  .product_list_section-list
  .product_list_section-item
  .btn {
  margin: 0 auto !important;
}
@media screen and (max-width: 992px) {
  .product_list_section.image_section-long_standart_type
    .wrapper-products-page
    .product_list_section-list
    .product_list_section-item
    .btn {
    margin: 20px auto 0 !important;
  }
}
.product_list_section.image_section-long_standart_type
  .wrapper-products-page
  .product_list_section-list
  .product_list_section-item
  .subtitle {
  font-size: 18px;
  line-height: 24px;
  color: #d11010;
  padding-bottom: 4px;
}
.product_list_section.image_section-long_standart_type
  .wrapper-products-page
  .product_list_section-list
  .product_list_section-item
  .description {
  display: none;
}
.product_list_section.image_section-long_standart_type
  .wrapper-products-page
  .product_list_section-list
  .product_list_section-item
  .title {
  text-align: start;
  min-height: 80px !important;
  font-size: 32px !important;
  line-height: 40px !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product_list_section.image_section-long_standart_type
  .wrapper-products-page
  .product_list_section-list
  .product_list_section-item
  .image {
  width: auto !important;
  display: flex !important;
  align-items: center !important;
  height: 533px !important;
  margin: 18px auto;
}
@media screen and (max-width: 768px) {
  .product_list_section.image_section-long_standart_type
    .wrapper-products-page
    .product_list_section-list
    .product_list_section-item
    .image {
    height: 300px !important;
  }
}
.product_list_section.image_section-long_standart_type
  .wrapper-products-page
  .product_list_section-list
  .product_list_section-item
  .image
  img {
  width: auto !important;
  height: -webkit-fill-available;
}

@media screen and (max-width: 768px) {
  .tab_section .wrapper-container {
    padding: unset;
  }
}
@media screen and (max-width: 1300px) {
  .tab_section .wrapper-container {
    padding: unset;
  }
}
.tab_section .close-button-container {
  margin: 20px 0;
  width: 100%;
}
.tab_section .close-button-container .btn {
  margin: 0 auto;
}
.tab_section .tab_block-bigdata-first {
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .tab_section .tab_block-bigdata-first .text {
    width: 100%;
  }
  .tab_section .tab_block-bigdata-first .image {
    width: 100%;
  }
  .tab_section .tab_block-bigdata-first .image img {
    width: auto;
    margin: 0 auto;
  }
}
.tab_section .tab_block-bigdata-first .button-container {
  width: 100%;
}
.tab_section .tab_block-bigdata-first .button-container .btn {
  margin: 0 auto;
}
.tab_section .tab-left-right .left-block > :empty:not(img),
.tab_section .tab-left-right .right-block > :empty:not(img) {
  display: none;
}
.tab_section .tab-left-right .left-block.empty,
.tab_section .tab-left-right .right-block.empty {
  padding-bottom: 0;
}
.tab_section .tab-left-right .left-block .title.conclusion-color,
.tab_section .tab-left-right .right-block .title.conclusion-color {
  color: #e0001a !important;
}
.tab_section .tab-left-right .left-block .title.empty-padding,
.tab_section .tab-left-right .right-block .title.empty-padding {
  padding: 0 !important;
}
.tab_section .tab-left-right .left-block .text,
.tab_section .tab-left-right .right-block .text {
  margin: 0 !important;
}
.tab_section .tab-left-right .left-block.empty,
.tab_section .tab-left-right .right-block.empty {
  padding: 0 !important;
}
.tab_section .tab_block-bigdata-second.hide {
  display: none;
}
.tab_section .tab_block-bigdata-second .tab-left-right-container {
  width: 100%;
}
.tab_section
  .tab_block-bigdata-second
  .tab-left-right-container.left-more-left-right_type
  .tab-left-right {
  gap: 64px;
}
@media screen and (max-width: 1200px) {
  .tab_section
    .tab_block-bigdata-second
    .tab-left-right-container.left-more-left-right_type
    .tab-left-right {
    flex-wrap: unset;
  }
}
@media screen and (max-width: 992px) {
  .tab_section
    .tab_block-bigdata-second
    .tab-left-right-container.left-more-left-right_type
    .tab-left-right {
    flex-wrap: wrap;
  }
}
.tab_section
  .tab_block-bigdata-second
  .tab-left-right-container.left-more-left-right_type
  .tab-left-right
  .left-block {
  width: 60%;
}
@media screen and (max-width: 1200px) {
  .tab_section
    .tab_block-bigdata-second
    .tab-left-right-container.left-more-left-right_type
    .tab-left-right
    .left-block {
    width: 60% !important;
  }
}
.tab_section
  .tab_block-bigdata-second
  .tab-left-right-container.left-more-left-right_type
  .tab-left-right
  .right-block {
  width: 40%;
}
@media screen and (max-width: 1200px) {
  .tab_section
    .tab_block-bigdata-second
    .tab-left-right-container.left-more-left-right_type
    .tab-left-right
    .right-block {
    width: 40% !important;
  }
}
@media screen and (max-width: 992px) {
  .tab_section
    .tab_block-bigdata-second
    .tab-left-right-container.left-more-left-right_type
    .tab-left-right
    .left-block,
  .tab_section
    .tab_block-bigdata-second
    .tab-left-right-container.left-more-left-right_type
    .tab-left-right
    .right-block {
    width: 100% !important;
  }
}
.tab_section
  .tab_block-bigdata-second
  .tab-left-right-container.right-more-left-right_type
  .tab-left-right {
  gap: 64px;
}
@media screen and (max-width: 1200px) {
  .tab_section
    .tab_block-bigdata-second
    .tab-left-right-container.right-more-left-right_type
    .tab-left-right {
    flex-wrap: unset;
  }
}
@media screen and (max-width: 992px) {
  .tab_section
    .tab_block-bigdata-second
    .tab-left-right-container.right-more-left-right_type
    .tab-left-right {
    flex-wrap: wrap;
  }
}
.tab_section
  .tab_block-bigdata-second
  .tab-left-right-container.right-more-left-right_type
  .tab-left-right
  .left-block {
  width: 40%;
}
@media screen and (max-width: 1200px) {
  .tab_section
    .tab_block-bigdata-second
    .tab-left-right-container.right-more-left-right_type
    .tab-left-right
    .left-block {
    width: 40% !important;
  }
}
.tab_section
  .tab_block-bigdata-second
  .tab-left-right-container.right-more-left-right_type
  .tab-left-right
  .right-block {
  width: 60%;
}
@media screen and (max-width: 1200px) {
  .tab_section
    .tab_block-bigdata-second
    .tab-left-right-container.right-more-left-right_type
    .tab-left-right
    .right-block {
    width: 60% !important;
  }
}
@media screen and (max-width: 992px) {
  .tab_section
    .tab_block-bigdata-second
    .tab-left-right-container.right-more-left-right_type
    .tab-left-right
    .left-block,
  .tab_section
    .tab_block-bigdata-second
    .tab-left-right-container.right-more-left-right_type
    .tab-left-right
    .right-block {
    width: 100% !important;
  }
}
.tab_section
  .tab_block-bigdata-second
  .tab-left-right-container
  .tab-left-right {
  padding: 48px 0 0;
}
@media screen and (max-width: 1200px) {
  .tab_section
    .tab_block-bigdata-second
    .tab-left-right-container
    .tab-left-right {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1200px) {
  .tab_section .tab_block-bigdata-second .left-block,
  .tab_section .tab_block-bigdata-second .right-block {
    width: 100% !important;
  }
}
.tab_section .tab_block-bigdata-second .left-block .title,
.tab_section .tab_block-bigdata-second .right-block .title {
  padding-bottom: 32px !important;
}
.tab_section .tab_block-bigdata-second .left-block .text p,
.tab_section .tab_block-bigdata-second .right-block .text p {
  padding-bottom: 16px;
}
.tab_section .tab_block-bigdata-second .left-block .text p img,
.tab_section .tab_block-bigdata-second .right-block .text p img {
  width: auto;
  margin: 0 auto;
}
.tab_section .tab_block-bigdata-second .left-block .text p img.left-side-img,
.tab_section .tab_block-bigdata-second .right-block .text p img.left-side-img {
  margin: 24px 0;
  width: 60%;
}
.tab_section
  .tab_block-bigdata-second
  .left-block
  .text
  p
  img.decoration-bottom-img,
.tab_section
  .tab_block-bigdata-second
  .right-block
  .text
  p
  img.decoration-bottom-img {
  width: 100%;
  border-image: linear-gradient(90.23deg, #d11010, #fff) 1;
  border-bottom: 3px solid;
}
.tab_section .tab_block-bigdata-second .left-block .text ul,
.tab_section .tab_block-bigdata-second .right-block .text ul {
  padding-top: 16px;
}
.tab_section .tab_block-bigdata-second .left-block .text.text-two-list,
.tab_section .tab_block-bigdata-second .right-block .text.text-two-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tab_section .tab_block-bigdata-second .left-block .text.text-two-list p,
.tab_section .tab_block-bigdata-second .right-block .text.text-two-list p {
  width: 100%;
}
.tab_section .tab_block-bigdata-second .left-block .text.text-two-list ul,
.tab_section .tab_block-bigdata-second .right-block .text.text-two-list ul {
  width: 48%;
  padding-top: 16px;
}
@media screen and (max-width: 1200px) {
  .tab_section .tab_block-bigdata-second .left-block .text.text-two-list ul,
  .tab_section .tab_block-bigdata-second .right-block .text.text-two-list ul {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .tab_section .tab_block-bigdata-second .left-block img,
  .tab_section .tab_block-bigdata-second .right-block img {
    width: auto;
    margin: 0 auto;
  }
}
.tab_section .tab_block-bigdata-second .left-block .bigdata-songs,
.tab_section .tab_block-bigdata-second .right-block .bigdata-songs {
  gap: 32px;
}
.tab_section .tab_block-bigdata-second .left-block .bigdata-songs__title,
.tab_section .tab_block-bigdata-second .right-block .bigdata-songs__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #e0001a;
  margin: 0;
  padding: 0;
}
.tab_section .tab_block-bigdata-second .left-block .bigdata-songs p,
.tab_section .tab_block-bigdata-second .right-block .bigdata-songs p {
  font-size: 16px;
  line-height: 28px;
  color: #000;
  padding-bottom: 8px;
}
.tab_section .tab_block-bigdata-second .left-block .bigdata-icons,
.tab_section .tab_block-bigdata-second .right-block .bigdata-icons {
  gap: 16px;
  padding: 32px 0 0;
  margin: 0;
}
.tab_section .tab_block-bigdata-second .left-block .bigdata-icons__item,
.tab_section .tab_block-bigdata-second .right-block .bigdata-icons__item {
  padding: 16px 8px;
  width: 22%;
  background: #f8f9fc;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .tab_section .tab_block-bigdata-second .left-block .bigdata-icons__item,
  .tab_section .tab_block-bigdata-second .right-block .bigdata-icons__item {
    width: 33%;
  }
}
.tab_section .tab_block-bigdata-second .left-block .bigdata-icons__item-img,
.tab_section .tab_block-bigdata-second .right-block .bigdata-icons__item-img {
  width: 48px;
  min-width: 48px;
  height: 48px;
}
.tab_section .tab_block-bigdata-second .left-block .bigdata-icons__item-img img,
.tab_section
  .tab_block-bigdata-second
  .right-block
  .bigdata-icons__item-img
  img {
  width: 100%;
  height: 100%;
}
.tab_section .tab_block-bigdata-second .left-block .bigdata-icons__item-title,
.tab_section .tab_block-bigdata-second .right-block .bigdata-icons__item-title {
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
}
.tab_section .tab_block-bigdata-second .bigdata-images {
  padding: 32px 0 48px;
  margin: 0;
  row-gap: 24px;
}
.tab_section .tab_block-bigdata-second .bigdata-images.count-3-bigdata-images {
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .tab_section
    .tab_block-bigdata-second
    .bigdata-images.count-3-bigdata-images {
    flex-wrap: wrap;
  }
}
.tab_section
  .tab_block-bigdata-second
  .bigdata-images.count-3-bigdata-images
  .bigdata-images__item {
  width: 22%;
}
@media screen and (max-width: 1100px) {
  .tab_section
    .tab_block-bigdata-second
    .bigdata-images.count-3-bigdata-images
    .bigdata-images__item {
    width: 34%;
  }
}
@media screen and (max-width: 768px) {
  .tab_section
    .tab_block-bigdata-second
    .bigdata-images.count-3-bigdata-images
    .bigdata-images__item {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .tab_section
    .tab_block-bigdata-second
    .bigdata-images.count-4-bigdata-images {
    flex-wrap: wrap;
  }
}
.tab_section
  .tab_block-bigdata-second
  .bigdata-images.count-4-bigdata-images
  .bigdata-images__item {
  width: calc(1 / 4 * 100% - 0px);
}
@media screen and (max-width: 1100px) {
  .tab_section
    .tab_block-bigdata-second
    .bigdata-images.count-4-bigdata-images
    .bigdata-images__item {
    width: calc(1 / 3 * 100% - 0px);
  }
}
@media screen and (max-width: 768px) {
  .tab_section
    .tab_block-bigdata-second
    .bigdata-images.count-4-bigdata-images
    .bigdata-images__item {
    width: calc(1 / 2 * 100% - 0px);
  }
}
@media screen and (max-width: 500px) {
  .tab_section
    .tab_block-bigdata-second
    .bigdata-images.count-4-bigdata-images
    .bigdata-images__item {
    width: 100%;
  }
}
.tab_section
  .tab_block-bigdata-second
  .bigdata-images.count-4-bigdata-images
  .bigdata-images__item
  .bigdata-images__title {
  min-height: 82px;
}
@media screen and (max-width: 1100px) {
  .tab_section
    .tab_block-bigdata-second
    .bigdata-images.count-5-bigdata-images {
    flex-wrap: wrap;
  }
}
.tab_section
  .tab_block-bigdata-second
  .bigdata-images.count-5-bigdata-images
  .bigdata-images__item {
  width: calc(1 / 5 * 100% - 0px);
}
@media screen and (max-width: 1100px) {
  .tab_section
    .tab_block-bigdata-second
    .bigdata-images.count-5-bigdata-images
    .bigdata-images__item {
    width: calc(1 / 3 * 100% - 0px);
  }
}
@media screen and (max-width: 768px) {
  .tab_section
    .tab_block-bigdata-second
    .bigdata-images.count-5-bigdata-images
    .bigdata-images__item {
    width: calc(1 / 2 * 100% - 0px);
  }
}
@media screen and (max-width: 500px) {
  .tab_section
    .tab_block-bigdata-second
    .bigdata-images.count-5-bigdata-images
    .bigdata-images__item {
    width: 100%;
  }
}
.tab_section .tab_block-bigdata-second .bigdata-images__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #e0001a;
  padding-bottom: 8px;
  max-width: 164px;
  margin: 0 auto;
}
.tab_section .tab_block-bigdata-second .bigdata-images__info {
  padding: 24px 0;
}
.tab_section .tab_block-bigdata-second .bigdata-images__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #7b7b7b;
  min-height: 22px;
}
.tab_section .tab_block-bigdata-second .bigdata-images__img img {
  margin: 0 auto;
}
.tab_section .tab_block-bigdata-second .bigdata-markers {
  padding: 28px 0 48px;
}
.tab_section .tab_block-bigdata-second .bigdata-markers__img {
  width: 540px;
  height: 764px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .tab_section .tab_block-bigdata-second .bigdata-markers__img {
    height: 700px;
  }
}
@media screen and (max-width: 440px) {
  .tab_section .tab_block-bigdata-second .bigdata-markers__img {
    height: 550px;
  }
}
.tab_section .tab_block-bigdata-second .bigdata-markers__img img {
  width: 100%;
  height: 100%;
}
.tab_section .tab_block-bigdata-second .bigdata-markers .uk-card {
  padding: 24px;
  background-color: #f8f9fc;
  border-radius: 8px 8px 8px 0;
  border-bottom: 4px solid;
  border-image: linear-gradient(90.23deg, #d11010, #fff) 1;
  gap: 18px;
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.25);
  width: fit-content;
}
@media screen and (max-width: 650px) {
  .tab_section .tab_block-bigdata-second .bigdata-markers .uk-card {
    padding: 20px 16px;
  }
}
.tab_section .tab_block-bigdata-second .bigdata-markers .uk-card .info-box {
  gap: 18px;
}
@media screen and (max-width: 650px) {
  .tab_section .tab_block-bigdata-second .bigdata-markers .uk-card .info-box {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 500px) {
  .tab_section .tab_block-bigdata-second .bigdata-markers .uk-card .info-box {
    align-items: center;
    justify-content: center;
  }
}
.tab_section
  .tab_block-bigdata-second
  .bigdata-markers
  .uk-card
  .info-box
  .img {
  width: 122px;
  min-width: 122px;
  height: 122px;
  border-radius: 100%;
  overflow: hidden;
  border: 4px solid #7b7b7b;
}
.tab_section
  .tab_block-bigdata-second
  .bigdata-markers
  .uk-card
  .info-box
  .img
  img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.tab_section
  .tab_block-bigdata-second
  .bigdata-markers
  .uk-card
  .info-box
  .info {
  min-width: 418px;
}
@media screen and (max-width: 650px) {
  .tab_section
    .tab_block-bigdata-second
    .bigdata-markers
    .uk-card
    .info-box
    .info {
    min-width: unset;
  }
}
.tab_section
  .tab_block-bigdata-second
  .bigdata-markers
  .uk-card
  .info-box
  .info
  .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  padding-bottom: 8px;
}
.tab_section
  .tab_block-bigdata-second
  .bigdata-markers
  .uk-card
  .info-box
  .info
  .text {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #7b7b7b;
}
.tab_section
  .tab_block-bigdata-second
  .bigdata-markers
  .uk-card
  .info-box
  .btn-close {
  border: unset;
  background-color: transparent;
  cursor: pointer;
}
.tab_section .tab_block-bigdata-second .bigdata-markers .marker-box {
  width: 35px;
  min-width: 35px;
  height: 35px;
  background: linear-gradient(180deg, #d11010 0%, #ff4b60 100%), #e0001a;
  border-radius: 100%;
  overflow: hidden;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  margin-right: 16px;
}
.tab_section .tab_block-bigdata-second .bigdata-markers .marker-box:hover {
  background: #000;
}
.tab_section .tab_block-bigdata-second .bigdata-markers .marker-box svg {
  display: none;
}
.tab_section .tab_block-bigdata-second .bigdata-markers .uk-marker {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: unset;
  position: absolute;
  border: unset;
}
.tab_section .tab_block-bigdata-second .bigdata-markers .uk-marker:hover {
  text-decoration: unset;
}

.image-text-image_section {
  padding: 56px 0;
}
.image-text-image_section .wrapper-image-text-image {
  gap: 24px;
}
@media screen and (max-width: 1200px) {
  .image-text-image_section .wrapper-image-text-image {
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 40px;
  }
}
.image-text-image_section .wrapper-block {
  flex: 1;
}
@media screen and (max-width: 1200px) {
  .image-text-image_section .wrapper-block {
    flex: unset;
    width: 48%;
    order: 0;
  }
}
@media screen and (max-width: 768px) {
  .image-text-image_section .wrapper-block {
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .image-text-image_section .wrapper-block {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .image-text-image_section .wrapper-block:last-child {
    order: 1;
  }
}
.image-text-image_section .wrapper-block .subtitle {
  font-family: "Arial", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  background: linear-gradient(180deg, #d11010 0%, #ff4b60 100%), #d11010;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  padding-bottom: 8px;
}
.image-text-image_section .wrapper-block .title {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #000;
}
.image-text-image_section .wrapper-block .img {
  width: 350px;
  height: 533px;
  margin: 18px auto;
}
@media screen and (max-width: 768px) {
  .image-text-image_section .wrapper-block .img {
    height: 300px;
  }
}
@media screen and (max-width: 500px) {
  .image-text-image_section .wrapper-block .img {
    width: 100%;
  }
}
.image-text-image_section .wrapper-block .img img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.image-text-image_section .wrapper-block .btn {
  margin: 0 auto;
}
.image-text-image_section .wrapper-text {
  padding: 24px;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #7b7b7b;
  min-width: 389px;
  max-width: 389px;
  border-bottom: 4px solid;
  border-image: linear-gradient(90.23deg, #d11010, #fff) 1;
}
@media screen and (max-width: 1200px) {
  .image-text-image_section .wrapper-text {
    order: 2;
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .image-text-image_section .wrapper-text {
    width: 100%;
    min-width: unset;
  }
}

@media screen and (max-width: 768px) {
  .text-buttons_section .wrapper-text-buttons {
    flex-wrap: wrap;
    row-gap: 36px;
  }
}
.text-buttons_section .wrapper-text-buttons .main_block {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .text-buttons_section .wrapper-text-buttons .main_block {
    width: 100%;
    flex: unset;
  }
}
.text-buttons_section .wrapper-text-buttons .button_group {
  flex: 1;
  gap: 16px;
}
.text-buttons_section .wrapper-text-buttons .button_group .btn {
  width: 221px;
}
@media screen and (max-width: 500px) {
  .text-buttons_section .wrapper-text-buttons .button_group .btn {
    width: 100%;
  }
}

.accordion_section {
  padding-top: 58px;
}
.accordion_section .main_block-subtitle-text {
  text-align: center;
}
.accordion_section .main_block-title {
  padding-bottom: 48px;
}
.accordion_section .main_block-title h1 {
  text-align: center;
}
.accordion_section .uk-accordion {
  margin: 0;
}
.accordion_section .uk-accordion li a {
  border-radius: 8px;
  border: 1px solid #e0001a;
  background-color: white;
  padding: 6px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 17px;
  line-height: 48px;
  color: #e0001a;
  text-decoration: unset;
  order: 0;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .accordion_section .uk-accordion li a {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 20px;
  }
}
.accordion_section .uk-accordion li a:before {
  order: 1;
  width: 32px;
  min-width: 32px;
  height: 32px;
  background-image: url("../images/accordion-close.svg");
  background-size: 100%;
  filter: invert(30%) sepia(50%) saturate(6175%) hue-rotate(337deg)
    brightness(77%) contrast(139%);
  margin: 0;
}
@media screen and (max-width: 768px) {
  .accordion_section .uk-accordion li a:before {
    width: 24px;
    min-width: 24px;
    height: 24px;
  }
}
.accordion_section .uk-accordion li .uk-accordion-content {
  margin: 0;
  padding: 14px 24px;
  background-color: #f8f9fc;
  filter: drop-shadow(0px 4px 4px rgba(209, 16, 16, 0.25));
  font-weight: 600;
  font-size: 17px;
  line-height: 48px;
}
@media screen and (max-width: 768px) {
  .accordion_section .uk-accordion li .uk-accordion-content {
    padding: 12px 16px;
    font-size: 14px;
    line-height: 20px;
  }
}
.accordion_section .uk-accordion li .uk-accordion-content p a {
  border-radius: unset;
  background-color: unset;
  padding: 0;
  display: unset;
  font-weight: 600;
  font-size: 17px;
  line-height: 48px;
  color: #000;
  text-decoration: underline;
}
.accordion_section .uk-accordion .uk-open a {
  border-radius: 8px 8px 0 0;
}
.accordion_section .uk-accordion .uk-open > .uk-accordion-title::before {
  background-image: url("../images/accordion-open.svg") !important;
  filter: invert(30%) sepia(50%) saturate(6175%) hue-rotate(337deg)
    brightness(77%) contrast(139%);
}
.accordion_section .uk-accordion > :nth-child(n + 2) {
  margin-top: 12px;
}

.about-us-page .banner_section {
  margin: 0;
}
.about-us-page .banner_section .main_block-title h2 p {
  display: flex;
  align-items: center;
  gap: 16px;
}
.about-us-page .banner_section .main_block-text ul {
  margin: 0;
  padding-top: 32px;
  display: flex;
  flex-flow: column;
  gap: 16px;
}
.about-us-page .banner_section .main_block-text ul li {
  font-family: "Arial", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 992px) {
  .about-us-page .banner_section .main_block-text ul li {
    font-size: 16px;
  }
}
.about-us-page .banner_section .main_block-text ul li:before {
  content: url("../images/awords-icon.svg");
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}
.about-us-page .about-tab-main {
  padding: 48px 0;
}
.about-us-page .about-tab-main .main_block-text {
  max-width: 821px;
}
.about-us-page .about-tab-main .main_block-text p strong {
  color: #e0001a;
}
.about-us-page
  .banner_section.special-marker-banner-style
  .main_block-text
  ul
  li:before {
  content: url("../images/check.svg");
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(257deg)
    brightness(102%) contrast(101%);
}
.about-us-page .banner_section .main_block-text p strong {
  display: block;
  padding-top: 32px;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
}

.video_section .video_section-main_block {
  padding: 48px 0;
}
.video_section .main_block {
  display: flex;
  flex-flow: column;
}
.video_section .main_block .main_block-subtitle-text {
  font-family: "Arial", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #d11010;
  padding-bottom: 16px;
}
.video_section .main_block .main_block-title {
  padding-bottom: 32px;
}
.video_section .main_block .main_block-title h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  color: #000;
  margin: 0 !important;
}
.video_section .main_block .main_block-text {
  max-width: 821px;
}
.video_section .main_block .main_block-text p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #000;
}
.video_section .main_block .main_block-text p strong {
  color: #e0001a;
}
.video_section .video_section-block {
  height: 730px;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .video_section .video_section-block {
    height: 440px;
  }
}
@media screen and (max-width: 550px) {
  .video_section .video_section-block {
    height: 250px;
  }
}
.video_section .video_section-block video {
  height: 100%;
}

.title-two-column-section {
  padding-top: 48px;
}
.title-two-column-section .main_block-title {
  max-width: 590px;
  padding-bottom: 28px;
}
.title-two-column-section .main_block-title p {
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
}
.title-two-column-section .main_block-title p strong {
  font-weight: 600;
  color: #d11010;
}

.two-column-text_section .two-column-text_section-container {
  padding: 24px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .two-column-text_section .two-column-text_section-container {
    flex-wrap: wrap;
    gap: 40px;
  }
}
.two-column-text_section
  .two-column-text_section-container
  .left_text-container,
.two-column-text_section
  .two-column-text_section-container
  .right_text-container {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .two-column-text_section
    .two-column-text_section-container
    .left_text-container,
  .two-column-text_section
    .two-column-text_section-container
    .right_text-container {
    flex: unset;
    width: 100%;
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }
  .two-column-text_section
    .two-column-text_section-container
    .left_text-container
    .main_block,
  .two-column-text_section
    .two-column-text_section-container
    .right_text-container
    .main_block {
    width: 100%;
    text-align: start !important;
  }
}
.two-column-text_section .two-column-text_section-container .main_block-text p {
  margin: 0 !important;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.two-column-text_section
  .two-column-text_section-container
  .main_block-text
  p
  iframe {
  border-radius: 9px;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .two-column-text_section
    .two-column-text_section-container
    .main_block-text
    p
    img {
    width: auto;
    margin: 0 auto;
    height: 300px;
  }
}
.two-column-text_section
  .two-column-text_section-container
  .main_block-text
  p
  + p {
  padding-top: 26px;
}
.two-column-text_section
  .two-column-text_section-container
  .main_block-text
  p:last-child {
  padding-bottom: 26px;
}
@media screen and (max-width: 768px) {
  .two-column-text_section
    .two-column-text_section-container
    .main_block-subtitle-text {
    max-width: 100%;
    margin: 0 !important;
  }
}

.two-column-certification {
  padding: 64px 0 40px;
}
.two-column-certification .two-column-text_section-container {
  padding: 0;
}
.two-column-certification
  .two-column-text_section-container
  .left_text-container
  .main_block
  .main_block-subtitle-text {
  font-size: 36px;
  line-height: 42px;
  padding-bottom: 0;
}
.two-column-certification
  .two-column-text_section-container
  .left_text-container
  .main_block
  .main_block-subtitle-text
  p {
  font-family: "Arial", sans-serif;
}
.two-column-certification
  .two-column-text_section-container
  .left_text-container
  .main_block
  .main_block-title
  h2 {
  font-size: 36px;
  line-height: 42px;
}
.two-column-certification
  .two-column-text_section-container
  .left_text-container
  .main_block
  .main_block-text {
  color: #000;
}
.two-column-certification
  .two-column-text_section-container
  .right_text-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.two-column-certification
  .two-column-text_section-container
  .right_text-container
  .main_block-subtitle-text {
  padding-bottom: 16px;
  text-align: initial;
}
.two-column-certification
  .two-column-text_section-container
  .right_text-container
  .main_block-subtitle-text
  p {
  font-family: "Arial", sans-serif;
}
.two-column-certification
  .two-column-text_section-container
  .right_text-container
  .main_block {
  text-align: center;
}
.two-column-certification
  .two-column-text_section-container
  .right_text-container
  .main_block
  .main_block-title {
  padding-bottom: 32px;
}
.two-column-certification
  .two-column-text_section-container
  .right_text-container
  .main_block
  .main_block-title
  h2 {
  font-size: 48px;
  line-height: 56px;
}
@media screen and (max-width: 1024px) {
  .two-column-certification
    .two-column-text_section-container
    .right_text-container
    .main_block
    .main_block-title
    h2 {
    font-size: 32px !important;
    line-height: 46px !important;
  }
}
.two-column-certification
  .two-column-text_section-container
  .right_text-container
  ul {
  display: flex;
  flex-flow: column;
}
.two-column-certification
  .two-column-text_section-container
  .right_text-container
  ul
  li {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  text-align: initial;
}
.two-column-certification
  .two-column-text_section-container
  .right_text-container
  ul
  li:after {
  content: url("../images/check.svg");
  position: absolute;
  left: -32px;
  top: 58%;
  transform: translateY(-50%);
}
.two-column-certification
  .two-column-text_section-container
  .right_text-container
  ul
  li
  + li {
  margin-top: 12px;
}

.standart-tab-type,
.number-tab-type {
  padding-top: 64px;
}
.standart-tab-type .tab_section-container .uk-subnav,
.number-tab-type .tab_section-container .uk-subnav {
  margin: 0 0 70px 0;
  padding-bottom: 26px;
  display: flex;
  align-items: flex-start;
  width: 100%;
  flex-wrap: unset;
}
@media screen and (max-width: 1120px) {
  .standart-tab-type .tab_section-container .uk-subnav,
  .number-tab-type .tab_section-container .uk-subnav {
    overflow-x: unset;
    overflow-y: auto;
    max-width: 100%;
    width: 100%;
    flex-wrap: unset;
    padding-top: 20px;
  }
}
@media screen and (max-width: 992px) {
  .standart-tab-type .tab_section-container .uk-subnav,
  .number-tab-type .tab_section-container .uk-subnav {
    max-width: 100%;
  }
}
.standart-tab-type .tab_section-container .uk-subnav li,
.number-tab-type .tab_section-container .uk-subnav li {
  width: calc((100% - 230px) / 5);
  padding: 48px 26px;
  background-color: transparent;
  cursor: pointer;
  min-height: 278px;
}
@media screen and (max-width: 1120px) {
  .standart-tab-type .tab_section-container .uk-subnav li,
  .number-tab-type .tab_section-container .uk-subnav li {
    width: 184px;
  }
}
.standart-tab-type .tab_section-container .uk-subnav li.uk-active,
.number-tab-type .tab_section-container .uk-subnav li.uk-active {
  width: 230px;
  padding: 0 20px;
  background: linear-gradient(180deg, #d11010 0%, #ff4b60 100%), #e0001a;
  box-shadow: 0 4px 15px 12px rgba(209, 16, 16, 0.25);
  border-radius: 0 0 8px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.standart-tab-type
  .tab_section-container
  .uk-subnav
  li.uk-active
  .tab_list-item,
.number-tab-type .tab_section-container .uk-subnav li.uk-active .tab_list-item {
  justify-content: center;
}
.standart-tab-type
  .tab_section-container
  .uk-subnav
  li.uk-active
  .tab_list-item
  .tab_list-item-image,
.number-tab-type
  .tab_section-container
  .uk-subnav
  li.uk-active
  .tab_list-item
  .tab_list-item-image {
  width: 60px;
  height: 60px;
  background-color: #fff;
}
.standart-tab-type
  .tab_section-container
  .uk-subnav
  li.uk-active
  .tab_list-item
  .tab_list-item-title,
.number-tab-type
  .tab_section-container
  .uk-subnav
  li.uk-active
  .tab_list-item
  .tab_list-item-title {
  color: #fff !important;
  padding: 0;
}
.standart-tab-type
  .tab_section-container
  .uk-subnav
  li.uk-active
  .tab_list-item
  .tab_list-item-learn_more,
.number-tab-type
  .tab_section-container
  .uk-subnav
  li.uk-active
  .tab_list-item
  .tab_list-item-learn_more {
  display: none;
}
.standart-tab-type
  .tab_section-container
  .uk-subnav
  li.uk-active
  .tab_list-item
  .tab_list-item-image,
.number-tab-type
  .tab_section-container
  .uk-subnav
  li.uk-active
  .tab_list-item
  .tab_list-item-image {
  background: white;
}
.standart-tab-type
  .tab_section-container
  .uk-subnav
  li.uk-active
  .tab_list-item
  .tab_list-item-image
  span,
.number-tab-type
  .tab_section-container
  .uk-subnav
  li.uk-active
  .tab_list-item
  .tab_list-item-image
  span {
  font-size: 40px;
  font-weight: 700;
  color: #e0001a;
}
.standart-tab-type
  .tab_section-container
  .uk-subnav
  li.uk-active
  .tab_list-item
  .tab_list-item-image
  img,
.number-tab-type
  .tab_section-container
  .uk-subnav
  li.uk-active
  .tab_list-item
  .tab_list-item-image
  img {
  width: 28px;
  height: 28px;
  filter: brightness(0) saturate(100%) invert(18%) sepia(58%) saturate(6893%)
    hue-rotate(356deg) brightness(84%) contrast(94%);
}
.standart-tab-type .tab_section-container .uk-subnav li .tab_list-item,
.number-tab-type .tab_section-container .uk-subnav li .tab_list-item {
  padding: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.standart-tab-type
  .tab_section-container
  .uk-subnav
  li
  .tab_list-item
  .tab_list-item-image,
.number-tab-type
  .tab_section-container
  .uk-subnav
  li
  .tab_list-item
  .tab_list-item-image {
  width: 48px;
  height: 48px;
  background: linear-gradient(180deg, #d11010 0%, #ff4b60 100%), #e0001a;
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.standart-tab-type
  .tab_section-container
  .uk-subnav
  li
  .tab_list-item
  .tab_list-item-image
  span,
.number-tab-type
  .tab_section-container
  .uk-subnav
  li
  .tab_list-item
  .tab_list-item-image
  span {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: white;
}
.standart-tab-type
  .tab_section-container
  .uk-subnav
  li
  .tab_list-item
  .tab_list-item-image
  img,
.number-tab-type
  .tab_section-container
  .uk-subnav
  li
  .tab_list-item
  .tab_list-item-image
  img {
  width: 24px;
  height: 24px;
}
.standart-tab-type
  .tab_section-container
  .uk-subnav
  li
  .tab_list-item
  .tab_list-item-title,
.number-tab-type
  .tab_section-container
  .uk-subnav
  li
  .tab_list-item
  .tab_list-item-title {
  text-align: center;
  padding-bottom: 25px;
  max-width: 151px;
  text-transform: capitalize;
}
.standart-tab-type
  .tab_section-container
  .uk-subnav
  li
  .tab_list-item
  .tab_list-item-learn_more,
.number-tab-type
  .tab_section-container
  .uk-subnav
  li
  .tab_list-item
  .tab_list-item-learn_more {
  text-align: center;
  text-transform: initial;
}
@media screen and (max-width: 992px) {
  .standart-tab-type .tab_section-container .uk-subnav li:first-child.uk-active,
  .number-tab-type .tab_section-container .uk-subnav li:first-child.uk-active {
    margin-left: 20px;
  }
}
.standart-tab-type .tab_section-container .uk-switcher,
.number-tab-type .tab_section-container .uk-switcher {
  margin: 0;
  padding: 64px 30px;
}
@media screen and (max-width: 992px) {
  .standart-tab-type .tab_section-container .uk-switcher,
  .number-tab-type .tab_section-container .uk-switcher {
    padding: 32px 0 64px 0;
  }
}
.standart-tab-type .tab_section-container .uk-switcher .tab_block-item,
.number-tab-type .tab_section-container .uk-switcher .tab_block-item {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .standart-tab-type .tab_section-container .uk-switcher .tab_block-item,
  .number-tab-type .tab_section-container .uk-switcher .tab_block-item {
    row-gap: 20px;
  }
}
.standart-tab-type .tab_section-container .uk-switcher .tab_block-item-image,
.number-tab-type .tab_section-container .uk-switcher .tab_block-item-image {
  width: 96px;
  min-width: 96px;
  height: 96px;
}
.standart-tab-type
  .tab_section-container
  .uk-switcher
  .tab_block-item-image
  img,
.number-tab-type .tab_section-container .uk-switcher .tab_block-item-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.standart-tab-type .tab_section-container .uk-switcher .tab_block-item-title,
.number-tab-type .tab_section-container .uk-switcher .tab_block-item-title {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #000;
  padding: 0 8px;
  min-width: 320px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .standart-tab-type .tab_section-container .uk-switcher .tab_block-item-title,
  .number-tab-type .tab_section-container .uk-switcher .tab_block-item-title {
    width: 100%;
    text-align: left;
    padding: 0;
  }
}
.standart-tab-type .tab_section-container .uk-switcher .tab_block-item-text,
.number-tab-type .tab_section-container .uk-switcher .tab_block-item-text {
  flex: 1;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.standart-tab-type .tab_section-container .uk-switcher .tab_block-item-text ul,
.number-tab-type .tab_section-container .uk-switcher .tab_block-item-text ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.standart-tab-type
  .tab_section-container
  .uk-switcher
  .tab_block-item-text
  ul
  li,
.number-tab-type
  .tab_section-container
  .uk-switcher
  .tab_block-item-text
  ul
  li {
  width: 48%;
  position: relative;
}
.standart-tab-type
  .tab_section-container
  .uk-switcher
  .tab_block-item-text
  ul
  li:before,
.number-tab-type
  .tab_section-container
  .uk-switcher
  .tab_block-item-text
  ul
  li:before {
  content: url("../images/check.svg");
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  filter: invert(10%) sepia(100%) saturate(4551%) hue-rotate(349deg)
    brightness(111%) contrast(108%);
}
.standart-tab-type
  .tab_section-container
  .uk-switcher
  .tab_block-item
  + .tab_block-item,
.number-tab-type
  .tab_section-container
  .uk-switcher
  .tab_block-item
  + .tab_block-item {
  margin-top: 24px;
}
@media screen and (max-width: 1164px) {
  .standart-tab-type
    .tab_section-container
    .uk-switcher
    .tab_block-item
    + .tab_block-item,
  .number-tab-type
    .tab_section-container
    .uk-switcher
    .tab_block-item
    + .tab_block-item {
    margin-top: 44px;
  }
}

.background-terms {
  background-color: #f8f9fc;
}

.uk-container {
  max-width: 1232px !important;
}
@media screen and (max-width: 1300px) {
  .uk-container {
    padding: 0 32px !important;
  }
}
@media screen and (max-width: 768px) {
  .uk-container {
    padding: 0 15px !important;
  }
}
.uk-container.default_page_content {
  display: flex;
  flex-wrap: wrap;
  column-gap: 64px;
  padding-bottom: 96px;
}
.uk-container.default_page_content .wp-block-group {
  margin-bottom: 24px;
}
.uk-container.default_page_content .title-section {
  padding: 96px 0 192px;
  width: 100%;
  order: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .uk-container.default_page_content .title-section {
    padding: 40px;
  }
}
.uk-container.default_page_content
  .title-section
  .wp-block-group__inner-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.uk-container.default_page_content .title-section p {
  margin: 0 !important;
  padding-bottom: 16px;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #d11010;
}
.uk-container.default_page_content .title-section h1 {
  margin: 0 !important;
  max-width: 640px;
  font-weight: 700;
  font-size: 60px;
  line-height: 64px;
}
@media screen and (max-width: 768px) {
  .uk-container.default_page_content .title-section h1 {
    font-size: 32px;
    line-height: 46px;
  }
}
.uk-container.default_page_content .default_block_content {
  order: 1;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .uk-container.default_page_content .default_block_content {
    width: 100%;
    order: 2;
  }
}
.uk-container.default_page_content .default_block_content .wp-block-heading {
  padding: 0;
}
.uk-container.default_page_content .naw-list_block {
  min-width: 232px;
  max-width: 232px;
  height: 100%;
  position: sticky;
  top: 60px;
  order: 2;
}
@media screen and (max-width: 1024px) {
  .uk-container.default_page_content .naw-list_block {
    min-width: 150px;
    max-width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .uk-container.default_page_content .naw-list_block {
    max-width: 100%;
    min-width: 100%;
    order: 1;
    position: unset;
    margin-bottom: 32px;
  }
}
.uk-container.default_page_content .naw-list_block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.uk-container.default_page_content .naw-list_block ul li {
  font-size: 12px;
  line-height: 16px;
}
.uk-container.default_page_content .naw-list_block ul li a {
  font-weight: 500;
  font-size: inherit;
  line-height: inherit;
  color: #e0001a !important;
  text-decoration: unset;
}
.uk-container.default_page_content .naw-list_block ul li + li {
  margin-top: 8px;
}
.uk-container.default_page_content h2,
.uk-container.default_page_content h3 {
  padding-top: 8px;
  margin: 0 0 16px 0 !important;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #ff0000;
}
.uk-container.default_page_content h2:first-child,
.uk-container.default_page_content h3:first-child {
  padding-top: 0;
}
.uk-container.default_page_content p {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  margin: 0 0 16px 0 !important;
}
.uk-container.default_page_content p a {
  color: #000;
}
.uk-container.default_page_content ul {
  margin: 0;
  list-style-type: disc;
  padding-bottom: 16px;
}
.uk-container.default_page_content ul li:first-child {
  padding-top: 6px;
}
.uk-container.default_page_content ul li:first-child a {
  color: #000;
}

.top_line_block {
  background-color: #d11010;
  padding: 0 24px;
}
@media screen and (max-width: 768px) {
  .top_line_block {
    padding: 14px;
  }
}
.top_line_block p {
  font-size: 18px;
  line-height: 48px;
  color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .top_line_block p {
    gap: 6px;
  }
}
@media screen and (max-width: 768px) {
  .top_line_block p {
    font-size: 14px;
    line-height: 20px;
  }
}
.top_line_block p strong {
  font-weight: 600;
}
.top_line_block p a {
  font-weight: 400;
  font-size: 18px;
  line-height: 48px;
  text-decoration-line: underline;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .top_line_block p a {
    font-size: 14px;
    line-height: 20px;
  }
}

.pdfjs-fullscreen {
  display: none;
}

.contacts-page .banner_section {
  margin: 0;
}

.country-tab-type {
  padding-top: 64px;
}
.country-tab-type .wrapper-tabs {
  width: 100%;
  max-width: 1232px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .country-tab-type .wrapper-tabs {
    padding: 0 32px;
  }
}
@media screen and (max-width: 768px) {
  .country-tab-type .wrapper-tabs {
    padding: 0 15px;
  }
}
.country-tab-type .tab_section-container .uk-subnav {
  margin: 0 0 64px 0;
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .country-tab-type .tab_section-container .uk-subnav {
    overflow-y: scroll;
    max-width: 100%;
    width: 100%;
    flex-wrap: unset;
  }
}
.country-tab-type .tab_section-container .uk-subnav li {
  width: 25%;
  cursor: pointer;
  padding: 24px 0;
  display: flex;
  flex-flow: column;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .country-tab-type .tab_section-container .uk-subnav li {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .country-tab-type .tab_section-container .uk-subnav li {
    width: 228px;
  }
}
.country-tab-type .tab_section-container .uk-subnav li.uk-active {
  background-color: #f8f9fc;
  border-bottom: 2px solid;
  border-image: linear-gradient(90.23deg, #d11010, #fff) 1;
}
.country-tab-type .tab_section-container .uk-subnav li .tab_list-item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 16px;
}
.country-tab-type
  .tab_section-container
  .uk-subnav
  li
  .tab_list-item
  .tab_list-item-image {
  width: 64px;
  min-width: 64px;
  height: 48px;
  border-radius: 8px;
  overflow: hidden;
}
.country-tab-type
  .tab_section-container
  .uk-subnav
  li
  .tab_list-item
  .tab_list-item-image
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.country-tab-type
  .tab_section-container
  .uk-subnav
  li
  .tab_list-item
  .tab_list-item-title {
  font-family: "Arial", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #000;
  text-transform: capitalize;
}
.country-tab-type .tab_section-container .uk-switcher {
  margin: 0 !important;
  padding: 48px 0;
}
.country-tab-type .tab_section-container .uk-switcher .tab_block {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px;
}
.country-tab-type
  .tab_section-container
  .uk-switcher
  .tab_block
  .tab_block-description {
  width: 100%;
  max-width: 500px;
  padding: 24px 40px 96px;
  background: linear-gradient(180deg, #d11010 0%, #ff4b60 100%), #e0001a;
  border-radius: 14px;
  display: flex;
  flex-flow: column;
  gap: 18px;
}
@media screen and (max-width: 1100px) {
  .country-tab-type
    .tab_section-container
    .uk-switcher
    .tab_block
    .tab_block-description {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .country-tab-type
    .tab_section-container
    .uk-switcher
    .tab_block
    .tab_block-description {
    gap: 24px;
  }
}
.country-tab-type
  .tab_section-container
  .uk-switcher
  .tab_block
  .tab_block-description
  .tab_block-pretitle {
  font-family: "Arial", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #c9c9c9;
}
.country-tab-type
  .tab_section-container
  .uk-switcher
  .tab_block
  .tab_block-description
  .tab_block-main_text
  p {
  font-weight: 600;
  font-size: 48px;
  line-height: 64px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .country-tab-type
    .tab_section-container
    .uk-switcher
    .tab_block
    .tab_block-description
    .tab_block-main_text
    p {
    font-size: 32px !important;
    line-height: 46px !important;
  }
}
.country-tab-type
  .tab_section-container
  .uk-switcher
  .tab_block
  .tab_block-description
  .tab_block-phone,
.country-tab-type
  .tab_section-container
  .uk-switcher
  .tab_block
  .tab_block-description
  .tab_block-mail {
  position: relative;
  gap: 16px;
}
.country-tab-type
  .tab_section-container
  .uk-switcher
  .tab_block
  .tab_block-description
  .tab_block-phone
  svg,
.country-tab-type
  .tab_section-container
  .uk-switcher
  .tab_block
  .tab_block-description
  .tab_block-mail
  svg {
  min-width: 42px;
  transition: all 0.2s ease-in;
}
.country-tab-type
  .tab_section-container
  .uk-switcher
  .tab_block
  .tab_block-description
  .tab_block-phone:hover
  a,
.country-tab-type
  .tab_section-container
  .uk-switcher
  .tab_block
  .tab_block-description
  .tab_block-mail:hover
  a {
  transition: all 0.2s ease-in;
  opacity: 0.4;
  filter: grayscale(100%);
}
.country-tab-type
  .tab_section-container
  .uk-switcher
  .tab_block
  .tab_block-description
  .tab_block-phone:hover
  svg,
.country-tab-type
  .tab_section-container
  .uk-switcher
  .tab_block
  .tab_block-description
  .tab_block-mail:hover
  svg {
  transition: all 0.2s ease-in;
  opacity: 0.4;
  filter: grayscale(100%);
}
.country-tab-type
  .tab_section-container
  .uk-switcher
  .tab_block
  .tab_block-description
  .tab_block-phone
  a,
.country-tab-type
  .tab_section-container
  .uk-switcher
  .tab_block
  .tab_block-description
  .tab_block-mail
  a {
  transition: all 0.2s ease-in;
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
  color: #fff;
  text-decoration: unset;
}
@media screen and (max-width: 768px) {
  .country-tab-type
    .tab_section-container
    .uk-switcher
    .tab_block
    .tab_block-description
    .tab_block-phone
    a,
  .country-tab-type
    .tab_section-container
    .uk-switcher
    .tab_block
    .tab_block-description
    .tab_block-mail
    a {
    font-size: 22px;
    line-height: 28px;
  }
}
.country-tab-type
  .tab_section-container
  .uk-switcher
  .tab_block
  .tab_block-form {
  flex: 1;
}
.country-tab-type
  .tab_section-container
  .uk-switcher
  .tab_block
  .tab_block-form
  label {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #8d8d8d;
}
.country-tab-type
  .tab_section-container
  .uk-switcher
  .tab_block
  .tab_block-form
  .contact-line {
  margin-bottom: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 18px;
}
.country-tab-type
  .tab_section-container
  .uk-switcher
  .tab_block
  .tab_block-form
  .contact-line
  .contact-data {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .country-tab-type
    .tab_section-container
    .uk-switcher
    .tab_block
    .tab_block-form
    .contact-line
    .contact-data {
    width: 100%;
  }
}
.country-tab-type
  .tab_section-container
  .uk-switcher
  .tab_block
  .tab_block-form
  .contact-line
  .contact-data
  input {
  width: 100%;
  border-bottom: 2px solid;
  border-left: unset;
  border-top: unset;
  border-image: linear-gradient(90.23deg, #d11010, #fff) 1;
  padding: 6px 0;
}
.country-tab-type
  .tab_section-container
  .uk-switcher
  .tab_block
  .tab_block-form
  .contact-line
  .contact-data
  input:focus-visible {
  outline: unset;
}
.country-tab-type
  .tab_section-container
  .uk-switcher
  .tab_block
  .tab_block-form
  textarea,
.country-tab-type
  .tab_section-container
  .uk-switcher
  .tab_block
  .tab_block-form
  input {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  font-family: "Arial", sans-serif;
}
.country-tab-type
  .tab_section-container
  .uk-switcher
  .tab_block
  .tab_block-form
  .message-line {
  margin-bottom: 42px;
}
.country-tab-type
  .tab_section-container
  .uk-switcher
  .tab_block
  .tab_block-form
  .message-line
  br {
  display: none;
}
.country-tab-type
  .tab_section-container
  .uk-switcher
  .tab_block
  .tab_block-form
  .message-line
  label {
  display: block;
  margin-bottom: 4px;
}
.country-tab-type
  .tab_section-container
  .uk-switcher
  .tab_block
  .tab_block-form
  .message-line
  textarea {
  height: 100px;
  width: 100%;
  border-bottom: 2px solid;
  border-left: unset;
  border-top: unset;
  resize: none;
  border-image: linear-gradient(90.23deg, #d11010, #fff) 1;
  text-align: left;
  padding: 64px 0 0;
  box-sizing: border-box;
  display: inline-block;
}
.country-tab-type
  .tab_section-container
  .uk-switcher
  .tab_block
  .tab_block-form
  .message-line
  textarea:focus-visible {
  outline: unset;
}
.country-tab-type
  .tab_section-container
  .uk-switcher
  .tab_block
  .tab_block-form
  .message-line
  textarea::placeholder {
  font-family: "Arial", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #dddddd;
  text-align: left;
  vertical-align: bottom;
}
.country-tab-type
  .tab_section-container
  .uk-switcher
  .tab_block
  .tab_block-form
  input[type="submit"] {
  margin-top: 42px;
  background: linear-gradient(180deg, #d11010 0%, #ff4b60 100%), #e0001a;
  box-shadow: 0 4px 4px rgba(209, 16, 16, 0.25);
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  font-family: "Arial", sans-serif;
  font-size: 18px;
  line-height: 24px;
  padding: 16px 24px;
  display: block;
  width: fit-content;
  transition: opacity 0.3s ease-in;
  border: unset;
  cursor: pointer;
  text-decoration: unset;
}
.country-tab-type
  .tab_section-container
  .uk-switcher
  .tab_block
  .tab_block-form
  input[type="submit"]:hover {
  transition: opacity 0.3s ease-in;
  text-decoration: unset;
  opacity: 0.8;
  color: #fff;
}

.podcast_section .podcast_section-main_block {
  padding: 48px 0;
}
.podcast_section .podcast_section-main_block .main_block-text_group {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.podcast_section .podcast_section-main_block .main_block-subtitle-text {
  padding-bottom: 16px;
}
.podcast_section .podcast_section-main_block .main_block-title {
  padding-bottom: 24px;
  text-align: center;
}
.podcast_section .podcast_section-main_block .main_block-text {
  max-width: 579px;
  text-align: center;
}
.podcast_section .podcast_section-main_block .main_block-text p {
  color: #737373;
}
.podcast_section .podcast_section-list ul li.uk-active {
  display: none !important;
}
.podcast_section ul {
  gap: 24px;
  margin: 0;
  padding: 0;
}
.podcast_section .podcast_section-item-content {
  background-color: #f8f9fc;
  height: 600px;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: unset;
}
@media screen and (max-width: 1100px) {
  .podcast_section .podcast_section-item-content {
    flex-flow: column;
    height: unset;
  }
}
.podcast_section .podcast_section-item-content .image {
  min-width: 600px;
  width: 600px;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .podcast_section .podcast_section-item-content .image {
    max-width: 100%;
    min-width: unset;
    width: 100%;
    height: 300px;
  }
}
.podcast_section .podcast_section-item-content .image img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
@media screen and (max-width: 1100px) {
  .podcast_section .podcast_section-item-content .image img {
    object-fit: contain;
  }
}
.podcast_section .podcast_section-item-content .info {
  height: 100%;
  padding: 48px 24px;
}
.podcast_section .podcast_section-item-content .info .date {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #d11010;
  padding-bottom: 16px;
}
.podcast_section .podcast_section-item-content .info .title {
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
  color: #000;
  padding-bottom: 16px;
}
.podcast_section .podcast_section-item-content .info .description {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  padding-bottom: 32px;
}
.podcast_section .podcast_section-item-content .info .author {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #d11010;
  padding-bottom: 32px;
}

.search_section .main_block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 0;
}
.search_section .main_block .main_block-text_group {
  text-align: center;
}
.search_section .main_block .main_block-text_group .main_block-text {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #737373;
}
.search_section .search-block {
  padding-bottom: 48px;
}
.search_section .search-block form {
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .search_section .search-block form {
    flex-flow: column;
  }
}
.search_section .search-block form input {
  border: unset;
  max-width: 413px;
  width: 100%;
  height: 40px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 0 2px rgba(0, 0, 0, 0.12);
  border-radius: 16px;
  padding: 10px 40px 10px 16px;
  color: #000;
}
.search_section .search-block form input::placeholder {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #a3a3a3;
}
@media screen and (max-width: 768px) {
  .search_section .search-block form .btn {
    max-width: 413px;
    width: 100%;
  }
}
.search_section .wrapper-search {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 48px;
}
@media screen and (max-width: 1300px) {
  .search_section .wrapper-search {
    padding: 0 32px;
  }
}
@media screen and (max-width: 768px) {
  .search_section .wrapper-search {
    padding: 0 15px;
  }
}
.search_section .found-block {
  padding: 92px 0;
}
.search_section .found-block h2 {
  margin-bottom: 8px;
}
.search_section .search-list {
  justify-content: flex-start;
  margin: 0 -12px;
}
.search_section .search-list.active {
  margin: 0;
}
.search_section .search-list .block {
  width: calc(1 / 3 * 100% - 24px);
  margin: 48px 12px;
  background: #f8f9fc;
  border-radius: 20px;
  height: 349px;
  padding: 0 40px;
}
@media screen and (max-width: 992px) {
  .search_section .search-list .block {
    width: calc(1 / 2 * 100% - 24px);
  }
}
@media screen and (max-width: 768px) {
  .search_section .search-list .block {
    width: calc(100% - 24px);
    margin: 24px 12px;
  }
}
.search_section .search-list .block .breadcrumbs {
  text-align: start;
  padding-bottom: 8px;
  width: 100%;
}
.search_section .search-list .block .title {
  margin-bottom: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: start;
  width: 100%;
}
.search_section .search-list .block .btn {
  width: 80%;
  text-align: center;
}
.search_section .search-list .block .btn a {
  color: #fff;
  text-decoration: unset;
}
.search_section .search-list .block .btn a:hover {
  text-decoration: unset;
}
.search_section .search-list .no_result {
  color: #cacaca;
  padding: 0 0 112px 48px;
}
@media screen and (max-width: 1300px) {
  .search_section .search-list .no_result {
    padding: 0 0 96px 0;
  }
}

@media screen and (max-width: 1164px) {
  .case_studies_list_section .wrapper-case-studies {
    padding: 0 32px;
  }
}
@media screen and (max-width: 992px) {
  .case_studies_list_section .wrapper-case-studies {
    padding: 0 15px;
  }
}
.case_studies_list_section .button_group {
  margin: 48px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case_studies_list_section .button_group .btn {
  background-color: #d11010;
}
.case_studies_list_section .button_group .btn a {
  color: #fff;
}
.case_studies_list_section .button_group .btn a:hover {
  text-decoration: unset;
}
.case_studies_list_section .button_group .btn:hover {
  text-decoration: unset;
  background-color: #ff4444;
  box-shadow: 0 4px 4px rgba(209, 16, 16, 0.4);
  color: #fff;
}
.case_studies_list_section .case__list {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1164px) {
  .case_studies_list_section .case__list .case__item + .case__item {
    margin-top: 24px;
  }
}
.case_studies_list_section .case__list .case__item {
  padding-top: 96px;
}
@media screen and (max-width: 1164px) {
  .case_studies_list_section .case__list .case__item {
    flex-flow: column;
    padding-top: 0;
  }
}
.case_studies_list_section .case__list .case__item:nth-child(odd) {
  background-color: #f8f9fc;
}
@media screen and (max-width: 1164px) {
  .case_studies_list_section .case__list .case__item:nth-child(odd) {
    background-color: unset;
  }
}
.case_studies_list_section .case__list .case__item-wrapper {
  max-width: 1440px;
  margin: 0 auto;
}
.case_studies_list_section .case__list .case__item .info {
  padding-left: 104px;
  width: 50%;
  margin-right: 100px;
}
@media screen and (max-width: 1164px) {
  .case_studies_list_section .case__list .case__item .info {
    order: 1;
    padding: 24px;
    margin: 0;
    background-color: #f8f9fc;
    width: 100%;
    max-width: 100%;
  }
}
.case_studies_list_section .case__list .case__item .info__subtitle {
  padding-bottom: 16px;
}
.case_studies_list_section .case__list .case__item .info__title {
  padding-bottom: 16px;
}
.case_studies_list_section .case__list .case__item .info__description {
  padding-bottom: 32px;
}
.case_studies_list_section .case__list .case__item .image {
  width: 50%;
  height: 376px;
  position: relative;
  border-radius: 20px 0 0 0;
  overflow: hidden;
}
@media screen and (max-width: 1164px) {
  .case_studies_list_section .case__list .case__item .image {
    order: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .case_studies_list_section .case__list .case__item .image {
    height: 300px;
  }
}
.case_studies_list_section .case__list .case__item .image__logo {
  position: absolute;
  width: 328px;
  height: 108px;
  background: #fff;
  opacity: 0.8;
  backdrop-filter: blur(2px);
  border-radius: 8px 8px 8px 0;
  border-bottom: 2px solid;
  border-image: linear-gradient(90.23deg, #d11010, rgba(255, 255, 255, 0.1)) 1;
}
@media screen and (max-width: 768px) {
  .case_studies_list_section .case__list .case__item .image__logo {
    width: 210px;
  }
}
.case_studies_list_section .case__list .case__item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.first-case-item-block {
  padding-top: 48px;
}
.first-case-item-block .case__block {
  border-radius: 40px;
  overflow: hidden;
}
.first-case-item-block .case__block-img {
  position: relative;
  width: 100%;
  height: 380px;
}
.first-case-item-block .case__block-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.first-case-item-block .case__block-img .logo {
  position: absolute;
  width: 328px;
  height: 108px;
  background: #fff;
  opacity: 0.8;
  backdrop-filter: blur(2px);
  border-radius: 8px 8px 8px 0;
  border-bottom: 2px solid;
  border-image: linear-gradient(90.23deg, #d11010, rgba(255, 255, 255, 0.1)) 1;
}
@media screen and (max-width: 768px) {
  .first-case-item-block .case__block-img .logo {
    width: 210px;
  }
  .first-case-item-block .case__block-img .logo img {
    height: unset;
  }
}
.first-case-item-block .case__block-info {
  padding: 64px 48px 48px;
  gap: 16px;
  text-align: center;
  background-color: #f8f9fc;
  border-top: 2px solid;
  border-image: linear-gradient(90.23deg, #d11010, white) 1;
}
.first-case-item-block .case__block-info .title {
  margin: 0;
  max-width: 858px;
}
.first-case-item-block .case__block-info .description {
  max-width: 494px;
}

.case__download {
  padding: 48px 0;
  gap: 8px;
}
.case__download-block {
  background: #f8f9fc;
  border-radius: 8px 8px 8px 0;
  padding: 16px;
  gap: 32px;
  border-bottom: 2px solid;
  border-image: linear-gradient(90.23deg, #d11010, rgba(255, 255, 255, 0.1)) 1;
  width: fit-content;
}
.case__download-block .image {
  width: 80px;
  height: 80px;
}
.case__download-block .image svg {
  width: 64px;
  height: 64px;
}
.case__download-block .info {
  max-width: 184px;
  min-width: 184px;
}
.case__download-block .info a {
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
}
.case__download-block .info a:hover {
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
  color: #d11010 !important;
}
.case__download-block .info .file-volume {
  padding-top: 8px;
  color: #cfcfcf;
  text-transform: uppercase;
}

.case-item-template-default .text-image_section {
  padding: 48px 0 0;
}
.case-item-template-default .text-image_section.title-section {
  padding: 48px 0;
}
.case-item-template-default .text-image_section.title-section .main_block {
  max-width: 542px;
}
.case-item-template-default
  .text-image_section.title-section
  .main_block
  .main_block-text_group {
  align-items: start !important;
}
.case-item-template-default
  .text-image_section.title-section
  .main_block
  .main_block-text_group
  .main_block-title {
  padding-bottom: 24px;
}
.case-item-template-default
  .text-image_section.title-section
  .main_block
  .main_block-text_group
  .main_block-title
  h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #d11010;
}
.case-item-template-default
  .text-image_section.title-section
  .main_block
  .main_block-text_group
  .main_block-text
  p {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  text-align: start;
}
.case-item-template-default .text-image_section.title-section .img_block {
  display: none;
}
.case-item-template-default .text-image_section .left-right-block {
  align-items: flex-start !important;
  flex-wrap: unset;
  gap: 84px;
}
@media screen and (max-width: 1100px) {
  .case-item-template-default .text-image_section .left-right-block {
    flex-wrap: wrap;
  }
}
.case-item-template-default .text-image_section .left-right-block .main_block {
  max-width: 588px !important;
}
@media screen and (max-width: 1100px) {
  .case-item-template-default
    .text-image_section
    .left-right-block
    .main_block {
    max-width: 100% !important;
  }
}
.case-item-template-default
  .text-image_section
  .left-right-block
  .main_block
  .main_block-text_group
  .main_block-title {
  max-width: 456px;
  padding-bottom: 24px;
}
.case-item-template-default
  .text-image_section
  .left-right-block
  .main_block
  .main_block-text_group
  .main_block-title
  h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #d11010;
}
.case-item-template-default
  .text-image_section
  .left-right-block
  .main_block
  .main_block-text_group
  .main_block-text
  p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.case-item-template-default
  .text-image_section
  .left-right-block
  .main_block
  .main_block-text_group
  .main_block-text
  p:last-child {
  margin-bottom: 0 !important;
}
.case-item-template-default .text-image_section .left-right-block .img_block {
  border-image: unset;
  border-bottom: unset;
  width: 608px;
  height: 466px;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .case-item-template-default .text-image_section .left-right-block .img_block {
    height: 300px;
  }
}
.case-item-template-default
  .text-image_section
  .left-right-block
  .img_block
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-item-template-default .two-column-text_section {
  padding-top: 48px;
}
.case-item-template-default
  .two-column-text_section.img-text
  .main_block
  .main_block-text_group
  .main_block-text
  p {
  font-family: "Inter", sans-serif !important;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #7b7b7b;
}
.case-item-template-default
  .two-column-text_section.img-text
  .main_block
  .main_block-text_group
  .main_block-text
  p
  img {
  width: 100%;
  height: 357px;
}
@media screen and (max-width: 768px) {
  .case-item-template-default
    .two-column-text_section.img-text
    .main_block
    .main_block-text_group
    .main_block-text
    p
    img {
    height: 200px;
  }
}
.case-item-template-default
  .two-column-text_section.img-text
  .img-text-right
  .main_block
  .main_block-text_group
  .main_block-text
  p {
  font-family: "Arial", sans-serif !important;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.case-item-template-default
  .two-column-text_section.img-text
  .img-text-right
  .main_block
  .main_block-text_group
  .main_block-text
  ul {
  list-style-type: disc;
  margin: 26px 0;
}
.case-item-template-default
  .two-column-text_section.img-text
  .img-text-right
  .main_block
  .main_block-text_group
  .main_block-text
  h4 {
  font-weight: 600;
  color: #d11010;
  margin: 0;
}
.case-item-template-default
  .two-column-text_section
  .two-column-text_section-container {
  padding: 0;
  gap: 84px;
}
.case-item-template-default
  .two-column-text_section
  .main_block
  .main_block-text_group
  .main_block-subtitle-text {
  font-family: "Arial", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 24px;
}
.case-item-template-default
  .two-column-text_section
  .main_block
  .main_block-text_group
  .main_block-title {
  padding-bottom: 24px;
}
.case-item-template-default
  .two-column-text_section
  .main_block
  .main_block-text_group
  .main_block-title
  h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}
.case-item-template-default
  .two-column-text_section
  .main_block
  .main_block-text_group
  .main_block-text
  p {
  font-family: "Arial", sans-serif;
}
.case-item-template-default
  .two-column-text_section
  .main_block
  .main_block-text_group
  .main_block-text
  p
  img {
  width: 100%;
  height: 357px;
}
.case-item-template-default
  .two-column-text_section
  .main_block
  .main_block-text_group
  .main_block-text
  em {
  color: #7b7b7b;
}
.case-item-template-default .first-case__text-image {
  padding: 48px 0;
}
.case-item-template-default .first-case__text-image .main_block-subtitle-text {
  padding-bottom: 24px !important;
}
.case-item-template-default
  .first-case__text-image
  .main_block-subtitle-text
  p {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}
.case-item-template-default .first-case__text-image .main_block-title {
  padding-bottom: 24px;
}
.case-item-template-default .first-case__text-image .main_block-title h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #000 !important;
}
.case-item-template-default .first-case__text-image .main_block-text {
  max-width: 542px;
}
.case-item-template-default .first-case__text-image .button_block {
  margin-top: 48px;
}
.case-item-template-default .first-case__text-image .img_block {
  width: unset !important;
  height: unset !important;
  border-radius: unset !important;
}
.case-item-template-default .first-case__text {
  padding: 48px 0;
}
.case-item-template-default .first-case__text .main_block-title h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #d11010;
}
.case-item-template-default .first-case__text .main_block-text h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #d11010;
  margin: 24px 0 !important;
}
.case-item-template-default .first-case__text .main_block-text p {
  font-family: "Arial", sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.case-item-template-default .first-case__text .main_block-text p strong {
  font-weight: 700;
}
.case-item-template-default .first-case__text .main_block-text p + p {
  padding-top: 16px;
}
.case-item-template-default .first-case__text .main_block-text ul {
  padding-left: 22px;
  list-style-type: disc;
  margin: 0;
}
.case-item-template-default .first-case__text .single-button-section {
  justify-content: flex-start !important;
}
.case-item-template-default
  .first-case__text
  .single-button-section
  .button_block {
  background: transparent;
  box-shadow: unset;
  padding: 0;
  margin-top: 24px;
}
.case-item-template-default
  .first-case__text
  .single-button-section
  .button_block
  a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #d11010;
}
.case-item-template-default
  .first-case__text
  .single-button-section
  .button_block
  a:hover {
  text-decoration: unset;
}

.image_section {
  padding: 48px 0;
}
.image_section-image {
  height: 392px;
}
@media screen and (max-width: 768px) {
  .image_section-image {
    height: 280px;
  }
}
.image_section-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image_section-text {
  padding-top: 16px;
  color: #7b7b7b;
  max-width: 608px;
}

.product_list_section.image_section-standart_type {
  padding: 72px 0 64px;
}
.product_list_section.image_section-standart_type .main_block-title {
  padding-bottom: 32px;
}
.product_list_section.image_section-standart_type .main_block-title h2 {
  font-size: 32px;
  line-height: 42px;
}
.product_list_section.image_section-standart_type .product_list_section-list {
  padding: 0;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -12px;
}
.product_list_section.image_section-standart_type .product_list_section-item {
  padding: 48px 30px;
  background-color: #f8f9fc;
  border-radius: 10px;
  width: calc(1 / 3 * 100% - 24px);
  margin: 0 12px;
}
@media screen and (max-width: 1164px) {
  .product_list_section.image_section-standart_type .product_list_section-item {
    width: calc(1 / 2 * 100% - 24px);
    margin: 0 12px 24px 12px;
  }
  .product_list_section.image_section-standart_type
    .product_list_section-item:last-child {
    margin: 0 12px 0 12px;
  }
}
@media screen and (max-width: 768px) {
  .product_list_section.image_section-standart_type .product_list_section-item {
    width: 100%;
  }
}
.product_list_section.image_section-standart_type
  .product_list_section-item
  .subtitle {
  font-size: 9px;
  line-height: 12px;
  padding-bottom: 4px;
}
.product_list_section.image_section-standart_type
  .product_list_section-item
  .title {
  padding-bottom: 8px;
}
.product_list_section.image_section-standart_type
  .product_list_section-item
  .image {
  width: 100%;
  height: 200px;
  border-bottom: 2px solid;
  border-image: linear-gradient(90.23deg, #d11010, #fff) 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_list_section.image_section-standart_type
  .product_list_section-item
  .image
  img {
  width: auto;
  height: 100%;
}
.product_list_section.image_section-standart_type
  .product_list_section-item
  .description {
  margin: 18px 0 22px;
  height: 75px;
  color: #737373;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product_list_section.image_section-standart_type
  .product_list_section-item
  .btn {
  width: 80%;
}

.insights-case-studies-page .image__logo {
  display: none !important;
}

.insights-template-default .case__block-img .logo {
  display: none !important;
}
.insights-template-default .text-image_section {
  padding: 100px 0;
}
.insights-template-default .text-image_section .left-right-block {
  flex-wrap: unset !important;
  align-items: flex-start !important;
  gap: 84px !important;
}
@media screen and (max-width: 1100px) {
  .insights-template-default .text-image_section .left-right-block {
    flex-wrap: wrap !important;
  }
}
.insights-template-default
  .text-image_section
  .left-right-block
  .main_block-title
  h2 {
  font-size: 24px !important;
  line-height: 32px !important;
  color: #e0001a;
}
.insights-template-default .text-image_section .img_block {
  border-bottom: none !important;
  border-image: none !important;
}
.insights-template-default .two-column-text_section {
  padding: 48px 0 0 0;
}
.insights-template-default .two-column-text_section .main_block {
  padding: 0 !important;
}
.insights-template-default
  .two-column-text_section
  .two-column-text_section-container {
  gap: 84px;
}
.insights-template-default
  .two-column-text_section
  .two-column-text_section-container
  .main_block-title
  h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #e0001a;
}
.insights-template-default
  .two-column-text_section
  .two-column-text_section-container
  .main_block-text
  p
  img {
  width: 100%;
}
.insights-template-default .tab_section .uk-subnav li {
  width: 20%;
}
.insights-template-default .tab_section .tab_block-bigdata-first {
  flex-wrap: wrap;
}
.insights-template-default .tab_section .tab_block-bigdata-first .text {
  width: 48%;
}
@media screen and (max-width: 1200px) {
  .insights-template-default .tab_section .tab_block-bigdata-first .text {
    width: 100%;
    order: 1;
  }
}
.insights-template-default .tab_section .tab_block-bigdata-first .text p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.insights-template-default .tab_section .tab_block-bigdata-first .image {
  width: 48%;
}
@media screen and (max-width: 1200px) {
  .insights-template-default .tab_section .tab_block-bigdata-first .image {
    width: 100%;
    order: 0;
    margin-bottom: 30px;
  }
}
.insights-template-default .tab_section .tab_block-bigdata-first .image img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .insights-template-default .tab_section .tab_block-bigdata-first .image img {
    width: auto;
    margin: 0 auto;
  }
}
.insights-template-default
  .tab_section
  .tab_block-bigdata-first
  .button-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 69px 0;
}
@media screen and (max-width: 1200px) {
  .insights-template-default
    .tab_section
    .tab_block-bigdata-first
    .button-container {
    order: 2;
  }
}
.insights-template-default
  .tab_section
  .tab_block-bigdata-first
  .button-container
  .btn {
  padding: 8px 100px;
}
.insights-template-default .tab_section .tab_block-bigdata-second {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
}
.insights-template-default .tab_section .tab_block-bigdata-second.hide {
  display: none;
}
.insights-template-default .tab_section .tab_block-bigdata-second .left-block,
.insights-template-default .tab_section .tab_block-bigdata-second .right-block {
  width: 49%;
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .insights-template-default .tab_section .tab_block-bigdata-second .left-block,
  .insights-template-default
    .tab_section
    .tab_block-bigdata-second
    .right-block {
    width: 100%;
  }
}
.insights-template-default
  .tab_section
  .tab_block-bigdata-second
  .left-block
  .title,
.insights-template-default
  .tab_section
  .tab_block-bigdata-second
  .right-block
  .title {
  padding-bottom: 40px;
}
.insights-template-default .tab_section .tab_block-bigdata-second .left-block p,
.insights-template-default
  .tab_section
  .tab_block-bigdata-second
  .right-block
  p {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin-bottom: 20px !important;
}
.insights-template-default
  .tab_section
  .tab_block-bigdata-second
  .left-block
  p
  a,
.insights-template-default
  .tab_section
  .tab_block-bigdata-second
  .right-block
  p
  a {
  color: #000 !important;
  text-decoration: underline !important;
}
.insights-template-default
  .tab_section
  .tab_block-bigdata-second
  .left-block
  p
  strong,
.insights-template-default
  .tab_section
  .tab_block-bigdata-second
  .right-block
  p
  strong {
  font-weight: 600 !important;
  color: #d11010;
}
.insights-template-default
  .tab_section
  .tab_block-bigdata-second
  .close-button-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.insights-template-default
  .tab_section
  .tab_block-bigdata-second
  .close-button-container
  .btn {
  padding: 8px 100px;
}

.news-page .banner_section {
  margin: 0;
}
.news-page .banner_section .main_block {
  padding-top: 144px;
}
.news-page .banner_section .main_block .marker {
  margin-left: 16px;
}
.news-page .banner_section .main_block .main_block-title {
  max-width: 580px;
}
.news-page .banner_section .main_block .main_block-title h2 {
  font-family: "Arial", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
  color: #f8f9fc;
}
.news-page .banner_section .main_block .main_block-text {
  padding-bottom: 52px;
}
.news-page .banner_section .main_block .main_block-text p {
  font-family: "Arial", sans-serif;
  font-size: 16px;
  line-height: 24px;
  max-width: 580px;
}
.news-page .main_section {
  padding: 48px 0;
}
.news-page .main_section .main_block-subtitle {
  text-align: center;
}
.news-page .main_section .main_block-title {
  padding: 0;
  text-align: center;
}

.news .podcast_section-title {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 56px;
  color: #000;
  margin: 0;
  padding-top: 8px;
}
.news .podcast_section-list {
  padding: 38px 0 48px 0;
}
.news .news__list {
  flex-flow: wrap;
  justify-content: flex-start;
  margin: 0 -6px;
  padding: 0;
  row-gap: 76px;
}
@media screen and (max-width: 768px) {
  .news .news__list {
    row-gap: 30px;
  }
}
.news .news__list-item {
  width: calc(1 / 3 * 100% - 12px);
  margin: 0 6px;
  transition: transform 0.2s ease-in-out;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .news .news__list-item {
    width: calc(100% - 12px);
  }
}
.news .news__list-item:hover {
  transition: transform 0.2s ease-in-out;
  transform: translateY(-10px);
}
.news .news__list-item .info {
  background-color: #f8f9fc;
  padding: 32px 32px 66px;
  border-bottom: 3px solid;
  border-image: linear-gradient(90.23deg, #d11010, #fff) 1;
}
.news .news__list-item .info .subtitle {
  padding-bottom: 20px;
}
.news .news__list-item .info .title,
.news .news__list-item .info .description {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .news__list-item .info .title {
  height: 90px;
  margin-bottom: 20px;
  -webkit-line-clamp: 4;
}
.news .news__list-item .info .description {
  color: #525c7a;
  height: 60px;
  -webkit-line-clamp: 3;
}
.news .news__list-item .info .button {
  display: block;
  font-weight: 600;
  margin-top: 52px;
  gap: 6px;
}
.news .news__list-item .info .button svg {
  transition: transform 0.2s ease;
}
.news .news__list-item .info .button:hover svg {
  transition: transform 0.2s ease;
  transform: translateX(4px);
}
.news .news__list-item .image {
  width: 100%;
  height: 255px;
  position: relative;
}
.news .news__list-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .news__list-item .image .article {
  position: absolute;
  right: 32px;
  top: 14px;
  text-transform: capitalize;
}

.news_section {
  padding: 68px 0 20px 0;
}
.news_section .wrapper-news-single {
  max-width: 1440px;
  padding: 0 32px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .news_section .wrapper-news-single {
    padding: 0 15px;
  }
}
.news_section-container {
  margin: 0 28px 0 104px;
}
@media screen and (max-width: 1164px) {
  .news_section-container {
    margin: 0;
  }
}
@media screen and (max-width: 992px) {
  .news_section-container {
    flex-wrap: wrap;
  }
}
.news_section-main {
  margin: 0 10px 0 0;
  flex: 1;
}
@media screen and (max-width: 992px) {
  .news_section-main {
    width: 100%;
    order: 1;
    margin-top: 24px;
  }
}
.news_section-main .image {
  width: 100%;
  height: 600px;
  margin-bottom: 28px;
  overflow: hidden;
  border-radius: 14px;
}
@media screen and (max-width: 992px) {
  .news_section-main .image {
    height: 400px;
  }
}
.news_section-main .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_section-main .logo {
  width: 79px;
  height: 32px;
  margin-bottom: 24px;
}
.news_section-main .logo .img {
  width: 100%;
}
.news_section-main .info {
  max-width: 802px;
}
@media screen and (max-width: 992px) {
  .news_section-main .info {
    max-width: 100%;
  }
}
.news_section-main .info .date {
  padding: 24px 0;
}
.news_section-main .info .author {
  padding-bottom: 24px;
}
.news_section-main .info .author__image {
  width: 23px;
  height: 23px;
  border-radius: 100%;
  overflow: hidden;
}
.news_section-main .info .author__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_section-main .info .author__name {
  font-size: 10.3px;
  line-height: 14px;
  padding-bottom: 2px;
}
.news_section-main .info .author__description {
  font-size: 9px;
  line-height: 11px;
  color: #525c7a;
}
.news_section-main .info .content p,
.news_section-main .info .content a {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #000;
}
.news_section-main .info .content a {
  text-decoration: underline;
  transition: all 0.2s ease-in;
}
.news_section-main .info .content a:hover {
  transition: all 0.2s ease-in;
  opacity: 0.4;
  filter: grayscale(100%);
}
.news_section-main .info .content figure {
  margin-bottom: 32px;
}
.news_section-main .info .content p + p {
  padding-top: 32px;
}
.news_section-other {
  width: 400px;
  max-width: 100%;
}
@media screen and (max-width: 992px) {
  .news_section-other {
    width: 100%;
    order: 0;
  }
}
.news_section-other .news-list {
  padding: 0;
  margin: 0;
}
.news_section-other .news-list__item {
  width: 100%;
  background-color: #f8f9fc;
  border-radius: 8px;
  overflow: hidden;
}
.news_section-other .news-list__item a {
  text-decoration: unset;
}
.news_section-other .news-list__item .image {
  width: 140px;
  min-width: 140px;
  height: 140px;
}
.news_section-other .news-list__item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_section-other .news-list__item .info {
  padding: 10px;
}
.news_section-other .news-list__item .info .date {
  padding-bottom: 12px;
}
.news_section-other .news-list__item + .news-list__item {
  margin-top: 10px;
}

.products-page
  .product_list_section.image_section-long_standart_type
  .wrapper-products-page {
  max-width: 1355px;
  margin: 0 auto;
  padding: 0 32px;
}
@media screen and (max-width: 1200px) {
  .products-page
    .product_list_section.image_section-long_standart_type
    .wrapper-products-page {
    max-width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .products-page
    .product_list_section.image_section-long_standart_type
    .wrapper-products-page {
    padding: 0 15px;
  }
}
.products-page
  .product_list_section.image_section-long_standart_type
  .wrapper-products-page
  .main_block {
  padding: 16px 0;
}
.products-page
  .product_list_section.image_section-long_standart_type
  .wrapper-products-page
  .main_block
  .main_block-text {
  margin: 0 auto;
  max-width: 579px;
  text-align: center;
}
.products-page
  .product_list_section.image_section-long_standart_type
  .wrapper-products-page
  .product_list_section-list {
  gap: 24px;
}
@media screen and (max-width: 600px) {
  .products-page
    .product_list_section.image_section-long_standart_type
    .wrapper-products-page
    .product_list_section-list {
    flex-wrap: wrap;
  }
}
.products-page
  .product_list_section.image_section-long_standart_type
  .wrapper-products-page
  .product_list_section-list
  .product_list_section-item {
  align-items: unset !important;
  width: 50%;
  background-color: #f8f9fc;
  border-radius: 20px;
  padding: 96px 40px;
}
@media screen and (max-width: 992px) {
  .products-page
    .product_list_section.image_section-long_standart_type
    .wrapper-products-page
    .product_list_section-list
    .product_list_section-item {
    padding: 56px 20px;
  }
}
@media screen and (max-width: 600px) {
  .products-page
    .product_list_section.image_section-long_standart_type
    .wrapper-products-page
    .product_list_section-list
    .product_list_section-item {
    width: 100%;
  }
}
.products-page
  .product_list_section.image_section-long_standart_type
  .wrapper-products-page
  .product_list_section-list
  .product_list_section-item
  .subtitle {
  padding-bottom: 8px;
  text-align: start !important;
  font-size: 18px !important;
  line-height: 24px !important;
}
.products-page
  .product_list_section.image_section-long_standart_type
  .wrapper-products-page
  .product_list_section-list
  .product_list_section-item
  .title {
  text-align: start !important;
  font-size: 32px !important;
  line-height: 40px !important;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.products-page
  .product_list_section.image_section-long_standart_type
  .wrapper-products-page
  .product_list_section-list
  .product_list_section-item
  .image {
  width: 100%;
  height: 533px;
  margin: 18px auto;
}
@media screen and (max-width: 1200px) {
  .products-page
    .product_list_section.image_section-long_standart_type
    .wrapper-products-page
    .product_list_section-list
    .product_list_section-item
    .image {
    height: 450px;
  }
}
@media screen and (max-width: 992px) {
  .products-page
    .product_list_section.image_section-long_standart_type
    .wrapper-products-page
    .product_list_section-list
    .product_list_section-item
    .image {
    height: 300px;
    width: auto;
  }
}
.products-page
  .product_list_section.image_section-long_standart_type
  .wrapper-products-page
  .product_list_section-list
  .product_list_section-item
  .image
  img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .products-page
    .product_list_section.image_section-long_standart_type
    .wrapper-products-page
    .product_list_section-list
    .product_list_section-item
    .image
    img {
    width: auto;
  }
}
.products-page
  .product_list_section.image_section-long_standart_type
  .wrapper-products-page
  .product_list_section-list
  .product_list_section-item
  .description {
  display: none;
}
.products-page
  .product_list_section.image_section-long_standart_type
  .wrapper-products-page
  .product_list_section-list
  .product_list_section-item
  .btn {
  margin: 0 auto;
}
.products-page .product-page-tab .wrapper-tabs {
  max-width: 1440px;
  padding: 0 56px;
}
@media screen and (max-width: 1300px) {
  .products-page .product-page-tab .wrapper-tabs {
    padding: 0 32px;
  }
}
@media screen and (max-width: 768px) {
  .products-page .product-page-tab .wrapper-tabs {
    padding: 0 15px;
  }
}
.products-page .product-page-tab .tab_section-container {
  padding-bottom: 16px;
}
.products-page .product-page-tab .tab_section-container .uk-subnav {
  margin: 0;
}
@media screen and (max-width: 1120px) {
  .products-page .product-page-tab .tab_section-container .uk-subnav {
    overflow-x: unset;
    overflow-y: auto;
    max-width: 100%;
    width: 100%;
    flex-wrap: unset;
    padding-top: 20px;
  }
}
@media screen and (max-width: 992px) {
  .products-page .product-page-tab .tab_section-container .uk-subnav {
    max-width: 100%;
  }
}
.products-page .product-page-tab .tab_section-container .uk-subnav li {
  width: calc((100% - 50px) / 7);
}
@media screen and (max-width: 1120px) {
  .products-page .product-page-tab .tab_section-container .uk-subnav li {
    width: 184px;
  }
}
.products-page
  .product-page-tab
  .tab_section-container
  .uk-subnav
  li.uk-active {
  width: 230px;
  min-height: 301px;
  padding: 60px 40px;
}
@media screen and (max-width: 1120px) {
  .products-page
    .product-page-tab
    .tab_section-container
    .uk-subnav
    li.uk-active {
    width: 230px;
  }
}
.products-page
  .product-page-tab
  .tab_section-container
  .uk-subnav
  li.uk-active
  .tab_list-item
  .tab_list-item-image
  img {
  filter: invert(31%) sepia(105%) saturate(5959%) hue-rotate(346deg)
    brightness(77%) contrast(116%);
}
.products-page
  .product-page-tab
  .tab_section-container
  .uk-subnav
  li
  .tab_list-item
  .tab_list-item-image {
  width: 64px !important;
  height: 64px !important;
  padding: 12px;
}
.products-page
  .product-page-tab
  .tab_section-container
  .uk-subnav
  li
  .tab_list-item
  .tab_list-item-image
  img {
  width: 100% !important;
  height: 100% !important;
  filter: brightness(0) invert(1);
}
.products-page
  .product-page-tab
  .tab_section-container
  .uk-subnav
  li
  .tab_list-item
  .tab_list-item-title {
  max-width: unset;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 0;
  margin-bottom: 24px;
}
.products-page .product-page-tab .tab_section-container .uk-switcher {
  margin: 0 !important;
  padding: 64px 94px;
}
@media screen and (max-width: 1300px) {
  .products-page .product-page-tab .tab_section-container .uk-switcher {
    padding: 44px 20px;
  }
}
.products-page
  .product-page-tab
  .tab_section-container
  .uk-switcher
  .tab_block-item {
  align-items: center !important;
}
.products-page
  .product-page-tab
  .tab_section-container
  .uk-switcher
  .tab_block-item-image {
  width: 128px;
  height: 128px;
  background: linear-gradient(180deg, #d11010 0%, #ff4b60 100%), #e0001a;
  border-radius: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.products-page
  .product-page-tab
  .tab_section-container
  .uk-switcher
  .tab_block-item-image
  img {
  width: 100%;
  height: 100%;
  filter: brightness(0) invert(1);
  object-fit: contain;
}
.products-page
  .product-page-tab
  .tab_section-container
  .uk-switcher
  .tab_block-item-text
  ul {
  padding: 0;
  margin: 0;
  list-style-type: disc;
}
.products-page
  .product-page-tab
  .tab_section-container
  .uk-switcher
  .tab_block-item-text
  ul
  li {
  width: 100%;
  color: #737373;
}
.products-page
  .product-page-tab
  .tab_section-container
  .uk-switcher
  .tab_block-item-text
  ul
  li:before {
  display: none;
}
.products-page .product-text-image {
  padding: 48px 0 !important;
}
.products-page
  .product-text-image
  .text-image_section-container
  .left-right-block {
  flex-wrap: unset;
  gap: 64px;
}
@media screen and (max-width: 992px) {
  .products-page
    .product-text-image
    .text-image_section-container
    .left-right-block {
    flex-wrap: wrap !important;
  }
}
.products-page
  .product-text-image
  .text-image_section-container
  .left-right-block
  .left-right-text_block {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .products-page
    .product-text-image
    .text-image_section-container
    .left-right-block
    .left-right-text_block {
    width: 100%;
  }
}
.products-page
  .product-text-image
  .text-image_section-container
  .left-right-block
  .left-right-text_block
  .main_block {
  max-width: unset !important;
}
.products-page
  .product-text-image
  .text-image_section-container
  .left-right-block
  .left-right-text_block
  .main_block
  .main_block-title
  h2
  p
  strong {
  color: #d11010;
}
.products-page
  .product-text-image
  .text-image_section-container
  .left-right-block
  .left-right-text_block
  .main_block
  .main_block-text
  p:last-child {
  margin: 0 !important;
}
.products-page
  .product-text-image
  .text-image_section-container
  .left-right-block
  .img_block {
  width: 50%;
  max-width: unset;
  border-bottom: unset;
  border-image: unset;
}
@media screen and (max-width: 992px) {
  .products-page
    .product-text-image
    .text-image_section-container
    .left-right-block
    .img_block {
    width: 100%;
  }
}
.products-page
  .product-text-image
  .text-image_section-container
  .left-right-block
  .img_block
  img {
  width: 100%;
}
.products-page .single-button-section {
  padding: 56px 0;
}
.products-page .single-button-section .btn {
  padding: 8px 64px;
}
.products-page .title-section.products-section {
  padding: 112px 0 86px;
}
.products-page .title-section.products-section .main_block-title {
  padding: 0 !important;
}
.products-page .product-text-column {
  padding: 48px 0 62px 0;
}
.products-page .product-text-column .two-column-text_section-container {
  padding: 0;
  gap: 64px;
}
.products-page .product-text-column .main_block-title {
  padding-bottom: 32px !important;
}
.products-page .product-text-column .main_block-title h2 {
  font-size: 32px !important;
  line-height: 42px !important;
}
.products-page .product-text-column .main_block-title h2 strong {
  color: #d11010;
}
.products-page .product-text-column .main_block-text ul li {
  position: relative;
}
.products-page .product-text-column .main_block-text ul li:before {
  content: url("../images/check.svg");
  position: absolute;
  left: -32px;
  top: 58%;
  transform: translateY(-50%);
  filter: invert(28%) sepia(92%) saturate(7437%) hue-rotate(356deg)
    brightness(84%) contrast(95%);
}
.products-page .product-text-column .main_block-text ul li + li {
  margin-top: 16px;
}
.products-page .image_section.image_section-standart_type .image_section-image {
  padding: 0 0 64px;
  height: unset;
}
.products-page .country-tab-type .tab_section-container .uk-subnav li {
  width: 20%;
}
@media screen and (max-width: 1200px) {
  .products-page .country-tab-type .tab_section-container .uk-subnav li {
    width: 228px;
  }
}
.products-page .country-tab-type .tab_section-container .title {
  padding-bottom: 16px;
}
.products-page .country-tab-type .tab_section-container .title strong {
  color: #d11010;
}
.products-page .country-tab-type .tab_section-container .description {
  max-width: 865px;
  padding-bottom: 48px;
}
.products-page .country-tab-type .tab_section-container .video {
  margin: 48px 0;
  height: 700px;
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .products-page .country-tab-type .tab_section-container .video {
    height: 400px;
  }
}
.products-page .country-tab-type .tab_section-container .video iframe {
  width: 100%;
  height: 100%;
}
.products-page
  .two-column-text_section
  .two-column-text_section-container
  .main_block
  .main_block-title {
  padding: 0;
}
.products-page
  .two-column-text_section
  .two-column-text_section-container
  .main_block
  .main_block-title
  h2 {
  font-size: 32px !important;
  line-height: 42px !important;
}
.products-page .text-image_section {
  padding: 48px 0;
}
.products-page
  .text-image_section
  .text-image_section-container
  .left-right-block {
  flex-wrap: unset;
  align-items: start !important;
  gap: 64px;
}
@media screen and (max-width: 992px) {
  .products-page
    .text-image_section
    .text-image_section-container
    .left-right-block {
    flex-wrap: wrap !important;
  }
}
.products-page
  .text-image_section
  .text-image_section-container
  .left-right-block
  .left-right-text_block {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .products-page
    .text-image_section
    .text-image_section-container
    .left-right-block
    .left-right-text_block {
    width: 100%;
  }
}
.products-page
  .text-image_section
  .text-image_section-container
  .left-right-block
  .left-right-text_block
  .main_block {
  max-width: unset;
}
.products-page
  .text-image_section
  .text-image_section-container
  .left-right-block
  .video_block {
  width: 50%;
  border-radius: 9px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .products-page
    .text-image_section
    .text-image_section-container
    .left-right-block
    .video_block {
    width: 100%;
  }
}
.products-page
  .text-image_section
  .text-image_section-container
  .left-right-block
  .video_block
  iframe {
  width: 100%;
  height: 342px;
}
.products-page .tab_block-bigdata-first {
  flex-wrap: wrap;
}
.products-page .tab_block-bigdata-first .text {
  width: 48%;
}
@media screen and (max-width: 1200px) {
  .products-page .tab_block-bigdata-first .text {
    width: 100%;
    order: 1;
  }
}
.products-page .tab_block-bigdata-first .text p {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.products-page .tab_block-bigdata-first .image {
  width: 48%;
}
@media screen and (max-width: 1200px) {
  .products-page .tab_block-bigdata-first .image {
    width: 100%;
    order: 0;
    margin-bottom: 30px;
  }
}
.products-page .tab_block-bigdata-first .image img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .products-page .tab_block-bigdata-first .image img {
    width: auto;
    margin: 0 auto;
  }
}
.products-page .tab_block-bigdata-first .button-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 69px 0;
}
@media screen and (max-width: 1200px) {
  .products-page .tab_block-bigdata-first .button-container {
    order: 2;
  }
}
.products-page .tab_block-bigdata-first .button-container .btn {
  padding: 8px 100px;
}
.products-page .tab_block-bigdata-second {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
}
.products-page .tab_block-bigdata-second.hide {
  display: none;
}
.products-page .tab_block-bigdata-second .left-block,
.products-page .tab_block-bigdata-second .right-block {
  width: 49%;
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .products-page .tab_block-bigdata-second .left-block,
  .products-page .tab_block-bigdata-second .right-block {
    width: 100%;
  }
}
.products-page .tab_block-bigdata-second .left-block .title,
.products-page .tab_block-bigdata-second .right-block .title {
  padding-bottom: 40px;
}
.products-page .tab_block-bigdata-second .left-block p,
.products-page .tab_block-bigdata-second .right-block p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin-bottom: 20px !important;
}
.products-page .tab_block-bigdata-second .left-block p a,
.products-page .tab_block-bigdata-second .right-block p a {
  color: #000 !important;
  text-decoration: underline !important;
}
.products-page .tab_block-bigdata-second .left-block p strong,
.products-page .tab_block-bigdata-second .right-block p strong {
  font-weight: 600 !important;
  color: #d11010;
}
.products-page .tab_block-bigdata-second .close-button-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-page .tab_block-bigdata-second .close-button-container .btn {
  padding: 8px 100px;
}

.product__single-title {
  padding: 48px 0;
}
.product__single-title .subtitle {
  padding-bottom: 32px;
}
.product__single-title .title {
  max-width: 640px;
}
.product__single-item {
  padding: 32px 0;
  gap: 64px;
}
@media screen and (max-width: 992px) {
  .product__single-item {
    flex-flow: column;
    gap: 32px;
  }
}
.product__single-item .images_section {
  flex: 1;
  flex-flow: column;
}
.product__single-item .images_section .image {
  background: #f8f9fc;
  border-radius: 8px;
  height: 664px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .product__single-item .images_section .image {
    height: 500px;
  }
}
@media screen and (max-width: 450px) {
  .product__single-item .images_section .image {
    height: 400px;
  }
}
.product__single-item .images_section .image img {
  width: auto;
  height: auto;
  margin: 0 auto;
  max-height: 100%;
}
.product__single-item .images_section .gallery {
  padding-top: 16px;
}
.product__single-item .images_section .gallery .uk-position-center-right svg,
.product__single-item .images_section .gallery .uk-position-center-left svg {
  filter: invert(0%) sepia(20%) saturate(7458%) hue-rotate(104deg)
    brightness(89%) contrast(107%);
}
.product__single-item .images_section .gallery .uk-slider-items {
  margin: 0;
  gap: 16px;
}
.product__single-item .images_section .gallery .uk-slider-items li {
  padding: 18px 20px;
  width: 50%;
  height: 324px;
  background: #f8f9fc;
  border-radius: 8px;
}
@media screen and (max-width: 1200px) {
  .product__single-item .images_section .gallery .uk-slider-items li {
    height: 250px;
  }
}
@media screen and (max-width: 450px) {
  .product__single-item .images_section .gallery .uk-slider-items li {
    height: 150px;
  }
}
.product__single-item .images_section .gallery .uk-slider-items li div {
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.product__single-item .images_section .gallery .uk-slider-items li div a {
  width: auto;
  max-height: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product__single-item .images_section .gallery .uk-slider-items li div a img {
  width: auto;
  max-height: 100%;
  height: auto;
}
.product__single-item .text_data {
  min-width: 480px;
  max-width: 480px;
}
@media screen and (max-width: 1200px) {
  .product__single-item .text_data {
    min-width: unset;
    max-width: 350px;
  }
}
@media screen and (max-width: 992px) {
  .product__single-item .text_data {
    max-width: 100%;
  }
}
.product__single-item .text_data .title-small {
  padding-bottom: 16px;
}
.product__single-item .text_data .description {
  padding-bottom: 48px;
}
.product__single-item .text_data .range ul {
  margin: 0;
}
.product__single-item .text_data .range ul li {
  position: relative;
}
.product__single-item .text_data .range ul li:after {
  content: url("../images/check.svg");
  position: absolute;
  left: -32px;
  top: 58%;
  transform: translateY(-50%);
}
.product__single-item .text_data .range ul li + li {
  margin-top: 8px;
}
.product__single-item .text_data .buttons {
  margin-top: 48px;
  gap: 8px;
}
@media screen and (max-width: 992px) {
  .product__single-item .text_data .buttons {
    justify-content: center;
    align-items: center;
  }
}
.product__single-item .text_data .buttons a {
  min-width: 290px;
  text-align: center;
}
.product__single-item .text_data .uk-accordion {
  margin: 0;
  padding-bottom: 48px;
}
.product__single-item .text_data .uk-accordion .variations-list {
  margin: 0;
  padding: 0;
  gap: 16px;
  flex-wrap: wrap;
}
.product__single-item .text_data .uk-accordion .variations-list li .radio {
  display: none;
}
.product__single-item .text_data .uk-accordion .variations-list li label {
  padding: 8px 20px;
  width: 96px;
  height: 96px;
  background-color: #f8f9fc;
  border-radius: 8px;
  cursor: pointer;
}
.product__single-item
  .text_data
  .uk-accordion
  .variations-list
  li
  label.active {
  border: 1px solid #e0001a;
}
.product__single-item
  .text_data
  .uk-accordion
  .variations-list
  li
  label.active
  .text {
  color: #000;
}
.product__single-item .text_data .uk-accordion .variations-list li img {
  width: auto;
  max-height: 100%;
  height: auto;
}
.product__single-item .text_data .uk-accordion .variations-list li .text {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #7b7b7b;
  text-align: center;
}
.product__single-item .text_data .uk-accordion .uk-accordion-title {
  padding: 12px 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  border-bottom: 1px solid;
  border-image: linear-gradient(90.23deg, #d11010, #fff) 1;
}
.product__single-item .text_data .uk-accordion .uk-accordion-title::before {
  background-image: url("../images/icon-accordion.svg");
  transition: transform 0.2s ease-in;
}
.product__single-item
  .text_data
  .uk-accordion
  .uk-open
  > .uk-accordion-title::before {
  background-image: url("../images/icon-accordion.svg");
  transform: rotate(-180deg);
  transition: transform 0.2s ease-in;
}

.summary {
  padding-bottom: 96px;
}
.summary__wrapper {
  gap: 64px;
  padding-top: 32px;
}
@media screen and (max-width: 1100px) {
  .summary__wrapper {
    gap: unset;
    row-gap: 36px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.summary h1 {
  padding: 32px 0;
}
.summary__img {
  width: 380px;
  min-width: 380px;
  height: 380px;
  background: #f8f9fc;
  border-radius: 8px;
  padding: 42px;
}
@media screen and (max-width: 1100px) {
  .summary__img {
    width: 48%;
    min-width: unset;
  }
}
@media screen and (max-width: 600px) {
  .summary__img {
    width: 100%;
    height: 300px;
  }
}
.summary__img .product-img {
  width: auto;
  height: auto;
  margin: 0 auto;
  max-height: 100%;
}
.summary__info {
  min-width: 274px;
  max-width: 274px;
}
@media screen and (max-width: 1100px) {
  .summary__info {
    width: 48%;
    max-width: unset;
    min-width: unset;
  }
}
@media screen and (max-width: 600px) {
  .summary__info {
    width: 100%;
  }
}
.summary__info #title_product {
  color: #e0001a;
  padding-bottom: 35px;
}
.summary__info .data-container .variation {
  padding-bottom: 4px;
}
.summary__info .data-container .text {
  color: #7b7b7b;
}
.summary__info .data-container + .data-container {
  margin-top: 16px;
}
@media screen and (max-width: 1100px) {
  .summary__form {
    width: 100%;
  }
}
.summary__form form .text-form {
  padding-bottom: 16px;
}
.summary__form form .text-form .require_red {
  color: #e0001a;
}
.summary__form form input[type="email"],
.summary__form form textarea {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  border: unset;
  border-bottom: 3px solid;
  border-image: linear-gradient(90.23deg, #d11010, #fff) 1;
  padding: 16px;
  background-color: #f8f9fc;
  width: 100%;
}
.summary__form form input[type="email"]:focus-visible,
.summary__form form textarea:focus-visible {
  outline: unset;
}
.summary__form form input[type="email"]::placeholder,
.summary__form form textarea::placeholder {
  font-family: "Arial", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #dddddd;
}
.summary__form form input[type="email"] {
  margin-bottom: 16px;
}
.summary__form form textarea {
  margin-bottom: 22px;
  resize: none;
}
.summary__form form .btn {
  margin-bottom: 22px;
}
.summary__form form .sub-text {
  color: #7b7b7b;
}

.how-it-works-page .two-column-text_section {
  padding: 48px 0;
}
.how-it-works-page .two-column-text_section .title-two-column-section {
  padding: 0 !important;
}
.how-it-works-page .two-column-text_section .two-column-text_section-container {
  gap: 64px;
  padding: 0 !important;
}
@media screen and (max-width: 992px) {
  .how-it-works-page
    .two-column-text_section
    .two-column-text_section-container {
    flex-wrap: wrap;
  }
}
.how-it-works-page
  .two-column-text_section
  .two-column-text_section-container
  .left_text-container,
.how-it-works-page
  .two-column-text_section
  .two-column-text_section-container
  .right_text-container {
  width: 48%;
}
@media screen and (max-width: 992px) {
  .how-it-works-page
    .two-column-text_section
    .two-column-text_section-container
    .left_text-container,
  .how-it-works-page
    .two-column-text_section
    .two-column-text_section-container
    .right_text-container {
    width: 100%;
    flex: unset;
  }
}
.how-it-works-page
  .two-column-text_section
  .two-column-text_section-container
  .left_text-container
  .main_block-title,
.how-it-works-page
  .two-column-text_section
  .two-column-text_section-container
  .right_text-container
  .main_block-title {
  padding-bottom: 24px;
}
.how-it-works-page
  .two-column-text_section
  .two-column-text_section-container
  .left_text-container
  .main_block-title
  h2,
.how-it-works-page
  .two-column-text_section
  .two-column-text_section-container
  .right_text-container
  .main_block-title
  h2 {
  font-size: 32px;
  line-height: 42px;
}
.how-it-works-page
  .two-column-text_section
  .two-column-text_section-container
  .left_text-container
  .main_block-text
  p
  img,
.how-it-works-page
  .two-column-text_section
  .two-column-text_section-container
  .right_text-container
  .main_block-text
  p
  img {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .how-it-works-page
    .two-column-text_section
    .two-column-text_section-container
    .left_text-container
    .main_block-text
    p
    img,
  .how-it-works-page
    .two-column-text_section
    .two-column-text_section-container
    .right_text-container
    .main_block-text
    p
    img {
    width: auto;
    margin: 0 auto;
    height: 300px;
  }
}
.how-it-works-page
  .two-column-text_section
  .two-column-text_section-container
  .left_text-container
  .main_block-text
  ul,
.how-it-works-page
  .two-column-text_section
  .two-column-text_section-container
  .right_text-container
  .main_block-text
  ul {
  margin: 0;
  gap: 16px;
  display: flex;
  flex-flow: column;
}
.how-it-works-page
  .two-column-text_section
  .two-column-text_section-container
  .left_text-container
  .main_block-text
  ul
  li,
.how-it-works-page
  .two-column-text_section
  .two-column-text_section-container
  .right_text-container
  .main_block-text
  ul
  li {
  position: relative;
}
.how-it-works-page
  .two-column-text_section
  .two-column-text_section-container
  .left_text-container
  .main_block-text
  ul
  li:before,
.how-it-works-page
  .two-column-text_section
  .two-column-text_section-container
  .right_text-container
  .main_block-text
  ul
  li:before {
  content: url("../images/check.svg");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
  width: 24px;
  height: 24px;
  filter: invert(11%) sepia(90%) saturate(5754%) hue-rotate(358deg)
    brightness(95%) contrast(92%);
}
.how-it-works-page .text-image_section {
  padding: 48px 0;
  border-top: 3px solid;
  border-image: linear-gradient(90.23deg, #d11010, #fff) 1;
}
.how-it-works-page .text-image_section .left-right-block {
  gap: 174px;
  flex-wrap: unset !important;
}
@media screen and (max-width: 1100px) {
  .how-it-works-page .text-image_section .left-right-block {
    flex-wrap: wrap !important;
    gap: 70px;
  }
}
.how-it-works-page .text-image_section .left-right-block .img_block {
  max-width: 341px;
  border-bottom: none;
  border-image: none;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.how-it-works-page
  .text-image_section
  .left-right-block
  .img_block
  .text-image_section-text_after_image {
  padding: 24px;
  border-bottom: 4px solid;
  background-color: #f8f9fc;
  border-image: linear-gradient(90.23deg, #d11010, #fff) 1;
}

.two-column-text_section.background-two-column-section {
  background: linear-gradient(180deg, #d11010 0%, #ff4b60 100%), #d11010;
}
.two-column-text_section.background-two-column-section
  .main_block-subtitle-text {
  color: #fff;
}
.two-column-text_section.background-two-column-section .main_block-title h2 {
  color: #fff;
}
.two-column-text_section.background-two-column-section
  .left_text-container
  .main_block-title
  h2,
.two-column-text_section.background-two-column-section
  .right_text-container
  .main_block-title
  h2 {
  color: #fff;
}
.two-column-text_section.background-two-column-section
  .left_text-container
  .main_block-text
  p,
.two-column-text_section.background-two-column-section
  .right_text-container
  .main_block-text
  p {
  color: #fff;
}
.two-column-text_section.background-two-column-section
  .left_text-container
  .main_block-text
  ul
  li,
.two-column-text_section.background-two-column-section
  .right_text-container
  .main_block-text
  ul
  li {
  color: #fff;
}
.two-column-text_section.background-two-column-section
  .left_text-container
  .main_block-text
  ul
  li:before,
.two-column-text_section.background-two-column-section
  .right_text-container
  .main_block-text
  ul
  li:before {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg)
    brightness(102%) contrast(102%) !important;
}

.header {
  background-color: #fff;
  position: relative;
}
.header .wrapper-header {
  flex: 1;
}
.header .first-line {
  height: 86px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .header .first-line {
    justify-content: space-between;
  }
}
.header .main_menu {
  flex: 1;
  padding-left: 38px;
  display: flex;
  align-items: center;
}
.header .main_menu .icon_home {
  margin-right: 42px;
  cursor: pointer;
  transition: all 0.1s ease-in;
}
@media screen and (max-width: 1024px) {
  .header .main_menu .icon_home {
    display: none;
  }
}
.header .main_menu .icon_home span {
  display: none;
}
.header .main_menu .icon_home:hover {
  transition: all 0.1s ease-in;
  filter: invert(23%) sepia(72%) saturate(7236%) hue-rotate(355deg)
    brightness(82%) contrast(98%);
}
.header .main_menu .product_button {
  cursor: pointer;
  text-decoration: unset;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin-right: 66px;
  transition: all 0.1s ease-in;
}
@media screen and (max-width: 1024px) {
  .header .main_menu .product_button {
    display: none;
  }
}
.header .main_menu .product_button:hover {
  transition: all 0.1s ease-in;
  color: #d11010;
}
.header .main_menu .navbar-nav {
  margin: 0;
  display: flex;
  align-items: center;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .header .main_menu .navbar-nav {
    display: none;
  }
}
.header .main_menu .navbar-nav li {
  padding-right: 66px;
}
.header .main_menu .navbar-nav li.current_page_item a {
  color: #d11010;
}
.header .main_menu .navbar-nav li a {
  text-decoration: unset;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  transition: all 0.1s ease-in;
}
.header .main_menu .navbar-nav li a:hover {
  transition: all 0.1s ease-in;
  color: #d11010;
}
.header .main_menu .navbar-nav li:last-child {
  padding-right: 0;
}
.header .right_icons {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
}
.header .right_icons .icon_imternet,
.header .right_icons .search_button {
  cursor: pointer;
  transition: all 0.1s ease-in;
}
.header .right_icons .icon_imternet:hover,
.header .right_icons .search_button:hover {
  transition: all 0.1s ease-in;
  opacity: 0.4;
  filter: grayscale(100%);
}
.header .right_icons .search_button svg {
  display: none;
}
.header .right_icons .search_button .icon {
  display: block;
}
.header .right_icons .uk-drop {
  width: 450px;
}
.header .right_icons .uk-drop .uk-search {
  width: 100%;
}
.header .right_icons .uk-drop .uk-search .uk-search-input {
  background-color: #fff;
  padding: 10px 20px;
  border: 1px solid #d11010;
  border-radius: 3px;
  width: 100%;
  color: #000 !important;
  font-weight: 600;
}
.header .right_icons .uk-drop .uk-search .uk-search-input::placeholder {
  color: #000 !important;
}
.header .burger-menu {
  display: none;
  width: 20px;
  height: 14px;
  cursor: pointer;
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 1024px) {
  .header .burger-menu {
    display: block;
    margin-left: 20px;
  }
}
.header .burger-menu span {
  background-color: black;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0;
  transition: all 0.3s ease;
  border-radius: 10px;
}
.header .burger-menu span:first-child {
  top: 0;
}
.header .burger-menu span:nth-child(2) {
  top: 6px;
}
.header .burger-menu span:last-child {
  top: 12px;
}
.header .burger-menu.active span:nth-child(2) {
  opacity: 0;
}
.header .burger-menu.active span:first-child,
.header .burger-menu.active span:last-child {
  top: 6px;
  background-color: #d11010;
}
.header .burger-menu.active span:first-child {
  transform: rotate(45deg);
}
.header .burger-menu.active span:last-child {
  transform: rotate(-45deg);
}
.header .mobile-menu {
  display: none;
  position: absolute;
  background: #fff;
  width: 100%;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 998;
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
  padding: 50px 20px;
}
@media screen and (max-width: 1024px) {
  .header .mobile-menu {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
  .header .mobile-menu.active {
    transition: transform 0.3s ease-in-out;
    transform: translateY(0);
  }
  .header .mobile-menu .icon_home {
    margin-bottom: 34px;
    order: 0;
  }
  .header .mobile-menu .icon_home svg {
    display: none;
  }
  .header .mobile-menu .icon_home span {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    display: block;
  }
  .header .mobile-menu .navbar-nav {
    order: 1;
    flex-flow: column;
  }
  .header .mobile-menu .navbar-nav li a {
    font-size: 18px;
    line-height: 24px;
  }
  .header .mobile-menu .sub_main_menu {
    order: 2;
  }
  .header .mobile-menu .product_button {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin-bottom: 34px;
  }
  .header .mobile-menu ul {
    margin: 0;
    padding: 0;
    text-align: center;
    gap: 12px;
  }
  .header .mobile-menu ul li {
    margin-bottom: 34px;
  }
  .header .mobile-menu ul li a {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000;
  }
}
.header .second-line {
  border-top: 1px solid #d11010;
  background-color: #ededed;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .header .second-line {
    display: none;
  }
}
.header .second-line ul {
  margin: 0;
  padding-left: 200px;
  gap: 28px;
  height: 43px;
  display: flex;
  align-items: center;
}
.header .second-line ul li a {
  text-decoration: unset;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #737373;
  transition: all 0.1s ease-in;
}
.header .second-line ul li a:hover {
  transition: all 0.1s ease-in;
  color: #000;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideOut {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-100%);
  }
}
.footer.footer-short .footer__copyright {
  background-color: unset;
}
.footer.footer-short .footer__list {
  justify-content: unset;
  flex-wrap: unset;
}
@media screen and (max-width: 1300px) {
  .footer.footer-short .footer__list {
    flex-wrap: wrap;
    row-gap: 32px;
  }
}
.footer.footer-short .footer__item {
  min-width: 175px;
  max-width: 175px;
  margin-right: 24px;
}
@media screen and (max-width: 1300px) {
  .footer.footer-short .footer__item {
    max-width: unset;
    width: 32%;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer.footer-short .footer__item {
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-flow: column;
    text-align: center;
  }
}
.footer.footer-short .footer__item .text {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #737373;
  max-width: 300px;
  padding-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .footer.footer-short .footer__item .text {
    max-width: unset;
  }
}
.footer.footer-short .footer__item .title {
  font-family: "Arial", sans-serif !important;
}
.footer.footer-short .footer__item .subscribe__email {
  gap: 20px;
  margin-bottom: 8px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer.footer-short .footer__item .subscribe__email {
    gap: 10px;
    flex-flow: column;
  }
}
.footer.footer-short .footer__item .subscribe__email:after {
  content: url("../images/envelope-black.svg");
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-40%);
}
@media screen and (max-width: 768px) {
  .footer.footer-short .footer__item .subscribe__email:after {
    top: 12%;
    transform: unset;
  }
}
.footer.footer-short .footer__item .subscribe__email input {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .footer.footer-short .footer__item .subscribe__email input {
    width: 100%;
  }
}
.footer.footer-short .footer__item:last-child {
  flex: 1;
  margin-right: 0;
  max-width: 100%;
}
.footer .footer-top {
  padding: 34px 0 48px;
  border-top: 2px solid;
  border-image: linear-gradient(90.23deg, #d11010, #fff) 1;
}
.footer .footer-top__logo {
  width: 194px;
  height: 79px;
  margin-bottom: 40px;
}
.footer .footer-top__logo img {
  height: 100%;
  width: 100%;
}
.footer .footer-top p {
  margin-top: 34px;
  max-width: 878px;
}
.footer__list {
  padding: 48px 0 36px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .footer__list {
    row-gap: 24px;
  }
}
.footer__item {
  max-width: 175px;
}
@media screen and (max-width: 768px) {
  .footer__item {
    width: 48%;
    max-width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .footer__item {
    width: 100%;
    text-align: center;
  }
}
.footer__item .navbar-nav {
  padding: 0;
}
.footer__item .navbar-nav .menu-item a {
  text-decoration: unset;
  font-family: "Arial", sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #737373;
  transition: all 0.1s ease-in;
}
.footer__item .navbar-nav .menu-item a:hover {
  transition: all 0.1s ease-in;
  opacity: 0.4;
  filter: grayscale(100%);
}
.footer__item .navbar-nav .menu-item + .menu-item {
  padding-top: 8px;
}
.footer__item .products_item {
  margin-top: 12px;
  font-family: "Arial", sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #737373;
  transition: all 0.1s ease-in;
  cursor: pointer;
}
.footer__item .products_item:hover {
  transition: all 0.1s ease-in;
  opacity: 0.4;
  filter: grayscale(100%);
}
.footer__item .title {
  padding-bottom: 16px;
}
.footer__item .social {
  gap: 8px;
}
@media screen and (max-width: 450px) {
  .footer__item .social {
    justify-content: center;
  }
}
.footer__item .social a {
  transition: all 0.1s ease-in;
}
.footer__item .social a img {
  width: 24px;
  height: 24px;
  filter: brightness(0) saturate(100%) invert(18%) sepia(58%) saturate(6893%)
    hue-rotate(356deg) brightness(84%) contrast(94%);
}
.footer__item .social a:hover {
  transition: all 0.1s ease-in;
  opacity: 0.4;
  filter: grayscale(100%);
}
.footer__item:last-child .title {
  padding-bottom: 8px;
}
.footer__copyright {
  padding: 48px 15px;
  background-color: #f8f9fc;
  text-align: center;
}
.footer__copyright .subfooter_list {
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.footer__copyright .subfooter_list .subfooter_item {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #737373;
  position: relative;
}
.footer__copyright .subfooter_list .subfooter_item:last-child:before {
  display: none;
}
.footer__copyright .subfooter_list .subfooter_item:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 18px;
  background-color: #737373;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.footer__copyright .subfooter_list .subfooter_item blockquote {
  margin: 0 !important;
}
.footer__copyright .subfooter_list .subfooter_item blockquote p {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #d11010;
}
.footer__copyright .subfooter_list .subfooter_item p {
  margin: 0 !important;
}
.footer__copyright .subfooter_list .subfooter_item p a {
  color: #737373;
  transition: all 0.1s ease-in;
}
.footer__copyright .subfooter_list .subfooter_item p a:hover {
  transition: all 0.1s ease-in;
  opacity: 0.4;
  filter: grayscale(100%);
}

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