.calculator {
    border: 3px solid #008000;
    padding: 25px 35px;
    background-color: white;
}
.caculator-label,
.caculator-label:hover {
    font-size: 18px;
    color: #333333;
    font-weight: 800;
    margin: 0 0 15px;
    line-height: normal;
    display: block;
    text-decoration: none;
}
.calc-containers {
    display: flex;
    justify-content: space-between;
    margin: 10px 0px 60px;
    overflow-x: auto;
}
.calc-gryz {
    font-size: 13px;
    color: gray;
    font-weight: 500;
    line-height: 13px;
    display: block;
    margin-top: 2px;
}
.text-section .schema-how-to-step-text {
    display: none;
    min-width: 100%;
    padding: 0 38px 10px 38px;
    border: 1px solid #ff6400;
    border-top: 0;
    margin: 0;
    color: #666;
    font-size: 16px;
    background: #f7eee9;
    line-height: normal;
    padding-left: 35px !important;
    padding-right: 50px !important;
    padding-top: 5px;
    padding-bottom: 14px;
    margin-top: -10px !important;
}
.calc-container .container-name {
    position: relative;
    cursor: pointer;
    padding: 10px;
    height: 200px;
    width: 200px;
    flex: 1 1 0px;
    background-size: 80%!important;
    border-radius: 50%;
    transition: .2s;
    
}
.calc-container.active .container-name,.calc-container:hover .container-name{
    background-size: 90%!important;
    box-shadow: 2px 2px 4px #008000;
    
}

.calc-container[data-item="1"] .container-name {
    background: url('../img/8m3.webp') no-repeat center;
}
.calc-container[data-item="2"] .container-name{
    background: url('../img/15m3.webp') no-repeat center;
}
.calc-container[data-item="3"] .container-name{
    background: url('../img/20m3.webp') no-repeat center;
}
.calc-container[data-item="4"] .container-name{
    background: url('../img/27m3.webp') no-repeat center;
}



.calc-container__:after {
    content: "";
    background: url('../images/');
    width: 16px;
    height: 16px;
    position: absolute;
    right: 15px;
    bottom: 5px;
    filter: grayscale(1);
    opacity: 0.7;
    transition: .25s;
}
.calc-container.active__:after {
    filter: grayscale(0);
    opacity: 1;
}


#calc-select-containers-count {
    margin: 48px 10px 0;
    background: #d1d6e0;
    border: 1px solid #cbced4;
    border-radius: 10px;
    cursor: pointer;
}
.calc-range-labels {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #c7ccd6;
    line-height: normal;
    margin: 18px -30px 30px;
}
.calc-range-labels > div {
    position: relative;
    width: 10%;
    text-align: center;
}
#calc-select-containers-count .ui-slider-handle {
    background: url('/wp-content/themes/site2/images/calc-select-pointer.png');
    width: 15px;
    height: 25px;
    border: 0;
    margin-top: 15px;
    outline: none;
    margin-left: -7.5px;
    cursor: pointer;
}
.calc-range-labels > div .active-label sup {
    font-size: 10px;
}
.calc-range-labels > div span sup {
    font-size: 10px;
}
#calc-select-containers-count.ui-slider .ui-slider-range {
    background: #ff6400;
    margin: -1px 0;
    border: 1px solid #ff6400;
    height: calc(100% + 2px);
    border-radius: 10px;
}
.calc-select-containers-count-handle-top {
    position: absolute;
    top: -55px;
    width: 60px;
    text-align: center;
    margin-left: -30px;
    left: 50%;
    padding: 4px 0 2px;
    border: 2px solid #ff6400;
    border-radius: 5px;
    font-size: 12px;
    color: #333333;
    background: white;
    font-weight: 600;
    z-index: 2;
}


