/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

input {
  outline: none;
}
blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: 'ProximaNova';
  src: url(../fonts/ProximaNova-Regular.otf);
}
@font-face {
  font-family: 'ProximaNova-Bold';
  src: url(../fonts/ProximaNova-Bold.otf);
  font-weight: bold;
}

body {
  font-family: 'ProximaNova', sans-serif;
  color: #000;
}

a {
  color: #e41f25;
}

.radio {
  vertical-align: top;
  width: 18px;
  height: 18px;
  margin: 0 3px 0 0;
  margin-bottom: 16px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.radio + label {
  cursor: pointer;
  margin-bottom: 16px;
  display: inline-block;
}

.radio:not(checked) {
  position: absolute;
  opacity: 0;
}

.radio:not(checked) + label {
  position: relative;
  padding: 0 0 0 35px;
}

.radio:not(checked) + label:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #797979;
  border-radius: 100%;
  background: #fff;
}

.radio:not(checked) + label:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #e41f25;
  opacity: 0;
  transition: all 0.2s;
}

.radio:checked + label:after {
  opacity: 1;
}

input[type='text'] {
  border: 1px solid #c2c2c2;
  height: 35px;
  width: 100%;
  min-width: 70px;
  padding: 5px;
}
input[type='text']:focus {
  border-color: #e41f25;
}

