@import url(https://fonts.googleapis.com/css?family=Cuprum);
html {
    overflow-x: hidden;
}
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background: #000
}

* {
    font-display: auto;
    font-family: Cuprum, sans-serif !important;
    box-sizing: border-box
}

.wrapper *,
.wrapper :after,
.wrapper :before {
    transition: all .1s ease-in
}

.wrapper ::-webkit-input-placeholder {
    transition: all .1s ease-in
}

.wrapper ::-moz-placeholder {
    transition: all .1s ease-in
}

.wrapper :-moz-placeholder {
    transition: all .1s ease-in
}

.wrapper :-ms-input-placeholder {
    transition: all .1s ease-in
}

.touch-device * {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}

a {
    text-decoration: none;
    color: inherit;
    display: block;
    cursor: pointer
}

button,
input,
textarea {
    border: none;
    background: 0 0
}

button:active,
button:focus,
input:active,
input:focus,
textarea:active,
textarea:focus {
    outline: 0
}

.red {
    color: #ef2526
}

.red-dark {
    color: #a92e2f
}

.scroll-top {
    position: fixed;
    width: 56px;
    height: 56px;
    background: url(img/scroll-top.webp.html);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    cursor: pointer;
    bottom: 50px;
    opacity: 0;
    left: 50%;
    transform: translateX(550px);
    visibility: hidden
}

.scroll-top.active {
    visibility: visible;
    opacity: 1
}

.button {
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    z-index: 1;
    letter-spacing: .5px
}

.button:after,
.button:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 5px
}

.button:before {
    z-index: -2;
    background: #a92e2f
}

.button:after {
    box-shadow: 0 0 37px 2px rgba(169, 46, 47, .5);
    background-image: linear-gradient(to top, #a92e2f 0, #f74243 88%, #f74243 100%);
    z-index: -1;
    opacity: 0
}

.button:hover:after {
    opacity: 1
}

.first {
    margin-top: 75px;
    position: relative
}

@media (max-width: 1023px) {
    .first {
        margin-top: 50px
    }
}

.first__title {
    color: #fefefe;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .5px;
    width: 776px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 1023px) {
    .first__title {
        width: 100%;
        font-size: 28px
    }
}

.first__subtitle {
    margin-top: 35px;
    color: #ef2526;
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .5px
}

@media (max-width: 1023px) {
    .first__subtitle {
        margin-top: 25px
    }
}

.first__block {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    justify-content: flex-end;
    margin-top: 60px;
    padding-bottom: 120px
}

@media (max-width: 1023px) {
    .first__block {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-bottom: 0
    }
}

.first__img {
    position: absolute;
    width: 361px;
    height: 539px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    left: 35px;
    top: -100px;
    filter: drop-shadow(0 0 21px rgba(169, 46, 47, .5))
}

@media (max-width: 1023px) {
    .first__img {
        position: relative;
        left: auto;
        top: auto;
        order: 3;
        width: 343px;
        margin-top: 10px;
        margin-bottom: -50px
    }
}

@media (max-width: 1023px) {
    .first__list {
        order: 1
    }
}

.first__list-item {
    position: relative;
    padding-left: 40px;
    margin-bottom: 45px;
    font-size: 21px;
    font-weight: 400;
    color: #fff
}

.first__list-item:after {
    content: '';
    position: absolute;
    display: block;
    width: 18px;
    height: 20px;
    background: url(img/check.webp.html);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

@media (max-width: 1023px) {
    .first__list-item:after {
        left: 15px;
        top: 0;
        transform: translateY(0)
    }
}

@media (max-width: 1023px) {
    .first__list-item {
        text-align: center
    }
}

.first__list-item:nth-of-type(1) {
    padding-right: 50px;
    margin-left: 300px
}

@media (max-width: 1023px) {
    .first__list-item:nth-of-type(1) {
        padding-right: 0;
        margin-left: 0
    }
}

.first__list-item:nth-of-type(2) {
    padding-right: 50px;
    margin-left: 340px
}

@media (max-width: 1023px) {
    .first__list-item:nth-of-type(2) {
        padding-right: 0;
        margin-left: 0
    }
}

.first__list-item:nth-of-type(3) {
    padding-right: 25px;
    margin-left: 390px
}

@media (max-width: 1023px) {
    .first__list-item:nth-of-type(3) {
        padding-right: 0;
        margin-left: 0
    }
}

.first__form {
    width: 266px;
    min-width: 266px;
    box-shadow: 0 0 44px 2px rgba(169, 46, 47, .75);
    background-color: rgba(255, 255, 255, .9);
    border-radius: 5px;
    padding: 20px 11px;
    text-align: center
}

@media (max-width: 1023px) {
    .first__form {
        order: 2
    }
}

.first__form-title {
    color: #343333;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px
}

.first__form-subtitle {
    color: #873d3d;
    font-size: 15px
}

.first__form-desc {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 3px
}

.first__form-desc--small {
    font-size: 12.5px;
    margin-top: 7px
}

.first__form-input {
    width: 180px;
    margin-left: auto;
    margin-right: auto
}

.first__form-button {
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    padding: 4px;
    text-align: center;
    text-transform: uppercase
}

.first__form-button:before {
    background: #a92e2f !important
}

.header {
    height: 140px;
    width: 100%;
    background: rgba(0, 0, 0, .4);
    padding-top: 25px;
    padding-bottom: 12px;
    -webkit-transform: translate3d(0, 0, 0)
}

.header__empty {
    display: none;
    height: 140px;
    width: 100%
}

@media (max-width: 1023px) {
    .header__empty {
        height: 170px
    }
}

.header__empty.active {
    display: block
}

.header--scroll {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 2000;
    opacity: 1
}

@media (max-width: 1023px) {
    .header--scroll {
        padding-top: 12px
    }
}

.header--hide {
    display: none;
    opacity: 0
}

@media (max-width: 1023px) {
    .header {
        height: 450px
    }

    .header--scroll {
        height: 170px
    }
}

.header__block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    height: 100%;
    padding: 0 20px
}

@media (max-width: 1023px) {
    .header__block {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }
}

.header__logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 170px
}

