@charset "UTF-8";

.is-style-outline > :where(.wp-block-button__link), :where(.wp-block-button__link).is-style-outline {
    border: 2px solid;
    padding: .667em 1.333em
}

.wp-block-columns:where(.has-background) {
    padding: 1.25em 2.375em
}

h2, h3, h5 {
    overflow-wrap: break-word
}

ol, ul {
    overflow-wrap: break-word
}

.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) {
    background-color: inherit;
    color: inherit;
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: normal;
    opacity: 0;
    transition: opacity .1s linear;
    visibility: hidden;
    width: 0;
    height: 0;
    overflow: hidden;
    left: -1px;
    top: 100%
}

    .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) > .wp-block-navigation-item > .wp-block-navigation-item__content {
        display: flex;
        flex-grow: 1
    }

        .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) > .wp-block-navigation-item > .wp-block-navigation-item__content .wp-block-navigation__submenu-icon {
            margin-right: 0;
            margin-left: auto
        }

    .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation-item__content {
        margin: 0
    }

@media (min-width:782px) {
    .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-container {
        left: 100%;
        top: -1px
    }

        .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-container:before {
            content: "";
            position: absolute;
            right: 100%;
            height: 100%;
            display: block;
            width: .5em;
            background: 0 0
        }

    .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-icon svg {
        transform: rotate(-90deg)
    }
}

.wp-block-navigation .has-child:where(:not(.open-on-click)):hover > .wp-block-navigation__submenu-container {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    width: auto;
    height: auto;
    min-width: 200px
}

.wp-block-navigation .has-child:where(:not(.open-on-click):not(.open-on-hover-click)):focus-within > .wp-block-navigation__submenu-container {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    width: auto;
    height: auto;
    min-width: 200px
}

.wp-block-navigation:where(.has-background), .wp-block-navigation:where(.has-background) .wp-block-navigation .wp-block-page-list, .wp-block-navigation:where(.has-background) .wp-block-navigation__container {
    gap: var(--wp--style--block-gap,.5em)
}

    .wp-block-navigation :where(.wp-block-navigation__submenu-container) .wp-block-navigation-item__content, .wp-block-navigation:where(.has-background) .wp-block-navigation-item__content {
        padding: .5em 1em
    }

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: .68;
    font-weight: 100;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal
}

p {
    overflow-wrap: break-word
}

:where(p.has-text-color:not(.has-link-color)) a {
    color: inherit
}

.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title) {
    font-weight: inherit
}

.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title) {
    font-family: inherit
}

.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title), .wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title) {
    font-size: inherit
}

.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title) {
    line-height: inherit
}

.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title) {
    font-style: inherit
}

.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
    letter-spacing: inherit
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}

.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

    .screen-reader-text:focus {
        background-color: #ddd;
        clip: auto !important;
        -webkit-clip-path: none;
        clip-path: none;
        color: #444;
        display: block;
        font-size: 1em;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000
    }

html :where(img) {
    height: auto;
    max-width: 100%
}



