:root {
  --brand-color: #0D4C97;
}



body {
  /* font-family: "Open Sans", sans-serif; */
  font-family: "Raleway", sans-serif;
  background-color: #040404;
  color: #000;
  position: relative;
  background: transparent;
}
.bgimg {
    display: block;
    position:fixed;
    top:0;
    width:100%;
    height:100%;
    /* background: #fff url("../img/background-light.jpg") top right no-repeat; */
    background-repeat: repeat-x;
    background-size:cover;
    z-index: -1;
    transition: background-image 1s ease;
    backdrop-filter: blur(150px);
}

/* Параллакс-фон */
.parallax-bg {
    position: fixed;
    top: 0;  /* Начало фона в верхней части экрана */
    left: 0;
    width: 100%;
    min-height: 300vh;
    /* height: 150vh;  /* Фон будет иметь высоту 150% от экрана */
    background: url("../img/background.jpg") no-repeat center top;
    background-repeat: repeat-y;
    background-size: 100% auto;
    z-index: -1;
}


.body-class-index {
  content: "";
  /*position: fixed;*/
  /*background: #040404 url("../img/background.png") top right no-repeat;
  background-size: cover;*/
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
  z-index: -1;
}
.body-class {
  content: "";
  /*position: fixed;*/
  /* background: #040404 url("../img/background-light.jpg") top right no-repeat; */
  background-size: cover;
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
  z-index: -1;
}
@media (min-width: 1024px) {
  body::before {
    background-attachment: fixed;
  }
}

a {
  font-family: "Raleway", sans-serif;
  text-decoration: none;
}


h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header .header-main {
  /*padding-bottom: 20px;*/
  justify-content: center;
  align-items: center;
}

#header .info-box {
  /*background: #ffffffc2;*/
  backdrop-filter: blur(5px);
}


#header * {
  justify-content: center;
}
#header h1 {
  font-size: 48px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
#header h1 a, #header h1 a:hover {
  color: #0D4C97;
  line-height: 1;
  display: inline-block;
}
#header h2 {
  font-size: 24px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.8);
}
#header h2 span {
  color: #0D4C97;
  font-weight: bold;
  border-bottom: 2px solid #dd1c1c;
  padding-bottom: 6px;
}
#header img {
  padding: 0;
  margin: 0;
}
#header .social-links {
  margin-top: 40px;
  display: flex;
}
#header .social-links a {
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1084f59e;
  color: #000;
  line-height: 1;
  margin-right: 8px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
#header .social-links a:hover {
  background: #0081ff;
}
@media (max-width: 992px) {
  #header h1 {
    font-size: 36px;
  }
  #header h2 {
    font-size: 20px;
    line-height: 30px;
  }
  #header .social-links {
    margin-top: 15px;
  }
  #header img {
    display: none;
  }
  #header .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

/* Header Top */
#header.header-top {
  /*height: 100px;*/
  position: fixed;
  display: flex;
  left: 0;
  top: 0;
  right: 0;
  background: #ffffff9e;
  backdrop-filter: blur(5px);
}
#header.header-top .social-links, #header.header-top h2 {
  display: none;
}
#header.header-top h1 {
  margin-right: auto;
  font-size: 36px;
}
#header.header-top .container {
  display: flex;
  align-items: center;
}
#header.header-top .navbar {
  margin: 0;
  width: 100%;
}
#header.header-top .img-site-logo {
  width: 80px;
}
@media (max-width: 768px) {
  #header.header-top {
    height: auto;
  }
  #header.header-top h1 {
    font-size: 26px;
  }
}





/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-me .content h3 {
  font-weight: 700;
  font-size: 26px;
  color: #1e90ff;
}
.about-me .content ul {
  list-style: none;
  padding: 0;
}
.about-me .content ul li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.about-me .content ul strong {
  margin-right: 10px;
}
.about-me .content ul i {
  font-size: 16px;
  margin-right: 5px;
  color: #1e90ff;
  line-height: 0;
}
.about-me .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
 /*  padding: 70px 0 60px; */
}
.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;

}
.counts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 38px;
  background: rgba(255, 255, 255, 0.3);
  padding: 12px;
  color: #0D4C97;
  border-radius: 50px;
  line-height: 0;
}
.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #000;
}
.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}
.skills .progress .skill {
  padding: 10px 0;
  margin: 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #000;
}
.skills .progress .skill .val {
  float: right;
  font-style: normal;
}
.skills .progress-bar-wrap {
  background: rgba(255, 255, 255, 0.2);
}
.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #1e90ff;
}

/*--------------------------------------------------------------
# PORTO (Портфолио)
--------------------------------------------------------------*/
.porto {
  padding: 70px 0 60px;
}

.porto .info-box {
  color: #444444;
  padding: 20px;
  width: 100%;
  background: #ffffffc2;
  backdrop-filter: blur(5px);
}
.porto .info-box i.bx {
  font-size: 24px;
  color: #1f272e;
  border-radius: 50%;
  padding: 14px;
  float: left;
  background: #1084f59e;
}
.porto .info-box h3 {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
  margin: 10px 0 8px 68px;
}
.porto .info-box p {
  padding: 0;
  color: #000;
  line-height: 24px;
  font-size: 14px;
  margin: 0 0 0 68px;
}
.porto .info-box .social-links {
  margin: 5px 0 0 68px;
  display: flex;
}
.porto .info-box .social-links a {
  font-size: 18px;
  display: inline-block;
  color: #000;
  line-height: 1;
  margin-right: 12px;
  transition: 0.3s;
}
.porto .info-box .social-links a:hover {
  color: #1e90ff;
}

