/* new */

img {
  width: auto !important;
}
body {
  color: #004454;
  font-family: 'Raleway', sans-serif !important;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 12px 10px;
  z-index: 3;
  transition: all 0.2s;
}
header.small_header {
  padding: 0px 10px !important;
  background-color: #ffffff !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1) !important;
}
header.small_header .navbar .nav-link {
  color: #004454 !important;
}
header .main-logo-text {
  fill: #ffffff !important;
}
header.small_header .main-logo-text {
  fill: #004454 !important;
}
header .main-logo-text-red {
  fill: #ffffff !important;
}
header.small_header .main-logo-text-red {
  fill: #e12026 !important;
}









button.btn-close-hover[type=button]:hover,
button.btn-close-hover:focus,
button.btn-close-hover:hover {
  background-color: #1eb53a !important;
}


strong {
  font-weight: 700 !important;
}
h1 {
  margin-bottom: 0 !important;
  font-size: 46px !important;
  font-size: 2.875rem !important;
  font-weight: 700 !important;
  color: #ffffff !important;
}
h2 {
  font-size: 90px !important;
  font-size: 5.625rem !important;
  font-weight: 700 !important;
}
h2.color_blue {
  color: #004454;
}
h2.color_white {
  color: #ffffff;
}
h2.color_white span {
  color: #1eb53a;
}
h3 {
  font-size: 36px !important;
  font-size: 2.25rem !important;
  font-weight: 700 !important;
}
.color_green {
  color: #1eb53a;
	padding: 0 10px;
}
.color_white {
  color: #ffffff;
}
.fs_18 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
.fs_20 {
  font-size: 20px !important;
  font-size: 1.25rem !important;
}
.fs_36 {
  font-size: 36px !important;
  font-size: 2.25rem !important;
}
.fs_60 {
  font-size: 60px !important;
  font-size: 3.75rem !important;
}
.text-right {
  text-align: right;
}
.uppercase {
  text-transform: uppercase;
}
.custom_link {
  text-decoration: none;
  color: #004454;
  transition: all 0.3s;
}
.custom_link:hover {
  color: #1eb53a;
}
.fs_biggest {
  font-size: 366px !important;
  font-size: 22.875rem !important;
  font-weight: 700 !important;
}
.zi-1 {
  position: relative;
  z-index: 1;
}
.mt-100px {
  margin-top: 100px !important;
}
.mb-6 {
  margin-bottom: 3.5rem !important;
}
.mb-7 {
  margin-bottom: 4.0rem !important;
}
.mb-8 {
  margin-bottom: 4.5rem !important;
}
.pe-10 {
  padding-right: 8.0rem !important;
}
.op_4 {
  opacity: 0.4;
}
.mobile_991,
.mobile_767,
.mobile_575 {
  /* display: none !important; */
}
.button {
  padding: 10px 35px !important;
  font-size: 20px !important;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  border: 2px solid #1eb53a !important;
  border-radius: 20px !important;
  color: #ffffff !important;
  text-decoration: none !important;
  display: inline-block !important;
  background-color: transparent !important;
  transition: all 0.3s !important;
}
.button:hover {
  color: #ffffff !important;
  background-color: #1eb53a;
}
.button.button_green {
  cursor: auto !important;
  padding: 23px 35px !important;
  background-color: #1eb53a !important;
}

.width_100 {
  width: 100%;
}

.button_green_wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, auto);
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  padding-top: 20px;
}
.button_green_item {
  width: 100%;
}


.mobile_991, 
.mobile_991.carousel-indicators,
.mobile_767, 
.mobile_767.carousel-indicators,
.mobile_575,
.mobile_575.carousel-indicators {
  display: none;
}

.max-width-1440 {
  max-width: 1440px !important;
  margin: 0 auto;
}






.button.button_green_border {
  font-size: clamp(14px, 1.75vw, 18px) !important;
  border-radius: 50px !important;
  background-color: transparent !important;
}
.button.button_green.fs_36 {
  font-size: 36px !important;
  font-size: 2.25rem !important;
}
.button_small {
  margin: 0 9px 5px 0 !important;
  padding: 0 20px !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  border: 2px solid #1eb53a !important;
  border-radius: 20px !important;
  background-color: transparent !important;
  transition: all 0.3s !important;
  display: inline-block !important;
  text-decoration: none !important;
}
.button_small:hover,
.button_small.active {
  color: #ffffff !important;
  background-color: #1eb53a !important;
}
.carousel .carousel-indicators [data-bs-target] {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid #004454;
  background-color: transparent;
}
.carousel .carousel-indicators [data-bs-target].active {
  background-color: #004454;
}
.overlay:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  content: "";
  z-index: 0;
}
.overlay > div {
  position: relative;
  z-index: 1;
}

.navbar-brand {
  width: 250px;
  height: 55px;
  margin-right: 0 !important;
}
#main_navbar ul.navbar-nav {
  padding-inline-end: 100px;
}
.navbar-collapse {
  justify-content: flex-end;
}
.navbar > div {
  position: relative;
}
.navbar .navbar-brand svg {
  /* transform: scale(1.0); */
  width: auto;
  height: 100%;

}
.navbar .navbar-nav {
  /* margin-left: 20% !important; */
}
.navbar .navbar-nav .nav-item {
  padding: 0 10px;
  text-align: center;
}
.navbar .navbar-nav .lang-wrapper {
  display: flex;
  position: relative;
}
.navbar .navbar-nav .lang-wrapper::before {
  content: '';
  width: 2px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -9px;
  margin: auto;
  background-color: #1eb53a;
}

.navbar .nav-link {
  padding: 5px;
  text-transform: uppercase;
  color: #ffffff !important;
  position: relative;
}
.navbar .nav-link.active,
.navbar .nav-link:hover {
  display: inline-block !important;
  position: relative !important;
  color: #ffffff !important;
  font-weight: 700 !important;
}
.navbar .nav-link.active:after,
.navbar .nav-link:hover:after {
  width: calc(100% - 10px);
  height: 1px;
  background-color: #1eb53a;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  display: block;
}
.navbar .navbar-nav .nav-item:last-of-type {
  min-width: 0;
  position: absolute;
  right: 0;
  /* top: 10px; */
}
.navbar .navbar-toggler {
  border: none;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.offcanvas {
  background: #000;
}
.offcanvas .offcanvas-header {
  padding-top: 25px;
}
.offcanvas h5 svg {
  margin-left: 15px;
  width: 100px;
  height: auto;
}
.offcanvas .list-group-item {
  border: none;
  background: #000;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
}
.offcanvas .list-group-item a {
  padding: 5px 0;
  text-transform: uppercase;
}
.offcanvas .btn-close {
  opacity: 1.0;
  border: 0 !important;
  padding: .5rem 1rem !important;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;
}
.offcanvas .social {
  padding-left: 20px;
  position: absolute;
  bottom: 50px;
  left: 0;
}
.offcanvas .social a {
  text-decoration: none;
  padding: 5px 15px;
}
.part {
  padding: 140px 0;
}
.part-custom-padding {
  padding: 140px 0 0 0;
}
.part.part_blue {
  color: #fff;
  background-color: #004454;
}
#section1 {
  overflow: hidden;
  position: relative;
  height: 80vh;
  min-height: 600px;
  color: #ffffff;
  max-height: 1200px;
}
#section1 video {
  position: absolute;
  left: 0;
    top: 0;