*, ::after, ::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article, aside, footer, header, main, nav {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

h2, h3, h5 {
    margin-top: 0;
    margin-bottom: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

    ul ul {
        margin-bottom: 0
    }

b {
    font-weight: bolder
}

small {
    font-size: 80%
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

    a:hover {
        color: #0056b3;
        text-decoration: none
    }

img {
    vertical-align: middle;
    border-style: none
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color
    }

button, input, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button {
    text-transform: none
}

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

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

textarea {
    overflow: auto;
    resize: vertical
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

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

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}



.button, button {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-color: transparent;
    text-decoration: none !important;
    border: 1px solid transparent;
    padding: .375rem 1rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .button, button {
        transition: none
    }
}

.button:focus, .button:hover, button:focus, button:hover {
    border-color: transparent
}

.button:focus, button:focus {
    outline: 0
}

.button-primary {
    color: #fff;
    background-color: #000
}

.button-effect {
    display: inline-block;
    position: relative;
    overflow: hidden
}

    .button-effect span {
        transition: all .2s ease
    }

        .button-effect span:first-child {
            display: block;
            transform: translate(0)
        }

        .button-effect span:last-child {
            display: block;
            position: absolute;
            left: 50%;
            transform: translateY(200%) translateX(-50%)
        }

    .button-effect:hover span:first-child {
        transform: translateY(-200%)
    }

    .button-effect:hover span:last-child {
        transform: translateY(-100%) translateX(-50%)
    }

    .button-effect span > i {
        display: inline-block;
        font-size: 1rem;
        vertical-align: middle
    }

.form-control {
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control:focus {
    outline: 0;
    border-color: #80bdff
}

.cs-input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

    .cs-input-group .form-control {
        position: relative;
        z-index: 2;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0
    }

    .cs-input-group .button {
        line-height: 1.5rem
    }

.nav {
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0
}

[class*=cs-icon-] {
    font-family: cs-icons !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.cs-icon-cross:before {
    content: "\e923"
}

.cs-icon-mail:before {
    content: "\e903"
}

.cs-icon-search:before {
    content: "\e909"
}

body {
    overflow-x: hidden
}

.h3, h2, h3, h5 {
    line-height: 1.125
}

a {
    transition: color .2s ease
}

p.has-drop-cap:not(:focus):first-letter {
    font-size: 4rem;
    line-height: 1;
    margin-top: .5rem;
    margin-right: 2rem;
    margin-bottom: .5rem
}

.cs-d-none {
    display: none !important
}

@media (min-width:1120px) {
    .cs-d-lg-block {
        display: block !important
    }
}

.screen-reader-text {
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    position: absolute !important;
    width: 1px;
    height: 1px
}

.cs-container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:760px) {
    .cs-container {
        max-width: 720px
    }
}

@media (min-width:1020px) {
    .cs-container {
        max-width: 1000px
    }
}

@media (min-width:1120px) {
    .cs-container {
        max-width: 1080px
    }
}

@media (min-width:1240px) {
    .cs-container {
        max-width: 1200px
    }
}

@media (min-width:1020px) {
    .layout-sidebar .main-content {
        display: flex;
        flex-wrap: wrap;
        margin-right: -20px;
        margin-left: -20px
    }

    .layout-sidebar .content-area {
        position: relative;
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        flex: 0 0 660px;
        max-width: 660px;
        min-width: 0
    }

    .layout-sidebar .sidebar-area {
        position: relative;
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        flex: 0 0 340px;
        max-width: 340px;
        min-width: 0
    }
}

@media (min-width:1120px) {
    .layout-sidebar .content-area {
        flex: 0 0 720px;
        max-width: 720px
    }

    .layout-sidebar .sidebar-area {
        flex: 0 0 360px;
        max-width: 360px
    }
}

@media (min-width:1240px) {
    .layout-sidebar .content-area {
        flex: 0 0 840px;
        max-width: 840px
    }
}

@media (min-width:1120px) {
    .layout-sidebar-right .sidebar-area {
        padding-left: 40px
    }
}

.site-content {
    margin-top: 3rem;
    margin-bottom: 3rem
}

@media (max-width:1019.98px) {
    .layout-sidebar .content-area {
        margin-bottom: 3rem;
        padding-bottom: 3rem;
        border-bottom: 1px #e9ecef solid
    }
}

.sidebar-area .sidebar-1 {
    margin-left: auto;
    margin-right: auto
}

.sidebar-area .sidebar-2 {
    display: none
}

@media (min-width:760px) {
    .sidebar-area {
        display: flex;
        flex-wrap: wrap;
        margin-right: -20px;
        margin-left: -20px
    }

        .sidebar-area .sidebar {
            position: relative;
            width: 100%;
            padding-right: 20px;
            padding-left: 20px;
            flex: 0 0 50%;
            max-width: 50%;
            position: initial
        }

        .sidebar-area .sidebar-1 {
            padding-right: 40px
        }

        .sidebar-area .sidebar-2 {
            display: block;
            padding-left: 39px;
            border-left: 1px #e9ecef solid
        }
}

@media (min-width:1020px) {
    .sidebar-area {
        margin-left: 0;
        margin-right: 0
    }

        .sidebar-area .sidebar {
            flex: 0 0 100%;
            max-width: 100%;
            position: relative
        }

        .sidebar-area .sidebar-1 {
            padding-left: 0;
            padding-right: 0
        }

        .sidebar-area .sidebar-2 {
            display: none !important
        }
}

@supports ((position:-webkit-sticky) or (position:sticky)) or (position:-webkit-sticky) {
    @media (min-width:1020px) {
        .sticky-sidebar-enabled.stick-to-bottom .sidebar-area {
            display: flex;
            flex-direction: column
        }

        .sticky-sidebar-enabled.stick-to-bottom .sidebar-1 {
            position: relative;
            position: -webkit-sticky;
            position: sticky;
            bottom: 3rem;
            margin-top: auto;
            flex: 0 0 auto
        }
    }
}

@-moz-document url-prefix() {
    @media (min-width:1020px) {
        .sticky-sidebar-enabled.stick-to-bottom .sidebar-1 {
            top: 0;
            bottom: initial;
            margin-top: initial;
            flex: initial;
            transition: .4s ease all
        }
    }
}

.header .cs-container {
    display: flex
}

.header .logo-image {
    max-width: none
}

.header-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-height: 100%
}

.header-center .header-col {
    flex: 1
}

.header-center .header-col-left > div {
    margin-right: auto
}

.header-center .header-col-center > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1
}

.header-center .header-col-right > div {
    margin-left: auto
}

.footer-section > .cs-container > * {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.site-footer .site-title {
    display: inline-block;
    margin-bottom: 1rem
}

.navbar-footer {
    margin-bottom: 1rem
}

    .navbar-footer .navbar-nav {
        flex-direction: row
    }

@media (min-width:760px) {
    .site-title + .navbar-footer {
        float: right
    }
}

@media (min-width:1120px) {
    .site-search-wrap {
        max-width: 50%;
        margin-left: auto;
        margin-right: auto
    }
}

.search-form .search-submit {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.offcanvas {
    overflow: hidden;
    position: fixed;
    height: 100%;
    top: 0;
    left: -320px;
    width: 320px;
    background: #fff;
    display: flex;
    flex-direction: column;
    -webkit-overflow-scrolling: touch;
    z-index: 2;
    transform: translate3d(0,0,0)
}

.offcanvas-header .navbar-toggle {
    float: right;
    margin-right: 0;
    margin-left: 1rem;
    transition: opacity .2s ease
}

.offcanvas-header .navbar-brand {
    margin-left: 20px
}

.offcanvas-header .navbar-toggle {
    margin-right: 20px
}

.navbar-offcanvas {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

    .navbar-offcanvas.navbar-border {
        border-top: none
    }

.offcanvas-sidebar {
    flex: 1;
    overflow-x: hidden;
    overflow-y: auto
}

.offcanvas-inner {
    padding: 2rem
}

.site-inner {
    position: relative;
    left: 0
}

.offcanvas, .site-inner {
    transition: all .4s ease
}

.site-overlay {
    display: none
}

.post-thumbnail {
    display: block;
    overflow: hidden;
    position: relative;
    background-position: center center;
    background-size: cover;
    text-align: center
}

    .post-thumbnail:before {
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        content: "";
        transition: all .2s ease
    }

    .post-thumbnail:hover:before {
        opacity: 1
    }

.post-archive .post-inner > :last-child {
    margin-bottom: 0
}

.post-archive article .entry-title {
    margin: 0
}

    .post-archive article .entry-title:not(:first-child) {
        margin-top: 1rem
    }

.style-align-center .post-standard {
    text-align: center
}

.navbar-primary {
    background: #fff
}

.navbar-primary {
    position: relative;
    z-index: 999
}

@media (max-width:759.98px) {
    .navbar-primary .cs-container {
        padding-right: 0;
        padding-left: 0
    }

        .navbar-primary .cs-container .navbar {
            padding-right: 20px;
            padding-left: 20px
        }
}

.navbar-primary .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    position: relative;
    margin: 0 auto
}

    .navbar-primary .navbar .navbar-nav {
        display: none
    }

    .navbar-primary .navbar .navbar-brand, .navbar-primary .navbar .navbar-search {
        padding: .5rem 0
    }

@media (min-width:1120px) {
    .navbar-primary .navbar .navbar-nav {
        display: flex
    }

    .header-enabled .navbar-primary:not(.sticky-nav) .navbar-brand {
        display: none
    }
}

.navbar-toggle {
    margin-right: 2rem;
    padding: 0;
    border: none;
    background: 0 0;
    font-size: 24px;
    line-height: 1;
    cursor: pointer
}

.navbar-search {
    font-size: 18px
}

@media (min-width:1120px) {
    .search-disabled .navbar-search {
        display: none
    }
}

.navbar-primary .navbar-search {
    margin-left: 1rem
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    height: 100%
}

    .navbar-nav li {
        display: inline-block;
        position: relative
    }

        .navbar-nav li a {
            display: block
        }

    .navbar-nav > li {
        height: 100%
    }

        .navbar-nav > li > a {
            display: flex;
            align-items: center;
            height: 100%
        }

        .navbar-nav > li + li {
            margin-left: 2rem
        }

        .navbar-nav > li.menu-item-has-children > .sub-menu {
            visibility: hidden;
            opacity: 0;
            top: 100%;
            left: -9999px;
            z-index: 10
        }

        .navbar-nav > li.menu-item-has-children:not(.touch-device):hover > .sub-menu {
            display: block;
            opacity: 1;
            visibility: visible;
            left: 0
        }

        .navbar-nav > li.menu-item-has-children > a:after {
            content: "\e91f"
        }

    .navbar-nav .menu-item-has-children > a {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between
    }

        .navbar-nav .menu-item-has-children > a:after {
            margin-left: .5rem;
            font-family: cs-icons;
            font-size: 12px;
            content: "\e921"
        }

    .navbar-nav .sub-menu {
        display: block;
        position: absolute;
        margin: 0;
        padding: 1rem 0;
        text-align: left;
        list-style: none
    }

        .navbar-nav .sub-menu > li {
            padding: 0 1rem
        }

        .navbar-nav .sub-menu a {
            min-width: 200px;
            padding: .5rem .5rem;
            transition: .2s ease all
        }

            .navbar-nav .sub-menu a:focus, .navbar-nav .sub-menu a:hover {
                padding-left: 1.5rem
            }

    .navbar-nav li:not(.touch-device):hover > .sub-menu {
        visibility: visible;
        opacity: 1
    }

.navbar-lonely li.menu-item-has-children > a:after {
    display: none
}

.topbar .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row
}

.navbar-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    height: 100%
}

    .navbar-col > div {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        height: 100%
    }

    .navbar-col:first-child > div {
        margin-right: auto
    }

        .navbar-col:first-child > div > :last-child {
            margin-right: 2rem
        }

    .navbar-col:last-child > div {
        margin-left: auto
    }

        .navbar-col:last-child > div > :first-child {
            margin-left: 2rem
        }

@media (min-width:1120px) {
    .navbar-primary {
        display: flex
    }

        .navbar-primary.navbar-center .navbar-col, .navbar-primary.navbar-center .navbar-nav {
            flex-grow: 1
        }

    .topbar .col-left {
        display: flex;
        flex-grow: 1
    }

    .topbar .col-left {
        justify-content: flex-start
    }
}

@media (max-width:1119.98px) {
    .navbar-primary .navbar-col:first-child {
        justify-content: center;
        flex-grow: 1
    }

        .navbar-primary .navbar-col:first-child > div {
            width: 100%
        }

    .navbar-primary .navbar-brand {
        margin-right: auto;
        margin-left: 0
    }

    .navbar-primary .navbar-brand {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%,-50%,0)
    }

    .navbar-primary .navbar-col:last-child {
        flex-grow: 0
    }
}

.archive-pagination:not(:empty) {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 1px #e9ecef solid;
    text-align: center
}

    .archive-pagination:not(:empty) .pagination {
        margin-top: 0;
        padding-top: 0;
        border-top: none
    }

.navigation.pagination {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px transparent solid
}

    .navigation.pagination:last-child {
        margin-bottom: 0
    }

    .navigation.pagination .nav-links {
        display: inline-block;
        padding: 0;
        color: #dee2e6
    }

        .navigation.pagination .nav-links > a, .navigation.pagination .nav-links > span {
            display: inline-block;
            padding: 0 .5rem
        }

        .navigation.pagination .nav-links a:last-child:after {
            margin-left: .5rem;
            font-family: cs-icons;
            content: "\e91d"
        }

.post-meta {
    padding-left: 0;
    list-style: none;
    color: #dee2e6;
    padding: 0;
    margin: 0
}

    .post-meta li {
        display: inline-block
    }

.meta-category .post-categories {
    padding-left: 0;
    list-style: none;
    padding: 0;
    margin: 0
}

    .meta-category .post-categories li {
        display: inline-block
    }

        .meta-category .post-categories li + li {
            margin-left: .5rem
        }

        .meta-category .post-categories li:not(:last-child):after {
            content: ","
        }

.navbar-nav li.csco-mega-menu {
    position: static
}

    .navbar-nav li.csco-mega-menu > .sub-menu {
        right: 0;
        left: 0;
        padding: 30px
    }

    .navbar-nav li.csco-mega-menu .cs-mm-posts {
        display: flex;
        flex-wrap: wrap;
        margin-right: -20px;
        margin-left: -20px;
        margin-left: -15px;
        margin-right: -15px;
        text-align: center
    }

    .navbar-nav li.csco-mega-menu.csco-mega-menu-terms .cs-mm-content {
        display: flex;
        flex-wrap: wrap;
        margin-right: -20px;
        margin-left: -20px;
        margin-left: -15px;
        margin-right: -15px
    }

        .navbar-nav li.csco-mega-menu.csco-mega-menu-terms .cs-mm-content .cs-mm-categories {
            position: relative;
            width: 100%;
            padding-right: 20px;
            padding-left: 20px;
            flex: 0 0 20%;
            max-width: 20%;
            padding-left: 15px;
            padding-right: 15px
        }

            .navbar-nav li.csco-mega-menu.csco-mega-menu-terms .cs-mm-content .cs-mm-categories li.menu-item {
                display: block;
                padding: 0
            }

                .navbar-nav li.csco-mega-menu.csco-mega-menu-terms .cs-mm-content .cs-mm-categories li.menu-item a {
                    min-width: 6.25rem
                }

        .navbar-nav li.csco-mega-menu.csco-mega-menu-terms .cs-mm-content .cs-mm-posts-container {
            position: relative;
            width: 100%;
            padding-right: 20px;
            padding-left: 20px;
            flex: 0 0 80%;
            max-width: 80%
        }

            .navbar-nav li.csco-mega-menu.csco-mega-menu-terms .cs-mm-content .cs-mm-posts-container .cs-mm-posts {
                display: none
            }

.widget .title-widget {
    margin-bottom: 2rem
}

.widget ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0
}

