@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");
@media print {
  .button_block_calc {
    display: none;
  }
  .pictures_calc {
    display: none;
  }
}
@page {
  /*size: 29.7cm 42cm; -> that would be a regular A4 page */
  size: 35cm 49.5cm;
}
body {
  background: #F8F9FC;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  overflow-x: hidden;
}

main {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
main h1 {
  font-size: 35px;
  font-family: 0;
  max-width: 550px;
  width: 100%;
}

.top_main {
  box-sizing: border-box;
  padding-right: 20px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.list_country {
  display: flex;
}
.list_country a {
  width: 200px;
  height: 80px;
  padding: 20px;
  background: white;
  border: 1px solid #E4E4E4;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  margin-left: 10px;
  text-decoration: none;
}
.list_country a span {
  color: black;
  font-size: 16px;
}
.list_country img {
  display: flex;
  width: 50px;
  height: auto;
}
#capacity_electro input{
    margin-right:10px;
}

.exchange {
  margin-top: 30px;
  margin-bottom: 0px;
  display: flex;
  max-width: 600px;
  box-sizing: border-box;
  padding-right: 20px;
  justify-content: space-between;
  align-items: center;
}
.exchange div {
  display: flex;
  margin-right: 10px;
  align-items: center;
}
.exchange div img {
  display: flex;
  width: 30px;
  margin-right: 10px;
  height: auto;
}

.calculator {
  display: flex;
  margin-bottom: 20px;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
}
.calculator .print_block {
  margin-top: 20px;
  display: flex;
  height: auto;
  flex-direction: column;
  background: white;
  padding-left: 10px;
  box-sizing: border-box;
  margin-left: 0;
  border-radius: 0 8px 8px 0;
  border: 1px solid #E4E4E4;
}
.calculator .print_block .row:first-child label {
  padding-top: 20px;
}
.calculator .print_block .row {
  display: flex;
}
.calculator .print_block .row #tam_posh_result, .calculator .print_block .row #tam_posh_result_rub {
  display: flex;
  flex-direction: column-reverse;
}
.calculator .print_block .row s {
  font-size: 12px;
  color: red;
}
.calculator .print_block .row .zag {
  font-size: 22px !important;
  margin-right: 20px;
}
.calculator .print_block .row label:first-child {
  width: 260px;
  font-size: 14px;
}
.calculator .print_block .row label:nth-child(2), .calculator .print_block .row label:nth-child(3) {
  width: 100px;
}
.calculator .print_block .row label {
  padding-bottom: 20px;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
  border-right: 1px solid #E4E4E4;
  text-wrap: nowrap;
}
.calculator .print_block .row label:nth-child(3) {
  border-right: none;
}
.calculator .input_block {
  margin-top: 20px;
  box-sizing: border-box;
  margin-right: 0px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  max-width: 480px;
  width: 100%;
  border-left: 1px solid #E4E4E4;
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
  background: white;
  border-radius: 8px 0 0 8px;
}
.calculator .input_block .input_block_title {
  font-size: 25px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
}
.calculator .input_block .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.calculator .input_block .row .row {
  margin-top: 0;
}
.calculator .input_block .row .row_checkbox {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.calculator .input_block .row .row_checkbox label {
  font-size: 14px;
}
.calculator .input_block .row .row_checkbox input {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  border: 1px solid #C6C6C6;
}
.calculator .input_block .row p {
  margin-top: 0;
  margin-bottom: 0;
}
.calculator .input_block .row input {
  width: 200px;
  height: 30px;
  border-radius: 4px;
  margin-left: 0;
  padding-left: 10px;
  box-sizing: border-box;
  border: 1px solid #C6C6C6;
}
.calculator .input_block .row select {
  width: 200px;
  color: black;
  height: 30px;
  margin-left: 0;
  padding-left: 10px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #C6C6C6;
  background: white;
}

#summ_usd, #summ_rub, .title.itg {
  font-size: 18px;
  font-weight: 700;
}

.print {
  margin-top: 30px;
  width: 300px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  border: none;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-right: 20px;
}

