

/* Start:/local/js/bquadro/cookienoties/styles/style.css?17762488171975*/
.cookie-panel {
    position: fixed;
    left: 0rem;
    width: 100%;
    padding-top: 12rem;
    padding-bottom: 4rem;
    font-size: 14rem;
    /*
    color: #121314;
    background: #CAA272;
     */
    bottom: 0rem;
    z-index: 2147483647 !important;
    display: none;
}
.cookie-panel .container {
    display: flex;
    align-items: center;
    padding-left: 20rem;
    padding-right: 20rem;
}
.cookie-panel p {
    /*color: #263049;*/
    font-size: 20rem;
    font-weight: 400;
    margin-bottom: 0rem;
    line-height: 121%;
    padding-right: 15rem;
    width: calc(100% - 190rem);
    text-align: center;
}
.cookie-panel p a {
    color: #263049;
    text-decoration: underline;
}
.cookie-panel__btn {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    transition: .2s;
    cursor: pointer;
    height: 50rem;
    width: 186rem;
    /*
      background-color: #CAA272;

      color: #263049;

     */
    border: 1rem solid #263049;
    font-size: 16rem;
    line-height: 50rem;
}
.cookie-panel__btn:hover {
    background-color: #263049;
    color: #fff;
}
.cookie-panel.cookie-panel--close {
    display: none;
}
@media (max-width: 1560rem) {
    .cookie-panel {
        padding-top: 28rem;
        padding-bottom: 32rem;
    }
    .cookie-panel p {
        font-size: 16rem;
    }
    .cookie-panel__btn {
        height: 40rem;
        line-height: 40rem;
    }
}
@media (max-width: 991rem) {
    .cookie-panel p {
        width: calc(100% - 130rem);
        font-size: 13rem;
    }
    .cookie-panel__btn {
        width: 130rem;
    }
}
@media (max-width: 767rem) {
    .cookie-panel .container {
        flex-wrap: wrap;
    }
    .cookie-panel {
        padding-top: 15rem;
        padding-bottom: 18rem;
    }
    .cookie-panel p {
        width: 100%;
        margin-bottom: 8rem;
        font-size: 11rem;
    }
    .cookie-panel__btn {
        height: 30rem;
        line-height: 30rem;
        font-size: 13rem;
    }
}
/* End */


