@font-face {
  font-family: "AvenirNext";
  src: url("/frontend/fonts/avenir/AvenirNext-Medium.eot");
  src: url("/frontend/fonts/avenir/AvenirNext-Medium.woff") format("woff"),
    url("/frontend/fonts/avenir/AvenirNext-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "AvenirNextBold";
  src: url("/frontend/fonts/avenir/AvenirNext-Bold.eot");
  src: url("/frontend/fonts/avenir/AvenirNext-Bold.woff") format("woff"),
    url("/frontend/fonts/avenir/AvenirNext-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "AvenirNextDemiBold";
  src: url("/frontend/fonts/avenir/AvenirNext-DemiBold.eot");
  src: url("/frontend/fonts/avenir/AvenirNext-DemiBold.woff") format("woff"),
    url("/frontend/fonts/avenir/AvenirNext-DemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "AvenirNextRegular";
  src: url("/frontend/fonts/avenir/AvenirNext-Regular.eot");
  src: url("/frontend/fonts/avenir/AvenirNext-Regular.woff") format("woff"),
    url("/frontend/fonts/avenir/AvenirNext-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "AvenirNextItalic";
  src: url("/frontend/fonts/avenir/AvenirNext-MediumItalic.eot");
  src: url("/frontend/fonts/avenir/AvenirNext-MediumItalic.woff") format("woff"),
    url("/frontend/fonts/avenir/AvenirNext-MediumItalic.ttf") format("truetype");
}

@font-face {
  font-family: "AvenirNextHeavy";
  src: url("/frontend/fonts/avenir/AvenirNext-Heavy.eot");
  src: url("/frontend/fonts/avenir/AvenirNext-Heavy.woff") format("woff"),
    url("/frontend/fonts/avenir/AvenirNext-Heavy.ttf") format("truetype");
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  font-family: "AvenirNext", "Arial", sans-serif;
}

.dropdown-item {
  font-size: 14px;
}

a:hover {
  text-decoration: none;
  color: #1b95c5;
}

.p-10 {
  padding-top: 16px;
}

.pdr-0 {
  padding-right: 0;
}
.pdl-0 {
  padding-left: 0;
}

.rel-pos {
  position: relative;
}

.fs-lg-16 {
  font-size: 16px;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#main-page-img-wrap {
  width: 100%;
  height: 470px;
  background-size: cover;
  background-position: bottom;
}

#imp_news_list_block {
  margin-top: -190px;
  padding-top: 25px;
  padding-left: 10px;
  margin-left: -20px;
  padding-right: 10px;
  margin-right: -20px;
}

#public_dam_date {
  position: absolute;
  top: 17px;
  left: calc(50% - 30px);
  font-size: 10px;
  opacity: 0.73;
}
#public_idm_date {
  position: absolute;
  top: 17px;
  left: calc(50% - 30px);
  font-size: 10px;
  opacity: 0.73;
}

@media (max-width: 991px) {
  .only-large {
    display: none;
  }
}

@media (max-width: 1320px) {
  #imp_news_list_block {
    margin-top: -120px;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 957px) {
  #main-page-img-wrap {
    /*width: 100%;*/
    /*background-size: auto;*/
    background-size: 130%;
    background-position: top;
    background-repeat: no-repeat;
    height: 0;
    width: 50%;
    padding: 45% 50% 0 50%;
  }

  #imp_news_list_block {
    margin-top: -100px;
  }
}
@media (max-width: 600px) {
  #imp_news_list_block {
    margin-top: -50px;
  }
}

@media (min-width: 1320px) {
  .container-fw,
  .think-container.container-fw {
    width: 100%;
    /*max-width: 2300px;*/
    padding-left: 55px;
    padding-right: 55px;
  }

  .container-fw2 {
    width: 1400px;
    padding-left: 55px;
    padding-right: 55px;
  }
}

@media (min-width: 1280px) {
  .about-us-hint {
    margin-left: 200px;
  }

  .about-us-hint.v2 {
    margin-left: 110px;
  }
}

@media (min-width: 1080px) {
  .navbar-expand-custom {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-custom .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-custom .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-custom .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-custom .navbar-toggler {
    display: none;
  }

  .navbar-expand-custom .navbar-nav .dropdown-menu {
    position: absolute;
  }
}

.navbar {
  padding: 10px 0;
}

.navbar-light .navbar-nav .nav-link {
  /*color: #333333;*/
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  padding-left: 12px;
  padding-right: 12px;
}

.navbar-light.v2 .navbar-nav .nav-item,
.navbar-light .navbar-nav .nav-item {
  padding-left: 7px;
  padding-right: 7px;
}

.navbar-light.v2 .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0;
}

.navbar.v2 .navbar-nav .nav-link,
.navbar .navbar-nav .nav-link {
  height: 100px;
  margin-top: -10px;
  margin-bottom: -10px;
  line-height: 80px;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.28px;
}

.drodowpn-toggle::after {
  width: 0;
  height: 0;
}

.navbar.v2 .dropdown-menu .dropdown-item,
.navbar .dropdown-menu .dropdown-item {
  text-transform: none;
  font-size: 16px;
  letter-spacing: 0.32px;
  font-family: "AvenirNextRegular", sans-serif;
}

.navbar .nav-item.dropdown .dropdown-menu {
  top: 55px;
}

.navbar.v2 .nav-item.dropdown .dropdown-menu {
  top: 92px;
}

.drop-active {
  height: 100%;
  width: 4px;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

.dropdown-item.act .drop-active {
  display: block;
}

.nd-menu-main .navbar-nav {
  padding-left: 30px;
}

.navbar.v2 .nav-item .dropdown-toggle::after,
.navbar .nav-item .dropdown-toggle::after {
  height: 0;
  width: 0;
  position: absolute;
}

.menu-v2-space {
  width: 100%;
  height: 100px;
}

.nav-item {
  text-transform: uppercase;
}

.nav-item a,
.str-items-item a {
  outline: none;
}

.Operator_Logo_Final {
  width: 117px;
  object-fit: contain;
}

.Operator-Logo-m2,
.Operator-Logo-def {
  width: 115px;
  height: 70px;
  background-position: center center;
  background-repeat: no-repeat;
}

.my-toggler-icon {
  width: 24px;
  /*height: 16px;*/
  height: 24px;
}

.btn.btn-secondary.dropdown-toggle {
  height: 40px;
  font-size: 14px;
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

#lang_sel .btn.btn-secondary.dropdown-toggle {
  padding-left: 15px;
  padding-right: 15px;
}

.btn.btn-secondary.dropdown-toggle.site-dropdown {
  height: 49px;
  font-size: 14px;
  border-radius: 25px;
  padding: 10px 25px 10px 25px;
}

.btn.btn-secondary.dropdown-toggle span {
  line-height: 28px;
}

.dropdown-toggle::after {
  content: "";
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  width: 8px;
  height: 5px;
  object-fit: contain;
  background-image: url("/frontend/img/expand-more.svg");
}

.dropdown-menu {
  z-index: 2000;
}

#price-caption {
  overflow: hidden;
}

#main-page-caption {
  font-size: 36px;
  font-family: "AvenirNextBold", "Arial", sans-serif;
  /*font-weight: bold;*/
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: 0.38px;
  position: relative;
  z-index: 1000;
}

#back-main-img {
  background-image: url("/frontend/img/main-page-v2.svg");
  right: 0;
  height: 500px;
  z-index: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  margin-right: 15px;
  margin-top: -32px;
}

#results_site_block {
  margin-top: 30px;
}
#results_site_block.v2 {
  margin-top: 35px;
}

#index_col_group {
  margin-top: 70px;
}

#main_indexes {
  border-image-slice: 1;
  border-image-source: linear-gradient(to bottom, #ddd, #fff);
  border-left-style: solid;
  border-left-width: 1px;
  min-height: 308px;
  background-color: #fff;
}

