.frontend-constructor .btn:not(.btn-neutral) {
    border-width: 2px;
}

.frontend-constructor  .modal-dialog .modal-header {
    margin: 0;
}

.frontend-constructor .form-horizontal {
    background: none;
    border: none;
    padding: 0 !important;
    margin: 0;
}

.bg-white {
    background-color: white !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.constructor-subscription-form {
    position: fixed;
    z-index: 10000;
    bottom: 0;
    left: 10px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 320px;
    height: 340px;
    -webkit-transform: translateY(270px);
    -moz-transform: translateY(270px);
    -ms-transform: translateY(270px);
    -o-transform: translateY(270px);
    transform: translateY(270px);
}
.constructor-subscription-form.is-open {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.constructor-subscription-form__header {
    background-color: #077eb5;
    background-image: -webkit-linear-gradient(90deg, rgba(10, 175, 189, 0) 0%, #0aafbd 100%);
    background-image: -moz-linear-gradient(90deg, rgba(10, 175, 189, 0) 0%, #0aafbd 100%);
    background-image: -o-linear-gradient(90deg, rgba(10, 175, 189, 0) 0%, #0aafbd 100%);
    background-image: linear-gradient(0deg, rgba(10, 175, 189, 0) 0%, #0aafbd 100%);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    height: 70px;
    line-height: 70px;
    padding: 0 30px 0 105px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.constructor-subscription-form__header:hover {
    background-color: #0b97d7;
    background-image: -webkit-linear-gradient(90deg, rgba(10, 175, 189, 0) 0%, #0aafbd 100%);
    background-image: -moz-linear-gradient(90deg, rgba(10, 175, 189, 0) 0%, #0aafbd 100%);
    background-image: -o-linear-gradient(90deg, rgba(10, 175, 189, 0) 0%, #0aafbd 100%);
    background-image: linear-gradient(0deg, rgba(10, 175, 189, 0) 0%, #0aafbd 100%);
}
.constructor-subscription-form__header .constructor-subscription-form__icon--close {
    display: none;
}
.constructor-subscription-form__header .constructor-subscription-form__icon--window {
    display: block;
}
.constructor-subscription-form__header.is-open .constructor-subscription-form__icon--close {
    display: block;
}
.constructor-subscription-form__header.is-open .constructor-subscription-form__icon--window {
    display: none;
}
.constructor-subscription-form__title {
    font-family: "Acrom ExtraBold";
    color: #fff;
    font-size: 15px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}
.constructor-subscription-form__button {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    padding: 0;
    margin: 0;
    line-height: 1;
}
.constructor-subscription-form__icon {
    display: inline-block;
    vertical-align: middle;
    background: url(../images/subscription-form/subscription-form-icons.png) no-repeat;
}
.constructor-subscription-form__icon--window {
    width: 15px;
    height: 14px;
    background-position: 0 0;
}
.constructor-subscription-form__icon--close {
    width: 10px;
    height: 10px;
    background-position: -20px 0;
}
.constructor-subscription-form__decor {
    background-size: cover;
    background-repeat: no-repeat;
    width: 63px;
    height: inherit;
    position: absolute;
    left: 27px;
    bottom: 0;
}
.constructor-subscription-form__inner {
    background: #fff;
    padding: 5px 20px;
    height: 210px;
}
.constructor-subscription-form__footer {
    background: #eeeeee;
    height: 60px;
    padding: 10px 20px;
}
.constructor-subscription-form__submit {
    border-radius: 3px;
    background: #077fb6;
    text-transform: none;
    height: 40px;
    line-height: 35px;
    font-size: 15px;
    padding: 0 20px;
}
.constructor-subscription-form__desc {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 5px;
}
.constructor-subscription-form__field {
    height: 30px;
    margin-bottom: 5px;
}
.constructor-subscription-form__fields  label {
    font-size: 12px;
    height: 12px;
}

.frontend-constructor p>a:not(.btn),
.frontend-constructor li:not(.white-tabs__btn)>a:not(.btn),
.frontend-constructor label a:not(.btn),
.frontend-constructor h1>a:not(.btn),
.frontend-constructor h2>a:not(.btn),
.frontend-constructor h3>a:not(.btn),
.frontend-constructor h4>a:not(.btn),
.frontend-constructor h5>a:not(.btn),
.frontend-constructor h6>a:not(.btn),
.frontend-constructor span>a:not(.btn) {
    color: #F36847;
    box-shadow: inset 0 -0.09em;
}

.frontend-constructor p>a:not(.btn):hover ,
.frontend-constructor li:not(.white-tabs__btn)>a:not(.btn):hover ,
.frontend-constructor label a:not(.btn):hover ,
.frontend-constructor h1>a:not(.btn):hover ,
.frontend-constructor h2>a:not(.btn):hover ,
.frontend-constructor h3>a:not(.btn):hover ,
.frontend-constructor h4>a:not(.btn):hover ,
.frontend-constructor h5>a:not(.btn):hover ,
.frontend-constructor h6>a:not(.btn):hover ,
.frontend-constructor span>a:not(.btn):hover {
    color: #00AAC0;
}

.frontend-constructor p>a:not(.btn):active,
.frontend-constructor li:not(.white-tabs__btn)>a:not(.btn):active,
.frontend-constructor label a:not(.btn):active,
.frontend-constructor h1>a:not(.btn):active,
.frontend-constructor h2>a:not(.btn):active,
.frontend-constructor h3>a:not(.btn):active,
.frontend-constructor h4>a:not(.btn):active,
.frontend-constructor h5>a:not(.btn):active,
.frontend-constructor h6>a:not(.btn):active,
.frontend-constructor span>a:not(.btn):active {
    color: #2E4358;
}

/*.has-bg-image:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}*/

.has-bg-image.blur-10:before {
    backdrop-filter: blur(1px);
}
.has-bg-image.blur-20:before {
    backdrop-filter: blur(2px);
}
.has-bg-image.blur-30:before {
    backdrop-filter: blur(3px);
}
.has-bg-image.blur-40:before {
    backdrop-filter: blur(4px);
}
.has-bg-image.blur-50:before {
    backdrop-filter: blur(5px);
}
.has-bg-image.blur-60:before {
    backdrop-filter: blur(6px);
}
.has-bg-image.blur-70:before {
    backdrop-filter: blur(7px);
}
.has-bg-image.blur-80:before {
    backdrop-filter: blur(8px)
}
.has-bg-image.blur-90:before {
    backdrop-filter: blur(9px);
}
.has-bg-image.blur-100:before {
    backdrop-filter: blur(10px);
}

.has-bg-image.grayscale-1:before {
    backdrop-filter: grayscale(1);
}
.has-bg-image.grayscale-1:before {
    backdrop-filter: grayscale(1);
}
.has-bg-image.grayscale-1:before {
    backdrop-filter:  grayscale(1);
}
.has-bg-image.grayscale-1:before {
    backdrop-filter: grayscale(1);
}
.has-bg-image.grayscale-1:before {
    backdrop-filter: grayscale(1);
}
.has-bg-image.grayscale-1:before {
    backdrop-filter: grayscale(1);
}
.has-bg-image.grayscale-1:before {
    backdrop-filter: grayscale(1);
}
.has-bg-image.grayscale-1:before {
    backdrop-filter: grayscale(1)
}
.has-bg-image.grayscale-1:before {
    backdrop-filter: grayscale(1);
}
.has-bg-image.grayscale-1:before {
    backdrop-filter: grayscale(1);
}

.has-bg-image.blur-10.grayscale-1:before {
    backdrop-filter: blur(1px) grayscale(1);
}
.has-bg-image.blur-20.grayscale-1:before {
    backdrop-filter: blur(2px) grayscale(1);
}
.has-bg-image.blur-30.grayscale-1:before {
    backdrop-filter:  blur(3px) grayscale(1);
}
.has-bg-image.blur-40.grayscale-1:before {
    backdrop-filter: blur(4px) grayscale(1);
}
.has-bg-image.blur-50.grayscale-1:before {
    backdrop-filter: blur(5px) grayscale(1);
}
.has-bg-image.blur-60.grayscale-1:before {
    backdrop-filter: blur(6px) grayscale(1);
}
.has-bg-image.blur-70.grayscale-1:before {
    backdrop-filter: blur(7px) grayscale(1);
}
.has-bg-image.blur-80.grayscale-1:before {
    backdrop-filter: blur(8px) grayscale(1)
}
.has-bg-image.blur-90.grayscale-1:before {
    backdrop-filter: blur(9px) grayscale(1);
}
.has-bg-image.blur-100.grayscale-1:before {
    backdrop-filter: blur(10px) grayscale(1);
}

.frontend-constructor, .frontend-constructor > main, .constructor-row {
    position: relative;
}

.frontend-constructor > main {
    margin-top: 20px;
}

.constructor-container-inner, .constructor-container-inner + .expanded-block {
    max-width: 1020px;
    margin-right: auto;
    margin-left: auto;
}

.frontend-constructor .table tbody tr td {
    font-family: inherit;
}

.row-manage:hover, .row-manage-right:hover {
    z-index: 3;
}

.constructed-page .owl-carousel .owl-item img {
    width: auto;
}

[class*=owl-carousel-horizontal-slider-] .owl-item > .constructor-row {
    padding-left: 5px;
    padding-right: 5px;
}

[class*=constructor-row-]:hover, [class*=constructor-block-]:hover {
    transition: 0.3s;
}

.flex-last-to-bottom {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.flex-last-to-bottom > div {
    flex: 0 0 auto;
}

.flex-last-to-bottom > div:nth-last-child(-n+2) {
    flex: 1 0 auto;
}

.flex-last-to-bottom > div:last-of-type {
    flex: 0 0 auto;
}

.constructor-block .modal {
    text-align: initial;
}

.constructor-news .i-panel-events__item {
    border-bottom: 1px dashed #c1cbd6;
    padding-bottom: 15px;
}

.constructor-news .i-panel-events__item:last-of-type {
    border: none;
}

.constructor-news .constructor-news-more {
    padding-top: 25px;
}

.constructor-news .constructor-news-link {
    text-decoration: none;
    color: inherit !important;
    box-shadow: none !important;
}

.constructor-news .news-list__item__img {
    padding-right: 0;
}

.hover-slider {
    position: relative;
    height: 460px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.hover-slide {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height: 100%;
}

.hover-slide [class^=col-md-24] {
    padding-left: 0;
    padding-right: 0;
}

.hover-slide[data-coverflow-index] {
    position: absolute;
}

.hover-slide .constructor-outer-block, .hover-slide .constructor-block {
    height: 100%;
}

@media all and (max-width: 450px) {
    .hover-slide > [class^=col-md-24] {
        padding: 35px;
    }
}

.tiny-player [id*=_toggle_] {
    position: absolute;
    cursor: pointer;
}

.tiny-player [id$=_toggle_sound] {
    display: none;
}

.btn-neutral, .btn-neutral:hover, .btn-neutral:focus {
    color: #000;
    background: transparent;
    background-image: none;
    border-color: transparent;
    border-width: 0;
    box-shadow: none;
}

.btn-neutral:hover, .btn-neutral:focus, .btn-neutral:visited {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}

.btn-neutral.disabled, .btn-neutral:disabled {
}

.btn-neutral:not(:disabled):not(.disabled).active, .btn-neutral:not(:disabled):not(.disabled):active,.show>.btn-neutral.dropdown-toggle {
}

.btn-neutral:not(:disabled):not(.disabled).active:focus, .btn-neutral:not(:disabled):not(.disabled):active:focus,.show>.btn-neutral.dropdown-toggle:focus {
}

.constructor-inner-link {
    display: none;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.4);
    border: 2px solid #FF6633;
}

.constructor-inner-link i {
    position: absolute;
    display: flex;
    align-items: center;
    height: 100%;
    left: 50%;
    color: #333;
}

.constructor-block .btn-neutral[class*=template-styles] {
    text-transform: initial;
}

.fa-solid {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-arrow-left:before, .fa-arrow-left-long:before, .fa-left-long:before {
    content: "\f060";
}

.fa-arrow-right:before, .fa-arrow-right-long:before, .fa-right-long:before {
    content: "\f061";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-caret-left:before, .fa-angles-left:before, .fa-angle-left:before {
    content: "\f0d9";
}

.fa-caret-right:before, .fa-angles-right:before, .fa-angle-right:before {
    content: "\f0da";
}

.fa-circle-left:before {
    content: "\f18e";
}

.fa-circle-right:before {
    content: "\f190";
}

.fa-circle-left:before {
    content: "\f0a8";
}

.fa-circle-right:before {
    content: "\f0a9";
}

.fa-circle-chevron-left:before {
    content: "\f137";
}

.fa-circle-chevron-right:before {
    content: "\f138";
}

.fa-square-caret-left:before, .fa-square-caret-left:before {
    content: "\f191";
}

.fa-square-caret-right:before, .fa-square-caret-right:before {
    content: "\f152";
}

.owl-dots .owl-dot-constructor {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    display: inline-block;
    zoom: 1;
    position: relative;
}

.owl-dots .owl-dot-constructor span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
}

.owl-dots .owl-dot-constructor.active span {
    opacity: 0.5;
}

.vote-toggle[data-status="0"] {
    cursor: not-allowed;
}