.big-link.moremargin {
  margin-top: 10px;
  margin-bottom: 50px; }

.big-link.final-calc-step {
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  text-transform: unset;
  color: #000;
  padding: 35px 395px; }
  .big-link.final-calc-step:after {
    display: none; }
  .big-link.final-calc-step:hover {
    background: #DEDFA1; }
  .big-link.final-calc-step .light-btn {
    display: inline-block;
    text-decoration: none;
    border: none;
    padding: 10px 20px;
    margin-top: 15px; }

.calc__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 25px 0 35px;
  overflow: hidden; }
  .calc__nav-item {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: 0.5px solid #e6e3e3;
    border-right: none;
    border-left: none;
    padding: 12px 0 12px 60px;
    text-decoration: none; }
    .calc__nav-item:first-child {
      padding-left: 31px;
      border-left: 0.5px solid #e6e3e3; }
    .calc__nav-item:last-child {
      border-right: 0.5px solid #e6e3e3; }
    .calc__nav-item:after {
      content: '';
      position: absolute;
      background: transparent;
      border: 0.5px solid #e6e3e3;
      border-bottom: none;
      border-left: none;
      -webkit-transform: rotate(335deg);
      -ms-transform: rotate(335deg);
      transform: rotate(335deg);
      width: 50px;
      height: 100%;
      top: -32%;
      right: -10px;
      z-index: 10; }
    .calc__nav-item:before {
      content: '';
      position: absolute;
      background: transparent;
      border: 0.5px solid #e6e3e3;
      border-top: none;
      border-left: none;
      -webkit-transform: rotate(25deg);
      -ms-transform: rotate(25deg);
      transform: rotate(25deg);
      width: 50px;
      height: 100%;
      bottom: -33%;
      right: -10px;
      z-index: 11; }
    .calc__nav-item p {
      margin: 0;
      color: #424242;
      position: relative;
      z-index: 12; }
      .calc__nav-item p.step {
        font-size: 16px;
        font-weight: bold;
        line-height: 22px;
        letter-spacing: 0.05em; }
      .calc__nav-item p.name {
        font-weight: 300;
        font-size: 22px;
        line-height: 30px; }
    .calc__nav-item.checked {
      background: #CECF8D;
      border-top: none;
      border-bottom: none; }
      .calc__nav-item.checked:after, .calc__nav-item.checked:before {
        background: transparent;
        border-width: 3px;
        border-color: #fff; }
      .calc__nav-item.checked:before {
        bottom: -36%; }
      .calc__nav-item.checked.last:after, .calc__nav-item.checked.last:before {
        background: #CECF8D;
        border-width: 1px; }
      .calc__nav-item.checked.last:before {
        bottom: -33%; }
      .calc__nav-item.checked p {
        color: #fff; }

.calc__h3 {
  color: #424242;
  font-size: 23px;
  line-height: 31px;
  text-align: center;
  margin: 0; }
  .calc__h3-upper {
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    color: #424242; }

.calc__parameters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 25px 0 50px;
  font-family: 'PT Sans', sans-serif; }
  .calc__parameters-item {
    width: 31%; }
    .calc__parameters-item > span {
      display: block;
      margin-bottom: 13px;
      font-size: 18px;
      line-height: 20px;
      color: #424242; }
    .calc__parameters-item-inline {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .calc__parameters-item-inline input {
        border: 1px solid #BEBEBE;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 15px 16px;
        width: 100%;
        -webkit-transition: border-color 0.4s;
        -o-transition: border-color 0.4s;
        transition: border-color 0.4s; }
        .calc__parameters-item-inline input:hover, .calc__parameters-item-inline input:focus {
          border-color: #000; }
        .calc__parameters-item-inline input::-webkit-input-placeholder {
          font-style: italic;
          color: #838383; }
        .calc__parameters-item-inline input:-ms-input-placeholder {
          font-style: italic;
          color: #838383; }
        .calc__parameters-item-inline input::-ms-input-placeholder {
          font-style: italic;
          color: #838383; }
        .calc__parameters-item-inline input::placeholder {
          font-style: italic;
          color: #838383; }
      .calc__parameters-item-inline span {
        margin: 0 13px;
        color: #838383; }
      .calc__parameters-item-inline .button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 50px;
        border: 1px solid #BEBEBE;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-right: 15px;
        padding: 0 20px;
        font-size: 20px;
        color: #424242;
        cursor: pointer;
        -webkit-transition: background 0.4s;
        -o-transition: background 0.4s;
        transition: background 0.4s; }
        .calc__parameters-item-inline .button:hover {
          background: #DEDFA1; }
        .calc__parameters-item-inline .button:last-child {
          -webkit-box-flex: 1;
          -ms-flex-positive: 1;
          flex-grow: 1;
          margin-right: 0; }
        .calc__parameters-item-inline .button.current {
          background: #DEDFA1;
          border-color: #000;
          font-weight: bold; }

.calc__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 23px auto 0;
  font-family: 'PT Sans', sans-serif; }
  .calc__other-item {
    padding: 15px 30px 15px 26px;
    margin: 0 15px;
    margin-bottom: 26px;
    border: 1px solid #BEBEBE;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px;
    color: #424242;
    cursor: pointer;
    -webkit-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s; }
    .calc__other-item:hover {
      background: #DEDFA1; }
    .calc__other-item:before {
      content: '';
      display: inline-block;
      background: url(/img/check.png);
      width: 11px;
      height: 11px;
      margin-right: 18px; }
    .calc__other-item.selected {
      background: #DEDFA1;
      border-color: #000; }
      .calc__other-item.selected:before {
        display: none; }
      .calc__other-item.selected:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        background: url(/img/cross.png);
        width: 16px;
        height: 16px;
        margin-left: 13px; }
  .calc__other.step3 {
    width: 100%; }

.calc__other-wrap {
  margin: 90px 0 20px; }
  .calc__other-wrap .wrapper {
    border: 2px solid #CECF8D;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 47px 55px 32px;
    position: relative; }
    .calc__other-wrap .wrapper .calc__h3 {
      position: absolute;
      top: -17.5px;
      left: 50%;
      width: 480px;
      background: #fff;
      margin-left: -240px; }
    .calc__other-wrap .wrapper .calc__other {
      max-width: unset;
      margin-top: 0; }
      .calc__other-wrap .wrapper .calc__other-item {
        padding-left: 12px;
        padding-right: 12px;
        letter-spacing: 0; }
        .calc__other-wrap .wrapper .calc__other-item:before {
          margin-right: 10px; }
        .calc__other-wrap .wrapper .calc__other-item.selected:after {
          margin-left: 5px; }

.calc__foundations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px; }
  .calc__foundations-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 49%;
    border: 4px solid #fff;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
    padding: 20px 21px 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: border-color 0.4s;
    -o-transition: border-color 0.4s;
    transition: border-color 0.4s; }
    .calc__foundations-item:hover {
      border-color: #CECF8D; }
    .calc__foundations-item.selected {
      border-color: #CECF8D; }
      .calc__foundations-item.selected:before {
        content: '';
        position: absolute;
        background: url(/img/check-white.png) #CECF8D no-repeat;
        background-position: center;
        width: 70px;
        height: 70px;
        top: 67%;
        left: 3%;
        border-radius: 50%; }
    .calc__foundations-item img {
      max-width: 245px;
      margin-right: 20px; }
    .calc__foundations-item div {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
      .calc__foundations-item div h3 {
        font-weight: 600;
        font-size: 19px;
        line-height: 25px;
        margin-bottom: 14px; }
      .calc__foundations-item div p {
        font-size: 17px;
        line-height: 18px;
        margin-bottom: 7px; }
        .calc__foundations-item div p.good {
          font-weight: bold;
          color: #5EAA3A; }
        .calc__foundations-item div p.bad {
          font-weight: bold;
          color: #CA564B;
          margin-top: 14px; }
    .calc__foundations-item-list {
      list-style: none;
      font-weight: 300;
      font-size: 17px;
      line-height: 18px;
      margin-top: 20px;
      padding-left: 10px; }
      .calc__foundations-item-list li {
        margin-bottom: 15px;
        padding-left: 22px;
        background: url(/img/check.png) no-repeat;
        background-position: left 20%; }
  .calc__foundations.communications .calc__foundations-item {
    padding: 0;
    padding-right: 20px; }
    .calc__foundations.communications .calc__foundations-item div h3 {
      margin-top: 20px; }

.calc__walls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 40px; }
  .calc__walls-item {
    width: 23%; }
    .calc__walls-item-img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 265px;
      margin-bottom: 32px;
      border: 4px solid #fff;
      -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      cursor: pointer;
      -webkit-transition: border-color 0.4s;
      -o-transition: border-color 0.4s;
      transition: border-color 0.4s; }
      .calc__walls-item-img.selected, .calc__walls-item-img:hover {
        border-color: #CECF8D; }
      .calc__walls-item-img img {
        max-width: 100%;
        max-height: 100%; }
    .calc__walls-item-radio h4 {
      margin-bottom: 20px;
      text-transform: capitalize;
      font-size: 20px;
      line-height: 25px;
      color: #000; }
    .calc__walls-item-radio .jq-radio {
      display: inline-table;
      width: 31px;
      height: 31px;
      background: transparent;
      -webkit-box-shadow: none;
      box-shadow: none;
      margin-right: 15px;
      margin-bottom: 0 !important; }
      .calc__walls-item-radio .jq-radio.focused {
        border-color: white; }
      .calc__walls-item-radio .jq-radio.checked {
        border-color: #CECF8D;
        background: #CECF8D; }
        .calc__walls-item-radio .jq-radio.checked .jq-radio__div {
          -webkit-box-shadow: none;
          box-shadow: none;
          background: url(/img/check-white-small.png) no-repeat;
          background-position: center;
          margin: 0;
          width: 100%;
          height: 100%; }
    .calc__walls-item-radio div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .calc__walls-item-radio div:not(:last-child) {
        margin-bottom: 14px; }

@media screen and (max-width: 1399px) {
  .big-link.final-calc-step {
    padding: 35px 200px; } }

@media screen and (max-width: 1199px) {
  .calc__foundations-item img {
    max-width: 200px; } }

@media screen and (max-width: 1055px) {
  .calc__nav-item {
    padding-left: 40px; }
    .calc__nav-item:first-child {
      padding-left: 20px; }
    .calc__nav-item p.step {
      font-size: 12px; }
    .calc__nav-item p.name {
      font-size: 17px; }
  .calc__parameters-item-inline .button {
    font-size: 13px;
    padding: 0 12px; }
  .calc__other-item {
    font-size: 16px; }
  .calc__other-wrap .wrapper {
    padding: 27px 25px 0; } }

@media screen and (max-width: 999px) {
  .calc__foundations.communications .calc__foundations-item div h3 {
    margin-top: 0; }
  .calc__foundations-item {
    width: 100%; }
  .big-link.final-calc-step {
    padding: 35px 50px; }
  .calc__walls {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    .calc__walls-item {
      width: 45%;
      margin-bottom: 30px; }
  .calc__other-wrap {
    margin-top: 40px; } }

@media screen and (max-width: 799px) {
  .calc__nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .calc__nav-item {
      width: 29%;
      padding: 3px 10px;
      border: 1px solid #e6e3e3; }
      .calc__nav-item:before, .calc__nav-item:after {
        display: none; }
      .calc__nav-item:first-child {
        padding-left: 10px; }
      .calc__nav-item.checked {
        border: 1px solid #e6e3e3; }
  .calc__other-wrap .wrapper {
    border: none; } }

@media screen and (max-width: 699px) {
  .calc__parameters {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .calc__parameters-item {
      width: 65%;
      margin: 0 auto;
      margin-bottom: 10px; }
      .calc__parameters-item-inline .button {
        font-size: 14px;
        padding: 0 20px; } }

@media screen and (max-width: 599px) {
  .calc__foundations.communications .calc__foundations-item {
    padding: 20px 15px 25px; }
  .calc__foundations-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .calc__foundations-item img {
      margin-right: 0; }
    .calc__foundations-item div {
      -webkit-box-flex: unset;
      -ms-flex-positive: unset;
      flex-grow: unset;
      margin-top: 10px; }
  .big-link.final-calc-step {
    padding: 20px; } }

@media screen and (max-width: 499px) {
  .calc__parameters-item {
    width: 100%; }
  .calc__other-item {
    margin: 0 5px;
    margin-bottom: 10px;
    padding: 10px 10px 10px 5px; }
  .calc__walls-item {
    width: 95%; }
  .calc__other-wrap .wrapper .calc__h3 {
    position: relative;
    width: unset;
    left: unset;
    margin-left: unset; } }
.calc__walls-item-radio{
	display:none;
}
	
.calc__walls-item-img.selected+.calc__walls-item-radio{
	display: block;
}