#index_col_group .datepicker-wrap {
  border-bottom-style: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#col-main-img {
  height: 185px;
}

@media (max-width: 992px) {
  #back-main-img {
    position: relative;
    background-image: url("/frontend/img/main-page.svg");
    background-size: 100%;
    width: 50%;
    padding: 67% 50% 0 50%;
    height: 0;
  }

  /*#imp_news_list_block {
    	margin-top: -180px;
    }*/

  #col-main-img {
    display: none;
  }

  #back-main-img-wrap {
    width: 100%;
  }

  #results_site_block {
    margin-top: 40px;
  }

  #results_site_block.v2 {
    margin-top: -70px;
  }
}

@media (max-width: 600px) {
  /*#imp_news_list_block {
    	margin-top: -120px;
    }*/
}

@media (max-width: 400px) {
  /*#imp_news_list_block {
    	margin-top: -90px;
    }*/
}

/*@media(max-width: 992px) {
    #col-main-img {
        height: 270px;
    }
    #back-main-img {
        background-position: bottom center;
        height: 550px;
    }
}
@media(max-width: 768px) {
    #col-main-img {
        height: 320px;
    }
    #back-main-img {
        background-position: bottom center;
        height: 510px;
        background-size: 100%;
    }
}
@media(max-width: 600px) {
    #back-main-img {
        background-position: bottom center;
        height: 420px;
        background-size: 100%;
    }
    #col-main-img {
        height: 230px;
    }
}

@media(max-width: 500px) {
    #back-main-img {
        background-position: bottom center;
        height: 340px;
        background-size: 100%;
    }
    #col-main-img {
        height: 180px;
    }
}*/

#tree_tab {
  margin-top: 10px;
}

.mgr-2 {
  margin-right: 2px;
}

#price-caption {
  margin-top: 2rem;
  padding-left: 32px;
  /*padding-top: 18px;*/
  /*padding-bottom: 18px;*/
}

#price-caption > span {
  line-height: 18px;
}

.small-caption,
.small-caption-2 {
  font-size: 18px;
  font-family: "AvenirNextBold", "Arial", sans-serif;
  letter-spacing: 0.36px;
}

.mpage-prices-descr {
  font-size: 12px;
  opacity: 0.5;
  letter-spacing: 0.24px;
}

.type-select-wrap {
  float: right;
  padding-right: 12px;
}

.type-select {
  height: 35px;
  font-size: 14px;
  float: left;
  padding: 8px 30px 8px 30px;
  letter-spacing: 0.28px;
  cursor: pointer;
  transition: background-color 0.3s;
  border-radius: 18px;
}

.type-select.active {
  font-family: "AvenirNextDemiBold", "Arial", sans-serif;
}

.mpage-prices-data {
  padding: 15px 25px;
  /*padding: 27px 32px 27px 32px;*/
}

.mpage-prices-data.v2 {
  padding: 10px 25px;
}

.mpage-prices-data.v2 .mpage-prices-type {
  line-height: 18px;
}

.mpage-price-slide {
  padding: 0;
  border-right: 1px solid #f7f7f7;
}

/*.mpage-price-slide:nth-child(even) {
    !*padding-left: 0;*!
}

.mpage-price-slide:nth-child(odd) {
    !*padding-right: 0;*!
    border-right: 1px solid #f7f7f7;
}*/

.mpage-prices-type {
  display: inline-block;
  line-height: 20px;
}

.mpage-prices-type-name {
  font-family: "AvenirNextDemiBold", "Arial", sans-serif;
  font-size: 12px; /*14*/
  letter-spacing: 0.28px;
  white-space: nowrap;
  cursor: help;
}

.mpage-prices-type-date {
  font-size: 12px;
  letter-spacing: 0.24px;
}

.mpage-prices-type-value {
  font-size: 17px; /*24*/
  letter-spacing: -0.2px;
  font-family: "AvenirNextDemiBold", "Arial", sans-serif;
  /*line-height: 40px;*/
}

.mpage-prices-type-currency {
  letter-spacing: 0.2px;
  font-size: 10px;
  /*white-space: nowrap;*/
}

.price-red,
.price-green {
  color: white;
}

.price-diff {
  width: 128px;
  height: 28px;
  border-radius: 4px;
  text-align: center;
  margin-top: 8px;
  position: relative;
}

.price-diff-data {
  display: inline-block;
  line-height: 16px;
  padding-top: 6px;
}

.diff-value {
  font-size: 16px;
  font-family: "AvenirNextDemiBold", "Arial", sans-serif;
}

.diff-value-direction {
  position: absolute;
  left: 17px;
  top: 3px;
  font-size: 12px;
}

.diff-value-direction.top {
  top: 8px;
}

.diff-date {
  font-size: 10px;
  letter-spacing: 0.2px;
}

.mpage-prices-data {
  display: none;
}

.mpage-prices-data.active {
  display: block;
}

.mpage-prices-data {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fade2 {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 0.8;
  }
}

@keyframes fade2 {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 0.8;
  }
}

.index-block {
  padding-left: 16px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.index-block i {
  color: #bfc0c1;
}

.price-index-col {
  width: 1%;
  min-width: 200px;
}

.index-block td {
  vertical-align: top;
}

.index-price-data {
  display: inline-block;
  line-height: 25px;
  padding-bottom: 16px;
}

.index-country-name {
  font-size: 14px;
  padding-top: 4px;
  padding-left: 3px;
  font-family: "AvenirNextRegular", sans-serif;
  font-weight: normal;
  letter-spacing: 0.28px;
}

.index-country-wrap {
  padding-right: 15px;
}

.index-prices-value {
  font-size: 14px; /*16*/
  font-family: "AvenirNextDemiBold", sans-serif;
}

.index-prices-value i {
  vertical-align: unset;
}

.page-caption {
  text-transform: uppercase;
  font-size: 24px;
  font-family: "AvenirNextBold", sans-serif;
  letter-spacing: 0.48px;
  padding-bottom: 10px;
  padding-top: 70px;
}

.page-caption.main-0 {
  padding-top: 0;
  /*margin-top: -10px;*/
  line-height: 20px;
}

.page-caption a {
  font-size: 18px;
  font-family: "AvenirNextRegular", sans-serif;
  text-transform: lowercase;
}

.str-items-wrap {
  height: 60px;
  width: 100%;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
  padding-right: 8px;
  padding-left: 8px;
}

.str-items-btn {
  width: 44px;
  padding: 10px 17px 14px 18px;
  height: 44px;
  border-radius: 2px;
  margin: 8px;
  display: none;
  cursor: pointer;
}

.str-items-btn.active {
  display: block;
}

.str-items-btn.left {
  position: absolute;
  left: 0;
  top: 0;
}

.str-items-btn.right {
  position: absolute;
  right: 0;
  top: 0;
}

.str-items-scroller {
  height: 80px;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}

.str-items-content {
  height: 60px;
  overflow: hidden;
  display: table-row;
}

.str-items-item {
  display: table-cell;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
  letter-spacing: 0.28px;
  white-space: nowrap;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  min-height: 60px;
  line-height: 60px;
}

.str-items-bline {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.str-items-item.active .str-items-bline {
  -webkit-animation-name: fade2;
  -webkit-animation-duration: 0.5s;
  animation-name: fade2;
  animation-duration: 0.5s;
}

#main_page_graph {
  padding-top: 10px;
  width: 100%;
  /*overflow: auto;*/
}

#pxs_gr_prices_all {
  height: auto;
  width: 100%;
}

#index_chart_wrap {
  width: 100%;
  overflow: auto;
}

#legendBox {
  user-select: none;
}
#legendBox .line:before {
  content: " ";
  width: 40px;
  /*height: 2px;*/
  margin: 0 7px;
  vertical-align: super;
  display: inline-block;
  border-bottom-width: 3px;
  border-color: #000;
}

