.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.bg-light {
  background-color: #f5f5f5;
}
.bg-white {
  background-color: #ffffff;
}
.bg-green {
  background-color: #5bc919;
}
.bg-blue {
  background-color: #01bffe;
}
.bg-orange {
  background-color: #f76627;
}
.text-16 {
  font-size: 16px !important;
}
.text-18 {
  font-size: 18px !important;
}
.text-20 {
  font-size: 20px !important;
}
.text-24 {
  font-size: 24px !important;
}
.text-26 {
  font-size: 26px !important;
}
.text-30 {
  font-size: 30px !important;
}
.text-32 {
  font-size: 32px !important;
}
.text-36 {
  font-size: 36px !important;
}
.text-44 {
  font-size: 44px !important;
}
.text-52 {
  font-size: 52px !important;
}
.text-64 {
  font-size: 64px !important;
}
.text-white {
  color: #ffffff !important;
}
.text-dark {
  color: #333333 !important;
}
.text-green {
  color: #5bc919 !important;
}
.text-blue {
  color: #01bffe !important;
}
.text-blue-light {
  color: #50d4ff !important;
}
.text-orange {
  color: #f76627 !important;
}
.text-normal {
  font-weight: 400 !important;
}
.text-semibold {
  font-weight: 600 !important;
}
.text-bold {
  font-weight: 700 !important;
}
.text-ultra-bold {
  font-weight: 900 !important;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-25 {
  margin-top: 25px;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-25 {
  margin-bottom: 25px;
}
.margin-left-5 {
  margin-left: 5px;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-left-15 {
  margin-left: 15px;
}
.margin-left-20 {
  margin-left: 20px;
}
.margin-left-25 {
  margin-left: 25px;
}
.margin-right-5 {
  margin-right: 5px;
}
.margin-right-10 {
  margin-right: 10px;
}
.margin-right-15 {
  margin-right: 15px;
}
.margin-right-20 {
  margin-right: 20px;
}
.margin-right-25 {
  margin-right: 25px;
}
.helppo-hinta-icon {
  background-color: #3BBBED;
  border-radius: 13px;
  color: white;
  display: inline-block;
  height: 26px;
  left: 0;
  line-height: 26px;
  padding-left: 4px;
  position: absolute;
  top: 5px;
  width: 26px;
}
span.helppo-hinta-icon.icon-text {
  line-height: 24px;
  /* padding-left: 3px; */
  text-align: center;
  padding-left: 0;
}
* {
  font-family: 'Source Sans Pro', sans-serif;
  transition: 0.5s;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  padding: 0 !important;
  background-color: #f5f5f5;
  margin-bottom: 160px;
}
input::-webkit-input-placeholder {
  text-indent: 0px;
  text-overflow: ellipsis;
  transition: text-indent 0.3s ease;
}
input::-moz-placeholder {
  text-indent: 0px;
  text-overflow: ellipsis;
  transition: text-indent 0.3s ease;
}
input:-moz-placeholder {
  text-indent: 0px;
  text-overflow: ellipsis;
  transition: text-indent 0.3s ease;
}
input:-ms-input-placeholder {
  text-indent: 0px;
  text-overflow: ellipsis;
  transition: text-indent 0.3s ease;
}
input:focus::-webkit-input-placeholder {
  text-indent: 500px;
  transition: text-indent 0.3s ease;
}
input:focus::-moz-placeholder {
  text-indent: 500px;
  transition: text-indent 0.3s ease;
}
input:focus:-moz-placeholder {
  text-indent: 500px;
  transition: text-indent 0.3s ease;
}
input:focus:-ms-input-placeholder {
  text-indent: 500px;
  transition: text-indent 0.3s ease;
}

.checkbox.checkbox-custom label {
  background: #01bffe;
  border-radius: 3px;
  color: white;
  padding: 7px 20px 7px 27px;
}

label[for=terms-of-service] a {
  text-decoration: underline;
  color: #fff;
}
#custom-submit {
  transition: 0.2s;
}

.required label::after {
  content: " *";
  color: red;
}

#custom-submit .glyphicon-ok {
  transition: 0.2s !important;
}
#custom-submit:hover {

  color: #fff;
  text-decoration: none;
  box-shadow: 0px 2px 3px 1px rgba(0,0,0, 0.4);
}