/*   min-height: 100%;
  min-width: 100%; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#section1 > div {
  height: 100%;
  position: relative;
  z-index: 1;
}
#section1 .carousel-item a {
  opacity: 0.0;
  display: inline-block;
}
#section1 .dots {
  position: absolute;
  top: 280px;
  right: 130px;
  width: auto !important;
}
#section1 p {
  font-size: 20px;
  font-size: 1.25rem;
}
#section1 .bottom_section1 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 75px;
  margin: auto;
  padding: 0 15px;
}
#section1 .bottom_section1 .social a {
  display: inline-block;
  margin-right: 16px;
}
#section1 .bottom_section1 .social a svg path {
  transition: all 0.3s;
}
#section1 .bottom_section1 .social a svg:hover path {
  fill: #1eb53a;
}
#section1 .bottom_section1 .carousel_nav {
  text-align: right;
}
#section1 .bottom_section1 .carousel_nav path {
  transition: all 0.3s;
}
#section1 .bottom_section1 .carousel_nav #carousel_prev {
  cursor: pointer;
  transform: rotate(90deg);
}
#section1 .bottom_section1 .carousel_nav #carousel_prev:hover path {
  stroke: #1eb53a;
}
#section1 .bottom_section1 .carousel_nav #carousel_next {
  cursor: pointer;
  margin-left: 30px;
  transform: rotate(-90deg);
  transition: all 0.3s;
}
#section1 .bottom_section1 .carousel_nav #carousel_next:hover path {
  stroke: #1eb53a;
}
#section2 {
  position: relative;
}
#section2 a {
  color: #004454;
  text-decoration: none;
}
#section2 .circle_cont {
  position: relative;
  width: 100%;
}
#section2 .circle_cont .op_3 {
  display: inline-block;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  animation: pulse_circle 2s infinite;
  animation-delay: 3s;
  border-radius: 50%;
}
#section3 {
  position: relative;
  background: url('../img/mask.jpg');
  background-size: cover;
  background-attachment: fixed;
}
#section3:after {
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
}
#section3 .field_cont {
  margin-bottom: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#section3 .field_cont .box {
  overflow: hidden;
  padding: 15px 20px 15px 20px;
  display: flex;
  align-items: center;
  justify-content: start;
  width: 97px;
  height: 97px;
  border: 2px solid #1eb53a;
  border-radius: 20px;
  transition: all 0.3s;
  color: #ffffff;
  text-decoration: none;
}
#section3 .field_cont .box:hover,
#section3 .field_cont .box.active {
  width: 245px;
  background: #1eb53a;
}
#section3 .field_cont .box:hover span,
#section3 .field_cont .box.active span {
  opacity: 1.0;
}
#section3 .field_cont .box span {
  opacity: 0.0;
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 25px;
  padding-left: 25px;
  border-left: 1px solid #ffffff;
  text-transform: uppercase;
  font-weight: 700;
}
#section3 .field_cont .box img {
  position: relative !important;

}
#section3 .field_cont .box img[data-shift-l="2"] {
  left: 2px;
}
#section3 .carousel .anim_img {
  width: 100%;
  max-width: 391px;
  height: auto;
  position: relative;
  top: -30px;
}
#section3 .carousel .carousel-control-prev {
  width: 41px;
  left: -100px;
  color: transparent !important;
  border: transparent !important;
}
#section3 .carousel .carousel-control-prev:focus,
#section3 .carousel .carousel-control-prev:hover {
  color: transparent !important;
  border: transparent !important;
  background-color: transparent !important;
}
#section3 .carousel .carousel-control-prev:hover .svg_green {
  fill: #1eb53a;
}
#section3 .carousel .carousel-control-next {
  width: 41px;
  right: -100px;
  color: transparent !important;
  border: transparent !important;
}
#section3 .carousel .carousel-control-next:focus,
#section3 .carousel .carousel-control-next:hover {
  color: transparent !important;
  border: transparent !important;
  background-color: transparent !important;
}
#section3 .carousel .carousel-control-next:hover .svg_green {
  fill: #1eb53a;
}
#section4 {
  padding-bottom: 50px !important;
}
#section4 h2 {
  margin-bottom: 70px !important;
  font-size: 36px !important;
  font-size: 2.25rem !important;
}
#section4 img {
  /* max-width: 100%;
  height: auto; */
}
#section5 {
  overflow: hidden;
  position: relative;
  padding: 120px 0;
  background-color: #1B2127;
  color: #fff;
}
#section5 object {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  margin: auto;
}
#section-map {
  overflow: hidden;
  position: relative;
  padding: 120px 0;
  background-color: #1B2127;
  color: #fff;
  height: 700px;
}
#section-map h2 {
  position: relative;
  z-index: 1;
}
#section-map object {
  position: absolute;
  right: -15%;
  top: 43%;
  transform: scale(1.7);
  z-index: 0;
}
#section-form h3 {
  font-size: 20px !important;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  color: #1eb53a !important;
}
#section-form .left {
  font-size: 20px;
  font-size: 1.25rem;
}
#section-form .left p {
  margin-bottom: 20px;
}
form .form-control {
  margin-bottom: 20px !important;
  border: 1px solid #004454 !important;
  border-radius: 20px !important;
  resize: none;
}
form button[type="submit"] {
  border: 2px solid #1eb53a !important;
  color: #004454 !important;
  background-color: transparent !important;
  font-size: 16px !important;
  font-size: 1rem !important;
  padding: 7px 50px !important;
}
#single_header {
  position: relative;
  background: url('../img/mask.jpg');
  background-size: cover;
  background-attachment: fixed;
  height: 90vh;
  min-height: 600px;
  max-height: 1000px;
}
#single_header:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  content: "";
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(28px);
}
#single_header > div {
  position: relative;
  z-index: 1;
}
#single_header #chevron-down-outline {
  cursor: pointer;
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}



.gap-50 .text-start {
	padding: 0 50px 0 0 !important;
}
.gap-50 .upraveny-padding {
	padding: 0 0 0 50px !important;
}

@media (max-width: 991px) {
	
	.gap-50 .text-start {
		padding: 0 !important;
	}
	.gap-50 .upraveny-padding {
		padding: 0 !important;
	}
	
}




.circle_menu {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.circle_menu .circle {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid #1eb53a;
  border-radius: 50%;
  transition: all 0.3s;
}
.circle_menu .circle.active,
.circle_menu .circle:hover {
  background-color: #1eb53a;
}
.circle_menu .circle img {
  width: 55% !important;
  height: auto;
}
#single_amin {
  position: relative;
  z-index: 1;
}
#single_amin img {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 100%;
  z-index: -1;
}
#single_amin .img_cont {
  position: relative;
/*   margin-top: 120px; */
}
#single_amin .pins_cont {
  margin-top: 30px;
}
#single_amin .pin {
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #1eb53a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  box-shadow: 0 0 0 rgba(30, 181, 58, 0.8);
  animation: pulse 2s infinite;
  transition: all 0.3s;
}
#single_amin .pin span {
  position: relative;
}
#single_amin .pin:hover {
  box-shadow: none;
  animation: none;
  transform: scale(1.2);
}
/* #single_amin .pin[data-id="1"] {
  top: -7%;
  right: 38%;
}
#single_amin .pin[data-id="2"] {
  top: 3%;
  right: 13%;
}
#single_amin .pin[data-id="3"] {
  top: 0%;
  right: 74%;
}
#single_amin .pin[data-id="3"] span {
  top: -2px;
}
#single_amin .pin[data-id="4"] {
  top: 58%;
  right: 41%;
}
#single_amin .pin[data-id="4"] span {
  top: -2px;
  left: -1px;
}
#single_amin .pin[data-id="5"] {
  top: 46%;
  right: 56%;
}
#single_amin .pin[data-id="5"] span {
  top: -1px;
}
#single_amin .pin[data-id="6"] {
  top: 22%;
  right: 85%;
}
#single_amin .pin[data-id="7"] {
  top: 44%;
  right: 12%;
}
#single_amin .pin[data-id="7"] span {
  top: -1px;
}
#single_amin .pin[data-id="8"] {
  top: 42%;
  right: 23%;
} */
#single_amin .pin_content {
  position: absolute;
  padding: 40px 35px 40px 35px;
  width: 317px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  text-align: left;
  background-color: #fff;
  display: none;
}
#single_amin .pin_content:after {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 85px;
  height: 85px;
  background-color: #1eb53a;
  display: block;
  content: "";
  z-index: -1;
}
#single_amin .pin_content svg {
  transition: all 0.3s;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
#single_amin .pin_content svg:hover {
  transform: rotate(90deg);
}
#single_amin .pin_content p {
  margin-bottom: 0;
}
#single_amin .pin_content.pin_right:after {
  position: absolute;
  top: -10px;
  right: -10px;
  left: auto;
  width: 85px;
  height: 85px;
  background-color: #1eb53a;
  display: block;
  content: "";
  z-index: -1;
}
/* #single_amin .pin_content[data-id="1"] {
  top: 2%;
  right: -3%;
  display: none;
}
#single_amin .pin_content[data-id="2"] {
  top: 15%;
  right: 17%;
  display: none;
}
#single_amin .pin_content[data-id="3"] {
  top: 12%;
  right: 33%;
  display: none;
}
#single_amin .pin_content[data-id="4"] {
  top: 12%;
  right: 33%;
  display: none;
} */
#case_studies {
  padding-top: 50px;
}
#case_studies.part {
  padding-bottom: 0 !important;
}
#case_studies .img_cont {
  width: 100%;
  background-color: #E3E3E3;
  overflow: hidden;
}
#case_studies .img_cont img {
  border-style: none;
  width: 100%;
  height:  auto;
  display: block;
  object-fit: cover;
  transform-origin: center;
}
#case_studies .text_cont {
  padding: 0px;
}
#case_studies h2 {
  margin-bottom: 70px;
}
#case_studies h3 {
  margin: 35px 0 20px 0 !important;
  font-size: 22px !important;
  font-size: 1.375rem !important;
  font-weight: 700 !important;
}
#case_studies p:last-child {
  margin: 0 !important;
  padding: 0 0 45px 0 !important;
}
#case_studies .line {
  margin: 25px 0 5px 0;
  width: 160px;
  height: 1px;
  background-color: #D9D9D9;
}
#case_studies a {
  display: inline-block;
  margin-top: 27px;
  color: #1eb53a;
  text-decoration: none;
  font-weight: 700;
}
#case_studies a:hover {
  color: #1eb53a;
}
#case_studies .item.op_1 {
  opacity: 1.0;
  transform: scale(1);
}
#specs {
  padding-top: 50px;
}
#specs .circle_cont > div {
  width: 20%;
}
#specs .circle_cont .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #004454;
  border: 2px solid #004454;
  border-radius: 50%;
  font-weight: 700;
  aspect-ratio: 1;
  text-align: center;
}

#buy_single {
  padding-top: 70px;
}
#buy_single h2 {
  margin-bottom: 70px;
}
#buy_single img {
  width: 100%;
  height: auto;
}
.box_text video {
  width: 100%;
  height: auto;
}
.box_text h3 {
  margin-top: 30px !important;
  font-size: 22px !important;
  font-size: 1.375rem !important;
}
.box_text p {
  margin-top: 30px;
  font-size: 18px;
  font-size: 1.125rem;
}
.gallery_cont {
  margin-top: 60px;
}
.gallery_cont img {
  width: 100%;
  height: auto;
}
footer {
  margin-top: 50px;
  padding: 50px 0;
  background-color: #1B2127;
  color: #fff;
}
footer > div {
  position: relative;
}
footer ul {
  padding-left: 0;
  list-style: none;
}
footer ul li {
  padding: 5px 24px;
  display: inline-block;
  text-transform: uppercase;
}
footer .copyright {
  font-size: 14px;
  font-size: 0.875rem;
}
footer #go_top {
  height: 55px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