/* Start:/local/js/bquadro/fos/css/style.css?177624881724407*/
/* Layout */
html.is-bq-form-submitting,
html.is-bq-form-popup-loading {
    cursor: wait;
}
html.is-bq-form-popup-opened {
    overflow: hidden;
}
/* Form */
.bq-form {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    font-style: normal;
    font-weight: 400;
    font-size: 16rem;
    line-height: 1.5;
    font-family: inherit, sans-serif;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.bq-form.is-submitting {
    opacity: 0.5;
    pointer-events: none;
}
/* Normalize */
.bq-form *,
.bq-form *::before,
.bq-form *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.bq-form button,
.bq-form [type="button"],
.bq-form [type="reset"],
.bq-form [type="submit"] {
    -webkit-appearance: button;
}
.bq-form button::-moz-focus-inner,
.bq-form [type="button"]::-moz-focus-inner,
.bq-form [type="reset"]::-moz-focus-inner,
.bq-form [type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
.bq-form button:-moz-focusring,
.bq-form [type="button"]:-moz-focusring,
.bq-form [type="reset"]:-moz-focusring,
.bq-form [type="submit"]:-moz-focusring {
    outline: none;
}
.bq-form [type="checkbox"],
.bq-form [type="radio"] {
    padding: 0;
}
.bq-form [type="number"]::-webkit-inner-spin-button,
.bq-form [type="number"]::-webkit-outer-spin-button {
    height: auto;
}
.bq-form [type="search"] {
    -webkit-appearance: textfield;
    outline-offset: 0;
}
.bq-form [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
.bq-form ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
.bq-form input:focus-visible,
.bq-form textarea:focus-visible,
.bq-form select:focus-visible {
    outline: none;
}
/* Title */
.bq-form-title {
    margin-top: 0;
    margin-bottom: 16rem;
    font-weight: inherit;
    font-size: 32rem;
    line-height: inherit;
    font-family: inherit;
}
.bq-form-title:last-child {
    margin-bottom: 0;
}
/* Descr */
.bq-form-descr {
    margin-top: 0;
    margin-bottom: 16rem;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
}
.bq-form-descr:last-child {
    margin-bottom: 0;
}
/* Inner */
.bq-form-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -16rem;
}
.bq-form-inner__item {
    width: calc(100% - 32rem);
    margin: 16rem;
}
/* Control */
.bq-form-control {
    display: block;
    position: relative;
    margin-bottom: 16rem;
}
.bq-form-control:last-child {
    margin-bottom: 0;
}
.bq-form-control__error {
    position: absolute;
    top: 100%;
    left: 0;
    color: #FF0000;
    font-weight: inherit;
    font-size: 12rem;
    line-height: inherit;
    font-family: inherit;
}
/* Label */
.bq-form-label {
    display: block;
    margin-bottom: 8rem;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
}
.bq-form-label:last-child {
    margin-bottom: 0;
}
/* Hidden */
.bq-form-hidden {
    display: none;
}
/* Input */
.bq-form-input {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    min-height: 40rem;
    margin: 0;
    padding: 8rem 16rem;
    overflow: hidden;
    border: 1rem solid currentColor;
    border-radius: 0;
    background-color: #fff;
    color: currentColor;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    -webkit-transition: border-color .3s ease;
    -o-transition: border-color .3s ease;
    transition: border-color .3s ease;
}
.bq-form-input:focus-visible,
.is-error .bq-form-input:focus-visible {
    border-color: currentColor;
}
.is-error .bq-form-input {
    border-color: #FF0000;
}
.bq-form-input::-webkit-input-placeholder {
    color: currentColor;
    opacity: 0.5;
}
.bq-form-input::-moz-placeholder {
    color: currentColor;
    opacity: 0.5;
}
.bq-form-input:-ms-input-placeholder {
    color: currentColor;
    opacity: 0.5;
}
.bq-form-input::-ms-input-placeholder {
    color: currentColor;
    opacity: 0.5;
}
.bq-form-input::placeholder {
    color: currentColor;
    opacity: 0.5;
}
.bq-form-input[type="date"]::-webkit-calendar-picker-indicator,
.bq-form-input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    display: block;
    width: 16rem;
    height: 16rem;
    border: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8cGF0aCBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjgxOCAyYS42OC42OCAwIDAgMC0uNDUuMTY1LjUzNC41MzQgMCAwIDAtLjE4Ni40di44NDVoLTEuOTFhMS4zNiAxLjM2IDAgMCAwLS45LjMzQTEuMDY3IDEuMDY3IDAgMCAwIDEgNC41Mzl2Ny4zMzRjMCAuMjk5LjEzNC41ODYuMzczLjc5OC4yMzguMjExLjU2Mi4zMy45LjMzaDExLjQ1NGMuMzM4IDAgLjY2Mi0uMTE5LjktLjMzLjIzOS0uMjEyLjM3My0uNDk5LjM3My0uNzk4VjQuNTM4YzAtLjI5OS0uMTM0LS41ODYtLjM3My0uNzk3YTEuMzYgMS4zNiAwIDAgMC0uOS0uMzNoLTEuOTA5di0uODQ3YS41MzQuNTM0IDAgMCAwLS4xODYtLjM5OS42OC42OCAwIDAgMC0uNDUtLjE2NWgtLjYzNmEuNjguNjggMCAwIDAtLjQ1LjE2NS41MzQuNTM0IDAgMCAwLS4xODcuNHYuODQ1SDYuMDkxdi0uODQ2YS41MzQuNTM0IDAgMCAwLS4xODYtLjM5OS42OC42OCAwIDAgMC0uNDUtLjE2NWgtLjYzN1pNMyA2Ljg0NmgxMHY0LjQxSDN2LTQuNDFaIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz4KPC9zdmc+Cg==");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    opacity: 1;
}
.bq-form-input[type="date"]::-webkit-calendar-picker-indicator:focus-visible,
.bq-form-input[type="datetime-local"]::-webkit-calendar-picker-indicator:focus-visible {
    outline: 1rem solid currentColor;
    outline-offset: 4rem;
}
.bq-form-input:disabled {
    opacity: 0.5;
    pointer-events: none;
}
/* Textarea */
.bq-form-textarea {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    min-height: 80rem;
    margin: 0;
    padding: 8rem 16rem;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1rem solid currentColor;
    border-radius: 0;
    background-color: #fff;
    color: currentColor;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    resize: none;
    -webkit-transition: border-color .3s ease;
    -o-transition: border-color .3s ease;
    transition: border-color .3s ease;
}
.bq-form-textarea:focus-visible,
.is-error .bq-form-textarea:focus-visible {
    border-color: currentColor;
}
.is-error .bq-form-textarea {
    border-color: #FF0000;
}
.bq-form-textarea::-webkit-input-placeholder {
    color: currentColor;
    opacity: 1;
}
.bq-form-textarea::-moz-placeholder {
    color: currentColor;
    opacity: 0.5;
}
.bq-form-textarea:-ms-input-placeholder {
    color: currentColor;
    opacity: 0.5;
}
.bq-form-textarea::-ms-input-placeholder {
    color: currentColor;
    opacity: 0.5;
}
.bq-form-textarea::placeholder {
    color: currentColor;
    opacity: 0.5;
}
.bq-form-textarea:disabled {
    opacity: 0.5;
    pointer-events: none;
}
/* Select */
.bq-form-select {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    min-height: 40rem;
    margin: 0;
    padding: 8rem 48rem 8rem 16rem;
    overflow: hidden;
    border: 1rem solid currentColor;
    border-radius: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8cGF0aCBzdHJva2U9IiMwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJtMiA1IDYgNiA2LTYiLz4KPC9zdmc+Cg==");
    background-position: right 16rem center;
    background-size: 16rem 16rem;
    background-repeat: no-repeat;
    background-color: #fff;
    color: #000;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    -webkit-transition: border-color .3s ease;
    -o-transition: border-color .3s ease;
    transition: border-color .3s ease;
}
.bq-form-select[multiple] {
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background-image: none;
}
.bq-form-select:focus-visible,
.is-error .bq-form-select:focus-visible {
    border-color: currentColor;
}
.is-error .bq-form-select {
    border-color: #FF0000;
}
.bq-form-select::-webkit-input-placeholder {
    color: currentColor;
    opacity: 1;
}
.bq-form-select::-moz-placeholder {
    color: currentColor;
    opacity: 1;
}
.bq-form-select:-ms-input-placeholder {
    color: currentColor;
    opacity: 1;
}
.bq-form-select::-ms-input-placeholder {
    color: currentColor;
    opacity: 1;
}
.bq-form-select::placeholder {
    color: currentColor;
    opacity: 1;
}
.bq-form-select:disabled {
    opacity: 0.5;
    pointer-events: none;
}
/* Option */
.bq-form-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    min-height: 40rem;
    padding: 8rem 16rem;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    white-space: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.bq-form-option:disabled {
    opacity: 0.5;
    pointer-events: none;
}
/* Checkbox */
.bq-form-checkbox {
    margin-bottom: 8rem;
}
.bq-form-checkbox:last-child {
    margin-bottom: 0;
}
.bq-form-checkbox__label {
    display: inline-block;
    position: relative;
}
.bq-form-checkbox__input {
    position: absolute !important;
    width: 1rem;
    height: 1rem;
    overflow: hidden;
    clip: rect(1rem 1rem 1rem 1rem);
    clip: rect(1rem, 1rem, 1rem, 1rem);
}
.bq-form-checkbox__text {
    display: inline-block;
    position: relative;
    padding-left: 24rem;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bq-form-checkbox__text a {
    color: currentColor;
    text-decoration: underline;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.bq-form-checkbox__text a:hover {
    color: currentColor;
    text-decoration: underline;
}
.bq-form-checkbox__text a:focus-visible {
    outline: 1rem solid currentColor;
    outline-offset: 4rem;
}
.bq-form-checkbox__text::before {
    position: absolute;
    top: 4rem;
    left: 0;
    width: 16rem;
    height: 16rem;
    border: 1rem solid currentColor;
    border-radius: 0;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
    content: '';
    -webkit-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}
.bq-form-checkbox__input:checked ~ .bq-form-checkbox__text::before {
    border-color: currentColor;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE3IDE2Ij4KICA8cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTEuMjkzIDUuMjJhLjY3Ny42NzcgMCAwIDEgLjk5OCAwIC43ODMuNzgzIDAgMCAxIDAgMS4wNmwtNC4yMzUgNC41YS42NzcuNjc3IDAgMCAxLS45OTggMGwtMi4zNTMtMi41YS43ODQuNzg0IDAgMCAxIDAtMS4wNi42NzcuNjc3IDAgMCAxIC45OTggMGwxLjg1NCAxLjk3IDMuNzM2LTMuOTdaIi8+Cjwvc3ZnPgo=");
    background-color: currentColor;
}
.bq-form-checkbox__input:focus-visible ~ .bq-form-checkbox__text::before,
.is-error .bq-form-checkbox__input:focus-visible ~ .bq-form-checkbox__text::before {
    border-color: currentColor;
}
.is-error .bq-form-checkbox__text::before {
    border-color: #FF0000;
}
.bq-form-checkbox__input:disabled ~ .bq-form-checkbox__text {
    opacity: 0.5;
    pointer-events: none;
}
/* Radio */
.bq-form-radio {
    margin-bottom: 8rem;
}
.bq-form-radio:last-child {
    margin-bottom: 0;
}
.bq-form-radio__label {
    display: inline-block;
    position: relative;
}
.bq-form-radio__input {
    position: absolute !important;
    width: 1rem;
    height: 1rem;
    overflow: hidden;
    clip: rect(1rem 1rem 1rem 1rem);
    clip: rect(1rem, 1rem, 1rem, 1rem);
}
.bq-form-radio__text {
    display: inline-block;
    position: relative;
    padding-left: 24rem;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bq-form-radio__text a {
    color: currentColor;
    text-decoration: underline;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.bq-form-radio__text a:hover {
    color: currentColor;
    text-decoration: underline;
}
.bq-form-radio__text a:focus-visible {
    outline: 1rem solid currentColor;
    outline-offset: 4rem;
}
.bq-form-radio__text::before {
    position: absolute;
    top: 4rem;
    left: 0;
    width: 16rem;
    height: 16rem;
    border: 1rem solid currentColor;
    border-radius: 50%;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
    content: '';
    -webkit-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}
.bq-form-radio__input:checked ~ .bq-form-radio__text::before {
    border-color: currentColor;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTIgOGE0IDQgMCAxIDAtOCAwIDQgNCAwIDAgMCA4IDBaIi8+Cjwvc3ZnPgo=");
    background-color: currentColor;
}
.bq-form-radio__input:focus-visible ~ .bq-form-radio__text::before,
.is-error .bq-form-radio__input:focus-visible ~ .bq-form-radio__text::before {
    border-color: currentColor;
}
.is-error .bq-form-radio__text::before {
    border-color: #FF0000;
}
.bq-form-radio__input:disabled ~ .bq-form-radio__text {
    opacity: 0.5;
    pointer-events: none;
}
/* File */
.bq-form-file {
    width: 100%;
    margin-bottom: 16rem;
}
.bq-form-file:last-child {
    margin-bottom: 0;
}
.bq-form-file__label {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 8rem;
}
.bq-form-file__label:last-child {
    margin-bottom: 0;
}
.bq-form-file__input {
    position: absolute !important;
    width: 1rem;
    height: 1rem;
    overflow: hidden;
    clip: rect(1rem 1rem 1rem 1rem);
    clip: rect(1rem, 1rem, 1rem, 1rem);
}
.bq-form-file__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 40rem;
    padding: 8rem 16rem;
    border: 1rem solid currentColor;
    border-radius: 0;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    cursor: pointer;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}
.bq-form-file__text-span {
    text-transform: lowercase;
}
.bq-form-file__text-span::first-letter {
    text-transform: uppercase;
}
.bq-form-file__text:hover {
    color: currentColor;
}
.bq-form-file__input:focus-visible ~ .bq-form-file__text,
.is-error .bq-form-file__input:focus-visible ~ .bq-form-file__text {
    color: currentColor;
}
.is-error .bq-form-file__input ~ .bq-form-file__text {
    color: #FF0000;
}
.bq-form-file__input:disabled ~ .bq-form-file__text {
    opacity: 0.5;
    pointer-events: none;
}
.bq-form-file__icon {
    display: block;
    width: 16rem;
    height: 16rem;
    margin-right: 8rem;
    -o-object-fit: contain;
    object-fit: contain;
}
.bq-form-file__icon:last-child {
    margin-right: 0;
}
.bq-form-file__list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.bq-form-file__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    max-width: 100%;
    -ms-flex-negative: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
}
.bq-form-file__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    max-width: 100%;
    margin-bottom: 8rem;
    padding: 0rem 0rem 0rem 16rem;
    overflow: hidden;
    border-radius: 0;
    background-color: #fff;
    color: currentColor;
    -ms-flex-negative: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.bq-form-file__item:last-child {
    margin-bottom: 0;
}
.bq-form-file__name {
    margin-right: 8rem;
    overflow: hidden;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bq-form-file__name:last-child {
    margin-right: 0;
}
.bq-form-file__delete {
    position: relative;
    flex-shrink: 0;
    width: 16rem;
    height: 16rem;
    color: currentColor;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-flex-negative: 0;
}
.bq-form-file__delete:focus-visible {
    color: currentColor;
}
.bq-form-file__delete:hover {
    color: currentColor;
}
.bq-form-file__delete::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12rem;
    height: 1rem;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    background-color: currentColor;
    content: '';
}
.bq-form-file__delete::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12rem;
    height: 1rem;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: currentColor;
    content: '';
}
/* Submit */
.bq-form-submit {
    display: block;
    width: 100%;
    min-height: 40rem;
    margin: 0;
    margin-bottom: 16rem;
    padding: 8rem 16rem;
    overflow: hidden;
    border: 1rem solid #000;
    border-radius: 0;
    background-color: #000;
    color: #fff;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: background-color .3s ease, border-color .3s ease;
    -o-transition: background-color .3s ease, border-color .3s ease;
    transition: background-color .3s ease, border-color .3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bq-form-submit:last-child {
    margin-bottom: 0;
}
.bq-form-submit:hover {
    border-color: #000;
    background-color: #000;
}
.bq-form-submit:focus {
    outline: none;
}
.bq-form-submit:focus-visible {
    border-color: #000;
    background-color: #000;
}
.bq-form-submit:disabled {
    opacity: 0.5;
    pointer-events: none;
}
/* Open */
.bq-form-popup-open {
    display: inline-block;
    margin: 0;
    margin-bottom: 16rem;
    padding: 8rem 16rem;
    overflow: hidden;
    border: 1rem solid #000;
    border-radius: 0;
    background-color: #000;
    color: #fff;
    font-weight: 400;
    font-size: 16rem;
    line-height: 1.5;
    font-family: inherit, sans-serif;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: background-color .3s ease, border-color .3s ease;
    -o-transition: background-color .3s ease, border-color .3s ease;
    transition: background-color .3s ease, border-color .3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.js-bq-form-popup-open.is-bq-form-popup-loading {
    pointer-events: none;
}
.bq-form-popup-open:focus {
    outline: none;
}
.bq-form-popup-open:focus-visible {
    border-color: #000;
    background-color: #000;
}
.bq-form-popup-open:hover {
    border-color: #000;
    background-color: #000;
}
.bq-form-popup-open:last-child {
    margin-bottom: 0;
}
/* Popup */
.bq-form-popup {
    visibility: hidden;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior-y: none;
    outline: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    -o-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    -webkit-overflow-scrolling: touch;
}
.bq-form-popup.is-active {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
}
.bq-form-popup__dialog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    position: relative;
    width: auto;
    min-height: calc(100% - 32rem);
    margin: 16rem;
    pointer-events: none;
}
.bq-form-popup__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 1170rem;
    margin: auto;
    border-radius: 0;
    outline: 0;
    background-color: #fff;
    color: #000;
    pointer-events: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.bq-form-popup--success .bq-form-popup__content {
    max-width: 700rem;
}
.bq-form-popup__body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 32rem;
    -webkit-box-flex: 1;
}
.bq-form-popup__close {
    position: absolute;
    top: 16rem;
    right: 16rem;
    width: 16rem;
    height: 16rem;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDIyIDI0Ij4KICA8cGF0aCBzdHJva2U9IiMwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjEuOTg3IiBkPSJtMSAyMi40OTIgOC42MzctOC42MzdhMi42MyAyLjYzIDAgMCAwIDAtMy43MUwxIDEuNTA4TTIxIDIyLjQ5MmwtOC42MzctOC42MzdhMi42MyAyLjYzIDAgMCAxIDAtMy43MUwyMSAxLjUwOCIvPgo8L3N2Zz4K");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bq-form-popup__close:hover {
    opacity: 0.5;
}
/* Success */
.bq-form-success {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}
.bq-form-success__text {
    margin-top: 0;
    margin-bottom: 16rem;
    font-weight: inherit;
    font-size: 32rem;
    line-height: inherit;
    font-family: inherit;
}
.bq-form-success__text:last-child {
    margin-bottom: 0;
}
/* End */


/* Start:/local/templates/upmore/css/splide.min.css?17762488174990*/
.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}
/* End */


/* Start:/local/templates/upmore/css/normalize.css?17762488176138*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* End */


/* Start:/local/templates/upmore/css/common.css?177624881724079*/
/*==================COMMON==================*/
:root {
    --green1: #00333d;
    --green2: #416672;
    --green3: #8ea3b1;
    --green4: #cbd3d7;
    --black: #000;
    --white: #fff;
    --bg: #eaedef;
}

@font-face {
    font-family: "Copperplate";
    src: url("/local/templates/upmore/css/../font/copperplate_light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Copperplate";
    src: url("/local/templates/upmore/css/../font/copperplate.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Verdana";
    src: url("/local/templates/upmore/css/../font/Verdana.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Verdana";
    src: url("/local/templates/upmore/css/../font/Verdana-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Verdana";
    src: url("/local/templates/upmore/css/../font/Verdana-Italic.woff") format("woff");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Verdana";
    src: url("/local/templates/upmore/css/../font/Verdana-BoldItalic.woff") format("woff");
    font-weight: 700;
    font-style: italic;
}

* {
    box-sizing: border-box;
    scrollbar-width: thin;
    outline: none !important;
    scrollbar-color: var(--green1) var(--bg);
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: var(--green1);
    border-radius: 4px;
}

input::placeholder {
    color: var(--green3);
    opacity: 1;
}

input::-moz-placeholder {
    color: var(--green3);
    opacity: 1;
}

input:-moz-placeholder {
    color: var(--green3);
    opacity: 1;
}

input:-ms-input-placeholder {
    color: var(--green3);
}

input::-ms-input-placeholder {
    color: var(--green3);
}

.wrapper img {
    max-width: 100%;
}

.wrapper a {
    text-decoration: none;
    color: var(--green1);
    transition: opacity 0.5s ease;
}

@media (any-hover: hover), (hover: hover) and (pointer: fine) {
    .wrapper a:hover {
        opacity: .6;
    }
}

html {
    font-size: 0.0391vw;
    overscroll-behavior: none;
    scroll-behavior: smooth;
}

html.is-fixed {
    overflow: hidden;
}

@media (max-width: 1536px) {
    html {
        font-size: 0.05vw;
    }
}

@media (max-width: 767px) {
    html {
        font-size: 1px;
    }
}

body {
    background-color: var(--bg);
    color: var(--green1);
}

body.is-locked {
    overflow: hidden;
}

body.main {
    background-color: var(--green1);
    color: var(--green4);
}

html,
body {
    min-width: 360px;
}

main {
    font-family: "Verdana", sans-serif;
    font-size: 18rem;
    font-weight: 400;
    line-height: 1.5;
    padding-top: 88rem;
}

@media (max-width: 767px) {
    main {
        font-size: 16rem;
        padding-top: 70rem;
    }
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1920rem;
    padding-left: 80rem;
    padding-right: 80rem;
    width: 100%;
}

@media (max-width: 1536px) {
    .container {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .container {
        padding-left: 16rem;
        padding-right: 16rem;
    }
}

.page-content {
    padding-bottom: 20rem;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
    font-family: "Copperplate", serif;
    color: var(--green1);
    font-weight: 300;
    text-transform: uppercase;
    line-height: normal;
    margin: 0;
}

h1,
.h1 {
    font-size: 80rem;
    margin-bottom: 48rem;
}

h2,
.h2 {
    font-size: 56rem;
    margin-bottom: 24rem;
}

h3,
.h3 {
    font-size: 40rem;
    font-weight: 400;
    margin-bottom: 24rem;
}

h4,
.h4 {
    font-size: 32rem;
    font-weight: 400;
    margin-bottom: 16rem;
}

h5,
.h5 {
    font-family: "Verdana", sans-serif;
    font-weight: 400;
    font-size: 24rem;
}

.main h1,
.main .h1,
.main h2,
.main .h2,
.main h3,
.main .h3,
.main h4,
.main .h4 {
    color: var(--white);
}

@media (max-width: 767px) {
    h1,
    .h1 {
        font-size: 32rem;
        margin-bottom: 24rem;
    }

    h2,
    .h2 {
        font-size: 32rem;
        margin-bottom: 24rem;
        word-wrap: break-word;
    }

    h3,
    .h3 {
        font-size: 24rem;
        margin-bottom: 16rem;
    }

    h4,
    .h4 {
        font-size: 24rem;
        margin-bottom: 16rem;
    }
}

.t18 {
    font-size: 18rem;
    color: var(--green2);
    margin-bottom: 12rem;
}

.bigtext {
    font-size: 24rem;
}

@media (max-width: 767px) {
    .bigtext {
        font-size: 16rem;
    }
}

.wrapper a.btn,
.wrapper button.btn,
.wrapper .btn,
.bq-form .btn {
    color: var(--white);
    border-radius: 48rem;
    text-align: center;
    background-color: var(--green1);
    transition: background-color 0.5s ease;
    display: inline-block;
    padding: 18rem 40rem;
    cursor: pointer;
    text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
    .wrapper a.btn:hover,
    .wrapper button.btn:hover,
    .wrapper .btn:hover,
    .bq-form .btn:hover {
        background-color: var(--green2);
    }
}

.pagination__list {
    display: flex;
    list-style-type: none;
    padding-left: 0;
    padding-right: 0;
    justify-content: center;
    margin: 40rem 0;
    gap: 24rem;
    flex-wrap: wrap;
}

.pagination__item {
    border-radius: 50%;
    flex-shrink: 0;
}

.pagination__item a,
.pagination__item span {
    width: 40rem;
    height: 40rem;
    align-items: center;
    justify-content: center;
    display: flex;
}

.pagination__item.is-active {
    border: 1px solid var(--green1);
}

.pagination__prev {
    margin-right: -8rem;
}

.pagination__next {
    margin-left: -8rem;
}

.btn-more {
    width: 200rem;
    height: 200rem;
    color: var(--white);
    background-color: var(--green1);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    cursor: pointer;
    transition: background-color 0.5s ease;
}

@media (hover: hover) and (pointer: fine) {
    .btn-more:hover {
        background-color: var(--green2);
    }
}

@media (max-width: 767px) {
    .btn-more {
        width: 160rem;
        height: 160rem;
    }
}

.sticky {
    will-change: transform;
    transform: translateZ(0);
}

.slider {
    margin: 200rem 0;
    overflow: hidden;
}

.slider__top {
    margin-bottom: 59rem;
    padding-right: 200rem;
}

.slider__top .h2 {
    margin-bottom: 0;
}

.slider__slide {
    width: 571rem;
}

.slider__slide a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slider__img {
    position: relative;
    overflow: hidden;
    border-radius: 24rem;
    margin-bottom: 24rem;
}

.slider__img:before {
    content: "";
    padding-top: 61%;
    display: block;
}

.slider__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.slider__arrows {
    position: absolute;
    right: 0;
    bottom: calc(100% + 50rem);
    display: flex;
    flex-wrap: wrap;
    width: 140rem;
    justify-content: space-between;
}

.slider__arrow {
    width: 64rem;
    height: 64rem;
    border-radius: 50%;
    border: 1px solid var(--green2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.5s ease, border-color 0.5s ease;
}

.slider__arrow img {
    width: 24rem;
}

.slider__arrow--prev {
    transform: rotate(180deg);
}

.slider .splide__track {
    overflow: visible;
}

.slider__title {
    color: var(--white);
    font-size: 24rem;
    transition: color 0.5s ease;
}

.slider__date {
    margin-top: 64rem;
    font-size: 14rem;
    color: var(--green2);
}

@media (any-hover: hover), (hover: hover) and (pointer: fine) {
    .slider__arrow:hover {
        background-color: var(--green2);
    }

    .slider__slide:hover .slider__title {
        color: var(--green3);
    }
}

@media (max-width: 767px) {
    .slider {
        margin: 80rem 0;
    }

    .slider__arrows {
        display: none;
    }

    .slider__top {
        padding-right: 0;
        margin-bottom: 40rem;
    }

    .slider__slide {
        width: calc(100vw - 40rem);
    }

    .slider__title {
        font-size: 18rem;
    }
}

/*===============================*/
.breadcrumbs {
    padding: 50rem 0 126rem;
    color: var(--green2);
}

@media (max-width: 767px) {
    .breadcrumbs {
        padding: 24rem 0 56rem;
    }
}

/*================================*/
.sh,
.sh__wrap {
    display: flex;
    flex-wrap: wrap;
}

.sh a {
    margin-right: 8rem;
    transition: opacity 0.5s ease;
    border-radius: 24rem;
}

.sh a:last-child {
    margin-left: 0;
}

.sh a img {
    height: 38rem;
}

.sh span {
    color: var(--green3);
    display: none;
}

@media (any-hover: hover), (hover: hover) and (pointer: fine) {
    .sh a:hover {
        opacity: 0.6;
    }
}

/*================================*/
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--bg);
    z-index: 1000;
    font-family: "Verdana", sans-serif;
    font-size: 18rem;
}

.header__menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header__menu a {
    margin-right: 40rem;
}

.header__menu a:last-child {
    margin-right: 0;
}

.header__wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 24rem 0;
    border-bottom: 1px solid var(--green2);
}

.header__logo {
    width: 103rem;
}

.header__logo img {
    width: 100%;
}

.header__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% - 300rem);
    justify-content: space-between;
    margin-left: auto;
}

.header__phone {
    display: flex;
    align-items: center;
}

.header__phone span {
    margin-right: 12rem;
    color: var(--green3);
}

.header__phone a {
    color: var(--green1);
    text-decoration: none;
}

.header__menu-button {
    display: none;
    margin-left: auto;
    align-items: center;
}

.header__menu-button span {
    margin-right: 8px;
    font-size: 16rem;
}

.header__burger {
    background: transparent;
    border: 0;
    color: var(--green1);
    cursor: pointer;

    padding: 0;
    position: relative;
    z-index: 1;
    border-radius: 5rem;
    width: 40rem;
    height: 40rem;

}

.header__burger-line {
    background: var(--green1);
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    transition: border-radius .5s, transform .5s;
    width: 27rem
}

.header__burger.is-active .header__burger-line {
    border-radius: 2rem
}

.header__burger-line:first-child {
    transform: translate(-50%, -50%) translateY(-9rem)
}

.header__burger.is-active .header__burger-line:first-child {
    transform: translate(-50%, -50%) rotate(45deg)
}

.header__burger-line:nth-child(2) {
    transform: translate(-50%, -50%);
}

.header__burger.is-active .header__burger-line:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg);
    opacity: 0;
}

