body.no-scroll,
html.no-scroll {
    overflow: hidden
}

.wow-modal-overlay {
    position: fixed;
    display: none;
    overflow: auto
}

.wow-modal-overclose,
.wow-modal-overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: default;
    width: 100%;
    height: 100%
}

.wow-modal-window {
    display: none;
    margin: auto
}

.wow-modal-window,
.wow-modal-window div {
    box-sizing: border-box
}

.modal-window-content {
    position: relative;
    display: block;
    height: 100%;
    overflow-y: auto;
    padding: 0;
    margin: 0
}

.modal-window-content:hover {
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    overflow-scrolling: touch
}

.modal-window-content::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 2px
}

.modal-window-content::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5)
}

.mw-close-btn {
    z-index: 99999;
    cursor: pointer;
    position: absolute;
    display: none
}

.mw-close-btn.topLeft {
    top: 0;
    left: 0
}

.mw-close-btn.topRight {
    top: 0;
    right: 0
}

.mw-close-btn.bottomLeft {
    bottom: 0;
    left: 0
}

.mw-close-btn.bottomRight {
    bottom: 0;
    right: 0
}

.mw-close-btn,
.mw-close-btn:before {
    transition: all .1s ease
}

.mw-close-btn:before {
    white-space: nowrap;
    display: block;
    position: relative
}

.wow_modal_button_bottom,
.wow_modal_button_left,
.wow_modal_button_right,
.wow_modal_button_top {
    display: block;
    position: fixed;
    text-align: center;
    text-decoration: none;
    float: none;
    text-shadow: none;
    cursor: pointer
}

.wow_modal_button_left {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left top 0;
    transform-origin: left top 0
}

.wow_modal_button_right {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right top 0;
    transform-origin: right top 0
}

.wow-col {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.wow-col-1,
.wow-col-10,
.wow-col-11,
.wow-col-12,
.wow-col-2,
.wow-col-3,
.wow-col-4,
.wow-col-5,
.wow-col-6,
.wow-col-7,
.wow-col-8,
.wow-col-9 {
    box-sizing: border-box
}

.wow-col-12 {
    width: 100%
}

.wow-col-11 {
    width: 91.66666667%
}

.wow-col-10 {
    width: 83.33333333%
}

.wow-col-9 {
    width: 75%
}

.wow-col-8 {
    width: 66.66666667%
}

.wow-col-7 {
    width: 58.33333333%
}

.wow-col-6 {
    width: 50%
}

.wow-col-5 {
    width: 41.66666667%
}

.wow-col-4 {
    width: 33.33333333%
}

.wow-col-3 {
    width: 25%
}

.wow-col-2 {
    width: 16.66666667%
}

.wow-col-1 {
    width: 8.33333333%
}

a.ds-button {
    text-decoration: none
}

.ds-button {
    border: 0;
    border-radius: 0;
    font-weight: 400;
    cursor: pointer;
    -webkit-justify-content: center;
    justify-content: center;
    padding: calc(.5em - 1px) 1em;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1
}

.ds-button.is-small {
    border-radius: 2px;
    font-size: .75em
}

.ds-button.is-normal {
    font-size: 1em
}

.ds-button.is-medium {
    font-size: 1.25em
}

.ds-button.is-large {
    font-size: 1.5em
}

.ds-button.is-fullwidth {
    display: -webkit-flex;
    display: flex;
    width: 100%
}

.modal-window-content .smw-input,
.modal-window-content textarea {
    padding: 10px;
    display: block;
    max-width: none;
    box-sizing: border-box;
    margin-bottom: 13px
}