/*--------------------------------------------------------------
# CYCLE
--------------------------------------------------------------*/
.cycle {
  padding: 70px 0 60px;
}
.cycle .icon-box {
  display: flex;
  align-items: center;
  padding: 20px;
  background: #fffeffad;
  transition: ease-in-out 0.3s;
  backdrop-filter: blur(5px);
}
.cycle .icon-box-text {
    align-items: baseline;
}
.cycle .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}
.cycle .icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
  color: #000;
}
.cycle .icon-box:hover {
  background: #fff;
}
.cycle .icon-box-hover {
  background: #fff;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid rgba(255, 255, 255, 0.12);
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: #000;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 0 45px;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.25);
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.3);
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1e90ff;
}

/*--------------------------------------------------------------
# Resume
--------------------------------------------------------------*/
.resume .resume-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000;
}
.resume .resume-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid rgba(255, 255, 255, 0.2);
  position: relative;
}
.resume .resume-item h4 {
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #1e90ff;
  margin-bottom: 10px;
}
.resume .resume-item h5 {
  font-size: 16px;
  background: rgba(255, 255, 255, 0.15);
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}
.resume .resume-item ul {
  padding-left: 20px;
}
.resume .resume-item ul li {
  padding-bottom: 10px;
}
.resume .resume-item:last-child {
  padding-bottom: 0;
}
.resume .resume-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #1e90ff;
  border: 2px solid #1e90ff;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  background: rgba(204, 204, 204, 0.1);
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
}
.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #1e90ff;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}
.services .icon-box .icon i {
  color: #000;
  font-size: 28px;
}
.services .icon-box .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
}
.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}
.services .icon-box h4 a {
  color: #000;
}
.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.services .icon-box:hover {
  background: #1e90ff;
  border-color: #1e90ff;
}
.services .icon-box:hover .icon {
  background: #000;
}
.services .icon-box:hover .icon i {
  color: #1e90ff;
}
.services .icon-box:hover .icon::before {
  background: #3d3d3d;
}
.services .icon-box:hover h4 a, .services .icon-box:hover p {
  color: #000;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 15px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px 10px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
  background: #0D4C97;
  margin: 0 3px 10px 3px;
  transition: all 0.3s ease-in-out;
  border-radius: 45px;
  /*border-radius: 25% 10%;*/
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  background: #dd1c1c;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  /*background: #00000017;
  height: 250px;*/
  /*border-radius: 25% 10%;
  backdrop-filter: blur(5px);*/
}
.portfolio .portfolio-wrap::before {
  content: "";
  /*background: #000;*/
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}
.portfolio .portfolio-wrap .portfolio-info {
  opacity: 100;
  position: absolute;
  top: 0;
  left: 5px;
  right: 5px;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  /*justify-content: center;*/
  padding: 20px;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.portfolio .portfolio-wrap .portfolio-info p {
  color: #000000;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}
.portfolio .portfolio-wrap .portfolio-links a {
  color: #000;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #1e90ff;
}
.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}
.portfolio .portfolio-wrap:hover .portfolio-info {
  /*opacity: 0.5;*/
}
.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}
.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
  background: #ffffff9e;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  backdrop-filter: blur(5px);
}
.portfolio-details .container {
  padding-top: 20px;
  padding-bottom: 40px;
}
.portfolio-details .portfolio-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-info {
  padding-top: 45px;
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-info p {
  font-size: 15px;
  padding: 15px 0 0 0;
}
@media (max-width: 992px) {
  .portfolio-details .portfolio-info {
    padding-top: 20px;
  }
}
.portfolio-details .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.3);
}
.portfolio-details .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1e90ff;
}


/*--------------------------------------------------------------
# Catalog Details
--------------------------------------------------------------*/
.catalog-details {
  padding-top: 80px;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: auto;
}
.catalog-details .container {
  padding-top: 20px;
  padding-bottom: 40px;
}
.catalog-details .portfolio-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.catalog-details .portfolio-info {
  padding-top: 45px;
}
.catalog-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}
.catalog-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.catalog-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.catalog-details .portfolio-info p {
  font-size: 15px;
  padding: 15px 0 0 0;
}
@media (max-width: 992px) {
  .catalog-details .portfolio-info {
    padding-top: 20px;
  }
}
.catalog-details .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.catalog-details .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.3);
}
.catalog-details .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1e90ff;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: left;
  background: #fffeffad;
  backdrop-filter: blur(5px);
}
.contact .info-box i.bx {
  font-size: 38px;
  color: #1e90ff;
  border-radius: 50%;
  padding: 14px;
  float: left;
  background: rgba(255, 255, 255, 0.1);
}
.contact .info-box h3 {
  font-size: 20px;
  /*color: rgba(255, 255, 255, 0.5);*/
  font-weight: 700;
  margin: 10px 0 8px 68px;
}
.contact .info-box p {
  padding: 0;
  color: #000;
  line-height: 24px;
  font-size: 14px;
  margin: 0 0 0 68px;
}
.contact .info-box .social-links {
  margin: 5px 0 0 68px;
  display: flex;
}
.contact .info-box .social-links a {
  font-size: 18px;
  display: inline-block;
  color: #000;
  line-height: 1;
  margin-right: 12px;
  transition: 0.3s;
}
.contact .info-box .social-links a:hover {
  color: #1e90ff;
}
.contact .eform {
  padding: 30px;
  background: rgba(255, 255, 255, 0.08);
}