.header__burger-line:nth-child(3) {
    transform: translate(-95%, -50%) translateY(9rem);
    width: 14rem;
}

.header__burger.is-active .header__burger-line:nth-child(3) {
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 27rem;
}

body.main header {
    backdrop-filter: blur(6rem);
    background: rgba(0, 51, 61, 0.9);
}

body.main .header__menu a {
    color: var(--white);
}

body.main .header__phone span {
    color: var(--green3);
}

body.main .header__phone a {
    color: var(--white);
}

body.main .header__menu-btn:before {
    background-image: url(/local/templates/upmore/css/../images/menu.svg);
}

body.main .header__menu-btn:after {
    background-image: url(/local/templates/upmore/css/../images/close.svg);
}

body.main .header__burger-line {
    background: var(--white);
}

@media (max-width: 767px) {
    .header__inner {
        display: none;
        position: absolute;
        width: 100vw;
        left: 0;
        top: 67rem;
        z-index: 10;
        background: var(--bg);
        height: calc(100dvh - 67rem);
        overflow: auto;
        align-items: initial;
        justify-content: initial;
        margin: 0;
        flex-wrap: nowrap;
    }

    body.main .header__inner {
        background: var(--green1);
    }

    .header__menu-btn.is-active:after {
        opacity: 1;
    }

    .header__menu-btn.is-active:before {
        opacity: 0;
    }

    .header__wrap {
        padding: 13rem 0;
    }

    .header__menu-button {
        display: flex;
    }

    .header__menu {
        padding: 0 16rem;
        display: block;
        margin-bottom: 40rem;
        margin-top: 64rem;
    }

    .header__menu a {
        margin-right: 0;
        margin-bottom: 24rem;
        display: block;
    }

    .header__menu a:last-child {
        margin-bottom: 0;
    }

    .header__phone {
        padding: 0 19rem;
    }

    header .sh {
        padding: 40rem 19rem 0 19rem;
        display: block;
        margin-bottom: 56rem;
        margin-top: auto;
    }

    header .sh span,
    header .sh a {
        display: block !important;
        width: 100% !important;
        margin-left: 0;
    }

    header .sh span {
        margin-bottom: 24rem;
        display: block;
    }

    header .sh a img {
        width: auto;
    }

    header .sh a {
        margin-bottom: 12rem;
    }

    header .sh a:last-child {
        margin-bottom: 0;
    }
}

