
  .calc-form .tabs-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .calc-form .tabs-list .for-str {
    padding: 0;
  }
  
  #submit-name {
	  background-color:#fff;
  }
  #submit-phone {
	   background-color:#fff;
  }
  
  .calc-result .btn {
	  color:#fff;
  }
  
  .btn.step-4 {
	  color:#fff;
  }
  .h-name {
    color: #674172 !important;

    font-size: 18px;

    padding-bottom: 10px;
    font-weight: 600;
}

  .calc-form .form-select .sl-floors {
    width: auto;
  }

  .calc-form .form-select .sl-af {
    padding-right: 40px;
  }

  .calc-form .v-line {
    margin: 60px 0;
  }

.calc-top-box {
  background: #0D3745;
  padding: 120px 0 123px;
  color: #fff;
}

.calc-top-box .just-text {
  margin-top: 27px;
}

.calc-top-box .abstract {
  margin-top: 11px;
}

.calc-top-box .abstract-m {
  display: none;
}

.calc-form-box {
  padding-top: 81px;
}

.calc-form-box .containers {
	  /*   display: flex;
		 justify-content: space-between;*/
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 50px;
}
.calc-form {

}


.hr-image img {
	max-width:100%;
}

.calc-form-box .cf-row {
  position: relative;
  display: grid;
  gap: 39px;
  padding-left: 46px;
}

.calc-form-box .cf-title {
  display: flex;
  align-items: center;
}

.calc-form-box .cf-title .cf-int {
  position: absolute;
  left: 0;
  margin-top: -3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #1abc9c;
  color: #fff;
  line-height: 1;
  border-radius: 50%;
}

.calc-form-box .inactive {
  pointer-events: none;
  opacity: 0.5;
}

.calc-form-box .calc-form .form-input {
  margin: 0;
  max-width: 799px;
}

.calc-form-box .calc-form .form-input input {
  max-height: 46px;
}

.calc-form-box .calc-form .form-input input::-moz-placeholder {
  color: rgba(37, 37, 37, 0.5);
}

.calc-form-box .calc-form .form-input input:-ms-input-placeholder {
  color: rgba(37, 37, 37, 0.5);
}

.calc-form-box .calc-form .form-input input::placeholder {
  color: rgba(37, 37, 37, 0.5);
}

.calc-form .cf-wrap .cf-subtitle {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
}

.calc-form .tabs-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  max-width: 950px;
}

.calc-form .tabs-list > * {
  margin: 0 !important;
  white-space: nowrap;
}

.calc-form .tabs-list .for-str {
  display: flex;
  align-items: center;
  grid-column: span 2;
  cursor:poiner;
  padding-left: 30px;
  min-height: 30px;
}

.calc-form .tabs-list .for-str.active {
  color: #1abc9c;
}

.calc-form .tabs-list .the-one-str {
  padding-left: 0;
  padding-top: 9px;
}

.calc-form .cf-buildings > .cf-wrap:not(.active) {
  display: none;
}

.calc-form .form-select {
  max-width: 800px;
}

.calc-form .form-select .pr-value {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  width: 100%;
}
/*
.calc-form .form-select .pr-value::before {
  content: "";
  width: 28px;
  height: 21px;
  background: url(/local/templates/bobers/css/../images/icons/list-house.svg) no-repeat 50%;
  background-size: contain;
}
*/
.dotted-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px dotted currentColor;
    opacity: 0.5;
}
.dotted-link {
    position: relative;
}
.calc-form .form-select .sl-name {
  font-weight: 700;
  min-width:120px;
}

.calc-form .form-select .sl-af {
  display: flex;
  align-items: center;
}

.calc-form .form-select .sl-area {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 35px 0 30px;
  height: 30px;
  color: #1abc9c;
  font-weight: 700;
  border-left: 1px solid #EBEEEF;
  border-right: 1px solid #EBEEEF;
}

.calc-form .form-select .sl-floors {
  padding-left: 31px;
  width: 227px;
}

.calc-form .cf-checks {
  margin-top: -1px;
  display: grid;
  gap: 24px;
}

.calc-form .cf-checks .form-checkbox span {
  max-width: none;
}