#legendBox input[name="type"]:checked + label .line:before {
  border-color: #20a6df;
}

#legendBox .line-base:before {
  border-bottom-style: solid;
}
#legendBox .line-peak:before {
  border-bottom-style: dashed;
}
#legendBox .line-off-peak:before {
  border-bottom-style: dotted;
}

.chartjs-tooltip-wrap {
  transition: opacity 0.3s;
}

.trade-res-canvas-wrap-mp {
  position: relative;
  min-width: 500px;
}

.imp-news-date {
  font-size: 14px;
  letter-spacing: 0.28px;
  font-family: "AvenirNextBold", sans-serif;
  display: inline-block;
  line-height: 60px;
}

.imp-news-caption {
  display: inline-block;
  font-size: 18px;
  line-height: 1.44;
  font-family: "AvenirNextRegular", sans-serif;
  padding-bottom: 17px;
}

.imp-news-caption:hover {
  text-decoration: none;
}

.site-block {
}

.news-item {
  padding: 16px 24px 16px 24px;
  margin-bottom: 16px;
}

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

.news-link:hover {
  color: inherit;
}

.news-date {
  font-size: 12px;
  letter-spacing: 0.24px;
}

.news-caption {
  font-size: 20px;
  letter-spacing: 0.32px;
}

.act-link-img {
  vertical-align: top;
  text-align: right;
}

.main-map {
  background-image: url("/frontend/img/map.png");
  background-position: top center;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.main-map .map-pin,
.main-map .map-text {
  position: relative;
  z-index: 2000;
}

.map-pin {
  padding-right: 150px;
  padding-left: 150px;
}

.map-pin-img {
  background-image: url("/frontend/img/pin.svg");
  width: 63px;
  height: 80px;
  background-repeat: no-repeat;
}

/*.map-pin-img {
    transition        : 1.0s ease all;
    -moz-transition   : 1.0s ease all;
    -webkit-transition: 1.0s ease all;
}

.map-pin-img:hover {
transform               : rotateY(360deg);
-moz-transform          : rotateY(360deg);
-webkit-transform       : rotateY(360deg);
transform-origin        : center;
-moz-transform-origin   : center;
-webkit-transform-origin: center;

transition              : transform 1.0s ease all;
-moz-transition         : -moz-transform 1.0s ease all;
-webkit-transition      : -webkit-transform 1.0s ease all;
}*/

.main-map-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-image: linear-gradient(
    to right,
    rgba(242, 242, 242, 0.6),
    rgba(242, 242, 242, 0)
  );
}

.contacts-sm-caption {
  font-size: 14px;
  letter-spacing: 0.28px;
  font-family: "AvenirNextBold", sans-serif;
  margin-top: 22px;
}

.contacts-text-content {
  font-size: 16px;
  letter-spacing: 0.32px;
  margin-top: 5px;
}

.soc-link {
  padding-right: 40px;
}

.main-map {
  margin-top: 100px;
}

body {
  position: relative;
}

.site-footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding-top: 80px;
  padding-bottom: 10px;
  margin-top: 80px;
  width: 100%;
}

#footer-space {
  height: 900px;
  width: 100%;
}

@media (max-width: 768px) {
  #footer-space {
    height: 1940px;
  }
}

@media (min-width: 1280px) {
  #footer-space {
    height: 750px;
  }
}

#footer_logo {
  background-repeat: no-repeat;
  background-position: top center;
  height: 80px;
  margin-top: -30px;
}

.site-footer a {
  text-decoration: none;
  color: inherit;
}

.site-footer a:hover {
  color: inherit;
}

.footer-menu-item {
  font-size: 16px;
  letter-spacing: 0.32px;
  padding-top: 8px;
}

#footer-vocabulary {
  margin-top: 24px;
  text-transform: uppercase;
  background-position: 110px center;
  background-repeat: no-repeat;
}

.str-items-content a {
  color: inherit;
  text-decoration: none;
}

.str-items-content a:hover {
  color: inherit;
}

.ext-link-img {
  height: 12px;
  width: 16px;
  background-position: center center;
  background-repeat: no-repeat;
  white-space: nowrap;
  display: inline-block;
}

/**NEWS--------------------------------------------------------------------------*/
.think-container {
  width: 845px;
  overflow: hidden;
  margin-top: 30px;
}

.think-container.container-fw {
  width: 100%;
  /*margin-left: 15px;
    margin-right: 15px;*/
}

@media (max-width: 1319px) {
  .think-container.container-fw {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 844px) {
  .think-container {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.think-container .text-block {
  padding: 32px;
}

.text-block .header-block {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.24px;
  font-family: "AvenirNextDemiBold", sans-serif;
}

.text-block .text-block-content {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.32px;
  margin-top: 16px;
}

.page-main-header {
  font-family: "AvenirNextBold", sans-serif;
  font-size: 24px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  margin-top: 60px;
  /*margin-bottom: 20px;*/
}

/*--------DATEPICKER------------------------------------------------------------*/
.datepicker-wrap {
  height: 48px;
  padding-left: 23px;
  padding-right: 23px;
  display: inline-block;
  position: relative;
  border-radius: 23px;
  background-repeat: no-repeat;
  background-position: center left, center right;
  background-origin: content-box;
  cursor: pointer;
}

.datepicker-wrap input {
  border: none;
  margin-left: 30px;
  margin-right: 10px;
  width: 90px;
  font-size: 12px; /*14*/
  margin-top: 11px; /*9*/
  letter-spacing: 0.3px; /*.28*/
  cursor: pointer;
}

.new_day_show input {
  width: 180px;
}

.mpage-prices_day_select input {
  width: 180px;
}

.mpage-prices_day_select-3 input {
  width: 180px;
}

.datepicker-days {
  padding: 10px;
  font-size: 14px;
}

.datepicker-days .day {
  font-size: 14px;
  padding: 5px;
}

.datepicker-days .datepicker-switch {
}

/******************************PXSRES*********************************************/
.res-type-select-block {
  float: left;
}

.res-type-date-block {
  margin-top: 12px;
}

#trade_res_pxs {
  margin-top: 40px;
}

#pxs_res_wrap {
  margin-top: 25px;
}

.pxs-res-caption {
  font-size: 18px;
  letter-spacing: 0.36px;
}

.sytem-table {
  border-collapse: separate;
  border-spacing: 0;
}

.system-table thead th {
  font-size: 12px;
  letter-spacing: 0.24px;
  padding: 5px 20px 8px 20px;
}

.system-table tbody tr.data-row {
  height: 60px;
}

.system-table tbody tr.data-row td {
  padding: 10px 20px 10px 20px;
  font-size: 14px;
  letter-spacing: 0.28px;
}

.system-table .spacer {
  height: 10px;
}

#res_opt_block {
  margin-top: 30px;
}

.nav-tabs-custom .nav-tabs li a,
.nav-tabs-custom .nav-tabs li a:hover {
  color: inherit;
}

.tab-trade-res,
.nav-tabs-custom .nav-tabs li {
  float: left;
  font-size: 14px;
  letter-spacing: 0.28px;
  padding: 13px 25px 13px 25px;
  cursor: pointer;
}

.tab-trade-res-item {
  display: none;
  /*overflow: auto;*/
}

.tab-trade-res-item.active {
  display: block;
}

#trade_res_type_tabs {
  margin-top: 50px;
}

#ranges_data_wrap {
  margin-top: 40px;
}

.chartjs-tooltip-wrap {
  font-size: 8px;
  letter-spacing: 0.16px;
  font-family: "AvenirNext", sans-serif;
  padding: 10px 15px 10px 15px;
  border-radius: 4px;
}

.chartjs-tooltip-wrap .chart-value {
  font-size: 12px;
  letter-spacing: 0.24px;
}

