
/*=======================================================*/

@import url('https://fonts.googleapis.com/icon?family=Material+Icons');

p {
	text-align: justify;
	margin: 0;
	font-size: 16px;
	color: #1E1E1C;
}

ul { 
	font-size: 16px;
	margin: 25px 0;
}

a { 
  display: inline-block;
  word-break: break-word;
  color: #327a88;
	font-size: 16px; 
}

strong {
  color: #1E1E1C;
}

u, em {
  display: inline;
  border-bottom: 1px dashed #327a88;
  color: #327a88;
  text-decoration: none;
}

.material-icons {
    vertical-align: middle;
    font-size: 25px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #1E1E1C;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

ol, ul {
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
}

table:not(.rightimg) {
    display: block;
    max-width: 100%;
    overflow-x: auto;
}
	 
html, body {
	height: 100%;
}
#content {
	position: relative;
}
body{
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
  background-image: url('page_background.png'); 
  background-repeat: repeat-y; 
  background-position: top center;
  background-size: auto;
}

#page {
  position: relative; 
  margin-bottom: 50px;
  min-height: 75vh;
}

.footer {
  position: relative;
  background: url(other_fon_top.svg);
  background-repeat: no-repeat;
  background-color: rgba(12, 67, 90, 0.5);
  background-blend-mode: darken;
  background-size: cover;
  padding: 25px 0;
}

.footer_menu a {
  display: block;
  width: fit-content;
  color: #fff;
  margin-bottom: 15px;
  position: relative;
  transition: color 0.3s ease;
}

.footer_menu a:last-child {
  margin-bottom: 0;
}

.footer_menu a:hover {
  text-decoration: none;
  color: #327a88;
}


.footer_copyright {
  text-align: right;
  color: #fff;
}

.nomarginright{
	margin-right: 0px;
}

.main_page_info {
  display: flex;
  flex-wrap: wrap;
	margin-top: 50px;
  justify-content: space-between;
  gap: 50px;
}

a {
	text-decoration: none;
}

a:hover {
	cursor: pointer;
}

.both {
	clear: both;
}

img {
	border: 0px;
}

canvas {
  max-height: 700px;
}


.float_left{
	float:left!important;
	}
	
.float_right{
	float:right!important;
}
/*=========================================================*/

.wrapper{
  padding: 0 230px;
	width:100%;
	margin:0 auto;
	position:relative;
}

.bottom_bg{
	position:absolute;
	width:100%;
	height:240px;
	bottom: 0;
	/*background: transparent url(main_fon_bot.png) no-repeat scroll 0% 0% / 100% 100%;*/
	/*background: url(footer.jpg);*/
    background-size: 100% 100%;
    min-height:240px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: 50% 35%;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1s ease;
  z-index: 0;
  pointer-events: none;
}

.hero-bg.active {
  opacity: 1;
}

#homepage {
  position: relative;
  min-height: 90vh;
	background-size: cover;
  width: 100%;
}

#homepage_bg {
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

#other_page {
    background: url(other_fon_top.svg) no-repeat center/cover;
    background-color: rgba(12, 67, 90, 0.5);
    background-blend-mode: darken;
    background-size: cover;
}

#other_page_bg {
  background-color: rgba(0, 0, 0, 0.2)
}

.header-elements {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  width: 100%;
  padding: 25px 0 0 0;
}

.header-widgets {
  display: flex;
  align-items: center;
  gap: 50px;
}

.social-icons, .lang .lang_wr {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-icons, .lang .lang_wr a.active {
  font-weight: bold;
}

.social-icons a, .lang a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

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

@media (max-width: 768px) {
  .logo_image img {
    max-width: 275px;
    height: auto;
  }

  .logo img {
    max-width: 275px;
    height: auto;
  }

  .header-elements {
    justify-content: flex-start;
    gap: 50px;
  }
  .header-widgets {
    justify-content: space-between;
  }

  .header-elements > .header-widgets {
        display: none !important;
    }
    
    /* header-widgets внутри dropdown_menu остаются видимыми */
    .dropdown-menu .header-widgets {
        display: flex !important;
        flex-direction: row;
    }
}

.main-menu {
  display: none;
}

.dropdown-menu {
  display: none;
}

.hero-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.hero-content #header_text {
  font-size: clamp(28px, 2.5vw, 58px);
  font-weight: 600;
  color: #fff;
  width: 45%;
  margin-bottom: 25px;
}

.hero-content #sub_header_text {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  margin: 25px 0;
}

.hero-content #cta_button {
  display: inline-block;
  background-color: #fff;
  color: #1E1E1C;
  border-radius: 10px;
  padding: 16px 32px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  transition: box-shadow 0.5s ease;
}

.hero-content #cta_button:hover {
  box-shadow: 0 0 25px rgba(218, 218, 217, 0.9);
}

.hero-content #cta_button:hover {
  text-decoration: none;
}

.slider-container {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding-bottom: 25px;
}

.slider {
  display: flex;
  flex-wrap: wrap;
  transition: transform 1s ease-in-out;
}

