* {
  font-family: "Roboto", sans-serif;
 <!-- font-family: 'Jura', sans-serif; -->
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

button {
  background: none;
  border: none;
}
button:focus {
  outline: none;
}
button:hover {
  cursor: pointer;
}

input:focus {
  outline: none;
}

.contacts {
  padding: 0 0;
}
.contacts__wrapper {
  padding: 0 0;
  background-color: #fff;
}
.contacts__wrapper_text_shadow {
  font-family: "Roboto Light";
  font-size: 1.5em;
  text-align: center;
  text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.75);
}

.contacts__wrapper_text {
  font-family: "Roboto Light";
  font-size: 1.5em;
  text-align: center;

}

.contacts__wrapper_text_head {
  text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.75);
  color: black;
  font-size: 2.2em;
  text-align: center;
  text-decoration: underline #3092D0;
}

.contacts__wrapper_header {
  font-size: 2.5em;
  text-align: center;
}
.contacts__wrapper_text2 {
  font-size: 1.4em;
  padding: 5% 10%;

}

.header {
  width: 99.2%;
  background: white;
  position: fixed;
  z-index: 5;
}
.header__wrapper {
  padding: 2% 0;
  display: flex;
  align-items: center;
  width: 100%;
}
.header__wrapper__navigation {
  display: none;
}
.header__wrapper_burger {
  width: 40px;
  position: relative;
  height: 16px;
  margin-left: 5%;
}
.header__wrapper_burger .line {
  position: absolute;
  width: 50%;
  height: 2px;
  background: #000;
  top: 0;
}
.header__wrapper_burger .line:nth-child(2) {
  top: 5px;
}
.header__wrapper_burger .line:nth-child(3) {
  top: 10.5px;
}
.header__wrapper__company {
  display: flex;
  position: relative;
  z-index: 5;
}
.header__wrapper__company_picture {
  width: 40px;
  height: 100%;
  margin-right: 1%;
}
.header__wrapper__company_name {
  font-size: 1.2em;
  color: rgba(1, 1, 1, 0.902);
  text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.75);
}

.navigation {
  position: fixed;
  z-index: 10;
  height: 100%;
  top: 0;
  width: 100%;
  background: #272f32;
  left: -100%;
  transition: 0.5s;
  overflow: hidden;
}
.navigation__cross {
  position: absolute;
  top: 3%;
  left: 90%;
  width: 25px;
  height: 25px;
  background: gray;
  border-radius: 50%;
}
.navigation__cross:after {
  content: "";
  position: absolute;
  width: 20px;
  background: white;
  height: 2px;
  transform: rotate(45deg);
  margin-top: 12px;
  margin-left: 2.5px;
}
.navigation__cross:before {
  content: "";
  position: absolute;
  width: 20px;
  background: white;
  height: 2px;
  transform: rotate(-45deg);
  margin-top: 12px;
  margin-left: 2.5px;
}
.navigation__menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 10%;
  height: 70vh;
}
.navigation__menu li {
  margin-bottom: 10%;
}
.navigation__menu li a {
  font-size: 1.4em;
  color: #fff;
}
.navigation .header {
  width: 100%;
  background: gray;
}
.navigation .header__wrapper {
  padding: 2% 0;
  margin-left: 5%;
  display: flex;
  align-items: center;
  width: 100%;
}
.navigation .header__wrapper_burger {
  display: none;
}
.navigation .header__wrapper__company {
  z-index: 5;
}
.navigation .header__wrapper__company_picture {
  width: 40px;
  height: 100%;
  margin-right: 5%;
}
.navigation .header__wrapper__company_name {
  margin-right: 5%;
  font-size: 1.2em;
  color: white;
}

.nav-anim {
  left: 0%;
}

.header-anim {
  opacity: 100%;
}

.limit {
  width: 100%;
  padding: 1.5% 0;
  background: #bababa;
}

.visible {
  display: flex;
}

