@import url('variables.css');

html, body {
  scroll-padding-top: 100px;
}


img {
  margin-left: auto;
  margin-right: auto;
}

hr {
  border: none;
  height: 1px;
  background-color: black;
  margin-top: 20px;
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--slate-grey);
}

a {
  color: var(--steel-blue);
}

a :is(h1, h2, h3, h4, h5, h6) {
  color: var(--steel-blueey);
}

a:hover, a:hover :is(h1, h2, h3, h4, h5, h6) {
  color: var(--hover_text) !important;
}

a hr {
  text-decoration: none !important;
}

h1 {
  margin-top: 20px;
  font-size: 2.7rem;
  line-height: 44px;
}

@media (max-width: 720px) {
  h1 {
    font-size: 1.5rem;
  }
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}



p {
  margin-top: 5px;
  margin-bottom: px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin: 0 0 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  /* затримка відображення до завантаження сторінки */
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.7s ease;

  color: var(--slate-grey);
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
  border: 1px solid #000;
  border-collapse: collapse;
}


nav-list a {
  text-decoration: none;
  /* Прибрати підкреслення */
}

.main_texte {
  font-size: 2.7rem; /* Початковий розмір шрифту */
}

@media (max-width: 640px) {
  .main_texte {
      font-size: 1.5rem; /* Зменшений розмір шрифту для малих екранів */
  }
}




/* id */
#main-data {
  text-align: center;
}


/* Classes */

.gsc-control-cse {
  background: none !important;
  border: none !important;
  max-width: 450px !important;
  margin-left: auto;
}


.gsc-search-button.gsc-search-button-v2{
  border-radius: 20px !important;
  margin: 0 !important;
  border: none !important;
}

.gsc-search-button {
    background-color: var(--button_main) !important;
    transition: all 0.5s ease !important;
    padding: 5px;
    border-radius: 20px;
    border: none !important;
    box-shadow: 0 0 0 1px rgb(0, 0, 0);

}

.gsc-search-button:hover {
    background-color: var(--button_main_hover) !important;
    box-shadow: 0 0 0 1px rgb(255, 255, 255);
}


.gsc-search-button-v2 {
background: none !important;
border: none !important;
box-shadow: none !important;
}

.gsc-search-button-v2:hover {
background: none !important;
border: none !important;
}

.gsc-input {
border: none !important;
}

.gsib_b{
  display: none !important;
}

.gsc-input-box{
  background-color: #00000027 !important;
  border-color: #000 !important;
  border-radius: 20px !important;
}

.gsc-input-box:focus-within,
.gsc-input-box:hover {
  border-color: white !important;
}

.gsc-input{
  background:none !important;
  color: #fff !important;
}

.gsc-input-box td{
  border: none !important;
}



.list_no_marker_bold {
  list-style-type: none;
  margin: 50px 0 50px 0;
  padding: 0;
  font-weight: bold;
}

.vertical-text {
  writing-mode: vertical-rl;
  min-width: 0px !important;
}

.justify_conent_center {
  justify-content: center !important;
  gap: 10px;
}

.animated_element {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}


.btn {
  color: #000 !important;
}

.partner_button {
  max-width: 550px;
  max-height: 300px;
}

.hr_50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.box_shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.tab_h {
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}

.column {
  flex-direction: column;
}

.div_flex .max_whide_250px {
  text-align: center;
}

.grid_block {
  display: grid;
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

@media (max-width: 700px){
  .grid_block {
    grid-template-columns: 1fr;
  }
}

.margin_auto {
  margin: auto;
}

.description_from_table {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 35%;
  min-width: 400px;

}

@media screen and (max-width: 1140px) {
  .description_from_table {
    width: 100%;
  }
  #img_2_1 {
    max-width: 100%;
  }
}

.link-logo { 
  display: block; 
  box-sizing: border-box; 
  transition: outline 0.3s ease; background: 0.3s ease;
  background: #b8c7fc52;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  padding: 10px;
  text-align: right;
  max-width: 270px;
}

.link-logo:hover{
  outline: 2px solid var(--steel_blue_05);
  border-radius: 20px;
  box-shadow: 0 0 10px 3px steelblue;
  background: white;
}