@media (max-width: 1023px) {
    .header--scroll .header__logo {
        display: none
    }
}

.header__logo-img {
    width: 100%;
    height: auto;
    margin-bottom: 5px
}

.header__logo-text {
    color: #fff;
    text-align: center
}

.header__desc {
    text-align: center;
    font-size: 18px
}

@media (max-width: 1023px) {
    .header__desc {
        margin-top: 30px
    }
}

@media (max-width: 1023px) {
    .header--scroll .header__desc {
        display: none
    }
}

.header__desc-item {
    margin-bottom: 5px
}

.header__phone {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-items: flex-end
}

@media (max-width: 1023px) {
    .header__phone {
        margin-top: 30px
    }
}

@media (max-width: 1023px) {
    .header--scroll .header__phone {
        margin-top: 0
    }
}

.header__phone-title {
    font-size: 21px;
    margin-bottom: 5px;
    font-weight: 700;
    text-align: center
}

.header__phone-link {
    font-size: 21px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    align-items: center;
    color: #ef2526
}

.header__phone-link:before {
    content: '';
    display: block;
    margin-right: 10px;
    background: url(img/phone_icon.webp.html);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    width: 20px;
    height: 20px
}

.header__address {
    text-align: center
}

@media (max-width: 1023px) {
    .header__address {
        margin-top: 20px
    }
}

@media (max-width: 1023px) {
    .header--scroll .header__address {
        margin-top: 10px
    }
}

.header__address-text {
    margin-bottom: 7px
}

@media (max-width: 1023px) {
    .header--scroll .header__address-text {
        display: none
    }
}

@media (max-width: 1023px) {
    .header--scroll .header__address-text-inner {
        display: none
    }
}

.header__address-button {
    font-size: 18px;
    padding: 8px 7px
}

.checkbox {
    position: relative
}