.widget > :last-child {
    margin-bottom: 0
}

.sidebar .widget + .widget {
    margin-top: 3rem
}

@media (min-width:1240px) {
    .sidebar .widget + .widget {
        margin-top: 4rem
    }
}

.offcanvas-sidebar .widget {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px transparent solid
}

    .offcanvas-sidebar .widget:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none
    }

.widget_nav_menu a {
    display: block;
    padding: 1rem 0
}

.widget_nav_menu .menu > li:first-child {
    align-items: flex-start
}

    .widget_nav_menu .menu > li:first-child > a {
        padding-top: 0
    }

.widget_nav_menu .menu > li:last-child {
    align-items: flex-end
}

    .widget_nav_menu .menu > li:last-child > a {
        padding-bottom: 0
    }

.widget_nav_menu .menu > .menu-item:not(:first-child) {
    border-top: 1px #e9ecef solid
}

.widget_nav_menu .menu-item-has-children {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

    .widget_nav_menu .menu-item-has-children > a {
        order: 1
    }

    .widget_nav_menu .menu-item-has-children > ul {
        width: 100%;
        order: 3
    }

.widget_nav_menu .menu > .menu-item > .sub-menu {
    padding-bottom: 1rem
}

.widget_nav_menu .menu .menu-item:not(.menu-item-has-children) > a:after {
    visibility: hidden;
    float: right;
    opacity: 0;
    font-family: cs-icons;
    font-size: 14px;
    content: "\e91d";
    transition: all .2s ease;
    transform: translateX(-100%)
}

.widget_nav_menu .menu .menu-item:not(.menu-item-has-children) > a:hover:after {
    visibility: visible;
    opacity: 1;
    transform: translateX(0)
}

.widget_nav_menu .sub-menu {
    display: none
}

    .widget_nav_menu .sub-menu a {
        padding: .25rem 0;
        line-height: 1
    }

.widget_recent_comments li {
    padding: 1rem 0;
    font-size: .875rem
}

    .widget_recent_comments li:not(:first-child) {
        border-top: 1px #e9ecef solid
    }

    .widget_recent_comments li a {
        display: block;
        margin-top: 1rem
    }

img {
    max-width: 100%;
    height: auto
}

.post-thumbnail img {
    display: block;
    width: 100%
}

@media (max-width:1019.98px) {
    .post-thumbnail, .post-thumbnail img {
        width: 100%
    }
}

.pk-widget-posts-template-default .entry-title {
    margin-top: 0;
    margin-bottom: .5rem
}

.pk-widget-posts-template-default .post-thumbnail img {
    width: 100%
}

.pk-widget-posts-template-list .post-thumbnail {
    width: 100%
}

.widget-area .pk-widget-posts-template-list > ul > li + li {
    margin-top: 1rem
}

.widget-area .pk-widget-posts-template-list .post-outer {
    display: flex
}

.widget-area .pk-widget-posts-template-list .post-inner:first-child {
    flex: 0 0 105px;
    width: 105px;
    max-width: 105px;
    padding-right: 15px
}

    .widget-area .pk-widget-posts-template-list .post-inner:first-child a {
        display: block;
        width: 100%
    }

    .widget-area .pk-widget-posts-template-list .post-inner:first-child img {
        width: 100%;
        height: auto
    }

.widget-area .pk-widget-posts-template-list .post-inner:last-child {
    display: flex;
    flex: 0 0 calc(100% - 105px);
    flex-direction: column;
    justify-content: center;
    max-width: calc(100% - 105px);
    flex-basis: calc(100% - 105px)
}

.cnvs-block-section-heading {
    width: 100%;
    margin-left: 0;
    margin-right: 0
}

    .cnvs-block-section-heading .cnvs-section-title {
        display: inline-flex
    }

        .cnvs-block-section-heading .cnvs-section-title > span {
            position: relative
        }




#search .close, .pk-share-buttons-after-post.pk-share-buttons-scheme-default .pk-share-buttons-link:not(:hover), .pk-share-buttons-before-post.pk-share-buttons-scheme-default .pk-share-buttons-link:not(:hover), a {
    color: #000
}

    #search .close:hover, a:hover {
        color: #88b14b
    }