.slide {
  min-width: 100%; 
  height: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slider .active {
  opacity: 1;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  transition: transform 0.5s ease;
}

.slider-arrow.left {
  left: 25px;
}

.slider-arrow.right {
  right: 25px;
}

.slider-arrow:hover {
  transform: translateY(-50%) scale(1.2);
}

.slider-dots {
  text-align: center;
  margin-top: 25px;
}

.slider-dots .dot {
  margin: 0 10px;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.5s ease;
}

.slider-dots .dot:hover {
  transform: scale(1.2);
}

.burger-container {
  position: absolute;
  top: 45px;
  right: 25px;
  z-index: 1002;
  display: none;
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.burger-menu, .close-icon {
  background: rgba(30, 30, 28, 0.5);
  padding: 5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  transition: all 0.3s ease;
}

.close-icon {
  opacity: 0;
  transform: rotate(90deg);
}

.main-menu.open {
  right: 0;
}

.company-profile {
	color: #2a2859;
	font-family: Tahoma, 'Montserrat', sans-serif;
	font-size: 14px;
	//font-weight: 600;
	position: absolute;
	top: 87px;
    left: 0px;
    width: 100%;
    //letter-spacing: -0.6pt;
}

.lang_wr {
	display: inline-block;
	text-align: right;
}

.lang_wr a {
	display: inline-block;
  color: #fff;
}

.search {
	margin-bottom: 75px;
}

.search_wr{
	display:inline-block;
	width: 193px;
	background:#fff;
	padding: 0 10px;
}

.search input{
	border:none;
	outline: none;
	padding: 8px 0;
}

.search input:nth-child(1){
	width: 137px;
	float:left;
	background:none;
}

.search input:nth-child(2){
	width:25px;
	float:right;
	background:url(search_icon.png) no-repeat right;
	cursor:pointer;
}

.tm_it_wr {
  display: flex;
  gap: 25px;
}

.tm_it {
  display: inline-block;
  position: relative;
}

.tm_it:last-child {
  padding-right: 0;
}

.tm_it a {
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
}

.tm_it.has_submenu > a::before {
  content: '';
  position: absolute;
  top: 25px;
  left: 50%;
  width: 15px;
  height: 15px;
  background-image: url('marker.svg');
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.3s ease, top 0.3s ease;
  transform: translateX(-50%);
}

.tm_it.has_submenu:hover > a::before {
  opacity: 1;
  top: -25px;
}

.tm_it a:hover::before {
  opacity: 1;
  top: -25px;
}

#top_menu {
  padding-bottom: 25px;
}

.has_submenu {
  position: relative;
  z-index: 2;
}

.has_submenu > a {
  z-index: 3;
}

.has_submenu:hover .submenu {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0s 0.3s;
}

/* Скрываем подменю по умолчанию */
.submenu { 
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 25px;
  left: 0;
  background: #C5E2E9;
  border: 1px solid #8CC5D3;
  z-index: 9999;
  min-width: 250px;
  transition: opacity 0.3s ease, visibility 0s 0.3s;
}

.submenu a {
  display: block;
  color: #1E1E1C;
  border-bottom: 1px solid #C5E2E9;
  text-decoration: none;
  padding: 10px;
}

.submenu .submenu_item:last-child a {
  border-bottom: none;
}

.submenu a:hover {
  background-color: #8CC5D3;
}

.submenu a:active {
  background-color:#8CC5D3;
}

.submenu_item {
  position: relative;
}

/* Подменю, которое появляется при наведении */
.submenu_item:hover {
  background-color: #8CC5D3; /* Фон родительского элемента */
}

.submenu_item:hover .submenu {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0s 0s;
}

/* Чтобы при наведении на дочерний элемент родительский элемент тоже оставался окрашенным */
.submenu_item:hover,
.submenu_item:hover .submenu a:hover {
  background-color: #8CC5D3; /* Родительский и дочерний элементы остаются окрашенными */
}

/* Подменю для дочернего элемента */
.subsubmenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -1px;
  background: #C5E2E9;
  border: 1px solid #8CC5D3;
  z-index: 9999;
  min-width: 250px;
  transition: opacity 0.3s ease, visibility 0s 0.3s;
}

.submenu_item.has_subsubmenu:hover .subsubmenu {
  display: block;
}

.main_it{
	padding-left:13px;
	position:relative;
}
.main_it:after{
	position:absolute;
	width:20px;
	height:20px!important;
	/*background:url(/img_moldel/home_icon.png)no-repeat center;*/
	left: 7px;
    top: -2px;
	content:"";
}

/*=================================================================*/

.slider_wr{
	padding:1px 0;
	background:url(slider_fon.png)no-repeat ;
    background-size: 100%;
    margin-bottom:48px;
}


#slider .bx-viewport{
	max-height:172px;
	overflow: hidden;
}



.mpi_part {
  width: calc(50% - 25px);
  box-sizing: border-box;
}

.info_title {
  font-size: clamp(20px, 3vw, 24px);
  color: #205c6f;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
}

.mission_strategy {
	padding: 0px 0px 0px 35px;
	background: url(mission_icon.svg) no-repeat left;
	background-size: 25px auto;
	font-weight: 600;
  text-transform: uppercase;
}

.company_activity {
	padding: 0px 0px 0px 35px;
	background: url(activity_icon.svg) no-repeat left;
	background-size: 25px auto;
	font-weight: 600;
}

.projects_title {
  padding: 0px 0px 0px 35px;
	background: url(project_icon.svg) no-repeat left;
	background-size: 25px auto;
	font-weight: 600;
}

.connection_title {
  padding: 0px 0px 0px 35px;
	background: url(connection_icon.svg) no-repeat left;
	background-size: 25px auto;
	font-weight: 600;
}

.info_text{
	color:#3c3938;
	font-size: 12px;
	line-height: 18px;
}

.info_text ul {
	list-style-image: url(marker.svg);
}

.company_about_slider {
  margin: 50px 0;
  position: relative;
  display: flex;
  justify-content: space-between; 
  flex-wrap: nowrap;
}

.ca_slide {
  position: relative;
  flex: 1;
  margin-right: 50px;
}

.ca_slide:last-child {
  margin-right: 0;
}

.ca_slide img {
  border-radius: 10px;
  filter: grayscale(1);
  width: 100%; 
  height: auto;
}

.ca_slide:hover img {
  filter: grayscale(0);
}

.ca_slide_title {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  border-top: 2px solid #fff;
  background: #205c6f;
  min-height: 50px;
  border-radius: 0 0 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: min-height 0.3s ease-in-out, padding 0.3s ease-in-out;
}

.ca_slide_title:hover {
  min-height: 75px;
}

.ca_slide_title a {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 10px;
  font-size: 14px;
}

.ca_slide_title a:hover {
  text-decoration: none;
}

#ca_slider {
  position: relative;
}

#ca_slider .bx-controls-direction {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

#ca_slider .bx-prev,
#ca_slider .bx-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-size: contain;
}

#ca_slider .bx-prev {
  left: 0px;
  background: url(slider_prev.svg) no-repeat center;
}

#ca_slider .bx-next {
  right: 0px;
  background: url(slider_next.svg) no-repeat center;
}

.projects {
  width: 100%;
}

.projects_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-bottom: 50px;
}

.text-blocks {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex: 1;
}

.text-block {
  padding: 15px 25px;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.3s;
}

.text-block:hover,
.text-block.active {
  background: #C5E2E9;
  color: #fff;
}

.text-block h3 {
  font-size: 24px;
}

.text-block p {
  padding-bottom: 15px;
}

.svg-container {
  position: relative;
  flex: 1;
  max-width: 500px;
  height: 500px;
}

.svg-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 0.3s ease-in-out;
}

.stats_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 50px;
  width: 100%;
}