.checkbox.focus .warning.active {
    opacity: 0;
    visibility: hidden
}

.checkbox.focus .placeholder {
    opacity: 1;
    visibility: visible
}

.checkbox__item {
    position: relative;
    margin-bottom: 10px
}

.checkbox__item-input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1
}

.checkbox__item-label {
    cursor: pointer;
    padding-left: 30px
}

.checkbox__item-label:after,
.checkbox__item-label:before {
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid transparent;
    border-radius: 2px
}

.checkbox__item-label:before {
    border-color: #ccc
}

.checkbox__item-label:after {
    background: url(img/checkbox.svg);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    opacity: 0
}

.checkbox__item-input:focus+.checkbox__item-label:after {
    opacity: .3
}

.checkbox__item-input:checked+.checkbox__item-label:after {
    opacity: 1
}

.input {
    position: relative
}

.input.focus .warning.active {
    opacity: 0;
    visibility: hidden
}

.input.focus .placeholder {
    opacity: 1;
    visibility: visible
}

.input__button {
    width: 100% !important;
    min-width: 180px !important;
    height: 28px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border: 1px solid #bababa !important;
    border-radius: 4px !important;
    background: #fff !important;
    position: relative !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex !important;
    justify-content: space-between;
    text-align: center
}

.input__button:focus {
    outline: 0 !important;
    background: #fff !important;
    color: #000 !important
}