.archive-pagination:not(:empty), .header-enabled .navbar-primary:not(.sticky-nav-slide) .navbar, .navigation.pagination, .widget_nav_menu .menu > .menu-item:not(:first-child), .widget_recent_comments li:not(:first-child) {
    border-top-color: #eee
}

.navbar-offcanvas, .navbar-primary:not(.sticky-nav-slide) .navbar, .topbar {
    border-bottom-color: #eee
}

#search input[type=search], h2, h3, h5 {
    color: #000
}

    #search input[type=search]:-ms-input-placeholder {
        color: #000
    }

    #search input[type=search]:-moz-placeholder {
        color: #000
    }

    #search input[type=search]::-webkit-input-placeholder {
        color: #000
    }

.pk-widget-posts:not(.pk-widget-posts-template-slider) .entry-title a {
    color: #000
}

    .pk-widget-posts:not(.pk-widget-posts-template-slider) .entry-title a:hover {
        color: #a0a0a0
    }

.button-primary {
    color: #fff
}

    .button-primary:active, .button-primary:focus, .button-primary:hover, .button-primary:not([disabled]):not(.disabled):active, .pk-button-primary:not(:disabled):not(.disabled):active {
        color: #fff
    }

.button-primary {
    background-color: #88b14b
}

    .button-primary:active, .button-primary:focus, .button-primary:hover, .button-primary:not([disabled]):not(.disabled):active, .pk-button-primary:not(:disabled):not(.disabled):active {
        background-color: #aad866
    }

