.site-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.language-calc *,
.language-calc *::before,
.language-calc *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.language-calc .input-reset {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    background-color: #fff;
}
.language-calc .input-reset::-webkit-search-decoration,
.language-calc .input-reset::-webkit-search-cancel-button,
.language-calc .input-reset::-webkit-search-results-button,
.language-calc .input-reset::-webkit-search-results-decoration {
    display: none;
}

.language-calc {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    background: #261447;
    border: 6px solid #261447;
    border-radius: 36px;
    font-size: 10px;
}
@media (max-width: 450px) {
    .language-calc {
        font-size: 9px;
    }
}
@media (max-width: 375px) {
    .language-calc {
        font-size: 8px;
    }
}
.language-calc__wrap {
    color: #ffffff;
    padding: 32px 45px 36px;
}
@media (max-width: 450px) {
    .language-calc__wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.language-calc__title {
    font-size: 3em;
    font-weight: 700;
    font-family: inherit;
    color: #ffffff !important;
    text-align: center;
    line-height: 167%;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}
.language-calc__input-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.language-calc__input-row:not(:first-of-type) {
    margin-bottom: 23px;
}
@media (max-width: 540px) {
    .language-calc__input-row:not(:first-of-type) {
        margin-bottom: 20px;
    }
}
.language-calc__input-row:first-of-type {
    margin-bottom: 25px;
}
.language-calc__select {
    max-width: 440px;
    width: 100%;
    margin: 0 auto;
    font-size: 1.7em;
    line-height: 1.35;
    letter-spacing: 0.008em;
    padding: 10px 15px;
    border-radius: 8px;
    position: relative;
    color: #000000;
    /* arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L12 16L20 8' stroke='%23666666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position-x: calc(100% - 10px);
    background-position-y: 50%;
    background-size: 20px;
}
.language-calc__select[data-chosen="-"] {
    color: #666666;
}
.language-calc__select option:disabled {
    color: #666666;
}
.language-calc__select option {
    color: inherit;
}
.language-calc__label {
    font-family: inherit;
    font-weight: 600;
    font-size: 1.7em;
    line-height: 1.529;
    color: #ffffff !important;
    margin-bottom: 20px;
}
.language-calc__input {
    width: 100%;
    margin: 8px 0;
    background-color: transparent;
    -webkit-appearance: none;
    border-radius: 3px;
}
.language-calc__input:focus {
    outline: none;
}
.language-calc__input::-webkit-slider-runnable-track {
    background: inherit;
    border: 0;
    border-radius: 3px;
    width: 100%;
    height: 4px;
    cursor: pointer;
}
.language-calc__input::-webkit-slider-thumb {
    margin-top: -8px;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border: 4px solid #ff3864;
    border-radius: 50px;
    cursor: pointer;
    -webkit-appearance: none;
}
.language-calc__input:focus::-webkit-slider-runnable-track {
    background: inherit;
}
.language-calc__input::-moz-range-track {
    background: inherit;
    border: 0;
    border-radius: 3px;
    width: 100%;
    height: 4px;
    cursor: pointer;
}
.language-calc__input::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #ffffff;
    border: 4px solid #ff3864;
    border-radius: 50px;
    cursor: pointer;
}
.language-calc__input::-ms-track {
    background: transparent;
    border-color: transparent;
    border-width: 10.6px 0;
    color: transparent;
    width: 100%;
    height: 4px;
    cursor: pointer;
}
.language-calc__input::-ms-fill-lower {
    background: #f2f2f2;
    border: 0;
    border-radius: 6px;
}
.language-calc__input::-ms-fill-upper {
    background: #ffffff;
    border: 0;
    border-radius: 6px;
}
.language-calc__input::-ms-thumb {
    width: 20px;
    height: 20px;
    background: #ffffff;
    border: 4px solid #ff3864;
    border-radius: 50px;
    cursor: pointer;
    margin-top: 0px;
    /*Needed to keep the Edge thumb centred*/
}
.language-calc__input:focus::-ms-fill-lower {
    background: #ffffff;
}
.language-calc__input:focus::-ms-fill-upper {
    background: #ffffff;
}
@supports (-ms-ime-align: auto) {
    .language-calc__input {
        margin: 0;
    }
}
@media (max-width: 540px) {
    .language-calc__input--level-desc {
        display: none;
    }
}
.language-calc__input--level-mob {
    display: none;
}
@media (max-width: 540px) {
    .language-calc__input--level-mob {
        display: block;
    }
}
.language-calc__scale {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.7em;
    color: inherit;
    font-weight: 700;
    font-family: inherit;
    line-height: 1.529;
    cursor: pointer;
}
.language-calc__scale span {
    padding: 10px 5px 0;
}
.language-calc__scale--level {
    padding-left: 5px;
    padding-right: 4px;
}
.language-calc__scale--level span {
    padding: 0;
    padding-top: 10px;
}
.language-calc__scale--level span:nth-child(even) {
    opacity: 0;
}
@media (max-width: 540px) {
    .language-calc__scale--level-desc {
        display: none;
    }
}
.language-calc__scale--level-mob {
    display: none;
}
@media (max-width: 540px) {
    .language-calc__scale--level-mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.language-calc__output-title {
    color: inherit;
    font-family: inherit;
    font-size: 1.7em;
    font-weight: 700;
    letter-spacing: 0.008em;
    line-height: 1.53;
    text-align: center;
}
.language-calc__output-res {
    color: inherit;
    font-family: inherit;
    font-size: 3em;
    font-weight: 800;
    letter-spacing: 0.008em;
    line-height: 1.67;
    text-align: center;
}
@media (max-width: 540px){
    .language-calc__output-res{
        font-size: 2.4em;
    }
    .language-calc__title{
        font-size: 2.4em;
    }
}

input.language-calc__input {
    padding: 0!important;
}