.input__button--open {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.input__button--textarea {
    height: auto !important;
    align-items: stretch
}

.input__text {
    font-display: auto;
    font-family: Cuprum, sans-serif !important;
    float: none !important;
    border-radius: 4px !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #000 !important;
    margin: 0 !important;
    width: 0 !important;
    height: 100%;
    flex-grow: 1 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex !important;
    justify-content: flex-start
}

.input__button--textarea .input__text {
    height: auto;
    min-height: 150px;
    resize: vertical;
    padding-top: .5em !important
}

.input__text::-webkit-input-placeholder {
    color: #333
}

.input__text::-moz-placeholder {
    color: #333
}

.input__text:-moz-placeholder {
    color: #333
}

.input__text:-ms-input-placeholder {
    color: #333
}

.input__text:focus {
    outline: 0 !important;
    background: #fff !important;
    color: #000 !important
}

.input__text:focus::-webkit-input-placeholder {
    color: transparent
}

.input__text:focus::-moz-placeholder {
    color: transparent
}

.input__text:focus:-moz-placeholder {
    color: transparent
}

.input__text:focus:-ms-input-placeholder {
    color: transparent
}

.input-autocomplete {
    width: 100%;
    position: relative
}

.input-autocomplete.focus .warning.active {
    opacity: 0;
    visibility: hidden
}

.input-autocomplete.focus .placeholder {
    opacity: 1;
    visibility: visible
}

.input-autocomplete__button {
    width: 100% !important;
    min-width: 180px !important;
    height: 28px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border: none !important;
    background: #fff !important;
    position: relative !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex !important;
    justify-content: space-between
}

.input-autocomplete__button:focus {
    outline: 0 !important;
    background: #fff !important;
    color: #000 !important
}

.input-autocomplete__text {
    font-display: auto;
    font-family: Cuprum, sans-serif !important;
    float: none !important;
    border: 1px solid #bababa !important;
    border-radius: 4px !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #000 !important;
    margin: 0 !important;
    width: 0 !important;
    height: 100% !important;
    flex-grow: 1 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex !important;
    justify-content: flex-start
}

.input-autocomplete__text::-webkit-input-placeholder {
    color: #333
}

.input-autocomplete__text::-moz-placeholder {
    color: #333
}

.input-autocomplete__text:-moz-placeholder {
    color: #333
}

.input-autocomplete__text:-ms-input-placeholder {
    color: #333
}

.input-autocomplete__text:focus {
    outline: 0 !important;
    background: #fff !important;
    color: #000 !important
}

.input-autocomplete__text:focus::-webkit-input-placeholder {
    color: #000
}

.input-autocomplete__text:focus::-moz-placeholder {
    color: #000
}

.input-autocomplete__text:focus:-moz-placeholder {
    color: #000
}

.input-autocomplete__text:focus:-ms-input-placeholder {
    color: #000
}

.input-autocomplete--open .input-autocomplete__text {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.input-autocomplete__icon {
    width: 10px !important;
    height: 10px !important;
    background: url(img/down-arrow.svg) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    position: absolute !important;
    top: 50% !important;
    right: 12px !important;
    transform: translateY(-50%) !important
}

.input-autocomplete--open .input-autocomplete__icon {
    transform: translateY(-50%) rotate(180deg) !important
}

.input-autocomplete__menu {
    transition: all 0s;
    border: 1px solid #bababa !important;
    background: #fff !important;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, .3);
    max-height: 200px;
    overflow-y: auto;
    padding-right: 6px
}

.input-autocomplete__menu::-webkit-scrollbar-button {
    background-image: none;
    background-repeat: no-repeat;
    width: 4px;
    height: 0
}

.input-autocomplete__menu::-webkit-scrollbar-track {
    background: linear-gradient(to bottom, #878888 0, #777 55%, #878888)
}

.input-autocomplete__menu::-webkit-scrollbar-thumb {
    background-color: #000;
    cursor: pointer
}

.input-autocomplete__menu::-webkit-scrollbar-thumb:hover {
    background-color: #000
}

.input-autocomplete__menu::-webkit-resizer {
    background-image: none;
    background-repeat: no-repeat;
    width: 4px;
    height: 0
}

.input-autocomplete__menu::-webkit-scrollbar {
    width: 4px
}

.input-autocomplete__menu .ui-menu-item-wrapper {
    height: 28px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-display: auto;
    font-family: Cuprum, sans-serif !important;
    float: none !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #000 !important;
    position: relative !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    justify-content: flex-start;
    display: flex !important;
    margin: 0 !important;
    border: none !important
}

.input-autocomplete__menu .ui-menu-item-wrapper.active,
.input-autocomplete__menu .ui-menu-item-wrapper.ui-state-active,
.input-autocomplete__menu .ui-menu-item-wrapper:hover {
    color: #000 !important;
    background: #eaeaea !important
}

.layout {
    width: 1000px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 1023px) {
    .layout {
        width: calc(100% - 16px)
    }
}

@media (max-width: 1023px) {
    .menu {
        position: relative
    }
}

@media (max-width: 1023px) {
    .menu__button {
        background: url(img/menu.svg);
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        width: 71px;
        height: 19px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 12px
    }
}

.menu__items {
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 35px
}

@media (max-width: 1023px) {
    .menu__items {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 0;
        display: none
    }

    .menu__items.active {
        display: flex
    }
}

.menu__item {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    position: relative;
    margin-right: 28px;
    cursor: pointer
}

.menu__item:after {
    content: '';
    position: absolute;
    display: block;
    top: 1px;
    right: -13px;
    background: #7b7a7a;
    width: 2px;
    height: 13px
}

.menu__item:nth-last-of-type(1):after {
    display: none
}

.menu__item:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    bottom: -5px;
    height: 2px;
    background: #ef2526;
    box-shadow: 0 0 14px 1px rgba(169, 46, 47, .75);
    opacity: 0
}

.menu__item:hover:before {
    opacity: 1
}

@media (max-width: 1023px) {
    .menu__item {
        margin-top: 10px;
        font-size: 20px;
        margin-right: 0
    }

    .menu__item:after,
    .menu__item:before {
        display: none
    }
}

.second {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-bottom: 150px
}

@media (max-width: 1023px) {
    .second {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 45px;
        padding-bottom: 80px
    }
}

.second__item {
    width: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 70px;
    text-align: center
}

@media (max-width: 1023px) {
    .second__item {
        margin: 25px auto
    }
}

.second__item-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px
}

.second__item-icon {
    width: 91px;
    height: 91px;
    border: 1px solid rgba(169, 46, 47, .2);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 10px
}

.second__item-icon-inner {
    width: 75px;
    height: 75px;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, .1);
    border: 1px solid #ef2526;
    border-radius: 50%;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important
}