.contact .eform .sent-message {
  display: none;
  background: rgba(255, 255, 255, 0.08);
  background: #1e90ff;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .eform .loading {
  display: none;
  background: rgba(255, 255, 255, 0.08);
  text-align: center;
  padding: 15px;
}
.contact .eform .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #1e90ff;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .eform input, .contact .eform textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  /*background: rgba(255, 255, 255, 0.08);
  border: 0;*/
  transition: 0.3s;
  color: #000;
}
.contact .eform input:focus, .contact .eform textarea:focus {
  background-color: rgba(255, 255, 255, 0.11);
}
.contact .eform input::-moz-placeholder, .contact .eform textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}
.contact .eform input::placeholder, .contact .eform textarea::placeholder {
  color: rgba(0, 0, 0, 0.7);
  opacity: 1;
}
.contact .eform input {
  padding: 10px 15px;
}
.contact .eform textarea {
  padding: 12px 15px;
}
.contact .eform button[type=submit] {
  background: #0D4C97;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .eform button[type=submit]:hover {
  background: #dd1c1c;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Credits
--------------------------------------------------------------*/
.credits {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 15px;
  text-align: right;
  font-size: 13px;
  color: #000;
  z-index: 999999;
}
@media (max-width: 992px) {
  .credits {
    text-align: center;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
  }
}
.credits a {
  color: #1e90ff;
  transition: 0.3s;
}
.credits a:hover {
  color: #000;
}

.idx_html {
  /*display: block;
   backdrop-filter: blur(9px);
  background-color: #ffffff60;
  padding-top: 12px; */
}

/*--------------------------------------------------------------
# Window 3D
--------------------------------------------------------------*/
.wnd3d1 {
    width: 100%;
    height: 350px;
}


/*--------------------------------------------------------------
# Post Table
--------------------------------------------------------------*/
.post-table {
	width: 100%;
	border: none;
	margin-bottom: 20px;
	/*border-collapse: separate;*/
}
.post-table thead th {
	font-weight: bold;
	text-align: left;
	border: none;
	padding: 10px 15px;
	background: #EDEDED;
	font-size: 14px;
	border-top: 1px solid #ddd;
}
.post-table tr th:first-child, .table tr td:first-child {
	border-left: 1px solid #ddd;
}
.post-table tr th:last-child, .table tr td:last-child {
	border-right: 1px solid #ddd;
}
.post-table thead tr th:first-child {
	border-radius: 20px 0 0 0;
}
.post-table thead tr th:last-child {
	border-radius: 0 20px 0 0;
}
.post-table tbody td {
	text-align: left;
	border: none;
	padding: 0px 15px;
	font-size: 14px;
	vertical-align: middle;
}
.post-table tbody tr:nth-child(even) {
	background: #f9f9f9;
}
.post-table tbody tr:nth-child(odd) {
	background: #ffffff;
}
.post-table tbody tr:last-child td{
	border-bottom: 1px solid #ddd;
}
.post-table tbody tr:last-child td:first-child {
	border-radius: 0 0 0 20px;
}
.post-table tbody tr:last-child td:last-child {
	border-radius: 0 0 20px 0;
}

.constructor-table td{
    width: 30%;
}
.constructor-table select {
    height: 40px;
    width: 100%;
}
/*--------------------------------------------------------------
# Find
--------------------------------------------------------------*/

input-search::-webkit-search-decoration {
	-webkit-appearance: none;
}
.search-box{
  width: fit-content;
  height: fit-content;
  position: relative;
  float: right;
}
.input-search{
  height: 50px;
  width: 50px;
  border-style: none;
  padding: 10px;
  font-size: 18px;
  letter-spacing: 2px;
  outline: none;
  border-radius: 25px;
  transition: all .5s ease-in-out;
  background-color: #0D4C97;
  padding-right: 40px;
  color:#000;
}
.input-search::placeholder{
  color: #000;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 100;
}
.btn-search{
  width: 50px;
  height: 50px;
  border-style: none;
  font-size: 20px;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  color:#ffffff;
  background-color:transparent;
  pointer-events: painted;
}
.btn-search:focus {
    color:#000;
}

.btn-search:focus ~ .input-search{
  width: 300px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom:1px solid #c71212;
  transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
  color:#000;
}
.input-search:focus, .input-search:valid{
  width: 300px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom:1px solid #ff0000;
  transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}
.search-box:focus-within .btn-search {
 color: #000;
}

.input-search-tab{
    width: 100%;
}

.search-box-dropdown {
  position: relative;
  display: inline-block;
}
.search-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 230px;
  border: 1px solid #ddd;
  z-index: 1;
}
.search-dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.search-dropdown-content a:hover {background-color: #f1f1f1}
.show {display:block;}


.wnd3d {
        display: block;
        position: sticky;
        left:100%;
        top: 5%;
        display:block;
        height:160px;
        width:160px;
        line-height:50px;
        transition:all .7s ease-out;
        border: 1px solid #fff;
        border-radius: 0.3em;
        background: #00000010;
        padding: 15px;
        z-index:100;
    }

.wnd3d:hover {
    position: sticky;
    left:100%;
    top: 5%;
    width:640px;
    height:640px;
    display: block;
    background: #000000FF;
}
.social-links-title {
    text-align: center;
    font-size:13px;
    font-weight: bold;
}
.social-links {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.social-links a {
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0D4C97;
  color: #000;
  line-height: 1;
  margin-right: 8px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transition: 0.5s;
  color: #ffffff9e;
}
.social-links a:hover {
  background: #dd1c1c;
  color: #fff;
}
.social-links-2 {
  margin-top: 0px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}


.caption-border {
  width: 400px;
  margin: 50px auto 0;
  border: 5px solid #0D4C97;
  background: white;
  padding: 10px;
  transition: 0.5s;
}
.caption-border img {
  max-width: 100%;
  height: auto;
  display: block;
}
.caption-border figcaption {
  padding: 10px;
  color: white;
  background: #0D4C97;
  text-align: center;
  text-transform: uppercase;
}
.caption-border:hover {
  border: 5px solid #dd1c1c;
}
.caption-border:hover figcaption {
  background: #dd1c1c;
}


.overlay {
  background-color: #000; /* Чёрный фон */
  height: 100%; /* Высота максимальна */
  left: 0; /* Нулевой отступ слева */
  opacity: 0.50; /* Степень прозрачности */
  position: fixed; /* Фиксированное положение */
  top: 0; /* Нулевой отступ сверху */
  width: 100%; /* Ширина максимальна */
  z-index: 1; /* Заведомо быть НАД другими элементами */
}

.docs-gallery {
  display: flex;
  flex-wrap: wrap;
}

.gallery-image {
    display: inline-block;
  height: 150px;
  margin: 10px;
  cursor: pointer;
}

.docs-gallery-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 80%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: opacity 2s ease; /* Анимация затемнения */
}

.docs-modal-content {
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.close {
  color: #000;
  font-size: 30px;
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  border: 0px;
  background: #fff;
}

.close:hover {
  color: red;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}


.button-order button {
  color: #fff;
  background: #0D4C97;
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 4px;
}
.button-order button:hover {
  background: #dd1c1c;
}

.classOrderPopup {
  padding: 20px;
}

.classOrderPopup h2 {
  margin-top: 0;
}

.classOrderPopup input, #closeOrderPopup {
  margin-bottom: 10px;
}


.promo-page-container {
    height: 100%;
}

.promo-page {
    height: 100%;
    background: #ffffff91;
    backdrop-filter: blur(5px);
}

.marker-label {
    position: absolute;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff; /* Цвет подписи города */
    text-shadow: -1px -1px 0 #000000aa,
                  1px -1px 0 #000000aa,
                 -1px  1px 0 #000000aa,
                  1px  1px 0 #000000aa;
}

.idx-world-map {
    width: 100%;
    position: relative;
}

.maker-img {
    width:20px;
    position: absolute;
    top: -30px;
    left: -30px;
    transition: filter 0.3s ease;
}

.maker-img:hover {
    filter: brightness(100%);
    cursor: pointer;
    filter: brightness(60%);
}

.custom-tooltip {
  --bs-tooltip-bg: var(--bd-violet-bg);
  --bs-tooltip-color: var(--bs-white);
}

.map-img {
    width:100%;
    position: absolute;
    top: -100px;
    left: 0px;
    z-index: -1;
}




@media (max-width: 768px) {
  #header.header-top {
    height: auto;
    padding-bottom: 10px;
  }
  #header.header-top h1 {
    font-size: 26px;
  }
  #header.header-top img {
    display: none;
  }
}