@media (max-height: 600px) and (max-width: 767px) {
    .header__menu {
        margin-top: 40rem;
    }
}

/*================================*/
footer {
    border-radius: 24rem;
    border: 1px solid var(--green2);
    max-width: 1760rem;
    padding: 80rem 40rem 40rem;
    margin: 200rem auto 12rem auto;
}

.footer__top {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    margin-bottom: 88rem;
}

.footer__bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.footer__logo {
    margin-bottom: 60rem;
    width: 165rem;
}

.footer__logo img {
    width: 100%;
}

.footer__top > a {
    font-size: 96rem;
    font-family: "Copperplate", serif;
    text-decoration: none;
    color: var(--green1);
    font-weight: 300;
    line-height: 0.7;
    margin-bottom: 40rem;
}

.footer__bottom > a {
    font-size: 14rem;
    color: var(--green3);
    text-decoration: underline;
    font-family: "Verdana", sans-serif;
    margin-right: 66rem;
}

.footer__social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.footer__social a {
    margin-right: 12rem;
    transition: opacity 0.5s ease;
    border-radius: 50%;
    width: 48rem;
}

.footer__social a img {
    width: 100%;
}

.footer__bottom .sh {
    margin-left: auto;
}

.footer__bottom .sh span {
    display: none;
}