.site-title {
    color: #000
}

    .site-title:hover {
        color: #a0a0a0
    }

.navbar-primary {
    background-color: #fff
}

    .navbar-primary:not(.sticky-nav-slide) .navbar {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        min-height: 100px
    }

    .navbar-primary .navbar-nav > li > a, .navbar-primary a {
        color: #000
    }

        .navbar-primary .navbar-nav > li > a:focus, .navbar-primary .navbar-nav > li > a:hover, .navbar-primary a:hover {
            color: #88b14b
        }

.navbar-nav .sub-menu {
    background-color: #fff;
    border: 1px #eee solid
}

    .navbar-nav .cs-mm-categories > li > a, .navbar-nav .sub-menu > li > a {
        color: #000
    }

        .navbar-nav .cs-mm-categories > li > a:active, .navbar-nav .cs-mm-categories > li > a:focus, .navbar-nav .cs-mm-categories > li > a:hover, .navbar-nav .sub-menu > li > a:active, .navbar-nav .sub-menu > li > a:focus, .navbar-nav .sub-menu > li > a:hover {
            color: #88b14b
        }

    .navbar-nav .cs-mm-categories > li + li > a, .navbar-nav .sub-menu > li + li > a {
        border-top: 1px #eee solid
    }

.topbar {
    border-bottom-width: 1px;
    border-bottom-style: solid
}

    .topbar .navbar-nav > li > a, .topbar a {
        color: #a0a0a0
    }

        .topbar .navbar-nav > li > a:focus, .topbar .navbar-nav > li > a:hover, .topbar a:hover {
            color: #88b14b
        }

.offcanvas-header .navbar-brand, .offcanvas-header .navbar-toggle {
    color: #000
}

    .offcanvas-header .navbar-brand:focus, .offcanvas-header .navbar-brand:hover, .offcanvas-header .navbar-toggle:focus, .offcanvas-header .navbar-toggle:hover {
        color: #88b14b
    }

.offcanvas-header .navbar {
    background-color: #fff
}

.navbar-offcanvas {
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.post-categories a {
    color: #88b14b
}

    .post-categories a:focus, .post-categories a:hover {
        color: #000
    }

::selection {
    color: #fff;
    background: #88b14b
}

::-moz-selection {
    color: #fff;
    background: #88b14b
}

.entry-content .has-drop-cap.:first-letter {
    color: #292929
}

.site-footer {
    background-color: #000
}

.site-footer {
    color: #a0a0a0
}

    .site-footer a {
        color: #fff
    }

        .site-footer a:focus:active, .site-footer a:hover {
            color: #a0a0a0
        }

.post-thumbnail:hover:before {
    background-color: rgba(44,47,48,.5)
}

body, button, input[type=search], input[type=tel], input[type=text], textarea {
    font-family: Montserrat;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0
}



.button {
    font-family: Montserrat;
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: .0125em;
    text-transform: uppercase
}

h2, h3, h5 {
    font-family: Montserrat;
    font-weight: 600
}

.post-standard .entry-title {
    font-size: 2rem;
    letter-spacing: -.05em;
    text-transform: none
}

h2 {
    font-size: 2rem;
    letter-spacing: -.05em;
    text-transform: none
}

h3 {
    font-size: 1.5rem;
    letter-spacing: -.05em;
    text-transform: none
}

h5 {
    font-size: 1rem;
    letter-spacing: -.0375em;
    text-transform: none
}

.cnvs-block-section-heading, .nav-links {
    font-family: Montserrat;
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .0125em;
    text-transform: uppercase
}

    .cnvs-block-section-heading, .cnvs-block-section-heading .cnvs-section-title, .cnvs-block-section-heading .cnvs-section-title:after, .cnvs-block-section-heading .cnvs-section-title:before, .cnvs-block-section-heading.is-style-cnvs-block-section-heading-default, .cnvs-block-section-heading.is-style-cnvs-block-section-heading-default .cnvs-section-title, .cnvs-block-section-heading.is-style-cnvs-block-section-heading-default .cnvs-section-title:after, .cnvs-block-section-heading.is-style-cnvs-block-section-heading-default .cnvs-section-title:before, .cnvs-block-section-heading.is-style-cnvs-block-section-heading-default:after, .cnvs-block-section-heading.is-style-cnvs-block-section-heading-default:before, .cnvs-block-section-heading:after, .cnvs-block-section-heading:before {
        border-color: #e9ecef
    }

        .cnvs-block-section-heading, .cnvs-block-section-heading .cnvs-section-title {
            color: #000
        }

.navbar-nav > li > a, .widget_nav_menu .menu > li > a {
    font-family: Montserrat;
    font-size: .8125rem;
    font-weight: 600;
    letter-spacing: .0125em;
    text-transform: uppercase
}

.nav .sub-menu > li > a, .navbar-nav .cs-mm-categories > li > a, .topbar .navbar-nav > li > a, .widget_nav_menu .sub-menu > li > a {
    font-family: Montserrat;
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: -.0125em;
    text-transform: none
}

p.has-drop-cap:not(:focus):first-letter {
    font-family: Montserrat;
    font-size: 2.5rem;
    font-weight: 500;
    text-transform: uppercase
}

#search input[type=search] {
    font-family: Montserrat !important;
    font-size: 3rem !important;
    font-weight: 600;
    letter-spacing: -.05em !important;
    text-transform: none !important
}

