
#valtomeret-kalkulator {
    margin-bottom: 35px;
}

.valtomeret-kalkulator-title {
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 37px;
    color: #000000;
}
.valtomeret-title {
    margin-right: 44px;
}
.valtomeret-title img {
    margin-bottom: 3px;
}
.valtomeret-title strong {
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #020001;
}
.valtomeret-title span {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #020001;
}
.right-up {
    position: absolute;
    top: 19px;
    right: 41px;
}

.search-row-valto {
    margin-top: 34px;
}

#valtomeret-kalkulator .origin-sizes, #valtomeret-kalkulator .new-sizes {
    width: 165px;
}

#valtomeret-kalkulator .select-size, #valtomeret-kalkulator .origin-result, #valtomeret-kalkulator .new-result {
    width: 100%;
    height: 32px;
    margin-bottom: 11px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    background-color: #fff;
    border: 1px solid rgba(2, 0, 1, 0.2);
    padding: 0 7px;
}

#valtomeret-kalkulator .origin-result, #valtomeret-kalkulator .new-result {
    padding-left: 10px;
    border: 1px solid rgba(2, 0, 1, 0.2);
}

#valtomeret-kalkulator .origin-result img, #valtomeret-kalkulator .new-result img {
    margin-right: 44px;
}

.ort-title {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #020001;
    margin-bottom: 14px;
    text-transform: uppercase;
}
.ort-title strong {
    font-weight: 800;
    font-size: 18px;
}

.select-size, .brand-pick {
    background-repeat: no-repeat;
    background-position: 94% center;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.size-1 {
    background-image:url("/img/calcdrop.svg");
}

.size-2 {
    background-image:url("/img/calcdrop.svg");
}

.size-3 {
    background-image: url("/img/calcdrop.svg");
}

.brand-pick {
    background-image: url("/img/calcdrop.svg");
}

.origin-result, .new-result {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.differ-block, .speed-val {
    width: 140px;
    margin: 44px 16px 0;
}

.diff-title {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    color: #020001;
    margin-bottom: 25px;
}

.mm-block {
    width: 66px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.green-bg {
    background: #6FCF97;
}

.red-bg {
    background: #FE0002;
}

.white-bg {
    background-color: #fff;
}

.black-bg {
    background-color: #020001;
}

.mm-num {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
}

.mm-text {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    margin-left: 5px;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
}

.mm-row {
    text-align: center;
}

.bad-row {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    width: 130px;
    margin-left: auto;
    margin-right: auto;
    line-height: 20px;
    margin-top: 7px;
    text-align: center;
    color: #000000;
    height: 57px;
}


.ch-title {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    color: #020001;
    margin-bottom: 16px;
}

.result-search-cc {
    width: 200px;
    margin-left: 20px;
    text-align: center;
}

.cc-size {
    width: 200px;
    height: 35px;
    background: #333333;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    margin-bottom: 18px;
}

.cc-text {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
}

#cc-button {
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    outline: 0;
    box-shadow: none;
    text-align: center;
    border: 1px solid #FE0002;
    transition: 0.2s;
    background-color: #FE0002;
    color: #FFFFFF;
    padding: 14px 10px;
}
#cc-button img {
    margin-left: 5px;
}
#cc-button:hover, #cc-button:focus {
    background-color: #000000;
    color: #FFFFFF;
}
.ccc-text {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    letter-spacing: -0.05em;
    color: #FFF1F8;
}
.ccc-text strong {
    font-weight: 800;
    font-size: 14px;
}
.origin-sizes, .differ-block, .new-sizes, .speed-val, .result-search-cc {
    display: inline-block;
    vertical-align: top;
}

.offer-cont {
    margin: 0 auto;
}

.an-offer {
    position: relative;
    width: 404px;
    display: inline-block;
    vertical-align: top;
}
@media (max-width: 1599px) {
    .valtomeret-title {
        margin-right: 24px;
    }
    .valtomeret-title strong {
        font-size: 20px;
        line-height: 23px;
    }
    .valtomeret-title span {
        font-size: 17px;
        line-height: 26px;
    }
    .ccc-text {
        font-size: 13px;
        line-height: 15px;
    }
    .ccc-text strong {
        font-size: 13px;
    }
    .result-search-cc {
        width: 195px;
        margin-left: 10px;
    }
}
@media (max-width: 1199px) {
    .differ-block, .speed-val {
        width: 140px;
        margin: 44px 10px 0;
    }
    .cc-size {
        width: 185px;
        height: 33px;
        margin-bottom: 13px;
    }
    .result-search-cc {
        width: 185px;
        margin-left: 0px;
    }
}
@media (max-width: 991px) {
    .valtomeret-title {
        flex-direction: row !important;
        -webkit-flex-direction: row !important;
    }
    .valtomeret-title strong {
        font-size: 25px;
        line-height: 25px;
    }
    .valtomeret-title span {
        font-size: 22px;
        line-height: 25px;
    }
    .valtomeret-title img {
        margin-right: 15px;
    }
    .ort-title, #valtomeret-kalkulator .origin-sizes, #valtomeret-kalkulator .new-sizes {
        width: 100%;
    }
    #valtomeret-kalkulator .select-size, #valtomeret-kalkulator .origin-result, #valtomeret-kalkulator .new-result {
        width: 49%;
        height: 40px;
        margin-bottom: 13px;
        padding: 0 10px;
        font-size: 18px;
    }
    .differ-block, .speed-val {
         width: 100%;
         margin: 15px 0 22px;
         gap: 100px;
     }
    .diff-title {
        width: 150px;
        font-size: 17px;
        line-height: 19px;
        margin-bottom: 0;
    }
    .bad-row {
        height: unset;
    }

    .result-search-cc, .cc-size {
        width: 276px;
    }
    .cc-size {
        height: 35px;
    }
    .ch-title {
        font-size: 15px;
        line-height: 16px;
        margin-bottom: 15px;
    }
    .ccc-text {
        font-size: 15px;
        line-height: 18px;
    }
    .result-search-cc, .cc-size {
        margin-left: auto;
        margin-right: auto;
    }
    .result-search-cc {
        margin-top: 20px;
    }
    .ccc-text strong {
        font-size: 16px;
    }
    .dved {
        text-align: left;
    }
}
@media (max-width: 767px) {
    #valtomeret-kalkulator {
        padding: 0 15px;
    }
    .valtomeret-title {
        margin-bottom: 30px;
        margin-right: 0;
    }
    .differ-block, .speed-val {
        width: 100%;
        margin: 9px 0 17px;
        gap: 35px;
    }
    .diff-title {
        width: 150px;
        font-size: 13px;
        line-height: 19px;
        margin-bottom: 0;
    }
}