.calc-form .cf-input-subtitle {
  margin-bottom: 5px;
}

.calc-form .v-line {
  margin: 40px;
  height: 2px;
  width: 100%;
  background: #EBEEEF;
}

.calc-form-box .calc-result {
  position: -webkit-sticky;
  position: sticky;
  margin-top: -1px;
  top: 120px;
      color: #333;
	  border-radius: 15px;
padding: 25px 35px;
background: #f6f6f6 url(/img/bg.png);
    box-shadow: 0 3px 0 #1abc9c52;
}

.calc-form-box .calc-result.inactive {
  display: none;
}

.calc-form-box .calc-result .house-row {
  display: grid;
  grid-template-columns: 100px auto;
  gap: 20px;
  margin: 29px 0 30px;
  padding-bottom: 29px;
  border-bottom: 1px solid #355864;
}

.calc-form-box .calc-result .house-row .h-name {
  margin-top: 1px;
  line-height: 1.375;
}

.calc-form-box .calc-result .house-row .hr-info {
  display: flex;
  justify-content: space-between;
  margin-top: 9px;
  max-width: 150px;
}

.calc-form-box .calc-result .feature-list {
  margin-bottom: 29px;
}

.calc-form-box .calc-result .feature-list .toggles {
  display: flex;
  align-items: center;
  position: relative;
}

.calc-form-box .calc-result .feature-list .toggle:not(.filled) .str {
  display: none;
}

.calc-form-box .calc-result .feature-list .toggle:not(.filled)::before {
  content: "Не выбрано";
}

.calc-form-box .calc-result .feature-list .toggles .str {
  display: flex;
  cursor:pointer;
  align-items: center;
}

.calc-form-box .calc-result .feature-list .toggles .str::after {
  content: "";
  margin-top: -2px;
  margin-left: 7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 5px 0 5px;
  border-color: currentColor transparent transparent transparent;
  transition: transform 0.2s, color 0.2s;
}

.calc-form-box .calc-result .feature-list .toggles .str.active::after {
  transform: scale(180deg);
}

.calc-form-box .calc-result .feature-list .feature-row span:last-child:empty::before {
  content: "ÐÐµ Ð²Ñ‹Ð±Ñ€Ð°Ð½Ð¾";
}

.calc-form-box .calc-result .feature-list .feature-sub {
  display: none;
  margin-top: -10px;
  font-size: 12px;
  gap: 5px;
  opacity: 0.7;
}

.calc-form-box .calc-result .feature-list .feature-sub:empty {
  display: none !important;
}

.calc-form-box .calc-result .feature-list .fe-delivery > span:empty::before {
  content: "ÐÐµ Ð²Ñ‹Ð±Ñ€Ð°Ð½Ð¾";
}

.calc-form-box .calc-result .feature-list .fe-delivery > span:empty ~ i {
  display: none;
}

.calc-form-box .calc-result .cr-price {
  font-size: 24px;
  margin-bottom: 17px;
}

.calc-form-box .calc-right-form, .calc-form-box .calc-right-success {
  display: none;
  line-height: 1.2;
}

.calc-form-box .calc-right-form .just-text, .calc-form-box .calc-right-success .just-text {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 14px;
}

.calc-form-box .calc-right-form .form-input, .calc-form-box .calc-right-success .form-input {
  margin-bottom: 30px;
}

.calc-form-box .calc-right-form .form-input .form-title, .calc-form-box .calc-right-success .form-input .form-title {
  margin-bottom: 15px;
}

.calc-form-box .calc-right-form .btn, .calc-form-box .calc-right-success .btn {
  width: 100%;
}

.calc-form-box .calc-right-form .bottom-text, .calc-form-box .calc-right-success .bottom-text {
  margin-top: 20px;
  font-size: 12px;
}

.calc-form-box .calc-right-success {
  text-align: center;
}


.preload * {
  transition: none !important;
}

.tabs-here [data-tab-name] {
  cursor: pointer;
}

.tabs-here [data-tab-name]:not(.active) {
  display: none;
}

.tabs-here [data-tab-content]:not(.active) {
  display: none;
}
.slick-works.active {
	justify-content: center;
    display: flex;
}