.darkwindow {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #000;
  opacity: 70%;
  top: 0;
  left: 0;
  z-index: 10;
  transition: 0.5s;
  display: none;
}

.body-anim {
  overflow: hidden;
}

.calculator {
  width: 100%;
  padding-top: 15%;
  background: #d6d6d6;
}
.calculator__wrapper {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  background-image: url("./img/bg-evn-mb.jpg");
  background-size: cover;
  padding: 10% 0;
}
.calculator__wrapper_text {
  width: 90%;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 2%;
  margin-top: 2%;
}
.calculator__wrapper_text2 {
  width: 90%;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  justify-items: center;
  font-size: 0.9em;
}
.calculator__wrapper_text_bot {
  width: 90%;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-size: 0.7em;
  margin-bottom: 5%;
}
.calculator__wrapper_month {
  position: relative;
  z-index: 2;
  width: 100%;
}
.calculator__wrapper_month_text {
  font-size: 1.5em;
  text-align: center;
  color: #fff;
}
.calculator__wrapper_month .range-wrap {
  width: 80%;
  background: #ededed;
  margin: 20px auto;
  border: 8px solid #04518f;
  border-radius: 100px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2), 0 16px 20px rgba(0, 0, 0, 0.2);
}
.calculator__wrapper_month .range-slider * {
  margin: 0;
  padding: 0;
  border: 0;
}
.calculator__wrapper_month .range-slider,
.calculator__wrapper_month .range-ticks,
.calculator__wrapper_month .label-range {
  display: flex;
}
.calculator__wrapper_month .range-slider {
  flex-flow: column nowrap;
  margin: 0 auto;
  max-width: 18em;
  padding: 0 1.5em 1.5em 1.5em;
  font-size: calc(20px + (20)*(100vw)/(2000));
  box-sizing: border-box;
  padding: 0;
}
.calculator__wrapper_month .range-slider input[type=range],
.calculator__wrapper_month .range {
  border-radius: 0.75em;
  overflow: hidden;
  position: relative;
  height: 1.5em;
}
.calculator__wrapper_month .range-slider input[type=range] {
  background-color: transparent;
  font: 1em/1.5 "roboto condensed", sans-serif;
  box-shadow: 0.3em 0.3em 0.4em #c1c2c5 inset, -0.3em -0.3em 0.4em #fff inset;
  display: block;
  padding: 0 0.1em;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
}
.calculator__wrapper_month .range-slider input[type=range]:focus {
  outline: transparent;
}
.calculator__wrapper_month .range-ticks {
  font: 1em/1.5 "roboto condensed", sans-serif;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
  position: absolute;
  top: 0.04em;
  left: 0.75em;
  width: calc(100% - 1.5em);
  height: 100%;
}
.calculator__wrapper_month .range-tick,
.calculator__wrapper_month .range-tick-text {
  display: inline-block;
}
.calculator__wrapper_month .range-tick {
  color: #454954;
  font-size: 0.5em;
  text-align: center;
  width: 0;
  -webkit-user-select: none;
  user-select: none;
}
.calculator__wrapper_month .range-tick-text {
  transform: translatex(-50%);
}
.calculator__wrapper_month .label-range {
  font: 0.8em/1.5 "roboto condensed", sans-serif;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.calculator__wrapper_month .data-range {
  display: flex;
  height: 2em;
  width: 2em;
  justify-content: center;
  align-items: center;
  text-align: center;
  font: bold 0.5em/1.5 "roboto condensed", sans-serif;
  color: #fff;
  position: absolute;
  top: 0;
  margin-top: 5px;
  margin-left: 5px;
  z-index: 2;
  pointer-events: none;
  background-color: #337ab7;
  border: 0;
  border-radius: 50%;
  box-shadow: -0.3em -0.3em 0.5em #0d518c inset, 0 -0.2em 0.2em 0 rgba(0, 0, 0, 0.2), 0.3em 0.5em 0.8em rgba(0, 0, 0, 0.3);
}
.calculator__wrapper_kilowatt {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.calculator__wrapper_kilowatt .pole {
  font-size: 3.5vh;
  position: absolute;
  left: 67%;
}
.calculator__wrapper_kilowatt_text {
  color: #fff;
  font-size: 1.2em;
  text-align: center;
  margin: 15% auto 5% auto;
}
.calculator__wrapper_kilowatt_enter {
  width: 100%;
}
.calculator__wrapper_kilowatt_enter_input {
  width: 60%;
  margin: 0 20%;
  height: 3vh;
}
.calculator__wrapper_kilowatt_enter_tarif {
  color: white;
  text-align: center;
  margin-top: 10%;
  position: relative;
}
.calculator__wrapper_kilowatt_enter_tarif img {
  width: 25px;
  position: absolute;
  top: 0px;
  left: 70%;
}
.calculator__wrapper_kilowatt_enter_tarif img:hover {
  cursor: pointer;
}
.calculator__wrapper_kilowatt_enter_tarif_cross {
  display: none;
  position: absolute;
  z-index: 25;
  top: 10px;
  left: 88%;
  width: 25px;
  height: 25px;
  background: dimgray;
  border-radius: 50%;
}
.calculator__wrapper_kilowatt_enter_tarif_cross:hover {
  cursor: pointer;
}
.calculator__wrapper_kilowatt_enter_tarif_cross:after {
  content: "";
  position: absolute;
  width: 20px;
  background: white;
  height: 2px;
  transform: rotate(45deg);
  margin-top: 12px;
  margin-left: -10px;
}
.calculator__wrapper_kilowatt_enter_tarif_cross:before {
  content: "";
  position: absolute;
  width: 20px;
  background: white;
  height: 2px;
  transform: rotate(-45deg);
  margin-top: 12px;
  margin-left: -10px;
}
.calculator__wrapper_kilowatt_enter_tarif_explanation {
  width: 70%;
  margin: 0 auto;
  display: none;
  position: fixed;
  background: #568da5;
  top: 35px;
  left: 0;
  right: 0;
  padding: 0 50px 0 5px;
  z-index: 15;
  height: 240px;
  top: 40%;
  bottom: 40%;
}
.calculator__wrapper_kilowatt_enter_tarif span {
  font-size: 1.2em;
}
.calculator__wrapper_kilowatt_enter_tarif ul {
  width: 90%;
  display: flex;
  justify-content: center;
  margin: 5% auto 0 auto;
  padding: 0;
}
.calculator__wrapper_kilowatt_enter_tarif ul li {
  border: 1px solid black;
  padding: 2%;
  background: #cb793d;
}
.calculator__wrapper_count {
  width: 40%;
  height: 30px;
  background: #080052;
  color: #fff;
  margin: 10% 30%;
  border-radius: 10px;
}
.calculator__wrapper_count:active {
  transform: translatey(10px);
  transition: 0.1s;
}
.calculator__wrapper_count:hover {
  opacity: 90%;
}
.calculator__wrapper_result {
  width: 60%;
  height: 50px;
  background-color: #cb793d;
  margin: 0 auto;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  border-radius: 8px;
}
.calculator__wrapper_result_amount {
  text-align: center;
}

.rate-anim {
  background: #003b19 !important;
}

.show-elem {
  display: initial;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: transparent;
  border: none;
}
input[type=range]::-webkit-slider-thumb:hover {
  cursor: pointer;
}

/* all the same stuff for firefox */
input[type=range]::-moz-range-thumb {
  border: none;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
}
input[type=range]::-moz-range-thumb:hover {
  cursor: pointer;
}

/* all the same stuff for ie */
input[type=range]::-ms-thumb {
  border: none;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
}
input[type=range]::-ms-thumb:hover {
  cursor: pointer;
}

.gas__wrapper {
  background-image: url("img/gas_bg.jpg");
  background-size: cover;
  height: 30%;
}
.gas__wrapper_h1 {
  color: white;
}
.form {
  cursor: default;
  width: 100%;
  background: #d6d6d6;
  height: 100%;
  padding: 5% 0;
}
.form__wrapper {
  border-radius: 30px;
  color: rgba(1, 1, 1, 0.902);
text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.75);
  width: 90%;
  margin: 0 auto;
  background-image: url("./img/grad3.png");
  padding: 5% 0;
}
.form__wrapper_text {
  text-align: center;
  margin-top: 0;
}
.form__wrapper_inputs {
  margin-left: 5%;
  width: 55%;
}
.form__wrapper_inputs input {
  width: 100%;
}
.form__wrapper_inputs p {
  font-size: 1.1em;
}
.form__wrapper_inputs_energy {
  position: relative;
}
.form__wrapper_inputs_energy span {
  position: absolute;
  top: 0;
  margin-top: 40px;
  color: black;
  left: 85%;
}
.form__wrapper_inputs_send {
  width: 70%;
  background: #044159;
  height: 10vw;
  margin-top: 15%;
  border-radius: 100px;
 color: rgba(1, 1, 1, 0.902);
text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.75);
}


