
.uvocalc {
    border-radius: 15px;
    background-color: #fafafa;
    padding: 24px 35px
}

@media screen and (max-width: 425px) {
    .uvocalc {
        padding:15px
    }
}

.uvocalc :focus {
    outline: 0
}

.uvocalc--wrapper {
    max-width: 780px;
    min-width: 520px;
    margin: 0 auto 20px
}

@media (max-width: 767px) {
    .uvocalc--wrapper {
        min-width:0
    }
}

.uvocalc--title {
    padding: 0;
    margin: 0 0 20px 0;
    color: #3e454c;
}

.uvocalc--container form[style*=block] {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.uvocalc--container label {
    display: block;
    color: #3e454c;
    font-size: 15px;
    line-height: 18px
}

.uvocalc--select {
    position: relative;
    margin-top: 12px;
    background-color: #fff;
    border-radius: 7px;
    border: 1px solid #c7d3d9;
    padding: 1px;
    overflow: hidden;
    -webkit-transition: border .3s ease;
    transition: border .3s ease
}

.uvocalc--select:focus,.uvocalc--select:hover {
    border-color: #aaa
}

.uvocalc--select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 37px;
    width: 100%;
    background-color: transparent;
    color: #3e454c;
    font-size: 1rem;
    border: 0;
    border-radius: 5px;
    padding: 0 0 0 10px
}

.uvocalc--select:after,.uvocalc--select:before {
    content: "";
    pointer-events: none;
    position: absolute
}

.uvocalc--select:before {
    bottom: 0;
    background-color: #fff;
    width: 25px;
    top: 0;
    right: 0
}

.uvocalc--select:after {
    display: inline-block;
    right: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 5px 0;
    border-color: #00395a transparent transparent;
    z-index: 1
}

.uvocalc--type_of_paper {
    width: calc(100% - 152px);
    padding-right: 23px
}

@media (max-width: 479px) {
    .uvocalc--type_of_paper {
        width:100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        padding-right: 0
    }
}

.uvocalc--pages {
    width: 150px
}

@media (max-width: 479px) {
    .uvocalc--pages {
        width:100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 0;
        margin-bottom: 10px
    }

    .uvocalc--submit__container .btn {
        padding: 12px 0
    }
}

.uvocalc--pages__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 18px
}