.idx-block-image-container {
    padding: 20px;
    width: 100%;
    overflow: hidden; /* Обрезание изображения, если оно больше контейнера */
}

.idx-block-image-container p {
    font-size: 20px;
    font-family: "Raleway", sans-serif;
    color: #000000;
}

.idx-block-image-container li {
    font-size: 22px;
    font-family: "Raleway", sans-serif;
    color: #000000;
}

.idx-block-image-container h2 {
    font-family: "Raleway", sans-serif;
    color: #000000;
}

.idx-block-image-container img {
    width: 100%; /* Ширина изображения в пределах контейнера */
    height: auto; /* Автоматический подбор высоты для сохранения пропорций */
    display: block; /* Для корректного отображения размеров */
}

.idx-block-image-container span {
    color: #FFFFFF;
    /*text-shadow: 2px 2px 2px rgba(0, 0, 0, 1.0);*/
}

.idx-block-image-container li {
	list-style-image: url(/static/img/idx_marker.png);
	margin: 7px 0;
}

.idx-white-back {
  background: #fffeffad;
}

.idx-h2 h2 {
  font-size: 22px;
  font-family: "Raleway", sans-serif;
}

.padding-t30 {
  padding-top: 125px;
}

.padding-t55 {
  padding-top: 55px;
}

.idx-sfera .idx-sfera-container {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    --bs-gutter-x: 0 rem;
}

