/*Defaults*/
/*$img: "Images/";*/
/*
Design
*/
*:hover, *:active, *:focus {
  outline: none;
  outline: 0;
}

.tooltip__hover.active {
  z-index: 100 !important;
}

.tooltip {
  position: absolute;
  right: 15px;
  top: calc(50% - 10px);
  width: 21px;
  height: 20px;
}
.tooltip.active__ico {
  filter: none;
}
.tooltip.active__hover {
  display: block;
  opacity: 1;
  z-index: 100;
}
.tooltip__ico {
  width: 21px;
  height: 20px;
  background: url(../img/icons/info.png) no-repeat;
  display: block;
  cursor: pointer;
  transition: all 0.25s ease;
}
.tooltip__ico.active {
  filter: none;
}
.tooltip__hover {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 100%;
  margin: 0 0 15px -20px;
  border: 2px solid #e5d7a8;
  background: #f5f0e1;
  color: #0e0e0e;
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  padding: 10px;
  width: 275px;
  transition: all 0.25s ease;
  opacity: 0;
  box-sizing: border-box;
}
.tooltip__hover:before {
  display: block;
  position: absolute;
  content: "";
  width: 20px;
  height: 22px;
  background: url(../img/icons/info-ugol.png) no-repeat;
  left: 18px;
  bottom: -22px;
}
.tooltip__hover.active {
  display: block;
  opacity: 1;
  z-index: 10;
}
.tooltip__hover .spanEditDel,
.tooltip__hover a,
.tooltip__hover span {
  margin: 0 !important;
  padding: 0 !important;
  display: inline-block !important;
  position: relative;
  color: #d1b860 !important;
  background: none !important;
  font-weight: 400 !important;
  font-size: 11px !important;
  line-height: 14px !important;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: underline !important;
}
.tooltip__hover .spanEditDel::before,
.tooltip__hover a::before,
.tooltip__hover span::before {
  display: none !important;
}
.tooltip__hover .spanEditDel:hover,
.tooltip__hover a:hover,
.tooltip__hover span:hover {
  text-decoration: none !important;
  color: #0e0e0e !important;
}
.tooltip__hover .spanEditDel img,
.tooltip__hover a img,
.tooltip__hover span img {
  position: relative !important;
  right: auto !important;
  top: auto !important;
  filter: none !important;
}
.tooltip__hover .spanEditDel,
.tooltip__hover .edit {
  margin: 0 0 5px !important;
  display: block !important;
  padding: 3px !important;
  background: #ebebeb !important;
}
.tooltip__hover .spanEditDel a,
.tooltip__hover .edit a {
  color: #0e0e0e !important;
}