.video-container {
  cursor: pointer;
}
.videoModal .modal-dialog {
  border: none;
  max-width: fit-content;
}
.videoModal .modal-dialog .modal-content {
  border-radius: 4px;
  background-color: transparent;
  border: none;
}
.videoModal .modal-dialog .modal-header {
  padding: 5px;
  border: none;
}
.videoModal .modal-dialog .modal-header img {
  margin: auto 0 auto auto;
}
.videoModal .modal-dialog .modal-body {
  border-radius: 4px;
  background-color: #fff;
  padding: 5px 5px 0 5px;
}
.videoModal .modal-dialog .modal-body video {
  max-width: 100% ;
  height: auto;
}
.videoModal .close {
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.2s;
}
.videoModal .close:hover {
  opacity: 1.0;
}
.dropdown.dropdown-default button {
  height: auto;
  padding: 15px 10px;
  color: #1eb53a;
}
.dropdown.dropdown-default button:after {
  background: url('../img/chevron-down-outline.svg');
}
.dropdown.dropdown-default button span {
  padding-left: 0;
  margin-left: 15px;
}
.dropdown.dropdown-default .dropdown-menu span {
  padding-left: 0;
  margin-left: 15px;
  border-left: none;
}
.dropdown.dropdown-default .dropdown-menu a {
  padding: 15px 10px;
  height: auto;
}
.dropdown button {
  position: relative;
  overflow: hidden;
  padding: 15px 20px 15px 20px;
  display: flex;
  align-items: center;
  justify-content: start;
  border: 2px solid #1eb53a;
  border-radius: 20px;
  transition: all 0.3s;
  color: #ffffff;
  text-decoration: none;
  background: transparent;
  height: 90px;
  width: 100%;
}
.dropdown button:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  background: url('../img/chevron-down-outline_grey.svg');
  display: block;
  content: "";
  width: 24px;
  height: 14px;
  border: none;
  margin: auto;
}
.dropdown button span {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 25px;
  padding-left: 25px;
  border-left: 1px solid #ffffff;
  text-transform: uppercase;
  font-weight: 700;
}
.dropdown button img {
  position: relative;
}
.dropdown .dropdown-menu {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.dropdown .dropdown-menu a {
  color: #fff;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  padding: 15px 20px 15px 20px;
  display: flex;
  align-items: center;
  justify-content: start;
  height: 80px;
}
.dropdown .dropdown-menu li {
  border-bottom: 1px solid #fff;
}
.dropdown .dropdown-menu li:last-of-type {
  border-bottom: none;
}
.dropdown .dropdown-menu li.selected {
  display: none;
}
.dropdown .dropdown-menu span {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 25px;
  padding-left: 25px;
  border-left: 1px solid #ffffff;
  text-transform: uppercase;
  font-weight: 700;
}
.dropdown .dropdown-menu img {
  position: relative;
}
#vizual {
  transform: translate(0px, 0px) scale(1);
  transition: all 1.5s;
}
#vizual.shift {
  transform: translate(-180px, 1130px) scale(2);
}
.hp .overlay:after,
.page .overlay:after {
  background-color: rgba(0, 0, 0, 0.8);
  animation: second 3.0s forwards;
  animation-delay: 1.0s;
}

.hp header:not('.top_position') .navbar-brand svg {
  opacity: 0.0;
}
.hp header:not('.small_header') .navbar-brand svg {
  opacity: 0.0;
}
.hp header.top_position.with_anim .navbar-brand svg {
  opacity: 0.0;
  transform: translate(calc(1320px/2 - 70px), 40vh) scale(2);
  animation: first 2.0s forwards;
}
.hp header.top_position.with_anim .navbar-brand.no-animation svg {
  animation: none !important;
  opacity: 1.0 !important;
  transform: translate(0vw, 0vh) scale(1.0) !important;
}





@keyframes first {
  0% {
    opacity: 0.0;
    transform: translate(calc(590px), 40vh) scale(2);
  }
  50% {
    opacity: 1.0;
    transform: translate(calc(590px), 40vh) scale(2);
  }
  100% {
    opacity: 1.0;
    transform: translate(0vw, 0vh) scale(1.0);
  }
}
.hp header.with_anim .navbar .navbar-nav,
.page header .navbar .navbar-nav {
  opacity: 0.0;
  animation: show 1s forwards;
  animation-delay: .5s;
}
.anim_part.text_anim .anim_item h2,
.anim_part.text_anim .anim_item h3,
.anim_part.text_anim .anim_item p,
.anim_part.text_anim .anim_item button,
.anim_part.text_anim .anim_item video {
  opacity: 0.0;
}
.anim_part.text_anim .show_elem h2,
.anim_part.text_anim .show_elem h3 {
  animation: shift 0.5s forwards;
  animation-delay: 0.3s;
  animation-timing-function: ease-out;
}
.anim_part.text_anim .show_elem p {
  animation: shift 0.5s forwards;
  animation-delay: 0.5s;
  animation-timing-function: ease-out;
}
.anim_part.text_anim .show_elem button,
.anim_part.text_anim .show_elem video {
  animation: show 0.5s forwards;
  animation-delay: 0.1s;
  animation-timing-function: ease-out;
}
.anim_part.image_anim img {
  opacity: 0.0;
}
.anim_part.image_anim .show_elem img {
  animation: scale 0.2s forwards;
  animation-delay: 0.1s;
  animation-timing-function: ease-out;
}
#section1.with_anim .bottom_section1 {
  opacity: 0.0;
  animation: show .5s forwards;
  animation-delay: 0.5s;
}
#section1.with_anim .bottom_section1  .social {
  display: flex;
  flex-direction: row;
}
#section1.with_anim .bottom_section1  .social a {
  display: flex;
  width: fit-content;
  align-items: center;
}
#section1.with_anim .carousel {
  opacity: 0.0;
  animation: show 0.5s forwards;
  animation-delay: 2.5s;
  animation-delay: 0.5s;
}
#section1.with_anim .carousel h1,
#section1.with_anim .carousel p,
#section1.with_anim .carousel a {
  opacity: 0.0;
}
#section1.with_anim .carousel h1 {
  animation: shift 0.5s forwards;
  animation-delay: 0.1s;
  animation-timing-function: ease-out;
}
#section1.with_anim .carousel p {
  animation: shift 0.5s forwards;
  animation-delay: 0.2s;
  animation-timing-function: ease-out;
}
#section1.with_anim .carousel a {
  animation: shift 0.5s forwards;
  animation-delay: 0.3s;
  animation-timing-function: ease-out;
}
#section1.fast_anim .bottom_section1 {
  opacity: 0.0;
  animation: show .5s forwards;
  animation-delay: 1.0s;
}
#section1.fast_anim .carousel {
  opacity: 0.0;
  animation: show 0.5s forwards;
  animation-delay: 0.8s;
}
#section1.fast_anim .carousel h1,
#section1.fast_anim .carousel p,
#section1.fast_anim .carousel a {
  opacity: 0.0;
}
#section1.fast_anim .carousel h1 {
  animation: shift 0.5s forwards;
  animation-delay: 0.1s;
  animation-timing-function: ease-out;
}
#section1.fast_anim .carousel p {
  animation: shift 0.5s forwards;
  animation-delay: 0.2s;
  animation-timing-function: ease-out;
}
#section1.fast_anim .carousel a {
  animation: shift 0.5s forwards;
  animation-delay: 0.3s;
  animation-timing-function: ease-out;
}
#section2 .content h2,
#section2 .content p {
  opacity: 0.0;
}
#section2 .content.show_elem h2 {
  animation: show 0.5s forwards;
  animation-delay: 0.1s;
  animation-timing-function: ease-out;
}
#section2 .content.show_elem .green {
  animation: show 0.5s forwards;
  animation-delay: 0.2s;
  animation-timing-function: ease-out;
}
#section2 .content.show_elem p:not(.green) {
  animation: show 0.5s forwards;
  animation-delay: 0.3s;
  animation-timing-function: ease-out;
}
#section2 .loaderCont.show_elem {
  opacity: 1.0;
}








