@import url("https://fonts.googleapis.com/css?family=Roboto+Slab|Roboto:400,700&subset=cyrillic");

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -.1em !important;
    background: 0 0 !important;
    padding: 0 !important
}

.wp-block-audio figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

.wp-block-audio audio {
    width: 100%;
    min-width: 300px
}

.editor-block-list__layout .reusable-block-edit-panel {
    align-items: center;
    background: #f8f9f9;
    color: #555d66;
    display: flex;
    flex-wrap: wrap;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 13px;
    position: relative;
    top: -14px;
    margin: 0 -14px;
    padding: 8px 14px;
    position: relative;
    z-index: 7
}

.editor-block-list__layout .editor-block-list__layout .reusable-block-edit-panel {
    margin: 0 -14px;
    padding: 8px 14px
}

.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__spinner {
    margin: 0 5px
}

.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__info {
    margin-right: auto
}

.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__label {
    margin-right: 8px;
    white-space: nowrap;
    font-weight: 600
}

.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
    flex: 1 1 100%;
    font-size: 14px;
    height: 30px;
    margin: 4px 0 8px
}

.editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
    flex-shrink: 0
}

@media (min-width:960px) {
    .editor-block-list__layout .reusable-block-edit-panel {
        flex-wrap: nowrap
    }

    .editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
        margin: 0
    }

    .editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
        margin: 0 0 0 5px
    }
}

.editor-block-list__layout .reusable-block-indicator {
    background: #fff;
    border-left: 1px dashed #e2e4e7;
    color: #555d66;
    border-bottom: 1px dashed #e2e4e7;
    top: -14px;
    height: 30px;
    padding: 4px;
    position: absolute;
    z-index: 1;
    width: 30px;
    right: -14px
}

.wp-block-button {
    color: #fff;
    margin-bottom: 1.5em
}

.wp-block-button.aligncenter {
    text-align: center
}

.wp-block-button.alignright {
    text-align: right
}

.wp-block-button__link {
    background-color: #32373c;
    border: none;
    border-radius: 28px;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    overflow-wrap: break-word
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover {
    color: inherit
}

.is-style-squared .wp-block-button__link {
    border-radius: 0
}

.is-style-outline {
    color: #32373c
}

.is-style-outline .wp-block-button__link {
    background: 0 0;
    border: 2px solid currentcolor
}

.wp-block-categories.alignleft {
    margin-right: 2em
}

.wp-block-categories.alignright {
    margin-left: 2em
}

.wp-block-columns {
    display: flex;
    flex-wrap: wrap
}

@media (min-width:782px) {
    .wp-block-columns {
        flex-wrap: nowrap
    }
}

.wp-block-column {
    flex: 1;
    margin-bottom: 1em;
    flex-basis: 100%;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

@media (min-width:600px) {
    .wp-block-column {
        flex-basis: 50%;
        flex-grow: 0
    }
}

@media (min-width:600px) {
    .wp-block-column:nth-child(odd) {
        margin-right: 32px
    }

    .wp-block-column:nth-child(even) {
        margin-left: 32px
    }

    .wp-block-column:not(:first-child) {
        margin-left: 32px
    }

    .wp-block-column:not(:last-child) {
        margin-right: 32px
    }
}

.wp-block-cover,
.wp-block-cover-image {
    position: relative;
    background-color: #000;
    background-size: cover;
    background-position: center center;
    min-height: 430px;
    width: 100%;
    margin: 0 0 1.5em 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.wp-block-cover-image.has-left-content,
.wp-block-cover.has-left-content {
    justify-content: flex-start
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover-image.has-left-content .wp-block-cover-text,
.wp-block-cover-image.has-left-content h2,
.wp-block-cover.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
.wp-block-cover.has-left-content h2 {
    margin-left: 0;
    text-align: left
}

.wp-block-cover-image.has-right-content,
.wp-block-cover.has-right-content {
    justify-content: flex-end
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover-image.has-right-content .wp-block-cover-text,
.wp-block-cover-image.has-right-content h2,
.wp-block-cover.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
.wp-block-cover.has-right-content h2 {
    margin-right: 0;
    text-align: right
}

.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2 {
    color: #fff;
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 610px;
    padding: 14px;
    text-align: center
}

.wp-block-cover .wp-block-cover-image-text a,
.wp-block-cover .wp-block-cover-image-text a:active,
.wp-block-cover .wp-block-cover-image-text a:focus,
.wp-block-cover .wp-block-cover-image-text a:hover,
.wp-block-cover .wp-block-cover-text a,
.wp-block-cover .wp-block-cover-text a:active,
.wp-block-cover .wp-block-cover-text a:focus,
.wp-block-cover .wp-block-cover-text a:hover,
.wp-block-cover h2 a,
.wp-block-cover h2 a:active,
.wp-block-cover h2 a:focus,
.wp-block-cover h2 a:hover,
.wp-block-cover-image .wp-block-cover-image-text a,
.wp-block-cover-image .wp-block-cover-image-text a:active,
.wp-block-cover-image .wp-block-cover-image-text a:focus,
.wp-block-cover-image .wp-block-cover-image-text a:hover,
.wp-block-cover-image .wp-block-cover-text a,
.wp-block-cover-image .wp-block-cover-text a:active,
.wp-block-cover-image .wp-block-cover-text a:focus,
.wp-block-cover-image .wp-block-cover-text a:hover,
.wp-block-cover-image h2 a,
.wp-block-cover-image h2 a:active,
.wp-block-cover-image h2 a:focus,
.wp-block-cover-image h2 a:hover {
    color: #fff
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
    background-attachment: fixed
}

@supports (-webkit-overflow-scrolling:touch) {

    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

.wp-block-cover-image.has-background-dim::before,
.wp-block-cover.has-background-dim::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: inherit;
    opacity: .5;
    z-index: 1
}

.wp-block-cover-image.has-background-dim.has-background-dim-10::before,
.wp-block-cover.has-background-dim.has-background-dim-10::before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20::before,
.wp-block-cover.has-background-dim.has-background-dim-20::before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30::before,
.wp-block-cover.has-background-dim.has-background-dim-30::before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40::before,
.wp-block-cover.has-background-dim.has-background-dim-40::before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50::before,
.wp-block-cover.has-background-dim.has-background-dim-50::before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60::before,
.wp-block-cover.has-background-dim.has-background-dim-60::before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70::before,
.wp-block-cover.has-background-dim.has-background-dim-70::before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80::before,
.wp-block-cover.has-background-dim.has-background-dim-80::before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90::before,
.wp-block-cover.has-background-dim.has-background-dim-90::before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100::before,
.wp-block-cover.has-background-dim.has-background-dim-100::before {
    opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    max-width: 305px;
    width: 100%
}

.wp-block-cover-image::after,
.wp-block-cover::after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

@supports ((position:-webkit-sticky) or (position:sticky)) {

    .wp-block-cover-image::after,
    .wp-block-cover::after {
        content: none
    }
}

.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    display: flex
}

.wp-block-cover__video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.editor-block-list__block[data-type="core/embed"][data-align=left] .editor-block-list__block-edit,
.editor-block-list__block[data-type="core/embed"][data-align=right] .editor-block-list__block-edit,
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
    max-width: 360px;
    width: 100%
}

.wp-block-embed {
    margin-bottom: 1em
}

.wp-block-embed figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper::before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
    padding-top: 42.85%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before {
    padding-top: 50%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
    padding-top: 56.25%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
    padding-top: 75%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
    padding-top: 100%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-6 .wp-block-embed__wrapper::before {
    padding-top: 66.66%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
    padding-top: 200%
}

.wp-block-file {
    margin-bottom: 1.5em
}

.wp-block-file.aligncenter {
    text-align: center
}

.wp-block-file.alignright {
    text-align: right
}

.wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: 13px;
    padding: .5em 1em
}

.wp-block-file a.wp-block-file__button {
    text-decoration: none
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

.wp-block-file *+.wp-block-file__button {
    margin-left: .75em
}

.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    margin: 0 16px 16px 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
    margin: 0;
    height: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {

    .wp-block-gallery .blocks-gallery-image figure,
    .wp-block-gallery .blocks-gallery-item figure {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start
    }
}

.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto
}

.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
    width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {

    .wp-block-gallery .blocks-gallery-image img,
    .wp-block-gallery .blocks-gallery-item img {
        width: auto
    }
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 40px 10px 5px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, .3) 60%, transparent)
}

.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
    display: inline
}

.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {

    .wp-block-gallery.is-cropped .blocks-gallery-image a,
    .wp-block-gallery.is-cropped .blocks-gallery-image img,
    .wp-block-gallery.is-cropped .blocks-gallery-item a,
    .wp-block-gallery.is-cropped .blocks-gallery-item img {
        height: 100%;
        flex: 1;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    width: calc((100% - 16px)/ 2)
}

.wp-block-gallery .blocks-gallery-image:nth-of-type(even),
.wp-block-gallery .blocks-gallery-item:nth-of-type(even) {
    margin-right: 0
}

.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
    width: 100%;
    margin-right: 0
}

@media (min-width:600px) {

    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: calc((100% - 16px * 2)/ 3);
        margin-right: 16px
    }

    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc((100% - 16px * 3)/ 4);
        margin-right: 16px
    }

    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc((100% - 16px * 4)/ 5);
        margin-right: 16px
    }

    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc((100% - 16px * 5)/ 6);
        margin-right: 16px
    }

    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc((100% - 16px * 6)/ 7);
        margin-right: 16px
    }

    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc((100% - 16px * 7)/ 8);
        margin-right: 16px
    }

    .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
        margin-right: 0
    }

    .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
        margin-right: 0
    }

    .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
        margin-right: 0
    }

    .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
        margin-right: 0
    }

    .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
        margin-right: 0
    }

    .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
        margin-right: 0
    }

    .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
        margin-right: 0
    }

    .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
    }
}

.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0
}

.wp-block-gallery .blocks-gallery-item.has-add-item-button {
    width: 100%
}

.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    max-width: 305px;
    width: 100%
}

.wp-block-gallery.aligncenter,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    display: flex
}

.wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center
}

.wp-block-image {
    max-width: 100%;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0
}

.wp-block-image img {
    max-width: 100%
}