.option {
  display: flex;
  flex-direction: column;
  text-align: center;

}

.option p {
  padding: 0;
  margin: 0;
}

.text-align-centr {
  text-align: center;
}

.home_section_description h4{
  padding-top: 2rem;
}

.list_no_style {
  list-style: none; 
  text-align: left;
}

.image_w_250px {
  width: 250px;
  max-width: 100%;
}

  .image_mw_75px {
    width: 100%;
    max-width: 75px;
  }

.w-embed-youtubevideo {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg");
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.max_height_400px {
  height: 100%;
  max-height: 400px;
}

.max_height_300px {
  height: 100%;
  max-height: 300px;
}

.max_height_250px {
  height: 100%;
  max-height: 250px;
}

.max_height_170px {
  height: 100%;
  max-height: 170px;
}

.max_height_100px {
  height: 100%;
  max-height: 100px;
}

.max_height_75px {
  height: 100%;
  max-height: 75px;
}



.max_whide_1140px {
  width: 100%;
  max-width: 1140px;
}

.max_whide_800px {
  width: 100%;
  max-width: 800px;
}

.max_whide_700px {
  width: 100%;
  max-width: 700px;
}

.max_whide_650px {
  width: 100%;
  max-width: 650px;
}

.max_whide_550px {
  width: 100%;
  max-width: 550px;
}

.max_whide_500px {
  width: 100%;
  max-width: 500px;
}

.max_whide_400px {
  width: 100%;
  max-width: 400px;
}

.max_whide_350px {
  width: 100%;
  max-width: 350px;
}

.max_whide_300px {
  width: 100%;
  max-width: 300px;
}

.max_whide_270px {
  width: 100%;
  max-width: 270px;
}

.max_whide_250px {
  width: 100%;
  max-width: 250px;
}

.max_whide_200px {
  width: 100%;
  max-width: 200px;
}

.max_whide_175px {
  width: 100%;
  max-width: 175px;
}

.max_whide_170px {
  width: 100%;
  max-width: 170px;
}

.max_whide_150px {
  width: 100%;
  max-width: 150px;
}

.max_whide_75px {
  width: 100%;
  max-width: 75px;
}



.min_whide_150px {
  min-width: 150px;
}




.div_img_product {
  width: 100%;
  width: auto;
  height: 300px;
  margin: auto;
}

.div_img_product img {
  width: 100%;
  max-height: 250px;
}




/*table*/
.specification_table {
  overflow: visible;
  padding-bottom: 20px;
}

.table_component {
  text-align: center;
  width: 100%;
  position: relative;
  overflow: visible;
}

.table_head .table_row {
  position: sticky;
  top: 100px;
  z-index: 1;
}

.table_head .table_row.second_row {
  top: 125px;
}

.table_cell {
  border: 1px solid #000;
  /* padding-left: 5px;
  padding-right: 5px; */
  font-weight: 700;
}


.table_cell.first {
  min-width: 120px;

}

.table_header {
  background-color: var(--steel-blue);
  color: var(--white-smoke);
  text-shadow: 1px 1px 1px var(--color);
  border: 1px solid #000;
  padding-left: 10px;
  padding-right: 10px;
}


@media screen and (max-width: 1140px) {
  
  .specification_table {
    overflow: auto;
  } 

  .table_head .table_row,
  .table_head .table_row.second_row {
    position: sticky;
    top: 0 !important;
  }

  .table_head .table_row.second_row {
    z-index: -1;
  }

  

 


  .table_cell.first {
    background-color: var(--bluesky);
    outline-offset: 0px;
    border-style: none;
    outline: 1px solid #333;
    position: sticky;
    left: 0;
  }

  .table_header.first {
    outline-color: var(--color);
    outline-offset: 0px;
    border-style: none;
    outline-width: 1px;
    outline-style: solid;
    min-width: 150px;
    position: sticky;
    left: 0;
  }

  
  .table_header.first {
    min-width: 120px;
  }
}





.widt_350px {
  width: 350px !important;
}

.vertical {
  flex-direction: column;
  align-items: self-start !important;
  text-align: left;
  justify-content: space-between;
}



.product_chapter_title {
  width: 100%;
  background: var(--steel_blue_05);
}

.product_chapter_title h2 {
  color: #fff;
  text-shadow: 2px 2px 4px #000;
  padding: 5px;
}

.product_description {
  margin-left: auto;
  margin-right: auto;
  text-align: start;
}

.button_title_block {
  width: 100%;
  text-align: center;
}

.button_title_block p:first-of-type {
  font-weight: bold;
}

.button_title {
  background: var(--steel_blue_05);
  color: #fff;
  text-shadow: 2px 2px 4px #000;
  padding: 5px;
}

.width_750 {
  width: 750px;
}

.description_in_button {
  max-width: 625px;
}

.padding {
  padding: 10px;
}

.project_description {
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  max-width: 750px;
  display: flex;
  width: 100%;
}

.max_wh_250px {
  max-width: 250px;
  max-height: 250px;
}

.div_part {
  display: flex;
  flex-wrap: wrap;
}

.serv_block {
  width: 270px;
  text-align: center;
}


.serv_block img {
  width: 250px;
  height: 250px;
}

.h3_chapter {
  background-color: var(--steel_blue_05);
  color: #fff;
  text-shadow: 3px 4px 2px #0000009c;
  padding: 10px;
}

.youtube_block {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  padding-top: 10px;
}

.w-embed-youtubevideo {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg");
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  box-shadow: #000 0 0 5px;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.description-semi-bold {
  font-size: 20px; 
  font-weight: 600; 
  padding-top: 20px;
  padding-bottom: 20px;
}

.text_white {
  color: white;
  margin: 5px;
  -webkit-text-stroke: 0.1px black;
}

.hidden {
  display: none;
  opacity: 0;
}

.visible {
  display: block;
  opacity: 1;
}

.worktime {
  color: #fff;
  text-shadow: 4px 4px 5px #000;
  font-size: 1.5rem;
  line-height: 150%;
}
.h1 {
  background-color: var(--steel_blue_05);
  color: #fff;
  text-shadow: 4px 4px 5px #000;
  object-fit: scale-down;
  align-self: center;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 150%;
  margin-top: 0;
}

.icon {
  max-width: 50px;
}

.advant  {
  padding: 10px;
  margin: 10px;
}

.home-page {
  position: relative;
  z-index: 2;
}
.main_block {
  min-height: 100vh;
  position: relative;
  /* overflow: hidden; */
}

.container {
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.max_width_1100px {
  max-width: 1100px;
}

.div_flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.relative {
  position: relative;
}

.vert {
  flex-direction: column;
}

.hor {
  flex-direction: row;
}

.background-darck {
  background: var(--background-darck);; /* Градієнтний фон */
}

.background-light {
  background: var(--main-bg); /* Градієнтний фон */
  padding: 5px 0 5px 0;
}

.home_section {
  height: 85vh;
  overflow: hidden;
}

.home_section_second_layer {
  min-height: 100vh;
}

.home_logo {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.home_logo_img {
  opacity: .1;
}


/* Navbar menu */
.navbar_section {
  position: relative;
}

.navbar_bg_block {
  height: 100px; /* Висота блоку, налаштуйте відповідно до вашого дизайну */
  width: 100%; /* Ширина блоку */
  z-index: 5; /* Індекс блоку */
}


.navbar {
  z-index: 6;
  width: 100%;
  position: fixed;
  top: 0;
  transition: 0.3s;
}

.navbar.transparent {
  background-color: transparent;
}

.navbar.solid {
  background-color: #132438cb;
}

.nav-menu {
  display: flex;
  justify-content: center;
  /* Вирівнювання по горизонталі */
  align-items: center;
  /* Вирівнювання по вертикалі */
  height: 100px;
}

.nav-menu a {
  text-decoration: none;
  /* Прибрати підкреслення */
  transition: 0.3s;
  /* Плавна зміна */
}

.nav-menu a:hover {
  text-decoration: underline;
  /* Підкреслити при наведенні */
  color: #fff;
  transform: scale(1.2);
}

.nav-menu a h3 {
  color: #fff;
  text-shadow: 4px 4px 5px #000000;
  font-weight: normal;
}


.menu-button {
  display: block;
}

.menu-button {
display: none;
position: absolute;
right: 20px;
top: 50px;
cursor: pointer;
background: #1c3050;
border: solid 1px #fff;
}

.nav-list {
  display: flex;
  gap: 40px;
  list-style: none;
}

.nav-list a {
  color: #fff;
  text-shadow: 4px 4px 5px #000;
  font-weight: 400;
}


@media (max-width: 1140px) {
  .nav-menu {
    justify-content: left;
  }

  .nav-list {
    display: flex;
    flex-direction: column;
    gap: 0px;
    background-color: #132438cb;      
    position: absolute;
    top: 100px;
    right: 5px;
    text-align: center;
    padding: 0px;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.5s, max-height 0.5s;
  }

  .nav-list.visible {
    opacity: 1;
    max-height: 500px; /* Достатньо велике значення для вміщення всього списку */
  }

  .nav-list li h3 {
      margin: 10px;
  }
  .menu-button {
      display: block;
  }
}

.nav-list li {
  display: inline-block;
  display: flex;
  align-items: center;
  /* Вирівнювання по вертикалі */
}

@keyframes rotateY {
  0% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

.brand img:hover {
  animation: rotateY 1s 1;
}








/* Breadcrumbs */
.breadcrumbs_section {
  z-index: 3;
  background: var(--background-darck); /* Градієнтний фон */
  position: relative;
}

.breadcrumbs_block ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 0;
}

.breadcrumbs_block a,
.breadcrumbs_block li {
  color: #fff;
  text-decoration: none;
  display: block;
}



/* Footer */
.footer-section {
  background: var(--background-darck);; /* Градієнтний фон */
  color: #fff;
  padding: 20px 0;
  position: relative;
  z-index: 2;
}

.footer-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: 3fr 3fr 2fr;
}

#entech-description {
  font-size: 0.75rem;
  text-align: center;
}

@media (max-width: 1140px) {
  .footer-grid {
    grid-template-columns: 3fr 3fr;
    gap: 20px; /* або інше значення, яке вам підходить */
  }
}

@media (max-width: 640px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 20px; /* або інше значення, яке вам підходить */
  }

  #entech-description {
    display: none; 
  }
}