/* /// --- 5 --- //// */
#section2 .loaderCont.show_elem .loader-5-count span[data-id="1"] {
  animation-delay: calc(0.15s * 1);
  animation: liquid-5-count-1 2s ease-in-out forwards;
}
@keyframes liquid-5-count-1 {
  0% {
    width: 210px;
    height: 210px;
    transform: rotate(0deg) translateX(120px);
    background-color: #004454;
  }
  90% {
    width: 110px;
    height: 110px;
    transform: rotate(calc(90deg));
    border: 2px solid #fff;
    background: #004454;
  }
  100% {
    border: 2px solid #004454;
    width: 110px;
    height: 110px;
    transform: rotate(calc(90deg));
    background: #fff;
  }
}
#section2 .loaderCont.show_elem .loader-5-count span[data-id="1"] p {
  transform: rotate(calc(-90deg));
  opacity: 0.0;
  animation: show 0.5s forwards;
  animation-delay: 2.0s;
}
#section2 .loaderCont.show_elem .loader-5-count span[data-id="2"] {
  animation-delay: calc(0.15s * 2);
  animation: liquid-5-count-2 2.1s ease-in-out forwards;
}
@keyframes liquid-5-count-2 {
  0% {
    width: 210px;
    height: 210px;
    transform: rotate(0deg) translateX(120px);
    background-color: #004454;
  }
  90% {
    width: 110px;
    height: 110px;
    transform: rotate(calc(162deg));
    border: 2px solid #fff;
    background: #004454;
  }
  100% {
    border: 2px solid #004454;
    width: 110px;
    height: 110px;
    transform: rotate(calc(162deg));
    background: #fff;
  }
}
#section2 .loaderCont.show_elem .loader-5-count span[data-id="2"] p {
  transform: rotate(calc(-162deg));
  opacity: 0.0;
  animation: show 0.5s forwards;
  animation-delay: 2.1s;
}
#section2 .loaderCont.show_elem .loader-5-count span[data-id="3"] {
  animation-delay: calc(0.15s * 3);
  animation: liquid-5-count-3 2.2s ease-in-out forwards;
}
@keyframes liquid-5-count-3 {
  0% {
    width: 210px;
    height: 210px;
    transform: rotate(0deg) translateX(120px);
    background-color: #004454;
  }
  90% {
    width: 110px;
    height: 110px;
    transform: rotate(calc(234deg));
    border: 2px solid #fff;
    background: #004454;
  }
  100% {
    border: 2px solid #004454;
    width: 110px;
    height: 110px;
    transform: rotate(calc(234deg));
    background: #fff;
  }
}
#section2 .loaderCont.show_elem .loader-5-count span[data-id="3"] p {
  transform: rotate(calc(-234deg));
  opacity: 0.0;
  animation: show 0.5s forwards;
  animation-delay: 2.2s;
}
#section2 .loaderCont.show_elem .loader-5-count span[data-id="4"] {
  animation-delay: calc(0.15s * 4);
  animation: liquid-5-count-4 2.3s ease-in-out forwards;
}
@keyframes liquid-5-count-4 {
  0% {
    width: 210px;
    height: 210px;
    transform: rotate(0deg) translateX(120px);
    background-color: #004454;
  }
  90% {
    width: 110px;
    height: 110px;
    transform: rotate(calc(306deg));
    border: 2px solid #fff;
    background: #004454;
  }
  100% {
    border: 2px solid #004454;
    width: 110px;
    height: 110px;
    transform: rotate(calc(306deg));
    background: #fff;
  }
}
#section2 .loaderCont.show_elem .loader-5-count span[data-id="4"] p {
  transform: rotate(calc(-306deg));
  opacity: 0.0;
  animation: show 0.5s forwards;
  animation-delay: 2.3s;
}
#section2 .loaderCont.show_elem .loader-5-count span[data-id="5"] {
  animation-delay: calc(0.15s * 5);
  animation: liquid-5-count-5 2.4s ease-in-out forwards;
}
@keyframes liquid-5-count-5 {
  0% {
    width: 210px;
    height: 210px;
    transform: rotate(0deg) translateX(120px);
    background-color: #004454;
  }
  90% {
    width: 110px;
    height: 110px;
    transform: rotate(calc(378deg));
    border: 2px solid #fff;
    background: #004454;
  }
  100% {
    border: 2px solid #004454;
    width: 110px;
    height: 110px;
    transform: rotate(calc(378deg));
    background: #fff;
  }
}
#section2 .loaderCont.show_elem .loader-5-count span[data-id="5"] p {
  transform: rotate(calc(-378deg));
  opacity: 0.0;
  animation: show 0.5s forwards;
  animation-delay: 2.4s;
}
/* /// --- 5 --- //// */

/* /// --- 6 --- //// */
#section2 .loaderCont.show_elem .loader-6-count span[data-id="1"] {
  animation-delay: calc(0.15s * 1);
  animation: liquid-6-count-1 2s ease-in-out forwards;
}
@keyframes liquid-6-count-1 {
  0% {
    width: 210px;
    height: 210px;
    transform: rotate(0deg) translateX(120px);
    background-color: #004454;
  }
  90% {
    width: 110px;
    height: 110px;
    transform: rotate(calc(60deg));
    border: 2px solid #fff;
    background: #004454;
  }
  100% {
    border: 2px solid #004454;
    width: 110px;
    height: 110px;
    transform: rotate(calc(60deg));
    background: #fff;
  }
}
#section2 .loaderCont.show_elem .loader-6-count span[data-id="1"] p {
  transform: rotate(calc(-60deg));
  opacity: 0.0;
  animation: show 0.5s forwards;
  animation-delay: 2.0s;
}
#section2 .loaderCont.show_elem .loader-6-count span[data-id="2"] {
  animation-delay: calc(0.15s * 2);
  animation: liquid-6-count-2 2.1s ease-in-out forwards;
}
@keyframes liquid-6-count-2 {
  0% {
    width: 210px;
    height: 210px;
    transform: rotate(0deg) translateX(120px);
    background-color: #004454;
  }
  90% {
    width: 110px;
    height: 110px;
    transform: rotate(calc(120deg));
    border: 2px solid #fff;
    background: #004454;
  }
  100% {
    border: 2px solid #004454;
    width: 110px;
    height: 110px;
    transform: rotate(calc(120deg));
    background: #fff;
  }
}
#section2 .loaderCont.show_elem .loader-6-count span[data-id="2"] p {
  transform: rotate(calc(-120deg));
  opacity: 0.0;
  animation: show 0.5s forwards;
  animation-delay: 2.1s;
}
#section2 .loaderCont.show_elem .loader-6-count span[data-id="3"] {
  animation-delay: calc(0.15s * 3);
  animation: liquid-6-count-3 2.2s ease-in-out forwards;
}
@keyframes liquid-6-count-3 {
  0% {
    width: 210px;
    height: 210px;
    transform: rotate(0deg) translateX(120px);
    background-color: #004454;
  }
  90% {
    width: 110px;
    height: 110px;
    transform: rotate(calc(180deg));
    border: 2px solid #fff;
    background: #004454;
  }
  100% {
    border: 2px solid #004454;
    width: 110px;
    height: 110px;
    transform: rotate(calc(180deg));
    background: #fff;
  }
}
#section2 .loaderCont.show_elem .loader-6-count span[data-id="3"] p {
  transform: rotate(calc(-180deg));
  opacity: 0.0;
  animation: show 0.5s forwards;
  animation-delay: 2.2s;
}
#section2 .loaderCont.show_elem .loader-6-count span[data-id="4"] {
  animation-delay: calc(0.15s * 4);
  animation: liquid-6-count-4 2.3s ease-in-out forwards;
}
@keyframes liquid-6-count-4 {
  0% {
    width: 210px;
    height: 210px;
    transform: rotate(0deg) translateX(120px);
    background-color: #004454;
  }
  90% {
    width: 110px;
    height: 110px;
    transform: rotate(calc(240deg));
    border: 2px solid #fff;
    background: #004454;
  }
  100% {
    border: 2px solid #004454;
    width: 110px;
    height: 110px;
    transform: rotate(calc(240deg));
    background: #fff;
  }
}
#section2 .loaderCont.show_elem .loader-6-count span[data-id="4"] p {
  transform: rotate(calc(-240deg));
  opacity: 0.0;
  animation: show 0.5s forwards;
  animation-delay: 2.3s;
}
#section2 .loaderCont.show_elem .loader-6-count span[data-id="5"] {
  animation-delay: calc(0.15s * 5);
  animation: liquid-6-count-5 2.4s ease-in-out forwards;
}
@keyframes liquid-6-count-5 {
  0% {
    width: 210px;
    height: 210px;
    transform: rotate(0deg) translateX(120px);
    background-color: #004454;
  }
  90% {
    width: 110px;
    height: 110px;
    transform: rotate(calc(300deg));
    border: 2px solid #fff;
    background: #004454;
  }
  100% {
    border: 2px solid #004454;
    width: 110px;
    height: 110px;
    transform: rotate(calc(300deg));
    background: #fff;
  }
}
#section2 .loaderCont.show_elem .loader-6-count span[data-id="5"] p {
  transform: rotate(calc(-300deg));
  opacity: 0.0;
  animation: show 0.5s forwards;
  animation-delay: 2.4s;
}
#section2 .loaderCont.show_elem .loader-6-count span[data-id="6"] {
  animation-delay: calc(0.15s * 6);
  animation: liquid-6-count-6 2.5s ease-in-out forwards;
}
@keyframes liquid-6-count-6 {
  0% {
    width: 210px;
    height: 210px;
    transform: rotate(0deg) translateX(120px);
    background-color: #004454;
  }
  90% {
    width: 110px;
    height: 110px;
    transform: rotate(calc(360deg));
    border: 2px solid #fff;
    background: #004454;
  }
  100% {
    border: 2px solid #004454;
    width: 110px;
    height: 110px;
    transform: rotate(calc(360deg));
    background: #fff;
  }
}
#section2 .loaderCont.show_elem .loader-6-count span[data-id="6"] p {
  transform: rotate(calc(-360deg));
  opacity: 0.0;
  animation: show 0.5s forwards;
  animation-delay: 2.5s;
}
/* /// --- 6 --- //// */