#custom-submit:hover .glyphicon-ok {
  font-size: 18px;
}
.icon-person:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../img/icons/icon-person.svg) 0 0 no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
}
.icon-number:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../img/icons/icon-number.svg) 0 0 no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
}
.icon-ligtning:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../img/icons/icon-ligtning.svg) 0 0 no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
}
.icon-house:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../img/icons/icon-house.svg) 0 0 no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
}
.icon-leave:before {
  content: "";
  width: 22px;
  height: 34px;
  background: url(../img/icons/icon-leave.svg) 0 0 no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: -5px;
  left: -30px;
}
@media screen and (max-width: 991px) {
  .icon-leave:before {
    top: 5px;
  }
}
.icon-ticket:before {
  content: "";
  width: 26px;
  height: 26px;
  background: url(../img/icons/icon-ticket.svg) 0 0 no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 0;
  left: -30px;
}
@media screen and (max-width: 991px) {
  .icon-ticket:before {
    top: 10px;
  }
}
/* 
[class*="col-"] {
	float: none;
	display: inline-block;
	vertical-align: top;
} */
.bg-main {
  /*background: url(../img/bg.png) 2vw 0 no-repeat;
  background-size: contain;
  width: 100%;*/
}
.bg-wrap {
  background: url(../img/bg.png) 0vw 0vw no-repeat;
  background-size: contain;
  position: fixed;
  height: 563px;
  width: 15%;
  top: 30%;

}
@media screen and (min-width: 1600px) {
  .bg-wrap {
    left: 50px;
  }
}

@media screen and (max-width: 1600px) {
  .bg-wrap {
    left: 0px;
  }
}

/*.row {
  margin: 0 auto;
  max-width: 980px;
}*/
.top-nav {
  min-height: 140px;
}
.top-nav__logo {
  min-height: 140px;
  position: relative;
}
.top-nav__logo img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.top-nav__menu {
  min-height: 140px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  float: none;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .top-nav__menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
  }
}
.top-nav__menu--blue {
  color: #01bffe;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}

.top-nav__menu--dark {
  color: #333;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}

.dropdown-menu .top-nav__menu--dark {
  font-size: 18px;
  text-align: left;
}

.dropdown-menu .top-nav__menu--dark:hover {
  background-color: #f5f5f5;
}

.nav>li>a:focus, .nav>li>a.top-nav__menu--dark:hover, .top-nav__menu li.open > a {
  background-color: transparent !important;
  color: #50d4ff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .top-nav__menu--blue {
    font-size: 32px;
  }
}
.top-nav__menu--blue:hover {
  color: #50d4ff;
  text-decoration: underline;
}
.consumption {
  background-color: #ffffff;
}

.header-box {
  padding: 20px 30px;
  text-align: center;
  height: 330px;
}

.header-box h1 {
  font-weight: 700;
  margin-bottom: 20px;
}

#header-mini-form .btn {
  border-radius: 0;
  font-size: 18px;
  padding: 15px 20px;
  font-weight: 700;
}

#header-mini-form .btn:hover {
  /*background: #01bffe;*/
  box-shadow: 0px 0px 4px 2px #fff;
  color: #fff;
}

#header-mini-form .select-box__wrap {
  position: relative;
  width: auto;
}

#header-mini-form .select-box__wrap .select-box__label {
  width: 35%;
}

.header-h {
  position: absolute;
  bottom: -18px;
  right: -2px;
}

@media screen and (max-width: 1200px) {
  #ElectricityConsumption {
    text-align: left;
  }

  label {
    width: 160px;
  }

  .header-box {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  #header-mini-form .select-box__wrap select {
    margin-left: 0;
  }

  .happy-customer {
    text-align: center !important;

  }

  .happy-customer img {
    margin-left: 0 !important;
    margin-top: 0 !important;
    float: none !important;
    display: inline-block;
  }

  .happy-customer-text {
    text-align: left;
  }
}

.home-article {
  background: white;
  box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.2);
  padding: 30px;
  text-shadow: 1px 1px #f5f5f5;
  margin-left: 40px;
}

.home-article img {
  padding: 5px;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  margin: 5px;
}

@media screen and (max-width: 991px) {
  .icon-ticket:before {
    top: 10px;
  }
}

#header-mini-form select {
  border-radius: 0;
  border: none;
  width: 55%;
  margin-left: 5%;
  color: #01bffe;
  background: #fff !important;
}

#happy-customers-wrap {
  margin-bottom: 40px;
  margin-left: 25px;
}

#home-page-header-box{
  margin-left: 40px;
}

@media screen and (min-width: 1200px) {
  #happy-customers-wrap {
    margin-top: 60px;
  }
  #pros-listing {
    height: 511px;
  }
}

.happy-customer h3 {
  font-size: 22px;
}

.happy-customer {
  padding-right: 20px;
  overflow: hidden;
}

.happy-customer img {
  margin-left: -30px;
  margin-top: -30px;
}

