.tabs-wrapper {
    display:flex;
    flex-wrap:wrap;
    margin-bottom: 20px;
    padding-bottom:20px;
    border-bottom: 1px solid #ddd;
    justify-content:space-between;
}
.calc-section__corob,
.calc-section__polotno,
.calc-section__lock,
.calc-section__cilindr{
    background: #ddd;
    border-radius: 2px;
    margin-top: 40px;
}
.calc-section__smart .calc-section__secure-wrapper .dooropen__item span {
    min-height:40px;
}
.calc-section__left .calc-section__smart .dooropen__item label:before {
    display:none;
}
.calc-section__left .calc-section__smart .dooropen__item label span:before{
    content: '';
    position: absolute;
    left: -30px;
    top: -2px;
    width: 22px;
    height: 22px;
    border: 0.5px solid rgba(0,0,0,.4);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    color: #fff;
    padding-left: 5px;
    padding-top: 0px;
    font-size: 14px;
}
.calc-section__left .calc-section__smart .dooropen__item input:checked + label span:before {
    background: #297fff;
    content: '\2713';
}
.calc-section__otdelka-left label {
    margin-bottom:90px;
}
.smartClass {
    top:50px;
    left: -9px;
    display:block;
    position:absolute;
    margin:0;
    min-height:20px;
    text-transform:none;
    font-weight:400;
    padding-left:40px;
}

.smartClass:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 1px;
    width: 20px;
    height: 20px;
    border: 0.5px solid rgba(0,0,0,.4);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: aliceblue;
    color: #fff;
    padding-left: 4px;
    padding-top: 0px;
    font-size: 12px;
}
.smartClass.active:before {
    background: #297fff;
    content: '\2713';
}