/* /// --- 7 --- //// */
#section2 .loaderCont.show_elem .loader-7-count span[data-id="1"] {
  animation-delay: calc(0.15s * 1);
  animation: liquid-7-count-1 2s ease-in-out forwards;
}
@keyframes liquid-7-count-1 {
  0% {
    width: 210px;
    height: 210px;
    transform: rotate(0deg) translateX(120px);
    background-color: #004454;
  }
  90% {
    width: 110px;
    height: 110px;
    transform: rotate(calc(51.43deg));
    border: 2px solid #fff;
    background: #004454;
  }
  100% {
    border: 2px solid #004454;
    width: 110px;
    height: 110px;
    transform: rotate(calc(51.43deg));
    background: #fff;
  }
}
#section2 .loaderCont.show_elem .loader-7-count span[data-id="1"] p {
  transform: rotate(calc(-51.43deg));
  opacity: 0.0;
  animation: show 0.5s forwards;
  animation-delay: 2.0s;
}
#section2 .loaderCont.show_elem .loader-7-count span[data-id="2"] {
  animation-delay: calc(0.15s * 2);
  animation: liquid-7-count-2 2.1s ease-in-out forwards;
}
@keyframes liquid-7-count-2 {
  0% {
    width: 210px;
    height: 210px;
    transform: rotate(0deg) translateX(120px);
    background-color: #004454;
  }
  90% {
    width: 110px;
    height: 110px;
    transform: rotate(calc(51.43deg * 2));
    border: 2px solid #fff;
    background: #004454;
  }
  100% {
    border: 2px solid #004454;
    width: 110px;
    height: 110px;
    transform: rotate(calc(51.43deg * 2));
    background: #fff;
  }
}
#section2 .loaderCont.show_elem .loader-7-count span[data-id="2"] p {
  transform: rotate(calc((51.43deg * 2) * -1));
  opacity: 0.0;
  animation: show 0.5s forwards;
  animation-delay: 2.1s;
}
#section2 .loaderCont.show_elem .loader-7-count span[data-id="3"] {
  animation-delay: calc(0.15s * 3);
  animation: liquid-7-count-3 2.2s ease-in-out forwards;
}
@keyframes liquid-7-count-3 {
  0% {
    width: 210px;
    height: 210px;
    transform: rotate(0deg) translateX(120px);
    background-color: #004454;
  }
  90% {
    width: 110px;
    height: 110px;
    transform: rotate(calc(51.43deg * 3));
    border: 2px solid #fff;
    background: #004454;
  }
  100% {
    border: 2px solid #004454;
    width: 110px;
    height: 110px;
    transform: rotate(calc(51.43deg * 3));
    background: #fff;
  }
}
#section2 .loaderCont.show_elem .loader-7-count span[data-id="3"] p {
  transform: rotate(calc((51.43deg * 3) * -1));
  opacity: 0.0;
  animation: show 0.5s forwards;
  animation-delay: 2.2s;
}
#section2 .loaderCont.show_elem .loader-7-count span[data-id="4"] {
  animation-delay: calc(0.15s * 4);
  animation: liquid-7-count-4 2.3s ease-in-out forwards;
}
@keyframes liquid-7-count-4 {
  0% {
    width: 210px;
    height: 210px;
    transform: rotate(0deg) translateX(120px);
    background-color: #004454;
  }
  90% {
    width: 110px;
    height: 110px;
    transform: rotate(calc(51.43deg * 4));
    border: 2px solid #fff;
    background: #004454;
  }
  100% {
    border: 2px solid #004454;
    width: 110px;
    height: 110px;
    transform: rotate(calc(51.43deg * 4));
    background: #fff;
  }
}
#section2 .loaderCont.show_elem .loader-7-count span[data-id="4"] p {
  transform: rotate(calc((51.43deg * 4) * -1));
  opacity: 0.0;
  animation: show 0.5s forwards;
  animation-delay: 2.3s;
}
#section2 .loaderCont.show_elem .loader-7-count span[data-id="5"] {
  animation-delay: calc(0.15s * 5);
  animation: liquid-7-count-5 2.4s ease-in-out forwards;
}
@keyframes liquid-7-count-5 {
  0% {
    width: 210px;
    height: 210px;
    transform: rotate(0deg) translateX(120px);
    background-color: #004454;
  }
  90% {
    width: 110px;
    height: 110px;
    transform: rotate(calc(51.43deg * 5));
    border: 2px solid #fff;
    background: #004454;
  }
  100% {
    border: 2px solid #004454;
    width: 110px;
    height: 110px;
    transform: rotate(calc(51.43deg * 5));
    background: #fff;
  }
}
#section2 .loaderCont.show_elem .loader-7-count span[data-id="5"] p {
  transform: rotate(calc((51.43deg * 5) * -1));
  opacity: 0.0;
  animation: show 0.5s forwards;
  animation-delay: 2.4s;
}
#section2 .loaderCont.show_elem .loader-7-count span[data-id="6"] {
  animation-delay: calc(0.15s * 6);
  animation: liquid-7-count-6 2.5s ease-in-out forwards;
}
@keyframes liquid-7-count-6 {
  0% {
    width: 210px;
    height: 210px;
    transform: rotate(0deg) translateX(120px);
    background-color: #004454;
  }
  90% {
    width: 110px;
    height: 110px;
    transform: rotate(calc(51.43deg * 6));
    border: 2px solid #fff;
    background: #004454;
  }
  100% {
    border: 2px solid #004454;
    width: 110px;
    height: 110px;
    transform: rotate(calc(51.43deg * 6));
    background: #fff;
  }
}
#section2 .loaderCont.show_elem .loader-7-count span[data-id="6"] p {
  transform: rotate(calc((51.43deg * 6) * -1));
  opacity: 0.0;
  animation: show 0.5s forwards;
  animation-delay: 2.4s;
}
#section2 .loaderCont.show_elem .loader-7-count span[data-id="7"] {
  animation-delay: calc(0.15s * 7);
  animation: liquid-7-count-7 2.5s ease-in-out forwards;
}
@keyframes liquid-7-count-7 {
  0% {
    width: 210px;
    height: 210px;
    transform: rotate(0deg) translateX(120px);
    background-color: #004454;
  }
  90% {
    width: 110px;
    height: 110px;
    transform: rotate(calc(51.43deg * 7));
    border: 2px solid #fff;
    background: #004454;
  }
  100% {
    border: 2px solid #004454;
    width: 110px;
    height: 110px;
    transform: rotate(calc(51.43deg * 7));
    background: #fff;
  }
}
#section2 .loaderCont.show_elem .loader-7-count span[data-id="7"] p {
  transform: rotate(calc((51.43deg * 7) * -1));
  opacity: 0.0;
  animation: show 0.5s forwards;
  animation-delay: 2.5s;
}
/* /// --- 7 --- //// */

/* /// --- 8 --- //// */
#section2 .loaderCont.show_elem .loader-8-count span[data-id="1"] {
  animation-delay: calc(0.15s * 1);
  animation: liquid-8-count-1 2s ease-in-out forwards;
}
@keyframes liquid-8-count-1 {
  0% {
    width: 210px;
    height: 210px;
    transform: rotate(0deg) translateX(120px);
    background-color: #004454;
  }
  90% {
    width: 110px;
    height: 110px;
    transform: rotate(calc(45deg));
    border: 2px solid #fff;
    background: #004454;
  }
  100% {
    border: 2px solid #004454;
    width: 110px;
    height: 110px;
    transform: rotate(calc(45deg));
    background: #fff;
  }
}
#section2 .loaderCont.show_elem .loader-8-count span[data-id="1"] p {
  transform: rotate(calc((45deg * 1) * -1));
  opacity: 0.0;
  animation: show 0.5s forwards;
  animation-delay: 2.0s;
}
#section2 .loaderCont.show_elem .loader-8-count span[data-id="2"] {
  animation-delay: calc(0.15s * 2);
  animation: liquid-8-count-2 2.1s ease-in-out forwards;
}
@keyframes liquid-8-count-2 {
  0% {
    width: 210px;
    height: 210px;
    transform: rotate(0deg) translateX(120px);
    background-color: #004454;
  }
  90% {
    width: 110px;
    height: 110px;
    transform: rotate(calc(45deg * 2));
    border: 2px solid #fff;
    background: #004454;
  }
  100% {
    border: 2px solid #004454;
    width: 110px;
    height: 110px;
    transform: rotate(calc(45deg * 2));
    background: #fff;
  }
}
#section2 .loaderCont.show_elem .loader-8-count span[data-id="2"] p {
  transform: rotate(calc((45deg * 2) * -1));
  opacity: 0.0;
  animation: show 0.5s forwards;
  animation-delay: 2.1s;
}
#section2 .loaderCont.show_elem .loader-8-count span[data-id="3"] {
  animation-delay: calc(0.15s * 3);
  animation: liquid-8-count-3 2.2s ease-in-out forwards;
}
@keyframes liquid-8-count-3 {
  0% {
    width: 210px;
    height: 210px;
    transform: rotate(0deg) translateX(120px);
    background-color: #004454;
  }
  90% {
    width: 110px;
    height: 110px;
    transform: rotate(calc(45deg * 3));
    border: 2px solid #fff;
    background: #004454;
  }
  100% {
    border: 2px solid #004454;
    width: 110px;
    height: 110px;
    transform: rotate(calc(45deg * 3));
    background: #fff;
  }
}
#section2 .loaderCont.show_elem .loader-8-count span[data-id="3"] p {
  transform: rotate(calc((45deg * 3) * -1));
  opacity: 0.0;
  animation: show 0.5s forwards;
  animation-delay: 2.2s;
}
#section2 .loaderCont.show_elem .loader-8-count span[data-id="4"] {
  animation-delay: calc(0.15s * 4);
  animation: liquid-8-count-4 2.3s ease-in-out forwards;
}
@keyframes liquid-8-count-4 {
  0% {
    width: 210px;
    height: 210px;
    transform: rotate(0deg) translateX(120px);
    background-color: #004454;
  }
  90% {
    width: 110px;
    height: 110px;
    transform: rotate(calc(45deg * 4));
    border: 2px solid #fff;
    background: #004454;
  }
  100% {
    border: 2px solid #004454;
    width: 110px;
    height: 110px;
    transform: rotate(calc(45deg * 4));
    background: #fff;
  }
}
#section2 .loaderCont.show_elem .loader-8-count span[data-id="4"] p {
  transform: rotate(calc((45deg * 4) * -1));
  opacity: 0.0;
  animation: show 0.5s forwards;
  animation-delay: 2.3s;
}
#section2 .loaderCont.show_elem .loader-8-count span[data-id="5"] {
  animation-delay: calc(0.15s * 5);
  animation: liquid-8-count-5 2.4s ease-in-out forwards;
}
@keyframes liquid-8-count-5 {
  0% {
    width: 210px;
    height: 210px;
    transform: rotate(0deg) translateX(120px);
    background-color: #004454;
  }
  90% {
    width: 110px;
    height: 110px;
    transform: rotate(calc(45deg * 5));
    border: 2px solid #fff;
    background: #004454;
  }
  100% {
    border: 2px solid #004454;
    width: 110px;
    height: 110px;
    transform: rotate(calc(45deg * 5));
    background: #fff;
  }
}
#section2 .loaderCont.show_elem .loader-8-count span[data-id="5"] p {
  transform: rotate(calc((45deg * 5) * -1));
  opacity: 0.0;
  animation: show 0.5s forwards;
  animation-delay: 2.4s;
}
#section2 .loaderCont.show_elem .loader-8-count span[data-id="6"] {
  animation-delay: calc(0.15s * 6);
  animation: liquid-8-count-6 2.5s ease-in-out forwards;
}
@keyframes liquid-8-count-6 {
  0% {
    width: 210px;
    height: 210px;
    transform: rotate(0deg) translateX(120px);
    background-color: #004454;
  }
  90% {
    width: 110px;
    height: 110px;
    transform: rotate(calc(45deg * 6));
    border: 2px solid #fff;
    background: #004454;
  }
  100% {
    border: 2px solid #004454;
    width: 110px;
    height: 110px;
    transform: rotate(calc(45deg * 6));
    background: #fff;
  }
}
#section2 .loaderCont.show_elem .loader-8-count span[data-id="6"] p {
  transform: rotate(calc((45deg * 6) * -1));
  opacity: 0.0;
  animation: show 0.5s forwards;
  animation-delay: 2.4s;
}
#section2 .loaderCont.show_elem .loader-8-count span[data-id="7"] {
  animation-delay: calc(0.15s * 7);
  animation: liquid-8-count-7 2.5s ease-in-out forwards;
}
@keyframes liquid-8-count-7 {
  0% {
    width: 210px;
    height: 210px;
    transform: rotate(0deg) translateX(120px);
    background-color: #004454;
  }
  90% {
    width: 110px;
    height: 110px;
    transform: rotate(calc(45deg * 7));
    border: 2px solid #fff;
    background: #004454;
  }
  100% {
    border: 2px solid #004454;
    width: 110px;
    height: 110px;
    transform: rotate(calc(45deg * 7));
    background: #fff;
  }
}
#section2 .loaderCont.show_elem .loader-8-count span[data-id="7"] p {
  transform: rotate(calc((45deg * 7) * -1));
  opacity: 0.0;
  animation: show 0.5s forwards;
  animation-delay: 2.4s;
}
#section2 .loaderCont.show_elem .loader-8-count span[data-id="8"] {
  animation-delay: calc(0.15s * 7);
  animation: liquid-8-count-8 2.5s ease-in-out forwards;
}
@keyframes liquid-8-count-8 {
  0% {
    width: 210px;
    height: 210px;
    transform: rotate(0deg) translateX(120px);
    background-color: #004454;
  }
  90% {
    width: 110px;
    height: 110px;
    transform: rotate(calc(45deg * 8));
    border: 2px solid #fff;
    background: #004454;
  }
  100% {
    border: 2px solid #004454;
    width: 110px;
    height: 110px;
    transform: rotate(calc(45deg * 8));
    background: #fff;
  }
}
#section2 .loaderCont.show_elem .loader-8-count span[data-id="8"] p {
  transform: rotate(calc((45deg * 8) * -1));
  opacity: 0.0;
  animation: show 0.5s forwards;
  animation-delay: 2.5s;
}
/* /// --- 7 --- //// */