body.main .footer__top > a {
    color: var(--white);
}

@media (any-hover: hover), (hover: hover) and (pointer: fine) {
    .footer__social a:hover {
        opacity: 0.6;
    }

    .footer__bottom > a:hover {
        text-decoration: none;
    }
}

@media (max-width: 767px) {
    footer {
        padding: 80rem 35rem 35rem;
        width: calc(100% - 32rem);
        margin-left: 16rem;
        margin-top: 80rem;
    }

    .footer__top > a {
        font-size: 36rem;
        margin: 0 auto 40rem auto;
    }

    .footer__bottom > a {
        margin: 12rem auto 0 auto;
        display: block;
        width: 100%;
        text-align: center;
        order: 2;
    }

    .footer__top {
        margin-bottom: 40rem;
    }

    .footer__bottom .sh {
        order: 1;
        margin: 0 auto 20rem auto;
        justify-content: center;
    }

    .footer__bottom .sh a {
        margin-bottom: 8rem;
    }
}


.select {
    position: relative;
    width: 220rem;
}

.select__current {
    cursor: pointer;
    user-select: none;
    display: inline-block;
    position: relative;
    padding-right: 30rem;
}

.select__current:after {
    content: "";
    position: absolute;
    right: 0;
    top: 2rem;
    width: 24rem;
    height: 24rem;
    background-image: url(/local/templates/upmore/css/../images/select-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 0.5s ease;
}

.select.is-active .select__current {
    border-color: var(--green1);
}

.select.is-active .select__current:after {
    transform: rotate(180deg);
}

.select__list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid var(--green4);
    border-radius: 24rem;
    background: var(--white);
    box-shadow: 0 4rem 6rem rgba(0, 0, 0, 0.1);
    margin-top: 4rem;
    display: none;
    z-index: 10;
}