@media (max-width: 479px) {
    .uvocalc--pages__title {
        width:50%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.uvocalc--pages__words {
    color: #636363;
    font-size: 15px
}

.uvocalc--pages__buttons {
    width: 100%;
    margin-top: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #c7d3d9
}

@media (max-width: 479px) {
    .uvocalc--pages__buttons {
        width:50%;
        margin-top: 0
    }
}

.uvocalc--pages__buttons button {
    height: 38px;
    width: 38px;
    background-color: transparent;
    border: 0;
    padding: 0;
    position: relative;
    cursor: pointer
}

.uvocalc--pages__buttons button:before {
    content: "";
    width: 1px;
    position: absolute;
    top: 6px;
    right: 0;
    bottom: 6px;
    background-color: #c5c5c5;
    display: none
}

@media (max-width: 479px) {
    .uvocalc--pages__buttons button {
        height:43px
    }
}

.uvocalc--pages__buttons button span {
    display: block;
    height: 32px;
    width: 32px;
    margin: auto;
    position: relative;
    overflow: hidden;
    text-indent: -50px;
    border-radius: 5px;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.uvocalc--pages__buttons button span:before {
    content: "";
    width: 11px;
    height: 3px;
    background-color: #00395a;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.uvocalc--pages__buttons button span:after,.uvocalc--pages__buttons button span:before {
    -webkit-transition: background-color .2s;
    transition: background-color .2s
}

@media (max-width: 479px) {
    .uvocalc--pages__buttons button span {
        height:38px
    }
}

.uvocalc--pages__buttons button[data-plus-button]:before {
    left: 0;
    right: auto
}

.uvocalc--pages__buttons button[data-plus-button] span:after {
    content: "";
    width: 3px;
    height: 11px;
    background-color: #00395a;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.uvocalc--pages__buttons button:focus span:after,.uvocalc--pages__buttons button:focus span:before,.uvocalc--pages__buttons button:hover span:after,.uvocalc--pages__buttons button:hover span:before {
    background-color: #fec137
}

.uvocalc--pages__buttons button:disabled,.uvocalc--pages__buttons button:disabled:hover,.uvocalc--pages__buttons button[disabled=disabled],.uvocalc--pages__buttons button[disabled=disabled]:hover {
    cursor: default
}

.uvocalc--pages__buttons button:disabled span:after,.uvocalc--pages__buttons button:disabled span:before,.uvocalc--pages__buttons button:disabled:hover span:after,.uvocalc--pages__buttons button:disabled:hover span:before,.uvocalc--pages__buttons button[disabled=disabled] span:after,.uvocalc--pages__buttons button[disabled=disabled] span:before,.uvocalc--pages__buttons button[disabled=disabled]:hover span:after,.uvocalc--pages__buttons button[disabled=disabled]:hover span:before {
    background-color: rgba(50,66,75,.5)
}

.uvocalc--pages__buttons input[type=text] {
    height: 39px;
    width: calc(100% - 76px);
    text-align: center;
    border: 0;
    border-radius: 0;
    color: #3e454c;
    font-size: 16px;
    font-weight: 700
}

.uvocalc--field_tip {
    width: 100%;
    font-size: .75rem;
    padding: 10px 3% 0
}

@media (max-width: 680px) {
    .uvocalc--field_tip {
        padding:0 15px
    }
}

@media (max-width: 479px) {
    .uvocalc--field_tip {
        -webkit-box-ordinal-group:3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        padding: 5px 0
    }
}

.uvocalc--academic_level {
    width: 100%;
    overflow: hidden
}

@media (max-width: 479px) {
    .uvocalc--academic_level {
        -webkit-box-ordinal-group:2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

.uvocalc--academic_level>label {
    display: none;
    padding: 10px
}

@media (max-width: 767px) {
    .uvocalc--academic_level>label {
        display:block
    }
}

.uvocalc--academic_level .visible-in-mobile {
    display: none;
    padding: 0 0 15px;
    border-bottom: 0
}

@media (max-width: 767px) {
    .uvocalc--academic_level .visible-in-mobile {
        display:block
    }
}

*,.box table ul,.simple-page table ul,.uvocalc--academic_level .visible-in-mobile .uvocalc--select,body>.holder-width table ul {
    margin: 0
}

@media (max-width: 767px) {
    .uvocalc--academic_level .visible-in-desktop {
        display:none
    }
}

.uvocalc--academic_level_control,.uvocalc--academic_level_control label {
    padding: 10px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-bottom: 2px solid #eee
}

.uvocalc--academic_level_content__input input[type=radio],.uvocalc--academic_level_control input[type=radio] {
    position: absolute;
    top: 0;
    left: -30px;
    opacity: 0
}

.uvocalc--academic_level_control label {
    position: relative;
    overflow: hidden;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    padding: 15px 5px;
    border-top: 2px solid #eee;
    border-left: 2px solid #eee;
    border-bottom: 0;
    cursor: pointer;
    font-size: calc(.9375rem - 1%);
    line-height: 120%;
    color: #3e454c;
    width: 18%;
    -webkit-transition: font-weight .3s ease,color .3s ease,background-color .3s ease;
    transition: font-weight .3s ease,color .3s ease,background-color .3s ease;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.uvocalc--academic_level_control label:nth-of-type(2),.uvocalc--academic_level_control label:nth-of-type(3) {
    width: 24%
}

.uvocalc--academic_level_control label:last-child {
    border-right: 2px solid #f0f0f0
}

.uvocalc--academic_level_control label.current,.uvocalc--academic_level_control label:focus,.uvocalc--academic_level_control label:hover {
    background-color: #fff
}

.uvocalc--academic_level_control label.current {
    font-weight: 600;
    color: #3e454c;
    -webkit-box-shadow: 0 2px 0 #fff,inset 0 3px #fec137;
    box-shadow: 0 2px 0 #fff,inset 0 3px #fec137;
    border-top-color: #fec137
}

.uvocalc--academic_level_control label span {
    display: block;
    font-size: .75rem;
    color: #555
}

.uvocalc--academic_level_control label.current span {
    color: #3e454c;
    font-weight: 400
}

.uvocalc--academic_level_content {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 20px 3%;
    border: 2px solid #f0f0f0;
    border-top: 0;
    margin-bottom: 15px;
    background-color: #fff;
    position: relative
}

.uvocalc--academic_level_content:after,.uvocalc--academic_level_content:before {
    content: "";
    position: absolute;
    top: -5px;
    height: 20px;
    background-color: #f0f0f0;
    width: 2px;
    display: inline-block;
    background: 0 0;
    border: 2px solid #f0f0f0
}

.uvocalc--academic_level_content:before {
    left: -4px
}

.uvocalc--academic_level_content:after {
    right: -4px
}

@media (max-width: 767px) {
    .uvocalc--academic_level_content {
        display:block;
        padding: 0;
        border: 0
    }
}

.uvocalc--academic_level_content label {
    cursor: pointer;
    text-align: center;
    min-width: 12%;
    border-radius: 7px;
    border: 4px solid #f0f0f0;
    background-color: #fafafa;
    padding: 12px 5px;
    -webkit-transition: border .3s ease,background-color .3s ease,-webkit-box-shadow .3s ease;
    transition: border .3s ease,box-shadow .3s ease,background-color .3s ease;
    transition: border .3s ease,box-shadow .3s ease,background-color .3s ease,-webkit-box-shadow .3s ease
}

@media (min-width: 768px) {
    .uvocalc--academic_level_content label {
        display:-webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.uvocalc--academic_level_content__min label {
    min-width: 10%
}

@media (max-width: 767px) {
    .uvocalc--academic_level_content label {
        display:-webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 5px;
        padding: 0 5px
    }
}

.uvocalc--academic_level_content label:focus,.uvocalc--academic_level_content label:hover {
    background-color: #f5f5f5
}

.uvocalc--academic_level_content label:focus .uvocalc--academic_level_content__input:before,.uvocalc--academic_level_content label:hover .uvocalc--academic_level_content__input:before {
    opacity: 1
}

.uvocalc--academic_level_content label.active {
    background-color: #fff;
    border-color: #fec137
}

.uvocalc--academic_level_content label.active .uvocalc--academic_level_content__input {
    background-color: #fec137;
    border-color: #fec137
}

.uvocalc--academic_level_content label.active .uvocalc--academic_level_content__input:before {
    border-color: #fff;
    opacity: 1
}

.uvocalc--academic_level_content__input {
    position: relative;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #cbcbcb;
    margin: 15px auto 5px
}

.uvocalc--academic_level_content__input:before {
    content: "";
    width: 7px;
    height: 11px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 1px;
    left: 0;
    margin: auto;
    border-right: 3px solid #cbcbcb;
    border-bottom: 3px solid #cbcbcb;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 0
}

@media (max-width: 767px) {
    .uvocalc--academic_level_content__input {
        -webkit-box-ordinal-group:2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin: auto 0 auto 10px
    }
}

.uvocalc--academic_level_content__price {
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 28px
}

.uvocalc--academic_level_content__price strong {
    font-size: .8125rem;
    line-height: 28px;
    vertical-align: top;
    margin-right: 3px
}

.uvocalc--academic_level_content__price span,.uvocalc--academic_level_content__time span {
    display: block;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1;
    color: #a0a0a0
}

@media (max-width: 767px) {
    .uvocalc--academic_level_content__price {
        -webkit-box-ordinal-group:3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
}

.uvocalc--academic_level_content__time {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 130%;
    color: #3e454c;
    margin: 10px 0
}

@media (max-width: 767px) {
    .uvocalc--academic_level_content__time {
        -webkit-box-ordinal-group:3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        text-align: left
    }
}

.uvocalc--academic_level_content__date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .75rem;
    line-height: 130%;
    color: #3e454c;
    max-width: 55px;
    min-height: 30px;
    margin: auto;
    text-align: center
}

@media (min-width: 768px) {
    .uvocalc--academic_level_content__date {
        margin:auto auto 0;
        min-height: auto
    }
}

@media (max-width: 767px) {
    .uvocalc--academic_level_content__date {
        -webkit-box-ordinal-group:3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin: auto 10px auto 0;
        width: 100%;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        min-height: 0;
        text-align: right
    }
}

@media (max-width: 479px) {
    .uvocalc--deadline,.uvocalc--submit__container,.uvocalc--total_price_container {
        -webkit-box-ordinal-group:4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
}

.uvocalc--deadline {
    margin-left: 0;
    width: 42%;
    min-width: 250px;
    font-size: .875rem;
    line-height: 120%;
    color: #636363;
    padding-top: 7px
}

@media (max-width: 992px) {
    .uvocalc--deadline {
        width:47%
    }
}

@media (max-width: 767px) {
    .uvocalc--deadline {
        padding-top:10px;
        margin: 0 0 15px;
        width: calc(100% - 20px)
    }
}

@media (max-width: 479px) {
    .uvocalc--deadline {
        min-width:0;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

.samples-page .samples-filter .other-samples-dropdown .dropdown-filter-item span,.uvocalc--deadline strong span {
    font-weight: 400
}

.uvocalc--total_price_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 3%;
    min-height: 45px;
    width: calc(52% - 170px);
    margin: 0
}

@media (max-width: 992px) {
    .uvocalc--total_price_container {
        width:47%
    }
}

@media (max-width: 767px) {
    .uvocalc--total_price_container {
        width:50%;
        padding: 0 10px 0 0;
        margin: 0;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.uvocalc--total_price {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #f39c12;
    font-size: 2.125rem;
    font-weight: 700
}

@media (max-width: 479px) {
    .uvocalc--total_price {
        font-size:1.5rem
    }
}

.uvocalc--total_price span {
    font-size: 1.25rem;
    margin-right: 3px
}

@media (max-width: 479px) {
    .uvocalc--total_price span {
        font-size:1rem
    }
}

.uvocalc--total_price_title {
    font-size: 1rem;
    line-height: 120%;
    color: #636363;
    margin-right: 10px
}

.uvocalc--submit__container {
    margin-right: 0;
    margin-left: auto;
    width: 200px;
    padding: 0
}

.uvocalc--submit__container .btn {
    width: 100%;
    border-radius: 3px
}

@media (max-width: 767px) {
    .uvocalc--submit__container {
        margin-right:0;
        width: calc(50% - 10px);
        padding: 0 0 10px
    }
}

.uvocalc--info_container {
    text-align: center;
    font-size: .875rem;
    line-height: 130%;
    color: #636363;
    margin-top: 10px
}

.uvocalc--animate_level {
    position: relative;
    width: 60px;
    height: 28px;
    margin: auto;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000;
    perspective: 1000
}

.uvocalc--animate_level__new,.uvocalc--animate_level__old {
    width: 100%;
    position: absolute;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    line-height: 28px;
    text-align: center
}

.uvocalc--animate_level__old {
    display: none
}

.animate .uvocalc--animate_level__old {
    display: block;
    -webkit-transform: rotateY(0deg) translateZ(0);
    transform: rotateY(0deg) translateZ(0);
    -webkit-box-shadow: inset -8px 0 10px -8px transparent;
    box-shadow: inset -8px 0 10px -8px transparent;
    z-index: 1;
    -webkit-animation: flip_old .3s ease-in-out 1 forwards;
    animation: flip_old .3s ease-in-out 1 forwards
}

.animate .uvocalc--animate_level__new {
    -webkit-transform: rotateY(90deg) translateZ(0);
    transform: rotateY(90deg) translateZ(0);
    -webkit-box-shadow: inset 8px 0 10px -8px rgba(0,0,0,.2);
    box-shadow: inset 8px 0 10px -8px rgba(0,0,0,.2);
    color: #f39c12;
    -webkit-animation: flip_new .3s ease-in-out 1 forwards;
    animation: flip_new .3s ease-in-out 1 forwards
}

.uvocalc--academic_level_content label:nth-of-type(2) .animate .uvocalc--animate_level__new,.uvocalc--academic_level_content label:nth-of-type(2) .animate .uvocalc--animate_level__old {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.uvocalc--academic_level_content label:nth-of-type(3) .animate .uvocalc--animate_level__new,.uvocalc--academic_level_content label:nth-of-type(3) .animate .uvocalc--animate_level__old {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.uvocalc--academic_level_content label:nth-of-type(4) .animate .uvocalc--animate_level__new,.uvocalc--academic_level_content label:nth-of-type(4) .animate .uvocalc--animate_level__old {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.uvocalc--academic_level_content label:nth-of-type(5) .animate .uvocalc--animate_level__new,.uvocalc--academic_level_content label:nth-of-type(5) .animate .uvocalc--animate_level__old {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.uvocalc--academic_level_content label:nth-of-type(6) .animate .uvocalc--animate_level__new,.uvocalc--academic_level_content label:nth-of-type(6) .animate .uvocalc--animate_level__old {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.uvocalc--academic_level_content label:nth-of-type(7) .animate .uvocalc--animate_level__new,.uvocalc--academic_level_content label:nth-of-type(7) .animate .uvocalc--animate_level__old {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.uvocalc--academic_level_content label:nth-of-type(8) .animate .uvocalc--animate_level__new,.uvocalc--academic_level_content label:nth-of-type(8) .animate .uvocalc--animate_level__old {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

@media (max-width: 479px) {
    .uvocalc--submit__container {
        width:50%
    }

    .uvocalc--submit__container .btn {
        padding: 13px 0
    }
}

@media (max-width: 360px) {
    .uvocalc--pages__title,.uvocalc--total_price_container {
        width:42%
    }

    .uvocalc--pages__buttons,.uvocalc--submit__container {
        width: 57%
    }
}


.calc-box .styled-select {
	position: relative;
	max-width: 100%;
	cursor: pointer;
}

.calc-box .styled-select select {
	background-color: transparent;
	font-weight: 700;
	white-space: nowrap;
	text-transform: initial;
	width: 100%;
	border-radius: 0;
	border: 0;
	margin: 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	cursor: pointer;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	-moz-user-focus: none;
}

.calc-box .styled-select select.pointer-events {
	pointer-events: none;
}

.calc-box .styled-select select[disabled] {
	color: #acacac;
}

@media screen and (max-width: 992px) {
	.calc-box .styled-select select {
		pointer-events: auto;
	}
}

.calc-box .styled-select select option {
	white-space: nowrap;
	padding: 0;
	display: inline-block;
}

.calc-box .styled-select select::-ms-expand,
.plagcheck-container .plagcheck-container .select-lang select::-ms-expand,
.styled-select select::-ms-expand {
	display: none;
}

.calc-short {
	width: 387px;
	padding: 20px 25px;
	border-radius: 15px;
	background-color: #fff;
}

@media screen and (max-width: 1000px) {
	.calc-short {
		width: 340px;
	}
}

@media screen and (max-width: 375px) {
	.calc-short {
		width: auto;
		padding: 22px 21px 28px;
	}
}

.orderform-title {
	color: #00395a;
	font-size: 20px;
	line-height: 28px;
	font-weight: 900;
}

.calc-short label {
	color: #00395a;
	font-size: 15px;
	line-height: normal;
	display: block;
	margin: 0 0 8px;
}

.calc-short select {
	color: #00395a;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	border: 0;
	width: 100%;
	padding: 11px 31px 13px 18px;
}

.form-item--field {
	border-radius: 7px;
	border: 1px solid #c7d3d9;
	background-color: #fff;
}

.order-m-group--pages {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.order-m-group--pages .pages-control {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 150px;
}

.order-m-group--pages .pages-control .form-item--field {
	overflow: hidden;
}

.order-m-group--pages .pages-control__head {
	color: #5a5a5a;
	font-size: 15px;
	margin: 0 0 8px;
	line-height: normal;
}

.order-m-group--pages .pages-control__head label {
	margin: 0 10px 0 0;
	color: #5a5a5a;
}

.order-m-group--pages .pages-control__head p {
	color: #5a5a5a;
}

.order-m-group--pages .order-m-group__bottom,
.order-m-group--pages .pages-control__head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.order-m-group--price {
	color: #5a5a5a;
	text-align: center;
}

.order-m-group--price p {
	margin: 20px 0 0;
	font-size: 16px;
	font-weight: 700;
	color: #5a5a5a;
}

.order-m-group--price span {
	font-size: 18px;
	color: #5a5a5a;
}

.order-m-group--submit {
	text-align: center;
	padding: 7px 0 0;
}

.order-m-group--submit input {
	padding: 15px 58px;
}

.order-m-group:not(:last-of-type) {
	margin: 0 0 15px;
}

.order-m-group:first-of-type {
	margin: 0 0 18px;
}

.pageskol {
	position: relative;
	height: 43px;
}

.pageskol-title {
	white-space: nowrap;
}

.pageskol button,
.pageskol input {
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 43px;
}

.pageskol input {
	color: #00395a;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	line-height: 40px;
	width: 100%;
}

.pageskol button {
	cursor: pointer;
	width: 43px;
	position: absolute;
	padding: 0;
	z-index: 1;
	top: 0;
	background-color: transparent;
}

.pageskol button:after,
.pageskol button:before {
	content: "";
	width: 11px;
	height: 3px;
	background-color: #00395a;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

.pageskol button.pageskol-left {
	left: 5px;
}

.pageskol button.pageskol-right {
	right: 5px;
}

.pageskol button.pageskol-right:after {
	width: 3px;
	height: 11px;
}

.pageskol button:hover:after,
.pageskol button:hover:before {
	background-color: #fec137;
}

.pageskol button:disabled,
.pageskol button:disabled:hover,
.pageskol button[disabled="disabled"],
.pageskol button[disabled="disabled"]:hover {
	cursor: default;
}

.pageskol button:disabled:after,
.pageskol button:disabled:before,
.pageskol button:disabled:hover:after,
.pageskol button:disabled:hover:before,
.pageskol button[disabled="disabled"]:after,
.pageskol button[disabled="disabled"]:before,
.pageskol button[disabled="disabled"]:hover:after,
.pageskol button[disabled="disabled"]:hover:before {
	background-color: rgba(50, 66, 75, 0.5);
}

.styled-select {
	position: relative;
}

.styled-select:before {
	content: "";
	display: inline-block;
	pointer-events: none;
	position: absolute;
	right: 18px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 5px 0;
	border-color: #00395a transparent transparent;
	z-index: 1;
}

.styled-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.new-line-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: -13px;
	margin-right: -13px;
}

@media screen and (max-width: 1000px) {
	.new-line-flex {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.new-line-flex > * {
	padding-left: 13px;
	padding-right: 13px;
	width: 50%;
	max-width: 50%;
	-webkit-flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

@media screen and (max-width: 1000px) {
	.new-line-flex > :nth-of-type(1) {
		margin-bottom: 18px;
	}

	.new-line-flex > * {
		width: 100%;
		max-width: 100%;
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