.stat_block {
  width: 228px;
  height: 228px;
  background: #fff;
  color: #1E1E1C;  
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-direction: column;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 25px;
  box-sizing: border-box;
  border: 10px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: border-box;
  background-image: linear-gradient(white, white), linear-gradient(45deg, #327a88, #327a88);
}

.stat_block span {
  color: #327a88;
  font-size: 14px;
  font-weight: 500;
}

.stat_block span.number {
  font-size: 40px;
  color: #585853;
  font-weight: 700;
}

.base {
  opacity: 1;
  z-index: 1;
}

.visible {
  opacity: 1;
  z-index: 2;
}

.hidden {
  opacity: 0;
  z-index: 3;
}

.video_container {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-items: center;
  margin-bottom: 50px;
  width: 100%;
}

.content h2 {
  text-transform: uppercase;
}

.steps {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.step {
  display: flex;
  align-items: center;
  gap: 15px;
}

.step-number {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #585853;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  border-radius: 10px;
  flex-shrink: 0;
} 

.step-text {
  text-align: left;
}

.step-text h3 {
  margin: 0;
  font-size: 24px;
  color: #1E1E1C;
}

.step-text p {
  margin: 5px 0 0;
  font-size: 16px;
  color: #1E1E1C;
}

.video-block {
  flex: 1;
  display: flex;
}

.video-block iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}


.partners {
  margin-bottom: 50px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.partners .slick-slide {
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
}

.partners .slick-slide img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  filter: grayscale(1);
}

.nav_wr {
	background: #327a88;
	padding: 10px 0;
	margin-bottom: 50px;
  position: sticky;
  top: 0;
  z-index: 1;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#newnavigator {
	color: #fff;
  font-size: 14px;
}

#newnavigator a {
	margin-right: 15px;
	color: #fff;
  font-size: 14px;
}

.color_bread{
	color:#2f2e5e;
}

.brcrlink{
	color:#7e7a77;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after {
   content: "";
   display: table;
}
.clearfix:after {
   clear: both;
}

/* для IE6-7 */
.clearfix {
   zoom: 1;
}

.page_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 100px;
  width: 100%;
}

.left_side {
  min-width: 270px;
  width: 25%;
  position: sticky;
  top: 0;
  align-self: flex-start;
  height: fit-content;
}

.right_side {
  width: calc(75% - 100px);
}

.page_title_left {
	font-size: 24px;
	margin-bottom: 25px;
  font-weight: 600;
}
.page_title {
	margin-bottom: 25px;
}

.page_title h1 {
  background: #205C6F;
  background-clip: text;
  /*color: transparent;*/
  font-size: clamp(24px, 3vw, 32px);
  margin: 0;
  padding: 0;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}

.page_title h1::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("header_icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

.page_content {
  position: relative;
}

.lm_item {
  overflow: hidden;
}

.left_menu > .lm_item:only-child .active_wr {
    border-radius: 10px !important;
}

.lm_wr {
  background: url("menu_open.svg") no-repeat right 5px, #327a88;
  background-size: 25px 25px, cover;
  background-position: right 5px center, center;
  color: #fff;
  padding: 15px 30px;
  text-align: center;
  cursor: pointer;
}

.lm_item .lm_a {
  background: #327a88;
  padding: 15px;
  text-align: center;
  min-height: 50px;
}

.lm_item .lm_a a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
}

.lm_wr.active_wr,
.lm_a.active_wr {
  background-color: #205C6F;
}

.lm_dd_wr {
  max-height: 0;
  padding: 0 20px;
  display: block;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.lm_item.open_one .lm_dd_wr {
  max-height: 500px;
}

.lm_dd_wr a {
  display: block;
  margin: 15px 0;
  font-size: 16px;
  font-weight: 400;
  padding-left: 30px;
  color: #1E1E1C;
  position: relative;
  text-decoration: none;
}

.lm_dd_wr a::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("inner_menu_active.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
}

.lm_dd_wr .active_link {
  font-weight: 600;
}

.lm_dd_wr .active_link::before {
  background: url("inner_menu_active.svg") no-repeat center;
  background-size: contain;
}


.st_text{
	margin-bottom:20px;
	font-size:13px;
}

.read_link {
    color: #1E1E1C;
    border-bottom: 1px solid #D3043A;
    display: inline-block;
    font-weight: 600;
    float: right;
    position: relative;
    transition: color 0.3s ease, transform 0.3s ease;
}

.read_link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background-color: #205C6F;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease-in-out;
}

.read_link:hover {
    color: #1E1E1C;
    transform: translateY(-5px);
}

.read_link:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.read_link a {
    text-decoration: none;
    color: inherit;
    margin-top: 25px;
}


.strong_c {
	text-align: center;
}

.strong_ {
	margin: 0px;
}

.link_ {
	color: #1E1E1C;
}

.strong_p {
	margin: 0px;
	padding-left: 20px;
}

.left_menu .lm_item {
	cursor: pointer;
  overflow: hidden;
  border-bottom: 1px solid #fff;
}

.left_menu .lm_item:first-child {
  border-radius: 10px 10px 0 0;
}

.left_menu .lm_item:last-child {
  border-radius: 0 0 10px 10px;
}

.map-container {
	margin-bottom: 100px;
}

.map {
	background: url(map_clear.png) no-repeat;
	width: 784px;
	height: 688px;
	position: relative;
	font-family: 'Montserrat', sans-serif;
}

.map > * {
	position: absolute;
}

.legend {
	color: #5a5655;
	font-size: 12px;
	top: 8px;
	right: 20px;
}

.legend p {
	margin: 7px 0;
	position: relative;
}

.legend p:before {
	position: absolute;
	width: 27px;
	height: 2px;
	top: 8px;
    left: -45px;
	background-color: #df0024;
	content: " ";
}
.legend p + p:before {
	background-color: #2f2e5e;
}
.legend p + p + p:before {
	background-color: #dfb300;
}
.base_lines {
	width: 371px;
	height: 636px;
	/*background: url(base_lines.png) no-repeat;*/
	top: 40px;
    left: 275px;
}

.map h1 {
	top: 122px;
    left: 20px;
	font-size: 21px;
	font-weight: normal;
}
.map h1 + h1 {
    left: 667px;
}

.map h2, h3 {
	font-size: 12px;
	color: #1E1E1C;
	font-weight: 600;
}
.map h3 {
	color: #1E1E1C;
	font-weight: normal;
}
.hidro-ico {
    color: #1E1E1C;
}
.hidro-ico::before {
	position: absolute;
	width: 12px;
	height: 18px;
	top: -16px;
    left: -2px;
	background: url(hidro_ico.png) no-repeat;
	content: " ";
}
.hidro-ico[style*="373px"]::before {
	top: 3px;
    left: 79px;
}
h5 {
    font-size: 12px;
    color: #1E1E1C;
    font-weight: 600;
    margin-top: 10px;
}
h6 {
    font-size: 12px;
    color: #ABA6A2;
    font-weight: normal;
    margin-top: 10px;
}
.circle {
	width: 8px;
	height: 8px;
	background: url(circle.png) no-repeat;
}
.circle-red {
	width: 8px;
	height: 8px;
	background: url(circle_red.png) no-repeat;
}

