.product-form .input-wrapper {
    margin: 0 0 30px 0;
}

.product-form .item-count-wrapper {
    display: flex;
}

.product-form .item-count-wrapper .item-count-price {
    width: 70%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.product-form .item-count-wrapper p {
    margin: 0;
}

.product-form .item-count-input {
    display: flex;
    width: 30%;
}

.product-form .item-count-input input[type=number] {
    width: 80%;
    border: 1px solid #cacaca;
    padding: 0 15px;
    outline: none;
}

.product-form .item-count-input .item-count-controls {
    width: 20%;
    display: flex;
    flex-direction: column;
}

.product-form .item-count-input .item-count-controls button {
    background-color: unset;
    height: 50%;
    border: 1px solid #cacaca;
    background-color: #cacaca;
    outline: none;
    transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
    color: #FFF;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-form .item-count-input .item-count-controls button {
    background-color: unset;
    height: 50%;
    border: 1px solid #cacaca;
    background-color: #cacaca;
    outline: none;
    transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
    color: #FFF;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-form .item-count-input input[type=number]::-webkit-outer-spin-button,
.product-form .item-count-input input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

@media only screen and (min-width: 640px) {
    .rental-item__price {
        max-width: 205px;
    }
}

#movie {
    position: relative;
}

.video-container {
    position: relative;
    min-height: 850px;
    width: 100%;
    overflow: hidden;
}

@media only screen and (max-width: 1381px) {
    .video-container {
        min-height: 600px;
    }
}

@media only screen and (max-width: 1000px) {
    .video-container {
        min-height: 500px;
    }
}

.video-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10;
}

.rental-item__price_addition {
    padding-top: 12px;
    line-height: 1.3;
    font-size: 14px;
}

@media only screen and (min-width: 639px) {
    .rental-item__media_catalog_item {
        height: 280px;
        max-width: 280px;
    }
}

.content_center {
    margin-left: auto;
    margin-right: auto;
}

.equipment-order-total-fix {
    position: relative !important;
    top: initial !important;
    left: initial !important;
}

.uk-tabs-dop {}

.uk-tabs-dop li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 18px;
    font-weight: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: none;
    padding: 10px 15px;
    -webkit-transition: border 0.1s ease-in-out, background-color 0.1s linear;
    transition: border 0.1s ease-in-out, background-color 0.1s linear;
    text-decoration: none !important;
    border: 1px solid transparent;
    border-bottom: 1px solid #e61800;
    border-radius: 5px 5px 0 0;
    margin-top: 10px;
}

@media screen and (min-width: 768px) {
    .tabs-button.active {
        border-bottom: 1px solid transparent;
        background-color: initial;
        color: initial;
    }
}

.uk-tabs-dop li.uk-active a {
    border: 1px solid #e61800;
    background-color: #e61800;
    color: #FFF;
    cursor: initial;
}

.block_video_banners .uk-slider {
    position: relative;
}

.block_video_banners .uk-dotnavab {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
}

.page-footer-top .logo {
    max-width: 240px;
}

.utpprice {
    margin-bottom: 25px;
    margin-top: 12px;
    width: 100%;
}

.utpprice thead tr td {
    background-color: #e61800;
    color: #fff;
    font-weight: 500;
    padding-bottom: 7px;
    padding-top: 7px;
    padding-left: 5px;
    padding-right: 5px;
}

.utpprice tbody tr:nth-of-type(2n) {
    background-color: #eee;
}

.utpprice tbody tr td {
    padding-bottom: 7px;
    padding-top: 7px;
    padding-left: 5px;
    padding-right: 5px;
}

@media (max-width: 620px) {
    .utpprice {
        overflow-x: scroll;
        overflow-y: hidden;
        display: block;
    }

    .utpprice td {
        text-wrap: nowrap;
    }
}

.prices_item table {
    margin-bottom: 25px;
    margin-top: 12px;
    width: 100%;
}

.prices_item table thead tr td {
    background-color: #e61800;
    color: #fff;
    font-weight: 500;
    padding-bottom: 7px;
    padding-top: 7px;
    padding-left: 5px;
    padding-right: 5px;
}

.prices_item table tbody tr:nth-of-type(2n) {
    background-color: #eee;
}

.prices_item table tbody tr td {
    padding-bottom: 7px;
    padding-top: 7px;
    padding-left: 5px;
    padding-right: 5px;
}

@media (max-width: 620px) {
    .prices_item table {
        overflow-x: scroll;
        overflow-y: hidden;
        display: block;
    }

    .prices_item table td {
        text-wrap: nowrap;
    }
}

.catalog_dop_text {
    padding: 25px 0 0 0;
}

.sbm_form:disabled {
    background: #ccc !important;
    color: rgba(0, 0, 0, .4) !important;
    cursor: not-allowed !important;
}

.stats-item .stats-item__icon .uk-svg {
    max-height: 80px;
    height: 100%;
}