.wp-block-image.aligncenter {
    text-align: center
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
    width: 100%
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.is-resized {
    display: table;
    margin-left: 0;
    margin-right: 0
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image.is-resized>figcaption {
    display: table-caption;
    caption-side: bottom
}

.wp-block-image .alignleft {
    float: left;
    margin-right: 1em
}

.wp-block-image .alignright {
    float: right;
    margin-left: 1em
}

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

.wp-block-latest-comments__comment {
    font-size: 15px;
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
    min-height: 36px;
    list-style: none
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 52px
}

.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
    line-height: 1.5
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: 14px;
    line-height: 1.8;
    margin: 5px 0 20px
}

.wp-block-latest-comments__comment-date {
    color: #8f98a1;
    display: block;
    font-size: 12px
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
    border-radius: 24px;
    display: block;
    float: left;
    height: 40px;
    margin-right: 12px;
    width: 40px
}

.wp-block-latest-posts.alignleft {
    margin-right: 2em
}

.wp-block-latest-posts.alignright {
    margin-left: 2em
}

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

.wp-block-latest-posts.is-grid li {
    margin: 0 16px 16px 0;
    width: 100%
}

@media (min-width:600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc((100% / 2) - 16px)
    }

    .wp-block-latest-posts.columns-3 li {
        width: calc((100% / 3) - 16px)
    }

    .wp-block-latest-posts.columns-4 li {
        width: calc((100% / 4) - 16px)
    }

    .wp-block-latest-posts.columns-5 li {
        width: calc((100% / 5) - 16px)
    }

    .wp-block-latest-posts.columns-6 li {
        width: calc((100% / 6) - 16px)
    }
}

.wp-block-latest-posts__post-date {
    display: block;
    color: #6c7781;
    font-size: 13px
}

.wp-block-media-text {
    display: grid
}

.wp-block-media-text {
    grid-template-rows: auto;
    align-items: center;
    grid-template-areas: "media-text-media media-text-content";
    grid-template-columns: 50% auto
}

.wp-block-media-text.has-media-on-the-right {
    grid-template-areas: "media-text-content media-text-media";
    grid-template-columns: auto 50%
}

.wp-block-media-text .wp-block-media-text__media {
    grid-area: media-text-media;
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    word-break: break-word;
    grid-area: media-text-content;
    padding: 0 8% 0 8%
}

.wp-block-media-text>figure>img,
.wp-block-media-text>figure>video {
    max-width: unset;
    width: 100%;
    vertical-align: middle
}

@media (max-width:600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns: 100% !important;
        grid-template-areas: "media-text-media""media-text-content"
    }

    .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right {
        grid-template-areas: "media-text-content""media-text-media"
    }
}

p.is-small-text {
    font-size: 14px
}

p.is-regular-text {
    font-size: 16px
}

p.is-large-text {
    font-size: 36px
}

p.is-larger-text {
    font-size: 48px
}

p.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.has-drop-cap:not(:focus)::after {
    content: "";
    display: table;
    clear: both;
    padding-top: 14px
}

p.has-background {
    padding: 20px 30px
}

p.has-text-color a {
    color: inherit
}

.wp-block-pullquote {
    padding: 3em 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    max-width: 305px
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
    font-size: 20px
}

.wp-block-pullquote p {
    font-size: 28px;
    line-height: 1.6
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
    position: relative
}

.wp-block-pullquote .has-text-color a {
    color: inherit
}

.wp-block-pullquote:not(.is-style-solid-color) {
    background: 0 0
}

.wp-block-pullquote.is-style-solid-color {
    border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: none;
    font-style: normal
}

.wp-block-pullquote cite {
    color: inherit
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin: 0 0 16px;
    padding: 0 1em
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 24px;
    font-style: italic;
    line-height: 1.6
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
    font-size: 18px;
    text-align: right
}

.wp-block-separator.is-style-wide {
    border-bottom-width: 1px
}

.wp-block-separator.is-style-dots {
    background: 0 0;
    border: none;
    text-align: center;
    max-width: none;
    line-height: 1;
    height: auto
}

.wp-block-separator.is-style-dots::before {
    content: "\00b7 \00b7 \00b7";
    color: #191e23;
    font-size: 20px;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif
}

p.wp-block-subhead {
    font-size: 1.1em;
    font-style: italic;
    opacity: .75
}

.wp-block-table.has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
    display: table;
    width: auto
}

.wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    border-bottom: 1px solid #f3f4f5
}

.wp-block-table.is-style-stripes tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes td {
    border-color: transparent
}

.wp-block-text-columns {
    display: flex
}

.wp-block-text-columns.aligncenter {
    display: flex
}

.wp-block-text-columns .wp-block-column {
    margin: 0 16px;
    padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
    margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
    margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
    width: calc(100% / 2)
}

.wp-block-text-columns.columns-3 .wp-block-column {
    width: calc(100% / 3)
}

.wp-block-text-columns.columns-4 .wp-block-column {
    width: calc(100% / 4)
}

pre.wp-block-verse {
    white-space: nowrap;
    overflow: auto
}

.wp-block-video {
    margin-left: 0;
    margin-right: 0
}

.wp-block-video video {
    max-width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-video [poster] {
        -o-object-fit: cover;
        object-fit: cover
    }
}

.wp-block-video.aligncenter {
    text-align: center
}

.wp-block-video figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

.has-pale-pink-background-color.has-pale-pink-background-color {
    background-color: #f78da7
}

.has-vivid-red-background-color.has-vivid-red-background-color {
    background-color: #cf2e2e
}

.has-luminous-vivid-orange-background-color.has-luminous-vivid-orange-background-color {
    background-color: #ff6900
}

.has-luminous-vivid-amber-background-color.has-luminous-vivid-amber-background-color {
    background-color: #fcb900
}

.has-light-green-cyan-background-color.has-light-green-cyan-background-color {
    background-color: #7bdcb5
}

.has-vivid-green-cyan-background-color.has-vivid-green-cyan-background-color {
    background-color: #00d084
}

.has-pale-cyan-blue-background-color.has-pale-cyan-blue-background-color {
    background-color: #8ed1fc
}

.has-vivid-cyan-blue-background-color.has-vivid-cyan-blue-background-color {
    background-color: #0693e3
}

.has-very-light-gray-background-color.has-very-light-gray-background-color {
    background-color: #eee
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
    background-color: #abb8c3
}

.has-very-dark-gray-background-color.has-very-dark-gray-background-color {
    background-color: #313131
}

.has-pale-pink-color.has-pale-pink-color {
    color: #f78da7
}

.has-vivid-red-color.has-vivid-red-color {
    color: #cf2e2e
}

.has-luminous-vivid-orange-color.has-luminous-vivid-orange-color {
    color: #ff6900
}

.has-luminous-vivid-amber-color.has-luminous-vivid-amber-color {
    color: #fcb900
}

.has-light-green-cyan-color.has-light-green-cyan-color {
    color: #7bdcb5
}

.has-vivid-green-cyan-color.has-vivid-green-cyan-color {
    color: #00d084
}

.has-pale-cyan-blue-color.has-pale-cyan-blue-color {
    color: #8ed1fc
}

.has-vivid-cyan-blue-color.has-vivid-cyan-blue-color {
    color: #0693e3
}

.has-very-light-gray-color.has-very-light-gray-color {
    color: #eee
}

.has-cyan-bluish-gray-color.has-cyan-bluish-gray-color {
    color: #abb8c3
}

.has-very-dark-gray-color.has-very-dark-gray-color {
    color: #313131
}

.has-small-font-size {
    font-size: 13px
}

.has-normal-font-size,
.has-regular-font-size {
    font-size: 16px
}

.has-medium-font-size {
    font-size: 20px
}

.has-large-font-size {
    font-size: 36px
}

.has-huge-font-size,
.has-larger-font-size {
    font-size: 42px
}

.attachment img[src$=".svg"],
.widget_media_image img[src$=".svg"] {
    width: 100%
}

.attachment img[src$=".svg"],
.widget_media_image img[src$=".svg"] {
    width: 100%
}

.attachment svg,
.widget_media_image svg {
    max-width: 100%;
    height: auto
}