.mun-ico, .mun-ico-mold {
    color: #1E1E1C;
}
.mun-ico::before,
.mun-ico-mold::before {
	position: absolute;
	width: 15px;
	height: 14px;
	top: -12px;
    left: -2px;
	background: url(mun_ico.png) no-repeat;
	content: " ";
}
.mun-ico[style*="417px"]::before,
.mun-ico[style*="446px"]::before {
	top: -1px;
    left: -17px;
}
.mun-ico[style*="582px"]::before {
	top: -6px;
    left: -33px;
}
.mun-ico-mold::before {
	top: -15px;
    left: -28px;
}

.show-electro {
	width: 67px;
	height: 68px;
	background: url(electro_ico.png) no-repeat;
	bottom: 20px;
	right: 20px;
	overflow: hidden;
}
div.show-electro + span {
	display: none;
}
div.show-electro:hover + span {
	display: block;
	position: absolute;
	right: -50px;
	bottom: 100px;
	background-color: #fff;
	color: #6f6b69;
	padding: 12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #c4bfbc;
	-webkit-box-shadow: 1px 0px 2px 1px rgba(196,191,188,0.75);
	-moz-box-shadow: 1px 0px 2px 1px rgba(196,191,188,0.75);
	box-shadow: 1px 0px 2px 1px rgba(196,191,188,0.75);
}
.show-electro a {
	 display: block;
     text-align: center;
     height: 100%;
}

.map .tip {
	display: none;
	background-color: #fff;
	color: #6f6b69;
	border: 1px solid #c4bfbc;
	-webkit-box-shadow: 1px 0px 2px 1px rgba(196,191,188,0.75);
	-moz-box-shadow: 1px 0px 2px 1px rgba(196,191,188,0.75);
	box-shadow: 1px 0px 2px 1px rgba(196,191,188,0.75);
	position: absolute;
	min-width: 115px;
	z-index: 3;
    top: -3px;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
.map .tip span {
	display: block;
	padding: 2px 4px;
}
.map .tip span:first-child {
	background-color: #c8dcf2;
	color: #2e2a2a;
}

.map a:focus + div.tip {
	display: block;
}

div .tm1 {
    font-size:10px;
    color: #54A672;
    position: absolute;
    font-weight: bold;
}
div .tm2 {
    font-size:14px;
    color: #5662a6;
    position: absolute;
    font-weight: bold;
}
div .tm3 {
    font-size:14px;
    color: #A66262;
    position: absolute;
    font-weight: bold;
}

.note-container {
	bottom: 0;
	left: 0;
	width: 257px;
	min-height: 150px;
	margin: 15px;
}
   
.note {
	position: relative;
}

.note h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: normal;
	width: 230px;
	padding: 12px 7px;
	color: #1E1E1C;
	margin-bottom: 0;
	-webkit-box-shadow: -2px -2px 2px 0px rgba(196,191,188,0.75);
	-moz-box-shadow: -2px -2px 2px 0px rgba(196,191,188,0.75);
	box-shadow: -2px -2px 2px 0px rgba(196,191,188,0.75);
}

.note:before, .note:after {
  	content: " ";
  	position: absolute;
  	width: 0px;
  	height: 0px;
}
.note:before {
  	top: 0%;
  	right: 0%;
  	border-bottom: 28px solid #ffffff;
  	border-right: 28px solid transparent;
  	-webkit-box-shadow: -2px 2px 1px rgba(196,191,188,0.7);
	-moz-box-shadow: -2px 2px 1px rgba(196,191,188,0.7);
	box-shadow: -2px 2px 1px rgba(196,191,188,0.7);
}
.note:after {
  	top: 0%;
  	right: 0%;
  	border-top: 27px solid #f1f7fc; 
  	border-left: 27px solid transparent;
}

.note table {
	color: #6f6b69;
	font-size: 12px;
	font-weight: 400;
	border-right: 1px solid #e2e7ec;
	width: 100%;
	margin-top: -14px;
	-webkit-box-shadow: -2px 2px 2px 0px rgba(196,191,188,0.75);
	-moz-box-shadow: -2px 2px 2px 0px rgba(196,191,188,0.75);
	box-shadow: -2px 2px 2px 0px rgba(196,191,188,0.75);
}
.note table th {
	font-weight: 400;
    padding: 15px 2px 10px 6px;
    vertical-align: top;
}
.note table td span {
	margin: 0 6px;
	padding-bottom: 5px;
	display: block;
}
.note table th:last-child {
	padding-left: 0;
	padding-right: 4px;
}
.note table.white td:first-child {
	background-color: #fff;
	border-left: 1px solid #c1c6ca;
	border-bottom: 1px solid #f1f7fc;
	padding: 4px 8px;
	font-size: 13px;
}
.note table.white td:last-child {
	background-color: #fff;        
	border-right: 1px solid #c1c6ca;
	border-bottom: 1px solid #f1f7fc;
	padding: 4px 9px;
	font-size: 13px;
	text-align: left;
        width: 20px;
}
.note table.white td:nth-child(2) {
	background-color: #fff;        
	border-bottom: 1px solid #f1f7fc;
	padding: 4px 0px;
	font-size: 13px;
	text-align: right;
}