.yel {
  background: #FFF500;
  cursor: pointer;
}

.gre {
  background: #ececec;
  cursor: pointer;
}

.button_block_calc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 20px;
}
.button_block_calc button {
  color: black;
}

.pictures_calc {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}
.pictures_calc .img_block {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  width: 230px;
  align-items: center;
}
.pictures_calc .img_block .adv_block {
  display: flex;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 10px;
  border: 1px solid #E4E4E4;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  background: white;
}
.pictures_calc .img_block .adv_block .adv {
  font-size: 60px;
  opacity: 0.1;
}
.pictures_calc .img_block img {
  display: flex;
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 1px solid #E4E4E4;
}
.pictures_calc .img_block label ~ .img_text {
  margin-top: 0;
}
.pictures_calc .img_block .img_text {
  background: #f4f4f4;
  border: 1px solid #E4E4E4;
  display: flex;
  flex-direction: column;
  width: 225px;
  height: 70px;
  border-radius: 10px;
  padding: 10px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin-top: -20px;
}
.pictures_calc .img_block .img_text .img_zag {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.pictures_calc .img_block .img_text .img_zag span {
  color: rgb(255, 90, 90);
}
.pictures_calc .img_block .img_text .img_descr {
  margin-top: 0px;
  box-sizing: border-box;
  font-size: 12px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

@media only screen and (max-width: 800px) {
  .top_main {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-right: 0;
  }
  .top_main h1 {
    width: 100%;
    font-size: 28px;
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .list_country a span {
    font-size: 12px;
    text-align: center;
  }
  .exchange span {
    font-size: 12px;
  }
  .list_country a {
    width: 98px;
    height: auto;
    margin-top: 10px;
    padding: 10px;
  }
  .exchange {
    justify-content: center;
    max-width: none;
  }
  .list_country {
    flex-wrap: wrap;
    justify-content: center;
  }
  .calculator .input_block .row p {
    font-size: 12px;
    text-wrap: wrap;
    padding-right: 10px;
  }
  .calculator .input_block .row input, .calculator .input_block .row select {
    width: 140px;
  }
  .calculator .input_block {
    max-width: 370px;
  }
  .calculator .input_block .input_block_title {
    font-size: 20px;
    text-align: center;
  }
  .print_block .row label {
    font-size: 12px !important;
    text-wrap: wrap;
  }
  .calculator .print_block .row label:first-child {
    padding-left: 5px;
    padding-right: 10px;
    width: 220px;
  }
  .calculator .print_block .row label:nth-child(2), .calculator .print_block .row label:nth-child(3) {
    width: 60px;
  }
  .calculator .print_block .row label {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pictures_calc .img_block .img_text .img_descr {
    font-size: 10px;
  }
  .pictures_calc .img_block .img_text .img_zag {
    font-size: 12px;
  }
  .pictures_calc .img_block .img_text {
    width: 182px;
  }
  .pictures_calc .img_block {
    width: 195px;
  }
  .pictures_calc .img_block .adv_block .adv {
    font-size: 48px;
  }
}
@media only screen and (max-width: 420px) {
  .calculator .print_block .row label:first-child {
    text-wrap: wrap;
    width: 150px;
  }
  .exchange div img {
    width: 20px;
  }
  .exchange {
    justify-content: space-between;
    padding-right: 0;
  }
  .calculator .print_block .row label:first-child {
    width: 117px;
  }
  .top_main h1 {
    font-size: 25px;
  }
  .pictures_calc .img_block {
    width: 142px;
  }
  .pictures_calc .img_block .img_text {
    width: 130px;
  }
  .pictures_calc .img_block .adv_block .adv {
    font-size: 31px;
  }
  .pictures_calc .img_block .img_text {
    height: auto;
    padding: 5px;
  }
  .pictures_calc .img_block .img_text .img_descr {
    padding-left: 0;
    padding-right: 0;
  }
  .print {
    margin-top: 10px;
  }
  .button_block_calc {
    padding-right: 20px;
  }
  .button_block_calc .print {
    margin-right: 0;
  }
}/*# sourceMappingURL=calculator.css.map */