.tabs-list {
  display: flex;
  align-items: center;
}

.tabs-list > span[data-tab-name], .tabs-list > span {
  display: flex;
  margin-right: 50px;
  font-weight: 700;
  transition: color 0.2s;
}

.tabs-list > span[data-tab-name]:not(.active), .tabs-list > span:not(.active) {
  display: flex;
}

.tabs-list > span[data-tab-name]:hover, .tabs-list > span[data-tab-name].active, .tabs-list > span:hover, .tabs-list > span.active {
  color: #1abc9c;
}

.tabs-list > [data-tab-name].btn, .tabs-list > .btn {
  display: flex;
  margin-right: 10px;
  
  box-shadow: none;
}

.tabs-list > [data-tab-name].btn:not(:hover), .tabs-list > .btn:not(:hover) {
  border-color: #1abc9c;
}

.tabs-list > [data-tab-name].btn:not(:hover).active, .tabs-list > .btn:not(:hover).active {
  color: #1abc9c;
  border-color: #1abc9c;
}
.tabs-here [data-tab-name] {
  cursor: pointer;
}

.tabs-here [data-tab-name]:not(.active) {
  display: none;
}

.tabs-here [data-tab-content]:not(.active) {
  display: none;
}
.slick-works.active {
	justify-content: center;
    display: flex;
}


.tabs-list {
  display: flex;
  align-items: center;
}

.tabs-list > span[data-tab-name], .tabs-list > span {
  display: flex;
  margin-right: 50px;
  font-weight: 700;
  transition: color 0.2s;
}

.tabs-list > span[data-tab-name]:not(.active), .tabs-list > span:not(.active) {
  display: flex;
}

.tabs-list > span[data-tab-name]:hover, .tabs-list > span[data-tab-name].active, .tabs-list > span:hover, .tabs-list > span.active {
  color: #1abc9c;
}

.tabs-list > [data-tab-name].btn, .tabs-list > .btn {
  display: flex;
  margin-right: 10px;
}

.tabs-list > [data-tab-name].btn:not(:hover), .tabs-list > .btn:not(:hover) {
  border-color: #1abc9c;
}

.tabs-list > [data-tab-name].btn:not(:hover).active, .tabs-list > .btn:not(:hover).active {
  color: #1abc9c;
  border-color: #1abc9c;
}

.btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  height: 100%;
  color: #252525;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: 0.2s;
  cursor: pointer;
  padding: 20px 29px;
  height: 46px;
  max-height: 46px;
  background: #1abc9c;
}

.btn:hover {
  background-color: #1abc9c;
  color: #fff;
}

.btn-alt {
  background: transparent;
  border: 1px solid #BEE563;
  color: inherit;
}

.btn-alt:hover {
  background-color: #1abc9c;
  border-color: #1abc9c;
  color: #fff;
}