.select__wrap {
    padding: 24rem;
}

.select__inner {
    max-height: 180rem;
    overflow-y: auto;
}

.select.is-active .select__list {
    display: block;
}

.select__item {
    padding: 8rem 12rem;
    cursor: pointer;
    transition: background-color 0.2s;
}

.select__item:first-child {
    padding-top: 0;
}

.select__item:last-child {
    padding-bottom: 0;
}

.select__item.js-select-item-all {
    font-weight: bold;
    border-bottom: 1px solid var(--green4);
}

@media (any-hover: hover), (hover: hover) and (pointer: fine) {
    .select__item:hover {
        color: var(--green3);

    }
}

.page-404 {
    text-align: center;
}

.page-404__wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16rem;
    justify-content: center;
    margin-top: 120rem;
    margin-bottom: 80rem;
}

.page-404__wrap {
    font-size: 446rem;
    line-height: 0.6;
    font-family: "Copperplate", serif;
}

.page-404 svg {
    width: 274rem;
    height: auto;
}

@media (max-width: 767px) {
    .page-404__wrap {
        font-size: 168rem;
        margin-top: 100rem;
        margin-bottom: 65rem;
    }

    .page-404 svg {
        width: 103rem;
    }
}


/*news detail*/
.news-detail__share .ya-share2__item_service_vkontakte .ya-share2__icon {
    background-image: url("/local/templates/upmore/css/../images/vk.svg") !important;
}

.news-detail__share .ya-share2__item_service_telegram .ya-share2__icon {
    background-image: url("/local/templates/upmore/css/../images/tg.svg") !important;
}

/*cookie*/
.cookie-panel p a {
    color: #8ea3b1 !important;
}


.bq-form {
    font-family: Verdana, sans-serif;
    margin-bottom: 0
}

.bq-form-subtitle {
    font-size: 24rem;
    margin-top: 24rem;
    margin-bottom: 24rem;
    color: var(--green1);
    width: 100%;
    display: block;
}

.bq-form-popup__content {
    max-width: 540rem;
    border-radius: 24rem;
}

.bq-form-title {
    font-family: "Copperplate", serif;
    font-weight: 300;
    font-size: 40rem;
    line-height: 120%;
    text-transform: uppercase;
    color: var(--green1);
}

.bq-form-descr {
    color: var(--green2);
    font-size: 18rem;
    margin-bottom: 40rem;
}

.bq-form-inner > .btn {
    width: 100%;
    margin-bottom: 24rem;
}

.bq-form-inner > .btn:last-child {
    margin-bottom: 0;
}

.bq-form-popup__body {
    padding: 40rem;
}

.bq-form-input,
.bq-form-textarea {
    border-radius: 48rem;
    border: 1px solid var(--green3);
    min-height: 64rem;
    padding: 17rem 20rem;
    font-size: 18rem;
    color: var(--green1);
}

.bq-form-textarea {
    min-height: 200rem;
    border-radius: 24rem;
}

.bq-form-inner__item {
    margin: 0 0 16rem 0;
    width: 100%;
}

.bq-form-inner__item:last-child {
    margin-bottom: 0;
}

.bq-form-inner {
    margin: 0;
}

.bq-form-input:focus-visible,
.is-error .bq-form-input:focus-visible {
    border-color: var(--green1);
}

.bq-form-checkbox__text {
    color: var(--green2);
    font-size: 14rem;
}

.bq-form-checkbox__text::before {
    border-radius: 4rem;
}

.bq-form-checkbox__input:checked ~ .bq-form-checkbox__text::before {
    background-color: transparent;
    background-image: url("/local/templates/upmore/css/../images/check.svg");
    background-size: 60%;
}

.bq-form-submit {
    background-color: var(--green1);
    color: var(--white);
    border-radius: 48rem;
    padding: 18rem 40rem;
    border: none;
}

