@font-face {
    font-family: Rubik;
    font-style: normal;
    font-display: swap;
    font-weight: 300;
    src: url("Rubik-Light.woff2") format("woff2"), url("Rubik-Light.woff") format("woff")
}

@font-face {
    font-family: Rubik;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("Rubik-Regular.woff2") format("woff2"), url("Rubik-Regular.woff") format("woff")
}

@font-face {
    font-family: Rubik;
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url("Rubik-Medium.woff2") format("woff2"), url("Rubik-Medium.woff") format("woff")
}

@font-face {
    font-family: Rubik;
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("Rubik-Bold.woff2") format("woff2"), url("Rubik-Bold.woff") format("woff")
}

.constructor, .constructor__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.constructor, .constructor__form, .constructor__preview, .constructor__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.constructor__preview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px
}

.constructor__previewTitle {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 25px
}

.constructor__previewTitle--additionally {
    position: relative;
    cursor: pointer;
    padding: 0 20px 0 0;
    outline: none;
    border: none;
    background: transparent
}

.constructor__previewTitle--additionally:after {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    border-style: solid;
    border-width: 8px 5px 0;
    border-color: #4b4b4b transparent transparent
}

.constructor__previewTitle--additionally.is-active:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.constructor__footerError {
    margin-top: 5px;
    color: #a94442;
    width: 100%;
    font-size: 14px
}

.constructor__footer {
    margin-top: 40px
}

.constructor__btn {
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 8px 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #5fafd1 !important;
    border: 1px solid #5fafd1;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 4px
}

.constructor__btn:hover {
    background-color: #9bc6d9 !important;
    border-color: #9bc6d9 !important;
    color: #212529 !important
}

.constructor__btn.mb10 {
    margin-bottom: 10px
}

.constructor__row--fwrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px
}

.constructor__color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 10px 20px
}

