.configurator-head {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 32px;
    max-width: 1884px;
}

@media screen and (max-width: 2327px) {
    .configurator-head {
        max-width: 1604px;
    }
}

@media screen and (max-width: 1991px) {
    .configurator-head {
        max-width: 1334px;
    }
}

@media screen and (max-width: 1650px) {
    .configurator-head {
        max-width: 1062px;
    }
}

@media screen and (max-width: 1321px) {
    .configurator-head {
        max-width: 794px;
    }
}

@media screen and (max-width: 990px) {
    .configurator-head {
        max-width: 529px;
    }
}


.configurator-head > div {
    min-width: 200px;
}

.configurator-head__reset {
    text-align: right;
}

.configurator-head__reset button {
    background: transparent;
    border:0;
    outline:0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #0091CC;
    text-decoration-line: underline;
    text-underline-offset: 4px;
}

.configurator-head__reset button:hover {
    color: #0082b7;
}

.configurator-manometrov h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    color: #000;
    margin: 0;
}


.configurator-manometrov .input-element--custom_select {
    max-width:250px;
    width: 250px
}
.configurator-manometrov .configurator-steps-wrap form {
    max-width: none;
}

.input-element--disabled {
    opacity: 0.4;
    pointer-events: none;
    cursor: default;
}

.custom-select__list-item--disabled {
    opacity: 0.4;
    pointer-events: none;
    cursor: default;
}

.configurator-params {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.configurator-params  .custom-select .custom-select__current {
    white-space: nowrap!important;
}
.configurator-params  .params-title,
.configurator-options-block  .params-title {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.configurator-params  .custom-select {
    font-size: 12px;
    font-weight: 300;
}
.configurator-params  .custom-select  .custom-select__current .text {
    font-size: 12px;
    font-weight: 300;
}

.configurator-result .to-cart-btn__text {
    display: block!important;
    margin: 0px 17px;
}

.input-element--disabled {
    opacity: 0.4;
    pointer-events: none;
    cursor: default;
}

.custom-select__list-item--disabled {
    opacity: 0.4;
    pointer-events: none;
    cursor: default;
}

.configurator-result h3 {
    text-transform: none;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
}

.configurator-result  .price-by-order {
    text-transform: none;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
}

.cart-buttons {
    display: flex;
    width: 577px;
    padding: 20px 0px ;
    gap: 40px;
    background: #F1FDF9;
    margin-top: 80px;
}


.cart-buttons div{
    width: 50%;
    margin: auto 0;
}

.cart-buttons__text {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-align:center;
    text-transform: uppercase;
}

.cart-buttons__btn button, .cart-buttons__btn a{
    width: 233px;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    background: #44C69A;
    color: #FFF;
    border: 0px;
    text-transform: uppercase;
    padding: 14px 26px;
}



@media screen and (max-width: 992px) {
    .cart-buttons {
        flex-wrap: wrap;
        width: 100%
    }

    .cart-buttons div {
        width: 100%;
        text-align: center;
    }
    .cart-buttons div:last-child {
        margin-bottom: 15px;
    }

    .cart-buttons__text {
        font-size: 16px;
    }
}

#calc-order-modal {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
}

#calc-order-modal::-webkit-scrollbar {
    width: 4px;
}

.section::-webkit-scrollbar-track {
    background-color: darkgrey;
}

.modal-inner {
    scrollbar-width: thin;
    scrollbar-color: #E5E4E4 #F9F9F9; /* «цвет ползунка» «цвет полосы скроллбара» */
}

.modal-inner::-webkit-scrollbar-button,
.modal-inner::-webkit-scrollbar-button:start:decrement,
.modal-inner::-webkit-scrollbar-button:end:increment {
    width: 0px;
    display: none;
}

.modal-inner::-webkit-scrollbar {
    width: 4px;
}

.modal-inner::-webkit-scrollbar-track {
    background: #F6F6F6; /* цвет фона у дорожки */
    box-shadow: 0 0 2px rgba(0, 0, 0, .2) inset; /* тень у дорожки */
}

.modal-inner::-webkit-scrollbar-thumb {
    background: #E5E4E4; /* цвет фона у дорожки */
    border-radius: 1px; /* скругление углов */
    border: 0; /* толщина, стиль и цвет рамки */
}



#calc-order-modal .resume-file__text {
    font-size: 14px;
    color: rgba(0,0,0,0.7);
}