.chartjs-tooltip-wrap td {
  padding-right: 10px;
}

.trade-res-canvas-wrap {
  position: relative;
  min-width: 800px;
}

.tr-res-alt-item {
  display: none;
}

.index-data-block {
  margin-top: 40px;
}

/*SMSELECTION-----------------------------------------------------------------------*/

.sm-selection {
  display: none;
  width: 100%;
}

.sm-selection .site-dropdown {
  width: 100%;
}

.sm-selection .dropdown-menu {
  font-size: 14px;
  letter-spacing: 0.28px;
}

.sm-selection .btn.btn-secondary.dropdown-toggle span {
  font-family: "AvenirNextDemiBold", sans-serif;
}

.sm-selection .btn.btn-secondary.dropdown-toggle span {
  float: left;
}

.sm-selection .dropdown-toggle::after {
  position: absolute;
  right: 25px;
  top: 20px;
}

/*---------------------------------------------------BTN--------------------*/
.sitebtn.btn {
  border-radius: 25px;
  padding: 12px 25px 12px 25px;
  font-size: 14px;
  cursor: pointer;
}

/*CATALOG STRUCTURE---------------------------------------------------------*/
.think-container.cont-list.folder {
  margin-top: 15px;
}

.catalog-name {
  font-size: 18px;
  letter-spacing: 0.36px;
  font-family: "AvenirNextBold", sans-serif;
  padding-bottom: 16px;
}

.catalog-name:nth-child(n + 2) {
}

.catalog-wrap {
  margin-top: 40px;
}

.think-container.cont-list.html-data {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.6;
  font-family: "AvenirNext", sans-serif;
}

.html-data p {
  margin-bottom: 30px;
}

.html-data .bs-callout {
  font-size: 16px;
  font-family: "AvenirNextItalic", sans-serif;
}

.html-data .bs-callout.v23 {
  font-size: 20px;
  font-family: "AvenirNext", sans-serif;
}

.html-data .bs-callout p {
  font-size: 16px;
  line-height: 1.63;
}

.html-data .bs-callout.v23 p {
  font-size: 20px;
  line-height: 1.63;
}

.html-data .bs-callout {
  padding: 0 0 0 88px;
}

.html-data .bs-callout.v2 {
  padding: 0 0 0 24px;
}

.html-data h3 {
  font-family: "AvenirNextDemiBold", sans-serif;
}

.html-data td {
  vertical-align: top;
  padding-right: 5px;
}

.html-data h3 {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.24px;
  font-family: "AvenirNextDemiBold", sans-serif;
}

.html-data a {
  text-decoration: underline;
}

.procurement {
  height: 100%;
}

/*LOGIN---------------------------------------------------------------------*/
.login-box-body input {
  height: 48px;
  border-radius: 25px;
  padding-left: 20px;
  font-size: 16px;
}

/*LOCAL BUTTONS MAIN-PAGE---------------------------------------------------*/
/*#adm_btn {
    position: absolute;
    right: 153px;
    top: 20px;
}
#tel_btn {
    position: absolute;
    right: 198px;
    top: 20px;
}
#mode_btn {
    position: absolute;
    right: 108px;
    top: 20px;
}*/

a {
  outline: none;
}

#top_btns {
  top: 15px;
  right: 0;
  position: absolute;
  margin-right: 15px;
}

#lang_sel {
  margin-left: 10px;
}

.adm_btn,
.tel_btn,
#mode_btn,
#lang_sel,
#w24_btn {
  float: right;
}

/*.tel_btn {
	margin-right: 15px;
}*/
.adm_btn,
#mode_btn,
.tel_btn,
#w24_btn {
  margin-right: 5px;
}

#w24_btn {
  display: none;
}

.fastbtn {
  border-radius: 25px;
  padding: 8px 10px 8px 12px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: block;
  color: inherit;
}

.fastbtn:hover {
  color: inherit;
}

.fastbtn-mode {
  border-radius: 25px;
  padding: 8px 10px 8px 13px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: block;
  color: inherit;
}

/*VOCABUARY-----------------------------------------------------------------*/
.voc-background {
  height: 550px;
  background-image: url("/frontend/img/Doubs.svg");
  background-size: cover;
}

.voc-top {
  padding-top: 25px;
}

.white-logo {
  background-image: url("/frontend/img/white-logo.svg");
  height: 50px;
  width: 114px;
}

.voc-search-block {
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 110px;
}

#voc-logo {
  float: left;
  display: block;
}

#voc-caption {
  font-family: "AvenirNextBold", sans-serif;
  font-size: 32px;
  letter-spacing: 0.64px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: normal;
  padding-left: 100px;
  display: block;
}

#voc-text-block {
  height: 54px;
  background-color: #ffffff;
  margin-top: 80px;
  padding: 8px;
  border-radius: 2px;
  position: relative;
}

#btn_voc_find.sitebtn.btn {
  border-radius: 2px;
  padding: 8px 25px 8px 25px;
  font-size: 14px;
  cursor: pointer;
  position: absolute;
  right: 8px;
  top: 8px;
}

/*.sitebtn.btn:not(:active) {
    opacity: 0.6;
    transition: opacity 0.5s;
}*/

/*.sitebtn.btn:active {
    opacity: 0.75;
}*/

.voc-header {
  font-size: 24px;
  line-height: normal;
  letter-spacing: 0.48px;
  font-family: "AvenirNextBold", sans-serif;
  padding-top: 16px;
  padding-bottom: 14px;
}

.voc-text {
  font-size: 16px;
  line-height: 1.56;
  letter-spacing: 0.32px;
  font-family: "AvenirNextRegular", sans-serif;
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
  }
}

@media (min-width: 768px) {
  .card-columns {
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
  }
}

@media (min-width: 992px) {
  .card-columns {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
  }
}

@media (min-width: 1200px) {
  .card-columns {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
  }
}

.card-columns .card {
  margin-bottom: 0;
  border: none;
}

.card .news-item {
  margin-bottom: 0;
}

#btn_voc_find {
  min-width: 95px;
}

/*TABMAIN-------------------------------------------------------------------*/
.tab-page {
  display: none;
}

.tab-page.active {
  display: block;
}

/*-----------------------CALLOUT--------------------------------------------*/
.bs-callout {
  padding: 20px 25px 20px 60px;
  border-radius: 5px;
  font-size: 14px;
  position: relative;
  font-family: "AvenirNextItalic", sans-serif;
}

.bs-callout-warning {
}

.bs-callout.bs-callout-success .colored-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 100%;
}

/*--------------------------------------------------------------------------*/
/*table.system-table { 
    border-collapse: separate; 
    border-spacing: 0px;
}
tr.data-row td {
    border: solid 1px #000;
    border-style: solid none;
}
tr.data-row td:first-child {
    border-left-style: solid;
    border-top-left-radius: 4px; 
    border-bottom-left-radius: 4px;
}
tr.data-row td:last-child {
    border-right-style: solid;
    border-bottom-right-radius: 4px; 
    border-top-right-radius: 4px; 
}*/
/*---------------SITE-TABLE-----------------------------------------------------*/
.site-table {
  font-size: 12px;
  font-family: "AvenirNextDemiBold", sans-serif;
}

.site-table th {
  padding: 16px 15px 16px 15px;
  font-weight: normal;
}

.site-table td {
  padding: 10px 15px 10px 15px;
}

.site-table.v-small {
  font-size: 12px;
  font-family: "AvenirNextDemiBold", sans-serif;
}

.site-table.v-small th {
  padding: 8px 10px 8px 10px;
  font-weight: normal;
}

.site-table.v-small td {
  padding: 8px 10px 8px 10px;
}

/*RADIO BUTTONS------------------------------------------------------------------*/
.radio-group {
  display: inline-block;
  padding: 5px;
  border-radius: 50px;
  overflow: hidden;
  box-sizing: border-box;
}