.topbar .navbar {
    height: 40px
}

.navbar-primary .navbar {
    height: 50px
}

.offcanvas .offcanvas-header {
    flex: 0 0 50px
}

.offcanvas .navbar-offcanvas {
    height: 50px
}

.site-footer .site-title {
    font-family: Montserrat;
    font-size: 1.75rem;
    font-weight: 600;
    letter-spacing: -.05rem;
    line-height: 1;
    text-transform: none
}

.button-primary {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.cs-input-group-btn button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

@media (max-width:1019px) {
    .layout-sidebar .content-area {
        border-bottom-color: #eee
    }
}

@media (min-width:760px) {
    .sidebar-area .sidebar-2 {
        border-left-color: #eee
    }
}

@media (min-width:970px) {
    .header-enabled .navbar-primary:not(.sticky-nav-slide) .navbar {
        border-top-width: 1px;
        border-top-style: solid;
        min-height: 100px
    }

    .header-col {
        height: 100px
    }
}

.page-content {
    text-align: left;
    color: #000
}

    .page-content img {
        max-width: 100%;
        display: block;
        margin: 0 auto 15px
    }

.txt-red {
    color: red
}

.block-big {
    text-align: center;
    font-size: 18px;
    color: red;
    font-weight: 700;
    padding-left: 20px;
    padding-right: 20px
}

.h3 {
    font-weight: 700;
    font-size: 20px
}

.doc-block {
    margin-bottom: 20px;
    background: #88b14b38;
    display: -webkit-inline-flex;
    display: inline-flex;
    padding: 20px;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.doc-block__pic {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto
}

    .doc-block__pic img {
        width: 250px;
        margin-bottom: 0
    }

.doc-block__text {
    margin: auto 0 auto 20px;
    font-style: italic
}

.txt-center {
    text-align: center
}

.block {
    display: block
}

.imp-block {
    background: #88b14b38;
    padding: 20px 0 10px
}

    .imp-block > b {
        padding-bottom: 10px
    }

div.imp-block {
    margin-bottom: 20px
}

input.input-roulette {
    border: 1px #353535 solid !important;
    font-size: 16px !important;
    color: #000 !important
}

.ost {
    font-size: 18px
}

@media screen and (max-width:1020px) {
    aside.sidebar-area {
        display: none
    }

    .site-title + .navbar-footer {
        float: none
    }

    .navbar-nav > li + li, .navbar-nav > li:first-child {
        margin-right: 2rem;
        margin-left: 0
    }
}

@media screen and (max-width:768px) {
    .doc-block {
        -webkit-flex-direction: column;
        flex-direction: column
    }

    .doc-block__text {
        margin-left: 0
    }

    .doc-block__pic img {
        margin-bottom: 15px
    }
}

@media screen and (max-width:640px) {
    .navbar-primary:not(.sticky-nav-slide) .navbar {
        min-height: 80px
    }

    .site-content {
        margin-top: 10px
    }

    .post-standard .entry-title {
        font-size: 30px
    }
}

@media screen and (max-width:480px) {
    .navbar-primary:not(.sticky-nav-slide) .navbar {
        min-height: 60px
    }
}

img.b-comments__item-avatar {
    width: 50px;
    height: 50px;
    margin: 0
}

.b-comments__item-avatar {
    float: left;
    margin-right: 10px
}

.b-comments__item-ind {
    margin-left: 60px
}

.b-comments__item-head {
    font-weight: 700;
}
.b-comments__item-head a{
color:black;
}
    .b-comments__item-text img {
        width: 100%;
        max-width: 350px;
        margin: 5px 0 0
    }

.b-comments__item-text {
    padding: 5px 0;
    line-height: 20px
}

.rev-1 {
    margin-left: 60px
}

.rev-2 {
    margin-left: 120px
}

.obutton {
    margin: 80px auto 30px;
    max-width: 480px;
    padding: 20px 30px;
    text-align: center;
    color: #fff !important;
    font-weight: 700;
    text-decoration: none;
    -webkit-box-shadow: 0 4px 15px 0 rgba(129,150,160,.45) !important;
    box-shadow: 0 4px 15px 0 rgba(129,150,160,.45) !important;
    border-radius: 10px;
    background-color: #f4663b;
    background-position: 1.35em .94em;
    background-size: 1em;
    background-repeat: no-repeat;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    border: none;
    cursor: pointer;
    font-size: 20px;
    display: block
}

    .obutton:hover {
        color: #fff;
        -webkit-box-shadow: 0 4px 35px 0 rgba(129,150,160,.45) !important;
        box-shadow: 0 4px 35px 0 rgba(129,150,160,.45) !important
    }

.comm-ttl {
    font-weight: 700;
    font-size: 20px;
    margin: 50px 0 20px;
    border-top: 1px #eceff5 solid;
    padding-top: 30px
}

.b-comments__comment {
    height: 100%;
    overflow: hidden;
    margin-bottom: 20px
}

.order_block img.prod-img {
    max-width: 270px;
    width: 100%
}

.price-block {
    font-size: 18px
}

.b-comments__item-text a {
    text-decoration: underline
}

.boxes {
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-align-items: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto
}

.boxes__instructions {
    display: -webkit-flex;
    -webkit-flex-flow: row nowrap;
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 20px 10px;
    background-color: #232f3e;
    border-radius: 4px;
    color: #fff;
    margin-top: 20px;
    text-align: center;
    max-width: 630px
}

.boxes__wrapper {
    display: -webkit-flex;
    -webkit-flex-flow: row wrap;
    -webkit-justify-content: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    max-width: 560px;
    margin-top: 15px
}

    .boxes__wrapper > div {
        position: relative;
        width: 33%;
        -webkit-justify-content: center;
        -webkit-align-items: center;
        justify-content: center;
        align-items: center;
        transition-duration: .2s;
        cursor: pointer;
        text-align: center
    }

        .boxes__wrapper > div:hover {
            -webkit-transform: scale(1.1,1.1);
            transform: scale(1.1,1.1);
            -moz-transform: scale(1.1,1.1);
            -ms-transform: scale(1.1,1.1);
            -o-transform: scale(1.1,1.1)
        }

.boxes__discount img, .try {
    width: 100%;
    max-width: 180px
}

.boxes__discount {
    display: none;
    font-size: 14px
}

.sweet-alert, .sweet-overlay {
    position: fixed;
    display: none;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0)
}

.sweet-overlay {
    background-color: #000;
    background-color: rgba(0,0,0,.4);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10000
}

body {
    position: relative
}

.sweet-alert {
    background-color: #fff;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    width: 478px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -150px;
    overflow: hidden;
    z-index: 99999
}

@media all and (max-width:540px) {
    .sweet-alert {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        left: 15px;
        right: 15px
    }
}

.sweet-alert p {
    color: #797979;
    font-size: 15px;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

.sweet-alert button {
    background-color: #e84242;
    color: #fff;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0;
    cursor: pointer
}

    .sweet-alert button:focus {
        outline: 0;
        box-shadow: 0 0 2px rgba(128,179,235,.5),inset 0 0 0 1px rgba(0,0,0,.05)
    }

    .sweet-alert button:hover {
        background-color: #7ecff4
    }

    .sweet-alert button:active {
        background-color: #5dc2f1
    }

    .sweet-alert button::-moz-focus-inner {
        border: 0
    }

.sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box
}

    .sweet-alert .sa-icon.sa-success {
        border-color: #a5dc86
    }

        .sweet-alert .sa-icon.sa-success::after, .sweet-alert .sa-icon.sa-success::before {
            content: "";
            position: absolute;
            width: 60px;
            height: 120px;
            background: #fff
        }

        .sweet-alert .sa-icon.sa-success::before {
            -webkit-border-radius: 120px 0 0 120px;
            border-radius: 120px 0 0 120px;
            top: -7px;
            left: -33px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transform-origin: 60px 60px;
            transform-origin: 60px 60px
        }

        .sweet-alert .sa-icon.sa-success::after {
            -webkit-border-radius: 0 120px 120px 0;
            border-radius: 0 120px 120px 0;
            top: -11px;
            left: 30px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transform-origin: 0 60px;
            transform-origin: 0 60px
        }

        .sweet-alert .sa-icon.sa-success .sa-placeholder {
            width: 80px;
            height: 80px;
            border: 4px solid rgba(165,220,134,.2);
            -webkit-border-radius: 40px;
            border-radius: 50%;
            box-sizing: content-box;
            position: absolute;
            left: -4px;
            top: -4px;
            z-index: 2
        }

        .sweet-alert .sa-icon.sa-success .sa-fix {
            width: 5px;
            height: 90px;
            background-color: #fff;
            position: absolute;
            left: 28px;
            top: 8px;
            z-index: 1;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }

        .sweet-alert .sa-icon.sa-success .sa-line {
            height: 5px;
            background-color: #a5dc86;
            display: block;
            border-radius: 2px;
            position: absolute;
            z-index: 2
        }

            .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
                width: 25px;
                left: 14px;
                top: 46px;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg)
            }

            .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
                width: 47px;
                right: 8px;
                top: 38px;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg)
            }