.form-title {
  margin-bottom: 23px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.form-title .mini {
  opacity: 0.5;
  font-weight: 400;
  font-size: 16px;
}

.form-input {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0;
  width: 100%;
}

.form-input input, .form-input textarea {
  display: block;
  padding: 22px 30px;
  height: 60px;
  width: 100%;
  background: transparent;
  font: inherit;
  font-weight: 700;
  font-size: 16px;
  color: currentColor;
  outline: 0;
  border: 0;
  border: 1px solid rgba(218, 221, 222, 0.5);
  transition: 0.2s;
}

.form-input input::-moz-placeholder, .form-input textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.form-input input:-ms-input-placeholder, .form-input textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.form-input input::placeholder, .form-input textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.form-input input:focus, .form-input textarea:focus {
  border-color: #6BB259;
}

.form-input textarea {
  min-height: 153px;
}

.form-input.invalid input:not(:focus) {
  left: 0;
  right: 0;
  opacity: 1;
  border-color: #FF2424;
}

.form-input.valid::after {
  opacity: 1;
}

.form-file {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.form-file span {
  margin-right: 25px;
}

.form-file:not(.valid) input[type=file] {
  display: none;
}

.form-file input[type=file] {
  margin-top: 5px;
  width: auto;
  max-width: 100%;
  font-size: 14px;
  opacity: 0.7;
  pointer-events: none;
}

.form-file input[type=file]::-webkit-file-upload-button {
  display: none;
}

.form-file input[type=file]::-webkit-file-upload-button, .form-file input[type=file]::file-selector-button {
  display: none;
}

.form-checkbox {
  display: flex;
  align-self: flex-start;
  align-items: center;
  cursor: pointer;
}

.form-checkbox input[type=checkbox], .form-checkbox input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  margin-right: 14px;
  background: no-repeat 50%;
  border-radius: 0;
  border: 0;
  outline: 0;
  pointer-events: none;
}

.form-checkbox input[type=checkbox]:checked, .form-checkbox input[type=radio]:checked {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.1454 0L5.01224 6.32097L1.99556 3.24593L0 5.03209L4.8736 10L14 1.92022L12.1454 0Z' fill='white'/%3E%3C/svg%3E");
  background-color: #1abc9c;
}

.form-checkbox input[type=checkbox]:not(:checked), .form-checkbox input[type=radio]:not(:checked) {
  border: 1px solid #DADDDE;
}

.form-checkbox span {
  max-width: 520px;
  line-height: 1;
}

.form-select {
  position: relative;
  height: 46px;
  width: 100%;
  background: #fff;
  z-index: 3;
  cursor: pointer;
}

.form-select::after {
  content: "";
  position: absolute;
  right: 21px;
  top: 50%;
  margin-top: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 5px 0 5px;
  border-color: currentColor transparent transparent transparent;
  transition: transform 0.2s, color 0.2s;
}

.form-input.focus, .form-select.focus {
  z-index: 30;
}

.form-input.focus::after, .form-select.focus::after {
  color: #6BB259;
  transform: rotate(180deg);
}

.form-input.focus::before, .form-select.focus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  cursor: default;
}

.form-input.focus .options-list, .form-select.focus .options-list {
  right: calc(var(--customScrollbarWidth) * -1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.form-input.focus .col-empty, .form-select.focus .col-empty {
  display: none;
}

.form-input.focus .col-value:not(.active), .form-select.focus .col-value:not(.active) {
  display: flex;
}

.form-input.focus .col-value.active, .form-select.focus .col-value.active {
  background: #f7f7f7;
}

.form-input.focus .col-value:not(:first-child)::after, .form-select.focus .col-value:not(:first-child)::after {
  opacity: 1;
}

.form-input.focus .options-list, .form-select.focus .options-list {
  right: calc(var(--customScrollbarWidth) * -1);
}

.form-input.focus .options-list, .form-input input:focus ~ .options-list, .form-select.focus .options-list, .form-select input:focus ~ .options-list {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  visibility: visible;
  width:100%;
}

.form-input.focus .options-list:not(:first-child)::after, .form-input input:focus ~ .options-list:not(:first-child)::after, .form-select.focus .options-list:not(:first-child)::after, .form-select input:focus ~ .options-list:not(:first-child)::after {
  opacity: 1;
}

.form-input .options-list, .form-select .options-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  min-height: 44px;
  background: #fff;
  border: 1px solid #DADDDE;
  transition: border 0.2s;
  max-height: 370px;
  overflow-y: auto;
}

.form-input .col-value, .form-input .col-empty, .form-select .col-value, .form-select .col-empty {
  display: flex;
  align-items: center;
  min-height: inherit;
  transition: background 0.2s;
}

.form-input .col-value:hover, .form-input .col-empty:hover, .form-select .col-value:hover, .form-select .col-empty:hover {
  background: #f7f7f7;
}

.form-input .col-value, .form-select .col-value {
  position: relative;
  padding: 0 16px;
  width: 100%;
}

.form-input .col-value:not(.active), .form-input .col-value.hidden, .form-select .col-value:not(.active), .form-select .col-value.hidden {
  display: none;
}

.form-input .col-value.active ~ .col-empty, .form-select .col-value.active ~ .col-empty {
  display: none;
}

.form-input .col-value:not(:first-child)::after, .form-select .col-value:not(:first-child)::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 16px;
  right: 16px;
  border-top: 1px solid #EBEEEF;
  opacity: 0;
}