.container-name
 {
    position: absolute;
    
    text-align: center;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    color: #00455f;
    left: 0;
    text-decoration: none;
    padding-top: 5px;
    transition: .15s;
}
.container-name a {
    position: absolute;
    color: white;
    /* top: 100%; */
    background-color: #008000;
    text-align: center;
    /* width: 100%; */
    font-weight: 600;
    font-size: 16px;
    padding: 5px 10px;
    /* color: #00455f; */
    left: 0;
    width: 100%;
    text-decoration: none;
    padding-top: 5px;
    transition: .15s;
}
.calc-container.active .container-name,
.calc-container.active .container-name a {
    color: #008000;
    background-color: white;
}
.calc-container.active .container-name a{
    box-shadow: 2px 2px 4px #008000;
}
.container-name sup {
    font-size: 12px;
}
.calc-select-containers-count-handle-top sup {
    font-size: 10px;
}
.calc-select-containers-count-handle-top:before {
    content: "";
    position: absolute;
    border: 6px solid transparent;
    border-top: 6px solid #008000;
    left: 50%;
    top: 100%;
    margin-left: -6px;
}
.calc-select-containers-count-handle-top:after {
    content: "";
    position: absolute;
    border: 6px solid transparent;
    border-top: 6px solid white;
    left: 50%;
    top: 100%;
    margin-left: -6px;
    margin-top: -2px;
}
.calc-range-labels > div span {
    opacity: 1;
    transition: .5s;
}
.calc-range-labels > div.active span {
    opacity: 0;
}
.calc-range-labels > div.active .active-label {
    display: block;
}
.calc-container___:not(:last-child):before {
    content: "";
    height: 54px;
    width: 1px;
    background: #cccccc;
    position: absolute;
    top: 25px;
    right: 0;
}
.title-step {
    display: inline-block;
    width: 22px;
    text-align: center;
    height: 22px;
    background: #008000;
    color: white;
    border-radius: 50%;
    font-size: 13px;
    line-height: 22px;
    vertical-align: top;
    margin-top: -1px;
    margin-right: 8px;
}
.calc-result {
    background: #daf7a6;
    margin: 10px -35px 25px;
    padding: 30px 35px 25px;
}
.calc-result-2 sup {
    font-size: 12px;
}
.calc-label {
    font-size: 18px;
    color: #333333;
    font-weight: 800;
    margin: 10px 0 8px;
}
.calc-select {
    border: 2px solid #ff6400;
    border-radius: 5px;
    padding: 0;
    font-size: 15px;
    font-weight: 500;
    color: #333333;
    outline: none;
    cursor: pointer;
    transition: .25s;
    margin-bottom: 20px;
}
.calc-select>label{
    cursor: pointer!important;
    flex: 1 1 0px!important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white!important;
    color: black!important;
}
.calc-select>label.active{
    background-color: #ff6400!important;
    color: white!important;
}
.calc-field {
    border: 2px solid #d2d2d2;
    border-radius: 5px;
    padding: 4px;
    font-size: 15px;
    font-weight: 500;
    color: #333333;
    outline: none;
    text-align: center;
    width: 80px;
    transition: .25s;
}
.calc-field:focus,
.calc-select:focus {
    border-color: #ff6400;
}

.calc-datetime .calc-field:first-child {
    width: 166px;
    padding: 4px 30px 4px 4px;
}
.calc-datetime .calc-field:last-child {
    margin-left: 10px;
    width: 80px;
    padding: 4px;
}
.calc-date-icon {
    position: relative;
    cursor: text;
}
.calc-date-icon:before {
    content: "";
    background: url('../img/calc-date-icon.jpg');
    width: 15px;
    height: 15px;
    position: absolute;
    left: -27px;
    top: 3px;
}








/* COLUMNS */

.col {
  display: block;
  float:left;
  margin: 1% 0 1% 1.6%;
}

.col:first-of-type { margin-left: 0; }

/* CLEARFIX */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* FORM */
.plan{
    display: flex;
    
}

.plan input, .payment-plan input, .payment-type input{
	display: none;
}

