input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}



.main__content {
    overflow: hidden;
}
.calc__error {
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    color: #FF7475;
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    width: 200px;
	opacity: 0;
}
.error .calc__error {
	opacity: 1;
}
.error .calc__input-wrap {
    border: 1px solid #FF7475;
    border-radius: 4px;
}
.calc__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #263238;
}
section.video {
    background-image: url('../img/video.png');
}



.calc__result .delete-btn-item {
    display: none;
}
.calc__result .icon-ok-b {
    display: none;
}
.successes:hover .delete-btn-item {
    display: block;
}
.successes .icon-cart {
    display: none;
}
.successes .icon-ok-b {
    display: block;
}
.successes:hover .icon-ok-b {
    display: none;
}
.deleted-hidden {
    max-height: 0px !important;
    transition: .5s !important;
}



.video__img {
    opacity: 0;
}
.calc__item {
    margin-bottom: 24px;
    opacity: 1;
    /*transition: .8s;*/
}
.calc__item.hidden:first-child {
    margin-top: 30px;
}
.calc__item.hidden {
    display: block !important;
}
.calc__item.hidden {
    margin-bottom: 17px;
    padding-bottom: 0;
    border-bottom: 0;
}
.calc__vars-item:hover {
    background: #FF7475;
    color: #fff;
}
.calc__item {
    max-width: 1500px;
    left: 0;
}
.calc__item {
    max-height: 1200px;
}
.calc__item.deleted {
    overflow: hidden;
    transition: .5s;
    position: relative;
    left: -100%;
    max-height: 0px;
}
.counter-min .calc__minus {
    opacity: .3;
}
.calc__footer-item img {
    width: 100px;
}
.counter-min .calc__minus:hover {
    background: transparent;
}
.counter-min .calc__minus:hover svg path{
    stroke: #939393;
}

.calc__ather-item-name {
    /*font-family: 'Roboto';*/
}

.calc__hieght-item .cal__form-select {
    border-radius: 5px;
    overflow: hidden;
}
.calc__hieght-item.calc__hieght-item__linght .cal__form-select {
    border-radius: 5px;
    overflow: visible;
    position: relative;
}
.select__text, .calc__hieght-item .calc__input, .calc__input-wrap, .calc__form-counter input, .calc__minus, .calc__plus {
    color: #263238;
    font-weight: 300;
    text-transform: initial;
}
.calc__minus {
    display: flex;
    align-items: center;
    justify-content: center;
}

.calc__input-wrap {

    border: 1px solid transparent;
    box-sizing: border-box !important;
}
.calc__hieght-item__linght .calc__input-wrap {
    padding: 0 20px;
    color: #263238;
    border-radius: 5px;
}



.calc__item.hidden {
    border-radius: 5px;
}


.calc__price {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #263238;
    display: block;
    min-width: max-content;
}
.calc__price p {
    margin: 0;
    display: inline;
    font-size: 18px;
    font-weight: 600;
}

.calc__price span {
    font-weight: normal;
    font-size: 14px;
    margin-right: 8px;
}



.calc__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.calc__price-wrap {
    display: flex;
    align-items: center;
}
.calc__price-wrap .info {
    margin-left: 11px;
}

.calc__vars {
    display: flex;
    margin-top: 17px;
    align-items: center;
}
.calc__vars-item {
    height: 42px;
    padding: 0 36px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #ff3133;
    border: 1px solid #FF7475;
    border-radius: 4px;
    display: flex;
    align-items: center;
    margin-right: 10px;
    cursor: pointer;
    font-family: "Museo Sans Cyrl 300", sans-serif;
}
.calc__vars-item_active {
    background-color: #FF7475;
    color: #fff
}

.calc__form {
    margin-top: 29px;
    margin-bottom: 22px;
}

.calc__form-title {
display:none;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #263238;
    margin-bottom: 17px;
}

.calc__form-name {
    font-size: 14px;
    line-height: 16px;
    color: #263238;
    margin-bottom: 8px;
    font-weight: 300;
}

.calc__top {
    display: flex;
    align-items: center;    
justify-content: flex-start;
    //justify-content: space-around;
}

.calc__form-item {
    margin-right: 16px;
}