.form__wrapper_inputs input {
    padding: 7.5px 0;
    font-size: 1.5em;
  }
  .form__wrapper_inputs p {
    font-size: 1.8em;
  }
  .form__wrapper_inputs_energy span {
    font-size: 1.8em;
    margin-top: 70px;
  }
  .form__wrapper_inputs_send {
    width: 60%;
    font-size: 1.8em;
  }
  .form__wrapper_text {
    font-size: 2.5em;
  }

  .footer__wrapper_name {
    font-size: 2em;
  }
  .footer__wrapper_email {
    font-size: 1.4em;
  }
  .footer__wrapper_phones {
    font-size: 1.4em;
  }
  .footer__wrapper_number {
    font-size: 1.4em;
  }
  .footer__wrapper_address p {
    font-size: 1.4em;
  }

 .form__wrapper {
    width: 60%;
  }
  .form__wrapper_inputs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }
  .form__wrapper_inputs input {
    width: 70%;
    font-size: 1.3em;
  }
  .form__wrapper_inputs p {
    font-size: 1.1em;
  }
  .form__wrapper_inputs_energy {
    position: relative;
  }
  .form__wrapper_inputs_energy span {
    position: absolute;
    top: 20%;
    margin-top: 40px;
    color: black;
    left: 50%;
  }
  .form__wrapper_inputs_text {
    text-align: center;
  }
  .form__wrapper_inputs_send {
    width: 70%;
    background: #fff;
    box-shadow: 0 8px 26px rgba(0,0,0,0.4), 0 28px 30px rgba(0,0,0,0.3);;
    height: 4vw;
    font-size: 1.3em;
    margin-top: 8vh;
  }