.idx-sfera .images img {
    width: 50%;
    height: 50%;
}

.idx-sfera .sfera-overlay {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(91, 145, 178, 1.0);
    clip-path: polygon(60% 100%, 100% 0, 100% 100%);
    display: flex;
    align-items: end;
    justify-content: right;
}

.idx-sfera .sfera-overlay2 {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(91, 145, 178, 0.5);
    clip-path: polygon(100% 0%, 100% 100%, 54% 100%, 94% 0%);
    display: flex;
    align-items: end;
    justify-content: right;
}

.idx-sfera .sfera-overlay3 {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(91, 145, 178, 0.75);
    clip-path: polygon(100% 0%, 100% 100%, 57% 100%, 97% 0%);
    display: flex;
    align-items: end;
    justify-content: right;
}

@media (max-width: 1400px) {
  .idx-sfera .sfera-overlay {
    clip-path: polygon(100% 0%, 100% 100%, 50% 100%, 90% 0%);
  }
  .idx-sfera .sfera-overlay3 {
    clip-path: polygon(100% 0%, 100% 100%, 47% 100%, 87% 0%);
  }
  .idx-sfera .sfera-overlay2 {
    clip-path: polygon(100% 0%, 100% 100%, 44% 100%, 84% 0%);
  }
}

@media (max-width: 1200px) {
  .idx-sfera .sfera-overlay {
    clip-path: polygon(100% 0%, 100% 100%, 45% 100%, 85% 0%);
  }
  .idx-sfera .sfera-overlay3 {
    clip-path: polygon(100% 0%, 100% 100%, 42% 100%, 82% 0%);
  }
  .idx-sfera .sfera-overlay2 {
    clip-path: polygon(100% 0%, 100% 100%, 39% 100%, 79% 0%);
  }
}

@media (max-width: 991px) {
  .idx-sfera .sfera-overlay {
    clip-path: polygon(100% 0%, 100% 100%, 30% 100%, 65% 0%);
  }
  .idx-sfera .sfera-overlay3 {
    clip-path: polygon(100% 0%, 100% 100%, 27% 100%, 62% 0%);
  }
  .idx-sfera .sfera-overlay2 {
    clip-path: polygon(100% 0%, 100% 100%, 24% 100%, 59% 0%);
  }
}

@media (max-width: 767px) {
  .idx-sfera .sfera-overlay {
    clip-path: polygon(100% 0%, 100% 100%, 30% 100%, 40% 0%);
  }
  .idx-sfera .sfera-overlay3 {
    clip-path: polygon(100% 0%, 100% 100%, 27% 100%, 37% 0%);
  }
  .idx-sfera .sfera-overlay2 {
    clip-path: polygon(100% 0%, 100% 100%, 24% 100%, 34% 0%);
  }
  .idx-sfera .logo {
    display: none;
  }
}
@media (max-width: 480px) {
  .idx-sfera .sfera-overlay .content-ul li {
    font-size: 1.0em;
  }
  .idx-sfera .sfera-overlay {
    clip-path: polygon(100% 0%, 100% 100%, 10% 100%, 25% 0%);
  }
  .idx-sfera .sfera-overlay3 {
    clip-path: polygon(100% 0%, 100% 100%, 7% 100%, 22% 0%);
  }
  .idx-sfera .sfera-overlay2 {
    clip-path: polygon(100% 0%, 100% 100%, 4% 100%, 19% 0%);
  }
}

.idx-sfera .image-wrapper {
    overflow: hidden;
    width: 100%;
}

.idx-sfera .content {
    color: white;
    text-align: center;
    padding: 20px;
}

.idx-sfera .content-ul {
    text-align: left;
}

.idx-sfera .logo {
    width: 100px;
    margin-bottom: 20px;
}

.idx-sfera h1 {
    font-size: 36px;
    margin-bottom: 20px;
}

.idx-sfera li {
    list-style-image: url(/static/img/idx_marker.png);
	margin: 7px 0;
    font-size: 22px;
    font-family: "Raleway", sans-serif;
    color: #ffffff;
}

.button-selfcolor {
  background-color: #0D4C97; /* Устанавливаем ваш фирменный цвет для кнопки */
  border-color: #0D4C97;
}

.button-selfcolor:hover {
  background-color: #083f7a; /* Темнее цвет для hover состояния */
  border-color: #083f7a;
}

.menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    transition: background-color 0.3s, color 0.3s;
}

.menu-item i {
    font-size: 24px;
}

.menu-item span {
    /*margin-top: 5px;*/
    font-size: 14px;
}


/* Вакансии */

.section-vacancies {
    opacity: 1;
    overflow: visible;
    top: 0;
}
.section-vacancies .container  {
    padding-top: 100px;
}

.vacancies-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.vacancy-item {
    display: flex;
    flex-direction: row;
    gap: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    flex: 1 1 100%;
}

.vacancy-img img {
    max-width: 150px;
    border-radius: 10px;
}
@media (max-width: 500px) {
  .vacancy-img img {
    display: none;
  }
}

.vacancy-details {
    flex: 1;
}

.vacancy-details h2 {
    margin-top: 0;
}