.calc__hidden {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    color: #939393;
    cursor: pointer;
    margin-bottom: 19px;
    margin-top: 22px;
    transition: 0s !important;
}
.calc__hidden:hover, .calc__hidden:hover path {
    color: #FF7475;
    fill: #FF7475;
    transition: 0s !important;
}
.calc__hidden span {
    margin-right: 14px;
    color: #262626;
    font-weight: 300;
}
.calc__hidden:hover span {
    color: #FF7475 !important;
}

.calc__brand-item {
    width: 145px;
}
.calc__color-item {
    width: 253px;
    max-width: 253px;
    min-width: 253px;
}
.calc__color-item .select.active {

}
.calc__color-item .select.active .select__modal {
    width: 200%;

   


-moz-column-count: 2;
    -moz-column-gap: 2px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 2px;

    display: inline-block;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: space-between;
}
.calc__color-item .select.active .select__modal-item {
    width: 100%;
    border-top: none;
    text-transform: initial;
    break-inside: avoid-column;
}


.calc__input-wrap {
    background: #f1f6f7;
    display: flex;
    justify-content: space-between;
    padding: 0 22px;
    width: 93px;
    align-items: center;
    line-height: 20px;
    color: #939393;
}

.calc__lenght-item {
    width: 131px;
}

.calc__hieght-item .calc__input {
    height: 42px;
    width: 30px;
    background: #f1f6f7;
    border-radius: 5px;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    padding: 0;
    color: #263238;;
    border: none;
    outline: 0;
}

.calc__form-counter {
    background: #f1f6f7;
    display: flex;
    align-items: center;
    height: 42px;
    border-radius: 5px;
    overflow: hidden;
    justify-content: space-around;
}
.calc__form-counter input {
    border: none;
    background-color: transparent;
    text-align: center;
    -webkit-appearance: none;
    margin: 0;
    height: 100%;
    width: 27px;
    font-size: 16px;
    font-weight: 300;
    color: #263238 !important;
}

.calc__minus,
.calc__plus {
    cursor: pointer;
}

.calc__form-result {
    font-weight: 600;
    font-size: 24px;
    line-height: 42px;
    color: #263238;
    height: 42px;
}
.calc__form-result span {
    font-size: 18px;
    font-weight: 600;
}
@media(max-width:1500px) {
    .calc__form-result span {
        font-size: 14px;
    }
}





.calc__ather{
    margin-top: 30px;
}
.calc__ather-header {
    display: flex;
}
.calc__ather-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #263238;
    margin-right: 23px;
}
.calc__ather-header {
    display: flex;
    align-items: center;
}
.calc__ather-header .info__content {
    min-width: 256px;
    max-width: 256px;
    left: calc(100% + 15px);
}
.calc__price-wrap .info__content {
    top: calc(100% + 15px);
    right: 0;
    width: 224px;
    text-align: center;
}
.info {
    position: relative;
    cursor: pointer;
}
.calc__footer-wrap-text {
    display: flex;
    align-items: center;
    flex-grow: 1;
}
.info__content, .info__content.active {
    padding: 8px 16px;
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgb(141 141 141 / 25%);
    border-radius: 5px;
    display: none;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #262626;
}
.calc__add {
    height: 42px !important;
    width: 282px;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    line-height: normal;
}
@media(max-width:600px) {
    .calc__ather-title {
        margin-right: 10px;
    }
}
.info.active .info__content {
    display: flex;
}

@media(min-width:1310px) {
    .info:hover .info__content {
        display: block;
    }
}
@media(max-width:1310px) {
    .info__content {
        font-size: 12px;
    }
}

.calc__ather-items {
    margin-top: 12px;
    display: flex;
    justify-content: left;
    gap: 20px; 
}