.tysm {
  display: none;
  position: fixed;
  top: 40%;
  bottom: 50%;
  z-index: 50;
  color: black;
  width: 80%;
  height: 30vh;
  background: #dddddd;
  left: 10%;
  border: 5px solid green;
  border-radius: 50px;
}
.tysm_text {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  height: 100%;
  font-size: 2em;
}
.footer {
  width: 100%;
  background-image: url("./img/grad3.png");
  padding: 5% 0;
  bottom: 0;
}
.footer__wrapper {
  justify-content: center;
  width: 90%;
  margin-left: 5%;
  color: rgba(1, 1, 1, 0.902);
  text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.75);
}
.footer__wrapper_email {
  font-size: 1.1em;
}
.footer__wrapper_email a {
  margin: 0;
  color: rgba(1, 1, 1, 0.902);
  text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.75);
  text-decoration: underline;
}
.footer__wrapper_phones {
  font-size: 1.1em;
}
.footer__wrapper_phones_numbers {
  padding: 0;
}
.footer__wrapper_phones_numbers li {
  margin-bottom: 2%;
}
.footer__wrapper_phones_numbers li a {
  color: rgba(1, 1, 1, 0.902);
  text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.75);
  text-decoration: underline;
}
.footer__wrapper_number {
  padding: 0;
}
.footer__wrapper_number li {
  margin: 0 0 2% 0;
}
.footer__wrapper_number li a {
  margin: 0;
  color: rgba(1, 1, 1, 0.902);
  text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.75);
  text-decoration: underline;
}
.footer__wrapper_address p {
  font-size: 1.2em;
}