/*
Modules
*/
.tabs__nav {
  box-sizing: border-box;
  margin: 0 -8px 53px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
@media (max-width: 1180px) {
  .tabs__nav {
    margin: 0 -3px 53px;
  }
}
.tabs__nav:before {
  display: block;
  position: absolute;
  content: "";
  position: relative;
  clear: both;
}
.tabs__nav:after {
  bottom: -4px;
  left: 8px;
  right: 8px;
  height: 5px;
  background: #d1b860;
  display: block;
  position: absolute;
  content: "";
}
@media (max-width: 1180px) {
  .tabs__nav:after {
    left: 3px;
    right: 3px;
  }
}
.tabs__nav .tab {
  width: calc(100%/6);
  padding: 0 8px;
  box-sizing: border-box;
}
@media (max-width: 1180px) {
  .tabs__nav .tab {
    padding: 0 3px;
  }
}
@media (max-width: 1180px) {
  .tabs__nav .tab:first-child span {
    font-weight: 700;
    font-size: 11px;
    line-height: 16px;
    font-family: "Open Sans", sans-serif;
  }
}
.tabs__nav .tab span {
  cursor: pointer;
  padding: 5px 7px;
  border-radius: 10px 10px 0 0;
  background: #dadada;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  font-family: "Open Sans", sans-serif;
  color: #939598;
  box-sizing: border-box;
  transition: all 0.25s ease;
  position: relative;
}
@media (max-width: 1180px) {
  .tabs__nav .tab span {
    font-weight: 700;
    font-size: 11px;
    line-height: 11px;
    font-family: "Open Sans", sans-serif;
  }
}
@media (max-width: 1024px) {
  .tabs__nav .tab span {
    font-weight: 700;
    font-size: 9px;
    line-height: 9px;
    font-family: "Open Sans", sans-serif;
  }
}
.tabs__nav .tab span strong {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  width: 100%;
}
@media (max-width: 1180px) {
  .tabs__nav .tab span strong {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    font-family: "Open Sans", sans-serif;
  }
}
.tabs__nav .tab span:before {
  width: 5px;
  height: 6px;
  background: url(../img/ug-l.png) no-repeat;
  display: block;
  position: absolute;
  content: "";
  right: 100%;
  bottom: -1px;
  opacity: 0;
}
.tabs__nav .tab span:after {
  width: 5px;
  height: 6px;
  background: url(../img/ug-l.png) no-repeat;
  display: block;
  position: absolute;
  content: "";
  left: 100%;
  bottom: -1px;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
}
.tabs__nav .tab.active span, .tabs__nav .tab:hover span {
  background: #d1b860;
  color: #0e0e0e;
}
.tabs__nav .tab.active span:before, .tabs__nav .tab.active span:after, .tabs__nav .tab:hover span:before, .tabs__nav .tab:hover span:after {
  opacity: 1;
}
.tabs__nav .tab.active:first-child span:before, .tabs__nav .tab:hover:first-child span:before {
  display: none;
}
.tabs__nav .tab.active:last-child span:after, .tabs__nav .tab:hover:last-child span:after {
  display: none;
}
.tabs__content {
  color: #302f2c;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 30px;
}
@media (max-width: 1180px) {
  .tabs__content.text.col-xs-12 {
    width: 100%;
  }
}
.tabs__content.text h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  font-family: "Open Sans", sans-serif;
  margin: 0 0 10px;
  color: #434343;
}
.tabs__content.text h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  margin: 20px 0;
  color: #434343;
}
.tabs__content.text p {
  margin: 0 0 10px;
}
.tabs__content.text ul {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
.tabs__content.text ul li {
  margin: 0 0 7px;
  padding: 0 0 0 30px;
  position: relative;
  list-style: none;
}
.tabs__content.text ul li:before {
  display: block;
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #6e6e6d;
  left: 0;
  top: 5px;
}
.tabs__content.text ul.docs {
  margin: 30px -3px;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.tabs__content.text ul.docs li {
  padding: 0 3px;
  width: 50%;
  box-sizing: border-box;
}
.tabs__content.text ul.docs li:before {
  display: none;
}
.tabs__content.text ul.docs li .btn {
  min-height: 84px;
  width: 100%;
  height: 100%;
}
.tabs__content .btn {
  display: inline-block;
  background: #d1b860;
  cursor: pointer;
  padding: 10px 15px;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align-content: center;
  -webkit-align-content: center;
  align-content: center;
  -ms-flex-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-decoration: none;
  color: #434343;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box;
  border-radius: 10px;
}
.tabs__content .btn:hover {
  background: #dadada;
}
@media (max-width: 1180px) {
  .tabs .image .right {
    text-align: center;
  }
}
.tabs .image ol {
  counter-reset: myCounter;
  margin: 35px 0 0;
  -webkit-columns: 2;
  columns: 2;
  -webkit-column-width: 50%;
  column-width: 50%;
  -webkit-column-gap: 15px;
  column-gap: 15px;
}
.tabs .image ol li {
  list-style: none;
  padding: 0 0 0 30px;
  position: relative;
  margin: 0 0 5px;
  line-height: 16px;
}
.tabs .image ol li:before {
  display: block;
  position: absolute;
  content: "";
  counter-increment: myCounter;
  content: counter(myCounter);
  width: 14px;
  height: 14px;
  border: 1px solid #434343;
  text-align: center;
  font-weight: 700;
  font-size: 10px;
  line-height: 14px;
  font-family: "Open Sans", sans-serif;
  color: #434343;
  left: 0;
  top: 0px;
  background: #ebebeb;
}

.calcGroup {
  margin: 0 0 30px;
}
.calcGroup__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  font-family: "Open Sans", sans-serif;
  color: #0e0e0e;
  padding: 10px 10px 10px 35px;
  position: relative;
  background: #d1b860;
}
.calcGroup__title:before {
  width: 15px;
  height: 16px;
  background: url(../img/icons/bull-menu-light.png) no-repeat;
  display: block;
  position: absolute;
  content: "";
  left: 10px;
  top: calc(50% - 8px);
}
.calcGroup__title .info-ico {
  width: 21px;
  height: 20px;
  background: url(../img/icons/info-group.png) no-repeat;
  display: block;
  position: absolute;
  right: 15px;
  top: calc(50% - 10px);
  cursor: pointer;
}
.calcGroup__title .tooltip__ico {
  background: url(../img/icons/info-group.png) no-repeat !important;
  transition: all 0s ease;
}
.calcGroup__title .tooltip__ico:hover {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.calcGroup__title .info-answer {
  display: none !important;
}
.calcGroup .calcSubGroup.active.calcSubGroup--wide {
  background: #f5f0e1;
}
.calcGroup .calcSubGroup.active.calcSubGroup--wide:before {
  filter: none;
}
.calcGroup .calcSubGroup.active.calcSubGroup--wide .tooltip__ico {
  filter: none;
}
.calcGroup .calcSubGroup.active.calcSubGroup--wide .formField input {
  border-color: #d1b860;
  -moz-appearance: textfield;
  transition: all 0.25s ease;
}
.calcGroup .calcSubGroup.active.calcSubGroup--wide .formField input:hover, .calcGroup .calcSubGroup.active.calcSubGroup--wide .formField input:focus {
  -moz-appearance: number-input;
}
.calcGroup .calcSubGroup.active.calcSubGroup--wide .formField input[type=number]::-webkit-inner-spin-button,
.calcGroup .calcSubGroup.active.calcSubGroup--wide .formField input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}
.calcGroup .calcSubGroup.active.calcSubGroup--wide .formField .placeholder {
  color: #d1b860;
}
.calcGroup .calcSubGroup.active .calcSubGroup__title span, .calcGroup .calcSubGroup.active .calcSubGroup__title a {
  background: #f5f0e1;
}
.calcGroup .calcSubGroup.active .calcSubGroup__title span:before, .calcGroup .calcSubGroup.active .calcSubGroup__title a:before {
  filter: none;
}
.calcGroup .calcSubGroup.active .calcSubGroup__title img {
  filter: none;
}
.calcGroup .calcSubGroup.active .calcSubGroup__title .tooltip__ico {
  filter: none;
}
.calcGroup .calcSubGroup.calcSubGroup--wide {
  margin: 10px 0 10px 35px;
  position: relative;
  display: block;
  padding: 15px;
  position: relative;
  color: #0e0e0e;
  background: #ebebeb;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align-content: center;
  -webkit-align-content: center;
  align-content: center;
}
.calcGroup .calcSubGroup.calcSubGroup--wide.active {
  background: #f5f0e1;
}
.calcGroup .calcSubGroup.calcSubGroup--wide.active:before {
  filter: none;
}
.calcGroup .calcSubGroup.calcSubGroup--wide.active .tooltip__ico {
  filter: none;
}
.calcGroup .calcSubGroup.calcSubGroup--wide.active .formField input {
  border-color: #d1b860;
  -moz-appearance: textfield;
  transition: all 0.25s ease;
}
.calcGroup .calcSubGroup.calcSubGroup--wide.active .formField input:hover, .calcGroup .calcSubGroup.calcSubGroup--wide.active .formField input:focus {
  -moz-appearance: number-input;
}
.calcGroup .calcSubGroup.calcSubGroup--wide.active .formField input[type=number]::-webkit-inner-spin-button,
.calcGroup .calcSubGroup.calcSubGroup--wide.active .formField input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}
.calcGroup .calcSubGroup.calcSubGroup--wide.active .formField .placeholder {
  color: #d1b860;
}
.calcGroup .calcSubGroup.calcSubGroup--wide:before {
  width: 15px;
  height: 16px;
  background: url(../img/icons/bull-menu.png) no-repeat;
  display: block;
  position: absolute;
  content: "";
  right: 100%;
  margin-right: 10px;
  top: calc(50% - 8px);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.25s ease;
}
.calcGroup .calcSubGroup.calcSubGroup--wide:before:hover {
  filter: none;
  -webkit-filter: grayscale(0);
}
.calcGroup .calcSubGroup.calcSubGroup--wide .tooltip__ico {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.25s ease;
}
.calcGroup .calcSubGroup.calcSubGroup--wide .tooltip__ico:hover {
  filter: none;
  -webkit-filter: grayscale(0);
}
.calcGroup .calcSubGroup.calcSubGroup--wide label {
  width: 50%;
  margin: 0;
  color: #0e0e0e;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  font-family: "Open Sans", sans-serif;
}
.calcGroup .calcSubGroup.calcSubGroup--wide .formField {
  width: 50%;
  position: relative;
  margin: 0;
}
.calcGroup .calcSubGroup.calcSubGroup--wide .formField .placeholder {
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  color: #dadada;
}
.calcGroup .calcSubGroup.calcSubGroup--wide .formField input {
  width: 66px;
  margin-right: 10px;
  border-color: #dadada;
  color: #0e0e0e;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  font-family: "Open Sans", sans-serif;
  text-align: right;
  height: 16px;
  padding: 0 10px;
  background: #fff;
  display: inline-block;
  transition: all 0.25s ease;
  -moz-appearance: textfield;
}
.calcGroup .calcSubGroup.calcSubGroup--wide .formField input:hover, .calcGroup .calcSubGroup.calcSubGroup--wide .formField input:focus {
  -moz-appearance: number-input;
}
.calcGroup .calcSubGroup.calcSubGroup--wide .formField input[type=number]::-webkit-inner-spin-button,
.calcGroup .calcSubGroup.calcSubGroup--wide .formField input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}
.calcGroup .calcSubGroup__title {
  margin: 10px 0;
  position: relative;
  display: block;
  cursor: pointer;
}
.calcGroup .calcSubGroup__title.past {
  max-width: 276px;
}
.calcGroup .calcSubGroup__title .jq-checkbox, .calcGroup .calcSubGroup__title .jq-radio {
  width: 100%;
  height: 100%;
  position: absolute !important;
  border: none;
  left: 0;
  top: 0;
  opacity: 0;
}
.calcGroup .calcSubGroup__title .jq-checkbox.checked + span, .calcGroup .calcSubGroup__title .jq-radio.checked + span {
  background: #f5f0e1;
}
.calcGroup .calcSubGroup__title .jq-checkbox.checked + span:before, .calcGroup .calcSubGroup__title .jq-radio.checked + span:before {
  filter: none;
}
.calcGroup .calcSubGroup__title .jq-checkbox.checked + span img, .calcGroup .calcSubGroup__title .jq-radio.checked + span img {
  filter: none;
}
.calcGroup .calcSubGroup__title.active span, .calcGroup .calcSubGroup__title.active a {
  background: #f5f0e1;
}
.calcGroup .calcSubGroup__title.active span:before, .calcGroup .calcSubGroup__title.active a:before {
  filter: none;
}
.calcGroup .calcSubGroup__title.active .info-ico, .calcGroup .calcSubGroup__title.active img {
  filter: none;
}
.calcGroup .calcSubGroup__title span, .calcGroup .calcSubGroup__title a {
  margin: 0 0 0 35px;
  padding: 15px;
  display: block;
  position: relative;
  color: #0e0e0e;
  background: #ebebeb;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
}
.calcGroup .calcSubGroup__title span:before, .calcGroup .calcSubGroup__title a:before {
  width: 15px;
  height: 16px;
  background: url(../img/icons/bull-menu.png) no-repeat;
  display: block;
  position: absolute;
  content: "";
  right: 100%;
  margin-right: 10px;
  top: calc(50% - 8px);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.25s ease;
}
.calcGroup .calcSubGroup__title span:before:hover, .calcGroup .calcSubGroup__title a:before:hover {
  filter: none;
  -webkit-filter: grayscale(0);
}
.calcGroup .calcSubGroup__title img {
  position: absolute;
  right: 15px;
  top: calc(50% - 15px);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.25s ease;
}
.calcGroup .calcSubGroup__title img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
}