.happy-customer, .header-box, #pros-listing {
  box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.2);
}

.happy-customer-text {
  padding: 30px;
}

.customer-quote {
  font-size: 22px;
  line-height: 30px;
  margin-top: 15px;
  color: #5D5D5D;
}

#pros-listing {
  padding: 50px 30px;
}
.pros-listing-item {
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 37px;
}

.consumption__left-box {
  padding: 50px 30px 20px;
}
  
.consumption__left-box-heading {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  line-height: 1.5;
}
.consumption__left-box--blue {
  background-color: #01bffe;
  color: #ffffff;
  font-size: 52px;
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 10px;
  padding: 0 10px;
  position: relative;
  text-align: center;
}
#consumption-estimation-wrapper {
  cursor: pointer;
}

#products {
  min-height: 350px;
  position: relative;
}

.product-error {
  padding: 50px;
}

.consumption__left-box--blue small {
  font-size: 32px;
}
.consumption__left-box--blue .icon {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -13px;
  margin-top: -13px;
  width: 25px;
  height: 25px;
}
.consumption__left-box--blue .icon img {
  display: block;
}
.consumption__left-box--blue .icon:hover .icon__tooltip {
  display: block;
}
.consumption__left-box--blue .icon__tooltip {
  position: absolute;
  display: none;
  top: 0;
  right: 30px;
  width: 200px;
  border: 1px solid #01bffe;
  border-radius: 3px;
  background-color: #ffffff;
  padding: 5px;
  font-size: 20px;
  color: #01bffe;
  line-height: 1;
}
.consumption__left-box--gray {
  padding: 20px;
  background-color: #f5f5f5;
  position: relative;
}
.consumption__left-box--gray {
  font-size: 20px;
  font-weight: 700;
  color: #01bffe;
  line-height: 1;
  position: relative;
}
.consumption__left-box--gray .icon {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -13px;
  margin-top: -13px;
  width: 25px;
  height: 25px;
}
.consumption__left-box--gray .icon img {
  display: block;
}
.consumption__left-box--gray .icon:hover .icon__tooltip {
  display: block;
}
.consumption__left-box--gray .icon__tooltip {
  position: absolute;
  display: none;
  top: 0;
  right: 30px;
  width: 350px;
  border: 1px solid #01bffe;
  border-radius: 3px;
  background-color: #ffffff;
  padding: 15px;
  font-size: 16px;
  color: #01bffe;
  line-height: 1.2;
  z-index: 999;
  font-weight: 400;
}
.consumption__left-box--gray-bigger {
  font-size: 38px;
  font-weight: 700;
  color: #01bffe;
  line-height: 70px;
}
.consumption__left-box--gray-big {
  font-size: 26px;
  font-weight: 400;
  color: #01bffe;
  transition: none;
  line-height: 70px;
}

.consumption__left-box--gray-big * {
  transition: none;
}
.consumption__left-box--gray-big {
  transition: 0;
}
.consumption__left-box--gray-big.small-lines {
  line-height: 35px !important;
}
.consumption__right-box-text {
  text-align: left;
  color: #333333;
  font-size: 16px;
  line-height: 1.16;
}
.consumption__right-box-select {
  padding: 50px 0 30px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
}
.consumption__extra-options {
  padding: 0 50px 50px;
  min-height: 187px;
}
.consumption__extra-box-select {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
 /* justify-content: space-between;*/
}

.consumption__extra-box-select .select-box {
  width: 33%;
}
@media screen and (max-width: 480px) {
  .consumption__right-box-select {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
  }
}
.select-box {
  width: 50%;
}
@media screen and (max-width: 480px) {
  .select-box {
    width: 75%;
  }
}

.select-box__label {
  font-weight: 700;
  font-size: 20px;
  color: #333333;
  line-height: 1.5;
}

