/** Variables **/
.color-white {
  color: #ffffff; }

.bg-color-white {
  background-color: #ffffff; }

.color-black {
  color: #000000; }

.bg-color-black {
  background-color: #000000; }

.color-red {
  color: #eb202a; }

.fill-color-red {
  fill: #eb202a; }

.fill-color-black {
  fill: #000000; }

.fill-color-green {
  fill: #07a802; }

.fill-color-blue {
    fill: #007aff; }
.fill-color-orange {
    fill: #e84e0f; }

.fill-color-pink {
    fill: #ffa4a4; }
.color-green{
  color: #07a802;
}


.bg-color-red {
  background-color: #eb202a; }

.color-dark-grey {
  color: #333333; }

.bg-color-dark-grey {
  background-color: #333333; }

.color-grey {
  color: #d8d8d8; }

.bg-color-grey {
  background-color: #d8d8d8; }

.font-family-os {
  font-family: "OpenSans", Arial, "sans-serif"; }

.font-family-gt {
  font-family: Georgia, "Times New Roman", Times, serif; }


html, body {
  font-family: Georgia, "Times New Roman", Times, serif; }

h3 {
  font-weight: bold;
  padding-bottom: 1.5rem !important; }

a, a:hover {
  color: #eb202a; }
.mh-300{
  min-height: 300px;
}
.mh-400{
  min-height: 400px;
}
.mh-500{
  min-height: 500px;
}
.mh-120{
  min-height: 120px;
}

.index-circle {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #eb202a;
  color: white;
  text-align: center; }

.wrap-border {
  position: relative;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.22); }
@media screen and (max-width: 768px) {
  .wrap-border {
    box-shadow: none;
    border-radius: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.dn-tabs a {
  color: #000000;
  font-weight: bold; }

.dn-tabs a.active {
  color: #ffffff;
  background-color: #eb202a; }

.btn.btn-outline-secondary {
  color: #6c757d;
  border-color: #d8d8d8; }

.btn.btn-outline-secondary:hover {
  color: #eb202a;
  background-color: #ffffff; }

/*modal fullscreen*/
.modal.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal.fullscreen {
  width: 100vw;
  height: 100vh;
  margin: 0;
}
.modal.fullscreen .modal-dialog {
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin: 0;
}
.modal.fullscreen .modal-content {
  height: 100%;
}

/* Header styles */
header {
  font-family: "OpenSans", Arial, "sans-serif"; }

/* CSS Document */
:root {
  --navbar-shadow-color1: #d7d7d7;
  --navbar-shadow-color2: #e100ff;
  --bs-danger: #eb202a;
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0;
}

.bg-dark {
  background-color: #333333 !important; }

.navbar {
  padding: 0;
  font-size: 15px; }
  @media (max-width: 1339.98px) {
    .navbar {
      font-size: 12px; } }

.navbar::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -3px;
  height: 50%;
  width: 100%;
  opacity: 1;
  background: inherit;
  -webkit-filter: blur(6px);
  -moz-filter: blur(6px);
  -o-filter: blur(6px);
  -ms-filter: blur(6px);
  filter: blur(6px);
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-text {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 1rem; }

.navbar-dark .navbar-text {
  padding-left: 1rem;
  padding-right: 1rem; }
.navbar-text svg.icon{
    fill: #ffffff;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 1rem;
  padding-right: 1rem; }

  .navbar-dark .navbar-nav .nav-link.disabled{
  color: #777;
}
.icon-chart {
  color: #fff;
  width: 23px;
  height: 12px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px; }

@media (max-width: 767.98px) {
  .bg-dark {
    background-color: #fff !important; }
  .navbar-dark .navbar-toggler, .navbar-toggler-icon {
    color: #000; }
  .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
  .navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .active > .nav-link {
    color: #000; }
  .navbar-dark .navbar-nav .nav-item:first-child .nav-link {
    padding-left: 1rem; } }

/* header-logos */
#header-logos a, #header-logos span, #header-logos p, #header-logos input {
  font-size: 12px;
  font-weight: bold; }

.icon-logo-dia {
  width: 54px;
  height: 54px;
  fill: #eb202a; }

.icon-logo-ru {
  width: 80px;
  height: 40px;
}

/* Icons */
.icon {
  display: inline-block; }

.icon-dn {
  width: 116px;
  height: 52px; }

.icon-dia {
  background: url("../img/dialogo.svg") center center no-repeat;
  width: 54px;
  height: 54px; }

.icon-arr-bottom {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  fill: #4c4c4e; }

.dotted {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

.icon-login {
  background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAQAAABuvaSwAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfkAxcAOwD33Qn6AAABcUlEQVQoz4WTPU7DQBSEv7e9CbUd10EmF8A1Ee4RogUhahBcg9wgF4gENUbUiUSNwgGSuLdzgaGIWdv8ZbZ5mjc72n2za6JBpRdy1iyAQ/pknNCzpm+NeKwJGyJSYmDFnII9rrlqNgghlhop1I2WEqXmmquUWOpGoUYqtVUhRKkDDTSTKHWrsF63KiVmGuigliPEsQZ6lxAXXhoq1KmEeNegdkc8KNSspsNva2sxU6gHCVdpwhmpAWz4ji2T2hkTKrmcDffswj0bclxORGy7xLFF5LgF6U5fgJQCVxB7Yu8/bxa4NjG0oCMI6ot/wUVUnYu0cd2qVyS4Q15a1FFHfNKq5/RxGWtW/jUNLfLthKE/xEoFGe7cAsZeUGnf10blTcYEZE3cpaa6/BH3paYq9VzHbQJGWvNb2M1A+zzSMxNQaUTxz4wD3ugZ2zn37InkT2lSS/kKJbZXuyP4xfOOR/+tTJ3mVDlrPoCEPhlZ58N+Agz81y2Uy22XAAAAAElFTkSuQmCC");
  width: 23px;
  height: 23px;
  background-size: 23px;
  background-repeat: no-repeat; }

/* #section1-stat */
.svg-icon-stat svg {
  /*fill: #eb202a;*/
  -webkit-filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.4)); }

.svg-icon-stat #text1, .svg-icon-stat #text2, .svg-icon-stat #text3, .svg-icon-stat #text4,
.svg-icon-stat #text5, .svg-icon-stat #text6, .svg-icon-stat #polygon1 {
  fill: #fff; }

.svg-icon-stat #text1, .svg-icon-stat #text5 {
  font-size: 36px; }

.svg-icon-stat #text2, .svg-icon-stat #text6 {
  font-size: 84px;
  font-weight: bold; }

.svg-icon-stat #text3, .svg-icon-stat #text4 {
  font-size: 24px; }

#chartdiv {
  width: 100%;
  max-height: 600px;
  height: 350px; }

/*_section3-earth-graf */
#section3-earth-graf table svg {
  width: 15px;
  height: 15px; }

#globalDairyContent {
  min-height: 360px; }

.carousel .carousel-item {
  width: 100%;
  overflow: hidden; }

/* section4-russia */
/* section5-news */
.news-list hr.last {
  border: 0 none; }

.underline {
  text-decoration: underline; }

.bg-num-1 {
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.grey%7Bfill:%23e8e8e8;%7D%3C/style%3E%3Ctext class='grey' x='10' y='12'%3E1%3C/text%3E%3C/svg%3E") center right no-repeat; }

.bg-num-2 {
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.grey%7Bfill:%23e8e8e8;%7D%3C/style%3E%3Ctext class='grey' x='10' y='12'%3E2%3C/text%3E%3C/svg%3E") center right no-repeat; }

.bg-num-3 {
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.grey%7Bfill:%23e8e8e8;%7D%3C/style%3E%3Ctext class='grey' x='10' y='12'%3E3%3C/text%3E%3C/svg%3E") center right no-repeat; }

.bg-num-4 {
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.grey%7Bfill:%23e8e8e8;%7D%3C/style%3E%3Ctext class='grey' x='10' y='12'%3E4%3C/text%3E%3C/svg%3E") center right no-repeat; }

.bg-num-5 {
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.grey%7Bfill:%23e8e8e8;%7D%3C/style%3E%3Ctext class='grey' x='10' y='12'%3E5%3C/text%3E%3C/svg%3E") center right no-repeat; }

.bg-num-6 {
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.grey%7Bfill:%23e8e8e8;%7D%3C/style%3E%3Ctext class='grey' x='10' y='12'%3E6%3C/text%3E%3C/svg%3E") center right no-repeat; }

.bg-num-7 {
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.grey%7Bfill:%23e8e8e8;%7D%3C/style%3E%3Ctext class='grey' x='10' y='12'%3E7%3C/text%3E%3C/svg%3E") center right no-repeat; }

.bg-num-8 {
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.grey%7Bfill:%23e8e8e8;%7D%3C/style%3E%3Ctext class='grey' x='10' y='12'%3E8%3C/text%3E%3C/svg%3E") center right no-repeat; }

.bg-num-9 {
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.grey%7Bfill:%23e8e8e8;%7D%3C/style%3E%3Ctext class='grey' x='10' y='12'%3E9%3C/text%3E%3C/svg%3E") center right no-repeat; }

.bg-num-10 {
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.grey%7Bfill:%23e8e8e8;%7D%3C/style%3E%3Ctext class='grey' x='10' y='12'%3E10%3C/text%3E%3C/svg%3E") center right no-repeat;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.grey%7Bfill:%23e8e8e8;%7D%3C/style%3E%3Ctext class='grey' x='4' y='12'%3E10%3C/text%3E%3C/svg%3E") center right no-repeat; }

#section5-top-ferm article .title {
  font-weight: bold;
 }
#section5-top-ferm article a{
  color: var(--bs-gray-900);
  text-decoration: none;
}
#section5-top-ferm article a:hover{
  color: var(--bs-danger);
  text-decoration: underline;
}


/* section2-swiper-slider */
#section2-swiper-slider .swiper-slide .price {
  font-weight: bold;
  font-size: x-large; }

#section2-swiper-slider .icon-arrow-up, #section2-swiper-slider .icon-arrow-down {
  width: 10px;
  height: 10px; }

#section2-swiper-slider .icon-arrow-up {
  fill: #28a745; }

#section2-swiper-slider .icon-arrow-down {
  fill: #eb202a; }

/* footer */
footer {
  font-family: "OpenSans", Arial, "sans-serif"; }
  footer a, footer span, footer p, footer input {
    color: #ffffff; }
  footer .icon-logo-dia {
    width: 54px;
    height: 54px;
    fill: #ffffff; }
  footer .icon-logo-ru {
    width: 80px;
    height: 40px;
 }
  footer .font-12 {
    font-size: 12px;
    font-weight: bold;
    line-height: 12px; }

/*ноябрь 2023*/
.no-border{
  border: 0 none !important;
}
.search-btn{
  z-index: 10;
  border: 0;
  background-color: inherit;
  min-width: 40px;
}

.icon.search-icon{
  width: 16px;
  height: 16px;
  fill: var(--bs-gray-400);
}

#citysearch{
  padding: 0;
}

@media (max-width: 767px) {
  #citysearch{
      padding: 15px 30px 15px 0;
  }
}
#citysearch .icon, #citysearch .icon-minus {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  fill: currentColor;
}
#citysearch .search-region-info{
  display: flex;
  flex-direction: row;
  cursor: pointer;
}
#citysearch .input-close-btn{
  position: absolute;
  top: 0;
  right: 0;
  width: 1.5rem;
}
#citysearch .relative{
  position: relative;
}
#citysearch .search-region-wrap-tmpl{
  display: flex;
  flex-direction: column;
  padding: 10px;
}
#citysearch .search-region-wrap-tmpl ul{
  list-style: none;
  margin: 0 0 0 20px;
  padding: 0;
  min-width: 320px;
}
#citysearch .search-region-wrap-tmpl ul li{
  font-size: 12px;
}
#citysearch .counry-togger{
  padding: 0 10px;
  cursor: pointer;
}
#citysearch .search-region-wrap{
  display: flex;
  flex-direction: column;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-overflow-scrolling: touch;
  min-width: 100%;
  width: 100%;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  border: var(--bs-border-color) 1px solid;
  border-top: none;
  z-index: 1000;
  background-color: #fff;
}
#citysearch .country-title-wrap{
  display: flex;
  flex-direction: row;
  align-items: center;
}
#citysearch .country-title-wrap .icon{
  width: 13px;
  height: 13px;
  fill: #748593;
}
#citysearch .country-title-wrap .country-togger{
  display: flex;
  width: 15px;
  height: 15px;
  margin-right: 4px;
}
#citysearch .fill-grey-liter, #citysearch .fill-grey-liter svg, #citysearch .country-title-wrap .icon.fill-grey-liter {
  fill: #c3c3c3;
}
#citysearch .search-region-info{
  display: flex;
  flex-direction: row;
  cursor: pointer;
}
#citysearch .input-close-btn{
  position: absolute;
  top: 0;
  right: 0;
  width: 1.5rem;
  height: 100%;
  display: flex;
  margin: 0 10px 0 0;
}
#citysearch .relative{
  position: relative;
}
#citysearch .search-region-wrap-tmpl{
  padding: 0 10px;
}
#citysearch .country-togger{
  padding: 0;
  cursor: pointer;
}
#citysearch .cursor-default, #citysearch .country-title-wrap .country-togger.cursor-default{
  cursor: default;
}
#citysearch .country-title{
  display: list-item;
  list-style: none;
}

#citysearch .country-title a{
  font-size: 14px;
}

@media (max-width: 1200px) {
  #citysearch .country-title a{
      font-size: 11px;
  }
#citysearch .search-region-wrap-tmpl ul li{
      font-size: 10px;
  }
}