.footer-grid a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  transition: transform 0.3s ease; /* Додано одиницю часу та тип переходу */
}

.footer-grid a:hover {
  text-decoration: underline; /* Підкреслити при наведенні */
  color: #fff;
  transform: scale(1.2); /* Зменшено масштабування для кращого вигляду */
}


.footer-grid ul {
  list-style: none;
  padding-left: 0px;
  align-content: center;
}

.footer-grid li {
  text-align: center;
}

.footer-grid li:not(:first-child) {
  margin-top: 10px;
}


/* Form */
/* Add keyframe animations */
@keyframes fadeInRotate {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) rotateX(-90deg);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) rotateX(0deg);
  }
}

@keyframes fadeOutRotate {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) rotateX(0deg);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) rotateX(90deg);
  }
}

#bg_popup_form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1000;
}

#popup_form {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  z-index: 1001;
  height: 680px;
  border-radius: 25px;
  overflow: visible;
  width: 300px;
}

#bg_popup_form.visible {
  display: block;
  opacity: 1;
}

#popup_form.visible {
  display: block;
  opacity: 1;
  animation: fadeInRotate 0.5s forwards;
}

#popup_form.hidden {
  display: block;
  opacity: 0;
  animation: fadeOutRotate 0.5s forwards;
}





/* button_block */
.button_block {
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s, visibility 1s;
}