.select-box__wrap {
  width: 60%;
  position: relative;
}
@media screen and (max-width: 480px) {
  .select-box__wrap {
    width: 90%;
  }
}
.select-box__wrap .icon {
  position: absolute;
  top: 50%;
  right: -80px;
  margin-top: -14px;
  width: 25px;
  height: 25px;
}
.select-box__wrap .icon img {
  display: block;
}
.select-box__wrap .icon:hover .icon__tooltip {
  display: block;
}
.select-box__wrap .icon__tooltip {
  position: absolute;
  display: none;
  top: 0;
  right: 30px;
  width: 250px;
  border: 1px solid #01bffe;
  border-radius: 3px;
  background-color: #ffffff;
  padding: 15px;
  font-size: 16px;
  color: #01bffe;
  z-index: 999;
  line-height: 1.2;
}
.select-box__wrap input {
  /*border: 0;
  border-radius: 0;
  outline: none;*/
  margin-left: 30px;
  padding: 0 10px;
  font-size: 20px;
  font-weight: 700;
  color: #01bffe;
  background: none;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.select-box__wrap input::-webkit-input-placeholder {
  color: #01bffe;
}
.select-box__wrap input::-moz-placeholder {
  color: #01bffe;
}
.select-box__wrap input:-moz-placeholder {
  color: #01bffe;
}
.select-box__wrap input:-ms-input-placeholder {
  color: #01bffe;
}
.select-box__wrap select {
 /* border: 0;
  border-radius: 0;
  outline: none;*/
  margin-left: 30px;
  padding: 0 5px;
  font-size: 20px;
  font-weight: 700;
  color: #01bffe;
  background: none;
}


/**
 * Contract types
 */
.contract, .product-types {
  padding: 15px 0;
}

.contract-box, .product-type-box {
  cursor: pointer;
}

.contract-box:hover .contract-content, .product-type-box:hover .product-type-content {
  /*outline: #01bffe solid 1px;*/
  box-shadow: 0px 0px 1px 1px #01bffe;
}
.contract-box.contract-type-chosen .contract-content, .product-type-box.product-type-chosen .product-type-content {
  background: #5bc919 !important;
}
.contract-content, .product-type-content {
  background-color: #fff;
  padding: 20px 10px;
  box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.1);
  /*text-align: center;*/
  transition: 0.1s;

}
.contract-content {
  min-height: 157px;
}

.contract-box-text {
  padding-left: 20px;
}

/*.contract-box-icon,  {
  flex: 1;
}
.contract-box-icon-svg {
  margin: 0 auto;
  width: 41px;
}
.contract-box-text {
  flex: 3;
}*/

.contract-box-text--header {
  color: #01bffe;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 10px;
}

.contract-box-price {
  font-size: 14px;
  /*padding: 8px;
  padding-left: 30px;*/
  text-align: left;
}
.product-type-box-text--header {
  color: #01bffe;
  font-size: 22px;
  font-weight: 900;
  text-align: center;
}
.contract-box.contract-type-chosen .contract-box-text--header, .product-type-box.product-type-chosen .product-type-box-text--header  {
  color: #ffffff !important;
}

.contract-box.contract-type-chosen .contract-box-text .contract-box-price.text-blue {
  color: #ffffff !important;
}

.contract-box-text--description, .product-type-box-text--description {
  font-weight: 400;
  color: #5bc919;
  font-size: 20px;
  line-height: 1;
}

.contract-box.contract-type-chosen .contract-box-text--description, .product-type-box.product-type-chosen .product-type-box-text--description {
  color: #ffffff !important;
}

/**
 * SVG circles
 */
/*.st0 {
  fill: #fff;
  fill-rule: evenodd;
  clip-rule: evenodd;
}
.st2 {
  fill: #f5f5f5;
  fill-rule: evenodd;
  clip-rule: evenodd;
}
.st1 {
  fill: #5bc919;
  fill-rule: evenodd;
  clip-rule: evenodd;
}

.contract-box:hover .st1 {
  fill: #f5f5f5;
}
.contract-box:hover .st2 {
  fill: #5bc919;
}*/

.company-wrap {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  padding: 40px 15px;
  min-height: 240px;
}

.product-info {
  margin-bottom: 15px;
  background-color: #ffffff;
}

.company-description {
  padding: 20px;
}

.product-campaign-offer {
  padding: 20px 20px 0 20px;
}

/**
 * Success page
 */
.company-info .image-wrap {
  flex: 2;
  text-align: center;
}


@media screen and (max-width: 991px) {
  .company-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
  }
}
.company-wrap__sticker--blue {
  margin-left: -134px;
  background-color: #01bffe;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px;
  transform: rotate(-90deg);
  max-width: 200px;
  max-height: 38px;
  min-width: 200px;
  min-height: 38px;
}
@media screen and (max-width: 991px) {
  .company-wrap__sticker--blue {
    margin: 0 auto;
    margin-bottom: 20px;
    transform: rotate(0deg);
  }
}
.company-wrap__sticker--orange {
  margin-left: -134px;
  background-color: #f76627;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px;
  transform: rotate(-90deg);
  max-width: 200px;
  max-height: 38px;
  min-width: 200px;
  min-height: 38px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .company-wrap__sticker--orange {
    margin: 0 auto;
    margin-bottom: 20px;
    transform: rotate(0deg);
  }

  .company-wrap__sticker--green {
    margin: 0 auto;
    margin-bottom: 20px;
    transform: rotate(0deg);
  }
}
.company-wrap__sticker--green {
  margin-left: -134px;
  background-color: #5bc919;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px;
  transform: rotate(-90deg);
  max-width: 200px;
  max-height: 38px;
  min-width: 200px;
  min-height: 38px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  
}
.company-wrap__sticker--no {
  margin-left: -134px;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px;
  transform: rotate(-90deg);
  max-width: 200px;
  max-height: 38px;
  min-width: 200px;
  min-height: 38px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .company-wrap__sticker--no {
    margin: 0 auto;
    margin-bottom: 20px;
    transform: rotate(0deg);
  }
}