.calctitle {
  padding: 16px;
  background-color: #e41f25;
  color: #ffffff;
  font-size: 20px;
}
.header {
  height: 40px;
}
.logo {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #ffffff;
  text-align: center;
}
.calcnav {
  color: #ffffff;
}
.nav {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  height: 100%;
  text-align: center;
}
.nav li {
  padding: 0px;
  font-size: 24px;
  background-color: #e41f25;
  border-right: 1px solid #fff;
  /*overflow: hidden;*/
  display: inline-block;
  width: 25%;
  vertical-align: middle;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.nav li:last-child {
  border-right: none;
}
.nav li.active,
.nav li:hover {
  color: #e41f25;
  background-color: #eee !important;
}

.border-right {
  border-right: 1px solid #cccccc;
}

.title1 {
  margin-top: 9px;
}

.calc-content {
  margin-top: 20px;
}
.calc-content .title {
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
  padding-top: 19px;
}
.calc-content .title.margin {
  margin-bottom: 50px;
  margin-top: 20px;
}
.calc-content p.title {
  padding-top: 0px;
}
.calc-content .countries {
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 37px;
}
.calc-content .countries li {
  /*margin-bottom: 16px;*/
}
.calc-content .right-part {
  padding-left: 45px;
}
.calc-content .right-part input[type='text'] {
  margin-top: 11px;
}

.calc-option {
  cursor: pointer;
  margin-top: 15px;
  height: 90px;
  background-position-y: center;
  padding: 15px;
  border: 1px solid #fff;
}
.calc-option.active {
  background-color: #fbfbfb;
  color: #000;
  border: 1px solid #e41f25;
}

.calc-option0 {
  background-image: url('../img/calc-option-1-grey.png');
  background-repeat: no-repeat;
}

.calc-option0:hover {
  background-image: url('../img/calc-option-1.png');
}

.calc-option0.active {
  background-image: url('../img/calc-option-1.png');
}

.calc-option1 {
  background-image: url('../img/calc-option-2-grey.png');
  background-repeat: no-repeat;
}

.calc-option1:hover {
  background-image: url('../img/calc-option-2.png');
}

.calc-option1.active {
  background-image: url('../img/calc-option-2.png');
}

.bigTitle {
  margin-left: 80px;
  font-size: 40px;
  font-weight: 100;
}

.subTitle {
  margin-left: 80px;
  white-space: nowrap;
  font-size: 12px;
  line-height: 140%;
}

.calc-content .lh38 {
  line-height: 38px;
}
.calc-content .p0 {
  padding: 0;
}
.change {
  border: 1px solid #bdbdbd;
  float: left;
  width: 100%;
  margin-top: 7px;
  padding: 3px;
}
.changeLanguageBlock .change {
  margin-top: 0px;
}
.changeLanguageBlock {
  padding-left: 20px;
  padding-right: 20px;
}
.languageTitle {
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
}

.change div {
  cursor: pointer;
  line-height: 36px;
  text-align: center;
  width: 50%;
  float: left;
  font-size: 16px;
}
.change div.active {
  background-color: #e41f25;
  color: #fff;
}
.calc-content .type-buildings li {
  display: inline-block;
  font-size: 14px;
}
.calc-content .step2 .row {
  margin-bottom: 20px;
}
.calc-content .step3 li {
  float: left;
  margin-right: 33px;
  display: inline-block;
}
.calc-content .step3 .options {
  position: relative;
}
.calc-content .step3 .options .row {
  margin-bottom: 15px;
}
.calc-content .step3 .options input[type='text'] {
  text-align: center;
}
.calc-content .structure {
  text-align: center;
  padding-top: 78px;
}
.calc-content .systems {
  margin-bottom: 20px;
}
.calc-content .systems .wr {
  height: 180px;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
  padding: 4px 0px;
  border: 1px solid #cccccc;
}
.calc-content .systems .wr .hover {
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.calc-content .systems .wr .hover a {
  color: #fff;
  position: absolute;
  text-decoration: underline;
  font-size: 14px;
  width: 100%;
  left: 0;
  bottom: 28px;
}
.calc-content .systems .wr:hover .hover {
  padding-top: 74px;
  opacity: 1;
}
.calc-content .systems .wr:hover .stitle {
  opacity: 0;
}
.calc-content .systems .wr .img {
  text-align: center;
  height: 140px;
  padding-bottom: 10px;
}
.calc-content .systems .wr .img img {
  width: 150px;
}
.calc-content .systems .wr .stitle {
  text-align: center;
  font-size: 16px;
}

button {
  font-size: 18px;
  color: #999999;
  border: 1px solid #999999;
  background: transparent;
  padding: 10px 32px 12px 32px;
  margin: 0px 7px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
button:hover {
  background-color: #999999;
  color: #fff;
}
button.red {
  background-color: #e41f25;
  border-color: #e41f25;
  color: #fff;
}
button.red:hover {
  border-color: #e41f25 !important;
  background: transparent !important;
  color: #e41f25;
}

.pagination {
  margin-top: 10px;
  text-align: right;
}

.option-temp {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Modal window */
.system-info-modal h1,
.system-info-modal .system-image,
.system-info-modal .system-description {
  text-align: center;
}

.system-info-modal h1 {
  font-size: 35px;
  padding: 10px;
}

.system-info-modal .close-modal {
  position: absolute;
  top: 12px;
  right: 15px;
  cursor: pointer;
}

.system-info-modal .system-description {
  padding: 15px 50px 0 50px;
}

/*# sourceMappingURL=screen.css.map */
sub,
sup {
  font-size: smaller;
}

.scrollable {
  border: 1px solid #dddddd;
  max-height: 150px;
  overflow-y: scroll;
  padding: 2px;
}

.scrollable a {
  display: block;
  padding: 8px;
  margin: 0px;
  text-decoration: none;
  color: #000000;
  background-color: #ffffff;
}

.scrollable a.active {
  background-color: #e41f25;
  color: #ffffff;
}
/* стили для попап-окон */
.popuptext {
  font-size: 10.5pt;
  color: #333333;
  line-height: normal;
}
.popuptext p {
  margin-bottom: 10px;
}
.popuptext b {
  font-weight: bold;
}
.popuptext ul {
  font-size: 10pt;
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 10px;
  margin-left: 10px;
}
.popuptext ul li {
  margin-bottom: 8px;
}
.popuptext ol {
  font-size: 10pt;
  list-style-type: decimal;
  list-style-position: inside;
  margin-bottom: 10px;
  margin-left: 10px;
}
.popuptext ol li {
  margin-bottom: 8px;
}
.popuptext .red {
  color: #e41f25;
}
.popuptext h1 {
  font-weight: bold;
  font-size: 12pt;
  margin-bottom: 10px;
  color: #e41f25;
}
.popuptext .small {
  font-size: 9pt;
}
.popuptext sup {
  font-size: smaller;
}
.popuptext sub {
  font-size: smaller;
}
.popuptext .cooltable {
  font-size: 10pt;
}

.popuptext table {
  margin-bottom: 10px;
}

.popuptext .cooltable th {
  font-weight: bold;
  padding: 4px;
  background-color: #dddddd;
}
.popuptext .cooltable td {
  padding: 4px;
  border-bottom: 1px solid #dddddd;
}

.calcfield {
  padding: 8px;
}

.bubble {
  margin-left: 10px;
  color: #bbbbbb;
}

.alerts {
  background-color: #f7a7a9;
  color: #000000;
  padding: 16px;
  line-height: 150%;
  border-radius: 10px;
  margin-bottom: 10px;
}

.select-style {
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  background-color: #fff;

  background: #fff url('../img/arrowdown.gif') no-repeat;
  background-position: 99% 50%;
}

.select-style select {
  padding: 5px 8px;
  width: 130%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-style select:focus {
  outline: none;
}
.step4 {
  line-height: 140%;
}
.step4 b {
  font-weight: bold;
}
.step4 p {
  margin-bottom: 10px;
  margin-top: 10px;
}
.input_first_page {
  margin-top: 10px;
}
.checkboxInput {
  background-color: #fff;
  font-size: 19px;
  height: 20px;
  width: 20px;
  border: 1px solid #e32e2f;
  box-shadow: none;
  line-height: 15px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  top: -6px;
}
.rulesText {
  width: 80%;
  text-align: left;
  display: inline-block;
  margin-top: 15px;
}
.errorAlert {
  border: 1px solid #ef444a !important;
}

@media (max-width: 399px) {
  .calctitle {
    padding: 6px;
    font-size: 16px;
  }
  .calc-content .title {
    padding-top: 0px;
  }
  .calc-content .countries {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.changeLanguageBlock .change .active {
  background-color: #fff;
}
.changeLanguageBlock .change {
  border: 0px;
  width: 70%;
}
.changeLanguageBlock .change .active img {
  border: 4px solid #e41f25;
  opacity: 1;
}
.changeLanguageBlock .change img {
  border: 1px solid #a39f9d;
  background-color: #fff;
  border-radius: 45px;
  opacity: 0.5;
}
