.cookie-popup {
  display: none;
  position: fixed;
  z-index: 9999999;
  bottom: 60px;
  left: 0;
  right: 0;
  padding: 0 15px;
 }
.cookie-popup__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 928px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 15px;
  border-radius: 4px;
  color: #ffffff;
  width: 100%;
  border: 2px solid #fff;
  font-size: clamp(11px, 2.5vw, 13px);
  box-shadow: 0 0 20px #000;
  text-align: center;
  margin: 0 auto; 
 }
.cookie-popup__link {
  color: #fff;
  text-decoration: underline;
  white-space: nowrap;
 }
.cookie-popup__btn {
  margin-left: 15px;
  flex-shrink: 0;
 }
.btn--small {
  padding: 8px 16px;
  font-size: 14px;
 }
@media (max-width: 768px) {
  .cookie-popup__wrap {
    flex-direction: column;
    gap: 15px;
   }  
  .cookie-popup__content {
    text-align: center;
   }  
  .cookie-popup__btn {
    margin-left: 0;
    width: 100%;
    /*max-width: 200px;*/
    padding: 3px 10px;
    font-size: 12px;
   }
}
div.hdr_logo img{
  max-height: 130px;
}
a.hdr_logo_link {
	display: block;
}
.menu_main ul.menu > li > .menu_link {
	line-height: 35px;
}
.requisites.btn {
	background: #38af90;
	color: #ffffff;
	font-size: 18px;
}
.requisites.btn:hover {
	background: #F6CC31;
	color: #333333;
}
.contact_info > div + div {
	margin-top:15px;
}
.qr-code {
	margin-top: 15px;
}
.qr-code a {
	display: block;
}
.qr-code p {
	margin-top:10px;
}
.title {
	font-size: 24px;
	margin-bottom: 15px;
	font-weight: bold;
}
.cnt_address {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -0.3px;
	color: #000000;
	max-width: 100%;
}
.cnt_address br {
	display: none;
}
.achievement_item_icon {
	width: 65px;
	height: 65px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.achievement_item_icon img {
	object-fit: contain;
	max-height: 65px;
}
.achievement_item_title,
.achievement_item_desc {
	text-align: center;
}
.album_item {}
.album_item .name {
	margin-top: 15px;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
}
.achievement_item_desc a{
	color: #38af90;
	text-decoration: underline;
}
.achievement_item_desc a:hover,
.slide_item_desc .qr-code a:hover {
	text-decoration: none;
}
.slide_item_desc .qr-code a{
	display: block;
	font-weight: bold;
	color: #38af90;
	text-decoration: underline;
	text-transform: uppercase;
}
.slide_item_desc .qr-code a p {
	margin-top: 15px;
}
.pro-nash-fond .article_item {
	text-align: center;
	background: #c7e7f2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pro-nash-fond .article_item:hover {
	background: #38af90;
}
.pro-nash-fond .article_item:hover a {
	color:#ffffff;
	text-decoration: none;
}
@media (max-width: 479.98px) {
	.company_slogan{
		font-size: 14px;
		line-height: 100%;
	}
}
@media (max-width: 767.98px) {
  .hdr_phones_row{
    display: none;
  }
	.slider_main div.slide_item_bg {
		background: none;
	}
	.slide_item_prew:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-image: url(../img/bann-fon-mobile.png);
		background-size: contain;
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: center center;
	}
	.hdr_phones_row a.phone {
		font-weight: bold;
		margin-top:5px;
		display: block;
	}
	.slogan_item span {
		white-space: nowrap;
	}
	.hdr-top-inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	header.hdr.hdr_main {
		position: sticky;
		z-index: 649;
		top: 0;
		background: #ffffff;
	}
	header div.hdr_logo img {
		max-height: 70px;
	}
	header div.hdr_logo a.hdr_logo_link {
		margin-right: 15px;
		flex: 0 0 70px;
		max-width: 70px;
	}
	.hdr_logo {
		display: flex;
		align-items: center;
	}
	.slide_item_info{
		text-align: center;
	}
	.hdr_top {
		display: none;
	}
}
@media (min-width: 1024px) {
	.hdr-top-inner .hdr_logo {
		margin-right:30px;
	}
}
@media (min-width: 768px) {
	.hdr-top-inner{
		display: grid;
		grid-template-columns: 130px 1fr;
		align-items: center;
	}
	.hdr-top-inner .hdr_logo {
		margin-right:30px;
	}
	.hdr_menu.menu_main {
		margin-left: 0;
	}
	.hdr_top {
		padding-right: 15px;
		padding-left: 15px;
		display: flex;
		flex-direction: column;
		font-weight: bold;
		color: #42a8cf;
		/* margin-bottom: 15px;
		align-items: center;
		color: #38af90; */
	}
	.hdr_address {
		display: flex;
		align-items: center;
	}
	.hdr_bottom .company_address_row {
		min-width: 210px;
	}
	.hdr_phones .phone	{
		min-width: 175px;
	}
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .menu_main .menu li .menu_link {
  	padding: 0 10px;
  }
	.hdr_bottom {
		margin-left: 20px;
	}
	.slider_main div.slide_item_bg {
		background-position: center bottom;
	}
	.mdl.slider_main {
		margin-top: 0;
	}
	.slider_main span.slide_item_title {
		font-size: 1.3rem;
	}
	.qr-code img:not([src$=".svg"]) {
		height: 150px
	}
}
@media (max-width: 1023.98px) {
	header .hdr_phones,
	header .hdr_top {
		display: none;
	}
}
@media (max-width: 1535.98px) {
	.hdr_address,
	.hdr_social_links,
	.hdr_phones:before {
		display: none;
	}
	.hdr_phones_switcher_btn {
		width: 20px;
		height: 20px;
		flex: 0 0 20px;
		max-width: 20px;
		line-height: 100%;
		margin-left: 15px;
		background: #38af90;
		-webkit-mask-image: url(../img/phone.svg);
		mask-image: url(../img/phone.svg);
		display: block;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-position: center;
		mask-position: center;
		transition: all 0.2s ease-out;
	}
}
@media (max-width: 1279.98px) {
	header .hdr_phones {
		display: none;
	}
	.backdrop_contacts > * {
		width: 100%;
		text-align: center;
		margin: 12px 0;
	}
	.backdrop_contacts .hdr_address,
	.backdrop_contacts .hdr_phones_row {
		text-align: center;
	}
	.backdrop_contacts .icon-location,
	.backdrop_contacts .hdr_phones_row:before {
		display: none !important;
	}
}
@media (min-width: 1536px) {
	.hdr_phones_switcher_btn {
		display: none;
	}
}
.mdl-header a {
	font-size: 16px;
	color: #38af90;
	text-decoration: underline;
}
.mdl-header a:hover {
	text-decoration: none;
}
.hdr_social_links .social_link_icon, .ftr_social_links .social_link_icon{
    width: 30px;
    height: 30px;
    font-size: 18px;
}
.hdr_social_links .social_link_icon.fa-viber, .ftr_social_links .social_link_icon.fa-viber{
  background: #824AAC;
}
.hdr_social_links .social_link_icon.fa-telegram-plane, .ftr_social_links .social_link_icon.fa-telegram-plane{
  background: #33A8D9;
}
.hdr_social_links .social_link_icon.fa-vk, .ftr_social_links .social_link_icon.fa-vk{
  background: #4A719E;
}

@media (min-width: 1280px) {
  .party-sect .news_main .new_item{
    position: relative;
    border-radius: 5px;
    overflow: hidden;
  }
  .new_item_prev {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .new_item_prev_link_image img {
    object-fit: cover;
    width: 100%;
    transition: all 0.2s ease-out;
  }
  .party-sect .news_main .new_item:hover .new_item_prev_link_image img {
    opacity: 0;
  }
}
.company_address_row {
	flex-direction: column;
	display: flex;
}
.migxVideo_wrap .item_preview {
  display: flex;
  position: relative;
  transition: all 0.3s ease;
}
.migxVideo_wrap .item_preview:before {
  content: "";
  position:absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease;
  transform: translateX(-50%) translateY(-50%);
  width: 63px;
  height: 63px;
  background: url("../img/play.png") no-repeat center center;
}
.migxVideo_wrap .item_preview:hover:before {
  opacity: 0;
}
.migxVideo_wrap .item_title {
  display: block;
  text-align: center;
  margin-top: 10px;
}
.migxVideo_wrap img {
	object-fit: cover;
	width: 100%;
	height: 300px;
}