.radio-group label {
  margin: 0;
  font-family: "AvenirNext", sans-serif;
  font-size: 14px;
  padding: 8px 10px 8px 10px;
  cursor: pointer;
  text-align: center;
}

.radio-group label.n-1 {
  width: 49%;
}

.radio-group label.n-2 {
  width: 50%;
  float: right;
}

.radio-group label.n3-1 {
  width: 33.33%;
  float: left;
}

.radio-group label.n3-2 {
  width: 33.33%;
  float: left;
}

.radio-group label.n3-3 {
  width: 33.33%;
  float: left;
}

.radio-group label.n4-1 {
  width: 24%;
}

.radio-group label.n4-2 {
  width: 25%;
  float: right;
}

.radio-group label.n4-3 {
  width: 24%;
  float: right;
}

.radio-group label.n4-4 {
  width: 25%;
  float: right;
}

/*.radio-group.n-50 label:nth-last-child {
    float: right;
}*/

.radio-group input[type="radio"] {
  position: absolute;
  visibility: hidden;
  display: none;
}

.radio-group input[type="radio"]:checked + label {
  font-family: "AvenirNextDemiBold", sans-serif;
  border-radius: 50px;
}

/*------RESPRICE-----------------------------------------------------------------*/
#res_price_wrap {
  margin-top: 40px;
}

#data_view_wrap {
  margin-top: 40px;
}

@media (min-width: 1200px) {
  #res_price_wrap #col_date.col-xl-2 {
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
  }

  #res_price_wrap #col_m_type.col-xl-4 {
    -ms-flex: 0 0 36%;
    flex: 0 0 36%;
    max-width: 36%;
  }

  #res_price_wrap #col_z_type.col-xl-3 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }

  #res_price_wrap #col_ulp_btn.col-xl-3 {
    -ms-flex: 0 0 19%;
    flex: 0 0 19%;
    max-width: 19%;
  }
}

/*NEWSLIST-----------------------------------------------------------------------*/
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spin-item {
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.news-alllist-wrap {
  margin-top: 35px;
}

.other-news-list-wrap {
  margin-top: 35px;
}

.other-news-list-wrap.v-mp {
  margin-top: 0;
}

.other-news-list-wrap .all-news-item-wrap {
  margin-top: 25px;
}

.all-news-item-wrap.v2 {
  margin-top: 0px;
  margin-bottom: 25px;
}

.other-news-list-wrap.v-mp .all-news-item-wrap {
  margin-top: 0;
  margin-bottom: 10px;
}

.other-news-list-wrap.v-mp .news-item {
  padding: 16px 24px 0 24px;
}

.other-news-more-wrap {
  margin-top: 60px;
}

.other-news-list-wrap .news-link .news-item {
  height: 100%;
  margin-bottom: 0;
}

.mp-main-news-wrap {
  margin-bottom: 10px;
}

.mp-main-news-wrap .news-item {
  height: 100%;
}

.other-news-list-wrap .news-link {
  display: block;
  height: 100%;
}

.list-news-item {
  overflow: hidden;
  margin-top: 25px;
}

.list-news-item .img-wrap {
  overflow: hidden;
}

.list-news-item .img-wrap img {
}

.list-news-header {
  font-family: "AvenirNextDemiBold", sans-serif;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.2px;
}

.list-news-item .list-news-text,
.list-news-text {
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.28px;
  margin-top: 8px;
}

.list-news-item .list-news-content {
  padding: 24px 24px 24px 12px;
  overflow: hidden;
  position: relative;
}

.list-news-content .list-read-more {
  position: absolute;
  width: 100%;
  height: 120px;
  left: 0;
  bottom: 0;
}

.list-read-more a {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 1.44;
  font-size: 18px;
  padding-bottom: 16px;
  padding-left: 12px;
}

.list-read-more.v2 a {
  position: inherit;
}

.list-read-more .read-more-btn {
  width: 20px;
  display: inline-block;
  height: 20px;
  vertical-align: middle;
  margin-left: 10px;
}

.list-news-item .img-wrap img,
.list-news-item .list-news-content {
  height: 100%;
  max-height: 360px;
}

.other-nitem-img-wrap {
  max-height: 160px;
  margin: -16px -24px 16px -24px;
}

/*ACTUAL INFO--------------------------------------------------------------------*/
.think-container.cont-list {
  overflow: visible;
}

/*MOBILE-------------------------------------------------------------------------*/

@media (max-width: 992px) {
  #index_col_group {
    margin-top: 32px;
  }
}

/*@media (max-width: 100px) {
	#main-page-caption {
	}
	
	.small-caption {
		font-size: 15px;
		font-family: "AvenirNextBold", Arial;
		letter-spacing: 0.3px;
	}
	
	.type-select {
		font-size: 12px;
		letter-spacing: 0.24px;
	}
	
	.mpage-prices-descr {
		font-size: 10px;
		opacity: 0.5;
		letter-spacing: 0.2px;
		line-height: 1.1;
		display: inline-block;
	}
	
	#price-caption > span {
		width: 100px;
		line-height: 1.2;
	}
	
	.mpage-prices-type-name {
		font-size: 12px;
		letter-spacing: 0.24px;
	}

	.mpage-prices-type-date {
		font-size: 11px;
		letter-spacing: 0.22px;
	}

	.mpage-prices-type-value {
		font-size: 20px;
		letter-spacing: -0.17px;
	}

	.mpage-prices-data {
		padding: 16px 16px 24px 16px;
	}
}*/

.sm-view {
  display: none;
}

@media (max-width: 1080px) {
  #top_btns {
    right: 80px;
    top: 20px;
    margin-right: 0;
  }

  .navbar-expand-custom > .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .sm-view {
    display: block;
  }

  .lg-view {
    display: none;
  }

  .sm-view.tel_btn {
    margin-left: 10px;
    margin-right: 0;
  }
}

@media (max-width: 992px) {
  .page-caption.main-0 {
    padding-top: 100px;
  }

  .page-caption.main-0.v2 {
    padding-top: 0;
  }
}

