@font-face {
  font-family: 'Gotham';
  src: url('../fonts/gotham_bold.otf');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/gotham_medium.otf');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/gotham_book.otf');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham_Light.otf');
  font-weight: 300;
  font-style: normal;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #C6C6C6;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #3097d1;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #216a94;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  width: 100%;
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: #151515;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-bottom: 12.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 41px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 12.5px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.6;
  color: #555555;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.6;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}


.calc_top {
    margin-bottom: 10px;
}
.links_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 40px;
}

.links_flex a {
    color: #4859B2;
    text-decoration: underline;
}
.calc_aside_title {
    color: #5D5D5D;
    line-height: 1.2;
    letter-spacing: -0.01em;
    font-size: 16px;
}
.select_field.select_input {
    background: #FFFFFF;
    border-radius: 3px;
    color: #777777;
    font-size: 24px;
    line-height: 1;
    padding: 32px 27px 12px;
    border: none;
    width: 100%;
    border: 1px solid #fff;
    position: relative;
}

.select_input input {
    width: 40px;
    min-width: auto;
    border: none;
    background: transparent;
    line-height: 1;
}

.select_input_wrap {
    display: flex;
    align-items: baseline;
}
 

.select_input_wrap input[type="number"] {
    -moz-appearance: textfield; /* Для Firefox */
}

.select_input_wrap input[type="number"]::-webkit-outer-spin-button,
.select_input_wrap input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none; /* Для Chrome, Safari, Edge */
    margin: 0;
}

table.calc-tree-table td {
    padding-right: 15px;
}

.hide {
    display: none;  
}

.tree-note {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 40px;
}

.select_input .red_bt {
    font-size: 14px;
    padding: 14px;
    width: 130px;
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
}
.calc_aside_table {
    font-size: 17px;
    line-height: 1.1;
}

.calc_aside_table table thead tr td {
    border-bottom: 1px solid #9E9E9E;!;!i;!;
    padding-bottom: 10px;
}

.calc_aside_table table td {
    color: #151515;
    letter-spacing: -0.02em;
    padding: 4px 0;
}
.calc_aside_table table {
    width: 100%;
    border-collapse: collapse;
}

.calc_aside_table table tbody tr:first-child td {
    padding-top: 15px;
}
.calc_aside.calc_aside_table {
    padding: 40px;
}
.td_btn.active {
    background: #E31E24;
    color: #FFFFFF;
    padding: 5px 10px;
    margin-left: -10px;
}

.td_btn {
    display: inline-block;
    border-radius: 60px;
    cursor: pointer;
}
.calc_form {
    display: flex;
    align-items: center;
    gap: 60px;
}

.calc_form_img {
    width: 33%;
    max-width: 426px;
}

.calc_form_side {
    max-width: calc(67% - 60px);
}

.calc_form.calc_content {
    margin-top: 10px;
}

.calc_form_text {
    color: #151515;
    font-size: 17px;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 30px;
}
.fields_group {
    width: 460px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.fields_group .w100 {
    width: 100%;
}

.fields_group .w50 {
    width: calc(50% - 10px);
}

.white_field {
    background: #fff;
    border: 1px solid #C3C3C3;
    border-radius: 10px;
    line-height: 1;
    color: #151515;
    font-size: 22px;
    padding: 9px 25px;
}

.white_field::placeholder {
    color: #B9B9B9;
}
.fields_group + .red_bt {
    margin-top: 20px;
}
.file_field .responsiv-uploader-fileupload.style-file-single {
    padding: 0;
    border: none;
    background: transparent;
    width: 100%;
}

.file_field .responsiv-uploader-fileupload.style-file-single .upload-button {
    position: relative;
    margin: 0;
    top: 0;
    height: auto;
    width: 100%;
    text-align: left;
    padding: 13px 25px;
}
.calc_aside_title {
    width: 100%;
}

@media (min-width: 1200px) {
	.white_field {
    font-size: 20px;
}
}

.select_input_wrap span:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #C1C1C1;
}
.thead_title + tr th {
    padding-top: 10px;
}

.thead_title {
    font-size: 20px;
}

.mb35 {
    margin-bottom: 35px;
}

.table_wrap table tbody tr:last-child td {
    padding-bottom: 0;
}



.title {}

.pricelist .title {
    margin-bottom: 60px;
}

.podtext {
    color: #151515;
    margin-bottom: 35px;
}

.podtext a {
    color: #151515;
    font-weight: 700;
    white-space: nowrap;
}

.podtext *:last-child {
    margin-bottom: 0;
}

.price_item {
    padding: 38px 0;
    display: grid;
    grid-template-columns: 1fr 180px;
    border-top: 1px solid #D0D0D0;
}

.price_item_right {
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.price_item_left {
    padding-right: 30px;
    border-right: 1px solid #D0D0D0;
    min-height: 115px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.prod_name {
    color: #151515;
    font-size: 26px;
    line-height: 1.1;
    text-transform: uppercase;
}

.prod_text {
    color: #151515;
    margin-top: 15px;
    line-height: 1.1;
}

.prod_text *:last-child {
    margin-bottom: 0;
}

.prod_price {
    color: #E31E24;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
}

.subtext {
    color: #151515;
    line-height: 1;
    margin-top: 10px;
}
.price_item:last-child {
    padding-bottom: 0;
}

.menu__item ul {
    position: absolute;
    left: -15px;
    top: 100%;
    background: #15151569;
    width: 300px;
    padding: 15px;
    backdrop-filter: blur(10px);
    transition: .5s;
    opacity: 0;
}

.menu__item {
    position: relative;
    overflow: hidden;
}

.menu__item ul li, .menu__item ul li a {
    white-space: break-spaces;
    width: auto;
    text-transform: none;
}

.menu__item ul li {
    line-height: 1.1;
    display: block;
    text-transform: none;
}

.menu__item ul li + li {
    margin-top: 15px;
}

.menu__item:hover ul {
    opacity: 1;
}

.menu__item:hover {
    overflow: visible;
}