/* back_button */
.back_button_block {
  z-index: 3;
  border-radius: 50px;
  position: fixed;
  bottom: 50px;
  left: 20px;

}

.back_up {
  opacity: .8;
  background-color: var(--button_main);
  transition: background-color 0.5s ease;
  border-radius: 100px;
  padding: 10px;
  transform: rotate(90deg);
}

.back_up:hover {
  background-color: var(--button_main_hover)
}

.back_up:active {
  background-color: brown;
  box-shadow: 0 0 6px 3px #000;
}



/* callback-button */
.callback-link {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  position: fixed;
  inset: auto 20px 50px auto;
}


.call {
  z-index: 5;
  opacity: .8;
  background-color: var(--button_main);
  transition: background-color 1s ease;
  border-radius: 100%;
  padding: 10px;
  position: absolute;
  animation: shake 5s infinite;

}

.call:hover {
  background-color: var(--button_main_hover);
}

.call:active {
  background-color: brown;
  box-shadow: 0 0 6px 3px #000;
}

@keyframes shake {
  0%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(-15deg);
  }
  75% {
    transform: rotate(15deg);
  }
}


.circle-1 {
  box-shadow: inset 0 0 7px 1px #ffffff;
  border-radius: 100%;
  position: absolute;
  inset: 0%;
  animation: fadeInOut 2s infinite;
}