/*MAINPAGE*/
@media (max-width: 768px) {
  /*#amount {
        overflow-x: auto;
    }*/
  /*VOCABUARY-----------------------------------------------------------------*/
  .white-logo {
    height: 50px;
    width: 114px;
    background-size: 88%;
    background-repeat: no-repeat;
    margin-left: 0;
  }

  .voc-background #top_btns {
    right: 0;
    top: 20px;
    margin-right: 0;
  }

  #voc-caption {
    font-size: 24px;
    letter-spacing: 0.48px;
    line-height: normal;
    padding-left: 0;
    float: none;
    margin-top: 24px;
  }

  #voc-logo {
    float: none;
  }

  .voc-search-block {
    margin-top: 80px;
  }

  #voc-text-block {
    margin-top: 64px;
  }

  .voc-background {
    height: 500px;
  }

  /*CATALOG STRUCTURE---------------------------------------------------------*/
  .catalog-wrap:nth-child(1) {
    margin-top: 10px;
  }

  .catalog-name {
    font-size: 16px;
    letter-spacing: 0.32px;
    padding-bottom: 12px;
  }

  .think-container.cont-list.html-data {
    margin-top: 10px;
    line-height: 1.5;
    letter-spacing: 0.32px;
    font-size: 16px;
  }

  .html-data p {
    margin-bottom: 22px;
  }

  .html-data .bs-callout p {
    font-size: 12px;
    line-height: 1.67;
  }

  .html-data .bs-callout.v23 p {
    font-size: 16px;
    line-height: 1.67;
  }

  .html-data .bs-callout {
    padding: 0 0 0 32px;
  }

  .html-data h3 {
    font-size: 20px;
  }

  /*NEWS--------------------------------------------------------------------------*/
  .list-news-item .img-wrap {
    max-height: 125px;
  }

  .list-news-item .img-wrap img {
    width: 100%;
    height: auto;
  }

  .list-news-header {
    font-size: 16px;
    line-height: 1.38;
    letter-spacing: 0.16px;
  }

  .list-news-item .list-news-text,
  .list-news-text {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.24px;
  }

  .list-news-item .img-wrap img,
  .list-news-item .list-news-content {
    max-height: 300px;
  }

  .list-news-item {
    margin-top: 12px;
  }

  .news-alllist-wrap {
    margin-top: -10px;
  }

  .other-news-list-wrap {
    margin-top: 12px;
  }

  .other-news-list-wrap .all-news-item-wrap {
    margin-top: 12px;
  }

  .all-news-item-wrap.v2 {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .other-nitem-img-wrap {
    max-height: 125px;
    margin: -8px -16px 8px -16px;
  }

  .other-news-more-wrap {
    margin-top: 50px;
  }

  /*------------------------------------------------------------------------------*/
  #main-page-caption {
    letter-spacing: 0.14px;
    line-height: 1.39;
    font-size: 23px;
  }

  .Operator_Logo_Final {
    width: 88px;
  }

  .Operator-Logo-m2,
  .Operator-Logo-def {
    background-position: left center;
  }

  /*#lang_sel, #adm_btn, #tel_btn, #mode_btn {
        top: 14px;
    }*/
  #top_btns {
    right: 80px;
    top: 14px;
    margin-right: 0;
  }

  #main-page-img {
    margin-left: 0;
    width: 100%;
  }

  #price-caption {
    padding: 16px;
    /*padding-left: 16px;
        padding-top: 16px;
        padding-bottom: 16px;*/
  }

  #price-caption > span {
    width: 100px;
    line-height: 1.2;
  }

  .small-caption {
    font-size: 15px;
    font-family: "AvenirNextBold", "Arial", sans-serif;
    letter-spacing: 0.3px;
  }

  .mpage-prices-descr {
    font-size: 10px;
    opacity: 0.5;
    letter-spacing: 0.2px;
    line-height: 1.1;
    display: inline-block;
  }

  .type-select {
    font-size: 12px;
    letter-spacing: 0.24px;
  }

  .mpage-prices-type-name {
    font-size: 10px; /*12*/
    letter-spacing: 0.24px;
  }

  .mpage-prices-type-date {
    font-size: 11px;
    letter-spacing: 0.22px;
  }

  .mpage-prices-type-value {
    font-size: 1em; /*20px*/
    letter-spacing: -0.17px;
  }

  .mpage-prices-data {
    padding: 16px 16px 24px 16px;
  }

  #index_col_group {
    margin-top: 32px;
  }

  .page-caption,
  .page-caption.main-0 {
    font-size: 19px;
    letter-spacing: 0.38px;
    padding-bottom: 10px;
    padding-top: 50px;
  }

  .page-caption a {
    font-size: 18px;
  }

  .str-items-wrap {
    height: 48px;
  }

  .str-items-content {
    height: 48px;
  }

  .str-items-item {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    letter-spacing: 0.24px;
    min-height: 48px;
    line-height: 48px;
  }

  .str-items-btn.active {
    display: none;
  }

  .imp-news-date {
    line-height: 40px;
  }

  .imp-news-caption {
    font-size: 15px;
    line-height: 1.73;
    padding-bottom: 17px;
  }

  #public_dam_date {
    top: 13px;
    left: 50px;
    font-size: 9px;
  }

  #public_idm_date {
    top: 13px;
    left: 50px;
    font-size: 9px;
  }

  .view_all_link {
    float: right;
    text-decoration: underline;
  }

  .page-caption a {
    font-size: 16px;
  }

  /*NEWS-------------------------------*/
  .news-caption {
    font-size: 16px;
    letter-spacing: 0.28px;
  }

  .news-item {
    padding: 8px 16px 8px 16px;
    margin-bottom: 12px;
  }

  .act-link-img {
    vertical-align: middle;
  }

  .act-link-img img {
    width: 24px;
  }

  .main-map {
    margin-top: 38px;
  }

  .site-footer {
    margin-top: 50px;
    padding-top: 40px;
  }

  .footer-info-block {
    padding-left: 76px;
    padding-top: 40px;
  }

  .navbar.v2 .navbar-nav .nav-link,
  .navbar .navbar-nav .nav-link {
    height: 40px;
    margin-top: -2px;
    margin-bottom: -2px;
    line-height: 36px;
  }

  .Operator-Logo-m2 {
    height: 58px;
    background-size: 80% 100%;
  }

  .Operator-Logo-def {
    width: 90px;
    /*height: 58px;*/
    /*background-size: 80% 100%;*/
  }

  .menu-v2-space {
    height: 90px;
  }

  .think-container .text-block {
    padding: 16px;
  }

  .text-block .header-block {
    font-size: 16px;
    line-height: 1.38;
    letter-spacing: 0.16px;
  }

  .text-block .text-block-content {
    line-height: 1.58;
    font-size: 12px;
    letter-spacing: 0.24px;
  }

  .text-block-img {
    margin-left: -16px;
    margin-right: -16px;
  }

  /*COMMON-----------------------------------*/
  .page-main-header {
    margin-top: 30px;
    /*margin-bottom: 16px;*/
    font-size: 19px;
    letter-spacing: 0.38px;
  }

  #tree_tab {
    margin-bottom: 16px;
  }

  /*PXSRES-----------------------------------*/
  .p-10 {
    padding-top: 8px;
  }

  #trade_res_pxs,
  #res_price_wrap {
    margin-top: 25px;
  }

  #pxs_res_wrap {
    margin-top: 15px;
  }

  .pxs-res-caption {
    font-size: 16px;
    letter-spacing: 0.32px;
  }

  #pxs_table_res {
    display: none;
  }

  #pxs_table_res_m {
    display: block;
  }

  #trade_res_type_tabs {
    margin-top: 40px;
  }

  .tr-res-alt {
    min-width: 620px;
    overflow: hidden;
    padding-bottom: 10px;
  }

  .tr-res-alt-item {
    min-width: 290px;
    display: block;
    float: left;
    padding: 11px 24px 16px 24px;
    margin-right: 16px;
    cursor: pointer;
  }

  .res-small-header {
    font-size: 11px;
    letter-spacing: 0.22px;
    padding-top: 5px;
  }

  .res-small-value {
    font-size: 14px;
    letter-spacing: 0.28px;
  }

  .res-back-btn {
    overflow: hidden;
    float: left;
  }

  #ranges_data_wrap {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .res-type-select-block {
    width: 100%;
  }

  .res-type-date-block {
    width: 100%;
  }

  .datepicker-wrap {
    width: 100%;
  }

  #trade_res_type .tab-trade-res {
    display: none;
  }

  #trade_res_type .sm-selection {
    display: block;
  }
}

@media (max-width: 1079px) {
  .navbar.v2 .navbar-nav .nav-link,
  .navbar .navbar-nav .nav-link {
    height: 40px;
    margin-top: -2px;
    margin-bottom: -2px;
    line-height: 36px;
  }
}

.contacts-block {
  margin-left: 100px;
}