.calc-section__cilindr label .progressbar p {
    display: block;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 2px;
    font-weight: 300;
    font-size: 11px;
    height: initial;
}
.calc-section__polotno .dooropen__item label {
    height: 260px!important;
}
.calc-section__polotno .dooropen__item span {
    min-height: 38px!important;
}
.invs {
    display:none!important;
}
.tabs-wrapper .nav-tabs>li {
    margin:0;
    padding:0;
}
.tabs-wrapper .nav-tabs>li>a {
    margin:0;
    border-radius:0;
    border:1px solid #ddd;
    transition:.3s all;
}
.tabs-wrapper .tab-pane {
    border:1px solid #ddd;
    width: 100%;
    margin:0;
    text-align:center;
}
.tabs-wrapper .tab-pane h3 {
    margin-bottom:15px;
}
.tabs-wrapper .tab-pane h5 {
    margin-top:15px;
    margin-bottom:10px;
}
.tabs-wrapper .tab-pane p {
    font-weight:600;
}
.tabs-wrapper .tab-pane p span{
    font-weight:400;
}
.tabs-wrapper .nav-tabs>li>a:hover {
    color:#359aff;
}
.tabs-wrapper .nav-tabs>li.active>a,.tabs-wrapper .nav-tabs>li.active>a:focus,.tabs-wrapper .nav-tabs>li.active>a:hover {
  background:#359aff;
  color:#fff;
}
.tabs-left__block,
.tabs-right__block {
    padding:20px;
    flex:0 0 50%;
    width: 50%;
}
.calc-section {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.calc-section .d-none {
    display: none;
}
.calc-section__left {
    flex: 0 0 78%;
    width: 78%;
}
.calc-section__right {
    flex: 0 0 20%;
    width: 20%;
    position:relative;
    height: 100%;
}
.calc-section__right-wrapper {
    position: static;
}
.calc-section__right-wrapper-fixed {
     padding:20px;
     width: 250px;
     z-index: 1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background:#ddd;
    position:relative;
    transition:.3s all;
}
.calc-section__right-wrapper-fixed.block-fixed {
    top: 150px;
    position: fixed;
}
    
.calc-section__right-wrapper-fixed .input__wrapper {
    position: relative;
}
.calc-section__right-wrapper-fixed .input__wrapper label {
    position: absolute;
    right: 13px;
    top: 28px;
    text-transform: initial;
    color: #297fff;
    letter-spacing: 1px;
    font-size: 15px;
}
.calc-section__right-wrapper-fixed input:invalid ~ #send-button-calc {
    opacity: 0.5;
    pointer-events: none;
}
#result-info-block {
    font-size: 16px;
    font-weight:700;
    color:#297fff;
    margin-bottom:20px;
}
.calc-section__right #send-button-calc {
    color: inherit;
    font-size: inherit;
    background-color: inherit;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #297fff;
    color: #fff;
    font-size: 18px;
    width: 100%;
    height: 70px;
    border-radius: 4px;
    margin-top: 20px;
}
.calc-section__right p {
    margin-bottom:0;
    font-style: normal;
    font-weight: 400;
    display: block;
}
.calc-section__right input {
    width: 100%;
    border:none;
    font-style: normal;
    font-weight: 500;
    margin: 0;
    padding: 0;
    background:#ddd;
    font-size: 48px;
    line-height: 1;
    margin-top: 5px;
    margin-bottom: 20px;
}
.calc-section__right #fio,
.calc-section__right #phone{
    font-size: 14px;
    margin-bottom: 10px;
    border: 1px solid #297fff;
    background: #eee;
    padding: 15px;
}
.doboryCheck {
    position:relative;
    display:block;
}
.doboryCheck:before {
    content: '';
    position: absolute;
    left: -35px;
    top: 3px;
    width: 22px;
    height: 22px;
    border: 0.5px solid rgba(0,0,0,.4);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    color: #fff;
    padding-left: 5px;
    padding-top: 0px;
    font-size: 14px;
}
.doboryCheck.active:before {
    background: #297fff;
    content: '\2713';
}
.calc-section__vision .calc-section__secure-wrapper .dooropen__item {
    flex: 0 0 100%;
    width: 100%;
    display: flex;
}
.dooropen__item-left {
    flex: 0 0 50%;
    width: 50%;
}
.dooropen__item-right {
    flex: 0 0 50%;
    width: 50%;
}
.dooropen__item-right p {
    margin-top: 100px;
    padding-left: 100px;
}
.mySize {
    display: flex;
}
.mySize p {
    width: 30px;
    margin:0!important;
    padding:0;
    font-size: 20px;
    font-weight:700;
    text-align:center;
}
.mySize input {
    flex: 0 0 calc(50% - 30px);
    width: calc(50% - 30px);
}
.calc-section__right textarea{
    width: 100%;
    border:none;
    display:none;
    font-style: normal;
    font-weight: 500;
    margin: 0;
    padding: 0;
    background:#ddd;
    font-size: 14px;
    padding: 10px;
    line-height: 1;
    margin-top: 5px;
    margin-bottom: 20px;
    resize: none;
    height:100%;
    min-height:105px;
}
.calc-section__otdelka input {
    opacity:0;
    display: none;
}
.calc-section__left label {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 52px;
    position:relative;
    height: 60px;
    cursor: pointer;
}
.calc-section__left label img {
    position:relative;
    left: 4px;
    top: 5px;
}
.calc-section__otdelka label img {
    display: block;
}
.calc-section__otdelka input[type="radio"]:checked + label {
  background: url('../assets/images/dveri/narugnie/t-checked.svg');
}
 .calc-section__otdelka p {
    display:none;
    color:#297fff;
    font-weight:600;
}
.calc-section__otdelka span {
    display:block;
}
.calc-section__otdelka img {
    display:none;
}
.calc-section__otdelka {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.calc-section__otdelka-left {
    left: 0 0 49%;
    width: 49%;
}
.calc-section__otdelka-right {
    left: 0 0 49%;
    width: 49%;
}
.calc-section__door-size {
    margin-top:60px;
    padding:20px;
    background:#ddd;
    border-radius:2px;
    display:flex;
    width: 100%;
    flex-wrap:wrap;
    justify-content:space-between;
}
.calc-section__door-size-right p{
    margin-top:37px;
}
.calc-section__door-size-right input {
    width: 100%;
    height: 42px;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding-left:20px;
}
.calc-section__door-size-left, .calc-section__door-size-right {
    flex: 0 0 49%;
    width: 49%;
}
.calc-section__door-size h3{
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1;
    color: #0073ff;
}
.calc-section__door-size p {
    margin-bottom:10px;
}
.calc-section__door-size select,
.calc-section__vision select{
    box-sizing: border-box;
    background-color: #fff;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
    -ms-appearance: none;
    appearance: none!important;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
    display: block;
    height: 42px;
    border-radius: 3px;
    border: 1px solid #ccc;
    background-color: #f7f7f7;
    padding: 0 20px;
    width: 100%;
    background-image: url(../assets/images/select-arr-close.svg);
    background-position: right 18px center;
    background-repeat: no-repeat;
}
.calc-section__dooropen {
    display:flex;
    width:100%;
    justify-content:space-between;
    flex-wrap:wrap;
    margin-top: 50px;
    padding:20px 40px;
    padding-bottom:30px;
    background:#ddd;
    border-radius:2px;
}
.calc-section__dooropen-side,
.calc-section__dooropen-view {
    flex:0 0 49%;
    width: 49%;
}
.calc-section__dooropen-side h3 {
    display:block;
    width: 100%;
    margin-bottom:15px;
    font-size: 22px;
    line-height: 1;
    color: #0073ff;
}
.calc-section__dooropen-view h3 {
    display:block;
    width: 100%;
    margin-bottom:15px;
    font-size: 22px;
    line-height: 1;
    color: #0073ff;
}
.dooropen__item {
    padding: 30px;
    padding-top:5px;
    display:inline-block;
    margin-right: 30px;
}
.calc-section__left .dooropen__item input {
    opacity:0;
}
.calc-section__left .dooropen__item label {
    position:relative;
}
.calc-section__left .dooropen__item label:before {
    content: '';
    position: absolute;
    left: -30px;
    top: -2px;
    width: 22px;
    height: 22px;
    border: 0.5px solid rgba(0,0,0,.4);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    color:#fff;
    padding-left: 5px;
    padding-top: 0px;
    font-size: 14px;
}
.calc-section__left .dooropen__item input:checked + label:before {
    background:#297fff;
    content:'\2713';
}
.calc-section__complectation {
     -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background:#ddd;
    margin-top: 40px;
}
h3.title-calc {
    padding-top: 25px;
    padding-left: 40px;
    display: block;
    width: 100%;
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 1;
    color: #0073ff; 
}
.calc-section__complectation-wrapper {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    padding-bottom:80px;
}
.calc-section__complectation-wrapper .dooropen__item {
    flex: 0 0 50%;
    width: 50%;
    padding:20px 80px;
    margin-bottom: 25px;
    height:350px;
    margin-right:0;
}
.calc-section__complectation-wrapper.sm .dooropen__item {
    height:120px;
}
.calc-section__complectation-wrapper span {
    font-weight:800;
}
.calc-section__complectation-wrapper label p {
    font-size:13px;
    font-weight: 400;
    text-transform: initial;
    margin-bottom:0;
    height: 270px;
    overflow:hidden;
}
.calc-section__complectation-wrapper.sm label p {
    height:auto;
}
.calc-section__left .calc-section__complectation-wrapper .dooropen__item label {
    width:100%;
}
option:disabled {
    color:#d8bebe!important;
}
.dooropen__item input:disabled ~ label{
    opacity:.45!important;
}
.calc-section__secure-wrapper .dooropen__item span {
    display:block;
    min-height:50px;
    height:auto;
    margin-bottom:10px;
}
.calc-section__vision .dooropen__item span {
  min-height:20px!important;  
}
.calc-section__secure-wrapper .dooropen__item img {
    margin-bottom:15px;
}
.progressbar {
    margin-top:10px;
}
.calc-section__termo {
    background: #ddd;
    border-radius: 2px;
    margin-top: 40px;
}
.calc-section__vision {
    background: #ddd;
    border-radius: 2px;
    margin-top: 40px;
}
.calc-section__smart {
    background: #ddd;
    border-radius: 2px;
    margin-top: 40px;
}
.calc-section__smart .dooropen__item label span {
    display:block;
    position:relative;
    margin-bottom:40px;
}
.progressbar progress {
    width: 100%;
    height:10px;
}
.calc-section__complectation-wrapper label .progressbar p {
    display:block;
    width: 100%;
    text-transform: uppercase;
    margin-bottom:2px;
    font-weight: 300;
    font-size: 11px;
    height:initial;
}
.calc-section__doorloops {
    background:#ddd;
    border-radius:2px;
    margin-top: 40px;
}
.calc-section__doorloops-wrapper {
    display: flex;
    flex-wrap:wrap;
    justify-content:space-between;
    padding-bottom:30px;
}
.calc-section__left .calc-section__doorloops-wrapper .dooropen__item label {
    width: 100%;
}
.calc-section__doorloops-wrapper .dooropen__item {
    flex:0 0 50%;
    width: 50%;
    height: 315px;
    padding: 5px 80px;
    margin-bottom: 10px;
    margin-right:0;
}
.calc-section__doorloops-wrapper label .progressbar p {
    display: block;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 2px;
    font-weight: 300;
    font-size: 11px;
    height: initial;
}
.calc-section__doorloops-wrapper span {
    font-weight: 800;
}
.calc-section__doorloops-wrapper label img{
    height: 169px;
    width: 290px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 15px -3px #000;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.calc-section__fittings {
    background: #ddd;
    border-radius: 2px;
    margin-top: 40px;
}
.calc-section__fittings-wrapper {
    display:flex;
    flex-wrap: wrap;
    justify-content:space-between;
    padding-bottom: 30px;
}
.calc-section__fittings-wrapper .dooropen__item {
    flex: 0 0 50%;
    width: 50%;
    padding:5px 80px;
    margin-right:0;
    margin-bottom:10px;
}
.calc-section__left .calc-section__fittings-wrapper .dooropen__item label {
   width: 100%; 
   height: 255px;
}
.calc-section__left .calc-section__fittings-wrapper label img {
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 169px;
    width: 290px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 15px -3px #000;
}
.calc-section__left .calc-section__fittings-wrapper label select,
.calc-section__left .calc-section__smart label select
{
    box-sizing: border-box;
    margin:10px 0;
    background-color: #fff;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
    -ms-appearance: none;
    appearance: none!important;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
    display: block;
    height: 42px;
    border-radius: 3px;
    border: 1px solid #ccc;
    background-color: #f7f7f7;
    padding: 0 20px;
    width: 100%;
    background-image: url(../assets/images/select-arr-close.svg);
    background-position: right 18px center;
    background-repeat: no-repeat;
}
.calc-section__left .calc-section__fittings-wrapper input:not(:checked) + label select,
.calc-section__left .calc-section__smart input:not(:checked) + label select{
    pointer-events:none;
    opacity:.5;
}
.calc-section__additional-wrapper {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    padding-bottom: 30px;
}
.calc-section__additional-wrapper .dooropen__item {
    flex: 0 0 50%;
    width: 50%;
    padding:5px 80px;
    margin-right:0;
    margin-bottom:10px;
}

.calc-section__left .calc-section__additional-wrapper .dooropen__item label {
   width: 100%; 
   height: 240px;
}
.calc-section__additional-wrapper.sm .dooropen__item label {
    height: 300px;
}
.calc-section__additional-wrapper.sm .dooropen__item label img {
    margin-bottom:20px;
}
.calc-section__additional-wrapper.sm .dooropen__item label p {
    font-weight:400;
    margin-top:5px;
}
.calc-section__additional {
    background: #ddd;
    border-radius: 2px;
    margin-top: 40px; 
}
.calc-section__left .calc-section__additional-wrapper label img {
    margin-top:10px;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 169px;
    width: 290px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 15px -3px #000;
}

.calc-section__secure-wrapper {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    padding-bottom: 30px;
}
.calc-section__secure-wrapper .dooropen__item {
    flex: 0 0 50%;
    width: 50%;
    padding:5px 80px;
    margin-right:0;
    margin-bottom:10px;
}
.calc-section__left .calc-section__secure-wrapper .dooropen__item label {
   width: 100%; 
   height: 295px;
}
.calc-section__secure {
    background: #ddd;
    border-radius: 2px;
    margin-top: 40px; 
}
.calc-section__left .calc-section__secure-wrapper label img {
    margin-top:10px;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 169px;
    width: 290px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 15px -3px #000;
}
.calc-section__secure-wrapper label .progressbar p {
    display: block;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 2px;
    font-weight: 300;
    font-size: 11px;
    height: initial;
}
.calc-section__extras {
    background: #ddd;
    border-radius: 2px;
    margin-top: 40px; 
}
.calc-section__extras-wrapper {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    padding-bottom: 30px;
}
.calc-section__extras-wrapper .calc-section__extras-left,
.calc-section__extras-wrapper .calc-section__extras-right {
    flex: 0 0 50%;
    width: 50%;
    margin-top:20px;
    padding:5px 80px;
    margin-right:0;
    margin-bottom:10px;
}
.calc-section__extras-wrapper .calc-section__extras-left {
    position: relative;
    cursor:pointer;
}

.calc-section__extras-wrapper .calc-section__extras-left span {
    display:block;
    width: 100%;
    font-weight:700;
    font-size: 16px;
    margin-bottom: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.calc-section__extras-wrapper .calc-section__extras-left img {
    margin-bottom:10px;
}
.calc-section__extras-wrapper .calc-section__extras-left p {
    font-size: 13px;
    line-height: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.calc-section__extras-wrapper .calc-section__extras-right {
    display:none;
}
.calc-section__extras-wrapper .calc-section__extras-right.active {
    display:block;
}
.calc-section__otdelka-left, .calc-section__otdelka-right {
        height: 100%;
}

@media (max-width: 992px) {
    .tabs-left__block, .tabs-right__block {
        flex: 0 0 100%;
        width: 100%;
    }
    .tabs-left__block img {
        max-height: 500px;
        height: 100%;
    }
    .calc-section__otdelka-left h3, .calc-section__otdelka-right h3 {
        height: 50px;
    }
    .calc-section__right-wrapper-fixed.block-fixed {
        left: 0;
        top: -15px;
        z-index: 1000;
        width: 100%;
    }
    .calc-section__right-wrapper-fixed.block-fixed #fio, .calc-section__right-wrapper-fixed.block-fixed #phone {
        width: 49%;
        display:inline-block;
        padding: 5px 15px;
    }
    .calc-section__right #phone {
        float: right;
    }
    #result-info-block {
        margin-bottom: 5px;
    }
    .calc-section__right input {
        margin-bottom:5px;
    }
    .calc-section__right-wrapper-fixed.block-fixed form {
        margin-bottom: 0;
    }
    .calc-section__right #send-button-calc {
        margin-top: 5px;
        height: 30px;
    }
    .select-color-img {
        max-height: 450px;
        height: 100%;
    }
    .calc-section__dooropen-side h3,
    .calc-section__dooropen-view h3 {
        height: 50px;
    }
    .calc-section__dooropen label {
        height: 100px;
    }
    .calc-section__left {
        flex: 0 0 100%;
        width: 100%;
    }
    .calc-section__complectation-wrapper .dooropen__item {
        padding: 20px 20px 20px 85px;
    }
    .calc-section__doorloops-wrapper .dooropen__item {
        padding: 5px 20px 5px 80px;
    }
    .calc-section__fittings-wrapper .dooropen__item {
        padding: 5px 10px 5px 80px;
    }
    .calc-section__additional-wrapper .dooropen__item {
        padding: 5px 10px 5px 80px;
    }
    .calc-section__secure-wrapper .dooropen__item {
        padding: 5px 10px 5px 80px;
    }
    .calc-section__right-wrapper-fixed .input__wrapper label {
        top:9px;
    }
    .calc-section__right input {
        font-size: 30px;
    }
    .calc-section__door-size {
        flex: 0 0 100%;
        width:100%;
    }
}
@media (max-width: 768px) {
   .calc-section__complectation-wrapper .dooropen__item {
       flex: 0 0 100%;
       width: 100%;
   }
   .calc-section__doorloops-wrapper .dooropen__item {
       flex: 0 0 100%;
       width: 100%;
   }
   .progressbar {
       width: 290px;
   }
   .calc-section__doorloops-wrapper label img {
       left: inherit;
       -webkit-transform: inherit;
       -moz-transform: inherit;
       -ms-transform: inherit;
       -o-transform: inherit;
       transform: inherit;
   }
   .calc-section__fittings-wrapper .dooropen__item {
       flex: 0 0 100%;
       width: 100%;
   }
   .calc-section__left .calc-section__fittings-wrapper label select {
       width: 290px;
   }
   .calc-section__left .calc-section__fittings-wrapper label img {
       left: inherit;
       -webkit-transform: inherit;
       -moz-transform: inherit;
       -ms-transform: inherit;
       -o-transform: inherit;
       transform: inherit;
   }
   .calc-section__extras-wrapper .calc-section__extras-left, .calc-section__extras-wrapper .calc-section__extras-right {
      flex: 0 0 100%;
      width: 100%;
   }
   .calc-section__additional-wrapper .dooropen__item {
      flex: 0 0 100%;
      width: 100%; 
   }
   .calc-section__left .calc-section__additional-wrapper label img {
       left:inherit;
       -webkit-transform: inherit;
       -moz-transform: inherit;
       -ms-transform: inherit;
       -o-transform: inherit;
       transform: inherit;
   }
   .calc-section__left .calc-section__additional-wrapper label span {
       display:block;
       width: 100%;
   }
   .calc-section__secure-wrapper .dooropen__item {
      flex: 0 0 100%;
      width: 100%;  
   }
   .calc-section__left .calc-section__secure-wrapper label img {
      left:inherit;
       -webkit-transform: inherit;
       -moz-transform: inherit;
       -ms-transform: inherit;
       -o-transform: inherit;
       transform: inherit; 
   }
}
@media (max-width: 425px) {
    .calc-section__complectation-wrapper .dooropen__item {
        padding: 20px 20px 20px 40px;
    }
    .calc-section__doorloops-wrapper .dooropen__item {
        padding: 5px 20px 5px 40px;
    }
    .calc-section__fittings-wrapper .dooropen__item {
        padding: 5px 10px 5px 40px;
    }
    .calc-section__additional-wrapper .dooropen__item {
        padding: 5px 10px 5px 40px;
    }
    .calc-section__secure-wrapper .dooropen__item {
        padding: 5px 10px 5px 40px;
    }
   .calc-section__dooropen-side h3, .calc-section__dooropen-view h3 {
       height: 15px;
   }
}