.circle-2 {
  border-radius: 100%;
  position: absolute;
  inset: 0%;
  box-shadow: 0 0 10px 10px #009dec;
  animation: fadeInOut 3s infinite;
}

@keyframes fadeInOut {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}


.advant-div-block {
  margin: 10px;
  display: flex;
  max-width: 600px;
  align-items: center;
}


@media (max-width: 1000px) {
  .description, .advant-div-block  {
    width: 100% !important; 
    max-width: 100% !important;
  }
}



.video-container {
  position: absolute;
  top: 0;
  left: 0;  
  transform: (-50%, 0%);
  height: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: -1;
  overflow: hidden;
}

#bg_video {
  height: 1200px;
}

.video-dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  pointer-events: none;
  z-index: 2;
} 









.nobackgrownd {
  background-color: var(--color-nan);
}


.grid_home {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px; /* Відстань між ячійками, налаштуйте за потребою */
    text-align: center;
    padding: 10% 20px 20px 20px;
    align-items: center;
    justify-content: center;
}

.grid_home_page {
  padding: 0;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}



.link-soc {
  margin-left: 5px;
  margin-right: 0;
  position: relative;
  overflow: hidden;
  height: 60px;
  opacity: .5;
  border: 1px solid #000;
  border-radius: 15px;
  display: inline-block;
}

.link-soc:hover {
  opacity: 1;
  border: 1px solid #ffffff;

}

.image-csoc-logo {
width: 60px;
object-fit: cover;
}



/* Awards */
.awards-block {
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: relative;
  flex-wrap:wrap;
  padding: 30px 0 0 0;
}

.award_image {
  max-height: 100px;
  object-fit: cover;
  transition: max-height 0.5s, transform 0.5s, opacity 0.5s;
  cursor: pointer;
  opacity: 0.75;
}

.logo_awards {
  object-fit: cover;
  transition: 0.5s;
  cursor: pointer;
  opacity: 0.75;
}

.award_image:hover, .logo_awards:hover {
  transform: scale(1.1); /* Example change */
  opacity: 1; /* Example change */
}


@keyframes fadeInRotate {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) rotateX(-90deg);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) rotateX(0deg);
  }
}

@keyframes fadeOutRotate {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) rotateX(0deg);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) rotateX(90deg);
  }
}

.awards_block_big {
  max-height: 50vh;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#awards_block_big_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1000;
}

#awards_block_big {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1001;
}

#awards_block_big_bg.visible {
  display: block;
  opacity: 1;
}

#awards_block_big.visible {
  display: block;
  opacity: 1;
  animation: fadeInRotate 0.5s forwards;
}

#awards_block_big.hidden {
  animation: fadeOutRotate 0.5s forwards;
}