.bq-form-submit:hover {
    background-color: var(--green2);
}

.bq-form-label {
    color: var(--green1);
    font-size: 18rem;
    margin-bottom: 16rem;
}

[data-name="DETAILS"] .bq-form-checkbox {
    opacity: .6;
}

[data-name="DETAILS"] .bq-form-checkbox:has(input:checked) {
    opacity: 1;
}

[data-name="DETAILS"] .bq-form-checkbox__text {
    padding-left: 42px;
    font-size: 18rem;
}

[data-name="DETAILS"] .bq-form-checkbox__text::before {
    width: 30rem;
    height: 30rem;
    top: -1rem;
}

[data-name="DETAILS"] .bq-form-checkbox {
    margin-bottom: 22rem;
}

[data-name="DETAILS"] .bq-form-checkbox:last-child {
    margin-bottom: 0;
}


.bq-form:has(.bq-form-success) .bq-form-title,
.bq-form:has(.bq-form-success) .bq-form-descr {
    display: none;
}

.bq-form .choices {
    color: var(--green1);
}

.bq-form .choices__inner,
.bq-form .choices[data-type*=select-one] .choices__inner {
    border-radius: 48rem;
    border: 1px solid var(--green3);
    min-height: 64rem;
    padding: 17rem 40rem 17rem 20rem;
    font-size: 18rem;
    background-color: var(--white);

}

.bq-form .choices__list--dropdown,
.bq-form .choices__list[aria-expanded] {
    border-radius: 24rem;
}

.bq-form .choices__list--single {
    padding: 0;
}

.bq-form .choices__list--dropdown .choices__list {
    padding: 8rem 24rem;
}

.bq-form .choices__list--dropdown .choices__item,
.bq-form .choices__list[aria-expanded] .choices__item {
    padding: 8rem 0;
    font-size: 18rem;
    opacity: .6;
}

.bq-form .choices__list--dropdown .choices__item--selectable.is-highlighted,
.bq-form .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
    background-color: transparent;
    opacity: 1;
}

.bq-form .choices[data-type*=select-one]::after {
    content: "";
    position: absolute;
    right: 14rem;
    top: calc(50% - 12rem);
    width: 24rem;
    height: 24rem;
    background-image: url(/local/templates/upmore/css/../images/select-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 0.5s ease;
    border: none;
    margin: 0;
}

.bq-form .choices[data-type*=select-one].is-open::after {
    transform: rotate(180deg);
    margin: 0;
}

.bq-form-success__text {
    font-family: "Copperplate", serif;
    font-weight: 300;
    font-size: 40rem;
    line-height: 120%;
    text-transform: uppercase;
    color: var(--green1);
    text-align: center;
}

[data-name="UCONSENT"] {
    margin-bottom: 40rem;
}

.bq-form-control__error {
    top: calc(100% + 6rem);
}

@media (any-hover: hover), (hover: hover) and (pointer: fine) {
    .bq-form .choices__list--dropdown .choices__item:hover,
    .bq-form .choices__list[aria-expanded] .choices__item:hover {
        opacity: 1;
    }
}

@media (max-width: 767px) {
    .bq-form-popup__body {
        padding: 30rem 20rem;
    }

    .bq-form-success__text {
        font-size: 30rem;
    }

    .bq-form-title {
        font-size: 30rem;
    }

    .bq-form-descr,
    .bq-form-input, .bq-form-textarea {
        font-size: 16rem;
        min-height: 0;
    }
}


.politic {
    margin: 0 auto;
    max-width: 868rem;
}

#bquadro_cookie_panel {
    font-family: "Verdana", sans-serif;
}

.cookie-panel {
    right: 80rem;
    bottom: 46rem;
    width: auto;
    left: initial;
    padding: 16rem 24rem;
    border-radius: 24rem;
    border: 1px solid var(--green1);
}

.cookie-panel__btn {
    padding: 12rem 0;
    font-size: 18rem;
    border-radius: 8rem;
    height: auto;
    width: 73rem;
    transition: background-color .5s ease;
    border: none;
}

.cookie-panel .container {
    padding: 0;
}

.cookie-panel p {
    margin: 0;
    font-size: 18rem;
    text-align: left;
    max-width: calc(100% - 73rem);
}

.cookie-panel p a
{
    color: var(--green1)!important;
}

@media (any-hover: hover), (hover: hover) and (pointer: fine) {
    .cookie-panel__btn:hover {
        background-color: var(--green2) !important
    }
    .cookie-panel p a:hover
    {
        text-decoration: none;
    }
}
@media (max-width: 767px) {
    .cookie-panel {
        right: 20rem;
        bottom: 20rem;
        width: calc(100% - 40rem);
    }
}
/* End */