@media (max-width: 992px) {
  .contacts-block {
    margin-left: 0;
  }

  .contacts-block {
    padding-left: 16px;
    padding-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .main-map {
    background-image: url("/frontend/img/map_lg.png");
    background-position: center right;
  }
}

/*PHOTO*/
.mgmt-photo {
  width: 45%;
  float: left;
  margin: 14px 15px 15px 0;
  border-radius: 4px;
}

.mgmt-photo.v2 {
  width: 25%;
  margin: 4px 15px 4px 0;
}

@media (max-width: 700px) {
  .mgmt-photo.v2,
  .mgmt-photo {
    width: 100%;
  }
}

.index-prices-value a {
  color: inherit;
}

.index-prices-value a:hover {
  color: #1b95c5;
}

.index-prices-compare-block {
  font-size: 0.6rem;
  cursor: help;
}

.index-prices-compare-block i {
  vertical-align: top;
}

/*.right-buttons {
    display: flex;
    flex-direction: row-reverse;
    transform: translate(44.7%) rotate(-90deg);
    -webkit-transform: translate(44.7%) rotate(-90deg);
    -ms-transform: translate(44.7%) rotate(-90deg);
    height: 120px;
    width: 155px;
    overflow: hidden;
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 10;
}

.box-xmtrade {
    width: 170px;
    float: left;
    height: 42px;
    background-image: url('/frontend/img/pxs-logo.png');
    background-repeat: no-repeat;
    background-position: 15px 10px;
    display: block;
    border: 1px solid #2776AD;
    background-color: #2776AD;
    transition: background-color 0.5s;
    background-size: 65%;
}

.box-contact {
    float: left;
    height: 50px;
}

a.btn-contact {
    display: block;
    height: 42px;
    border-radius: 0;
    text-decoration: none;
    padding: 8px 55px 5px 13px;
    background-image: none;
    z-index: 2;
    color: #fff;
    background-color: #ed7e39;
    white-space: nowrap;
    font-size: 16px;
    font-family: "AvenirNext", sans-serif;
    letter-spacing: 0px;
    border: 1px solid #ed7225;
    transition: background-color 0.5s;
}*/
.right-buttons {
  display: flex;
  /*flex-direction: row-reverse;*/
  /*transform: translate(44.7%) rotate(-90deg);
    -webkit-transform: translate(44.7%) rotate(-90deg);
    -ms-transform: translate(44.7%) rotate(-90deg);*/
  position: fixed;
  top: 35%;
  right: 0;
  z-index: 2000;
  width: 200px;
}

.box-xmtrade {
  width: 200px;
  background-image: url("/frontend/img/pxs-logo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  height: 40px;
  display: block;
  border: 1px solid #2776ad;
  background-color: #2776ad;
  transition: background-color 0.5s;
  float: left;
}

.box-mp {
  margin-top: 7px;
  width: 200px;
  display: block;
  border: 1px solid #b70000;
  background-color: #b70000;
  font-family: "AvenirNext", sans-serif;
  letter-spacing: 1.2px;
  padding: 0.625rem 1rem;
  transition: background-color 0.5s;
  color: #fff;
  white-space: nowrap;
  line-height: 19px;
  font-size: 16px;
  float: left;
  height: 40px;
}

.box-support {
  margin-top: 7px;
  width: 200px;
  display: block;
  border: 1px solid #5cac33;
  background-color: #5cac33;
  font-family: "AvenirNext", sans-serif;
  letter-spacing: 1.2px;
  padding: 0.625rem 1rem;
  transition: background-color 0.5s;
  color: #fff;
  white-space: nowrap;
  line-height: 19px;
  font-size: 16px;
  float: left;
  height: 40px;
}

#right-buttons .box {
  text-align: center;
  width: 200px;
  display: block;
  font-family: "AvenirNext", sans-serif;
  letter-spacing: 1px;
  padding: 0.625rem 1rem;
  transition: background-color 0.5s;
  white-space: nowrap;
  line-height: 19px;
  font-size: 16px;
  float: left;
  height: 40px;
}

#right-buttons .box.box-webex {
  white-space: normal;
  height: auto;
  color: #fff;
  margin-bottom: 7px;
  border: 1px solid #00b6e3;
  background-color: #00b6e3;
}

.box-contact {
  height: 30px;
}

a.btn-contact {
  margin-top: 7px;
  display: block;
  border-radius: 0;
  text-decoration: none;
  padding: 0.625rem 1rem;
  background-image: none;
  z-index: 2;
  color: #fff;
  line-height: 19px;
  background-color: #ed7e39;
  white-space: nowrap;
  font-size: 16px;
  width: 200px;
  font-family: "AvenirNext", sans-serif;
  letter-spacing: 1.7px;
  border: 1px solid #ed7225;
  transition: background-color 0.5s;
  float: left;
  height: 40px;
}

#webex_link {
  display: none;
  text-transform: none;
}

@media (max-width: 1020px) {
  .right-buttons,
  .box-contact {
    display: none;
  }

  #webex_link {
    display: block;
  }

  #w24_btn {
    display: block;
  }

  #lang_sel {
    margin-left: 1px;
  }

  #top_btns {
    right: 60px;
    top: 14px;
    margin-right: 0;
  }
}

.news-item.procurement.v2 {
  padding: 0;
}

.news-item.procurement.v2 .news-date {
  padding: 16px 24px 4px 24px;
}

.news-item.procurement.v2 .news-caption {
  padding: 0 24px 8px 24px;
}

.about-us-container {
  padding: 35px 35px 35px 127px;
  /*font-size: 20px;*/
  color: #ffffff;
  /*line-height: 32px;*/
  margin-bottom: 10px;
  position: relative;
}

.about-us-container span {
  opacity: 0.9;
}

.about-us-container.point-1 {
  background-image: linear-gradient(129deg, #f9777b 0%, #f67182 100%);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.about-us-container.point-2 {
  background-image: linear-gradient(133deg, #f8a660 0%, #fc8677 89%);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.about-us-container.point-3 {
  background-image: linear-gradient(127deg, #e3d77a 0%, #f7a370 89%);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.about-us-container.point-4 {
  background-image: linear-gradient(129deg, #bddf6d 0%, #76bd73 100%);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.about-us-container.point-5 {
  background-image: linear-gradient(129deg, #b0e5c7 0%, #67bbbc 100%);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.about-us-point-number {
  font-family: "AvenirNextHeavy", sans-serif;
  font-size: 64px;
  color: #ffffff;
  letter-spacing: 1.28px;
  position: absolute;
  top: 15px;
  left: 40px;
}

@media (max-width: 768px) {
  .about-us-container {
    padding: 20px 20px 20px 80px;
  }

  .about-us-point-number {
    font-family: "AvenirNextHeavy", sans-serif;
    font-size: 50px;
    color: #ffffff;
    letter-spacing: 1.28px;
    position: absolute;
    top: 8px;
    left: 20px;
  }
}

.html-data h3.v2 {
  font-family: "AvenirNextBold", sans-serif;
  font-size: 24px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .html-data h3.v2 {
    font-family: "AvenirNextBold", sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
  }
}

#buy_sell .n-2 {
  float: left;
}

.bgImgCenter {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}

.ua-index-price-wrap {
  margin-top: -8px;
}

/*   Origin energy sold   */
#oes h1 {
  text-align: center;
  font-size: 1.8rem;
  margin: 1.5rem 0;
  font-weight: 500;
  line-height: 1.2;
}
#oes table {
  margin: 20px auto;
}
#oes table tr > td {
  text-align: center;
}
#oes table tr > th,
#oes table tr > td {
  vertical-align: middle !important;
}
#oes table tr > th.first-inside {
  padding-left: 13px;
}
#oes table tr > th.second-inside {
  padding-left: 30px;
}
/*#oes table input {
    width: 100%;
    height: 100%;
}*/
#oes i {
  margin-right: 8px;
}
#oes .input-group-text {
  width: 101px;
}
.autocomplete {
  /* ��������� ������ ���� ���������� ������������: */
  position: relative;
  display: inline-block;
}
#autocomplete-list div {
  color: #000;
  font-weight: normal;
}
#autocomplete-list input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}
#autocomplete-list input[type="text"] {
  background-color: #f1f1f1;
  width: 100%;
}
#autocomplete-list input[type="submit"] {
  background-color: DodgerBlue;
  color: #fff;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  box-shadow: rgb(38, 57, 77) 0 20px 30px -10px;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /* ����������� �������� �������������� ���, ����� ��� ����� �� �� ������, ��� � ���������: */
  top: 100%;
  left: 5%;
  right: 45%;
}
.autocomplete-items div {
  padding: 2px 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  background-color: #e9ecef;
}
.autocomplete-active {
  /* ��� ��������� �� ��������� ������������ ������� �� ���������: */
  background-color: #007bff !important;
  color: #fff !important;
}
/*. OES */