.calcSubGroup__title .tooltip__ico {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.25s ease;
}
.calcSubGroup__title .tooltip__ico:hover {
  filter: none;
  -webkit-filter: grayscale(0);
}
.calcSubGroup__title .tooltip__hover {
  z-index: 50;
}
.calcSubGroup__title .tooltip__hover img {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  filter: none;
}
.calcSubGroup__title .tooltip__hover p {
  margin: 0 0 5px;
}
.calcSubGroup__title .tooltip__hover.active {
  z-index: 100 !important;
}
.calcSubGroup__title.active .tooltip__ico {
  filter: none;
}

.calcParams {
  margin: 15px 0;
}
.calcParams.calcSubGroup--sizes {
  margin: 10px 0px 30px 35px;
  background: #f4f1e2;
  padding: 0 10px;
}
.calcParams.calcSubGroup--sizes .calcParams__title {
  padding: 10px;
  background: #d1b860;
  color: #0e0e0e;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  font-family: "Open Sans", sans-serif;
  margin: 0 -10px 10px;
}
.calcParams.calcSubGroup--sizes .calcParams__item {
  position: relative;
  margin-bottom: 10px;
  width: 100%;
}
@media (min-width: 1400px) {
  .calcParams.calcSubGroup--sizes .calcParams__item {
    width: 50%;
  }
}
.calcParams.calcSubGroup--sizes .calcParams__item label {
  color: #0e0e0e;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  font-family: "Open Sans", sans-serif;
  margin: 0 0 5px;
}
.calcParams.calcSubGroup--sizes .calcParams__item .placeholder {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  color: #d1b860;
  padding: 0 10px;
  height: 30px;
  position: absolute;
  left: 15px;
  bottom: 1px;
  background: #fff;
  z-index: 0;
  right: 15px;
}
@media (min-width: 1400px) {
  .calcParams.calcSubGroup--sizes .calcParams__item .placeholder {
    width: 100%;
    max-width: 180px;
    right: auto;
  }
}
.calcParams.calcSubGroup--sizes .calcParams__item input {
  width: 100%;
  border-color: #d1b860;
  color: #0e0e0e;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  font-family: "Open Sans", sans-serif;
  text-align: right;
  height: 30px;
  padding: 0 10px;
  background: none;
  position: relative;
  z-index: 1;
  transition: all 0.25s ease;
  -moz-appearance: textfield;
}
@media (min-width: 1400px) {
  .calcParams.calcSubGroup--sizes .calcParams__item input {
    max-width: 180px;
  }
}
.calcParams.calcSubGroup--sizes .calcParams__item input:hover, .calcParams.calcSubGroup--sizes .calcParams__item input:focus {
  -moz-appearance: number-input;
}
.calcParams.calcSubGroup--sizes .calcParams__item input[type=number]::-webkit-inner-spin-button,
.calcParams.calcSubGroup--sizes .calcParams__item input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}
.calcParams.calcSubGroup--sizes p {
  padding: 0 10px;
}
.calcParams.calcSubGroup--sizes .tooltip__ico {
  background: url(../img/icons/info-group.png) no-repeat !important;
  transition: all 0s ease;
}
.calcParams.calcSubGroup--sizes .tooltip__ico:hover {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.calcParams__item label {
  display: block;
  position: relative;
  margin: 5px 0;
  position: relative;
  display: block;
  cursor: pointer;
}
.calcParams__item label .jq-checkbox, .calcParams__item label .jq-radio {
  width: 100%;
  height: 100%;
  position: absolute !important;
  border: none;
  left: 0;
  top: 0;
  opacity: 0;
}
.calcParams__item label .jq-checkbox.checked + span, .calcParams__item label .jq-radio.checked + span {
  color: #0e0e0e;
}
.calcParams__item label .jq-checkbox.checked + span:before, .calcParams__item label .jq-radio.checked + span:before {
  background: #d1b860;
}
.calcParams__item label span {
  margin: 0 0 0 72px;
  display: block;
  position: relative;
  color: #97999c;
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  font-family: "Open Sans", sans-serif;
}
.calcParams__item label span:before {
  width: 8px;
  height: 8px;
  background: #dadada;
  display: block;
  position: absolute;
  content: "";
  right: 100%;
  margin-right: 10px;
  top: calc(50% - 4px);
}
.calcParams__item label img {
  position: absolute;
  top: calc(50% - 20px);
  right: 0;
  display: block;
}

.past .calcParams__item label {
  width: 100%;
  max-width: 277px;
  min-height: 40px;
  margin: 10px 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align-content: center;
  -webkit-align-content: center;
  align-content: center;
  -ms-flex-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}

.calcGroup.past .calcSubGroup label.calcSubGroup__title {
  width: 100%;
  max-width: 277px;
}

.calculate {
  margin: 0 -8px;
}
.calculate .col-xs-12 {
  padding: 0 8px;
}
@media (max-width: 1180px) {
  .calculate .col-xs-12 {
    width: 100%;
  }
}
.calculate .tab-end.active + aside.col-xs-12 {
  display: none;
}
.calculate .actions {
  -ms-flex-align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align-content: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 60px 0 30px;
}
@media (max-width: 1180px) {
  .calculate .actions {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.calculate .actions__btn {
  -ms-flexbox: 0 0 30%;
  -webkit-flex: 0 0 30%;
  flex: 0 0 30%;
  margin-right: 30px;
}
@media (min-width: 1400px) {
  .calculate .actions__btn {
    -ms-flexbox: 0 0 287px;
    -webkit-flex: 0 0 287px;
    flex: 0 0 287px;
  }
}
@media (max-width: 1180px) {
  .calculate .actions__btn {
    -ms-flexbox: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 0 30px;
  }
}
.calculate .actions__item {
  -ms-flexbox: 1 1;
  -webkit-flex: 1 1;
  flex: 1 1;
}
.calculate .inner {
  background: #f6f6f6;
  position: relative;
}
.calculate .inner .update {
  width: 18px;
  height: 17px;
  background: url(../img/icons/update.png) no-repeat;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: all 0.25s ease;
}
.calculate .inner .update:hover {
  opacity: 0.7;
}
.calculate .inner .image {
  padding: 35px 0;
  text-align: center;
}
.calculate .inner .image img {
  display: block;
  margin: 0 auto;
  max-height: 280px;
  width: auto;
}
.calculate .inner .total {
  background: #d1b860;
  color: #0e0e0e;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  padding: 30px 0;
}
.calculate .inner .total strong {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}
.calculate .inner .checkBox {
  padding: 15px 10px 30px;
  width: 476px;
  margin: 0 0 0 -30px;
  -ms-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
@media (min-width: 1400px) {
  .calculate .inner .checkBox {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    margin: 0 auto;
  }
}
@media (max-width: 1180px) {
  .calculate .inner .checkBox {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    margin: 0 auto;
  }
}
.calculate .inner .checkBox h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  color: #0e0e0e;
  margin: 0 0 10px;
}
.calculate .inner .checkBox .checkList {
  background: url(../img/check-px.png) repeat-y;
  padding: 20px;
  margin: 20px 0;
  position: relative;
}
.calculate .inner .checkBox .checkList:before {
  display: block;
  position: absolute;
  content: "";
  background: url(../img/check-top.png) no-repeat center top;
  height: 7px;
  left: 0;
  right: 0;
  top: -7px;
}
.calculate .inner .checkBox .checkList:after {
  display: block;
  position: absolute;
  content: "";
  background: url(../img/check-bottom.png) no-repeat center top;
  height: 11px;
  left: 0;
  right: 0;
  bottom: -11px;
}
.calculate .inner .checkBox .checkList__item {
  margin: 0;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 10px 0;
}
.calculate .inner .checkBox .checkList__item div {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  font-family: "Open Sans", sans-serif;
  color: #0e0e0e;
  text-align: right;
  vertical-align: top;
  -ms-flexbox: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.calculate .inner .checkBox .checkList__item div:first-child {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  font-family: "Open Sans", sans-serif;
  text-align: left;
  -ms-flexbox: 0 0 45%;
  -webkit-flex: 0 0 45%;
  flex: 0 0 45%;
  margin-right: 10px;
}
.calculate .inner .checkBox .checkList .line {
  border-bottom: 1px solid #a3a2a2;
  border-top: 1px solid #e6e6e6;
}

.tabs__content table {
  width: 100%;
}
.tabs__content table tr td {
  padding: 8px 10px;
  color: #0e0e0e;
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #afafaf;
}
.tabs__content table tr td:first-child {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  font-family: "Open Sans", sans-serif;
}
.tabs__content table tr td:nth-of-type(4), .tabs__content table tr td:nth-of-type(6) {
  width: 25px;
}
.tabs__content table tr td strong {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  font-family: "Open Sans", sans-serif;
}
.tabs__content.tab-end .right {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  font-family: "Open Sans", sans-serif;
  margin: 20px 0;
}
.tabs__content.tab-end .right strong {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  font-family: "Open Sans", sans-serif;
}
.tabs__content.tab-end .right span {
  font-weight: 700;
  font-size: 24px;
  line-height: 22px;
  font-family: "Open Sans", sans-serif;
}
.tabs__content.tab-end .row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align-content: center;
  -webkit-align-content: center;
  align-content: center;
  -ms-flex-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 35px;
}
.tabs__content.tab-end .row .image {
  text-align: center;
}
.tabs__content.tab-end .row .image img {
  margin: 0 auto;
  max-height: 205px;
}
.tabs__content.tab-end .row .complete {
  border: 1px solid #afafaf;
}
.tabs__content.tab-end .row .complete p {
  padding: 10px;
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  font-family: "Open Sans", sans-serif;
}
.tabs__content.tab-end .row .complete .completeBox {
  margin: 0 -1px 0 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.tabs__content.tab-end .row .complete .completeBox .column {
  width: 50%;
}
.tabs__content.tab-end .row .complete .completeBox .column.last .tooltip__hover {
  left: auto;
  right: 0;
}
.tabs__content.tab-end .row .complete .completeBox .column.last .tooltip__hover:before {
  left: auto;
  right: 18px;
  transform: scale(-1, 1);
}
.tabs__content.tab-end .row .complete .completeBox__item {
  padding: 7px 30px 7px 10px;
  position: relative;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box;
  width: 100%;
}
.tabs__content.tab-end .row .complete .completeBox__item:after {
  display: block;
  position: absolute;
  content: "";
  top: -1px;
  left: -1px;
  right: 0;
  border: 1px solid #afafaf;
  border-bottom: none;
  height: 100%;
  z-index: -1;
}
.tabs__content.tab-end .row .complete .completeBox__item .tooltip {
  right: 5px;
  z-index: 2;
}
.tabs__content.tab-end .row .complete .completeBox__item .tooltip__ico {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.tabs__content.tab-end .row .complete .completeBox__item .tooltip__ico.active {
  filter: none;
}
.tabs__content.tab-end .steps {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 20px -8px;
}
@media (max-width: 1180px) {
  .tabs__content.tab-end .steps {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.tabs__content.tab-end .steps__item {
  width: 30%;
  border-radius: 5px;
  padding: 5px;
  margin: 0 8px 10px;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #0e0e0e;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  background: #d1b860;
}
@media (min-width: 1400px) {
  .tabs__content.tab-end .steps__item {
    width: 287px;
  }
}
@media (max-width: 1180px) {
  .tabs__content.tab-end .steps__item {
    width: 100%;
    padding-bottom: 20px;
  }
}
.tabs__content.tab-end .steps__item .num {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 5px 0 0 5px;
  width: 50px;
  -ms-flexbox: 0 0 50px;
  -webkit-flex: 0 0 50px;
  flex: 0 0 50px;
  margin-right: 30px;
  text-align: center;
  -ms-flex-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align-content: center;
  -webkit-align-content: center;
  align-content: center;
  font-weight: 700;
  font-size: 22px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 1180px) {
  .tabs__content.tab-end .steps__item .num {
    -ms-flexbox: 0 0 100px;
    -webkit-flex: 0 0 100px;
    flex: 0 0 100px;
    padding: 5px;
    border-radius: 5px 5px 0 0;
    margin: 0;
  }
}
.tabs__content.tab-end .steps__item .num:after {
  display: block;
  position: absolute;
  content: "";
  height: 100%;
  left: 100%;
  top: 0;
  width: 16px;
  background: url(../img/icons/arrow-menu.png) no-repeat;
  background-position: left center;
  background-size: 100% 100%;
  opacity: 0.6;
}
@media (max-width: 1180px) {
  .tabs__content.tab-end .steps__item .num:after {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    /*top: 100%;
    left: 0;
    right: 0;
    height: 100px;
    width: auto;
    background-size: auto 100%;*/
    top: 100%;
    left: 42px;
    right: 0;
    height: 100px;
    width: 16px;
    background-size: 100% 100%;
    margin-top: -42px;
  }
}
.tabs__content.tab-end .steps__item .num strong {
  display: block;
  font-weight: 700;
  font-size: 30px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  width: 100%;
}
@media (max-width: 1180px) {
  .tabs__content.tab-end .steps__item .num strong {
    padding-top: 10px;
  }
}
.tabs__content.tab-end .steps__item .text {
  -ms-flex-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align-content: center;
  -webkit-align-content: center;
  align-content: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flexbox: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (max-width: 1180px) {
  .tabs__content.tab-end .steps__item .text {
    -ms-transform: translate(0, 5px);
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
}
.tabs__content.tab-end .steps__item:hover {
  background: #dadada;
}

/*# sourceMappingURL=calc.css.map */