@media (max-width: 767px) {
  #citysearch .search-region-wrap{
      padding: 15px 0;
  }
#citysearch .country-title-wrap, #citysearch .search-region-wrap-tmpl ul li{
      border-bottom: #ddd 1px solid;
  }
#citysearch .country-title-wrap .icon{
      width: 20px;
      height: 20px;
  }
#citysearch .country-title-wrap .country-togger{
      width: 20px;
      height: 20px;
      margin-right: 4px;
  }
#citysearch .country-title, #citysearch .country-title a{
      font-size: 30px;
  }
#citysearch .search-region-wrap-tmpl ul{
      margin: 0;
      padding: 0 0 0 25px;
  }

  #citysearch .search-region-wrap-tmpl ul li {
      font-size: 20px;
      padding-top: 5px;
      padding-bottom: 5px;
  }
}
#citysearch .search-region-wrap-tmpl ul li, #citysearch .country-title{
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.icon-plus-circle, .icon-plus-line-v, .icon-plus-line-h{
  stroke: #f79322;
}
.icon-rotated-right, .icon-rotated-down{
  stroke: #f79322;
  fill: #f79322;
}
.hide{
  display: none;
  opacity: 0;
}

#regionsModal .modal-body{
  padding-top: 0;
}

.spinner {
  display: flex;
  width: 50px;
  height: 50px;
}
.spinner svg{
  stroke: var(--bs-danger);
}