@keyframes bounceIn {
    0%,100%,20%,40%,60%,80% {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

.submit-roulette:hover {
    background: #b00;
    transition: background .3s
}

#order_form {
    display: flex;
    flex-direction: column;
    align-items: center;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-align-items: center
}

.close {
    position: absolute;
    top: 1px;
    right: 5px;
    font-size: 40px;
    cursor: pointer
}

.close {
    position: absolute;
    top: 1px;
    right: 5px;
    font-size: 40px;
    cursor: pointer
}

.animated {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, footer, header, main, nav {
    display: block
}

a {
    background: 0 0
}

    a:active, a:hover {
        outline: 0
    }

b {
    font-weight: 700
}

small {
    font-size: 80%
}

img {
    border: 0
}

button, input, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button {
    text-transform: none
}

button {
    -webkit-appearance: button;
    cursor: pointer
}

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input {
    line-height: normal
}

    input[type=search] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }

textarea {
    overflow: auto
}

a:active, a:focus {
    outline: 0
}

input, textarea {
    outline: 0
}

    input:active, textarea:active {
        outline: 0
    }

:focus {
    outline: 0
}

textarea {
    resize: none
}

textarea {
    resize: vertical
}

textarea {
    resize: horizontal
}

button:active, button:focus {
    outline: 0 !important
}

button::-moz-focus-inner {
    border: 0 !important
}



.spin-result-wrapper {
    display: none;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    top: 0;
    z-index: 999;
    left: 0;
    height: 100%;
    position: fixed;
    background-color: rgba(0,0,0,.6);
    text-align: center
}

.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0;
    left: 0;
    top: 40%;
    margin: 0 auto;
    background: #fff none repeat scroll 0 0;
    text-align: center;
    padding: 10px;
    padding-top: 70px;
    padding-bottom: 20px;
    border-radius: 10px;
    animation: .7s ease 0s normal none 1 running pop-up-appear
}

    .pop-up-window::before {
        content: "";
        position: absolute;
        width: 110px;
        height: 110px;
        top: -55px;
        left: 0;
        right: 0;
        margin: 0 auto;
        background-color: #71c341;
        border-radius: 50%;
        animation: .5s ease .6s normal backwards 1 running pop-up-appear-before
    }

    .pop-up-window::after {
        content: "";
        position: absolute;
        width: 50px;
        height: 20px;
        top: -20px;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-width: medium medium 4px 4px;
        border-style: none none solid solid;
        border-color: currentcolor currentcolor #fff #fff;
        -moz-border-top-colors: none;
        -moz-border-right-colors: none;
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        border-image: none;
        transform: rotate(-45deg);
        transition: opacity 1s ease 0s;
        animation: .5s ease .6s normal backwards 1 running pop-up-appear-after;
        -webkit-transition: opacity 1s ease 0s;
        -moz-transition: opacity 1s ease 0s;
        -ms-transition: opacity 1s ease 0s;
        -o-transition: opacity 1s ease 0s;
        -webkit-animation: .5s ease .6s normal backwards 1 running pop-up-appear-after;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg)
    }