.form-input .col-empty, .form-select .col-empty {
  font-weight: 700;
  opacity: 0.7;
  padding-left: 20px;
  order: -2;
}

.form-input .options-list {
  top: 100%;
  min-height: 0;
  visibility: hidden;
  transition: 0.2s;
  cursor: pointer;
  z-index: 20;
}

.form-input .options-list .col-value:not(.hidden) {
  display: flex;
  min-height: 40px;
}

.feature-list {
  display: grid;
  gap: 22px;
  margin-bottom: 82px;
}

.feature-list .feature-row {
  display: grid;
  align-items: start;
  grid-template-columns: auto 1fr auto;
  gap: 15px;
  line-height: 1.375;
}

.feature-list .feature-row::after {
  content: "";
  align-self: start;
  margin-top: 15px;
  border-bottom: 1px dotted currentColor;
  opacity: 0.3;
  min-width: 2px;
}

.feature-list .feature-row > span {
  white-space: pre-line;
}

.feature-list .feature-row > span:first-child {
  opacity: 0.5;
}

.feature-list .feature-row > span:last-child {
  order: 3;
  text-align: right;
  white-space: nowrap;
}

@media (max-width: 1299.98px) {
	
	.calc-form-box .calc-right .cts-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.calc-form-box .calc-result .house-row {
    grid-template-columns: 70px auto;
    margin: 15px 0 20px;
    padding-bottom: 20px;
}

.calc-form-box .containers {
    display: block;
}
.calc-form-box .calc-result {
    padding: 30px 30px;
    max-width: 420px;
    width: 100%;
}



}
@media (max-width: 767.98px) {
	
	.step-5 .cf-wrap {
		margin-bottom:20px;
	}
	.calc-form .tabs-list .for-str {
    min-height: 22px;
}
	.calc-form .form-select .sl-area {
    padding: 0;
    height: auto;
    border: 0;
}

.calc-form .form-select .sl-floors {
    padding: 0;
}
	.calc-form .form-select .sl-af {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 14px;
    padding-right: 0;
    width: 127px;
    height: 38px;
    border-left: 1px solid #EBEEEF;
}
	.form-input .col-value, .form-select .col-value {
    padding: 0 13px;
	margin-bottom: 0px !important;
}

	
	.calc-form .cf-wrap .cf-subtitle {
    margin-bottom: 13px;
    font-size: 16px;
}

	.calc-form-box .cf-title .cf-int {
    margin-top: -1px;
    width: 26px;
    height: 26px;
}
/*
.calc-form .form-select .pr-value::before {
    width: 18px;
}
*/

	.calc-form-box .cf-title {
    margin-bottom: -11px;
    padding-left: 40px;
}
	.calc-form .v-line {
    margin: 28px 0;
}
.calc-form .cf-wrap .cf-subtitle {
    margin-bottom: 13px;
    font-size: 16px;
}

.calc-form-box {
    padding: 40px 0 10px;
}
.calc-form-box .cf-title {
    margin-bottom: -11px;
    padding-left: 40px;
}
.calc-form-box .cf-row {
    gap: 30px;
    padding-left: 0;
}

.calc-form .tabs-list {
    grid-template-columns: repeat(2, 1fr);
}

}


@media (max-width: 1529.98px) {
	.calc-form .tabs-list .for-str {
    padding: 0;
}
	.calc-form .v-line {
    margin: 60px 0;
}

.calc-form .tabs-list {
    grid-template-columns: repeat(3, 1fr);
}

}

@media (max-width: 575.98px) {
	.calc-form .tabs-list .for-str {
    grid-column: auto;
}
	.calc-form-box .calc-result {
    max-width: none;
    padding: 15px 20px;
    padding-bottom: 120px;
}


	.calc-form .form-select .pr-value {
    gap: 7px;
}
	.h3 {
    line-height: 120%;
	    margin-top: 0;
}
	
	.calc-form-box .cf-title {
    align-items: flex-start;
}
	
	.calc-form-box .cf-title {
    align-items: flex-start;
}


	.calc-form-box {
    padding: 30px 0 0;
}


.calc-form .tabs-list {
    grid-template-columns: 1fr;
}

}