.filter-form {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.form-select {
    width: 100%;
    max-width: 300px;
}

.vacancy-details p {
    margin-bottom: 5px;
}

.vacancy-details a.btn {
    margin-top: 10px;
}

@media (min-width: 992px) {
    .vacancy-item {
        flex: 1 1 calc(50% - 20px); /* Уменьшить размер, чтобы две вакансии умещались в строке */
    }
}

.pagination {
    justify-content: center;
    margin-top: 20px;
}

.page-item.active .page-link {
    background-color: #007bff;
    border-color: #007bff;
}

.page-link {
    color: #007bff;
}

.page-link:hover {
    color: #0056b3;
}

.vacancies-list .card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}

.vacancies-list .card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.vacancies-list .card {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    border: 0px;
    background-color: white;
}

.icon-phone {
    color: #0D4C97 !important;
}

.icon-person {
    color: #3c8539 !important;
}

.icon-email {
    color: #dd1c1c !important;
}
.icon-geo {
    color: #0D4C97 !important;
}


/* FeedBack виджет */
   .feedback-button {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 1000;
    }


.feedback_widget {
    display: block;
    z-index: 9100;
    position: absolute;
    top:-2px;
    left:-2px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    border-radius: 50%;
    box-sizing: content-box !important;
}
.feedback_widget:hover{
    border: 2px solid rgba(32, 152, 209, 0.5);
    background-color: #fff;
}
.feedback_widget:hover span{
    animation-name: manimate_i;
    animation-delay: 0s;
    animation-duration: 0.8s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.feedback_widget span svg{
    width: 40px;
    height: 40px;
    fill: white;
}
.feedback_widget:hover svg{
    fill: #0F9E5E;
}
.feedback_widget span {
    display: flex;
    width: 100%;
    height: 100%;
    line-height: 1;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 9200;
    transition: all 0.3s linear !important;
    animation-name: manimate_i;
    animation-delay: 2s;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes manimate_i {
    0%, 100%, 50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
    10%, 30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20%, 40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }
}

.feedback_widget.feedback_widget_btn:focus{
    outline: none !important;
}
.feedback_widget:hover i{
    cursor: pointer;
    color: rgba(32, 152, 209, 0.9);
    animation: manimate_i 1s infinite ease-in-out
}
#feedback_widget{
    position: fixed;
    right: 40px;
    bottom: 40px;
    width: 80px;
    height: 80px;
    line-height: 78px;
    border-radius: 50%;
    border: 2px solid rgba(32, 152, 209, 0.3);
    background-color: rgba(13, 76, 151, 1);
    text-align: center;
    transition:  all 0.8s linear;
    opacity: 1;
    z-index: 9999;
}
#feedback_widget:after,
#feedback_widget:before {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    animation-duration: 4s;
    content: '';
    width: 100%;
    height: 100%;
    /*background-color: red;*/
    border-radius: 50%;
    z-index: -1;
    box-sizing: content-box !important;
}

#feedback_widget:after {
    background-color: rgba(32, 152, 209, 0.3);
    animation-name: manimate_after;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    /*z-index: 4000;*/
    opacity: 0;
}

#feedback_widget:before {
    top: -2px;
    left: -2px;
    border: 2px solid rgba(32, 152, 209, 0.5);
    animation-name: manimate_before;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    /*z-index: 3000;*/
    opacity: 0;

}

#feedback_widget:hover {
    animation-play-state: paused;
}