#section3 .content h2,
#section3 .content p,
#section3 .content h3,
#section3 .content fs_20 {
  opacity: 0.0;
}
#section3 .content .show_elem h2 {
  animation: shift 0.5s forwards;
  animation-delay: 0.1s;
  animation-timing-function: ease-out;
}
#section3 .content .show_elem h3 {
  animation: shift 0.5s forwards;
  animation-delay: 0.3s;
  animation-timing-function: ease-out;
}
#section3 .content .show_elem p {
  animation: shift 0.5s forwards;
  animation-delay: 0.2s;
  animation-timing-function: ease-out;
}
#section3 .field_cont a {
  opacity: 0.0;
  transform: scale(0);
}
#section3 .field_cont a.show_elem {
  animation: scale 0.3s forwards;
  animation-delay: 0.0s;
}
#section3 .carousel h3,
#section3 .carousel strong,
#section3 .carousel p,
#section3 .carousel .button,
#section3 .carousel .button_small,
#section3 .carousel .anim_img {
  opacity: 0.0;
}
#section3 .carousel .show_elem {
  animation: show 0.3s forwards;
  animation-delay: 0.8s;
}
#section3 .carousel .show_elem h3 {
  animation: show 0.5s forwards;
  animation-delay: 0.1s;
  animation-timing-function: ease-out;
}
#section3 .carousel .show_elem .button_small {
  animation: show 0.5s forwards;
  animation-delay: 0.2s;
  animation-timing-function: ease-out;
}
#section3 .carousel .show_elem strong {
  animation: show 0.5s forwards;
  animation-delay: 0.3s;
  animation-timing-function: ease-out;
}
#section3 .carousel .show_elem p {
  animation: show 0.5s forwards;
  animation-delay: 0.4s;
  animation-timing-function: ease-out;
}
#section3 .carousel .show_elem .button {
  animation: show 0.5s forwards;
  animation-delay: 0.5s;
  animation-timing-function: ease-out;
}
#section3 .carousel .show_elem .anim_img {
  animation: scale 0.3s forwards;
  animation-delay: 0.4s;
  animation-timing-function: ease-out;
}
#section4 img {
  /* opacity: 0.0;
  transform: scale(0); */
}
#section4 img.show_elem {
  animation: scale 0.2s forwards;
  animation-delay: 0.2s;
}
#section5 h2,
#section5 p,
#section5 a {
  opacity: 0;
}
#section5 .show_elem h2 {
  animation: show 0.5s forwards;
  animation-delay: 0.1s;
  animation-timing-function: ease-out;
}
#section5 .show_elem p {
  animation: show 0.5s forwards;
  animation-delay: 0.3s;
  animation-timing-function: ease-out;
}
#section5 .show_elem a {
  animation: show 0.5s forwards;
  animation-delay: 0.5s;
  animation-timing-function: ease-out;
}
#single_header .content h1,
#single_header .content p,
#single_header .content .button_small,
#single_header .content .button {
  opacity: 0.0;
}
#single_header .content h1 {
  animation: shift 0.5s forwards;
  animation-delay: 0.1s;
  animation-timing-function: ease-out;
}
#single_header .content .button_small {
  animation: shift 0.5s forwards;
  animation-delay: 0.2s;
  animation-timing-function: ease-out;
}
#single_header .content p {
  animation: shift 0.5s forwards;
  animation-delay: 0.3s;
  animation-timing-function: ease-out;
}
#single_header .content .button {
  animation: shift 0.5s forwards;
  animation-delay: 0.4s;
  animation-timing-function: ease-out;
}
#single_header .vizualization_cont {
  opacity: 0.0;
  animation: scale 0.3s forwards;
  animation-delay: 0.8s;
}

#single_header .vizualization_cont img {
	max-height: 500px !important;
}
#single_header .circle_menu {
  opacity: 0.0;
  animation: scale 0.3s forwards;
  animation-delay: 1.2s;
}
#single_amin h2,
#single_amin .pin_cont {
  opacity: 0.0;
}
#single_amin h2.show_elem,
#single_amin .pin_cont.show_elem {
  animation: show 0.3s forwards;
  animation-delay: 1.2s;
}
#single_amin .single_anim_arrow {
  opacity: 0.0;
  position: relative;
  top: 85px;
  transition: all 0.3s;
}
#single_amin .single_anim_arrow.show {
  opacity: 1.0;
}
#case_studies .referencie_align {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 30px;
  grid-column-gap: 10px;
}


#case_studies .show_elem {
  display: flex;
  flex: 1;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px;
  background-color: #f1f1f1;
}
#case_studies .text_wrapper {
  display: flex;
  flex: 1;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
#case_studies .line_decoration {
  position: relative;
}
#case_studies .line_decoration a:hover {
  color: #000;
}
#case_studies .line_decoration::after {
  position: absolute;
  content: '';
  width: 40%;
  height: 1px;
  background-color: #D9D9D9;
  top: 0;
  left: 0;
}
#case_studies .item {
  height: 100%;
  /* max-height: 450px; */
  opacity: 0.0;
  transform: scale(0);
}
#case_studies .item.show_elem {
  animation: scale 0.5s forwards;
  animation-delay: 0.3s;
  animation-timing-function: ease-out;
}



@media (max-width: 575px) {

  #case_studies .referencie_align {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }




}





#specs h2,
#specs .fs_20,
#specs .circle {
  opacity: 0.0;
}



#specs h2.show_elem {
  animation: show 0.5s forwards;
  animation-delay: 0.1s;
  animation-timing-function: ease-out;
}
#specs .fs_20.show_elem {
  animation: show 0.5s forwards;
  animation-delay: 0.3s;
  animation-timing-function: ease-out;
}
#specs .show_elem .circle {
  animation: scale 0.5s forwards;
  animation-delay: 0.5s;
  animation-timing-function: ease-out;
  padding: 1rem;
}