#calc-order-modal .resume-file {
    margin-top: 0px;
}
#calc-order-modal .fill-info {
    width: 100%;
    text-align: center;
    color: #000;
    margin-top: 24px;
    font-size: 12px;
    font-weight: 300;
    line-height: 20.5px;
}

@media screen and (min-width: 1400px) {
    #calc-order-modal {
        max-width: 1236px;
    }
}

#calc-order-modal .modal-form {
    width: auto;
}

#calc-order-modal .modal-form .form-row {
    justify-content: flex-start;
}


#calc-order-modal .align-center {
    text-align: center;
}

#calc-order-modal .topic {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 10px
}

#calc-order-modal .order-list {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

#calc-order-modal .order-item {
    margin: 5px 0;
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex: 1;
    border-bottom: 1px solid rgba(209, 209, 209, 1);
    justify-content: space-between;
}



#calc-order-modal .order-item p {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

#calc-order-modal .order-item p b {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

#calc-order-modal .order-item__price {
    min-width: 162px;
    padding: 0 5px;
}
#calc-order-modal .order-item__price p{
    font-size: 14px!important;
    line-height: 20px;
}

#calc-order-modal .order-item__info {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px
}

#calc-order-modal .order-item__count {
    padding: 0 5px;
    min-width: 131px;
}

#calc-order-modal .order-item__delete {
    margin: 0 auto;
    min-width: 62px;
}

#calc-order-modal .order-item__delete button {
    border: 0px;
    background: transparent;
    padding: 15px
}

#calc-order-modal .form-col {
    max-width: 250px!important;
    padding: 0!important;
}

#calc-order-modal .form-col-3 {
    max-width: 790px!important;
    padding: 0!important;
    width: 100%;
}

#calc-order-modal .form-row {
    gap: 20px;
}

#calc-order-modal .form-item-label a{
    color: #0091CC;
}


@media screen and (max-width: 992px) {

    #calc-order-modal .form-col-3 {
        max-width: 520px!important;
    }

    #calc-order-modal .order-item {
        flex-direction: column;
    }
    #calc-order-modal .order-item__info {
        margin-top: 10px;
        justify-content: space-between;
    }
    #calc-order-modal .order-item__price {
        min-width: initial;
        padding: 0;
        width: 30%;
    }
    #calc-order-modal .order-item__count {
        padding: 0px;
        min-width: initial;
    }

    #calc-order-modal .order-item__delete {
        margin: 0;
        min-width: 45px;
        text-align: center
    }

}

@media screen and (max-width: 768px) {

    #calc-order-modal .form-col {
        max-width: 460px!important;
    }
    #calc-order-modal .form-col-3 {
        max-width: 460px!important;
    }

}

.kp-info {
    padding: 20px 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.kp-info B {
    color: #0091CC;
}

.modal-loader {
    min-height: 160px;
    width: 100%;
}

.loader-wrapper {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 200;
    background-color: rgba(255,255,255,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader-wrapper p {
    font-size: 14px;
    margin-top: 20px;
}

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border-top: 4px solid #92948F;
    border-right: 4px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
.loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border-bottom: 4px solid #008AC3;
    border-left: 4px solid transparent;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.configurator-options-block {
    margin-top: 20px;
}



/*Исправление ошибки отображения длинного списка*/
label[for='diapazonizm'] .custom-select__list {
    display: none;
}

label[for='diapazonizm'] .active .custom-select__list {
    display: block;
}

.thanks-modal__link a:first-child{
    display: none!important;
}
.thanks-modal__link a:last-child{
    cursor: pointer;
}

.configurator-steps .configurator-params .custom-select .custom-select__current .text {
    max-width: 210px;
    overflow: hidden;
}

@media screen and (max-width: 576px) {
    .configurator-head > div {
        width: 100%;
        margin-bottom: 8px
    }

    .page-configurator-manometrov h1,
    .page-configurator-termometrov h1 {
        font-size: 20px!important;
        font-weight: 500!important;
        line-height: 28px!important;
        text-align: center!important;
    }

    .page-configurator-manometrov .title-block .tb__text,
    .page-configurator-termometrov .title-block .tb__text {
        padding: 0!important;
        max-width: none!important;
    }
}





#calc-order-modal .good-count {
    width: calc(128px + 8rem)!important;
    box-sizing: border-box!important;
    padding-left: 4rem!important;
    padding-right: 4rem!important;
    text-align: center!important;
}
#calc-order-modal .good-count.is-single {
    width: 96px!important;
    padding-left: 0!important;
    padding-right: 0!important;
    margin:0 auto;
}

#calc-order-modal .good-count-inner {
    width: 128px!important;
    display: flex!important;
    align-items: stretch!important;
    justify-content: center!important;
    position: relative!important;
    -webkit-box-pack: start!important;
    -webkit-box-align: stretch!important;
}
#calc-order-modal .good-count.is-single .good-count-inner {
    width: 96px!important;
    justify-content: flex-start!important;
}