.company-wrap__partner {
  flex: 1;
  text-align: center;
  margin-left: -50px;
}
.company-wrap__partner img {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .company-wrap__partner {
    margin-left: inherit;
  }
}
.company-wrap__value {
  flex: 2;
  text-align: center;
}
.company-wrap__value--name {
  font-size: 26px;
  font-weight: 700;
  color: #333333;
  text-align: center;
  line-height: 1;
}
.company-wrap__value--name a {
  font-size: 26px;
  font-weight: 700;
  color: #333333;
  text-align: center;
  line-height: 1;
}
.company-wrap__value--name a:hover {
  text-decoration: none;
  color: #5bc919;
}
.company-wrap__value--val1 {
  font-size: 44px;
  font-weight: 700;
  color: #01bffe;
  line-height: 1.5;
}
.company-wrap__value--val2 {
  font-size: 26px;
  font-weight: 700;
  color: #01bffe;
  line-height: 1.5;
}
.company-wrap__descr {
  flex: 2;
  /*align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;*/
}

@media screen and (max-width: 991px) {
  .company-wrap__descr {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  .company-wrap__descr-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
  }
}
.company-wrap__descr-left--more {
  flex: 2;
  align-self: stretch;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .company-wrap__descr-left--more {
    text-align: center;
  }
}
.company-description a, a.calculation-link {
  font-size: 20px;
  font-weight: 700;
  color: #01bffe;
  line-height: 3;
}
@media screen and (max-width: 991px) {
  .company-wrap__descr-left--more a {
    font-size: 32px;
  }
}
.company-wrap__descr-left-labels {
  padding: 0 15px;
  flex: 1;
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-end;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .company-wrap__descr-left-labels {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
  }
}
.company-wrap__descr-left-labels--green {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #5bc919;
  margin: 0 35px;
}
@media screen and (max-width: 991px) {
  .company-wrap__descr-left-labels--green {
    font-size: 32px;
  }
}
.company-wrap__descr-left-labels--orange {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #f76627;
  margin: 0 35px;
}
@media screen and (max-width: 991px) {
  .company-wrap__descr-left-labels--orange {
    font-size: 32px;
  }
}
.company-wrap__descr-right {
  /*align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-end;
  flex-grow: 1;
  flex-shrink: 0;*/
  text-align: center;
}
@media screen and (max-width: 991px) {
  .company-wrap__descr-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
  }
}
.company-wrap__descr-right-price {
  /*align-self: stretch;
  flex: 2;*/
  font-size: 26px;
  font-weight: 700;
  color: #5bc919;
  padding-top: 20px;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .company-wrap__descr-right-price {
    margin-bottom: 40px;
    font-size: 32px;
  }
}
.company-wrap__descr-right-button {
  /*flex: 1;
  align-self: stretch;*/
}
.company-wrap__descr-right-button a {
  word-wrap: normal;
  padding: 18px;
  background-color: #5bc919;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  display: inline-block;
}

.company-wrap__descr-right-button:focus {
  outline: none;
  outline-offset: initial;
}

/**
 * Footer
 */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 120px;
  padding: 40px;
  background-color: #6ec200;
}

.footer__logo {
  float: right !important;
  width: 250px;
}
/**
 * End footer
 */
#company-index-header-boxes{
  margin-left: 60px;
}

#company-index-middle-page-1{
  margin-left: 60px;
}

#company-index-middle-page-2{
  margin-left: 60px;
}

#company-page-footer1{
  margin-left: 60px;
}
#company-index-footer{
  margin-left: 60px;
}



.column-list {
   columns: 2;
    -moz-columns: 2;
    column-gap: 15px;
    -moz-column-gap: 15px;
    list-style-type: none;
    padding: 0;
    break-inside: avoid;
    padding-bottom: 5px;
    max-width:450px;
   font-size:18px; 
  text-decoration: underline;

    
}
.navbar-header {
  background: #FFFFFF !important;
}
.navbar-brand {
  margin-left: 0 !important;
}