/* Start:/local/templates/upmore/css/choices.min.css?17762488177832*/
.choices{position:relative;overflow:hidden;margin-bottom:24rem;font-size:16rem}.choices:focus{outline:0}.choices:last-child{margin-bottom:0}.choices.is-open{overflow:visible}.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{background-color:#eaeaea;cursor:not-allowed;-webkit-user-select:none;user-select:none}.choices.is-disabled .choices__item{cursor:not-allowed}.choices [hidden]{display:none!important}.choices[data-type*=select-one]{cursor:pointer}.choices[data-type*=select-one] .choices__inner{padding-bottom:7.5rem}.choices[data-type*=select-one] .choices__input{display:block;width:100%;padding:10rem;border-bottom:1rem solid #ddd;background-color:#fff;margin:0}.choices[data-type*=select-one] .choices__button{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);padding:0;background-size:8rem;position:absolute;top:50%;right:0;margin-top:-10rem;margin-right:25rem;height:20rem;width:20rem;border-radius:10em;opacity:.25}.choices[data-type*=select-one] .choices__button:focus,.choices[data-type*=select-one] .choices__button:hover{opacity:1}.choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 2rem #005f75}.choices[data-type*=select-one] .choices__item[data-placeholder] .choices__button{display:none}.choices[data-type*=select-one]::after{content:"";height:0;width:0;border-style:solid;border-color:#333 transparent transparent;border-width:5rem;position:absolute;right:11.5rem;top:50%;margin-top:-2.5rem;pointer-events:none}.choices[data-type*=select-one].is-open::after{border-color:transparent transparent #333;margin-top:-7.5rem}.choices[data-type*=select-one][dir=rtl]::after{left:11.5rem;right:auto}.choices[data-type*=select-one][dir=rtl] .choices__button{right:auto;left:0;margin-left:25rem;margin-right:0}.choices[data-type*=select-multiple] .choices__inner,.choices[data-type*=text] .choices__inner{cursor:text}.choices[data-type*=select-multiple] .choices__button,.choices[data-type*=text] .choices__button{position:relative;display:inline-block;margin:0-4rem 0 8rem;padding-left:16rem;border-left:1rem solid #003642;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);background-size:8rem;width:8rem;line-height:1;opacity:.75;border-radius:0}.choices[data-type*=select-multiple] .choices__button:focus,.choices[data-type*=select-multiple] .choices__button:hover,.choices[data-type*=text] .choices__button:focus,.choices[data-type*=text] .choices__button:hover{opacity:1}.choices__inner{display:inline-block;vertical-align:top;width:100%;background-color:#f9f9f9;padding:7.5rem 7.5rem 3.75rem;border:1rem solid #ddd;border-radius:2.5rem;font-size:14rem;min-height:44rem;overflow:hidden}.is-focused .choices__inner,.is-open .choices__inner{border-color:#b7b7b7}.is-open .choices__inner{border-radius:2.5rem 2.5rem 0 0}.is-flipped.is-open .choices__inner{border-radius:0 0 2.5rem 2.5rem}.choices__list{margin:0;padding-left:0;list-style:none}.choices__list--single{display:inline-block;padding:4rem 16rem 4rem 4rem;width:100%}[dir=rtl] .choices__list--single{padding-right:4rem;padding-left:16rem}.choices__list--single .choices__item{width:100%}.choices__list--multiple{display:inline}.choices__list--multiple .choices__item{display:inline-block;vertical-align:middle;border-radius:20rem;padding:4rem 10rem;font-size:12rem;font-weight:500;margin-right:3.75rem;margin-bottom:3.75rem;background-color:#005f75;border:1rem solid #004a5c;color:#fff;word-break:break-all;box-sizing:border-box}.choices__list--multiple .choices__item[data-deletable]{padding-right:5rem}[dir=rtl] .choices__list--multiple .choices__item{margin-right:0;margin-left:3.75rem}.choices__list--multiple .choices__item.is-highlighted{background-color:#004a5c;border:1rem solid #003642}.is-disabled .choices__list--multiple .choices__item{background-color:#aaa;border:1rem solid #919191}.choices__list--dropdown,.choices__list[aria-expanded]{display:none;z-index:1;position:absolute;width:100%;background-color:#fff;border:1rem solid #ddd;top:100%;margin-top:-1rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;overflow:hidden;word-break:break-all}.is-active.choices__list--dropdown,.is-active.choices__list[aria-expanded]{display:block}.is-open .choices__list--dropdown,.is-open .choices__list[aria-expanded]{border-color:#b7b7b7}.is-flipped .choices__list--dropdown,.is-flipped .choices__list[aria-expanded]{top:auto;bottom:100%;margin-top:0;margin-bottom:-1rem;border-radius:.25rem .25rem 0 0}.choices__list--dropdown .choices__list,.choices__list[aria-expanded] .choices__list{position:relative;max-height:300rem;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}.choices__list--dropdown .choices__item,.choices__list[aria-expanded] .choices__item{position:relative;padding:10rem;font-size:14rem}[dir=rtl] .choices__list--dropdown .choices__item,[dir=rtl] .choices__list[aria-expanded] .choices__item{text-align:right}@media (min-width:640rem){.choices__list--dropdown .choices__item--selectable[data-select-text],.choices__list[aria-expanded] .choices__item--selectable[data-select-text]{padding-right:100rem}.choices__list--dropdown .choices__item--selectable[data-select-text]::after,.choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after{content:attr(data-select-text);font-size:12rem;opacity:0;position:absolute;right:10rem;top:50%;transform:translateY(-50%)}[dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text],[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text]{text-align:right;padding-left:100rem;padding-right:10rem}[dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text]::after,[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after{right:auto;left:10rem}}.choices__list--dropdown .choices__item--selectable.is-highlighted,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted{background-color:#f2f2f2}.choices__list--dropdown .choices__item--selectable.is-highlighted::after,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after{opacity:.5}.choices__item{cursor:default}.choices__item--selectable{cursor:pointer}.choices__item--disabled{cursor:not-allowed;-webkit-user-select:none;user-select:none;opacity:.5}.choices__heading{font-weight:600;font-size:12rem;padding:10rem;border-bottom:1rem solid #f7f7f7;color:gray}.choices__button{text-indent:-9999rem;appearance:none;border:0;background-color:transparent;background-repeat:no-repeat;background-position:center;cursor:pointer}.choices__button:focus,.choices__input:focus{outline:0}.choices__input{display:inline-block;vertical-align:baseline;background-color:#f9f9f9;font-size:14rem;margin-bottom:5rem;border:0;border-radius:0;max-width:100%;padding:4rem 0 4rem 2rem}.choices__input::-webkit-search-cancel-button,.choices__input::-webkit-search-decoration,.choices__input::-webkit-search-results-button,.choices__input::-webkit-search-results-decoration{display:none}.choices__input::-ms-clear,.choices__input::-ms-reveal{display:none;width:0;height:0}[dir=rtl] .choices__input{padding-right:2rem;padding-left:0}.choices__placeholder{opacity:.5}
/* End */


/* Start:/local/templates/upmore/css/contacts.css?17762488171479*/
.contacts__map #map {
    height: 800rem;
    overflow: hidden;
    border-radius: 24rem;
}

.contacts__wrap {
    display: flex;
    flex-wrap: wrap;
}

.contacts__col {
    width: 50%;
}

.contacts__col:last-child {
    padding-left: 12rem;
    max-width: 639rem;
}
.contacts__map
{
    margin-bottom: 48rem;
    margin-top: 64rem;
}
.contacts__item {
    margin-bottom: 40rem;
    padding-bottom: 40rem;
    border-bottom: 1px solid var(--green1);
}

.contacts__item:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

@media (max-width: 767px) {
    .contacts__map
    {
        margin-top: 40rem;
    }
    .contacts__map #map
    {
        height: 460rem;
    }
    .contacts__col {
        width: 100%;
    }

    .contacts__col:first-child {
        margin-bottom: 80rem;
    }

    .contacts__col:last-child {
        margin-top: 0;
        padding-left: 0;
    }

}

[class^="ymaps-"][class$="hint"],
[class^="ymaps-"][class$="hint__text"] {
    border: none;
    background: transparent;
    padding: 0;
    border-radius: 10rem;
}

.map-tooltip {
    width: 250rem;
    white-space: normal;
    padding: 10rem;
    border: 1px solid var(--green2);
    background-color: var(--bg);
    border-radius: 10rem;
}

.map-tooltip__title {
    margin-bottom: 4rem;
    font-size: 14rem;
    color: #000;
    line-height: 1.2;
}

.map-tooltip__address {
    font-size: 12rem;
    color: var(--green2);
    line-height: 1.3;
    width: 100%;
}

/* End */
/* /local/js/bquadro/cookienoties/styles/style.css?17762488171975 */
/* /local/js/bquadro/fos/css/style.css?177624881724407 */
/* /local/templates/upmore/css/splide.min.css?17762488174990 */
/* /local/templates/upmore/css/normalize.css?17762488176138 */
/* /local/templates/upmore/css/common.css?177624881724079 */
/* /local/templates/upmore/css/choices.min.css?17762488177832 */
/* /local/templates/upmore/css/contacts.css?17762488171479 */
