@charset "UTF-8";
#start-resizable-editor-section {
    display: none
}

.wp-block-audio {
    margin: 0 0 1em
}

.wp-block-audio figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-audio audio {
    width: 100%;
    min-width: 300px
}

.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
    box-sizing: border-box
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
    color: #fff
}

.wp-block-button__link.aligncenter {
    text-align: center
}

.wp-block-button__link.alignright {
    text-align: right
}

.wp-block-buttons>.wp-block-button.has-custom-width {
    max-width: none
}

.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
    width: 100%
}

.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
    font-size: inherit
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
    width: calc(25% - .5em)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
    width: calc(50% - .5em)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
    width: calc(75% - .5em)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
    width: calc(100% - .5em)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-100:only-child {
    margin-right: 0;
    width: 100%
}

@supports (column-gap:.5em) {
    .wp-block-buttons.is-content-justification-right>.wp-block-button.wp-block-button,
    .wp-block-buttons>.wp-block-button.wp-block-button {
        margin-right: 0;
        margin-left: 0
    }
    .wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
        width: calc(25% - .375em)
    }
    .wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
        width: calc(50% - .25em)
    }
    .wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
        width: calc(75% - .125em)
    }
    .wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
        width: auto;
        flex-basis: 100%
    }
}

.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
    border-radius: 0
}

.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
    border-radius: 0 !important
}

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

.is-style-outline>.wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color) {
    color: currentColor
}

.is-style-outline>.wp-block-button__link:not(.has-background),
.wp-block-button__link.is-style-outline:not(.has-background) {
    background-color: transparent
}

.wp-block-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: .5em
}

.wp-block-buttons.is-vertical {
    flex-direction: column
}

.wp-block-buttons.is-vertical>.wp-block-button {
    margin-right: 0
}

.wp-block-buttons.is-vertical>.wp-block-button:last-child {
    margin-bottom: 0
}

.wp-block-buttons>.wp-block-button {
    display: inline-block;
    margin-left: 0;
    margin-right: .5em;
    margin-bottom: .5em
}

.wp-block-buttons>.wp-block-button:last-child {
    margin-right: 0
}

.wp-block-buttons.is-content-justification-left {
    justify-content: flex-start
}

.wp-block-buttons.is-content-justification-left.is-vertical {
    align-items: flex-start
}

.wp-block-buttons.is-content-justification-center {
    justify-content: center
}

.wp-block-buttons.is-content-justification-center.is-vertical {
    align-items: center
}

.wp-block-buttons.is-content-justification-right {
    justify-content: flex-end
}

.wp-block-buttons.is-content-justification-right>.wp-block-button {
    margin-left: .5em;
    margin-right: 0
}

.wp-block-buttons.is-content-justification-right>.wp-block-button:first-child {
    margin-left: 0
}

.wp-block-buttons.is-content-justification-right.is-vertical {
    align-items: flex-end
}

.wp-block-buttons.is-content-justification-space-between {
    justify-content: space-between
}

.wp-block-buttons.aligncenter {
    text-align: center
}

.wp-block-buttons.alignleft .wp-block-button {
    margin-left: 0;
    margin-right: .5em
}

.wp-block-buttons.alignleft .wp-block-button:last-child {
    margin-right: 0
}

.wp-block-buttons.alignright .wp-block-button {
    margin-right: 0;
    margin-left: .5em
}

.wp-block-buttons.alignright .wp-block-button:first-child {
    margin-left: 0
}

.wp-block-buttons:not(.is-content-justification-space-between, .is-content-justification-right, .is-content-justification-left, .is-content-justification-center) .wp-block-button.aligncenter {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .5em;
    width: 100%
}

.wp-block-button.aligncenter,
.wp-block-calendar {
    text-align: center
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
    padding: .25em;
    border: 1px solid #ddd
}

.wp-block-calendar tfoot td {
    border: none
}

.wp-block-calendar table {
    width: 100%;
    border-collapse: collapse
}

.wp-block-calendar table th {
    font-weight: 400;
    background: #ddd
}

.wp-block-calendar a {
    text-decoration: underline
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
    color: #40464d
}

.wp-block-categories.alignleft {
    margin-right: 2em
}

.wp-block-categories.alignright {
    margin-left: 2em
}

.wp-block-code code {
    display: block;
    white-space: pre-wrap;
    overflow-wrap: break-word
}

.wp-block-columns {
    display: flex;
    margin-bottom: 1.75em;
    box-sizing: border-box;
    flex-wrap: wrap
}

@media (min-width:782px) {
    .wp-block-columns {
        flex-wrap: nowrap
    }
}

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

.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
    align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

@media (max-width:599px) {
    .wp-block-column {
        flex-basis: 100% !important
    }
}

@media (min-width:600px) and (max-width:781px) {
    .wp-block-column:not(:only-child) {
        flex-basis: calc(50% - 1em) !important;
        flex-grow: 0
    }
    .wp-block-column:nth-child(2n) {
        margin-left: 2em
    }
}

@media (min-width:782px) {
    .wp-block-column {
        flex-basis: 0%;
        flex-grow: 1
    }
    .wp-block-column[style*=flex-basis] {
        flex-grow: 0
    }
    .wp-block-column:not(:first-child) {
        margin-left: 2em
    }
}

.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
    align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end
}

.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
    width: 100%
}

.wp-block-cover,
.wp-block-cover-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    box-sizing: border-box
}

.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
    }
}

@media (prefers-reduced-motion:reduce) {
    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

.wp-block-cover-image.is-repeated,
.wp-block-cover.is-repeated {
    background-repeat: repeat;
    background-size: auto
}

.wp-block-cover-image.has-background-dim:not([class*=-background-color]),
.wp-block-cover.has-background-dim:not([class*=-background-color]) {
    background-color: #000
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
    content: "";
    background-color: inherit
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
    opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    max-width: 420px;
    width: 100%
}

.wp-block-cover-image:after,
.wp-block-cover:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

@supports (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-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
    width: 100%;
    z-index: 1;
    color: #fff
}

.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
    color: inherit
}

.wp-block-cover-image.is-position-top-left,
.wp-block-cover.is-position-top-left {
    align-items: flex-start;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
    align-items: flex-start;
    justify-content: center
}

.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
    align-items: flex-start;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
    align-items: center;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
    align-items: center;
    justify-content: center
}

.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
    align-items: center;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
    align-items: flex-end;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
    align-items: flex-end;
    justify-content: center
}

.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
    align-items: flex-end;
    justify-content: flex-end
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
    margin: 0;
    width: auto
}

.wp-block-cover-image img.wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background,
.wp-block-cover img.wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    outline: none;
    border: none;
    box-shadow: none
}

.wp-block-cover__image-background,
.wp-block-cover__video-background {
    z-index: 0
}

.wp-block-cover-image-text,
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
    color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
    justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
    justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content>h2 {
    margin-left: 0;
    text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content>h2 {
    margin-right: 0;
    text-align: right
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image>h2 {
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 840px;
    padding: .44em;
    text-align: center
}

.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align=left]>[data-type="core/embed"],
.wp-block[data-align=right]>[data-type="core/embed"] {
    max-width: 360px;
    width: 100%
}

.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,
.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper {
    min-width: 280px
}

.wp-block-cover .wp-block-embed {
    min-width: 320px;
    min-height: 240px
}

.wp-block-embed {
    margin: 0 0 1em
}

.wp-block-embed figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-embed iframe {
    max-width: 100%
}

.wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
    padding-top: 177.77%
}

.wp-embed-responsive .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__embed {
    margin-bottom: 1em
}

.wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: .8em;
    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
}

.blocks-gallery-grid,
.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    margin: 0 1em 1em 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
    align-self: flex-start;
    width: calc(50% - 1em)
}

.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
}

.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
    margin: 0;
    height: 100%
}

@supports (position:sticky) {
    .blocks-gallery-grid .blocks-gallery-image figure,
    .blocks-gallery-grid .blocks-gallery-item figure,
    .wp-block-gallery .blocks-gallery-image figure,
    .wp-block-gallery .blocks-gallery-item figure {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start
    }
}

.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img,
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%
}

@supports (position:sticky) {
    .blocks-gallery-grid .blocks-gallery-image img,
    .blocks-gallery-grid .blocks-gallery-item img,
    .wp-block-gallery .blocks-gallery-image img,
    .wp-block-gallery .blocks-gallery-item img {
        width: auto
    }
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.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: 3em .77em .7em;
    color: #fff;
    text-align: center;
    font-size: .8em;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
    box-sizing: border-box;
    margin: 0
}

.blocks-gallery-grid .blocks-gallery-image figcaption img,
.blocks-gallery-grid .blocks-gallery-item figcaption img,
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
    display: inline
}

.blocks-gallery-grid figcaption,
.wp-block-gallery figcaption {
    flex-grow: 1
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image,
.blocks-gallery-grid.is-cropped .blocks-gallery-item,
.wp-block-gallery.is-cropped .blocks-gallery-image,
.wp-block-gallery.is-cropped .blocks-gallery-item {
    align-self: inherit
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.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:sticky) {
    .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
    .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
    .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
    .blocks-gallery-grid.is-cropped .blocks-gallery-item img,
    .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
    }
}

.blocks-gallery-grid.columns-1 .blocks-gallery-image,
.blocks-gallery-grid.columns-1 .blocks-gallery-item,
.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) {
    .blocks-gallery-grid.columns-3 .blocks-gallery-image,
    .blocks-gallery-grid.columns-3 .blocks-gallery-item,
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: calc(33.33333% - .66667em);
        margin-right: 1em
    }
    .blocks-gallery-grid.columns-4 .blocks-gallery-image,
    .blocks-gallery-grid.columns-4 .blocks-gallery-item,
    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc(25% - .75em);
        margin-right: 1em
    }
    .blocks-gallery-grid.columns-5 .blocks-gallery-image,
    .blocks-gallery-grid.columns-5 .blocks-gallery-item,
    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc(20% - .8em);
        margin-right: 1em
    }
    .blocks-gallery-grid.columns-6 .blocks-gallery-image,
    .blocks-gallery-grid.columns-6 .blocks-gallery-item,
    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc(16.66667% - .83333em);
        margin-right: 1em
    }
    .blocks-gallery-grid.columns-7 .blocks-gallery-image,
    .blocks-gallery-grid.columns-7 .blocks-gallery-item,
    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc(14.28571% - .85714em);
        margin-right: 1em
    }
    .blocks-gallery-grid.columns-8 .blocks-gallery-image,
    .blocks-gallery-grid.columns-8 .blocks-gallery-item,
    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc(12.5% - .875em);
        margin-right: 1em
    }
    .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),
    .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
    .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),
    .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),
    .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),
    .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),
    .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),
    .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),
    .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
    .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
    .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
    .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
    .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
    .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
    .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
    .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
    }
}

.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child,
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0
}

.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    max-width: 420px;
    width: 100%
}

.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center
}

.wp-block-group {
    box-sizing: border-box
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
    padding: 1.25em 2.375em
}

.wp-block-image {
    margin: 0 0 1em
}

.wp-block-image img {
    max-width: 100%
}

.wp-block-image:not(.is-style-rounded) img {
    border-radius: inherit
}

.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 {
    display: table
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption {
    display: table-caption;
    caption-side: bottom
}

.wp-block-image .alignleft {
    float: left;
    margin: .5em 1em .5em 0
}

.wp-block-image .alignright {
    float: right;
    margin: .5em 0 .5em 1em
}

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-image.is-style-circle-mask img,
.wp-block-image.is-style-rounded img {
    border-radius: 9999px
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .wp-block-image.is-style-circle-mask img {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-mode: alpha;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-position: center;
        mask-position: center;
        border-radius: 0
    }
}

.wp-block-image figure {
    margin: 0
}

ol.wp-block-latest-comments {
    margin-left: 0
}

.wp-block-latest-comments .wp-block-latest-comments {
    padding-left: 0
}

.wp-block-latest-comments__comment {
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
    min-height: 2.25em;
    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: 3.25em
}

.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: .875em;
    line-height: 1.8;
    margin: .36em 0 1.4em
}

.wp-block-latest-comments__comment-date {
    display: block;
    font-size: .75em
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: .75em;
    width: 2.5em
}

.wp-block-latest-posts.alignleft {
    margin-right: 2em
}

.wp-block-latest-posts.alignright {
    margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none;
    padding-left: 0
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both
}

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

.wp-block-latest-posts.is-grid li {
    margin: 0 1.25em 1.25em 0;
    width: 100%
}

@media (min-width:600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - .625em)
    }
    .wp-block-latest-posts.columns-2 li:nth-child(2n) {
        margin-right: 0
    }
    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - .83333em)
    }
    .wp-block-latest-posts.columns-3 li:nth-child(3n) {
        margin-right: 0
    }
    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - .9375em)
    }
    .wp-block-latest-posts.columns-4 li:nth-child(4n) {
        margin-right: 0
    }
    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 1em)
    }
    .wp-block-latest-posts.columns-5 li:nth-child(5n) {
        margin-right: 0
    }
    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 1.04167em)
    }
    .wp-block-latest-posts.columns-6 li:nth-child(6n) {
        margin-right: 0
    }
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
    display: block;
    color: #555;
    font-size: .8125em
}

.wp-block-latest-posts__post-excerpt {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-latest-posts__featured-image a {
    display: inline-block
}

.wp-block-latest-posts__featured-image img {
    height: auto;
    width: auto;
    max-width: 100%
}

.wp-block-latest-posts__featured-image.alignleft {
    margin-right: 1em
}

.wp-block-latest-posts__featured-image.alignright {
    margin-left: 1em
}

.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center
}

.block-editor-image-alignment-control__row .components-base-control__field {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.block-editor-image-alignment-control__row .components-base-control__field .components-base-control__label {
    margin-bottom: 0
}

ol.has-background,
ul.has-background {
    padding: 1.25em 2.375em
}

.wp-block-media-text {
    /*!rtl:begin:ignore*/
    direction: ltr;
    /*!rtl:end:ignore*/
    display: grid;
    grid-template-columns: 50% 1fr;
    grid-template-rows: auto
}

.wp-block-media-text.has-media-on-the-right {
    grid-template-columns: 1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
    align-self: start
}

.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media {
    align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
    align-self: end
}

.wp-block-media-text .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    grid-column: 1;
    grid-row: 1;
    /*!rtl:end:ignore*/
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    direction: ltr;
    /*!rtl:begin:ignore*/
    grid-column: 2;
    grid-row: 1;
    /*!rtl:end:ignore*/
    padding: 0 8%;
    word-break: break-word
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    grid-column: 2;
    grid-row: 1/*!rtl:end:ignore*/
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    /*!rtl:begin:ignore*/
    grid-column: 1;
    grid-row: 1/*!rtl:end:ignore*/
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
    max-width: unset;
    width: 100%;
    vertical-align: middle
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
    height: 100%;
    min-height: 250px;
    background-size: cover
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media>a {
    display: block;
    height: 100%
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

@media (max-width:600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns: 100% !important
    }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        grid-column: 1;
        grid-row: 1
    }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        grid-column: 1;
        grid-row: 2
    }
}

.wp-block-navigation {
    position: relative
}

.wp-block-navigation ul,
.wp-block-navigation ul li {
    list-style: none;
    padding: 0
}

.wp-block-navigation .wp-block-navigation-link,
.wp-block-navigation .wp-block-pages-list__item {
    display: flex;
    align-items: center;
    position: relative
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__container:empty,
.wp-block-navigation .wp-block-pages-list__item .wp-block-navigation-link__container:empty {
    display: none
}

.wp-block-navigation .wp-block-navigation-link__content,
.wp-block-navigation .wp-block-pages-list__item__link {
    color: inherit;
    display: block
}

.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__container,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:active,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:focus,
.wp-block-navigation[style*=text-decoration] .wp-block-pages-list__item,
.wp-block-navigation[style*=text-decoration] .wp-block-pages-list__item__link,
.wp-block-navigation[style*=text-decoration] .wp-block-pages-list__item__link:active,
.wp-block-navigation[style*=text-decoration] .wp-block-pages-list__item__link:focus {
    text-decoration: inherit
}

.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content,
.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:active,
.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:focus,
.wp-block-navigation:not([style*=text-decoration]) .wp-block-pages-list__item__link,
.wp-block-navigation:not([style*=text-decoration]) .wp-block-pages-list__item__link:active,
.wp-block-navigation:not([style*=text-decoration]) .wp-block-pages-list__item__link:focus {
    text-decoration: none
}

.wp-block-navigation .wp-block-navigation-link__submenu-icon,
.wp-block-navigation .wp-block-page-list__submenu-icon {
    height: inherit
}

.wp-block-navigation .wp-block-navigation-link__submenu-icon svg,
.wp-block-navigation .wp-block-page-list__submenu-icon svg {
    stroke: currentColor
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__content.wp-block-navigation-link__content.wp-block-navigation-link__content,
.wp-block-navigation .wp-block-pages-list__item .wp-block-pages-list__item__link {
    padding: 0
}

.wp-block-navigation .has-child>.wp-block-navigation-link__content,
.wp-block-navigation .has-child>.wp-block-pages-list__item__link {
    margin-right: .5em
}

.wp-block-navigation .has-child .submenu-container,
.wp-block-navigation .has-child .wp-block-navigation-link__container {
    background-color: inherit;
    color: inherit;
    position: absolute;
    z-index: 2;
    flex-direction: column;
    align-items: normal;
    min-width: 200px;
    display: none;
    opacity: 0;
    transition: opacity .1s linear;
    visibility: hidden
}

.wp-block-navigation .has-child .submenu-container>.wp-block-navigation-link>.wp-block-navigation-link__content,
.wp-block-navigation .has-child .submenu-container>.wp-block-navigation-link>.wp-block-pages-list__item__link,
.wp-block-navigation .has-child .submenu-container>.wp-block-pages-list__item>.wp-block-navigation-link__content,
.wp-block-navigation .has-child .submenu-container>.wp-block-pages-list__item>.wp-block-pages-list__item__link,
.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-navigation-link>.wp-block-navigation-link__content,
.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-navigation-link>.wp-block-pages-list__item__link,
.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-pages-list__item>.wp-block-navigation-link__content,
.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-pages-list__item>.wp-block-pages-list__item__link {
    flex-grow: 1
}

.wp-block-navigation .has-child .submenu-container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon,
.wp-block-navigation .has-child .submenu-container>.wp-block-navigation-link>.wp-block-page-list__submenu-icon,
.wp-block-navigation .has-child .submenu-container>.wp-block-pages-list__item>.wp-block-navigation-link__submenu-icon,
.wp-block-navigation .has-child .submenu-container>.wp-block-pages-list__item>.wp-block-page-list__submenu-icon,
.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon,
.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-navigation-link>.wp-block-page-list__submenu-icon,
.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-pages-list__item>.wp-block-navigation-link__submenu-icon,
.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-pages-list__item>.wp-block-page-list__submenu-icon {
    padding-right: .5em
}

@media (min-width:782px) {
    .wp-block-navigation .has-child .submenu-container .submenu-container:before,
    .wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__container:before,
    .wp-block-navigation .has-child .wp-block-navigation-link__container .submenu-container:before,
    .wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container:before {
        content: "";
        position: absolute;
        right: 100%;
        height: 100%;
        display: block;
        width: .5em;
        background: transparent
    }
    .wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__submenu-icon svg,
    .wp-block-navigation .has-child .submenu-container .wp-block-page-list__submenu-icon svg,
    .wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__submenu-icon svg,
    .wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-page-list__submenu-icon svg {
        transform: rotate(-90deg)
    }
}

.wp-block-navigation .has-child:hover>.wp-block-navigation-link__container {
    display: flex;
    visibility: visible;
    opacity: 1
}

.wp-block-navigation .has-child:focus-within>.wp-block-navigation-link__container {
    display: flex;
    visibility: visible;
    opacity: 1
}

.wp-block-navigation .has-child:hover {
    cursor: pointer
}

.wp-block-navigation .has-child:hover>.submenu-container {
    display: flex;
    visibility: visible;
    opacity: 1
}

.wp-block-navigation .has-child:focus-within {
    cursor: pointer
}

.wp-block-navigation .has-child:focus-within>.submenu-container {
    display: flex;
    visibility: visible;
    opacity: 1
}

.wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation-link__container {
    left: auto;
    right: 0
}

.wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .submenu-container .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .submenu-container .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .wp-block-navigation-link__container .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .submenu-container .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .submenu-container .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .wp-block-navigation-link__container .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .submenu-container .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .submenu-container .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .wp-block-navigation-link__container .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .wp-block-navigation-link__container .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .submenu-container .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .submenu-container .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation-link__container .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation-link__container .wp-block-navigation-link__container {
    left: auto;
    right: 100%
}

.wp-block-navigation.wp-block-navigation .wp-block-navigation__container>.wp-block-navigation-link,
.wp-block-navigation.wp-block-navigation .wp-block-page-list,
.wp-block-navigation.wp-block-navigation .wp-block-page-list>.wp-block-pages-list__item {
    margin: 0 2em 0 0
}

.wp-block-navigation.wp-block-navigation .wp-block-navigation__container>.wp-block-navigation-link:last-child,
.wp-block-navigation.wp-block-navigation .wp-block-page-list:last-child,
.wp-block-navigation.wp-block-navigation .wp-block-page-list>.wp-block-pages-list__item:last-child {
    margin-right: 0
}

.wp-block-navigation.wp-block-navigation.has-background .wp-block-navigation__container>.wp-block-navigation-link,
.wp-block-navigation.wp-block-navigation.has-background .wp-block-page-list,
.wp-block-navigation.wp-block-navigation.has-background .wp-block-page-list>.wp-block-pages-list__item {
    margin: 0 .5em 0 0
}

.wp-block-navigation.wp-block-navigation.has-background .wp-block-navigation__container .wp-block-navigation-link__content,
.wp-block-navigation.wp-block-navigation.has-background .wp-block-page-list .wp-block-pages-list__item__link {
    padding: .5em 1em
}

.wp-block-navigation.wp-block-navigation .has-child .submenu-container,
.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container {
    left: -1em;
    top: 100%
}

.wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link,
.wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-pages-list__item,
.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link,
.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-pages-list__item {
    margin: 0
}

.wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__content,
.wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-pages-list__item__link,
.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__content,
.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-pages-list__item__link {
    padding: .5em 1em
}

.wp-block-navigation.wp-block-navigation .has-child .submenu-container .submenu-container,
.wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .submenu-container,
.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container {
    left: -1px
}

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

.wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container,
.wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container {
    left: 0;
    top: 100%
}

.wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container .submenu-container,
.wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container .submenu-container,
.wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container {
    left: 0
}

@media (min-width:782px) {
    .wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container .submenu-container,
    .wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container .wp-block-navigation-link__container,
    .wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container .submenu-container,
    .wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container {
        left: 100%;
        top: 0
    }
}

.wp-block-navigation:not(.has-background) .submenu-container,
.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation-link__container {
    background-color: #fff;
    color: #000;
    border: 1px solid rgba(0, 0, 0, .15)
}

.wp-block-navigation__container {
    align-items: center;
    list-style: none;
    margin: 0;
    padding-left: 0
}

.wp-block-navigation__container .is-responsive {
    display: none
}

@media (min-width:600px) {
    .wp-block-navigation__container {
        display: flex;
        flex-wrap: wrap
    }
    .is-vertical .wp-block-navigation__container {
        display: block;
        flex-direction: column;
        align-items: flex-start
    }
}

.items-justified-center .wp-block-navigation__container {
    justify-content: center
}

.items-justified-right .wp-block-navigation__container {
    justify-content: flex-end
}

.items-justified-space-between .wp-block-navigation__container {
    justify-content: space-between
}

.is-vertical.items-justified-center>ul {
    align-items: center
}

.is-vertical.items-justified-right>ul {
    align-items: flex-end
}

.is-vertical.items-justified-right>ul .wp-block-navigation-link,
.is-vertical.items-justified-right>ul .wp-block-pages-list__item {
    margin-right: 0;
    justify-content: flex-end
}

.wp-block-navigation__responsive-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    align-items: flex-start;
    justify-content: flex-start
}

.wp-block-navigation__responsive-container.is-menu-open {
    display: flex;
    flex-direction: column;
    overflow: auto;
    z-index: 100000;
    padding: 24px;
    background-color: inherit
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    align-items: flex-start;
    line-height: 48px;
    padding: 0
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container .wp-block-page-list {
    flex-direction: column
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link .wp-block-navigation-link__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-pages-list__item,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-pages-list__item .submenu-container {
    background: transparent !important
}

@media (min-width:600px) {
    .wp-block-navigation__responsive-container:not(.is-menu-open) {
        display: flex;
        flex-direction: row;
        position: relative;
        background-color: inherit
    }
    .wp-block-navigation__responsive-container:not(.is-menu-open) .wp-block-navigation__responsive-container-close {
        display: none
    }
    .wp-block-navigation__responsive-container.is-menu-open .submenu-container.submenu-container.submenu-container.submenu-container,
    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link__container.wp-block-navigation-link__container.wp-block-navigation-link__container.wp-block-navigation-link__container {
        left: 0
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
    background-color: #fff;
    color: #000
}

.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
    vertical-align: middle;
    cursor: pointer;
    color: currentColor;
    background: transparent;
    border: none;
    margin: 0;
    padding: 0
}

.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
    fill: currentColor;
    pointer-events: none;
    display: block;
    width: 24px;
    height: 24px
}

.wp-block-navigation__responsive-container-open {
    display: flex
}

@media (min-width:600px) {
    .wp-block-navigation__responsive-container-open {
        display: none
    }
}

.items-justified-left .wp-block-navigation__responsive-container-open {
    margin-left: 0;
    margin-right: auto
}

.items-justified-center .wp-block-navigation__responsive-container-open {
    margin-left: auto;
    margin-right: auto
}

.items-justified-right .wp-block-navigation__responsive-container-open {
    margin-left: auto;
    margin-right: 0
}

.wp-block-navigation__responsive-container-close {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 2
}

.wp-block-navigation__responsive-close {
    width: 100%
}

.is-menu-open .wp-block-navigation__responsive-close,
.is-menu-open .wp-block-navigation__responsive-container-content,
.is-menu-open .wp-block-navigation__responsive-dialog {
    width: 100%;
    height: 100%
}

.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link__submenu-icon,
.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list__submenu-icon {
    display: none
}

.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .has-child .submenu-container,
.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .has-child .wp-block-navigation-link__container {
    position: relative;
    opacity: 1;
    visibility: visible;
    padding: 0 0 0 32px;
    border: none
}

.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link,
.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-pages-list__item {
    flex-direction: column;
    align-items: flex-start
}

html.has-modal-open {
    overflow: hidden
}

.wp-block-navigation .wp-block-navigation-link__label {
    word-break: normal;
    overflow-wrap: break-word
}

.wp-block-navigation .wp-block-home-link__content {
    color: inherit;
    display: block;
    padding: .5em 1em
}

.wp-block-navigation[style*=text-decoration] .wp-block-home-link,
.wp-block-navigation[style*=text-decoration] .wp-block-home-link__content,
.wp-block-navigation[style*=text-decoration] .wp-block-home-link__content:active,
.wp-block-navigation[style*=text-decoration] .wp-block-home-link__content:focus {
    text-decoration: inherit
}

.wp-block-navigation:not([style*=text-decoration]) .wp-block-home-link__content,
.wp-block-navigation:not([style*=text-decoration]) .wp-block-home-link__content:active,
.wp-block-navigation:not([style*=text-decoration]) .wp-block-home-link__content:focus {
    text-decoration: none
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-home-link__container {
    background-color: #fff;
    color: #000;
    border: 1px solid rgba(0, 0, 0, .15)
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-home-link__container .wp-block-home-link__container {
    top: -1px
}

.wp-block-navigation .wp-block-page-list {
    display: flex;
    flex-wrap: wrap;
    background-color: inherit
}

.wp-block-navigation .wp-block-pages-list__item {
    background-color: inherit
}

.wp-block-navigation .wp-block-page-list__submenu-icon {
    display: none
}

.is-open .wp-block-navigation__container .wp-block-page-list,
.is-vertical .wp-block-navigation__container .wp-block-page-list,
.wp-block-navigation .show-submenu-icons .wp-block-page-list__submenu-icon {
    display: block
}

@media (min-width:480px) {
    .is-open .wp-block-navigation__container .wp-block-page-list {
        display: flex
    }
}

.items-justified-space-between .wp-block-page-list {
    display: contents
}

.is-small-text {
    font-size: .875em
}

.is-regular-text {
    font-size: 1em
}

.is-large-text {
    font-size: 2.25em
}

.is-larger-text {
    font-size: 3em
}

.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.has-background {
    overflow: hidden
}

p.has-background {
    padding: 1.25em 2.375em
}

p.has-text-color a {
    color: inherit
}

.wp-block-post-author {
    display: flex;
    flex-wrap: wrap
}

.wp-block-post-author__byline {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .5em
}

.wp-block-post-author__avatar {
    margin-right: 1em
}

.wp-block-post-author__bio {
    margin-bottom: .7em;
    font-size: .7em
}

.wp-block-post-author__content {
    flex-grow: 1;
    flex-basis: 0%
}

.wp-block-post-author__name {
    font-weight: 700;
    margin: 0
}

.wp-block-post-comments .commentlist {
    list-style: none;
    margin: 0;
    padding: 0
}

.wp-block-post-comments .commentlist .comment {
    min-height: 2.25em;
    padding-left: 3.25em
}

.wp-block-post-comments .commentlist .comment p {
    font-size: .875em;
    line-height: 1.8;
    margin: .36em 0 1.4em
}

.wp-block-post-comments .commentlist .children {
    list-style: none;
    margin: 0;
    padding: 0
}

.wp-block-post-comments .comment-author {
    line-height: 1.5;
    margin-left: -3.25em
}

.wp-block-post-comments .comment-author .avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: .75em;
    width: 2.5em
}

.wp-block-post-comments .comment-author cite {
    font-style: normal
}

.wp-block-post-comments .comment-meta {
    line-height: 1.5;
    margin-left: -3.25em
}

.wp-block-post-comments .comment-body .commentmetadata {
    font-size: .75em
}

.wp-block-post-comments .comment-form-author label,
.wp-block-post-comments .comment-form-comment label,
.wp-block-post-comments .comment-form-email label,
.wp-block-post-comments .comment-form-url label {
    display: block
}

.wp-block-post-comments .comment-form-comment textarea {
    box-sizing: border-box;
    width: 100%
}

.wp-block-post-comments .reply {
    font-size: .75em;
    margin-bottom: 1.4em
}

.wp-block-post-comments input,
.wp-block-post-comments textarea {
    border: 1px solid #949494
}

.wp-block-post-comments-form input[type=submit] {
    border: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    overflow-wrap: break-word
}

.wp-block-post-excerpt__more-link,
.wp-block-post-title a {
    display: inline-block
}

.wp-block-preformatted {
    white-space: pre-wrap
}

.wp-block-preformatted.has-background {
    padding: 1.25em 2.375em
}

.wp-block-pullquote {
    margin: 0 0 1em;
    padding: 3em 0;
    text-align: center
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    max-width: 420px
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
    font-size: 1.25em
}

.wp-block-pullquote p {
    font-size: 1.75em;
    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: none
}

.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: 2em
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: none;
    font-style: normal
}

.wp-block-pullquote cite {
    color: inherit
}

.wp-block-post-template,
.wp-block-query-loop {
    max-width: 100%;
    list-style: none;
    padding: 0
}

.wp-block-post-template li,
.wp-block-query-loop li {
    clear: both
}

.wp-block-post-template.is-flex-container,
.wp-block-query-loop.is-flex-container {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap
}

.wp-block-post-template.is-flex-container li,
.wp-block-query-loop.is-flex-container li {
    margin: 0 0 1.25em;
    width: 100%
}

@media (min-width:600px) {
    .wp-block-post-template.is-flex-container li,
    .wp-block-query-loop.is-flex-container li {
        margin-right: 1.25em
    }
    .wp-block-post-template.is-flex-container.is-flex-container.columns-2>li,
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li {
        width: calc(50% - .625em)
    }
    .wp-block-post-template.is-flex-container.is-flex-container.columns-2>li:nth-child(2n),
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li:nth-child(2n) {
        margin-right: 0
    }
    .wp-block-post-template.is-flex-container.is-flex-container.columns-3>li,
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li {
        width: calc(33.33333% - .83333em)
    }
    .wp-block-post-template.is-flex-container.is-flex-container.columns-3>li:nth-child(3n),
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li:nth-child(3n) {
        margin-right: 0
    }
    .wp-block-post-template.is-flex-container.is-flex-container.columns-4>li,
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li {
        width: calc(25% - .9375em)
    }
    .wp-block-post-template.is-flex-container.is-flex-container.columns-4>li:nth-child(4n),
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li:nth-child(4n) {
        margin-right: 0
    }
    .wp-block-post-template.is-flex-container.is-flex-container.columns-5>li,
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li {
        width: calc(20% - 1em)
    }
    .wp-block-post-template.is-flex-container.is-flex-container.columns-5>li:nth-child(5n),
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li:nth-child(5n) {
        margin-right: 0
    }
    .wp-block-post-template.is-flex-container.is-flex-container.columns-6>li,
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li {
        width: calc(16.66667% - 1.04167em)
    }
    .wp-block-post-template.is-flex-container.is-flex-container.columns-6>li:nth-child(6n),
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li:nth-child(6n) {
        margin-right: 0
    }
}

.wp-block-query-pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.wp-block-query-pagination>.wp-block-query-pagination-next,
.wp-block-query-pagination>.wp-block-query-pagination-numbers,
.wp-block-query-pagination>.wp-block-query-pagination-previous {
    display: inline-block;
    margin-right: .5em;
    margin-bottom: .5em
}

.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,
.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,
.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child {
    margin-right: 0
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin-bottom: 1em;
    padding: 0 1em
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 1.5em;
    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: 1.125em;
    text-align: right
}

.wp-block-rss.wp-block-rss {
    box-sizing: border-box
}

.wp-block-rss.alignleft {
    margin-right: 2em
}

.wp-block-rss.alignright {
    margin-left: 2em
}

.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

.wp-block-rss.is-grid li {
    margin: 0 1em 1em 0;
    width: 100%
}

@media (min-width:600px) {
    .wp-block-rss.columns-2 li {
        width: calc(50% - 1em)
    }
    .wp-block-rss.columns-3 li {
        width: calc(33.33333% - 1em)
    }
    .wp-block-rss.columns-4 li {
        width: calc(25% - 1em)
    }
    .wp-block-rss.columns-5 li {
        width: calc(20% - 1em)
    }
    .wp-block-rss.columns-6 li {
        width: calc(16.66667% - 1em)
    }
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
    display: block;
    color: #555;
    font-size: .8125em
}

.wp-block-search .wp-block-search__button {
    background: #f7f7f7;
    border: 1px solid #ccc;
    padding: .375em .625em;
    color: #32373c;
    margin-left: .625em;
    word-break: normal
}

.wp-block-search .wp-block-search__button.has-icon {
    line-height: 0
}

.wp-block-search .wp-block-search__button svg {
    min-width: 1.5em;
    min-height: 1.5em
}

.wp-block-search .wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%
}

.wp-block-search .wp-block-search__label {
    width: 100%
}

.wp-block-search .wp-block-search__input {
    flex-grow: 1;
    min-width: 3em;
    border: 1px solid #949494
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
    margin-left: 0
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    padding: 4px;
    border: 1px solid #949494
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
    border-radius: 0;
    border: none;
    padding: 0 0 0 .25em
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
    outline: none
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
    padding: .125em .5em
}

.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
    margin: auto
}