#calc-order-modal .good-count__input {
    width: 64px!important;
    box-sizing: border-box!important;
    padding: 13px 8px!important;
    border-radius: 0!important;
    border-right: none!important;
    text-align: center!important;
    -moz-appearance: textfield!important;
    margin-top: 0!important;
    margin-bottom: 0!important;
    border-left: 1px solid #44c69a!important;
}
#calc-order-modal .good-count__input::-webkit-outer-spin-button, .good-count__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#calc-order-modal .good-count__action {
    position: absolute!important;
    right: 0!important;
    width: 32px!important;
    height: 24px!important;
    text-align: center!important;
    color: #000!important;
    background-color: #fff!important;
    font-size: 1.6rem!important;
    font-weight: 500!important;
    border: 1px solid #44c69a!important;
    padding-top: 3px!important;
    opacity: 1!important;
    top:0!important;
    left: unset!important;
    bottom: unset!important;
}

#calc-order-modal .good-count__decrement {
    bottom: 0!important;
    position: absolute!important;
    right: 0!important;
    width: 32px!important;
    height: 24px!important;
    text-align: center!important;
    color: #000!important;
    background-color: #fff!important;
    font-size: 1.6rem!important;
    font-weight: 500!important;
    border: 1px solid #44c69a!important;
    padding-top: 3px;
    -webkit-box-sizing: border-box!important;
    box-sizing: border-box!important;
    opacity: 1!important;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    top:unset!important;
}


#calc-order-modal .standard-btn {
    width: 122px;
    height: 40px;
    margin-top: 30px;
    background-color: #44C69A;
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    text-align: left;
    padding: 12px 22px;
}

@media screen and (min-width: 1200px) {
    #calc-order-modal .standard-btn {
        width: 140px;
        padding: 12px 31px;
    }
}

.input-element--custom_select label .active .custom-select__list {
    max-height: 50vh;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #E5E4E4 #F9F9F9; /* «цвет ползунка» «цвет полосы скроллбара» */
}

.input-element  .form-item-error.active {
    display: block!important;
    opacity: 0.8!important;
    visibility: visible!important;
    position: absolute;
    font-size: 12px;
    font-weight: 300;
    line-height: 24px;
}

.custom-select__error {
    border: 1px solid #c64444!important;
}

.custom-select .custom-select__list {
    z-index: 5!important;
}

.configurator-result {
    margin-top: 40px;
}

.configurator-result .technical-specification,
.order-item__title .technical-specification {
    white-space: pre-wrap;
}

.juridical-price {
    color: #555;
    font-size: 12px;
}

.param-popup {
    background: url('/images/alert-circle-mini.svg') no-repeat;
    width: 12px;
    min-width: 12px;
    height: 12px;
    min-height: 12px;
    cursor: pointer;
    display: inline-block;
    background-size: contain;
    margin-left: 5px;
}
i.param-popup a{
	position: absolute;
	color: rgba(0,0,0,0.7);
	font-size: 12px;
	line-height: 16px;
	padding: 8px 12px;
	box-shadow: 0 10px 24px 0 rgba(32,32,32,0.13);
	background: #fff;
	z-index: 9;
	margin-top: -30px;
	text-transform: none;
	margin-left: 25px;
	overflow: hidden;
	opacity: 0;
	transition: all .2s ease-in-out;
}
i.param-popup a.popup-active{
	overflow: visible;
	opacity: 1;
	width: 320px;
}
/* .checkbox-element .form-item-label {
    width: calc(100% - 80px) !important;
} */
.configurator-params .params-title{
	min-height: 14px;
}
i[data-popup-id="186049"], i[data-popup-id="186050"]{
	display: none;
}
@media screen and (max-width: 576px){
	i.param-popup a{
		left: 0;
		margin-top: 30px;
		margin-left: 0;
	}
	i.param-popup a.popup-active{
		width: 300px;
	}
}