@keyframes manimate_after {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    35% {
        opacity: 1;
        transform: scale(1.5);

    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

@keyframes manimate_before {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    35% {
        transform: scale(1.5);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes manimate {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    30% {
        border-width: 10px;
    }
    50% {
        transform: scale(1.5);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@media screen and (max-width: 767px){
    #feedback_widget{
        width: 50px;
        height: 50px;
        line-height: 48px;
    }
    .feedback_widget span svg{
        width: 30px;
        height: 30px;
    }
}



  .toast {
    top: auto;
    bottom: 20px;
    left: 20px; /* Отступ слева */
    max-width: 300px; /* Максимальная ширина Toast */
    width: auto; /* Автоматическая ширина в зависимости от содержимого */
    margin-top: 5px;
  }

  #feedbackModal .feedbackModalInput {
    height: 40px;
    width: 100%;
}
  #feedbackModal textarea{
    width: 100%;
}

/* Модуль каонтакты */

.contacts .custom-icon {
  color: #0D4C97; /* Устанавливаем ваш фирменный цвет для иконок */
}

.contacts .btn-primary.custom-button {
  background-color: #0D4C97; /* Устанавливаем ваш фирменный цвет для кнопки */
  border-color: #0D4C97;
}

.contacts .btn-primary.custom-button:hover {
  background-color: #083f7a; /* Темнее цвет для hover состояния */
  border-color: #083f7a;
}
.contacts .card {
  transition: transform 0.2s;
  cursor: pointer;
}
.contacts .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
}
.contacts .card {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #ffffffc7;
  border: 0px;
}
.contacts .card-body a {
  text-decoration: none; /* Убирает подчеркивание */
  color: inherit; /* Наследует цвет от родительского элемента */
}

.contacts .card-body a:hover {
  color: inherit; /* Убирает изменение цвета при наведении */
}

/* Футер */
.footer {
    padding: 30px;
}

/* Хедер вак */
.nav-link {
    color: #0D4C97 !important;
}

.nav-link {
    text-align: center;
    color: #333;
}

.nav-link:hover .menu-item {
    background-color: #f8f9fa;
    color: #007bff;
    padding: 10px;
}

.nav-link.active .menu-item {
    background-color: #e9ecef; /* Цвет фона для активного элемента */
    color: #0056b3; /* Цвет текста для активного элемента */
    padding: 10px;
    font-weight: bold; /* Выделение текста */
    border-radius: 5px; /* Радиус углов */
}

.nav-item {
    /*margin-bottom: 10px;*/
}

.navbar {
    padding-bottom: 0px;
    padding-top: 0px;
}



/* IDX ФАКТЫ */

.idx-fakti .main-title {
    font-size: 24px;
    font-weight: bold;
}
.idx-fakti .location, .stats {
    font-size: 18px;
    margin: 10px 0;
}
.idx-fakti .stats {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}
.idx-fakti .stat {
    flex: 1;
    padding: 10px;
    border-right: 1px solid #fff;
    box-sizing: border-box;
}
.idx-fakti .stat:last-child {
    border-right: none;
}
.idx-fakti .stat-number {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}
.idx-fakti .stat-label {
    font-size: 22px;
}
.idx-fakti .btn {
    cursor: pointer;
}

@media (max-width: 560px) {
    .idx-fakti .stats {
        flex-direction: column;
        align-items: center;
    }

    .idx-fakti .stat {
        width: 100%;
        margin-bottom: 20px;
        border-right: none;
    }
}

/* IDX КАРТА РОССИИ */

.map-rus .marker {
  position: absolute;
  cursor: pointer;
  width: 20px;
  transition: transform 0.3s;
}

.map-rus .marker:hover {
  transform: scale(1.5);
}

.map-rus .marker-hover {
  transform: scale(1.5);
}

.map-rus .map-rus-list-group-item {
    position: relative;
    display: block;
    padding: .5rem 1rem;
}


.map-rus .list-container {
  display: flex;
  flex-wrap: wrap;
}

.map-rus .list-column {
  flex: 1;
  min-width: 25%;
}

.map-rus .list-column ul {
  list-style-type: none;
  padding: 0;
}

.map-rus .list-column ul li {
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  transition: background-color 0.3s, color 0.3s;
}

.map-rus .list-column ul li:hover {
  background-color: #0D4C97;
  color: white;
}

.map-rus .list-column ul li.active {
  background-color: #0D4C97;
  color: white;
}
.map-rus .map-title {
  position: absolute;
}
.idx-world-map .maker-img {
  position: absolute;
  cursor: pointer;
  width: 20px;
  transition: transform 0.3s;
}

/* IDX Чистые помещения */

.clear-room .marker {
  position: absolute;
  cursor: pointer;
  width: 20px;
  transition: transform 0.3s;
}

.clear-room .marker:hover {
  transform: scale(1.5);
}

.clear-room .marker-hover {
  transform: scale(1.5);
}

.clear-room .clear-room-list-group-item {
    position: relative;
    display: block;
    padding: .5rem 1rem;
}


.clear-room .list-container {
  display: flex;
  flex-wrap: wrap;
}

.clear-room .list-column {
  flex: 1;
  min-width: 33%;
}

.clear-room .list-column ul {
  list-style-type: none;
  padding: 0;
}

.clear-room .list-column ul li {
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  transition: background-color 0.3s, color 0.3s;
}

.clear-room .list-column ul li:hover {
  background-color: #0D4C97;
  color: white;
}

.clear-room .list-column ul li.active {
  background-color: #0D4C97;
  color: white;
}

/* IDX ОТРАСЛИ */

.otrasli .image-container {
  position: relative;
  padding: 0;
  margin: 5px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.otrasli .image-container:hover {
  transform: scale(1.01);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.otrasli .image-container img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.otrasli .image-container:hover img {
  transform: scale(1.01);
}
.otrasli .text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 20%;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1rem;
  box-sizing: border-box;
}
.otrasli .image-container:hover {
  opacity: 1; /* Показать при наведении */
}

/* IDX ПОРТФОЛИО */

.portf .category-column {
    border-right: 1px solid #ddd;
    padding: 20px;
}
.portf .category-column:last-child {
    border-right: none;
}
.portf .category-title {
    font-weight: bold;
    margin-bottom: 20px;
}
.portf .item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    transition: transform 0.2s ease;
}
.portf .item:hover {
        transform: scale(1.02);
    }
.portf .item img {
    height: 82px;
    margin-right: 10px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.portf .item img:hover {
    height: 82px;
    transform: scale(1.02);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.portf {
    font-family: "Raleway", sans-serif;
}

/* IDX ПРЕДСТАВЛЕНИЕ */

.predst .idx-white-back2 {
    background-color: #ffffff;
    padding: 20px;
}

.predst .blue-back {
    background-color: #0056b3;
    padding: 20px;
}

.predst .idx-block-image-container img {
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .predst .idx-white-back2,
    .predst .blue-back {
        padding: 10px;
    }

    .predst .idx-block-image-container img {
        margin-bottom: 20px;
    }
}

/* МОДУЛЬ ПРОДУКТЫ!!! */

/*.products {
  padding-top: 1px;
}*/

.products .dropdown-submenu {
    position: relative;
}

.products .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.products .dropdown-submenu:hover .dropdown-menu {
    display: block;
}

.products .card-img-top {
    width: 100%;
    object-fit: cover;
}

.products .card {
    transition: transform 0.2s;
    cursor: pointer;
    display: flex;
    flex-direction: column; /* Ориентируем содержимое по колонкам */
    height: 100%; /* Занимает всю высоту родительского контейнера */
	padding: 10px;
}

.products .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.products .add-to-cart-btn {
    display: block;
    margin-top: auto; /* Убедитесь, что кнопка всегда находится внизу */
}

.products .card-body {
    flex: 1; /* Растягивает содержимое card-body, чтобы оно занимало доступное пространство */
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* Располагает содержимое card-body внизу */
}

.products .cart {
    position: fixed;
    top: 90px;
    right: 20px;
    width: 50%; /* Установка ширины корзины в 50% от экрана */
    max-width: 600px; /* Максимальная ширина корзины */
    border: 1px solid #ccc;
    padding: 20px;
    background: #fff;
    display: none;
    z-index: 1000; /* Поверх всех элементов */
}

.products .cart-header {
    cursor: pointer;
    font-weight: bold;
}

.products .cart-items {
    max-height: 300px;
    overflow-y: auto;
}

.products .cart-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.products .cart-item-title {
    flex-grow: 1;
    margin-left: 10px;
}

.products .cart-item-controls {
    display: flex;
    align-items: center;
}

.products .cart-item-controls button {
    margin-left: 5px;
}

.products .cart:hover {
    display: block;
}

.products .cart .cart-header:hover + .products .cart-items,
.products .cart .cart-items:hover {
    display: block;
}

.products .carousel-inner img {
    width: 100%;
    height: auto;
    max-height: 400px; /* Уменьшение максимальной высоты изображения */
}

.products .modal-body .row {
    align-items: center;
}


.fullscreen-btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.0);
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    z-index: 10;
    font-size: 1.2em;
    transition: transform 0.3s ease, color 0.3s ease;
}

.fullscreen-btn:hover {
    transform: scale(1.2);
}

.products .video-container {
    position: relative;
}
video::-webkit-media-controls {
    display: none !important;
}

video::-moz-media-controls {
    display: none !important;
}

video::-ms-media-controls {
    display: none !important;
}

video::media-controls {
    display: none !important;
}

.products .card-image {
    position: relative;
}

.products .carousel-indicators {
    visibility: hidden;
}

#consent {
  height: auto;
  width: auto;
}

.st_page {
  position: static;
  transition: ease-in-out 0.4s;
  margin-top: 80px;
}



/* Контейнер корзины */
.cart-container {
    position: fixed;
    top: 80px;
    right: 20px;
    z-index: 1000;
    transition: opacity 0.3s ease-in-out;  /* Плавное исчезновение */
}

/* Кнопка "Корзина" */
.cart-btn {
    position: relative;
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 50px;
    font-size: 16px;
}

.cart-btn .cart-count {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #0D4C97;
    border-radius: 50%;
    /*padding: 2px 6px;*/
    font-size: 12px;
}

/* Содержимое корзины */
.cart-content {
    display: none;
    width: 600px;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0px;
    right: 0;
    padding: 15px;
    z-index: 1001;
    opacity: 0;
    transition: opacity 0.3s ease-in-out; /* Плавное появление */
}

/* Показать корзину при наведении */
.cart-container:hover .cart-content {
    display: block;
    opacity: 1; /* Делает корзину видимой */
}

/* Стили для элементов корзины */
.cart-items {
    max-height: 250px;
    overflow-y: auto;
    margin-bottom: 15px;
}

.cart-items .cart-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 5px 0;
}

