@charset "UTF-8";
.select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px;
}

.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #000;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: #fff;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
  background-image: linear-gradient(180deg, #fff 50%, #eee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
  background-image: linear-gradient(180deg, #eee 50%, #ccc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(50%, #eee));
  background-image: linear-gradient(180deg, #fff 0, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
  background-image: linear-gradient(180deg, #eee 50%, #fff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.gr__cloak {
  display: inline-block;
  padding: 50px 40px 38px 40px;
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(97, 184, 125, 0.801)), to(rgba(250, 178, 22, 0.801)));
  background-image: linear-gradient(to right, rgba(97, 184, 125, 0.801), rgba(250, 178, 22, 0.801));
  border-radius: 7px;
  z-index: 1;
  min-height: 200px;
  text-align: center;
  height: 100%;
}

.gr__cloak:hover {
  opacity: 0.7;
}

.gr__cloak:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: #fff;
  border-radius: 5px;
  top: 2px;
  left: 2px;
  z-index: -1;
}

.gr__cloak-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.gr__cloak p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #000000;
}

.gr__cloak span {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  display: inline-block;
  color: #606060;
}

.gr__cloak span a {
  position: relative;
  z-index: 2;
  text-underline-position: under;
  text-decoration: underline;
}

.gr__cloak span a:hover {
  text-decoration: none;
}

.gr__btn {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-family: "Roboto";
  font-weight: 400;
  line-height: 26px;
  padding: 11px 31px !important;
  color: #000000;
  background: #FFFFFF;
  border: 2px solid #61B87C !important;
  border-radius: 7px;
}

.gr__btn:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .gr__cloak {
    padding: 25px 20px 15px 20px;
    min-height: 115px;
    margin: 5px 0;
  }
  .gr__cloak p {
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 10px;
  }
  .gr__cloak span {
    font-size: 14px;
    line-height: 20px;
  }
}
.sc-clients-service {
  padding-top: 30px;
  padding-bottom: 30px;
}

.sc-clients-service h2 {
  margin-bottom: 30px;
}

.cl--service-box {
  display: inline-block;
  padding: 50px 36px 22px 36px;
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(97, 184, 125, 0.801)), to(rgba(250, 178, 22, 0.801)));
  background-image: linear-gradient(to right, rgba(97, 184, 125, 0.801), rgba(250, 178, 22, 0.801));
  border-radius: 7px;
  z-index: 1;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  max-width: 280px;
  width: 100%;
  margin: 32.5px 0;
}

.cl--service-box:hover p,
.cl--service-box:hover span {
  color: #fff;
}

.cl--service-box:hover:before {
  opacity: 0;
}

.cl--service-box::after {
  content: "";
  background: linear-gradient(135deg, #61B87C 0%, #FAB216 100%);
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 100%;
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  margin: auto;
}

.cl--service-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: #fff;
  border-radius: 5px;
  top: 2px;
  left: 2px;
  z-index: -1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.cl--service-box-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.cl--service-box p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #000000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-bottom: 30px;
}

.cl--service-box span {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  display: inline-block;
  color: #606060;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (max-width: 1200px) {
  .cl--service-box {
    padding: 25px 20px 15px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .cl--service-box {
    margin: 15px 0;
    max-width: 100%;
  }
  .cl--service-box::after {
    width: 30px;
    height: 30px;
    top: -15px;
  }
  .cl--service-box p {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 10px;
  }
  .cl--service-box span {
    font-size: 12px;
    line-height: 14px;
  }
}
.sc-esk-energia {
  padding-top: 15px;
  padding-bottom: 20px;
}

.sc-esk-energia h1 {
  margin-bottom: 29px;
}

.sc-esk-energia p {
  font-size: 24px;
  line-height: 28px;
  color: #000000;
}

@media only screen and (max-width: 767px) {
  .sc-esk-energia h1 {
    margin-bottom: 20px;
  }
  .sc-esk-energia p {
    font-size: 16px;
    line-height: 20px;
  }
}
/*!
   * Bootstrap v4.1.3 (https://getbootstrap.com/)
   * Copyright 2011-2018 The Bootstrap Authors
   * Copyright 2011-2018 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
   */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #eb6437;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: $color-accent;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #eb6437;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "GT Eesti Pro Display", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body:not(.page-body) {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: #F3F3F4;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  font-style: normal;
  line-height: inherit;
}

address,
dl,
ol,
ul {
  margin-bottom: 1rem;
}

dl,
ol,
ul {
  margin-top: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #61B87C;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #50a16a;
  text-decoration: none;
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  border-style: none;
}

img,
svg {
  vertical-align: middle;
}

svg {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label:not(.form-element__label, .bs-form-label, .bs-form-check-label) {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.2;
  color: inherit;
  font-family: "Oswald", sans-serif;
}

.h1,
h1 {
  font-size: 2.5rem;
}

.h2,
h2 {
  font-size: 2rem;
}

.h3,
h3 {
  font-size: 1.75rem;
}

.h4,
h4 {
  font-size: 1.5rem;
}

.h5,
h5 {
  font-size: 1.25rem;
}

.h6,
h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
}

.display-1,
.display-2 {
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
}

.display-3 {
  font-size: 4.5rem;
}

.display-3,
.display-4 {
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.small,
small {
  font-size: 80%;
  font-weight: 400;
}

.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer:before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #f9f8f8;
  border: 1px solid #dee2e6;
  border-radius: 4px;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }
}
.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.3333333333%;
  -webkit-box-flex: 0;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -ms-flex: 0 0 16.6666666667%;
  -webkit-box-flex: 0;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.3333333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -ms-flex: 0 0 41.6666666667%;
  -webkit-box-flex: 0;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.3333333333%;
  -webkit-box-flex: 0;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -ms-flex: 0 0 66.6666666667%;
  -webkit-box-flex: 0;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.3333333333%;
  -webkit-box-flex: 0;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -ms-flex: 0 0 91.6666666667%;
  -webkit-box-flex: 0;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.gap-y-3 {
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table-sm td,
.table-sm th {
  padding: 0.3rem;
}

.table-bordered,
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}

.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}

.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #d1eedb;
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #bee7cc;
}

.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > td,
.table-success > th {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > td,
.table-info > th {
  background-color: #bee5eb;
}

.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f9d4c7;
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f7c2b0;
}

.table-light,
.table-light > td,
.table-light > th {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover,
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > td,
.table-active > th,
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-dark {
  color: #f9f8f8;
  background-color: #212529;
}

.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 7px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #b8e5c7;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #4a4a4a;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 4px;
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
  border-color: #28a745;
}

.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
}

.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}

.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}

.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}

.custom-control-input.is-valid ~ .custom-control-label:before,
.was-validated .custom-control-input:valid ~ .custom-control-label:before {
  background-color: #71dd8a;
}

.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-control-input.is-valid:checked ~ .custom-control-label:before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label:before {
  background-color: #34ce57;
}

.custom-control-input.is-valid:focus ~ .custom-control-label:before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label:before {
  -webkit-box-shadow: 0 0 0 1px #f9f8f8, 0 0 0 0 rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 1px #f9f8f8, 0 0 0 0 rgba(40, 167, 69, 0.25);
}

.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}

.custom-file-input.is-valid ~ .custom-file-label:after,
.was-validated .custom-file-input:valid ~ .custom-file-label:after {
  border-color: inherit;
}

.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #eb6437;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(235, 100, 55, 0.9);
  border-radius: 4px;
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border-color: #eb6437;
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #eb6437;
  -webkit-box-shadow: 0 0 0 0 rgba(235, 100, 55, 0.25);
  box-shadow: 0 0 0 0 rgba(235, 100, 55, 0.25);
}

.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}

.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #eb6437;
}

.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #eb6437;
}

.custom-control-input.is-invalid ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid ~ .custom-control-label:before {
  background-color: #f7beab;
}

.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-control-input.is-invalid:checked ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before {
  background-color: #f08865;
}

.custom-control-input.is-invalid:focus ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before {
  -webkit-box-shadow: 0 0 0 1px #f9f8f8, 0 0 0 0 rgba(235, 100, 55, 0.25);
  box-shadow: 0 0 0 1px #f9f8f8, 0 0 0 0 rgba(235, 100, 55, 0.25);
}

.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #eb6437;
}

.custom-file-input.is-invalid ~ .custom-file-label:after,
.was-validated .custom-file-input:invalid ~ .custom-file-label:after {
  border-color: inherit;
}