.calc__ather-item {
    padding: 16px 5px 10px 15px;
    border-radius: 5px;
    background: #F1F6F7;
    width: calc(33% - 8px);
    display: flex;
}
.calc__ather-item-head {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.calc__ather-item-head {
    text-decoration: none !important;
}
.calc__ather-item-img {
    width: 84px;
    height: 86px;
    margin-right: 11px;
}
.calc__ather-item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.calc__ather-item-name {
    font-size: 14px;
    line-height: 16px;
    color: #263238;
    margin-bottom: 3px;
    font-weight: 300;
}

.calc__ather-item .input-counter {
    height: 30px;
}
.calc__ather-item .calc__minus,
.calc__ather-item .calc__plus {
    width: 30px;
}
.calc__counter-item input {
    width: 22px;
}
.calc__counter-item .calc__minus,
.calc__counter-item .calc__plus {
    width: 27px;
}
.calc__minus,
.calc__plus {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media(min-width: 481px) {
    .calc__minus:hover,
    .calc__plus:hover {
        background-color: #E3ECEF;
    }
}

.calc__minus.active,
.calc__plus.active {
    background-color: #E3ECEF;
}
.calc__minus.active svg path,
.calc__plus.active svg path {
    stroke: #FF7475;
}
@media(min-width: 481px) {
    .calc__minus:hover svg path,
    .calc__plus:hover svg path {
        stroke: #FF7475;
    }
}


.calc__footer-delete-span {
    display: none;
}
@media(min-width:1200px) {
    .calc__footer-delete:hover .calc__footer-delete-span {
        position: absolute;
        display: block;
        padding: 6px;
        background-color: #fff;
        right: 17px;
        top: 0;
        transform: translateY(-15%);
        padding: 8px 16px;
        box-shadow: 0px 0px 10px rgb(141 141 141 / 25%);
        border-radius: 5px;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 14px;
        color: #262626;
    }
}

@media(max-width:600px) {
    .calc__footer-btn {
        color: #FF7475 !important;
    }

   /* .calc,.main__descr, .text-block, .advice, .ather, .calc-all-result{margin-left: 20px;
        margin-right: 20px;}*/


        
}



@media(max-width:480px) {
    .calc__form-item:last-child {
        margin-left: 0px !important;
    }
    .info__content {
        font-size: 9px;
        font-weight: 300 !important;
    }
}

.calc__minus {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.calc__plus {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.calc__form-item__result {
    margin-right: 0 !important;
}
.calc__ather-item-content {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.calc__ather-item-content-price {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #263238;
    margin-top: 3px;
}
.calc__ather-item-content-price span {
    margin-left: 2px;
    font-weight: 700;
    font-size: 14px;
}


.calc__result {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 28px;
}
.calc__result-content {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #FF7475;
    /*font-weight: 500;*/
}
.calc__result-content span {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;

}

.calc-all-result {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-top: 1px solid #BBCED1;
    border-bottom: 1px solid #BBCED1;
    margin-top: 23px;
    padding: 25px 0;
}
.calc-all-result__text {
    font-size: 18px;
    color: #FF7475;
    font-weight: 600;

}
.calc-all-result__text span {
    font-size: 24px;
    font-weight: 700;
}
.calc-all-result__btn {
    line-height: normal;
    padding: 10px 47px;
    margin-left: 21px;
    font-weight: 700;
}


.calc__items {
    display: flex;
    flex-direction: column;
}
.select__modal-item__color * {
    pointer-events: none;
}


calc__footer-item img {
    width: 130px;
}


.calc__add {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}
.calc__add:hover {
    color: #FF7475;
}
.calc__add span {
    margin-left: 12px;
}





.calc__footer-delete {
    position: absolute;
    right: 11px;
    top: 10px;
    cursor: pointer;
}
.calc__footer-delete:hover path{
    fill: #FF7475;
}

.calc__footer-btn {
    font-size: 14px;
    line-height: 16px;
    color: #262626 !important;
    font-weight: 300;
    cursor: pointer;
}
.calc__footer-btn:hover {
    color: #FF7475;
}

.calc__footer-content {
    flex-grow: 1;
    margin-left: 14px;
}

.calc__footer-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #263238;
    margin-right: 20px;
}

.calc__footer-descr {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
    font-weight: 300;
    margin-top: 9px;
}

.calc__footer-price {
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    color: #263238;
    margin-right: 44px;
    display: block;
    min-width: max-content;
}
.calc__footer-price span {
    font-size: 24px;
    font-weight: 700;
}


@media(max-width:1010px) {
    .calc__item.hidden .main__scrolline {
        display: none;
    }
}


.main {
    margin-top: -70px;
    padding-top: 70px;
}
a.calc__footer-btn:hover {
    color: #ff7474 !important;
}
.calc__item {
}
.calc__item.hidden {
    margin-top: 0;
}