.awards_image {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.image-service{
  position: absolute;
  right: 0;
  opacity: 0.2;
}



/* Slider partners*/
.slider_iframe{
  width: 1140px;
}



.wrap {
margin: auto;
padding: 20px;
}
.items-wrap {
position: relative;
display: flex;
overflow: hidden;
user-select: none;
gap: 20px;
}
.items-wrap:before,
.items-wrap:after {
content: "";
height: 100%;
top: 0;
width: 10%;
position: absolute;
z-index: 1;
pointer-events: none;
}
.items-wrap:before {
left: 0;
background: linear-gradient(
  90deg,
  rgba(255, 255, 255, 1) 0%,
  rgba(255, 255, 255, 0) 100%
);
}
.items-wrap:after {
right: 0;
background: linear-gradient(
  90deg,
  rgba(255, 255, 255, 0) 0%,
  rgba(255, 255, 255, 1) 100%
);
}
.items {
flex-shrink: 0;
display: flex;
gap: 20px;
counter-reset: item;
justify-content: space-around;
min-width: 100%;

}
.item {
flex: 0 0 auto;
width: auto;
height: auto;
counter-increment: item;
border-radius: 6px;
display: flex;
justify-content: center;
align-items: center;
font-size: 25px;
font-weight: bold;
color: #fff;
margin: 10px 0;
transition: all 0.1s ease-in-out;
overflow: hidden;
}
.item:hover {
transform: scale(1.05);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.marquee {
animation: scroll 20s linear infinite;
}

.items-wrap:hover .marquee {
animation-play-state: paused;
}

.item img{
  max-height: 70px;
  max-width: 300px;
}

@keyframes scroll {
from {
  transform: translateX(0);
}
to {
  transform: translateX(calc(-100% - 20px));
}
}



.contacttext {
  font-weight: 700;
  width: 260px;
  text-align: left;

}

.text-align-right{
  text-align: right;
}


@media (max-width: 555px) {
  .contacttext {
   justify-content: center;
   text-align: center;
 }
  .data_text {
    gap: 0 !important;  }
}


@media (max-width: 640px) {
   .div_part {
    justify-content: center;
  }
  
}



.iframemap {
  border-radius: 20px;
  min-width: 40%;
  min-height: 500px;
}

.iframemap:hover {
  box-shadow: 0 0 10px 3px var(--steel-blue);
}

.justify-space-around {
  display: flex;
  justify-content: space-around;
  /* margin: 10px; */
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.justify-space-between {
  display: flex;
  justify-content: space-between;
  /* margin: 10px; */
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.data_text {
  display: flex !important;
  justify-content: center;
}


@media (max-width: 1000px) {
  .justify-space-between{
    gap: 20px;
    display: block;
  }
  
}

.notification {
  max-width: 50%;
  height: auto;
  transition: 0.5s;
  position: relative;
  z-index: 5;
  border: solid 1px;
}

.notification:hover {
  scale: 2;
}

.image-map{
  width: 25%;
  height: auto;
  transition: 0.5s;
  position: relative;
  z-index: 5;

}

.image-map:hover {
  scale: 2;
}

.cyties {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
}



#clients-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
}

.logo {
  align-content: center;
}

.img_logo {
  max-height: 100px;
  max-width: 250px;
}


/* catalog */
.catalog-link-block {
  border-radius: 20px;
  flex-direction: column;
  /* align-items: flex-start; */
  margin: 20px 10px 20px 10px;  
  padding: 5px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
  box-shadow: 0 0 10px 1px #000;
  background: var(--product-background-button);
}

.catalog-link-block:hover {
  background-color: var(--white-smoke);
  box-shadow: 0 0 10px 3px var(--steel-blue);
  opacity: 1;
  transform: translate(0, -5px);
}

.catalog-link-block:visited {
  background-color: var(--white-smoke);
}


.provider_logo_catalog {
  max-height: 60px;
  margin-left: 0;
  max-width: 100%;
}

.img_provider {
  width: 100%;
  max-width: none;
}

.primary_partner_button{
  width: 850px;
}

.secondary_partner_button {
  max-width: 475px;
}

.three_buttons_in_a_row {
  display: flex;
  align-items: stretch;
  width: 375px;
}

.three_buttons_in_a_row a {
  width: 100%;
}

.four_buttons_in_a_row {
  display: flex;
  align-items: stretch;
  width: 280px;
}


.partner_button_heading {
  margin: 0;
}



/* dropdown */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropbtn {
  background-color: var(--button_main);
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border-radius: 20px;

}

.dropbtn:hover {
  background-color: var(--hover_text);
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  border: var(--hover_text) solid 1px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.sub-dropdown {
  position: relative;
}

.sub-dropdown-content {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.sub-dropdown:hover .sub-dropdown-content {
  display: block;
}

.sub-sub-dropdown {
  position: relative;
}

.sub-sub-dropdown-content {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.sub-sub-dropdown:hover .sub-sub-dropdown-content {
  display: block;
}