/*!
Theme Name: crazybox
Theme URI: http://igbit.org
Author: Victor Nikolenko
Author URI: http://igbit.org
Description: born to win
Version: 1.1.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gourmet
*/
.owl-carousel {
    padding-left: 27px;
    padding-right: 27px;
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

@media (min-width:375px) {
    .owl-carousel {
        padding-left: 27px;
        padding-right: 27px
    }
}

@media (min-width:768px) {
    .owl-carousel {
        padding-left: 50px;
        padding-right: 50px
    }
}

@media (min-width:992px) {
    .owl-carousel {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width:1200px) {
    .owl-carousel {
        padding-left: 0;
        padding-right: 0
    }
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(/wp-content/themes/crazybox/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-nav {
    position: absolute;
    top: -45px;
    left: 0;
    width: 100%;
    height: 10px
}

.owl-prev {
    float: left;
    margin-left: 4px;
    margin-top: 100px
}

@media (min-width:375px) {
    .owl-prev {
        margin-left: 4px;
        margin-top: 120px
    }
}

@media (min-width:768px) {
    .owl-prev {
        margin-left: 12px;
        margin-top: 120px
    }
}

@media (min-width:992px) {
    .owl-prev {
        margin-left: -12px;
        margin-top: 120px
    }
}

@media (min-width:1200px) {
    .owl-prev {
        margin-left: -96px;
        margin-top: 120px
    }
}

.owl-next {
    float: right;
    margin-right: 4px;
    margin-top: 100px
}

@media (min-width:375px) {
    .owl-next {
        margin-right: 4px;
        margin-top: 120px
    }
}

@media (min-width:768px) {
    .owl-next {
        margin-right: 12px;
        margin-top: 120px
    }
}

@media (min-width:992px) {
    .owl-next {
        margin-right: -12px;
        margin-top: 120px
    }
}

@media (min-width:1200px) {
    .owl-next {
        margin-right: -96px;
        margin-top: 120px
    }
}

.owl-prev {
    background: url(/wp-content/themes/crazybox/images/back.svg) no-repeat center center;
    height: 24px;
    width: 24px;
    text-indent: 24px;
    overflow: hidden
}

@media (min-width:375px) {
    .owl-prev {
        height: 24px;
        width: 24px;
        text-indent: 24px
    }
}

@media (min-width:768px) {
    .owl-prev {
        height: 45px;
        width: 24px;
        text-indent: 24px
    }
}

@media (min-width:992px) {
    .owl-prev {
        height: 45px;
        width: 24px;
        text-indent: 24px
    }
}

@media (min-width:1200px) {
    .owl-prev {
        height: 45px;
        width: 24px;
        text-indent: 24px
    }
}

.owl-next {
    background: url(/wp-content/themes/crazybox/images/next.svg) no-repeat center center;
    height: 24px;
    width: 24px;
    text-indent: 24px;
    overflow: hidden
}

@media (min-width:375px) {
    .owl-next {
        height: 24px;
        width: 24px;
        text-indent: 24px
    }
}

@media (min-width:768px) {
    .owl-next {
        height: 45px;
        width: 24px;
        text-indent: 24px
    }
}

@media (min-width:992px) {
    .owl-next {
        height: 45px;
        width: 24px;
        text-indent: 24px
    }
}

@media (min-width:1200px) {
    .owl-next {
        height: 45px;
        width: 24px;
        text-indent: 24px
    }
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: "Roboto Slab", serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both
}

p {
    margin-bottom: 1.5em
}

dfn,
cite,
em,
i {
    font-style: italic
}

blockquote {
    margin: 0 1.5em
}

address {
    margin: 0 0 1.5em
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: .9375rem
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none
}

big {
    font-size: 125%
}

* {
    outline: none
}

.site {
    position: relative
}

input[type=text],
input[type=tel],
input[type=email] {
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 20px;
    border-radius: 50px;
    border: none;
    text-align: center
}

input[type=text] ::-webkit-input-placeholder,
input[type=tel] ::-webkit-input-placeholder,
input[type=email] ::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

input[type=text] ::-moz-placeholder,
input[type=tel] ::-moz-placeholder,
input[type=email] ::-moz-placeholder {
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

input[type=text] :-moz-placeholder,
input[type=tel] :-moz-placeholder,
input[type=email] :-moz-placeholder {
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

input[type=text] :-ms-input-placeholder,
input[type=tel] :-ms-input-placeholder,
input[type=email] :-ms-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

input[type=text]:focus::-webkit-input-placeholder,
input[type=tel]:focus::-webkit-input-placeholder,
input[type=email]:focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

input[type=text]:focus::-moz-placeholder,
input[type=tel]:focus::-moz-placeholder,
input[type=email]:focus::-moz-placeholder {
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

input[type=text]:focus:-moz-placeholder,
input[type=tel]:focus:-moz-placeholder,
input[type=email]:focus:-moz-placeholder {
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

input[type=text]:focus:-ms-input-placeholder,
input[type=tel]:focus:-ms-input-placeholder,
input[type=email]:focus:-ms-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

button,
.subscribe__submit {
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 20px;
    border-radius: 50px;
    border: none
}

.minusitem,
.plusitem {
    padding: 8px 16px;
    font-size: 24px;
    font-size: 1.5rem
}

.delitem,
.delcustombox {
    padding: 0
}

input[type=text],
input[type=tel],
input[type=email],
button {
    font-size: 16px;
    font-size: 1rem;
    width: 90%
}

@media (min-width:375px) {

    input[type=text],
    input[type=tel],
    input[type=email],
    button {
        padding: 20px 30px;
        font-size: 16px;
        font-size: 1rem;
        width: auto
    }
}

@media (min-width:768px) {

    input[type=text],
    input[type=tel],
    input[type=email],
    button {
        padding: 25px 50px;
        font-size: 16px;
        font-size: 1rem;
        width: auto
    }
}

@media (min-width:992px) {

    input[type=text],
    input[type=tel],
    input[type=email],
    button {
        padding: 25px 50px;
        font-size: 16px;
        font-size: 1rem;
        width: auto
    }
}

@media (min-width:1200px) {

    input[type=text],
    input[type=tel],
    input[type=email],
    button {
        padding: 25px 50px;
        font-size: 16px;
        font-size: 1rem;
        width: auto
    }
}

.nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.post-navigation {
    width: 100%;
    display: none
}

@media (min-width:375px) {
    .post-navigation {
        display: none
    }
}

@media (min-width:768px) {
    .post-navigation {
        display: none
    }
}

@media (min-width:992px) {
    .post-navigation {
        display: block
    }
}

@media (min-width:1200px) {
    .post-navigation {
        display: block
    }
}

.post-navigation a {
    text-decoration: none;
    color: #404040
}

.btn2up.active {
    opacity: .75
}

.btn2up.active:hover {
    opacity: 1
}

.btn2up {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 3px;
    border: none;
    z-index: 100;
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s;
    outline: none;
    cursor: pointer;
    padding: 0;
    background: url(/wp-content/themes/crazybox/images/up.svg) no-repeat center center
}

@media (max-width:576px) {
    .btn2up {
        display: none
    }
}

.viber {
    position: relative;
    display: inline-block
}

.viber span {
    position: absolute;
    top: 6px;
    right: -61px
}

.viber img {
    height: 36px;
    width: auto
}

.cart-subscribe {
    display: none
}

.footer__phone--container {
    position: relative;
    display: inline-block
}

.footer__phone--number {
    margin-left: -60px
}

.footer__phone--messengers {
    position: absolute;
    top: 0;
    right: -85px
}

.footer__phone--messengers img {
    width: 32px
}

.footer__phone--messengers2 {
    position: absolute;
    top: 0;
    right: -45px
}

.footer__phone--messengers2 img {
    width: 32px
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body {
    background: #fff
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}

ul,
ol {
    margin: 0 0 1.5em 3em
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em
}

dt {
    font-weight: 700
}

dd {
    margin: 0 1.5em 1.5em
}

img {
    height: auto;
    max-width: 100%
}

figure {
    margin: 1em 0
}

table {
    margin: 0 0 1.5em;
    width: 100%
}

.sticky {
    display: block
}

.hentry {
    margin: 0 0 1.5em
}

.updated:not(.published) {
    display: none
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0
}

.page-links {
    clear: both;
    margin: 0 0 1.5em
}

.comment-content a {
    word-wrap: break-word
}

.bypostauthor {
    display: block
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

embed,
iframe,
object {
    max-width: 100%
}

.custom-logo-link {
    display: inline-block
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: .8075em 0
}

.wp-caption-text {
    text-align: center
}

.gallery {
    margin-bottom: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block
}

.header {
    background: url(/wp-content/themes/crazybox/images/header__background.jpg) no-repeat top center;
    background-size: cover
}

.header__wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    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: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width:768px) {
    .header__wrapper {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .header__wrapper {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .header__wrapper {
        max-width: 1140px
    }
}

.navigation {
    min-height: 15vh
}

.navigation__menu {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .9);
    margin: 0;
    padding-left: 0;
    padding-top: 250px;
    text-align: center
}

.navigation__menu li {
    margin-top: 10px;
    margin-bottom: 10px
}

.navigation__menu li a {
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    outline: none
}

.navigation__menu li a:hover {
    color: #75bc23;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

@media (min-width:768px) {
    .navigation__menu {
        padding-top: 350px
    }
}

@media (min-width:992px) {
    .navigation__menu {
        position: relative;
        background-color: transparent;
        padding-top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        list-style-type: none;
        margin-top: 30px;
        margin-bottom: 30px;
        margin-left: 0;
        padding-left: 0;
        white-space: nowrap
    }

    .navigation__menu li+li {
        margin: 0 0 0 50px
    }

    .navigation__menu li {
        margin-top: 0;
        margin-bottom: 0
    }

    .navigation__menu li a {
        text-decoration: none;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        outline: none
    }

    .navigation__menu li a:hover {
        color: #75bc23;
        -webkit-transition: all .2s linear;
        transition: all .2s linear
    }

    .navigation__menu li:nth-child(1) {
        -webkit-transform: rotate(-10deg) translateY(33px);
        transform: rotate(-10deg) translateY(33px)
    }

    .navigation__menu li:nth-child(2) {
        -webkit-transform: rotate(-6deg) translateY(10px);
        transform: rotate(-6deg) translateY(10px)
    }

    .navigation__menu li:nth-child(3) {
        -webkit-transform: rotate(-3deg) translateY(2px);
        transform: rotate(-3deg) translateY(2px)
    }

    .navigation__menu li:nth-child(5) {
        -webkit-transform: rotate(5deg) translateY(5px);
        transform: rotate(5deg) translateY(5px)
    }

    .navigation__menu li:nth-child(6) {
        -webkit-transform: rotate(6deg) translateY(16px);
        transform: rotate(6deg) translateY(16px)
    }

    .navigation__menu li:nth-child(7) {
        -webkit-transform: rotate(12deg) translateY(38px);
        transform: rotate(12deg) translateY(38px)
    }
}

.navigation__menu-active {
    display: block;
    z-index: 100
}

.navigation__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style-type: none;
    margin-top: 30px;
    margin-bottom: 15px;
    margin-left: 0;
    padding-left: 0
}

.navigation__social .over {
    z-index: 101
}

.navigation__social li {
    margin: 0 7px
}

.navigation__social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    text-indent: 40px;
    border: 1px solid rgba(255, 255, 255, .6);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    border-radius: 20px
}

.navigation__social .vk a {
    background: url(/wp-content/themes/crazybox/images/vk.svg) no-repeat center center
}

.navigation__social .vk a:hover {
    background-color: rgba(255, 255, 255, .2)
}

.navigation__social .instagram a {
    background: url(/wp-content/themes/crazybox/images/instagram.svg) no-repeat center center
}

.navigation__social .instagram a:hover {
    background-color: rgba(255, 255, 255, .2)
}

.navigation__social .facebook a {
    background: url(/wp-content/themes/crazybox/images/facebook.svg) no-repeat center center
}

.navigation__social .facebook a:hover {
    background-color: rgba(255, 255, 255, .2)
}

.logo {
    min-height: 15vh
}

.logo__img {
    background: url(/wp-content/themes/crazybox/images/logo.svg) no-repeat center center;
    background-size: contain;
    max-width: 180px;
    height: 80px;
    overflow: hidden;
    text-indent: 261px;
    margin: 5px auto
}

@media (min-width:375px) {
    .logo__img {
        max-width: 261px;
        height: 115px
    }
}

@media (min-width:768px) {
    .logo__img {
        max-width: 261px;
        height: 115px
    }
}

@media (min-width:992px) {
    .logo__img {
        max-width: 261px;
        height: 115px
    }
}

@media (min-width:1200px) {
    .logo__img {
        max-width: 261px;
        height: 115px
    }
}

.logo-over {
    z-index: 101
}

.branding {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 35vh
}

.branding__logo {
    margin-top: 15px;
    margin-bottom: 15px
}

.branding__tagline {
    font-size: 35.2px;
    font-size: 2.2rem;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center
}

@media (min-width:375px) {
    .branding__tagline {
        font-size: 35.2px;
        font-size: 2.2rem
    }
}

@media (min-width:768px) {
    .branding__tagline {
        font-size: 58px;
        font-size: 3.625rem
    }
}

@media (min-width:992px) {
    .branding__tagline {
        font-size: 74px;
        font-size: 4.625rem
    }
}

@media (min-width:1200px) {
    .branding__tagline {
        font-size: 74px;
        font-size: 4.625rem
    }
}

.branding__blog {
    font-size: 35.2px;
    font-size: 2.2rem;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: center
}

@media (min-width:375px) {
    .branding__blog {
        font-size: 35.2px;
        font-size: 2.2rem
    }
}

@media (min-width:768px) {
    .branding__blog {
        font-size: 58px;
        font-size: 3.625rem
    }
}

@media (min-width:992px) {
    .branding__blog {
        font-size: 74px;
        font-size: 4.625rem
    }
}

@media (min-width:1200px) {
    .branding__blog {
        font-size: 74px;
        font-size: 4.625rem
    }
}

.branding__description {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-size: .875rem;
    font-family: Roboto;
    margin-top: 10px;
    margin-bottom: 20px;
    max-width: 450px
}

@media (min-width:375px) {
    .branding__description {
        font-size: 14px;
        font-size: .875rem
    }
}

@media (min-width:768px) {
    .branding__description {
        font-size: 16px;
        font-size: 1rem
    }
}

@media (min-width:992px) {
    .branding__description {
        font-size: 18px;
        font-size: 1.125rem
    }
}

@media (min-width:1200px) {
    .branding__description {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.callback {
    min-height: 30vh
}

.callback__form {
    text-align: center
}

.callback__input {
    margin: 5px
}

.callback__submit {
    background-color: #75bc23;
    color: #fff;
    margin: 5px
}

.callback__submit:hover {
    background-color: #68a71f;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.callback__text {
    color: #fff;
    text-align: center;
    font-family: Roboto;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    font-size: .875rem
}

@media (min-width:375px) {
    .callback__text {
        font-size: 14px;
        font-size: .875rem
    }
}

@media (min-width:768px) {
    .callback__text {
        font-size: 16px;
        font-size: 1rem
    }
}

@media (min-width:992px) {
    .callback__text {
        font-size: 16px;
        font-size: 1rem
    }
}

@media (min-width:1200px) {
    .callback__text {
        font-size: 16px;
        font-size: 1rem
    }
}

.callback__text-error {
    color: red
}

.callback__text-send {
    color: #fff
}

.toggle {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    display: block;
    z-index: 101
}

@media (min-width:375px) {
    .toggle {
        display: block
    }
}

@media (min-width:768px) {
    .toggle {
        display: block
    }
}

@media (min-width:992px) {
    .toggle {
        display: none
    }
}

@media (min-width:1200px) {
    .toggle {
        display: none
    }
}

.toggle__line {
    width: 30px;
    height: 3px;
    background-color: #fff;
    display: block;
    float: right;
    -webkit-transition: .5s;
    transition: .5s
}

.toggle__line:nth-child(1) {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
}

.toggle__line:nth-child(2) {
    -webkit-transform: translateY(18px);
    transform: translateY(18px)
}

.toggle__line:nth-child(3) {
    -webkit-transform: translateY(28px);
    transform: translateY(28px)
}

.toggle-motion .toggle__line:nth-child(1) {
    -webkit-transform: translateY(18px) rotate(45deg);
    transform: translateY(18px) rotate(45deg);
    width: 35px
}

.toggle-motion .toggle__line:nth-child(2) {
    display: none
}

.toggle-motion .toggle__line:nth-child(3) {
    -webkit-transform: translateY(15px) rotate(-45deg);
    transform: translateY(15px) rotate(-45deg);
    width: 35px
}

.products {
    max-width: 960px;
    margin: 0 auto
}

.products__face {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    padding: 10px;
    position: relative
}

.products__reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .6s;
    transition: .6s;
    opacity: 0;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    border-radius: 2px;
    -webkit-box-shadow: 0 4px 10px -3px #c1c1c1, 0 0 0 1px #d5d5d5 inset;
    box-shadow: 0 4px 10px -3px #c1c1c1, 0 0 0 1px #d5d5d5 inset;
    width: 100%
}

@media (min-width:768px) {
    .products__reverse {
        padding-left: 20px;
        padding-right: 20px
    }
}

.products__caption {
    text-align: center;
    margin: 50px 0 30px;
    font-size: 28px;
    font-size: 1.75rem
}

@media (min-width:375px) {
    .products__caption {
        font-size: 28px;
        font-size: 1.75rem
    }
}

@media (min-width:768px) {
    .products__caption {
        font-size: 32px;
        font-size: 2rem
    }
}

@media (min-width:992px) {
    .products__caption {
        font-size: 32px;
        font-size: 2rem
    }
}

@media (min-width:1200px) {
    .products__caption {
        font-size: 32px;
        font-size: 2rem
    }
}

.products__inside {
    overflow: hidden;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    margin-top: 5px
}

@media (orientation:landscape) and (max-width:768px) {
    .products__inside {
        font-size: 16px;
        font-size: 1rem;
        margin-top: 15px
    }
}

@media (min-width:375px) {
    .products__inside {
        font-size: 12px;
        font-size: .75rem;
        margin-top: 15px
    }
}

@media (min-width:768px) {
    .products__inside {
        font-size: 14px;
        font-size: .875rem;
        margin-top: 25px
    }
}

@media (min-width:992px) {
    .products__inside {
        font-size: 16px;
        font-size: 1rem;
        margin-top: 25px
    }
}

@media (min-width:1200px) {
    .products__inside {
        font-size: 16px;
        font-size: 1rem;
        margin-top: 25px
    }
}

.products__inside span {
    color: gray;
    font-style: italic
}

.products__inside ul {
    margin: 30px 0 0;
    padding-left: 0;
    list-style-type: none
}

.products__inside ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 40px
}

.products__inside ul li span:nth-child(2) {
    color: gray
}

.products__title {
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
    margin: 15px 0 0
}

@media (min-width:375px) {
    .products__title {
        font-size: 18px;
        font-size: 1.125rem;
        margin: 15px 0 0
    }
}

@media (min-width:768px) {
    .products__title {
        font-size: 24px;
        font-size: 1.5rem;
        margin: 15px 0 10px
    }
}

@media (min-width:992px) {
    .products__title {
        font-size: 24px;
        font-size: 1.5rem;
        margin: 15px 0 10px
    }
}

@media (min-width:1200px) {
    .products__title {
        font-size: 24px;
        font-size: 1.5rem;
        margin: 15px 0 10px
    }
}

.products__composition {
    text-align: center;
    margin: auto 0 120px 0
}

.products__composition-button {
    border-bottom: 1px dotted gray
}

.products__return {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 120px;
    display: block;
    width: 30px;
    height: 30px;
    background: url(/wp-content/themes/crazybox/images/flip.svg) no-repeat center center;
    background-size: contain
}

@media (min-width:375px) {
    .products__return {
        display: block;
        width: 30px;
        height: 30px
    }
}

@media (min-width:768px) {
    .products__return {
        display: block;
        width: 45px;
        height: 45px
    }
}

@media (min-width:992px) {
    .products__return {
        display: block;
        width: 45px;
        height: 45px
    }
}

@media (min-width:1200px) {
    .products__return {
        display: block;
        width: 45px;
        height: 45px
    }
}

.products__wrapper {
    margin-bottom: 30px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.products__video {
    display: none;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0
}

.products__illustration {
    height: auto;
    position: relative;
    -webkit-mask: url(/wp-content/themes/crazybox/images/fill.svg) no-repeat center center/100%;
    mask: url(/wp-content/themes/crazybox/images/fill.svg) no-repeat center center/100%;
    margin-left: auto;
    margin-right: auto
}

.products__custom {
    width: 100%;
    height: 485px;
    text-align: center;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px
}

@media (min-width:375px) {
    .products__custom {
        width: 50%;
        height: 427px
    }
}

@media (min-width:425px) {
    .products__custom {
        width: 50%;
        height: 450px
    }
}

@media (min-width:480px) {
    .products__custom {
        width: 50%;
        height: 540px
    }
}

@media (min-width:768px) {
    .products__custom {
        width: 33%;
        height: 520px
    }
}

@media (min-width:992px) {
    .products__custom {
        height: 575px
    }
}

@media (min-width:1200px) {
    .products__custom {
        height: 585px
    }
}

.products__custom-button {
    background-color: transparent;
    border: 2px solid #75bc23;
    margin: auto 0 25px 0
}

.products__custom-button:hover {
    background-color: #75bc23;
    color: #fff;
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

.products__custom-title {
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
    margin: 15px 0 0;
    font-weight: 700
}

@media (min-width:375px) {
    .products__custom-title {
        font-size: 18px;
        font-size: 1.125rem;
        margin: 15px 0 0
    }
}

@media (min-width:768px) {
    .products__custom-title {
        font-size: 24px;
        font-size: 1.5rem;
        margin: 15px 0 10px
    }
}

@media (min-width:992px) {
    .products__custom-title {
        font-size: 24px;
        font-size: 1.5rem;
        margin: 15px 0 10px
    }
}

@media (min-width:1200px) {
    .products__custom-title {
        font-size: 24px;
        font-size: 1.5rem;
        margin: 15px 0 10px
    }
}

.products__custom-illustration {
    height: auto;
    position: relative;
    -webkit-mask: url(/wp-content/themes/crazybox/images/fill.svg) no-repeat center center/100%;
    mask: url(/wp-content/themes/crazybox/images/fill.svg) no-repeat center center/100%;
    margin-left: auto;
    margin-right: auto
}

.products__item {
    width: 100%;
    height: 555px;
    position: relative;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    vertical-align: top;
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-transform-style: rotate3d;
    transform-style: rotate3d;
    cursor: pointer
}

@media (min-width:375px) {
    .products__item {
        width: 50%;
        height: 427px
    }
}

@media (min-width:425px) {
    .products__item {
        width: 50%;
        height: 450px
    }
}

@media (min-width:480px) {
    .products__item {
        width: 50%;
        height: 540px
    }
}

@media (min-width:768px) {
    .products__item {
        width: 33%;
        height: 520px
    }
}

@media (min-width:992px) {
    .products__item {
        height: 575px
    }
}

@media (min-width:1200px) {
    .products__item {
        height: 585px
    }
}

.products__item-reverse .products__face {
    opacity: 0;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.products__item-reverse .products__reverse {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.products__info {
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
    margin: 5px 0
}

.products__info-weight {
    color: gray;
    display: inline
}

@media (min-width:375px) {
    .products__info-weight {
        display: inline
    }
}

@media (min-width:768px) {
    .products__info-weight {
        display: inline
    }
}

@media (min-width:992px) {
    .products__info-weight {
        display: inline
    }
}

@media (min-width:1200px) {
    .products__info-weight {
        display: inline
    }
}

.products__order {
    background-color: transparent;
    border: 2px solid #75bc23;
    margin: 15px 0 25px;
    position: absolute;
    left: 50%;
    bottom: 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99
}

@media (min-width:768px) {
    .products__order {
        width: inherit
    }
}

@media (min-width:992px) {
    .products__order {
        width: inherit
    }
}

@media (min-width:1200px) {
    .products__order {
        width: inherit
    }
}

.products__order:hover {
    background-color: #75bc23;
    color: #fff;
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

.products__group {
    text-align: center
}

.products__container {
    text-align: center
}

.products__order:hover {
    background-color: #75bc23 !important;
    color: #fff;
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

.products__illustration-is_hover .products__video {
    display: block
}

.products__reverse,
.products__face {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .6s;
    transition: .6s
}

.flip-toggle .products__face {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.flip-toggle .products__reverse {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.products__face {
    z-index: 9
}

.about {
    background: url(/wp-content/themes/crazybox/images/about__background.jpg) no-repeat top center;
    background-size: auto;
    padding-top: 50px;
    padding-bottom: 50px
}

@media (min-width:375px) {
    .about {
        background-size: auto
    }
}

@media (min-width:768px) {
    .about {
        background-size: auto
    }
}

@media (min-width:992px) {
    .about {
        background-size: auto
    }
}

@media (min-width:1200px) {
    .about {
        background-size: cover
    }
}

.about__wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%
}

.about__title {
    font-size: 32px;
    font-size: 2rem;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:375px) {
    .about__title {
        font-size: 32px;
        font-size: 2rem
    }
}

@media (min-width:768px) {
    .about__title {
        font-size: 32px;
        font-size: 2rem
    }
}

@media (min-width:992px) {
    .about__title {
        font-size: 40px;
        font-size: 2.5rem
    }
}

@media (min-width:1200px) {
    .about__title {
        font-size: 40px;
        font-size: 2.5rem
    }
}

.about__logo {
    max-width: 70%;
    height: 120px;
    background: url(/wp-content/themes/crazybox/images/logo-b.svg) no-repeat center center;
    background-size: contain;
    margin: 10px auto
}

@media (min-width:375px) {
    .about__logo {
        max-width: 70%;
        height: 120px;
        margin: 10px auto
    }
}

@media (min-width:768px) {
    .about__logo {
        max-width: 514px;
        height: 213px;
        margin: 20px auto
    }
}

@media (min-width:992px) {
    .about__logo {
        max-width: 514px;
        height: 213px;
        margin: 30px auto
    }
}

@media (min-width:1200px) {
    .about__logo {
        max-width: 514px;
        height: 213px;
        margin: 30px auto
    }
}

.about__text {
    max-width: 700px;
    margin: 0 auto;
    text-align: center
}

.custom-box {
    padding-top: 50px;
    padding-bottom: 50px
}

.custom-box__wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%
}

.custom-box__title {
    font-size: 48px;
    font-size: 3rem;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    margin: 15px 0
}

@media (min-width:375px) {
    .custom-box__title {
        font-size: 48px;
        font-size: 3rem
    }
}

@media (min-width:768px) {
    .custom-box__title {
        font-size: 48px;
        font-size: 3rem
    }
}

@media (min-width:992px) {
    .custom-box__title {
        font-size: 80px;
        font-size: 5rem
    }
}

@media (min-width:1200px) {
    .custom-box__title {
        font-size: 80px;
        font-size: 5rem
    }
}

.custom-box__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 960px;
    margin: 0 auto;
    background-image: url(/wp-content/themes/crazybox/images/custombox__background.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:375px) {
    .custom-box__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-position: center top
    }
}

@media (min-width:768px) {
    .custom-box__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-left: 50px;
        padding-right: 50px;
        background-position: left bottom
    }
}

@media (min-width:992px) {
    .custom-box__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-left: 50px;
        padding-right: 50px;
        background-position: left bottom
    }
}

@media (min-width:1200px) {
    .custom-box__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-left: 50px;
        padding-right: 50px;
        background-position: left bottom
    }
}

.custom-box__images {
    width: 100%;
    padding: 30px 30px 0
}

.custom-box__images img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto
}

@media (min-width:375px) {
    .custom-box__images {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }
}

@media (min-width:768px) {
    .custom-box__images {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 50%
    }
}

@media (min-width:992px) {
    .custom-box__images {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 50%
    }
}

@media (min-width:1200px) {
    .custom-box__images {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 50%
    }
}

.custom-box__info {
    text-align: center;
    padding: 15px;
    width: 100%
}

@media (min-width:375px) {
    .custom-box__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }
}

@media (min-width:768px) {
    .custom-box__info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 50%
    }
}

@media (min-width:992px) {
    .custom-box__info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 50%
    }
}

@media (min-width:1200px) {
    .custom-box__info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 50%
    }
}

.custom-box__button {
    background-color: #75bc23;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 15px
}

.custom-box__button:hover {
    background-color: #68a71f;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.custom-box__button-is_active {
    cursor: default;
    background-color: gray;
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

.custom-box__button-is_active:hover {
    background-color: gray
}

.custom-box__subtitle {
    font-size: 24px;
    font-size: 1.5rem;
    text-align: center
}

.add-to-order {
    background: url(/wp-content/themes/crazybox/images/my-box__background.jpg) repeat-y top center;
    background-size: 100% auto;
    padding-top: 45px;
    position: relative;
    display: none
}

.add-to-order__wrapper {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto
}

.add-to-order__illustration {
    -webkit-mask: url(/wp-content/themes/crazybox/images/fill.svg) no-repeat center center/100%;
    mask: url(/wp-content/themes/crazybox/images/fill.svg) no-repeat center center/100%
}

.add-to-order__illustration img {
    max-width: 100%
}

.add-to-order__caption {
    text-align: center
}

.add-to-order__subcaption {
    text-align: center;
    font-size: 21.008px;
    font-size: 1.313rem
}

.add-to-order__item {
    text-align: center
}

.add-to-order__title {
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1rem
}

.add-to-order__info {
    margin-top: 5px
}

.add-to-order__info-price {
    font-size: 14px;
    font-size: .875rem
}

@media (min-width:375px) {
    .add-to-order__info-price {
        font-size: 14px;
        font-size: .875rem
    }
}

@media (min-width:768px) {
    .add-to-order__info-price {
        font-size: 16px;
        font-size: 1rem
    }
}

@media (min-width:992px) {
    .add-to-order__info-price {
        font-size: 16px;
        font-size: 1rem
    }
}

@media (min-width:1200px) {
    .add-to-order__info-price {
        font-size: 16px;
        font-size: 1rem
    }
}

.add-to-order__order {
    border: 2px solid #75bc23;
    background-color: transparent;
    margin-bottom: 50px;
    padding: 20px
}

.add-to-order__order:hover {
    background-color: #75bc23;
    color: #fff;
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

.add-to-order__close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: url(/wp-content/themes/crazybox/images/close.svg)
}

.inbox {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px
}

.inbox__wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%
}

.inbox__title {
    margin: 0 0 45px;
    text-align: center
}

.inbox__invoice {
    max-width: 960px;
    margin: 0 auto
}

.inbox__invoice table {
    display: table;
    width: 100%
}

.inbox__invoice tr:nth-child(1) {
    border-top: 1px solid #f3ead5
}

.inbox__invoice tr {
    display: table-row;
    border-bottom: 1px solid #f3ead5
}

.inbox__invoice td {
    display: table-cell
}

.inbox__invoice td:nth-child(1) img {
    height: 95px;
    width: auto
}

.inbox__invoice td:nth-child(2) {
    width: 50%;
    font-weight: 700
}

.inbox__invoice td:nth-child(2) span {
    font-weight: 400;
    color: gray
}

.inbox__invoice td:nth-child(3) {
    width: 20%;
    height: 90px
}

.inbox__invoice td:nth-child(3) strong {
    display: inline-block;
    width: 50px;
    text-align: center
}

.inbox__invoice td:nth-child(3) button {
    background-color: transparent;
    border: none;
    font-size: 16px;
    font-size: 1rem;
    color: #a7916c
}

.inbox__invoice td:nth-child(3) span {
    background-color: #f3ead5;
    padding: 15px;
    border-radius: 10px
}

.inbox__invoice td:nth-child(4) {
    width: 20%;
    text-align: right;
    font-weight: 700
}

.inbox__invoice td:nth-child(5) {
    width: 10%;
    text-align: right
}

.inbox__invoice td:nth-child(5) button {
    background: url(/wp-content/themes/crazybox/images/delete.svg) no-repeat center center;
    border: none;
    text-indent: 20px;
    width: 20px;
    height: 20px;
    overflow: hidden
}

.inbox__order {
    background-color: #75bc23;
    text-transform: uppercase;
    border: none;
    color: #fff;
    padding: 25px 70px;
    border-radius: 50px;
    font-weight: 700;
    outline: none;
    font-size: 16px;
    font-size: 1rem;
    text-align: center
}

.inbox__sum {
    text-align: center;
    margin-top: 42px;
    margin-bottom: 42px;
    font-size: 32px;
    font-size: 2rem
}

.action {
    background: url(/wp-content/themes/crazybox/images/action__background.jpg) no-repeat top center;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px
}

.action__title {
    font-size: 32px;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    margin: 10px 0 30px
}

@media (min-width:375px) {
    .action__title {
        font-size: 32px;
        font-size: 2rem;
        margin: 10px 0 30px
    }
}

@media (min-width:768px) {
    .action__title {
        font-size: 32px;
        font-size: 2rem;
        margin: 10px 0 30px
    }
}

@media (min-width:992px) {
    .action__title {
        font-size: 40px;
        font-size: 2.5rem;
        margin: 15px 0
    }
}

@media (min-width:1200px) {
    .action__title {
        font-size: 40px;
        font-size: 2.5rem;
        margin: 15px 0
    }
}

.action__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 960px;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:375px) {
    .action__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width:768px) {
    .action__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width:992px) {
    .action__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width:1200px) {
    .action__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.action__item:nth-child(1) {
    border-left: 1px solid rgba(255, 255, 255, .3)
}

.action__item {
    color: #fff;
    padding: 0 60px;
    border-right: 1px solid rgba(255, 255, 255, .3);
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:992px) {
    .action__item {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%
    }
}

@media (min-width:1200px) {
    .action__item {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%
    }
}

@media (min-width:992px) {
    .delivery {
        -webkit-box-flex: 3;
        -ms-flex: 3 0 60%;
        flex: 3 0 60%
    }
}

@media (min-width:1200px) {
    .delivery {
        -webkit-box-flex: 3;
        -ms-flex: 3 0 60%;
        flex: 3 0 60%
    }
}

.delivery__items {
    margin: 5px 25px;
    padding-left: 0;
    list-style-type: none
}

.delivery__item {
    position: relative;
    padding-left: 70px
}

.delivery__icon {
    position: absolute;
    top: 0;
    left: 0
}

.delivery__title {
    font-size: 32px;
    font-size: 2rem;
    margin: 30px
}

.delivery__subtitle {
    margin: 18px 0 9px
}

.delivery__text {
    margin: 25px 0 50px
}

@media (min-width:992px) {
    .payment {
        -webkit-box-flex: 3;
        -ms-flex: 3 0 40%;
        flex: 3 0 40%
    }
}

@media (min-width:1200px) {
    .payment {
        -webkit-box-flex: 3;
        -ms-flex: 3 0 40%;
        flex: 3 0 40%
    }
}

.payment__items {
    margin: 0 30px;
    padding-left: 0;
    list-style-type: none
}

.payment__item {
    position: relative;
    padding-left: 70px
}

.payment__icon {
    position: absolute;
    top: 0;
    left: 0
}

.payment__title {
    font-size: 32px;
    font-size: 2rem;
    margin: 30px
}

.payment__subtitle {
    margin: 18px 0 9px
}

.payment__text {
    margin: 25px 0 50px
}

.delivery-payment {
    max-width: 960px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 25px;
    padding-top: 25px
}

@media (min-width:375px) {
    .delivery-payment {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width:768px) {
    .delivery-payment {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width:992px) {
    .delivery-payment {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width:1200px) {
    .delivery-payment {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.footer {
    background: url(/wp-content/themes/crazybox/images/footer__background.jpg) no-repeat top center;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 75px
}

.footer__wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%
}

@media (min-width:768px) {
    .footer__wrapper {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .footer__wrapper {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .footer__wrapper {
        max-width: 1140px
    }
}

.footer .subscribe__title {
    text-align: center;
    color: #fff;
    font-family: Roboto;
    margin: 15px auto;
    max-width: 450px
}

.footer .subscribe__form {
    margin-top: 35px;
    margin-bottom: 35px;
    text-align: center
}

.footer .subscribe__email {
    margin: 5px 10px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .5);
    color: #fff
}

.footer .subscribe__email::-webkit-input-placeholder {
    color: #fff
}

.footer .subscribe__email::-moz-placeholder {
    color: #fff
}

.footer .subscribe__email:-moz-placeholder {
    color: #fff
}

.footer .subscribe__email:-ms-input-placeholder {
    color: #fff
}

.footer .subscribe__submit {
    padding: 15px 20px;
    background-color: #75bc23;
    color: #fff
}

@media (min-width:375px) {
    .footer .subscribe__submit {
        padding: 25px 50px
    }
}

.footer .subscribe__submit:hover {
    background-color: #68a71f;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.footer .subscribe__response {
    margin: 25px auto;
    text-align: center;
    color: #fff
}

.footer .subscribe__response-error {
    color: red
}

.footer .subscribe__response-send {
    color: #fff
}

.footer__logo {
    background: url(/wp-content/themes/crazybox/images/logo.svg) no-repeat center center;
    background-size: contain;
    width: 190px;
    height: 90px;
    display: block;
    margin: 30px auto
}

.footer__phone {
    text-align: center
}

.footer__phone a {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    font-size: 1.5rem
}

@media (min-width:375px) {
    .footer__phone a {
        font-size: 24px;
        font-size: 1.5rem
    }
}

@media (min-width:768px) {
    .footer__phone a {
        font-size: 40px;
        font-size: 2.5rem
    }
}

@media (min-width:992px) {
    .footer__phone a {
        font-size: 40px;
        font-size: 2.5rem
    }
}

@media (min-width:1200px) {
    .footer__phone a {
        font-size: 40px;
        font-size: 2.5rem
    }
}

.footer__phone a:hover {
    color: #75bc23;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.footer__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style-type: none;
    margin: 25px 0 50px;
    padding-left: 0
}

.footer__socials li {
    margin: 0 7px
}

.footer__socials a {
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    text-indent: 40px;
    border: 1px solid rgba(255, 255, 255, .6);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    border-radius: 20px
}

.footer__socials .vk a {
    background: url(/wp-content/themes/crazybox/images/vk.svg) no-repeat center center
}

.footer__socials .vk a:hover {
    background-color: rgba(255, 255, 255, .2)
}

.footer__socials .instagram a {
    background: url(/wp-content/themes/crazybox/images/instagram.svg) no-repeat center center
}

.footer__socials .instagram a:hover {
    background-color: rgba(255, 255, 255, .2)
}

.footer__socials .facebook a {
    background: url(/wp-content/themes/crazybox/images/facebook.svg) no-repeat center center
}

.footer__socials .facebook a:hover {
    background-color: rgba(255, 255, 255, .2)
}

.footer__contacts {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem
}

.footer__contacts a {
    color: #fff;
    text-decoration: none;
    line-height: 2;
    border-bottom: 1px solid rgba(255, 255, 255, .3)
}

.footer__contacts a:hover {
    color: #75bc23;
    border-bottom: 1px solid #75bc23;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.mini-cart {
    cursor: pointer;
    display: none;
    z-index: 50;
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    background-color: #fff;
    min-width: 300px;
    border-radius: 10px 10px 0 0
}

.mini-cart__sum {
    float: right;
    width: 50%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 65px
}

.mini-cart__sum-number {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700
}

.mini-cart__sum-money {
    color: #75bc23
}

.mini-cart__cart {
    position: relative;
    float: left;
    width: 50%;
    text-align: center;
    height: 65px;
    background: url(/wp-content/themes/crazybox/images/cart.svg) no-repeat center center
}

.mini-cart__items {
    position: absolute;
    bottom: 57%;
    right: 27%;
    height: 23px;
    width: 23px;
    border-radius: 15px;
    background-color: #75bc23;
    border: 1px solid #75bc23;
    color: #fff;
    font-size: 14px;
    font-size: .875rem
}

.mini-cart__up {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -10px;
    margin-left: -15px;
    background-color: #fff;
    border-radius: 22px
}

.mini-cart__up:after {
    content: '';
    position: absolute;
    left: 11px;
    bottom: 19px;
    border: 4px solid transparent;
    border-bottom: 4px solid #cacaca
}

.invoice {
    height: 100%;
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    background-color: #fff;
    z-index: 50;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    overflow-y: auto
}

@media (min-width:375px) {
    .invoice {
        width: 100%
    }
}

@media (min-width:768px) {
    .invoice {
        width: 100%
    }
}

@media (min-width:992px) {
    .invoice {
        width: 960px
    }
}

@media (min-width:1200px) {
    .invoice {
        width: 960px
    }
}

.invoice__checkbox {
    display: none
}

.invoice__custom-checkbox {
    content: '';
    width: 32px;
    height: 32px;
    border: 1px solid #d0d0ce;
    display: block;
    float: left;
    margin-right: 13px;
    cursor: pointer;
    position: relative
}

.invoice__checkbox-wrapper {
    display: inline-block;
    padding: 25px 15px;
    text-align: left
}

.invoice__checkbox:checked+.invoice__custom-checkbox:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(/wp-content/themes/crazybox/images/icon__checked.svg) no-repeat center center;
    border-radius: 2px
}

.invoice__label a {
    color: #404040
}

.invoice__promo {
    padding-top: 25px;
    padding-bottom: 10px
}

.invoice__promo-header {
    cursor: pointer
}

.invoice__promo-header span {
    border-bottom: 1px dashed gray
}

.invoice__promo-input {
    display: none
}

.invoice__response {
    text-align: center
}

.invoice__response-error {
    color: red
}

.invoice__response-send {
    color: inherit
}

.invoice__title {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center
}

.invoice__body {
    width: 90%;
    margin: 0 auto
}

.invoice__inbox {
    display: table;
    margin-bottom: 0
}

.invoice__inbox img {
    height: 95px;
    width: auto;
    -webkit-mask: url(/wp-content/themes/crazybox/images/fill.svg) no-repeat center center/100%;
    mask: url(/wp-content/themes/crazybox/images/fill.svg) no-repeat center center/100%;
    margin: 3px 0
}

.invoice__inbox tr:nth-child(1) {
    border-top: 1px solid #f3ead5
}

.invoice__inbox tr {
    display: table-row;
    border-bottom: 1px solid #f3ead5
}

.invoice__inbox td {
    display: table-cell
}

.invoice__inbox td:nth-child(1) {
    display: none
}

@media (min-width:375px) {
    .invoice__inbox td:nth-child(1) {
        display: none
    }
}

@media (min-width:768px) {
    .invoice__inbox td:nth-child(1) {
        width: 15%;
        display: table-cell
    }
}

@media (min-width:992px) {
    .invoice__inbox td:nth-child(1) {
        width: 15%;
        display: table-cell
    }
}

@media (min-width:1200px) {
    .invoice__inbox td:nth-child(1) {
        width: 15%;
        display: table-cell
    }
}

.invoice__inbox td:nth-child(1) img {
    height: 95px;
    width: auto
}

.invoice__inbox td:nth-child(2) {
    width: 59%;
    font-weight: 700;
    font-size: 14px;
    font-size: .875rem;
    padding-right: 20px
}

@media (min-width:375px) {
    .invoice__inbox td:nth-child(2) {
        font-size: 14px;
        font-size: .875rem;
        padding-right: 20px;
        width: 59%
    }
}

@media (min-width:768px) {
    .invoice__inbox td:nth-child(2) {
        font-size: 16px;
        font-size: 1rem;
        padding-right: 20px;
        width: 44%
    }
}

@media (min-width:992px) {
    .invoice__inbox td:nth-child(2) {
        font-size: 16px;
        font-size: 1rem;
        padding-right: 20px;
        width: 44%
    }
}

@media (min-width:1200px) {
    .invoice__inbox td:nth-child(2) {
        font-size: 16px;
        font-size: 1rem;
        padding-right: 20px;
        width: 44%
    }
}

.invoice__inbox td:nth-child(2) span {
    font-weight: 400;
    color: gray
}

.invoice__inbox td:nth-child(3) {
    width: 19%;
    height: 90px
}

.invoice__inbox td:nth-child(3) strong {
    display: inline-block;
    width: 50px;
    text-align: center
}

.invoice__inbox td:nth-child(3) button {
    background-color: transparent;
    border: none;
    font-size: 16px;
    font-size: 1rem;
    color: #a7916c
}

.invoice__inbox td:nth-child(3) span {
    background-color: #f3ead5;
    padding: 2px;
    border-radius: 10px;
    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: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:375px) {
    .invoice__inbox td:nth-child(3) span {
        background-color: #f3ead5;
        padding: 2px;
        border-radius: 10px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width:375px) {
    .invoice__inbox td:nth-child(3) span {
        background-color: #f3ead5;
        padding: 2px;
        border-radius: 10px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width:768px) {
    .invoice__inbox td:nth-child(3) span {
        background-color: #f3ead5;
        padding: 15px 5px;
        border-radius: 10px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width:992px) {
    .invoice__inbox td:nth-child(3) span {
        background-color: #f3ead5;
        padding: 15px 5px;
        border-radius: 10px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width:1200px) {
    .invoice__inbox td:nth-child(3) span {
        background-color: #f3ead5;
        padding: 15px 5px;
        border-radius: 10px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.invoice__inbox td:nth-child(4) {
    width: 13%;
    text-align: right;
    font-weight: 700;
    font-size: 14px;
    font-size: .875rem;
    padding-left: 20px
}

@media (min-width:375px) {
    .invoice__inbox td:nth-child(4) {
        font-size: 14px;
        font-size: .875rem;
        padding-left: 20px
    }
}

@media (min-width:768px) {
    .invoice__inbox td:nth-child(4) {
        font-size: 16px;
        font-size: 1rem;
        padding-left: 20px
    }
}

@media (min-width:992px) {
    .invoice__inbox td:nth-child(4) {
        font-size: 16px;
        font-size: 1rem
    }
}

@media (min-width:1200px) {
    .invoice__inbox td:nth-child(4) {
        font-size: 16px;
        font-size: 1rem
    }
}

.invoice__inbox td:nth-child(5) {
    width: 9%;
    text-align: right
}

.invoice__inbox td:nth-child(5) button {
    background: url(/wp-content/themes/crazybox/images/delete.svg) no-repeat center center;
    border: none;
    text-indent: 20px;
    width: 20px;
    height: 20px;
    overflow: hidden
}

.invoice__outbox {
    display: table;
    width: 85%;
    margin-left: auto;
    margin-bottom: 0
}

.invoice__outbox img {
    -webkit-mask: url(/wp-content/themes/crazybox/images/fill.svg) no-repeat center center/100%;
    mask: url(/wp-content/themes/crazybox/images/fill.svg) no-repeat center center/100%;
    margin: 3px 0
}

.invoice__outbox tr {
    display: table-row;
    border-bottom: 1px solid #f3ead5
}

.invoice__outbox td {
    display: table-cell
}

.invoice__outbox td:nth-child(1) {
    display: none
}

@media (min-width:375px) {
    .invoice__outbox td:nth-child(1) {
        display: none
    }
}

@media (min-width:768px) {
    .invoice__outbox td:nth-child(1) {
        width: 15%;
        display: table-cell
    }
}

@media (min-width:992px) {
    .invoice__outbox td:nth-child(1) {
        width: 15%;
        display: table-cell
    }
}

@media (min-width:1200px) {
    .invoice__outbox td:nth-child(1) {
        width: 15%;
        display: table-cell
    }
}

.invoice__outbox td:nth-child(1) img {
    height: 95px;
    width: auto
}

.invoice__outbox td:nth-child(2) {
    font-weight: 700;
    font-size: 14px;
    font-size: .875rem;
    padding-right: 20px;
    width: 50%
}

@media (min-width:375px) {
    .invoice__outbox td:nth-child(2) {
        font-size: 14px;
        font-size: .875rem;
        padding-right: 20px;
        width: 50%
    }
}

@media (min-width:768px) {
    .invoice__outbox td:nth-child(2) {
        font-size: 16px;
        font-size: 1rem;
        padding-right: 20px;
        width: 35%
    }
}

@media (min-width:992px) {
    .invoice__outbox td:nth-child(2) {
        font-size: 16px;
        font-size: 1rem;
        padding-right: 20px;
        width: 35%
    }
}

@media (min-width:1200px) {
    .invoice__outbox td:nth-child(2) {
        font-size: 16px;
        font-size: 1rem;
        padding-right: 20px;
        width: 35%
    }
}

.invoice__outbox td:nth-child(2) span {
    font-weight: 400;
    color: gray
}

.invoice__outbox td:nth-child(3) {
    width: 20%;
    height: 90px
}

.invoice__outbox td:nth-child(3) strong {
    display: inline-block;
    width: 50px;
    text-align: center
}

.invoice__outbox td:nth-child(3) button {
    background-color: transparent;
    border: none;
    font-size: 16px;
    font-size: 1rem;
    color: #a7916c
}

.invoice__outbox td:nth-child(3) span {
    background-color: #f3ead5;
    padding: 2px;
    border-radius: 10px;
    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: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:375px) {
    .invoice__outbox td:nth-child(3) span {
        background-color: #f3ead5;
        padding: 2px;
        border-radius: 10px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width:768px) {
    .invoice__outbox td:nth-child(3) span {
        background-color: #f3ead5;
        padding: 15px 5px;
        border-radius: 10px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width:992px) {
    .invoice__outbox td:nth-child(3) span {
        background-color: #f3ead5;
        padding: 15px 5px;
        border-radius: 10px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width:1200px) {
    .invoice__outbox td:nth-child(3) span {
        background-color: #f3ead5;
        padding: 15px 5px;
        border-radius: 10px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.invoice__outbox td:nth-child(4) {
    width: 15%;
    text-align: right;
    font-weight: 700;
    font-size: 14px;
    font-size: .875rem;
    padding-left: 20px
}

@media (min-width:375px) {
    .invoice__outbox td:nth-child(4) {
        font-size: 14px;
        font-size: .875rem;
        padding-left: 20px
    }
}

@media (min-width:768px) {
    .invoice__outbox td:nth-child(4) {
        font-size: 16px;
        font-size: 1rem;
        padding-left: 20px
    }
}

@media (min-width:992px) {
    .invoice__outbox td:nth-child(4) {
        font-size: 16px;
        font-size: 1rem
    }
}

@media (min-width:1200px) {
    .invoice__outbox td:nth-child(4) {
        font-size: 16px;
        font-size: 1rem
    }
}

.invoice__outbox td:nth-child(5) {
    width: 10%;
    text-align: right
}

.invoice__outbox td:nth-child(5) button {
    background: url(/wp-content/themes/crazybox/images/delete.svg) no-repeat center center;
    border: none;
    text-indent: 20px;
    width: 20px;
    height: 20px;
    overflow: hidden
}

.invoice__my-box {
    margin-bottom: 0
}

.invoice__my-box tr {
    display: table-row;
    border-bottom: 1px solid #f3ead5
}

.invoice__my-box td {
    display: table-cell
}

.invoice__my-box td:nth-child(1) {
    display: none
}

@media (min-width:375px) {
    .invoice__my-box td:nth-child(1) {
        display: none
    }
}

@media (min-width:768px) {
    .invoice__my-box td:nth-child(1) {
        width: 15%;
        display: table-cell
    }
}

@media (min-width:992px) {
    .invoice__my-box td:nth-child(1) {
        width: 15%;
        display: table-cell
    }
}

@media (min-width:1200px) {
    .invoice__my-box td:nth-child(1) {
        width: 15%;
        display: table-cell
    }
}

.invoice__my-box td:nth-child(1) img {
    height: 95px;
    width: auto
}

.invoice__my-box td:nth-child(2) {
    width: 59%;
    font-weight: 700;
    font-size: 14px;
    font-size: .875rem;
    padding-right: 20px
}

@media (min-width:375px) {
    .invoice__my-box td:nth-child(2) {
        font-size: 14px;
        font-size: .875rem;
        padding-right: 20px;
        width: 59%
    }
}

@media (min-width:768px) {
    .invoice__my-box td:nth-child(2) {
        font-size: 16px;
        font-size: 1rem;
        padding-right: 20px;
        width: 44%
    }
}

@media (min-width:992px) {
    .invoice__my-box td:nth-child(2) {
        font-size: 16px;
        font-size: 1rem;
        padding-right: 20px;
        width: 44%
    }
}

@media (min-width:1200px) {
    .invoice__my-box td:nth-child(2) {
        font-size: 16px;
        font-size: 1rem;
        padding-right: 20px;
        width: 44%
    }
}

.invoice__my-box td:nth-child(2) span {
    font-weight: 400;
    color: gray
}

.invoice__my-box td:nth-child(3) {
    width: 16%;
    height: 90px;
    text-align: center;
    cursor: pointer
}

.invoice__my-box td:nth-child(3) span {
    border-bottom: 1px dotted #828282;
    color: #828282
}

.invoice__my-box td:nth-child(4) {
    width: 15%;
    text-align: right;
    font-weight: 700;
    font-size: 14px;
    font-size: .875rem;
    padding-left: 20px
}

@media (min-width:375px) {
    .invoice__my-box td:nth-child(4) {
        font-size: 14px;
        font-size: .875rem;
        padding-left: 20px
    }
}

@media (min-width:768px) {
    .invoice__my-box td:nth-child(4) {
        font-size: 16px;
        font-size: 1rem;
        padding-left: 20px
    }
}

@media (min-width:992px) {
    .invoice__my-box td:nth-child(4) {
        font-size: 16px;
        font-size: 1rem
    }
}

@media (min-width:1200px) {
    .invoice__my-box td:nth-child(4) {
        font-size: 16px;
        font-size: 1rem
    }
}

.invoice__my-box td:nth-child(5) {
    width: 9%;
    text-align: right
}

.invoice__my-box td:nth-child(5) button {
    background: url(/wp-content/themes/crazybox/images/delete.svg) no-repeat center center;
    border: none;
    text-indent: 20px;
    width: 20px;
    height: 20px;
    overflow: hidden
}

.invoice__close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/crazybox/images/delete.svg) no-repeat center center
}

.invoice__sum {
    text-align: center;
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 45px;
    margin-bottom: 45px
}

.invoice__bottom {
    padding-top: 30px
}

.invoice__order,
.invoice__bottom {
    text-align: center
}

.invoice__phone,
.invoice__name,
.invoice__code {
    border: 1px solid rgba(130, 130, 130, .5) !important;
    margin: 10px 15px
}

.invoice__submit,
.invoice__off {
    margin-top: 25px;
    margin-bottom: 50px;
    background-color: #75bc23;
    color: #fff
}

.invoice__off {
    display: none;
    margin: 0 auto
}

.invoice__response {
    margin-bottom: 10px
}

.invoice__form-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:375px) {
    .invoice__form-input {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width:768px) {
    .invoice__form-input {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width:992px) {
    .invoice__form-input {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width:1200px) {
    .invoice__form-input {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.cart-subscribe {
    text-align: center;
    display: none
}

.cart-subscribe__title {
    text-align: center;
    font-family: Roboto;
    margin: 15px auto 50px;
    max-width: 450px
}

.cart-subscribe__email {
    border: 1px solid gray !important;
    margin: 5px
}

.cart-subscribe__submit {
    background-color: #75bc23;
    color: #fff;
    padding: 25px 50px;
    margin: 5px
}

.stars-instagram {
    background: url(/wp-content/themes/crazybox/images/instagram__background.jpg) no-repeat center top;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff
}

.stars-instagram__wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 960px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.stars-instagram__wrapper .owl-prev,
.stars-instagram__wrapper .owl-next {
    margin-top: 214px
}

.stars-instagram__wrapper img {
    -webkit-mask: url(/wp-content/themes/crazybox/images/fill.svg) no-repeat center center/100%;
    mask: url(/wp-content/themes/crazybox/images/fill.svg) no-repeat center center/100%;
    width: 280px;
    height: auto
}

.stars-instagram__title {
    font-size: 32px;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    margin-bottom: 50px
}

.stars-instagram__name {
    margin-left: 30px;
    padding-left: 35px;
    text-transform: uppercase;
    background: url(/wp-content/themes/crazybox/images/instagram.svg) no-repeat left center
}

.stars-instagram__name a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff
}

.stars-instagram__item:nth-child(2) {
    display: none
}

@media (min-width:375px) {
    .stars-instagram__item:nth-child(2) {
        display: none
    }
}

@media (min-width:768px) {
    .stars-instagram__item:nth-child(2) {
        display: block
    }
}

@media (min-width:992px) {
    .stars-instagram__item:nth-child(2) {
        display: block
    }
}

@media (min-width:1200px) {
    .stars-instagram__item:nth-child(2) {
        display: block
    }
}

.stars-instagram__item:nth-child(3) {
    display: none
}

@media (min-width:375px) {
    .stars-instagram__item:nth-child(3) {
        display: none
    }
}

@media (min-width:768px) {
    .stars-instagram__item:nth-child(3) {
        display: none
    }
}

@media (min-width:992px) {
    .stars-instagram__item:nth-child(3) {
        display: block
    }
}

@media (min-width:1200px) {
    .stars-instagram__item:nth-child(3) {
        display: block
    }
}

.my-blog {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px
}

.my-blog__wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 960px
}

.my-blog__title {
    font-size: 32px;
    font-size: 2rem;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px
}

.my-blog__pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.my-blog__item {
    max-width: 266px
}

.my-blog__image {
    border-radius: 50%;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px
}

.my-blog__date {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px
}

.my-blog__caption {
    font-size: 24px;
    font-size: 1.5rem;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.2
}

.my-blog__caption a {
    text-decoration: none;
    color: #404040;
    font-weight: 700;
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

.my-blog__caption a:hover {
    color: #75bc23
}

.my-blog__button {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 25px 50px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px;
    text-transform: uppercase;
    border: 2px solid #75bc23;
    color: #404040;
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

.my-blog__button:hover {
    background-color: #75bc23;
    color: #fff
}

.my-blog__item:nth-child(2) {
    display: none
}

@media (min-width:375px) {
    .my-blog__item:nth-child(2) {
        display: none
    }
}

@media (min-width:768px) {
    .my-blog__item:nth-child(2) {
        display: block
    }
}

@media (min-width:992px) {
    .my-blog__item:nth-child(2) {
        display: block
    }
}

@media (min-width:1200px) {
    .my-blog__item:nth-child(2) {
        display: block
    }
}

.my-blog__item:nth-child(3) {
    display: none
}

@media (min-width:375px) {
    .my-blog__item:nth-child(3) {
        display: none
    }
}

@media (min-width:768px) {
    .my-blog__item:nth-child(3) {
        display: none
    }
}

@media (min-width:992px) {
    .my-blog__item:nth-child(3) {
        display: block
    }
}

@media (min-width:1200px) {
    .my-blog__item:nth-child(3) {
        display: block
    }
}

.blog-page {
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%
}

@media (min-width:768px) {
    .blog-page {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .blog-page {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .blog-page {
        max-width: 1140px
    }
}

.blog-page__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.blog-page__content {
    width: 100%
}

@media (min-width:375px) {
    .blog-page__content {
        width: 100%
    }
}

@media (min-width:768px) {
    .blog-page__content {
        width: 100%
    }
}

@media (min-width:992px) {
    .blog-page__content {
        width: calc(100% - 270px)
    }
}

@media (min-width:1200px) {
    .blog-page__content {
        width: calc(100% - 270px)
    }
}

.blog-page__images {
    height: 200px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 5px
}

@media (min-width:375px) {
    .blog-page__images {
        margin-top: 15px;
        margin-bottom: 5px;
        height: 200px
    }
}

@media (min-width:768px) {
    .blog-page__images {
        margin-top: 50px;
        margin-bottom: 50px;
        height: 400px
    }
}

@media (min-width:992px) {
    .blog-page__images {
        margin-top: 50px;
        margin-bottom: 50px;
        height: 400px
    }
}

@media (min-width:1200px) {
    .blog-page__images {
        margin-top: 50px;
        margin-bottom: 50px;
        height: 400px
    }
}

.blog-page__title {
    margin-top: 25px;
    margin-bottom: 12px;
    font-size: 24px;
    font-size: 1.5rem;
    text-align: center
}

@media (min-width:375px) {
    .blog-page__title {
        margin-top: 25px;
        margin-bottom: 12px;
        font-size: 32px;
        font-size: 2rem
    }
}

@media (min-width:768px) {
    .blog-page__title {
        margin-top: 25px;
        margin-bottom: 12px;
        font-size: 32px;
        font-size: 2rem
    }
}

@media (min-width:992px) {
    .blog-page__title {
        margin-top: 50px;
        margin-bottom: 25px;
        font-size: 48px;
        font-size: 3rem
    }
}

@media (min-width:1200px) {
    .blog-page__title {
        margin-top: 50px;
        margin-bottom: 25px;
        font-size: 48px;
        font-size: 3rem
    }
}

.blog-page__aside {
    display: none
}

@media (min-width:375px) {
    .blog-page__aside {
        display: none
    }
}

@media (min-width:768px) {
    .blog-page__aside {
        display: none
    }
}

@media (min-width:992px) {
    .blog-page__aside {
        display: block;
        width: 230px
    }
}

@media (min-width:1200px) {
    .blog-page__aside {
        display: block;
        width: 230px
    }
}

.blog-page__aside-title {
    font-size: 24px;
    font-size: 1.5rem
}

.blog-page__item {
    margin-bottom: 15px
}

.blog-page__item a {
    text-decoration: none;
    color: #404040
}

.blog-archive {
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px
}

@media (min-width:768px) {
    .blog-archive {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .blog-archive {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .blog-archive {
        max-width: 1140px
    }
}

.blog-archive__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:375px) {
    .blog-archive__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width:768px) {
    .blog-archive__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width:992px) {
    .blog-archive__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width:1200px) {
    .blog-archive__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.blog-archive__img {
    width: 266px
}

.blog-archive__excerpt {
    width: 100%
}

@media (min-width:375px) {
    .blog-archive__excerpt {
        width: 100%
    }
}

@media (min-width:768px) {
    .blog-archive__excerpt {
        width: calc(100% - 306px)
    }
}

@media (min-width:992px) {
    .blog-archive__excerpt {
        width: calc(100% - 306px)
    }
}

@media (min-width:1200px) {
    .blog-archive__excerpt {
        width: calc(100% - 306px)
    }
}

.blog-archive__more {
    text-align: right
}

.blog-archive__more a {
    text-decoration: none;
    color: #404040;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.blog-archive__more a:hover {
    color: #75bc23
}

.blog-archive__title {
    font-size: 32px;
    font-size: 2rem
}

.blog-archive__title a {
    text-decoration: none;
    color: #404040;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.blog-archive__title a:hover {
    color: #75bc23
}

.accepted {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.accepted__wrapper {
    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: center;
    -ms-flex-align: center;
    align-items: center
}

.accepted__socials {
    text-align: center;
    margin-bottom: 50px
}

.accepted__caption {
    margin-bottom: 25px
}

.accepted__button {
    background: #75bc23;
    color: #fff
}

.tnp-subscription {
    font-size: 13px;
    display: block;
    margin: 15px auto;
    max-width: 500px;
    width: 100%
}

.tnp-subscription div.tnp-field {
    margin-bottom: 10px;
    border: 0;
    padding: 0
}

.tnp-subscription label {
    display: block;
    color: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    padding: 5px;
    margin: 0
}

.tnp-subscription input[type=text],
.tnp-subscription input[type=email],
.tnp-subscription input[type=submit],
.tnp-subscription select {
    width: 100%;
    height: 50px;
    padding: 10px;
    display: block;
    border: 1px;
    border-color: #ddd;
    background-color: #f4f4f4;
    background-image: none;
    text-shadow: none;
    color: #444;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    line-height: normal;
    box-sizing: border-box
}

.tnp-subscription input[type=checkbox],
.tnp-widget input[type=radio] {
    max-width: 20px;
    display: inline-block
}

.tnp-subscription select option {
    margin-right: 10px
}

.tnp-subscription input.tnp-submit {
    background-color: #444;
    color: #fff;
    width: auto;
    height: auto;
    margin: 0
}

@media all and (max-width:480px) {
    .tnp-subscription input[type=submit] {
        width: 100%
    }
}

.tnp-profile {
    font-size: 13px
}

.tnp-profile form .tnp-field {
    margin-bottom: 10px;
    border: 0;
    padding: 0
}

.tnp-profile form .tnp-field label {
    display: block;
    color: #333;
    font-size: 14px
}

.tnp-profile form .tnp-field input[type=text],
.tnp-profile form .tnp-field input[type=email],
.tnp-profile form .tnp-field input[type=submit],
.tnp-profile form .tnp-field textarea,
.tnp-profile form .tnp-field select {
    padding: 10px;
    display: block;
    border: 1px;
    border-color: #ddd;
    background-color: #f4f4f4;
    background-image: none;
    text-shadow: none;
    color: #444;
    font-size: 14px;
    margin: 0;
    line-height: normal;
    box-sizing: border-box;
    border-radius: 0;
    height: auto;
    float: none
}

.tnp-profile form input[type=checkbox],
.tnp-profile input[type=radio] {
    max-width: 20px;
    display: inline-block
}

.tnp-profile form .tnp-list-label {
    margin-left: 15px
}

.tnp-profile form select option {
    margin-right: 10px
}

.tnp-profile form .tnp-field input[type=submit] {
    background-color: #444;
    color: #fff;
    width: auto;
    height: auto;
    margin: 0
}

@media all and (max-width:480px) {
    .tnp-profile input[type=submit] {
        width: 100%;
        margin: 0
    }
}

.tnp-widget {
    width: 100%;
    display: block;
    box-sizing: border-box
}

.tnp-widget .tnp-field {
    margin-bottom: 10px;
    border: 0;
    padding: 0
}

.tnp-widget label {
    display: block;
    color: inherit;
    font-size: 14px
}

.tnp-widget input[type=text],
.tnp-widget input[type=email],
.tnp-widget input[type=submit],
.tnp-widget select {
    width: 100%;
    padding: 10px;
    display: block;
    border: 1px solid #ddd;
    border-color: #ddd;
    background-color: #f4f4f4;
    background-image: none;
    text-shadow: none;
    color: #444;
    font-size: 14px;
    line-height: normal;
    box-sizing: border-box;
    height: auto
}

.tnp-widget input[type=checkbox],
.tnp-widget input[type=radio] {
    width: auto;
    display: inline-block
}

.tnp-widget select option {
    margin-right: 10px
}

.tnp-widget input.tnp-submit {
    background-color: #444;
    background-image: none;
    text-shadow: none;
    color: #fff;
    margin: 0
}

.tnp-field input[type=submit] {
    position: inherit
}

.tnp-widget-minimal {
    width: 100%
}

.tnp-widget-minimal form {
    margin: 0;
    padding: 0;
    border: 0
}

.tnp-widget-minimal input.tnp-email {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    color: #444;
    font-size: 14px
}

.tnp-widget-minimal input.tnp-submit {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    border: 1px;
    border-color: #ddd;
    background-color: #444;
    background-image: none;
    text-shadow: none;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    border-radius: 0;
    box-sizing: border-box;
    height: auto;
    margin: 0
}

.tnp-subscription-minimal {
    width: 100%;
    box-sizing: border-box
}

.tnp-subscription-minimal form {
    margin: 0;
    padding: 0;
    border: 0
}

.tnp-subscription-minimal input.tnp-email {
    width: 70%;
    max-width: 300px;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    color: #444;
    font-size: 14px;
    line-height: 20px;
    border-radius: 0
}

.tnp-subscription-minimal .tnp-privacy-field {
    margin-top: 10px
}

.tnp-subscription-minimal input.tnp-submit {
    width: 29%;
    box-sizing: border-box;
    display: inline-block;
    padding: 10px;
    border: 1px;
    border-color: #ddd;
    background-color: #444;
    background-image: none;
    text-shadow: none;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    box-sizing: border-box;
    border-radius: 0;
    margin: 0
}

.tnp-comments {
    clear: both;
    margin-top: 15px;
    margin-bottom: 15px
}

.tnp-comments label {
    display: block
}

.tnp-comments input[type=checkbox] {
    display: inline-block;
    width: auto !important
}

.tnp-lock {
    clear: both;
    display: block;
    box-sizing: border-box;
    box-shadow: none;
    margin: 20px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ddd
}