.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0 rgba(235, 100, 55, 0.25);
  box-shadow: 0 0 0 0 rgba(235, 100, 55, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .form-inline .form-group,
  .form-inline label {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -ms-flex-align: center;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0 solid transparent;
  padding: 15px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 7px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:focus,
.btn:hover {
  text-decoration: none;
}

.btn.focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #212529;
  background-color: #61B87C;
  border-color: #61B87C;
}

.btn-primary:hover {
  color: #fff;
  background-color: #42b568;
  border-color: #3eac63;
}

.btn-primary.focus,
.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(90, 195, 125, 0.5);
  box-shadow: 0 0 0 0 rgba(90, 195, 125, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #212529;
  background-color: #61B87C;
  border-color: #61B87C;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3eac63;
  border-color: #3ba25d;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(90, 195, 125, 0.5);
  box-shadow: 0 0 0 0 rgba(90, 195, 125, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary.focus,
.btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(109, 118, 126, 0.5);
  box-shadow: 0 0 0 0 rgba(109, 118, 126, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(109, 118, 126, 0.5);
  box-shadow: 0 0 0 0 rgba(109, 118, 126, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success.focus,
.btn-success:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info.focus,
.btn-info:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning.focus,
.btn-warning:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #eb6437;
  border-color: #eb6437;
}

.btn-danger:hover {
  color: #fff;
  background-color: #e54a17;
  border-color: #d94716;
}

.btn-danger.focus,
.btn-danger:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(235, 100, 55, 0.5);
  box-shadow: 0 0 0 0 rgba(235, 100, 55, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #eb6437;
  border-color: #eb6437;
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d94716;
  border-color: #ce4315;
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(235, 100, 55, 0.5);
  box-shadow: 0 0 0 0 rgba(235, 100, 55, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light.focus,
.btn-light:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark.focus,
.btn-dark:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #61B87C;
  background-color: transparent;
  background-image: none;
  border-color: #61B87C;
}

.btn-outline-primary:hover {
  color: #212529;
  background-color: #61B87C;
  border-color: #61B87C;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(90, 195, 125, 0.5);
  box-shadow: 0 0 0 0 rgba(90, 195, 125, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #61B87C;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #212529;
  background-color: #61B87C;
  border-color: #61B87C;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(90, 195, 125, 0.5);
  box-shadow: 0 0 0 0 rgba(90, 195, 125, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(109, 118, 126, 0.5);
  box-shadow: 0 0 0 0 rgba(109, 118, 126, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(109, 118, 126, 0.5);
  box-shadow: 0 0 0 0 rgba(109, 118, 126, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success.focus,
.btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info.focus,
.btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #eb6437;
  background-color: transparent;
  background-image: none;
  border-color: #eb6437;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #eb6437;
  border-color: #eb6437;
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(235, 100, 55, 0.5);
  box-shadow: 0 0 0 0 rgba(235, 100, 55, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #eb6437;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #eb6437;
  border-color: #eb6437;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(235, 100, 55, 0.5);
  box-shadow: 0 0 0 0 rgba(235, 100, 55, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light.focus,
.btn-outline-light:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #61B87C;
  background-color: transparent;
}

.btn-link:hover {
  color: #389958;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}

.btn-link.focus,
.btn-link:focus {
  text-decoration: none;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}

.dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #4a4a4a;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropright .dropdown-toggle:after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  display: none;
}

.dropleft .dropdown-toggle:before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropleft .dropdown-toggle:before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #779fd4;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
}

.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}

.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group,
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: 0;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 11.25px;
  padding-left: 11.25px;
}

.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split:before {
  margin-right: 0;
}

.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: 0;
  margin-left: 0;
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn-group > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control {
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control {
  margin-left: -1px;
}

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label:after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-append,
.input-group-prepend {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}

.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 4px;
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
  margin-top: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label:before {
  color: #fff;
  background-color: #61B87C;
}

.custom-control-input:focus ~ .custom-control-label:before {
  -webkit-box-shadow: 0 0 0 1px #f9f8f8, none;
  box-shadow: 0 0 0 1px #f9f8f8, none;
}

.custom-control-input:active ~ .custom-control-label:before {
  color: #fff;
  background-color: #ddf3e4;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label:before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}

.custom-control-label:before {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}

.custom-control-label:after,
.custom-control-label:before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
}

.custom-control-label:after {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label:before {
  border-radius: 4px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #61B87C;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
  background-color: #61B87C;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: rgba(90, 195, 125, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
  background-color: rgba(90, 195, 125, 0.5);
}

.custom-radio .custom-control-label:before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #61B87C;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: rgba(90, 195, 125, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #b8e5c7;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(184, 229, 199, 0.5);
  box-shadow: 0 0 0 0 rgba(184, 229, 199, 0.5);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  font-size: 75%;
}

.custom-select-lg,
.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  font-size: 125%;
}

.custom-file {
  display: inline-block;
  margin-bottom: 0;
}

.custom-file,
.custom-file-input {
  position: relative;
  width: 100%;
  height: calc(2.25rem + 2px);
}

.custom-file-input {
  z-index: 2;
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #b8e5c7;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom-file-input:focus ~ .custom-file-label:after {
  border-color: #b8e5c7;
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label:after {
  content: "Browse";
}

.custom-file-label {
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 4px;
}

.custom-file-label,
.custom-file-label:after {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
}

.custom-file-label:after {
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 4px 4px 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #f9f8f8, none;
  box-shadow: 0 0 0 1px #f9f8f8, none;
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f9f8f8, none;
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f9f8f8, none;
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #61B87C;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #ddf3e4;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #61B87C;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #ddf3e4;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  background-color: #61B87C;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #ddf3e4;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
}

.custom-control-label:before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label:before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}
.nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #f9f8f8;
  border-color: #dee2e6 #dee2e6 #f9f8f8;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 4px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #61B87C;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  padding: 0.5rem 1rem;
}

.navbar,
.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat 50%;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

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

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

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

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

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}

.card__mobile__toggle-btn {
  position: relative;
  width: 100%;
  display: none;
  margin-bottom: 20px;
  font-size: 19px !important;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-width: 0;
  margin-bottom: 15px;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 4px;
}

@media only screen and (max-width: 767px) {
  .card__mobile__toggle-btn {
    display: inline-block;
  }
  .card.mobile-hide {
    display: none;
  }
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.card-body {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
}

.card-subtitle,
.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: 3px 3px 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 3px 3px;
}

.card-header-tabs {
  margin-bottom: -0.75rem;
  border-bottom: 0;
}

.card-header-pills,
.card-header-tabs {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: 3px;
}

.card-img-top {
  width: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.card-deck {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 7.5px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 1 0 0%;
    -webkit-box-flex: 1;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-right: 7.5px;
    margin-bottom: 0;
    margin-left: 7.5px;
  }
}
.card-group {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 7.5px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    -webkit-box-flex: 1;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-header,
  .card-group > .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-footer,
  .card-group > .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-header,
  .card-group > .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-footer,
  .card-group > .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 4px;
  }
  .card-group > .card:only-child .card-header,
  .card-group > .card:only-child .card-img-top {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .card-group > .card:only-child .card-footer,
  .card-group > .card:only-child .card-img-bottom {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child),
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.breadcrumb {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item:before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: ">";
}

.breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: underline;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #9b9b9b;
}

.pagination {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 4px;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #61B87C;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #389958;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.page-item:last-child .page-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #61B87C;
  border-color: #61B87C;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 4px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #212529;
  background-color: #61B87C;
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #3eac63;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:focus,
.badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:focus,
.badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #eb6437;
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #d94716;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-light[href]:focus,
.badge-light[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:focus,
.badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #2f6541;
  background-color: #def3e5;
  border-color: #d1eedb;
}

.alert-primary hr {
  border-top-color: #bee7cc;
}

.alert-primary .alert-link {
  color: #1f422b;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #7a341d;
  background-color: #fbe0d7;
  border-color: #f9d4c7;
}

.alert-danger hr {
  border-top-color: #f7c2b0;
}

.alert-danger .alert-link {
  color: #512213;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 4px;
}

.progress,
.progress-bar {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.progress-bar {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #61B87C;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 75%, transparent 0, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #4a4a4a;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item:focus,
.list-group-item:hover {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #61B87C;
  border-color: #61B87C;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #2f6541;
  background-color: #d1eedb;
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #2f6541;
  background-color: #bee7cc;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #2f6541;
  border-color: #2f6541;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #7a341d;
  background-color: #f9d4c7;
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #7a341d;
  background-color: #f7c2b0;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #7a341d;
  border-color: #7a341d;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered:before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered:before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: GT Eesti Pro Display, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow:before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.popover {
  top: 0;
  left: 0;
  z-index: 1060;
  max-width: 400px;
  font-family: GT Eesti Pro Display, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 14px;
  word-wrap: break-word;
  background-color: #FAB216;
  background-clip: padding-box;
  border: 1px solid #FAB216;
  border-radius: 0;
}

.popover,
.popover .arrow {
  position: absolute;
  display: block;
}

.popover .arrow {
  width: 20px;
  height: 10px;
  margin: 0 0.3rem;
}

.popover .arrow:after,
.popover .arrow:before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
  margin-bottom: 10px;
}

.bs-popover-auto[x-placement^=top] .arrow,
.bs-popover-top .arrow {
  bottom: -11px;
}

.bs-popover-auto[x-placement^=top] .arrow:after,
.bs-popover-auto[x-placement^=top] .arrow:before,
.bs-popover-top .arrow:after,
.bs-popover-top .arrow:before {
  border-width: 10px 10px 0;
}

.bs-popover-auto[x-placement^=top] .arrow:before,
.bs-popover-top .arrow:before {
  bottom: 0;
  border-top-color: #FAB216;
}

.bs-popover-auto[x-placement^=top] .arrow:after,
.bs-popover-top .arrow:after {
  bottom: 1px;
  border-top-color: #FAB216;
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
  margin-left: 10px;
}

.bs-popover-auto[x-placement^=right] .arrow,
.bs-popover-right .arrow {
  left: -11px;
  width: 10px;
  height: 20px;
  margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^=right] .arrow:after,
.bs-popover-auto[x-placement^=right] .arrow:before,
.bs-popover-right .arrow:after,
.bs-popover-right .arrow:before {
  border-width: 10px 10px 10px 0;
}

.bs-popover-auto[x-placement^=right] .arrow:before,
.bs-popover-right .arrow:before {
  left: 0;
  border-right-color: #FAB216;
}

.bs-popover-auto[x-placement^=right] .arrow:after,
.bs-popover-right .arrow:after {
  left: 1px;
  border-right-color: #FAB216;
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
  margin-top: 10px;
}

.bs-popover-auto[x-placement^=bottom] .arrow,
.bs-popover-bottom .arrow {
  top: -11px;
}

.bs-popover-auto[x-placement^=bottom] .arrow:after,
.bs-popover-auto[x-placement^=bottom] .arrow:before,
.bs-popover-bottom .arrow:after,
.bs-popover-bottom .arrow:before {
  border-width: 0 10px 10px;
}

.bs-popover-auto[x-placement^=bottom] .arrow:before,
.bs-popover-bottom .arrow:before {
  top: 0;
  border-bottom-color: #FAB216;
}

.bs-popover-auto[x-placement^=bottom] .arrow:after,
.bs-popover-bottom .arrow:after {
  top: 1px;
  border-bottom-color: #FAB216;
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #FAB216;
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
  margin-right: 10px;
}

.bs-popover-auto[x-placement^=left] .arrow,
.bs-popover-left .arrow {
  right: -11px;
  width: 10px;
  height: 20px;
  margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^=left] .arrow:after,
.bs-popover-auto[x-placement^=left] .arrow:before,
.bs-popover-left .arrow:after,
.bs-popover-left .arrow:before {
  border-width: 10px 0 10px 10px;
}

.bs-popover-auto[x-placement^=left] .arrow:before,
.bs-popover-left .arrow:before {
  right: 0;
  border-left-color: #FAB216;
}

.bs-popover-auto[x-placement^=left] .arrow:after,
.bs-popover-left .arrow:after {
  right: 1px;
  border-left-color: #FAB216;
}

.popover-header {
  padding: 35px;
  margin-bottom: 0;
  font-size: 1rem;
  color: #fff;
  background-color: #FAB216;
  border-bottom: 1px solid #6592ce;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 35px;
  color: #fff;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item-next,
  .carousel-item-prev,
  .carousel-item.active {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.active.carousel-item-right,
.carousel-item-next {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

@supports (transform-style: preserve-3d) {
  .active.carousel-item-right,
  .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.active.carousel-item-left,
.carousel-item-prev {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports (transform-style: preserve-3d) {
  .active.carousel-item-left,
  .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev,
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li:before {
  top: -10px;
}

.carousel-indicators li:after,
.carousel-indicators li:before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li:after {
  bottom: -10px;
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #61B87C !important;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #3eac63 !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #eb6437 !important;
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #d94716 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important;
}

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

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.rounded {
  border-radius: 4px !important;
}

.rounded-top {
  border-top-left-radius: 4px !important;
}

.rounded-right,
.rounded-top {
  border-top-right-radius: 4px !important;
}

.rounded-bottom,
.rounded-right {
  border-bottom-right-radius: 4px !important;
}

.rounded-bottom,
.rounded-left {
  border-bottom-left-radius: 4px !important;
}

.rounded-left {
  border-top-left-radius: 4px !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive:before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9:before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9:before {
  padding-top: 56.25%;
}

.embed-responsive-4by3:before {
  padding-top: 75%;
}

.embed-responsive-1by1:before {
  padding-top: 100%;
}

.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  top: 0;
}

.fixed-bottom,
.fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  bottom: 0;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #3eac63 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:focus,
a.text-secondary:hover {
  color: #545b62 !important;
}

a.text-success:focus,
a.text-success:hover {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:focus,
a.text-info:hover {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #d39e00 !important;
}

.text-danger {
  color: #eb6437 !important;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #d94716 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:focus,
a.text-light:hover {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:focus,
a.text-dark:hover {
  color: #1d2124 !important;
}

.text-body {
  color: #4a4a4a !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  :after,
  :before {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  .container,
  body {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6;
  }
}
.bootstrap-select > select.bs-select-hidden,
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0 ;
}

.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  z-index: 1;
  text-align: right;
  white-space: nowrap;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #999;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover {
  color: rgba(255, 255, 255, 0.5);
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}

.bootstrap-select.is-invalid .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
  border-color: #28a745;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

:not(.input-group) > .bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*=col-].dropdown-menu-right,
.row .bootstrap-select[class*=col-].dropdown-menu-right {
  float: right;
}

.form-group .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-inline .bootstrap-select {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-lg .dropdown-toggle,
.bootstrap-select.form-control-sm .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}

.form-inline .bootstrap-select .form-control {
  width: 100%;
}

.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}

.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select .dropdown-toggle:before {
  content: "";
  display: inline-block;
}

.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: inherit;
  padding-right: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  height: 100%;
  width: 100%;
  text-align: left;
}

.bootstrap-select .dropdown-toggle .filter-option-inner {
  padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}

.bootstrap-select[class*=col-] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}

.bootstrap-select .dropdown-menu li {
  position: relative;
}

.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}

.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select .bs-ok-default:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before {
  display: block;
}

.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

.form-control {
  font-size: 18px;
  color: #000;
}

.form-control:focus {
  color: #000;
}

.form-group {
  margin-bottom: 20px;
}

.form-check {
  padding: 0;
  margin: 20px 0;
}

.form-check-input {
  display: none;
}

.form-check-label {
  position: relative;
  padding-left: 40px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  cursor: pointer;
}

.form-check-label:after,
.form-check-label:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border: 2px solid #61B87C;
  position: absolute;
  top: 3px;
  left: 0;
  background-image: url(https://energuide.ru/static/images/icons/check.svg?86eedaf7ab36);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px auto;
  border-radius: 7px;
}

.form-check-label:before {
  background-color: transparent;
  background-image: none;
}

.form-check-label:after {
  background-color: #61B87C;
  display: none;
}

.form-check-input:checked ~ .form-check-label:after {
  display: block;
}

.form-check-label a {
  color: #FAB216;
  text-decoration: underline;
}

.form-check-label a:hover {
  text-decoration: none;
}

.invalid-feedback {
  background: #eb6437;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% + 5px);
  padding: 10px 15px;
  font-size: 14px;
  color: #fff;
  z-index: 20;
}

.invalid-feedback:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  margin-left: -5px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0;
  border-color: #eb6437 transparent transparent;
}

.show-pass {
  width: 25px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -7px;
  background-image: url(https://energuide.ru/static/images/icons/show-pass.svg?86eedaf7ab36);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 25px auto;
}

[type=email].form-control,
[type=number].form-control,
[type=password].form-control,
[type=text].form-control,
textarea.form-control {
  background-color: transparent;
  border: 2px solid #d5d5d5;
  position: relative;
  min-height: 64px;
  outline: none;
  padding: 20px 18px 0;
}

textarea.form-control {
  padding: 35px 20px 10px;
  line-height: 24px;
  resize: none;
}

.active-label + [type=email].form-control,
.active-label + [type=number].form-control,
.active-label + [type=password].form-control,
.active-label + [type=text].form-control,
.active-label + textarea.form-control {
  border-color: #61B87C;
}

label.control-label {
  display: none;
  z-index: 10;
}

.select2-container--custom-select .select2-selection--single,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 2px solid #d5d5d5;
  border-radius: 7px;
  padding: 18px 50px 12px 18px;
  position: relative;
  min-height: 64px;
  outline: none;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.select2-container .select2-dropdown {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  overflow: hidden;
}

.select2-container--custom-select .select2-selection--single:after,
.select2-container--default .select2-selection--multiple:after,
.select2-container--default .select2-selection--single:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0;
  border-color: #4a4a4a transparent transparent;
  position: absolute;
  top: 27px;
  right: 15px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #9b9b9b;
}

.select2-container--custom-select.select2-container--open .select2-selection--single:after,
.select2-container--open .select2-selection--multiple:after,
.select2-container--open .select2-selection--single:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.active-label ~ .select2-container .select2-selection--multiple,
.active-label ~ .select2-container .select2-selection--single {
  padding-top: 26px;
  border-color: #61B87C;
  font-size: 18px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--single {
  border: 2px solid #61B87C;
  outline: 0;
}

.form-group {
  position: relative;
}

.form-group .control-label {
  font-size: 18px;
  text-indent: 20px;
  position: absolute;
  top: 20px;
  margin: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  pointer-events: none;
  color: #000;
}

.form-group .control-label.active-label {
  font-size: 12px;
  color: #61B87C;
  position: absolute;
  top: 12px;
}

.active-label ~ .select2-container .select2-search--inline {
  display: block;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--single .select2-selection__choice {
  background-color: #779fd4;
  border: 0;
  border-radius: 0;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 15px 0 6px;
  height: 34px;
  font-size: 14px;
  color: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--default .select2-selection--single .select2-selection__choice__remove {
  color: #999;
  font-size: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 7px;
  width: 20px;
  height: 20px;
  position: relative;
  background-color: transparent;
  opacity: 0.5;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:before,
.select2-container--default .select2-selection--single .select2-selection__choice__remove:after,
.select2-container--default .select2-selection--single .select2-selection__choice__remove:before {
  content: "";
  display: block;
  height: 2px;
  background-color: #fff;
  width: 100%;
  position: absolute;
  width: 15px;
  top: 9px;
  left: 3px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after,
.select2-container--default .select2-selection--single .select2-selection__choice__remove:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:before,
.select2-container--default .select2-selection--single .select2-selection__choice__remove:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--single .select2-selection__choice__remove:hover {
  opacity: 1;
}

.select2-container--default .select2-results__option[aria-selected=true]:hover {
  background-color: #ddd;
  color: #9b9b9b;
}

.select2-dropdown {
  background-color: #f9f8f8;
  border: 2px solid #d5d5d5;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
  margin-top: -2px;
}

.select2-container--custom-select .select2-dropdown {
  margin-top: 0;
}

.select2-results__option {
  font-size: 18px;
  color: #9b9b9b !important;
  padding: 11px 20px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #ddd;
  color: #9b9b9b !important;
}

.select2-container--default .select2-results__option:hover {
  color: #fff !important;
  background-color: #779fd4 !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-dropdown {
  border: 2px solid #61B87C;
}

.select2-container--custom-select .select2-dropdown {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  border-top: 0;
}

.select2-container--custom-select .select2-dropdown .select2-results__option--highlighted {
  background: #ddd;
}

.select2-container--custom-select .select2-dropdown .select2-results__option:hover {
  background: #779fd4;
  color: #fff !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
  color: transparent;
}

.select2-container--open .select2-search--inline {
  display: block;
  float: none;
  clear: both;
  padding: 12px 0 0;
}

.select2-container--open .select2-search--inline .select2-search__field {
  border: 2px solid #d5d5d5;
  padding: 5px 10px;
  display: block;
  color: #4a4a4a;
  width: 100% !important;
  margin-top: 5px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-top: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-selection--single .select2-search--dropdown {
  display: none;
}

.active-label ~ .select2-container--custom-select .select2-selection--single {
  border: 2px solid #61B87C;
}

.select2-container--custom-select .select2-selection__clear {
  display: none;
}

.select2-container--disabled {
  pointer-events: none;
  position: relative;
}

.select2-container--disabled:after {
  content: "";
  display: block;
  border-radius: 7px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

.form-label {
  color: #4a4a4a;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.btn-outline-primary {
  background: #fff;
  border: 2px solid #61B87C;
  font-size: 22px;
  text-align: center;
  letter-spacing: 1px;
  height: 64px;
}

#upload-file-info {
  position: absolute;
  left: calc(100% + 15px);
  top: 25px;
  white-space: nowrap;
  font-size: 14px;
  color: #779fd4;
}

@media (max-width: 991.98px) {
  #upload-file-info {
    position: static;
  }
}
#look,
.btn-file {
  width: 100%;
}

#look {
  min-width: 0;
}

.is-invalid .control-label {
  color: #eb6437 !important;
}

.is-invalid .form-control {
  border-color: #eb6437 !important;
}

.is-invalid .invalid-feedback {
  display: block;
}

.s-pageheader {
  min-height: 180px;
  position: relative;
}

@media (max-width: 1000px) {
  .s-pageheader {
    min-height: 170px;
  }
}
@media (max-width: 850px) {
  .s-pageheader {
    min-height: 90px;
    border-bottom: 1px solid #ccc;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-right: auto;
  margin-left: auto;
}

.header {
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}

@media (max-width: 850px) {
  .header:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: -webkit-gradient(linear, left top, right top, color-stop(-2.04%, #61B87C), to(#FAB216));
    background: linear-gradient(90deg, #61B87C -2.04%, #FAB216 100%);
    z-index: 1;
  }
}
.header__content {
  position: relative;
  background: #fff;
}

.header .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #000;
  -webkit-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}

.header .bootstrap-select .dropdown-toggle .filter-option-inner-inner:hover {
  color: #50a16a;
}

.header .bootstrap-select .dropdown-menu {
  border-radius: 7px !important;
  overflow: hidden !important;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.15s ease-out, visibility 0.15s ease-out;
  transition: opacity 0.15s ease-out, visibility 0.15s ease-out;
}

.header .bootstrap-select .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
}

.header .bootstrap-select .dropdown-item {
  padding: 0.65rem 1.5rem;
  -webkit-transition: background-color 0.15s ease-out, color 0.15s ease-out;
  transition: background-color 0.15s ease-out, color 0.15s ease-out;
}

.header .bootstrap-select .dropdown-item:focus,
.header .bootstrap-select .dropdown-item:hover {
  background-color: #FAB216;
}

.header .bootstrap-select .dropdown-item.active {
  color: #fff;
  background-color: #61B87C;
  pointer-events: none;
}

.header__logo {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  z-index: 501;
  height: 90px;
}

.header__logo a {
  display: block;
  padding: 0;
  outline: 0;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header__logo img {
  width: 145px;
  height: auto;
}

.header__toggle-menu {
  display: none;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 20px;
  top: 6px;
}

.close-mobile-menu {
  position: absolute;
  width: 31px;
  max-width: 31px;
  top: 35px;
  height: 20px;
  left: 20px;
  top: 33px;
  display: none;
}

@media (max-width: 850px) {
  .header__toggle-menu {
    top: 25px;
    display: block;
  }
}
.header__toggle-menu span {
  display: block;
  width: 22px;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  right: 9px;
  top: 50%;
  bottom: auto;
  left: auto;
  background-color: #4a4a4a;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.header__toggle-menu span:after,
.header__toggle-menu span:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: inherit;
  left: 0;
}

.header__toggle-menu span:before {
  top: -8px;
}

.header__toggle-menu span:after {
  bottom: -8px;
}

.header__nav-wrap {
  background: -webkit-gradient(linear, left top, right top, from(#63B77D), to(#F8B215)), #61B87C;
  background: linear-gradient(90deg, #63B77D 0%, #F8B215 100%), #61B87C;
}

@media (max-width: 850px) {
  .header__nav-wrap {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    height: calc(100% - 90px);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0;
    border: none;
    z-index: 600;
    overflow-y: auto;
  }
  .nav-wrap-is-visible .header__nav-wrap {
    opacity: 1;
    visibility: visible;
  }
}
.header__right {
  position: absolute;
  top: -70px;
  right: 60px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  min-height: 54px;
}

@media (max-width: 1000px) {
  .header__right {
    right: 15px;
  }
}
@media (max-width: 850px) {
  .header__right {
    position: relative;
    right: -20px;
    top: auto;
    padding-top: 15px;
  }
}
.btn-lang {
  border: 0;
  background: transparent;
  font-size: 16px;
  color: #9b9b9b;
}

@media (max-width: 850px) {
  .btn-lang,
  .header-link {
    color: #fff;
  }
}
@media (max-width: 400px) {
  .btn-lang {
    margin-left: -20px;
  }
}
.btn-lang:after {
  background: transparent url(https://energuide.ru/static/images/icons/down.svg?86eedaf7ab36) no-repeat 0 0;
  width: 11px;
  height: 7px;
  border: 0;
  position: relative;
  top: 3px;
}

@media (max-width: 850px) {
  .btn-lang:after {
    -webkit-filter: brightness(20);
    filter: brightness(20);
  }
}
.btn-lang + .dropdown-menu {
  overflow: inherit !important;
  border: 0;
  left: -10px;
  background: #f9f8f8;
}

.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-user {
  background-color: #61B87C;
  width: 32px;
  height: 32px;
  margin-left: 20px;
  line-height: 32px;
  border-radius: 50%;
  font-size: 11px;
  color: #fff !important;
  text-transform: uppercase;
  -webkit-transition: background-color 0.15s ease-out, color 0.15s ease-out;
  transition: background-color 0.15s ease-out, color 0.15s ease-out;
}

.header-user:hover {
  background-color: #50a16a;
}

@media (max-width: 400px) {
  .header-user {
    width: 38px;
    height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    margin-left: 15px;
  }
}
@media (max-width: 400px) {
  .header-user,
  .header__right .header-link {
    position: relative;
    right: auto;
  }
}
.header__pos {
  position: relative;
}

.header__contacts {
  position: absolute;
  left: 60px;
  top: -66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 45px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1000px) {
  .header__contacts {
    left: 15px;
  }
}
@media (max-width: 850px) {
  .header__contacts {
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    margin: 30px 0 10px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 400px) {
  .header__contacts {
    margin: 25px 0 0;
  }
}
.header__contacts a {
  margin-right: 50px;
  font-size: 16px;
  -webkit-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
  color: #000;
}

.header__contacts a:hover {
  color: #50a16a;
}

@media (max-width: 850px) {
  .header__contacts a {
    margin-right: 0;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
  }
}
.header__nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  font-size: 15px;
}

@media (max-width: 850px) {
  .header__nav {
    margin: 0;
    font-size: 20px;
    display: block;
    padding: 30px 30px 40px;
  }
}
@media (max-width: 400px) {
  .header__nav {
    display: block;
    padding: 21px 0 30px;
  }
}
@media (max-width: 850px) {
  .header__nav li {
    display: block;
    padding: 0;
    text-align: left;
    margin-bottom: 15px;
  }
}
.header__nav li a {
  display: block;
  color: #fff;
  line-height: 90px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  position: relative;
}

.header__nav li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 5px;
  left: 0;
  bottom: 0;
  background: #fff;
  -webkit-transition: width 0.4s ease-out;
  transition: width 0.4s ease-out;
}

.header__nav li.active a:after,
.header__nav li a:hover:after {
  width: 100%;
}

@media (max-width: 1000px) {
  .header__nav li a {
    font-size: 16px;
    line-height: 80px;
  }
}
@media (max-width: 850px) {
  .header__nav li a {
    font-size: 22px;
    line-height: 32px;
  }
  .header__nav li a:after {
    display: none !important;
  }
}
@media (max-width: 400px) {
  .header__nav li a {
    font-size: 18px;
    line-height: 28px;
  }
}
.header__nav li.active a {
  pointer-events: none;
}

@media (max-width: 850px) {
  .header__nav li.active a {
    pointer-events: none;
    background: transparent;
  }
}
.header__nav-wrap .close-mobile-menu,
.header__nav-wrap .header__nav-heading {
  display: none;
}

@media (max-width: 850px) {
  .header__nav-wrap .close-mobile-menu,
  .header__nav-wrap .header__nav-heading {
    display: block;
  }
}
.popover-header {
  border: 0;
  font-size: 24px;
  font-weight: 400;
  padding: 30px 35px 0;
}

.popover-body {
  padding-top: 20px;
}

.popover-body p {
  margin-bottom: 10px;
}

@media (max-width: 400px) {
  .popover-header {
    border: 0;
    font-size: 24px;
    font-weight: 400;
    padding: 20px 20px 0;
  }
  .popover-body {
    padding: 20px;
  }
  .btn-popover {
    margin-top: 10px !important;
  }
}
.container-fluid {
  max-width: 1280px;
}

.titleBox-wrap {
  border-bottom: 1px solid #fff;
  margin-bottom: 40px;
  position: relative;
}

.titleBox {
  text-align: center;
  padding: 70px 0 30px;
  position: relative;
  cursor: pointer;
}

.titleBox--left {
  text-align: left;
}

.titleBox--icons {
  line-height: 34px;
  font-size: 24px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 0;
  height: 80px;
}

.titleBox__title {
  font-size: 46px;
  color: #4a4a4a;
  margin-bottom: 35px;
}

.titleBox--icons .titleBox__title {
  line-height: 34px;
  font-size: 24px;
  margin: 0;
}

.titleBox__txt {
  font-size: 24px;
  line-height: 34px;
  color: #4a4a4a;
}

.titleBox__prefix {
  width: 36px;
  height: 31px;
  background-image: url(https://energuide.ru/static/images/icons/energy-green.svg?86eedaf7ab36);
  margin-right: 20px;
}

.titleBox__prefix,
.titleBox__suff {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
}

.titleBox__suff {
  width: 23px;
  height: 23px;
  background-image: url(https://energuide.ru/static/images/icons/up-green.svg?86eedaf7ab36);
  margin-left: 20px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.active > .titleBox__suff {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media only screen and (max-width: 850px) {
  .titleBox {
    padding: 50px 0;
  }
  .titleBox__title {
    font-size: 40px;
  }
  .titleBox__txt {
    font-size: 22px;
    line-height: 32px;
  }
}
.colorBox-wrap {
  overflow: hidden;
  display: block;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}

.colorBox {
  position: relative;
  display: block;
  float: left;
  width: 33.3333%;
  height: 390px;
  padding: 40px;
}

.colorBox.colorBox--darkTxt {
  color: #4a4a4a;
}

.colorBox-wrap--50 .colorBox {
  width: 50%;
  text-align: center;
  padding-top: 60px;
}

.colorBox__title {
  font-size: 36px;
  line-height: 42px;
  font-weight: 500;
  color: #fff;
  display: block;
  margin-top: 30px;
  z-index: 10;
  position: relative;
  margin-bottom: 10px;
}

.colorBox--darkTxt .colorBox__title {
  color: #4a4a4a;
}

.colorBox-wrap--50 .colorBox__title {
  margin-bottom: 40px;
}

.colorBox__icon {
  z-index: 10;
  position: relative;
}

.colorBox__decor {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-image: url(https://energuide.ru/static/images/icons/arrow-large.svg?86eedaf7ab36);
  background-repeat: no-repeat;
  background-position: right 25px bottom 40px;
  -webkit-filter: brightness(1);
  filter: brightness(1);
  -webkit-transition: -webkit-filter 0.5s ease;
  transition: -webkit-filter 0.5s ease;
  transition: filter 0.5s ease;
  transition: filter 0.5s ease, -webkit-filter 0.5s ease;
}

.colorBox--darkTxt .colorBox__decor {
  background-image: url(https://energuide.ru/static/images/icons/arrow-large-dark.svg?86eedaf7ab36);
}

.colorBox:hover .colorBox__decor {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}

.colorBox-wrap--50 .colorBox__decor {
  background-image: none;
}

.colorBox__open {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  z-index: 10;
  color: #fff;
  font-size: 24px;
  line-height: 40px;
}

.colorBox__open:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-left: 20px;
  background-image: url(https://energuide.ru/static/images/icons/more.svg?86eedaf7ab36);
  background-repeat: no-repeat;
  background-position: 50%;
}

.footerlist {
  margin-top: 50px;
  margin-bottom: 20px;
}

.footerlist__title {
  font-size: 28px;
  margin-bottom: 20px;
  color: #61B87C;
}

.footerlist__link {
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #4a4a4a;
  padding: 10px 0;
  max-width: 240px;
}

.footer {
  height: 100px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.row-footer {
  position: relative;
}

.footer-decoration {
  position: absolute;
  z-index: 2;
  bottom: calc(100% + 2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  background-position: center top;
  background-size: 100% auto;
}

.footer-decoration:before {
  content: "";
  display: block;
  padding-top: 3.25%;
}

@media (max-width: 700px) {
  .footer-decoration {
    display: none;
  }
}
.footer__left {
  color: #9b9b9b;
  font-size: 15px;
  font-weight: 500;
}

.footer__left a {
  color: #9b9b9b;
  margin-left: 30px;
}

.footer__left a:hover {
  color: #389958;
}

.footer-crumb {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-top: 30px;
}

.scroll-top {
  color: #61B87C;
  font-weight: 500;
  font-size: 18px;
}

.scroll-top:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  border: 1px solid #61B87C;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background: url(https://energuide.ru/static/images/icons/scroll-top.svg?86eedaf7ab36) no-repeat 50%;
  background-size: 8px auto;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  margin-left: 20px;
  position: relative;
  top: 1px;
}

.socials {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.socials a {
  margin-left: 40px;
}

.crumb,
.socials a:hover {
  color: #4a4a4a;
}

.crumb {
  font-size: 18px;
  font-weight: 500;
}

.crumb__link {
  color: #9b9b9b;
}

.crumb__link:hover {
  color: #4a4a4a;
}

.crumb__separ {
  display: inline-block;
  width: 12px;
  height: 12px;
  fill: #4a4a4a;
  margin: 0 1px;
  background: url(https://energuide.ru/static/images/icons/crumb-separ.svg?86eedaf7ab36) no-repeat 0 0;
}

@media only screen and (max-width: 1200px) {
  .colorBox__title {
    font-size: 30px;
    line-height: 38px;
  }
  .colorBox__decor {
    background-size: 35px auto;
  }
}
@media only screen and (max-width: 1000px) {
  .colorBox {
    width: 50%;
    height: 300px;
  }
  .colorBox-wrap--50 .colorBox {
    padding-top: 35px;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .colorBox__open {
    font-size: 22px;
  }
  .colorBox__open:after {
    width: 36px;
    height: 36px;
  }
  .colorBox-wrap--50 .colorBox__title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 800px) {
  .colorBox__title {
    font-size: 28px;
    line-height: 34px;
    margin-top: 30px;
  }
  .colorBox-wrap {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 740px) {
  .colorBox-wrap--50 .colorBox {
    width: 100%;
    float: none;
    margin: 0;
    height: auto;
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 580px) {
  .colorBox {
    width: 100%;
    height: 250px;
  }
}
@media only screen and (max-width: 500px) {
  .colorBox__open:after {
    width: 32px;
    height: 32px;
  }
  .colorBox__open {
    font-size: 18px;
  }
  .footer {
    display: block;
    text-align: center;
    margin-top: 40px;
    height: auto;
    padding-bottom: 30px;
  }
  .footer__left {
    margin-bottom: 20px;
  }
  .socials {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .socials a {
    margin: 0 20px;
  }
  .footerlist__link {
    padding: 8px 0;
  }
  .footerlist__title {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .footerlist {
    margin-top: 30px;
  }
  .footer__left {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .footer__left a {
    margin: 0;
  }
  .titleBox {
    padding: 30px 0;
  }
  .titleBox__title {
    font-size: 32px;
    margin-bottom: 25px;
  }
  .titleBox__txt {
    font-size: 18px;
    line-height: 26px;
  }
  .colorBox-wrap {
    margin-bottom: 40px;
  }
  .colorBox {
    float: none;
    padding: 20px;
    height: 200px;
  }
  .colorBox__title {
    font-size: 22px;
    line-height: 26px;
  }
  .crumb {
    font-size: 16px;
  }
  .crumb__separ {
    width: 10px;
    height: 10px;
  }
  .scroll-top {
    font-size: 16px;
  }
}
.btn-custom {
  border: 2px solid #d5d5d5;
  background: transparent;
  border-radius: 0;
  padding: 17px 20px 16px;
  font-size: 18px;
  letter-spacing: 1px;
  color: #4a4a4a;
}

.btn-primary {
  color: #fff;
  min-width: 310px;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 34px;
}

@media (max-width: 575px) {
  .btn-primary {
    letter-spacing: normal;
    font-size: 20px;
    line-height: 26px;
  }
}
#chart {
  padding: 30px 0;
}

.bg-white {
  background-color: #fff;
  padding: 50px 0;
}

.filters {
  margin-bottom: 50px;
}

.info {
  line-height: 27px;
  font-size: 18px;
  color: #979797;
  background: #fbf4de;
  padding: 20px;
  margin-bottom: 40px;
}

.title {
  font-size: 30px;
  color: #4a4a4a;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 30px;
}

.table-custom td,
.table-custom th {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.table-custom tr.odd td {
  background: #f9f8f8;
}

.table-custom th {
  background-color: #779fd4;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-color: transparent;
  text-align: center;
  border-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.table-custom td {
  color: #4a4a4a;
  font-size: 12px;
  vertical-align: middle;
  text-align: right;
}

.table-custom .y {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.table-user td,
.table-user th {
  border: 0;
  font-size: 14px;
}

.table-user th {
  padding-top: 10px;
  padding-bottom: 10px;
}

.table-user td {
  text-align: center;
  padding: 15px 12px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.table-user tr:nth-child(2n) td {
  background-color: #f9f8f8;
}

.table-user tr td:last-child {
  padding-right: 25px;
}

.table-user tr td:first-child {
  width: 50px;
  text-align: right;
}

.table-user tr td:nth-child(2),
.table-user tr td:nth-child(5) {
  width: 170px;
  text-align: center;
}

.table-user tr:hover td {
  background-color: #e0e0e0;
}

.table-user a {
  display: block;
}

.table-calc td {
  color: #4a4a4a;
  font-size: 12px;
  vertical-align: middle;
  text-align: center;
}

.table-calc tr.even td {
  border-bottom: 2px solid #f9f8f8;
}

.table-calc .y {
  font-size: 20px;
  font-weight: 500;
  padding-left: 30px;
}

.table-large {
  border-collapse: collapse;
  margin-bottom: 0;
}

.table-large td {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 7%;
  border-bottom: 0;
  border-left: 0;
  border-width: 2px;
  border-color: #f9f8f8;
}

.table-large tr > td:nth-last-child(-n+3) {
  width: 16.66667%;
}

.table-large tr.odd td {
  background-color: #f9f8f8;
  border-color: #fff;
  -webkit-box-shadow: -2px 0 0 #fff;
  box-shadow: -2px 0 0 #fff;
}

.table-large tr.odd-border > td {
  border-top: 2px solid #d5d5d5;
}

.table-large tr.odd-border > td:first-child {
  background-color: #fff;
}

.table-large th {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

.table-large th:first-child {
  padding-left: 40px;
}

.table-large .y {
  text-align: left;
  padding-left: 28px;
}

.table-large tr.tr-sum td {
  font-size: 20px;
  border-right: 0;
  border-left: 0;
  border-bottom: 2px solid #d5d5d5;
  padding-top: 19px;
  padding-bottom: 19px;
}

.table-large tr.tr-sum td:first-child {
  padding-right: 35px;
}

.export {
  padding-bottom: 50px;
  margin-top: 30px;
}

.export--right {
  float: right;
  margin-bottom: 10px;
  margin-top: 0;
  padding-bottom: 0;
}

.export__title {
  color: #4a4a4a;
  font-size: 24px;
  margin-bottom: 10px;
}

.export__item {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  vertical-align: top;
  height: 40px;
  line-height: 40px;
  margin-right: 5px;
  background-color: #779fd2;
  color: #fff;
  border: 0;
  padding: 0;
  min-width: 40px;
  cursor: pointer;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.export__item:hover {
  background-color: #5184c5;
}

.export__item:before {
  background-repeat: no-repeat;
}

.export__item:last-child {
  margin-right: 0;
}

.-exl:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(https://energuide.ru/static/images/icons/excel.svg?86eedaf7ab36);
  background-repeat: no-repeat;
}

.-pdf:before {
  content: "";
  display: block;
  width: 20px;
  height: 23px;
  background: url(https://energuide.ru/static/images/icons/pdf.svg?86eedaf7ab36);
  background-repeat: no-repeat;
}

.-plus {
  padding: 0 10px;
}

.-plus:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(https://energuide.ru/static/images/icons/plus.svg?86eedaf7ab36);
  background-repeat: no-repeat;
  margin-right: 5px;
}

.dropdown-item.active {
  color: #9b9b9b;
  background: #fff;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #779fd4;
}

.analytics-form {
  margin-bottom: 50px;
}

.analytics-form button[name=price-ore-button] {
  margin-top: 10px;
}

@media only screen and (max-width: 450px) {
  .analytics-form button[name=price-ore-button] {
    margin-top: 0;
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 450px) {
  .titleBox-wrap {
    margin-bottom: 20px;
  }
  .titleBox--icons .titleBox__title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 340px) {
  .titleBox--icons .titleBox__title {
    font-size: 16px;
  }
}
@media (max-width: 1199.98px) {
  .footerlist__title {
    font-size: 22px;
  }
  .footerlist__link {
    max-width: 180px;
  }
}
@media (max-width: 991.98px) {
  .footerlist {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .footerlist__title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .footerlist__link {
    max-width: 100%;
  }
  .row-footer {
    padding-top: 30px;
  }
  .col-footer:first-child {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .col-footer:nth-child(2) {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .col-footer:nth-child(3) {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .col-footer:nth-child(4) {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .col-footer {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .row-footer {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
  }
  .footerlist__link {
    max-width: 210px;
  }
  .footerlist__title {
    font-size: 26px;
  }
}
@media (max-width: 530px) {
  .col-footer {
    display: block;
    -ms-flex: none;
    -webkit-box-flex: 0;
    flex: none;
  }
  .col-footer,
  .footerlist__link {
    max-width: 100%;
  }
}
.subMenu-wrap {
  background-color: #f9f8f8;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 50;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  color: #f9f8f8;
  border-bottom: 1px solid #fff;
}

.subMenu-wrap.active {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  color: #4a4a4a;
}

.subMenu {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  z-index: 50;
  padding: 5px 30px 15px;
  position: relative;
  text-align: center;
}

.subMenu__link {
  color: #4a4a4a;
  font-size: 20px;
  line-height: 30px;
  margin: 5px 0;
}

.titleChart {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: baseline;
  -webkit-box-align: baseline;
  align-items: baseline;
}

.titleChart__left {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.titleChart__left strong {
  font-weight: 700;
  color: #779fd4;
}

.titleChart__right {
  margin-left: auto;
  margin-top: 0;
  white-space: nowrap;
  padding-bottom: 0;
}

@media (max-width: 767.98px) {
  .customLegend ul,
  .titleChart {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .titleChart__left {
    font-size: 22px;
    line-height: 28px;
  }
  .bg-white {
    padding: 25px 0;
  }
  .customLegend {
    margin-bottom: 25px;
  }
  .titleChart__right {
    margin-left: 0;
    margin-top: 20px;
  }
  .table-large .y {
    font-size: 16px;
    padding-left: 0;
  }
  .table-large td {
    padding-right: 4%;
  }
  .table-large tr.tr-sum td {
    font-size: 14px;
    white-space: nowrap;
  }
  .table-large th {
    padding: 10px 7px;
    font-size: 12px;
  }
  .table-large td {
    line-height: 18px;
  }
  table-large th:first-child {
    padding-left: 15px;
  }
  .subMenu__link {
    color: #4a4a4a;
    font-size: 16px;
    line-height: 26px;
    margin: 5px 0;
  }
}
.customLegend {
  min-height: 55px;
}

.customLegend ul {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0;
}

.customLegend li,
.customLegend ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  list-style: none;
  padding: 0;
}

.customLegend li {
  margin: 0 15px;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 14px;
  color: #9b9b9b;
}

.customLegend span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  margin-right: 10px;
}

.mainTop {
  background-size: cover;
  position: relative;
}

.mainTop {
  background-position: 0 0;
  background-repeat: no-repeat;
}

.mainTop__display {
  height: 524px;
  z-index: 10;
  position: relative;
}

.mainTop--right .mainTop__display {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.mainTop__content {
  background: rgba(255, 255, 255, 0.9);
  padding: 40px 60px;
}

.mainTop--right .mainTop__content {
  padding: 40px;
}

.mainTop__label {
  font-size: 18px;
  color: #4a4a4a;
  margin-bottom: 20px;
}

.mainTop__decoration {
  position: absolute;
  z-index: 2;
  top: 2px;
  left: 0;
  width: 100vw;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.mainTop__decoration:before {
  content: "";
  display: block;
  padding-top: 3%;
}

@media (max-width: 700px) {
  .mainTop__decoration {
    display: none;
  }
}
.mainTop__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  color: #4a4a4a;
  margin-bottom: 40px;
}

.mainTop__btn {
  min-width: auto;
  padding-left: 50px;
  padding-right: 50px;
  letter-spacing: 1px;
}

@media (max-width: 450px) {
  .mainTop:after {
    display: none;
  }
  .mainTop--right .mainTop__content,
  .mainTop__content {
    padding: 20px;
  }
  .mainTop__display {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .mainTop__title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 30px;
  }
  .mainTop__btn {
    min-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }
}
.mainTop--nodecor:after {
  display: none;
}

.sectionTitle {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  height: 80px;
}

.sectionTitle__title {
  line-height: 34px;
  font-size: 24px;
  font-weight: 400;
  color: #4a4a4a;
}

.sectionTitle__icon {
  background-position: 50%;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  margin-right: 20px;
}

.icon-energy {
  background-image: url(https://energuide.ru/static/images/icons/icon-energy.svg?86eedaf7ab36);
  background-size: 36px auto;
}

.icon-effects {
  background-image: url(https://energuide.ru/static/images/icons/icon-effects.svg?86eedaf7ab36);
  background-size: 34px auto;
}

.icon-hands {
  background-image: url(https://energuide.ru/static/images/icons/icon-hands.svg?86eedaf7ab36);
  background-size: 55px auto;
}

.icon-tech {
  background-image: url(https://energuide.ru/static/images/icons/icon-tech.svg?86eedaf7ab36);
  background-size: 39px auto;
}

.best {
  padding-bottom: 60px;
  margin-top: 30px;
}

.best__icon {
  position: absolute;
  top: 5px;
  left: -75px;
  width: 60px;
  height: 60px;
  background-position: 100% 0;
  background-repeat: no-repeat;
}

.best__title {
  position: relative;
  font-size: 30px;
  color: #779fd4;
  font-weight: 700;
  margin-bottom: 15px;
}

.best__text {
  line-height: 27px;
  font-size: 18px;
  color: #4a4a4a;
}

@media (max-width: 767.98px) {
  .best {
    padding-bottom: 30px;
    padding-left: 75px;
    margin-top: 0;
  }
  .best__title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .best__text {
    line-height: 20px;
    font-size: 14px;
  }
}
.titleLarge {
  font-size: 48px;
  line-height: 54px;
  text-align: center;
  font-weight: 700;
  margin-top: 90px;
}

.titleLarge:first-child {
  margin-top: 0;
}

@media (max-width: 767.98px) {
  .teaserList {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .teaserList__col:not(:last-child) {
    margin-bottom: 20px;
  }
}
.teaserBlock {
  background-color: #fff;
  height: 100%;
  position: relative;
}

.teaserBlock--service {
  min-height: 600px;
}

.teaserBlock--service:after {
  content: "";
  display: block;
  width: 20px;
  height: 35px;
  background: transparent url(https://energuide.ru/static/images/icons/icon-teaser-more.svg?86eedaf7ab36) 0 0 no-repeat;
  background-size: 20px auto;
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.teaserBlock__content {
  padding: 35px 40px 105px;
}

.teaserBlock--service .teaserBlock__content {
  padding: 35px 40px 30px;
  min-height: 372px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.teaserBlock__img {
  max-width: 100%;
}

.teaserBlock__title {
  font-size: 36px;
  margin-bottom: 20px;
}

.teaserBlock__title a {
  color: #000;
}

.teaserBlock__title a:hover {
  color: #61B87C;
}

.teaserBlock--service .teaserBlock__title {
  font-size: 30px;
}

.teaserBlock__txt {
  font-size: 18px;
  margin-bottom: 30px;
}

.teaserBlock--service .teaserBlock__txt {
  line-height: 27px;
  font-size: 18px;
  color: #bdbdbd;
}

.teaserBlock__btn {
  font-size: 18px;
  position: absolute;
  bottom: 40px;
  min-width: 270px;
  padding: 18px 15px;
  letter-spacing: 1px;
}

.teaserBlock__meta {
  margin-top: auto;
}

@media (max-width: 1199.98px) {
  .teaserBlock__title {
    font-size: 30px;
  }
  .teaserBlock__content {
    padding: 35px 30px 95px;
  }
  .teaserBlock__btn {
    bottom: 30px;
    min-width: 250px;
  }
}
@media (max-width: 991.98px) {
  .teaserBlock__title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .teaserBlock__content {
    padding: 25px 20px 85px;
  }
  .teaserBlock__btn {
    min-width: auto;
    right: 20px;
    left: 20px;
    font-size: 16px;
    bottom: 20px;
  }
  .teaserBlock__txt {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767.98px) {
  .teaserBlock__img {
    width: 100%;
  }
}
.metaInfo__item {
  line-height: 27px;
  font-size: 18px;
  color: #4a4a4a;
}

.metaInfo__item:not(:last-child) {
  margin-bottom: 10px;
}

.metaInfo__val,
.metaInfo__valLarge {
  color: #61B87C;
  font-weight: 700;
}

.metaInfo__valLarge {
  font-size: 26px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-top: 5px;
}

.metaInfo__valLarge strong {
  color: #eb5757;
}

.icon-meta {
  background-position: 50%;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin: 0 10px;
  background-image: url(https://energuide.ru/static/images/icons/icon-meta.svg?86eedaf7ab36);
  background-size: 24px auto;
}

.blockLarge {
  text-align: center;
}

.blockLarge--green {
  background: -webkit-gradient(linear, left top, right top, from(#63B77D), to(#F8B215)), #61B87C;
  background: linear-gradient(90deg, #63B77D 0%, #F8B215 100%), #61B87C;
  color: #fff;
}

.blockLarge__title {
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 40px;
}

.blockLarge__txt {
  line-height: 34px;
  font-size: 24px;
}

.blockLarge__nav {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 30px;
}

.blockLarge__nav a {
  display: block;
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.75);
  position: relative;
}

.blockLarge__nav a.active {
  color: #fff;
}

.blockLarge__nav a.active:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px;
  border-color: transparent transparent #fff;
}

.blockLarge__tab {
  min-height: 142px;
  background: #fff;
  line-height: 34px;
  font-size: 24px;
  text-align: center;
  color: #4a4a4a;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

@media (max-width: 991.98px) {
  .blockLarge__title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 25px;
  }
  .blockLarge__txt {
    line-height: 28px;
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .blockLarge {
    padding-left: 20px;
    padding-right: 20px;
  }
  .blockLarge__title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
    text-align: left;
  }
  .blockLarge__txt {
    line-height: 24px;
    font-size: 18px;
    text-align: left;
  }
}
.facts {
  background: #fff;
}

.facts__item {
  text-align: center;
  padding: 0 40px;
}

.facts__val {
  font-size: 86px;
  line-height: 86px;
  margin-bottom: 20px;
  white-space: nowrap;
  color: #FAB216;
}

.facts__desc {
  line-height: 27px;
  font-size: 18px;
  min-height: 90px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

@media (max-width: 1199.98px) {
  .facts__val {
    font-size: 70px;
    line-height: 70px;
  }
  .facts__item {
    padding: 0 20px;
  }
}
@media (max-width: 991.98px) {
  .facts__row {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .facts__col:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .facts__col {
    margin-top: 35px;
  }
  .facts__col,
  .facts__col:not(:last-child) {
    margin-bottom: 35px;
  }
  .facts__item {
    padding: 0 20px;
  }
  .facts__desc {
    min-height: 0;
    display: block;
  }
  .facts__val {
    margin-bottom: 10px;
  }
}
.blockUser {
  background-color: #fff;
  margin-bottom: 50px;
}

.blockUser__title {
  font-size: 30px;
  text-align: center;
  padding: 35px 0 30px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
}

.collapseBlock {
  padding: 0 40px;
  border-bottom: 2px solid #fafafa;
  border-top: 2px solid #fafafa;
}

.collapseBlock___title {
  display: block;
  line-height: 34px;
  font-size: 24px;
  padding: 20px 0;
  margin: 0 0 20px;
  position: relative;
  padding-right: 40px;
}

.collapseBlock___title:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 34px;
  width: 20px;
  height: 10px;
  background-image: url(https://energuide.ru/static/images/icons/collapse-down.svg?86eedaf7ab36);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.collapseBlock___title.collapsed:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.collapseBlock___panel {
  padding-right: 40px;
}

.collapseBlock___inner {
  padding-bottom: 30px;
}

.list-style {
  list-style: none;
  margin: 0;
  padding: 0 0 0 15px;
}

.list-style li {
  line-height: 25px;
  font-size: 18px;
  position: relative;
  margin: 0;
  padding: 0 0 0 30px;
}

.list-style li:before {
  content: "";
  width: 13px;
  height: 13px;
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  background: #61B87C;
  border-radius: 50%;
}

.list-style li:not(:last-child) {
  margin-bottom: 20px;
}

.formLinks {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.formLinks__link {
  font-size: 18px;
  line-height: 18px;
  color: #FAB216;
  border-bottom: 1px solid #FAB216;
  display: block;
  margin: 0 15px;
  margin-top: 40px;
}

.formLinks__link:hover {
  border-color: transparent;
  color: #FAB216;
}

#userPhone {
  letter-spacing: 1px;
}

@media (max-width: 575.98px) {
  .blockUser__title {
    font-size: 22px;
    padding: 25px 0;
  }
  .collapseBlock___title {
    font-size: 18px;
    margin-bottom: 0;
  }
  .form {
    padding-left: 10px;
    padding-right: 10px;
  }
  .collapseBlock {
    padding: 0 20px;
  }
  .list-style li:before {
    width: 8px;
    height: 8px;
  }
  .list-style li {
    line-height: 24px;
    font-size: 16px;
    position: relative;
    margin: 0;
    padding: 0 0 0 25px;
  }
  .list-style {
    list-style: none;
    margin: 0;
    padding: 0 0 0 8px;
  }
  .collapseBlock___panel {
    padding-right: 20px;
  }
  .collapseBlock___inner {
    padding-bottom: 20px;
  }
  .collapseBlock___title:after {
    top: 30px;
  }
  .formLinks__link {
    margin-top: 25px;
  }
  .blockUser {
    background-color: #fff;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .btn-primary {
    min-width: 0;
  }
  .formLinks {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.appLinks {
  background-color: #fff;
  padding: 40px 0;
  text-align: center;
  margin-bottom: 50px;
}

.appLinks__title {
  line-height: 27px;
  font-size: 18px;
  margin-bottom: 30px;
}

.appLinks__links {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.appLinks__google,
.appLinks__ios {
  width: 170px;
  height: 50px;
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  margin: 0 10px;
}

.appLinks__google {
  background-image: url(https://energuide.ru/static/images/google-play.png?86eedaf7ab36);
}

.appLinks__ios {
  background-image: url(https://energuide.ru/static/images/apple-store.png?86eedaf7ab36);
}

@media (max-width: 575.98px) {
  .appLinks {
    padding: 25px 0;
    margin-bottom: 0;
  }
  .appLinks__title {
    line-height: 24px;
  }
  .appLinks__links {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .appLinks__google {
    margin-bottom: 10px;
  }
}
.userCompany {
  line-height: 27px;
  font-size: 18px;
  color: #4a4a4a;
}

.user {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: relative;
  margin-bottom: 30px;
}

.user--panel {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}

.user__avatar {
  width: 65px;
  height: 65px;
  margin-right: 35px;
}

.user--panel .user__avatar {
  margin-right: 0;
  margin-bottom: 20px;
}

.user__name {
  font-size: 30px;
  line-height: 35px;
  color: #61B87C;
  font-weight: 700;
}

.user--panel .user__name {
  line-height: 27px;
  font-size: 18px;
  text-align: center;
  color: #4a4a4a;
  margin-bottom: 10px;
}

.user--panel .user__name a {
  color: inherit;
}

.user__text {
  font-size: 14px;
  max-width: 215px;
  margin-left: auto;
  margin-right: auto;
}

.user__exit {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  font-size: 18px;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 25px;
}

.icon-exit {
  width: 20px;
  height: 20px;
  display: block;
  border: 0;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 19px auto;
  background-image: url(https://energuide.ru/static/images/icons/icon-exit.svg?86eedaf7ab36);
  margin-left: 8px;
}

.userContacts {
  line-height: 27px;
  font-size: 18px;
}

.userContacts__phone {
  margin-bottom: 10px;
}

.userContacts__change {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: end;
}

.icon-change {
  width: 22px;
  height: 26px;
  display: inline-block;
  background-image: url(https://energuide.ru/static/images/icons/change.svg?86eedaf7ab36);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px auto;
  margin-right: 15px;
}

@media (max-width: 1199.98px) {
  .userContacts {
    margin-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .user {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .user__name {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
  }
  .user__avatar {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .userCompany {
    line-height: 20px;
    font-size: 16px;
  }
  .userCompany > div {
    margin-bottom: 5px;
  }
  .userContacts {
    margin-top: 20px;
  }
}
@media (max-width: 350px) {
  .user__name {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
  }
}
.userPanel {
  background-color: #fafafa;
  height: 100%;
  border-bottom: 1px solid #fff;
  position: relative;
  right: 45px;
  padding-top: 30px;
  min-height: 800px;
}

.userPanel:before {
  content: "";
  position: absolute;
  left: -1000%;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: #fafafa;
}

.userPanel__title {
  position: relative;
  line-height: 34px;
  font-size: 24px;
  text-align: center;
  margin-bottom: 25px;
}

@media (max-width: 850px) {
  .userPanel {
    display: none;
  }
}
@media (max-width: 991px) {
  .userPanel {
    display: none;
  }
}
@media (max-width: 1400px) {
  .userPanel {
    right: 0;
  }
}
.userMenu {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  border-bottom: 1px solid #fff;
}

.userMenu,
.userMenu__link {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: relative;
}

.userMenu__link {
  line-height: 23px;
  font-size: 18px;
  color: #4a4a4a;
  height: 80px;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.userMenu__link,
.userMenu__link:before {
  border-top: 1px solid #fff;
  background: transparent;
  -webkit-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
}

.userMenu__link:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1000%;
  bottom: 0;
  width: 1000%;
}

.userMenu__link:hover {
  background: #e0e0e0;
  color: #4a4a4a;
}

.userMenu__link.active,
.userMenu__link.active:before,
.userMenu__link:hover:before {
  background: #e0e0e0;
}

.btn-down,
.btn-remove {
  border: 2px solid #e2e5e7;
  background-color: transparent;
  font-size: 14px;
  color: #4a4a4a;
  padding: 3px 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: background border 0.3s ease;
  transition: background border 0.3s ease;
}

.btn-down:hover,
.btn-remove:hover,
tr:hover .btn-down,
tr:hover .btn-remove {
  background-color: #779fd4;
  border-color: #779fd4;
  color: #fff;
}

.btn-remove {
  margin-left: 15px;
}

.btn-remove:hover,
tr:hover .btn-remove {
  background-color: #eb6437;
  border-color: #eb6437;
}

.icon-download {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-image: url(https://energuide.ru/static/images/icons/icon-download.svg?86eedaf7ab36);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px auto;
}

.btn-down .icon-download {
  margin-right: 7px;
}

.btn-down:hover .icon-download,
tr:hover .icon-download {
  background-image: url(https://energuide.ru/static/images/icons/icon-download-w.svg?86eedaf7ab36);
}

.icon-remove {
  width: 17px;
  height: 17px;
  display: inline-block;
  background-image: url(https://energuide.ru/static/images/icons/icon-remove.svg?86eedaf7ab36);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 17px auto;
}

.btn-remove .icon-remove {
  margin-right: 5px;
  margin-left: -3px;
}

.btn-remove:hover .icon-remove,
tr:hover .icon-remove {
  background-image: url(https://energuide.ru/static/images/icons/icon-remove-w.svg?86eedaf7ab36);
}

.icon-info {
  width: 22px;
  height: 22px;
  display: block;
  border: 0;
  cursor: pointer;
  background-color: transparent;
  background-image: url(https://energuide.ru/static/images/icons/icon-info.svg?86eedaf7ab36);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px auto;
}

.icon-info,
.icon-info:focus {
  outline: none;
}

.icon-edit,
.icon-sale,
.icon-save {
  width: 35px;
  height: 35px;
  min-width: 35px;
  display: block;
  border: 0;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 33px auto;
  margin-right: 35px;
}

.icon-save {
  background-image: url(https://energuide.ru/static/images/icons/icon-save.svg?86eedaf7ab36);
}

.icon-sale {
  background-image: url(https://energuide.ru/static/images/icons/icon-sale.svg?86eedaf7ab36);
}

.icon-edit {
  background-image: url(https://energuide.ru/static/images/icons/icon-edit.svg?86eedaf7ab36);
}

.btn-popover {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  height: 30px;
  padding: 0 40px 0 15px;
  color: #fff;
  border: 2px solid #fff;
  margin-top: 20px;
  position: relative;
  background-color: transparent;
  cursor: pointer;
}

.btn-popover:hover {
  color: inherit;
}

.btn-popover:after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  width: 13px;
  height: 13px;
  background-color: transparent;
  background-image: url(https://energuide.ru/static/images/icons/icon-more.svg?86eedaf7ab36);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px auto;
  -webkit-transition: right 0.5s ease;
  transition: right 0.5s ease;
}

.btn-popover:hover:after {
  right: 15px;
}

.table-ctrl {
  margin-bottom: 15px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.table-ctrl .btn-small {
  margin-left: 15px;
}

table .table-ctrl {
  margin-bottom: 0;
}

@media (max-width: 500px) {
  .table-ctrl {
    font-size: 32px;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
}
.titleProfile {
  font-size: 48px;
  margin-bottom: 20px;
  padding-top: 60px;
}

@media (max-width: 767.98px) {
  .titleProfile {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 500px) {
  .titleProfile {
    font-size: 32px;
    padding-top: 30px;
  }
}
@media (max-width: 1199.98px) {
  .userMenu__link {
    padding-left: 10px;
  }
  .icon-edit,
  .icon-sale,
  .icon-save {
    margin-right: 20px;
  }
}
.ok {
  margin-top: 30px;
  margin-bottom: 40px;
}

.ok--large {
  margin-top: 0;
}

.ok__item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-bottom: 20px;
}

.ok--large .ok__item {
  margin-bottom: 30px;
}

.ok--large .ok__item:first-child {
  margin-top: 0;
}

.ok__txt {
  line-height: 27px;
  font-size: 18px;
  color: #779fd4;
  font-weight: 700;
  margin-left: 17px;
}

.ok--large .ok__txt {
  font-size: 30px;
  line-height: 36px;
  margin-left: 25px;
  margin-top: 10px;
}

.icon-ok {
  position: relative;
  top: 3px;
  width: 28px;
  min-width: 28px;
  height: 22px;
  display: block;
  border: 0;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  background-image: url(https://energuide.ru/static/images/icons/icon-ok.svg?86eedaf7ab36);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px auto;
}

.ok--large .icon-ok {
  width: 54px;
  height: 42px;
  min-width: 54px;
  background-size: 54px auto;
}

.icon-error {
  position: relative;
  top: -3px;
  width: 37px;
  min-width: 37px;
  height: 37px;
  display: block;
  border: 0;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  background-image: url(https://energuide.ru/static/images/icons/icon-error.svg?86eedaf7ab36);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 36px auto;
}

@media (max-width: 767.98px) {
  .ok {
    margin-top: 15px;
    margin-bottom: 30px;
    padding: 0 10px;
  }
  .ok__txt {
    line-height: 22px;
    font-size: 16px;
    font-weight: 400;
  }
  .icon-error,
  .icon-ok {
    background-size: 24px auto;
  }
  .icon-error {
    width: 28px;
    min-width: 28px;
    top: -8px;
  }
  .col-sm-4 > .ok__item--error {
    margin-bottom: 0;
  }
}
.titleForm {
  font-size: 36px;
  color: #4a4a4a;
  margin-bottom: 15px;
}

.radio-custom {
  margin: 20px 0 40px;
}

.radio-custom .form-check-label:after,
.radio-custom .form-check-label:before {
  display: none;
}

.radio-custom .radio-custom__input {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: 26px;
  height: 26px;
  border: 2px solid #9b9b9b;
  position: absolute;
  top: 3px;
  left: 0;
  background-image: url(https://energuide.ru/static/images/icons/check.svg?86eedaf7ab36);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px auto;
  border-radius: 50%;
}

.radio-custom .form-check-input:checked ~ .form-check-label:after,
.radio-custom .form-check-input:checked ~ .form-check-label:before {
  display: none;
}

.radio-custom .form-check-input:checked ~ .form-check-label .radio-custom__input {
  border-color: #FAB216;
}

.radio-custom .form-check-input ~ .form-check-label .radio-custom__input:after {
  content: "";
  display: block;
  width: 2px;
  height: 2px;
}

.radio-custom .form-check-input:checked ~ .form-check-label .radio-custom__input:after {
  background: #FAB216;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.radio-custom .form-check-label {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-left: 45px;
}

.radio-custom .radio-custom__large {
  line-height: 33px;
  font-size: 24px;
  margin-bottom: 5px;
}

.radio-custom--simple .form-check-label {
  min-height: 32px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .radio-custom {
    margin: 20px 10px 10px;
  }
  .radio-custom .radio-custom__large {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 5px;
  }
  .radio-custom--simple {
    margin: 15px 10px 0;
  }
  .titleForm {
    font-size: 24px;
    color: #4a4a4a;
    margin-bottom: 5px;
    padding: 0 10px;
  }
}
.info--profile {
  padding-left: 45px;
  padding-right: 45px;
  margin-bottom: 25px;
}

.info--profile a {
  color: inherit;
  border-bottom: 1px solid #979797;
}

.info--profile a:hover {
  border-color: transparent;
}

@media (max-width: 767.98px) {
  .info--profile {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 25px;
    margin-top: 20px;
  }
}
.input-large .control-label {
  opacity: 0.5;
  font-size: 22px;
  top: 18px;
}

.input-large .control-label.active-label {
  opacity: 1;
}

.form-check--profile {
  margin: 20px 0 30px;
}

.profile-content {
  padding-bottom: 60px;
}

.listFiles__item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 15px 25px;
}

.listFiles__item:nth-child(odd) {
  background-color: #f9f8f8;
}

@media (max-width: 767.98px) {
  .listFiles__item {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-align: baseline;
    -webkit-box-align: baseline;
    align-items: baseline;
    position: relative;
    padding-left: 15px;
    padding-right: 120px;
  }
  .listFiles__name {
    margin-bottom: 10px;
  }
  .listFiles__remove {
    position: absolute;
    top: 15px;
    right: 15px;
  }
}
.file {
  font-size: 14px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.file__icon {
  margin-right: 10px;
}

.file__name {
  color: #FAB216;
  margin-right: 5px;
}

.file__size {
  color: #bdbdbd;
}

.icon-file {
  background: url(https://energuide.ru/static/images/icons/icon-file.svg?86eedaf7ab36);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 16px;
  height: 20px;
  display: block;
  background-size: 16px 20px;
}

.fileUpload {
  background: #FAB216;
  padding: 30px 40px;
  margin: 25px 0 60px;
}

.fileUpload__title {
  line-height: 34px;
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
}

.fileUpload__desc {
  background-color: #fff;
}

.fileUpload__desc .form-control {
  border: 0;
}

.fileUpload__btn {
  border: 2px solid #fff;
  color: #fff;
  font-size: 22px;
  letter-spacing: 1px;
  color: #fafafa;
  padding: 13px 20px;
  display: block;
  width: 100%;
  background-color: transparent;
  cursor: pointer;
  text-align: center;
  margin-bottom: 15px;
}

.fileUpload__btn:hover {
  border-color: #ccc;
}

.fileUpload__help {
  color: #fff;
}

.fileUpload__submit {
  min-width: 0;
  width: 100%;
  border: 2px solid #fff;
  padding: 13px 15px;
  margin-bottom: 15px;
}

.fileUpload__submit:active,
.fileUpload__submit:focus,
.fileUpload__submit:hover {
  border-color: #fff;
}

.form-user {
  margin-top: 40px;
}

.-mb-6,
.form-user {
  margin-bottom: 60px;
}

.-mt-6 {
  margin-top: 60px;
}

.-py-6 {
  padding-bottom: 60px;
}

.-pt-6,
.-py-6 {
  padding-top: 60px;
}

.-py-4 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.-pb-6 {
  padding-top: 60px;
}

@media (max-width: 1199.98px) {
  .-mb-6 {
    margin-bottom: 40px;
  }
  .-mt-6 {
    margin-top: 40px;
  }
  .-py-6 {
    padding-bottom: 40px;
  }
  .-pb-6,
  .-pt-6,
  .-py-6 {
    padding-top: 40px;
  }
}
@media (max-width: 991.98px) {
  .-mb-6 {
    margin-bottom: 30px;
  }
  .-mt-6 {
    margin-top: 30px;
  }
  .-py-6 {
    padding-bottom: 30px;
  }
  .-pb-6,
  .-pt-6,
  .-py-4,
  .-py-6 {
    padding-top: 30px;
  }
  .-py-4 {
    padding-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .-py-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1000px) {
  /* line 6, update.less */
  .colorBox-wrap.colorBox-wrap--33 .colorBox {
    width: 33.3333333333%;
  }
  /* line 11, update.less */
  .colorBox-wrap.colorBox-wrap--50 .colorBox {
    width: 50%;
  }
}
/* line 19, update.less */
.header-user.no-user {
  background-color: transparent !important;
}

/* line 22, update.less */
.header-user.no-user img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

/* line 28, update.less */
.appLinks__google,
.appLinks__ios {
  background-size: 100% auto;
}

/* line 33, update.less */
.appLinks__google {
  background-image: url(https://energuide.ru/static/images/icons/icon_google_play.svg?86eedaf7ab36);
}

/* line 37, update.less */
.appLinks__ios {
  background-image: url(https://energuide.ru/static/images/icons/icon_app_store.svg?86eedaf7ab36);
}

/* line 43, update.less */
.btn-down:active,
.btn-remove:active {
  opacity: 0.75;
}

/* line 49, update.less */
.form-group label.control-label {
  opacity: 1;
  display: block;
}

/* line 55, update.less */
.form-group.is-invalid label,
.form-group.is-invalid label.control-label {
  opacity: 1;
  display: block;
  color: #EB6437 !important;
}

/* line 62, update.less */
.form-group.is-invalid input,
.form-group.is-invalid textarea,
.form-group.is-invalid div[contenteditable=true] {
  border-color: #EB6437 !important;
}

/*
  .select2-search {
      &.select2-search--inline {
          background-color: $color-accent;
          border: 0;
          border-radius: 0;
          cursor: pointer;
          float: left;
          margin-right: 5px;
          margin-top: 5px;
          padding: 0 15px 0 6px;
          height: 34px;
          width: 34px;
          font-size: 14px;
          color: transparent;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          background-size: 12px auto;
          background-repeat: no-repeat;
          background-position: center center;
          background-image: url('https://energuide.ru/static/images/icons/icon-add-in-select.svg?86eedaf7ab36');

          * {
              opacity: 0 !important;
              cursor: pointer;
          }

          &:nth-child(1) {
              display: none;
          }
      }
  }*/
/* line 106, update.less */
.btn-outline-primary:hover {
  color: #377a6c !important;
  background-color: #fff !important;
  border-color: #377a6c !important;
}

/* line 111, update.less */
.btn-outline-primary:active {
  color: #212529 !important;
  background-color: #61B87C !important;
  border-color: #61B87C !important;
}

/* line 118, update.less */
.reg_collapse__wrapper,
*.reg_collapse__wrapper {
  border: 0px !important;
}

/* line 122, update.less */
.reg_collapse__wrapper .collapseBlock___title,
*.reg_collapse__wrapper .collapseBlock___title,
.reg_collapse__wrapper .collapseBlock___inner,
*.reg_collapse__wrapper .collapseBlock___inner {
  padding: 0px !important;
}

/* line 126, update.less */
.reg_collapse__wrapper .collapseBlock___title:after,
*.reg_collapse__wrapper .collapseBlock___title:after,
.reg_collapse__wrapper .collapseBlock___inner:after,
*.reg_collapse__wrapper .collapseBlock___inner:after {
  top: 38% !important;
}

@media (max-width: 375px) {
  /* line 135, update.less */
  .reg_collapse__wrapper .collapseBlock___title,
  *.reg_collapse__wrapper .collapseBlock___title {
    padding-right: 25px !important;
    line-height: 22px;
    margin-bottom: 15px;
  }
}
/* line 145, update.less */
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 0px !important;
}

/* line 152, update.less */
.container:not(.position-relative) .subMenu-wrap {
  top: initial !important;
  z-index: 100;
}

/* line 158, update.less */
.active + .subMenu-wrap {
  top: initial !important;
  z-index: 100;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

/* line 164, update.less */
.noborder,
*.noborder {
  border: 0px !important;
}

/* line 170, update.less */
.titleBox-wrap.noborder {
  border: 0px !important;
}

/* line 175, update.less */
#retail-form {
  padding-bottom: 20px;
}

/* line 179, update.less */
#retail-form .field-file .btn-file {
  position: relative !important;
  margin: 0 !important;
  cursor: pointer;
  line-height: 30px !important;
}

@media (max-width: 575px) {
  /* line 189, update.less */
  #retail-form {
    padding-bottom: 20px;
  }
  /* line 193, update.less */
  #retail-form .field-file .btn-file {
    position: relative !important;
    margin: 0 !important;
    line-height: 21px !important;
    max-height: 56px !important;
  }
}
.text-center {
  text-align: center !important;
}

.clear {
  clear: both;
  width: 100%;
  height: 0px;
}

input:not(.form-element__input, .bs-form-control, .bs-form-check-input),
textarea:not(.form-element__input, .bs-form-control, .bs-form-check-input),
div[contenteditable=true],
div[contenteditable=true].form-control,
textarea.form-control,
input.form-control {
  /* -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important; */
  border-radius: 7px !important;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -ms-transition-property: all;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  border: 2px solid #D5D5D5;
  background-color: #fff;
  font-size: 18px;
  line-height: 21px;
  color: #000;
  font-weight: normal;
  padding: 26px 20px 13px;
}

input:active:not(.form-element__input),
textarea:active:not(.form-element__input),
div[contenteditable=true]:active,
div[contenteditable=true].form-control:active,
textarea.form-control:active,
input.form-control:active,
input:focus:not(.form-element__input),
textarea:focus:not(.form-element__input),
div[contenteditable=true]:focus,
div[contenteditable=true].form-control:focus,
textarea.form-control:focus,
input.form-control:focus {
  border-color: #61B87C !important;
  color: #000 !important;
  caret-color: #61B87C !important;
  -webkit-box-shadow: 0 0 0 transparent !important;
  box-shadow: 0 0 0 transparent !important;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -ms-transition-property: all;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

input:not(:-moz-placeholder, .bs-form-control, .bs-form-check-input):invalid, textarea:not(:-moz-placeholder, .bs-form-control, .bs-form-check-input):invalid, div[contenteditable=true]:not(:-moz-placeholder):invalid, div[contenteditable=true].form-control:not(:-moz-placeholder):invalid, textarea.form-control:not(:-moz-placeholder):invalid, input.form-control:not(:-moz-placeholder):invalid {
  border-color: #EB6437 !important;
  color: #000 !important;
  caret-color: #EB6437 !important;
  -webkit-box-shadow: 0 0 0 transparent !important;
  box-shadow: 0 0 0 transparent !important;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -ms-transition-property: all;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

input:not(:-ms-input-placeholder, .bs-form-control, .bs-form-check-input):invalid, textarea:not(:-ms-input-placeholder, .bs-form-control, .bs-form-check-input):invalid, div[contenteditable=true]:not(:-ms-input-placeholder):invalid, div[contenteditable=true].form-control:not(:-ms-input-placeholder):invalid, textarea.form-control:not(:-ms-input-placeholder):invalid, input.form-control:not(:-ms-input-placeholder):invalid {
  border-color: #EB6437 !important;
  color: #000 !important;
  caret-color: #EB6437 !important;
  -webkit-box-shadow: 0 0 0 transparent !important;
  box-shadow: 0 0 0 transparent !important;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -ms-transition-property: all;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

input.input_invalid,
textarea.input_invalid,
div[contenteditable=true].input_invalid,
div[contenteditable=true].form-control.input_invalid,
textarea.form-control.input_invalid,
input.form-control.input_invalid,
input:not(:placeholder-shown, .bs-form-control, .bs-form-check-input):invalid,
textarea:not(:placeholder-shown, .bs-form-control, .bs-form-check-input):invalid,
div[contenteditable=true]:not(:placeholder-shown):invalid,
div[contenteditable=true].form-control:not(:placeholder-shown):invalid,
textarea.form-control:not(:placeholder-shown):invalid,
input.form-control:not(:placeholder-shown):invalid {
  border-color: #EB6437 !important;
  color: #000 !important;
  caret-color: #EB6437 !important;
  -webkit-box-shadow: 0 0 0 transparent !important;
  box-shadow: 0 0 0 transparent !important;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -ms-transition-property: all;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

input:not(:-moz-placeholder):invalid.default_at_pageload, textarea:not(:-moz-placeholder):invalid.default_at_pageload, div[contenteditable=true]:not(:-moz-placeholder):invalid.default_at_pageload, div[contenteditable=true].form-control:not(:-moz-placeholder):invalid.default_at_pageload, textarea.form-control:not(:-moz-placeholder):invalid.default_at_pageload, input.form-control:not(:-moz-placeholder):invalid.default_at_pageload {
  border-color: #D5D5D5 !important;
  color: #000 !important;
  caret-color: #D5D5D5 !important;
}

input:not(:-ms-input-placeholder):invalid.default_at_pageload, textarea:not(:-ms-input-placeholder):invalid.default_at_pageload, div[contenteditable=true]:not(:-ms-input-placeholder):invalid.default_at_pageload, div[contenteditable=true].form-control:not(:-ms-input-placeholder):invalid.default_at_pageload, textarea.form-control:not(:-ms-input-placeholder):invalid.default_at_pageload, input.form-control:not(:-ms-input-placeholder):invalid.default_at_pageload {
  border-color: #D5D5D5 !important;
  color: #000 !important;
  caret-color: #D5D5D5 !important;
}

input.input_invalid.default_at_pageload,
textarea.input_invalid.default_at_pageload,
div[contenteditable=true].input_invalid.default_at_pageload,
div[contenteditable=true].form-control.input_invalid.default_at_pageload,
textarea.form-control.input_invalid.default_at_pageload,
input.form-control.input_invalid.default_at_pageload,
input:not(:placeholder-shown):invalid.default_at_pageload,
textarea:not(:placeholder-shown):invalid.default_at_pageload,
div[contenteditable=true]:not(:placeholder-shown):invalid.default_at_pageload,
div[contenteditable=true].form-control:not(:placeholder-shown):invalid.default_at_pageload,
textarea.form-control:not(:placeholder-shown):invalid.default_at_pageload,
input.form-control:not(:placeholder-shown):invalid.default_at_pageload {
  border-color: #D5D5D5 !important;
  color: #000 !important;
  caret-color: #D5D5D5 !important;
}

input:not(:-moz-placeholder, .bs-form-control, .bs-form-check-input):invalid:active, textarea:not(:-moz-placeholder, .bs-form-control, .bs-form-check-input):invalid:active, div[contenteditable=true]:not(:-moz-placeholder):invalid:active, div[contenteditable=true].form-control:not(:-moz-placeholder):invalid:active, textarea.form-control:not(:-moz-placeholder):invalid:active, input.form-control:not(:-moz-placeholder):invalid:active, input:not(:-moz-placeholder, .bs-form-control, .bs-form-check-input):invalid:focus, textarea:not(:-moz-placeholder, .bs-form-control, .bs-form-check-input):invalid:focus, div[contenteditable=true]:not(:-moz-placeholder):invalid:focus, div[contenteditable=true].form-control:not(:-moz-placeholder):invalid:focus, textarea.form-control:not(:-moz-placeholder):invalid:focus, input.form-control:not(:-moz-placeholder):invalid:focus {
  border-color: #61B87C !important;
  color: #000 !important;
  caret-color: #61B87C !important;
  -webkit-box-shadow: 0 0 0 transparent !important;
  box-shadow: 0 0 0 transparent !important;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -ms-transition-property: all;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

input:not(:-ms-input-placeholder, .bs-form-control, .bs-form-check-input):invalid:active, textarea:not(:-ms-input-placeholder, .bs-form-control, .bs-form-check-input):invalid:active, div[contenteditable=true]:not(:-ms-input-placeholder):invalid:active, div[contenteditable=true].form-control:not(:-ms-input-placeholder):invalid:active, textarea.form-control:not(:-ms-input-placeholder):invalid:active, input.form-control:not(:-ms-input-placeholder):invalid:active, input:not(:-ms-input-placeholder, .bs-form-control, .bs-form-check-input):invalid:focus, textarea:not(:-ms-input-placeholder, .bs-form-control, .bs-form-check-input):invalid:focus, div[contenteditable=true]:not(:-ms-input-placeholder):invalid:focus, div[contenteditable=true].form-control:not(:-ms-input-placeholder):invalid:focus, textarea.form-control:not(:-ms-input-placeholder):invalid:focus, input.form-control:not(:-ms-input-placeholder):invalid:focus {
  border-color: #61B87C !important;
  color: #000 !important;
  caret-color: #61B87C !important;
  -webkit-box-shadow: 0 0 0 transparent !important;
  box-shadow: 0 0 0 transparent !important;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -ms-transition-property: all;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

input.input_invalid:active,
textarea.input_invalid:active,
div[contenteditable=true].input_invalid:active,
div[contenteditable=true].form-control.input_invalid:active,
textarea.form-control.input_invalid:active,
input.form-control.input_invalid:active,
input:not(:placeholder-shown, .bs-form-control, .bs-form-check-input):invalid:active,
textarea:not(:placeholder-shown, .bs-form-control, .bs-form-check-input):invalid:active,
div[contenteditable=true]:not(:placeholder-shown):invalid:active,
div[contenteditable=true].form-control:not(:placeholder-shown):invalid:active,
textarea.form-control:not(:placeholder-shown):invalid:active,
input.form-control:not(:placeholder-shown):invalid:active,
input.input_invalid:focus,
textarea.input_invalid:focus,
div[contenteditable=true].input_invalid:focus,
div[contenteditable=true].form-control.input_invalid:focus,
textarea.form-control.input_invalid:focus,
input.form-control.input_invalid:focus,
input:not(:placeholder-shown, .bs-form-control, .bs-form-check-input):invalid:focus,
textarea:not(:placeholder-shown, .bs-form-control, .bs-form-check-input):invalid:focus,
div[contenteditable=true]:not(:placeholder-shown):invalid:focus,
div[contenteditable=true].form-control:not(:placeholder-shown):invalid:focus,
textarea.form-control:not(:placeholder-shown):invalid:focus,
input.form-control:not(:placeholder-shown):invalid:focus {
  border-color: #61B87C !important;
  color: #000 !important;
  caret-color: #61B87C !important;
  -webkit-box-shadow: 0 0 0 transparent !important;
  box-shadow: 0 0 0 transparent !important;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -ms-transition-property: all;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

input:-ms-clear:not(.form-element__input),
textarea:-ms-clear:not(.form-element__input),
div[contenteditable=true]:-ms-clear,
div[contenteditable=true].form-control:-ms-clear,
textarea.form-control:-ms-clear,
input.form-control:-ms-clear {
  display: none;
}

input:-webkit-autofill:not(.form-element__input),
textarea:-webkit-autofill:not(.form-element__input),
div[contenteditable=true]:-webkit-autofill,
div[contenteditable=true].form-control:-webkit-autofill,
textarea.form-control:-webkit-autofill,
input.form-control:-webkit-autofill,
input:-webkit-autofill:hover,
textarea:-webkit-autofill:hover,
div[contenteditable=true]:-webkit-autofill:hover,
div[contenteditable=true].form-control:-webkit-autofill:hover,
textarea.form-control:-webkit-autofill:hover,
input.form-control:-webkit-autofill:hover,
input:-webkit-autofill:focus:not(.form-element__input),
textarea:-webkit-autofill:focus:not(.form-element__input),
div[contenteditable=true]:-webkit-autofill:focus,
div[contenteditable=true].form-control:-webkit-autofill:focus,
textarea.form-control:-webkit-autofill:focus,
input.form-control:-webkit-autofill:focus:not(.form-element__input),
input:-webkit-autofill:active:not(.form-element__input),
textarea:-webkit-autofill:active,
div[contenteditable=true]:-webkit-autofill:active,
div[contenteditable=true].form-control:-webkit-autofill:active,
textarea.form-control:-webkit-autofill:active,
input.form-control:-webkit-autofill:active {
  background-color: #fff !important;
  -webkit-background-color: #fff !important;
}

.active-label + [type=email],
.active-label + [type=number],
.active-label + [type=password],
.active-label + [type=text],
.active-label + textarea {
  border-color: #61B87C !important;
  color: #000 !important;
  caret-color: #61B87C !important;
  -webkit-box-shadow: 0 0 0 transparent !important;
  box-shadow: 0 0 0 transparent !important;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -ms-transition-property: all;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

textarea,
textarea.form-control {
  padding: 30px 20px 13px;
  padding-bottom: 0px;
}

.form-group {
  display: block;
  margin: 0;
  width: 100%;
  max-width: 100%;
  position: relative;
  margin: 0 0 20px;
  padding: 0;
}

.form-group label:not(.checkbox):not(.radio):not(.control-label):not(.form-check-label) {
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -ms-transition-property: all;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  position: absolute;
  margin: 22px 0 0 20px;
  font-size: 18px;
  line-height: 21px;
  color: #000;
  font-weight: normal;
  cursor: pointer;
  z-index: 10;
}

.form-group label:not(.checkbox):not(.radio):not(.control-label):not(.form-check-label).label_active_input,
.form-group label:not(.checkbox):not(.radio):not(.control-label):not(.form-check-label).active-label {
  color: #61B87C;
  font-size: 12px;
  line-height: 14px;
  margin-top: 10px;
  z-index: 10;
}

.form-group label:not(.checkbox):not(.radio):not(.control-label):not(.form-check-label).label_active_input.label_invalid_input,
.form-group label:not(.checkbox):not(.radio):not(.control-label):not(.form-check-label).active-label.label_invalid_input {
  color: #61B87C !important;
  /*
                  font-size: 12px;
                  line-height: 14px;
                  margin-top: 10px;*/
}

.form-group label:not(.checkbox):not(.radio):not(.control-label):not(.form-check-label).label_invalid_input {
  color: #EB6437 !important;
  /*
              font-size: 12px;
              line-height: 14px;
              margin-top: 10px;*/
}

.form-group label:not(.checkbox):not(.radio):not(.control-label):not(.form-check-label).label_invalid_input.label_active_input {
  color: #61B87C !important;
}

.form-group.is_invalid input,
.form-group.is_invalid label {
  color: #EB6437 !important;
}

.form-group.is_invalid input {
  color: #EB6437 !important;
  border-color: #EB6437 !important;
}

.form-group label:not(.checkbox):not(.radio):not(.form-check-label).control-label.active-label {
  margin-left: 0px;
  top: 10px;
  line-height: 14px;
}

@media (max-width: 575px) {
  input:not(.form-element__input, .bs-form-control, .bs-form-check-input),
  textarea:not(.form-element__input, .bs-form-control, .bs-form-check-input),
  div[contenteditable=true],
  div[contenteditable=true].form-control,
  textarea.form-control,
  input.form-control {
    min-height: 56px !important;
    border: 2px solid #D5D5D5;
    background-color: transparent !important;
    padding: 17px 18px 0 !important;
    font-size: 14px !important;
    line-height: 16px !important;
  }
  .active-label ~ .select2-container .select2-selection--multiple,
  .active-label ~ .select2-container .select2-selection--single {
    font-size: 14px;
  }
  .select2-container--custom-select .select2-selection--single,
  .select2-container--default .select2-selection--multiple,
  .select2-container--default .select2-selection--single {
    padding: 24px 18px 0 !important;
    min-height: 56px;
    font-size: 14px;
  }
  .select2-container--custom-select .select2-selection--single:after,
  .select2-container--default .select2-selection--multiple:after,
  .select2-container--default .select2-selection--single:after {
    border-width: 6px 6px 0;
    top: 24px;
  }
  .form-group .control-label.active-label {
    left: 0;
  }
  input:active:not(.form-element__input),
  textarea:active:not(.form-element__input),
  div[contenteditable=true]:active,
  div[contenteditable=true].form-control:active,
  textarea.form-control:active,
  input.form-control:active,
  input:focus:not(.form-element__input),
  textarea:focus:not(.form-element__input),
  div[contenteditable=true]:focus,
  div[contenteditable=true].form-control:focus,
  textarea.form-control:focus,
  input.form-control:focus {
    background-color: #fff !important;
  }
  /* .active-label+[type="email"],
    .active-label+[type="number"],
    .active-label+[type="password"],
    .active-label+[type="text"] {
      background-color: #fff !important;
      padding: 12px 20px 0px !important;
    } */
  textarea,
  textarea.form-control {
    padding: 20px 20px 16px !important;
    padding-bottom: 0px !important;
  }
  .active-label + textarea,
  .active-label + textarea.form-control,
  .label_active_input + textarea,
  .label_active_input + textarea.form-control {
    padding: 28px 20px 0px !important;
    padding-bottom: 0px !important;
  }
  /* .active-label+textarea:active,
    .active-label+textarea.form-control:active,
    .label_active_input+textarea:active,
    .label_active_input+textarea.form-control:active,
    .active-label+textarea:focus,
    .active-label+textarea.form-control:focus,
    .label_active_input+textarea:focus,
    .label_active_input+textarea.form-control:focus {
      padding: 28px 20px 0px !important;
      padding-bottom: 0px !important;
    } */
  .form-group {
    margin: 0 0 20px;
  }
  .form-group label {
    margin: 16px 0 0 17px;
    font-size: 16px;
    z-index: 10;
  }
  .form-group label.label_active_input {
    margin-top: 10px;
  }
  .form-group label.label_active_input.label_invalid_input {
    margin-top: 10px;
  }
  .form-group label.label_invalid_input {
    margin-top: 10px;
  }
  .form-group label:not(.checkbox):not(.radio):not(.control-label):not(.form-check-label) {
    margin: 20px 0 0 20px;
    font-size: 14px;
    line-height: 16px;
  }
  .form-group .control-label {
    font-size: 14px;
    line-height: 16px;
  }
  .form-group label:not(.checkbox):not(.radio):not(.control-label):not(.form-check-label).label_active_input,
  .form-group label:not(.checkbox):not(.radio):not(.control-label):not(.form-check-label).active-label {
    font-size: 12px;
    line-height: 14px;
    margin: 10px 0 0 20px;
  }
  .form-group label:not(.checkbox):not(.radio):not(.control-label):not(.form-check-label).label_active_input.label_invalid_input,
  .form-group label:not(.checkbox):not(.radio):not(.control-label):not(.form-check-label).active-label.label_invalid_input {
    font-size: 12px;
    line-height: 14px;
    margin-top: 10px;
  }
  .form-group label:not(.checkbox):not(.radio):not(.control-label):not(.form-check-label).label_invalid_input {
    font-size: 12px;
    line-height: 14px;
    margin: 10px 0 0 22px;
  }
  .form-group .toggle_password__field {
    top: 11px;
  }
  .blockUser .form .btn {
    font-size: 18px;
    min-height: 56px !important;
    white-space: normal !important;
    padding-left: 25px;
    padding-right: 25px;
  }
}
textarea {
  resize: none;
}

.form-group-message {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: -75%;
  z-index: 100;
  padding: 13px 20px;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  text-align: center;
  background-color: #fff;
  color: #000;
  cursor: pointer;
  border-radius: 7px;
}

.form-group-message.form-group-message-inline {
  position: relative;
  top: 0;
  margin: 0px 0 20px;
}

.form-group-message.form-group-message-inline:after {
  display: none !important;
}

.form-group-message:after {
  content: " ";
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  max-width: 20px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  left: 46%;
  bottom: -10px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-group-message.form-group-message-error {
  background-color: #EB6437;
  color: #fff;
}

.form-group-message.form-group-message-error:after {
  background-color: #EB6437;
}

.form-group-message.form-group-message-warning {
  background-color: rgba(210, 85, 100, 0.25);
  background-image: url("https://energuide.ru/static/images/icons/icon-warning-msg-icon.svg?86eedaf7ab36");
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-position: 40px center;
  text-align: left;
  font-size: 18px;
  line-height: 27px;
  color: #D25564;
  font-weight: normal;
  padding: 25px 25px 25px 100px;
}

.form-group-message p {
  display: block;
  margin: 0;
  padding: 0;
  margin: 0px;
  padding: 0px;
}

.excel-file-message {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 0 20px 0;
  z-index: 100;
  padding: 13px 20px;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  text-align: center;
  background-color: #fff;
  color: #000;
}

.excel-file-message.excel-file-message-error {
  background-color: #EB6437;
  color: #fff;
}

.excel-file-message.excel-file-message-error:after {
  background-color: #EB6437;
}

.msg_close_btn {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 25px;
  top: 20px;
  background-color: transparent;
  background-image: url("https://energuide.ru/static/images/icons/icon-close-xs.svg?86eedaf7ab36");
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}

@media (max-width: 575px) {
  .form-group-message.form-group-message-warning {
    background-size: 18px auto;
    background-position: 20px center;
    font-size: 15px;
    line-height: 22px;
    padding: 20px 20px 20px 60px;
  }
}
.form-check.form-check-custom {
  margin-top: 0px !important;
}

.form-check .form-group-message-inline {
  margin-top: 15px;
}

@media (max-width: 575px) {
  .form-check .form-group-message-inline {
    margin-top: 20px;
  }
}
.formLinks {
  margin-top: 35px;
}

.formLinks__link {
  margin-top: 15px;
}

.blockUser .form.form__login {
  padding-top: 0px;
  padding-bottom: 40px;
}

@media (max-width: 575px) {
  .blockUser .form.form__login {
    padding: 0 20px 20px !important;
  }
}
.form__action__message {
  text-align: center;
  padding: 100px 0 40px;
}

.form__action__message .blockUser__title {
  padding-top: 25px;
  padding-bottom: 15px;
}

.form__action__message .form__headline__icon {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
  max-width: 85px;
  margin: 0 auto;
}

@media (max-width: 575px) {
  .form__action__message {
    padding: 60px 0 20px;
  }
  .form__action__message .form__headline__icon {
    max-width: 55px;
  }
}
.form__action__message__description {
  display: block;
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 27px;
  color: #4A4A4A;
  font-weight: normal;
}

.form__action__message__description p {
  display: block;
  margin: 0;
  padding: 0;
  margin-bottom: 0px;
}

.select2-search.select2-search--inline {
  position: initial;
  display: inline-block;
}

.select2-search.select2-search--inline .select2-search__field {
  /*position: absolute;
              bottom: 0;
              left: 0;
              max-width: 100%;
              margin: -10px 0 0 0 !important;*/
}

.select2-search.select2-search--inline:before {
  background-color: #61B87C;
  border: 0;
  border-radius: 0;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 15px 0 6px;
  height: 34px;
  width: 34px;
  font-size: 14px;
  color: transparent;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("https://energuide.ru/static/images/icons/icon-add-in-select.svg?86eedaf7ab36");
  cursor: pointer;
  content: " ";
}

.select2-search.select2-search--inline:nth-child(1):before {
  display: none;
}

.select2-container {
  cursor: pointer;
}

.select2-container.select2-container--focus .select2-search.select2-search--inline:before {
  display: block;
}

.select2-container.select2-container--focus .select2-search.select2-search--inline:nth-child(1):before {
  display: none;
}

.select2-container.select2-container--open .select2-search.select2-search--inline {
  padding-bottom: 15px;
}

.select2-container.select2-container--open .select2-search.select2-search--inline:before {
  display: none;
}

.canvas__wrapper {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.canvas {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

#dia-tooltip {
  opacity: 1;
  position: absolute;
  background: #4A4A4A;
  color: #fff;
  border-radius: 0px;
  padding: 17px;
  margin-top: 20px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  pointer-events: none;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#dia-tooltip:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 11px 11px;
  border-color: transparent transparent #4A4A4A transparent;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  left: calc(50% - 11px);
  z-index: 1000;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: all;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: ease;
  -ms-transition-property: all;
  -ms-transition-duration: 0.2s;
  -ms-transition-timing-function: ease;
  -o-transition-property: all;
  -o-transition-duration: 0.2s;
  -o-transition-timing-function: ease;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  margin: -18px auto 0;
  content: " ";
}

#dia-tooltip table {
  margin: 0;
  padding: 0;
}

#dia-tooltip table tr,
#dia-tooltip table tr:nth-child(1) {
  background-color: transparent !important;
}

#dia-tooltip table th,
#dia-tooltip table td {
  padding: 0;
}

#dia-tooltip td {
  color: #fff;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  font-family: "GT Eesti Pro Display" !important;
}

#dia-tooltip td:nth-child(2) {
  padding-right: 10px;
}

.chartjs-tooltip-key {
  display: block;
  margin: 0;
  width: 16px;
  height: 16px;
  margin: 0 8px 0 0;
  padding: 0;
  border-radius: 100%;
  display: none !important;
}

@media (max-width: 900px) {
  #dia-tooltip td {
    padding-bottom: 3px;
    font-size: 14px;
    line-height: 20px;
  }
  #dia-tooltip td:nth-child(2) {
    padding-right: 7px;
  }
  .chartjs-tooltip-key {
    width: 14px;
    height: 14px;
    margin: 0 6px 0 0;
  }
}
.grapth__header__wrapper {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-size: 12px;
  line-height: 14px;
  color: #4A4A4A;
  font-weight: bold;
}

body {
  overflow-x: hidden !important;
}

.appLinks__google,
.appLinks__ios {
  width: 168px;
}

.container-fluid.container-fluid-wide {
  max-width: 100% !important;
}

.container-fluid.container-fluid-user-area {
  max-width: 1920px;
}

.container-fluid.container-fluid-nogaps {
  padding: 0;
  margin: 0 auto;
  overflow-x: hidden;
}

.container-fluid.container-fluid-nogaps > .row {
  margin: 0;
}

.container-fluid.container-fluid-nogaps > .row > div {
  padding: 0;
}

.user_area_page__wrapper {
  background-color: #fff;
  max-width: 100%;
  padding: 50px 15px 70px;
}

.user_area_page__wrapper > .row {
  max-width: 1280px;
  margin: 0 auto;
}

@media (max-width: 850px) {
  .user_area_page__wrapper {
    padding: 40px 15px 50px;
  }
}
.user_area__sidebar__wrapper {
  position: relative;
  padding-right: 0px;
  background-color: #FAFAFA;
}

.user_area__sidebar {
  max-width: 345px !important;
  margin-left: auto;
  background-color: #FAFAFA;
  padding-top: 30px;
  padding-bottom: 25px;
}

.user_area__sidebar:before {
  content: " ";
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  max-width: 100vw;
  width: 100vw;
  height: 100%;
  right: 96%;
  top: 0;
  bottom: 0;
  background-color: #fafafa;
  position: absolute;
}

.sidebar__headline {
  display: block;
  margin: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 0 25px;
  padding: 0;
  font-size: 24px;
  line-height: 32px;
  font-weight: normal;
  color: #4A4A4A;
  text-align: center;
}

.sidebar__user_profile__image {
  display: block;
  margin: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 0 25px;
  padding: 0;
  text-align: center;
}

.sidebar__user_profile__image img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-width: 100%;
  margin: 0;
  max-width: 65px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.sidebar__user_profile__name {
  display: block;
  margin: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 0 15px;
  padding: 0;
  font-size: 18px;
  line-height: 27px;
  font-weight: 900;
  color: #4A4A4A;
  text-align: center;
}

.sidebar__user_profile__description {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 0 25px;
  padding: 0 40px;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  color: #4A4A4A;
  text-align: center;
}

.user_profile__quit {
  color: #61B87C;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  white-space: nowrap;
}

.user_profile__quit svg {
  margin-right: 3px;
}

.user_profile__quit:hover svg path {
  stroke: #389958;
}

.user_area__sidebar__actions {
  padding-bottom: 45px;
  background-color: #FAFAFA;
}

.user_area__sidebar__actions:before {
  content: " ";
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  max-width: 100vw;
  width: 100vw;
  height: 100%;
  right: 96%;
  top: 0;
  bottom: 0;
  background-color: #fafafa;
  position: absolute;
}

.user_area__sidebar__actions .user_profile__sidebar__action {
  display: block;
  padding: 0;
  width: 100%;
  max-width: 100%;
  min-height: 80px;
  padding: 25px 10px 25px 15px;
  margin: 0;
  text-decoration: none;
  border: 0px;
  border-top: 1px solid #fff;
  background-color: transparent;
  vertical-align: middle;
}

.user_area__sidebar__actions .user_profile__sidebar__action p {
  display: table;
  width: 100%;
  max-width: 100%;
  max-width: 345px;
  margin-left: auto;
  vertical-align: middle;
  margin-bottom: 0px;
}

.user_area__sidebar__actions .user_profile__sidebar__action img {
  float: left;
}

.user_area__sidebar__actions .user_profile__sidebar__action span {
  display: inline-block;
  width: auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  max-width: 70%;
  padding-left: 40px;
  font-style: 18px;
  line-height: 23px;
  color: #4A4A4A;
  font-weight: normal;
  margin-bottom: -10px;
}

.user_area__sidebar__actions .user_profile__sidebar__action:before {
  content: " ";
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  max-width: 100vw;
  width: 100vw;
  height: 100%;
  right: 96%;
  top: 0;
  bottom: 0;
  background-color: transparent;
  position: absolute;
  border: 0px;
  border-top: 1px solid #fff;
}

.user_area__sidebar__actions .user_profile__sidebar__action:hover,
.user_area__sidebar__actions .user_profile__sidebar__action.user_profile__sidebar__action__active,
.user_area__sidebar__actions .user_profile__sidebar__action.user_profile__sidebar__action__active:hover {
  background-color: #E0E0E0;
}

.user_area__sidebar__actions .user_profile__sidebar__action:hover:before,
.user_area__sidebar__actions .user_profile__sidebar__action.user_profile__sidebar__action__active:before,
.user_area__sidebar__actions .user_profile__sidebar__action.user_profile__sidebar__action__active:hover:before {
  background-color: #E0E0E0;
}

.user_area__sidebar__actions > div:last-of-type .user_profile__sidebar__action {
  border-bottom: 1px solid #fff;
}

.user_area__sidebar__actions > div:last-of-type .user_profile__sidebar__action:before {
  border-bottom: 1px solid #fff;
}

.user_area__content__wrapper {
  background-color: #fff;
}

.user_area__content {
  max-width: 100% !important;
  margin-right: auto;
  background-color: #fff;
  padding: 60px 45px 60px 45px;
}

@media (max-width: 850px) {
  .user_area__sidebar__wrapper {
    display: none;
  }
  .user_area__content__wrapper {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .user_area__content {
    padding: 20px 20px 20px 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.user_area__saved_actions__group {
  display: block;
  margin: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 0 10px;
  padding: 0;
}

.user_area__saved_actions__group form#all_delete {
  float: right;
}

.btn-actions {
  background-color: transparent;
  border: 2px solid #E2E5E7;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  color: #4A4A4A;
  text-decoration: none;
  padding: 5px 10px;
  margin: 0 0 5px 15px;
  max-height: 30px;
}

.btn-actions svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
  max-width: 17px;
  position: relative;
  top: -1px;
  margin-right: 4px;
}

.btn-actions:hover {
  text-decoration: none;
}

.btn-actions.btn-actions-blue:hover {
  border: 2px solid #779FD4;
  background-color: #779FD4;
  color: #fff;
}

.btn-actions.btn-actions-blue:hover svg path {
  stroke: #fff;
}

.btn-actions.btn-actions-blue:active {
  border: 2px solid #779FD4;
  background-color: #779FD4;
  color: #fff;
  opacity: 0.75;
}

.btn-actions.btn-actions-blue:active svg path {
  stroke: #fff;
}

.btn-actions.btn-actions-red:hover {
  border: 2px solid #EB6437;
  background-color: #EB6437;
  color: #fff;
}

.btn-actions.btn-actions-red:hover svg path {
  stroke: #fff;
}

.btn-actions.btn-actions-red:active {
  border: 2px solid #EB6437;
  background-color: #EB6437;
  color: #fff;
  opacity: 0.75;
}

.btn-actions.btn-actions-red:active svg path {
  stroke: #fff;
}

.report_popup__toggler {
  opacity: 1;
}

.report_popup__toggler img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
  max-width: 22px;
}

.report_popup__toggler:hover {
  opacity: 0.85;
}

.user_mobile_menu__wrapper {
  display: none;
}

@media (max-width: 850px) {
  .user_mobile_menu__wrapper {
    padding: 0px;
    position: fixed;
    z-index: 10000;
    left: 0;
    right: 0;
    bottom: 0;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100vw;
    height: 100%;
    background-color: #fff;
    color: #4A4A4A;
  }
  .user_mobile_menu__wrapper > .user_mobile_menu__container {
    overflow-y: auto;
    height: calc(100% - 80px);
    padding: 20px 30px 60px 30px;
    position: relative;
    bottom: 0;
    overflow-x: hidden;
  }
  .user_mobile_menu__wrapper .user_mobile_menu__corner {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 16px 16px 16px;
    border-color: transparent transparent #ffffff transparent;
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10000;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: all;
    -moz-transition-duration: 0.2s;
    -moz-transition-timing-function: ease;
    -ms-transition-property: all;
    -ms-transition-duration: 0.2s;
    -ms-transition-timing-function: ease;
    -o-transition-property: all;
    -o-transition-duration: 0.2s;
    -o-transition-timing-function: ease;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease;
  }
  .user_mobile_menu__wrapper .user_mobile_menu__profile__image {
    -ms-flex: 0 0 100px;
    -webkit-box-flex: 0;
    flex: 0 0 100px;
    max-width: 100px;
    width: 100px;
  }
  .user_mobile_menu__wrapper .user_mobile_menu__profile__image img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    max-width: 100%;
    margin: 0;
    padding: 0;
    max-width: 65px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .user_mobile_menu__wrapper .user_mobile_menu__profile__name {
    font-weight: 900;
    font-size: 18px;
    line-height: 21px;
    text-align: left;
    padding-right: 40px;
    padding-bottom: 20px;
  }
  .user_mobile_menu__wrapper .user_mobile_menu__profile__description {
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    text-align: left;
    padding-bottom: 25px;
  }
  .user_mobile_menu__wrapper .user_mobile_menu__action__wrapper {
    position: initial;
  }
  .user_mobile_menu__wrapper .user_profile__sidebar__action {
    display: block;
    padding: 0;
    width: 100%;
    max-width: 100%;
    min-height: 0px;
    padding: 25px 0px 25px 0px;
    margin: 0;
    text-decoration: none;
    border: 0px;
    border-bottom: 1px solid #DADADA;
    background-color: transparent;
    vertical-align: middle;
  }
  .user_mobile_menu__wrapper .user_profile__sidebar__action p {
    display: table;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    vertical-align: middle;
    margin-bottom: 0px;
  }
  .user_mobile_menu__wrapper .user_profile__sidebar__action img {
    float: left;
    max-width: 33px;
  }
  .user_mobile_menu__wrapper .user_profile__sidebar__action span {
    display: inline-block;
    width: auto;
    max-width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    max-width: 70%;
    padding-left: 15px;
    font-style: 18px;
    line-height: 27px;
    color: #4A4A4A;
    font-weight: normal;
    margin-bottom: 0px;
    margin-top: 2px;
  }
  .user_mobile_menu__wrapper .user_profile__sidebar__action.user_profile__sidebar__action__wide {
    position: initial;
    padding-bottom: 35px;
  }
  .user_mobile_menu__wrapper .user_profile__sidebar__action.user_profile__sidebar__action__wide:after {
    display: block;
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 1px;
    background-color: #DADADA;
    position: absolute;
    left: 0px;
    right: 0px;
    margin-top: 35px;
    content: " ";
  }
  .user_mobile_menu__wrapper .user_mobile_menu__footer {
    padding-top: 25px;
  }
  .user_mobile_menu__wrapper .user_profile__quit {
    color: #61B87C;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    white-space: nowrap;
    padding-bottom: 25px;
  }
  .user_mobile_menu__wrapper .user_profile__quit svg {
    margin-right: 3px;
  }
  .user_mobile_menu__wrapper .user_profile__quit:hover svg path {
    stroke: #389958;
  }
}
@media (min-width: 851px) {
  .user_mobile_menu__wrapper {
    display: none !important;
  }
}
.report_popup__wrapper {
  display: none;
  position: absolute;
  z-index: 10000;
  max-width: 400px;
  background-color: #FAB216;
  padding: 0px 35px 30px;
  text-align: left !important;
  margin-top: 18px;
  margin-left: -18px;
  color: #fff;
}

.report_popup__wrapper > .row {
  padding-top: 30px;
  margin: 0;
}

.report_popup__wrapper > .row > div {
  padding: 0;
}

.report_popup__wrapper * {
  text-align: left !important;
}

.report_popup__wrapper .report_popup__corner {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 16px 16px;
  border-color: transparent transparent #FAB216 transparent;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10000;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: all;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: ease;
  -ms-transition-property: all;
  -ms-transition-duration: 0.2s;
  -ms-transition-timing-function: ease;
  -o-transition-property: all;
  -o-transition-duration: 0.2s;
  -o-transition-timing-function: ease;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  margin-top: -16px;
}

.report_popup__wrapper .report_popup__headline {
  font-size: 24px;
  line-height: 33px;
  font-weight: normal;
  padding-bottom: 20px !important;
}

.report_popup__wrapper .report_popup__content {
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  padding-bottom: 20px !important;
}

.report_popup__wrapper .report_popup__content p {
  display: block;
  margin: 0;
  margin: 0 0 10px;
  padding: 0;
}

.report_popup__wrapper .report_popup__footer .btn {
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  color: #fff;
  border: 2px solid #fff;
  background-color: transparent;
  padding: 4px 15px 6px;
  max-height: 30px;
}

.report_popup__wrapper .report_popup__footer .btn img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
  margin-left: 10px;
}

.report_popup__wrapper .report_popup__footer .btn:hover {
  background-color: #5084c8;
}

.colorful_button__element {
  display: block;
  padding: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 35px 80px 100px 80px;
  margin: 0;
  text-decoration: none;
  border: 0px;
  text-align: left;
  position: relative;
  z-index: 0;
}

.colorful_button__element:after {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  width: 36px;
  height: 36px;
  content: " ";
  background-size: 36px auto;
  background-repeat: no-repeat;
  background-position: 90% 85%;
  position: absolute;
  bottom: 40px;
  right: 80px;
}

.colorful_button__element p {
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -ms-transition-property: all;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.colorful_button__element i {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  max-width: 48px;
  height: 48px;
  margin: 0px 0px 35px;
  position: relative;
  z-index: 1;
}

.colorful_button__element img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  max-width: 48px;
  max-height: 100%;
  height: auto;
  margin: 0px;
}

.colorful_button__element span {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  font-size: 36px;
  line-height: 42px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.colorful_button__element.colorful_button__light_scheme {
  color: #fff;
}

.colorful_button__element.colorful_button__light_scheme a {
  color: #fff !important;
}

.colorful_button__element.colorful_button__light_scheme:after {
  background-image: url("https://energuide.ru/static/images/icons/icon-right-arrow-big-white.svg?86eedaf7ab36");
}

.colorful_button__element.colorful_button__light_scheme svg path {
  stroke: #fff;
}

.colorful_button__element.colorful_button__dark_scheme {
  color: #4A4A4A;
}

.colorful_button__element.colorful_button__dark_scheme a {
  color: #4A4A4A;
}

.colorful_button__element.colorful_button__dark_scheme:after {
  background-image: url("https://energuide.ru/static/images/icons/icon-right-arrow-big-dark.svg?86eedaf7ab36");
}

.colorful_button__element.colorful_button__dark_scheme svg path {
  stroke: #4A4A4A;
}

a.colorful_button__element:hover {
  text-decoration: none;
  border: 0px;
}

a.colorful_button__element:hover p {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}

.user_profile_information__wrapper {
  padding-top: 60px;
}

.user_profile_information__image {
  -ms-flex: 0 0 100px;
  -webkit-box-flex: 0;
  flex: 0 0 100px;
  max-width: 100px;
  width: 100px;
  padding-bottom: 30px;
}

.user_profile_information__image img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
  max-width: 65px;
  margin-right: 35px;
}

.user_profile_information__name {
  text-align: left;
  padding-bottom: 30px;
}

.user_profile_information__name a {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #61B87C;
  padding-right: 40px;
}

.user_profile_information__name a:hover {
  color: #389958;
}

.user_profile_information__description {
  font-size: 18px;
  line-height: 27px;
  font-weight: normal;
  text-align: left;
}

.user_profile_information__description p {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.user_profile_information__description strong,
.user_profile_information__description b {
  font-weight: 900;
}

.user_profile_information__contacts {
  font-size: 18px;
  line-height: 27px;
  font-weight: normal;
  text-align: left;
  padding-top: 60px;
}

.user_profile_information__contacts a svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
  max-width: 22px;
  margin-right: 8px;
  position: relative;
  margin-top: -10px;
}

.user_profile_information__contacts a:hover svg path {
  stroke: #389958;
}

.user_profile_information__edit_btn {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
  margin-top: 15px;
}

@media (max-width: 850px) {
  .user_profile_information__wrapper {
    padding-top: 40px;
  }
  .user_profile_information__image {
    padding-bottom: 20px;
  }
  .user_profile_information__image img {
    max-width: 65px;
    margin-right: 25px;
  }
  .user_profile_information__name {
    padding-bottom: 20px;
  }
  .user_profile_information__name a {
    font-size: 26px;
    line-height: 30px;
    padding-right: 40px;
  }
  .user_profile_information__description {
    font-size: 16px;
    line-height: 24px;
  }
  .user_profile_information__contacts {
    font-size: 16px;
    line-height: 24px;
    padding-top: 40px;
  }
  .user_profile_information__contacts a svg {
    margin-right: 8px;
    margin-top: -10px;
  }
  .user_profile_information__edit_btn {
    margin-top: 15px;
  }
}
@media (max-width: 575px) {
  .user_profile_information__wrapper {
    padding-top: 30px;
  }
  .user_profile_information__image {
    padding-bottom: 10px;
  }
  .user_profile_information__image img {
    max-width: 65px;
    margin-right: 25px;
  }
  .user_profile_information__name {
    padding-bottom: 10px;
  }
  .user_profile_information__name a {
    font-size: 26px;
    line-height: 30px;
    padding-right: 40px;
  }
  .user_profile_information__contacts {
    padding-top: 30px;
  }
  .user_profile_information__edit_btn {
    margin-top: 10px;
  }
}
@media (max-width: 440px) {
  .user_profile_information__wrapper {
    padding-top: 20px;
  }
  .user_profile_information__image {
    padding-bottom: 10px;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .user_profile_information__name {
    padding-bottom: 10px;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .user_profile_information__contacts {
    padding-top: 20px;
  }
}
.contacts__wrapper .colorful_button__element {
  padding: 55px 30px 100px 30px;
  text-align: center;
}

.contacts__wrapper .colorful_button__element:after {
  display: none;
}

.contacts__wrapper .colorful_button__element i {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  max-width: 62px;
  height: 54px;
  margin: 0px auto 20px;
  position: relative;
  z-index: 1;
  text-align: center;
}

.contacts__wrapper .colorful_button__element img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  max-width: 62px;
  max-height: 100%;
  height: auto;
  margin: 0px auto;
}

.contacts__wrapper .colorful_button__element span,
.contacts__wrapper .colorful_button__element a {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 18px;
  line-height: 27px;
  font-weight: normal;
}

.contacts__wrapper .colorful_button__element span.caption_lg,
.contacts__wrapper .colorful_button__element a.caption_lg {
  font-size: 36px;
  line-height: 42px;
  font-weight: 500;
  margin-bottom: 15px;
}

.contacts__wrapper .colorful_button__element span.caption_sm,
.contacts__wrapper .colorful_button__element a.caption_sm {
  font-size: 24px;
  line-height: 33px;
  font-weight: normal;
  margin-bottom: 20px;
}

.contacts__wrapper .colorful_button__element span.caption_xs,
.contacts__wrapper .colorful_button__element a.caption_xs {
  font-size: 18px;
  line-height: 27px;
  font-weight: normal;
}

.contacts__wrapper .colorful_button__element a {
  text-decoration: underline;
  text-decoration-color: transparent;
}

.contacts__wrapper .colorful_button__element a:hover {
  text-decoration: underline;
  text-decoration-color: inherit;
}

@media (max-width: 850px) {
  .contacts__wrapper .colorful_button__element {
    padding: 35px 30px 50px 30px;
  }
  .contacts__wrapper .colorful_button__element i {
    margin: 0px auto 15px;
  }
  .contacts__wrapper .colorful_button__element span,
  .contacts__wrapper .colorful_button__element a {
    font-size: 16px;
    line-height: 22px;
  }
  .contacts__wrapper .colorful_button__element span.caption_lg,
  .contacts__wrapper .colorful_button__element a.caption_lg {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .contacts__wrapper .colorful_button__element span.caption_sm,
  .contacts__wrapper .colorful_button__element a.caption_sm {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .contacts__wrapper .colorful_button__element span.caption_xs,
  .contacts__wrapper .colorful_button__element a.caption_xs {
    font-size: 16px;
    line-height: 22px;
  }
}
.section__headline__element {
  display: block;
  padding: 0;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 20px 20px 15px;
  text-decoration: none;
  border: 0;
  text-align: center;
  font-size: 24px;
  line-height: 33px;
  font-weight: normal;
  color: #4A4A4A;
}

.section__headline__element img,
.section__headline__element svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-width: 100%;
  margin: 0;
  max-width: 44px;
  max-height: 44px;
  margin: 0 10px 0 0;
  padding: 0;
}

.contacts_page__wrapper,
.custom_request_form__wrapper {
  background-color: #fff;
  padding-top: 75px;
  padding-bottom: 100px;
}

.contacts_page__wrapper h1,
.custom_request_form__wrapper h1,
.contacts_page__wrapper h2,
.custom_request_form__wrapper h2,
.contacts_page__wrapper h3,
.custom_request_form__wrapper h3 {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 36px;
  line-height: 42px;
  font-weight: 500;
  color: #4A4A4A;
}

.contacts_page__wrapper h3,
.custom_request_form__wrapper h3 {
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 20px;
}

.contacts__person__info {
  padding-top: 50px;
  font-size: 18px;
  line-height: 27px;
  font-weight: normal;
  color: #4A4A4A;
}

.contacts__person__info strong,
.contacts__person__info b {
  font-weight: 700;
}

@media (max-width: 850px) {
  .section__headline__element {
    padding: 20px 20px 15px;
    font-size: 22px;
    line-height: 33px;
  }
  .contacts_page__wrapper,
  .custom_request_form__wrapper {
    padding-top: 35px;
    padding-bottom: 60px;
  }
  .contacts_page__wrapper h1,
  .custom_request_form__wrapper h1,
  .contacts_page__wrapper h2,
  .custom_request_form__wrapper h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .contacts_page__wrapper h3,
  .custom_request_form__wrapper h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .contacts__person__info {
    padding-top: 35px;
    font-size: 16px;
    line-height: 24px;
  }
}
.colorful__section__wrapper {
  text-align: center;
  padding: 60px 0 75px;
  margin: 0;
  overflow-x: hidden;
}

.colorful__section__wrapper .colorful__section__content {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  max-width: 80%;
  margin: 0 auto;
}

.colorful__section__wrapper h2 {
  display: block;
  margin: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 30px;
  padding: 0;
  font-size: 48px;
  line-height: 56px;
  font-weight: 500;
}

.colorful__section__wrapper h2.colorful__section__accent {
  font-size: 86px;
  line-height: 92px;
  font-weight: bold;
  margin: 20px auto 40px;
}

.colorful__section__wrapper p {
  font-size: 24px;
  line-height: 33px;
  font-weight: normal;
}

.colorful__section__wrapper small {
  font-size: 18px;
  line-height: 27px;
  font-weight: normal;
}

.colorful__section__wrapper.colorful__section__blue {
  background-color: #FAB216;
  color: #fff;
}

.colorful__section__wrapper.colorful__section__blue p {
  color: #F9F8F8;
}

.colorful__section__wrapper.colorful__section__white,
.colorful__section__wrapper.colorful__section__transparent,
.colorful__section__wrapper.colorful__section__yellow {
  background-color: #fff;
  color: #4A4A4A;
}

.colorful__section__wrapper.colorful__section__white h1,
.colorful__section__wrapper.colorful__section__transparent h1,
.colorful__section__wrapper.colorful__section__yellow h1,
.colorful__section__wrapper.colorful__section__white h2,
.colorful__section__wrapper.colorful__section__transparent h2,
.colorful__section__wrapper.colorful__section__yellow h2,
.colorful__section__wrapper.colorful__section__white h3,
.colorful__section__wrapper.colorful__section__transparent h3,
.colorful__section__wrapper.colorful__section__yellow h3,
.colorful__section__wrapper.colorful__section__white h4,
.colorful__section__wrapper.colorful__section__transparent h4,
.colorful__section__wrapper.colorful__section__yellow h4,
.colorful__section__wrapper.colorful__section__white h5,
.colorful__section__wrapper.colorful__section__transparent h5,
.colorful__section__wrapper.colorful__section__yellow h5,
.colorful__section__wrapper.colorful__section__white h6,
.colorful__section__wrapper.colorful__section__transparent h6,
.colorful__section__wrapper.colorful__section__yellow h6 {
  color: #61B87C;
}

.colorful__section__wrapper.colorful__section__white p,
.colorful__section__wrapper.colorful__section__transparent p,
.colorful__section__wrapper.colorful__section__yellow p {
  color: #4A4A4A;
}

.colorful__section__wrapper.colorful__section__white.colorful__section__white__black h1,
.colorful__section__wrapper.colorful__section__transparent.colorful__section__white__black h1,
.colorful__section__wrapper.colorful__section__yellow.colorful__section__white__black h1,
.colorful__section__wrapper.colorful__section__white.colorful__section__white__black h2,
.colorful__section__wrapper.colorful__section__transparent.colorful__section__white__black h2,
.colorful__section__wrapper.colorful__section__yellow.colorful__section__white__black h2,
.colorful__section__wrapper.colorful__section__white.colorful__section__white__black h3,
.colorful__section__wrapper.colorful__section__transparent.colorful__section__white__black h3,
.colorful__section__wrapper.colorful__section__yellow.colorful__section__white__black h3,
.colorful__section__wrapper.colorful__section__white.colorful__section__white__black h4,
.colorful__section__wrapper.colorful__section__transparent.colorful__section__white__black h4,
.colorful__section__wrapper.colorful__section__yellow.colorful__section__white__black h4,
.colorful__section__wrapper.colorful__section__white.colorful__section__white__black h5,
.colorful__section__wrapper.colorful__section__transparent.colorful__section__white__black h5,
.colorful__section__wrapper.colorful__section__yellow.colorful__section__white__black h5,
.colorful__section__wrapper.colorful__section__white.colorful__section__white__black h6,
.colorful__section__wrapper.colorful__section__transparent.colorful__section__white__black h6,
.colorful__section__wrapper.colorful__section__yellow.colorful__section__white__black h6 {
  color: #4A4A4A;
}

.colorful__section__wrapper.colorful__section__green {
  background-color: #61B87C;
  color: #fff;
}

.colorful__section__wrapper.colorful__section__green h1,
.colorful__section__wrapper.colorful__section__green h2,
.colorful__section__wrapper.colorful__section__green h3,
.colorful__section__wrapper.colorful__section__green h4,
.colorful__section__wrapper.colorful__section__green h5,
.colorful__section__wrapper.colorful__section__green h6 {
  color: #fff;
}

.colorful__section__wrapper.colorful__section__green p {
  color: #fff;
}

.colorful__section__wrapper.colorful__section__transparent {
  background-color: transparent !important;
}

.colorful__section__wrapper.colorful__section__transparent.colorful__section__transparent__dark h1,
.colorful__section__wrapper.colorful__section__transparent.colorful__section__transparent__dark h2,
.colorful__section__wrapper.colorful__section__transparent.colorful__section__transparent__dark h3,
.colorful__section__wrapper.colorful__section__transparent.colorful__section__transparent__dark h4,
.colorful__section__wrapper.colorful__section__transparent.colorful__section__transparent__dark h5,
.colorful__section__wrapper.colorful__section__transparent.colorful__section__transparent__dark h6 {
  color: #4A4A4A;
}

.colorful__section__wrapper.colorful__section__yellow {
  background-color: #F1E14F !important;
  color: #4A4A4A;
}

.colorful__section__wrapper.colorful__section__yellow h1,
.colorful__section__wrapper.colorful__section__yellow h2,
.colorful__section__wrapper.colorful__section__yellow h3,
.colorful__section__wrapper.colorful__section__yellow h4,
.colorful__section__wrapper.colorful__section__yellow h5,
.colorful__section__wrapper.colorful__section__yellow h6 {
  color: #4A4A4A;
}

.colorful__section__wrapper.colorful__section__nobpadd {
  padding-bottom: 35px;
}

@media (max-width: 850px) {
  .colorful__section__wrapper {
    padding: 40px 30px 60px;
  }
  .colorful__section__wrapper .colorful__section__content {
    max-width: 100%;
  }
  .colorful__section__wrapper h2 {
    margin: 0 auto 20px;
    font-size: 36px;
    line-height: 46px;
  }
  .colorful__section__wrapper h2.colorful__section__accent {
    font-size: 56px;
    line-height: 62px;
    margin: 15px auto 30px;
  }
  .colorful__section__wrapper p {
    font-size: 20px;
    line-height: 28px;
  }
}
.feedback__page__wrapper,
.custom_request_form__wrapper {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 90px;
}

.feedback__page__wrapper h1,
.custom_request_form__wrapper h1,
.feedback__page__wrapper h2,
.custom_request_form__wrapper h2 {
  margin: 0 0 20px;
}

.feedback__page__wrapper .form-group label:not(.checkbox):not(.radio),
.custom_request_form__wrapper .form-group label:not(.checkbox):not(.radio) {
  color: #c3c2c2;
}

.feedback__page__wrapper .form-group textarea,
.custom_request_form__wrapper .form-group textarea {
  min-height: 140px;
}

.feedback__page__wrapper .form-check-custom,
.custom_request_form__wrapper .form-check-custom {
  margin-top: 15px !important;
  margin-bottom: 25px;
}

.feedback__page__wrapper .form-row,
.custom_request_form__wrapper .form-row {
  padding-top: 30px;
  padding-bottom: 40px;
}

.feedback__page__wrapper .radio-custom,
.custom_request_form__wrapper .radio-custom {
  margin: 0 !important;
  padding-bottom: 20px;
  position: relative;
}

.custom_request_form__wrapper .radio-custom label {
  position: initial;
  left: initial;
  top: initial;
  bottom: initial;
  right: initial;
}

.feedback__page__wrapper .form__action__message,
.custom_request_form__wrapper .form__action__message {
  max-width: 850px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 0;
}

.feedback__page__wrapper .form__action__message .btn,
.custom_request_form__wrapper .form__action__message .btn {
  max-width: 415px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 850px) {
  .feedback__page__wrapper,
  .custom_request_form__wrapper {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .feedback__page__wrapper .form-check-custom,
  .custom_request_form__wrapper .form-check-custom {
    margin-top: 15px !important;
    margin-bottom: 25px;
  }
  .feedback__page__wrapper .form-row,
  .custom_request_form__wrapper .form-row {
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .feedback__page__wrapper .radio-custom,
  .custom_request_form__wrapper .radio-custom {
    margin: 0 !important;
    padding-bottom: 10px;
    position: relative;
  }
  .custom_request_form__wrapper .radio-custom label {
    position: initial;
    left: initial;
    top: initial;
    bottom: initial;
    right: initial;
  }
}
h1 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 400;
}

@media (max-width: 850px) {
  h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (min-width: 575px) and (max-width: 1100px) {
  .colorful_button__element {
    padding: 3.2vw 8vw 9vw 8vw;
  }
  .colorful_button__element:after {
    width: 3.2vw;
    height: 3.2vw;
    background-size: 3.2vw auto;
    background-position: 90% 85%;
    bottom: 3.2vw;
    right: 8vw;
  }
  .colorful_button__element i {
    max-width: 4.5vw;
    height: 4.5vw;
    margin: 0px 0px 3.2vw;
  }
  .colorful_button__element img {
    max-width: 4.5vw;
  }
  .colorful_button__element span {
    font-size: 2.85vw;
    line-height: 3.8vw;
  }
}
@media (min-width: 575px) and (max-width: 768px) {
  .colorful_button__element {
    padding: 4.4vw 5vw 10vw 5vw;
  }
  .colorful_button__element:after {
    width: 4vw;
    height: 4vw;
    background-size: 4vw auto;
    background-position: 90% 85%;
    bottom: 4vw;
    right: 5vw;
  }
  .colorful_button__element i {
    max-width: 7vw;
    height: 7vw;
    margin: 0px 0px 4vw;
  }
  .colorful_button__element img {
    max-width: 7vw;
  }
  .colorful_button__element span {
    font-size: 3.25vw;
    line-height: 4.2vw;
  }
}
@media (max-width: 420px) {
  .colorful_button__element {
    padding: 8vw 8vw 12vw 8vw;
  }
  .colorful_button__element:after {
    width: 5vw;
    height: 5vw;
    background-size: 5vw auto;
    background-position: 90% 85%;
    bottom: 5vw;
    right: 8vw;
  }
  .colorful_button__element i {
    max-width: 12vw;
    height: 12vw;
    margin: 0px 0px 6vw;
  }
  .colorful_button__element img {
    max-width: 12vw;
  }
  .colorful_button__element span {
    font-size: 5.85vw;
    line-height: 6.8vw;
  }
}
.wide_image__wrapper {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.wide_image__wrapper img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.colorful__section__wrapper .teaserBlock {
  text-align: left !important;
}

.pulications__wrapper.row,
.container-fluid.container-fluid-nogaps > .row.pulications__wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 0px;
  padding-right: 0px;
}

.pulications__wrapper.row > div,
.container-fluid.container-fluid-nogaps > .row.pulications__wrapper > div {
  padding: 0 7.5px;
}

.pulications__wrapper.row.colorful__section__wrapper h1,
.container-fluid.container-fluid-nogaps > .row.pulications__wrapper.colorful__section__wrapper h1,
.pulications__wrapper.row.colorful__section__wrapper h2,
.container-fluid.container-fluid-nogaps > .row.pulications__wrapper.colorful__section__wrapper h2,
.pulications__wrapper.row.colorful__section__wrapper h3,
.container-fluid.container-fluid-nogaps > .row.pulications__wrapper.colorful__section__wrapper h3,
.pulications__wrapper.row.colorful__section__wrapper h4,
.container-fluid.container-fluid-nogaps > .row.pulications__wrapper.colorful__section__wrapper h4,
.pulications__wrapper.row.colorful__section__wrapper h5,
.container-fluid.container-fluid-nogaps > .row.pulications__wrapper.colorful__section__wrapper h5,
.pulications__wrapper.row.colorful__section__wrapper h6,
.container-fluid.container-fluid-nogaps > .row.pulications__wrapper.colorful__section__wrapper h6 {
  color: #4A4A4A !important;
}

.pulications__wrapper .teaserBlock__title {
  font-size: 36px;
  line-height: 42px;
  font-weight: 500;
  color: #61B87C;
  margin-bottom: 20px;
}

.pulications__wrapper .teaserBlock__txt {
  font-size: 18px;
  line-height: 32px;
  font-weight: normal;
  color: #4A4A4A;
  margin-bottom: 30px;
}

.pulications__wrapper .teaserBlock.teaserBlock--service .teaserBlock__txt {
  color: #BDBDBD;
  line-height: 27px;
}

@media (min-width: 992px) and (max-width: 1310px) {
  .pulications__wrapper {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .pulications__wrapper .teaserBlock__title {
    font-size: 2.65vw;
    line-height: 3.65vw;
    margin-bottom: 2vw;
  }
  .pulications__wrapper .teaserBlock__txt {
    font-size: 1.35vw;
    line-height: 2.45vw;
    margin-bottom: 3vw;
  }
}
@media (max-width: 992px) {
  .pulications__wrapper {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .pulications__wrapper .teaserBlock__title {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 768px) {
  .pulications__wrapper {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .pulications__wrapper > div {
    margin-bottom: 30px;
  }
  .pulications__wrapper .teaserBlock__title {
    font-size: 28px;
    line-height: 32px;
  }
}
.wide_publication__wrapper {
  margin: 0 auto;
  background-color: #fff;
}

.wide_publication__wrapper > div {
  padding: 0;
  position: relative;
  text-align: left;
}

.wide_publication__wrapper > div:nth-child(1) {
  padding: 45px 40px 120px 100px;
}

.wide_publication__wrapper small {
  display: block;
  margin: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 0 35px;
  padding: 0;
  text-align: left;
  font-size: 18px;
  line-height: 27px;
  font-weight: normal;
  color: #EB6437;
}

.wide_publication__wrapper p {
  display: block;
  margin: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 0 40px;
  padding: 0;
  text-align: left;
  font-size: 36px;
  line-height: 42px;
  font-weight: 500;
  color: #61B87C !important;
}

.wide_publication__wrapper .appLinks {
  padding: 0;
  margin: 0;
}

.wide_publication__wrapper .appLinks .container {
  padding: 0;
  margin: 0;
}

.wide_publication__wrapper .appLinks .appLinks__links {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.wide_publication__wrapper .appLinks .appLinks__links a {
  margin: 0 20px 20px 0;
}

.wide_publication__preview {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.wide_publication__preview img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}

@media (max-width: 992px) {
  .wide_publication__wrapper > div:nth-child(1) {
    padding: 35px 30px 50px 50px;
  }
  .wide_publication__wrapper small {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 22px;
  }
  .wide_publication__wrapper p {
    margin: 0 0 20px;
    font-size: 28px;
    line-height: 36px;
  }
  .wide_publication__wrapper .appLinks .appLinks__links a {
    margin: 0 15px 15px 0;
  }
}
@media (max-width: 768px) {
  .wide_publication__wrapper > div:nth-child(1) {
    padding: 40px 40px 20px 40px;
  }
  .wide_publication__wrapper small {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 22px;
  }
  .wide_publication__wrapper p {
    margin: 0 0 20px;
    font-size: 28px;
    line-height: 36px;
  }
  .wide_publication__wrapper .appLinks .appLinks__links a {
    margin: 0 15px 15px 0;
  }
  .wide_publication__preview {
    position: initial;
    left: initial;
    top: initial;
    right: initial;
    bottom: initial;
  }
  .wide_publication__preview img {
    opacity: 1;
    position: relative;
  }
}
.inlist__element__wrapper {
  text-align: left;
  padding-left: 30px;
  padding-bottom: 30px;
  margin: 0 !important;
}

.inlist__element__wrapper > div:nth-child(1) {
  -ms-flex: 0 0 95px;
  -webkit-box-flex: 0;
  flex: 0 0 95px;
  max-width: 95px;
  width: 95px;
}

.inlist__element__wrapper > div:nth-child(2) {
  -ms-flex: 0 0 70%;
  -webkit-box-flex: 0;
  flex: 0 0 70%;
  max-width: 70%;
  width: 70%;
}

.inlist__element__wrapper > div img,
.inlist__element__wrapper > div svg {
  display: block;
  margin: 0;
  width: 100%;
  max-width: 100%;
  max-width: 56px;
  margin: 0 20px 20px 0;
  padding: 0;
}

.inlist__element__wrapper > div span {
  display: block;
  margin: 0;
  width: 100%;
  max-width: 100%;
  margin: 8px 0 15px;
  padding: 0;
  font-size: 30px;
  line-height: 30px;
  color: #779FD4;
  font-weight: bold;
}

.inlist__element__wrapper > div p {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 27px;
  color: #4A4A4A;
  font-weight: normal;
}

@media (min-width: 1440px) {
  .inlist__element__wrapper {
    padding-left: 60px;
    margin: 0 !important;
  }
}
.colorful__section__wrapper .inlist__element__wrapper {
  color: #4A4A4A;
  margin: 0 !important;
}

.colorful__section__wrapper.colorful__section__yellow .inlist__element__wrapper {
  margin: 0 !important;
  padding-left: 0px;
}

.colorful__section__wrapper.colorful__section__yellow .inlist__element__wrapper span {
  color: #4A4A4A;
}

.colorful__section__wrapper.colorful__section__custom_request_form__wrapper {
  padding: 60px 0 40px !important;
}

.custom_request_form__wrapper {
  padding: 60px 0px;
}

.custom_request_form__wrapper small {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  color: #9B9B9B;
  font-weight: normal;
  text-align: left;
}

.custom_request_form__head_icon {
  display: block;
  margin: 0;
  width: 100%;
  max-width: 100%;
  max-width: 42px;
  margin: 0 auto 50px;
  padding: 0;
}

.custom_request_form__footer {
  font-size: 14px;
  line-height: 18px;
  color: #9B9B9B;
  font-weight: normal;
  text-align: center;
  padding: 30px 50px 0px;
}

.custom_request_form__footer a {
  text-decoration: underline;
  text-decoration-color: #9B9B9B;
  border: 0;
  color: #9B9B9B;
}

.custom_request_form__footer a:hover {
  text-decoration: underline;
  text-decoration-color: transparent;
  border: 0;
  color: #9B9B9B;
}

.custom_request_form {
  padding-top: 50px;
}

.custom_request_form .form-group label:not(.checkbox):not(.radio) {
  color: #c3c2c2 !important;
}

.custom_request_form .form-group label:not(.checkbox):not(.radio).label_active_input,
.custom_request_form .form-group label:not(.checkbox):not(.radio).active-label {
  color: #61B87C !important;
}

.custom_request_form .form-group.is_invalid label:not(.checkbox):not(.radio) {
  color: #eb6437 !important;
}

.custom_request_form .form-group.is_invalid label:not(.checkbox):not(.radio).label_active_input,
.custom_request_form .form-group.is_invalid label:not(.checkbox):not(.radio).active-label {
  color: #eb6437 !important;
}

.custom_request_form .btn.btn-default {
  border: 2px solid #61B87C;
  color: #61B87C;
  display: block;
  padding: 0;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 15px;
  background-color: transparent !important;
  max-height: 64px;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 1px;
}

.custom_request_form .btn.btn-default:hover {
  color: #377A6C;
  border-color: #377A6C;
}

@media (max-width: 575px) {
  .custom_request_form__wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 992px) {
  .custom_request_form__wrapper {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .custom_request_form__wrapper .custom_request_form__head_icon {
    margin-bottom: 30px;
  }
  .custom_request_form__wrapper .custom_request_form {
    padding-top: 10px;
  }
  .custom_request_form__wrapper .custom_request_form .btn {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .custom_request_form__wrapper {
    padding-bottom: 40px;
  }
  .custom_request_form__wrapper .custom_request_form .btn {
    font-size: 18px;
    white-space: normal;
    max-height: 100% !important;
  }
}
.mainTop__caption_xs .mainTop__caption_xs,
.mainTop__content .mainTop__caption_xs {
  display: block;
  margin: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 0 15px;
  padding: 0;
  color: #4A4A4A;
  font-size: 18px;
  line-height: 27px;
  font-weight: normal;
}

.mainTop.mainTop-custom .mainTop__content,
.mainTop.mainTop--right.mainTop-custom .mainTop__content,
.mainTop.mainTop--left.mainTop-custom .mainTop__content {
  padding: 35px 60px 40px !important;
}

@media (max-width: 1315px) {
  .mainTop__item {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (max-width: 575px) {
  .mainTop.mainTop-custom .mainTop__content,
  .mainTop.mainTop--right.mainTop-custom .mainTop__content,
  .mainTop.mainTop--left.mainTop-custom .mainTop__content {
    padding: 30px !important;
  }
  .mainTop .mainTop__btn {
    padding-left: 30px;
    padding-right: 30px;
  }
}
ul.checklist__elements {
  list-style: none;
  margin: 0;
  padding: 0 0 30px;
  width: 100%;
  max-width: 100%;
  text-align: left;
}

ul.checklist__elements li {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  min-height: 42px;
  margin: 0 0 40px;
  padding: 0 0 0 70px;
  background-size: auto 42px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("https://energuide.ru/static/images/icons/icon-checklist-bullet.svg?86eedaf7ab36");
  font-size: 30px;
  line-height: 35px;
  font-weight: bold;
  color: #779FD4;
  text-align: left;
}

ul.checklist__elements.checklist__elements_xs {
  padding: 0 0 20px;
}

ul.checklist__elements.checklist__elements_xs li {
  min-height: 22px;
  margin: 0 0 25px;
  padding: 0 0 0 45px;
  background-size: auto 22px;
  background-image: url("https://energuide.ru/static/images/icons/icon-checklist-bullet.svg?86eedaf7ab36");
  font-size: 18px;
  line-height: 27px;
}

@media (max-width: 850px) {
  ul.checklist__elements {
    padding: 0 0 20px;
  }
  ul.checklist__elements li {
    min-height: 22px;
    margin: 0 0 25px;
    padding: 0 0 0 45px;
    background-size: auto 22px;
    background-image: url("https://energuide.ru/static/images/icons/icon-checklist-bullet.svg?86eedaf7ab36");
    font-size: 18px;
    line-height: 27px;
  }
}
.benefits__wrapper {
  max-width: 1860px;
  margin: 0 auto;
  padding: 10px 15px 0px;
  color: #fff;
}

.benefits__wrapper .benefits__element__title {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
  margin: 0 auto;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  font-weight: bold;
  text-align: center;
  opacity: 0.75;
}

.benefits__wrapper .benefits__element__title:hover {
  opacity: 0.9;
}

.benefits__wrapper .benefits__element__title.benefits__element__title__active,
.benefits__wrapper .benefits__element__title.benefits__element__title__active:hover {
  opacity: 1;
}

.benefits__wrapper .benefits__element__description {
  display: none;
}

.benefits__wrapper .benefits__element__content {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  margin: 40px auto -30px;
  padding: 40px;
  font-size: 24px;
  line-height: 33px;
  color: #4A4A4A;
  font-weight: normal;
  text-align: center;
  position: relative;
}

.benefits__wrapper .benefits__element__content .benefits__wrapper__corner {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 18px 18px 18px;
  border-color: transparent transparent #ffffff transparent;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10000;
  margin-top: -57px;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -ms-transition-property: all;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

@media (min-width: 850px) and (max-width: 1100px) {
  .benefits__wrapper .benefits__element__title {
    font-size: 2.8vw;
    line-height: 3vw;
  }
}
@media (max-width: 850px) {
  .benefits__wrapper > div {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }
  .benefits__wrapper .benefits__element__title,
  .benefits__wrapper .benefits__element__title:hover,
  .benefits__wrapper .benefits__element__title.benefits__element__title__active,
  .benefits__wrapper .benefits__element__title.benefits__element__title__active:hover {
    opacity: 1;
  }
  .benefits__wrapper .benefits__element__description {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    margin: 20px auto 40px;
    padding: 40px;
    font-size: 24px;
    line-height: 33px;
    color: #4A4A4A;
    font-weight: normal;
    text-align: center;
    position: relative;
  }
  .benefits__wrapper .benefits__element__content {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .benefits__wrapper > div {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .benefits__wrapper .benefits__element__title,
  .benefits__wrapper .benefits__element__title:hover,
  .benefits__wrapper .benefits__element__title.benefits__element__title__active,
  .benefits__wrapper .benefits__element__title.benefits__element__title__active:hover {
    font-size: 24px;
    line-height: 28px;
  }
  .benefits__wrapper .benefits__element__description {
    margin: 10px 0 30px;
    font-size: 18px;
    line-height: 24px;
  }
}
.content_elements__slider {
  margin-bottom: 55px !important;
}

.content_elements__slider .owl-dots {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  text-align: center;
  position: absolute;
  z-index: 5;
  bottom: -55px;
}

.content_elements__slider .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  padding: 0;
  margin: 0 6.5px 0px;
  border-radius: 100%;
  background-color: #E0E0E0 !important;
}

.content_elements__slider .owl-dots .owl-dot * {
  display: none;
}

.content_elements__slider .owl-dots .owl-dot.active {
  background-color: #389958 !important;
}

@media (max-width: 768px) {
  .content_elements__slider .owl-dots .owl-dot {
    width: 11px;
    height: 11px;
    margin: 0 5px 0px;
  }
}
.custom_form__files__wrapper small {
  display: block;
  margin: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 0 10px;
  padding: 0;
  font-size: 14px;
  line-height: 16px;
  color: #4A4A4A;
  font-weight: normal;
  text-align: left;
}

.custom_form__files__wrapper small a {
  text-decoration: underline;
  text-decoration-color: transparent;
  border: 0;
  color: #779FD4;
}

.custom_form__files__wrapper small a:hover {
  text-decoration: underline;
  text-decoration-color: #779FD4;
  color: #779FD4;
}

.custom_form__files__wrapper .form-group {
  margin-bottom: 20px !important;
}

.custom_form__fileslist__wrapper {
  display: block;
  margin: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 0 20px;
  padding: 0;
}

.fileslist__element {
  display: block;
  margin: 0;
  width: 100%;
  max-width: 100%;
  margin: -3px 0;
  padding: 0;
}

.fileslist__element a {
  text-decoration: underline;
  text-decoration-color: transparent;
  border: 0;
  font-size: 14px;
  line-height: 16px;
  color: #EB6437;
  font-weight: bold;
  text-align: left;
}

.fileslist__element a:hover {
  text-decoration: underline;
  text-decoration-color: #EB6437;
  color: #EB6437;
}

.fileslist__element span {
  font-size: 14px;
  line-height: 16px;
  color: #779FD4;
  font-weight: bold;
  text-align: left;
}

.fileslist__element input {
  display: none;
}

.fileslist__element.fileslist__element__nofile span {
  line-height: 64px;
}

.fileslist__element.fileslist__element__nofile__default * {
  margin-bottom: 0px !important;
}

.custom_request_form__actions .btn {
  width: 100%;
  max-width: 100%;
}

.custom_request_form__actions .form-check-custom {
  padding-right: 145px;
}

.custom_request_form__content__wrapper__source {
  display: none;
}

@media (min-width: 575px) and (max-width: 1100px) {
  .custom_request_form .custom_request_form__actions {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding-bottom: 10px;
  }
  .custom_request_form .custom_request_form__actions .btn {
    width: 100%;
    max-width: 100%;
    min-width: 250px;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .custom_form__fileslist__wrapper {
    margin-top: -15px;
  }
  .fileslist__element.fileslist__element__nofile span {
    line-height: 16px;
  }
  .custom_request_form .form-check.form-check-custom {
    margin: 0px;
  }
  .custom_request_form .custom_request_form__actions {
    padding-bottom: 10px;
  }
  .custom_request_form .custom_request_form__footer {
    padding: 10px 30px 0;
  }
}
.content_page__container {
  padding: 65px 60px 50px;
  background-color: #fff;
  margin: 0;
}

.content_page__container > div:nth-child(1) {
  padding-right: 7.5px;
}

.content_page__container > div:nth-child(2) {
  padding-left: 35px;
}

.content_page__wrapper {
  margin-top: 60px;
  font-size: 18px;
  line-height: 27px;
  color: #4A4A4A;
  font-weight: normal;
  text-align: left;
  padding-left: 0px;
  padding-right: 0px;
}

.content_page__wrapper h1,
.content_page__wrapper h2,
.content_page__wrapper h3,
.content_page__wrapper h4,
.content_page__wrapper h5,
.content_page__wrapper h6 {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.content_page__wrapper h1 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 500 !important;
  margin: 0 0 35px;
}

.content_page__wrapper h2 {
  font-size: 30px;
  line-height: 35px;
  margin: 0px 0 25px;
}

.content_page__wrapper h3 {
  font-size: 24px;
  line-height: 33px;
  font-weight: normal;
  margin: 0px 0 20px;
}

.content_page__wrapper h4 {
  font-size: 22px;
  line-height: 26px;
  font-weight: normal;
  margin: 0px 0 15px;
}

.content_page__wrapper h5 {
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
  margin: 0px 0 15px;
}

.content_page__wrapper h6 {
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
}

.content_page__wrapper p {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  margin: 0px 0 25px;
  padding: 0px;
}

.content_page__wrapper p.mb-10 {
  margin-bottom: 10px !important;
}

.content_page__wrapper p.md_size {
  font-size: 24px;
  line-height: 33px;
}

.content_page__wrapper a:not(.attachments__element) {
  text-decoration: underline;
  text-decoration-color: inherit;
}

.content_page__wrapper a:not(.attachments__element):hover {
  color: #377A6C;
  text-decoration: underline;
  text-decoration-color: inherit;
}

.content_page__wrapper a:not(.attachments__element):visited {
  color: #8963A7;
  text-decoration: underline;
  text-decoration-color: inherit;
}

.content_page__wrapper img {
  display: block;
  margin: 0;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.content_page__wrapper table {
  margin: 0 auto 20px;
  width: 100%;
  max-width: 83.33333333%;
  border-bottom: 2px solid #D5D5D5;
}

.content_page__wrapper table th,
.content_page__wrapper table td {
  padding: 20px 20px 20px 25px;
}

.content_page__wrapper table a:not(.attachments__element) {
  text-decoration: none !important;
}

.content_page__wrapper table a:not(.attachments__element):hover {
  color: #377A6C;
  text-decoration: none !important;
}

.content_page__wrapper table a:not(.attachments__element):visited {
  color: #8963A7;
  text-decoration: none !important;
}

.content_page__wrapper blockquote {
  display: block;
  margin: 0;
  padding: 0;
  width: calc(100% + 135px);
  max-width: calc(100% + 135px);
  margin: 0 -67.5px 35px;
  padding: 18px 67.5px 15px;
  text-align: left;
  background-color: #FBF4DE;
}

.content_page__wrapper ol:not(.ya-share2__list),
.content_page__wrapper ul:not(.ya-share2__list) {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 0 35px;
  padding: 0px;
  list-style: none;
}

.content_page__wrapper ol:not(.ya-share2__list) li,
.content_page__wrapper ul:not(.ya-share2__list) li {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 0 15px;
  padding: 0 0 0 30px;
  position: relative;
}

.content_page__wrapper ol:not(.ya-share2__list) li ul,
.content_page__wrapper ul:not(.ya-share2__list) li ul {
  margin-top: 5px;
}

.content_page__wrapper ol:not(.ya-share2__list) li ul li,
.content_page__wrapper ul:not(.ya-share2__list) li ul li {
  margin-bottom: 5px;
  padding-left: 30px;
}

.content_page__wrapper ol:not(.ya-share2__list) {
  counter-reset: ol-counter;
}

.content_page__wrapper ol:not(.ya-share2__list) li {
  padding: 0 0 0 45px;
}

.content_page__wrapper ol:not(.ya-share2__list) li:before {
  position: absolute;
  width: 30px;
  left: 0px;
  top: -4px;
  vertical-align: middle;
  content: counter(ol-counter) ".";
  counter-increment: ol-counter;
  color: #61B87C;
  font-weight: bold;
  text-align: right;
  font-size: 30px;
  line-height: 35px;
}

.content_page__wrapper ul:not(.ya-share2__list) li:before {
  position: absolute;
  width: 13px;
  height: 13px;
  left: 0px;
  top: 8px;
  vertical-align: middle;
  content: " ";
  background: url("https://energuide.ru/static/images/icons/bullets_green.svg?86eedaf7ab36") no-repeat scroll left top transparent;
  background-size: auto auto;
}

.content_page__wrapper.content_page__wrapper__grayscale {
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #606160 !important;
  background-color: #F9F8F8;
}

.content_page__wrapper.content_page__wrapper__grayscale .content_page__container {
  background-color: #F9F8F8 !important;
  padding: 65px 105px 60px !important;
}

.content_page__wrapper.content_page__wrapper__grayscale h1,
.content_page__wrapper.content_page__wrapper__grayscale h2,
.content_page__wrapper.content_page__wrapper__grayscale h3,
.content_page__wrapper.content_page__wrapper__grayscale h4,
.content_page__wrapper.content_page__wrapper__grayscale h5,
.content_page__wrapper.content_page__wrapper__grayscale h6 {
  color: #606160 !important;
}

.content_page__wrapper.content_page__wrapper__grayscale h2 {
  margin: 0px 0 15px;
}

.content_page__wrapper.content_page__wrapper__grayscale h3 {
  margin: 0px 0 15px;
}

.content_page__wrapper.content_page__wrapper__grayscale h4 {
  margin: 0px 0 10px;
}

.content_page__wrapper.content_page__wrapper__grayscale h5 {
  margin: 0px 0 10px;
}

.content_page__wrapper.content_page__wrapper__grayscale p {
  margin: 0px 0 25px;
}

.content_page__wrapper.content_page__wrapper__grayscale a:not(.attachments__element) {
  color: #606160 !important;
}

.content_page__wrapper.content_page__wrapper__grayscale a:not(.attachments__element):hover {
  color: #606160;
  text-decoration: underline;
  text-decoration-color: transparent !important;
}

.content_page__wrapper.content_page__wrapper__grayscale a:not(.attachments__element):visited {
  color: #606160;
  text-decoration: underline;
  text-decoration-color: inherit;
}

.content_page__wrapper.content_page__wrapper__grayscale table th,
.content_page__wrapper.content_page__wrapper__grayscale table td {
  padding: 15px 15px 15px 20px;
}

.content_page__wrapper.content_page__wrapper__grayscale table a:not(.attachments__element) {
  text-decoration: none !important;
  color: #606160 !important;
}

.content_page__wrapper.content_page__wrapper__grayscale table a:not(.attachments__element):hover {
  color: #606160;
  text-decoration: underline;
  text-decoration-color: transparent !important;
}

.content_page__wrapper.content_page__wrapper__grayscale table a:not(.attachments__element):visited {
  color: #606160;
  text-decoration: underline;
  text-decoration-color: inherit;
}

.content_page__wrapper.content_page__wrapper__grayscale ol:not(.ya-share2__list),
.content_page__wrapper.content_page__wrapper__grayscale ul:not(.ya-share2__list) {
  margin: 0 0 25px;
}

.content_page__wrapper.content_page__wrapper__grayscale ol:not(.ya-share2__list) li,
.content_page__wrapper.content_page__wrapper__grayscale ul:not(.ya-share2__list) li {
  margin: 0 0 10px;
  padding: 0 0 0 50px;
}

.content_page__wrapper.content_page__wrapper__grayscale ol:not(.ya-share2__list) li ul,
.content_page__wrapper.content_page__wrapper__grayscale ul:not(.ya-share2__list) li ul {
  margin-top: 5px;
}

.content_page__wrapper.content_page__wrapper__grayscale ol:not(.ya-share2__list) li ul li,
.content_page__wrapper.content_page__wrapper__grayscale ul:not(.ya-share2__list) li ul li {
  margin-bottom: 5px;
  padding-left: 20px;
}

.content_page__wrapper.content_page__wrapper__grayscale ol:not(.ya-share2__list) li ul li:before,
.content_page__wrapper.content_page__wrapper__grayscale ul:not(.ya-share2__list) li ul li:before {
  left: 0px !important;
}

.content_page__wrapper.content_page__wrapper__grayscale ol:not(.ya-share2__list) li ol,
.content_page__wrapper.content_page__wrapper__grayscale ul:not(.ya-share2__list) li ol {
  margin-top: 5px;
}

.content_page__wrapper.content_page__wrapper__grayscale ol:not(.ya-share2__list) li ol li,
.content_page__wrapper.content_page__wrapper__grayscale ul:not(.ya-share2__list) li ol li {
  margin-bottom: 5px;
  padding-left: 20px;
}

.content_page__wrapper.content_page__wrapper__grayscale ol:not(.ya-share2__list) li {
  padding: 0 0 0 50px;
}

.content_page__wrapper.content_page__wrapper__grayscale ol:not(.ya-share2__list) li:before {
  position: absolute;
  width: 30px;
  left: 7px;
  top: -3px;
  vertical-align: middle;
  content: counter(ol-counter) ".";
  counter-increment: ol-counter;
  color: #979797;
  font-weight: bold;
  text-align: right;
  font-size: 18px;
  line-height: 27px;
}

.content_page__wrapper.content_page__wrapper__grayscale ul:not(.ya-share2__list) li:before {
  position: absolute;
  width: 11px;
  height: 11px;
  left: 25px;
  top: 5.5px;
  vertical-align: middle;
  content: " ";
  background: url("https://energuide.ru/static/images/icons/bullets_gray.svg") no-repeat scroll left top transparent !important;
  background-size: 100% auto;
}

@media (max-width: 992px) {
  .content_page__wrapper.content_page__wrapper__grayscale {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .content_page__wrapper.content_page__wrapper__grayscale .content_page__container {
    padding: 45px 60px 40px !important;
  }
}
@media (max-width: 768px) {
  .content_page__wrapper.content_page__wrapper__grayscale {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .content_page__wrapper.content_page__wrapper__grayscale .content_page__container {
    padding: 40px 40px 35px !important;
  }
}
@media (max-width: 375px) {
  .content_page__wrapper.content_page__wrapper__grayscale {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .content_page__wrapper.content_page__wrapper__grayscale .content_page__container {
    padding: 25px 20px 20px !important;
  }
}
@media (max-width: 320px) {
  .content_page__wrapper.content_page__wrapper__grayscale .content_page__container {
    padding: 25px 15px 20px !important;
  }
}
.btn.btn-grayscale {
  border: 0px;
  background-color: #D8D8D8;
  color: #377A6C;
  font-style: normal;
  font-weight: normal;
  line-height: 41px;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 0px;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 200px;
  height: 40px;
  max-height: 40px;
  margin: 0 0 5px 0;
}

.btn.btn-grayscale svg {
  position: relative;
  display: inline-block;
  width: auto;
  max-width: 100%;
  margin: 0;
  vertical-align: middle;
  width: 18px;
  margin: -3px 4px 0 0;
  padding: 0;
}

@media (max-width: 575px) {
  .btn.btn-grayscale {
    font-size: 14px;
  }
  .btn.btn-grayscale svg {
    position: relative;
    display: inline-block;
    width: auto;
    max-width: 100%;
    margin: 0;
    vertical-align: middle;
    width: 18px;
    margin: -4px 4px 0 0;
    padding: 0;
  }
}
.colorful__section__wrapper.pulication_page__wrapper {
  padding-top: 15px;
}

.colorful__section__wrapper.pulication_page__wrapper > div {
  padding: 0px !important;
}

.content_page__wrapper__footer p {
  margin: 0 0 10px !important;
}

.content__accent__wrapper {
  display: block;
  margin: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 0 40px;
  padding: 0;
}

.content__accent__wrapper p {
  display: block;
  margin: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 0 -10px;
  padding: 0;
  font-weight: bold;
  font-size: 86px;
  line-height: 86px;
  vertical-align: bottom;
  color: #FAB216;
}

.content__accent__wrapper p span {
  font-size: 30px;
}

.content__accent__wrapper small {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #4A4A4A;
  padding: 0 30px 0 0;
}

.pt-40 {
  padding-top: 40px !important;
}

@media (max-width: 1315px) {
  .content_page__wrapper {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .content_page__container {
    padding: 30px 30px 40px !important;
  }
  .content_page__container > div:nth-child(1) {
    padding-right: 15px;
  }
  .content_page__container > div:nth-child(2) {
    padding-left: 30px;
  }
  .content__accent__wrapper {
    margin: 0 0 30px;
  }
  .content__accent__wrapper p {
    margin: 0 0 -10px;
  }
  .content__accent__wrapper small {
    font-size: 18px;
    line-height: 27px;
    padding: 0 30px 0 0;
  }
}
@media (max-width: 1100px) {
  .content_page__wrapper {
    font-size: 16px;
    line-height: 24px;
  }
  .content_page__wrapper h1 {
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 25px;
  }
  .content_page__wrapper h2 {
    font-size: 26px;
    line-height: 30px;
    margin: 0px 0 20px;
  }
  .content_page__wrapper h3 {
    font-size: 20px;
    line-height: 28px;
    margin: 0px 0 15px;
  }
  .content_page__wrapper h4 {
    font-size: 18px;
    line-height: 22px;
    margin: 0px 0 10px;
  }
  .content_page__wrapper h5 {
    font-size: 16px;
    line-height: 20px;
    margin: 0px 0 10px;
  }
  .content_page__wrapper h6 {
    font-size: 16px;
    line-height: 20px;
  }
  .content_page__wrapper p {
    margin: 0px 0 20px;
  }
  .content_page__wrapper p.mb-10 {
    margin-bottom: 10px !important;
  }
  .content_page__wrapper p.md_size {
    font-size: 20px;
    line-height: 24px;
  }
  .content_page__wrapper ol,
  .content_page__wrapper ul {
    margin: 0 0 25px;
  }
  .content_page__wrapper ol li,
  .content_page__wrapper ul li {
    margin: 0 0 10px;
    padding: 0 0 0 30px;
  }
  .content_page__wrapper ol li:before {
    width: 20px;
  }
  .content_page__wrapper ul li:before {
    width: 13px;
    height: 13px;
    left: 0px;
    top: 6px;
  }
  .content_page__container {
    padding: 30px 30px 40px !important;
  }
  .content_page__container > div:nth-child(1) {
    padding-right: 15px;
  }
  .content_page__container > div:nth-child(2) {
    padding-left: 20px;
  }
  .content__accent__wrapper {
    margin: 0 0 25px;
  }
  .content__accent__wrapper p {
    margin: 0 0 0px;
    font-size: 5vw;
    line-height: 5vw;
  }
  .content__accent__wrapper p span {
    font-size: 3.5vw;
  }
  .content__accent__wrapper small {
    font-size: 16px;
    line-height: 20px;
    padding: 0 30px 0 0;
  }
}
@media (max-width: 768px) {
  .content_page__container > div {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding-bottom: 10px;
  }
  .content_page__container > div:nth-child(1) {
    padding: 0px !important;
  }
  .content_page__container > div:nth-child(2) {
    padding: 0px !important;
  }
  .content_page__container .content__accent__wrapper {
    margin: 0 0 25px;
  }
  .content_page__container .content__accent__wrapper p {
    margin: 0 0 0px;
    font-size: 40px;
    line-height: 40px;
  }
  .content_page__container .content__accent__wrapper p span {
    font-size: 24px;
  }
  .content_page__container .content__accent__wrapper small {
    font-size: 16px;
    line-height: 20px;
    padding: 0;
  }
}
.user_subscribe__form__wrapper {
  padding-bottom: 60px;
}

.user_subscribe__form__wrapper .radio-custom *,
.user_subscribe__form__wrapper .form-group.radio-custom * {
  color: #4A4A4A !important;
}

.user_subscribe__form__wrapper .radio-custom label,
.user_subscribe__form__wrapper .form-group.radio-custom label {
  cursor: pointer;
  position: relative;
  font-size: 14px !important;
  line-height: 16px !important;
}

.user_subscribe__form__wrapper .radio-custom .radio-custom__input,
.user_subscribe__form__wrapper .form-group.radio-custom .radio-custom__input {
  background-image: none !important;
}

.user_subscribe__status__wrapper {
  padding-top: 10px;
  padding-bottom: 20px;
}

.form__action__message.form__action__message__dark {
  background-color: #FAFAFA;
}

.user_area__content__wrapper .form__action__message {
  margin-top: 0px !important;
}

.user_area__personal_data__fileslist .listFiles__item {
  -webkit-transition-property: background-color;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: background-color;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -ms-transition-property: background-color;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease;
  -o-transition-property: background-color;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.fileUpload__btn {
  min-width: 195px;
}

@media (max-width: 575px) {
  .listFiles__item .listFiles__type {
    width: 100%;
    max-width: 100%;
  }
  .listFiles__item .listFiles__remove {
    position: initial;
    left: initial;
    right: initial;
    top: initial;
    bottom: initial;
    width: 100%;
    max-width: 100%;
    text-align: left;
    padding-top: 10px;
  }
  .listFiles__item .listFiles__remove .btn {
    margin: 0;
  }
  .user_area__personal_data__fileupload {
    margin-bottom: 30px;
  }
  .user_subscribe__form__wrapper {
    padding-bottom: 40px;
  }
  .user_area__personal_data__fileslist {
    padding-top: 10px;
  }
}
@media (min-width: 850px) and (max-width: 1100px) {
  .colorful__section__wrapper.colorful__section__custom_request_form__wrapper h2 {
    font-size: 4vw;
    line-height: 4.6vw;
  }
  .colorful__section__wrapper.colorful__section__custom_request_form__wrapper .inlist__element__wrapper > div span {
    font-size: 2.85vw;
    line-height: 3vw;
  }
  .colorful__section__wrapper.colorful__section__custom_request_form__wrapper .inlist__element__wrapper > div span.oneline {
    white-space: nowrap;
  }
  .colorful__section__wrapper.colorful__section__custom_request_form__wrapper .inlist__element__wrapper > div p {
    font-size: 1.65vw;
    line-height: 2.5vw;
  }
}
@media (min-width: 768px) and (max-width: 850px) {
  .colorful__section__wrapper.colorful__section__custom_request_form__wrapper > div {
    padding-left: 30px !important;
  }
  .colorful__section__wrapper.colorful__section__custom_request_form__wrapper h2 {
    font-size: 4vw;
    line-height: 4.6vw;
  }
  .colorful__section__wrapper.colorful__section__custom_request_form__wrapper .inlist__element__wrapper > div span {
    font-size: 2.85vw;
    line-height: 3vw;
  }
  .colorful__section__wrapper.colorful__section__custom_request_form__wrapper .inlist__element__wrapper > div span.oneline {
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .colorful__section__wrapper.colorful__section__custom_request_form__wrapper > div {
    padding-left: 30px !important;
    padding-right: 15px !important;
  }
  .colorful__section__wrapper.colorful__section__custom_request_form__wrapper .inlist__element__wrapper {
    margin-bottom: 30px;
    padding-right: 0px !important;
  }
  .colorful__section__wrapper.colorful__section__custom_request_form__wrapper h2 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 30px;
  }
  .colorful__section__wrapper.colorful__section__custom_request_form__wrapper .inlist__element__wrapper > div span {
    font-size: 28px;
    line-height: 34px;
  }
  .colorful__section__wrapper.colorful__section__custom_request_form__wrapper .inlist__element__wrapper > div span.oneline {
    white-space: nowrap;
  }
  .colorful__section__wrapper.colorful__section__custom_request_form__wrapper .inlist__element__wrapper > div p {
    font-size: 16px;
    line-height: 22px;
  }
}
.file__icon.icon-file {
  min-width: 16px !important;
  min-height: 20px !important;
}

.select2-results__option[aria-disabled=true] {
  opacity: 0.35 !important;
}

.body-error-page {
  background-color: #fff;
}

.body-error-page .s-pageheader {
  min-height: 82px;
}

.container-fluid.container-fluid-error-page {
  background-color: #fff;
  padding: 50px 0 110px 0;
  margin-top: 0px;
  text-align: center;
}

.container-fluid.container-fluid-error-page h1 {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 86px;
  line-height: 86px;
  color: #61B87C;
  font-weight: bold;
}

.container-fluid.container-fluid-error-page h2 {
  display: block;
  margin: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
  font-size: 36px;
  line-height: 42px;
  color: #377A6C;
  font-weight: 500;
}

@media (min-width: 575px) and (max-width: 992px) {
  .container-fluid.container-fluid-error-page h1 {
    font-size: 8.65vw;
    line-height: 8.65vw;
  }
  .container-fluid.container-fluid-error-page h2 {
    margin: 0 0 20px;
    font-size: 3.65vw;
    line-height: 4.2vw;
  }
}
@media (max-width: 575px) {
  .container-fluid.container-fluid-error-page {
    padding: 40px 0 80px 0;
  }
  .container-fluid.container-fluid-error-page h1 {
    font-size: 46px;
    line-height: 46px;
  }
  .container-fluid.container-fluid-error-page h2 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 375px) {
  .container-fluid.container-fluid-error-page {
    padding: 30px 0 60px 0;
  }
  .container-fluid.container-fluid-error-page h1 {
    font-size: 36px;
    line-height: 36px;
  }
  .container-fluid.container-fluid-error-page h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
.image_element__wrapper {
  display: block;
  margin: 0;
  padding: 0;
  width: calc(100% + 135px);
  max-width: calc(100% + 135px);
  margin: 0 -67.5px;
  padding: 0 0 25px;
  text-align: center;
}

.image_element__wrapper img {
  margin-bottom: 20px;
}

.image_element__wrapper p {
  display: block;
  padding: 0;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0px 30px;
  text-align: center;
}

.image_element__wrapper p.image_element__decription {
  font-size: 14px;
  line-height: 16px;
  color: #979797;
  font-weight: normal;
}

.attachments__wrapper {
  padding-bottom: 35px;
}

.attachments__element {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  text-decoration: none;
  border: 0;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 27px;
  color: #4A4A4A;
  font-weight: normal;
}

.attachments__element span {
  color: #FAB216;
}

.attachments__element > div:nth-child(1) {
  -ms-flex: 0 0 55px;
  -webkit-box-flex: 0;
  flex: 0 0 55px;
  max-width: 55px;
  width: 55px;
}

.attachments__element:hover {
  color: #4A4A4A;
}

.attachments__element:hover span {
  color: #557196;
}

.attachments__element:visited {
  color: #4A4A4A;
}

.attachments__element:visited span {
  color: #8963A7;
}

.attachments__element__icon {
  display: block;
  margin: 0;
  width: 44px;
  height: 44px;
  margin: 0 0 0 -2px;
  padding: 0;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("https://energuide.ru/static/images/icons/icon-empty-file.svg?86eedaf7ab36");
  font-size: 14px;
  line-height: 60px;
  color: #377A6C;
  font-weight: normal;
  text-align: center;
  overflow: hidden;
}

.table_element__wrapper {
  display: block;
  margin: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 0 20px;
  padding: 0;
  overflow-x: auto;
  min-width: 200px;
}

@media (max-width: 992px) {
  .content_page__wrapper {
    margin-top: 20px;
  }
  .content_page__wrapper table {
    margin: 0 auto 20px !important;
    width: 100%;
    max-width: 83.33333333%;
  }
  .content_page__wrapper table th,
  .content_page__wrapper table td {
    padding: 20px 20px 20px 25px;
  }
  .content_page__wrapper blockquote {
    width: calc(100% + 135px);
    max-width: calc(100% + 135px);
    margin: 0 -67.5px 35px;
    padding: 18px 67.5px 15px;
  }
  .content_page__wrapper ol:not(.ya-share2__list),
  .content_page__wrapper ul:not(.ya-share2__list) {
    margin: 0 0 30px;
  }
  .content_page__wrapper ol:not(.ya-share2__list) li,
  .content_page__wrapper ul:not(.ya-share2__list) li {
    margin: 0 0 10px;
  }
  .content_page__wrapper ol:not(.ya-share2__list) li {
    padding: 0 0 0 45px;
  }
  .content_page__wrapper ol:not(.ya-share2__list) li:before {
    left: 0px;
    top: -2px;
    font-size: 26px;
    line-height: 30px;
  }
  .content_page__wrapper ul:not(.ya-share2__list) li:before {
    top: 6px;
  }
}
@media (max-width: 1315px) {
  .content_page__container > div:nth-child(1) {
    padding-right: 7.5px !important;
  }
  .content_page__wrapper blockquote {
    width: calc(100% + 75px);
    max-width: calc(100% + 75px);
    margin-left: -37.5px;
    margin-right: -37.5px;
    padding-left: 37.5px;
    padding-right: 37.5px;
  }
  .image_element__wrapper {
    width: calc(100% + 75px);
    max-width: calc(100% + 75px);
    margin: 0 -37.5px;
    padding: 0 0 25px;
  }
  .image_element__wrapper img {
    margin-bottom: 20px;
  }
  .image_element__wrapper p {
    padding: 0px 30px;
  }
  .image_element__wrapper p.image_element__decription {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 768px) {
  .content_page__container > div:nth-child(1) {
    padding-right: 0px !important;
  }
  .content_page__container table {
    margin: 0 auto 20px;
    width: 100%;
    max-width: 100%;
  }
  .content_page__container table td,
  .content_page__container table th {
    padding: 15px 15px 15px 20px;
  }
  .content_page__wrapper blockquote {
    width: calc(100% + 60px);
    max-width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .image_element__wrapper {
    width: calc(100% + 60px);
    max-width: calc(100% + 60px);
    margin: 0 -30px;
    padding: 0 0 25px;
  }
  .image_element__wrapper img {
    margin-bottom: 15px;
  }
  .image_element__wrapper p {
    padding: 0px 15px;
  }
}
@media (max-width: 575px) {
  .content_page__container {
    padding: 30px 20px 40px !important;
  }
  .content_page__container > div:nth-child(1) {
    padding-right: 0px !important;
  }
  .content_page__container table {
    margin: 0 auto 20px;
    width: 100%;
    max-width: 100%;
  }
  .content_page__container table td,
  .content_page__container table th {
    padding: 6px 15px 6px 20px;
  }
  .content_page__wrapper blockquote {
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .image_element__wrapper {
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0 0 20px;
  }
}
@media (max-width: 575px) {
  .attachments__wrapper {
    padding-bottom: 25px;
  }
  .attachments__element {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
  }
  .attachments__element__icon {
    width: 44px;
    height: 44px;
    margin: 0 0 0 -2px;
    font-size: 12px;
    line-height: 60px;
  }
}
.content_page__wrapper .sub_headline {
  margin-top: -20px !important;
  margin-bottom: 30px !important;
}

.header-user-mobile-toggler-menu {
  display: none !important;
}

.header-user.active {
  background-color: #61B87C !important;
}

@media (max-width: 850px) {
  .s-pageheader,
  .header__content {
    background: #fff;
    -webkit-transition-property: background-color;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: background-color;
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: ease;
    -ms-transition-property: background-color;
    -ms-transition-duration: 0.3s;
    -ms-transition-timing-function: ease;
    -o-transition-property: background-color;
    -o-transition-duration: 0.3s;
    -o-transition-timing-function: ease;
    transition-property: background-color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
  }
  .s-pageheader .header__logo a,
  .header__content .header__logo a {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 0;
  }
  /* .s-pageheader .header__logo__ru a,
    .header__content .header__logo__ru a {
      background-image: url('https://energuide.ru/static/images/logo_energid_mobile.svg?86eedaf7ab36');
    } */
  /* .s-pageheader .header__logo__ru a img,
    .header__content .header__logo__ru a img {
      opacity: 0;
    } */
  /* .s-pageheader .header__logo__en a,
    .header__content .header__logo__en a {
      background-image: url('https://energuide.ru/static/images/logo_energid_mobile_en.svg?86eedaf7ab36');
    } */
  .s-pageheader .header__logo__en a img,
  .header__content .header__logo__en a img {
    opacity: 0;
  }
  .s-pageheader .header__right,
  .header__content .header__right {
    display: none;
  }
  .s-pageheader .header-user-mobile-toggler-menu,
  .header__content .header-user-mobile-toggler-menu {
    display: block !important;
    position: absolute;
    right: 20px;
    top: 30px;
    z-index: 10;
  }
  .header__toggle-menu:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    margin: auto;
    background-color: #61B87C;
  }
  .header__toggle-menu * {
    opacity: 0;
  }
}
@media (max-width: 850px) {
  .s-pageheader .header__logo a img,
  .header__content .header__logo a img {
    max-width: 40vw;
  }
  .s-pageheader .header-user-mobile-toggler-menu,
  .header__content .header-user-mobile-toggler-menu {
    top: 27px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-weight: normal;
    z-index: 2000;
  }
  .header__toggle-menu {
    width: 31px;
    max-width: 31px;
    top: 35px;
    height: 20px;
    border-top: 2px solid #61B87C;
    border-bottom: 2px solid #61B87C;
  }
  .nav-wrap-is-visible .header__content .header__logo {
    position: relative;
    z-index: 1000;
  }
  .nav-wrap-is-visible .container-fluid.header__pos {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 0 35px;
    margin-top: 10px;
    position: initial;
  }
  .nav-wrap-is-visible .header__toggle-menu {
    opacity: 0;
    z-index: -1;
  }
  .nav-wrap-is-visible .close-mobile-menu {
    display: block;
  }
  .nav-wrap-is-visible .container-fluid.header__pos .header__contacts {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 30px 0 0 0;
    padding: 0px 32px;
  }
  .nav-wrap-is-visible .container-fluid.header__pos .header__nav {
    width: 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    border-bottom: 1px solid #297062;
    margin: 0;
    padding: 0 32px;
  }
  .nav-wrap-is-visible .container-fluid.header__pos .header__nav li {
    border-bottom: 1px solid #297062;
    margin: 0px;
    padding: 10px 0;
  }
  .nav-wrap-is-visible .container-fluid.header__pos .header__nav li:last-of-type {
    border-bottom: 0px !important;
  }
  .nav-wrap-is-visible .container-fluid.header__pos .header__nav a {
    font-size: 18px;
    line-height: 27px;
    font-weight: normal;
  }
  .nav-wrap-is-visible .header__nav-wrap .close-mobile-menu {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 0;
    background-image: url("https://energuide.ru/static/images/icons/icon-mobile-menu-close.svg?86eedaf7ab36");
    color: transparent;
    border: 0px;
    width: 22px;
    height: 22px;
    position: absolute;
    z-index: 2000;
    left: 32px;
    top: 35px;
  }
}
.customLegend ul {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}

.customLegend ul li {
  display: inline-block !important;
  vertical-align: top;
  width: auto !important;
  margin: 0;
  padding: 0;
  text-align: center;
  padding: 0px !important;
  margin: 0 7.5px 5px !important;
}

.customLegend ul li:before,
.customLegend ul li:after {
  display: none;
}

.customLegend ul li span {
  display: inline-block;
}

.customLegend ul li b {
  font-weight: bold;
  color: #4a4a4a;
}

.apps__wrapper {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: auto;
  max-width: 100%;
  margin: 0 0 40%;
  padding: 0;
}

.apps__wrapper p {
  display: block;
  margin: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 0 10px;
  padding: 0;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 16px;
  color: #9B9B9B;
}

.apps__wrapper a {
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 6px 0px 9px;
  border: 1px solid rgba(196, 196, 196, 0.5);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
  vertical-align: middle;
}

.apps__wrapper a:hover {
  border: 1px solid #C4C4C4;
}

.apps__wrapper a.apple {
  padding: 6px 0px 9px;
}

.apps__wrapper a.google {
  padding: 10px 0px 5px;
}

.apps__wrapper svg {
  display: inline-block;
  max-width: 100%;
  margin: 0;
  width: auto;
  max-width: 35px;
  margin: 0 auto;
  padding: 0;
  vertical-align: middle;
}

.apps__wrapper .row {
  margin: 0 -6px;
  vertical-align: middle;
}

.apps__wrapper .row div {
  padding: 0px 6px;
  vertical-align: middle;
}

@media (max-width: 992px) {
  .apps__wrapper {
    margin: 0 0 15%;
  }
  .apps__wrapper p {
    margin: 0 0 10px;
    font-size: 16px;
  }
  .apps__wrapper a {
    padding: 6px 0px 9px;
  }
  .apps__wrapper a.apple {
    padding: 6px 0px 9px;
  }
  .apps__wrapper a.google {
    padding: 10px 0px 5px;
  }
  .apps__wrapper svg {
    max-width: 35px;
    margin: 0 auto;
  }
  .apps__wrapper .row {
    margin: 0 -6px;
  }
  .apps__wrapper .row div {
    padding: 0px 6px;
  }
}

.text-center {
  text-align: center !important;
}

.clear {
  clear: both;
  width: 100%;
  height: 0px;
}

.canvas__wrapper {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.canvas {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

#dia-tooltip {
  opacity: 1;
  position: absolute;
  background: #4A4A4A;
  color: #fff;
  border-radius: 0px;
  padding: 17px;
  margin-top: 20px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  pointer-events: none;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#dia-tooltip:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 11px 11px;
  border-color: transparent transparent #4A4A4A transparent;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  left: calc(50% - 11px);
  z-index: 1000;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: all;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: ease;
  -ms-transition-property: all;
  -ms-transition-duration: 0.2s;
  -ms-transition-timing-function: ease;
  -o-transition-property: all;
  -o-transition-duration: 0.2s;
  -o-transition-timing-function: ease;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  margin: -18px auto 0;
  content: " ";
}

#dia-tooltip table {
  margin: 0;
  padding: 0;
}

#dia-tooltip table tr,
#dia-tooltip table tr:nth-child(1) {
  background-color: transparent !important;
}

#dia-tooltip table th,
#dia-tooltip table td {
  padding: 0;
}

#dia-tooltip td {
  color: #fff;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  font-family: "GT Eesti Pro Display" !important;
}

#dia-tooltip td:nth-child(2) {
  padding-right: 10px;
}

.chartjs-tooltip-key {
  display: block;
  margin: 0;
  width: 16px;
  height: 16px;
  margin: 0 8px 0 0;
  padding: 0;
  border-radius: 100%;
  display: none !important;
}

@media (max-width: 900px) {
  #dia-tooltip td {
    padding-bottom: 3px;
    font-size: 14px;
    line-height: 20px;
  }
  #dia-tooltip td:nth-child(2) {
    padding-right: 7px;
  }
  .chartjs-tooltip-key {
    width: 14px;
    height: 14px;
    margin: 0 6px 0 0;
  }
}
.grapth__header__wrapper {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-size: 12px;
  line-height: 14px;
  color: #4A4A4A;
  font-weight: bold;
}


.titleBox-wrap {
  border-bottom: 0px !important;
}

table.table-calc th:nth-child(1),
*.table-calc th:nth-child(1),
* *.table-calc th:nth-child(1),
table.table-calc td:nth-child(1),
*.table-calc td:nth-child(1),
* *.table-calc td:nth-child(1) {
  padding-left: 20px;
}

@media (max-width: 850px) {
  .colorful__section__wrapper h1 {
    margin: 0 auto 20px;
  }
}
.colorful__section__wrapper h1 {
  margin: 0 auto 20px;
}

h1.mainTop__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  color: #000;
  margin-bottom: 40px;
}

.btn.btn-grayscale {
  width: auto;
  padding-left: 5px;
  padding-right: 5px;
}

.errorlist {
  color: red;
}

input.error,
.active-label + .error {
  border-color: red !important;
}

.system-messages {
  margin: 0 auto;
  max-width: 400px;
}

.header-link.prefix {
  margin-right: 10px;
}

.header-link.suffix {
  margin: 0 4px;
}

.select-small {
  min-width: 100px;
  height: 36px;
}

.select-small .control-label {
  line-height: 36px !important;
  top: 0 !important;
  left: 0 !important;
  padding-left: 15px;
  font-size: 14px !important;
  text-indent: 0 !important;
  margin: 0 !important;
  -webkit-transition: opacity 0.15s ease-out, visibility 0.15s ease-out;
  transition: opacity 0.15s ease-out, visibility 0.15s ease-out;
}

.select-small .control-label.active-label {
  opacity: 0 !important;
  visibility: hidden !important;
}

.select-small .form-control {
  line-height: 32px !important;
  padding: 0 28px 0 13px !important;
  min-height: 36px !important;
  height: 36px !important;
  font-size: 14px !important;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
}

.select-small .select2-selection__rendered {
  line-height: 32px !important;
  padding: 0 13px !important;
  font-size: 14px !important;
}

.select-small .select2-selection--single {
  padding: 0 !important;
  min-height: 36px !important;
  height: 36px !important;
}

.select-small .select2-selection--single:after {
  border-width: 8px 6px 0;
  top: 13px;
  right: 15px;
}

.header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-right: 50px;
}

.header__phone a {
  margin: 0;
}

.header__call-btn {
  line-height: 1.3;
}

@media (min-width: 851px) {
  .header__call-btn {
    color: #61B87C !important;
    border-bottom: 1px solid #61B87C !important;
    -webkit-transition: color 0.15s ease-out, border-color 0.15s ease-out;
    transition: color 0.15s ease-out, border-color 0.15s ease-out;
  }
  .header__call-btn:hover {
    color: #50a16a !important;
    border-color: transparent !important;
  }
}
@media (max-width: 850px) {
  .header__contacts a {
    color: #fff !important;
    -webkit-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
  }
  .header__contacts a:hover {
    opacity: 0.8;
  }
  .header__phone {
    margin-bottom: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .header__call-btn {
    -webkit-transition: opacity 0.15s ease-out, border-color 0.15s ease-out;
    transition: opacity 0.15s ease-out, border-color 0.15s ease-out;
    border-bottom: 1px solid #fff;
  }
  .header__call-btn:hover {
    border-color: transparent #fff;
  }
}
.apps__wrapper {
  margin: 0;
}

@media (max-width: 500px) {
  .apps__wrapper {
    margin: 40px 0 0 0;
  }
}
.footer {
  height: initial;
  margin: 40px 0;
  position: relative;
}

@media (max-width: 1199px) {
  .footer {
    display: block;
  }
}
.footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1200px) {
  .footer__right {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (max-width: 1199px) {
  .footer__right {
    margin-top: 40px;
  }
}
@media (max-width: 500px) {
  .footer__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.payment-list {
  margin-right: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (60px)[3];
  grid-template-columns: repeat(3, 60px);
  row-gap: 10px;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}

.payment-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
}

.payment-list__item img {
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 500px) {
  .payment-list {
    margin: 0;
  }
}
.button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none !important;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  padding: 0;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 1.25rem;
  -webkit-transition: color 0.15s ease-out, border-color 0.15s ease-out, background-color 0.15s ease-out;
  transition: color 0.15s ease-out, border-color 0.15s ease-out, background-color 0.15s ease-out;
  height: 64px;
  line-height: 60px;
  padding: 0 25px;
  width: 100%;
  border-radius: 7px;
}

.button_style-1 {
  background-color: #61B87C;
  border: 2px solid #61B87C;
  color: #fff;
}

.button_style-1:hover {
  background-color: #50a16a;
  border-color: #50a16a;
}

.button_style-2 {
  color: #61B87C;
  border: 2px solid transparent;
}

.button_style-2:hover {
  background-color: rgba(97, 184, 124, 0.05);
  border-color: #61B87C;
}

.button_style-3 {
  background-color: #FAB216;
  border: 2px solid #FAB216;
  color: #fff;
}

.button_style-3:hover {
  background-color: #eba308;
  border-color: #eba308;
}

.button_small {
  line-height: 38px;
  height: 42px;
  font-size: 1rem;
  padding: 0 15px;
  border-radius: 7px;
}

.button_small ~ .errorlist {
  font-size: 12px;
}

@media (max-width: 575px) {
  .button:not(.button_small) {
    line-height: 52px;
    height: 56px;
    font-size: 1.25rem;
    letter-spacing: normal;
  }
}
.popup {
  color: #4A4A4A;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}

.popup-block {
  margin: auto;
  padding: 20px;
  width: 100%;
  max-width: 700px;
}

.popup-block__container {
  padding: 50px 40px;
  background-color: #fff;
  min-height: 300px;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.popup.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.popup.active .popup-block__container {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  border-radius: 7px;
}

.popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  z-index: 2;
  display: block;
}

.popup__close::before,
.popup__close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  background-color: #000;
  -webkit-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
}

.popup__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.popup__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.popup__close:hover::before,
.popup__close:hover::after {
  background-color: #61B87C;
}

.popup__title {
  display: block;
  width: 100%;
  font-size: 36px;
  margin: 0 0 30px 0;
  text-align: center;
}

@media (max-width: 991px) {
  .popup__title {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .popup-block__container {
    padding: 50px 20px;
  }
  .popup__close {
    top: 5px;
    right: 5px;
  }
  .popup__title {
    font-size: 24px;
  }
}
.popup-alert {
  font-size: 18px;
}

.popup-alert__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.popup-alert__icon {
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
}

.popup-alert__title {
  font-size: 36px;
  margin: 0 0 15px 0;
}

.popup-alert p {
  margin: 0;
}

.popup-alert__scene {
  position: relative;
  margin: 25px 40px 0 40px;
}

.popup-alert__scene-image {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
}

.popup-alert__scene-cursor {
  width: 25px;
  height: 40px;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 8.5%;
  -webkit-animation: move 2s ease-in-out infinite;
  animation: move 2s ease-in-out infinite;
}

.popup-alert__scene-check {
  position: absolute;
  width: 6%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 49%;
  left: 8.6%;
  z-index: 2;
  -webkit-animation: click 2s ease-in-out infinite;
  animation: click 2s ease-in-out infinite;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: translate(100px, 20px);
    transform: translate(100px, 20px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes move {
  0% {
    -webkit-transform: translate(100px, 20px);
    transform: translate(100px, 20px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes click {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes click {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.popup-alert__button {
  margin: 40px 0 0 0;
  width: 180px;
}

@media (max-width: 575px) {
  .popup-alert {
    font-size: 16px;
  }
  .popup-alert__icon {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
  }
  .popup-alert__title {
    font-size: 24px;
  }
  .popup-alert__scene {
    margin: 15px -20px 0 -20px;
  }
  .popup-alert__button {
    margin: 30px 0 0 0;
  }
}
.popup-succes__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.popup-succes__title {
  margin: 0;
}

.popup-succes__icon {
  width: 64px;
  height: 64px;
  margin: 0 0 25px 0;
  color: #61B87C;
}

.home-banner {
  height: 520px;
}

.home-banner .carousel-control-next,
.home-banner .carousel-control-prev {
  width: 200px;
}

.home-banner .carousel-indicators li {
  background-color: #FAB216;
}

.home-banner .carousel-indicators li.active {
  background-color: #61B87C;
}

.home-banner .carousel-control-next,
.home-banner .carousel-control-prev {
  opacity: 1;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}

.home-banner .carousel-control-next:hover,
.home-banner .carousel-control-prev:hover {
  opacity: 0.75;
}

.home-banner__icon {
  width: 40px;
  height: 40px;
}

.home-banner__next {
  color: #FAB216;
}

.home-banner__prev {
  color: #61B87C;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.home-banner__slide-container {
  position: relative;
  height: 520px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: hidden;
}

.home-banner__slide-content {
  background-color: #fff;
  width: calc(50% + 20px);
  padding: 40px;
  visibility: visible;
  position: relative;
  margin-bottom: 30px;
}

.home-banner__slide-content::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 40px 0;
  border-color: transparent #fff transparent transparent;
}

.home-banner__slide-bg {
  display: block;
  position: absolute;
  background-size: cover;
  background-position: center center;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

.home-banner__slide-top {
  position: relative;
  padding-bottom: 30px;
}

.home-banner__slide-top::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(#63B77D), to(#F8B215)), #61B87C;
  background: linear-gradient(90deg, #63B77D 0%, #F8B215 100%), #61B87C;
}

.home-banner__slide-top img {
  display: block;
  width: 300px;
}

.home-banner__slide-top span {
  text-align: left;
  display: block;
  color: #444444;
  display: block;
  padding-left: 134px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-weight: 500;
}

.home-banner__slide-text {
  margin: 25px 0 0 0;
  line-height: 1.33;
  font-size: 1.875rem;
}

@media (max-width: 1440px) {
  .home-banner .carousel-control-next,
  .home-banner .carousel-control-prev {
    width: 80px;
  }
  .home-banner__icon {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 1300px) {
  .home-banner__slide-container {
    padding: 0;
    max-width: 100% !important;
  }
  .home-banner__slide-text {
    font-size: 1.625rem;
  }
  .home-banner__slide-content {
    width: 50%;
    height: 100%;
    margin: 0;
    padding: 50px 40px 40px 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .home-banner__slide-content:after {
    display: none;
  }
  .home-banner__slide-top img {
    width: 240px;
  }
  .home-banner__slide-top span {
    padding-left: 105px;
  }
}
@media (max-width: 850px) {
  .home-banner__slide-content {
    padding: 40px 40px 40px 60px;
  }
  .home-banner__slide-text {
    font-size: 1.5rem;
  }
  .home-banner .carousel-control-next,
  .home-banner .carousel-control-prev {
    width: 60px;
  }
  .home-banner__icon {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 700px) {
  .home-banner {
    height: 490px;
    padding-bottom: 50px;
  }
  .home-banner .carousel-indicators {
    margin: 0;
  }
  .home-banner__slide-bg {
    width: 100%;
  }
  .home-banner__slide-top img {
    width: 180px;
  }
  .home-banner__slide-top span {
    padding-left: 80px;
    font-size: 10px;
  }
  .home-banner__slide-text {
    font-size: 1.25rem;
  }
  .home-banner__slide-container {
    padding: 60px !important;
    height: 450px;
  }
  .home-banner__slide-content {
    text-align: center;
    width: 100%;
    padding: 30px 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
@media (max-width: 480px) {
  .home-banner {
    height: 440px;
  }
  .home-banner__icon {
    width: 20px;
    height: 20px;
  }
  .home-banner .carousel-control-next,
  .home-banner .carousel-control-prev {
    width: 40px;
    height: 40px;
    top: 185px;
    background-color: #fff;
  }
  .home-banner__slide-container {
    padding: 15px !important;
    height: 400px;
  }
  .home-banner__slide-content {
    padding: 25px;
  }
}
.table-scroll {
  overflow: auto;
}

.table {
  border-collapse: collapse;
  font-size: 14px;
  width: 100%;
  line-height: 1.35;
}

.table span:not([class]) {
  color: #61B87C;
  font-size: 12px;
}

.table td,
.table th {
  padding: 15px 15px 15px 0;
}

.table td:first-child,
.table th:first-child {
  padding-left: 15px;
}

.table tr {
  vertical-align: top;
}

.table tr:nth-child(even) td {
  background-color: #F9F8F8;
}

.table tr:nth-child(odd) td {
  background-color: #fff;
}

.table th {
  background-color: #D7E1EF;
  color: #000;
  font-weight: 500;
  vertical-align: middle;
}

.table__m-head {
  display: none;
}

@media (max-width: 575px) {
  .table_mobile .table__head {
    display: none !important;
  }
  .table_mobile .table__m-head {
    display: block;
    font-weight: 700;
    color: #000;
    line-height: 1.35;
    margin: 0 0 5px 0;
  }
  .table_mobile th {
    display: none;
  }
  .table_mobile tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 14px 10px;
  }
  .table_mobile tr:nth-child(even) {
    background-color: #F9F8F8;
  }
  .table_mobile tr:nth-child(odd) {
    background-color: #fff;
  }
  .table_mobile td {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    padding: 6px 10px;
  }
  .table_mobile td:first-child {
    padding-left: 10px;
  }
}
.custom-table {
  font-size: 14px;
  line-height: 1.35;
}

.custom-table > * {
  margin-bottom: 12px;
}

@media (min-width: 575.98px) {
  .custom-table {
    font-size: 12px;
  }
  .custom-table > * {
    margin-bottom: 0;
  }
  .custom-table > *:nth-child(odd):not(.custom-table-header) {
    background-color: #F9F8F8;
  }
}
@media (max-width: 576px) {
  .custom-table-header {
    display: none;
  }
}
.custom-table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
}

.custom-table-rowgroup > .accordion-collapse {
  width: 100%;
}

@media (max-width: 576px) {
  .custom-table-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
    background-color: #F9F8F8;
  }
}
.custom-table-cell {
  min-width: initial;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(50% - 12px);
  flex: 1 0 calc(50% - 12px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 575.98px) {
  .custom-table-cell {
    min-width: 100px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100px;
    flex: 1 0 100px;
  }
}
@media (min-width: 575.98px) {
  .custom-table-cell:not(:last-child) {
    padding-right: 16px;
  }
}
.custom-table-cell p {
  margin: 0;
}

.custom-table-cell:not(.custom-table-cell-header) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 575.98px) {
  .custom-table-cell:not(.custom-table-cell-header) .custom-table-cell-header {
    display: none;
  }
}
@media (max-width: 576px) {
  .custom-table-cell:not(.custom-table-cell-header) .custom-table-cell-header {
    min-width: initial;
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    margin-bottom: 5px;
  }
}
.custom-table-cell-header {
  font-weight: 700;
  color: #000;
}

@media (min-width: 575.98px) {
  .custom-table-cell-header {
    font-weight: 500;
  }
}
@media (min-width: 575.98px) {
  .custom-table-cell-header p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.custom-table-header {
  background-color: #D7E1EF;
}

@media (min-width: 575.98px) {
  .custom-table-cell-date {
    min-width: 152px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 152px;
    flex: 0 0 152px;
  }
}
@media (min-width: 575.98px) {
  .custom-table-cell-message {
    -webkit-box-flex: 8;
    -ms-flex: 8 0 100px;
    flex: 8 0 100px;
  }
}
@media (min-width: 575.98px) {
  .custom-table-cell-files {
    -webkit-box-flex: 3;
    -ms-flex: 3 0 100px;
    flex: 3 0 100px;
  }
}
@media (min-width: 575.98px) {
  .custom-table-cell-status {
    min-width: 120px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
  }
}
.custom-table-cell-status .accordion-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  color: #000;
  background-color: transparent;
  margin: 0;
  border: none;
  padding: 0;
}

.custom-table-cell-status button.accordion-button {
  gap: 4px;
  color: #1e7e34;
  cursor: pointer;
}

.custom-table-cell-status button.accordion-button .accordion-button-icon {
  width: 16px;
  height: 16px;
}

.custom-table-cell-status button.accordion-button[aria-expanded=true] .accordion-button-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.custom-table-cell-status p.accordion-button {
  color: #c69500;
}

.response-status p:not(:last-child) {
  margin-bottom: 16px;
}

.response-status ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  padding: 0;
}

.response-status ul:last-child {
  margin: 0;
}

.response-status ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