.second__item:nth-of-type(2) .second__item-subtitle {
    width: 100px
}

.section {
    position: relative;
    width: 100%
}

.section__background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

.section__background-wrapper {
    position: absolute;
    transform-origin: right bottom;
    left: -10%;
    bottom: 0;
    height: 100%;
    width: 110%;
    transform: rotate(5deg);
    border-bottom: 5px solid #a92e2f;
    overflow: hidden
}

@media (max-width: 1023px) {
    .section__background-wrapper {
        left: -55%;
        width: 160%;
        border-bottom: 12px solid #a92e2f
    }
}

.section__background-inner {
    transform: rotate(-5deg);
    position: absolute;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    width: 100%;
    height: 130%;
    top: -15%;
    left: 0
}

.section__background-inner--second {
    height: 197%;
    top: -35%
}

.section__background-inner--fourth {
    height: 197%;
    top: -35%
}

.select {
    width: 100%;
    position: relative
}

.select.focus .warning.active {
    opacity: 0;
    visibility: hidden
}

.select.focus .placeholder {
    opacity: 1;
    visibility: visible
}

.select__button {
    width: 100% !important;
    min-width: 180px !important;
    height: 28px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border: 1px solid #bababa !important;
    border-radius: 4px !important;
    background: #fff !important;
    position: relative !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex !important;
    justify-content: space-between
}

.select__button:active,
.select__button:focus {
    outline: 0 !important
}