.plan label{
	position: relative;
    color: #fff;
    background-color: #008000;
    text-align: center;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
    /* display: block; */
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.plan input:checked + label, .payment-plan input:checked + label, .payment-type input:checked + label{
    color: black;
	box-shadow: 2px 2px 4px #008000;
    background-color: white;
}

.plan input:checked + label:after, .payment-plan input:checked + label:after, .payment-type input:checked + label:after{
	content: "\2713";
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100%;
	border: 2px solid #333;
	background-color: #2fcc71;
	z-index: 999;
	position: absolute;
	top: -15px;
	right: -15px;
}

.submit{
	padding: 15px 60px;
	display: inline-block;
	border: none;
	margin: 20px 0;
	background-color: #2fcc71;
	color: #fff;
	border: 2px solid #333;
	font-size: 18px;
	-webkit-transition: transform 0.3s ease-in-out;
	-o-transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
}

.submit:hover{
	cursor: pointer;
	transform: rotateX(360deg);
}







.polzunok-container-4 {
    margin: 10px 0 20px;
    position: relative;
}
.polzunok-container-4:after {
    content: "";
    clear: both;
    display: table;
}
.do-mkad-left,
.do-mkad-right {
    width: 60px;
    height: 60px;
    font-size: 60px;
    line-height: 60px;
    text-align: center;
    color: #f8f4f2;
    cursor: pointer;
    float: left;
    position: relative;
    z-index: 6;
    transition: color 0.3s ease-in-out;
    border-radius: 50%;
    background-color: green;
}
.do-mkad-left:hover,
.do-mkad-right:hover {
    color: #000;
}
.polzunok-container-4 .do-mkad-bg {
    position: relative;
    top: 16px;
    background: #daf7a6;
    height: 28px;
    width: calc(100% - 120px);
    float: left;
}
.polzunok-container-4 .do-mkad-bg:after,
.polzunok-container-4 .do-mkad-bg:before {
    content: "";
    height: 0;
    width: 0;
    border: 14px solid transparent;
    border-left-color: #daf7a6;
    right: -28px;
    position: absolute;
}
.polzunok-container-4 .do-mkad-bg:before {
    border-right-color: #008000;
    border-left-color: transparent;
    left: -28px;
}
.polzunok-container-4 .ui-slider {
    position: absolute;
    top: 16px;
    height: 28px;
    width: calc(100% - 180px);
    left: 90px;
    background-color: inherit!important;
    border: none!important;
}
.polzunok-container-4 .ui-slider .ui-slider-handle {
    position: absolute;
    margin-left:-40px;
    cursor: pointer;
    width: 60px;
    height: 28px;
    top: 0;
    line-height: 28px;
    z-index: 2;
    background: #FFF;
    background: #008000;
    font-size: 18px;
    text-align:center;
    color: #FFF;
    border: 2px;
}
.align_center{
    
    text-align: center;
}
.polzunok-container-4 .ui-slider .ui-slider-handle:after,
.polzunok-container-4 .ui-slider .ui-slider-handle:before {
    content: "";
    height: 0;
    width: 0;
    border: 14px solid transparent;
    border-left-color: #008000;
    right: -27px;
    position: absolute;
    z-index: 4;
}
.polzunok-container-4 .ui-slider .ui-slider-handle:before {
    border-right-color: #008000;
    border-left-color: transparent;
    left: -28px;
}
.polzunok-container-4 .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 2;
    height: 28px;
    display: block;
    border: 0;
    background: #008000;
}
.polzunok-container-4 .ui-slider-horizontal .ui-slider-range-min {
    left: -30px;
}
.polzunok-container-4 .ui-slider-horizontal .ui-slider-range-max {
    right: -30px;  
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none!important;
}

span::focus{
    outline: none!important;
}




.stepper{
  display: inline-block;
  max-width: 120px;
  width: 100%;
  position: relative;
}

.stepper__input{
  width: 100%;
  height: 30px;
  padding: .375rem .75rem;
  border: 1px solid #c4c4c4;
  -moz-appearance: textfield;
}

.stepper__input:focus{
  color: #333;
  background-color: #fff;
  border-color: #c4c4c4;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

.stepper__input::-webkit-inner-spin-button,
.stepper__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.stepper__controls{

}

.stepper__controls [spinner-button="up"],
.stepper__controls [spinner-button="down"]{
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 0;
  outline: none;
  border: 1px solid #c4c4c4;
  background-color: #fff;
  height: 50%;
  font-size: 1.375em;
  line-height: 0;
  transition: all ease 0.25s;
}

.stepper__controls [spinner-button="up"]:hover,
.stepper__controls [spinner-button="down"]:hover {
  background-color: #ff6400;
  border-color: #ff6400;
  color: #fff;
}
.hidden{
    display: none;
}


/* style 2 */
.stepper--style-2{
  max-width: 140px;
}
.stepper--style-2 .stepper__input{
  padding-left: 3.25rem;
  padding-right: 3.25rem;
  text-align: center;
}
.stepper--style-2 [spinner-button="up"],
.stepper--style-2 [spinner-button="down"] {
  position: absolute;
  height: 100%;
  top: 0;
  bottom: -1px;
  width: 2.5rem;
  z-index: 1;
  display: flex;
    align-items: center;
}
.stepper--style-2 [spinner-button="up"] {
  right: 0;
  margin-left: -1px;
  border-radius: 0 5px 5px 0;
}
.stepper--style-2 [spinner-button="down"] {
  left: 0;
  margin-right: -1px;
  border-radius: 5px 0 0 5px;
}


.calculator-form.booking-form{
    display: block!important;
}
#city_list.modal ul{
    
    column-count: 3;
}

.calculator-form.booking-form:before{
    display: none;
}

.top-header-wrap .default-btn{
   border-radius: 40px 
    
    
}
.top-header-wrap .default-btn i{
   margin-right: 10px 
}


@media all and (max-width: 992px) {
    .section-heading {
        margin-bottom: 30px;
    }
    
    .calculator {
        border: 3px solid #ffe0cc;
        padding: 25px 10px;
        background-color: white;
    }
    .calc-containers {
        
        padding-bottom: 20px;
        
    }
    .plan{
        display: block!important;
    }
    .plan .col{
        margin-left: 0!important;
        margin-right: 0!important;
        width: 100%;
    }
}


.project-item{
    position:relative;
}

.project-item a::before, .project-box a::before{
    content:'';
    position: absolute;
    width:100%;
    height: 100%;
    top: 0;
}