.adapt__title {
    color: #333;
    font-weight: 700;
    font-size: 19px;
    line-height: 1.3;
}

div.zv .catalog-item {
    height: auto;
}

div.zv .catalog-item__footer-wrap {
    padding-bottom: 0;
}

.text__center {
    text-align: center;
}

@media (max-width: 768px) {
    .text__center {
        text-align: start;
    }
}

.clgreen {
    color: #068f56;
}

.select__menu {
    margin: auto;
}

.obert__select__menu {
    margin: auto;
    background-color: #fff;
    border-bottom: 2px solid rgb(189, 189, 189);
}

.title__center {
    text-align: center;
}

.title__size {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.select__fundament {
    text-align: center;
    align-items: center;
    margin: auto;
}

.obert__for__button__box {
    margin: auto;
    max-width: 400px;
}

.button__box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row: auto;
    text-align: center;
    align-content: center;
    margin: auto;
}

.radio_title {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 3;
    font-size: 18px;
    text-align: center;
}

.radio__button {
    margin-bottom: 5px;
}

.radio__button label {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently*/
    cursor: pointer;
    font-size: 12px;
}

.rastchet {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.inp {
    border-radius: 5px;
    max-width: 50px;
    text-align: center;
    font-size: 18px;
    margin: 5px;
}

.inp__obert__dlin::before {
    content: "Длина:";
}

.inp__obert__shir::after {
    content: "м";
}

.inp__obert__shir::before {
    content: "Ширина:";
}

.inp__obert__dlin::after {
    content: "м";
}

.select__zabor {
    color: #068f56;
    text-align: center;
}

.dlin__shir__box {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 30px;
    max-width: 600px;
    height: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
}
.dlin__shir__box label {font-weight: bold;}

.radio__box input {
    display: none;
}

.radio__box label {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    cursor: pointer;
	padding: 0px 15px;
	line-height: 34px;
	border: 1px solid #068f56;
    background-color: #fff;
    color: #068f56;
    user-select: none;
    transition: .3s;
}

.radio__box label:hover {
    background-color: #068f56;
    border: 1px solid #fff;
    color: #ffffff;
}

.radio__box label:active {
    background-color: #068f56;
    border: 1px solid #fff;
    color: #fff;
}

.radio__box input[type="radio"]:checked + label{
    background-color: #068f56;
    border: 1px solid #fff;
    color: #fff;
}

.mzero {
    display: flex;
    align-items: center;
    justify-content: center;
}

.inp__shir {
    border: 2px solid #068f56;
    text-align: center;
    max-width: 50px;
    border-radius: 5px;
}

/* RADIO BUTTON */

.radio__select {
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
}

.radio__select input {
    display: none;
}

.radio__select label {
    width: 100%;
    font-weight: bold;
    position: relative;
    line-height: 22px;
    padding: 0 0 0 15px;
}

.radio__select label::before, label::after {
    content: '';
}

.radio__select label:before {
    border: 1px solid #068f56;
    border-radius: 5px;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    left: -15px;
    display: block;
    position: absolute;
    vertical-align: top;
}

.radio__select label:after {
    background: #068f56;
    border-radius: 5px;
    width: 15px;
    height: 15px;
    position: absolute;
    display: block;
    top: 5px;
    left: -10px;
    transition: 300ms;
    opacity: 0;
}

.radio__select input:checked+label:after {
    opacity: 1;
}

@media (max-width: 768px) {
    div.radio__select label:after {
        top: 5px;
    }
    div.radio__select label {
        margin-left: 25px;
        padding: 0 0 0 15px
    }
    div.mzero {
        margin-top: 0;
    }
    div.radio__select {
        padding: 0;
    }
    div.catalog-item__footer-wrap {
        padding-bottom: 0;
    }
}

@media (max-width: 991px) {
    div.catalog-item {
        -webkit-box-shadow:none;
        box-shadow:none;
        background-color: #ffffff;
    }
    div.catalog__item {
        margin-bottom: 0;
    }
    .radio__select label {
        text-align: start;
    }
    div.catalog-item__image {
        display: none;
    }
    div.radio__select label:after {
        top: 5px;
    }
    div.radio__select label {
        margin-left: 25px;
        padding: 0 0 0 35px
    }
    div.mzero {
        margin-top: 0;
    }
    div.radio__select {
        padding: 0;
    }
    div.catalog-item__footer-wrap {
        padding-bottom: 0;
    }
}