.select__button--open {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.select__text {
    font-display: auto;
    font-family: Cuprum, sans-serif !important;
    float: none !important;
    border-radius: 4px !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #000 !important;
    margin: 0 !important;
    width: 0 !important;
    height: 100% !important;
    flex-grow: 1 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex !important;
    justify-content: flex-start
}

.select__button:focus .select__text {
    outline: 0 !important;
    background: #fff !important;
    color: #000 !important
}

.select__button--placeholder .select__text {
    color: #333 !important
}

.select__icon {
    width: 10px !important;
    height: 10px !important;
    background: url(img/down-arrow.svg) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    position: absolute !important;
    top: 50% !important;
    right: 12px !important;
    transform: translateY(-50%) !important
}

.select__button--open .select__icon {
    transform: translateY(-50%) rotate(180deg) !important
}

.select__menu {
    transition: all 0s;
    border: none !important;
    background: 0 0 !important
}

.select__menu .ui-menu {
    border: 1px solid #bababa !important;
    background: #fff !important;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, .3);
    max-height: 200px;
    overflow-y: auto;
    padding-right: 6px
}

.select__menu .ui-menu::-webkit-scrollbar-button {
    background-image: none;
    background-repeat: no-repeat;
    width: 4px;
    height: 0
}

.select__menu .ui-menu::-webkit-scrollbar-track {
    background: linear-gradient(to bottom, #878888 0, #777 55%, #878888)
}

.select__menu .ui-menu::-webkit-scrollbar-thumb {
    background-color: #000;
    cursor: pointer
}

.select__menu .ui-menu::-webkit-scrollbar-thumb:hover {
    background-color: #000
}

.select__menu .ui-menu::-webkit-resizer {
    background-image: none;
    background-repeat: no-repeat;
    width: 4px;
    height: 0
}

.select__menu .ui-menu::-webkit-scrollbar {
    width: 4px
}

.select__menu .ui-menu-item-wrapper {
    height: 28px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-display: auto;
    font-family: Cuprum, sans-serif !important;
    float: none !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #000 !important;
    position: relative !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    justify-content: flex-start;
    display: flex !important;
    margin: 0 !important;
    border: none !important
}

.select__menu .ui-menu-item-wrapper.active,
.select__menu .ui-menu-item-wrapper.ui-state-active,
.select__menu .ui-menu-item-wrapper:hover {
    color: #000 !important;
    background: #eaeaea !important
}

.select-autocomplete {
    width: 100%;
    position: relative
}

.select-autocomplete.focus .warning.active {
    opacity: 0;
    visibility: hidden
}

.select-autocomplete.focus .placeholder {
    opacity: 1;
    visibility: visible
}

.select-autocomplete__button {
    width: 100% !important;
    min-width: 180px !important;
    height: 28px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border: none !important;
    background: #fff !important;
    position: relative !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex !important;
    justify-content: space-between
}

.select-autocomplete__button:focus {
    outline: 0 !important
}

.select-autocomplete__text {
    font-display: auto;
    font-family: Cuprum, sans-serif !important;
    float: none !important;
    border: 1px solid #bababa !important;
    border-radius: 4px !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #000 !important;
    margin: 0 !important;
    width: 0 !important;
    height: 100% !important;
    flex-grow: 1 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex !important;
    justify-content: flex-start
}

.select-autocomplete__text::-webkit-input-placeholder {
    color: #333
}

.select-autocomplete__text::-moz-placeholder {
    color: #333
}

.select-autocomplete__text:-moz-placeholder {
    color: #333
}

.select-autocomplete__text:-ms-input-placeholder {
    color: #333
}

.select-autocomplete__text:focus {
    outline: 0 !important;
    background: #fff !important;
    color: #000 !important
}

.select-autocomplete__text:focus::-webkit-input-placeholder {
    color: #000
}

.select-autocomplete__text:focus::-moz-placeholder {
    color: #000
}

.select-autocomplete__text:focus:-moz-placeholder {
    color: #000
}

.select-autocomplete__text:focus:-ms-input-placeholder {
    color: #000
}

.select-autocomplete__button--open .select-autocomplete__text {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.select-autocomplete__icon {
    width: 10px !important;
    height: 10px !important;
    background: url(img/down-arrow.svg) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    position: absolute !important;
    top: 50% !important;
    right: 12px !important;
    transform: translateY(-50%) !important
}

.select-autocomplete__button--open .select-autocomplete__icon {
    transform: translateY(-50%) rotate(180deg) !important
}

.select-autocomplete__menu {
    transition: all 0s;
    border: 1px solid #bababa !important;
    background: #fff !important;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, .3);
    max-height: 200px;
    overflow-y: auto;
    padding-right: 6px
}

.select-autocomplete__menu::-webkit-scrollbar-button {
    background-image: none;
    background-repeat: no-repeat;
    width: 4px;
    height: 0
}

.select-autocomplete__menu::-webkit-scrollbar-track {
    background: linear-gradient(to bottom, #878888 0, #777 55%, #878888)
}

.select-autocomplete__menu::-webkit-scrollbar-thumb {
    background-color: #000;
    cursor: pointer
}

.select-autocomplete__menu::-webkit-scrollbar-thumb:hover {
    background-color: #000
}

.select-autocomplete__menu::-webkit-resizer {
    background-image: none;
    background-repeat: no-repeat;
    width: 4px;
    height: 0
}

.select-autocomplete__menu::-webkit-scrollbar {
    width: 4px
}

.select-autocomplete__menu .ui-menu-item-wrapper {
    height: 28px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-display: auto;
    font-family: Cuprum, sans-serif !important;
    float: none !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #000 !important;
    position: relative !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    justify-content: flex-start;
    display: flex !important;
    margin: 0 !important;
    border: none !important
}

.select-autocomplete__menu .ui-menu-item-wrapper.active,
.select-autocomplete__menu .ui-menu-item-wrapper.ui-state-active,
.select-autocomplete__menu .ui-menu-item-wrapper:hover {
    color: #000 !important;
    background: #eaeaea !important
}

.zoom {
    position: relative;
    cursor: pointer
}

.zoom:after {
    content: '';
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 26px;
    height: 26px;
    background: url(img/zoom.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important
}

.zoom--big:after {
    width: 39px;
    height: 39px
}

.lb-number {
    display: none !important;
}
.f {
    font-size: 23px;
}
#fa {
    font-size: 23px;
}