.wp-block-separator {
    border-top: 1px solid;
    border-bottom: 1px solid
}

.wp-block-separator.is-style-wide {
    border-bottom-width: 1px
}

.wp-block-separator.is-style-dots {
    background: none !important;
    border: none;
    text-align: center;
    width: none;
    line-height: 1;
    height: auto
}

.wp-block-separator.is-style-dots:before {
    content: "···";
    color: currentColor;
    font-size: 1.5em;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif
}

.wp-block-site-logo {
    line-height: 0
}

.wp-block-site-logo a {
    display: inline-block
}

.wp-block-site-logo.is-default-size img {
    width: 120px;
    height: auto
}

.wp-block-site-logo .aligncenter {
    display: table
}

.wp-block-site-logo.is-style-rounded img {
    border-radius: 9999px
}

.wp-block-social-links {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
    text-indent: 0;
    margin-left: 0
}

.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
    text-decoration: none;
    border-bottom: 0;
    box-shadow: none
}

.wp-block-social-links .wp-social-link.wp-social-link.wp-social-link {
    margin: 4px 8px 4px 0
}

.wp-block-social-links .wp-social-link a {
    padding: .25em
}

.wp-block-social-links .wp-social-link svg {
    width: 1em;
    height: 1em
}

.wp-block-social-links.has-small-icon-size {
    font-size: 16px
}

.wp-block-social-links,
.wp-block-social-links.has-normal-icon-size {
    font-size: 24px
}

.wp-block-social-links.has-large-icon-size {
    font-size: 36px
}

.wp-block-social-links.has-huge-icon-size {
    font-size: 48px
}

.wp-block-social-links.aligncenter {
    justify-content: center;
    display: flex
}

.wp-block-social-links.alignright {
    justify-content: flex-end
}

.wp-block-social-link {
    display: block;
    border-radius: 9999px;
    transition: transform .1s ease;
    height: auto
}

@media (prefers-reduced-motion:reduce) {
    .wp-block-social-link {
        transition-duration: 0s;
        transition-delay: 0s
    }
}

.wp-block-social-link a {
    display: block;
    line-height: 0;
    transition: transform .1s ease
}

.wp-block-social-link:hover {
    transform: scale(1.1)
}

.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
    color: currentColor;
    fill: currentColor
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
    background-color: #f0f0f0;
    color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
    background-color: #1778f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
    background-color: #24292d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background-color: #0d66c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
    background-color: #02ab6c;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
    background-color: #ff424d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
    background-color: #fe4500;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
    background-color: #fefc00;
    color: #fff;
    stroke: #000
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
    background-color: #2aabee;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
    background-color: #1da1f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
    background-color: red;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
    background: none;
    padding: 4px
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
    color: #f90
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
    color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
    color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
    color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
    color: #02e49b
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
    color: #e94c89
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
    color: #4280ff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
    color: #f45800
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
    color: #1778f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
    color: #0461dd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
    color: #e65678
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
    color: #24292d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
    color: #382110
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
    color: #ea4434
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
    color: #f00075
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
    color: #e21b24
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
    color: #0d66c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
    color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
    color: #02ab6c
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
    color: #f6405f
}

.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
    color: #ff424d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
    color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
    color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
    color: #fe4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
    color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
    color: #fff;
    stroke: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
    color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
    color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
    color: #2aabee
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
    color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
    color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
    color: #1da1f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
    color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
    color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
    color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
    color: #d32422
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
    color: red
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
    width: auto
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
    padding-left: .66667em;
    padding-right: .66667em
}

.wp-block-spacer {
    clear: both
}

.wp-block-tag-cloud.aligncenter {
    text-align: center
}

.wp-block-tag-cloud.alignfull {
    padding-left: 1em;
    padding-right: 1em
}

.wp-block-table {
    margin: 0 0 1em;
    overflow-x: auto
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%
}

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
    word-break: break-word
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
    display: table;
    width: auto
}

.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
    word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
    background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
    background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
    background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid #f0f0f0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f0f0f0
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
    background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
    background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
    border-color: transparent
}

.wp-block-table .has-border-color>*,
.wp-block-table .has-border-color td,
.wp-block-table .has-border-color th,
.wp-block-table .has-border-color tr {
    border-color: inherit
}

.wp-block-table table[style*=border-style]>*,
.wp-block-table table[style*=border-style] td,
.wp-block-table table[style*=border-style] th,
.wp-block-table table[style*=border-style] tr {
    border-style: inherit
}

.wp-block-table table[style*=border-width]>*,
.wp-block-table table[style*=border-width] td,
.wp-block-table table[style*=border-width] th,
.wp-block-table table[style*=border-width] tr {
    border-width: inherit
}

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
    display: flex
}

.wp-block-text-columns .wp-block-column {
    margin: 0 1em;
    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: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
    width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
    width: 25%
}

pre.wp-block-verse {
    font-family: inherit;
    overflow: auto;
    white-space: pre-wrap
}

.wp-block-video {
    margin: 0 0 1em
}

.wp-block-video video {
    width: 100%
}

@supports (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
}

.wp-block-post-featured-image {
    margin-left: 0;
    margin-right: 0
}

.wp-block-post-featured-image a {
    display: inline-block
}

.wp-block-post-featured-image img {
    max-width: 100%;
    height: auto
}

.wp-block-post-featured-image.alignfull img,
.wp-block-post-featured-image.alignwide img {
    width: 100%
}

:root .has-pale-pink-background-color {
    background-color: #f78da7
}

:root .has-vivid-red-background-color {
    background-color: #cf2e2e
}

:root .has-luminous-vivid-orange-background-color {
    background-color: #ff6900
}

:root .has-luminous-vivid-amber-background-color {
    background-color: #fcb900
}

:root .has-light-green-cyan-background-color {
    background-color: #7bdcb5
}

:root .has-vivid-green-cyan-background-color {
    background-color: #00d084
}

:root .has-pale-cyan-blue-background-color {
    background-color: #8ed1fc
}

:root .has-vivid-cyan-blue-background-color {
    background-color: #0693e3
}

:root .has-vivid-purple-background-color {
    background-color: #9b51e0
}

:root .has-white-background-color {
    background-color: #fff
}

:root .has-very-light-gray-background-color {
    background-color: #eee
}

:root .has-cyan-bluish-gray-background-color {
    background-color: #abb8c3
}

:root .has-very-dark-gray-background-color {
    background-color: #313131
}

:root .has-black-background-color {
    background-color: #000
}

:root .has-pale-pink-color {
    color: #f78da7
}

:root .has-vivid-red-color {
    color: #cf2e2e
}

:root .has-luminous-vivid-orange-color {
    color: #ff6900
}

:root .has-luminous-vivid-amber-color {
    color: #fcb900
}

:root .has-light-green-cyan-color {
    color: #7bdcb5
}

:root .has-vivid-green-cyan-color {
    color: #00d084
}

:root .has-pale-cyan-blue-color {
    color: #8ed1fc
}

:root .has-vivid-cyan-blue-color {
    color: #0693e3
}

:root .has-vivid-purple-color {
    color: #9b51e0
}

:root .has-white-color {
    color: #fff
}

:root .has-very-light-gray-color {
    color: #eee
}

:root .has-cyan-bluish-gray-color {
    color: #abb8c3
}

:root .has-very-dark-gray-color {
    color: #313131
}

:root .has-black-color {
    color: #000
}

:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: linear-gradient(135deg, #0693e3, #9b51e0)
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: linear-gradient(135deg, #7adcb4, #00d082)
}

:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: linear-gradient(135deg, #fcb900, #ff6900)
}

:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: linear-gradient(135deg, #ff6900, #cf2e2e)
}

:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: linear-gradient(135deg, #eee, #a9b8c3)
}

:root .has-cool-to-warm-spectrum-gradient-background {
    background: linear-gradient(135deg, #4aeadc, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c)
}

:root .has-blush-light-purple-gradient-background {
    background: linear-gradient(135deg, #ffceec, #9896f0)
}

:root .has-blush-bordeaux-gradient-background {
    background: linear-gradient(135deg, #fecda5, #fe2d2d 50%, #6b003e)
}

:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-luminous-dusk-gradient-background {
    background: linear-gradient(135deg, #ffcb70, #c751c0 50%, #4158d0)
}

:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .has-pale-ocean-gradient-background {
    background: linear-gradient(135deg, #fff5cb, #b6e3d4 50%, #33a7b5)
}

:root .has-electric-grass-gradient-background {
    background: linear-gradient(135deg, #caf880, #71ce7e)
}

:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .has-midnight-gradient-background {
    background: linear-gradient(135deg, #020381, #2874fc)
}

.has-small-font-size {
    font-size: .8125em
}

.has-normal-font-size,
.has-regular-font-size {
    font-size: 1em
}

.has-medium-font-size {
    font-size: 1.25em
}

.has-large-font-size {
    font-size: 2.25em
}

.has-huge-font-size,
.has-larger-font-size {
    font-size: 2.625em
}

.has-text-align-center {
    text-align: center
}

.has-text-align-left {
    text-align: left
}

.has-text-align-right {
    text-align: right
}

#end-resizable-editor-section {
    display: none
}

.aligncenter {
    clear: both
}

.items-justified-left {
    justify-content: flex-start
}

.items-justified-center {
    justify-content: center
}

.items-justified-right {
    justify-content: flex-end
}

.items-justified-space-between {
    justify-content: space-between
}

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

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

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

@charset 'UTF-8';
.slick-loading .slick-list {
    background: #fff url(../../../themes/adz-wp/assets/js/slick/ajax-loader.gif) center center no-repeat
}

@font-face {
    font-display: swap;
    font-family: 'slick';
    font-weight: 400;
    font-style: normal;
    src: url(../../../themes/adz-wp/assets/js/slick/fonts/slick.eot);
    src: url('../../../themes/adz-wp/assets/js/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url(../../../themes/adz-wp/assets/js/slick/fonts/slick.woff) format('woff'), url(../../../themes/adz-wp/assets/js/slick/fonts/slick.ttf) format('truetype'), url('../../../themes/adz-wp/assets/js/slick/fonts/slick.svg#slick') format('svg')
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

[dir='rtl'] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: '→'
}

[dir='rtl'] .slick-next:before {
    content: '←'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

div.fancy-select {
    position: relative;
    font-size: .85vw;
    color: #747474;
    cursor: pointer;
    font-weight: 400;
    width: 100%
}

div.fancy-select.disabled {
    opacity: .5
}

div.fancy-select div.trigger {
    text-align: left;
    position: relative;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    border-radius: 7px;
    padding: .3vw 1vw;
    padding-left: 2vw;
    padding-right: 3.5vw;
    border: none;
    height: 3.8vw;
    width: 100%;
    transition: all 240ms ease-out;
    -webkit-transition: all 240ms ease-out;
    -moz-transition: all 240ms ease-out;
    -ms-transition: all 240ms ease-out;
    -o-transition: all 240ms ease-out
}

div.fancy-select div.trigger:after {
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -3px;
    right: 1.5vw;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 8px solid #afafb0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 9
}

div.fancy-select div.trigger.open {
    box-shadow: 0 0 12px rgba(0, 0, 0, .1);
    border-radius: 10px 10px 0 0;
    background-color: #fff
}

div.fancy-select div.trigger.open:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}

div.fancy-select ul.options {
    padding-left: 0;
    list-style: none;
    margin: 0;
    margin-top: -4px;
    position: absolute;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 50;
    overflow: auto;
    box-shadow: 0 13px 12px rgba(0, 0, 0, .1);
    border-radius: 0 0 10px 10px;
    border: none;
    background-color: #fff;
    width: 100%;
    max-height: 32vh;
    overflow-y: auto;
    overflow-x: hidden;
    transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out
}

div.fancy-select ul.options.open {
    visibility: visible;
    top: 85%;
    opacity: 1;
    transition: opacity 300ms ease-out, top 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, top 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, top 300ms ease-out;
    -o-transition: opacity 300ms ease-out, top 300ms ease-out
}

div.fancy-select ul.options.overflowing {
    top: 100%;
    transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    -o-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out
}

div.fancy-select ul.options.overflowing.open {
    top: 100%;
    transition: opacity 300ms ease-out, bottom 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out;
    -o-transition: opacity 300ms ease-out, bottom 300ms ease-out
}

div.fancy-select ul.options li {
    text-align: left;
    padding: .5vw 2vw;
    color: #747474;
    cursor: pointer;
    margin: 0;
    transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out
}

div.fancy-select ul.options li:before {
    display: none
}

div.fancy-select ul.options li.selected {
    color: #ff624a;
    font-weight: 700
}

div.fancy-select ul.options li.hover {
    color: #ff624a;
    cursor: pointer
}

.to_top {
    position: fixed;
    right: 2.5vw;
    bottom: 1.5vw;
    -webkit-box-shadow: 0 0 84px rgba(0, 108, 163, .41);
    box-shadow: 0 0 84px rgba(0, 108, 163, .41);
    background-color: #dcbf8b;
    width: 3.5vw;
    height: 3.5vw;
    border-radius: 100%;
    padding: .7vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    z-index: 189;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s
}

.to_top:before {
    content: '';
    position: relative;
    border: .8vw solid transparent;
    border-bottom: 1vw solid #fff;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s
}

.to_top.act {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.to_top:hover:before {
    -webkit-transform: translateY(-37%);
    -ms-transform: translateY(-37%);
    transform: translateY(-37%)
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }
    .fancybox-slide--image {
        padding: 6px 0
    }
    .fancybox-close-small {
        right: -6px
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }
    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }
    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

@font-face {
    font-family: 'Manrope';
    src: url(../../../themes/adz-wp/assets/fonts/Manrope-Bold.woff2) format('woff2'), url(../../../themes/adz-wp/assets/fonts/Manrope-Bold.woff) format('woff'), url("../../../themes/adz-wp/assets/fonts/Manrope-Bold.svg#Manrope-Bold") format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Manrope';
    src: url(../../../themes/adz-wp/assets/fonts/Manrope-Light.woff2) format('woff2'), url(../../../themes/adz-wp/assets/fonts/Manrope-Light.woff) format('woff'), url("../../../themes/adz-wp/assets/fonts/Manrope-Light.svg#Manrope-Light") format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Manrope';
    src: url(../../../themes/adz-wp/assets/fonts/Manrope-Medium.woff2) format('woff2'), url(../../../themes/adz-wp/assets/fonts/Manrope-Medium.woff) format('woff'), url("../../../themes/adz-wp/assets/fonts/Manrope-Medium.svg#Manrope-Medium") format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Manrope';
    src: url(../../../themes/adz-wp/assets/fonts/Manrope-Regular.woff2) format('woff2'), url(../../../themes/adz-wp/assets/fonts/Manrope-Regular.woff) format('woff'), url("../../../themes/adz-wp/assets/fonts/Manrope-Regular.svg#Manrope-Regular") format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Manrope';
    src: url(../../../themes/adz-wp/assets/fonts/Manrope-ExtraLight.woff2) format('woff2'), url(../../../themes/adz-wp/assets/fonts/Manrope-ExtraLight.woff) format('woff'), url("../../../themes/adz-wp/assets/fonts/Manrope-ExtraLight.svg#Manrope-ExtraLight") format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Manrope';
    src: url(../../../themes/adz-wp/assets/fonts/Manrope-SemiBold.woff2) format('woff2'), url(../../../themes/adz-wp/assets/fonts/Manrope-SemiBold.woff) format('woff'), url("../../../themes/adz-wp/assets/fonts/Manrope-SemiBold.svg#Manrope-SemiBold") format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Manrope';
    src: url(../../../themes/adz-wp/assets/fonts/Manrope-ExtraBold.woff2) format('woff2'), url(../../../themes/adz-wp/assets/fonts/Manrope-ExtraBold.woff) format('woff'), url("../../../themes/adz-wp/assets/fonts/Manrope-ExtraBold.svg#Manrope-ExtraBold") format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

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

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

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

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

@-webkit-keyframes opas {
    0% {
        opacity: .4
    }
    60% {
        opacity: 1
    }
    100% {
        opacity: .4
    }
}

@keyframes opas {
    0% {
        opacity: .4
    }
    60% {
        opacity: 1
    }
    100% {
        opacity: .4
    }
}

@-webkit-keyframes fadeOpas {
    0% {
        -webkit-transform: translateY(110%);
        transform: translateY(110%);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fadeOpas {
    0% {
        -webkit-transform: translateY(110%);
        transform: translateY(110%);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes tooltipShow {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes tooltipShow {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(-360deg);
        transform: translate(-50%, -50%) rotate(-360deg)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(-360deg);
        transform: translate(-50%, -50%) rotate(-360deg)
    }
}

@-webkit-keyframes rotate2 {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes rotate2 {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@-webkit-keyframes deg {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    60% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes deg {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    60% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes jamp {
    0% {
        margin-top: 0
    }
    15% {
        margin-top: -1rem
    }
    25% {
        margin-top: 0
    }
    35% {
        margin-top: -.5rem
    }
    45% {
        margin-top: 0
    }
    100% {
        margin-top: 0
    }
}

@keyframes jamp {
    0% {
        margin-top: 0
    }
    15% {
        margin-top: -1rem
    }
    25% {
        margin-top: 0
    }
    35% {
        margin-top: -.5rem
    }
    45% {
        margin-top: 0
    }
    100% {
        margin-top: 0
    }
}

@-webkit-keyframes jampTrf {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    15% {
        -webkit-transform: translateY(-7%);
        transform: translateY(-7%)
    }
    25% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    35% {
        -webkit-transform: translateY(-3%);
        transform: translateY(-3%)
    }
    45% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes jampTrf {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    15% {
        -webkit-transform: translateY(-7%);
        transform: translateY(-7%)
    }
    25% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    35% {
        -webkit-transform: translateY(-3%);
        transform: translateY(-3%)
    }
    45% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideme {
    0% {
        left: -30px;
        margin-left: 0
    }
    30% {
        left: 110%;
        margin-left: 80px
    }
    100% {
        left: 110%;
        margin-left: 80px
    }
}

@keyframes slideme {
    0% {
        left: -30px;
        margin-left: 0
    }
    30% {
        left: 110%;
        margin-left: 80px
    }
    100% {
        left: 110%;
        margin-left: 80px
    }
}

@-webkit-keyframes pulseicon-a {
    0% {
        -webkit-transform: translate(0, 0) scale(.85);
        transform: translate(0, 0) scale(.85)
    }
    50% {
        -webkit-transform: translate(0, 0) scale(1);
        transform: translate(0, 0) scale(1)
    }
    100% {
        -webkit-transform: translate(0, 0) scale(.85);
        transform: translate(0, 0) scale(.85)
    }
}

@keyframes pulseicon-a {
    0% {
        -webkit-transform: translate(0, 0) scale(.85);
        transform: translate(0, 0) scale(.85)
    }
    50% {
        -webkit-transform: translate(0, 0) scale(1);
        transform: translate(0, 0) scale(1)
    }
    100% {
        -webkit-transform: translate(0, 0) scale(.85);
        transform: translate(0, 0) scale(.85)
    }
}

@-webkit-keyframes pulseicon {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(.8);
        transform: translate(-50%, -50%) scale(.8)
    }
    50% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(.8);
        transform: translate(-50%, -50%) scale(.8)
    }
}

@keyframes pulseicon {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(.8);
        transform: translate(-50%, -50%) scale(.8)
    }
    50% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(.8);
        transform: translate(-50%, -50%) scale(.8)
    }
}

@-webkit-keyframes phone {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(15deg) scale(.9);
        transform: translate(-50%, -50%) rotate(15deg) scale(.9)
    }
    50% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1.01);
        transform: translate(-50%, -50%) rotate(0deg) scale(1.01)
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(15deg) scale(.9);
        transform: translate(-50%, -50%) rotate(15deg) scale(.9)
    }
}

@keyframes phone {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(15deg) scale(.9);
        transform: translate(-50%, -50%) rotate(15deg) scale(.9)
    }
    50% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1.01);
        transform: translate(-50%, -50%) rotate(0deg) scale(1.01)
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(15deg) scale(.9);
        transform: translate(-50%, -50%) rotate(15deg) scale(.9)
    }
}

@-webkit-keyframes pulseiconLine {
    0% {
        -webkit-transform: translateX(-55%) scale(.7);
        transform: translateX(-55%) scale(.7)
    }
    50% {
        -webkit-transform: translateX(-65%) scale(1);
        transform: translateX(-65%) scale(1)
    }
    100% {
        -webkit-transform: translateX(-55%) scale(.7);
        transform: translateX(-55%) scale(.7)
    }
}

@keyframes pulseiconLine {
    0% {
        -webkit-transform: translateX(-55%) scale(.7);
        transform: translateX(-55%) scale(.7)
    }
    50% {
        -webkit-transform: translateX(-65%) scale(1);
        transform: translateX(-65%) scale(1)
    }
    100% {
        -webkit-transform: translateX(-55%) scale(.7);
        transform: translateX(-55%) scale(.7)
    }
}

@-webkit-keyframes scale-before {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(.8);
        transform: translate(-50%, -50%) scale(.8);
        opacity: 0
    }
    50% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: .7
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(.8);
        transform: translate(-50%, -50%) scale(.8);
        opacity: 0
    }
}

@keyframes scale-before {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(.8);
        transform: translate(-50%, -50%) scale(.8);
        opacity: 0
    }
    50% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: .7
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(.8);
        transform: translate(-50%, -50%) scale(.8);
        opacity: 0
    }
}

@-webkit-keyframes transform-shiver {
    0% {
        -webkit-transform: translate(0, 0) rotate(0deg);
        transform: translate(0, 0) rotate(0deg)
    }
    25% {
        -webkit-transform: translate(-5px, 0) rotate(0deg);
        transform: translate(-5px, 0) rotate(0deg)
    }
    75% {
        -webkit-transform: translate(5px, 0) rotate(0deg);
        transform: translate(5px, 0) rotate(0deg)
    }
    100% {
        -webkit-transform: translate(0, 0) rotate(0deg);
        transform: translate(0, 0) rotate(0deg)
    }
}

@keyframes transform-shiver {
    0% {
        -webkit-transform: translate(0, 0) rotate(0deg);
        transform: translate(0, 0) rotate(0deg)
    }
    25% {
        -webkit-transform: translate(-5px, 0) rotate(0deg);
        transform: translate(-5px, 0) rotate(0deg)
    }
    75% {
        -webkit-transform: translate(5px, 0) rotate(0deg);
        transform: translate(5px, 0) rotate(0deg)
    }
    100% {
        -webkit-transform: translate(0, 0) rotate(0deg);
        transform: translate(0, 0) rotate(0deg)
    }
}

@-webkit-keyframes transform-shiver2 {
    0% {
        -webkit-transform: translate(0, 0) rotate(0deg);
        transform: translate(0, 0) rotate(0deg)
    }
    25% {
        -webkit-transform: translate(0, -5px) rotate(0deg);
        transform: translate(0, -5px) rotate(0deg)
    }
    75% {
        -webkit-transform: translate(0, 5px) rotate(0deg);
        transform: translate(0, 5px) rotate(0deg)
    }
    100% {
        -webkit-transform: translate(0, 0) rotate(0deg);
        transform: translate(0, 0) rotate(0deg)
    }
}

@keyframes transform-shiver2 {
    0% {
        -webkit-transform: translate(0, 0) rotate(0deg);
        transform: translate(0, 0) rotate(0deg)
    }
    25% {
        -webkit-transform: translate(0, -5px) rotate(0deg);
        transform: translate(0, -5px) rotate(0deg)
    }
    75% {
        -webkit-transform: translate(0, 5px) rotate(0deg);
        transform: translate(0, 5px) rotate(0deg)
    }
    100% {
        -webkit-transform: translate(0, 0) rotate(0deg);
        transform: translate(0, 0) rotate(0deg)
    }
}

@-webkit-keyframes car1 {
    0% {
        -webkit-transform: translate(0, 0) scale(1);
        transform: translate(0, 0) scale(1)
    }
    100% {
        -webkit-transform: translate(-200px, 10px) scale(0);
        transform: translate(-200px, 10px) scale(0)
    }
}

@keyframes car1 {
    0% {
        -webkit-transform: translate(0, 0) scale(1);
        transform: translate(0, 0) scale(1)
    }
    100% {
        -webkit-transform: translate(-200px, 10px) scale(0);
        transform: translate(-200px, 10px) scale(0)
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(237, 26, 35, .5);
        box-shadow: 0 0 0 0 rgba(237, 26, 35, .5)
    }
    70% {
        -webkit-box-shadow: 0 0 0 8px rgba(237, 26, 35, 0);
        box-shadow: 0 0 0 8px rgba(237, 26, 35, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(237, 26, 35, 0);
        box-shadow: 0 0 0 0 rgba(237, 26, 35, 0)
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(237, 26, 35, .5);
        box-shadow: 0 0 0 0 rgba(237, 26, 35, .5)
    }
    70% {
        -webkit-box-shadow: 0 0 0 8px rgba(237, 26, 35, 0);
        box-shadow: 0 0 0 8px rgba(237, 26, 35, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(237, 26, 35, 0);
        box-shadow: 0 0 0 0 rgba(237, 26, 35, 0)
    }
}

@-webkit-keyframes pulse2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 #ff002b;
        box-shadow: 0 0 0 0 #ff002b
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 0, 43, 0);
        box-shadow: 0 0 0 15px rgba(255, 0, 43, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 43, 0);
        box-shadow: 0 0 0 0 rgba(255, 0, 43, 0)
    }
}

@keyframes pulse2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 #ff002b;
        box-shadow: 0 0 0 0 #ff002b
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 0, 43, 0);
        box-shadow: 0 0 0 15px rgba(255, 0, 43, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 43, 0);
        box-shadow: 0 0 0 0 rgba(255, 0, 43, 0)
    }
}

@-webkit-keyframes pulse3 {
    0% {
        -webkit-box-shadow: 0 0 0 0 #fff;
        box-shadow: 0 0 0 0 #fff
    }
    70% {
        -webkit-box-shadow: 0 0 0 11px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 11px rgba(255, 255, 255, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

@keyframes pulse3 {
    0% {
        -webkit-box-shadow: 0 0 0 0 #fff;
        box-shadow: 0 0 0 0 #fff
    }
    70% {
        -webkit-box-shadow: 0 0 0 11px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 11px rgba(255, 255, 255, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

@-webkit-keyframes sbs-anim {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0) rotate(0deg) scale(1, 1);
        transform: translateX(0) translateY(0) rotate(0deg) scale(1, 1);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    50% {
        opacity: 1;
        -webkit-transform: translateX(-2px) translateY(-8px) rotate(-5deg) scale(1, 1);
        transform: translateX(-2px) translateY(-8px) rotate(-5deg) scale(1, 1);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0) rotate(0deg) scale(1, 1);
        transform: translateX(0) translateY(0) rotate(0deg) scale(1, 1)
    }
}

@keyframes sbs-anim {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0) rotate(0deg) scale(1, 1);
        transform: translateX(0) translateY(0) rotate(0deg) scale(1, 1);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    50% {
        opacity: 1;
        -webkit-transform: translateX(-2px) translateY(-8px) rotate(-5deg) scale(1, 1);
        transform: translateX(-2px) translateY(-8px) rotate(-5deg) scale(1, 1);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0) rotate(0deg) scale(1, 1);
        transform: translateX(0) translateY(0) rotate(0deg) scale(1, 1)
    }
}

@-webkit-keyframes pop {
    0% {
        -webkit-transform: perspective(1px) rotateX(0deg) scale3d(1, 1, 1);
        transform: perspective(1px) rotateX(0deg) scale3d(1, 1, 1)
    }
    100% {
        -webkit-transform: perspective(1px) rotateX(0deg) scale3d(1.2, 1.2, 1.2);
        transform: perspective(1px) rotateX(0deg) scale3d(1.2, 1.2, 1.2)
    }
}

@keyframes pop {
    0% {
        -webkit-transform: perspective(1px) rotateX(0deg) scale3d(1, 1, 1);
        transform: perspective(1px) rotateX(0deg) scale3d(1, 1, 1)
    }
    100% {
        -webkit-transform: perspective(1px) rotateX(0deg) scale3d(1.2, 1.2, 1.2);
        transform: perspective(1px) rotateX(0deg) scale3d(1.2, 1.2, 1.2)
    }
}

@-webkit-keyframes puff-out {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1, 1);
        transform: translate(-50%, -50%) rotate(0deg) scale(1, 1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        opacity: 1
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(2, 2);
        transform: translate(-50%, -50%) rotate(0deg) scale(2, 2);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        opacity: 0
    }
}

@keyframes puff-out {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1, 1);
        transform: translate(-50%, -50%) rotate(0deg) scale(1, 1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        opacity: 1
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(2, 2);
        transform: translate(-50%, -50%) rotate(0deg) scale(2, 2);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        opacity: 0
    }
}

@-webkit-keyframes slide-up-in {
    0% {
        -webkit-transform: translate(0, 100%) rotate(1deg);
        transform: translate(0, 100%) rotate(1deg);
        opacity: 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0) rotate(0deg);
        transform: translate(0, 0) rotate(0deg);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
}

@keyframes slide-up-in {
    0% {
        -webkit-transform: translate(0, 100%) rotate(1deg);
        transform: translate(0, 100%) rotate(1deg);
        opacity: 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0) rotate(0deg);
        transform: translate(0, 0) rotate(0deg);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
}

.fade_in {
    opacity: 1;
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
    -webkit-animation-duration: 1500ms;
    animation-duration: 1500ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slide-up-in;
    animation-name: slide-up-in
}

.title-first {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
    -webkit-animation-duration: 1500ms;
    animation-duration: 1500ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slide-up-in;
    animation-name: slide-up-in
}

.subtitle-first {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
    -webkit-animation-duration: 1500ms;
    animation-duration: 1500ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slide-up-in;
    animation-name: slide-up-in
}

@-webkit-keyframes main {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes main {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

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

html {
    font-size: 1vw
}

body {
    font-family: 'Manrope', sans-serif;
    line-height: 1.2;
    font-weight: 400;
    overflow-x: hidden;
    color: #282728
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0
}

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

ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

a {
    text-decoration: none
}

p {
    margin: 0
}

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

@media (max-width:900px) {
    .forest {
        display: none !important
    }
}

.col-center {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.col-vcenter {
    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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.row-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.row-vcenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sb-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sb-vcenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.st-ok {
    border-radius: 100%;
    border: 1px solid rgba(78, 139, 241, .26);
    width: 2.9rem;
    height: 2.9rem;
    padding: .9rem
}

.st-ok svg {
    width: 100%;
    height: 100%
}

.st-ok_white {
    border-color: #717478
}

.st-ok_white svg {
    fill: #fff
}

.st-ok_yel {
    border-color: #717478
}

.st-ok_yel svg {
    fill: #fdc841
}

.dnld-cir {
    position: absolute;
    background-color: #fff;
    border-radius: 100%;
    width: 8rem;
    height: 8rem;
    left: 1rem;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 51%;
    pointer-events: none
}

.dnld-cir__img {
    width: 6.7rem;
    height: 6.7rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    -webkit-animation: rotate2 10s infinite linear;
    animation: rotate2 10s infinite linear
}

.dnld-cir__img img {
    max-width: none;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.margin-center {
    margin-left: auto;
    margin-right: auto
}

.rel-center {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.abs-center {
    position: absolute !important;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2
}

@media (max-width:567px) {
    .media-center {
        text-align: center
    }
}

.graf {
    -webkit-animation: transform-shiver 5000ms linear 0ms infinite normal both;
    animation: transform-shiver 5000ms linear 0ms infinite normal both
}

.dotted {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.dotted:before {
    content: '';
    position: absolute;
    top: 120%;
    width: 100%;
    border-bottom: 1px dotted #ff002b;
    -webkit-transition: all .4s;
    transition: all .4s
}

.dotted:hover {
    color: #111
}

.dotted:hover:before {
    width: 30%;
    border-color: #282828
}

.dotted_l::before {
    border-bottom: 1px solid #ff002b
}

.dotted_l:hover:before {
    border-color: #282828
}

.dotted_d::before {
    border-bottom: 1px dashed #ff002b
}

.dotted_d:hover:before {
    border-color: #282828
}

.dotted_d-inv::before {
    border-bottom: 1px dashed #e2e2e2
}

.dotted_d-inv:hover:before {
    border-color: #ff002b
}

.skew-text {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transform: skew(-8deg);
    transform: skew(-8deg);
    background-color: #ff002b;
    padding: .9rem 1.1rem;
    border-radius: .5rem;
    line-height: 1
}

.skew-text__block {
    -webkit-transform: skew(8deg);
    transform: skew(8deg)
}

.kr-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.kr-text__cir {
    background-color: #1cbc54;
    width: .35rem;
    height: .35rem;
    border-radius: 100%;
    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;
    -webkit-animation: opas 1.1s infinite linear;
    animation: opas 1.1s infinite linear
}

.ovh {
    overflow: hidden
}

.lh08 {
    line-height: .8
}

.lh1 {
    line-height: 1
}

.lhm {
    line-height: 1.3
}

.lh15 {
    line-height: 1.5
}

.lsp {
    letter-spacing: .05rem
}

.tgc {
    color: #0099e4
}

a.tgc {
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}

a.tgc:hover {
    color: #000
}

.gray {
    color: rgba(40, 39, 40, .75)
}

.black {
    color: #282728
}

.white {
    color: #fefefe
}

.blue {
    color: #4e8bf1
}

.lblue {
    color: #baeefc
}

.red {
    color: #ff002b
}

.green {
    color: #40d162
}

.yellow {
    color: rgba(253, 200, 65, .75)
}

.fw1 {
    font-weight: 100
}

.fw2 {
    font-weight: 200
}

.fw3 {
    font-weight: 300
}

.fw5 {
    font-weight: 500
}

.fw4 {
    font-weight: 400
}

.fw6 {
    font-weight: 600
}

.fw7 {
    font-weight: 700
}

.fw8 {
    font-weight: 800
}

.fwb {
    font-weight: 700
}

.fw9 {
    font-weight: 900
}

.fsi {
    font-style: italic
}

.tar {
    text-align: right
}

.tdt {
    text-decoration: line-through
}

.tdu {
    text-decoration: underline
}

.tac {
    text-align: center
}

.ttu {
    text-transform: uppercase
}

.title-lg {
    font-size: 3.3rem
}

.zi1 {
    z-index: 1;
    position: relative
}

.zi5 {
    z-index: 5;
    position: relative
}

.title {
    font-size: 3rem;
    line-height: 1.22;
    position: relative;
    z-index: 2
}

.t48 {
    font-size: 2.5rem
}

.t54 {
    font-size: 2.7rem
}

.t38 {
    font-size: 2rem
}

.t36 {
    font-size: 1.9rem;
    position: relative;
    z-index: 2
}

.t34 {
    font-size: 1.77rem
}

.t32 {
    font-size: 1.67rem
}

.t30 {
    font-size: 1.56rem
}

.t28 {
    font-size: 1.46rem
}

.t26 {
    font-size: 1.35rem
}

.t24 {
    font-size: 1.25rem
}

.t23 {
    font-size: 1.2rem
}

.t22 {
    font-size: 1.15rem
}

.t21 {
    font-size: 1.1rem
}

.t20 {
    font-size: 1.04rem
}

.t19 {
    font-size: 1rem
}

.t18 {
    font-size: .94rem
}

.t17 {
    font-size: .88rem
}

.t16 {
    font-size: .83rem
}

.t15 {
    font-size: .8rem
}

.t14 {
    font-size: .73rem
}

.t13 {
    font-size: .68rem
}

.t12 {
    font-size: .63rem
}

.t10 {
    font-size: .52rem
}

.t8 {
    font-size: .42rem
}

.t7 {
    font-size: .37rem
}

.container {
    max-width: 86.5rem;
    margin: 0 auto;
    width: 100%
}

.container-big {
    max-width: 91rem;
    margin: 0 auto
}

.container-sbig {
    max-width: 81rem;
    margin: 0 auto
}

.container-big2 {
    max-width: 89rem;
    margin: 0 auto
}

.container-min {
    max-width: 63rem;
    margin: 0 auto
}

.container-md {
    max-width: 77rem;
    margin: 0 auto
}

.container-md2 {
    max-width: 74rem;
    margin: 0 auto
}

.mlg3 {
    margin-bottom: 8rem
}

.mlg2 {
    margin-bottom: 6rem
}

.mlg {
    margin-bottom: 4.5rem
}

.msm {
    margin-bottom: 2.5rem
}

.mb {
    margin-bottom: 2rem
}

.mb2 {
    margin-bottom: 1.4rem
}

.mbm {
    margin-bottom: .7rem
}

.mbs {
    margin-bottom: .41rem
}

.mbs2 {
    margin-bottom: .21rem
}

.mrs {
    margin-right: .25rem
}

.mrm {
    margin-right: .5rem
}

.mr {
    margin-right: 1rem
}

.mrd {
    margin-right: 1.5rem
}

.mrlg {
    margin-right: 2rem
}

.stop {
    overflow: hidden
}

.section {
    padding: 4rem 0;
    position: relative
}

.dib {
    display: inline-block
}

.fsi {
    font-style: italic
}

.tal {
    text-align: left
}

.rel {
    position: relative
}

.poe {
    pointer-events: none
}

.white-space {
    white-space: nowrap
}

.f-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.f-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.lts {
    letter-spacing: .02rem
}

.btn {
    padding: 1.35rem 1.9rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 6;
    cursor: pointer;
    border: none;
    position: relative;
    color: #fff;
    border-radius: 3rem;
    background-color: #ff002b
}

.btn .btn-arr {
    width: 1rem;
    height: auto
}

.btn .btn-arr svg {
    width: 100%;
    height: 100%;
    fill: #fff
}

.btn:hover {
    -webkit-transform: scale(1.04);
    transform: scale(1.04)
}

.btn:not(:disabled) .btn-blick {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 3rem;
    overflow: hidden
}

.btn:not(:disabled) .btn-blick:after {
    margin-left: -30px;
    content: " ";
    width: 30px;
    height: 400px;
    background: #fff;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    position: absolute;
    left: -40px;
    top: -150px;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.btn.b-yel {
    background-color: #f8e049;
    background-image: linear-gradient(-129deg, #edd491 0%, #ffeea9 100%);
    -webkit-box-shadow: 0 8px 13px rgba(204, 178, 118, .49), inset 0 -4px 1px #ccb276;
    box-shadow: 0 8px 13px rgba(204, 178, 118, .49), inset 0 -4px 1px #ccb276;
    border-radius: 30rem;
    padding: 1.2rem 2rem
}

.btn.b-yel:not(:disabled) .btn-blick {
    border-radius: 30rem
}

.btn.b-yel:hover {
    -webkit-box-shadow: 0 8px 13px rgba(205, 179, 119, .49), inset 0 4px 1px #cdb377;
    box-shadow: 0 8px 13px rgba(205, 179, 119, .49), inset 0 4px 1px #cdb377;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.btn.b-ws {
    padding: 1.1rem 1.9rem;
    background-color: #00a2f1;
    border-radius: 3rem;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 3.5rem
}

.btn.b-ws .btn-img {
    width: 1.5rem;
    position: absolute;
    left: 1rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.btn.bord {
    border: none;
    border-radius: 5px;
    background-color: #f1f6fa;
    color: #282728;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 1.6rem 3rem
}

.btn.bord:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn.big {
    padding: 2.5rem 3.4rem
}

.btn.min {
    padding: 1.25rem 1.5rem
}

.burger {
    width: 1.3rem;
    height: 3rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.burger span {
    display: block;
    width: 100%;
    height: 2px;
    position: relative;
    background-color: #282828;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: .3rem;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.burger span:before,
.burger span:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    left: 0;
    background-color: #282828;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: .3rem
}

.burger span:before {
    top: -.5rem;
    width: 80%
}

.burger span:after {
    bottom: -.5rem;
    right: auto;
    left: 0;
    width: 50%
}

.burger__wrap {
    text-transform: uppercase;
    color: #282828;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    line-height: .8;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s
}

.burger__wrap:hover {
    color: #37b1e0
}

.burger__wrap:hover .burger span {
    background-color: #37b1e0
}

.burger__wrap:hover .burger span:before,
.burger__wrap:hover .burger span:after {
    background-color: #37b1e0
}

.close-nav {
    display: none
}

.dark {
    color: #282828
}

.white {
    color: #fff
}

.ptn {
    pointer-events: none
}

.link {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    display: inline-block;
    color: #67a8b9;
    z-index: 4
}

.link-o {
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #282828
}

.link-o:hover {
    color: #fc9533
}

.link.green {
    color: #81c04f
}

.link.green:before {
    border-bottom: 1px solid #81c04f
}

.link.green:hover {
    color: #81c04f
}

.link.green:hover:before {
    width: 40%
}

.link:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #67a8b9;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}

.link:hover {
    color: #464b53
}

.link:hover:before {
    width: 40%
}

.link.dsh:before {
    border-bottom: 1px dashed #67a8b9
}

input::-webkit-input-placeholder {
    color: #2f2f2f
}

input:-ms-input-placeholder {
    color: #2f2f2f
}

input::-ms-input-placeholder {
    color: #2f2f2f
}

input::-moz-placeholder {
    color: #2f2f2f
}

input::placeholder {
    color: #2f2f2f
}

textarea::-webkit-input-placeholder {
    color: #2f2f2f
}

textarea:-ms-input-placeholder {
    color: #2f2f2f
}

textarea::-ms-input-placeholder {
    color: #2f2f2f
}

textarea::-moz-placeholder {
    color: #2f2f2f
}

textarea::placeholder {
    color: #2f2f2f
}

.area {
    padding-left: 2rem;
    height: 7rem
}

.input {
    padding: 1.1rem 1rem;
    border-radius: 2rem;
    border: none;
    background-color: transparent;
    -ms-flex-item-align: center;
    align-self: center;
    width: 100%;
    position: relative;
    background-color: #f3f4f3;
    padding-left: 2rem;
    font-weight: 500
}

.input-small {
    padding: 1.2rem .8rem
}

.input.i-modal {
    border-radius: .4rem;
    background-color: #fff;
    padding: 1rem 1rem;
    padding-left: 1.5rem
}

.input.i-gray {
    background-color: #f4f7fa
}

.input.dash {
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid #e1e1e1
}

.input.phone {
    background: url(../../../themes/adz-wp/assets/img/icons/phone.png) no-repeat center left 1.4rem, #ffffff;
    background-size: 1rem
}

.input.i-white {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
    background-color: #fff;
    color: rgba(40, 39, 40, .65)
}

.input.i-white::-webkit-input-placeholder {
    color: rgba(40, 39, 40, .65)
}

.input.i-white:-ms-input-placeholder {
    color: rgba(40, 39, 40, .65)
}

.input.i-white::-ms-input-placeholder {
    color: rgba(40, 39, 40, .65)
}

.input.i-white::-moz-placeholder {
    color: rgba(40, 39, 40, .65)
}

.input.i-white::placeholder {
    color: rgba(40, 39, 40, .65)
}

.input.i-white::-webkit-input-placeholder {
    color: rgba(40, 39, 40, .65)
}

.input.i-white:-ms-input-placeholder {
    color: rgba(40, 39, 40, .65)
}

.input.i-white::-ms-input-placeholder {
    color: rgba(40, 39, 40, .65)
}

.input.i-white::-moz-placeholder {
    color: rgba(40, 39, 40, .65)
}

.input.i-white::placeholder {
    color: rgba(40, 39, 40, .65)
}

.input.time {
    padding-left: 3.5rem;
    background: url(../../../themes/adz-wp/assets/img/icons/time.svg) no-repeat center left 1.4rem;
    background-size: 1rem
}

.input.v2 {
    background-color: #f4f7fa
}

.input.ipd {
    padding: 1.3rem 1rem;
    padding-left: 2rem
}

.inp-min {
    width: 31.5%
}

.inp-md {
    width: 48%
}

.inp-big {
    width: 100%
}

.inp-c {
    width: 40%
}

.inp-mm {
    width: 18.5%
}

.arrows {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3rem;
    height: 3rem;
    z-index: 18;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
    border: none;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.arrows.t4 {
    width: 3.5rem;
    height: 3.5rem
}

.arrows.t6 {
    -webkit-box-shadow: 0 5px 54px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 54px rgba(0, 0, 0, .5);
    background-color: #fff;
    border-radius: 100%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.arrows:hover {
    opacity: .7;
    -webkit-transform: translateY(-50%) scale(1.1);
    transform: translateY(-50%) scale(1.1)
}

.arrows.v2.slidePrev {
    left: -3rem
}

.arrows.v2.slideNext {
    right: -3rem
}

.slidePrev {
    left: -4rem
}

.slidePrev.t2 {
    left: -4rem;
    top: 55%
}

.slidePrev.t4 {
    left: -1.1rem
}

.slidePrev.t3 {
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.slidePrev.t3:hover {
    opacity: .7;
    -webkit-transform: translateX(-50%) scale(1.1);
    transform: translateX(-50%) scale(1.1)
}

.slideNext {
    right: -4rem
}

.slideNext.t2 {
    right: -4rem;
    top: 55%
}

.slideNext.t4 {
    right: -1.1rem
}

.slideNext.t3 {
    left: 50%;
    bottom: -1rem;
    top: auto;
    right: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.slideNext.t3:hover {
    opacity: .7;
    -webkit-transform: translateX(-50%) scale(1.1);
    transform: translateX(-50%) scale(1.1)
}

.check-box {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.check-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.check-label {
    width: .9rem;
    height: .9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .2rem;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: .5rem;
    border-radius: 2px;
    background-color: #ee1a24
}

.check-label.v2 {
    border-radius: 100%;
    -webkit-box-shadow: 0 5px 10px rgba(43, 43, 51, .1);
    box-shadow: 0 5px 10px rgba(43, 43, 51, .1);
    border: 1px solid #e8e8e8;
    background-color: #fff;
    width: 1.5rem;
    height: 1.5rem;
    padding: .2rem
}

.check-label.v2 .check-label-act {
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    padding: .2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #4ca352
}

.check-label-act {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 2px;
    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;
    width: 80%;
    height: 80%
}

.check-label.min {
    width: 1rem;
    height: 1rem;
    border-radius: 2px
}

.rhide {
    display: none
}

.rhide:checked~span .check-label-act {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.rhide:checked~span .check-label.min {
    background-color: #5bd273
}

.rhide:checked~.block-imp-bf {
    background-color: #4ca352;
    border: 1px solid #4ca352
}

.rhide:checked~.tsm13 {
    color: #fff;
    position: relative
}

.rhide:checked~.times-block div.fancy-select div.trigger {
    color: #fff !important
}

.wac {
    color: #3fbf3f !important
}

.vic {
    color: #8173c7 !important
}

.emc {
    color: #fbc855 !important
}

.text-rotate {
    position: absolute;
    left: 0;
    top: 0;
    width: 8rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 71
}

.text-rotate.right {
    left: auto;
    right: 0
}

.text-rotate-item {
    position: relative;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    white-space: nowrap;
    display: inline-block;
    color: rgba(179, 179, 179, .5)
}

.text-rotate-item:before {
    content: '';
    position: absolute;
    left: -3.4rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 1px solid #d1d1d1;
    width: 3rem;
    height: 1px
}

.text-rotate-item:after {
    content: '';
    position: absolute;
    right: -3.4rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 1px solid #d1d1d1;
    width: 3rem;
    height: 1px
}

.text-rotate-item.wh {
    color: #fff
}

.row-colmob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.list__item {
    margin-bottom: .5rem
}

.list:last-child {
    margin-bottom: 0
}

.link-hover {
    -webkit-transition: all .3s;
    transition: all .3s
}

.link-hover:hover {
    color: #ff002b !important
}

.link-hover.dotted:hover {
    color: #ff002b
}

.link-hover.dotted:hover::before {
    border-color: #ff002b
}

.link-hover_inv {
    -webkit-transition: all .3s;
    transition: all .3s
}

.link-hover_inv:hover {
    color: #fff !important
}

.link-hover_inv.dotted:hover {
    color: #fff
}

.link-hover_inv.dotted:hover::before {
    border-color: #fff
}

.link-hover_col {
    -webkit-transition: all .3s;
    transition: all .3s
}

.link-hover_col:hover {
    color: #282828 !important
}

.link-hover_col.dotted:hover {
    color: #282828
}

.link-hover_col.dotted:hover::before {
    border-color: #282828
}

.link-ar {
    display: inline-block;
    width: 1rem
}

.link-ar img {
    width: 100%
}

.pre {
    position: relative;
    z-index: 5
}

.header {
    padding: 1.6rem 0rem;
    padding-bottom: 0;
    position: relative;
    z-index: 4
}

.header__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 1.7rem
}

.header__adr-ico {
    width: 3rem;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header__adr-ico img {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.logo__img {
    width: 19.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1.2rem
}

.logo__img img {
    max-width: none;
    width: 100%;
    border-radius: 8px;
}

.scroll {
    width: 2rem;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #8f9090;
    position: absolute;
    left: 1.5rem;
    top: 65%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s
}

.scroll__scrolldown {
    width: 1px;
    height: 1rem;
    margin-top: 0;
    margin-bottom: 1rem
}

.scroll__cir {
    width: 1.5rem;
    height: 1.5rem
}

.scroll__cir svg {
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0, 0%) rotate(0deg);
    transform: translate(0, 0%) rotate(0deg);
    -webkit-animation: moveScroll 2s infinite linear;
    animation: moveScroll 2s infinite linear;
    fill: #8f9090
}

.scroll__text {
    white-space: nowrap;
    -webkit-transform: translateY(-4rem) rotate(90deg);
    transform: translateY(-4rem) rotate(90deg);
    letter-spacing: .15rem;
    color: #282828;
    opacity: 1;
    font-weight: 400
}

.scroll__line {
    height: 15rem;
    width: 1px;
    background-color: #dadada;
    position: relative;
    margin-top: .7rem;
    margin-bottom: 1.7rem;
    position: relative
}

.scroll__line::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 1px;
    height: 2.5rem;
    background-color: #d81d24
}

.scroll.v2 {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    top: 25%
}

@-webkit-keyframes moveScroll {
    0% {
        -webkit-transform: translate(0, 0%) rotate(0deg);
        transform: translate(0, 0%) rotate(0deg)
    }
    50% {
        -webkit-transform: translate(0, 15%) rotate(0deg);
        transform: translate(0, 15%) rotate(0deg)
    }
    100% {
        -webkit-transform: translate(0, 0%) rotate(0deg);
        transform: translate(0, 0%) rotate(0deg)
    }
}

@keyframes moveScroll {
    0% {
        -webkit-transform: translate(0, 0%) rotate(0deg);
        transform: translate(0, 0%) rotate(0deg)
    }
    50% {
        -webkit-transform: translate(0, 15%) rotate(0deg);
        transform: translate(0, 15%) rotate(0deg)
    }
    100% {
        -webkit-transform: translate(0, 0%) rotate(0deg);
        transform: translate(0, 0%) rotate(0deg)
    }
}

.main {
    position: relative;
    width: 100%
}

.main__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.video-b {
    padding: 2rem;
    border-radius: 100px;
    width: 5.3rem;
    height: 5.3rem;
    -webkit-animation: pulse2 2s infinite;
    animation: pulse2 2s infinite;
    background-image: radial-gradient(circle 1502px at 48.69% -83.75%, #fcdc5e 0%, #fcdc5e 12%, #fdc841 100%);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-shadow: 0 10px 38px rgba(253, 200, 65, .25), inset 0 0 27px rgba(252, 233, 185, .71);
    box-shadow: 0 10px 38px rgba(253, 200, 65, .25), inset 0 0 27px rgba(252, 233, 185, .71)
}

.video-b:hover {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05)
}

.video-b img {
    z-index: 10;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.video-b::before {
    content: '';
    position: absolute;
    width: 140%;
    height: 140%;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(253, 204, 81, .5);
    z-index: -1;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.close-nav {
    display: block
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    letter-spacing: .8px
}

.nav::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 1px;
    border-top: 1px solid #e9e9e9
}

.nav__wrap {
    position: relative;
    width: 100%
}

.nav li {
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}

.nav li.menu-item-has-children .menu-item-has-children::after {
    top: 65%;
    -webkit-transform: translate(0, -100%) rotate(135deg);
    transform: translate(0, -100%) rotate(135deg);
    right: -.3rem;
    border-color: #aeaeae
}

.nav li.menu-item-has-children .menu-item-has-children .sub-menu {
    opacity: 0 !important;
    -webkit-transform: translate(100%, 0) scale(0) !important;
    transform: translate(100%, 0) scale(0) !important;
    left: auto;
    right: -1rem;
    top: -1rem;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding-top: 1.06rem
}

.nav li.menu-item-has-children .menu-item-has-children:hover::after {
    -webkit-transform: translate(-50%, -85%) rotate(315deg);
    transform: translate(-50%, -85%) rotate(315deg)
}

.nav li.menu-item-has-children .menu-item-has-children:hover .sub-menu {
    opacity: 1 !important;
    -webkit-transform: translate(100%, 0) scale(1) !important;
    transform: translate(100%, 0) scale(1) !important
}

.nav li.menu-item-has-children::after {
    content: '';
    position: absolute;
    right: 0rem;
    top: 51%;
    -webkit-transform: translate(0, -100%) rotate(45deg);
    transform: translate(0, -100%) rotate(45deg);
    border: solid #282828;
    border-width: 0 .15rem .15rem 0;
    display: inline-block;
    padding: .15rem;
    background-size: 100%;
    -webkit-transition: all .3s;
    transition: all .3s
}

.nav li.menu-item-has-children a {
    padding-right: 1rem;
    white-space: nowrap
}

.nav li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    -webkit-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1)
}

.nav li.menu-item-has-children:hover::after {
    -webkit-transform: translate(0, -45%) rotate(-135deg);
    transform: translate(0, -45%) rotate(-135deg);
    border-color: #ff002b
}

.nav li.menu-item-has-children:hover a {
    color: #ff002b;
    font-weight: 700
}

.nav li.option {
    padding-right: 2.9rem
}

.nav li.option::before {
    content: '- 30%';
    border-radius: 1rem;
    color: #fff;
    background-color: #ff002b;
    padding: .3rem .4rem;
    position: absolute;
    right: 0;
    top: 0;
    font-size: .6rem;
    font-weight: 700;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%)
}

.nav a {
    color: #282828;
    padding: 1.7rem 0rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    font-weight: 700;
    text-transform: uppercase
}

.nav a:hover,
.nav a:active {
    font-weight: 700;
    color: #ff002b
}

.nav .current-menu-item a {
    font-weight: 700;
    color: #ff002b
}

.close-nav {
    display: none
}

.sub-menu {
    top: 100%;
    left: -1.5rem;
    background-color: #fff;
    -webkit-box-shadow: -5px 47px 59px rgba(40, 39, 40, .1);
    box-shadow: -5px 47px 59px rgba(40, 39, 40, .1);
    width: auto;
    position: absolute;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translateY(0%) scale(0);
    transform: translateY(0%) scale(0);
    padding: .8rem;
    padding-left: 0;
    opacity: 0;
    z-index: 99
}

.sub-menu li {
    margin: 0 .5rem
}

.sub-menu a {
    color: #282828 !important;
    padding: .3rem 0;
    position: relative;
    text-transform: none;
    padding-left: 1rem;
    font-size: .8rem;
    text-decoration: underline;
    font-weight: 700
}

.sub-menu a:hover {
    color: #ff002b !important;
    font-weight: 700
}

.soc-ico {
    height: 2.5rem;
    width: 2.5rem;
    padding: .85rem;
    background-color: #fff;
    border-radius: 100%;
    position: relative
}

.soc-ico::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 120%;
    border-radius: 100%;
    background-color: #44474a;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1
}

.st-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0
}

.st-bg img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.h-soc .kr-text {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.h-soc .kr-text__cir {
    margin-top: .25rem
}

.h-soc__item {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100%;
    padding: .6rem;
    padding: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: .7rem;
    -webkit-transition: all .3s;
    transition: all .3s
}

.h-soc__item:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.h-soc__item:last-child {
    margin-right: 0
}

.h-soc__item:nth-child(1) {
    background-color: #00a2f1;
}

.h-soc__item:nth-child(2) {
    background-color: #00a2f2
}

.h-soc__item svg {
    width: 100%;
    height: 100%;
    fill: #fff
}

.h-soc__block.v2 .h-soc__item {
    padding: 0;
    background-color: transparent !important;
    margin-right: 0
}

.opas {
    position: relative;
    -webkit-animation: opas 1.1s infinite linear;
    animation: opas 1.1s infinite linear;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.opas-uni {
    position: relative;
    -webkit-animation: opas 1.1s infinite linear;
    animation: opas 1.1s infinite linear;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: .3rem;
    left: -.3rem;
    display: inline-block
}

.header .ph-bl__ico {
    margin-top: .3rem
}

.ph-bl__ico {
    width: .8rem;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.call-bl__wrap {
    margin-top: .2rem
}

.rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -2.5rem
}

.rating__img {
    width: 2rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: .2rem
}

.rating__n {
    color: #282728;
    background: #ffcc01;
    width: 3.4rem;
    height: 6.4rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    font-size: 1.4rem;
    padding-top: .7rem
}

.rating__n::after {
    content: "";
    width: 0rem;
    height: 0;
    border-left: 1.7rem solid #ffcc01;
    border-right: 1.7rem solid #ffcc01;
    border-bottom: 1rem solid #fff;
    position: absolute;
    bottom: 0
}

.map-hover {
    position: absolute;
    top: 100%;
    width: 24rem;
    height: 20rem;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    background-color: #fff;
    z-index: 16;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 211;
    pointer-events: none
}

.header__map-hover {
    position: relative
}

.header__map-hover:hover .map-hover {
    pointer-events: auto;
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1)
}

.header-link__img {
    width: 3rem;
    height: 3rem
}

.header-link__text div {
    position: relative;
    display: inline
}

.header-link__text div::before {
    content: '';
    position: absolute;
    top: 103%;
    left: 0;
    height: 1px;
    border-bottom: 1px dashed #e2e2e2;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s
}

.header-link__text:hover div::before {
    width: 30%;
    border-color: #ff002b
}

.green-bl {
    background-color: #01bc24;
    border-radius: 2rem;
    padding: .45rem .6rem
}

.green-bl .kr-text__cir {
    background-color: #fff;
    width: .2rem;
    height: .2rem;
    margin-right: .4rem
}

.green-bl .kr-text__text {
    font-size: .55rem;
    letter-spacing: .05rem
}

.call-bl {
    position: relative
}

.call-bl__wrap {
    position: relative
}

.call-bl__wrap::after {
    content: '';
    content: none;
    position: absolute;
    right: -.8rem;
    top: 45%;
    -webkit-transform: translate(0, -100%) rotate(45deg);
    transform: translate(0, -100%) rotate(45deg);
    border: solid #282828;
    border-width: 0 .15rem .15rem 0;
    display: inline-block;
    padding: .15rem;
    background-size: 100%;
    -webkit-transition: all .3s;
    transition: all .3s
}

.call-bl__wrap:hover::after {
    -webkit-transform: translate(0, -50%) rotate(225deg);
    transform: translate(0, -50%) rotate(225deg)
}

.call-bl__wrap:hover .call-bl__menu {
    opacity: 1;
    -webkit-transform: translateY(100%) scale(1);
    transform: translateY(100%) scale(1)
}

.call-bl__menu {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: translateY(100%) scale(0);
    transform: translateY(100%) scale(0);
    background-color: #fff;
    width: calc(100% + 1rem);
    height: auto;
    z-index: 10;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: .5rem
}

.main__cont {
    padding-top: 4.5rem;
    padding-left: 6.7rem;
    padding-bottom: 4rem;
    width: 94.9%;
    margin-left: auto
}

.main__cont .st-bg img {
    border-radius: 1rem 0 0 1rem
}

.main__wrap {
    position: relative;
    z-index: 2
}

.main__right {
    width: 7.5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 3rem
}

.main__right img {
    max-width: none;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.main__arr {
    position: absolute;
    left: 2rem;
    bottom: 5rem;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    width: 10rem
}

.main__arr img {
    max-width: none;
    width: 100%
}

.main__link-img {
    width: 2.5rem;
    height: 2.5rem;
    -webkit-transition: all .3s;
    transition: all .3s
}

.main__link .dotted::before {
    border-color: #00a2f0
}

.main__link:hover .main__link-img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.main__link:hover .dotted {
    color: #ff002b
}

.main__link:hover .dotted::before {
    border-color: #ff002b;
    width: 30%
}

.line-text__line {
    margin-right: 1rem;
    width: 2.3rem;
    height: 1px;
    border: 1px solid #282728
}

.soc-link {
    padding: 1.3rem 2.7rem 1.3rem 2rem;
    border-radius: 3rem;
    background-color: #ff002b;
    width: auto;
    -webkit-transition: all .3s;
    transition: all .3s
}

.soc-link:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.soc-link__img {
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 1rem
}

.rate-fl {
    position: absolute;
    right: .3rem;
    top: 3.4rem;
    z-index: 5
}

.rate-fl:hover .rate-fl__text {
    opacity: 1;
    pointer-events: auto
}

.rate-fl__img {
    border-radius: 100%;
    width: 1rem;
    height: 1rem;
    padding: .2rem;
    background-color: #fff;
    -webkit-animation: pulse3 2s infinite;
    animation: pulse3 2s infinite;
    cursor: pointer
}

.rate-fl__text {
    position: absolute;
    padding: .5rem;
    background-color: #fff;
    border-radius: .5rem;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    bottom: -.5rem;
    width: 8rem;
    height: auto;
    -webkit-box-shadow: -5px 47px 59px rgba(40, 39, 40, .1);
    box-shadow: -5px 47px 59px rgba(40, 39, 40, .1)
}

.mark {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.mark-slider {
    width: 100%;
    height: 10rem
}

.mark-slider__item {
    cursor: pointer;
    margin: 1rem .5rem;
    padding: 1.5rem 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: .7rem
}

.mark-slider__item:hover {
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 15px rgba(0, 0, 0, .1);
    background-color: #fff
}

.mark-slider__item:hover img {
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.mark-slider__img {
    height: 4.5rem;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all .3s;
    transition: all .3s
}

.mark-slider__img img {
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.alt-container {
    margin-left: 5rem
}

.alt-container .st-bg img {
    border-radius: 1rem 0 0 1rem
}

.alt-container_v2 {
    padding-left: 11rem;
    padding-right: 4.2rem
}

.garant {
    padding-bottom: 4rem
}

.garant__title {
    padding-left: 5.5rem
}

.garant__wrap {
    position: relative;
    z-index: 5;
    padding-top: 3.2rem
}

.garant__man {
    position: absolute;
    width: 28rem;
    right: 1.6rem;
    bottom: 0
}

.garant__man img {
    max-width: none;
    width: 100%
}

.garant__block {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 67.5%
}

.garant__img {
    position: relative;
    height: 7rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 1rem
}

.serv-bot__right .kr-text{
    justify-content: flex-start;
    margin-left: 0;
    margin-right: auto;
}

.garant__item {
    padding: 2rem 2rem;
    padding-top: 2rem;
    padding-right: 3rem;
    padding-bottom: 1rem;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 1rem;
    min-height: 21.35rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 33.33%;
}

.garant__item:nth-child(1) .garant__img {
    width: 15rem
}

.garant__item:nth-child(1) .garant__text {
    padding-left: 1.6rem
}

.garant__item:nth-child(2) .garant__img {
    margin-left: 1.5rem
}

.garant__item:nth-child(2) .garant__text {
    padding-left: 1.6rem
}

.garant__item:nth-child(3) .garant__img {
    margin-left: 1.5rem
}

.garant__item:nth-child(3) .garant__text {
    padding-left: 1.6rem
}

.garant__item:hover {
    background-color: #ff002b;
    color: #fff
}

.garant__item:hover .garant__num {
    font-weight: 700
}

.garant__num {
    position: absolute;
    right: 2rem;
    top: 6rem
}

.st-name {
    position: absolute;
    bottom: 5rem;
    right: 3rem
}

.st-name .skew-text:nth-child(1) {
    position: absolute;
    top: -2.3rem;
    left: -2.8rem;
    z-index: 5;
    white-space: nowrap;
    padding: .9rem 1.25rem
}

.st-name .skew-text:nth-child(2) {
    background-color: #fff
}

.serv {
    padding-top: 2rem;
    padding-bottom: 4rem
}

.serv__bl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.serv-item {
    margin-left: .62%;
    margin-right: .62%;
    width: 48%;
    min-height: 31rem;
    padding: 2rem 3rem;
    margin-bottom: 1.5rem;
    -webkit-box-shadow: 0 0 59px rgba(20, 20, 20, .2);
    box-shadow: 0 0 59px rgba(20, 20, 20, .2);
    border-radius: 1rem
}

.serv-item__header {
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s
}

.serv-item__header:hover {
    color: #ff002b
}

.serv-item__top {
    margin-bottom: 1.5rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-right: 2rem
}

.starbox{
    display: flex;
    align-items: center;
    gap: 3px;
    margin: 5px 0 8px;
}
.starbox img{
    width: 12px;
}

.serv-item .st-bg img {
    border-radius: 1rem
}

/*.serv-item:nth-child(3n) {
    margin-right: 0;
    border-radius: 1rem 0 0 1rem
}

.serv-item:nth-child(3n) .st-bg img {
    border-radius: 1rem 0 0 1rem
}*/

.serv-item__cont {
    position: relative;
    z-index: 2;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.serv-item li a {
    color: #fff;
    padding: .4rem 0;
    display: inline-block;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
    letter-spacing: .06rem
}

.serv-item li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    border-bottom: 1px dashed #3a3a3a;
    height: 1px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.serv-item li a:hover {
    color: #ff002b
}

.serv-item li a:hover::before {
    border-color: #ff002b;
    width: 30%
}

.serv-item li.menu-item-has-children a {
    font-weight: 700
}

.serv-item li.menu-item-has-children li {
    padding-left: 1rem
}

.serv-item li.menu-item-has-children li a {
    font-weight: 300
}

.serv-item_alt {
    background-color: #ff002b
}

.serv-item_alt .serv-item__header:hover {
    color: #fff
}

.serv-item_alt .dotted {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.serv-item_alt .dotted svg {
    fill: #fff;
    -webkit-transition: all .3s;
    transition: all .3s
}

.serv-item_alt .dotted::before {
    border-bottom: 1px solid #fff !important
}

.serv-item_alt .dotted:hover {
    color: #282828
}

.serv-item_alt .dotted:hover svg {
    fill: #282828
}

.serv-item_alt .dotted:hover:before {
    border-color: #282828 !important
}

.serv-item_alt .dnld-cir {
    left: auto;
    top: auto;
    bottom: 6.5rem;
    right: 2.5rem;
    -webkit-transform: none;
    transform: none;
    -webkit-box-shadow: 0 0 65px rgba(255, 255, 255, .2);
    box-shadow: 0 0 65px rgba(255, 255, 255, .2)
}

.wh-span {
    background-color: #fff;
    padding: 0rem .8rem;
    border-radius: .3rem
}

.serv-bot {
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.serv-bot__green {
    background-color: #00a2f1;
    padding: .5rem 1rem;
    border-radius: 2rem;
    padding-right: 1.5rem;
    -webkit-transition: all .3s;
    transition: all .3s
}

.serv-bot__green:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.serv-bot__green-img {
    width: 1.5rem
}

.serv-bot__center {
    margin-top: 1rem;
    -ms-flex-item-align: center;
    align-self: center
}

.serv-bot .dotted:before {
    border-color: #00a2f2
}

.serv-bot .dotted:hover {
    color: #ff002b
}

.serv-bot .dotted:hover:before {
    border-color: #ff002b;
    width: 30%
}

.serv-bot__link-img {
    width: 2.5rem;
    margin-bottom: -.4rem;
    -webkit-transition: all .3s;
    transition: all .3s
}

.serv-bot__link-img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.serv-bot__link-img img {
    max-width: none;
    width: 100%
}

.st-link {
    margin-top: 1rem
}

.st-link .dotted {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.st-link .dotted::before {
    border-bottom: 1px dashed #ff002b !important
}

.st-link:hover .dotted {
    color: #282828
}

.st-link:hover .dotted:before {
    border-color: #282828 !important
}

.st-link:hover .st-link__arrow svg {
    fill: #282828
}

.st-link__arrow {
    width: 1rem;
    height: 1rem;
    margin-left: .3rem
}

.st-link__arrow svg {
    fill: #ff002b;
    -webkit-transition: all .3s;
    transition: all .3s;
    height: 100%;
    width: 100%
}

.serv-alt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal
}

.serv-alt__right {
    width: 32.3%
}

.serv-alt__item {
    width: 65.8%;
    min-height: 39rem
}

.serv-alt__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.serv-alt__list:first-child {
    width: 70%
}

.serv-alt__list:first-child ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.serv-alt__list:first-child ul li {
    width: 50%
}

.serv-alt__list:last-child {
    width: 28.5%
}

.serv-alt .serv-bot {
    width: 24rem
}

.serv-alt__right {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.serv-alt li a {
    padding: .5rem 0
}

.dotted::before {
    pointer-events: none
}

.cost-it {
    width: 100%;
    height: 43%;
    min-height: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 1rem 0 0 1rem
}

.cost-it .st-bg img {
    border-radius: 1rem 0 0 1rem
}

.cost-it__header {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: .5rem;
    display: inline-block
}

.cost-it .dotted {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.cost-it .dotted svg {
    fill: #ff002b
}

.cost-it .dotted:before {
    border-color: #ff002b
}

.cost-it .dotted:hover {
    color: #fff
}

.cost-it .dotted:hover:before {
    border-color: #fff;
    width: 30%
}

.cost-it .dotted:hover svg {
    fill: #fff
}

.cost-it__cont {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.price-it {
    width: 100%;
    height: auto;
    position: relative;
    padding-left: 3rem;
    padding-bottom: 1rem
}

.price-it__list {
    position: absolute;
    right: -6.2rem;
    bottom: 1rem;
    width: 14.5rem
}

.price-it__list .dnld-cir {
    bottom: auto;
    top: -1rem;
    left: 1rem;
    width: 4.5rem;
    height: 4.5rem
}

.price-it__list .dnld-cir__img {
    width: 3.7rem;
    height: 3.7rem
}

.price-it__list img {
    max-width: none;
    width: 100%
}

.price-it__inp-bl {
    margin-top: 1rem;
    width: 16rem
}

.price-it__inp-bl div.fancy-select {
    margin-bottom: .9rem
}

.price-it__gray {
    color: rgba(40, 39, 40, .5)
}

.price-it__btn {
    width: 100%
}

div.fancy-select {
    font-size: .75rem;
    color: #2f2f2f;
    font-weight: 500
}

div.fancy-select div.trigger {
    padding: 1.1rem 1rem;
    border: none;
    border-radius: 2rem;
    padding-left: 1.5rem;
    padding-right: 2rem;
    background-color: #f3f4f3;
    font-weight: 500;
    height: 3rem
}

div.fancy-select div.trigger::after {
    right: 1rem;
    border-right: .25rem solid transparent;
    border-left: .25rem solid transparent;
    border-bottom: .35rem solid #282728
}

div.fancy-select div.trigger.open {
    border-radius: 5px;
    background-color: #f6f6f6
}

div.fancy-select ul.options.open {
    background-color: #f6f6f6
}

div.fancy-select ul.options.open li {
    color: #282728;
    padding: .5rem 1rem;
    padding-left: 1.5rem;
    padding-right: 1rem;
    font-weight: 500
}

div.fancy-select ul.options li.selected {
    color: #ff002b
}

div.fancy-select ul.options li {
    padding: .5rem 2rem
}

.auto {
    padding-top: 1rem;
    padding-bottom: 4rem
}

.auto .scroll {
    top: 10%
}

.auto__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.auto__left-wrap {
    width: 40%;
    width: 100%;
    position: relative;
    -ms-flex-item-align: normal;
    align-self: normal
}

.auto-left {
    padding-top: 0rem;
    position: -webkit-sticky;
    position: sticky;
    top: 2rem;
    left: 0
}

.auto-left__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.5rem;
    width: 75%
}

.auto-left__menu-item {
    padding: .7rem 1rem;
    background-color: #f4f3f4;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #282828;
    border-radius: 1.5rem;
    margin-right: .5rem;
    margin-bottom: .5rem
}

.auto-left__menu-item:hover {
    background-color: #ff002b;
    color: #fff
}

.auto-left .st-link {
    margin-top: 2rem
}

.auto-right {
    width: 62%;
    width: 100%;
    padding-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.auto-right__item {
    margin-bottom: 2rem;
    -webkit-box-shadow: 0 0 54px rgba(20, 20, 20, .07);
    box-shadow: 0 0 54px rgba(20, 20, 20, .07);
    padding: 1.7rem 2.6rem;
    border-radius: 2rem;
    width: 100%;
    padding-bottom: 2.5rem;
    width: 48%;
}

.auto-right__option {
    padding: .8rem 1.6rem;
    background-color: #f4f3f4;
    border-radius: 1.5rem;
    display: inline-block
}

.auto-right__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    position: relative
}

.auto-right__wrap .st-bg img {
    border-radius: 1rem
}

.auto-right__gal {
    width: 49%;
    width: 100%;
    height: 25rem;
    position: relative
}

.auto-right__info {
    position: absolute;
    bottom: 0;
    right: 1.5rem;
    background-color: #ff002b;
    color: #fff;
    padding: .6rem 1.2rem;
    border-radius: 1.5rem;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%)
}

.auto-right__info:hover {
    background-color: #fff;
    color: #ff002b;
    -webkit-box-shadow: 0 0 21px rgba(20, 20, 20, .31);
    box-shadow: 0 0 21px rgba(20, 20, 20, .31)
}

.auto-right__info:hover svg {
    fill: #ff002b
}

.auto-right__info svg {
    fill: #fff
}

.auto-right__right {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.st-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 2;
    position: absolute;
    top: .7rem;
    left: .95rem
}

.st-option__item {
    padding: .6rem 1.2rem;
    background-color: #fff;
    -webkit-box-shadow: 0 0 21px rgba(20, 20, 20, .31);
    box-shadow: 0 0 21px rgba(20, 20, 20, .31);
    border-radius: 1.5rem;
    margin-right: .5rem;
    margin-bottom: .5rem
}

.feat {
    padding: 4rem 0;
    padding-top: 2rem;
    padding-bottom: 2rem
}

.feat-bl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal
}

.feat-bl__item {
    width: 19%;
    padding: 1.4rem 1.6rem;
    border-radius: 1rem;
    background-color: #f4f3f4
}

.feat-bl__item:first-child .feat-bl__img {
    right: .5rem;
    width: 5.5rem
}

.feat-bl__img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 5rem
}

.st-shadow {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    -webkit-transition: all .3s;
    transition: all .3s
}

.feat-slider {
    width: 53.55%;
    z-index: 2
}

.feat-slider__item {
    height: 30rem;
    cursor: pointer
}

.feat-slider__item .st-shadow {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(40, 39, 40, .75)), color-stop(52%, rgba(40, 39, 40, 0)), to(rgba(40, 39, 40, 0))), -webkit-gradient(linear, left bottom, left top, from(rgba(40, 39, 40, 0)), color-stop(48%, rgba(40, 39, 40, 0)), to(rgba(40, 39, 40, .75))), -webkit-gradient(linear, right top, left top, from(rgba(40, 39, 40, 0)), color-stop(64%, rgba(40, 39, 40, 0)), to(rgba(40, 39, 40, .75)));
    background-image: linear-gradient(to left, rgba(40, 39, 40, .75) 0%, rgba(40, 39, 40, 0) 52%, rgba(40, 39, 40, 0) 100%), linear-gradient(to top, rgba(40, 39, 40, 0) 0%, rgba(40, 39, 40, 0) 48%, rgba(40, 39, 40, .75) 100%), linear-gradient(to left, rgba(40, 39, 40, 0) 0%, rgba(40, 39, 40, 0) 64%, rgba(40, 39, 40, .75) 100%);
    border-radius: 1rem
}

.feat-slider__item .st-bg img {
    border-radius: 1rem
}

.st-dots .slick-dots {
    bottom: 1.5rem
}

.st-dots .slick-dots li {
    width: auto;
    height: auto;
    padding: 0
}

.st-dots .slick-dots li.slick-active button {
    background-color: #ff002b
}

.st-dots .slick-dots li button {
    width: .5rem;
    height: .5rem;
    padding: 0;
    border-radius: 100%;
    background-color: #fff
}

.st-dots .slick-dots li button:before {
    display: none
}

.st-info {
    position: absolute;
    top: 2rem;
    left: 0;
    width: 100%;
    padding: 0 8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    z-index: 5
}

.st-info__item {
    margin-bottom: 1rem;
    margin-right: .7rem
}

.st-info__img {
    width: 2.4rem;
    height: 2.4rem;
    padding: .5rem;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 18px 2px rgba(255, 0, 43, .2);
    box-shadow: 0 0 18px 2px rgba(255, 0, 43, .2);
    background-color: #ff002b;
    margin-bottom: .5rem;
    -webkit-animation: pulse2 2s infinite;
    animation: pulse2 2s infinite
}

.ab-arr.slidePrev {
    left: 1rem
}

.ab-arr.slideNext {
    right: 1rem
}

.st-play {
    width: 9.5rem;
    height: 9.5rem;
    position: relative;
    border-radius: 100%;
    -webkit-transition: all .3s;
    transition: all .3s
}

.st-play:hover {
    -webkit-transform: scale(1.025);
    transform: scale(1.025)
}

.st-play.abs-center:hover {
    -webkit-transform: translate(-50%, -50%) scale(1.025);
    transform: translate(-50%, -50%) scale(1.025)
}

.st-play__img {
    width: 1.5rem;
    position: relative;
    z-index: 5
}

.st-play__img img {
    -webkit-filter: drop-shadow(0 0 18px 2px rgba(255, 0, 43, .2));
    filter: drop-shadow(0 0 18px 2px rgba(255, 0, 43, .2))
}

.st-play .st-bg img {
    border-radius: 100%
}

.st-play__fl {
    position: absolute;
    top: 50%;
    left: 46%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 11.5rem;
    height: 11.5rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.st-play_v2 {
    width: 3.5rem;
    height: 3.5rem;
    position: absolute;
    background-color: #ff002b
}

.st-play_v2 .st-bg {
    display: none
}

.st-play_v2 .st-play__img {
    width: .7rem
}

.st-play_v2 .st-play__fl {
    width: 5rem;
    height: 5rem
}

.feat-bot__right {
    width: 40%;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.feat-bot__bl {
    margin-top: 4rem
}

.feat-bot__t {
    position: relative;
    margin-top: 1rem;
    margin-left: -1rem
}

.feat-bot__arr {
    position: absolute;
    top: -2.6rem;
    right: -1rem;
    width: 6rem
}

.feat-bot__arr img {
    max-width: none;
    width: 100%
}

.feat-bot__right-wrap {
    width: 59%
}

.sl-arr {
    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
}

.sl-arr__img {
    width: 2rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: transparent;
    padding: 0;
    border: none;
    height: auto;
    cursor: pointer
}

.sl-arr__img:first-child {
    margin-right: 1.2rem
}

.sl-arr__img img {
    max-width: none;
    width: 100%
}

.exp {
    padding: 4rem 0;
    padding-top: 2rem
}

.exp__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.exp__left {
    width: 35%
}

.exp .sl-arr {
    margin-top: 4rem
}

.slider-dots__item {
    width: .6rem;
    height: .6rem;
    border-radius: 100%;
    background-color: #efeeef;
    margin-right: .5rem;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer
}

.slider-dots__item:hover {
    background-color: #ff002b
}

.slider-dots__item:last-child {
    margin-right: 0
}

.slider-dots__item.active {
    background-color: #ff002b
}

.sl-arr_dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 12.7rem
}

.sl-arr_dots .sl-arr__img {
    margin-right: 0
}

.exp-slider {
    width: 58.5%;
    margin-top: 1rem
}

.exp-slider__item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-left: 1rem;
    margin-right: 1rem
}

.exp-slider__img {
    width: 100%;
    height: 15rem;
    margin-bottom: 1rem;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.exp-slider__img img {
    max-width: none;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.exp-slider__info {
    border-radius: 1.5rem;
    background-color: #282728;
    padding: .4rem .9rem;
    display: inline-block;
    margin-top: .5rem
}

.work {
    padding: 4rem 0;
    padding-top: 2rem
}

.work__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.work__left {
    width: 30%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.work__right {
    width: 60%
}

.work__fl {
    position: absolute;
    right: -5rem;
    bottom: 0;
    width: 11.2rem
}

.work__fl img {
    max-width: none;
    width: 100%
}

.work__play-ph {
    width: 12.1rem
}

.work__play-ph img {
    max-width: none;
    width: 100%
}

.work-slider {
    margin-left: 0%;
    width: 85%;
    margin-top: 3rem
}

.work-slider__item {
    cursor: pointer;
    margin-left: .7rem;
    margin-right: .7rem
}

.work-slider__img {
    height: 15rem;
    width: 100%;
    cursor: pointer;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.work-slider__img img {
    max-width: none;
    width: 100%
}

.know-slider {
    width: 13.6rem;
    margin: 0;
    z-index: 10;
    position: relative;
    left: 2rem;
    top: 0
}

.know-slider .slick-dots {
    bottom: -3rem
}

.know-slider .slick-dots li button {
    background-color: #eeedee
}

.know-slider__wrap {
    width: 12rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    right: 0;
    left: 0
}

.know-slider__item {
    position: relative;
    z-index: 20;
    height: 23rem;
    border-radius: 1rem;
    margin: 0 1rem
}

.know-slider__img {
    position: absolute;
    z-index: 33;
    top: 0rem;
    left: 2rem;
    width: 12rem !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.know-slider__img .slidePrev {
    left: -2.5rem
}

.know-slider__img .slidePrev img {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.know-slider__img .slideNext {
    right: -2.5rem
}

.know-slider__img .slideNext img {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.know-slider__img .arrows {
    width: 2.5rem;
    height: 2.5rem
}

.know-phone {
    width: 100%
}

.def {
    padding: 2rem 0
}

.def__cont {
    padding: 5rem 5.5rem
}

.def__img {
    position: absolute;
    right: 23rem;
    bottom: 0;
    width: 26.5rem;
    pointer-events: none
}

.def__img img {
    max-width: none;
    width: 100%
}

.def__arr {
    position: absolute;
    bottom: 6rem;
    left: 5rem;
    width: 17rem;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    pointer-events: none
}

.def__arr img {
    max-width: none;
    width: 100%
}

.red-span {
    padding-left: .8rem;
    padding-right: .8rem;
    border-radius: .5rem;
    background-color: #ff002b;
    display: inline-block
}

.real-time {
    padding: 4rem 0
}

.real-time__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.real-time__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    width: 56.8%
}

.real-time__item {
    min-height: 18.2rem;
    border-radius: 1rem;
    background-color: #aeaeae;
    position: relative;
    width: 48.5%;
    margin-bottom: 1.3rem
}

.real-time__item .st-info__item {
    position: absolute;
    top: 1.7rem;
    right: 2rem;
    margin-right: 0;
    width: 2.6rem;
    height: 2.6rem;
    z-index: 2;
    padding: .55rem;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 18px 2px rgba(255, 0, 43, .2);
    box-shadow: 0 0 18px 2px rgba(255, 0, 43, .2);
    background-color: #ff002b;
    -webkit-animation: pulse2 2s infinite;
    animation: pulse2 2s infinite
}

.real-time__right {
    width: 37%;
    padding-top: 3rem
}

.real-time__right ul li {
    position: relative;
    padding: .5rem 0;
    padding-left: 1.5rem
}

.real-time__right ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: .2rem;
    height: .2rem;
    border-radius: 100%;
    border: .2rem solid #ff002b;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.top {
    padding: 6rem 0;
    padding-top: 2rem;
    position: relative
}

.top__img {
    position: absolute;
    right: 2rem;
    top: -8.5rem;
    width: 45rem
}

.top__img img {
    max-width: none;
    width: 100%
}

.top__fl-text {
    position: absolute;
    bottom: 5rem;
    left: 5.5rem;
    white-space: nowrap
}

.top__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.top__left {
    width: 55%
}

.rating__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: .4rem;
    margin-bottom: 0rem
}

.rating__stars svg {
    width: .55rem;
    margin-right: .5rem
}

.section-wrap .mof {
    margin-top: -2rem
}

.mof__cont {
    min-height: 60.8rem;
    position: relative;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 4.4rem;
    padding-top: 4rem
}

.discount__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal
}

.discount__item {
    width: 49%;
    border-radius: 1rem;
    min-height: 23.5rem;
    -webkit-box-shadow: 0 1px 51px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 51px rgba(0, 0, 0, .15);
    background-image: linear-gradient(-237deg, #141414 0%, #1c1c1c 24%, #333333 98%, #333333 100%);
    padding: 2.5rem 4rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.discount__item:last-child {
    border-radius: 1rem 0 0 1rem;
    background-image: linear-gradient(-237deg, #333333 0%, #333333 2%, #1c1c1c 76%, #141414 100%)
}

.discount__item:last-child .discount__fl {
    width: 21.2rem
}

.discount__fl {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 23rem
}

.discount__fl img {
    max-width: none;
    width: 100%
}

.discount__img {
    width: 17.5rem
}

.discount__img img {
    max-width: none;
    width: 100%
}

.discount__bl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 90%
}

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

.discount__it:last-child .discount__it-img {
    width: 9rem;
    position: relative;
    top: 1rem;
    left: 2rem
}

.discount__it:last-child .discount__it-img img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.discount__it:nth-child(2) .discount__it-img {
    width: 7rem
}

.discount__it-img {
    width: 9.5rem;
    min-height: 4rem;
    margin-bottom: .5rem
}

.discount__it-img img {
    max-width: none;
    width: 100%
}

.usefull {
    padding-top: 2rem
}

.usefull__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.usefull__left {
    width: 53%;
    padding-top: 2rem
}

.usefull__left .usefull__btn {
    width: 16rem
}

.usefull__item {
    margin-bottom: 1rem;
    padding: 2rem;
    border-radius: 1rem;
    -webkit-box-shadow: 0 0 54px rgba(20, 20, 20, .07);
    box-shadow: 0 0 54px rgba(20, 20, 20, .07);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    color: #282828
}

.usefull__item:hover {
    color: #ff002b
}

.usefull__item:hover .dotted {
    color: #282828
}

.usefull__item:hover .dotted svg {
    fill: #282828
}

.usefull__item:hover .dotted::before {
    border-color: #282828 !important;
    width: 30%
}

.usefull__prev {
    width: 54.4%;
    min-height: 15.4rem;
    border-radius: 1rem
}

.usefull__prev .st-option {
    top: 1.7rem;
    left: 2.1rem
}

.usefull__prev .st-bg img {
    border-radius: 1rem
}

.usefull__it-right {
    width: 41%;
    padding-top: 1.3rem
}

.usefull__arr {
    position: absolute;
    right: -1rem;
    bottom: 1rem;
    -webkit-transform: translate(100%, 0%);
    transform: translate(100%, 0%);
    width: 11rem;
    pointer-events: none
}

.usefull__arr img {
    max-width: none;
    width: 100%
}

.usefull__right {
    width: 42%;
    padding-top: .5rem
}

.usefull__right .usefull__arr {
    width: 4rem;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0)
}

.usefull__right .usefull__btn {
    width: 18rem
}

.usefull__ph {
    width: 18rem;
    -ms-flex-item-align: center;
    align-self: center;
    margin-top: 2rem
}

.usefull__ph img {
    max-width: none;
    width: 100%
}

.usefull__fl {
    position: absolute;
    right: 0;
    bottom: -2rem;
    z-index: -1;
    width: 42rem
}

.usefull__fl img {
    max-width: none;
    width: 100%
}

.usefull__bot {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-item-align: center;
    align-self: center
}

.st-date {
    position: absolute;
    top: 2.2rem;
    right: 2.6rem;
    white-space: nowrap;
    z-index: 2
}

.file-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    border-radius: 3rem;
    background-color: #fff
}

.file-text {
    padding: 1.2rem 1rem;
    padding-left: 2.2rem
}

.file-link {
    border-radius: 0 3rem 3rem 0;
    background-color: transparent;
    padding: .8rem 1rem;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border-left: 1px solid #f5f5f7
}

.file-link__img {
    width: .8rem
}

.file-link__img svg {
    width: 100%;
    height: 100%
}

.file-link:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.input-hidden {
    display: none
}

.offer {
    padding-top: 2rem
}

.offer .scroll {
    top: 19rem
}

.offer .scroll__line {
    margin-top: 3.7rem
}

.offer__bl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.offer__cont {
    padding: 5rem 5.5rem;
    padding-top: 4.5rem
}

.offer__wrap {
    width: 100%
}

.smalltext{
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
}

.offer-formswpec{
    display: flex;
    align-items: center;
}

.offer-formswpec .btn{
    margin-left: 15px;
}

.offer__item {
    margin-bottom: 3rem;
    margin-right: 4rem;
    margin-top: 1.9rem;
    padding-top: 1rem;
/*    width: 14%*/
}

.offer__blslider{
    padding-left: 4rem;
    padding-right: 4rem;
}
.offer__blslider .slick-list{
    margin: 0 -1rem;
}
.offer__blslider .slick-slide{
    margin: 0 1rem;
}

.offer__blslider .slick-next,
.offer__blslider .slick-prev{
    background-color: #ff002b;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    position: absolute;
    border: 0;
    
    top: 50%;
    transform: translateY(-80%);
    z-index: 2;
    text-indent: 9999px;
}
.offer__blslider .slick-prev{
    left: 0;
    background-image: url(../../../../img/prev.svg);
    background-position: center center;
    background-size: 50% 50%;
    background-repeat: no-repeat;
}
.offer__blslider .slick-next{
    right: 0;
    background-image: url(../../../../img/next.svg);
    background-position: center center;
    background-size: 50% 50%;
    background-repeat: no-repeat;
}

/*.offer__item:nth-child(1){
    width: 30%;
}
.offer__item:nth-child(2){
    width: 40%;
}*/
.offer__item p{
    font-size: 13px;
    line-height: 1.4;
}

.offer__img {
    width: 8rem;
    margin-left: 1rem
}

.offer__img img {
    max-width: none;
    width: 100%
}

.offer__num {
    position: absolute;
    left: 0;
    top: -1rem;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%)
}

.offer__man {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 32rem
}

.offer__man img {
    max-width: none;
    width: 100%
}

.offer__man .st-name {
    right: 2.5rem;
    bottom: 7rem
}

.offer-form {
    margin-top: 1rem;
    width: 48.4rem
}

.offer-form__bl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 1.3rem
}

.offer-form__inp-bl {
    width: 31%
}

.offer-form__inp-bl:nth-child(1) {
    width: 38%
}

.offer-form__inp-bl:nth-child(1) .file-wrap {
    margin-bottom: 1rem
}

.offer-form__inp-bl:nth-child(2) {
    width: 26.8%
}

.offer-form__inp-bl:nth-child(3) {
    width: 29.5%
}

.offer-form__inp-bl .input {
    width: 100%;
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
    background-color: #fff
}

.offer-form__inp-bl .btn {
    width: 100%;
    padding-top: 1.3rem;
    padding-bottom: 1.3rem
}

.price {
    padding-top: 1rem;
    padding-bottom: 3rem
}

.price__smile {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #f5f5f7;
    border-radius: 2rem;
    padding: .8rem 1.3rem
}

.price__smile-img {
    width: 1.5rem
}

.price__h {
    margin-top: 2rem;
    margin-bottom: 3rem
}

.price__h-img {
    width: 1.5rem;
    margin-right: 1rem
}

.price__item:first-child {
    margin-right: 4rem
}

.price__item:first-child .price__arr {
    bottom: -.5rem
}

.price__arr {
    position: absolute;
    right: -3rem;
    bottom: -.4rem;
    width: 6rem;
    -webkit-transform: translate(0, 80%);
    transform: translate(0, 80%)
}

.price__arr img {
    max-width: none;
    width: 100%
}

.price__hot {
    background-color: #f5f5f7;
    border-radius: .5rem;
    padding: 1.2rem 2.2rem;
    color: #282828
}

.price__img {
    padding: 1rem;
    -webkit-box-shadow: 0 0 29px rgba(0, 0, 0, .1);
    box-shadow: 0 0 29px rgba(0, 0, 0, .1);
    border-radius: 1rem;
    background-color: #fff;
    width: 18rem
}

.price__img img {
    max-width: none;
    width: 100%
}

.price__t {
    margin-right: 1rem
}

.navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3rem
}

.navigation__item {
    display: block;
    width: .3rem;
    height: .3rem;
    border-radius: 100%;
    background-color: #ff002b;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: .8rem;
    margin-right: .8rem
}

.navigation a {
    color: #fff
}

.navigation a:hover {
    color: #ff002b
}

.main_abort {
    padding-bottom: 4rem
}

.main_abort .main__cont {
    color: #fff;
    padding-left: 7.8rem
}

.main_abort .line-text__line {
    border: 1px solid #fff
}

.main_abort .st-link {
    letter-spacing: .2rem
}

.main_abort .st-link .dotted:hover {
    color: #fff
}

.main_abort .st-link .dotted:hover svg {
    fill: #fff
}

.main_abort .st-link .dotted:hover::before {
    border-color: #fff !important
}

.main_abort .main__wrap {
    position: static;
    padding-left: 0rem
}

.abort__btn {
    position: relative;
    padding-right: 4rem;
    padding-left: 2.5rem;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    width: 18.3rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: .65rem
}

.abort__btn-img {
    position: absolute;
    width: 7rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0rem
}

.abort__btn-img img {
    max-width: none;
    width: 100%
}

.abort-img {
    position: absolute;
    right: 0rem;
    bottom: 8.5rem;
    width: 47rem
}

.abort-img img {
    max-width: none;
    width: 100%
}

.main_thank .main__cont {
    padding-bottom: 10rem;
    padding-top: 3rem;
    padding-left: 7.8rem
}

.main_thank .navigation {
    margin-bottom: 7rem
}

.thank__man {
    right: 7rem
}

.vid {
    padding: 4rem 0;
    padding-top: 3.5rem;
    padding-bottom: 2.5rem
}

.st-vid {
    width: 100%;
    height: 41.7rem;
    display: block
}

.st-vid .st-bg img {
    border-radius: 1.5rem
}

.st-vid .st-play {
    width: 7rem;
    height: 7rem
}

.st-vid .st-play__img {
    width: 1.5rem
}

.st-vid .st-play__fl {
    width: 9rem;
    height: 9rem
}

.subs {
    padding: 6rem 0;
    padding-top: 2rem
}

.subs .usefull__arr {
    width: 4rem
}

.subs .usefull__ph {
    width: 17rem
}

.subs .usefull__btn {
    width: 18rem
}

.main_contacts .navigation {
    margin-bottom: 4rem;
    color: #282828
}

.main_contacts .main__cont {
    padding-top: 3rem;
    padding-left: 0;
    padding-right: 0
}

.main_contacts .main__wrap {
    width: 100%
}

.main_contacts .scroll {
    -webkit-transform: none;
    transform: none;
    top: 38rem
}

.main__contacts-wrap {
    width: 80%
}

.main__contacts-wrap .f-soc-bl {
    margin-top: .5rem
}

.main__contacts-wrap .f-soc-bl__item {
    width: 2.2rem;
    height: 2.2rem
}

.contacts {
    padding-bottom: 5rem
}

.contacts__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: 0;
    padding-left: 11rem
}

.contacts__left {
    width: 21%;
    margin-top: 1.5rem
}

.contacts__left .kr-text__text {
    font-size: .56rem
}

.contacts__center {
    width: 26%
}

.contacts__right {
    width: 43.5%
}

.contacts-form {
    -webkit-box-shadow: 0 0 59px rgba(20, 20, 20, .2);
    box-shadow: 0 0 59px rgba(20, 20, 20, .2);
    background-image: linear-gradient(-237deg, #141414 0%, #1c1c1c 24%, #333333 98%, #333333 100%);
    padding: 2rem 3.5rem;
    border-radius: 1rem
}

.contacts-form .btn {
    width: 100%
}

.contacts-form .textarea {
    min-height: 5.5rem;
    border-radius: 1rem
}

.contacts-gal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contacts-gal .st-option {
    top: 1.5rem;
    left: 2rem
}

.contacts-gal__item {
    height: 7rem;
    width: 23%;
    position: relative
}

.contacts-gal__item .st-bg img {
    border-radius: .7rem
}

.contacts-gal__item:first-child {
    height: 27.2rem;
    width: 100%;
    margin-bottom: 1.5rem
}

.contacts-gal__item:first-child .st-bg img {
    border-radius: 1rem 0 0 1rem
}

.contacts-gal__item:last-child .st-bg img {
    border-radius: 1rem 0 0 1rem
}

.contacts-link__img {
    width: 2.5rem;
    height: 2.5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.contacts-adr {
    margin-left: 1rem
}

.contacts-adr__item {
    margin-bottom: 1.3rem
}

.contacts-adr__img {
    width: 1.4rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: .8rem
}

.contacts-adr__img img {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.contacts-adr__text {
    line-height: 1
}

.contacts-adr .st-link {
    margin-left: 2.3rem;
    margin-top: 0rem
}

.contacts-adr .st-link .dotted::before {
    border-bottom: 1px solid #ed1c24
}

.c-map {
    padding-bottom: 1rem
}

.c-map__cont {
    position: relative;
    height: 39rem;
    border-radius: 1.5rem 0 0 1.5rem;
    background-color: #aeaeae
}

.c-map__cont iframe {
    border-radius: 1.5rem 0 0 1.5rem
}

.c-map__fl {
    position: absolute;
    right: 5.2rem;
    top: 7.5rem;
    -webkit-box-shadow: 0 1px 54px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 54px rgba(0, 0, 0, .1);
    border-radius: 1.5rem;
    background-color: rgba(255, 255, 255, .77);
    width: 35.2rem;
    height: 24rem
}

.c-map__text {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 3.4rem;
    white-space: nowrap
}

.c-map__text .dotted {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-map .st-play {
    width: 5rem;
    height: 5rem
}

.c-map .st-play__fl {
    width: 6rem;
    height: 6rem
}

.c-map .st-play__img {
    width: 1rem
}

.news-option__item {
    margin-right: 1.2rem;
    padding: .65rem 1.8rem
}

.news-option__item_date {
    background-color: transparent;
    border: 1px solid #fff
}

.main__news-img {
    width: 1.2rem;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.main__news-img img {
    max-width: none;
    width: 100%
}

.main_news-page .main__cont {
    padding-bottom: 7rem;
    padding-top: 3rem
}

.main_news-page .navigation {
    margin-bottom: 6rem
}

.st-link_prev {
    margin-top: 2rem
}

.st-link_prev .dotted {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.st-link_prev .st-link__arrow {
    margin-left: 0;
    margin-right: .4rem
}

.st-link_prev .st-link__arrow svg {
    position: relative;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.main_page .main__cont {
    padding-top: 2.7rem;
    padding-bottom: 4rem;
    padding-left: 7.7rem
}

.main_page .navigation {
    color: #282828
}

.news {
    padding: 2rem 0
}

.news__t {
    white-space: nowrap;
    margin-right: 1rem
}

.news__top {
    margin-bottom: 2rem
}

.news .st-link {
    margin-top: 2rem
}

.news .st-link .dotted {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.news__wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ntab {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ntab li a {
    background-color: #f4f3f4;
    border-radius: 3rem;
    padding: .7rem 2rem;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #282828;
    cursor: pointer
}

.ntab li a:hover {
    background-color: #ff002b;
    color: #fff
}

.ntab li.current-menu-item a {
    background-color: #ff002b;
    color: #fff
}

.yellow-fever:hover {
    color: #fff !important
}

.yellow-fever:hover::before {
    border-color: #fff !important
}

.yellow-fever::before {
    top: 103%;
    bottom: auto;
    border-color: rgba(253, 200, 65, .75)
}

.news-item {
    margin-bottom: 2.5rem;
    margin-left: .743%;
    margin-right: .743%;
    width: 23.7%;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #282828
}

.news-item:hover {
    color: #ff002b
}

.news-item:hover .dotted {
    color: #282828
}

.news-item:hover .dotted svg {
    fill: #282828
}

.news-item:hover .dotted::before {
    border-color: #282828 !important;
    width: 30%
}

.news-item:nth-child(4n) {
    margin-right: 0
}

.news-item:nth-child(4n) .news-item__img {
    border-radius: 1.3rem 0 0 1.3rem
}

.news-item:nth-child(4n) .st-bg img {
    border-radius: 1.3rem 0 0 1.3rem
}

.news-item__img {
    width: 100%;
    height: 22.2rem;
    border-radius: 1.3rem;
    margin-bottom: 2rem
}

.news-item__img .st-bg img {
    border-radius: 1.3rem
}

.news-item__header {
    width: 100%;
    margin-bottom: 2rem
}

.news-item__bot {
    width: 100%;
    padding-right: 1rem
}

.main_about .navigation {
    margin-bottom: 2rem
}

.main_about .main__cont {
    padding-bottom: 7rem
}

.main__about-wrap {
    padding-left: 34rem
}

.ab-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%
}

.ab-wrap__left {
    width: 25%
}

.ab-wrap__right {
    width: 75%
}

.ab-wrap .st-play {
    position: relative;
    width: 5.4rem;
    height: 5.4rem;
    margin-left: .7rem
}

.ab-wrap .st-play__img {
    width: 1rem
}

.ab-wrap .st-play__fl {
    width: 6.4rem;
    height: 6.4rem
}

.ab-wrap__ar {
    position: absolute;
    left: -.8rem;
    top: -2.1rem;
    width: 4rem;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    pointer-events: none
}

.ab-wrap__ar img {
    max-width: none;
    width: 100%;
    pointer-events: none
}

.gal {
    padding-top: 5rem
}

.gal__bl {
    width: 100%;
    margin-top: 3.4rem
}

.gal .scroll {
    -webkit-transform: none;
    transform: none;
    top: 25rem
}

.gal-slider {
    width: 100%
}

.gal-slider.st-dots .slick-dots {
    bottom: 2rem
}

.gal-slider__item {
    height: 36.3rem;
    position: relative;
    cursor: pointer
}

.gal-slider__item .st-shadow {
    -webkit-box-shadow: 0 1px 54px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 54px rgba(0, 0, 0, .1);
    border-radius: 1.5rem;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(40, 39, 40, .75)), color-stop(52%, rgba(40, 39, 40, 0)), to(rgba(40, 39, 40, 0))), -webkit-gradient(linear, left bottom, left top, from(rgba(40, 39, 40, .75)), color-stop(52%, rgba(40, 39, 40, 0)), to(rgba(40, 39, 40, 0))), -webkit-gradient(linear, right top, left top, from(rgba(40, 39, 40, 0)), color-stop(64%, rgba(40, 39, 40, 0)), to(rgba(40, 39, 40, .75)));
    background-image: linear-gradient(to left, rgba(40, 39, 40, .75) 0%, rgba(40, 39, 40, 0) 52%, rgba(40, 39, 40, 0) 100%), linear-gradient(to top, rgba(40, 39, 40, .75) 0%, rgba(40, 39, 40, 0) 52%, rgba(40, 39, 40, 0) 100%), linear-gradient(to left, rgba(40, 39, 40, 0) 0%, rgba(40, 39, 40, 0) 64%, rgba(40, 39, 40, .75) 100%)
}

.gal-slider__item .st-bg img {
    border-radius: 1.5rem
}

.gal-slider-prev {
    width: 100%;
    margin-top: 1.7rem
}

.gal-slider-prev__item {
    position: relative;
    height: 10rem;
    margin-left: .5rem;
    margin-right: .5rem;
    cursor: pointer
}

.gal-slider-prev__item .st-shadow {
    border-radius: 1rem;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(40, 39, 40, .75)), color-stop(52%, rgba(40, 39, 40, 0)), to(rgba(40, 39, 40, 0))), -webkit-gradient(linear, left bottom, left top, from(rgba(40, 39, 40, .75)), color-stop(52%, rgba(40, 39, 40, 0)), to(rgba(40, 39, 40, 0))), -webkit-gradient(linear, right top, left top, from(rgba(40, 39, 40, 0)), color-stop(64%, rgba(40, 39, 40, 0)), to(rgba(40, 39, 40, .75)));
    background-image: linear-gradient(to left, rgba(40, 39, 40, .75) 0%, rgba(40, 39, 40, 0) 52%, rgba(40, 39, 40, 0) 100%), linear-gradient(to top, rgba(40, 39, 40, .75) 0%, rgba(40, 39, 40, 0) 52%, rgba(40, 39, 40, 0) 100%), linear-gradient(to left, rgba(40, 39, 40, 0) 0%, rgba(40, 39, 40, 0) 64%, rgba(40, 39, 40, .75) 100%)
}

.gal-slider-prev__item .st-bg img {
    border-radius: 1rem
}

.c-map_ab {
    padding-top: 2.3rem;
    padding-bottom: 4rem
}

.c-map_ab .c-map__fl {
    right: auto;
    left: 5.8rem;
    top: 6rem;
    width: auto;
    padding: 2.2rem 2rem;
    height: auto
}

.c-map_ab .contacts-adr__item {
    margin-bottom: 2rem
}

.c-map_ab .contacts-adr__item:last-child {
    margin-bottom: 0
}

.c-map_ab__header {
    margin-bottom: 2rem
}

.obor {
    padding-bottom: 2rem
}

.obor__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.obor__item {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 31.7%;
    margin-left: .98%;
    margin-right: .98%;
    border-radius: 1rem;
    padding: 2.5rem;
    min-height: 31rem;
    margin-bottom: 1.5rem
}

.obor__item:nth-child(3n) {
    margin-right: 0
}

.obor__item:nth-child(3n) .st-bg img {
    border-radius: 1rem 0 0 1rem
}

.obor__item:nth-child(3n) .st-shadow {
    border-radius: 1rem 0 0 1rem
}

.obor__item .st-bg img {
    border-radius: 1rem
}

.obor__item .st-shadow {
    -webkit-box-shadow: 0 1px 54px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 54px rgba(0, 0, 0, .1);
    border-radius: 1rem
}

.obor__cir {
    position: absolute;
    right: .7rem;
    border: .3rem solid #ff002b;
    border-radius: 100%;
    width: 1rem;
    height: 1rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.obor__text {
    width: 100%;
    position: relative
}

.obor__header {
    width: 100%;
    position: relative
}

.sert {
    padding-top: 2rem
}

.sert__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.sert__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 1rem 1rem;
    background-color: #fefefe;
    -webkit-box-shadow: 0 1px 54px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 54px rgba(0, 0, 0, .1);
    width: 14.5%;
    margin-left: 1.08%;
    margin-right: 1.08%;
    border-radius: .7rem;
    margin-bottom: 2rem
}

.sert__item img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: .7rem
}

.com {
    padding-top: 2rem;
    min-height: 68rem
}

.rab {
    padding-bottom: 2rem
}

.rab__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.rab__item {
    width: 15.8%;
    margin-left: 2.1%;
    margin-right: 2.1%;
    margin-bottom: 2rem
}

.mat {
    padding-bottom: 2rem
}

.mat__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.mat-item {
    margin-bottom: 1.5rem;
    padding: 2rem;
    padding-left: 3.7rem;
    width: 49%;
    min-height: 23rem
}

.mat-item:nth-child(odd) {
    -webkit-box-shadow: 0 1px 51px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 51px rgba(0, 0, 0, .15);
    border-radius: 1.5rem;
    background-image: linear-gradient(-237deg, #141414 0%, #1c1c1c 24%, #333333 98%, #333333 100%)
}

.mat-item:nth-child(even) {
    -webkit-box-shadow: 0 1px 51px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 51px rgba(0, 0, 0, .15);
    border-radius: 1.5rem 0 0 1.5rem;
    background-image: linear-gradient(-237deg, #333333 0%, #333333 2%, #1c1c1c 76%, #141414 100%)
}

.mat-item__text {
    width: 73%
}

.mat-item__img {
    width: 23rem;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.mat-item__img img {
    max-width: none;
    width: 100%
}

.mat-item__fl {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 11rem
}

.mat-item__fl img {
    max-width: none;
    width: 100%
}

.real-time_ab .real-time__cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.real-time_ab .real-time__left {
    width: 100%
}

.real-time_ab .real-time__item {
    height: 28rem;
    margin-bottom: 2.2rem
}

.real-time_ab .real-time__right {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0;
    text-align: center
}

.real-time_ab .real-time__right ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 53rem;
    margin-right: -2rem
}

.real-time_ab .real-time__right ul li {
    text-align: left;
    width: 48%
}

.bmest {
    padding-top: 6rem;
    padding-bottom: 6rem
}

.bmest__img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 43rem;
    z-index: -1
}

.bmest__img img {
    max-width: none;
    width: 100%
}

.bmest__num {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(50%, -100%);
    transform: translate(50%, -100%)
}

.bmest .dotted {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.rating__stars {
    position: relative
}

.sotr .scroll {
    top: 20rem;
    -webkit-transform: none;
    transform: none
}

.sotr__cont {
    padding-top: 4.5rem;
    padding-left: 5.9rem;
    padding-bottom: 4rem
}

.sotr__bl {
    z-index: 2;
    position: relative
}

.sotr .st-name {
    right: auto;
    left: -3rem;
    bottom: 4rem
}

.sotr-form {
    width: 40.5rem
}

.sotr-form__inp-bl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sotr-form__inp-bl .input {
    width: 32%;
    margin-bottom: 1rem
}

.sotr-form__inp-bl .textarea {
    width: 100%;
    height: 10rem;
    border-radius: 1.5rem;
    margin-bottom: 1rem
}

.sotr-form__bot {
    width: 100%
}

.sotr-form__bot .btn {
    width: 12rem
}

.news_port .auto-right__info {
    bottom: auto;
    -webkit-transform: none;
    transform: none;
    top: 1rem;
    right: 1rem;
    color: #fff;
    z-index: 2
}

.news_port .st-option {
    top: 1rem
}

.news_port .st-shadow {
    border-radius: 1.3rem;
    background-color: rgba(40, 39, 40, .15);
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(40, 39, 40, .9)), color-stop(24%, rgba(40, 39, 40, .9)), color-stop(56%, rgba(40, 39, 40, 0)), to(rgba(40, 39, 40, 0)));
    background-image: linear-gradient(to top, rgba(40, 39, 40, .9) 0%, rgba(40, 39, 40, .9) 24%, rgba(40, 39, 40, 0) 56%, rgba(40, 39, 40, 0) 100%)
}

.news_port .news-item__img {
    margin-bottom: 0
}

.news_port .news-item:nth-child(4n) .st-shadow {
    border-radius: 1.3rem 0 0 1.3rem
}

.news-item__fl {
    position: absolute;
    padding: 2rem;
    padding-bottom: 2.5rem;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff
}

.news-item__fl .dotted {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.news-item__fl .dotted:hover {
    color: #fff
}

.news-item__fl .dotted:hover svg {
    fill: #fff
}

.news-item__fl .dotted:hover::before {
    border-color: #fff
}

.section-wrap .seob {
    padding-top: 0
}

.need {
    padding: 4rem 0
}

.need .offer__man {
    width: 28rem
}

.need .st-name {
    right: auto;
    bottom: 18rem;
    left: 0
}

.need__cont {
    padding: 4.5rem 5rem;
    padding-left: 5.8rem;
    padding-bottom: 5.5rem
}

.need-bl {
    width: 72%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 4rem
}

.need-bl__form {
    width: 37%
}

.need-bl__form .btn {
    width: 100%
}

.need-bl__center {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: 2.7rem;
    margin-left: -7rem
}

.need-bl__right {
    width: 50%;
    margin-top: .5rem
}

.need-bl__ph {
    width: 9rem;
    margin-right: 1.9rem
}

.need-bl__ph img {
    max-width: none;
    width: 100%
}

.need-bl__wrap {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.need-bl__wrap .serv-bot__green-img {
    width: 1.9rem
}

.need-bl__wrap .serv-bot__green {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    margin-bottom: 2rem;
    padding-top: .8rem;
    padding-bottom: .8rem
}

.need-bl__arr1 {
    width: 3rem;
    position: absolute;
    right: 2.3rem;
    top: 4.4rem;
    pointer-events: none
}

.need-bl__arr1 img {
    max-width: none;
    width: 100%
}

.need-bl__arr2 {
    width: 4.2rem;
    position: absolute;
    right: -1rem;
    top: 2.3rem;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    pointer-events: none
}

.need-bl__arr2 img {
    max-width: none;
    width: 100%
}

.need-bl__ar1 {
    width: 1rem;
    pointer-events: none
}

.need-bl__ar1 img {
    max-width: none;
    width: 100%
}

.need-bl__ar2 {
    width: 1rem;
    pointer-events: none
}

.need-bl__ar2 img {
    max-width: none;
    width: 100%
}

.need-bl__inp-bl {
    width: 70%
}

.main_port-page .main__cont {
    padding-bottom: 0
}

.main_port-page .gal {
    padding-top: 0
}

.port-page__editor {
    border-radius: 1rem;
    border: 1px dashed #f2f2f2;
    background-color: #f2f1f2;
    padding: 4rem 5rem;
    line-height: 1.5;
    width: 100%
}

.port-page__links {
    width: 33%;
    margin-top: 3.2rem
}

.port-page__links .st-link {
    margin-top: 0
}

.port-page__links .dotted {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.states {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.cost {
    padding-bottom: 6rem
}

.cost__cont {
    width: 100%
}

.cost-bl {
    padding-right: 1rem;
    margin-bottom: 3rem
}

.cost-bl__header {
    padding-left: 1.75rem;
    padding-top: 1.2rem;
    padding-bottom: 1.1rem;
    width: 100%;
    cursor: pointer;
    position: relative
}

.cost-bl__header::before {
    content: '';
    position: absolute;
    left: 49.6%;
    top: 0rem;
    border-left: 1px solid #cecdcd;
    height: 100%;
    width: 1px;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.cost-bl__header::after {
    content: '';
    position: absolute;
    left: 73.2%;
    top: 0rem;
    height: 100%;
    width: 1px;
    border-right: 1px solid #cecdcd;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.cost-bl__header.active:before,
.cost-bl__header.active::after {
    opacity: 1
}

.cost-bl__header.active .cost-bl__img svg {
    fill: #ff002b;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.cost-bl__top {
    border-radius: 0;
    background-color: #ff002b;
    padding-left: 4.1rem;
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
    overflow-y: hidden
}

.cost-bl__left {
    width: 47%
}

.cost-bl__center {
    width: 25%;
    text-align: center
}

.cost-bl__right {
    width: 28%;
    text-align: center
}

.cost-bl__info {
    padding-left: 4.1rem;
    padding-top: 0rem;
    padding-bottom: 2rem;
    position: relative
}

.cost-bl__info::before {
    content: '';
    position: absolute;
    left: 49.6%;
    top: 0rem;
    border-left: 1px solid #cecdcd;
    height: 100%;
    width: 1px
}

.cost-bl__info::after {
    content: '';
    position: absolute;
    left: 73.2%;
    top: 0rem;
    height: 100%;
    width: 1px;
    border-right: 1px solid #cecdcd
}

.cost-bl__bnew {
    width: 100%;
    padding-bottom: .7rem
}

.cost-bl__bnew:last-child {
    padding-bottom: 0
}

.cost-bl__bnew-left {
    width: 47%
}

.cost-bl__bnew-center {
    width: 25%;
    text-align: center
}

.cost-bl__bnew-right {
    width: 28%;
    text-align: center
}

.cost-bl__bot {
    background-color: #282728;
    padding-left: 4.1rem;
    padding-right: 4.1rem;
    padding-top: 1.65rem;
    padding-bottom: 1.65rem;
    z-index: 2;
    position: relative
}

.cost-bl__item {
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    overflow-y: hidden
}

.cost-bl__item:nth-child(1) .cost-bl__top {
    border-radius: .7rem .7rem 0 0
}

.cost-bl__item:nth-child(odd) {
    background-color: #f5f5f7
}

.cost-bl__img {
    width: 1rem;
    height: 1rem;
    margin-right: 1.25rem
}

.cost-bl__img svg {
    fill: #282728;
    -webkit-transition: all .3s;
    transition: all .3s;
    height: 100%;
    width: 100%
}

.cost-link__img {
    width: 1rem
}

.cost-link__img img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: none;
    width: 100%
}

.section-wrap .need {
    padding-top: 2rem
}

.section-wrap .mark {
    padding-top: 0;
    padding-bottom: 0
}

.otz {
    padding-bottom: 6rem
}

.otz__img1 {
    position: absolute;
    left: 0;
    top: 25%;
    width: 20rem
}

.otz__img1 img {
    max-width: none;
    width: 100%
}

.otz__img2 {
    position: absolute;
    right: 0;
    top: 24%;
    width: 20rem
}

.otz__img2 img {
    max-width: none;
    width: 100%
}

.otz__top {
    padding: 3rem;
    border-radius: 1rem
}

.otz__top .st-bg img {
    border-radius: 1rem
}

.otz__bl {
    min-height: 40rem;
    width: 60%;
    border: 1px solid #282828
}

.main_serv-page .main__wrap {
    width: 100%;
    padding-bottom: 0
}

.main_serv-page .main__cont {
    padding-left: 6.8rem;
    padding-bottom: 0
}

.main_serv-page .navigation {
    margin-bottom: 4.5rem
}

.mserv-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 60%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 5rem
}

.mserv-block__item {
    padding-right: 2rem;
    position: relative;
    border-right: 1px solid rgba(40, 39, 40, .1);
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    width: 29.5%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.mserv-block__item:nth-child(2) {
    padding-left: 2rem;
    width: 34.5%
}

.mserv-block__item:nth-child(2) .mserv-block__text {
    padding-left: .7rem
}

.mserv-block__item:nth-child(3) {
    width: 36%;
    padding-left: 2.8rem;
    border-right: none
}

.mserv-block__num {
    position: absolute;
    top: -2rem;
    right: 1rem
}

.mserv-block__img {
    min-height: 7rem;
    width: 11rem;
    margin-bottom: 1rem
}

.mserv-block__img img {
    max-width: none;
    width: 100%
}

.mserv-block__text {
    width: 100%
}

.mserv-fl {
    position: absolute;
    right: 5rem;
    bottom: 0;
    border-radius: 1rem 1rem 0 0;
    background-color: rgba(39, 38, 39, .75);
    padding: 2rem 2.2rem;
    z-index: 5
}

.mserv-fl__img {
    margin-top: -14rem;
    width: 8.5rem;
    margin-bottom: 1rem;
    position: relative
}

.mserv-fl__img img {
    max-width: none;
    width: 100%
}

.mserv-fl__arr {
    position: absolute;
    right: 0rem;
    bottom: -6rem;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    width: 5.2rem
}

.mserv-fl .soc-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    margin-bottom: 1.4rem
}

.mserv-fl .soc-link__img {
    width: 1.8rem;
    margin-right: .8rem
}

.section-wrap.v2 {
    padding-top: 4rem;
    padding-bottom: 0
}

.avak {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.avak .scroll {
    top: 55%
}

.avak .scroll__line {
    height: 10rem;
    margin-top: -.5rem
}

.avak__cont {
    padding: 5rem 5.2rem;
    padding-left: 5.7rem
}

.avak__bl {
    width: 53%
}

.avak .dnld-cir {
    left: auto;
    top: auto;
    right: 2.3rem;
    bottom: 2rem
}

.btn.b-ws_v2 .btn-img {
    width: 1.4rem;
    left: 1.5rem
}

.place-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    width: 86.3%;
    margin-bottom: 1.7rem
}

.place-wrap__item {
    margin-bottom: 2rem;
    border-radius: 1rem;
    background-color: #f4f3f4;
    padding: 2rem;
    padding-left: 2.4rem;
    width: 49%
}

.place .scroll {
    -webkit-transform: none;
    transform: none;
    top: 25rem
}

.place__wr-bl .price-it {
    width: 65.8%
}

.place__wr-bl .serv-item_alt {
    min-height: 25.8rem
}

.place__wr-bl .serv-item_alt .dnld-cir {
    bottom: 4rem
}

.place__wr-bl .price-it__list {
    right: 5.8rem;
    width: 19rem;
    bottom: 2rem
}

.place__wr-bl .price-it__list .dnld-cir {
    top: auto;
    bottom: 3.3rem;
    left: .3rem;
    width: 5.3rem;
    height: 5.3rem
}

.place__wr-bl .price-it__list .dnld-cir__img {
    width: 4.5rem;
    height: 4.5rem
}

.place__wr-bl .price-it__inp-bl {
    width: 20.5rem
}

.place__wr-bl .price-it__inp-bl .input {
    padding-top: 1.35rem;
    padding-bottom: 1.35rem
}

.place__wr-bl .price-it__inp-bl div.fancy-select div.trigger {
    padding-top: 1.35rem;
    padding-bottom: 1.35rem;
    padding-left: 2rem;
    height: 3.5rem
}

.place__wr-bl .price-it__inp-bl div.fancy-select ul.options li {
    padding-left: 2rem
}

.place__wr-bl .price-it__inp-bl .btn {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 1.35rem;
    padding-bottom: 1.35rem;
    padding-left: 4.5rem
}

.place__wr-bl .price-it__inp-bl .btn .btn-img {
    width: 1.8rem;
    left: 2rem
}

.place__wr-bl .price-it__inp-bl div.fancy-select div.trigger::after {
    right: 2rem
}

.place__wr-bl .check-box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.place-item {
    min-height: 25.8rem
}

.place-item .serv-item__cont {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.place-item__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: auto
}

.place-item__bl {
    margin-right: 2rem
}

.place-item__bl:last-child {
    margin-right: 0
}

.place-item__bl:nth-child(2) .place-item__img {
    width: 1rem
}

.place-item__img {
    width: 1.4rem
}

.place-item__img img {
    max-width: none;
    width: 100%
}

.place-word {
    position: absolute;
    top: 50%;
    left: 58%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 45rem;
    z-index: -1;
    letter-spacing: 2rem;
    pointer-events: none
}

.place-word img {
    max-width: none;
    width: 100%
}

.portf-sect {
    padding-top: 2rem
}

.portf-sect__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.portf-sect__cont .auto-right__item {
    width: 48%;
    border-radius: 1.3rem
}

.portf-sect__cont .auto-right__gal {
    height: 13rem
}

.st-link_center .dotted {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.moreph {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.moreph__bl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.moreph__item {
    border-radius: .7rem;
    width: 18.5%;
    margin-left: .75%;
    margin-right: .75%;
    height: 13rem;
    margin-bottom: 1.2rem
}

.moreph__item .st-bg img {
    border-radius: .7rem
}

.section-wrap .com {
    padding-top: 4rem
}

.buls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 4rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.buls__text {
    min-height: 3.5rem;
    margin-bottom: 1.7rem
}

.buls__item {
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2rem
}

.buls__img {
    width: 100%;
    height: 26rem;
    border-radius: 1rem;
    -webkit-box-shadow: 0 0 59px rgba(20, 20, 20, .2);
    box-shadow: 0 0 59px rgba(20, 20, 20, .2)
}

.buls__img .st-bg img {
    border-radius: 1rem
}

.step {
    padding-top: 2rem
}

.step__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    position: relative;
    width: 100%
}

.step__item {
    width: 100%;
    margin-bottom: 5.5rem
}

.step__item:last-child {
    margin-bottom: 0
}

.step__item:nth-child(odd) {
    padding-right: 5rem;
    padding-left: 5rem
}

.step__item:nth-child(odd) .step__st-bg {
    display: none
}

.step__item:nth-child(odd) .step__num {
    text-shadow: 33px 28px 101px rgba(40, 39, 40, .2);
    color: #fff
}

.step__item:nth-child(odd) .step__text a {
    color: #282828
}

.step__item:nth-child(even) {
    padding-left: 5rem;
    padding-right: 0
}

.step__item:nth-child(even) .step__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 4.75rem 0;
    padding-left: 6rem;
    padding-right: 5rem
}

.step__item:nth-child(even) .step-line {
    left: 0;
    right: auto;
    top: 4.5rem;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
}

.step__item:nth-child(even) .step-line__cir {
    right: auto;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.step__item:nth-child(even) .step__text {
    color: #fff
}

.step__item:nth-child(even) .step__text a {
    color: #fff
}

.step__item:nth-child(even) .st-bg img {
    border-radius: 1.5rem 0 0 1.5rem
}

.step__item:nth-child(even) .step__num {
    color: #1b1a1a
}

.step__item:nth-child(even) .step__info {
    color: #fff
}

.step__item:nth-child(even) .step__slider-block {
    width: 53%
}

.step__item:nth-child(even) .step__info {
    width: 40%
}

.step__slider-block {
    width: 49.1%;
    position: relative;
    z-index: 1
}

.step__info {
    width: 37%;
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding-bottom: 2rem;
    z-index: 0
}

.step__num {
    position: absolute;
    top: 0;
    left: -1rem;
    font-size: 14rem;
    z-index: 0;
    line-height: .9;
    letter-spacing: 0rem;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.step-slider__item {
    border-radius: 1.5rem !important;
    height: 23rem;
    cursor: pointer
}

.step-slider__item .st-shadow {
    -webkit-box-shadow: 0 1px 54px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 54px rgba(0, 0, 0, .1);
    border-radius: 1.5rem;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(40, 39, 40, .5)), color-stop(52%, rgba(40, 39, 40, 0)), to(rgba(40, 39, 40, 0))), -webkit-gradient(linear, left bottom, left top, from(rgba(40, 39, 40, .4)), color-stop(52%, rgba(40, 39, 40, 0)), to(rgba(40, 39, 40, 0))), -webkit-gradient(linear, right top, left top, from(rgba(40, 39, 40, 0)), color-stop(64%, rgba(40, 39, 40, 0)), to(rgba(40, 39, 40, .4)));
    background-image: linear-gradient(to left, rgba(40, 39, 40, .5) 0%, rgba(40, 39, 40, 0) 52%, rgba(40, 39, 40, 0) 100%), linear-gradient(to top, rgba(40, 39, 40, .4) 0%, rgba(40, 39, 40, 0) 52%, rgba(40, 39, 40, 0) 100%), linear-gradient(to left, rgba(40, 39, 40, 0) 0%, rgba(40, 39, 40, 0) 64%, rgba(40, 39, 40, .4) 100%)
}

.step-slider__item .st-bg img {
    border-radius: 1.5rem !important
}

.step-slider-prev {
    margin-top: 2rem
}

.step-slider-prev .step-slider__item {
    height: 7.8rem;
    margin-left: .45rem;
    margin-right: .45rem;
    border-radius: 1rem !important
}

.step-slider-prev .step-slider__item .st-bg img {
    border-radius: 1rem !important
}

.step-line {
    position: absolute;
    height: 1px;
    border-top: 1px dashed #ff395a;
    top: 4.5rem;
    right: 0;
    width: 12.2rem;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    z-index: 5
}

.step-line__cir {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    width: .6rem;
    height: .6rem;
    -webkit-animation: pulse2 2s infinite;
    animation: pulse2 2s infinite;
    background-color: #212121;
    border-radius: 100%
}

.step-line__cir::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-color: #ff002b;
    z-index: 2
}

.step-line__cir::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 150%;
    height: 150%;
    border-radius: 100%;
    background-color: rgba(255, 0, 43, .5);
    z-index: 0
}

.dvig {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.dvig__bl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.dvig__left {
    width: 54.8%;
    height: 27.2rem
}

.dvig__left .st-bg img {
    border-radius: 1.5rem
}

.dvig__left .dnld-cir {
    right: auto;
    left: 3.5rem;
    bottom: 3.5rem;
    -webkit-transform: none;
    transform: none
}

.dvig__right {
    width: 36.5%
}

.dvig__tab-item {
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 1.5rem;
    padding: .8rem 1.5rem;
    margin-right: .5rem;
    background-color: #eae7ea;
    margin-bottom: 2rem;
    font-weight: 500;
    cursor: pointer
}

.dvig__tab-item:last-child {
    margin-right: 0
}

.dvig__tab-item.active,
.dvig__tab-item:hover {
    background-color: #ff002b;
    color: #fff
}

.dvig-info {
    margin-top: 1rem;
    width: 85%
}

.dvig-info__img {
    width: 1rem
}

.dvig-info__img img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: none;
    width: 100%
}

.dvig-info__item {
    border-radius: .7rem;
    padding: 1.2rem 1.8rem
}

.dvig-info__item:first-child {
    -webkit-box-shadow: 0 1px 98px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 98px rgba(0, 0, 0, .1);
    background-color: #ff002b
}

.dvig-info__item:last-child {
    -webkit-box-shadow: 0 1px 98px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 98px rgba(0, 0, 0, .1);
    background-color: #282728;
    padding: .5rem 1.5rem
}

.dvig-info__item:last-child .dvig-info__img {
    width: 1.4rem
}

.dvig-item__wrap {
    margin-bottom: .7rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%
}

.dvig-item__line {
    border-bottom: 2px dotted #282828;
    width: auto;
    margin-top: .78rem;
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
    margin-left: .3rem;
    margin-right: .3rem
}

.dvig-item__list-ans {
    width: 34%
}

.infbl {
    padding-top: 4rem;
    padding-bottom: 2rem
}

.infbl__cont {
    padding: 4rem 5rem;
    padding-left: 5.7rem
}

.infbl__wrap {
    width: 70%;
    z-index: 1;
    position: relative
}

.infbl__text {
    width: 60%
}

.infbl__ph {
    position: absolute;
    right: 0rem;
    bottom: 0;
    width: 25rem
}

.infbl__ph img {
    max-width: none;
    width: 100%
}

.infbl__arr {
    position: absolute;
    bottom: 9rem;
    left: 1.8rem;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 14rem
}

.infbl__arr img {
    max-width: none;
    width: 100%
}

.infbl .soc-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    margin-bottom: 1.4rem
}

.plan__arr {
    position: absolute;
    right: 30%;
    top: .7rem;
    width: 17rem
}

.plan__arr img {
    max-width: none;
    width: 100%
}

.ptab {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 3.8rem;
    margin-bottom: 1.8rem
}

.ptab__tab-item {
    margin-right: .76rem;
    background-color: #f4f3f4;
    padding: .9rem 1.4rem;
    border-radius: 1.5rem;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-bottom: 1rem;
    cursor: pointer
}

.ptab__tab-item:hover,
.ptab__tab-item.active {
    background-color: #ff002b;
    color: #fff
}

.ptab__tab-item:last-child {
    margin-right: 0
}

.ptab-cont__bl {
    padding: 1.1rem 2rem
}

.ptab-cont__bl:first-child {
    border-radius: .7rem .7rem 0 0
}

.ptab-cont__bl:last-child {
    border-radius: 0 0 .7rem .7rem
}

.ptab-cont__bl:nth-child(odd) {
    background-color: #f4f3f4
}

.ptab-cont__bl:nth-child(even) {
    border: 1px solid #eae7ea
}

.ptab-cont__right {
    width: 17.5%
}

.ptab-cont__left {
    width: 50%
}

.proz {
    padding-bottom: 2rem
}

.proz__bl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.proz__item {
    width: 18.6%;
    margin-left: .7%;
    margin-right: .7%;
    margin-bottom: 2rem
}

.proz__img {
    width: 100%;
    height: 14rem;
    -webkit-box-shadow: 0 0 59px rgba(20, 20, 20, .2);
    box-shadow: 0 0 59px rgba(20, 20, 20, .2)
}

.proz__img .st-bg img {
    border-radius: .7rem
}

.fb {
    padding-top: 4rem;
    padding-bottom: 2rem
}

.fb .st-word {
    -webkit-transform: none;
    transform: none;
    top: 1rem
}

.gtab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.gtab__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.gtab__item {
    margin-bottom: 1rem;
    z-index: 2;
    position: relative;
    width: 48.2%;
    border-radius: .4rem;
    padding: .3rem 2.5rem;
    padding-right: 2rem;
    padding-left: 0
}

.gtab__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding-top: 1rem;
    padding-bottom: 1rem
}

.gtab__top.show .gtab__img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.gtab__img {
    width: .8rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1rem;
    -webkit-transition: all .3s;
    transition: all .3s
}

.gtab__img img {
    max-width: none;
    width: 100%
}

.gtab__hover {
    padding-bottom: 2rem;
    line-height: 1.4;
    padding-top: 1rem;
    padding-right: 4rem;
    border-bottom: 1px solid rgba(190, 190, 190, .5)
}

.gtab__line {
    border-bottom: 1px solid rgba(190, 190, 190, .5);
    width: 100%;
    height: 1px;
    margin-top: 1rem
}

.gtab__num {
    color: #ff002b;
    font-weight: 700
}

.gtab__header {
    width: 100%
}

.seob {
    position: relative;
    padding: 4.5rem 0;
    padding-top: 3rem;
    width: 78%;
    margin-left: auto;
    margin-right: auto
}

.seob .ware__item__img {
    width: 4rem;
    height: 4rem
}

.seob__btn {
    margin-top: 1rem;
    width: 1.4rem;
    margin-left: 0;
    margin-right: auto;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    opacity: .5
}

.seob__btn.open img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.seob__text {
    text-align: center;
    color: #747474;
    position: relative;
    height: 5rem;
    overflow: hidden;
    -webkit-transition: .7s;
    transition: .7s
}

.seob__text-wrap {
    padding-bottom: 2rem
}

.seob__text.act {
    height: 5rem !important
}

.seob__text:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
    background-image: linear-gradient(to bottom, transparent 0%, #fff 100%)
}

.footer {
    background-color: #f5f5f7;
    padding: 4rem 0;
    padding-bottom: 1rem;
    padding-top: 1rem
}

.footer__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.footer__item li a {
    padding: .3rem 0;
    color: #282828;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: block
}

.footer__item li a:hover {
    color: #ff002b
}

.footer__item:nth-child(4) {
    width: 35%
}

.footer .ul-feat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer .ul-feat li {
    width: 47%;
    padding-left: 2rem;
    position: relative;
    margin-bottom: .4rem;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.footer .ul-feat li a {
    padding: 0
}

.footer .ul-feat li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 1rem;
    height: 1rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-size: 100%;
    background: url(../../../themes/adz-wp/assets/img/footer/ok.png) no-repeat center;
    border-radius: 100%
}

.footer__header {
    margin-bottom: 1rem;
    letter-spacing: .05rem
}

.footer__link {
    margin-left: 1.5rem
}

.footer .ph-bl__ico {
    width: 1rem
}

.footer .header-link {
    margin-top: 2rem
}

.footer .map-hover {
    right: 0;
    left: auto;
    height: 11rem;
    -webkit-transform: translateX(0%) scale(0);
    transform: translateX(0%) scale(0)
}

.footer .header__map-hover:hover .map-hover {
    -webkit-transform: translateX(0%) scale(1);
    transform: translateX(0%) scale(1)
}

.footer-logo {
    margin-bottom: .7rem
}

.footer-logo__img {
    width: 6rem;
    margin-right: 2.2rem
}

.footer-logo__img img {
    max-width: none;
    width: 100%
}

.footer-logo .rating__img {
    width: 1.3rem
}

.footer-logo .rating__n {
    height: 5rem;
    width: 2.5rem;
    font-size: .9rem;
    padding-bottom: 1rem
}

.footer-logo .rating__n::after {
    content: "";
    width: 0rem;
    height: 0;
    border-left: 1.2rem solid #ffcc01;
    border-right: 1.2rem solid #ffcc01;
    border-bottom: .6rem solid #f5f5f7
}

.footer-logo .rating {
    margin-top: -1rem
}

.f-soc-bl {
    margin-top: 2rem
}

.f-soc-bl__item {
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 2rem;
    height: 2rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: .4rem;
    position: relative
}

.f-soc-bl__item:last-child {
    margin-right: 0
}

.f-soc-bl__item img {
    max-width: none;
    width: 100%
}

.f-soc-bl__item:hover {
    -webkit-transform: scale(1.06);
    transform: scale(1.06)
}

.footer-bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2rem 0;
    padding-top: 1rem;
    padding-bottom: 1.3rem;
/*    border-top: 1px solid #c9c9cb;*/
/*    margin-top: 3rem*/
}

.footer-bot .btn-politics-js:hover {
    color: #282828 !important
}

.overlay {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    overflow-x: hidden
}

.modal-wrap {
    position: absolute;
    top: 6vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 8rem
}

.modal-wrap .close:hover:before,
.modal-wrap .close:hover:after {
    background-color: #fff
}

.modal_pol {
    padding: 3rem 2rem
}

.modal-wrap_pol {
    border-radius: 1.5rem
}

.modal-min {
    width: 30rem
}

.modal-smin {
    width: 27rem
}

.modal-norm {
    width: 46.6rem;
    width: 30.6rem;
}

.modal-big {
    width: 40rem
}

.modal-sm {
    width: 36.3rem
}

.modal-test {
    width: 69.271rem
}

.case-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 1rem
}

.case-check__item {
    width: 24%;
    position: relative
}

.case-check__block {
    position: relative;
    border-radius: 5px;
    padding: 0;
    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;
    cursor: pointer;
    width: 100%
}

.case-check__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100%;
    padding: .82rem;
    background-color: #4b4b4b
}

.case-check__img svg {
    max-width: 100%;
    max-height: 100%;
    fill: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.case-check__text {
    white-space: nowrap;
    color: rgba(255, 255, 255, .4);
    margin-top: .5rem
}

.checkbox-inp:checked~.case-check__block .case-check__text {
    font-weight: 300 !important;
    color: #fff
}

.checkbox-inp:checked~.case-check__block .case-check__img.ws {
    background-color: #25d266
}

.checkbox-inp:checked~.case-check__block .case-check__img.vb {
    background-color: #7F40BD
}

.checkbox-inp:checked~.case-check__block .case-check__img.tg {
    background-color: #039BE5
}

.checkbox-inp:checked~.case-check__block .case-check__img.email {
    background-color: #F44336
}

.checkbox-inp:checked~.case-check__block .case-check__img.tel {
    background-color: #7CBD86
}

.checkbox-inp:checked~.case-bgg {
    opacity: 1
}

.modal__block {
    padding: 3rem 3rem;
    padding-top: 3.5rem;
    padding-left: 4.3rem;
    padding-right: 4.7rem;
    -webkit-box-shadow: 0 1px 120px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 120px rgba(0, 0, 0, .1);
    border-radius: 1.5rem
}

.leftm {
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    width: 12.9rem;
    z-index: 99;
    -webkit-box-shadow: 0 0 81px rgba(53, 53, 53, .2);
    box-shadow: 0 0 81px rgba(53, 53, 53, .2);
    border-radius: 1rem;
    border: 3px solid #fff;
    background-color: #fff;
    -webkit-box-shadow: 0 0 81px rgba(56, 56, 56, .2);
    box-shadow: 0 0 81px rgba(56, 56, 56, .2)
}

.leftm .st-play {
    width: 4.2rem;
    height: 4.2rem
}

.leftm .st-play__img {
    width: .8rem
}

.leftm-img {
    width: 100%;
    height: 19.3rem;
    overflow: hidden;
    border-radius: 15px
}

.leftm-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 3s;
    transition: all 3s
}

.close-img {
    position: absolute;
    right: .8rem;
    top: .8rem;
    width: .7rem;
    cursor: pointer
}

.arr-img {
    position: absolute;
    left: 3rem;
    top: -6rem;
    width: 8rem
}

.modal-gray {
    color: rgba(255, 255, 255, .5)
}

.modal-call .wh-span {
    background-color: #ff002b;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.6;
    padding-left: .4rem;
    padding-right: .4rem
}

.modal-call__item {
    width: 48%;
    width: 100%;
}

.modal-call__inp-text {
    padding-left: 2rem
}

.modal-call div.fancy-select {
    font-size: .8rem;
    color: rgba(40, 39, 40, .65)
}

.modal-call div.fancy-select div.trigger {
    padding-left: 2rem;
    height: 3.35rem
}

.modal-call div.fancy-select div.trigger::after {
    right: 2rem
}

.modal-call div.fancy-select ul.options li {
    padding-left: 2rem
}

.modal-call__wrap {
    margin-bottom: 2rem
}

.modal-call__wrap2 {
    margin-bottom: 2rem
}

.modal-call .btn {
    width: 100%
}

.st-check-box .check-label {
    border-radius: 100%;
    width: 1.6rem;
    height: 1.6rem;
    padding: .4rem
}

.st-check-box .check-label-act {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.st-check-box .check-label-act svg {
    fill: #aeaeae
}

.rhide:checked~span .st-check-box__label.t2 {
    background-color: #ff002b !important
}

.rhide:checked~span .st-check-box__label.t2 .check-label-act svg {
    fill: #fff
}

.modal-call2 {
    padding-right: 2.7rem
}

.modal-call2__wrap {
    margin-bottom: 2.2rem;
    margin-top: 1.5rem
}

.modal-call2__item {
    margin-right: 3.5rem
}

.modal-call2__item:last-child {
    margin-right: 0
}

.modal-call2__item:nth-child(2) .modal-call2__img {
    width: 1.8rem
}

.modal-call2__item:nth-child(3) .modal-call2__img {
    width: 1.95rem
}

.modal-call2__img {
    width: 2.5rem
}

.modal-call2__img img {
    max-width: none;
    width: 100%
}

.modal-call2 .modal-call__item {
    margin-bottom: 1rem;
    width: 45%
}

.modal-call2 .modal-call__item .btn {
    margin-bottom: 1rem
}

.modal-call2__bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%
}

.modal-call2__bot .modal-call__item {
    margin-bottom: 0
}

.modal-call2__nor {
    margin-top: 1.3rem
}

.modal-call2 .b-ws {
    padding: 1.35rem 1.9rem;
    background-color: #69bb39;
    padding-left: 3rem;
    padding-right: 1rem;
    margin-bottom: 1.4rem !important
}

.modal-call2 .b-ws .btn-img {
    width: 2rem;
    left: 1.1rem
}

.modal-arr1 {
    position: absolute;
    right: 50%;
    top: -4rem;
    width: 2.3rem
}

.modal-arr1 img {
    max-width: none;
    width: 100%
}

.checkbox-inp {
    display: none
}

.modal-call3 .wh-span {
    padding: .5rem 1rem
}

.modal-call3__list {
    position: absolute;
    right: -7rem;
    bottom: -3rem;
    width: 27rem
}

.modal-call3__list img {
    max-width: none;
    width: 100%
}

.modal-call3__arr {
    position: absolute;
    left: -1rem;
    bottom: 7rem;
    width: 16rem
}

.modal-call3__arr img {
    max-width: none;
    width: 100%
}

.modal-call4__man {
    width: 20rem
}

.modal-call4__man .st-name {
    bottom: 7.5rem;
    right: 1rem
}

.modal-call4 .st-name .skew-text:nth-child(1) {
    background-color: #282728
}

.check-label.t2 {
    background-color: #dcdfe2;
    margin-right: .5rem
}

.rhide:checked~span .check-label.t2 {
    background-color: #ba2b31
}

.input.t-modal {
    color: #747474;
    height: 8rem
}

.modal__tab-click {
    position: absolute;
    right: 0;
    top: -8rem
}

.modal__tab-click::before {
    content: '';
    position: absolute;
    bottom: .9rem;
    left: -.5rem;
    background: url(../../../themes/adz-wp/assets/img/modals/line.png) no-repeat center;
    background-size: 100%;
    width: 4.5rem;
    height: 6.5rem;
    -webkit-transform: translate(-100%, 100%);
    transform: translate(-100%, 100%)
}

.close {
    position: absolute;
    right: 0;
    top: 0;
    width: 1.4rem;
    height: 1.4rem;
    -webkit-transform: translate(-75%, 75%);
    transform: translate(-75%, 75%);
    cursor: pointer;
    z-index: 99
}

.close-modals {
    top: 1rem
}

.close:before,
.close:after {
    position: absolute;
    left: 50%;
    content: ' ';
    height: 100%;
    width: 2px;
    background-color: #c7cbcf;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 3px
}

.close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.close:hover:before,
.close:hover:after {
    background-color: #282828
}

.th-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    width: 13rem;
    margin-left: 43%
}

.back-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.back-close img {
    width: .9rem;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.close-b {
    right: 1rem;
    top: -.5rem
}

.end-soc-mod {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 90%
}

.end-soc-mod .tiem {
    padding: .6rem
}

.end-soc-mod .checkbox-block.t3 .checkbox-psevdo {
    margin-left: -1.4rem;
    margin-right: .6rem
}

.right-menu {
    position: fixed;
    right: 0rem;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 333
}

.right-menu__item {
    margin-bottom: .5rem;
    width: 5.8rem;
    height: 5.5rem;
    padding: 1.1rem;
    padding-left: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -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;
    position: relative;
    z-index: 3;
    color: #fff;
    border-radius: .5rem 0 0 .5rem;
    white-space: nowrap;
    background-color: #db022e;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.right-menu__item:last-child {
    margin-bottom: 0
}

.right-menu__item:hover {
    background-color: #db022e;
    -webkit-box-shadow: inset 0 4px 1px #8f011e;
    box-shadow: inset 0 4px 1px #8f011e
}

.right-menu__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    margin-bottom: .3rem
}

.right-menu__img.pd {
    width: 100%;
    height: 100%
}

.right-menu.t13 {
    font-size: .8rem
}

.btn--burger-wrapper {
    position: relative;
    margin: .18rem 0 .5rem 2.5rem;
    cursor: pointer;
    background-color: #db022e;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 100px;
    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
}

.btn--burger {
    width: .7rem;
    background-color: transparent
}

.btn--burger:before {
    top: .95rem;
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
    background-color: #fff !important
}

.btn--burger:after {
    bottom: .95rem;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    background-color: #fff !important
}

.right-menu.active {
    -webkit-transform: translateX(100%) translateY(-50%);
    transform: translateX(100%) translateY(-50%)
}

.right-menu.active .btn--burger-wrapper {
    -webkit-transform: translateX(-6rem);
    transform: translateX(-6rem)
}

.btn--burger-wrapper.active .btn--burger {
    background-color: transparent
}

.btn--burger-wrapper.active .btn--burger:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: .65rem
}

.btn--burger-wrapper.active .btn--burger:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: .7rem
}

.to_top {
    background-color: #ff002b
}

.close-b {
    position: absolute;
    right: .5rem;
    top: .5rem;
    width: 1rem;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer
}

.close-b:hover {
    opacity: .5
}

.wom-m {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 33;
    cursor: pointer
}

.m-img {
    width: 10rem
}

.to_top {
    right: 2.5rem;
    bottom: 1.5rem;
    width: 3.5rem;
    height: 3.5rem;
    padding: .7rem
}

.to_top:before {
    border: .8rem solid transparent;
    border-bottom: 1rem solid #fff
}

.test-mod {
    padding: 3rem 0
}

.prev-modal .close {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

.prev-modal__cont {
    width: 100%;
    height: 100vh;
    -webkit-transition: all .9s;
    transition: all .9s;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.prev-modal__scroll {
    width: 70%;
    background-color: tomato;
    overflow: auto;
    height: 100vh;
    position: relative
}

.prev-modal__right {
    width: 30%
}

.right-content {
    background: #fff;
    height: 100vh;
    padding: 3rem 3rem 3rem 3.5rem;
    overflow: hidden;
    overflow-y: auto
}

.right-content li {
    padding-left: 1.5rem;
    position: relative
}

.right-content li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 1rem;
    height: .5rem;
    background: url(../../../themes/adz-wp/assets/img/right.svg) no-repeat center;
    background-size: 100%
}

.right-content__btn {
    margin-top: 0;
    padding: 2rem 2rem !important;
    padding-right: 3.5rem !important
}

.right-content__soc {
    margin-top: 3rem
}

.right-content__soc .soc__item {
    width: 2.8rem;
    height: 2.8rem;
    padding: .8rem
}

.btn--burger:after,
.btn--burger:before {
    content: "";
    position: absolute;
    display: block;
    width: 45%;
    height: 2px;
    background-color: #282828;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.btn--burger:before {
    top: .55rem;
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg)
}

.btn--burger:after {
    bottom: .55rem;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg)
}

.right-menu .right-menu__item {
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
}

.right-menu.active .right-menu__item {
    -webkit-transform: translateX(170%);
    transform: translateX(170%)
}

.st-ok {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.st-ok img {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.rating__stars svg {
    height: auto
}

.com-img {
    width: 100%;
    margin-top: -12rem
}

.com-img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.news_port .news-item {
    color: #fff
}

.news_port .news-item:hover {
    color: #ff002b
}

.news_port .news-item:hover .dotted {
    color: #fff
}

.news_port .news-item:hover .dotted::before {
    border-color: #fff
}

@media (max-width:900px) {
    html {
        font-size: 15px !important
    }
    .t14,
    .t15,
    .t16,
    .t13 {
        font-size: 1rem
    }
    .t12 {
        font-size: .9rem
    }
    .t22 {
        font-size: 1.3rem
    }
    .container {
        max-width: 90vw
    }
    .container-big {
        max-width: 90vw
    }
    .container-sbig {
        max-width: 90vw
    }
    .container-big2 {
        max-width: 90vw
    }
    .container-min {
        max-width: 90vw
    }
    .container-md {
        max-width: 90vw
    }
    .container-md2 {
        max-width: 90vw
    }
    .nav {
        -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;
        padding: 1.5rem;
        background-color: transparent;
        -webkit-box-shadow: 0 0 0 #000;
        box-shadow: 0 0 0 #000;
        border: none;
        height: auto
    }
    .nav__wrap {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-box-shadow: 1px -1px 57px rgba(0, 0, 0, .1);
        box-shadow: 1px -1px 57px rgba(0, 0, 0, .1);
        border-radius: 5px;
        background-color: rgba(0, 0, 0, .95);
        z-index: 644;
        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;
        -webkit-transform: translateX(-110%);
        transform: translateX(-110%);
        -webkit-transition: all 0.4s ease-in;
        transition: all 0.4s ease-in
    }
    .nav__wrap.active {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    .burger__wrap-block {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: auto
    }
    .burger__wrap {
        text-transform: uppercase;
        font-size: 1.4rem;
        color: #282828;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: 600;
        cursor: pointer
    }
    .nav li.menu-item-has-children::before {
        width: calc(100% + 1.5rem)
    }
    .sub-menu {
        width: auto
    }
    .main__btn {
        display: none
    }
    .nav__wrap {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .close-nav {
        display: block
    }
    .rating {
        display: none
    }
    html {
        overflow-x: hidden
    }
    .kr-text__cir {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
    .header .header-link {
        display: none
    }
    .header .header__adr {
        display: none
    }
    .header .h-soc {
        display: none
    }
    .header .call-bl {
        display: none
    }
    .nav a {
        color: #fff
    }
    .nav li.menu-item-has-children::after {
        border-color: #fff
    }
    .sub-menu {
        left: 50%;
        -webkit-transform: translate(-50%, 0) scale(0);
        transform: translate(-50%, 0) scale(0);
        right: auto;
        padding-left: 2rem;
        padding-right: 2rem
    }
    .sub-menu li {
        margin-left: 0;
        margin-right: 0
    }
    .sub-menu li a {
        padding-left: 0
    }
    .nav li.menu-item-has-children:hover .sub-menu {
        -webkit-transform: translate(-50%, 0) scale(1);
        transform: translate(-50%, 0) scale(1)
    }
    .nav li.menu-item-has-children .menu-item-has-children .sub-menu {
        -webkit-transform: translate(-50%, 100%) scale(0) !important;
        transform: translate(-50%, 100%) scale(0) !important;
        min-width: calc(100% + 4rem)
    }
    .nav li.menu-item-has-children .menu-item-has-children:hover .sub-menu {
        -webkit-transform: translate(-50%, 100%) scale(1) !important;
        transform: translate(-50%, 100%) scale(1) !important;
        right: auto;
        left: 50%;
        top: auto;
        bottom: 0
    }
    .logo__img {
        margin-right: 1rem
    }
    .main__cont {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        padding-left: 5vw;
        padding-right: 5vw
    }
    .main__arr {
        display: none
    }
    .main__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .main__right {
        margin-left: 0;
        margin-bottom: 1.5rem
    }
    .main__left {
        -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
    }
    .main__left .t17 {
        text-align: center
    }
    .main__wrap {
        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
    }
    .main__wrap .t54 {
        text-align: center
    }
    .main__wrap .t54 br {
        display: none
    }
    .line-text__line {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
    .mark {
        text-align: center
    }
    .mark-slider {
        width: 80%;
        margin-left: auto;
        margin-right: auto
    }
    .alt-container {
        margin-left: 0
    }
    .garant .st-bg img {
        border-radius: 0
    }
    .garant__wrap {
        max-width: 90vw;
        margin-left: auto;
        margin-right: auto
    }
    .garant__title {
        padding-left: 0;
        text-align: center
    }
    .garant__title br {
        display: none
    }
    .garant__man {
        position: relative;
        bottom: 0;
        left: auto;
        margin-left: auto;
        margin-right: auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 1rem;
        width: 22rem
    }
    .garant__item {
        -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;
        text-align: center;
        padding: 2rem;
        width: 48%
    }
    .garant__block {
        width: 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .garant__text {
        padding-left: 0 !important
    }
    .garant__text br {
        display: none
    }
    .garant__item:nth-child(1) .garant__img {
        width: 12rem
    }
    .serv__bl {
        max-width: 90vw;
        padding-left: 0;
        margin-left: auto;
        margin-right: auto
    }
    .serv-item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        min-height: auto
    }
    .serv-bot {
        /*-webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center*/
        align-items: flex-start;
    }
    .serv-bot__center {
        margin-top: 2rem
    }
    .serv-item_alt {
        min-height: 55vw;
        border-radius: 1.5rem !important
    }
    .serv-item_alt .st-bg img {
        border-radius: 1.5rem !important
    }
    .serv-alt {
        -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;
        max-width: 90vw;
        margin-left: auto;
        margin-right: auto
    }
    .serv-alt .serv-bot {
        width: 100%
    }
    .serv-bot__green-img {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
    .serv-alt__right {
        width: 100%
    }
    .cost-it {
        border-radius: 1.5rem
    }
    .cost-it .st-bg img {
        border-radius: 1.5rem
    }
    .price-it__list {
        position: relative;
        right: 0;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        bottom: 0;
        margin-top: 1rem
    }
    .price-it {
        padding-left: 0;
        width: 21rem
    }
    .price-it .t38 {
        text-align: center;
        width: 100%
    }
    .price-it .t15 {
        text-align: center;
        width: 100%
    }
    .price-it .input {
        text-align: left
    }
    .serv-alt__right {
        -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
    }
    .serv-alt__right .dnld-cir__text .t14 {
        font-size: .9rem
    }
    .serv-alt__right .dnld-cir__text .t13 {
        font-size: .7rem
    }
    .price-it__inp-bl {
        width: 100%
    }
    .price-it__inp-bl .check-line .t12 {
        white-space: nowrap;
        font-size: .8rem
    }
    div.fancy-select div.trigger {
        font-size: .9rem
    }
    .serv .title-lg {
        text-align: center
    }
    .serv .t32 {
        text-align: center
    }
    .alt-container_v2 {
        padding-left: 0;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
        max-width: 90vw
    }
    .auto__cont {
        -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
    }
    .auto-left {
        position: relative;
        width: 100%;
        top: 0
    }
    .auto__left-wrap {
        width: 100%;
        margin-bottom: 2rem
    }
    .auto-right {
        width: 100%
    }
    .auto .st-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .auto-left {
        -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;
        text-align: center
    }
    .auto-left .title-lg br {
        display: none
    }
    .auto-left .t32 {
        font-size: 1.4rem
    }
    .auto-left .t32 br {
        display: none
    }
    .auto-left__menu {
        width: 100%
    }
    .auto-right__wrap {
        -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
    }
    .auto-right__gal {
        width: 100%;
        margin-top: 2rem
    }
    .auto-right__gal:first-child {
        margin-top: 0
    }
    .auto-right__bot {
        -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;
        margin-top: 2rem
    }
    .auto-right__right {
        -ms-flex-item-align: center;
        align-self: center;
        margin-top: 1rem
    }
    .auto-right__item {
        padding-left: 2rem;
        padding-right: 2rem
    }
    .auto-right__text .h3 {
        font-size: 1.5rem
    }
    .auto-right__text .h3 br {
        display: none
    }
    .st-link .t17 {
        font-size: 1.1rem
    }
    .feat .title-lg {
        text-align: center
    }
    .feat .title-lg br {
        display: none
    }
    .feat-bl {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 2rem
    }
    .feat-bl__item {
        width: 48%;
        margin-bottom: 2rem
    }
    .feat-bot {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .feat-bot__right {
        width: 100%;
        margin-bottom: 3rem
    }
    .feat .t48 {
        text-align: center
    }
    .feat .t48 br {
        display: none
    }
    .feat-bot__bl {
        margin-top: 2rem;
        -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
    }
    .feat-bot__right-wrap {
        width: auto;
        text-align: center;
        margin-top: 2rem
    }
    .feat-slider {
        width: 100%
    }
    .exp__cont {
        -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
    }
    .exp__left {
        width: 100%
    }
    .exp-slider {
        width: 100%;
        margin-top: 2rem
    }
    .exp-slider__img {
        height: 44vw
    }
    .slick-dotted.slick-slider {
        margin-bottom: 0
    }
    .work__cont {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .work__right {
        width: 100%
    }
    .work__left {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 3rem
    }
    .work__right {
        text-align: center
    }
    .work-slider {
        width: 100%
    }
    .work-slider__img {
        height: 34vw
    }
    .alt-container .st-bg img {
        border-radius: 0
    }
    .def__arr {
        display: none
    }
    .def__img {
        position: relative;
        right: 0;
        left: 0;
        bottom: -5rem;
        margin-top: 0rem;
        margin-left: auto;
        margin-right: auto
    }
    .def__cont {
        -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;
        text-align: center
    }
    .real-time__cont {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .real-time__left {
        width: 100%
    }
    .real-time__right {
        margin-bottom: 2rem
    }
    .real-time__right {
        width: 100%;
        padding-top: 0
    }
    .top__img {
        top: 0;
        right: 0;
        width: 35rem;
        position: relative
    }
    .top__left {
        width: 100%;
        -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;
        text-align: center
    }
    .section-wrap .mof {
        margin-top: 0
    }
    .mof__cont {
        min-height: 57vw;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-top: 0
    }
    .mof {
        background-position: bottom center !important
    }
    .discount__cont {
        -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
    }
    .discount__item {
        width: 100%;
        margin-bottom: 2rem;
        border-radius: 0 !important
    }
    .discount__item:last-child {
        margin-bottom: 0
    }
    .discount__fl {
        width: 40vw
    }
    .usefull__cont {
        -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
    }
    .discount {
        padding-bottom: 2rem
    }
    .usefull__left {
        padding-top: 0;
        width: 100%;
        margin-bottom: 2rem
    }
    .usefull__arr {
        display: none
    }
    .usefull__right {
        margin-top: 0;
        width: 100%;
        -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;
        text-align: center
    }
    .offer__man {
        position: relative;
        margin-left: auto;
        margin-top: 2rem;
        width: 60vw
    }
    .offer .title-lg {
        text-align: center
    }
    .offer .title-lg br {
        display: none
    }
    .offer__wrap {
        padding-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        max-width: 90vw
    }
    .offer__cont {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0
    }
    .offer__item {
        width: 48%;
        margin-right: 0;
        -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;
        text-align: center
    }
    .offer__bl {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .offer-form {
        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;
        text-align: center
    }
    .offer-form__bl {
        -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;
        width: 19rem
    }
    .offer-form__bl .input {
        width: 100%
    }
    .offer-form__bl .btn {
        width: 100%
    }
    .offer-form__inp-bl {
        width: 100% !important
    }
    .offer-form__bl {
        -ms-flex-item-align: center;
        align-self: center
    }
    .offer-form__inp-bl:nth-child(2) .check-box {
        display: none
    }
    .offer-form__bl .btn {
        margin-top: .5rem
    }
    .offer-form__bl .t12 {
        margin-bottom: .6rem;
        padding-left: 2rem
    }
    .file-wrap .t12 {
        margin-bottom: 0
    }
    .price .title-lg br {
        display: none
    }
    .price__h {
        -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;
        text-align: center
    }
    .price__h-img {
        margin-right: 0;
        width: 3rem;
        margin-bottom: 1rem
    }
    .price__bl {
        -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
    }
    .price__item:first-child {
        margin-right: 0;
        width: 100%;
        margin-bottom: 3rem
    }
    .seob__text:before {
        display: none
    }
    .footer__cont {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .footer__item {
        width: auto !important;
        margin-bottom: 2rem
    }
    .footer__header {
        font-size: 1.2rem
    }
    .footer-bot {
        -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;
        font-size: .8rem;
        margin-top: 0
    }
    .footer-bot br {
        display: none
    }
    .footer-bot__item {
        margin-bottom: 2rem
    }
    .footer-bot__item:last-child {
        margin-bottom: 0
    }
    .abort-img {
        position: relative;
        right: 0;
        top: 0;
        bottom: 0;
        width: 80vw;
        margin-top: 1rem;
        margin-bottom: 1rem
    }
    .main_abort {
        padding-bottom: 0
    }
    .main_abort .main__cont {
        padding-left: 0;
        padding-right: 0
    }
    .main_abort .main__cont .title {
        text-align: center
    }
    .main_abort .main__cont .st-bg img {
        border-radius: 0
    }
    .main_abort .main__cont .t24 {
        text-align: center
    }
    .main_abort .main__cont .t24 br {
        display: none
    }
    .main_abort .main__wrap {
        max-width: 90vw;
        margin-left: auto;
        margin-right: auto
    }
    .main_abort .st-link {
        margin-bottom: 3rem
    }
    .thank__man {
        width: 70vw;
        position: relative;
        right: 0;
        bottom: 0;
        margin-top: 2rem
    }
    .main_thank .t30 {
        text-align: center
    }
    .main_thank .main__cont {
        -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;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0
    }
    .main_thank .main__cont .st-bg img {
        border-radius: 0
    }
    .main_thank .main__wrap {
        max-width: 90vw;
        margin-left: auto;
        margin-right: auto
    }
    .thank__main-wrap {
        -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
    }
    .thank__main-wrap .t22 {
        margin-right: 0;
        margin-bottom: 1rem;
        text-align: center
    }
    .thank__main-wrap .t22 br {
        display: none
    }
    .main_thank .navigation {
        margin-bottom: 4rem
    }
    .vid {
        text-align: center
    }
    .st-vid {
        height: 70vw
    }
    .subs {
        text-align: center
    }
    .subs br {
        display: none
    }
    .main__contacts-wrap {
        text-align: center;
        -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;
        width: 100%
    }
    .main_contacts .main__cont {
        padding-right: 0;
        width: 100%;
        margin-right: auto;
        margin-left: auto
    }
    .contacts__cont {
        padding-left: 0;
        max-width: 90vw;
        margin-left: auto;
        margin-right: auto;
        -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
    }
    .contacts__left {
        margin-top: 0;
        width: 100%;
        margin-bottom: 2rem
    }
    .contacts-form {
        width: 19rem;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-bottom: 2rem
    }
    .contacts-form .check-box .t12 {
        font-size: .7rem
    }
    .contacts-form .t15 {
        font-size: .9rem
    }
    .contacts__right {
        width: 100%
    }
    .contacts-gal__item .st-bg img {
        border-radius: 1rem !important
    }
    .c-map__cont {
        height: 67vw;
        border-radius: 0
    }
    .c-map__fl {
        right: auto;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        bottom: auto;
        top: 3rem
    }
    .c-map__fl {
        height: 15rem;
        width: 20rem
    }
    .c-map .st-play {
        top: 40%
    }
    .main_news-page .main__cont {
        padding-bottom: 4rem;
        text-align: center
    }
    .news__top {
        -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;
        text-align: center
    }
    .news__top .news__t {
        display: none
    }
    .ntab {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .ntab li {
        margin-bottom: 1.2rem
    }
    .ntab a {
        display: inline-block
    }
    .news__wrap {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 90vw;
        margin-left: auto;
        margin-right: auto
    }
    .news__wrap .st-bg img {
        border-radius: 1.2rem !important
    }
    .news-item {
        margin-left: 0;
        margin-right: 0;
        width: 48%
    }
    .main_page .main__cont {
        text-align: center;
        padding-left: 5vw;
        padding-right: 5vw
    }
    .news-item__header br {
        display: none
    }
    .main__about-wrap {
        padding-left: 0
    }
    .main_about .main__cont {
        padding-bottom: 4rem;
        text-align: center
    }
    .main_about .main__cont br {
        display: none
    }
    .ab-wrap__ar {
        display: none
    }
    .ab-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .ab-wrap__right {
        width: 100%;
        margin-bottom: 2rem
    }
    .ab-wrap__left {
        margin-left: auto;
        margin-right: auto;
        width: auto
    }
    .gal-slider__item {
        height: 20rem
    }
    .gal-slider-prev {
        display: none
    }
    .gal {
        padding-bottom: 2rem
    }
    .gal .t30 {
        font-size: 1.2rem
    }
    .c-map_ab .title-lg {
        text-align: center
    }
    .c-map_ab {
        padding-bottom: 1rem
    }
    .c-map_ab .c-map__fl {
        top: 2rem;
        left: 50%;
        right: auto;
        bottom: auto;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: 21rem
    }
    .c-map_ab .contacts-adr {
        margin-left: 0
    }
    .c-map_ab .c-map__cont {
        height: 100vw
    }
    .obor .t36 {
        text-align: center
    }
    .obor .t36 br {
        display: none
    }
    .obor .title-lg {
        text-align: center
    }
    .obor .title-lg br {
        display: none
    }
    .obor__cont {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .obor__item {
        width: 48%;
        margin-bottom: 1.5rem;
        text-align: center;
        border-radius: 0;
        margin-left: 0;
        margin-right: 0
    }
    .obor__item br {
        display: none
    }
    .obor__item .st-bg img {
        border-radius: 0 !important
    }
    .sert__item {
        width: 31%
    }
    .com {
        min-height: auto
    }
    .rab__item {
        width: 45%
    }
    .rab {
        text-align: center
    }
    .mat {
        padding-top: 2rem
    }
    .mat-item {
        padding-bottom: 3rem;
        padding-left: 2rem;
        padding-right: 2rem;
        min-height: auto;
        height: auto
    }
    .mat-item__fl {
        width: 20vw;
        position: relative;
        bottom: 0;
        top: auto;
        right: 0;
        left: auto;
        margin-left: auto;
        margin-right: -2rem;
        margin-bottom: -3rem;
        margin-top: 2rem;
        justify-self: end
    }
    .mat-item__text {
        width: 100%
    }
    .mat-item__text br {
        display: none
    }
    .mat-item__img {
        width: 100%
    }
    .real-time_ab {
        padding-top: 2rem
    }
    .real-time_ab .t48 br {
        display: none
    }
    .real-time_ab .real-time__right ul {
        width: 100%
    }
    .sotr__man {
        margin-bottom: -4rem
    }
    .sotr__header {
        text-align: center
    }
    .sotr__header br {
        display: none
    }
    .sotr__cont {
        padding-left: 5vw;
        padding-right: 5vw
    }
    .sotr-form {
        width: 100%
    }
    .main_contacts .title-lg {
        text-align: center
    }
    .main_contacts .title-lg br {
        display: none
    }
    .serv-item .st-bg img {
        border-radius: 1.5rem
    }
    .need-bl {
        -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;
        width: 100%
    }
    .need-bl__form {
        width: 20rem;
        text-align: center
    }
    .need-bl__form .check-box .t12 {
        font-size: .8rem
    }
    .need-bl__form br {
        display: none
    }
    .need-bl__inp-bl {
        width: 100%
    }
    .need-bl__ph {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
    .need-bl__arr2 {
        display: none
    }
    .need-bl__arr1 {
        display: none
    }
    .main__link-img {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
    .need-bl__center {
        display: none
    }
    .need-bl__right {
        width: auto;
        margin-top: 2rem
    }
    .need__cont {
        padding-bottom: 0
    }
    .need .offer__man {
        margin-right: -3rem
    }
    .need__cont {
        padding-left: 5vw;
        padding-right: 5vw
    }
    .need__cont .title-lg {
        text-align: center
    }
    .need__cont .t36 {
        text-align: center;
        font-size: 1.6rem
    }
    .need__cont .t32 {
        font-size: 1.4rem
    }
    .port-page {
        padding-top: 2rem
    }
    .port-page__editor {
        padding: 3rem 2rem
    }
    .states .title-lg {
        text-align: center
    }
    .states .title-lg br {
        display: none
    }
    .cost__cont .t38 {
        text-align: center;
        font-size: 1.5rem
    }
    .cost-link__img {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
    .cost-bl__bot {
        -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
    }
    .cost-bl__bot .t20 {
        margin-bottom: 1rem;
        text-align: center
    }
    .cost-bl__bot .t20 br {
        display: none
    }
    .cost-bl__bot .btn {
        margin-bottom: 1rem
    }
    .cost-bl__bot .t18 {
        margin-top: .8rem;
        margin-bottom: 1rem
    }
    .cost-bl__info::before {
        display: none
    }
    .cost-bl__info::after {
        display: none
    }
    .cost-bl__header::before {
        display: none
    }
    .cost-bl__header::after {
        display: none
    }
    .cost-bl {
        padding-right: 0
    }
    .otz__bl {
        width: 100%
    }
    .otz {
        padding-bottom: 4rem
    }
    .mserv-fl {
        position: relative;
        right: 0
    }
    .main_serv-page .main__cont {
        padding-bottom: 0
    }
    .mserv-fl__img {
        margin-top: 0
    }
    .mserv-block {
        width: 100%;
        -webkit-box-pack: sp;
        -ms-flex-pack: sp;
        justify-content: sp
    }
    .mserv-block__item {
        -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
    }
    .mserv-block__item br {
        display: none
    }
    .proz .title-lg br {
        display: none
    }
    .proz .t18 br {
        display: none
    }
    .proz__item {
        width: 31.9%
    }
    .proz__item .t20 {
        font-size: 1.2rem
    }
    .proz__item .t15 {
        font-size: .9rem
    }
    .proz__item .t15 br {
        display: none
    }
    .avak__wrap {
        -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
    }
    .avak__wrap .title-lg {
        text-align: center
    }
    .avak__wrap .t30 {
        text-align: center
    }
    .avak__wrap .t24.mb2 {
        text-align: center
    }
    .avak__bl {
        width: 100%;
        -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
    }
    .avak .main__link {
        margin-top: .5rem;
        margin-bottom: .5rem
    }
    .avak .cost-link {
        margin-top: 1rem
    }
    .avak .dnld-cir {
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin-left: auto;
        margin-bottom: 1rem;
        margin-right: auto;
        -webkit-transform: none;
        transform: none
    }
    .avak__cont {
        padding-left: 5vw;
        padding-right: 5vw
    }
    .dvig__bl {
        -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
    }
    .dvig__left {
        width: 100%;
        margin-bottom: 2rem
    }
    .dvig__right {
        width: 100%
    }
    .infbl__cont {
        padding-left: 5vw;
        padding-right: 5vw;
        padding-bottom: 0
    }
    .infbl__wrap {
        width: 100%;
        -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
    }
    .infbl__wrap .t28 {
        text-align: center;
        margin-bottom: 2rem;
        width: 100%
    }
    .infbl__wrap .t28 br {
        display: none
    }
    .infbl__ph {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        margin-top: 2rem
    }
    .gtab__item {
        width: 100%
    }
    .buls__item {
        width: 48%
    }
    .buls__text {
        min-height: 5rem
    }
    .buls__text br {
        display: none
    }
    .place__wr-bl .price-it__list {
        right: 0;
        bottom: 0
    }
    .serv-item .st-bg img {
        border-radius: 1.5rem !important
    }
    .place__wr-bl .serv-item_alt .dnld-cir {
        bottom: 0
    }
    .place__wr-bl .price-it {
        width: 100%
    }
    .place__wr-bl .price-it__inp-bl {
        width: 100%
    }
    .place__wr-bl .price-it__inp-bl .t18 {
        font-size: .9rem
    }
    .place__wr-bl .price-it__list .dnld-cir {
        left: 5rem;
        bottom: 2rem
    }
    .place {
        padding-bottom: 2rem
    }
    .plan {
        padding-top: 2rem
    }
    .step__item:nth-child(odd) {
        padding-left: 5vw;
        padding-right: 5vw
    }
    .step__wrap {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .step__slider-block {
        width: 100%;
        margin-bottom: 2rem
    }
    .step-slider-prev {
        display: none
    }
    .step__info {
        width: 100%
    }
    .step__num {
        position: relative;
        -webkit-transform: none;
        transform: none;
        margin-top: 1rem;
        top: 0;
        bottom: 0
    }
    .step__item:nth-child(even) {
        padding-left: 0
    }
    .step__item:nth-child(even) .st-bg img {
        border-radius: 0
    }
    .step__item:nth-child(even) .step__info {
        width: 100%
    }
    .step__item:nth-child(even) .step__slider-block {
        width: 100%
    }
    .step-line {
        display: none
    }
    .step .title-lg {
        margin-bottom: 2rem
    }
    .plan .title-lg {
        text-align: center
    }
    .plan .title-lg br {
        display: none
    }
    .plan .t32 {
        text-align: center
    }
    .plan .t32 br {
        display: none
    }
    .ptab__tab-item {
        margin-left: .5rem;
        margin-right: .5rem;
        width: 31%
    }
    .ptab__tab-item:last-child {
        margin-right: .5rem
    }
    .portf-sect__cont .auto-right__item {
        width: 100%
    }
    .portf-sect {
        padding-bottom: 2rem
    }
    .portf-sect .auto-right__text br {
        display: none
    }
    .portf-sect .title-lg {
        text-align: center
    }
    .portf-sect .t30 {
        font-size: 1.2rem;
        text-align: center
    }
    .portf-sect .t30 br {
        display: none
    }
    .moreph__item {
        width: 31.8%;
        height: 26vw
    }
    .nav__wrap {
        overflow-y: scroll;
        padding-top: 18rem
    }
    .nav__wrap .green-bl .t12 {
        font-size: .7rem
    }
    .nav__wrap .header__adr {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        color: #fff;
        margin-bottom: 2rem
    }
    .nav__wrap .h-soc {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        color: #fff;
        margin-bottom: 2rem
    }
    .nav__wrap .call-bl {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .nav__wrap .call-bl .t22 {
        font-size: 1.4rem
    }
    .nav__wrap .call-bl .t14 {
        font-size: .9rem
    }
    .nav__wrap .call-bl a {
        color: #fff
    }
    .nav__wrap .call-bl__menu a {
        color: #282828
    }
    .nav__wrap .call-bl__wrap::after {
        border-color: #fff
    }
    .nav__wrap .nav a {
        padding-top: .8rem;
        padding-bottom: 1.2rem
    }
    .nav-elem {
        position: absolute;
        top: 2rem;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
    .right-menu {
        font-size: .7rem
    }
    .modal-norm {
        width: 19.6rem
    }
    .modal-norm .input {
        font-size: .8rem
    }
    .modal__block {
        padding-left: 2rem;
        padding-right: 2rem
    }
    .modal-call__wrap {
        -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;
        margin-bottom: 0rem
    }
    .modal-call__item {
        width: 100%;
        margin-bottom: 1rem
    }
    .modal-call__inp-text {
        font-size: .8rem
    }
    .modal-call__wrap2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .modal-call__wrap2 .modal-call__inp-text {
        margin-bottom: .5rem
    }
    .modal-call__wrap2 .check-box {
        margin-bottom: 1rem
    }
    .check-label-act svg {
        height: 100%
    }
    .modal-call .t32 {
        text-align: center
    }
    .modal-call .t32 br {
        display: none
    }
    .modal-call .t20 {
        text-align: center
    }
    .modal-call .t20 br {
        display: none
    }
    .modal-call .btn-politics-js {
        font-size: .7rem;
        white-space: nowrap
    }
    .modal__block {
        padding-bottom: 2rem
    }
    .modal-call__wrap2 {
        margin-bottom: 1rem;
        margin-top: 1rem
    }
    .modal-call2 .modal-call__item {
        width: 100%
    }
    .modal-call2 .t18 {
        text-align: center
    }
    .modal-call2 .t18 br {
        display: none
    }
    .modal-call2__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .modal-call2__item {
        margin-bottom: 1rem
    }
    .modal-call2__item:last-child {
        margin-bottom: 0
    }
    .modal-call2__bot {
        -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
    }
    .modal-call2__bot .t15 {
        font-size: .9rem
    }
    .modal-call2 .b-ws {
        padding-left: 4rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        margin-top: 1rem
    }
    .modal-call2 .b-ws .btn-img {
        width: 1.7rem;
        left: 1.5rem
    }
    .modal-call3__list {
        position: relative;
        width: 100%;
        right: -2rem;
        top: 0;
        bottom: 0;
        margin-left: auto;
        margin-right: auto;
        -ms-flex-item-align: center;
        align-self: center
    }
    .case-check__text {
        font-size: .7rem
    }
    .case-check__img {
        padding: .7rem
    }
    .modal-call4 .t30 {
        text-align: center;
        font-size: 1.6rem
    }
    .modal-call4 .t30 br {
        display: none
    }
    .modal-call4 .wh-span {
        white-space: nowrap
    }
    .modal-call4 .garant__man {
        width: 19rem;
        margin-bottom: -2rem
    }
}

@media (max-width:767px) {
    .logo__img{
        width: 15rem;
    }
    .nav-elem{
        width: 90%;
    }
    .offer__item{
        width: 100% !important;
    }
    .offer__num{
        margin-left: auto;
        margin-right: auto;
        position: static;
    }
    .starbox{
        justify-content: center;
    }
    .offer-formswpec{
        justify-content: center;
    }
    .offer-formswpec .btn{
        margin-left: 0;
        margin-top: 15px;
    }
    html {
        font-size: 15px
    }
    .serv-alt__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .serv-alt__list:first-child {
        width: 100%;
        margin-bottom: 2rem
    }
    .serv-alt__list:last-child {
        width: 100%
    }
    .st-info {
        padding-left: 2rem;
        padding-right: 2rem;
        font-size: .8rem
    }
    .cost-bl__bot {
        padding-left: 2rem;
        padding-right: 2rem
    }
    .cost-bl__bot .btn .t14 {
        font-size: .9rem
    }
    .cost-bl__top {
        padding-left: 1rem;
        padding-right: 1rem;
        font-size: .7rem
    }
    .cost-bl__left {
        width: auto
    }
    .cost-bl__center {
        width: auto
    }
    .cost-bl__right {
        width: auto
    }
    .cost-bl__info {
        padding-left: 1rem;
        padding-right: 1rem
    }
    .cost {
        padding-bottom: 4rem
    }
    .ptab__tab-item {
        margin-left: 1%;
        margin-right: 1% !important;
        width: 48%;
        text-align: center
    }
}

@media (max-width:567px) {
    html {
        font-size: 14px
    }
    .t54,
    .title-lg,
    .title {
        font-size: 2rem
    }
    .t38{
        font-size: 1.6rem;
    }
    .serv-item li a{
        font-size: 0.8rem;
    }
    .line-text__text {
        font-size: 1.4rem
    }
    .line-text__text br {
        display: none
    }
    .auto-right__gal{
        height: 17rem;
    }
    h2 br {
        display: none
    }
    .mark-slider {
        width: 11rem
    }
    .garant__item {
        width: 100%
    }
    .st-name {
        right: 2rem
    }
    .serv .t32 {
        font-size: 1.4rem
    }
    .serv-item__top {
        padding-right: 0
    }
    .serv-item {
        padding-left: 2rem;
        padding-right: 2rem
    }
    .serv-bot {
        -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
    }
    .serv-bot__center {
        margin-top: 1rem;
        margin-bottom: 1rem
    }
    .serv-item_alt .serv-item__header br {
        display: none
    }
    .serv-item_alt .dnld-cir {
        position: relative;
        bottom: 0;
        right: 0;
        left: 0;
        margin-top: 2rem;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .serv-item_alt .serv-item__top {
        margin-bottom: 0
    }
    .serv-alt__list:first-child ul li {
        width: 100%
    }
    .price-it {
        width: 19rem
    }
    .feat-bl__item {
        width: 100%
    }
    .feat .title-lg {
        font-size: 2.1rem
    }
    .feat .t48 {
        font-size: 2.1rem
    }
    .feat-bot__right-wrap br {
        display: none
    }
    .st-info {
        padding-left: 1rem;
        padding-right: 1rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .st-info__item {
        width: 49%;
        margin-right: 0
    }
    .exp .t48 {
        text-align: center
    }
    .exp .t48 br {
        display: none
    }
    .exp__left {
        -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
    }
    .exp-slider {
        width: 70%
    }
    .exp-slider__img {
        height: 61vw
    }
    .work-slider {
        display: none
    }
    .work__left {
        -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;
        width: 100%
    }
    .work__play-ph {
        margin-bottom: 2rem
    }
    .know-slider__wrap {
        left: auto;
        right: 2rem
    }
    .work__right .t48 {
        font-size: 2rem
    }
    .work__right .t48 br {
        display: none
    }
    .exp {
        padding-bottom: 2rem
    }
    .def__cont {
        padding-left: 5vw;
        padding-right: 5vw
    }
    .def__cont .t48 {
        font-size: 1.9rem
    }
    .def__cont .t32 {
        font-size: 1.22rem
    }
    .def__cont br {
        display: none
    }
    .real-time__item {
        width: 100%
    }
    .real-time__right {
        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
    }
    .real-time__right .t48 {
        text-align: center
    }
    .real-time__right .t24 {
        text-align: center;
        font-size: 1.4rem
    }
    .real-time__right .t24 br {
        display: none
    }
    .real-time__right ul li {
        text-align: left;
        font-size: 1.1rem
    }
    .top__img {
        width: 100vw;
        margin-bottom: 2rem
    }
    .top__fl-text {
        bottom: 0
    }
    .mof .t48 {
        font-size: 2.2rem
    }
    .mof__cont {
        min-height: 130vw
    }
    .discount__item {
        padding-left: 2rem;
        padding-right: 2rem
    }
    .discount__item .t14 {
        text-align: center
    }
    .discount__item .t38 {
        text-align: center
    }
    .discount__item .t38 br {
        display: none
    }
    .discount__item:last-child .discount__fl {
        width: 50vw
    }
    .discount__bl {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .discount__it {
        width: 48%;
        -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;
        text-align: center
    }
    .discount__it br {
        display: none
    }
    .discount__it-img {
        width: 6.5rem
    }
    .discount__item:first-child {
        padding-bottom: 65vw
    }
    .discount__fl {
        width: 70vw
    }
    .discount__img {
        margin-left: auto;
        margin-right: auto
    }
    .usefull__item {
        -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;
        text-align: center;
        padding-left: 1.3rem;
        padding-right: 1.3rem
    }
    .usefull__it-right {
        width: 100%
    }
    .usefull__it-right br {
        display: none
    }
    .usefull__prev {
        width: 100%
    }
    .usefull__left .t54 {
        text-align: center
    }
    .usefull__left .t54 br {
        display: none
    }
    .usefull {
        padding-bottom: 2rem
    }
    .usefull__ph {
        margin-top: 1rem;
        width: 64vw
    }
    .offer__man {
        width: 90vw
    }
    .st-name .t13 {
        font-size: .8rem
    }
    .st-name .t22 {
        font-size: 1rem
    }
    .st-name {
        text-align: center
    }
    .st-name .skew-text:nth-child(1) {
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
    .offer__text {
        font-size: 1rem
    }
    .offer__text br {
        display: none
    }
    .price__h {
        margin-top: 0
    }
    .price__item {
        -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;
        text-align: center
    }
    .price__arr {
        display: none
    }
    .price__t {
        margin-right: 0;
        margin-bottom: 1rem
    }
    .price .title-lg {
        font-size: 2.2rem
    }
    .seob {
        padding-top: 2rem
    }
    .footer__item {
        width: 100% !important;
        -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;
        text-align: center
    }
    .footer-logo__img {
        margin-right: 0
    }
    .footer .ul-feat {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .footer .ul-feat li {
        -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;
        padding-left: 0;
        padding-top: 1.5rem;
        margin-bottom: 2rem
    }
    .footer .ul-feat li::before {
        width: 2rem;
        height: 2rem;
        left: 50%;
        top: -1rem;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%)
    }
    .footer__header {
        font-size: 1.5rem
    }
    .footer .ul-feat {
        margin-top: 4rem
    }
    .footer .ul-feat li {
        font-size: 1rem
    }
    .footer__item .t17 {
        font-size: 1.1rem
    }
    .footer__item li {
        font-size: 1.1rem
    }
    .footer-logo__img {
        width: 7rem
    }
    .footer__item li a {
        padding-bottom: .8rem
    }
    .footer__item li a .header-adr {
        text-align: left
    }
    .green-bl .kr-text__text {
        font-size: .7rem
    }
    .footer__item:last-child .header__adr-text {
        text-align: left
    }
    .f-soc-bl {
        -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
    }
    .f-soc-bl .t12 {
        margin-right: 0;
        font-size: .9rem;
        margin-bottom: .7rem
    }
    .f-soc-bl__item {
        width: 2.5rem;
        height: 2.5rem
    }
    .thank__man {
        width: 90vw
    }
    .vid {
        padding-bottom: 1rem
    }
    .st-vid .st-play__fl {
        width: 6rem;
        height: 6rem
    }
    .st-vid .st-play {
        width: 4.5rem;
        height: 4.5rem
    }
    .st-vid .st-play__img {
        width: 1.1rem
    }
    .contacts-gal .st-option {
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        white-space: nowrap
    }
    .contacts-gal__item {
        width: 48%;
        margin-bottom: 1rem
    }
    .contacts {
        padding-bottom: 2rem
    }
    .main__contacts-wrap .t18 {
        margin-right: 0;
        margin-bottom: .5rem;
        text-align: center
    }
    .main__contacts-wrap .f-soc-bl {
        margin-top: 1rem
    }
    .main_contacts .main__cont {
        padding-bottom: 2rem
    }
    .main__contacts-wrap .f-soc-bl__item {
        width: 2.5rem;
        height: 2.5rem
    }
    .call-bl__wrap .t24 {
        font-size: 1.6rem
    }
    .c-map__cont {
        height: 100vw
    }
    .c-map__fl {
        height: 8rem;
        width: 15rem;
        top: 2rem
    }
    .c-map__text {
        bottom: 1.5rem
    }
    .c-map__text .t20 {
        font-size: .8rem
    }
    .c-map .st-play {
        width: 3rem;
        height: 3rem
    }
    .c-map .st-play__fl {
        height: 4rem;
        width: 4rem
    }
    .news-option {
        -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
    }
    .news-option__item {
        padding-left: .8rem;
        padding-right: .8rem;
        width: 15rem;
        margin-right: 0
    }
    .news-option__item:first-child {
        margin-bottom: 1rem
    }
    .main_news-page .main__cont .title {
        font-size: 2.15rem
    }
    .news-item {
        width: 100%
    }
    .ntab li {
        width: 48%
    }
    .ntab li a {
        width: 100%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .news__top {
        margin-bottom: 1rem
    }
    .news-item__img {
        height: 15rem
    }
    .c-map_ab .c-map__cont {
        height: 300vw
    }
    .c-map_ab .c-map__fl {
        width: 20rem;
        border-radius: 1rem
    }
    .c-map_ab .title-lg {
        font-size: 1.9rem
    }
    .obor__item {
        width: 100%
    }
    .sert__item {
        width: 47.8%;
        padding: .6rem;
        margin-bottom: 1rem
    }
    .sert {
        padding-bottom: 2rem
    }
    .com {
        min-height: auto;
        padding-bottom: 2rem
    }
    .rab .exp-slider__img {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: 42vw
    }
    .rab .exp-slider__info {
        font-size: .9rem
    }
    .mat .title-lg {
        text-align: center
    }
    .mat-item {
        width: 100%;
        border-radius: 0 !important
    }
    .mat-item__fl {
        width: 56vw
    }
    .mat {
        padding-bottom: 0
    }
    .real-time_ab .real-time__right ul li {
        width: 100%
    }
    .real-time_ab {
        padding-bottom: 1rem
    }
    .bmest {
        padding-top: 4rem;
        padding-bottom: 4rem
    }
    .sotr__man {
        margin-top: 2rem
    }
    .sotr-form .check-box .t16 {
        font-size: .8rem
    }
    .sotr-form .t30 {
        text-align: center;
        font-size: 1.1rem
    }
    .sotr-form .t30 br {
        display: none
    }
    .sotr-form__inp-bl .input {
        width: 100%
    }
    .sotr-form__bot {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .sotr-form__bot .btn {
        width: 100%;
        margin-bottom: 1rem
    }
    .sotr__header {
        font-size: 2rem;
        margin-bottom: 2rem
    }
    .sotr {
        padding-bottom: 0
    }
    .sotr .st-name {
        left: 50%;
        right: auto;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        white-space: nowrap
    }
    .sotr .garant__man {
        width: 90vw;
        margin-left: auto;
        margin-right: auto;
        right: 0;
        left: 0
    }
    .need-bl__right {
        -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
    }
    .need-bl__ph {
        margin-right: 0;
        margin-bottom: 2rem
    }
    .need .offer__man {
        width: 90vw
    }
    .need .st-name {
        top: auto;
        bottom: 2rem
    }
    .need .serv-bot__green-text {
        font-size: .9rem
    }
    .need .title-lg {
        font-size: 2.2rem
    }
    .need .t36 {
        font-size: 1.3rem
    }
    .need-bl {
        margin-top: 2rem
    }
    .main_contacts .navigation {
        margin-bottom: 2rem
    }
    .main_serv-page .t54 {
        font-size: 1.96rem
    }
    .main_serv-page .t54 br {
        display: none
    }
    .main_serv-page .line-text__text {
        font-size: 1rem;
        text-align: left
    }
    .mserv-block__item {
        width: 100% !important;
        border: none;
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .mserv-block__item br {
        display: block
    }
    .mserv-block__item .t18 {
        font-size: 1.2rem
    }
    .mserv-fl .soc-link {
        font-size: .8rem;
        text-align: left
    }
    .proz__bl {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .proz__item {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
    .proz__img {
        height: 47vw
    }
    .proz__item .t15 {
        font-size: .9rem
    }
    .dvig-info {
        width: 100%
    }
    .dvig__top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 1rem
    }
    .dvig__tab-item {
        width: 48%;
        text-align: center;
        margin-bottom: 1rem
    }
    .dvig__left {
        height: 100vw
    }
    .dvig__left .dnld-cir {
        bottom: 2rem;
        left: 2rem
    }
    .dvig-info {
        -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
    }
    .dvig-info__item:last-child {
        margin-top: 1rem
    }
    .dvig-item__list-header {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
    .dvig-item__line {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
    .dvig-item__list-ans {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
    .dvig-item__cont {
        font-size: .8rem
    }
    .dvig-item__list-ans {
        width: 28%
    }
    .gtab__top .t22 {
        font-size: 1.1rem
    }
    .gtab__hover {
        padding-right: 0
    }
    .gtab__item {
        padding-right: 1rem
    }
    .fb {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
    .fb .title-lg {
        line-height: 1.3
    }
    .com .title-lg {
        font-size: 1.5rem
    }
    .com-img {
        margin-top: -5rem
    }
    .place-wrap {
        width: 100%;
        -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
    }
    .place-wrap__item {
        width: 100%
    }
    .buls__item {
        width: 100%
    }
    .buls__text {
        min-height: auto
    }
    .buls {
        padding-top: 2rem
    }
    .step__item:nth-child(even) .step__wrap {
        padding-left: 5vw;
        padding-right: 5vw
    }
    .step__info {
        padding-bottom: 0 !important
    }
    .ptab-cont__bl {
        -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;
        text-align: center
    }
    .ptab-cont__left {
        width: 100%;
        margin-bottom: 1rem
    }
    .ptab-cont__right {
        width: 100%
    }
    .plan {
        padding-bottom: 2rem
    }
    .wp-editor {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
    .step__text br {
        display: none
    }
    .step {
        padding-bottom: 2rem
    }
    .moreph__item {
        width: 48%;
        margin-left: 0;
        margin-right: 0;
        height: 30vw
    }
    .moreph__bl {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .nav li.menu-item-has-children li.menu-item-has-children .sub-menu {
        width: 100%;
        padding-left: 2rem;
        padding-right: 1rem
    }
    .nav li.menu-item-has-children li.menu-item-has-children .sub-menu a {
        white-space: normal
    }
    .modal-big {
        width: 20rem
    }
    .modal-big .text21 {
        font-size: 1.3rem
    }
}

.navigation span {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: left
}

.navigation a {
    color: #282828;
    transition: all .3s;
    font-weight: 500
}

.navigation strong {
    font-weight: 700
}

.navigation.white a {
    color: #fff
}

.navigation.white a:hover {
    color: #ff002b
}

.ntab {
    justify-content: flex-start
}

.ntab li {
    margin-right: 1rem
}

.ntab li:last-child {
    margin-right: 0
}

.mane_news-page-mod .title {
    width: 60%
}

.real-time__item {
    overflow: hidden
}

.step__item:nth-child(even) .step__num {
    color: #1f1f1f
}

.step__info p {
    margin-bottom: 1.5rem
}

.step__info p:last-child {
    margin-bottom: 0
}

.nav-links {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nav-links a {
    color: #ff002b;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nav-links a:before {
    content: '';
    position: absolute;
    top: 120%;
    width: 100%;
    border-bottom: 1px dashed #ff002b;
    -webkit-transition: all .4s;
    transition: all .4s
}

.post-navigation {
    margin-bottom: 0;
    width: 100%
}

.nav-previous .st-link__arrow {
    position: relative;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: .5rem
}

.nav-links a:hover {
    color: #282828
}

.nav-links a:hover svg {
    fill: #282828
}

.nav-links a:hover:before {
    width: 30%;
    border-color: #282828
}

.footer .rate-fl {
    top: 2rem;
    right: 0
}

.otz__bl {
    border: none
}

.know-slider__img .arrows {
    transition: all .3s;
    opacity: .5
}

.know-slider__img .arrows:hover {
    opacity: 1
}

.sl-arr__img {
    transition: all .3s;
    opacity: .5
}

.sl-arr__img:hover {
    opacity: 1
}

.arrows img {
    transition: all .3s;
    opacity: .5
}

.arrows img:hover {
    opacity: 1
}

.serv-alt__list:last-child {
    width: 29.5%
}

.btn-politics-js {
    text-decoration: underline
}

.gtab__hover {
    padding-left: 2rem
}

.proz__img {
    border-radius: .7rem
}

@media (max-width:900px) {
    .exp .sl-arr {
        display: none
    }
    .exp .sl-arr-mod {
        display: flex !important;
        margin-top: 2rem
    }
    .offer-form__inp-bl .check-box {
        display: none
    }
    .check-box-mod {
        display: block !important
    }
    .check-box-mod .t12 {
        font-size: .8rem;
        text-align: left;
        padding-left: 0
    }
    .nav__wrap {
        padding-top: 20rem
    }
    .nav li.menu-item-has-children .sub-menu a {
        padding-bottom: .7rem
    }
    .nav li.menu-item-has-children li.menu-item-has-children .sub-menu {
        padding-left: 1rem;
        padding-right: .5rem
    }
    .nav li.menu-item-has-children li.menu-item-has-children .sub-menu a {
        padding-right: 0
    }
    .mod-cir {
        display: flex !important;
        width: 2.5rem;
        height: 2.5rem;
        padding: .6rem
    }
    .mod-cir.v1 {
        background-color: #ff002b
    }
    .mod-cir.v1 svg {
        fill: #fff
    }
    .mod-cir.v3 svg {
        fill: #fff
    }
    .mod-cir.v2 {
        background-color: #00a2f2
    }
    .mod-cir.v3 {
        background-color: #ff002b
    }
    .logo__text {
        display: none
    }
    .logo__img {
        margin-right: 0
    }
    .auto__left-wrap_no-mod .auto-left__menu,
    .auto__left-wrap_no-mod .t32,
    .auto__left-wrap_no-mod .st-link {
        display: none
    }
    .left-wrap-auto-mod {
        display: flex !important;
        margin-top: 2rem;
        margin-bottom: 0
    }
    .know-slider__img .arrows {
        width: 3rem;
        height: auto
    }
    .top__fl-text {
        left: 50%;
        transform: translate(-50%, 0)
    }
    .mof__cont {
        justify-content: flex-end
    }
    .mof {
        margin-bottom: -4rem
    }
    .usefull .st-date {
        top: auto;
        left: 2.6rem;
        right: auto;
        bottom: 1.6rem
    }
    .footer .ul-feat li br {
        display: none
    }
    .mane_news-page-mod .title {
        width: 100%;
        font-size: 2rem
    }
    .port-page__links {
        width: 100%
    }
    .nav-links {
        justify-content: space-around;
        font-size: .9rem
    }
    .gtab__hover br {
        display: none
    }
    .gtab__hover {
        font-size: .9rem
    }
    .to_top {
        width: 3rem;
        height: 3rem;
        padding: .5rem
    }
    .to_top:before {
        border: .7rem solid transparent;
        border-bottom: .9rem solid #fff
    }
    .navigation span {
        display: inline
    }
    .navigation__item {
        display: inline-block;
        margin-left: .3rem;
        margin-right: .3rem
    }
    .nav__wrap {
        padding-top: 31rem !important;
        overflow-x: hidden !important
    }
}

@media (max-width:767px) {
    .serv-alt__list:last-child {
        width: 100%
    }
    .yafeed {
        width: 100% !important
    }
}

@media (max-width:567px) {
    .st-name .skew-text:nth-child(1) {
        transform: translate(-50%, 0) skew(-8deg)
    }
    .modal-norm {
        width: 90vw
    }
    .top__left .t30 br {
        display: none
    }
    .main .navigation {
        font-size: .75rem
    }
    .ntab {
        justify-content: space-between
    }
    .ntab li {
        margin-right: 0
    }
    .otz__top {
        padding-left: 1rem;
        padding-right: 1rem
    }
    .otz__top .t38 {
        font-size: 1.9rem
    }
    .otz__top .t22 {
        font-size: 1.1rem
    }
    .real-time__item {
        min-height: auto !important;
        height: 16rem !important
    }
    .news_port .news-item .t12 {
        font-size: .8rem
    }
    .news_port .news-item .t14 {
        font-size: .8rem
    }
    .news_port .news-item .st-option__item {
        padding-left: .4rem;
        padding-right: .4rem;
        padding-top: .5rem;
        padding-bottom: .5rem
    }
    .news_port .news-item .auto-right__info {
        padding-left: .7rem;
        padding-right: .7rem;
        padding-top: .5rem;
        padding-bottom: .5rem
    }
    .dvig-info {
        flex-direction: row;
        justify-content: space-between
    }
    .dvig-info__item:last-child {
        margin-top: 0
    }
    .dvig-info__item:first-child {
        padding-left: .8rem;
        padding-right: .8rem
    }
    .bg-mod__wrap {
        position: relative
    }
    .bg-mod {
        display: block !important;
        right: 0;
        left: auto;
        width: 240vw;
        height: auto;
        top: 11rem
    }
    .avak .dnld-cir {
        margin-top: 5rem;
        margin-bottom: 5rem
    }
    .avak .dnld-cir .t15 {
        font-size: .8rem
    }
    .bg-mod img {
        border-radius: 0
    }
    .feat-slider .arrows {
        width: 3.5rem;
        height: auto
    }
    .feat-slider .arrows img {
        opacity: .8
    }
    .feat-slider .arrows:hover img {
        opacity: 1
    }
    .exp .sl-arr__img {
        width: 3rem
    }
    .know-slider__img .arrows {
        width: 4rem
    }
    .know-slider__img .slideNext {
        right: -3.5rem
    }
    .know-slider__img .slidePrev {
        left: -3.5rem
    }
    .mof {
        background: none !important
    }
    .bg-mof {
        display: block !important;
        position: relative;
        height: 20rem;
        width: 100vw;
        margin-bottom: 2rem
    }
    .mof__cont {
        min-height: auto
    }
    .usefull .btn svg {
        height: 1rem;
        width: 1rem
    }
}

.btn-politics-js {
    text-decoration: none
}

.rate-fl__text {
    bottom: 0
}

.st-link__arrow {
    flex-shrink: 0
}

.st-link__arrow svg {
    flex-shrink: 0
}

.alter-btn {
    position: relative
}

.alter-btn:not(:disabled) .btn-blick {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 3rem;
    overflow: hidden
}

.alter-btn:not(:disabled) .btn-blick:after {
    margin-left: -30px;
    content: " ";
    width: 20px;
    height: 400px;
    background: #fff;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    position: absolute;
    left: -40px;
    top: -150px;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.rating {
    color: #282828
}

.step__info strong {
    font-weight: 900
}

.sub-menu {
    padding-right: 0
}

.sub-menu li {
    margin-right: 0rem
}

.sub-menu li a {
    padding-right: 1.8rem !important
}

.nav li.menu-item-has-children .menu-item-has-children::after {
    right: .4rem
}

.nav li.menu-item-has-children .menu-item-has-children .sub-menu {
    right: 0
}

.check-label-act svg {
    height: 100%;
    width: 100%
}

.usefull .btn svg {
    width: 1rem;
    height: 1rem
}

.check-label-act svg {
    width: .6rem;
    height: .6rem
}