@media (min-width: 375px) {
  .header__wrapper__company {
    left: 5%;
  }
}
@media (min-width: 425px) {
  .header__wrapper__company {
    left: 10%;
  }
}
@media (min-width: 768px) {
  .header {
    z-index: 4;
  }
  .header__wrapper_burger {
    width: 60px;
    height: 20px;
    margin: 0 2% 0 5%;
    padding-top: 0;
  }
  .header__wrapper_burger .line {
    height: 3px;
  }
  .header__wrapper_burger .line:nth-child(2) {
    top: 8px;
  }
  .header__wrapper_burger .line:nth-child(3) {
    top: 16px;
  }
  .header__wrapper__company {
    display: flex;
    position: relative;
    align-items: center;
    left: 15%;
  }
  .header__wrapper__company_picture {
    width: 45px;
  }
  .header__wrapper__company_name {
    font-size: 1.5em;
  }

  .navigation {
    width: 40%;
  }
  .navigation__cross {
    top: 6%;
    left: 85%;
    width: 28px;
    height: 28px;
  }
  .navigation__cross:after {
    width: 20px;
    height: 3px;
    margin-top: 13px;
    margin-left: 4px;
  }
  .navigation__cross:before {
    width: 20px;
    height: 3px;
    margin-top: 13px;
    margin-left: 4px;
  }
  .navigation__menu {
    margin-top: 10%;
  }
  .navigation__menu li {
    font-size: 1.3em;
    margin: 30px 0;
  }
  .navigation .header__wrapper {
    width: 60px;
  }
  .navigation .header__wrapper__company_picture {
    width: 50px;
    margin: 20px 0 0 0px;
  }
  .navigation .header__wrapper__company_name {
    display: none;
    font-size: 1.2em;
  }

  .calculator__wrapper {
    background-image: url("./img/bg-evn.jpg");
  }
  .calculator__wrapper_text {
    width: 70%;
    font-size: 1.5em;
  }
  .calculator__wrapper_month {
    width: 100%;
  }
  .calculator__wrapper_month_text {
    font-size: 2em;
  }
  .calculator__wrapper_month .range-slider {
    max-width: 100%;
  }
  .calculator__wrapper_month .data-range {
    height: 2.5em;
    width: 2.5em;
    margin-top: 4px;
    z-index: 1;
  }
  .calculator__wrapper_kilowatt_text {
    font-size: 1.4em;
  }
  .calculator__wrapper_kilowatt_enter_input {
    height: 4vh;
    font-size: 1.2em;
  }
  .calculator__wrapper_kilowatt_enter_tarif {
    font-size: 1.3em;
  }
  .calculator__wrapper_kilowatt_enter_tarif img {
    width: 30px;
  }
  .calculator__wrapper_kilowatt_enter_tarif_cross {
    left: 93%;
  }
  .calculator__wrapper_kilowatt_enter_tarif_explanation {
    padding: 0;
    font-size: 1.2em;
  }
  .calculator__wrapper_kilowatt_enter_tarif ul li {
    padding: 3%;
  }
  .calculator__wrapper_count {
    height: 50px;
    font-size: 1.2em;
  }
  .calculator__wrapper_result_amount {
    text-align: center;
  }

  .footer__wrapper_name {
    font-size: 2em;
  }
  .footer__wrapper_email {
    font-size: 1.4em;
  }
  .footer__wrapper_phones {
    font-size: 1.4em;
  }
  .footer__wrapper_number {
    font-size: 1.4em;
  }
  .footer__wrapper_address p {
    font-size: 1.4em;
  }

  .footer__wrapper_name {
    font-size: 2em;
  }
  .footer__wrapper_email {
    font-size: 1.4em;
  }
  .footer__wrapper_phones {
    font-size: 1.4em;
  }
  .footer__wrapper_number {
    font-size: 1.4em;
  }
  .footer__wrapper_address p {
    font-size: 1.4em;
  }
}
@media (min-width: 1024px) {
  .header {
    height: 70px;
  }
  .header__wrapper {
    padding: 1% 0;
    margin-left: 1%;
  }
  .header__wrapper__navigation {
    display: block;
    width: 75%;
  }
  .header__wrapper__navigation__menu {
    display: flex;
    justify-content: space-around;
    width: 80%;
  }
  .header__wrapper__navigation__menu li {
    text-align: center;
  }
  .header__wrapper__navigation__menu li:nth-child(5) a {
    color: #3092D0;
  }
  .header__wrapper__navigation__menu li a {
    text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.75);
    color: black;
    font-size: 0.9em;
  }
  .header__wrapper__navigation__menu li a:hover {
    color: #3092D0;
  }
  .header__wrapper_burger {
    display: none;
  }
  .header__wrapper__company {
    width: 20%;
    margin-right: 2%;
    left: 0%;
  }
  .header__wrapper__company_picture {
    width: 30px;
  }
  .header__wrapper__company_name {
    font-size: 1.0em;
    
  }

  .navigation {
    display: none;
  }

  .calculator {
    padding-top: 5%;
  }
  .calculator__wrapper {
    width: 100%;
    padding: 5% 0;
  }
  .calculator__wrapper_text {
    font-size: 2.5em;
  }
  .calculator__wrapper_text2 {
    font-size: 1.3em;
  }
  .calculator__wrapper_text_bot {
    font-size: 1em;
  }
  .calculator__wrapper_month .range-wrap {
    width: 50%;
  }
  .calculator__wrapper_kilowatt_text {
    font-size: 1.4em;
    margin-top: 5%;
  }
  .calculator__wrapper_kilowatt_enter_tarif {
    margin-top: 2%;
  }
  .calculator__wrapper_kilowatt_enter_tarif_cross {
    left: 93%;
  }
  .calculator__wrapper_kilowatt_enter_tarif_explanation {
    padding: 0;
    width: 50%;
    font-size: 1.1em;
  }
  .calculator__wrapper_kilowatt_enter_tarif span {
    font-size: 1.1em;
  }
  .calculator__wrapper_kilowatt_enter_tarif ul {
    margin-top: 2%;
  }
  .calculator__wrapper_kilowatt_enter_tarif ul li {
    font-size: 1em;
    padding: 1.5%;
  }
  .calculator__wrapper_kilowatt .pole {
    left: 75%;
  }
  .calculator__wrapper_count {
    width: 30%;
    margin: 5% 35%;
  }
  .calculator__wrapper_result {
    width: 25%;
  }




  .footer {
    padding: 0;
    font-size: 0.6em;
  }
  .footer__wrapper {
    display: flex;
    align-items: center;
  }
  .footer__wrapper * {
    margin-right: 5%;
  }
  .footer__wrapper_phones {
    width: 7vw;
  }
  .footer__wrapper_phones_numbers {
    width: 100%;
  }
  .footer__wrapper_phones_numbers li {
    width: 100%;
  }
  .footer__wrapper_phones_numbers li a {
    width: 100%;
  }
  .footer__wrapper_address {
    width: 12vw;
  }
  .footer__wrapper_address p {
    width: 12vw;
  }
}