.calc-param-col {
  padding: 10px;
  color: #4e5a6b;
  padding-left: 5%;
  padding-right: 5%;
  /*
  &.right {
    padding-left: 5%;
  }
  &.left {
    padding-right: 5%;
  }
  */
}
.calc-param-col * {
  margin: 0;
  padding: 0;
}
.calc-param-col .calc-param {
  padding: 10px 0;
  display: flex;
}
.calc-param-col .calc-param .param-required {
  width: 15px;
  line-height: 50px;
  color: #ff0000;
  font-size: 30px;
  height: 35px;
}
.calc-param-col .calc-param input,
.calc-param-col .calc-param .selector {
  height: 35px;
  border: 1px #7a7a7a solid;
  padding-left: 20px;
  background-color: #fcfcfc;
  font-size: 16px;
}
.calc-param-col .calc-param input {
  width: 100%;
  border-radius: 10px;
}
.calc-param-col .calc-param input:focus {
  outline: none;
  background-color: #ffffcc;
}
.calc-param-col .calc-param .param-error {
  border-color: #ff0000;
}
.calc-param-col .calc-param .selector {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  display: inline-block;
  line-height: 30px;
  width: calc(100% - 33px);
}
.calc-param-col .calc-param .selector.selected {
  color: #000;
}
.calc-param-col .calc-param .calc-select-button {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #0a7559;
  border: 1px #7a7a7a solid;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.calc-param-col .calc-param .calc-select-button > div {
  content: '';
  position: relative;
  top: 14px;
  right: -6px;
  width: 8px;
  height: 8px;
  border-top: 8px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.calc-param-col .param-label {
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
}
.calc-button {
  background-color: #0a7559;
  padding-left: 24px;
  padding-right: 24px;
}
.change-label {
  text-transform: uppercase;
  background-image: url("/static/user/img/banner_5.png");
  background-repeat: no-repeat;
  background-position: 98% center;
}
.change-label .short-label {
  width: calc(100% - 550px);
}
.change-label h1 {
  font-size: 36px;
  font-weight: bold;
}
.change-label h3 {
  font-size: 18px;
  font-weight: bold;
}
.calculator {
  color: #4e5a6b;
}
.calculator .upper {
  text-transform: uppercase;
}
.calculator .h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #0a7559;
}
.calculator .h3 {
  font-size: 18px;
  font-weight: bold;
}
.calculator .h4 {
  font-size: 16px;
  font-weight: bold;
}
.calculator .toggle-box {
  display: inline-block;
  border: 1px solid #0a7559;
  padding: 0 8px 8px 8px;
  border-radius: 5px;
  margin: 0 0 15px 4px;
  font-weight: bold;
  position: relative;
  left: -20px;
  line-height: 16px;
  font-size: 16px !important;
}
.calculator .toggle-box .toggle-calc-btn {
  cursor: pointer;
  color: #0a7559;
  text-decoration: underline;
  font-weight: bold;
}
.calculator .toggle-calc-btn-right {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0;
  position: relative;
  top: 6px;
  left: 2px;
}
.calculator .calc-opened {
  background: url('/static/user/img/round-minus.png');
}
.calculator .calc-closed {
  background: url('/static/user/img/round-plus.png');
}
.calculator .warning-info {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
}
.calculator .crm-form {
  width: 274px;
  background-color: #4e5a6b;
  margin: 20px auto 30px auto;
  padding: 10px 20px 20px 8px;
  text-align: center;
}
.calculator .crm-form input {
  height: 40px;
  border: none;
  width: 100%;
  margin: 10px 0;
  padding: 10px;
  font-size: 15px;
}
.calculator .crm-form .form-row {
  display: flex;
}
.calculator .crm-form .form-row div {
  padding: 2px 2px 0 0;
  color: #ffffff;
  font-size: 24px;
  margin: 10px 0;
  width: 11px;
}
.calculator .crm-form .errorlist li {
  background: #ff0000;
  color: #ffffff;
  font-weight: bold;
  margin-left: 10px;
}
.calculator .crm-form .calc-button {
  margin-top: 10px;
}
.calculator .crm-form .calc-button:hover {
  background-color: #078866;
}
.calculator .crm-form .ok-msg {
  display: none;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  margin: 20px 0 0 10px;
}
.calculator .b-slider__head {
  justify-content: initial;
}
.calculator .b-slider__head li {
  padding-right: 20px;
  font-size: 14px;
}
.calculator .calculator-switch-cnt {
  border: 1px solid #808080;
  border-radius: 12px;
  padding: 10px;
}
.calculator .calculator-switch {
  cursor: pointer;
  border: 1px solid #808080;
  border-radius: 12px;
  margin: 10px 0;
  padding: 8px 40px 8px 8px;
  background: url(/static/img/arrow-down-green.png);
  background-repeat: no-repeat;
  background-position: 99% 50%;
}
.calculator .calculator-switch-cnt:hover .calculator-switch {
  background: url(/static/img/arrow-down-white.png);
  background-repeat: no-repeat;
  background-position: 99% 50%;
  background-color: #078866;
  color: #ffffff;
}
.calculator .calculator-switch.calc-visible {
  background: url(/static/img/arrow-up-green.png);
  background-repeat: no-repeat;
  background-position: 99% 50%;
}
.calculator .calculator-switch.calc-visible:hover {
  background: url(/static/img/arrow-up-white.png);
  background-repeat: no-repeat;
  background-position: 99% 50%;
  background-color: #078866;
}
.calculator .calc-button-cnt {
  display: inline-block;
}
.calculator .calculator-body {
  margin-bottom: 10px;
}
.calculator .calculator-body .object-info-1,
.calculator .calculator-body .object-info-2 {
  display: flex;
}
.select-container .select-list {
  position: absolute;
  background-color: #ffffff;
  border: 1px #c0c0c0 solid;
  padding: 0;
  box-shadow: 7px 7px 8px 0 #909090;
  border-radius: 5px;
  z-index: 10;
}
.select-container .select-list > div {
  padding: 3px 24px;
  cursor: pointer;
}
.select-container .select-list > div:hover {
  background-color: #e0e0e0;
}
.required-msg {
  font-style: italic;
  color: #0a7559;
  text-align: center;
  width: 100%;
}
.exchange-calc-result .surcharge {
  color: #ff0000;
}
.exchange-calc-result .repayment {
  color: #00cc00;
}
.exchange-calc-result .with-arrow,
.exchange-calc-result .order-line {
  font-size: 16px;
  font-weight: bold;
}
.exchange-calc-result .change-debit {
  visibility: hidden;
  text-align: center;
  margin: 20px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
}
.exchange-calc-result .change-debit div {
  padding: 8px;
  display: inline-block;
  color: #0a7559;
  border-radius: 14px;
  border: 1px solid #808080;
}
.exchange-calc-result .surcharge {
  color: #d00000;
}
.exchange-calc-result .repayment {
  color: #00d000;
}
.exchange-calc-result .sort-down,
.exchange-calc-result .sort-up {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0;
  position: relative;
}
.exchange-calc-result .sort-down {
  background: url('/static/user/img/sort-arrow-down.png');
  background-repeat: no-repeat;
  background-position: 0 6px;
}
.exchange-calc-result .sort-up {
  background: url('/static/user/img/sort-arrow-up.png');
  background-repeat: no-repeat;
  background-position: 0 6px;
}
.exchange-calc-result .b-checkbox label {
  font-weight: bold;
}
.exchange-calc-result .base__item__img {
  width: 140px;
  height: 140px;
  border: 1px solid #000;
  background-size: cover;
  float: left;
  margin-right: 10px;
}
.exchange-calc-result .obj-type {
  font-weight: bold;
  font-size: 14px;
  background: url(/static/user/img/obj-type.png) no-repeat 0 4px;
  padding-left: 14px;
  margin: 2px 0;
}
.exchange-calc-result .obj-address {
  background: url(/static/user/img/city.png) no-repeat -3px 2px;
  padding-left: 18px;
  margin: 2px 0;
  font-size: 14px;
}
.exchange-calc-result .obj-square {
  background: url(/static/user/img/square.png) no-repeat 0 2px;
  padding-left: 24px;
  margin: 2px 0;
  font-size: 14px;
}
.exchange-calc-result .obj-district {
  background: url(/static/user/img/district.png) no-repeat 0 2px;
  padding-left: 24px;
}
.exchange-calc-result .debit {
  margin: auto 0;
  font-size: 16px;
  font-weight: bold;
}
.exchange-calc-result .base__item {
  background-color: #ffffff;
  /*line-height: 0;*/
}
.exchange-calc-result .base__item > div {
  margin-top: 0;
  margin-bottom: 0;
}
.exchange-calc-result .base__item .base__item__prop {
  line-height: 19px;
  float: none;
  margin-left: 10px;
}
.exchange-calc-result .left-item {
  padding-left: 0;
}
.exchange-calc-result .rihgt-item {
  padding-right: 0;
}
.exchange-calc-result .left-base-item {
  padding-left: 0;
}
.exchange-calc-result .right-base-item {
  padding-right: 0;
}
.show-detail {
  cursor: pointer;
}
.surcharge-sum {
  color: #d00000 !important;
}
.detail-type-text {
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 20px;
}
.green-row-down {
  background-image: url("/static/user/img/green-row-down.png");
}
.red-row-up {
  background-image: url("/static/user/img/red-row-up.png");
}
.green-hr {
  height: 3px;
  background-color: #078866;
  margin: 18px -15px;
}
.debit-summ {
  color: #0a7559;
}
.debit {
  font-weight: bold;
}
.object-detail .obj-info {
  margin: 5px 0;
  font-weight: bold;
  font-size: 14px;
  padding-left: 20px;
  background-repeat: no-repeat;
}
.object-detail .obj-address {
  background-image: url(/static/user/img/city.png);
}
.object-detail .obj-square {
  background-image: url(/static/user/img/square.png);
}
.object-detail .obj-floors {
  background-image: url(/static/user/img/hor-lines.png);
}
.object-detail .obj-material {
  background-image: url(/static/user/img/material.png);
}
.object-detail .obj-descr {
  background-image: url(/static/user/img/material.png);
}
.object-detail .obj-district {
  background-image: url(/static/user/img/district.png);
}
.object-detail .obj-money {
  background-image: url(/static/user/img/base-sprite.png);
  background-position: -95px -7px;
}
.object-detail .obj-descr {
  background-image: url(/static/user/img/description.png);
  background-position: 0 2px;
  padding-left: 30px;
  line-height: 20px;
}
.object-detail .b-base-item__description {
  margin-left: 0;
  margin-top: 10px!important;
}
.object-detail .slider-nav .slick-slide {
  height: 140px;
  width: 140px;
  margin: 11px 0;
}
.object-detail .slider-nav img {
  width: 100%;
  height: auto;
}
.object-detail .slider-nav .slider-prev {
  height: 24px;
  background-image: url(/static/user/img/nav-up.png);
  background-repeat: no-repeat;
  background-position-x: center;
  cursor: pointer;
  margin-bottom: -6px;
}
.object-detail .slider-nav .slider-next {
  height: 24px;
  background-image: url(/static/user/img/nav-down.png);
  background-repeat: no-repeat;
  background-position-x: center;
  cursor: pointer;
}
.sort-selector {
  display: inline-block;
}
.sort-selector option {
  display: inline-block;
  height: 50px;
  padding: 5px 0;
}
.sort-selector select {
  display: inline-block;
  font-size: 14px !important;
  background: transparent;
  border-radius: 8px;
  padding: 4px 5px;
  cursor: pointer;
  border: 1px solid #7a7a7a;
  color: #4e5a6b;
  -webkit-appearance: none;
}
.sort-selector select:focus {
  outline: none;
}
.for-slider {
  padding-left: 20px;
}
.bottom-slider {
  display: flex;
  height: 300px;
  /*
  .slider-body {
    width: ~"calc(100% - 40px)";
    text-align: center;
  } */
}
.bottom-slider .slider-arrow {
  width: 20px;
}
.bottom-slider .slider-arrow.left {
  background: url(/static/img/arrow-left-green.png);
  background-repeat: no-repeat;
  background-position: 50%;
}
.bottom-slider .slider-arrow.right {
  background: url(/static/img/arrow-right-green.png);
  background-repeat: no-repeat;
  background-position: 50%;
}
.slider-vert-arrow {
  height: 20px;
}
.slider-vert-arrow.up {
  background: url(/static/img/arrow-up-green.png);
  background-repeat: no-repeat;
  background-position: 50%;
}
.slider-vert-arrow.down {
  background: url(/static/img/arrow-down-green.png);
  background-repeat: no-repeat;
  background-position: 50%;
}
/* --------------- xl --------------------- */
@media (min-width: 320px) {
  .main-bottom-youtube {
    width: 300px;
    height: 180px;
  }
  .bottom-slider {
    height: 380px;
  }
  .calculator .h2 {
    font-size: 16px;
  }
  .calculator .calc-param-hidden {
    height: 0;
  }
  .calculator .required-msg {
    margin: initial;
  }
  .calculator .calc-button-cnt {
    display: block;
    text-align: center;
  }
  .bottom-slider .slider-body {
    width: 100%;
    text-align: center;
  }
  .exchange-calc-result .debit {
    margin: 10px 0;
  }
  .exchange-calc-result .show-one-object {
    margin-left: 30%;
  }
  .exchange-calc-result .object-info-2,
  .exchange-calc-result .object-info-1 {
    display: block;
  }
  .exchange-calc-result .object-info-2 .vertical-middle,
  .exchange-calc-result .object-info-1 .vertical-middle {
    /*min-width: 300px;*/
    display: inline-block;
  }
}
/* -------------- sm ---------------------- */
@media (min-width: 576px) {
  .main-bottom-youtube {
    width: 500px;
    height: 300px;
  }
  .bottom-slider {
    height: 620px;
  }
  .bottom-slider .slider-body {
    width: calc(100% - 40px);
    text-align: center;
  }
  .calculator .h2 {
    font-size: 24px;
  }
  .calculator .required-msg {
    margin: 10px 0;
  }
  .calculator .calc-param-hidden {
    height: 55px;
  }
  .calculator .calc-button-cnt {
    display: inline-block;
    min-width: 100px;
  }
  .calculator .calc-button-cnt.left {
    text-align: right;
    float: right;
  }
  .calculator .calc-button-cnt.right {
    text-align: left;
    float: left;
  }
  .calculator .debit {
    display: inline-block;
    min-width: 270px;
  }
}
/* -------------- md ---------------------- */
@media (min-width: 768px) {
  .main-bottom-youtube {
    width: 320px;
    height: 192px;
  }
  .bottom-slider {
    height: 192px;
  }
}
/* ------------ lg ------------------------ */
@media (min-width: 992px) {
  .main-bottom-youtube {
    width: 450px;
    height: 270px;
  }
  .bottom-slider {
    height: 270px;
  }
  .exchange-calc-result .debit {
    margin: auto 0;
  }
  .exchange-calc-result .show-one-object {
    margin-left: 30%;
  }
  .exchange-calc-result .object-info-2,
  .exchange-calc-result .object-info-1 {
    display: flex;
  }
}
/* ------------------------------------ */
@media (min-width: 1200px) {
  .main-bottom-youtube {
    width: 500px;
    height: 300px;
  }
  .bottom-slider {
    height: 300px;
  }
}