#country-tabs .icon.icon-arrow{
	height: 15px;
	width: 30px;
	display: flex;
}
#country-tabs .icon-rotated-right{
	transition: transform 0.3s ease;
	fill: var(--bs-danger);
	stroke: var(--bs-danger);
}

#country-tabs .active .icon-rotated-right{
	transform: rotate(90deg);
	transform-origin: center;
	fill: var(--bs-success);
	stroke: var(--bs-success);
}
.tree-head{
	font-size: larger;
	font-weight: bold;
	font-family: var(--bs-font-sans-serif);
}
.company-banner-menu{
	padding: 10px 10px 10px 0;
}
.a-d-v-b > a > img{
  width: 100%;
  height: auto;
}
.text a{
  color: var(--bs-body-color);
  text-decoration: none;
}
.text a:hover{
  color: var(--bs-red);
  text-decoration: underline;
}

#orgModal th{
  cursor: pointer;
}
#orgModal .modal-footer {
    justify-content: space-between;
}
#orgModal .active.down .icon-rotated-right{
  transform-origin: center;
    transform: translate(-50%, 50%) rotate(90deg) translate(-50%, -50%);
  transition: transform 0.3s ease;
    fill: var(--bs-danger);
    stroke: var(--bs-danger);
}
#orgModal .active.up .icon-rotated-right{
  transform-origin: center;
    transform: translate(-50%, 50%) rotate(-90deg) translate(50%, 50%);
  transition: transform 0.3s ease;
    fill: var(--bs-danger);
    stroke: var(--bs-danger);
}
#orgModal .icon{
  width: 15px;
  height: 15px;
}

.main-user-consent-request-announce-link{
  font-size: 11px;
}
.btn-login {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  min-width: 60px;
  transition: opacity 0.2s;
}
.btn-login:hover {
  opacity: 0.8;
  text-decoration: none;
}

.btn.btn-orange {
  color: #ffffff;
  background-color: #FE753E;
  border-color: #FE753E;
}
.btn.btn-orange:hover {
  color: #ffffff;
  background-color: #fe510b;
  border-color: #fe510b;
}
@media (max-width: 1399px) {
  #header-logos .logos {
    padding-right: 1rem;
  }
  #header-logos .search {
    min-width: 220px;
  }
}

.footer-nav a {
  transition: opacity 0.2s;
  padding: 0.5rem;
}
.footer-nav a:hover {
  opacity: 0.8;
}

.banner-fluid img {
  max-width: 100%;
  height: auto; }

.banner, .banner-fluid {
  text-align: center; }

.a-d-v-b img { width: 100%; height: auto; }
.banner .a-d-v-b img { width: 80%; height: auto; }