@keyframes pop-up-appear {
    0% {
        transform: translateY(-2000px)
    }

    30% {
        transform: translateY(100px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes pop-up-appear-before {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes pop-up-appear-after {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.pop-up-text {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 30px;
    text-align: center !important
}

.pop-up-button {
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 20%;
    font-size: 20px;
    border-radius: 5px;
    background-color: #71c341;
    color: #fff;
    border: medium none;
    cursor: pointer;
    outline: medium none
}

    .pop-up-button:hover {
        color: #fff;
        text-decoration: none
    }

.time_remains {
    font-size: 1.1em;
    color: red;
    font-weight: 700
}

.close {
    position: absolute;
    top: 13px;
    right: 13px;
    font-size: 20px;
    cursor: pointer;
    color: #000
}

.submit-roulette:active {
    transform: translateY(2px);
    box-shadow: none
}

.submit-roulette {
    text-transform: uppercase;
    padding: 10px 15px;
    margin: 15px 0;
    outline: 0;
    border: none;
    margin-top: 5px;
    border-radius: 5px;
    box-shadow: 0 4px 3px #242120;
    background: red;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    transition: background .3s
}

.input-roulette {
    padding-left: 5px;
    height: 42px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 300px;
    box-sizing: border-box;
    font-size: 16px;
    border: 1px #757575 solid
}

.ruletka-p {
    text-indent: 0;
    color: #000;
    text-align: center !important;
    margin: 15px;
    line-height: 25px;
    font-weight: 700
}

.danger-text {
    color: red;
    font-weight: 700
}

.order_block {
    display: none;
    text-align: center !important
}

    .order_block h3 {
        font: bold 18px Arial !important;
        background: 0 0
    }

.time_remains {
    font-size: 1.1em;
    color: red;
    font-weight: 700
}

.spin-result-wrapper {
    display: none;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    top: 0;
    z-index: 999;
    left: 0;
    height: 100%;
    position: fixed;
    background-color: rgba(0,0,0,.6);
    text-align: center
}

.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0;
    left: 0;
    top: 40%;
    margin: 0 auto;
    background: #fff none repeat scroll 0 0;
    text-align: center;
    padding: 10px;
    padding-top: 70px;
    padding-bottom: 20px;
    border-radius: 10px;
    animation: .7s ease 0s normal none 1 running pop-up-appear
}

.pop-up-text {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 30px;
    text-align: center !important
}

.pop-up-button {
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 10px 20%;
    font-size: 20px;
    border-radius: 5px;
    background-color: #71c341;
    color: #fff !important;
    border: medium none;
    cursor: pointer;
    outline: medium none
}

.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0;
    left: 0;
    top: 40%;
    margin: 0 auto;
    background: #fff none repeat scroll 0 0;
    text-align: center;
    padding: 10px;
    padding-top: 70px;
    padding-bottom: 20px;
    border-radius: 10px;
    animation: .7s ease 0s normal none 1 running pop-up-appear
}

    .pop-up-window::before {
        content: "";
        position: absolute;
        width: 110px;
        height: 110px;
        top: -55px;
        left: 0;
        right: 0;
        margin: 0 auto;
        background-color: #71c341;
        border-radius: 50%;
        animation: .5s ease .6s normal backwards 1 running pop-up-appear-before
    }

    .pop-up-window::after {
        content: "";
        position: absolute;
        width: 50px;
        height: 20px;
        top: -20px;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-width: medium medium 4px 4px;
        border-style: none none solid solid;
        border-color: currentcolor currentcolor #fff #fff;
        -moz-border-top-colors: none;
        -moz-border-right-colors: none;
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        border-image: none;
        transform: rotate(-45deg);
        transition: opacity 1s ease 0s;
        animation: .5s ease .6s normal backwards 1 running pop-up-appear-after
    }

@keyframes pop-up-appear {
    0% {
        transform: translateY(-2000px)
    }

    30% {
        transform: translateY(100px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes pop-up-appear-before {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes pop-up-appear-after {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.pop-up-button:hover {
    color: #fff !important;
    text-decoration: none !important
}

.boxes__discount__text {
    color: red;
    font-weight: 700;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    font-size: 30px;
    top: 31%
}

@media screen and (max-width:480px) {
    .boxes__discount__text {
        top: 29%
    }
}