.noshadow, table.noshadow {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.note table.white {
	margin: 5px 5px 7px 5px;
	width: 98%;
}
.note table.white tr:first-child td {
	border-top: 1px solid #c1c6ca;
}
.note table.white tr:last-child td {
	border-bottom: 1px solid #c1c6ca;
}

table.null {
    font-weight:normal;
}

/* SVG lines */

.str0:hover,
.str1:hover,
.str2:hover,
.str3:hover,
.str4:hover,
.str5:hover,
.str6:hover,
.str7:hover,
.str8:hover,
.str9:hover,
.str10:hover,
.str11:hover,
.str12:hover,
.str01:hover,
.str03:hover {
	stroke: #009846;
}

hr.segment01:hover {
	color: #009846;
	background-color: #009846;
}


.tip.str1 {
    top: 200px;
    left: -100px;
}
.tip.str2 {
    top: 5px;
    left: -128px;
}
.tip.str3 {
	margin-top: -277px;
	margin-left: -143px;
}
.tip.str4 {
	margin-top: -318px;
	margin-left: -225px;
}
.tip.str8 {
	margin-top: -162px;
    margin-left: -170px;
}

.tip.block {
	display: block;
}
.page_content .map h3 {
	font-size: 12px;
	font-weight: 600;
}

hr.segment01 {
	border: 0;
	color: #344069;
	background-color: #344069;
	height: 3px;
	width: 80px;
	position: absolute;
	top: 168px;
	left: 171px;
	cursor: pointer;
	z-index: 9;
	 -moz-transform: rotate(5deg); /* Для Firefox */
    -ms-transform: rotate(5deg); /* Для IE */
    -webkit-transform: rotate(5deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(5deg); /* Для Opera */
    transform: rotate(5deg);
}



/* Pointer */

.pointer {
	z-index: 7;
}

.pin {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50% 50% 50% 0;
  border-radius: 50% 50% 50% 0;
  background: #89849b;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  /*
  -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    -ms-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;*/
  
}
.pin:after {
  content: '';
  width: 14px;
  height: 14px;
  margin: 8px 0 0 8px;
  /*margin: -22px 0 0 8px; */
  background: #fff;
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.pulse {
  background: rgba(0,0,0,0.2);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 11px 0px 0px -12px;
  -webkit-transform: rotateX(55deg);
  -moz-transform: rotateX(55deg);
  -o-transform: rotateX(55deg);
  -ms-transform: rotateX(55deg);
  transform: rotateX(55deg);
  z-index: -2;
}
.pulse:after {
  content: "";
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  margin: -13px 0 0 -13px;
  -webkit-animation: pulsate 1s ease-out;
  -moz-animation: pulsate 1s ease-out;
  -o-animation: pulsate 1s ease-out;
  -ms-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0 0 1px 2px #89849b;
  box-shadow: 0 0 1px 2px #89849b;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
@-moz-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
@-o-keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}



.pointer a {
	display: block;
	text-align: center;
	width: 30px;
    height: 35px;
    position: absolute;
    z-index: 11;
    margin: -20px 0 0 -20px;
}

.segments {
	display: none;
	background: url(segments.png) no-repeat;
	position: absolute;
}
.pointer a:hover + div.segments {
	display: block;
	background-position: 0 0;
	width: 35px;
	height: 166px;
    margin-top: -80px;
    margin-left: -13px;
}
.pointer.segment-2:hover > a + div.segments {
	width: 91px;
	height: 113px;
    background-position: -41px 0px;
    margin-top: -58px;
    margin-left: -64px;
}
.pointer.segment-3:hover > a + div.segments {
	width: 27px;
	height: 26px;
    background-position: -137px -24px;
    margin-top: -5px;
    margin-left: -17px;
}
.pointer.segment-4:hover > a + div.segments {
	width: 141px;
	height: 67px;
    background-position: -142px -60px;
    margin-top: -19px;
    margin-left: -52px;
}
.pointer.segment-5:hover > a + div.segments {
	width: 186px;
	height: 173px;
    background-position: -294px -4px;
    margin-top: -86px;
    margin-left: -67px;
}

.pointer.segment-6:hover > a + div.segments,
.pointer.segment-7:hover > a + div.segments,
.pointer.segment-8:hover > a + div.segments,
.pointer.segment-9:hover > a + div.segments,
.pointer.segment-10:hover > a + div.segments,
.pointer.segment-11:hover > a + div.segments,
.pointer.segment-12:hover > a + div.segments {
	background: none;
}

.pointer a:focus + div + div.tip {
	display: block;
}

.page_content h2 {
	color: #1E1E1C;
}

.page_content h3 {
	color: #1E1E1C;
  font-size: 24px;
}

.page_content p img {
  max-width: 100%;
  height: auto;
  display: block;
}

.company h3 {
	margin: 30px 0;
}

.structure p {
	font-size: 12px;
	font-weight: 700;
}
.structure p span {
	display: block;
	font-size: 14px;
	font-weight: 400;
}
.structure p.sub {
	padding-top: 15px;
  font-size: 16px;
}
.structure p.sub span {
	margin-left: 0;
}

.input-field {
  font-size: 14px;
  padding: 10px;
  min-width: 267px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  outline: none;
  position: relative;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  border: 1px solid #DADAD9;
  transition: border 0.3s ease-in-out;
}

.input-field:focus {
  box-shadow: 0 0 10px rgba(85, 85, 85, 0.3);
}

.comments {width:400px; height: 200px; font-size: 14px}
.prompt {vertical-align: top; padding-top: 15px; white-space: nowrap; font-weight: 600;}
.but-send {
  font-size: 16px;
  min-width: 267px;
  text-align: center;
  height: 50px;
  font-weight: bold;
  background-color: #327a88;
  color: #fff;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  position: relative;
  margin-top: 15px;
}

.alert {font-weight: 700; color: #327a88; font-size: 12px;}

.table1 {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.table1 td {
  padding: 10px 0px 5px 0px;
}

.table1 tr:first-child {
  font-weight: bold;
  border-bottom: 1px dashed #1e1e1c;
}

.table1 tr:last-child {
  border-bottom: 1px dashed #1e1e1c;
}

.table1 tr {
  border-bottom: 1px solid #eeefef;
}

.table1 tr:not(tr:first-child):hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.table1 tr:nth-child(2) td {
  padding: 20px 0px 5px 0px;
}

.table1 td:nth-child(1) {
  width: 50px;
}

.table1 td:nth-child(3) {
  text-align: center;
  width: 100px;
}

.table1 td:nth-child(4) {
  text-align: center;
  width: 100px;
}

.services {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.services td {
  padding: 10px 0px 5px 0px;
}

.services tr:first-child {
  font-weight: bold;
  border-bottom: 1px dashed #1e1e1c;
}

.services tr:last-child {
  border-bottom: 1px dashed #1e1e1c;
}

.services tr {
  border-bottom: 1px solid #eeefef;
}

.services tr:not(tr:first-child):hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.services tr:nth-child(2) td {
  padding: 20px 0px 5px 0px;
}

.services td:nth-child(1) {
  width: 350px;
}

.services td:nth-child(2) {
  width: 247px;
}

.services td:nth-child(3) {
  text-align: center;
}

table.sources {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  text-align: center;
}

table.sources td {
  padding: 10px 5px;
}

table.sources td:nth-child(1) { width: 100%; }

table.sources td.l {
  text-align: left;
}

table.sources td.r {
  padding-left: 100px;
  text-align: left;
}

table.sources tr:not(tr:first-child):hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

table.sources tr:first-child {
  font-weight: bold;
  border-bottom: 1px dashed #1e1e1c;
  border-top: 1px dashed #1e1e1c;
}

table.sources tr:last-child {
  background-color: #eeeeee;
  border-bottom: 1px dashed #1e1e1c;
}

table.oi {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  text-align: center;
}

table.oi tr {
  border: 1px solid #eeefef;
  white-space: nowrap;
}

table.oi tr:not(tr:first-child):hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

table.oi td {
  padding: 2px 2px 2px 2px;
  border: 1px solid #777777;
  background-color: #f7f7f7;
}

table.oi td:nth-child(1) {
  padding: 2px;
}

table.oi tr:nth-child(1) td {
  background-color: #2f2e5e;
  color: #ffffff;
  border: 1px solid #777777;
}

.management {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.management td {
  padding: 10px 0px 5px 0px;
}

.management tr:first-child {
  font-weight: bold;
  border-bottom: 1px dashed #1e1e1c;
}

.management tr:last-child {
  border-bottom: 1px dashed #1e1e1c;
  background-color: #eeeeee;
}

.management tr {
  border-bottom: 1px solid #eeefef;
}

.management tr:not(tr:first-child):hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.management tr:nth-child(2) td {
  padding: 20px 0px 5px 0px;
}

.management td:nth-child(1) {
  width: 350px;
  padding-right: 10px;
}

.management td:nth-child(2) {
  width: 247px;
}

.management td:nth-child(3) {
  text-align: center;
}

.management-fil {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.management-fil td {
  padding: 10px;
}

.management-fil td:nth-child(1) { white-space: nowrap; }

.management-fil td:nth-child(2) { width: 50%; }

.management-fil td:nth-child(3) { width: 50%; }

.management-fil tr:first-child {
  font-weight: bold;
  border-bottom: 1px dashed #1e1e1c;
}

.management-fil tr:last-child {
  border-bottom: 1px dashed #1e1e1c;
}

.management-fil tr {
  border-bottom: 1px solid #eeefef;
}

.management-fil td:nth-child(3) {
  text-align: center;
}

.vacancies {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.vacancies td {
  padding: 10px 0px 5px 10px;
}

.vacancies tr:first-child {
  font-weight: bold;
  border-bottom: 1px dashed #1e1e1c;
  white-space: nowrap;
  background-color: #eeeeee;
}

.vacancies tr:last-child {
  border-bottom: 1px dashed #1e1e1c;
  font-weight: bold;
  background-color: #eeeeee;
}

.vacancies tr {
  border-bottom: 1px solid #eeefef;
}

.vacancies tr:not(tr:first-child):hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.vacancies td:nth-child(1) {
  width: 50px;
}

.vacancies td:nth-child(2) {
  width: 300px;
}

.tenders {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}

.tenders td {
  padding: 10px 0px 5px 10px;
}

.tenders tr:first-child {
  font-weight: bold;
}

.tenders td:nth-child(1) {
  font-weight: bold;
  vertical-align: middle;
}

.tenders td:nth-child(2) {
  padding-left: 20px;
}

.tenders td:nth-child(3) {
  width: 100px;
}

.tender {
  width: 100%;
  border-collapse: collapse;
  font-weight: normal;
}

.tender td:nth-child(1) {
  font-weight: normal;
  vertical-align: middle;
}

.tender tr:first-child {
  border-width: 0;
}

.tender tr {
  border-width: 0;
}

.tender td {
  padding: 10px;
}

.tendering-plans {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.tendering-plans td {
  padding: 10px 0px 5px 10px;
  text-align: center;
}

.tendering-plans tr:first-child {
  font-weight: bold;
  border-bottom: 1px dashed #1e1e1c;
}

.tendering-plans tr:last-child {
  font-weight: bold;
  border-bottom: 1px dashed #1e1e1c;
}

.tendering-plans tr {
  border-bottom: 1px solid #eeefef;
}

.tendering-plans tr:not(tr:first-child):hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.tendering-plans td:nth-child(2) {
  padding-left: 20px;
}

.project_name {
  width: 100%;
  border-collapse: separate;
  border-spacing: 15px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  background: #327a88;
  border-radius: 10px;
  border: none;
  outline: none;
}

[id^="sign"] {
    color: #fff;
}

.project_name th {
  color: #fff;
  text-align: left;
  background: #327a88;
}

.project_name td, .project_name td h3 {
  font-size: 16px;
  color: #fff;
}

.project_name h3 {
  font-weight: 600;
}

.network {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.network td {
  padding: 5px 2px 5px 2px;
}

.network tr:not(tr:first-child):hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.network tr:first-child {
  font-weight: bold;
  border-bottom: 1px dashed #1e1e1c;
}

.network tr:last-child {
  border-bottom: 1px dashed #1e1e1c;
}

.network td:nth-child(1) {
  text-align: center;
  width: 100px;
}

.network td:nth-child(2) {
  padding-left: 20px;
}

.network .header {
  font-style: italic;
  background-color: #e3f0f9;
}

.network1 {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.network1 td {
  padding: 5px 2px 5px 2px;
  text-align: center;
}

.network1 tr:not(tr:first-child):hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.network1 tr:first-child {
  font-weight: bold;
  border-bottom: 1px dashed #1e1e1c;
}

.network1 tr:last-child {
  border-bottom: 1px dashed #1e1e1c;
}

.network1 td:nth-child(1) {
  text-align: center;
  width: 100px;
}

.network1 td:nth-child(2) {
  padding-left: 20px;
}

.subst {
  width: 100%;
  border-collapse: collapse;
  font-size: 10px;
  text-align: center;
}

.subst tr:not(tr:first-child):hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.subst td {
  padding: 5px 2px 5px 2px;
  border: #777777 solid 1px;
}

.subst .header {
  font-style: italic;
  background-color: #e3f0f9;
}

.subst td:nth-child(2) {
  text-align: left;
}

.acts {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.acts td {
  padding: 10px 0px 5px 10px;
  vertical-align: top;
}

.acts tr:not(tr:first-child):hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.acts tr:first-child {
  font-weight: bold;
  border-bottom: 1px dashed #205C6F;
}

.acts tr:last-child {
  border-bottom: 1px dashed #205C6F;
}

.acts .header {
  font-style: italic;
  background-color: #e3f0f9;
  border-bottom: 1px dashed #205C6F;
  border-top: 1px dashed #205C6F;
}

.acts td:nth-child(1) {
  width: 5px;
}

.acts td:nth-child(4) {
  width: 200px;
}

.docs {
  width: 100%;
  border-collapse: collapse;
}

.docs td {
  padding: 10px 0px 5px 10px;
  vertical-align: middle;
}

.docs td:nth-child(2) { width: 100%; }

.docs tr:first-child {
  font-weight: bold;
  border-bottom: 1px dashed #205C6F;
}

.docs td:nth-child(4) {
  width: 20px;
  padding-right: 0;
}

.sitemap {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  color: #1b2021;
}

.sitemap td {
  padding: 0;
  height: 30px;
}

.sitemap td.item0 {
  padding-left: 10px;
  font-size: 16px;
}

.sitemap td.item1 {
  padding-left: 40px;
  font-size: 14px;
}

.sitemap td.item2 {
  padding-left: 70px;
  font-size: 12px;
}

.sitemap li.item0 {
  font-size: 16px;
}

.sitemap li.item1 {
  font-size: 14px;
}

.sitemap li.item2 {
  font-size: 12px;
}

hr.sitemap {
  color: #1e1e1c;
  height: 1px;
}

br.sitemap {
  font-size: 5px;
}

.council {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.council tr:not(tr:first-child):hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.council td {
  padding: 10px 0;
  vertical-align: top;
  color: #1e1e1c;
}

.council td:nth-child(1) { min-width: 200px; white-space: nowrap; }

.council td:nth-child(2) { width: 100%; }

.prices {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  margin-top: 25px;
}

.prices td {
  padding: 15px 0px 5px 15px;
}

.prices td:nth-child(2) { width: 100%; }

.prices tr:not(tr:first-child):hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.prices tr:first-child {
  font-weight: bold;
  border-bottom: 1px dashed #205C6F;
  white-space: nowrap;
}

.prices td:nth-child(1) {
  white-space: nowrap;
}

.tech tr:not(tr:first-child):hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.tech td:nth-child(2) { width: 100%; }

.reports {
  width: 100%;
  border-collapse: collapse;
  margin-top: 25px;
}

.reports td {
  padding: 10px 0px 5px 10px;
}

.reports td:nth-child(3) { width: 100%; }

.reports tr {
  border-bottom: 1px solid #eeefef;
}

.reports tr:not(tr:first-child):hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.reports tr:first-child {
  font-weight: bold;
  border-bottom: 1px dashed #205C6F;
  white-space: nowrap;
}

.reports td:nth-child(1) {
  width: 50px;

}
.reports td:nth-child(4) {
  width: 50px;
  padding-left: 10px;
}

.reports td:nth-child(5) {
  width: 50px;
}

.reports1 {
  width: 100%;
  border-collapse: collapse;
}

.reports1 td {
  padding: 10px 0px 5px 10px;
}

.reports1 td:nth-child(2) { white-space: nowrap; }

.reports1 td:nth-child(3) { width: 100%; }

.reports1 tr:not(tr:first-child):hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.reports1 tr:first-child {
  font-weight: bold;
  border-bottom: 1px dashed #205C6F;
  white-space: nowrap;
}

.reports2 {
  width:100%;
  border-collapse: collapse;
}

.reports2 td {
  padding: 15px;
}

.reports2 td:nth-child(2) { width: 100%; }

.reports2 {
  border-collapse: separate;
  border-spacing: 0 15px;
}

.reports2 tr:not(tr:first-child):hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

.reports2 tr:first-child {
  font-weight: bold;
  white-space: nowrap;
  position: relative;
}

.reports2:not(#sale) tr:first-child::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
    border-bottom: 1px dashed #205C6F;
}

.reports3 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
  font-family: Arial, sans-serif;
}
.reports3 tr {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  transition: transform 0.2s, box-shadow 0.2s;
}

.reports3 tr:nth-child(2n + 1) {
  background: #D4EFF3;
}
.reports3 td {
  padding: 10px;
  vertical-align: middle;
}
.reports3 tr td:first-child {
  border-radius: 10px 0 0 10px;
}
.reports3 tr td:last-child {
  border-radius: 0 10px 10px 0;
}
.reports3 td:nth-child(2) { width: 100%; }
.reports3 td a {
  color: #1E1E1C;
  text-decoration: none;
}
.reports3 td a img {
  width: 32px;
  height: 32px;
  border: 0;
}

.reports4 {
  width:100%;
  border-collapse: collapse;
}

.reports4 td {
  padding: 15px;
}

.reports4 td:nth-child(3) { width: 100%; }

.reports4 {
  border-collapse: separate;
  border-spacing: 0 15px;
}

.reports4 tr:not(tr:first-child):hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

.reports4 tr:first-child {
  font-weight: bold;
  white-space: nowrap;
  position: relative;
}

.reports4:not(#sale) tr:first-child::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
    border-bottom: 1px dashed #205C6F;
}

.reports5 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
  font-family: Arial, sans-serif;
}
.reports5 td {
  padding: 10px;
  vertical-align: middle;
}
.reports5 td:nth-child(2) { width: 100%; }
.reports5 td a {
  color: #1E1E1C;
  text-decoration: none;
}
.reports5 td a img {
  width: 32px;
  height: 32px;
  border: 0;
}

.service-quality {
  width: 100%;
  border-collapse: collapse;
}

.service-quality td {
  padding: 10px 0px 5px 10px;
  text-align: center;
}

.service-quality tr {
  border-bottom: 1px solid #eeefef;
}

.service-quality tr:not(tr:first-child):hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.service-quality tr:first-child {
  font-weight: bold;
  border-bottom: 1px dashed #205C6F;
}

.service-quality tr:last-child {
  border-bottom: 1px dashed #205C6F;
}

.metrological {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.metrological td {
  padding: 10px 0px 5px 10px;
  vertical-align: top;
}

.metrological tr:not(tr:first-child):hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.metrological tr:first-child {
  font-weight: bold;
  border-bottom: 1px dashed #205C6F;
}

.metrological tr:last-child {
  border-bottom: 1px dashed #205C6F;
}

.metrological td:nth-child(3),
.metrological td:nth-child(4),
.metrological td:nth-child(5),
.metrological td:nth-child(6) {
  text-align: center;
}

.news-grid { 
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.news-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #D8D8D5;
  padding: 15px 0;
}

.news-header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  flex-wrap: nowrap;
}

.news-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.news-date {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #327a88;
  font-weight: 700;
  margin-left: 15px;
}

.news-date span {
  color: #327a88;
  font-weight: 700;
}

.news-date-text {
  font-size: 14px;
  color: #327a88;
  margin-left: 5px;
  white-space: nowrap;
}

.news-description {
  font-size: 14px;
  margin: 15px 0;
}

.news-button {
  color: #1E1E1C;
  border-bottom: 1px solid #D3043A;
  display: inline-block;
  font-weight: 600;
  position: relative;
  transition: color 0.3s ease, transform 0.3s ease;
}

.news-button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: #1E1E1C;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease-in-out;
}

.news-button:hover {
  color: #1E1E1C;
  transform: translateY(-5px);
}

.news-button:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.news-button a {
  text-decoration: none;
  color: inherit;
}

.star{text-align:left; font-weight: bold; color: #D3043A; padding-left: 3px}

.header{font-weight:bold; border-bottom: 1px dashed #327a88; }
.header1{border-bottom: 1px dashed #327a88; }

.leftimg {float:left; padding: 0; }

.rightimg {
    float: right;
    clear: right;
    margin: 0 0 20px 20px;
    background-color: #C5E2E9;
    border-radius: 10px;
    width: 250px;
}

.rightimg td {
    word-wrap: break-word;
    overflow-wrap: anywhere;
    white-space: normal;
}

.rightimg img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.imgtext {
  background-color: #C5E2E9;
  font-size: 12px;
  font-style: italic;
  padding: 10px;
  border-radius: 0 0 10px 10px;
}

img.diagram { padding: 0; border-width: 0; }

.datepicker2 {width:100px; height: 34px;}

.jobs {width:100%; border-collapse:collapse;}
.jobs td{padding:10px 0px 5px 10px; }
.jobs tr {border-bottom:1px solid #eeefef;}
.jobs tr:first-child {font-weight:bold; border-bottom:1px dashed #1e1e1c; white-space: nowrap; }
.jobs tr:last-child {border-bottom:1px dashed #1e1e1c}
.jobs td:nth-child(1){width:50px}
.jobs td:nth-child(2){width:100px; white-space:nowrap}
.jobs td:nth-child(3){text-align: left}
.jobs td:nth-child(4){width:50px; padding-left: 10px}

h3.title {color: #fff; font-size: 16px };

@media (min-width: 320px) {
  body {
    width: 100%;
  }
}

@media (min-width: 375px) {
  body {
    min-width: 375px;
  }
}

@media (min-width: 430px) {
  body {
    min-width: 430px;
  }

  .input-field {
    width: 100%;
  }
}

@media (min-width: 768px) {
  body {
    min-width: 768px;
  }
}

@media (min-width: 1024px) {
  body {
    min-width: 1024px;
  }
}

@media (min-width: 1440px) {
  body {
    min-width: 1440px;
  }
}

@media (min-width: 426px) and (max-width: 768px) {
  .wrapper {
    padding: 0 50px;
  }
}

@media (min-width: 769px) and (max-width: 1440px) {
  .wrapper {
    padding: 0 100px;
  }
}

@media (max-width: 1079px) {
  .left_side,
  .right_side {
    width: 100%;
    position: relative;
    top: auto;
  }
}

@media (max-width: 908px) {
  .main_page_info {
    flex-direction: column; 
    gap: 15px;
    margin-top: 25px;
  }

  .mpi_part {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 430px) {
  .wrapper {
    padding: 0 25px;
  }

  .hero-content #header_text {
    width: 100%;
  }

  .menu {
    width: 100%;
  }

  .rightimg {
    float: none;
    margin: 15px 0;
    max-width: 100%;
  }

  .adm {
    margin: 0 auto;
  }

  .adm,
  .adm tr,
  .adm td {
    display: block;
    width: 100%;
    text-align: center;
  }

  .adm td {
    margin-bottom: 20px;
    border: none;
  }

  /* если вместо пустых стоят &nbsp;, удаляем их: */
.adm td:contains("\u00a0") {
  display: none;
}
  .footer_copyright {
    margin-top: 25px;
    text-align: right;
  }

  .news-grid {
    grid-template-columns: 1fr;
  }

  .news-date {
    order: 1;
    margin-bottom: 0 0 15px 15px;
  }

  .news-title {
    order: 2;
    font-size: 1rem;
    line-height: 1.3;
  }

  .news-description {
    order: 3;
    font-size: 0.9rem;
    color: #444;
  }

  .news-button {
    order: 4;
    align-self: flex-start;
    font-size: 0.9rem;
  }

  .news-content {
    padding: 15px;
  }

  .news-header {
    flex-direction: column;
  }

  .news-date .material-icons {
    font-size: 16px;
    margin-right: 4px;
  }
}

@media (max-width: 1554px) {
  .page_container {
    gap: 50px;
  }
}

@media (max-width: 1024px) {
  .text-blocks {
    flex: 1 1 auto;
  }
}

@media (max-width: 883px) {
  .contacts-wrapper {
		flex-direction: column;
    gap: 0;
	}

	.contacts-block, .map-block {
		flex: 1 1 100%;
	}
}

@media (max-width: 1335px) {
  .burger-container {
    position: fixed;
    top: 45px;
    right: 25px;
    display: flex;
    width: 25px;
    height: 25px;
    z-index: 1002;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }

  .dropdown-menu {
    display: block;
    flex-direction: column;
    background: #205c6f;
    position: fixed;
    top: 0;
    right: 0;
    max-width: 430px;
    height: 100vh;
    padding: 25px;
    z-index: 1000;
    transform: translateX(100%);
    transition: transform 0.5s ease-in-out;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.5);
  }

  .tm_it_wr {
    flex-direction: column;
  }

  .tm_it.has_submenu > a::before {
    background-image: none;
  }

  .dropdown-menu.open {
    display: flex;
    transform: translateX(0);
  }

  .burger-container.menu-open .burger-menu {
    animation: openBurger 0.3s forwards;
  }

  .burger-container.menu-open .close-icon {
    opacity: 1;
    transform: rotate(0deg);
    animation: closeBurger 0.3s forwards;
  }

  .submenu { 
    opacity: 0;
    display: none;
    position: static;
    top: 25px;
    left: 0;
    background: transparent;
    border: none;
    z-index: 9999;
    min-width: 250px;
    transition: opacity 0.3s ease, visibility 0s 0.3s;
  }

  .submenu a {
    color: #fff;
    border: none;
  }

  .has_submenu:hover .submenu {
    display: block;
  }

  .submenu_item.has_subsubmenu:hover .subsubmenu {
      display: none !important;
  }

  .header-widgets {
    justify-content: space-between;
  }
}

@media (max-width: 430px) {
  .dropdown-menu {
    min-width: 100%;
  }
}

@media (min-width: 1335px) {
  .main-menu {
      display: block;
  }
}

@keyframes openBurger {
  0% {
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: rotate(45deg);
    opacity: 0;
  }
}

@keyframes closeBurger {
  0% {
    opacity: 0;
    transform: rotate(90deg);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg);
  }
}

@media (min-width: 1336px) {
  .burger-container {
    display: none;
  }
}
