.graph-panel-t2018 {
  font-family: Verdana, sans-serif;
}
.graph-panel-t2018 p {
  font-size: 13px;
}
.graph-panel-t2018 .tab-content-wrapper form:not(.active) {
  display: none;
}
.graph-panel-t2018 .search-panel {
  display: block;
}
@media (min-width: 992px) {
  .graph-panel-t2018 .search-panel .tab-content-wrapper {
    padding-bottom: 15px;
  }
}
@media print, (min-width: 1200px) {
  .graph-panel-t2018 .search-panel .tab-content-wrapper {
    padding-bottom: 30px;
  }
}
.graph-panel-t2018 .search-panel .filters {
  justify-content: flex-start !important;
}
@media print, (min-width: 1200px) {
  .graph-panel-t2018 .search-panel .filters {
    position: relative;
    display: flex !important;
    justify-content: space-between !important;
    flex-wrap: wrap;
  }
  .graph-panel-t2018 .search-panel .filters:after {
    content: '';
    flex: auto;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .graph-panel-t2018 .search-panel .filters .select-long {
    display: block  !important;
  }
}
@media print, (min-width: 768px) {
  .graph-panel-t2018 .search-panel .filters .select-long {
    margin-bottom: 15px !important;
    margin-right: 15px !important;
  }
}
.graph-panel-t2018 .search-panel .filters .select-long .name,
.graph-panel-t2018 .search-panel .filters .select-long .select-look-wrapper_t2017_2 {
  display: block !important;
  width: 100% !important;
}
@media print, (min-width: 768px) {
  .graph-panel-t2018 .search-panel .search-btn {
    position: absolute;
    bottom: 9px;
    right: 25px;
  }
}
.graph-panel-t2018 .search-panel .green-btn {
  font-family: Verdana, sans-serif;
  background-color: #41A85F;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.34901961);
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  border-radius: 3px;
  border: none;
  padding: 3.5px 0;
  cursor: pointer;
  outline: none;
  width: 100%;
}
@media (min-width: 768px) {
  .graph-panel-t2018 .search-panel .green-btn {
    width: 125px;
  }
}
.graph-panel-t2018 .tabs .tab-link:nth-child(3) {
  display: inline-block !important;
}
.graph-panel-t2018 .rb-wrp {
  display: block !important;
  font-size: 14px;
  color: #373737;
  font-family: Arial, sans-serif;
}
.graph-panel-t2018 .rb-wrp .label-wrp {
  display: flex;
}
.graph-panel-t2018 .rb-wrp label {
  display: flex;
  align-items: center;
  margin-right: 12px;
}
.graph-panel-t2018 .rb-wrp label span {
  line-height: 24px;
}
.graph-panel-t2018 .rb-wrp label input {
  margin-right: 4px;
}
.graph-wrp-t2018 .header {
  font-size: 18px;
  font-family: Verdana, sans-serif;
  margin-top: 0;
  margin-bottom: 17px;
  font-weight: normal;
  color: #333333;
}
.graph-wrp-t2018 .current-wrp-t2018 {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .graph-wrp-t2018 .current-wrp-t2018 {
    border: 1px solid rgba(102, 102, 102, 0.7);
    padding: 5px 9px 15px;
  }
}
@media (min-width: 992px) {
  .graph-wrp-t2018 .current-wrp-t2018 {
    background: rgba(245, 245, 245, 0.3);
    padding: 30px 50px 20px;
  }
  .graph-wrp-t2018 .current-wrp-t2018 .top-line {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .graph-wrp-t2018 .current-wrp-t2018 .line + .line {
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .graph-wrp-t2018 .current-wrp-t2018 .line + .line {
    margin-left: 20px;
  }
}
.graph-wrp-t2018 .current-wrp-t2018 .header {
  font-size: 18px;
  line-height: 25px;
}
.graph-wrp-t2018 .current-wrp-t2018 .text {
  font-size: 14px;
}
.graph-wrp-t2018 .current-wrp-t2018 .text span {
  font-size: 16px;
}
@media (min-width: 992px) {
  .graph-wrp-t2018 .current-wrp-t2018 .text {
    line-height: 25px;
  }
}
.graph-wrp-t2018 .current-wrp-t2018 p {
  margin: 0;
  line-height: 1.4;
}
.graph-wrp-t2018 .current-wrp-t2018 p span {
  font-weight: bold;
  display: inline-block;
}
.graph-wrp-t2018 .current-wrp-t2018 p span.more {
  color: #339C12;
}
.graph-wrp-t2018 .current-wrp-t2018 p span.less {
  color: #C00C0D;
}
.graph-wrp-t2018 .current-wrp-t2018 .links-wrp {
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
  font-family: Arial, sans-serif;
}
.graph-wrp-t2018 .current-wrp-t2018 .links-wrp .grey {
  color: #666666;
  position: relative;
  padding-left: 25px;
  margin-right: 20px;
}
.graph-wrp-t2018 .current-wrp-t2018 .links-wrp .grey:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 100%;
  background-image: url('../img/arrow-download.png');
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.graph-wrp-t2018 .current-wrp-t2018 .links-wrp .blue {
  color: #2761D8;
}
.graph-wrp-t2018__canvas {
  width: 100%;
  max-height: 330px;
}
.price-table-t2018 {
  margin-bottom: 40px;
}
.price-table-t2018 sup {
  font-size: 12px;
}
.price-table-t2018 .header {
  font-size: 18px;
  font-family: Verdana, sans-serif;
  margin-top: 0;
  margin-bottom: 17px;
  font-weight: normal;
  color: #333333;
}
.price-table-t2018 .table-responsive {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #333333;
}
@media (min-width: 992px) {
  .price-table-t2018 .table-responsive {
    font-size: 14px;
  }
}
.price-table-t2018 .table-responsive table {
  min-width: 100%;
}
.price-table-t2018 .table-responsive th,
.price-table-t2018 .table-responsive td {
  font-size: 12px;
  padding: 8px;
  min-width: 100px;
  text-align: left;
}
.price-table-t2018 .table-responsive th {
  font-weight: bold;
  padding-bottom: 2px;
  border-bottom: 1px solid #999999;
}
.price-table-t2018 .table-responsive td {
  border-bottom: 1px solid #D7D7D7;
}
.price-table-t2018 .table-responsive td.more {
  color: #21A005;
}
.price-table-t2018 .table-responsive td.less {
  color: #A70B00;
}
.price-table-t2018 .links-wrp {
  margin-top: 20px;
  font-size: 14px;
  font-family: Arial, sans-serif;
}
.price-table-t2018 .links-wrp .grey {
  color: #666666;
  position: relative;
  padding-left: 25px;
  margin-right: 20px;
}
.price-table-t2018 .links-wrp .grey:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 100%;
  background-image: url('../img/arrow-download.png');
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.price-table-t2018 .links-wrp .blue {
  color: #2761D8;
}
.contact-us-green-t2018 {
  border: 1px solid #41A85F;
  padding: 10px 10px 10px 6px;
  display: flex;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.contact-us-green-t2018 img {
  display: block;
  margin-right: 6px;
}
.contact-us-green-t2018 p {
  margin: 0;
  font-size: 14px;
}
.contact-us-green-t2018 p a {
  color: #2761D8;
}
.drop-down-tabs {
  font-family: Verdana, sans-serif;
}
@media print, (min-width: 1200px) {
  .drop-down-tabs {
    display: flex;
    align-items: flex-end;
  }
}
.drop-down-tabs .tab-item {
  display: inline-block;
  vertical-align: top;
  background-color: #666666;
  color: #ffffff;
  font-size: 16px;
  position: relative;
  padding: 7px 10px;
  border-radius: 3px 3px 0px 0px;
  cursor: pointer;
}
@media print, (min-width: 1200px) {
  .drop-down-tabs .tab-item {
    font-size: 14px;
    padding-left: 6px;
    padding-right: 6px;
  }
}
.drop-down-tabs .tab-item + .tab-item {
  margin-left: 5px;
}
@media print, (min-width: 1200px) {
  .drop-down-tabs .tab-item + .tab-item {
    margin-left: 20px;
  }
}
@media (max-width: 1199px) {
  .drop-down-tabs .tab-item:not(.opened) .var-list {
    display: none;
  }
  .drop-down-tabs .tab-item.lg-simple {
    padding-right: 30px;
    position: relative;
  }
  .drop-down-tabs .tab-item.lg-simple:after {
    content: '';
    position: absolute;
    top: 7px;
    right: 8px;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotate(45deg);
  }
}
.drop-down-tabs .tab-item.opened,
.drop-down-tabs .tab-item.active {
  background-color: #C4161C;
}
@media print, (min-width: 1200px) {
  .drop-down-tabs .tab-item:hover {
    background-color: #C4161C;
  }
  .drop-down-tabs .tab-item.lg-simple {
    background-color: transparent !important;
    color: #666666;
    padding: 0;
  }
  .drop-down-tabs .tab-item.lg-simple .select-look-header {
    margin-bottom: 3px;
  }
}
@media (max-width: 1199px) {
  .drop-down-tabs .tab-item .select-look-header {
    font-size: 13px;
  }
}
.drop-down-tabs .tab-item .select-look-header a {
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .drop-down-tabs .tab-item .var-list {
    font-size: 16px;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 30;
    background-color: #ffffff;
    border: 1px solid #BCBCBC;
    min-width: 150px;
  }
}
@media print, (min-width: 1200px) {
  .drop-down-tabs .tab-item .var-list {
    font-size: 14px;
    display: flex;
    align-items: flex-end;
    margin: 0;
  }
}
@media print, (min-width: 1200px) {
  .drop-down-tabs .tab-item .var-list li + li {
    margin-left: 2px;
  }
}
.drop-down-tabs .tab-item .var-list li a {
  display: inline-block;
  padding: 5px 7px;
}
.drop-down-tabs .tab-item .var-list li a.active {
  color: #C4161C;
}
@media print, (min-width: 1200px) {
  .drop-down-tabs .tab-item .var-list li a {
    padding: 7px 6px;
    background-color: #666666;
    border-radius: 3px 3px 0px 0px;
    color: #ffffff !important;
  }
  .drop-down-tabs .tab-item .var-list li a:hover,
  .drop-down-tabs .tab-item .var-list li a.active {
    background-color: #C4161C;
  }
}
.drop-down-tabs .tab-item .var-list li a {
  color: #666666;
  text-decoration: none;
}
@media (max-width: 767px) {
  .drop-down-tabs .tab-item:last-child .var-list {
    left: auto;
    right: 0;
  }
}
.text-picture-left-t2018 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .text-picture-left-t2018 {
    display: flex;
    align-items: flex-start;
  }
}
.text-picture-left-t2018 img {
  width: 250px;
  display: block;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .text-picture-left-t2018 img {
    margin-bottom: 0;
    flex-shrink: 0;
    flex-wrap: 0;
  }
}
.text-picture-left-t2018 .text {
  font-size: 14px;
}
@media (min-width: 768px) {
  .text-picture-left-t2018 .text {
    margin-left: 20px;
  }
}
.text-picture-left-t2018 .text p {
  margin-top: 0;
}
.text-picture-left-t2018 .text p + p {
  margin-top: 15px;
}
.graph-tabs-t2018 {
  margin-bottom: 30px;
}
.graph-tabs-t2018 .text {
  font-family: Verdana, sans-serif;
  margin-top: 0;
  margin-bottom: 28px;
}
.graph-tabs-t2018 .tabs-container {
  border: 1px solid #666666;
  padding: 12px 8px 15px;
}
.graph-tabs-t2018 .tabs-container .header {
  font-size: 18px;
  color: #333333;
  margin-bottom: 15px;
  margin-top: 10px;
}
.graph-tabs-t2018 .tabs-container .tabs-header-wrp {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.graph-tabs-t2018 .tabs-container .tabs-header-wrp .tab-link {
  font-size: 13px;
  color: #2761D8;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
}
.graph-tabs-t2018 .tabs-container .tabs-header-wrp .tab-link:not(.active) {
  cursor: pointer;
}
.graph-tabs-t2018 .tabs-container .tabs-header-wrp .tab-link.active {
  line-height: 24px;
  color: #FFFFFF;
  background-color: #999999;
  border-radius: 2px;
}
@media (min-width: 768px) {
  .graph-tabs-t2018 .tabs-container .tab-content:not(.block) {
    display: flex;
  }
}
.graph-tabs-t2018 .tabs-container .tab-content:not(.active) {
  display: none;
}
@media (min-width: 768px) {
  .graph-tabs-t2018 .tabs-container .tab-content .content {
    width: 55%;
    flex-grow: 0;
    flex-shrink: 0;
  }
}
.graph-tabs-t2018 .tabs-container .tab-content .line {
  color: #333333;
  display: flex;
  font-size: 14px;
}
.graph-tabs-t2018 .tabs-container .tab-content .line.big {
  font-size: 16px;
}
.graph-tabs-t2018 .tabs-container .tab-content .line:not(.all-width) > span {
  width: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  box-sizing: border-box;
}
.graph-tabs-t2018 .tabs-container .tab-content .line:not(.all-width) > span:first-child {
  padding-right: 10px;
}
.graph-tabs-t2018 .tabs-container .tab-content .line:not(.all-width) > span:last-child {
  padding-left: 10px;
}
.graph-tabs-t2018 .tabs-container .tab-content .line:not(.all-width) > span .price {
  font-weight: 700;
}
.graph-tabs-t2018 .tabs-container .tab-content .line:not(.all-width) > span.less {
  color: #C00C0D;
}
.graph-tabs-t2018 .tabs-container .tab-content .line:not(.all-width) > span.more {
  color: #339C12;
}