#buy_single img {
  opacity: 0.0;
  transform: scale(0);
}
#buy_single img.show_elem {
  animation: scale 0.5s forwards;
  animation-delay: 0.5s;
  animation-timing-function: ease-out;
}
.loaderCont {
  opacity: 0.0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loaderCont .loader-5-count,
.loaderCont .loader-6-count,
.loaderCont .loader-7-count,
.loaderCont .loader-8-count {
  position: relative;
  width: 500px;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loaderCont .loader-5-count .main_circle,
.loaderCont .loader-6-count .main_circle,
.loaderCont .loader-7-count .main_circle,
.loaderCont .loader-8-count .main_circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 210px;
  background-color: #004454;
  border-radius: 50%;
  z-index: 1;
}
.loaderCont .loader-5-count span,
.loaderCont .loader-6-count span,
.loaderCont .loader-7-count span,
.loaderCont .loader-8-count span {
  position: absolute;
  left: 0;
  transform-origin: 250px;
  width: 210px;
  height: 210px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
  transition: all 0.3s;
  font-weight: 700;
  z-index: 0;
}
.loaderCont .loader-5-count span:hover,
.loaderCont .loader-6-count span:hover,
.loaderCont .loader-7-count span:hover,
.loaderCont .loader-8-count span:hover {
  color: #1eb53a !important;
}
.loaderCont .loader-5-count span p,
.loaderCont .loader-6-count span p,
.loaderCont .loader-7-count span p,
.loaderCont .loader-8-count span p {
  margin-bottom: 0;
}
.loaderCont svg {
  width: 0;
  height: 0;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(30, 181, 58, 0.8);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(30, 181, 58, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(30, 181, 58, 0);
  }
}
@keyframes pulse_circle {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  }
  70% {
    box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
@keyframes show {
  0% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}
@keyframes scale {
  0% {
    transform: scale(0);
    opacity: 0.0;
  }
  100% {
    transform: scale(1);
    opacity: 1.0;
  }
}
@keyframes scale_pulse {
  0% {
    transform: scale(0);
    opacity: 0.0;
  }
  70% {
    transform: scale(1.1);
    opacity: 1.0;
  }
  100% {
    transform: scale(1);
    opacity: 1.0;
  }
}
@keyframes shift {
  0% {
    transform: translateX(-100px);
    opacity: 0.0;
  }
  30% {
    transform: translateX(-30px);
    opacity: 0.5;
  }
  100% {
    transform: translateX(0px);
    opacity: 1.0;
  }
}
@keyframes slide {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes first_mobile {
  0% {
    opacity: 0.0;
    transform: translate(calc(33.33333333vw), 40vh) scale(2);
  }
  50% {
    opacity: 1.0;
    transform: translate(calc(33.33333333vw), 40vh) scale(2);
  }
  100% {
    opacity: 1.0;
    transform: translate(0vw, 0vh) scale(1.1);
  }
}
@keyframes second {
  0% {
    background-color: rgba(0, 0, 0, 0.8);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

.spoluprace_wrapper {
  /* background-color: #e6e6e6; */
  /* border: 1px solid orange; */
  padding: 65px 0;
}
.spoluprace_wrapper .container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px 45px 20px;
}
.spoluprace_wrapper .container.no-padding {
  padding: 0 20px 0 20px;
}
.spoluprace_wrapper .container.padding-top {
  padding: 65px 0 0 0;
}
.spoluprace_wrapper .container p {
  text-align: justify;
}
.spoluprace_wrapper .container p:last-child {
  margin: 0 !important;
  padding-bottom: 0 !important;
}
.spoluprace_wrapper .container h2 {
  margin: 0;
  padding-bottom: 20px !important;
}
.spoluprace_wrapper .container h3 {
  margin: 0;
  font-size: 1.5rem !important;
}
.spoluprace_wrapper.white {
  background-color: #ffffff;
  padding: 55px 0 0 0;
}
.spoluprace_wrapper.white .container {
  padding: 0 20px 15px 20px;
}




@media (max-width: 1399px) {
  .hp header.top_position.with_anim .navbar-brand svg {
    opacity: 0.0;
    transform: translate(calc(1140px/2 - 70px), 40vh) scale(2);
    animation: first 2.0s forwards;
  }
  @keyframes first {
    0% {
      opacity: 0.0;
      transform: translate(calc(500px), 40vh) scale(2);
    }
    50% {
      opacity: 1.0;
      transform: translate(calc(500px), 40vh) scale(2);
    }
    100% {
      opacity: 1.0;
      transform: translate(0vw, 0vh) scale(1.0);
    }
  }
}
@media (max-width: 1199px) {
  .desktop_1199 {
    display: none !important;
  }
  header.small_header .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  }
  #single_header {
    min-height: auto;
    height: auto;
  }
  #vizual.shift {
    transform: translate(-180px, 1050px) scale(1.5);
  }
  .hp header.top_position.with_anim .navbar-brand svg {
    opacity: 0.0;
    transform: translate(calc(960px/2 - 70px), 40vh) scale(2);
    animation: first 2.0s forwards;
  }




  .button_green_wrapper {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }

  .button_green_item:nth-child(4) { grid-area: 1 / 1 / 2 / 2; }
  .button_green_item:nth-child(4) { grid-area: 1 / 2 / 2 / 3; }
  .button_green_item:nth-child(4) { grid-area: 1 / 3 / 2 / 4; }
  .button_green_item:nth-child(4) { grid-area: 2 / 2 / 3 / 3; }












  @keyframes first {
    0% {
      opacity: 0.0;
      transform: translate(calc(410px), 40vh) scale(2);
    }
    50% {
      opacity: 1.0;
      transform: translate(calc(410px), 40vh) scale(2);
    }
    100% {
      opacity: 1.0;
      transform: translate(0vw, 0vh) scale(1.1);
    }
  }
}

.dropdown-toggle:focus,
.dropdown-toggle:hover {
  background-color: transparent !important;
}











@media (max-width: 991px) {
  .button_green_wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
  }
  .d-flex.desktop_991 {
    display: none !important;
  }
  .mobile_991 {
    display: block;
  }
  .pe-10 {
    padding-right: 0rem !important;
  }
  .hp header.top_position.with_anim .navbar-brand svg {
    opacity: 0.0;
    transform: translate(calc(720px/2 - 70px), 40vh) scale(2);
    animation: first 2.0s forwards;
  }
  @keyframes first {
    0% {
      opacity: 0.0;
      transform: translate(calc(290px), 40vh) scale(2);
    }
    50% {
      opacity: 1.0;
      transform: translate(calc(290px), 40vh) scale(2);
    }
    100% {
      opacity: 1.0;
      transform: translate(0vw, 0vh) scale(1.1);
    }
  }
  .button_green_item:nth-child(4) { grid-area: auto; }
  .button_green_item:nth-child(4) { grid-area: auto; }
  .button_green_item:nth-child(4) { grid-area: auto; }
  .button_green_item:nth-child(4) { grid-area: auto; }
  #section2 .loaderCont {
    margin-bottom: 50px;
  }
  #section5 h2 {
    margin-bottom: 330px !important;
  }
  #section5 object {
    top: 230px;
    bottom: auto;
    right: 0;
    left: 0;
    margin: auto;
  }
  #case_studies .item_cont {
    margin-bottom: 50px;
  }
  #specs .circle_cont > div {
    width: calc(25%);
  }
  .part_blue .item_cont {
    /* margin-bottom: 50px; */
  }
  #single_amin img {
/*     top: -20px; */
  }
}
@media (max-width: 767px) {
  .desktop_767 {
    display: none !important;
  }
  .mobile_767 {
    display: block;
  }
  #specs .circle_cont > div {
    width: calc(33.33333333%);
  }
  .hp header.top_position.with_anim .navbar-brand svg {
    opacity: 0.0;
    transform: translate(calc(540px/2 - 70px), 40vh) scale(2);
    animation: first 2.0s forwards;
  }
  @keyframes first {
    0% {
      opacity: 0.0;
      transform: translate(calc(200px), 40vh) scale(2);
    }
    50% {
      opacity: 1.0;
      transform: translate(calc(200px), 40vh) scale(2);
    }
    100% {
      opacity: 1.0;
      transform: translate(0vw, 0vh) scale(1.1);
    }
  }
}
@media (max-width: 575px) {
  .button_green_wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(4, auto);
  }
  h2 {
    font-size: 60px !important;
    font-size: 3.75rem !important;
  }
  .desktop_575 {
    display: none !important;
  }
  .mobile_575.carousel-indicators,
  .mobile_575 {
    display: block;
  }
  .block_575 {
    display: block;
    margin-bottom: 20px;
  }
  .part {
    padding: 90px 0;
  }
  .text_center-sm {
    text-align: center;
  }
  #section1 {
    text-align: center;
  }
  #section1 .row {
    width: auto !important;
  }
  #section1 .carousel_nav {
    text-align: center !important;
  }
  #section2 .carousel-indicators {
    bottom: -170px;
  }
  #section5,
  #section-form,
  #single_header {
    text-align: center;
  }
  #section5 form button[type="submit"],
  #section-form form button[type="submit"],
  #single_header form button[type="submit"] {
    width: 100%;
  }
  #section5 .text-start,
  #section-form .text-start,
  #single_header .text-start {
    text-align: center !important;
  }
  #single_amin {
    padding-bottom: 30px;
  }
  #carouselFields .content_carousel {
    text-align: center !important;
  }
  #carouselCaseStudies .text_cont {
    min-height: 250px;
  }
  #carouselCaseStudies .line {
    width: 100%;
  }
  #carouselCaseStudies .carousel-indicators {
    bottom: -70px;
  }
  .dropdown-default {
    margin-top: 80px;
  }

  #specs .circle {
    font-size: 12px;
    font-size: 0.75rem;
  }
  #buy_single {
    padding-bottom: 140px;
  }
  #carouselBuySingle img {
    max-width: 300px;
  }
  #carouselBuySingle .carousel-indicators {
    bottom: -70px;
  }
  .hp header.top_position.with_anim .navbar-brand svg {
    opacity: 0.0;
    transform: translate(calc(33.33333333vw), 40vh) scale(2);
    animation: first_mobile 2.0s forwards;
  }
  .button_small {
    margin-bottom: 20px !important;
  }
  .pe-5 {
    padding-right: 15px !important;
  }
  footer {
    display: none;
  }
  #single_amin .pin_content {
    top: 30% !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto;
  }
  #single_amin .pin_content:after {
    display: none !important;
  }
  #section1 .dots {
    display: none;
  }
  #section5 h2 {
    margin-bottom: 200px !important;
  }
  #section5 object {
    top: 280px;
    left: 32%;
    transform: scale(2.5);
  }
  .d-flex.desktop_575_hidden {
    display: none !important;
  }
  .d-f-align-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pe-5.show_elem {
    padding-right: calc(var(--bs-gutter-x)* .5) !important;
  }
  .mb-5.pe-5 {
    padding-right: 0 !important;
  }
  .offcanvas {
    background-color: #000 !important;
  }

}
@media (max-width: 375px) {
  #specs .circle_cont > div {
    width: 50%;
  }
}