.overlay > .fas {
  color: #343a40;
}
.overlay.hidden {
  display: none !important;
}
.overlay {
  width: 100%;
  height: 100vh;
  left: 0;
  position: fixed; /*absolute*/
  top: 0;
  z-index: 50;
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.7);
}

@media (max-width: 575px) {
  #oes form {
    margin-top: 25px;
  }
  #oes .year-select {
    width: 100%;
    display: block;
  }
}
/*   ./Origin energy sold   */
.card-header {
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.75rem 1.25rem;
  position: relative;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card-title {
  float: left;
  font-size: 1.1rem;
  font-weight: 400;
  margin: 0;
}

.card-header > .card-tools {
  float: right;
  margin-right: -0.625rem;
}

.btn-tool {
  background-color: transparent;
  color: #adb5bd;
  font-size: 0.875rem;
  margin: -0.75rem 0;
  padding: 0.25rem 0.5rem;
}

.input-EX {
  height: 48px;
  padding-left: 23px;
  padding-right: 23px;
  display: inline-block;
  position: relative;
  border-radius: 23px;
  background-repeat: no-repeat;
  background-position: center left, center right;
  background-origin: content-box;
}

.select-EX .select2-container .select2-selection {
  min-height: 48px;
  padding-left: 23px;
  padding-right: 23px;
  position: relative;
  border-radius: 23px;
}

.select-EX .select2-container .select2-selection__rendered {
  line-height: 40px !important;
}

.select-EX .select2-container .select2-selection__arrow {
  height: 40px !important;
  right: 16px !important;
}

a.btn-acts {
  margin-top: 7px;
  display: block;
  border-radius: 0;
  text-decoration: none;
  padding: 0.625rem 1rem;
  background-image: none;
  z-index: 2;
  color: #fff;
  line-height: 19px;
  background-color: #393cedc9;
  white-space: nowrap;
  font-size: 16px;
  width: 200px;
  font-family: "AvenirNext", sans-serif;
  letter-spacing: 1.7px;
  border: 1px solid #393cedc9;
  transition: background-color 0.5s;
  float: left;
  height: 40px;
}

a.btn-inf-ser {
  margin-top: 7px;
  display: block;
  border-radius: 0;
  text-decoration: none;
  padding: 0.625rem 1rem;
  background-image: none;
  z-index: 2;
  color: #fff;
  line-height: 19px;
  background-color: #429dec;
  white-space: nowrap;
  font-size: 16px;
  width: 200px;
  font-family: "AvenirNext", sans-serif;
  letter-spacing: 1.7px;
  border: 1px solid #429dec;
  transition: background-color 0.5s;
  float: left;
  height: 40px;
}

/**
    Панель торгів на ВДР
 */
#state_of_trading_on_IDM table > th {
  padding: 5px 10px;
}
#state_of_trading_on_IDM table > caption {
  padding: 10px;
  border: 1px solid #cecece;
  border-bottom: none;
  caption-side: top;
  font-size: 1.4em;
}
#state_of_trading_on_IDM table thead {
  background-color: #eee;
}
#hourly_applications td:nth-child(1),
#hourly_applications td:nth-last-child(-n + 3) {
  background-color: #eee;
}

#hourly_applications tr:last-child > td {
  border-bottom-width: 2px;
}

#hourly_applications td:nth-child(1) {
  border-right-color: #28a745;
}
#hourly_applications tr:last-child > td:nth-child(2),
#hourly_applications tr:last-child > td:nth-child(3) {
  border-bottom-color: #28a745;
}

#hourly_applications td:nth-last-child(4) {
  border-right-color: #dc3545;
}

#hourly_applications tr:last-child > td:nth-child(4),
#hourly_applications tr:last-child > td:nth-child(5) {
  border-bottom-color: #dc3545;
}

#state_of_trading_on_IDM table.dataTable.no-footer {
  border-bottom: none;
}
#last_price_arrow {
  font-size: 1.4em;
}
#state_of_trading_on_IDM .hour_select {
  cursor: pointer;
}
.dataTables_processing.card {
  line-height: 0;
}
/** END Панель торгів на ВДР */

#bebrave-wrap {
  height: 278px;
  text-align: center;
  display: flex;
  position: absolute;
  left: 0px;
  top: 100px;
  width: 100%;
  z-index: 40;
}

#bebrave-wrap span {
  display: inline-block;
  font-family: AvenirNextBold;
  font-size: 45px;
  margin: auto auto;
  line-height: 42px;
}

#bebrave-wrap #bebrave_img {
  display: inline-block;
  height: 48px;
  width: 18px;
  margin-left: -22px;
  background-repeat: no-repeat;
  background-size: contain;
}

#bebrave-wrap2 {
  height: 278px;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 20%;
  width: 100%;
  display: none;
}

#bebrave-wrap2 span {
  display: inline-block;
  font-family: AvenirNextBold;
  font-size: 45px;
  margin: auto auto;
  line-height: 42px;
}

#bebrave-wrap2 #bebrave_img2 {
  display: inline-block;
  height: 48px;
  width: 18px;
  margin-left: -22px;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 1080px) {
  #bebrave-wrap {
    display: none;
  }

  #bebrave-wrap2 {
    display: flex;
  }
}

@media (max-width: 1320px) {
  #bebrave-wrap {
    height: 350px;
  }

  #bebrave-wrap2 {
    height: 130px;
  }
}

@media (max-width: 956px) {
  #bebrave-wrap2 span {
    margin-top: 1%;
  }
}

@media (max-width: 844px) {
  #bebrave-wrap2 span {
    font-size: 38px;
    line-height: 36px;
    margin-top: 1%;
  }

  #bebrave-wrap2 #bebrave_img2 {
    height: 43px;
    width: 15px;
    margin-left: -20px;
  }
}

@media (max-width: 720px) {
  #bebrave-wrap2 span {
    font-size: 34px;
    line-height: 32px;
    margin-top: 1%;
  }

  #bebrave-wrap2 #bebrave_img2 {
    height: 40px;
    width: 14px;
    margin-left: -18px;
  }
}

@media (max-width: 540px) {
  #bebrave-wrap2 {
    display: flex;
    height: 100%;
    position: absolute;
    top: 20%;
  }
  #bebrave-wrap2 span {
    font-size: 22px;
    line-height: 22px;
    margin-top: 1%;
  }

  #bebrave-wrap2 #bebrave_img2 {
    height: 28px;
    width: 10px;
    margin-left: -14px;
  }
}
@media (max-width: 500px) {
  .catalog-wrap {
    height: 600px;
  }
}

@media (max-width: 910px) {
  .login-box {
    padding-bottom: 100px;
  }
}

@media (max-width: 630px) {
  .login-box {
    padding-bottom: 150px;
  }
}

@media (max-width: 570px) {
  body {
    min-width: 600px;
  }
}

@font-face {
  font-family: "arial";
  src: url("/frontend/fonts/arial/ARIAL.TTF") format("truetype");
}

.tmpHoverClassD {
  all: unset;
  color: white;
}

.tmpHoverClassD:hover {
  text-decoration: underline;
  color: white;
  cursor: pointer;
}

.tmpHoverClassD:visited {
  color: white;
}

.tmpHoverClassD:hover {
  color: white;
}

.tmpHoverClassD:active {
  color: white;
}

.politicsConfident {
  text-align: center;
  color: white;
  width: 100%;
  padding: 0 15px;
}