.constructor__colorName {
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.constructor .multiselect {
    min-height: 34px;
    margin-bottom: 15px
}

.constructor .multiselect--active .multiselect__select {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.constructor .multiselect--active .multiselect__tags {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.constructor .multiselect__tags-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.constructor .multiselect__select {
    height: 34px;
    right: 0;
    top: 0;
    padding: 4px 8px;
    width: auto
}

.constructor .multiselect__select:before {
    right: 50%;
    border-color: #4b4b4b transparent transparent;
    border-style: solid;
    border-width: 6px 3px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.constructor .multiselect__block {
    width: 100%;
    margin-right: 20px
}

.constructor .multiselect__block.mr0 {
    margin-right: 0
}

.constructor .multiselect__placeholder {
    margin: 0;
    padding: 0;
    display: block !important;
    line-height: 20px
}

.constructor .multiselect__single {
    font-weight: 400;
    font-size: 14px;
    color: #555;
    padding: 0;
    margin: 0
}

.constructor .multiselect__label {
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.constructor .multiselect__tags {
    padding: 5px 24px 0 12px;
    cursor: pointer;
    border: 1px solid #ccc;
    min-height: 34px;
    border-radius: 0
}

.constructor .multiselect__tag {
    color: #000;
    background: #efefef
}

.constructor .multiselect__tag-icon {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #535d62
}

.constructor .multiselect__tag-icon:after {
    color: #fff
}

.constructor .multiselect__tag-icon:hover {
    background: #535d62
}

.constructor .multiselect__content-wrapper {
    top: 98%;
    background-color: #fff;
    border: 1px solid #66afe9;
    border-radius: 0
}

.constructor .multiselect__element {
    font-size: 14px;
    font-weight: 400
}

.constructor .multiselect__element:hover {
    background-color: #f5f6f7
}

.constructor .multiselect__option {
    position: relative;
    padding: 6px 24px 6px 12px;
    color: #555;
    min-height: 34px;
    height: 34px;
    line-height: 20px
}

.constructor .multiselect__option:hover {
    color: #fff;
    background-color: #347ab6
}

.constructor .multiselect__option--selected {
    background-color: #d6eff4;
    font-weight: 400;
    color: #3d656f !important
}

.constructor .multiselect__option--selected.multiselect__option--highlight {
    background: none;
    color: inherit
}

.constructor .multiselect__option--selected:hover {
    background-color: #d6eff4
}

.constructor .multiselect__option--selected:after {
    display: none
}

.constructor .multiselect__option--highlight {
    background: none
}

.constructor .multiselect__option--highlight:after {
    display: none
}

.input {
    position: relative;
    margin-bottom: 15px;
    width: 100%;
    margin-right: 20px
}

.input.mw {
    max-width: calc(50% - 10px)
}

.input:last-child {
    margin-right: 0
}

.input.is-error .input__error {
    display: block
}

.input.is-error .input__label {
    color: #a94442
}

.input.is-error .input__input {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.input__input {
    background-color: #fff;
    width: 100%;
    font-size: 15px;
    cursor: auto;
    border: 1px solid #ccc;
    height: 34px;
    padding: 6px 24px 6px 12px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    color: #555
}

.input__input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.input__label {
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.input__error {
    display: none;
    margin-top: 5px;
    color: #a94442;
    width: 100%;
    font-size: 14px
}

.widget {
    width: 100%;
    min-width: 200px;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    background-color: #fff;
    color: #354052;
    font-size: 15px;
    border: 1px solid #e3e8ee;
    border-radius: 5px;
    height: 100%;
    overflow: hidden
}

.widget--mh {
    min-height: auto
}

.widget--startWindow {
    border: 3px solid #ced9f0
}

.widget__start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding-top: 48px;
    background-color: #fff
}

.widget__start.new-theme {
    padding-top: 0
}

.widget__startHead {
    font-weight: 700;
    font-size: 38px;
    color: #000;
    padding: 0 20px 20px;
    z-index: 2;
    background-color: #fff;
    width: 100%
}

.widget__startHead.new-theme {
    padding: 20px
}

.widget__startText {
    font-size: 18px;
    color: #666;
    padding: 0 20px;
    z-index: 2;
    width: 100%;
    background-color: #fff
}

.widget__startBtn {
    padding: 8px 16px;
    margin: 40px 20px 0;
    background-color: #0063b0;
    border-radius: 6px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    z-index: 2
}

.widget__startBtn.new-theme {
    margin: 0;
    height: 50px
}

.widget__startBg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-image: url("startImg.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    height: 300px;
    z-index: 1
}

@media screen and (max-height: 500px) {
    .widget__startBg {
        top: 50%
    }
}

@media screen and (min-height: 500px) {
    .widget__startBg {
        bottom: 0
    }
}

@media screen and (min-width: 450px) {
    .widget__startBg {
        background-position: 100%;
        background-size: contain
    }
}

.widget__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 15px;
    border-bottom: 1px solid #e3e8ee;
    background-color: #0b40b3
}

@media screen and (max-width: 259px) {
    .widget__head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.widget__headCaption {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    font-style: normal
}

@media screen and (max-width: 259px) {
    .widget__headCaption {
        text-align: center
    }
}

.widget__headDivider {
    background: #fff;
    opacity: .4;
    margin: 0 14px 0 12px;
    width: 1px;
    height: 100%
}

@media screen and (max-width: 259px) {
    .widget__headDivider {
        display: none
    }
}

.widget__headLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px
}

.widget__headLink, .widget__headLink:hover {
    color: #2c8ecc;
    text-decoration: none
}

@media screen and (max-width: 259px) {
    .widget__headLink {
        margin-bottom: 10px
    }
}

.widget__headLinkSvg {
    width: 40px;
    height: 35px;
    fill: #fff
}

.widget__type {
    width: 100%;
    border-bottom: 1px solid #e3e8ee;
    padding: 15px;
    background-color: #f2f8fc
}

.widget__items {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
    overflow: auto;
    scrollbar-color: #bcbcbc transparent;
    scrollbar-width: thin
}

.widget__items::-webkit-scrollbar {
    width: 14px;
    height: 14px;
    background-color: transparent;
    cursor: pointer
}

.widget__items::-webkit-scrollbar-thumb {
    background-color: #bcbcbc;
    border-radius: 14px;
    border: 4px solid #fff
}

.widget__items::-webkit-scrollbar-thumb:hover {
    border: 2px solid #fff;
    background-color: #a3a2a2
}

.widget__items::-webkit-scrollbar-button:vertical:end:increment, .widget__items::-webkit-scrollbar-button:vertical:start:decrement {
    opacity: 0
}

.widget__items::-webkit-scrollbar-button:horizontal:end:increment, .widget__items::-webkit-scrollbar-button:horizontal:start:decrement {
    opacity: 0
}

.widget__item {
    display: block;
    width: 100%;
    background: #fff;
    padding: 15px;
    border-bottom: 1px solid #e3e8ee;
    text-decoration: none
}

.widget__item:hover {
    background: #f9f9fa;
    color: #2c8ecc;
    cursor: pointer
}

.widget__itemLink {
    font-weight: 400;
    font-size: 14px;
    color: inherit;
    text-decoration: none;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-wrap: break-word;
    word-break: break-word;
    line-break: auto;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
    display: -webkit-box;
    overflow: hidden
}

.widget__itemLink:hover {
    background: inherit;
    color: inherit;
    cursor: pointer;
    text-decoration: none
}

.widget__h2 {
    width: 100%;
    text-align: center
}

.widget__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    padding: 20px 15px;
    width: 100%;
    margin-top: auto
}

.widget__paginationControl {
    list-style: none;
    width: 32px;
    height: 32px;
    min-width: 25px;
    background-size: 15px 15px;
    background-position: 50%;
    background-repeat: no-repeat
}

.widget__paginationControl a {
    display: block;
    width: 100%;
    height: 100%;
    outline: none
}

.widget__paginationControl.disabled {
    opacity: .35
}

.widget__paginationControlPrev {
    background-image: url("pagLeft.svg")
}

.widget__paginationControlNext {
    background-image: url("pagRight.svg")
}

.widget__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
    overflow: auto
}

.widget__paginationLi {
    list-style: none;
    outline: none
}

.widget__paginationLi.is-active .widget__paginationItem {
    color: #fff;
    background-color: #2862ac;
    border-color: #2862ac
}

.widget__paginationItem {
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 10px 5px;
    margin-right: 4px;
    text-align: center;
    color: #000;
    border: 0;
    border-radius: 5px;
    -webkit-transition: color .2s, border .2s;
    transition: color .2s, border .2s;
    background: #fff;
    opacity: 1;
    outline: none !important
}

.widget__paginationItem:last-child {
    margin-right: 0
}

.widget__paginationItem:hover {
    color: #2862ac;
    text-decoration: none
}

.widget__select {
    position: relative
}

.widget__select, .widget__selectTag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.widget__selectTag {
    border-bottom: 2px dashed #2c8ecc;
    color: #2c8ecc;
    font-size: 25px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 3px
}

.widget__selectTag--multi:hover {
    color: #116ca6;
    border-bottom: 2px dashed #116ca6;
    cursor: pointer
}

.widget__selectTag--multi:hover:after {
    border: 2px solid #116ca6
}

.widget__selectTag--multi:after {
    content: "";
    display: block;
    margin-left: 10px;
    border: 2px solid #2c8ecc;
    width: 8px;
    height: 8px;
    border-left: 0 !important;
    border-top: 0 !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer
}

.widget__selectTag--multi.active:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.widget__selectItems {
    position: absolute;
    left: 0;
    top: calc(100% + 5px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-shadow: 0 2px 4px rgba(0, 30, 75, .15);
    box-shadow: 0 2px 4px rgba(0, 30, 75, .15);
    border-radius: 5px;
    background-color: #f9f9fa;
    z-index: 5
}

.widget__selectItem, .widget__selectItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.widget__selectItem {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 5px 15px 5px 30px;
    color: #354052;
    font-weight: 400;
    cursor: pointer
}

.widget__selectItem:hover {
    color: #116ca6;
    background-color: #f5f6f7
}

.widget__selectItem--active {
    color: #116ca6;
    cursor: default
}

.widget__selectItem--active:before {
    content: "";
    border: 2px solid #116ca6;
    width: 7px;
    height: 11px;
    border-left: 0;
    border-top: 0;
    position: absolute;
    left: 10px;
    top: 40%;
    -webkit-transform: translateY(-50%) rotate(38deg);
    transform: translateY(-50%) rotate(38deg)
}

.widget__back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px
}

.widget__back, .widget__back:hover {
    color: #2c8ecc;
    text-decoration: none
}

.widget__backSvg {
    margin-right: 8px
}

.widget__polls {
    width: 100% !important;
    display: block;
    padding: 15px;
    overflow-y: auto;
    text-decoration: none;
    scrollbar-color: #bcbcbc transparent;
    scrollbar-width: thin
}

.widget__polls::-webkit-scrollbar {
    width: 14px;
    height: 14px;
    background-color: transparent;
    cursor: pointer
}

.widget__polls::-webkit-scrollbar-thumb {
    background-color: #bcbcbc;
    border-radius: 14px;
    border: 4px solid #fff
}

.widget__polls::-webkit-scrollbar-thumb:hover {
    border: 2px solid #fff;
    background-color: #a3a2a2
}

.widget__polls::-webkit-scrollbar-button:vertical:end:increment, .widget__polls::-webkit-scrollbar-button:vertical:start:decrement {
    opacity: 0
}

.widget__polls::-webkit-scrollbar-button:horizontal:end:increment, .widget__polls::-webkit-scrollbar-button:horizontal:start:decrement {
    opacity: 0
}

.widget__pollsTitle {
    font-size: 22px;
    margin-bottom: 20px;
    color: #354052
}

.widget__pollsFs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 25px
}

.widget__pollsTextGrey {
    font-size: 14px;
    color: #a6abb3
}

.widget__pollsText {
    font-size: 15px;
    color: #354052
}

.widget__textCustom {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 15px;
    color: #000
}

.widget__btn {
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 8px 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #5fafd1 !important;
    border: 1px solid #5fafd1;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 4px
}

.widget__btn:hover {
    background-color: #9bc6d9 !important;
    border-color: #9bc6d9 !important;
    color: #212529 !important
}

.widget__pollsQuestions {
    width: 100%
}

.widget__pollsQuestion {
    width: 100%;
    border-bottom: 1px solid #e3e8ee;
    margin-bottom: 20px;
    padding-bottom: 5px
}

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

.widget__pollsQuestionTitle {
    font-size: 16px;
    color: #354052;
    margin-bottom: 10px
}

.widget__pollsQuestionOptions {
    width: 100%;
    margin-top: 10px
}

.widget__pollsQuestionOption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #354052;
    margin-bottom: 15px
}

.widget__pollsQuestionOption:before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 1px solid hsla(212, 7%, 66%, .5);
    margin-right: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.widget__pollsQuestionOption.circle:before {
    border-radius: 50%
}

.widget__pollsRating {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 280px;
    width: 100%;
    margin-bottom: 15px
}

.widget__pollsRating, .widget__pollsRatingFromTo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.widget__pollsRatingFromTo {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

.widget__pollsRatingFromTo span:first-child {
    color: #000
}

.widget__pollsRatingFromTo span:nth-child(2) {
    color: #a6abb3
}

.widget__pollsRatingItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.widget__pollsRatingItem {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 100%;
    background-color: #e3e8ee;
    height: 6px;
    border-right: 1px solid #000
}

.widget__pollsRatingItem:first-child {
    position: relative;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px
}

.widget__pollsRatingItem:first-child:before {
    content: "";
    position: absolute;
    left: -8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #fff;
    border: 8px solid #2c8ecc;
    border-radius: 50%
}

.widget__pollsRatingItem:last-child {
    border-right: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px
}

.widget__pollsInput {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 280px;
    width: 100%;
    margin-bottom: 15px
}

.widget__pollsInput, .widget__pollsInputExplanation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.widget__pollsInputExplanation {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

.widget__pollsInputExplanation span:first-child {
    color: #000
}

.widget__pollsInputExplanation span:nth-child(2) {
    color: #a6abb3
}

.widget__pollsInputTextArea {
    height: 60px;
    border: 1px solid #000
}

.frame-content {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.frame-content.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.frame-content.horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.frame-content > .content-partial {
    display: inline-block;
    position: relative
}

.frame-content > .content-partial.vertical {
    width: 100%;
    height: 50%
}

.frame-content > .content-partial.horizontal {
    width: 50%;
    height: 100%
}

.frame-content > .content-partial > .start-bg-svg {
    z-index: -100;
    width: 100%;
    height: 100%;
    background: #fafafa
}

.modalBlock {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100vh;
    background-color: rgba(0, 0, 0, .3);
    cursor: pointer;
    z-index: 200;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.modalBlock, .modalBlock__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.modalBlock__content {
    position: relative;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 780px;
    border-radius: 0 0 4px 4px;
    cursor: default;
    background-color: #fff;
    padding: 40px 20px 20px
}

.modalBlock__head {
    border-radius: 4px 4px 0 0;
    width: 780px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: default;
    padding: 20px;
    background: #28343b
}

.modalBlock__headTitle {
    font-size: 1.5em;
    color: #fff;
    font-weight: 600
}

.modalBlock__textarea {
    resize: none;
    border: 1px solid #ccc;
    padding: 5px;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

.modalBlock__textarea:focus {
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.modalBlock__text {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px
}

.modalBlock__close {
    position: relative;
    border: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.modalBlock__close:after {
    width: 2px;
    height: 15px
}

.modalBlock__close:after, .modalBlock__close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.modalBlock__close:before {
    width: 15px;
    height: 2px
}

.contentWidget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 100px
}

.contentWidget__h1 {
    max-width: 1040px;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 40px
}

.fade-enter-active {
    -webkit-transition: opacity .6s;
    transition: opacity .6s
}

.fade-enter {
    opacity: 0
}

.fade-leave, .fade-leave-active, .v-leave-to {
    display: none
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 0
}

#vueRoot, body, html {
    height: 100%
}

button, h1 {
    padding: 0;
    margin: 0
}

button {
    border: none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer
}

button, input, select, textarea {
    outline: none
}

input {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

input[type=number] {
    -moz-appearance: textfield
}

input, select {
    cursor: pointer;
    background: transparent;
    outline: none
}

img {
    width: 100%;
    vertical-align: middle
}

ul {
    padding: 0;
    margin: 0
}