.spoluprace_gap {
  margin-bottom: 100px;
}
.pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 75px !important;
  margin-bottom: 20px !important;
}
.pagination .current,
.pagination a {
  display: inline-block;
  padding: 6px 12px;
  margin: 0 3px !important;
  border: 0px solid #ddd;
  background-color: #f5f5f5;
  color: #8b8b8b !important;
  text-decoration: none;
}
.pagination a:hover {
  color: #ffffff !important;
  background-color: #1eb53a !important;
}
.pagination .current {
  background-color: #f5f5f5;
  color: #ddd;
  border-color: #f5f5f5;
}







#section4 .container {
  padding: 0 !important;
  z-index: 1;
  position: relative;
}

#section4 .container::after,
#section4 .container::before {
  content: '';
  width: 20%;
  max-width: 300px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: rgb(255,255,255);
  background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  z-index: 111;
}
#section4 .container::before {
  right: 0;
  left: auto;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
.gallery_row {
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
  align-items: center; /* Zarovnanie obrázkov na stred vertikálne */
  z-index: 1;
}

.logo-slide {
  flex: 0 0 auto;
  margin: 0 10px; /* Môžete upraviť podľa potreby */
}

.logo-slide img {
  max-width: 200px; /* Upravte podľa veľkosti loga */
  height: auto;
  display: block;
}

.empty-space {
  height: 65px;
}

#section3 .carousel .show_elem .button_small[href="#"] {
  pointer-events: none !important;
  cursor: default !important;
}




.header-small {
  height: 90px;
  /* background-color: #1c2127; */
}


.showroom_widget_wrapper {
  background-color: #f29f4f;
  padding: 65px 0;
  margin: 65px 0;
}
.showroom_widget_wrapper h4 {
  color: #ffffff;
}
.showroom_text_wrapper p:last-child,
.showroom_widget_wrapper p:last-child {
  padding-bottom: 0 !important;
  margin: 0 !important;
}
.showroom_title_wrapper h2 {
  padding: 65px 0 30px 0 !important;
  margin: 50px 0 50px 0 !important;
}
.showroom_gallery_wrapper h2 {
  padding: 0 !important;
  margin: 25px 0 30px 0 !important;
}
.showroom_text_wrapper p {
  text-align: justify;
}




.showroom_wrapper {
  padding: 0;
}
.showroom_wrapper .container {
  max-width: none;
}
.showroom_wrapper .container .row>* {
  margin: 0 !important;
  padding: 0 !important;
}
.showroom_wrapper a {
  width: 100%;
  height: 450px;
  position: relative;
  background-color: #000;
}

.showroom_wrapper img {
  border-style: none;
  width: 100% !important;
  height:  100%;
  display: block;
  object-fit: cover;
  transform-origin: center;
  opacity: 0.5;
}
.showroom_wrapper a .title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}


.showroom_wrapper a .title span {
  width: 350px;
  font-weight: 600;
  color: #fff;
  border: 2px solid #1eb53a;
  background-color: #1eb53a53;
  padding: 15px 50px;
  border-radius: 50px;
  text-align: center;
}


.showroom_wrapper a:hover .title span {
  background-color: #1eb53a;
}
.showroom_wrapper a:hover img {
  opacity: 1;
}




.spoluprace_gap {
  margin-bottom: 0 !important;
}


#case_studies .container {
  padding-bottom: 65px;
}
#case_studies .img_cont {
  border-style: none;
  width: 100%;
  /* height: 100%; */
  display: block;
  object-fit: cover;
  transform-origin: center;
}
.case_studies_wrapper {
  position: relative;
}


.case_studies_wrapper .arrow_left,
.case_studies_wrapper .arrow_right,
.case_studies_wrapper .nav_dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1eb53a;
  display: none;
}







.slider-container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}

.slider-wrapper {
  overflow: hidden; /* Skryje nadbytočné položky */
  display: flex;
  width: 100%; /* Dynamická šírka */
  
}

.slider {
  width: 100%;
  display: flex;
  transition: transform 0.6s ease;
  flex-wrap: nowrap;
  box-sizing: border-box;
}

.slider .spoluprace_gap {
  flex: 0 0 33.333%;
  padding: 20px !important;
}





.slider-nav-prev,
.slider-nav-next {
  width: 30px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  border: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0 !important;
  background-color: #f1f1f1;
  transition: all 0.5s !important;
  font-size: 26px;
  font-weight: 700;
  color: rgb(144, 144, 144);
}
.slider-nav-prev {
  left: -40px;
}
.slider-nav-next {
  right: -40px;
}
.slider-nav-prev:focus,
.slider-nav-next:focus {
  color: rgb(144, 144, 144);
  background-color: #f1f1f1;
}
.slider-nav-prev:hover,
.slider-nav-next:hover {
  background-color: #1eb53a;
  color: #ffffff;
}



.slider-dots {
  height: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 25px 0 0 0;
}
.slider-dots .dots {
  width: 30px;
  height: 3px;
  background-color: #cfcfcf;
  margin: 0 5px;
  cursor: pointer;

  transition: all 0.2s !important;
}
.slider-dots .dots:hover {
  height: 5px;
  background-color: #1eb53a;
}
.slider-dots .dots.active {
  pointer-events: none;
  background-color: #e4e4e4;
}


.dots-phone {
  display: none;
}
@media (max-width: 575px) {
  .slider-wrapper {
    width: calc(100% - 60px);
    margin: auto;
  }
  .slider .spoluprace_gap {
    flex: 0 0 100%;
    padding: 20px !important;
  }
  .slider-nav-prev {
    left: 5px;
  }
  .slider-nav-next {
    right: 5px;
  }
  .dots-desktop {
    display: none;
  }
  .dots-phone {
    display: flex;
  }
}










.gap-columns .item_cont:nth-child(4),
.gap-columns .item_cont:nth-child(5),
.gap-columns .item_cont:nth-child(6) {
  gap: 10px;
  margin-top: calc((var(--bs-gutter-x) * .5 ) * 2);
}









/* Custom price table */
.cennik_table {
  margin-top: 100px;
  border: 0;
  border-collapse: separate;
  border-spacing: 10px 0;
}

.cennik_table tr {
  position: relative;
}



/* TH a TD */
.cennik_table th, 
.cennik_table td {
  text-align: center;
  border: 0 !important;
  color: #004454;
  background-color: #fff !important;
}
.cennik_table th {
  line-height: 50px;
  text-transform: uppercase;
}
.cennik_table th:first-child, 
.cennik_table td:first-child {
  text-align: left;
  vertical-align: middle;
} 
.cennik_table td:first-child {
  padding: 15px 15px 15px 35px !important;
  line-height: 24px;
}
.cennik_table th.bg-gray,
.cennik_table td.bg-gray {
  background-color: #ededed !important;
}
.cennik_table th.bg-green,
.cennik_table td.bg-green {
  color: #ffffff;
  background-color: #1eb53a !important;
}
.cennik_table th.bg-gray,
.cennik_table th.bg-green {
  border-radius: 8px 8px 0 0;
}
.cennik_table tr::after {
  content: '';
  position: absolute;
  width: calc(100% - 20px);
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #d2d2d2;
}
.cennik_table th:nth-child(1)
.cennik_table td:nth-child(1) {
  width: auto;
}
.cennik_table th:nth-child(2),
.cennik_table th:nth-child(3),
.cennik_table th:nth-child(4),
.cennik_table td:nth-child(2),
.cennik_table td:nth-child(3),
.cennik_table td:nth-child(4) {
  width: 175px;
}
.cennik_table td.bg-gray,
.cennik_table td.bg-green {
  vertical-align: middle;
}
.cennik_table td .img-wrapper {
  display: flex;
  justify-content: center;
}
.cennik_table td.bg-gray img,
.cennik_table td.bg-green img {
  width: 20px !important;
  height: auto;
  object-fit: cover;
  transform-origin: center;
}



/* Arrow */
.cennik_table td .arrow,
.cennik_table td .arrow-no-child {
  position: absolute;
  width: 15px;
  height: 15px;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  align-content: center;
  display: inline-block;
  transition: transform 0.3s ease;
}
.cennik_table td .arrow img,
.cennik_table td .arrow-no-child img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transform-origin: center;
}
.cennik_table td .arrow.flipped {
  transform: rotate3d(1, 0, 0, 180deg);
}


.child-row {
  width: 100%;
  display: none;
}







@media (max-width: 1240px) {
  .cennik_table thead th:nth-child(2),
  .cennik_table thead th:nth-child(3),
  .cennik_table thead th:nth-child(4) {
    width: 40px !important;
    height: 120px !important;
  }
  .cennik_table th:nth-child(2),
  .cennik_table th:nth-child(3),
  .cennik_table th:nth-child(4),
  .cennik_table td:nth-child(2),
  .cennik_table td:nth-child(3),
  .cennik_table td:nth-child(4) {
    width: 40px !important;
    padding: 0 !important;
    position: relative;
  }
  .cennik_table th.bg-gray,
  .cennik_table th.bg-green {
    text-align: left;
    vertical-align: bottom;
  }
  .cennik_table th.bg-gray span,
  .cennik_table th.bg-green span {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(-90deg);
    position: absolute;
    transform-origin: left top;
    z-index: 1;
    padding: 0 0 0 21px;
  }
}




@media (max-width: 575px) {
  .circle_menu {
    flex-direction: row;
    margin: auto;
    gap: 10px;
    margin-top: 60px;
  }
}