.cart-items .cart-item:last-child {
    margin-bottom: 0;
}

.brand-color-text {
    color: #0D4C97;
}


.brand-color-bg {
    background-color: #0D4C97;
    color: white;
}

/* Стили для кнопки "Наверх" */
.scroll-to-top {
    position: fixed; /* Фиксированное положение */
    bottom: 20px; /* Отступ снизу */
    left: 50%; /* Центрирование по горизонтали */
    transform: translateX(-50%); /* Смещение на половину ширины кнопки */
    width: 50px; /* Ширина */
    height: 50px; /* Высота */
    border-radius: 50%; /* Круглая форма */
    background-color: #465464; /* Цвет фона */
    color: #fff; /* Цвет иконки */
    border: none; /* Убираем границу */
    cursor: pointer; /* Курсор в виде указателя */
    opacity: 0; /* Начальная прозрачность */
    visibility: hidden; /* Скрываем кнопку */
    transition: opacity 0.3s ease, visibility 0.3s ease, background-color 0.3s ease; /* Плавные переходы */
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Тень */
}

.scroll-to-top:hover {
  background-color: #0056b3; /* Цвет фона при наведении */
}

.scroll-to-top.show {
  opacity: 0.2; /* Показываем кнопку */
  visibility: visible; /* Делаем видимой */
}

.scroll-to-top.show:hover {
  opacity: 1; /* Показываем кнопку */
  visibility: visible; /* Делаем видимой */
}

.first-element {
  padding-top: 8rem !important;
}

.white-page {
  background-color: #ffffff;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}