:root {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-20: #005a87
}

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

.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: none;
    border-radius: 1.55em;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: .667em 1.333em;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word
}

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

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

.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 .wp-block-button {
    display: inline-block;
    margin-right: .5em;
    margin-bottom: .5em
}

.wp-block-buttons .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.alignleft .wp-block-button {
    margin-left: 0;
    margin-right: .5em
}

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

.wp-block-button.aligncenter,
.wp-block-buttons.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 {
    white-space: pre-wrap;
    overflow-wrap: break-word
}

.wp-block-columns {
    display: flex;
    margin-bottom: 1.75em;
    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 {
    -ms-grid-row-align: 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;
    height: 100%;
    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: 290px;
    width: 100%
}

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

@supports ((position:-webkit-sticky) or (position:sticky)) {

    .wp-block-cover-image:after,
    .wp-block-cover:after {
        content: none
    }
}

.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    display: flex
}

.wp-block-cover-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 .wp-block-subhead:not(.has-text-color),
.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 .wp-block-subhead: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__video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover
}

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

.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 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 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: 580px;
    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-embed {
    margin-bottom: 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__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;
    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:-webkit-sticky) or (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:-webkit-sticky) or (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 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:-webkit-sticky) or (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;
        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),
    .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
        margin-right: 0
    }

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

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

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

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

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

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

    .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-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: 290px;
    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-bottom: 1em
}

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

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

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

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright {
    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
}

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

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .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-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
}

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

.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 {
    direction: ltr;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 1fr;
    grid-template-columns: 50% 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto
}

.wp-block-media-text.has-media-on-the-right {
    -ms-grid-columns: 1fr 50%;
    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 {
    -ms-grid-row-align: start;
    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 {
    -ms-grid-row-align: center;
    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 {
    -ms-grid-row-align: end;
    align-self: end
}

.wp-block-media-text .wp-block-media-text__media {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    direction: ltr;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    padding: 0 8%;
    word-break: break-word
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1
}

.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 figure.wp-block-media-text__media {
    height: 100%;
    min-height: 250px;
    background-size: cover
}

.wp-block-media-text.is-image-fill figure.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 {
        -ms-grid-columns: 100% !important;
        grid-template-columns: 100% !important
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        grid-row: 2
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation-link:not(.has-text-color) {
    color: #1e1e1e
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation__container {
    background-color: #fff
}

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

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

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

.wp-block-navigation-link {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0
}

.wp-block-navigation-link .wp-block-navigation__container:empty {
    display: none
}

.wp-block-navigation__container {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap
}

.is-vertical .wp-block-navigation__container {
    display: block
}

.has-child>.wp-block-navigation-link__content {
    padding-right: .5em
}

.has-child .wp-block-navigation__container {
    border: 1px solid rgba(0, 0, 0, .15);
    background-color: inherit;
    color: inherit;
    position: absolute;
    left: 0;
    top: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 2;
    opacity: 0;
    transition: opacity .1s linear;
    visibility: hidden
}

.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__content {
    flex-grow: 1
}

.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon {
    padding-right: .5em
}

@media (min-width:782px) {
    .has-child .wp-block-navigation__container {
        left: 1.5em
    }

    .has-child .wp-block-navigation__container .wp-block-navigation__container {
        left: 100%;
        top: -1px
    }

    .has-child .wp-block-navigation__container .wp-block-navigation__container:before {
        content: "";
        position: absolute;
        right: 100%;
        height: 100%;
        display: block;
        width: .5em;
        background: transparent
    }

    .has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg {
        transform: rotate(0)
    }
}

.has-child:hover {
    cursor: pointer
}

.has-child:hover>.wp-block-navigation__container {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column
}

.has-child:focus-within {
    cursor: pointer
}

.has-child:focus-within>.wp-block-navigation__container {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column
}

.wp-block-navigation-link__content {
    color: inherit;
    text-decoration: none;
    padding: .5em 1em
}

.wp-block-navigation-link__content+.wp-block-navigation-link__content {
    padding-top: 0
}

.has-text-color .wp-block-navigation-link__content {
    color: inherit
}

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

.wp-block-navigation-link__submenu-icon {
    height: inherit;
    padding: .375em 1em .375em 0
}

.wp-block-navigation-link__submenu-icon svg {
    fill: currentColor
}

@media (min-width:782px) {
    .wp-block-navigation-link__submenu-icon svg {
        transform: rotate(90deg)
    }
}

.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-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-pullquote {
    padding: 3em 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center
}

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

.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-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.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__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 {
    margin-left: .625em;
    word-break: normal
}

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

.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-separator.is-style-wide {
    border-bottom-width: 1px
}

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

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

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

.wp-block-social-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    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-social-link {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 9999px;
    margin: 0 8px 8px 0;
    transition: transform .1s ease
}

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

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

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

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

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

.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-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-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 svg {
    width: 28px;
    height: 28px
}

.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-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-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 {
    background-color: #d32422;
    color: #fff
}

.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: 16px;
    padding-right: 16px
}

.wp-block-spacer {
    clear: both
}

p.wp-block-subhead {
    font-size: 1.1em;
    font-style: italic;
    opacity: .75
}

.wp-block-table {
    overflow-x: auto
}

.wp-block-table table {
    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-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%
}

.wp-block-video {
    margin-left: 0;
    margin-right: 0
}

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

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-video [poster] {
        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 a {
    display: inline-block
}

: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)
}

:root .has-link-color a {
    color: #00e;
    color: var(--wp--style--color--link, #00e)
}

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

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0
}

div.wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid red
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
    border: 2px solid red
}

div.wpcf7-spam-blocked {
    border: 2px solid #ffa500
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700
}

.wpcf7-form-control-wrap {
    position: relative
}

span.wpcf7-not-valid-tip {
    color: red;
    font-size: 1em;
    font-weight: 400;
    display: block
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid red;
    background: #fff;
    padding: .2em .8em
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
    content: " "
}

.wpcf7-display-none {
    display: none
}

div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url(../../../plugins/contact-form-7/images/ajax-loader.gif);
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle
}

div.wpcf7 .ajax-loader.is-active {
    visibility: visible
}

div.wpcf7 div.ajax-error {
    display: none
}

div.wpcf7 .placeheld {
    color: #888
}

div.wpcf7 input[type="file"] {
    cursor: pointer
}

div.wpcf7 input[type="file"]:disabled {
    cursor: default
}

div.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed
}

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

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

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

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button
}

button[disabled],
html input[disabled] {
    cursor: default
}

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

input {
    line-height: normal
}

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

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

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

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

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

fieldset {
    margin: 0 2px;
    padding: .35em .625em .75em;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td,
th {
    padding: 0
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143
}

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

a {
    color: #337ab7
}

a:focus,
a:hover {
    text-decoration: underline;
    color: #23527c
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    line-height: 1.42857143;
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0
}

[role=button] {
    cursor: pointer
}

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:768px) {
    .container {
        width: 738px
    }
}

@media (min-width:868px) {
    .container {
        width: 780px
    }
}

@media (min-width:968px) {
    .container {
        width: 880px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

@media (min-width:1280px) {
    .container {
        width: 1250px
    }
}

@media (min-width:1340px) {
    .container {
        width: 1320px
    }
}

@media (min-width:1420px) {
    .container {
        width: 1320px
    }
}

@media (min-width:1520px) {
    .container {
        width: 1480px
    }
}

@media (min-width:1620px) {
    .container {
        width: 1580px
    }
}

@media (min-width:1820px) {
    .container {
        width: 1780px
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
    float: left
}

.col-xs-12 {
    float: left;
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11 {
        float: left
    }

    .col-sm-12 {
        float: left;
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11 {
        float: left
    }

    .col-md-12 {
        float: left;
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11 {
        float: left
    }

    .col-lg-12 {
        float: left;
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

.clearfix:after,
.clearfix:before,
.comment-content:after,
.comment-content:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.clearfix:after,
.comment-content:after,
.container-fluid:after,
.container:after,
.row:after {
    clear: both
}

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

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    border: 0;
    background-color: transparent;
    text-shadow: none
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.btn-danger,
.btn-default,
.btn-info,
.btn-primary,
.btn-success,
.btn-warning {
    -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2)
}

.btn-danger.active,
.btn-danger:active,
.btn-default.active,
.btn-default:active,
.btn-info.active,
.btn-info:active,
.btn-primary.active,
.btn-primary:active,
.btn-success.active,
.btn-success:active,
.btn-warning.active,
.btn-warning:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-danger.disabled,
.btn-danger[disabled],
.btn-default.disabled,
.btn-default[disabled],
.btn-info.disabled,
.btn-info[disabled],
.btn-primary.disabled,
.btn-primary[disabled],
.btn-success.disabled,
.btn-success[disabled],
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-warning {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-danger .badge,
.btn-default .badge,
.btn-info .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-warning .badge {
    text-shadow: none
}

.btn.active,
.btn:active {
    background-image: none
}

.btn-default {
    border-color: #dbdbdb;
    border-color: #ccc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
    background-image: -webkit-linear-gradient(top, #fff, #e0e0e0);
    background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
    background-image: linear-gradient(180deg, #fff 0, #e0e0e0);
    background-repeat: repeat-x;
    text-shadow: 0 1px 0 #fff
}

.btn-default:focus,
.btn-default:hover {
    background-color: #e0e0e0;
    background-position: 0 -15px
}

.btn-default.active,
.btn-default:active {
    border-color: #dbdbdb;
    background-color: #e0e0e0
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #e0e0e0;
    background-image: none
}

.btn-primary {
    border-color: #245580;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
    background-image: -webkit-linear-gradient(top, #337ab7, #265a88);
    background-image: -o-linear-gradient(top, #337ab7 0, #265a88 100%);
    background-image: linear-gradient(180deg, #337ab7 0, #265a88);
    background-repeat: repeat-x
}

.btn-primary:focus,
.btn-primary:hover {
    background-color: #265a88;
    background-position: 0 -15px
}

.btn-primary.active,
.btn-primary:active {
    border-color: #245580;
    background-color: #265a88
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #265a88;
    background-image: none
}

.btn-success {
    border-color: #3e8f3e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
    background-image: -webkit-linear-gradient(top, #5cb85c, #419641);
    background-image: -o-linear-gradient(top, #5cb85c 0, #419641 100%);
    background-image: linear-gradient(180deg, #5cb85c 0, #419641);
    background-repeat: repeat-x
}

.btn-success:focus,
.btn-success:hover {
    background-color: #419641;
    background-position: 0 -15px
}

.btn-success.active,
.btn-success:active {
    border-color: #3e8f3e;
    background-color: #419641
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #419641;
    background-image: none
}

.btn-info {
    border-color: #28a4c9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2aabd2);
    background-image: -o-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
    background-image: linear-gradient(180deg, #5bc0de 0, #2aabd2);
    background-repeat: repeat-x
}

.btn-info:focus,
.btn-info:hover {
    background-color: #2aabd2;
    background-position: 0 -15px
}

.btn-info.active,
.btn-info:active {
    border-color: #28a4c9;
    background-color: #2aabd2
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #2aabd2;
    background-image: none
}

.btn-warning {
    border-color: #e38d13;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
    background-image: -webkit-linear-gradient(top, #f0ad4e, #eb9316);
    background-image: -o-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
    background-image: linear-gradient(180deg, #f0ad4e 0, #eb9316);
    background-repeat: repeat-x
}

.btn-warning:focus,
.btn-warning:hover {
    background-color: #eb9316;
    background-position: 0 -15px
}

.btn-warning.active,
.btn-warning:active {
    border-color: #e38d13;
    background-color: #eb9316
}

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #eb9316;
    background-image: none
}

.btn-danger {
    border-color: #b92c28;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
    background-image: -webkit-linear-gradient(top, #d9534f, #c12e2a);
    background-image: -o-linear-gradient(top, #d9534f 0, #c12e2a 100%);
    background-image: linear-gradient(180deg, #d9534f 0, #c12e2a);
    background-repeat: repeat-x
}

.btn-danger:focus,
.btn-danger:hover {
    background-color: #c12e2a;
    background-position: 0 -15px
}

.btn-danger.active,
.btn-danger:active {
    border-color: #b92c28;
    background-color: #c12e2a
}

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #c12e2a;
    background-image: none
}

.img-thumbnail,
.thumbnail {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075)
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: #e8e8e8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #e8e8e8);
    background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
    background-image: linear-gradient(180deg, #f5f5f5 0, #e8e8e8);
    background-repeat: repeat-x
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background-color: #2e6da4;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: -webkit-linear-gradient(top, #337ab7, #2e6da4);
    background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: linear-gradient(180deg, #337ab7 0, #2e6da4);
    background-repeat: repeat-x
}

.navbar-default {
    border-radius: 4px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
    background-image: -webkit-linear-gradient(top, #fff, #f8f8f8);
    background-image: -o-linear-gradient(top, #fff 0, #f8f8f8 100%);
    background-image: linear-gradient(180deg, #fff 0, #f8f8f8);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 5px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 5px rgba(0, 0, 0, .075)
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.open>a {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
    background-image: -webkit-linear-gradient(top, #dbdbdb, #e2e2e2);
    background-image: -o-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
    background-image: linear-gradient(180deg, #dbdbdb 0, #e2e2e2);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075)
}

.navbar-brand,
.navbar-nav>li>a {
    text-shadow: 0 1px 0 hsla(0, 0%, 100%, .25)
}

.navbar-inverse {
    border-radius: 4px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
    background-image: -webkit-linear-gradient(top, #3c3c3c, #222);
    background-image: -o-linear-gradient(top, #3c3c3c 0, #222 100%);
    background-image: linear-gradient(180deg, #3c3c3c 0, #222);
    background-repeat: repeat-x
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.open>a {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
    background-image: -webkit-linear-gradient(top, #080808, #0f0f0f);
    background-image: -o-linear-gradient(top, #080808 0, #0f0f0f 100%);
    background-image: linear-gradient(180deg, #080808 0, #0f0f0f);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25)
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav>li>a {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.navbar-fixed-bottom,
.navbar-fixed-top,
.navbar-static-top {
    border-radius: 0
}

@media (max-width:767px) {

    .navbar .navbar-nav .open .dropdown-menu>.active>a,
    .navbar .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
        background-image: -webkit-linear-gradient(top, #337ab7, #2e6da4);
        background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
        background-image: linear-gradient(180deg, #337ab7 0, #2e6da4);
        background-repeat: repeat-x
    }
}

.alert {
    -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .25), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .25), 0 1px 2px rgba(0, 0, 0, .05);
    text-shadow: 0 1px 0 hsla(0, 0%, 100%, .2)
}

.alert-success {
    border-color: #b2dba1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
    background-image: -webkit-linear-gradient(top, #dff0d8, #c8e5bc);
    background-image: -o-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
    background-image: linear-gradient(180deg, #dff0d8 0, #c8e5bc);
    background-repeat: repeat-x
}

.alert-info {
    border-color: #9acfea;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
    background-image: -webkit-linear-gradient(top, #d9edf7, #b9def0);
    background-image: -o-linear-gradient(top, #d9edf7 0, #b9def0 100%);
    background-image: linear-gradient(180deg, #d9edf7 0, #b9def0);
    background-repeat: repeat-x
}

.alert-warning {
    border-color: #f5e79e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
    background-image: -webkit-linear-gradient(top, #fcf8e3, #f8efc0);
    background-image: -o-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
    background-image: linear-gradient(180deg, #fcf8e3 0, #f8efc0);
    background-repeat: repeat-x
}

.alert-danger {
    border-color: #dca7a7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
    background-image: -webkit-linear-gradient(top, #f2dede, #e7c3c3);
    background-image: -o-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
    background-image: linear-gradient(180deg, #f2dede 0, #e7c3c3)
}

.alert-danger,
.progress {
    background-repeat: repeat-x
}

.progress {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
    background-image: -webkit-linear-gradient(top, #ebebeb, #f5f5f5);
    background-image: -o-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
    background-image: linear-gradient(180deg, #ebebeb 0, #f5f5f5)
}

.progress-bar {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
    background-image: -webkit-linear-gradient(top, #337ab7, #286090);
    background-image: -o-linear-gradient(top, #337ab7 0, #286090 100%);
    background-image: linear-gradient(180deg, #337ab7 0, #286090);
    background-repeat: repeat-x
}

.progress-bar-success {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
    background-image: -webkit-linear-gradient(top, #5cb85c, #449d44);
    background-image: -o-linear-gradient(top, #5cb85c 0, #449d44 100%);
    background-image: linear-gradient(180deg, #5cb85c 0, #449d44);
    background-repeat: repeat-x
}

.progress-bar-info {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
    background-image: -webkit-linear-gradient(top, #5bc0de, #31b0d5);
    background-image: -o-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
    background-image: linear-gradient(180deg, #5bc0de 0, #31b0d5);
    background-repeat: repeat-x
}

.progress-bar-warning {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
    background-image: -webkit-linear-gradient(top, #f0ad4e, #ec971f);
    background-image: -o-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
    background-image: linear-gradient(180deg, #f0ad4e 0, #ec971f);
    background-repeat: repeat-x
}

.progress-bar-danger {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
    background-image: -webkit-linear-gradient(top, #d9534f, #c9302c);
    background-image: -o-linear-gradient(top, #d9534f 0, #c9302c 100%);
    background-image: linear-gradient(180deg, #d9534f 0, #c9302c);
    background-repeat: repeat-x
}

.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 100%, .15) 50%, hsla(0, 0%, 100%, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.list-group {
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075)
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    border-color: #2b669a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
    background-image: -webkit-linear-gradient(top, #337ab7, #2b669a);
    background-image: -o-linear-gradient(top, #337ab7 0, #2b669a 100%);
    background-image: linear-gradient(180deg, #337ab7 0, #2b669a);
    background-repeat: repeat-x;
    text-shadow: 0 -1px 0 #286090
}

.list-group-item.active .badge,
.list-group-item.active:focus .badge,
.list-group-item.active:hover .badge {
    text-shadow: none
}

.panel {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05)
}

.panel-default>.panel-heading {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #e8e8e8);
    background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
    background-image: linear-gradient(180deg, #f5f5f5 0, #e8e8e8);
    background-repeat: repeat-x
}

.panel-primary>.panel-heading {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: -webkit-linear-gradient(top, #337ab7, #2e6da4);
    background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: linear-gradient(180deg, #337ab7 0, #2e6da4);
    background-repeat: repeat-x
}

.panel-success>.panel-heading {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
    background-image: -webkit-linear-gradient(top, #dff0d8, #d0e9c6);
    background-image: -o-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
    background-image: linear-gradient(180deg, #dff0d8 0, #d0e9c6);
    background-repeat: repeat-x
}

.panel-info>.panel-heading {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
    background-image: -webkit-linear-gradient(top, #d9edf7, #c4e3f3);
    background-image: -o-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
    background-image: linear-gradient(180deg, #d9edf7 0, #c4e3f3);
    background-repeat: repeat-x
}

.panel-warning>.panel-heading {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
    background-image: -webkit-linear-gradient(top, #fcf8e3, #faf2cc);
    background-image: -o-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
    background-image: linear-gradient(180deg, #fcf8e3 0, #faf2cc);
    background-repeat: repeat-x
}

.panel-danger>.panel-heading {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
    background-image: -webkit-linear-gradient(top, #f2dede, #ebcccc);
    background-image: -o-linear-gradient(top, #f2dede 0, #ebcccc 100%);
    background-image: linear-gradient(180deg, #f2dede 0, #ebcccc);
    background-repeat: repeat-x
}

.well {
    border-color: #dcdcdc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
    background-image: -webkit-linear-gradient(top, #e8e8e8, #f5f5f5);
    background-image: -o-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
    background-image: linear-gradient(180deg, #e8e8e8 0, #f5f5f5);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 hsla(0, 0%, 100%, .1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 hsla(0, 0%, 100%, .1)
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: a;
    -o-animation-name: a;
    animation-name: a
}

@-webkit-keyframes a {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-o-keyframes a {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes a {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(https://turbosto.com.ua/wp-content/themes/wp-framework/css/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    -o-transition: -o-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease, -o-transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.alignnone {
    margin: .55em
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: .55em auto
}

.alignright {
    float: right;
    margin: .55em 0 1.1em 1.1em
}

.alignleft {
    float: left;
    margin: .55em 1.1em 1.1em 0
}

.wp-caption {
    max-width: 96%;
    padding: .55em;
    text-align: center;
    border: 1px solid #ddd;
    background-color: tint(#ddd, 75%)
}

.wp-caption img {
    width: auto;
    max-width: 98.5%;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0
}

.wp-caption .wp-caption-text {
    font-size: 80%
}

.gallery-caption,
.wp-caption .wp-caption-text {
    line-height: 1.1;
    margin: 0;
    padding: 0 .55em .55em
}

.gallery-caption {
    font-size: 60%
}

.comment-respond,
.entry-comments,
.entry-pings {
    margin: 0 0 1.1em
}

.comment-respond,
.entry-comments,
.entry-pings {
    padding: 1.1em
}

.entry-comments .comment-author {
    margin-bottom: 0
}

.comment-respond input[type=email],
.comment-respond input[type=url] input[type=text] {
    width: 50%
}

.comment-respond label {
    display: block;
    margin-right: 1.1em
}

.comment-list li,
.ping-list li {
    list-style-type: none
}

.comment-list li {
    margin-top: 1.65em;
    padding: 2.2em
}

.comment-list li li {
    margin-right: -1.65em
}

.comment {
    border: 2px solid #fff;
    border-right: none;
    background-color: tint(#ddd, 75%)
}

.comment .avatar {
    margin: 0 1.1em 1.65em 0
}

.entry-pings .reply {
    display: none
}

.form-allowed-tags {
    font-size: 80%;
    padding: 1.65em;
    background-color: tint(#ddd, 75%)
}

.slider-pro {
    margin: 0 auto;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.slider-pro,
.sp-mask,
.sp-slides-container {
    position: relative
}

.sp-mask {
    overflow: hidden
}

.sp-slides {
    position: relative;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000
}

.sp-slide {
    position: absolute
}

.sp-image-container {
    overflow: hidden
}

.sp-image {
    position: relative;
    display: block;
    border: none
}

.sp-no-js {
    overflow: hidden;
    max-width: 100%
}

.sp-thumbnails-container {
    position: relative;
    overflow: hidden;
    direction: ltr
}

.sp-bottom-thumbnails,
.sp-top-thumbnails {
    left: 0;
    margin: 0 auto
}

.sp-top-thumbnails {
    position: absolute;
    top: 0;
    margin-bottom: 4px
}

.sp-bottom-thumbnails {
    margin-top: 4px
}

.sp-left-thumbnails,
.sp-right-thumbnails {
    position: absolute;
    top: 0
}

.sp-right-thumbnails {
    right: 0;
    margin-left: 4px
}

.sp-left-thumbnails {
    left: 0;
    margin-right: 4px
}

.sp-thumbnails {
    position: relative
}

.sp-thumbnail {
    border: none
}

.sp-thumbnail-container {
    position: relative;
    display: block;
    overflow: hidden;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.sp-rtl .sp-thumbnail-container {
    float: right
}

.sp-bottom-thumbnails .sp-thumbnail-container,
.sp-top-thumbnails .sp-thumbnail-container {
    margin-left: 2px;
    margin-right: 2px
}

.sp-bottom-thumbnails .sp-thumbnail-container:first-child,
.sp-top-thumbnails .sp-thumbnail-container:first-child {
    margin-left: 0
}

.sp-bottom-thumbnails .sp-thumbnail-container:last-child,
.sp-top-thumbnails .sp-thumbnail-container:last-child {
    margin-right: 0
}

.sp-left-thumbnails .sp-thumbnail-container,
.sp-right-thumbnails .sp-thumbnail-container {
    margin-top: 2px;
    margin-bottom: 2px
}

.sp-left-thumbnails .sp-thumbnail-container:first-child,
.sp-right-thumbnails .sp-thumbnail-container:first-child {
    margin-top: 0
}

.sp-left-thumbnails .sp-thumbnail-container:last-child,
.sp-right-thumbnails .sp-thumbnail-container:last-child {
    margin-bottom: 0
}

.sp-right-thumbnails.sp-has-pointer {
    margin-left: -13px
}

.sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
    position: absolute;
    left: 18px;
    margin-left: 0 !important
}

.sp-left-thumbnails.sp-has-pointer {
    margin-right: -13px
}

.sp-left-thumbnails.sp-has-pointer .sp-thumbnail {
    position: absolute;
    right: 18px
}

.sp-bottom-thumbnails.sp-has-pointer {
    margin-top: -13px
}

.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
    position: absolute;
    top: 18px;
    margin-top: 0 !important
}

.sp-top-thumbnails.sp-has-pointer {
    margin-bottom: -13px
}

.sp-top-thumbnails.sp-has-pointer .sp-thumbnail {
    position: absolute;
    bottom: 18px
}

.sp-layer {
    position: absolute;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-backface-visibility: hidden
}

.sp-black {
    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, .7)
}

.sp-white {
    color: #000;
    background: #fff;
    background: hsla(0, 0%, 100%, .7)
}

.sp-rounded {
    border-radius: 10px
}

.sp-padding {
    padding: 10px
}

.sp-grab {
    cursor: url(../../../themes/wp-framework/img/openhand.cur), move
}

.sp-grabbing {
    cursor: url(https://turbosto.com.ua/wp-content/themes/wp-framework/img/closedhand.cur), move
}

.sp-selectable {
    cursor: default
}

.sp-caption-container {
    text-align: center;
    margin-top: 10px
}

.sp-full-screen {
    margin: 0 !important;
    background-color: #000
}

.sp-full-screen-button {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sp-full-screen-button:before {
    content: "\2195"
}

.sp-fade-full-screen {
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s
}

.slider-pro:hover .sp-fade-full-screen {
    opacity: 1
}

.sp-buttons {
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 10px
}

.sp-rtl .sp-buttons {
    direction: rtl
}

.sp-full-screen .sp-buttons {
    display: none
}

.sp-button {
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 50%;
    margin: 4px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer
}

.sp-selected-button {
    background-color: #000
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .sp-button {
        width: 14px;
        height: 14px
    }
}

@media only screen and (min-width:568px) and (max-width:768px) {
    .sp-button {
        width: 16px;
        height: 16px
    }
}

@media only screen and (min-width:320px) and (max-width:568px) {
    .sp-button {
        width: 18px;
        height: 18px
    }
}

.sp-arrows {
    position: absolute
}

.sp-fade-arrows {
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s
}

.sp-slides-container:hover .sp-fade-arrows {
    opacity: 1
}

.sp-horizontal .sp-arrows {
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -15px
}

.sp-vertical .sp-arrows {
    height: 100%;
    left: 50%;
    top: 0;
    margin-left: -10px
}

.sp-arrow {
    position: absolute;
    display: block;
    width: 20px;
    height: 30px;
    cursor: pointer
}

.sp-vertical .sp-arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sp-horizontal .sp-previous-arrow {
    left: 20px;
    right: auto
}

.sp-horizontal .sp-next-arrow,
.sp-horizontal.sp-rtl .sp-previous-arrow {
    right: 20px;
    left: auto
}

.sp-horizontal.sp-rtl .sp-next-arrow {
    left: 20px;
    right: auto
}

.sp-vertical .sp-previous-arrow {
    top: 20px
}

.sp-vertical .sp-next-arrow {
    bottom: 20px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.sp-next-arrow:after,
.sp-next-arrow:before,
.sp-previous-arrow:after,
.sp-previous-arrow:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 50%;
    background-color: #fff
}

.sp-arrow:before {
    left: 30%;
    top: 0;
    -webkit-transform: skew(145deg, 0deg);
    -ms-transform: skew(145deg, 0deg);
    -o-transform: skew(145deg, 0deg);
    transform: skew(145deg, 0deg)
}

.sp-arrow:after {
    left: 30%;
    top: 50%;
    -webkit-transform: skew(-145deg, 0deg);
    -ms-transform: skew(-145deg, 0deg);
    -o-transform: skew(-145deg, 0deg);
    transform: skew(-145deg, 0deg)
}

.sp-horizontal.sp-rtl .sp-previous-arrow,
.sp-next-arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sp-horizontal.sp-rtl .sp-next-arrow {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}

.ie7 .sp-arrow,
.ie8 .sp-arrow {
    width: 0;
    height: 0
}

.ie7 .sp-arrow:after,
.ie7 .sp-arrow:before,
.ie8 .sp-arrow:after,
.ie8 .sp-arrow:before {
    content: none
}

.ie7.sp-horizontal .sp-previous-arrow,
.ie8.sp-horizontal .sp-previous-arrow {
    border-right: 20px solid #fff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent
}

.ie7.sp-horizontal .sp-next-arrow,
.ie8.sp-horizontal .sp-next-arrow {
    border-left: 20px solid #fff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent
}

.ie7.sp-vertical .sp-previous-arrow,
.ie8.sp-vertical .sp-previous-arrow {
    border-bottom: 20px solid #fff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent
}

.ie7.sp-vertical .sp-next-arrow,
.ie8.sp-vertical .sp-next-arrow {
    border-top: 20px solid #fff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent
}

.sp-thumbnail-arrows {
    position: absolute
}

.sp-fade-thumbnail-arrows {
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s
}

.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows {
    opacity: 1
}

.sp-bottom-thumbnails .sp-thumbnail-arrows,
.sp-top-thumbnails .sp-thumbnail-arrows {
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -12px
}

.sp-left-thumbnails .sp-thumbnail-arrows,
.sp-right-thumbnails .sp-thumbnail-arrows {
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -7px
}

.sp-thumbnail-arrow {
    position: absolute;
    display: block;
    width: 15px;
    height: 25px;
    cursor: pointer
}

.sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow,
.sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sp-bottom-thumbnails .sp-previous-thumbnail-arrow,
.sp-top-thumbnails .sp-previous-thumbnail-arrow {
    left: 0
}

.sp-bottom-thumbnails .sp-next-thumbnail-arrow,
.sp-top-thumbnails .sp-next-thumbnail-arrow {
    right: 0
}

.sp-left-thumbnails .sp-previous-thumbnail-arrow,
.sp-right-thumbnails .sp-previous-thumbnail-arrow {
    top: 0
}

.sp-left-thumbnails .sp-next-thumbnail-arrow,
.sp-right-thumbnails .sp-next-thumbnail-arrow {
    bottom: 0
}

.sp-next-thumbnail-arrow:after,
.sp-next-thumbnail-arrow:before,
.sp-previous-thumbnail-arrow:after,
.sp-previous-thumbnail-arrow:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 50%;
    background-color: #fff
}

.sp-previous-thumbnail-arrow:before {
    left: 30%;
    top: 0;
    -webkit-transform: skew(145deg, 0deg);
    -ms-transform: skew(145deg, 0deg);
    -o-transform: skew(145deg, 0deg);
    transform: skew(145deg, 0deg)
}

.sp-previous-thumbnail-arrow:after {
    left: 30%;
    top: 50%;
    -webkit-transform: skew(-145deg, 0deg);
    -ms-transform: skew(-145deg, 0deg);
    -o-transform: skew(-145deg, 0deg);
    transform: skew(-145deg, 0deg)
}

.sp-next-thumbnail-arrow:before {
    right: 30%;
    top: 0;
    -webkit-transform: skew(35deg, 0deg);
    -ms-transform: skew(35deg, 0deg);
    -o-transform: skew(35deg, 0deg);
    transform: skew(35deg, 0deg)
}

.sp-next-thumbnail-arrow:after {
    right: 30%;
    top: 50%;
    -webkit-transform: skew(-35deg, 0deg);
    -ms-transform: skew(-35deg, 0deg);
    -o-transform: skew(-35deg, 0deg);
    transform: skew(-35deg, 0deg)
}

.ie7 .sp-thumbnail-arrow,
.ie8 .sp-thumbnail-arrow {
    width: 0;
    height: 0
}

.ie7 .sp-thumbnail-arrow:after,
.ie7 .sp-thumbnail-arrow:before,
.ie8 .sp-thumbnail-arrow:after,
.ie8 .sp-thumbnail-arrow:before {
    content: none
}

.ie7 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-top-thumbnails .sp-previous-thumbnail-arrow {
    border-right: 12px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent
}

.ie7 .sp-bottom-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-top-thumbnails .sp-next-thumbnail-arrow {
    border-left: 12px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent
}

.ie7 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-previous-thumbnail-arrow {
    border-bottom: 12px solid #fff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent
}

.ie7 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-next-thumbnail-arrow {
    border-top: 12px solid #fff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent
}

a.sp-video {
    text-decoration: none
}

a.sp-video img {
    -webkit-backface-visibility: hidden;
    border: none
}

a.sp-video:after {
    content: "\25B6";
    position: absolute;
    width: 45px;
    padding-left: 5px;
    height: 50px;
    border: 2px solid #fff;
    text-align: center;
    font-size: 30px;
    border-radius: 30px;
    top: 0;
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2);
    margin: auto;
    line-height: 52px
}

.slider-pro img.sp-image,
.slider-pro img.sp-thumbnail {
    max-width: none;
    max-height: none;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    -webkit-box-shadow: none !important;
    -mox-box-shadow: none !important;
    box-shadow: none !important;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none
}

.slider-pro a {
    position: static;
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important
}

.slider-pro canvas,
.slider-pro embed,
.slider-pro iframe,
.slider-pro object,
.slider-pro video {
    max-width: none;
    max-height: none
}

.slider-pro p.sp-layer {
    font-size: 14px;
    line-height: 1.4;
    margin: 0
}

.slider-pro h1.sp-layer {
    font-size: 32px;
    line-height: 1.4;
    margin: 0
}

.slider-pro h2.sp-layer {
    font-size: 24px;
    line-height: 1.4;
    margin: 0
}

.slider-pro h3.sp-layer {
    font-size: 19px;
    line-height: 1.4;
    margin: 0
}

.slider-pro h4.sp-layer {
    font-size: 16px;
    line-height: 1.4;
    margin: 0
}

.slider-pro h5.sp-layer {
    font-size: 13px;
    line-height: 1.4;
    margin: 0
}

.slider-pro h6.sp-layer {
    font-size: 11px;
    line-height: 1.4;
    margin: 0
}

.slider-pro img.sp-layer {
    border: none
}

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
    -webkit-transition-duration: 50ms;
    -o-transition-duration: 50ms;
    transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
    -webkit-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
    -webkit-transition-duration: .1s;
    -o-transition-duration: .1s;
    transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
    -webkit-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
    -webkit-transition-duration: .25s;
    -o-transition-duration: .25s;
    transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
    -webkit-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
    -webkit-transition-delay: .35s;
    -o-transition-delay: .35s;
    transition-delay: .35s
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
    -webkit-transition-duration: .45s;
    -o-transition-duration: .45s;
    transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
    -webkit-transition-delay: .45s;
    -o-transition-delay: .45s;
    transition-delay: .45s
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
    -webkit-transition-duration: .55s;
    -o-transition-duration: .55s;
    transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
    -webkit-transition-delay: .55s;
    -o-transition-delay: .55s;
    transition-delay: .55s
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
    -webkit-transition-duration: .6s;
    -o-transition-duration: .6s;
    transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
    -webkit-transition-duration: .65s;
    -o-transition-duration: .65s;
    transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
    -webkit-transition-delay: .65s;
    -o-transition-delay: .65s;
    transition-delay: .65s
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
    -webkit-transition-duration: .7s;
    -o-transition-duration: .7s;
    transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
    -webkit-transition-duration: .75s;
    -o-transition-duration: .75s;
    transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
    -webkit-transition-delay: .75s;
    -o-transition-delay: .75s;
    transition-delay: .75s
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
    -webkit-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
    -webkit-transition-duration: .85s;
    -o-transition-duration: .85s;
    transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
    -webkit-transition-delay: .85s;
    -o-transition-delay: .85s;
    transition-delay: .85s
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
    -webkit-transition-duration: .9s;
    -o-transition-duration: .9s;
    transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
    -webkit-transition-duration: .95s;
    -o-transition-duration: .95s;
    transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
    -webkit-transition-delay: .95s;
    -o-transition-delay: .95s;
    transition-delay: .95s
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
    -webkit-transition-duration: 1.05s;
    -o-transition-duration: 1.05s;
    transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.05s;
    -o-transition-delay: 1.05s;
    transition-delay: 1.05s
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
    -webkit-transition-duration: 1.1s;
    -o-transition-duration: 1.1s;
    transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
    -webkit-transition-duration: 1.15s;
    -o-transition-duration: 1.15s;
    transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.15s;
    -o-transition-delay: 1.15s;
    transition-delay: 1.15s
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
    -webkit-transition-duration: 1.2s;
    -o-transition-duration: 1.2s;
    transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
    -webkit-transition-duration: 1.25s;
    -o-transition-duration: 1.25s;
    transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.25s;
    -o-transition-delay: 1.25s;
    transition-delay: 1.25s
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
    -webkit-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
    -webkit-transition-duration: 1.35s;
    -o-transition-duration: 1.35s;
    transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.35s;
    -o-transition-delay: 1.35s;
    transition-delay: 1.35s
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
    -webkit-transition-duration: 1.4s;
    -o-transition-duration: 1.4s;
    transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
    -webkit-transition-duration: 1.45s;
    -o-transition-duration: 1.45s;
    transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.45s;
    -o-transition-delay: 1.45s;
    transition-delay: 1.45s
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
    -webkit-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
    -webkit-transition-duration: 1.55s;
    -o-transition-duration: 1.55s;
    transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.55s;
    -o-transition-delay: 1.55s;
    transition-delay: 1.55s
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
    -webkit-transition-duration: 1.6s;
    -o-transition-duration: 1.6s;
    transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
    -webkit-transition-duration: 1.65s;
    -o-transition-duration: 1.65s;
    transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.65s;
    -o-transition-delay: 1.65s;
    transition-delay: 1.65s
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
    -webkit-transition-duration: 1.7s;
    -o-transition-duration: 1.7s;
    transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.7s;
    -o-transition-delay: 1.7s;
    transition-delay: 1.7s
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
    -webkit-transition-duration: 1.75s;
    -o-transition-duration: 1.75s;
    transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.75s;
    -o-transition-delay: 1.75s;
    transition-delay: 1.75s
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
    -webkit-transition-duration: 1.8s;
    -o-transition-duration: 1.8s;
    transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
    -webkit-transition-duration: 1.85s;
    -o-transition-duration: 1.85s;
    transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.85s;
    -o-transition-delay: 1.85s;
    transition-delay: 1.85s
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
    -webkit-transition-duration: 1.9s;
    -o-transition-duration: 1.9s;
    transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.9s;
    -o-transition-delay: 1.9s;
    transition-delay: 1.9s
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
    -webkit-transition-duration: 1.95s;
    -o-transition-duration: 1.95s;
    transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.95s;
    -o-transition-delay: 1.95s;
    transition-delay: 1.95s
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
    -webkit-transition-duration: 2s;
    -o-transition-duration: 2s;
    transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
    -webkit-transition-duration: 2.05s;
    -o-transition-duration: 2.05s;
    transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.05s;
    -o-transition-delay: 2.05s;
    transition-delay: 2.05s
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
    -webkit-transition-duration: 2.1s;
    -o-transition-duration: 2.1s;
    transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.1s;
    -o-transition-delay: 2.1s;
    transition-delay: 2.1s
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
    -webkit-transition-duration: 2.15s;
    -o-transition-duration: 2.15s;
    transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.15s;
    -o-transition-delay: 2.15s;
    transition-delay: 2.15s
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
    -webkit-transition-duration: 2.2s;
    -o-transition-duration: 2.2s;
    transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.2s;
    -o-transition-delay: 2.2s;
    transition-delay: 2.2s
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
    -webkit-transition-duration: 2.25s;
    -o-transition-duration: 2.25s;
    transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.25s;
    -o-transition-delay: 2.25s;
    transition-delay: 2.25s
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
    -webkit-transition-duration: 2.3s;
    -o-transition-duration: 2.3s;
    transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.3s;
    -o-transition-delay: 2.3s;
    transition-delay: 2.3s
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
    -webkit-transition-duration: 2.35s;
    -o-transition-duration: 2.35s;
    transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.35s;
    -o-transition-delay: 2.35s;
    transition-delay: 2.35s
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
    -webkit-transition-duration: 2.4s;
    -o-transition-duration: 2.4s;
    transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.4s;
    -o-transition-delay: 2.4s;
    transition-delay: 2.4s
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
    -webkit-transition-duration: 2.45s;
    -o-transition-duration: 2.45s;
    transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.45s;
    -o-transition-delay: 2.45s;
    transition-delay: 2.45s
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
    -webkit-transition-duration: 2.5s;
    -o-transition-duration: 2.5s;
    transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.5s;
    -o-transition-delay: 2.5s;
    transition-delay: 2.5s
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
    -webkit-transition-duration: 2.55s;
    -o-transition-duration: 2.55s;
    transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.55s;
    -o-transition-delay: 2.55s;
    transition-delay: 2.55s
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
    -webkit-transition-duration: 2.6s;
    -o-transition-duration: 2.6s;
    transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.6s;
    -o-transition-delay: 2.6s;
    transition-delay: 2.6s
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
    -webkit-transition-duration: 2.65s;
    -o-transition-duration: 2.65s;
    transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.65s;
    -o-transition-delay: 2.65s;
    transition-delay: 2.65s
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
    -webkit-transition-duration: 2.7s;
    -o-transition-duration: 2.7s;
    transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.7s;
    -o-transition-delay: 2.7s;
    transition-delay: 2.7s
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
    -webkit-transition-duration: 2.75s;
    -o-transition-duration: 2.75s;
    transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.75s;
    -o-transition-delay: 2.75s;
    transition-delay: 2.75s
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
    -webkit-transition-duration: 2.8s;
    -o-transition-duration: 2.8s;
    transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.8s;
    -o-transition-delay: 2.8s;
    transition-delay: 2.8s
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
    -webkit-transition-duration: 2.85s;
    -o-transition-duration: 2.85s;
    transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.85s;
    -o-transition-delay: 2.85s;
    transition-delay: 2.85s
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
    -webkit-transition-duration: 2.9s;
    -o-transition-duration: 2.9s;
    transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.9s;
    -o-transition-delay: 2.9s;
    transition-delay: 2.9s
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
    -webkit-transition-duration: 2.95s;
    -o-transition-duration: 2.95s;
    transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.95s;
    -o-transition-delay: 2.95s;
    transition-delay: 2.95s
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
    -webkit-transition-duration: 3s;
    -o-transition-duration: 3s;
    transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
    -webkit-transition-delay: 3s;
    -o-transition-delay: 3s;
    transition-delay: 3s
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    -o-transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    transition-timing-function: cubic-bezier(.25, .25, .75, .75)
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.6, -.28, .735, .045);
    -o-transition-timing-function: cubic-bezier(.6, -.28, .735, .045);
    transition-timing-function: cubic-bezier(.6, -.28, .735, .045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
    -o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    -o-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .745, .715);
    -o-transition-timing-function: cubic-bezier(.47, 0, .745, .715);
    transition-timing-function: cubic-bezier(.47, 0, .745, .715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.39, .575, .565, 1);
    -o-transition-timing-function: cubic-bezier(.39, .575, .565, 1);
    transition-timing-function: cubic-bezier(.39, .575, .565, 1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.445, .05, .55, .95);
    -o-transition-timing-function: cubic-bezier(.445, .05, .55, .95);
    transition-timing-function: cubic-bezier(.445, .05, .55, .95)
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.55, .085, .68, .53);
    -o-transition-timing-function: cubic-bezier(.55, .085, .68, .53);
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    -o-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.455, .03, .515, .955);
    -o-transition-timing-function: cubic-bezier(.455, .03, .515, .955);
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.55, .085, .68, .53);
    -o-transition-timing-function: cubic-bezier(.55, .085, .68, .53);
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    -o-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.455, .03, .515, .955);
    -o-transition-timing-function: cubic-bezier(.455, .03, .515, .955);
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.55, .085, .68, .53);
    -o-transition-timing-function: cubic-bezier(.55, .085, .68, .53);
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    -o-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.455, .03, .515, .955);
    -o-transition-timing-function: cubic-bezier(.455, .03, .515, .955);
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, -o-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform, -o-transform
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

[data-aos=fade-up] {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0)
}

[data-aos=fade-down] {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0)
}

[data-aos=fade-right] {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0)
}

[data-aos=fade-left] {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0)
}

[data-aos=fade-up-right] {
    -webkit-transform: translate3d(-100px, 100px, 0);
    transform: translate3d(-100px, 100px, 0)
}

[data-aos=fade-up-left] {
    -webkit-transform: translate3d(100px, 100px, 0);
    transform: translate3d(100px, 100px, 0)
}

[data-aos=fade-down-right] {
    -webkit-transform: translate3d(-100px, -100px, 0);
    transform: translate3d(-100px, -100px, 0)
}

[data-aos=fade-down-left] {
    -webkit-transform: translate3d(100px, -100px, 0);
    transform: translate3d(100px, -100px, 0)
}

[data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, -o-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform, -o-transform
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

[data-aos=zoom-in] {
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    -o-transform: scale(.6);
    transform: scale(.6)
}

[data-aos=zoom-in-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(.6);
    transform: translate3d(0, 100px, 0) scale(.6)
}

[data-aos=zoom-in-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(.6);
    transform: translate3d(0, -100px, 0) scale(.6)
}

[data-aos=zoom-in-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(.6);
    transform: translate3d(-100px, 0, 0) scale(.6)
}

[data-aos=zoom-in-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(.6);
    transform: translate3d(100px, 0, 0) scale(.6)
}

[data-aos=zoom-out] {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

[data-aos=zoom-out-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
    transform: translate3d(0, 100px, 0) scale(1.2)
}

[data-aos=zoom-out-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
    transform: translate3d(0, -100px, 0) scale(1.2)
}

[data-aos=zoom-out-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
    transform: translate3d(-100px, 0, 0) scale(1.2)
}

[data-aos=zoom-out-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
    transform: translate3d(100px, 0, 0) scale(1.2)
}

[data-aos^=slide][data-aos^=slide] {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -o-transform
}

[data-aos^=slide][data-aos^=slide].aos-animate {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

[data-aos=slide-up] {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

[data-aos=slide-down] {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

[data-aos=slide-right] {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

[data-aos=slide-left] {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

[data-aos^=flip][data-aos^=flip] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -o-transform
}

[data-aos=flip-left] {
    -webkit-transform: perspective(2500px) rotateY(-100deg);
    transform: perspective(2500px) rotateY(-100deg)
}

[data-aos=flip-left].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-right] {
    -webkit-transform: perspective(2500px) rotateY(100deg);
    transform: perspective(2500px) rotateY(100deg)
}

[data-aos=flip-right].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-up] {
    -webkit-transform: perspective(2500px) rotateX(-100deg);
    transform: perspective(2500px) rotateX(-100deg)
}

[data-aos=flip-up].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0)
}

[data-aos=flip-down] {
    -webkit-transform: perspective(2500px) rotateX(100deg);
    transform: perspective(2500px) rotateX(100deg)
}

[data-aos=flip-down].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0)
}

body {
    font-family: Futura Reg, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    min-width: 320px;
    -webkit-transition: background-color .75s ease, color 105ms ease, opacity 45ms ease;
    -o-transition: background-color .75s ease, color 105ms ease, opacity 45ms ease;
    transition: background-color .75s ease, color 105ms ease, opacity 45ms ease;
    color: #333;
    background-color: #fff;
    -webkit-font-smoothing: antialiased
}

body.overflow {
    overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Futura Reg, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    margin: 0
}

p,
pre {
    margin: 0
}

a {
    -webkit-transition: background-color .75s ease, color 105ms ease, opacity 45ms ease;
    -o-transition: background-color .75s ease, color 105ms ease, opacity 45ms ease;
    transition: background-color .75s ease, color 105ms ease, opacity 45ms ease
}

a,
a:active,
a:focus,
a:hover {
    text-decoration: none
}

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

ul {
    padding: 0;
    margin: 0
}

img,
picture {
    max-width: 100%;
    margin: 0
}

.wrapper {
    width: 100%;
    min-height: 100%;
    margin: 0 auto
}

.container,
.wrapper {
    position: relative
}

.about__inner .about__content .about__content--inner,
.about__inner .about__mission .mission__inner,
.about__inner .about__sertificates .sert__inner,
.blog__block #blog__mobile .owl-dots,
.blog__block #blog__mobile .owl-stage,
.blog__block .blog__wrap,
.catalog1 .catalog__logos .logos__holder,
.catalog1 .catalog__logos .logos__holder .logo__item,
.catalog1 .ninth__block--catalog2 .form__wrap .left,
.catalog1 .steps__turbine .steps__turbine--holder,
.catalog1 .steps__turbine .steps__turbine--holder .step,
.catalog1 .steps__turbine .steps__turbine--holder .step span,
.clients__inner .partnership__description .partnership__descr--inner,
.contacts__block .contacts__wrap,
.contacts__inner .contact__card .card__inner,
.contacts__inner .contact__card .card__inner .left,
.contacts__inner .contact__card .card__inner .left .contact__column .top__icon,
.delivery__inner .delivery__companies .companies__logo,
.delivery__inner .delivery__companies .companies__logo .company__logo,
.delivery__inner .payment__variants .payment__logos,
.delivery__inner .payment__variants .payment__logos .payment__logo,
.delivery__inner .steps__block .steps__steps,
.delivery__inner .steps__block .steps__steps .step span,
.eight__block .plan__item,
.eight__block .plan__item .number,
.eight__block .work__plan,
.eleventh__block .warranty__wrap .right ul,
.eleventh__block .warranty__wrap .warranty__inner,
.equipment__block .equipment__wrap,
.equipment__block .equipment__wrap .equipment__slider .sp-slide,
.equipment__inner .our__opps .opps__inner,
.error__inner .error__wrap,
.error__inner .error__wrap .error__title,
.fifth__block .car__tabs--list,
.fifth__block .cars__slider .owl-nav,
.fifth__block .cars__slider .owl-nav button,
.fifth__block .cars__slider .slider__item .bottom__description .title,
.first__block .main__slider .owl-dots,
.first__block .main__slider .slider__item,
.fix__turbine .turbine__holder,
.flex,
.fourth__block .price__inner,
.fourth__block .price__inner .block__description .phones,
.just__cars .cars__inner,
.just__cars .cars__inner .cars__item,
.marks .marks__wrap,
.ninth__block--gen--start .form__wrap .left,
.ninth__block--gen--start .form__wrap .right,
.ninth__block .form__wrap,
.ninth__block .form__wrap .left .phones,
.ninth__block .form__wrap .left form .wpcf7-form-control-wrap input,
.offers__inner .offers__sales .warranty__wrap .right .timer,
.offers__inner .offers__sales .warranty__wrap .right .timer .dots,
.offers__inner .offers__sales .warranty__wrap .right .timer .number,
.oil__block .popup__inner,
.oil__block .popup__inner .popup__description .phones,
.oportunities__block #opportunities__slider .owl-stage,
.oportunities__block .oportunities__inner,
.oportunities__block .oportunities__inner .owl-dots,
.page-template-actuator-repair .actuator__item,
.page-template-catalog .header__top--banner--catalog.show__block,
.page-template-page-clapan .actuator__item,
.page-template-serv-repair .actuator__item,
.page-template-tnvd-repair .actuator__item,
.page__inner .gallery__content,
.page__inner .gallery__content .gallery__slider .slider-pro .sp-thumbnails-container,
.partnership__inner .calltoaction__bottom .action__banner .action__inner,
.partnership__inner .calltoaction__bottom .action__banner .right,
.partnership__inner .partnership__description .partnership__descr--inner,
.popup__callback .popup__holder,
.popup__callback .popup__inner,
.popup__catalog--holder .popup__catalog--inner,
.popup__catalog--holder .popup__inner,
.popup__catalog--holder .popup__inner .left,
.popup__free .popup__holder,
.popup__free .popup__inner,
.reasons #reasons__wrap .owl-dots,
.reasons #reasons__wrap .owl-stage,
.reasons .reason__item .top,
.reasons .reasons__wrap,
.remont-turbin-v-kharkove .header__top--banner.show__block,
.remont-turbin-v-kieve .header__top--banner.show__block,
.remont-turbin-v-odesse .header__top--banner.show__block,
.remont-turbin-v-rovno .header__top--banner.show__block,
.remont-turbin-v-vinnitse .header__top--banner.show__block,
.remont-turbin-vo-lvove .header__top--banner.show__block,
.review__inner .client__comment .comment__content .review__navigation,
.reviews__inner .reviews__holder .review__item,
.reviews__inner .reviews__holder .review__item .left .top__comment,
.search .pagination,
.second__block .advantage__item .top__icon,
.second__block .advantages__wrap,
.seventh__block .partners__block,
.seventh__block .partners__block--slider .owl-dots,
.single-catalog .header__top--banner--catalog.show__block,
.single__inner .single__content .review__navigation,
.single__turbine--block .single__turbine--holder,
.single__turbine--block .single__turbine--holder .left .bottom__banner .bottom__banner--inner,
.single__turbine--block .single__turbine--holder .left .top__image,
.single__turbine--block .single__turbine--holder .right .bottom__tabs .turbine__tabs--content .bottom__phones .phones,
.single__turbine--block .single__turbine--holder .right .bottom__tabs .turbine__tabs--content table tbody,
.single__turbine--block .single__turbine--holder .right .bottom__tabs .turbine__tabs--content table tr,
.single__turbine--block .single__turbine--holder .right .bottom__tabs .turbine__tabs--list,
.single__turbine--block .single__turbine--holder .right .top__card .card__bottom,
.single__turbine--block .single__turbine--holder .right .top__card .card__bottom .aviability__top,
.single__turbine--block .single__turbine--holder .right .top__card .card__bottom .aviability__wrap,
.sixth__block .sp-slide,
.sixth__block .sp-slide .left .comment__item .top__comment,
.social__block .social__icons,
.social__block .social__inner,
.tax-catalog-category .header__top--banner--catalog.show__block,
.team__inner .team__form .left .form__wrap--inner,
.team__inner .team__members--wrap .team__members,
.team__inner .team__members--wrap .team__members--slider,
.team__inner .team__members--wrap .team__members--slider .owl-dots,
.team__inner .team__members--wrap .team__tabs--items,
.tenth__block .example__wrap .owl-dots,
.tenth__block .works__holder,
.third__block .services__owl .owl-dots,
.third__block .services__wrap,
.third__block .services__wrap .service__item,
.turbines__items .turbine__item,
.turbines__items .turbine__item .left,
.turbines__items .turbine__item .right .bottom,
.turbines__items .turbine__item .right .turbine__columns,
.waiting__block .waiting__inner,
footer .footer__wrap,
footer .footer__wrap .second__column,
footer .popup__phones .popup__inner,
footer .second__row .to__top,
header .header__second--row .second__header--wrap,
header .header__wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.about__inner .about__sertificates .sert__inner .sert__item,
.about__inner .about__sertificates .sert__inner .sert__item img,
.blog__block .blog__item,
.catalog1 .catalog__logos .logos__holder .logo__item,
.catalog1 .catalog__logos .logos__holder .logo__item img,
.catalog1 .steps__turbine .steps__turbine--holder .step,
.catalog1 .steps__turbine .steps__turbine--holder .step p,
.catalog1 .steps__turbine .steps__turbine--holder .step span,
.contacts__block .contacts__wrap .left .contatcs__content .adresses__button,
.contacts__inner .contact__card .card__inner:before,
.delivery__inner .delivery__companies .companies__logo .company__logo,
.delivery__inner .delivery__companies .companies__logo .company__logo img,
.delivery__inner .payment__variants .payment__logos .payment__logo,
.delivery__inner .payment__variants .payment__logos .payment__logo img,
.eleventh__block .warranty__wrap .warranty__inner:before,
.equipment__inner .our__opps .opps__inner .opps__item,
.equipment__inner .our__opps .opps__inner .opps__item .fix,
.error__inner .error__wrap .to__main,
.faq__wrap .faq__acc .faq__title:after,
.fifth__block .car__tabs--list li,
.fifth__block .cars__slider .owl-item,
.fifth__block .cars__slider .owl-item.active .slider__item .top__image,
.fifth__block .master__call,
.first__block .main__slider .slider__item .silder__description .consult__button,
.fourth__block .price__inner:before,
.just__cars .cars__inner .cars__item,
.ninth__block .form__wrap .left form .send__form,
.ninth__block .form__wrap .left form .wpcf7-form-control-wrap input,
.oportunities__block .oportunities__inner .oportunitie__item,
.oportunities__block .oportunities__inner .oportunitie__item .fix__button,
.oportunities__block .oportunities__inner .oportunitie__item:before,
.popup__catalog--holder .popup__inner .left form .wpcf7-form-control-wrap input,
.reasons .reason__item,
.review__inner .client__comment .comment__content .review__navigation a,
.reviews__inner .reviews__holder .review__item .right .play__video,
.reviews__inner .reviews__holder .review__item .right .play__video:after,
.search .pagination .page-numbers,
.second__block .advantage__item,
.second__block .advantage__item .top__icon:after,
.second__block .advantage__video--wrap .video__banner .play__video,
.second__block .advantage__video--wrap .video__banner .play__video:after,
.seventh__block .partner__item:before,
.seventh__block .partner__item img,
.seventh__block .partners__block--slider .partner__item:before,
.single__inner .single__content .review__navigation a,
.single__turbine--block .single__turbine--holder .right .top__card .card__bottom .availability,
.single__turbine--block .single__turbine--holder .right .top__card .card__bottom .availability__mobile,
.sixth__block .all__reviews,
.sixth__block .sp-slide .right .play__video,
.sixth__block .sp-slide .right .play__video:after,
.team__inner .team__members--wrap .team__members--slider .team__item,
.team__inner .team__members--wrap .team__members .team__item,
.team__inner .team__members--wrap .team__tabs--items li,
.third__block .services__wrap .service__item,
.third__block .services__wrap .service__item .right .service__button,
.third__block .services__wrap .service__item:before,
.transition,
.turbines__items .turbine__item .right .bottom .service__button,
.turbines__items .turbine__item:before,
footer .footer__wrap .fourth__column .callback__icon:before,
footer .footer__wrap .fourth__column form .send__form,
footer .footer__wrap .fourth__column form .wpcf7-form-control-wrap input,
footer .footer__wrap .second__column nav ul li a,
footer .footer__wrap .third__column .footer__email,
footer .footer__wrap .third__column .social a,
footer .popup__phones .popup__content form .wpcf7-form-control-wrap input,
footer .second__row .to__top,
header .callback__button,
header .header__location .city__choice li,
header .header__location .city__choice li a,
header .header__second--row .sales,
header .header__second--row form .search__submit,
header .language ul li.active a,
header .language ul li a,
header nav ul li.menu-item-has-children .sub-menu li,
header nav ul li.menu-item-has-children .sub-menu li a,
header nav ul li a {
    -webkit-transition: all .4s ease-out;
    -o-transition: .4s all ease-out;
    transition: all .4s ease-out
}

.call__me {
    display: none;
    position: absolute;
    width: 120px;
    background: red;
    color: #fff;
    padding: 15px 10px;
    text-align: center;
    left: 0;
    top: -1px
}

.main__page--title,
.main__title--page--h {
    display: none !important
}

.header__top--banner,
.header__top--banner--catalog {
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 3px 19px 14px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 19px 14px rgba(0, 0, 0, .1);
    padding: 13px 320px 13px 420px;
    background-color: #ffd71c;
    overflow: hidden
}

.header__top--banner--catalog .left,
.header__top--banner .left {
    position: relative;
    margin-right: 30px
}

.header__top--banner--catalog .left:before,
.header__top--banner .left:before {
    display: block;
    content: "";
    width: 150px;
    height: 150px;
    border-radius: 100px;
    background-color: #eaf1f5;
    position: absolute;
    -webkit-transform: rotate(-160deg);
    -ms-transform: rotate(-160deg);
    -o-transform: rotate(-160deg);
    transform: rotate(-160deg);
    top: -110px;
    left: -180px
}

.header__top--banner--catalog .left img,
.header__top--banner .left img {
    position: absolute;
    left: -100px;
    top: -15px
}

.header__top--banner--catalog .left h4,
.header__top--banner .left h4 {
    font-size: 24px
}

.header__top--banner--catalog .right .banner__top--button,
.header__top--banner--catalog .right .banner__top--button--catalog,
.header__top--banner .right .banner__top--button,
.header__top--banner .right .banner__top--button--catalog {
    display: block;
    width: 220px;
    padding: 18px 0;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    background-color: #000;
    color: #fff
}

.header__top--banner--catalog .close__banner--top,
.header__top--banner .close__banner--top {
    display: block;
    width: 15px;
    height: 15px;
    background: transparent url(../../../themes/wp-framework/img/close.svg) 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    right: 130px
}

.header__top--banner--catalog {
    background-color: #ffd71c
}

.header__top--banner--catalog.hidden__over {
    display: none !important
}

.header__top--banner--catalog .right .banner__top--button--catalog {
    background-color: #000;
    color: #fff
}

.page-template-catalog .popup__catalog--holder--leave.show__block,
.single-catalog .popup__catalog--holder--leave.show__block,
.tax-catalog-category .popup__catalog--holder--leave.show__block {
    display: block
}

header {
    background-color: #161a1b
}

header .header__tablet--wrap,
header .hidden__desktop,
header .mobile__menu {
    display: none
}

header .header__wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 15px;
    position: relative;
    z-index: 999
}

header nav {
    margin-right: 55px
}

header nav ul li {
    display: inline-block;
    margin-right: 40px
}

header nav ul li.force__mobile--menu,
header nav ul li.generator__mobile--menu,
header nav ul li.starter__mobile--menu {
    display: none
}

header nav ul li:last-child {
    margin-right: 0
}

header nav ul li a {
    color: #7e7e7e
}

header nav ul li a span {
    display: none
}

header nav ul li.menu-item-has-children {
    position: relative
}

header nav ul li.menu-item-has-children:after {
    display: block;
    content: "";
    width: 9px;
    height: 6px;
    background: transparent url(../../../themes/wp-framework/img/down-arrow201.svg) 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    right: -18px;
    top: 8px
}

header nav ul li.menu-item-has-children:hover .sub-menu {
    display: block
}

header nav ul li.menu-item-has-children .sub-menu {
    display: none;
    position: absolute;
    width: 240px;
    padding: 20px 10px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 44px 6px rgba(0, 0, 0, .17);
    box-shadow: 0 0 44px 6px rgba(0, 0, 0, .17);
    z-index: 99;
    margin-top: 5px
}

header nav ul li.menu-item-has-children .sub-menu:before {
    display: block;
    content: "";
    width: 100%;
    height: 5px;
    background: transparent;
    position: absolute;
    left: 0;
    top: -5px
}

header nav ul li.menu-item-has-children .sub-menu li {
    display: block;
    padding: 8px 0 8px 20px;
    margin-bottom: 2px;
    margin-right: 0
}

header nav ul li.menu-item-has-children .sub-menu li:hover {
    background-color: #eaf1f5
}

header nav ul li.menu-item-has-children .sub-menu li:hover a {
    text-decoration: underline
}

header nav ul li.menu-item-has-children .sub-menu li:last-child {
    margin-bottom: 0
}

header nav ul li.menu-item-has-children .sub-menu li a {
    display: block;
    width: 100%;
    color: #7f96a3
}

header nav ul li:hover a {
    color: #fff
}

header .header__location {
    padding: 6px 0 6px 30px;
    background: transparent url(../../../themes/wp-framework/img/pin.svg) 0 no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px;
    position: relative;
    margin-right: 100px;
    cursor: pointer
}

header .header__location:after {
    display: block;
    content: "";
    width: 9px;
    height: 6px;
    background: transparent url(../../../themes/wp-framework/img/down-arrow201.svg) 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    right: -18px;
    top: 14px
}

header .header__location:hover .city__choice {
    display: block
}

header .header__location .location__current {
    color: #fff;
    font-weight: 600
}

header .header__location .city__choice {
    display: none;
    position: absolute;
    width: 155px;
    padding: 20px 10px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 44px 6px rgba(0, 0, 0, .17);
    box-shadow: 0 0 44px 6px rgba(0, 0, 0, .17);
    z-index: 99;
    margin-top: 5px;
    left: -30px
}

header .header__location .city__choice:before {
    display: block;
    content: "";
    width: 100%;
    height: 5px;
    background: transparent url(https://turbosto.com.ua/wp-content/themes/wp-framework/css/image.png);
    position: absolute;
    left: 0;
    top: -5px
}

header .header__location .city__choice li {
    display: block;
    padding: 8px 0 8px 45px;
    margin-bottom: 2px;
    margin-right: 0;
    background: transparent url(../../../themes/wp-framework/img/loc.png) left 20px center no-repeat;
    -webkit-background-size: 15px 15px;
    background-size: 15px
}

header .header__location .city__choice li:hover {
    background-color: #eaf1f5
}

header .header__location .city__choice li:hover a {
    text-decoration: underline
}

header .header__location .city__choice li:last-child {
    margin-bottom: 0
}

header .header__location .city__choice li a {
    display: block;
    width: 100%;
    color: #7f96a3
}

header .language {
    margin-right: 40px
}

header .language ul li {
    list-style-type: none;
    display: inline-block
}

header .language ul li:first-child {
    margin-right: 20px
}

header .language ul li a {
    font-size: 14px;
    color: #7e7e7e;
    text-transform: uppercase
}

header .language ul li.active a {
    color: #fff;
    text-decoration: underline
}

header .language ul li:hover a {
    color: #fff
}

header .callback__button {
    display: block;
    width: 165px;
    padding: 18px 0;
    font-size: 11px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    background-color: #ffd71c;
    border-radius: 30px;
    color: #000
}

header .callback__button:hover {
    background: #b59500
}

header .header__second--row {
    background-color: #fff;
    padding: 20px 0;
    -webkit-box-shadow: 0 3px 19px 14px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 19px 14px rgba(0, 0, 0, .1);
    position: relative;
    z-index: 50
}

header .header__second--row .second__header--wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

header .header__second--row .second__header--wrap .header--logo {
    display: block;
    margin-right: 30px
}

header .header__second--row .second__header--wrap .header--logo img {
    width: 100%
}

header .header__second--row form {
    width: 340px;
    position: relative;
    margin-right: 20px
}

header .header__second--row form input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 0 12px 30px;
    border: 2px solid #ffd71c;
    border-radius: 30px
}

header .header__second--row form input::-webkit-input-placeholder {
    font-size: 14px
}

header .header__second--row form input::-moz-placeholder {
    font-size: 14px
}

header .header__second--row form input:-ms-input-placeholder {
    font-size: 14px
}

header .header__second--row form input:-moz-placeholder {
    font-size: 14px
}

header .header__second--row form input:focus {
    outline: none
}

header .header__second--row form .search__submit {
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #ffd71c url(../../../themes/wp-framework/img/search-interface-symbol.svg) 50% no-repeat;
    -webkit-background-size: 16px 16px;
    background-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
    border: 0
}

header .header__second--row form .search__submit:hover {
    background: #b59500 url(../../../themes/wp-framework/img/search-interface-symbol.svg) 50% no-repeat;
    -webkit-background-size: 16px 16px;
    background-size: 16px
}

header .header__second--row form .search__submit:focus {
    outline: none
}

header .header__second--row .sales {
    display: block;
    width: 110px;
    font-size: 14px;
    padding: 13px 0;
    border-radius: 30px;
    border: 2px solid #deebf2;
    text-align: center;
    text-indent: 30px;
    background: transparent url(../../../themes/wp-framework/img/gift.svg) left 20px center no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px;
    color: #000;
    margin-right: 30px
}

header .header__second--row .sales:hover {
    background: #deebf2 url(../../../themes/wp-framework/img/gift.svg) left 20px center no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px
}

header .header__second--row .map__road {
    display: block;
    font-size: 14px;
    color: #7f96a3;
    padding: 7px 0 7px 35px;
    background: transparent url(../../../themes/wp-framework/img/location.svg) 0 no-repeat;
    -webkit-background-size: 25px 25px;
    background-size: 25px;
    margin-right: 20px
}

header .header__second--row .working__time {
    padding-left: 35px;
    background: transparent url(../../../themes/wp-framework/img/time.svg) 0 no-repeat;
    -webkit-background-size: 25px 25px;
    background-size: 25px;
    margin-right: 30px
}

header .header__second--row .working__time p {
    display: block;
    font-size: 14px;
    color: #7f96a3
}

header .header__second--row .working__time .top {
    margin-bottom: 2px
}

header .header__second--row .header__phones {
    position: relative;
    cursor: pointer
}

header .header__second--row .header__phones:before {
    display: none;
    content: "";
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    height: 260px;
    position: absolute;
    left: -20px;
    top: -20px;
    border-radius: 10px;
    border: 1px solid #d9e6ee;
    background-color: #fff;
    z-index: 10
}

header .header__second--row .header__phones:after {
    display: block;
    content: "";
    width: 9px;
    height: 6px;
    background: transparent url(../../../themes/wp-framework/img/down-arrow201.svg) 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    right: -18px;
    top: 9px;
    z-index: 50
}

header .header__second--row .header__phones:hover .hidden__phones,
header .header__second--row .header__phones:hover:before {
    display: block
}

header .header__second--row .header__phones .top__wrap {
    padding-left: 70px;
    background: transparent url(../../../themes/wp-framework/img/whatsapp-logo.svg) left 20px center no-repeat;
    -webkit-background-size: 30px 30px;
    background-size: 30px;
    position: relative;
    z-index: 50
}

header .header__second--row .header__phones a,
header .header__second--row .header__phones p {
    display: block;
    position: relative;
    z-index: 50
}

header .header__second--row .header__phones .mobile__header--phone {
    display: none
}

header .header__second--row .header__phones .top__phone {
    font-size: 20px;
    font-weight: 900;
    color: #ffd71c;
    margin-bottom: 5px;
    position: relative;
    z-index: 50
}

header .header__second--row .header__phones .bottom__phone {
    font-size: 20px;
    font-weight: 900;
    color: #000;
    position: relative;
    z-index: 50
}

header .header__second--row .header__phones .hidden__phones {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 20px 20px 25px;
    margin-top: 15px;
    background-color: #fff;
    z-index: 50
}

header .header__second--row .header__phones .hidden__phones:before {
    display: block;
    content: "";
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    height: 1px;
    background-color: #d9e6ee;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 0
}

header .header__second--row .header__phones .hidden__phones p {
    font-size: 20px;
    color: #7f96a3;
    margin-bottom: 15px;
    padding: 3px 0 3px 40px
}

header .header__second--row .header__phones .hidden__phones p:last-child {
    margin-bottom: 0
}

header .header__second--row .header__phones .hidden__phones .top {
    font-size: 14px;
    color: #7f96a3;
    text-align: center;
    margin-bottom: 10px;
    padding: 0
}

header .header__second--row .header__phones .hidden__phones .vodafone {
    background: transparent url(../../../themes/wp-framework/img/vodafone.png) 0 no-repeat;
    -webkit-background-size: 25px 25px;
    background-size: 25px
}

header .header__second--row .header__phones .hidden__phones .lifecell {
    background: transparent url(../../../themes/wp-framework/img/lifecell.png) 0 no-repeat;
    -webkit-background-size: 25px 25px;
    background-size: 25px
}

header .header__second--row .header__phones .hidden__phones .kievstar {
    background: transparent url(../../../themes/wp-framework/img/kievstar.png) 0 no-repeat;
    -webkit-background-size: 25px 25px;
    background-size: 25px
}

.top__title {
    font-size: 14px;
    color: #95b4c6;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px
}

.block__title {
    font-size: 30px;
    text-align: center;
    position: relative;
    margin-bottom: 60px
}

.block__title:after {
    display: block;
    content: "";
    width: 50px;
    height: 3px;
    background-color: #ffd71c;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: -30px
}

.first__block {
    position: relative;
    padding-top: 30px
}

.first__block .main__banner {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.first__block .main__banner--tablet {
    display: none
}

.first__block .main__slider {
    position: relative;
    padding-left: 250px
}

.first__block .main__slider .owl-nav {
    display: none
}

.first__block .main__slider .owl-dots {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 55px
}

.first__block .main__slider .owl-dots button {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #c2d0d8;
    margin-right: 12px
}

.first__block .main__slider .owl-dots button:focus {
    outline: none
}

.first__block .main__slider .owl-dots button:last-child {
    margin-right: 0
}

.first__block .main__slider .owl-dots button.active {
    width: 13px;
    height: 13px;
    background-color: #ffd71c;
    -webkit-box-shadow: 0 5px 10px 0 rgba(255, 215, 28, .5);
    box-shadow: 0 5px 10px 0 rgba(255, 215, 28, .5)
}

.first__block .main__slider .slider__item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.first__block .main__slider .slider__item .silder__description {
    max-width: 500px;
    margin-right: 200px
}

.first__block .main__slider .slider__item .silder__description .top {
    font-size: 14px;
    color: #95b4c6;
    text-transform: uppercase;
    margin-bottom: 30px
}

.first__block .main__slider .slider__item .silder__description .main__title {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 1.1
}

.first__block .main__slider .slider__item .silder__description .consult__button {
    display: block;
    width: 245px;
    padding: 18px 0;
    font-size: 11px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    background-color: #ffd71c;
    border-radius: 30px;
    color: #000;
    margin-bottom: 90px
}

.first__block .main__slider .slider__item .silder__description .consult__button:hover {
    background: #b59500
}

.second__block {
    background-color: #f2f2f2;
    padding-top: 100px;
    padding-bottom: 125px
}

.second__block #advantages {
    display: none
}

.second__block .advantages__wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 70px
}

.second__block .advantage__item {
    width: 23.5%;
    background-color: #fff;
    border-radius: 10px;
    padding: 50px 45px 40px;
    margin-bottom: 30px;
    margin-right: 35px;
    cursor: pointer
}

.second__block .advantage__item:hover {
    -webkit-box-shadow: 0 23px 36px 14px rgba(0, 0, 0, .16);
    box-shadow: 0 23px 36px 14px rgba(0, 0, 0, .16)
}

.second__block .advantage__item:hover .top__icon:after {
    opacity: 1;
    -webkit-animation: b .5s forwards;
    -o-animation: b .5s forwards;
    animation: b .5s forwards
}

.second__block .advantage__item:nth-child(4n) {
    margin-right: 0
}

.second__block .advantage__item .top__icon {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: #ffd71c;
    margin: 0 auto;
    margin-bottom: 40px;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.second__block .advantage__item .top__icon:after {
    display: block;
    content: "";
    background: #ffd71c;
    background: rgba(255, 215, 28, .4);
    opacity: .4;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0
}

.second__block .advantage__item .top__icon img {
    width: 40px;
    position: relative;
    z-index: 10
}

.second__block .advantage__item h4 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px
}

.second__block .advantage__item p {
    font-size: 16px;
    line-height: 1.3;
    text-align: center
}

.second__block .advantage__video--wrap {
    max-width: 760px;
    height: 430px;
    margin: 0 auto;
    position: relative
}

.second__block .advantage__video--wrap:before {
    left: -80px;
    top: 0
}

.second__block .advantage__video--wrap:after,
.second__block .advantage__video--wrap:before {
    display: block;
    content: "";
    width: 250px;
    height: 80px;
    border-radius: 50px;
    background: transparent;
    border: 2px solid #d5dde2;
    position: absolute;
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    transform: rotate(-35deg)
}

.second__block .advantage__video--wrap:after {
    right: -80px;
    bottom: 0;
    z-index: 0
}

.second__block .advantage__video--wrap .video__banner {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10
}

.second__block .advantage__video--wrap .video__banner:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    left: 0;
    top: 0
}

.second__block .advantage__video--wrap .video__banner:after {
    display: block;
    content: "";
    width: 90%;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 17px 51px 14px rgba(0, 0, 0, .22);
    box-shadow: 0 17px 51px 14px rgba(0, 0, 0, .22)
}

.second__block .advantage__video--wrap .video__banner .banner__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.second__block .advantage__video--wrap .video__banner .play__video {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #ffd71c url(../../../themes/wp-framework/img/play-button-1.svg) 50% no-repeat;
    -webkit-background-size: 27px 27px;
    background-size: 27px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.second__block .advantage__video--wrap .video__banner .play__video:after {
    display: block;
    content: "";
    background: #ffd71c;
    background: rgba(255, 215, 28, .4);
    position: absolute;
    left: -15px;
    top: -15px;
    width: 130px;
    height: 130px;
    border-radius: 50%
}

.second__block .advantage__video--wrap .video__banner .play__video:hover:after {
    -webkit-animation: c 1s infinite;
    -o-animation: c 1s infinite;
    animation: c 1s infinite
}

.second__block .advantage__video--wrap iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: none;
    border: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10
}

.third__block {
    padding: 130px 0
}

.third__block .services__tablet {
    display: none
}

.third__block .services__wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.third__block .services__wrap .service__item {
    width: 49%;
    padding: 55px 50px 60px 75px;
    border-radius: 10px;
    border: 1px solid #dce5ea;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 14px 14px 14px rgba(0, 0, 0, .05);
    box-shadow: 0 14px 14px 14px rgba(0, 0, 0, .05)
}

.third__block .services__wrap .service__item:before {
    display: block;
    content: "";
    width: 1000px;
    height: 400px;
    border-radius: 200px;
    background-color: #eaf1f5;
    position: absolute;
    left: -570px;
    top: 230px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.third__block .services__wrap .service__item:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 23px 36px 14px rgba(0, 0, 0, .16);
    box-shadow: 0 23px 36px 14px rgba(0, 0, 0, .16)
}

.third__block .services__wrap .service__item:hover:before {
    background-color: #ffd71c
}

.third__block .services__wrap .service__item .left {
    width: 50%;
    margin-right: 40px
}

.third__block .services__wrap .service__item .left img {
    position: relative;
    z-index: 10
}

.third__block .services__wrap .service__item .left .alternative__image {
    display: none
}

.third__block .services__wrap .service__item .right {
    width: 50%
}

.third__block .services__wrap .service__item .right h4 {
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 25px;
    position: relative;
    z-index: 10
}

.third__block .services__wrap .service__item .right p {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 30px;
    position: relative;
    z-index: 10
}

.third__block .services__wrap .service__item .right .price {
    font-size: 36px;
    font-weight: 700;
    padding-left: 30px;
    background: transparent url(../../../themes/wp-framework/img/price-tag.svg) 0 no-repeat;
    -webkit-background-size: 25px 25px;
    background-size: 25px;
    margin-bottom: 25px;
    position: relative;
    z-index: 10
}

.third__block .services__wrap .service__item .right .service__button {
    display: block;
    width: 185px;
    border: 2px solid #ffd71c;
    border-radius: 30px;
    padding: 19px 0;
    font-size: 11px;
    font-weight: 900;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 10
}

.third__block .services__wrap .service__item .right .service__button:hover {
    background-color: #ffd71c;
    color: #fff
}

.third__block .services__owl {
    display: none
}

.third__block .services__owl .owl-dots {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: -20px;
    width: 100%
}

.third__block .services__owl .owl-dots button {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #c2d0d8;
    margin-right: 12px
}

.third__block .services__owl .owl-dots button:focus {
    outline: none
}

.third__block .services__owl .owl-dots button:last-child {
    margin-right: 0
}

.third__block .services__owl .owl-dots button.active {
    width: 13px;
    height: 13px;
    background-color: #ffd71c;
    -webkit-box-shadow: 0 5px 10px 0 rgba(255, 215, 28, .5);
    box-shadow: 0 5px 10px 0 rgba(255, 215, 28, .5)
}

.fourth__block {
    background-color: #f2f2f2;
    padding: 170px 0 160px
}

#cont {
    padding-top: 200px;
}

.fourth__block .price__block {
    position: relative
}

.fourth__block .price__block:after {
    display: block;
    content: "";
    width: 90%;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 17px 51px 14px rgba(0, 0, 0, .22);
    box-shadow: 0 17px 51px 14px rgba(0, 0, 0, .22)
}

.fourth__block .image__block {
    position: absolute;
    bottom: 0;
    left: 500px;
    z-index: 20
}

.fourth__block .price__inner {
    padding: 125px 300px;
    background-color: #fff;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 10
}

.fourth__block .price__inner:before {
    border-radius: 200px;
    background-color: #eaf1f5;
    left: -100px;
    top: 230px
}

.fourth__block .price__inner:after,
.fourth__block .price__inner:before {
    display: block;
    content: "";
    width: 1000px;
    height: 400px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.fourth__block .price__inner:after {
    border-radius: 200px;
    background-color: transparent;
    border: 2px solid #eaf1f5;
    right: 0;
    top: -200px;
    z-index: -1
}

.fourth__block .price__inner .block__description {
    max-width: 600px
}

.fourth__block .price__inner .block__description h4 {
    font-size: 42px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 20px
}

.fourth__block .price__inner .block__description p {
    color: #95b4c6;
    font-size: 17px;
    text-align: center;
    margin-bottom: 20px
}

.fourth__block .price__inner .block__description .phones {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.fourth__block .price__inner .block__description .phones p:first-child {
    margin-right: 15px
}

.fourth__block .price__inner .block__description .phones a,
.fourth__block .price__inner .block__description .phones p {
    font-size: 20px;
    font-weight: 300;
    padding: 5px 0 5px 35px;
    color: #000;
    margin-bottom: 0
}

.fourth__block .price__inner .block__description .phones a span,
.fourth__block .price__inner .block__description .phones p span {
    font-weight: 900
}

.fourth__block .price__inner .block__description .phones .vodafone {
    background: transparent url(../../../themes/wp-framework/img/vodafon.svg) 0 no-repeat;
    -webkit-background-size: 25px 25px;
    background-size: 25px
}

.fourth__block .price__inner .block__description .phones .lifecell {
    background: transparent url(../../../themes/wp-framework/img/life.svg) 0 no-repeat;
    -webkit-background-size: 25px 25px;
    background-size: 25px
}

.fourth__block .price__inner .block__description .phones .kievstar {
    background: transparent url(../../../themes/wp-framework/img/kievstar.svg) 0 no-repeat;
    -webkit-background-size: 25px 25px;
    background-size: 25px
}

.fourth__block .price__inner .block__description .phones .mobile__phone {
    display: none;
    color: #000
}

.fifth__block {
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#fff));
    background: -webkit-linear-gradient(top, #f2f2f2, #fff);
    background: -o-linear-gradient(top, #f2f2f2, #fff);
    background: linear-gradient(180deg, #f2f2f2, #fff);
    padding-bottom: 130px
}

.fifth__block .car__tabs--list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 20px;
    margin-bottom: 100px
}

.fifth__block .car__tabs--list li {
    width: 240px;
    list-style-type: none;
    padding: 24px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 900;
    color: #95b4c6;
    border-radius: 50px;
    border: 2px solid #d9e6ee;
    cursor: pointer;
    margin-right: 20px
}

.fifth__block .car__tabs--list li:last-child {
    margin-right: 0
}

.fifth__block .car__tabs--list li.current,
.fifth__block .car__tabs--list li:hover {
    background-color: #ffd71c;
    border-color: #ffd71c;
    color: #000;
    -webkit-box-shadow: 0 5px 13px 5px rgba(255, 215, 28, .55);
    box-shadow: 0 5px 13px 5px rgba(255, 215, 28, .55)
}

.fifth__block .cars__slider .owl-dots {
    display: none
}

.fifth__block .cars__slider .owl-nav {
    width: 1200px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 150px
}

.fifth__block .cars__slider .owl-nav button {
    width: 40px;
    height: 75px
}

.fifth__block .cars__slider .owl-nav button:focus {
    outline: none
}

.fifth__block .cars__slider .owl-nav button:hover {
    opacity: .5
}

.fifth__block .cars__slider .owl-nav button:hover:focus {
    outline: none
}

.fifth__block .cars__slider .owl-nav .owl-prev {
    background: transparent url(../../../themes/wp-framework/img/left-arrow202.svg) 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.fifth__block .cars__slider .owl-nav .owl-next {
    background: transparent url(../../../themes/wp-framework/img/right-arrow201.svg) 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.fifth__block .cars__slider .owl-item {
    padding: 90px 0;
    opacity: .5
}

.fifth__block .cars__slider .owl-item.active {
    opacity: 1
}

.fifth__block .cars__slider .owl-item.active .slider__item .top__image {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4)
}

.fifth__block .cars__slider .slider__item {
    max-width: 650px;
    margin: 0 auto
}

.fifth__block .cars__slider .slider__item .slider-small-car {
    display: none
}

.fifth__block .cars__slider .slider__item .bottom__description {
    margin-top: 100px
}

.fifth__block .cars__slider .slider__item .bottom__description .title {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fifth__block .cars__slider .slider__item .bottom__description .title img {
    width: auto;
    height: 30px;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 3px solid #ffd71c
}

.fifth__block .cars__slider .slider__item .bottom__description .title h4 {
    font-size: 30px;
    font-weight: 900
}

.fifth__block .master__call {
    display: block;
    width: 210px;
    padding: 24px 0;
    border-radius: 50px;
    background-color: #ffd71c;
    color: #000;
    text-align: center;
    font-size: 11px;
    font-weight: 900;
    margin: 0 auto;
    margin-top: -40px;
    position: relative;
    z-index: 20
}

.fifth__block .master__call:hover {
    background: #b59500
}

.sixth__block {
    background-color: #f2f2f2;
    padding: 130px 0
}

.sixth__block .sp-grab {
    -webkit-box-shadow: 0 17px 51px 14px rgba(0, 0, 0, .22);
    box-shadow: 0 17px 51px 14px rgba(0, 0, 0, .22)
}

.sixth__block .sp-arrows {
    opacity: 1 !important;
    top: 47% !important
}

.sixth__block .sp-buttons {
    display: none
}

.sixth__block .sp-next-arrow {
    display: block !important;
    width: 40px;
    height: 80px;
    opacity: 1;
    background: transparent url(../../../themes/wp-framework/img/left-arrow202.svg) 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    right: 30px
}

.sixth__block .sp-next-arrow:after,
.sixth__block .sp-next-arrow:before {
    display: none
}

.sixth__block .sp-previous-arrow {
    display: block !important;
    width: 40px;
    height: 80px;
    opacity: 1;
    background: transparent url(../../../themes/wp-framework/img/left-arrow202.svg) 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    left: 30px
}

.sixth__block .sp-previous-arrow:after,
.sixth__block .sp-previous-arrow:before {
    display: none
}

.sixth__block .sp-slide .left {
    width: 50%;
    background-color: #fff;
    padding: 90px 170px 90px 140px
}

.sixth__block .sp-slide .left .top {
    color: #95b4c6;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 20px
}

.sixth__block .sp-slide .left .left__title {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 70px;
    position: relative
}

.sixth__block .sp-slide .left .left__title:after {
    display: block;
    content: "";
    width: 50px;
    height: 3px;
    background-color: #ffd71c;
    position: absolute;
    left: 0;
    bottom: -30px
}

.sixth__block .sp-slide .left .repair__type {
    font-size: 20px;
    margin-bottom: 30px
}

.sixth__block .sp-slide .left .repair__type span {
    font-weight: 900
}

.sixth__block .sp-slide .left .comment__item .top__comment {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
    position: relative
}

.sixth__block .sp-slide .left .comment__item .top__comment:before {
    display: block;
    content: "";
    width: 85px;
    height: 75px;
    background: transparent url(../../../themes/wp-framework/img/right-quote-sign.svg) 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0
}

.sixth__block .sp-slide .left .comment__item .top__comment img {
    display: block;
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 20px
}

.sixth__block .sp-slide .left .comment__item .top__comment .date {
    font-size: 12px;
    color: #95b4c6;
    margin-bottom: 10px;
    position: relative;
    z-index: 10
}

.sixth__block .sp-slide .left .comment__item .top__comment .author__name {
    font-size: 20px;
    font-weight: 900;
    position: relative;
    z-index: 10
}

.sixth__block .sp-slide .left .comment__content {
    font-size: 15px;
    line-height: 1.3
}

.sixth__block .sp-slide .right {
    width: 50%;
    position: relative;
    overflow: hidden
}

.sixth__block .sp-slide .right:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    background: #000;
    background: rgba(0, 0, 0, .5)
}

.sixth__block .sp-slide .right.video__play:before {
    display: none
}

.sixth__block .sp-slide .right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 10
}

.sixth__block .sp-slide .right .slider-small {
    display: none
}

.sixth__block .sp-slide .right iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
    -webkit-filter: blur(10px);
    filter: blur(10px)
}

.sixth__block .sp-slide .right .play__video {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #ffd71c url(../../../themes/wp-framework/img/play-button-1.svg) 50% no-repeat;
    -webkit-background-size: 27px 27px;
    background-size: 27px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 30
}

.sixth__block .sp-slide .right .play__video:after {
    display: block;
    content: "";
    background: #ffd71c;
    background: rgba(255, 215, 28, .4);
    position: absolute;
    left: -15px;
    top: -15px;
    width: 130px;
    height: 130px;
    border-radius: 50%
}

.sixth__block .sp-slide .right .play__video:hover:after {
    -webkit-animation: c 1s infinite;
    -o-animation: c 1s infinite;
    animation: c 1s infinite
}

.sixth__block .sp-bottom-thumbnails.sp-has-pointer {
    margin-top: -30px
}

.sixth__block .sp-thumbnail-container.sp-selected-thumbnail .sp-thumbnail .sp-thumbnail-image-container:before {
    opacity: 0
}

.sixth__block .sp-thumbnail {
    height: 100%;
    top: 0 !important
}

.sixth__block .sp-thumbnail .sp-thumbnail-image-container {
    height: 100%;
    position: relative
}

.sixth__block .sp-thumbnail .sp-thumbnail-image-container:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    background: rgba(0, 0, 0, .5);
    opacity: 1
}

.sixth__block .sp-thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.sixth__block .all__reviews {
    display: block;
    width: 150px;
    padding: 19px 0;
    border-radius: 50px;
    background-color: #ffd71c;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 900;
    margin: 0 auto;
    margin-top: 40px;
    position: relative;
    z-index: 20
}

.sixth__block .all__reviews:hover {
    background: #b59500
}

.seventh__block {
    padding: 130px 0
}

.seventh__block .partners__block {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 70px
}

.seventh__block .partner__item {
    position: relative;
    cursor: pointer
}

.seventh__block .partner__item:before {
    display: block;
    content: "";
    width: -webkit-calc(100% + 100px);
    width: calc(100% + 100px);
    height: -webkit-calc(100% + 90px);
    height: calc(100% + 90px);
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    left: -50px;
    top: -45px;
    opacity: 0;
    -webkit-box-shadow: 0 23px 36px 14px rgba(0, 0, 0, .16);
    box-shadow: 0 23px 36px 14px rgba(0, 0, 0, .16)
}

.seventh__block .partner__item img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    position: relative;
    z-index: 10
}

.seventh__block .partner__item:hover:before {
    opacity: 1
}

.seventh__block .partner__item:hover img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.seventh__block .partners__block--slider .owl-stage {
    padding: 50px 0 100px
}

.seventh__block .partners__block--slider .owl-nav {
    display: none
}

.seventh__block .partners__block--slider .owl-dots {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 70px
}

.seventh__block .partners__block--slider .owl-dots button {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #c2d0d8;
    margin-right: 12px
}

.seventh__block .partners__block--slider .owl-dots button:focus {
    outline: none
}

.seventh__block .partners__block--slider .owl-dots button:last-child {
    margin-right: 0
}

.seventh__block .partners__block--slider .owl-dots button.active {
    width: 13px;
    height: 13px;
    background-color: #ffd71c;
    -webkit-box-shadow: 0 5px 10px 0 rgba(255, 215, 28, .5);
    box-shadow: 0 5px 10px 0 rgba(255, 215, 28, .5)
}

.seventh__block .partners__block--slider .partner__item:before {
    display: block;
    content: "";
    width: 100%;
    height: -webkit-calc(100% + 50px);
    height: calc(100% + 50px);
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: -25px;
    opacity: 0;
    -webkit-box-shadow: 0 23px 36px 14px rgba(0, 0, 0, .16);
    box-shadow: 0 23px 36px 14px rgba(0, 0, 0, .16)
}

.seventh__block .partners__block--slider .partner__item:hover:before {
    opacity: 1
}

.seventh__block .partners__block--slider .partner__item img {
    max-height: 70px;
    max-width: 80%;
    width: auto;
    display: block;
    margin: 0 auto
}

.eight__block {
    padding: 130px 0;
    background-color: #f2f2f2
}

.eight__block .work__plan {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1270px;
    margin: 0 auto
}

.eight__block .plan__item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 35px;
    position: relative
}

.eight__block .plan__item:after {
    display: block;
    content: "";
    width: 20px;
    height: 35px;
    background: transparent url(../../../themes/wp-framework/img/right-arrow201.svg) 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    right: -45px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto
}

.eight__block .plan__item:last-child:after {
    display: none
}

.eight__block .plan__item .number {
    margin-right: 55px;
    width: 60px;
    height: 60px;
    background-color: #ffd71c;
    border-radius: 50%;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px
}

.eight__block .plan__item .number:before {
    width: 90px;
    height: 90px;
    left: -15px;
    top: -15px
}

.eight__block .plan__item .number:after,
.eight__block .plan__item .number:before {
    display: block;
    content: "";
    border-radius: 50%;
    border: 1px solid #bcc9d0;
    background: transparent;
    position: absolute
}

.eight__block .plan__item .number:after {
    width: 130px;
    height: 130px;
    left: -35px;
    top: -35px
}

.eight__block .plan__item .title {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase
}

.eight__block .plan__item .title:after {
    display: block;
    content: "";
    width: 30px;
    height: 3px;
    background-color: #bcc9d0;
    margin-top: 15px
}

.ninth__block {
    background-color: #f2f2f2;
    padding-bottom: 130px
}

.ninth__block .form__wrap {
    max-width: 1300px;
    margin: 0 auto;
    height: 510px;
    background-color: #fff;
    position: relative
}

.ninth__block .form__wrap:after {
    display: block;
    content: "";
    width: 90%;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 17px 51px 14px rgba(0, 0, 0, .22);
    box-shadow: 0 17px 51px 14px rgba(0, 0, 0, .22)
}

.ninth__block .form__wrap .left {
    width: 55%;
    padding: 100px 60px;
    position: relative;
    z-index: 10;
    background-color: #fff;
    overflow: hidden
}

.ninth__block .form__wrap .left:after {
    display: block;
    content: "";
    width: 940px;
    height: 400px;
    border-radius: 200px;
    background-color: #eaf1f5;
    position: absolute;
    left: -240px;
    top: 240px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.ninth__block .form__wrap .left .form__title {
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 25px;
    text-align: center;
    line-height: 1.1;
    position: relative;
    z-index: 10
}

.ninth__block .form__wrap .left .undetitle {
    font-size: 17px;
    color: #95b4c6;
    text-align: center;
    margin-bottom: 25px;
    position: relative;
    z-index: 10
}

.ninth__block .form__wrap .left .phones {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 10
}

.ninth__block .form__wrap .left .phones p:first-child {
    margin-right: 15px
}

.ninth__block .form__wrap .left .phones a,
.ninth__block .form__wrap .left .phones p {
    font-size: 20px;
    font-weight: 300;
    padding: 5px 0 5px 35px;
    color: #000;
    margin-bottom: 0
}

.ninth__block .form__wrap .left .phones a span,
.ninth__block .form__wrap .left .phones p span {
    font-weight: 900
}

.ninth__block .form__wrap .left .phones .vodafone {
    background: transparent url(../../../themes/wp-framework/img/vodafon.svg) 0 no-repeat;
    -webkit-background-size: 25px 25px;
    background-size: 25px
}

.ninth__block .form__wrap .left .phones .lifecell {
    background: transparent url(../../../themes/wp-framework/img/life.svg) 0 no-repeat;
    -webkit-background-size: 25px 25px;
    background-size: 25px
}

.ninth__block .form__wrap .left .phones .kievstar {
    background: transparent url(../../../themes/wp-framework/img/kievstar.svg) 0 no-repeat;
    -webkit-background-size: 25px 25px;
    background-size: 25px
}

.ninth__block .form__wrap .left .phones .mobile__phone {
    display: none;
    color: #000
}

.ninth__block .form__wrap .left form {
    max-width: 480px;
    margin: 0 auto;
    position: relative;
    z-index: 10
}

.ninth__block .form__wrap .left form .wpcf7-form-control-wrap {
    display: inline-block;
    width: 48%;
    margin-bottom: 20px
}

.ninth__block .form__wrap .left form .wpcf7-form-control-wrap:first-child {
    margin-right: 15px
}

.ninth__block .form__wrap .left form .wpcf7-form-control-wrap input {
    border: 0;
    padding: 13px 10px 13px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 900;
    color: #000;
    background: transparent;
    border-radius: 30px;
    border: 2px solid #eaf1f5
}

.ninth__block .form__wrap .left form .wpcf7-form-control-wrap input:focus {
    background: #fff;
    outline: 2px solid #ffd71c
}

.ninth__block .form__wrap .left form .wpcf7-form-control-wrap input::-webkit-input-placeholder {
    color: #95b4c6;
    font-size: 14px;
    font-weight: 400
}

.ninth__block .form__wrap .left form .wpcf7-form-control-wrap input::-moz-placeholder {
    color: #95b4c6;
    font-size: 14px;
    font-weight: 400
}

.ninth__block .form__wrap .left form .wpcf7-form-control-wrap input:-ms-input-placeholder {
    color: #95b4c6;
    font-size: 14px;
    font-weight: 400
}

.ninth__block .form__wrap .left form .wpcf7-form-control-wrap input:-moz-placeholder {
    color: #95b4c6;
    font-size: 14px;
    font-weight: 400
}

.ninth__block .form__wrap .left form .wpcf7-form-control-wrap input:focus {
    outline: none
}

.ninth__block .form__wrap .left form .your-name input {
    background: #eaf1f5 url(../../../themes/wp-framework/img/man-user.svg) left 20px center no-repeat;
    -webkit-background-size: 15px 15px;
    background-size: 15px
}

.ninth__block .form__wrap .left form .your-name input:focus {
    background: #fff url(../../../themes/wp-framework/img/man-user.svg) left 20px center no-repeat;
    -webkit-background-size: 15px 15px;
    background-size: 15px;
    border-color: #ffd71c
}

.ninth__block .form__wrap .left form .your-phone input {
    background: #eaf1f5 url(../../../themes/wp-framework/img/vintage-cellphone.svg) left 20px center no-repeat;
    -webkit-background-size: 15px 15px;
    background-size: 15px
}

.ninth__block .form__wrap .left form .your-phone input:focus {
    background: #fff url(../../../themes/wp-framework/img/vintage-cellphone.svg) left 20px center no-repeat;
    -webkit-background-size: 15px 15px;
    background-size: 15px;
    border-color: #ffd71c
}

.ninth__block .form__wrap .left form .send__form {
    display: block;
    width: 100%;
    background: #ffd71c;
    padding: 20px 0;
    font-size: 11px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    border: 0;
    border-radius: 30px
}

.ninth__block .form__wrap .left form .send__form:hover {
    background: #b59500
}

.ninth__block .form__wrap .left .call__button {
    display: block;
    width: 245px;
    padding: 18px 0;
    font-size: 11px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    background-color: #ffd71c;
    border-radius: 30px;
    color: #000;
    margin-bottom: 90px;
    position: relative;
    z-index: 99;
    margin: 0 auto;
    margin-top: 20px
}

.ninth__block .form__wrap .left .call__button:hover {
    background: #b59500
}

.ninth__block .form__wrap .right {
    width: 45%;
    position: relative;
    z-index: 10;
    background-color: #fff
}

.ninth__block .form__wrap .right img {
    -webkit-transform: translate(93px, -23px);
    -ms-transform: translate(93px, -23px);
    -o-transform: translate(93px, -23px);
    transform: translate(93px, -23px);
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.ninth__block--main .form__wrap .right img {
    -webkit-transform: translate(28px, -23px);
    -ms-transform: translate(28px, -23px);
    -o-transform: translate(28px, -23px);
    transform: translate(28px, -23px)
}

.ninth__block--gen--start .form__wrap {
    position: relative;
    overflow: hidden
}

.ninth__block--gen--start .form__wrap:before {
    display: block;
    content: "";
    border-radius: 200px;
    background-color: #eaf1f5;
    right: -270px;
    top: -160px;
    width: 1000px;
    height: 400px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 100
}

.ninth__block--gen--start .form__wrap:after {
    display: none
}

.ninth__block--gen--start .form__wrap .left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ninth__block--gen--start .form__wrap .left .form__title {
    font-size: 30px
}

.ninth__block--gen--start .form__wrap .right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 999;
    background: transparent
}

.ninth__block--gen--start .form__wrap .right img {
    position: relative;
    z-index: 999;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.tenth__block {
    padding: 130px 0 150px;
    position: relative;
    overflow: hidden
}

.tenth__block:before {
    display: block;
    content: "";
    width: 1200px;
    height: 400px;
    border-radius: 200px;
    background-color: transparent;
    border: 2px solid #ffd71c;
    position: absolute;
    left: -400px;
    top: 340px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.tenth__block .works__holder {
    max-width: 1350px;
    margin: 0 auto
}

.tenth__block .works__holder .right {
    width: 45%;
    position: relative
}

.tenth__block .works__holder .right .more__text--example {
    display: none
}

.tenth__block .works__holder .right .right__inner {
    padding-right: 120px;
    max-height: 550px;
    overflow-y: scroll
}

.tenth__block .works__holder .right .right__inner::-webkit-scrollbar {
    width: 4px
}

.tenth__block .works__holder .right .right__inner::-webkit-scrollbar-track {
    background: #eaf1f5;
    max-height: 550px
}

.tenth__block .works__holder .right .right__inner::-webkit-scrollbar-thumb {
    background: #ffd71c;
    cursor: pointer;
    position: absolute;
    right: 15px
}

.tenth__block .works__holder .right .top {
    font-size: 14px;
    color: #95b4c6;
    text-transform: uppercase;
    margin-bottom: 20px
}

.tenth__block .works__holder .right h4 {
    font-size: 30px;
    position: relative;
    margin-bottom: 30px
}

.tenth__block .works__holder .right h4:after {
    display: block;
    content: "";
    width: 50px;
    height: 3px;
    background-color: #ffd71c;
    margin-top: 20px
}

.tenth__block .works__holder .right h6 {
    font-size: 20px;
    margin-bottom: 20px
}

.tenth__block .works__holder .right p {
    font-size: 17px;
    line-height: 1.3;
    margin-bottom: 30px;
    word-break: break-word
}

.tenth__block .works__holder .right p:last-child {
    margin-bottom: 0
}

.tenth__block .works__holder .right ul {
    padding-left: 30px
}

.tenth__block .works__holder .right ul li {
    font-size: 17px;
    margin-bottom: 20px;
    position: relative;
    list-style-type: none;
    word-break: break-word
}

.tenth__block .works__holder .right ul li:before {
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    left: -30px;
    top: 8px
}

.tenth__block .works__holder .right ol li {
    word-break: break-all
}

.tenth__block .example__wrap {
    width: 55%;
    margin-right: 40px
}

.tenth__block .example__wrap .owl-item {
    padding-bottom: 40px
}

.tenth__block .example__wrap .owl-nav {
    display: none
}

.tenth__block .example__wrap .owl-dots {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: relative;
    bottom: -30px
}

.tenth__block .example__wrap .owl-dots button {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #c2d0d8;
    margin-right: 12px
}

.tenth__block .example__wrap .owl-dots button:focus {
    outline: none
}

.tenth__block .example__wrap .owl-dots button:last-child {
    margin-right: 0
}

.tenth__block .example__wrap .owl-dots button.active {
    width: 13px;
    height: 13px;
    background-color: #ffd71c;
    -webkit-box-shadow: 0 5px 10px 0 rgba(255, 215, 28, .5);
    box-shadow: 0 5px 10px 0 rgba(255, 215, 28, .5)
}

.tenth__block .slider__item {
    width: 100%;
    max-height: 550px
}

.tenth__block .slider__item .left {
    position: relative
}

.tenth__block .slider__item .left:after {
    display: block;
    content: "";
    width: 90%;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 17px 51px 14px rgba(0, 0, 0, .22);
    box-shadow: 0 17px 51px 14px rgba(0, 0, 0, .22)
}

.tenth__block .slider__item .left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 10
}

.tenth__block .slider__item .left .slider-small {
    display: none
}

.eleventh__block {
    background-color: #f2f2f2;
    padding: 130px 0
}

.eleventh__block .warranty__wrap {
    position: relative;
    max-width: 1300px;
    margin: 0 auto
}

.eleventh__block .warranty__wrap img {
    position: absolute;
    left: 100px;
    top: 100px;
    z-index: 50
}

.eleventh__block .warranty__wrap:after {
    display: block;
    content: "";
    width: 90%;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 17px 51px 14px rgba(0, 0, 0, .22);
    box-shadow: 0 17px 51px 14px rgba(0, 0, 0, .22)
}

.eleventh__block .warranty__wrap .warranty__inner {
    padding: 100px 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    position: relative;
    z-index: 10;
    overflow: hidden
}

.eleventh__block .warranty__wrap .warranty__inner:before {
    border-radius: 200px;
    background-color: #eaf1f5;
    left: -330px;
    top: 250px
}

.eleventh__block .warranty__wrap .warranty__inner:after,
.eleventh__block .warranty__wrap .warranty__inner:before {
    display: block;
    content: "";
    width: 1000px;
    height: 400px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.eleventh__block .warranty__wrap .warranty__inner:after {
    border-radius: 200px;
    background-color: transparent;
    border: 2px solid #eaf1f5;
    right: -270px;
    top: -160px
}

.eleventh__block .warranty__wrap .left {
    margin-right: 80px;
    z-index: 10
}

.eleventh__block .warranty__wrap .left,
.eleventh__block .warranty__wrap .right {
    width: 50%;
    position: relative;
    background-color: #fff
}

.eleventh__block .warranty__wrap .right:before {
    display: block;
    content: "";
    width: 180px;
    height: 180px;
    background: transparent url(../../../themes/wp-framework/img/stamp3.png) 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    right: 150px;
    bottom: -50px;
    opacity: .7;
    z-index: 30
}

.eleventh__block .warranty__wrap .right h4 {
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 20px;
    position: relative;
    z-index: 20
}

.eleventh__block .warranty__wrap .right ul {
    position: relative;
    z-index: 20;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.eleventh__block .warranty__wrap .right ul li {
    list-style-type: none;
    padding: 10px 0 10px 20px;
    font-size: 20px;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#a88210), to(#ffd71c));
    background: -webkit-linear-gradient(left, #a88210, #ffd71c);
    background: -o-linear-gradient(left, #a88210, #ffd71c);
    background: linear-gradient(90deg, #a88210, #ffd71c);
    border-radius: 30px;
    margin-bottom: 10px
}

.eleventh__block .warranty__wrap .right ul li:first-child {
    width: 190px
}

.eleventh__block .warranty__wrap .right ul li:nth-child(2) {
    width: 270px
}

.eleventh__block .warranty__wrap .right ul li:last-child {
    margin-bottom: 0;
    width: 365px
}

.eleventh__block .warranty__wrap .right__ua:before {
    background: transparent url(../../../themes/wp-framework/img/guarentee-ua-3.png) 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.contacts__block {
    background-color: #f2f2f2
}

.contacts__block .contacts__wrap {
    background-color: #fff;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    -o-transform: translateY(70px);
    transform: translateY(70px);
    position: relative;
    z-index: 99
}

.contacts__block .contacts__wrap .left {
    width: 50%;
    padding: 90px 65px 90px 90px
}

.contacts__block .contacts__wrap .left .top {
    font-size: 14px;
    color: #95b4c6;
    text-transform: uppercase;
    margin-bottom: 20px
}

.contacts__block .contacts__wrap .left .contacts__title {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 35px
}

.contacts__block .contacts__wrap .left .contacts__title:after {
    display: block;
    content: "";
    width: 50px;
    height: 3px;
    background-color: #ffd71c;
    margin-top: 20px
}

.contacts__block .contacts__wrap .left h6 {
    margin-bottom: 15px;
    font-size: 30px
}

.contacts__block .contacts__wrap .left .contatcs__content {
    max-width: 450px
}

.contacts__block .contacts__wrap .left .contatcs__content .contatcs__content--inner {
    margin-bottom: 45px
}

.contacts__block .contacts__wrap .left .contatcs__content .contatcs__content--inner h4 {
    font-size: 17px;
    margin-bottom: 15px
}

.contacts__block .contacts__wrap .left .contatcs__content .contatcs__content--inner p {
    font-size: 17px;
    color: gray;
    line-height: 1.3
}

.contacts__block .contacts__wrap .left .contatcs__content .adresses__button {
    display: block;
    width: 190px;
    border-radius: 30px;
    background-color: #ffd71c;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 900;
    padding: 19px 0
}

.contacts__block .contacts__wrap .left .contatcs__content .adresses__button:hover {
    background: #b59500
}

.contacts__block .contacts__wrap .right {
    width: 50%
}

.contacts__block .contacts__wrap .right iframe {
    width: 100%;
    height: 100%;
    border: 0
}

.contacts__block .contacts__wrap .right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

footer {
    background-color: #161a1b;
    padding: 175px 0 25px
}

footer .popup__phones {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #255c70;
    background: rgba(37, 92, 112, .8);
    z-index: 99999
}

footer .popup__phones .popup__inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

footer .popup__phones .popup__content {
    width: 80%;
    background: transparent url(../../../themes/wp-framework/img/phoned-popup-bg.jpg) 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 90px 200px;
    position: relative
}

footer .popup__phones .popup__content .close__popup--phones {
    display: block;
    width: 15px;
    height: 15px;
    background: transparent url(../../../themes/wp-framework/img/close.svg) 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 50
}

footer .popup__phones .popup__content h4 {
    font-size: 42px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 40px
}

footer .popup__phones .popup__content p {
    font-size: 20px;
    text-align: center;
    color: #95b4c6;
    margin-bottom: 40px;
    line-height: 1.5
}

footer .popup__phones .popup__content form {
    max-width: 480px;
    margin: 0 auto
}

footer .popup__phones .popup__content form .wpcf7-form-control-wrap {
    margin-bottom: 20px;
    width: 49%;
    display: inline-block;
    position: relative
}

footer .popup__phones .popup__content form .wpcf7-form-control-wrap.your-phone:before {
    display: block;
    content: "";
    width: 8px;
    height: 15px;
    background: transparent url(../../../themes/wp-framework/img/phone-input.png) 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto
}

footer .popup__phones .popup__content form .wpcf7-form-control-wrap.your-name:before {
    display: block;
    content: "";
    width: 12px;
    height: 15px;
    background: transparent url(../../../themes/wp-framework/img/name-input.png) 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto
}

footer .popup__phones .popup__content form .wpcf7-form-control-wrap input {
    padding: 15px 0 15px 40px;
    font-size: 14px;
    font-weight: 900;
    background-color: #eaf1f5;
    border-radius: 30px;
    border: 2px solid #eaf1f5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%
}

footer .popup__phones .popup__content form .wpcf7-form-control-wrap input::-webkit-input-placeholder {
    color: #95b4c6;
    font-size: 14px;
    font-weight: 400
}

footer .popup__phones .popup__content form .wpcf7-form-control-wrap input::-moz-placeholder {
    color: #95b4c6;
    font-size: 14px;
    font-weight: 400
}

footer .popup__phones .popup__content form .wpcf7-form-control-wrap input:-ms-input-placeholder {
    color: #95b4c6;
    font-size: 14px;
    font-weight: 400
}

footer .popup__phones .popup__content form .wpcf7-form-control-wrap input:-moz-placeholder {
    color: #95b4c6;
    font-size: 14px;
    font-weight: 400
}

footer .popup__phones .popup__content form .wpcf7-form-control-wrap input:focus {
    outline: none;
    border-color: #ffd71c
}

footer .popup__phones .popup__content form .send__button {
    display: block;
    width: 100%;
    border: 0;
    border-radius: 30px;
    background-color: #ffd71c;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 900;
    color: #000
}

footer .popup__phones .popup__content form .send__button:focus {
    outline: none
}

footer .popup__phones .popup__content form .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -15px;
    left: 5px
}

footer .popup__phones .popup__content .wpcf7-mail-sent-ok,
footer .popup__phones .popup__content form .ajax-loader,
footer .popup__phones .popup__content form div.wpcf7-validation-errors {
    display: none !important
}

footer .popup__phones .popup__content .thankyou__from {
    display: none;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10
}

footer .popup__phones .popup__content .thankyou__from h4 {
    position: relative
}

footer .popup__phones .popup__content .thankyou__from h4:before {
    display: block;
    content: "";
    width: 50px;
    height: 50px;
    background: transparent url(../../../themes/wp-framework/img/check-ty.jpg) 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: -100px
}

footer .popup__phones .popup__content .thankyou__from p {
    margin-bottom: 0
}

footer .footer__wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 90px;
    border-bottom: 2px solid #242728
}

footer .footer__wrap .first__column .footer__logo {
    max-width: 270px;
    margin-bottom: 25px
}

footer .footer__wrap .first__column .footer__logo--tablet {
    display: none
}

footer .footer__wrap .first__column .image__block {
    border: 1px solid #FFD71C;
    border-radius: 10px;
    margin-bottom: 25px;
    padding: 20px;
    position: relative
}

footer .footer__wrap .first__column .image__block img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

footer .footer__wrap .first__column .image__block p {
    color: #222627;
    width: 130px;
    background-color: #161a1b;
    position: absolute;
    left: 0;
    top: -12px
}

footer .footer__wrap .first__column .partners__logo {
    color: white !important;
    margin-bottom: 0
}

footer .footer__wrap .first__column .partners__logo p {
    color: white !important;
    width: 75px
}

footer .footer__wrap .column h6 {
    font-size: 15px;
    color: #494848;
    margin-bottom: 35px
}

footer .footer__wrap .second__column .inner__column:first-child {
    margin-right: 50px
}

footer .footer__wrap .second__column nav ul li {
    margin-bottom: 20px;
    list-style-type: none
}

footer .footer__wrap .second__column nav ul li:last-child {
    margin-bottom: 0
}

footer .footer__wrap .second__column nav ul li a {
    color: #494848;
    font-size: 15px
}

footer .footer__wrap .second__column nav ul li a:hover {
    color: #fff
}

footer .footer__wrap .third__column .footer__phones {
    padding-left: 40px;
    margin-bottom: 25px;
    background: transparent url(../../../themes/wp-framework/img/footer-phone.png) left top 3px no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px
}

footer .footer__wrap .third__column .footer__phones a,
footer .footer__wrap .third__column .footer__phones p {
    font-size: 26px;
    color: #494848
}

footer .footer__wrap .third__column .footer__phones a:first-child,
footer .footer__wrap .third__column .footer__phones p:first-child {
    margin-bottom: 15px
}

footer .footer__wrap .third__column .footer__phones .footer__mobile {
    display: none
}

footer .footer__wrap .third__column .footer__hours {
    padding-left: 40px;
    padding-bottom: 30px;
    background: transparent url(../../../themes/wp-framework/img/footer-time.png) 0 0 no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px
}

footer .footer__wrap .third__column .footer__hours p {
    color: #494848;
    font-size: 15px
}

footer .footer__wrap .third__column .working__time {
    margin-bottom: 30px;
    padding-left: 40px
}

footer .footer__wrap .third__column .working__time p {
    color: #494848;
    font-size: 15px
}

footer .footer__wrap .third__column .footer__email {
    display: block;
    padding: 3px 0 3px 40px;
    color: #494848;
    font-size: 15px;
    margin-bottom: 30px;
    background: transparent url(../../../themes/wp-framework/img/mail.png) 0 0 no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px;
    margin-bottom: 35px
}

footer .footer__wrap .third__column .footer__email:hover {
    color: #fff
}

footer .footer__wrap .third__column .social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #ffd71c
}

footer .footer__wrap .third__column .social .facebook {
    margin-right: 10px;
    background: transparent url(../../../themes/wp-framework/img/facebook-yellow.svg) 50% no-repeat;
    -webkit-background-size: 16px 16px;
    background-size: 16px
}

footer .footer__wrap .third__column .social .facebook:hover {
    background: #000 url(../../../themes/wp-framework/img/facebook-yellow.svg) 50% no-repeat;
    -webkit-background-size: 16px 16px;
    background-size: 16px;
    border-color: #000
}

footer .footer__wrap .third__column .social .instagram {
    margin-right: 10px;
    background: transparent url(../../../themes/wp-framework/img/instagram-yellow.svg) 50% no-repeat;
    -webkit-background-size: 16px 16px;
    background-size: 16px
}

footer .footer__wrap .third__column .social .instagram:hover {
    background: #000 url(../../../themes/wp-framework/img/instagram-yellow.svg) 50% no-repeat;
    -webkit-background-size: 16px 16px;
    background-size: 16px;
    border-color: #000
}

footer .footer__wrap .third__column .social .youtube {
    background: transparent url(../../../themes/wp-framework/img/youtube-yellow.svg) 50% no-repeat;
    -webkit-background-size: 16px 16px;
    background-size: 16px
}

footer .footer__wrap .third__column .social .youtube:hover {
    background: #000 url(../../../themes/wp-framework/img/youtube-yellow.svg) 50% no-repeat;
    -webkit-background-size: 16px 16px;
    background-size: 16px;
    border-color: #000
}

footer .footer__wrap .fourth__column form {
    max-width: 220px;
    margin-bottom: 75px
}

footer .footer__wrap .fourth__column form .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 10px
}

footer .footer__wrap .fourth__column form .wpcf7-form-control-wrap input {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 15px 15px 40px;
    background: #222627 url(../../../themes/wp-framework/img/phone.png) left 20px center no-repeat;
    border-radius: 30px;
    border: 1px solid #222627;
    color: #fff
}

footer .footer__wrap .fourth__column form .wpcf7-form-control-wrap input::-webkit-input-placeholder {
    color: #494848;
    font-size: 14px;
    font-weight: 400
}

footer .footer__wrap .fourth__column form .wpcf7-form-control-wrap input::-moz-placeholder {
    color: #494848;
    font-size: 14px;
    font-weight: 400
}

footer .footer__wrap .fourth__column form .wpcf7-form-control-wrap input:-ms-input-placeholder {
    color: #494848;
    font-size: 14px;
    font-weight: 400
}

footer .footer__wrap .fourth__column form .wpcf7-form-control-wrap input:-moz-placeholder {
    color: #494848;
    font-size: 14px;
    font-weight: 400
}

footer .footer__wrap .fourth__column form .wpcf7-form-control-wrap input:focus {
    outline: none;
    border-color: #ffd71c
}

footer .footer__wrap .fourth__column form .send__form {
    display: block;
    width: 100%;
    background: #ffd71c;
    padding: 20px 0;
    font-size: 11px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    border: 0;
    border-radius: 30px
}

footer .footer__wrap .fourth__column form .send__form:hover {
    background: #b59500
}

footer .footer__wrap .fourth__column .callback__icon {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    position: relative;
    z-index: 10
}

footer .footer__wrap .fourth__column .callback__icon:before {
    display: block;
    content: "";
    background: #ffd71c;
    background: rgba(255, 215, 28, .4);
    position: absolute;
    left: -10px;
    top: -10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-animation: c 1s infinite;
    -o-animation: c 1s infinite;
    animation: c 1s infinite;
    z-index: 0
}

footer .footer__wrap .fourth__column .callback__icon span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #ffd71c url(../../../themes/wp-framework/img/callback-phone.png) 50% no-repeat;
    -webkit-background-size: 30px 30px;
    background-size: 30px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10
}

footer .second__row {
    padding-top: 30px
}

footer .second__row .copyright {
    display: block;
    font-size: 15px;
    text-align: center;
    color: #494848;
    margin-bottom: 15px
}

footer .second__row .to__top {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1.5px solid #ffd71c;
    margin: 0 auto;
    position: fixed;
    bottom: 10px;
    right: 60px
}

footer .second__row .to__top:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #ffd71c
}

footer .second__row .to__top:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px)
}

.popup__callback,
.popup__free {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #255c70;
    background: rgba(37, 92, 112, .8);
    z-index: 999
}

.popup__callback .popup__holder,
.popup__free .popup__holder {
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.popup__callback .popup__inner,
.popup__free .popup__inner {
    max-width: 1110px;
    width: 100%;
    padding: 150px 80px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: transparent url(../../../themes/wp-framework/img/popup-bg.jpg) 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative
}

.popup__callback .popup__inner .close__popup--callback,
.popup__callback .popup__inner .close__popup--free,
.popup__free .popup__inner .close__popup--callback,
.popup__free .popup__inner .close__popup--free {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 40px;
    right: 40px
}

.popup__callback .popup__inner .close__popup--callback:before,
.popup__callback .popup__inner .close__popup--free:before,
.popup__free .popup__inner .close__popup--callback:before,
.popup__free .popup__inner .close__popup--free:before {
    display: block;
    content: "";
    width: 2px;
    height: 20px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #000;
    position: absolute;
    right: 6px
}

.popup__callback .popup__inner .close__popup--callback:after,
.popup__callback .popup__inner .close__popup--free:after,
.popup__free .popup__inner .close__popup--callback:after,
.popup__free .popup__inner .close__popup--free:after {
    display: block;
    content: "";
    width: 2px;
    height: 20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #000;
    position: absolute;
    right: 6px
}

.popup__callback .popup__inner .popup__description,
.popup__free .popup__inner .popup__description {
    max-width: 405px
}

.popup__callback .popup__inner .popup__description h4,
.popup__free .popup__inner .popup__description h4 {
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 20px;
    text-align: center
}

.popup__callback .popup__inner .popup__description .undertitle,
.popup__free .popup__inner .popup__description .undertitle {
    font-size: 24px;
    text-align: center;
    margin-bottom: 25px
}

.popup__callback .popup__inner .popup__description .popup__text,
.popup__free .popup__inner .popup__description .popup__text {
    margin-bottom: 35px
}

.popup__callback .popup__inner .popup__description .popup__text p,
.popup__free .popup__inner .popup__description .popup__text p {
    font-size: 20px;
    text-align: center;
    color: #95b4c6
}

.popup__callback .popup__inner .popup__description .popup__text p span,
.popup__free .popup__inner .popup__description .popup__text p span {
    color: #000;
    font-weight: 700;
    position: relative
}

.popup__callback .popup__inner .popup__description .popup__text p span:after,
.popup__free .popup__inner .popup__description .popup__text p span:after {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background: #ffd71c;
    position: absolute;
    left: 0;
    bottom: -5px
}

.popup__callback .popup__inner .popup__more--button,
.popup__free .popup__inner .popup__more--button {
    display: block;
    width: 125px;
    border-radius: 50px;
    background: #ffd71c;
    font-size: 11px;
    font-weight: 900;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    padding: 25px 0;
    margin: 0 auto
}

.popup__catalog--holder {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #255c70;
    background: rgba(37, 92, 112, .8);
    z-index: 999
}

.popup__catalog--holder .popup__catalog--inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.popup__catalog--holder .popup__inner {
    width: 80%;
    height: 80%;
    max-height: 525px;
    max-width: 1100px;
    background: transparent url(../../../themes/wp-framework/img/catalog-popup-bg.jpg) 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    padding: 90px 75px;
    overflow: hidden
}

.popup__catalog--holder .popup__inner .close__catalog--popup {
    display: block;
    width: 13px;
    height: 13px;
    background: transparent url(../../../themes/wp-framework/img/close-popup-white.png) 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 20
}

.popup__catalog--holder .popup__inner .left {
    width: 60%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.popup__catalog--holder .popup__inner .left h4 {
    font-size: 42px;
    display: 900px;
    color: #ffd71c;
    margin-bottom: 20px
}

.popup__catalog--holder .popup__inner .left p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 40px
}

.popup__catalog--holder .popup__inner .left form {
    max-width: 400px
}

.popup__catalog--holder .popup__inner .left form .wpcf7-form-control-wrap {
    margin-bottom: 20px;
    width: 100%;
    display: inline-block;
    position: relative
}

.popup__catalog--holder .popup__inner .left form .wpcf7-form-control-wrap.your-phone:before {
    display: block;
    content: "";
    width: 8px;
    height: 15px;
    background: transparent url(../../../themes/wp-framework/img/phone-input.png) 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto
}

.popup__catalog--holder .popup__inner .left form .wpcf7-form-control-wrap.your-name:before {
    display: block;
    content: "";
    width: 12px;
    height: 15px;
    background: transparent url(../../../themes/wp-framework/img/name-input.png) 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto
}

.popup__catalog--holder .popup__inner .left form .wpcf7-form-control-wrap input {
    padding: 15px 0 15px 40px;
    font-size: 14px;
    font-weight: 900;
    background-color: #eaf1f5;
    border-radius: 30px;
    border: 2px solid #eaf1f5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%
}

.popup__catalog--holder .popup__inner .left form .wpcf7-form-control-wrap input::-webkit-input-placeholder {
    color: #95b4c6;
    font-size: 14px;
    font-weight: 400
}

.popup__catalog--holder .popup__inner .left form .wpcf7-form-control-wrap input::-moz-placeholder {
    color: #95b4c6;
    font-size: 14px;
    font-weight: 400
}

.popup__catalog--holder .popup__inner .left form .wpcf7-form-control-wrap input:-ms-input-placeholder {
    color: #95b4c6;
    font-size: 14px;
    font-weight: 400
}

.popup__catalog--holder .popup__inner .left form .wpcf7-form-control-wrap input:-moz-placeholder {
    color: #95b4c6;
    font-size: 14px;
    font-weight: 400
}

.popup__catalog--holder .popup__inner .left form .wpcf7-form-control-wrap input:focus {
    outline: none;
    border-color: #ffd71c
}

.popup__catalog--holder .popup__inner .left form .send__form {
    display: block;
    width: 100%;
    border: 0;
    border-radius: 30px;
    background-color: #ffd71c;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 900;
    color: #000
}

.popup__catalog--holder .popup__inner .left form .send__form:focus {
    outline: none
}

.popup__catalog--holder .popup__inner .left form .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -15px;
    left: 5px
}

.popup__catalog--holder .popup__inner .left .wpcf7-mail-sent-ok,
.popup__catalog--holder .popup__inner .left form .ajax-loader,
.popup__catalog--holder .popup__inner .left form div.wpcf7-validation-errors {
    display: none !important
}

.popup__catalog--holder .popup__inner .right {
    width: 40%;
    position: relative
}

.popup__catalog--holder .popup__inner .right img {
    position: absolute;
    bottom: -90px;
    max-height: 520px
}

.popup__catalog--holder .popup__inner .thankyou__from {
    display: none;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent url(../../../themes/wp-framework/img/catalog-popup-bg.jpg) 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10
}

.popup__catalog--holder .popup__inner .thankyou__from h4 {
    position: relative;
    color: #ffd71c;
    font-size: 30px;
    margin-bottom: 15px
}

.popup__catalog--holder .popup__inner .thankyou__from p {
    margin-bottom: 0;
    font-size: 18px;
    text-align: center;
    color: #fff
}

.popup__free .popup__inner {
    background: transparent url(../../../themes/wp-framework/img/popup-free-bg.jpg) 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.remont-turbin-v-kieve .page__banner--image {
    display: none
}

.remont-turbin-v-kieve .page__banner--slider {
    display: block !important
}

.page__banner .hidden__title,
.page__banner.page__banner--slider {
    display: none
}

.page__banner .breadcrumbs {
    margin-bottom: 30px
}

.page__banner .breadcrumbs li {
    display: inline-block;
    list-style-type: none;
    font-size: 14px;
    color: #95b4c6
}

.page__banner .breadcrumbs li a,
.page__banner .breadcrumbs li span {
    color: #95b4c6
}

.page__banner .breadcrumbs li.separator {
    margin: 0 5px
}

.page__banner .main__undertitle {
    display: block;
    font-size: 20px;
    padding-left: 40px;
    margin-bottom: 30px
}

.page__banner .main__undertitle span {
    font-weight: 700
}

.page__banner .main__undertitle--page {
    font-size: 17px;
    color: #95b4c6;
    margin-bottom: 40px
}

.page__banner .main__slider .slider__item .silder__description {
    margin-right: 300px
}

.third__block--country {
    background-color: #f2f2f2
}

.ninth__block--country {
    padding: 170px 0 130px
}

.ninth__block--country .form__wrap .left:after {
    background: transparent;
    border: 2px solid #eaf1f5
}

.ninth__block--country .form__wrap .right .right__inner {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.ninth__block--country .form__wrap .right .right__inner:before {
    display: block;
    content: "";
    width: 940px;
    height: 400px;
    border-radius: 200px;
    background-color: #eaf1f5;
    position: absolute;
    right: -300px;
    top: -150px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.ninth__block--country .form__wrap .right img {
    -webkit-transform: translateY(-28px);
    -ms-transform: translateY(-28px);
    -o-transform: translateY(-28px);
    transform: translateY(-28px)
}

.oil__block {
    margin-bottom: 130px
}

.oil__block .popup__inner {
    max-width: 1300px;
    width: 100%;
    padding: 150px 80px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: transparent url(../../../themes/wp-framework/img/popup-bg.jpg) 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    margin: 0 auto
}

.oil__block .popup__inner .close__popup--callback,
.oil__block .popup__inner .close__popup--free {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 40px;
    right: 40px
}

.oil__block .popup__inner .close__popup--callback:before,
.oil__block .popup__inner .close__popup--free:before {
    display: block;
    content: "";
    width: 2px;
    height: 20px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #000;
    position: absolute;
    right: 6px
}

.oil__block .popup__inner .close__popup--callback:after,
.oil__block .popup__inner .close__popup--free:after {
    display: block;
    content: "";
    width: 2px;
    height: 20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #000;
    position: absolute;
    right: 6px
}

.oil__block .popup__inner .popup__description {
    max-width: 405px
}

.oil__block .popup__inner .popup__description h4 {
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 20px;
    text-align: center
}

.oil__block .popup__inner .popup__description .undertitle {
    font-size: 24px;
    text-align: center;
    margin-bottom: 25px
}

.oil__block .popup__inner .popup__description .popup__text {
    margin-bottom: 35px
}

.oil__block .popup__inner .popup__description .popup__text p {
    font-size: 20px;
    text-align: center;
    color: #95b4c6
}

.oil__block .popup__inner .popup__description .popup__text p span {
    color: #000;
    font-weight: 700;
    position: relative
}

.oil__block .popup__inner .popup__description .popup__text p span:after {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background: #ffd71c;
    position: absolute;
    left: 0;
    bottom: -5px
}

.oil__block .popup__inner .popup__description .phones {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.oil__block .popup__inner .popup__description .phones p:first-child {
    margin-right: 15px
}

.oil__block .popup__inner .popup__description .phones a,
.oil__block .popup__inner .popup__description .phones p {
    font-size: 20px;
    font-weight: 300;
    padding: 5px 0 5px 35px;
    color: #000;
    margin-bottom: 0
}

.oil__block .popup__inner .popup__description .phones a span,
.oil__block .popup__inner .popup__description .phones p span {
    font-weight: 900
}

.oil__block .popup__inner .popup__description .phones .vodafone {
    background: transparent url(../../../themes/wp-framework/img/vodafon.svg) 0 no-repeat;
    -webkit-background-size: 25px 25px;
    background-size: 25px
}

.oil__block .popup__inner .popup__description .phones .lifecell {
    background: transparent url(../../../themes/wp-framework/img/life.svg) 0 no-repeat;
    -webkit-background-size: 25px 25px;
    background-size: 25px
}

.oil__block .popup__inner .popup__description .phones .kievstar {
    background: transparent url(../../../themes/wp-framework/img/kievstar.svg) 0 no-repeat;
    -webkit-background-size: 25px 25px;
    background-size: 25px
}

.oil__block .popup__inner .popup__description .phones .mobile__phone {
    display: none;
    color: #000
}

.oil__block .popup__inner .popup__more--button {
    display: block;
    width: 250px;
    border-radius: 50px;
    background: #ffd71c;
    font-size: 11px;
    font-weight: 900;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    padding: 25px 0;
    margin: 0 auto;
    margin-top: 20px
}

.equipment__block .equipment__wrap .equipment__slider {
    margin: 0;
    max-width: 100% !important
}

.equipment__block .equipment__wrap .equipment__slider .sp-slides-container {
    height: 100%
}

.equipment__block .equipment__wrap .equipment__slider .sp-slides-container .sp-mask {
    height: 100% !important;
    min-height: 600px
}

.equipment__block .equipment__wrap .equipment__slider .sp-slide img {
    width: 100%
}

.equipment__block .equipment__wrap .equipment__slider .sp-thumbnails-container {
    margin-top: 0;
    bottom: 90px;
    left: -250px
}

.equipment__block .equipment__wrap .equipment__slider .sp-arrows {
    opacity: 1 !important;
    top: 47% !important
}

.equipment__block .equipment__wrap .equipment__slider .sp-next-arrow {
    display: block !important;
    width: 40px;
    height: 80px;
    opacity: 1;
    background: transparent url(../../../themes/wp-framework/img/left-arrow202.svg) 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    right: 610px;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.equipment__block .equipment__wrap .equipment__slider .sp-next-arrow:after,
.equipment__block .equipment__wrap .equipment__slider .sp-next-arrow:before {
    display: none
}

.equipment__block .equipment__wrap .equipment__slider .sp-previous-arrow {
    display: block !important;
    width: 40px;
    height: 80px;
    opacity: 1;
    background: transparent url(../../../themes/wp-framework/img/left-arrow202.svg) 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    left: 30px;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.equipment__block .equipment__wrap .equipment__slider .sp-previous-arrow:after,
.equipment__block .equipment__wrap .equipment__slider .sp-previous-arrow:before {
    display: none
}

.equipment__block .equipment__wrap .equipment__slider .sp-thumbnail {
    height: 100%;
    top: 0 !important
}

.equipment__block .equipment__wrap .equipment__slider .sp-thumbnail .sp-thumbnail-image-container {
    height: 100%;
    position: relative
}

.equipment__block .equipment__wrap .equipment__slider .sp-thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.equipment__block .equipment__wrap .left__image {
    width: 70%
}

.equipment__block .equipment__wrap .equipment__description {
    width: 30%;
    padding: 90px 60px 90px 70px
}

.equipment__block .equipment__wrap .equipment__description .top {
    color: #95b4c6;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 20px
}

.equipment__block .equipment__wrap .equipment__description .eq__title {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 20px
}

.equipment__block .equipment__wrap .equipment__description .eq__title:after {
    display: block;
    content: "";
    width: 50px;
    height: 3px;
    background: #ffd71c;
    margin-top: 20px
}

.equipment__block .equipment__wrap .equipment__description .blue {
    font-size: 20px;
    color: #95b4c6;
    margin-bottom: 20px
}

.equipment__block .equipment__wrap .equipment__description h4 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 20px
}

.equipment__block .equipment__wrap .equipment__description p {
    font-size: 15px;
    line-height: 1.5
}

.equipment__block .equipment__wrap .equipment__description .equipment__text {
    max-height: 300px;
    overflow-y: scroll;
    padding-right: 15px
}

.equipment__block .equipment__wrap .equipment__description .equipment__text::-webkit-scrollbar {
    width: 4px
}

.equipment__block .equipment__wrap .equipment__description .equipment__text::-webkit-scrollbar-track {
    background: #eaf1f5;
    max-height: 550px
}

.equipment__block .equipment__wrap .equipment__description .equipment__text::-webkit-scrollbar-thumb {
    background: #ffd71c;
    cursor: pointer;
    position: absolute;
    right: 15px
}

.waiting__block {
    padding: 130px 0 150px;
    position: relative;
    overflow: hidden
}

.waiting__block .waiting__inner {
    max-width: 1110px;
    margin: 0 auto;
    max-height: 550px
}

.waiting__block .waiting__inner .right {
    width: 50%;
    position: relative
}

.waiting__block .waiting__inner .right:after {
    display: block;
    content: "";
    width: 90%;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 17px 51px 14px rgba(0, 0, 0, .22);
    box-shadow: 0 17px 51px 14px rgba(0, 0, 0, .22)
}

.waiting__block .waiting__inner .right .right__inner {
    height: 100%
}

.waiting__block .waiting__inner .right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 10
}

.waiting__block .waiting__inner .left {
    width: 50%;
    position: relative;
    margin-right: 80px
}

.waiting__block .waiting__inner .left .more__text--example {
    display: none
}

.waiting__block .waiting__inner .left .left__inner {
    padding-right: 90px;
    max-height: 550px;
    overflow-y: scroll
}

.waiting__block .waiting__inner .left .left__inner::-webkit-scrollbar {
    width: 4px
}

.waiting__block .waiting__inner .left .left__inner::-webkit-scrollbar-track {
    background: #eaf1f5;
    max-height: 550px
}

.waiting__block .waiting__inner .left .left__inner::-webkit-scrollbar-thumb {
    background: #ffd71c;
    cursor: pointer;
    position: absolute;
    right: 15px
}

.waiting__block .waiting__inner .left .top {
    font-size: 14px;
    color: #95b4c6;
    text-transform: uppercase;
    margin-bottom: 20px
}

.waiting__block .waiting__inner .left h4 {
    font-size: 30px;
    position: relative;
    margin-bottom: 30px
}

.waiting__block .waiting__inner .left h4:after {
    display: block;
    content: "";
    width: 50px;
    height: 3px;
    background-color: #ffd71c;
    margin-top: 20px
}

.waiting__block .waiting__inner .left h6 {
    font-size: 20px;
    margin-bottom: 20px
}

.waiting__block .waiting__inner .left p {
    font-size: 17px;
    line-height: 1.3;
    margin-bottom: 30px
}

.waiting__block .waiting__inner .left p:last-child {
    margin-bottom: 0
}

.waiting__block .waiting__inner .left ul {
    padding-left: 40px
}

.waiting__block .waiting__inner .left ul li {
    font-size: 22px;
    color: gray;
    margin-bottom: 20px;
    position: relative;
    list-style-type: none
}

.waiting__block .waiting__inner .left ul li:before {
    display: block;
    content: "";
    width: 13px;
    height: 10px;
    background: transparent url(../../../themes/wp-framework/img/check.png) 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    left: -40px;
    top: 8px
}

.oportunities__block {
    padding: 130px 0 100px;
    background-color: #f2f2f2
}

.oportunities__block #opportunities__slider {
    display: none
}

.oportunities__block #opportunities__slider .oportunitie__item {
    height: 100%
}

.oportunities__block .oportunities__inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.oportunities__block .oportunities__inner .owl-dots {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: -20px;
    width: 100%
}

.oportunities__block .oportunities__inner .owl-dots button {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #c2d0d8;
    margin-right: 12px
}

.oportunities__block .oportunities__inner .owl-dots button:focus {
    outline: none
}

.oportunities__block .oportunities__inner .owl-dots button:last-child {
    margin-right: 0
}

.oportunities__block .oportunities__inner .owl-dots button.active {
    width: 13px;
    height: 13px;
    background-color: #ffd71c;
    -webkit-box-shadow: 0 5px 10px 0 rgba(255, 215, 28, .5);
    box-shadow: 0 5px 10px 0 rgba(255, 215, 28, .5)
}

.oportunities__block .oportunities__inner .oportunitie__item {
    padding: 45px 80px 60px;
    border-radius: 10px;
    border: 1px solid #dce5ea;
    width: 32%;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 14px 14px 14px rgba(0, 0, 0, .05);
    box-shadow: 0 14px 14px 14px rgba(0, 0, 0, .05)
}

.oportunities__block .oportunities__inner .oportunitie__item:before {
    display: block;
    content: "";
    width: 1000px;
    height: 500px;
    border-radius: 300px;
    background-color: #eaf1f5;
    position: absolute;
    left: -390px;
    top: 400px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.oportunities__block .oportunities__inner .oportunitie__item:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 23px 36px 14px rgba(0, 0, 0, .16);
    box-shadow: 0 23px 36px 14px rgba(0, 0, 0, .16)
}

.oportunities__block .oportunities__inner .oportunitie__item:hover:before {
    background-color: #ffd71c
}

.oportunities__block .oportunities__inner .oportunitie__item h4 {
    font-size: 22px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 25px;
    position: relative;
    z-index: 10
}

.oportunities__block .oportunities__inner .oportunitie__item h4:after {
    display: block;
    content: "";
    width: 30px;
    height: 2px;
    background: #ffd71c;
    margin: 0 auto;
    margin-top: 25px
}

.oportunities__block .oportunities__inner .oportunitie__item .fix__button {
    display: block;
    width: 185px;
    border: 2px solid #ffd71c;
    border-radius: 30px;
    padding: 19px 0;
    font-size: 11px;
    font-weight: 900;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    margin-bottom: 125px;
    position: relative;
    z-index: 10
}

.oportunities__block .oportunities__inner .oportunitie__item .fix__button:hover {
    background-color: #ffd71c;
    color: #fff
}

.oportunities__block .oportunities__inner .oportunitie__item img {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    max-height: 265px;
    max-width: 310px
}

.blog__block {
    padding: 130px 0;
    position: relative;
    overflow: hidden
}

.blog__block:before {
    display: block;
    content: "";
    width: 1300px;
    height: 400px;
    border-radius: 200px;
    background-color: transparent;
    border: 2px solid #ffd71c;
    position: absolute;
    right: -300px;
    top: 340px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.blog__block .blog__wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.blog__block #blog__mobile {
    display: none
}

.blog__block #blog__mobile .owl-dots {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: -20px;
    width: 100%
}

.blog__block #blog__mobile .owl-dots button {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #c2d0d8;
    margin-right: 12px
}

.blog__block #blog__mobile .owl-dots button:focus {
    outline: none
}

.blog__block #blog__mobile .owl-dots button:last-child {
    margin-right: 0
}

.blog__block #blog__mobile .owl-dots button.active {
    width: 13px;
    height: 13px;
    background-color: #ffd71c;
    -webkit-box-shadow: 0 5px 10px 0 rgba(255, 215, 28, .5);
    box-shadow: 0 5px 10px 0 rgba(255, 215, 28, .5)
}

.blog__block #blog__mobile .blog__item {
    height: 100%
}

.blog__block .blog__item {
    width: 32%;
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: 0 14px 36px 14px rgba(0, 0, 0, .05);
    box-shadow: 0 14px 36px 14px rgba(0, 0, 0, .05);
    position: relative;
    z-index: 10;
    background-color: #fff
}

.blog__block .blog__item:hover {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-box-shadow: 0 14px 36px 0 rgba(0, 0, 0, .34);
    box-shadow: 0 14px 36px 0 rgba(0, 0, 0, .34)
}

.blog__block .blog__item img {
    max-height: 250px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.blog__block .blog__item .blog__description {
    background-color: #fff;
    padding: 40px 45px 90px
}

.blog__block .blog__item .blog__description .date {
    font-size: 11px;
    color: #95b4c6;
    margin-bottom: 15px
}

.blog__block .blog__item .blog__description h4 {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 25px
}

.blog__block .blog__item .blog__description h4:after {
    display: block;
    content: "";
    width: 30px;
    height: 3px;
    background: #ffd71c;
    margin-top: 20px
}

.blog__block .blog__item .blog__description p {
    font-size: 15px;
    line-height: 1.3;
    color: gray;
    margin-bottom: 40px;
    max-height: 80px;
    overflow: hidden
}

.blog__block .blog__item .blog__description .blog__button {
    display: block;
    width: 145px;
    border-radius: 30px;
    background: #ffd71c;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    padding: 20px 0;
    font-size: 15px;
    font-weight: 900;
    position: absolute;
    left: 40px;
    bottom: 40px
}

.tenth__block--country {
    background-color: #f2f2f2
}

.tenth__block--country:before {
    display: none
}

.contacts__block--country .contacts__wrap {
    max-height: 630px
}

.contacts__block--country .contacts__wrap .adress {
    font-size: 20px;
    padding: 5px 0 5px 45px;
    background: transparent url(../../../themes/wp-framework/img/location.svg) 0 no-repeat;
    -webkit-background-size: 25px 25px;
    background-size: 25px
}

.contacts__block--country .contacts__wrap .another__city--button {
    display: block;
    width: 240px;
    background: #ffd71c;
    font-size: 11px;
    font-weight: 900;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    padding: 22px 0;
    border-radius: 30px;
    position: absolute;
    left: 90px;
    bottom: 50px
}

.contacts__block--country .contacts__wrap .adress {
    margin-bottom: 20px
}

.contacts__block--country .contacts__wrap .another__cities {
    line-height: 1.3;
    margin-bottom: 20px
}

.page-template-removal-and-installation .third__block {
    padding: 130px 0 100px
}

.page-template-removal-and-installation .fourth__block {
    padding-top: 0
}

.page-template-removal-and-installation .fifth__block {
    padding-top: 120px
}

.page-template-removal-and-installation .blog__block {
    background-color: #f2f2f2
}

.page-template-removal-and-installation .blog__block:before {
    display: none
}

.page-template-removal-and-installation .ninth__block {
    padding: 100px 0 130px
}

.page-template-removal-and-installation .tenth__block--country {
    background-color: #fff
}

.page-template-diagnostika .page__banner {
    padding: 130px 0
}

.page-template-diagnostika .page__banner .main__slider .slider__item .slider__image img {
    position: absolute;
    right: 0;
    top: -130px
}

.page-template-diagnostika .third__block .services__wrap .service__item:first-child .left img {
    position: absolute;
    top: 35px;
    left: 0
}

.page-template-diagnostika .equipment__block {
    padding-top: 130px;
    background-color: #f2f2f2
}

.page-template-diagnostika .equipment__block .equipment__wrap .equipment__description {
    background-color: #fff
}

.reasons {
    padding: 120px 0;
    position: relative;
    overflow: hidden
}

.reasons:before {
    display: block;
    content: "";
    width: 1200px;
    height: 400px;
    border-radius: 200px;
    background-color: transparent;
    border: 2px solid #ffd71c;
    position: absolute;
    left: -400px;
    top: 340px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.reasons .reasons__wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.reasons #reasons__wrap {
    display: none
}

.reasons #reasons__wrap .reason__item {
    height: 100%
}

.reasons #reasons__wrap .owl-dots {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: -20px;
    width: 100%
}

.reasons #reasons__wrap .owl-dots button {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #c2d0d8;
    margin-right: 12px
}

.reasons #reasons__wrap .owl-dots button:focus {
    outline: none
}

.reasons #reasons__wrap .owl-dots button:last-child {
    margin-right: 0
}

.reasons #reasons__wrap .owl-dots button.active {
    width: 13px;
    height: 13px;
    background-color: #ffd71c;
    -webkit-box-shadow: 0 5px 10px 0 rgba(255, 215, 28, .5);
    box-shadow: 0 5px 10px 0 rgba(255, 215, 28, .5)
}

.reasons .reason__item {
    width: 32%;
    padding: 75px 70px;
    background-color: #f2f2f2;
    border-radius: 10px;
    margin-bottom: 20px;
    cursor: pointer
}

.reasons .reason__item:hover {
    background-color: #fff;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-box-shadow: 0 23px 36px 14px rgba(0, 0, 0, .16);
    box-shadow: 0 23px 36px 14px rgba(0, 0, 0, .16)
}

.reasons .reason__item:hover .top {
    background: #ffd71c
}

.reasons .reason__item:hover .top:before {
    background: #ffd71c;
    background: rgba(255, 215, 28, .4)
}

.reasons .reason__item:hover .top:after {
    background: #ffd71c;
    background: rgba(255, 215, 28, .2)
}

.reasons .reason__item .top {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background: #92b1c3;
    margin: 0 auto;
    margin-bottom: 50px;
    color: #fff;
    font-size: 40px;
    position: relative
}

.reasons .reason__item .top:before {
    display: block;
    content: "";
    background: #92b1c3;
    background: rgba(146, 177, 195, .3);
    position: absolute;
    left: -15px;
    top: -15px;
    width: 115px;
    height: 115px;
    border-radius: 50%
}

.reasons .reason__item .top:after {
    display: block;
    content: "";
    background: #92b1c3;
    background: rgba(146, 177, 195, .18);
    position: absolute;
    left: -32px;
    top: -32px;
    width: 150px;
    height: 150px;
    border-radius: 50%
}

.reasons .reason__item h4 {
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center
}

.reasons .reason__item p {
    font-size: 15px;
    text-align: center
}

.page-template-prices .page__banner {
    padding: 130px 0
}

.page-template-prices .page__banner .main__slider .slider__item .slider__image img {
    position: absolute;
    right: 0;
    top: -55px
}

.page-template-actuator-repair .third__block,
.page-template-page-clapan .third__block,
.page-template-serv-repair .third__block,
.page-template-tnvd-repair .third__block {
    background-color: #f2f2f2
}

.page-template-actuator-repair .actuator__item,
.page-template-page-clapan .actuator__item,
.page-template-serv-repair .actuator__item,
.page-template-tnvd-repair .actuator__item {
    width: 100%;
    margin-bottom: 100px
}

.page-template-actuator-repair .actuator__item:last-child,
.page-template-page-clapan .actuator__item:last-child,
.page-template-serv-repair .actuator__item:last-child,
.page-template-tnvd-repair .actuator__item:last-child {
    margin-bottom: 0
}

.page-template-actuator-repair .actuator__item:nth-child(2n),
.page-template-page-clapan .actuator__item:nth-child(2n),
.page-template-serv-repair .actuator__item:nth-child(2n),
.page-template-tnvd-repair .actuator__item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.page-template-actuator-repair .actuator__item:nth-child(2n) .left,
.page-template-page-clapan .actuator__item:nth-child(2n) .left,
.page-template-serv-repair .actuator__item:nth-child(2n) .left,
.page-template-tnvd-repair .actuator__item:nth-child(2n) .left {
    margin-right: 0;
    margin-left: 130px
}

.page-template-actuator-repair .actuator__item .left,
.page-template-page-clapan .actuator__item .left,
.page-template-serv-repair .actuator__item .left,
.page-template-tnvd-repair .actuator__item .left {
    width: 50%;
    margin-right: 130px
}

.page-template-actuator-repair .actuator__item .left .top,
.page-template-page-clapan .actuator__item .left .top,
.page-template-serv-repair .actuator__item .left .top,
.page-template-tnvd-repair .actuator__item .left .top {
    font-size: 14px;
    text-transform: uppercase;
    color: #95b4c6;
    margin-bottom: 20px
}

.page-template-actuator-repair .actuator__item .left h4,
.page-template-page-clapan .actuator__item .left h4,
.page-template-serv-repair .actuator__item .left h4,
.page-template-tnvd-repair .actuator__item .left h4 {
    font-size: 30px;
    margin-bottom: 30px
}

.page-template-actuator-repair .actuator__item .left h4:after,
.page-template-page-clapan .actuator__item .left h4:after,
.page-template-serv-repair .actuator__item .left h4:after,
.page-template-tnvd-repair .actuator__item .left h4:after {
    display: block;
    content: "";
    width: 50px;
    height: 3px;
    background-color: #ffd71c;
    margin-top: 25px
}

.page-template-actuator-repair .actuator__item .left h6,
.page-template-page-clapan .actuator__item .left h6,
.page-template-serv-repair .actuator__item .left h6,
.page-template-tnvd-repair .actuator__item .left h6 {
    font-size: 20px;
    margin-bottom: 20px
}

.page-template-actuator-repair .actuator__item .left p,
.page-template-page-clapan .actuator__item .left p,
.page-template-serv-repair .actuator__item .left p,
.page-template-tnvd-repair .actuator__item .left p {
    font-size: 20px;
    color: gray;
    line-height: 1.3;
    margin-bottom: 25px
}

.page-template-actuator-repair .actuator__item .left p:last-child,
.page-template-page-clapan .actuator__item .left p:last-child,
.page-template-serv-repair .actuator__item .left p:last-child,
.page-template-tnvd-repair .actuator__item .left p:last-child {
    margin-bottom: 0
}

.page-template-actuator-repair .actuator__item .left p span,
.page-template-page-clapan .actuator__item .left p span,
.page-template-serv-repair .actuator__item .left p span,
.page-template-tnvd-repair .actuator__item .left p span {
    font-weight: 700;
    color: #000
}

.page-template-actuator-repair .actuator__item .left ol,
.page-template-actuator-repair .actuator__item .left ul,
.page-template-page-clapan .actuator__item .left ol,
.page-template-page-clapan .actuator__item .left ul,
.page-template-serv-repair .actuator__item .left ol,
.page-template-serv-repair .actuator__item .left ul,
.page-template-tnvd-repair .actuator__item .left ol,
.page-template-tnvd-repair .actuator__item .left ul {
    margin: 40px 0;
    padding-left: 30px
}

.page-template-actuator-repair .actuator__item .left ol li,
.page-template-actuator-repair .actuator__item .left ul li,
.page-template-page-clapan .actuator__item .left ol li,
.page-template-page-clapan .actuator__item .left ul li,
.page-template-serv-repair .actuator__item .left ol li,
.page-template-serv-repair .actuator__item .left ul li,
.page-template-tnvd-repair .actuator__item .left ol li,
.page-template-tnvd-repair .actuator__item .left ul li {
    list-style-type: none;
    font-size: 20px;
    color: gray;
    margin-bottom: 15px;
    position: relative
}

.page-template-actuator-repair .actuator__item .left ol li:before,
.page-template-actuator-repair .actuator__item .left ul li:before,
.page-template-page-clapan .actuator__item .left ol li:before,
.page-template-page-clapan .actuator__item .left ul li:before,
.page-template-serv-repair .actuator__item .left ol li:before,
.page-template-serv-repair .actuator__item .left ul li:before,
.page-template-tnvd-repair .actuator__item .left ol li:before,
.page-template-tnvd-repair .actuator__item .left ul li:before {
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    left: -30px;
    top: 5px
}

.page-template-actuator-repair .actuator__item .left ol li:last-child,
.page-template-actuator-repair .actuator__item .left ul li:last-child,
.page-template-page-clapan .actuator__item .left ol li:last-child,
.page-template-page-clapan .actuator__item .left ul li:last-child,
.page-template-serv-repair .actuator__item .left ol li:last-child,
.page-template-serv-repair .actuator__item .left ul li:last-child,
.page-template-tnvd-repair .actuator__item .left ol li:last-child,
.page-template-tnvd-repair .actuator__item .left ul li:last-child {
    margin-bottom: 0
}

.page-template-actuator-repair .actuator__item .right,
.page-template-page-clapan .actuator__item .right,
.page-template-serv-repair .actuator__item .right,
.page-template-tnvd-repair .actuator__item .right {
    width: 50%;
    position: relative
}

.page-template-actuator-repair .actuator__item .right:before,
.page-template-page-clapan .actuator__item .right:before,
.page-template-serv-repair .actuator__item .right:before,
.page-template-tnvd-repair .actuator__item .right:before {
    display: block;
    content: "";
    width: 90%;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 17px 51px 14px rgba(0, 0, 0, .22);
    box-shadow: 0 17px 51px 14px rgba(0, 0, 0, .22)
}

.page-template-actuator-repair .actuator__item .right .right__inner,
.page-template-page-clapan .actuator__item .right .right__inner,
.page-template-serv-repair .actuator__item .right .right__inner,
.page-template-tnvd-repair .actuator__item .right .right__inner {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10
}

.page-template-actuator-repair .actuator__item .right .right__inner img,
.page-template-page-clapan .actuator__item .right .right__inner img,
.page-template-serv-repair .actuator__item .right .right__inner img,
.page-template-tnvd-repair .actuator__item .right .right__inner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.page-template-actuator-repair .ninth__block--country .form__wrap .right img,
.page-template-page-clapan .ninth__block--country .form__wrap .right img,
.page-template-serv-repair .ninth__block--country .form__wrap .right img,
.page-template-tnvd-repair .ninth__block--country .form__wrap .right img {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px)
}

.actuator__description {
    padding: 130px 0
}

.social__block {
    padding-bottom: 130px;
    background-color: #f2f2f2
}

.social__block .social__wrap {
    padding: 40px 0;
    background: transparent url(../../../themes/wp-framework/img/social-bg.jpg) 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative
}

.social__block .social__wrap:before {
    display: block;
    content: "";
    width: 110px;
    height: 160px;
    background: transparent url(../../../themes/wp-framework/img/hand.png) 50% no-repeat;
    position: absolute;
    left: 290px;
    bottom: 0
}

.social__block .social__wrap:after {
    display: block;
    content: "";
    width: 90%;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 17px 51px 14px rgba(0, 0, 0, .22);
    box-shadow: 0 17px 51px 14px rgba(0, 0, 0, .22)
}

.social__block .social__inner {
    position: relative
}

.social__block .social__inner .social__descr {
    width: 100%;
    text-align: center
}

.social__block .social__inner .social__descr h4 {
    font-size: 30px;
    margin-bottom: 10px
}

.social__block .social__icons {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    right: 280px
}

.social__block .social__icons a {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%
}

.social__block .social__icons .facebook {
    background: #000 url(../../../themes/wp-framework/img/fb-white.png) 50% no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px;
    margin-right: 10px
}

.social__block .social__icons .instagram {
    background: #000 url(../../../themes/wp-framework/img/ins-white.png) 50% no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px;
    margin-right: 10px
}

.social__block .social__icons .youtube {
    background: #000 url(../../../themes/wp-framework/img/youtube-s.svg) 50% no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px
}

.third__block--single {
    background-color: #f2f2f2
}

.third__block--single .services__wrap .service__item {
    width: 100%;
    background-color: #fff
}

.third__block--single .services__wrap .service__item:before {
    left: -250px
}

.third__block--single .services__wrap .service__item .left {
    text-align: center
}

.result__wrap {
    padding: 130px 0
}

.result__wrap .result__slider .sp-buttons {
    display: none
}

.result__wrap .result__slider .sp-arrows {
    opacity: 1 !important
}

.result__wrap .result__slider .sp-next-arrow {
    display: block !important;
    width: 40px;
    height: 80px;
    opacity: 1;
    background: transparent url(../../../themes/wp-framework/img/left-arrow202.svg) 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    right: 30px
}

.result__wrap .result__slider .sp-next-arrow:after,
.result__wrap .result__slider .sp-next-arrow:before {
    display: none
}

.result__wrap .result__slider .sp-previous-arrow {
    display: block !important;
    width: 40px;
    height: 80px;
    opacity: 1;
    background: transparent url(../../../themes/wp-framework/img/left-arrow202.svg) 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    left: 30px
}

.result__wrap .result__slider .sp-previous-arrow:after,
.result__wrap .result__slider .sp-previous-arrow:before {
    display: none
}

.result__wrap .result__slider .sp-thumbnails-container {
    margin-top: 0;
    bottom: 40px
}

.result__wrap .result__slider .sp-thumbnail {
    height: 100%;
    top: 0 !important
}

.result__wrap .result__slider .sp-thumbnail .sp-thumbnail-image-container {
    height: 100%;
    position: relative
}

.result__wrap .result__slider .sp-thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.result__wrap .result__slider .sp-selected-thumbnail {
    position: relative
}

.result__wrap .result__slider .sp-selected-thumbnail:before {
    display: block;
    content: "";
    width: 100%;
    height: 5px;
    background: #ffd71c;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10
}

.ninth__block--new .form__wrap .right img {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px)
}

.ninth__block--pumps .form__wrap .right img {
    -webkit-transform: translateY(31px);
    -ms-transform: translateY(31px);
    -o-transform: translateY(31px);
    transform: translateY(31px)
}

.marks {
    padding: 130px 0
}

.marks .marks__wrap {
    max-width: 1000px;
    margin: 0 auto
}

.marks .marks__wrap .left {
    width: 50%;
    margin-right: 80px;
    position: relative
}

.marks .marks__wrap .left .left__inner {
    position: relative;
    z-index: 10;
    height: 100%
}

.marks .marks__wrap .left .left__inner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.marks .marks__wrap .right {
    width: 50%
}

.marks .marks__wrap .right .top {
    font-size: 14px;
    color: #95b4c6;
    margin-bottom: 20px;
    text-transform: uppercase
}

.marks .marks__wrap .right h4 {
    font-size: 30px;
    margin-bottom: 30px
}

.marks .marks__wrap .right h4:after {
    display: block;
    content: "";
    width: 50px;
    height: 3px;
    background-color: #ffd71c;
    margin-top: 20px
}

.marks .marks__wrap .right h6 {
    font-size: 20px;
    margin-bottom: 15px
}

.marks .marks__wrap .right ul {
    padding-left: 30px
}

.marks .marks__wrap .right ul li {
    font-size: 17px;
    margin-bottom: 20px;
    position: relative;
    list-style-type: none
}

.marks .marks__wrap .right ul li:before {
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    left: -30px;
    top: 8px
}

.marks .marks__wrap .right p {
    font-size: 17px
}

.page-template-pump-force-repair .marks {
    background: #f4f4f4;
    padding: 100px 0 50px
}

.page-template-pump-force-repair .ninth__block {
    padding-top: 0
}

.page-template-inline-pump-fixes .second__block .advantages__wrap,
.page-template-pump-force-repair .second__block .advantages__wrap,
.page-template-tnvd-repair .second__block .advantages__wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.page-template-inline-pump-fixes .second__block .advantage__item,
.page-template-pump-force-repair .second__block .advantage__item,
.page-template-tnvd-repair .second__block .advantage__item {
    width: 32%
}

.page-template-inline-pump-fixes .second__block .advantage__item:last-child,
.page-template-inline-pump-fixes .second__block .advantage__item:nth-child(3),
.page-template-pump-force-repair .second__block .advantage__item:last-child,
.page-template-pump-force-repair .second__block .advantage__item:nth-child(3),
.page-template-tnvd-repair .second__block .advantage__item:last-child,
.page-template-tnvd-repair .second__block .advantage__item:nth-child(3) {
    margin-right: 0
}

.page-template-inline-pump-fixes .second__block .advantage__item:nth-child(4),
.page-template-pump-force-repair .second__block .advantage__item:nth-child(4),
.page-template-tnvd-repair .second__block .advantage__item:nth-child(4) {
    margin-right: 29px
}

.page-template-inline-pump-fixes .ninth__block--tnvd .form__wrap .right img,
.page-template-pump-force-repair .ninth__block--tnvd .form__wrap .right img,
.page-template-tnvd-repair .ninth__block--tnvd .form__wrap .right img {
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -o-transform: translateY(25px);
    transform: translateY(25px)
}

.page-template-remont-generatorov .second__block .advantages__wrap,
.page-template-starter-fixes .second__block .advantages__wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0
}

.page-template-remont-generatorov .second__block .advantage__item,
.page-template-starter-fixes .second__block .advantage__item {
    width: 32%;
    margin-right: 0
}

.page-template-remont-generatorov .third__block,
.page-template-starter-fixes .third__block {
    padding-bottom: 0
}

.page-template-remont-generatorov .eleventh__block .warranty__wrap .warranty__inner .right:before,
.page-template-starter-fixes .eleventh__block .warranty__wrap .warranty__inner .right:before {
    background: transparent url(../../../themes/wp-framework/img/stamp1year.png) 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.page-template-remont-generatorov .eleventh__block .warranty__wrap .warranty__inner .right.right__ua:before,
.page-template-starter-fixes .eleventh__block .warranty__wrap .warranty__inner .right.right__ua:before {
    background: transparent url(../../../themes/wp-framework/img/guarentee-ua-1.png) 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.page-template-remont-generatorov .ninth__block,
.page-template-remont-generatorov .tenth__block,
.page-template-starter-fixes .ninth__block,
.page-template-starter-fixes .tenth__block {
    padding-bottom: 0
}

.page__inner {
    padding: 60px 0;
    background-color: #f2f2f2
}

.page__inner .breadcrumbs {
    margin-bottom: 20px;
    text-align: center
}

.page__inner .breadcrumbs li {
    display: inline-block;
    list-style-type: none;
    font-size: 14px;
    color: #95b4c6
}

.page__inner .breadcrumbs li a,
.page__inner .breadcrumbs li span {
    color: #95b4c6
}

.page__inner .breadcrumbs li.separator {
    margin: 0 5px
}

.page__inner .page__title {
    text-align: center;
    font-size: 30px;
    margin-bottom: 40px
}

.page__inner .page__title:after {
    display: block;
    content: "";
    width: 50px;
    height: 3px;
    background-color: #ffd71c;
    margin: 0 auto;
    margin-top: 20px
}

.page__inner .car__logo {
    display: block;
    margin: 0 auto;
    max-width: 450px
}

.page__inner .gallery__content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.page__inner .gallery__content .gallery__slider {
    width: 49%;
    margin-bottom: 20px;
    position: relative
}

.page__inner .gallery__content .gallery__slider .blur__top {
    padding: 50px 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 5;
    overflow: hidden
}

.page__inner .gallery__content .gallery__slider .blur__top:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    background: rgba(0, 0, 0, .7);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.page__inner .gallery__content .gallery__slider h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    position: relative;
    z-index: 10
}

.page__inner .gallery__content .gallery__slider h4 span {
    font-weight: 900
}

.page__inner .gallery__content .gallery__slider .slider-pro {
    max-width: 100% !important;
    height: 600px
}

.page__inner .gallery__content .gallery__slider .slider-pro .sp-mask {
    width: 100% !important
}

.page__inner .gallery__content .gallery__slider .slider-pro .sp-slide img {
    width: 100%;
    height: 100%;
    max-height: 600px;
    -o-object-fit: cover;
    object-fit: cover
}

.page__inner .gallery__content .gallery__slider .slider-pro .sp-thumbnails-container {
    margin-top: 0;
    bottom: 347px;
    padding: 30px 0;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100% !important
}

.page__inner .gallery__content .gallery__slider .slider-pro .sp-thumbnails-container:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    background: rgba(0, 0, 0, .7);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.page__inner .gallery__content .gallery__slider .slider-pro .sp-arrows {
    opacity: 1 !important;
    bottom: 295px !important;
    top: unset;
    z-index: 99
}

.page__inner .gallery__content .gallery__slider .slider-pro .sp-next-arrow {
    display: block !important;
    width: 15px;
    height: 30px;
    opacity: 1;
    background: transparent url(../../../themes/wp-framework/img/left-arrow202.svg) 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    right: 150px;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.page__inner .gallery__content .gallery__slider .slider-pro .sp-next-arrow:after,
.page__inner .gallery__content .gallery__slider .slider-pro .sp-next-arrow:before {
    display: none
}

.page__inner .gallery__content .gallery__slider .slider-pro .sp-previous-arrow {
    display: block !important;
    width: 15px;
    height: 30px;
    opacity: 1;
    background: transparent url(../../../themes/wp-framework/img/left-arrow202.svg) 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    left: 150px;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.page__inner .gallery__content .gallery__slider .slider-pro .sp-previous-arrow:after,
.page__inner .gallery__content .gallery__slider .slider-pro .sp-previous-arrow:before {
    display: none
}

.page__inner .gallery__content .gallery__slider .slider-pro .sp-thumbnail {
    height: 100%;
    top: 0 !important
}

.page__inner .gallery__content .gallery__slider .slider-pro .sp-thumbnail .sp-thumbnail-image-container {
    height: 100%;
    position: relative
}

.page__inner .gallery__content .gallery__slider .slider-pro .sp-thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.delivery__inner .delivery__description {
    background-color: #f2f2f2;
    padding: 110px 0 50px
}

.delivery__inner .delivery__description .description__content {
    max-width: 750px;
    margin: 0 auto
}

.delivery__inner .delivery__description h4 {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 40px
}

.delivery__inner .delivery__description h4:after {
    display: block;
    content: "";
    width: 50px;
    height: 4px;
    background-color: #ffd71c;
    margin-top: 25px
}

.delivery__inner .delivery__description p {
    font-size: 17px;
    color: gray;
    margin-bottom: 35px;
    line-height: 1.3
}

.delivery__inner .delivery__description p:last-child {
    margin-bottom: 0
}

.delivery__inner .delivery__description h6 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 20px
}

.delivery__inner .delivery__description ul {
    padding-left: 30px;
    margin-bottom: 40px
}

.delivery__inner .delivery__description ul li {
    list-style-type: none;
    font-size: 17px;
    color: gray;
    margin-bottom: 15px;
    position: relative
}

.delivery__inner .delivery__description ul li:before {
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    left: -30px;
    top: 7px
}

.delivery__inner .delivery__description ul li span {
    font-weight: 900;
    color: #000
}

.delivery__inner .delivery__description ul li:last-child {
    margin-bottom: 0
}

.delivery__inner .delivery__companies {
    padding: 50px 0 130px
}

.delivery__inner .delivery__companies .companies__logo {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 50px
}

.delivery__inner .delivery__companies .companies__logo .company__logo {
    width: 31%;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #dce5ea;
    padding: 40px 0;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-box-shadow: 0 23px 32px 9px rgba(0, 0, 0, .05);
    box-shadow: 0 23px 32px 9px rgba(0, 0, 0, .05)
}

.delivery__inner .delivery__companies .companies__logo .company__logo img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -o-object-fit: contain;
    object-fit: contain
}

.delivery__inner .delivery__companies .companies__logo .company__logo:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 23px 36px 14px rgba(0, 0, 0, .16);
    box-shadow: 0 23px 36px 14px rgba(0, 0, 0, .16)
}

.delivery__inner .delivery__companies .companies__logo .company__logo:hover img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.delivery__inner .delivery__companies .delivery__opps {
    max-width: 800px;
    margin: 0 auto
}

.delivery__inner .delivery__companies .delivery__opps h4 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 30px
}

.delivery__inner .delivery__companies .delivery__opps ul {
    padding-left: 30px
}

.delivery__inner .delivery__companies .delivery__opps ul li {
    list-style-type: none;
    font-size: 17px;
    color: gray;
    margin-bottom: 10px;
    position: relative
}

.delivery__inner .delivery__companies .delivery__opps ul li:before {
    display: block;
    content: "";
    width: 10px;
    height: 15px;
    background: transparent url(../../../themes/wp-framework/img/check.png) 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 2px;
    left: -30px
}

.delivery__inner .delivery__companies .delivery__opps ul li:last-child {
    margin-bottom: 0
}

.delivery__inner .delivery__card {
    max-width: 785px;
    margin: 0 auto;
    border-radius: 5px;
    border: 1px solid #dce5ea;
    background-color: #fff;
    -webkit-box-shadow: 0 14px 36px 14px rgba(0, 0, 0, .05);
    box-shadow: 0 14px 36px 14px rgba(0, 0, 0, .05);
    position: relative
}

.delivery__inner .delivery__card:before {
    left: -80px;
    top: 0
}

.delivery__inner .delivery__card:after,
.delivery__inner .delivery__card:before {
    display: block;
    content: "";
    width: 250px;
    height: 80px;
    border-radius: 50px;
    background: transparent;
    border: 2px solid #d5dde2;
    position: absolute;
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    transform: rotate(-35deg)
}

.delivery__inner .delivery__card:after {
    right: -80px;
    bottom: 0;
    z-index: 0
}

.delivery__inner .delivery__card .card__inner {
    position: relative;
    z-index: 99;
    background-color: #fff;
    padding: 60px 10px 55px
}

.delivery__inner .delivery__card h4 {
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 20px
}

.delivery__inner .delivery__card h4:after {
    display: block;
    content: "";
    width: 50px;
    height: 3px;
    background-color: #ffd71c;
    margin: 0 auto;
    margin-top: 20px
}

.delivery__inner .delivery__card .undertitle {
    font-size: 15px;
    color: gray;
    text-align: center;
    margin-bottom: 35px
}

.delivery__inner .delivery__card table {
    width: 100%;
    margin-bottom: 40px
}

.delivery__inner .delivery__card table tr:nth-child(odd) {
    background-color: #eaf1f5
}

.delivery__inner .delivery__card table tr th {
    font-size: 15px;
    font-weight: 900;
    padding: 15px 0;
    text-align: left
}

.delivery__inner .delivery__card table tr th:first-child {
    padding-left: 50px
}

.delivery__inner .delivery__card table tr td {
    font-size: 15px;
    padding: 15px 0
}

.delivery__inner .delivery__card table tr td:first-child {
    padding-left: 50px
}

.delivery__inner .delivery__card .bottom {
    font-size: 15px;
    color: gray;
    text-align: center;
    max-width: 550px;
    margin: 0 auto
}

.delivery__inner .delivery__card .bottom span {
    text-transform: uppercase;
    color: #000;
    font-weight: 600
}

.delivery__inner .payment__description {
    background-color: #fff
}

.delivery__inner .payment__variants {
    padding: 130px 0;
    background-color: #f2f2f2
}

.delivery__inner .payment__variants .payment__logos {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 50px
}

.delivery__inner .payment__variants .payment__logos .payment__logo {
    width: 24%;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #dce5ea;
    padding: 40px 0;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-box-shadow: 0 23px 32px 9px rgba(0, 0, 0, .05);
    box-shadow: 0 23px 32px 9px rgba(0, 0, 0, .05)
}

.delivery__inner .payment__variants .payment__logos .payment__logo img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -o-object-fit: contain;
    object-fit: contain
}

.delivery__inner .payment__variants .payment__logos .payment__logo:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 23px 36px 14px rgba(0, 0, 0, .16);
    box-shadow: 0 23px 36px 14px rgba(0, 0, 0, .16)
}

.delivery__inner .payment__variants .payment__logos .payment__logo:hover img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.delivery__inner .payment__variants .bottom {
    max-width: 785px;
    margin: 0 auto
}

.delivery__inner .payment__variants .bottom h4 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 20px
}

.delivery__inner .payment__variants .bottom p {
    font-size: 17px;
    color: gray
}

.delivery__inner .steps__block {
    background-color: #f2f2f2;
    padding-bottom: 100px
}

.delivery__inner .steps__block .block__title {
    margin-bottom: 90px;
    position: relative;
    z-index: 10
}

.delivery__inner .steps__block .steps__wrap {
    max-width: 1285px;
    margin: 0 auto;
    border-radius: 5px;
    border: 1px solid #dce5ea;
    position: relative
}

.delivery__inner .steps__block .steps__wrap:after {
    display: block;
    content: "";
    width: 90%;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 17px 51px 14px rgba(0, 0, 0, .22);
    box-shadow: 0 17px 51px 14px rgba(0, 0, 0, .22)
}

.delivery__inner .steps__block .steps__wrap .steps__inner {
    background-color: #fff;
    padding: 125px 70px;
    position: relative;
    overflow: hidden;
    z-index: 10
}

.delivery__inner .steps__block .steps__wrap .steps__inner:after {
    right: -300px;
    top: -50px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.delivery__inner .steps__block .steps__wrap .steps__inner:after,
.delivery__inner .steps__block .steps__wrap .steps__inner:before {
    display: block;
    content: "";
    width: 1000px;
    height: 400px;
    border-radius: 200px;
    background-color: transparent;
    border: 2px solid #eaf1f5;
    position: absolute;
    z-index: 1
}

.delivery__inner .steps__block .steps__wrap .steps__inner:before {
    left: -300px;
    bottom: -50px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

.delivery__inner .steps__block .steps__steps {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.delivery__inner .steps__block .steps__steps .step {
    max-width: 200px;
    position: relative;
    z-index: 10
}

.delivery__inner .steps__block .steps__steps .step:after {
    display: block;
    content: "";
    width: 20px;
    height: 35px;
    background: transparent url(../../../themes/wp-framework/img/right-arrow201.svg) 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    right: -40px;
    top: 10px
}

.delivery__inner .steps__block .steps__steps .step:last-child:after {
    display: none
}

.delivery__inner .steps__block .steps__steps .step span {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    color: #fff;
    width: 60px;
    height: 60px;
    background-color: #ffd71c;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 25px
}

.delivery__inner .steps__block .steps__steps .step p {
    font-size: 15px;
    font-weight: 700;
    text-align: center
}

.reviews__inner .reviews__holder .review__item {
    margin-bottom: 30px;
    position: relative
}

.reviews__inner .reviews__holder .review__item:after {
    display: block;
    content: "";
    width: 90%;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 17px 51px 14px rgba(0, 0, 0, .22);
    box-shadow: 0 17px 51px 14px rgba(0, 0, 0, .22)
}

.reviews__inner .reviews__holder .review__item:last-child {
    margin-bottom: 0
}

.reviews__inner .reviews__holder .review__item .left {
    width: 50%;
    padding: 80px 140px;
    background-color: #fff;
    position: relative;
    z-index: 10
}

.reviews__inner .reviews__holder .review__item .left .rev__title {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 40px
}

.reviews__inner .reviews__holder .review__item .left .rev__title:after {
    display: block;
    content: "";
    width: 50px;
    height: 3px;
    background-color: #ffd71c;
    margin-top: 25px
}

.reviews__inner .reviews__holder .review__item .left .repair__type {
    font-size: 20px;
    margin-bottom: 30px
}

.reviews__inner .reviews__holder .review__item .left .repair__type span {
    font-weight: 900
}

.reviews__inner .reviews__holder .review__item .left .top__comment {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
    position: relative
}

.reviews__inner .reviews__holder .review__item .left .top__comment:before {
    display: block;
    content: "";
    width: 85px;
    height: 75px;
    background: transparent url(../../../themes/wp-framework/img/right-quote-sign.svg) 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0
}

.reviews__inner .reviews__holder .review__item .left .top__comment img {
    display: block;
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 20px
}

.reviews__inner .reviews__holder .review__item .left .top__comment .date {
    font-size: 12px;
    color: #95b4c6;
    margin-bottom: 10px;
    position: relative;
    z-index: 10
}

.reviews__inner .reviews__holder .review__item .left .top__comment .author__name {
    font-size: 20px;
    font-weight: 900;
    position: relative;
    z-index: 10
}

.reviews__inner .reviews__holder .review__item .left .review__button {
    display: block;
    width: 190px;
    border-radius: 30px;
    background-color: #ffd71c;
    font-size: 11px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0;
    color: #000
}

.reviews__inner .reviews__holder .review__item .right {
    width: 50%;
    position: relative;
    z-index: 10;
    overflow: hidden
}

.reviews__inner .reviews__holder .review__item .right:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    background: #000;
    background: rgba(0, 0, 0, .5)
}

.reviews__inner .reviews__holder .review__item .right.video__play:before {
    display: none
}

.reviews__inner .reviews__holder .review__item .right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 10
}

.reviews__inner .reviews__holder .review__item .right iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
    -webkit-filter: blur(10px);
    filter: blur(10px);
    border: 0
}

.reviews__inner .reviews__holder .review__item .right .play__video {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #ffd71c url(../../../themes/wp-framework/img/play-button-1.svg) 50% no-repeat;
    -webkit-background-size: 27px 27px;
    background-size: 27px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 30
}

.reviews__inner .reviews__holder .review__item .right .play__video:after {
    display: block;
    content: "";
    background: #ffd71c;
    background: rgba(255, 215, 28, .4);
    position: absolute;
    left: -15px;
    top: -15px;
    width: 130px;
    height: 130px;
    border-radius: 50%
}

.reviews__inner .reviews__holder .review__item .right .play__video:hover:after {
    -webkit-animation: c 1s infinite;
    -o-animation: c 1s infinite;
    animation: c 1s infinite
}

.reviews__inner .all__reviews {
    display: block;
    width: 190px;
    border-radius: 30px;
    background-color: #ffd71c;
    font-size: 11px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0;
    color: #000;
    margin: 0 auto;
    margin-top: 60px
}

.about__inner .about__content {
    position: relative;
    background-color: #fff;
    margin-bottom: 125px
}

.about__inner .about__content:after {
    display: block;
    content: "";
    width: 90%;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 17px 51px 14px rgba(0, 0, 0, .22);
    box-shadow: 0 17px 51px 14px rgba(0, 0, 0, .22)
}

.about__inner .about__content .about__content--inner {
    background-color: #fff;
    position: relative;
    z-index: 10
}

.about__inner .about__content .about__content--inner .left {
    width: 50%
}

.about__inner .about__content .about__content--inner .left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 650px
}

.about__inner .about__content .about__content--inner .right {
    width: 50%;
    padding: 80px 90px;
    position: relative;
    overflow: hidden
}

.about__inner .about__content .about__content--inner .right:after {
    display: block;
    content: "";
    width: 1000px;
    height: 400px;
    border-radius: 200px;
    background-color: transparent;
    border: 2px solid #eaf1f5;
    position: absolute;
    right: -340px;
    bottom: 10px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    -o-transform: rotate(50deg);
    transform: rotate(50deg)
}

.about__inner .about__content .about__content--inner .right h4 {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 30px;
    position: relative;
    z-index: 10
}

.about__inner .about__content .about__content--inner .right h4:after {
    display: block;
    content: "";
    width: 50px;
    height: 3px;
    background-color: #ffd71c;
    margin-top: 20px
}

.about__inner .about__content .about__content--inner .right ul {
    padding-left: 30px
}

.about__inner .about__content .about__content--inner .right ul li {
    list-style-type: none;
    font-size: 17px;
    color: gray;
    margin-bottom: 15px;
    line-height: 1.3;
    position: relative;
    z-index: 10
}

.about__inner .about__content .about__content--inner .right ul li:before {
    display: block;
    content: "";
    width: 13px;
    height: 10px;
    background: transparent url(../../../themes/wp-framework/img/check.png) 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    left: -30px;
    top: 8px
}

.about__inner .about__content .about__content--inner .right ul li:last-child {
    margin-bottom: 0
}

.about__inner .about__mission {
    background-color: #fff;
    padding: 130px 0
}

.about__inner .about__mission .mission__inner {
    max-width: 750px;
    margin: 0 auto
}

.about__inner .about__mission .mission__inner .left {
    width: 40%;
    margin-right: 90px
}

.about__inner .about__mission .mission__inner .right {
    width: 90%
}

.about__inner .about__mission .mission__inner .right .top {
    font-size: 14px;
    color: #7f96a3;
    text-transform: uppercase;
    margin-bottom: 25px
}

.about__inner .about__mission .mission__inner .right h4 {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 30px;
    position: relative;
    z-index: 10
}

.about__inner .about__mission .mission__inner .right h4:after {
    display: block;
    content: "";
    width: 50px;
    height: 3px;
    background-color: #ffd71c;
    margin-top: 30px
}

.about__inner .about__mission .mission__inner .right p {
    font-size: 17px;
    line-height: 1.3;
    color: gray
}

.about__inner .second__block {
    background-color: #fff
}

.about__inner .second__block .advantage__item {
    border: 1px solid #dce5ea;
    -webkit-box-shadow: 0 23px 20px 5px rgba(0, 0, 0, .05);
    box-shadow: 0 23px 20px 5px rgba(0, 0, 0, .05);
    padding: 50px 45px 70px
}

.about__inner .second__block .advantage__item:hover {
    -webkit-box-shadow: 0 23px 36px 14px rgba(0, 0, 0, .16);
    box-shadow: 0 23px 36px 14px rgba(0, 0, 0, .16)
}

.about__inner .second__block .advantage__item .top__icon p {
    font-size: 38px;
    color: #fff
}

.about__inner .about__sertificates {
    padding: 130px 0 70px;
    background-color: #f2f2f2
}

.about__inner .about__sertificates .sert__inner {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.about__inner .about__sertificates .sert__inner .sert__item {
    width: 24%;
    padding: 35px;
    background-color: #fff;
    -webkit-box-shadow: 0 23px 20px 5px rgba(0, 0, 0, .05);
    box-shadow: 0 23px 20px 5px rgba(0, 0, 0, .05);
    border-radius: 5px;
    cursor: pointer
}

.about__inner .about__sertificates .sert__inner .sert__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: .7
}

.about__inner .about__sertificates .sert__inner .sert__item:hover {
    -webkit-box-shadow: 0 23px 36px 14px rgba(0, 0, 0, .16);
    box-shadow: 0 23px 36px 14px rgba(0, 0, 0, .16)
}

.about__inner .about__sertificates .sert__inner .sert__item:hover img {
    opacity: 1
}

.offers__inner .offers__sales {
    padding: 0
}

.offers__inner .offers__sales .warranty__wrap {
    margin-bottom: 40px
}

.offers__inner .offers__sales .warranty__wrap .right h4 {
    text-align: center;
    position: relative;
    z-index: 10
}

.offers__inner .offers__sales .warranty__wrap .right:before {
    display: none
}

.offers__inner .offers__sales .warranty__wrap .right .send__request {
    display: block;
    max-width: 450px;
    margin: 0 auto;
    width: 100%;
    border-radius: 30px;
    background-color: #ffd71c;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 900;
    margin-bottom: 50px;
    color: #000;
    position: relative;
    z-index: 100
}

.offers__inner .offers__sales .warranty__wrap .right .top {
    font-size: 17px;
    color: #95b4c6;
    text-align: center;
    margin-bottom: 25px;
    position: relative;
    z-index: 10
}

.offers__inner .offers__sales .warranty__wrap .right .timer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 300px;
    margin: 0 auto;
    position: relative;
    z-index: 10
}

.offers__inner .offers__sales .warranty__wrap .right .timer span {
    display: block;
    text-align: center;
    font-size: 17px
}

.offers__inner .offers__sales .warranty__wrap .right .timer .number {
    font-size: 30px;
    font-weight: 500;
    color: #ffd71c;
    padding: 8px 6px 10px;
    background-color: #000;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 7px;
    border-radius: 5px
}

.offers__inner .offers__sales .warranty__wrap .right .timer .dots {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 8px;
    font-size: 40px;
    color: #000;
    background: transparent;
    padding-top: 15px
}

.offers__inner .offer__stock {
    padding: 0;
    margin-bottom: 40px
}

.offers__inner .offer__stock .form__wrap .left {
    width: 52%
}

.offers__inner .offer__stock .form__wrap .left:after {
    background-color: transparent;
    border: 1px solid #eaf1f5
}

.offers__inner .offer__stock .form__wrap .right {
    width: 48%;
    background: #fff url(../../../themes/wp-framework/img/offer-bg-white.jpg) 100% 0 no-repeat
}

.offers__inner .offer__stock .form__wrap .right img {
    height: 100%;
    width: 100%;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0)
}

.offers__inner .offer__stock .undertitle {
    font-size: 17px;
    color: #95b4c6;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 35px
}

.offers__inner .offer__stock .send__request {
    display: block;
    max-width: 450px;
    margin: 0 auto;
    width: 100%;
    border-radius: 30px;
    background-color: #ffd71c;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 900;
    color: #000;
    position: relative;
    z-index: 100
}

.offers__inner .offers__free {
    padding: 0;
    margin-bottom: 60px
}

.offers__inner .offers__free .image__block {
    left: 150px
}

.offers__inner .offers__free .price__inner:before {
    left: -350px
}

.offers__inner .offers__free .price__inner:after {
    right: -300px
}

.offers__inner .offers__free .price__inner .block__description .undertitle {
    max-width: 450px;
    margin: 0 auto;
    margin-bottom: 40px
}

.offers__inner .offers__free .price__inner .block__description .send__request {
    display: block;
    max-width: 450px;
    margin: 0 auto;
    width: 100%;
    border-radius: 30px;
    background-color: #ffd71c;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 900;
    color: #000;
    position: relative;
    z-index: 100
}

.offers__inner .offers__free .price__block {
    max-width: 1300px;
    margin: 0 auto
}

.offers__inner .show__more--stocks {
    display: block;
    width: 200px;
    padding: 20px 0;
    background: #ffd71c;
    border-radius: 30px;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 900;
    color: #000;
    margin: 0 auto
}

.team__inner .team__members--wrap {
    padding-bottom: 100px
}

.team__inner .team__members--wrap .team__tabs--items {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 60px
}

.team__inner .team__members--wrap .team__tabs--items li {
    width: 240px;
    list-style-type: none;
    text-align: center;
    padding: 20px 0;
    border-radius: 30px;
    color: #95b4c6;
    border: 1px solid #95b4c6;
    font-size: 14px;
    font-weight: 900;
    margin-right: 30px;
    cursor: pointer
}

.team__inner .team__members--wrap .team__tabs--items li:last-child {
    margin-right: 0
}

.team__inner .team__members--wrap .team__tabs--items li.current,
.team__inner .team__members--wrap .team__tabs--items li:hover {
    background: #ffd71c;
    border-color: #ffd71c;
    color: #000;
    -webkit-box-shadow: 0 5px 14px 13px rgba(255, 215, 28, .5);
    box-shadow: 0 5px 14px 13px rgba(255, 215, 28, .5)
}

.team__inner .team__members--wrap .team__members--slider {
    display: none
}

.team__inner .team__members--wrap .team__members--slider .owl-dots {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    width: 100%
}

.team__inner .team__members--wrap .team__members--slider .owl-dots button {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #c2d0d8;
    margin-right: 12px
}

.team__inner .team__members--wrap .team__members--slider .owl-dots button:focus {
    outline: none
}

.team__inner .team__members--wrap .team__members--slider .owl-dots button:last-child {
    margin-right: 0
}

.team__inner .team__members--wrap .team__members--slider .owl-dots button.active {
    width: 13px;
    height: 13px;
    background-color: #ffd71c;
    -webkit-box-shadow: 0 5px 10px 0 rgba(255, 215, 28, .5);
    box-shadow: 0 5px 10px 0 rgba(255, 215, 28, .5)
}

.team__inner .team__members--wrap .team__members,
.team__inner .team__members--wrap .team__members--slider {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.team__inner .team__members--wrap .team__members--slider .team__item,
.team__inner .team__members--wrap .team__members .team__item {
    width: 23.4%;
    margin-right: 30px;
    -webkit-box-shadow: 0 14px 36px 14px rgba(0, 0, 0, .05);
    box-shadow: 0 14px 36px 14px rgba(0, 0, 0, .05);
    margin-bottom: 30px;
    border-radius: 0 0 10px 10px;
    cursor: pointer
}

.team__inner .team__members--wrap .team__members--slider .team__item:hover,
.team__inner .team__members--wrap .team__members .team__item:hover {
    -webkit-box-shadow: 0 23px 36px 14px rgba(0, 0, 0, .16);
    box-shadow: 0 23px 36px 14px rgba(0, 0, 0, .16)
}

.team__inner .team__members--wrap .team__members--slider .team__item:nth-child(4n),
.team__inner .team__members--wrap .team__members .team__item:nth-child(4n) {
    margin-right: 0
}

.team__inner .team__members--wrap .team__members--slider .team__item .top__image,
.team__inner .team__members--wrap .team__members .team__item .top__image {
    height: 240px
}

.team__inner .team__members--wrap .team__members--slider .team__item .top__image img,
.team__inner .team__members--wrap .team__members .team__item .top__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.team__inner .team__members--wrap .team__members--slider .team__item .team__descr,
.team__inner .team__members--wrap .team__members .team__item .team__descr {
    background-color: #fff;
    padding: 45px 15px 65px;
    border-radius: 0 0 10px 10px
}

.team__inner .team__members--wrap .team__members--slider .team__item .team__descr h4,
.team__inner .team__members--wrap .team__members .team__item .team__descr h4 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px
}

.team__inner .team__members--wrap .team__members--slider .team__item .team__descr p,
.team__inner .team__members--wrap .team__members .team__item .team__descr p {
    font-size: 15px;
    line-height: 1.3;
    text-align: center
}

.team__inner .team__advantages {
    background-color: #fff;
    padding-bottom: 0
}

.team__inner .team__advantages .advantage__item {
    border: 1px solid #dce5ea;
    -webkit-box-shadow: 0 23px 20px 5px rgba(0, 0, 0, .05);
    box-shadow: 0 23px 20px 5px rgba(0, 0, 0, .05);
    margin-bottom: 0
}

.team__inner .team__advantages .advantage__item:hover {
    -webkit-box-shadow: 0 23px 36px 14px rgba(0, 0, 0, .16);
    box-shadow: 0 23px 36px 14px rgba(0, 0, 0, .16)
}

.team__inner .team__form {
    padding: 140px 0 30px;
    position: relative
}

.team__inner .team__form .left {
    width: 50%;
    padding: 100px 40px
}

.team__inner .team__form .left:after {
    background-color: transparent;
    border: 1px solid #eaf1f5
}

.team__inner .team__form .left .form__wrap--inner {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.team__inner .team__form .right {
    width: 50%;
    overflow: hidden
}

.team__inner .team__form .right:before {
    display: block;
    content: "";
    width: 940px;
    height: 400px;
    border-radius: 200px;
    background-color: #eaf1f5;
    position: absolute;
    right: -240px;
    top: -160px;
    -webkit-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    -o-transform: rotate(-50deg);
    transform: rotate(-50deg)
}

.team__inner .team__form .right img {
    height: 100%;
    width: auto;
    max-width: 650px;
    position: absolute;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: -30px;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -o-object-fit: contain;
    object-fit: contain
}

.page-template-team .about__inner .about__mission .mission__inner .left {
    text-align: left
}

.page-template-team .about__inner .about__mission .mission__inner .left img {
    max-width: 180px
}

.sertificates__inner .about__sertificates {
    padding: 0;
    padding-bottom: 100px
}

.sertificates__inner .sert__inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sertificates__inner .sert__inner .sert__item {
    margin-bottom: 30px
}

.contacts__inner .contact__card {
    position: relative
}

.contacts__inner .contact__card:after {
    display: block;
    content: "";
    width: 90%;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 17px 51px 14px rgba(0, 0, 0, .22);
    box-shadow: 0 17px 51px 14px rgba(0, 0, 0, .22)
}

.contacts__inner .contact__card .card__inner {
    position: relative;
    z-index: 10;
    background-color: #fff;
    overflow: hidden;
    max-width: 1285px;
    margin: 0 auto
}

.contacts__inner .contact__card .card__inner:before {
    border-radius: 200px;
    border: 2px solid #eaf1f5;
    left: -300px;
    top: 250px
}

.contacts__inner .contact__card .card__inner:after,
.contacts__inner .contact__card .card__inner:before {
    display: block;
    content: "";
    width: 1000px;
    height: 400px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.contacts__inner .contact__card .card__inner:after {
    border-radius: 200px;
    background-color: transparent;
    background: #eaf1f5;
    right: -300px;
    top: 0;
    z-index: -1
}

.contacts__inner .contact__card .card__inner .left {
    width: 50%;
    padding: 100px 0 50px 100px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contacts__inner .contact__card .card__inner .left .contact__column {
    width: 220px;
    margin-bottom: 50px;
    position: relative;
    z-index: 10
}

.contacts__inner .contact__card .card__inner .left .contact__column .top__icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
    background-color: #ffd71c
}

.contacts__inner .contact__card .card__inner .left .contact__column .top__icon img {
    width: 25px
}

.contacts__inner .contact__card .card__inner .left .contact__column h4 {
    font-size: 17px;
    margin-bottom: 20px
}

.contacts__inner .contact__card .card__inner .left .contact__column p {
    font-size: 17px;
    color: gray;
    margin-bottom: 20px;
    line-height: 1.3
}

.contacts__inner .contact__card .card__inner .left .contact__column p:last-child {
    margin-bottom: 0
}

.contacts__inner .contact__card .card__inner .left .contact__column .vodafone {
    padding-left: 35px;
    background: transparent url(../../../themes/wp-framework/img/vodafon.svg) 0 no-repeat;
    margin-bottom: 20px
}

.contacts__inner .contact__card .card__inner .left .contact__column .lifecell {
    padding-left: 35px;
    background: transparent url(../../../themes/wp-framework/img/life.svg) 0 no-repeat;
    margin-bottom: 20px
}

.contacts__inner .contact__card .card__inner .left .contact__column .kievstar {
    padding-left: 35px;
    background: transparent url(../../../themes/wp-framework/img/kievstar.svg) 0 no-repeat;
    margin-bottom: 0
}

.contacts__inner .contact__card .card__inner .left .contact__column .email__top {
    margin-bottom: 10px
}

.contacts__inner .contact__card .card__inner .left .contact__column .adress__link {
    font-size: 17px;
    font-weight: 500;
    color: #ffd71c;
    text-decoration: underline
}

.contacts__inner .contact__card .card__inner .left .contact__column .email__link {
    font-size: 17px;
    color: gray
}

.contacts__inner .contact__card .card__inner .right {
    width: 50%
}

.contacts__inner .contact__card .card__inner .right img {
    max-width: 650px;
    position: absolute;
    right: 0;
    bottom: 0
}

.contacts__inner .hotline {
    padding: 190px 0 150px;
    background: transparent url(../../../themes/wp-framework/img/big-phone.png) 50% no-repeat
}

.contacts__inner .hotline .undertitle {
    display: block;
    max-width: 320px;
    margin: 0 auto;
    margin-bottom: 25px;
    text-align: center;
    line-height: 1.3;
    font-size: 17px;
    color: gray
}

.contacts__inner .hotline .phone__kiev {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    color: #ffd71c;
    margin-bottom: 10px
}

.contacts__inner .hotline .phone__free {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #7f96a3
}

.guarantee__inner .guarantee__banner .warranty__wrap .right:before {
    right: 50px;
    bottom: 0
}

.guarantee__inner .guarantee__banner .warranty__wrap .right ul {
    position: relative;
    z-index: 999
}

.guarantee__inner .guarantee__banner .warranty__wrap .right ul li {
    background-color: #cddde6;
    color: #000;
    font-weight: 500
}

.guarantee__inner .guarantee__banner .warranty__wrap .right ul li span {
    font-weight: 900
}

.guarantee__inner .guarantee__content {
    background-color: #fff;
    padding: 130px 0
}

.guarantee__inner .guarantee__content .undertitle {
    text-align: center;
    font-size: 18px;
    margin-bottom: 55px
}

.guarantee__inner .guarantee__content .content__inner {
    max-width: 800px;
    margin: 0 auto
}

.guarantee__inner .guarantee__content .content__inner p {
    font-size: 17px;
    color: gray;
    line-height: 1.3;
    margin-bottom: 20px
}

.guarantee__inner .guarantee__content .content__inner p:last-child {
    margin-bottom: 0
}

.guarantee__inner .guarantee__content .content__inner ol {
    list-style: none;
    counter-reset: a;
    padding-left: 30px;
    margin: 0;
    margin-bottom: 50px
}

.guarantee__inner .guarantee__content .content__inner ol li {
    font-size: 17px;
    color: gray;
    line-height: 1.3;
    margin-bottom: 30px;
    counter-increment: a;
    position: relative
}

.guarantee__inner .guarantee__content .content__inner ol li:last-child {
    margin-bottom: 0
}

.guarantee__inner .guarantee__content .content__inner ol li:before {
    display: inline-block;
    content: counter(a) ". ";
    font-weight: 900;
    position: absolute;
    left: -30px;
    color: #000
}

.guarantee__inner .guarantee__content .content__inner h6 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 20px
}

.guarantee__inner .guarantee__content .content__inner ul {
    padding-left: 30px;
    margin-bottom: 50px
}

.guarantee__inner .guarantee__content .content__inner ul li {
    list-style-type: none;
    font-size: 17px;
    color: gray;
    line-height: 1.3;
    margin-bottom: 20px;
    position: relative
}

.guarantee__inner .guarantee__content .content__inner ul li:before {
    display: block;
    content: "";
    width: 13px;
    height: 10px;
    background: transparent url(../../../themes/wp-framework/img/check.png) 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    left: -30px;
    top: 8px
}

.guarantee__inner .blog__block:before {
    display: none
}

.guarantee__inner .fourth__block {
    padding-top: 0
}

.partnership__inner .partnership__description {
    position: relative
}

.partnership__inner .partnership__description:after {
    display: block;
    content: "";
    width: 90%;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 17px 51px 14px rgba(0, 0, 0, .22);
    box-shadow: 0 17px 51px 14px rgba(0, 0, 0, .22)
}

.partnership__inner .partnership__description .partnership__descr--inner {
    position: relative;
    background-color: #fff;
    z-index: 10;
    overflow: hidden
}

.partnership__inner .partnership__description .partnership__descr--inner:after {
    display: block;
    content: "";
    width: 1000px;
    height: 400px;
    border-radius: 200px;
    background-color: transparent;
    border: 2px solid #eaf1f5;
    position: absolute;
    right: -400px;
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.partnership__inner .partnership__description .partnership__descr--inner .left {
    width: 50%
}

.partnership__inner .partnership__description .partnership__descr--inner .right {
    width: 50%;
    padding: 60px 60px 40px 90px
}

.partnership__inner .partnership__description .partnership__descr--inner .right .right__content {
    padding-left: 80px;
    position: relative
}

.partnership__inner .partnership__description .partnership__descr--inner .right .right__content:before {
    display: block;
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ffd71c url(../../../themes/wp-framework/img/p-coins-bag.svg) 50% no-repeat;
    -webkit-background-size: 25px 25px;
    background-size: 25px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 19px 50px 14px rgba(255, 194, 56, .5);
    box-shadow: 0 19px 50px 14px rgba(255, 194, 56, .5);
    z-index: 10
}

.partnership__inner .partnership__description .partnership__descr--inner .right h4 {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 30px;
    position: relative;
    z-index: 10
}

.partnership__inner .partnership__description .partnership__descr--inner .right h4:after {
    display: block;
    content: "";
    width: 50px;
    height: 3px;
    background-color: #ffd71c;
    margin-top: 20px
}

.partnership__inner .partnership__description .partnership__descr--inner .right h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    z-index: 10
}

.partnership__inner .partnership__description .partnership__descr--inner .right p {
    font-size: 17px;
    line-height: 1.3;
    color: gray;
    margin-bottom: 35px;
    position: relative;
    z-index: 10
}

.partnership__inner .partnership__description .partnership__descr--inner .right p:last-child {
    margin-bottom: 0
}

.partnership__inner .partnership__description .partnership__descr--inner .right ul {
    padding-left: 30px
}

.partnership__inner .partnership__description .partnership__descr--inner .right ul li {
    list-style-type: none;
    font-size: 17px;
    color: gray;
    margin-bottom: 15px;
    line-height: 1.3;
    position: relative;
    z-index: 10
}

.partnership__inner .partnership__description .partnership__descr--inner .right ul li:before {
    display: block;
    content: "";
    width: 13px;
    height: 10px;
    background: transparent url(../../../themes/wp-framework/img/check.png) 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    left: -30px;
    top: 8px
}

.partnership__inner .partners__partner {
    background-color: #fff;
    padding: 50px 0 130px
}

.partnership__inner .calltoaction__bottom .action__banner {
    position: relative
}

.partnership__inner .calltoaction__bottom .action__banner:after {
    display: block;
    content: "";
    width: 90%;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 17px 51px 14px rgba(0, 0, 0, .22);
    box-shadow: 0 17px 51px 14px rgba(0, 0, 0, .22)
}

.partnership__inner .calltoaction__bottom .action__banner .action__inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: transparent url(../../../themes/wp-framework/img/action-bg.jpg) 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 10
}

.partnership__inner .calltoaction__bottom .action__banner .right {
    width: 60%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.partnership__inner .calltoaction__bottom .action__banner .right h4 {
    font-size: 30px;
    margin-right: 50px;
    max-width: 275px
}

.partnership__inner .calltoaction__bottom .action__banner .right .presentation__download {
    display: block;
    width: 195px;
    font-size: 11px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background-color: #000;
    border-radius: 30px;
    padding: 20px 0
}

.faq__wrap {
    max-width: 775px;
    margin: 0 auto
}

.faq__wrap .faq__acc {
    margin-bottom: 30px
}

.faq__wrap .faq__acc:last-child {
    margin-bottom: 0
}

.faq__wrap .faq__acc .faq__title {
    font-size: 22px;
    font-weight: 900;
    padding: 55px 60px;
    background-color: #fff;
    position: relative;
    -webkit-box-shadow: 0 24px 32px 9px rgba(83, 83, 83, .15);
    box-shadow: 0 24px 32px 9px rgba(83, 83, 83, .15);
    cursor: pointer;
    border-radius: 5px
}

.faq__wrap .faq__acc .faq__title:after {
    display: block;
    content: "";
    width: 35px;
    height: 20px;
    background: transparent url(../../../themes/wp-framework/img/faq-arrow.png) 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    right: 60px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto
}

.faq__wrap .faq__acc .faq__title.active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: .5
}

.faq__wrap .faq__acc .faq__descr {
    padding-top: 30px;
    display: none
}

.faq__wrap .faq__acc .faq__descr ul li {
    list-style-type: none;
    font-size: 15px;
    color: gray;
    margin-bottom: 10px;
    padding-left: 15px;
    position: relative;
    line-height: 1.3
}

.faq__wrap .faq__acc .faq__descr ul li:before {
    display: block;
    content: "";
    width: 5px;
    height: 1px;
    background-color: gray;
    position: absolute;
    left: 0;
    top: 7px
}

.faq__wrap .faq__acc .faq__descr ul li:last-child {
    margin-bottom: 0
}

.blog__inner .blog__block {
    padding-top: 50px
}

.blog__inner .blog__block:before {
    display: none
}

.blog__inner .blog__block .blog__wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.blog__inner .blog__block .blog__wrap .blog__item {
    margin-bottom: 30px
}

.blog__inner .blog__block .all__blog {
    display: block;
    width: 200px;
    margin: 0 auto;
    margin-top: 60px;
    background-color: #ffd71c;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    border-radius: 30px;
    font-weight: 900;
    color: #000;
    padding: 20px 0
}

.clients__inner .partnership__description {
    position: relative
}

.clients__inner .partnership__description:after {
    display: block;
    content: "";
    width: 90%;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 17px 51px 14px rgba(0, 0, 0, .22);
    box-shadow: 0 17px 51px 14px rgba(0, 0, 0, .22)
}

.clients__inner .partnership__description .partnership__descr--inner {
    position: relative;
    background-color: #fff;
    z-index: 10;
    overflow: hidden
}

.clients__inner .partnership__description .partnership__descr--inner:after {
    display: block;
    content: "";
    width: 1000px;
    height: 400px;
    border-radius: 200px;
    background-color: transparent;
    border: 2px solid #eaf1f5;
    position: absolute;
    right: -400px;
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.clients__inner .partnership__description .partnership__descr--inner .left {
    width: 50%
}

.clients__inner .partnership__description .partnership__descr--inner .left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.clients__inner .partnership__description .partnership__descr--inner .right {
    width: 50%;
    padding: 80px 60px 80px 90px
}

.clients__inner .partnership__description .partnership__descr--inner .right h4 {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 30px;
    position: relative;
    z-index: 10
}

.clients__inner .partnership__description .partnership__descr--inner .right h4:after {
    display: block;
    content: "";
    width: 50px;
    height: 3px;
    background-color: #ffd71c;
    margin-top: 20px
}

.clients__inner .partnership__description .partnership__descr--inner .right h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    z-index: 10
}

.clients__inner .partnership__description .partnership__descr--inner .right p {
    font-size: 17px;
    line-height: 1.3;
    color: gray;
    margin-bottom: 35px;
    position: relative;
    z-index: 10
}

.clients__inner .partnership__description .partnership__descr--inner .right p:last-child {
    margin-bottom: 0
}

.clients__inner .partnership__description .partnership__descr--inner .right ul {
    padding-left: 30px
}

.clients__inner .partnership__description .partnership__descr--inner .right ul li {
    list-style-type: none;
    font-size: 17px;
    color: gray;
    margin-bottom: 15px;
    line-height: 1.3;
    position: relative;
    z-index: 10
}

.clients__inner .partnership__description .partnership__descr--inner .right ul li:before {
    display: block;
    content: "";
    width: 13px;
    height: 10px;
    background: transparent url(../../../themes/wp-framework/img/check.png) 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    left: -30px;
    top: 8px
}

.clients__inner .seventh__block {
    background-color: #fff
}

.equipment__inner {
    background-color: #f2f2f2
}

.equipment__inner .third__block--first {
    padding-top: 0
}

.equipment__inner .third__block--first .services__wrap .service__item .right p {
    font-size: 15px;
    line-height: 1.3;
    color: gray
}

.equipment__inner .third__block--first .services__wrap .service__item .right p span {
    font-weight: 500;
    color: #000
}

.equipment__inner .our__opps {
    padding: 130px 0;
    margin-bottom: 130px;
    background-color: #fff;
    position: relative;
    overflow: hidden
}

.equipment__inner .our__opps .opps__inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 1350px;
    margin: 0 auto
}

.equipment__inner .our__opps .opps__inner .opps__titles {
    -webkit-transform: translateX(-150px);
    -ms-transform: translateX(-150px);
    -o-transform: translateX(-150px);
    transform: translateX(-150px)
}

.equipment__inner .our__opps .opps__inner .opps__titles h4 {
    font-size: 30px;
    margin-bottom: 60px;
    text-align: left
}

.equipment__inner .our__opps .opps__inner .opps__titles h4:after {
    display: block;
    content: "";
    width: 50px;
    height: 3px;
    background-color: #ffd71c;
    margin-top: 30px;
    margin-left: 0
}

.equipment__inner .our__opps .opps__inner .opps__titles .undertitle {
    font-size: 17px;
    color: gray;
    text-align: left
}

.equipment__inner .our__opps .opps__inner .opps__item {
    width: 300px;
    height: 300px;
    margin-right: 30px;
    margin-bottom: 30px;
    padding: 55px 50px;
    position: relative;
    text-align: center
}

.equipment__inner .our__opps .opps__inner .opps__item:hover {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-box-shadow: 0 14px 36px 0 rgba(0, 0, 0, .34);
    box-shadow: 0 14px 36px 0 rgba(0, 0, 0, .34)
}

.equipment__inner .our__opps .opps__inner .opps__item:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, .7);
    z-index: 5
}

.equipment__inner .our__opps .opps__inner .opps__item:last-child,
.equipment__inner .our__opps .opps__inner .opps__item:nth-child(3) {
    margin-right: 0
}

.equipment__inner .our__opps .opps__inner .opps__item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.equipment__inner .our__opps .opps__inner .opps__item .number {
    font-size: 11px;
    color: #fff;
    opacity: .4;
    text-align: center;
    margin-bottom: 15px;
    position: relative;
    z-index: 10
}

.equipment__inner .our__opps .opps__inner .opps__item h4 {
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 25px;
    position: relative;
    z-index: 10
}

.equipment__inner .our__opps .opps__inner .opps__item h4:after {
    display: block;
    content: "";
    width: 30px;
    height: 2px;
    background-color: #ffd71c;
    margin: 0 auto;
    margin-top: 25px
}

.equipment__inner .our__opps .opps__inner .opps__item .fix {
    display: block;
    width: 180px;
    border-radius: 30px;
    border: 2px solid #6c6c6c;
    padding: 18px 0;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 11px;
    font-weight: 900;
    position: relative;
    z-index: 10;
    margin: 0 auto
}

.equipment__inner .our__opps .opps__inner .opps__item .fix:hover {
    background-color: #ffd71c;
    border-color: #ffd71c;
    color: #000
}

.equipment__inner .seventh__block {
    background-color: #fff
}

.review__inner .review__content .review__image--holder {
    max-width: 950px;
    margin: 0 auto;
    margin-bottom: 100px;
    position: relative
}

.review__inner .review__content .review__image--holder:after {
    display: block;
    content: "";
    width: 90%;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 17px 51px 14px rgba(0, 0, 0, .22);
    box-shadow: 0 17px 51px 14px rgba(0, 0, 0, .22)
}

.review__inner .review__content .review__image--holder img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 10
}

.review__inner .review__content .review__text {
    max-width: 780px;
    margin: 0 auto;
    margin-bottom: 50px
}

.review__inner .review__content .review__text h6 {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 25px
}

.review__inner .review__content .review__text p {
    font-size: 17px;
    color: gray;
    line-height: 1.3;
    margin-bottom: 50px
}

.review__inner .review__content .review__text p:last-child {
    margin-bottom: 0
}

.review__inner .review__content .review__text p span {
    font-weight: 700;
    color: #000
}

.review__inner .equipment__block .equipment__description {
    background-color: #fff
}

.review__inner .client__comment {
    background-color: #f2f2f2;
    padding: 50px 0 130px
}

.review__inner .client__comment .comment__content {
    max-width: 780px;
    margin: 0 auto
}

.review__inner .client__comment .comment__content p {
    font-size: 22px;
    color: gray;
    line-height: 1.5;
    margin-bottom: 40px;
    text-align: center
}

.review__inner .client__comment .comment__content .comment__avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 15px
}

.review__inner .client__comment .comment__content .comment__avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.review__inner .client__comment .comment__content .date {
    font-size: 12px;
    color: #95b4c6;
    text-align: center;
    margin-bottom: 15px
}

.review__inner .client__comment .comment__content .author__title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 55px
}

.review__inner .client__comment .comment__content .review__navigation {
    padding: 30px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #dae1e5;
    border-bottom: 1px solid #dae1e5
}

.review__inner .client__comment .comment__content .review__navigation a {
    display: block;
    width: 200px;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 900;
    color: #000;
    border: 1px solid #ffd71c;
    border-radius: 30px
}

.review__inner .client__comment .comment__content .review__navigation a:hover {
    background-color: #ffd71c
}

.review__inner .client__comment .comment__content .review__navigation a:first-child {
    margin-right: 30px
}

.review__inner .reviews__inner {
    background-color: #fff;
    padding: 130px 0
}

.review__inner .reviews__inner .review__item {
    border: 1px solid #dce5ea
}

.single__inner .single__content .single__thumb {
    max-width: 950px;
    margin: 0 auto;
    margin-bottom: 100px;
    position: relative
}

.single__inner .single__content .single__thumb:after {
    display: block;
    content: "";
    width: 90%;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 17px 51px 14px rgba(0, 0, 0, .22);
    box-shadow: 0 17px 51px 14px rgba(0, 0, 0, .22)
}

.single__inner .single__content .single__thumb img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 10
}

.single__inner .single__content .date {
    max-width: 120px;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 30px;
    font-size: 11px;
    color: #95b4c6;
    padding: 10px 20px;
    border: 1px solid #95b4c6;
    text-align: center;
    -webkit-box-shadow: 0 14px 36px 14px rgba(0, 0, 0, .05);
    box-shadow: 0 14px 36px 14px rgba(0, 0, 0, .05)
}

.single__inner .single__content .content__text {
    max-width: 780px;
    margin: 0 auto;
    margin-bottom: 130px
}

.single__inner .single__content .content__text h4 {
    font-size: 30px;
    margin-bottom: 40px
}

.single__inner .single__content .content__text h4:after {
    display: block;
    content: "";
    width: 50px;
    height: 3px;
    background-color: #ffd71c;
    margin-top: 25px
}

.single__inner .single__content .content__text h6 {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 25px
}

.single__inner .single__content .content__text p {
    font-size: 17px;
    color: gray;
    line-height: 1.3;
    margin-bottom: 50px
}

.single__inner .single__content .content__text p:last-child {
    margin-bottom: 0
}

.single__inner .single__content .content__text p span {
    font-weight: 700;
    color: #000
}

.single__inner .single__content .content__text img {
    margin-bottom: 50px
}

.single__inner .single__content .content__text h5 {
    font-size: 15px;
    margin-bottom: 15px
}

.single__inner .single__content .content__text ul {
    padding-left: 30px;
    margin-bottom: 50px
}

.single__inner .single__content .content__text ul li {
    font-size: 17px;
    color: gray;
    margin-bottom: 20px;
    position: relative;
    list-style-type: none;
    line-height: 1.3
}

.single__inner .single__content .content__text ul li:before {
    display: block;
    content: "";
    width: 13px;
    height: 10px;
    background: transparent url(../../../themes/wp-framework/img/check.png) 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    left: -30px;
    top: 8px
}

.single__inner .single__content .content__text ol {
    padding-left: 30px;
    margin-bottom: 50px
}

.single__inner .single__content .content__text ol li {
    font-size: 17px;
    color: gray;
    margin-bottom: 20px;
    position: relative;
    line-height: 1.3
}

.single__inner .single__content .review__navigation {
    padding: 30px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #dae1e5;
    border-bottom: 1px solid #dae1e5
}

.single__inner .single__content .review__navigation a {
    display: block;
    width: 200px;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 900;
    color: #000;
    border: 1px solid #ffd71c;
    border-radius: 30px
}

.single__inner .single__content .review__navigation a:hover {
    background-color: #ffd71c
}

.single__inner .single__content .review__navigation a:first-child {
    margin-right: 30px
}

.single__inner .blog__block {
    background-color: #fff
}

.error404 footer {
    display: none
}

.error__inner {
    height: -webkit-calc(100vh - 170.91px);
    height: calc(100vh - 170.91px);
    padding: 0
}

.error__inner .error__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: -webkit-calc(100vh - 170.91px);
    height: calc(100vh - 170.91px)
}

.error__inner .error__wrap,
.error__inner .error__wrap .error__title {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.error__inner .error__wrap .error__title {
    font-size: 200px;
    font-weight: 800;
    color: #999;
    line-height: .7;
    margin-bottom: 40px
}

.error__inner .error__wrap .error__title img {
    margin: 0 50px
}

.error__inner .error__wrap .to__main {
    display: block;
    width: 150px;
    border-radius: 30px;
    background-color: #ffd71c;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-size: 11px;
    font-weight: 900;
    padding: 20px 0
}

.error__inner .error__wrap .to__main:hover {
    background-color: #cfaa00
}

.adresses__inner {
    padding-bottom: 0
}

.adresses__inner .contact__card .card__inner .left {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 100px 100px 50px
}

.adresses__inner .contact__card .card__inner .left .contact__column {
    width: 33%;
    max-width: 280px
}

.adresses__inner .contact__card .card__inner .left .contact__column:last-child {
    padding-top: 35px
}

.adresses__inner .contact__card .card__inner .left .contact__column .top__icon {
    font-size: 24px;
    font-weight: 500
}

.adresses__inner .contact__card .card__inner .left .contact__column h6 {
    font-size: 17px;
    margin-bottom: 20px
}

.adresses__inner .contact__card .card__inner .left .contact__column .time {
    padding-left: 35px;
    position: relative
}

.adresses__inner .contact__card .card__inner .left .contact__column .time:before {
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 10px;
    background: transparent url(../../../themes/wp-framework/img/clock-black.png) 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    opacity: .5
}

.adresses__inner .contact__card .card__inner .left .contact__column .phone {
    padding-left: 35px;
    position: relative
}

.adresses__inner .contact__card .card__inner .left .contact__column .phone:before {
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent url(../../../themes/wp-framework/img/phone-black.png) 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    opacity: .5
}

.adresses__inner .contact__card .card__inner .left .contact__column .lifecell {
    margin-bottom: 40px
}

.adresses__inner .contact__card .card__inner .left .contact__column .mail__to {
    font-size: 17px;
    color: gray
}

.adresses__inner .adresses__map {
    padding: 130px 0;
    background-color: #fff
}

.adresses__inner .adresses__map .map__wrap {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    height: 630px
}

.adresses__inner .adresses__map .map__wrap:after {
    display: block;
    content: "";
    width: 90%;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 17px 51px 14px rgba(0, 0, 0, .22);
    box-shadow: 0 17px 51px 14px rgba(0, 0, 0, .22)
}

.adresses__inner .adresses__map .map__wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.catalog1 {
    padding-top: 90px;
    background-color: #f2f2f2
}

.catalog1 .steps__turbine {
    margin-bottom: 25px
}

.catalog1 .steps__turbine .steps__turbine--holder {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 75px;
    background-color: #fff;
    border-radius: 5px
}

.catalog1 .steps__turbine .steps__turbine--holder .step {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer
}

.catalog1 .steps__turbine .steps__turbine--holder .step:after {
    display: block;
    content: "";
    width: 20px;
    height: 35px;
    background: transparent url(../../../themes/wp-framework/img/right-arrow201.svg) 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    right: -60px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto
}

.catalog1 .steps__turbine .steps__turbine--holder .step:last-child:after {
    display: none
}

.catalog1 .steps__turbine .steps__turbine--holder .step:hover span {
    background-color: #ffd71c;
    color: #000
}

.catalog1 .steps__turbine .steps__turbine--holder .step:hover p {
    color: #000
}

.catalog1 .steps__turbine .steps__turbine--holder .step span {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #d5e1e8;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    margin-right: 20px
}

.catalog1 .steps__turbine .steps__turbine--holder .step p {
    font-size: 13px;
    font-weight: 600;
    color: #95b4c6
}

.catalog1 .form__search {
    margin-bottom: 40px
}

.catalog1 .form__search .form__wrap {
    width: 100%;
    position: relative
}

.catalog1 .form__search .form__wrap:after {
    display: block;
    content: "";
    width: 90%;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 17px 51px 14px rgba(0, 0, 0, .22);
    box-shadow: 0 17px 51px 14px rgba(0, 0, 0, .22)
}

.catalog1 .form__search .form__wrap form {
    width: 100%;
    position: relative;
    z-index: 10
}

.catalog1 .form__search .form__wrap form input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 0 20px 30px;
    border: 2px solid #ffd71c;
    border-radius: 30px
}

.catalog1 .form__search .form__wrap form input:focus {
    outline: none
}

.catalog1 .form__search .form__wrap form .search__submit {
    display: block;
    width: 145px;
    height: 61px;
    border-radius: 30px;
    background: #ffd71c url(../../../themes/wp-framework/img/search-interface-symbol.svg) left 40px center no-repeat;
    -webkit-background-size: 16px 16px;
    background-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    font-size: 11px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    text-indent: 30px;
    text-transform: uppercase
}

.catalog1 .form__search .form__wrap form .search__submit:focus {
    outline: none
}

.catalog1 .catalog__logos {
    margin-bottom: 50px
}

.catalog1 .catalog__logos h4 {
    max-width: 1290px;
    margin: 0 auto;
    font-size: 28px;
    margin-bottom: 20px
}

.catalog1 .catalog__logos .logos__holder {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1290px;
    margin: 0 auto
}

.catalog1 .catalog__logos .logos__holder .logo__item {
    width: 120px;
    height: 120px;
    border-radius: 5px;
    background-color: #fff;
    padding: 20px 0 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    color: #000
}

.catalog1 .catalog__logos .logos__holder .logo__item:hover {
    background-color: #ffd71c;
    -webkit-box-shadow: 0 22px 21px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 22px 21px 0 rgba(0, 0, 0, .16)
}

.catalog1 .catalog__logos .logos__holder .logo__item:hover p {
    color: #fff;
    opacity: 1
}

.catalog1 .catalog__logos .logos__holder .logo__item:hover img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.catalog1 .catalog__logos .logos__holder .logo__item:nth-child(10n) {
    margin-right: 0
}

.catalog1 .catalog__logos .logos__holder .logo__item img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    max-width: 80%
}

.catalog1 .catalog__logos .logos__holder .logo__item p {
    font-size: 12px;
    font-weight: 900;
    opacity: .5
}

.catalog1 .second__block {
    padding-bottom: 0
}

.catalog1 .third__block {
    padding-top: 0
}

.catalog1 .ninth__block .form__wrap .right img {
    -webkit-transform: translate(45px, -20px);
    -ms-transform: translate(45px, -20px);
    -o-transform: translate(45px, -20px);
    transform: translate(45px, -20px)
}

.catalog1 .seventh__block {
    background-color: #fff
}

.catalog1 .eleventh__block .warranty__wrap img {
    bottom: 0;
    top: unset
}

.catalog1 .ninth__block--catalog2 .form__wrap .left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.catalog1 .ninth__block--catalog2 .form__wrap .right img {
    -webkit-transform: translate(45px, -40px);
    -ms-transform: translate(45px, -40px);
    -o-transform: translate(45px, -40px);
    transform: translate(45px, -40px)
}

.catalog1 .fourth__block--catalog .image__block {
    left: 200px
}

.catalog1 .second__block--catalog4 {
    padding-bottom: 0
}

.catalog1 .second__block--catalog4 .advantages__wrap {
    margin-bottom: 0
}

.fix__turbine {
    padding: 130px 0;
    background-color: #fff;
    position: relative;
    overflow: hidden
}

.fix__turbine:before {
    display: block;
    content: "";
    width: 1200px;
    height: 400px;
    border-radius: 200px;
    background-color: transparent;
    border: 2px solid #ffd71c;
    position: absolute;
    left: -400px;
    bottom: 340px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fix__turbine .turbine__holder .left {
    width: 50%;
    margin-right: 80px;
    position: relative
}

.fix__turbine .turbine__holder .left:after {
    display: block;
    content: "";
    width: 90%;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 17px 51px 14px rgba(0, 0, 0, .22);
    box-shadow: 0 17px 51px 14px rgba(0, 0, 0, .22)
}

.fix__turbine .turbine__holder .left img {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.fix__turbine .turbine__holder .right {
    width: 50%
}

.fix__turbine .turbine__holder .right .top {
    font-size: 14px;
    color: #95b4c6;
    margin-bottom: 20px;
    text-transform: uppercase
}

.fix__turbine .turbine__holder .right h4 {
    font-size: 30px;
    margin-bottom: 30px
}

.fix__turbine .turbine__holder .right h4:after {
    display: block;
    content: "";
    width: 50px;
    height: 3px;
    background-color: #ffd71c;
    margin-top: 20px
}

.fix__turbine .turbine__holder .right p {
    font-size: 22px;
    color: gray;
    line-height: 1.3;
    margin-bottom: 25px
}

.fix__turbine .turbine__holder .right p:last-child {
    margin-bottom: 0
}

.fix__turbine .turbine__holder .right ul {
    padding-left: 40px
}

.fix__turbine .turbine__holder .right ul li {
    font-size: 22px;
    color: #000;
    margin-bottom: 20px;
    position: relative;
    list-style-type: none
}

.fix__turbine .turbine__holder .right ul li:before {
    display: block;
    content: "";
    width: 13px;
    height: 10px;
    background: transparent url(../../../themes/wp-framework/img/check.png) 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    left: -40px;
    top: 8px
}

.just__cars .cars__inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1290px;
    margin: 0 auto
}

.just__cars .cars__inner .cars__item {
    width: 19%;
    padding: 35px 25px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin-right: 16px
}

.just__cars .cars__inner .cars__item:nth-child(5n) {
    margin-right: 0
}

.just__cars .cars__inner .cars__item:before {
    display: block;
    content: "";
    width: 150px;
    height: 90px;
    border-radius: 200px;
    background-color: #fff;
    position: absolute;
    left: -60px;
    top: 30px;
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    transform: rotate(-35deg);
    z-index: 10
}

.just__cars .cars__inner .cars__item:hover {
    background-color: #ffd71c;
    -webkit-box-shadow: 0 22px 21px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 22px 21px 0 rgba(0, 0, 0, .16)
}

.just__cars .cars__inner .cars__item img {
    display: block;
    margin-right: 20px;
    position: relative;
    z-index: 20
}

.just__cars .cars__inner .cars__item p {
    color: #000;
    opacity: .5
}

.turbines__items .turbine__item {
    width: 100%;
    padding: 50px 60px;
    border-radius: 5px;
    border: 1px solid #dce5ea;
    background-color: #fff;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative
}

.turbines__items .turbine__item:before {
    display: block;
    content: "";
    width: 1000px;
    height: 400px;
    border-radius: 200px;
    background-color: #eaf1f5;
    position: absolute;
    right: -430px;
    top: -250px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.turbines__items .turbine__item:hover:before {
    background-color: #ffd71c
}

.turbines__items .turbine__item:last-child {
    margin-bottom: 0
}

.turbines__items .turbine__item .left {
    width: 25%;
    margin-right: 60px;
    padding-right: 50px;
    border-right: 1px solid #dce5ea;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.turbines__items .turbine__item .right {
    width: 75%
}

.turbines__items .turbine__item .right .top {
    font-size: 11px;
    color: #95b4c6;
    margin-bottom: 15px;
    text-transform: uppercase;
    position: relative;
    z-index: 10
}

.turbines__items .turbine__item .right h4 {
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 35px;
    position: relative;
    z-index: 10
}

.turbines__items .turbine__item .right .turbine__columns {
    margin-bottom: 50px;
    position: relative;
    z-index: 10
}

.turbines__items .turbine__item .right .turbine__columns ul:first-child {
    margin-right: 120px
}

.turbines__items .turbine__item .right .turbine__columns ul li {
    font-size: 15px;
    color: gray;
    list-style-type: none;
    margin-bottom: 10px
}

.turbines__items .turbine__item .right .turbine__columns ul li:last-child {
    margin-bottom: 0
}

.turbines__items .turbine__item .right .turbine__columns ul li span {
    font-weight: 900
}

.turbines__items .turbine__item .right .bottom {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.turbines__items .turbine__item .right .bottom .price {
    font-size: 36px;
    font-weight: 700;
    padding-left: 30px;
    background: transparent url(../../../themes/wp-framework/img/price-tag.svg) 0 no-repeat;
    -webkit-background-size: 25px 25px;
    background-size: 25px;
    position: relative;
    z-index: 10;
    margin-right: 35px
}

.turbines__items .turbine__item .right .bottom .service__button {
    display: block;
    width: 185px;
    border: 2px solid #ffd71c;
    border-radius: 30px;
    padding: 19px 0;
    font-size: 11px;
    font-weight: 900;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 10
}

.turbines__items .turbine__item .right .bottom .service__button:hover {
    background-color: #ffd71c;
    color: #fff
}

.single__turbine--block .single__turbine--holder .left {
    width: 47%;
    margin-right: 20px
}

.single__turbine--block .single__turbine--holder .left .top__image {
    width: 100%;
    padding: 150px 15px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 14px 36px 14px rgba(0, 0, 0, .05);
    box-shadow: 0 14px 36px 14px rgba(0, 0, 0, .05);
    margin-bottom: 20px;
    border: 1px solid #dae3e8
}

.single__turbine--block .single__turbine--holder .left .bottom__banner {
    position: relative
}

.single__turbine--block .single__turbine--holder .left .bottom__banner:after {
    display: block;
    content: "";
    width: 90%;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 17px 51px 14px rgba(0, 0, 0, .22);
    box-shadow: 0 17px 51px 14px rgba(0, 0, 0, .22)
}

.single__turbine--block .single__turbine--holder .left .bottom__banner .bottom__banner--inner {
    padding: 70px 50px 0;
    background-color: #ffd71c;
    overflow: hidden;
    position: relative
}

.single__turbine--block .single__turbine--holder .left .bottom__banner .bottom__banner--inner:before {
    display: block;
    content: "";
    width: 380px;
    height: 210px;
    border-radius: 200px;
    background-color: #fff;
    position: absolute;
    left: -100px;
    top: 80px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.single__turbine--block .single__turbine--holder .left .bottom__banner .bottom__banner--inner .left__image {
    width: 47%
}

.single__turbine--block .single__turbine--holder .left .bottom__banner .bottom__banner--inner .left__image img {
    position: relative;
    z-index: 10
}

.single__turbine--block .single__turbine--holder .left .bottom__banner .bottom__banner--inner .right__description {
    width: 53%
}

.single__turbine--block .single__turbine--holder .left .bottom__banner .bottom__banner--inner .right__description h4 {
    font-size: 30px;
    margin-bottom: 20px
}

.single__turbine--block .single__turbine--holder .left .bottom__banner .bottom__banner--inner .right__description p {
    line-height: 1.3
}

.single__turbine--block .single__turbine--holder .right {
    width: 53%
}

.single__turbine--block .single__turbine--holder .right .top__card {
    background-color: #fff;
    border: 1px solid #dae3e8;
    border-radius: 5px;
    padding: 55px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 14px 36px 14px rgba(0, 0, 0, .05);
    box-shadow: 0 14px 36px 14px rgba(0, 0, 0, .05)
}

.single__turbine--block .single__turbine--holder .right .top__card .top {
    color: #95b4c6;
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 15px
}

.single__turbine--block .single__turbine--holder .right .top__card h1 {
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 20px
}

.single__turbine--block .single__turbine--holder .right .top__card .card__bottom {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.single__turbine--block .single__turbine--holder .right .top__card .card__bottom .price {
    font-size: 36px;
    font-weight: 700;
    margin-right: 35px;
    margin-top: 20px
}

.single__turbine--block .single__turbine--holder .right .top__card .card__bottom .new__post {
    position: relative;
    padding-top: 20px;
    margin-right: 15px
}

.single__turbine--block .single__turbine--holder .right .top__card .card__bottom .new__post p {
    display: block;
    color: #95b4c6;
    text-transform: uppercase;
    font-size: 11px;
    text-align: center;
    margin-bottom: 10px;
    position: absolute;
    top: 0;
    width: 100%
}

.single__turbine--block .single__turbine--holder .right .top__card .card__bottom .new__post .new__post--link {
    padding: 10px 40px;
    border: 2px solid #dae3e8;
    border-radius: 30px
}

.single__turbine--block .single__turbine--holder .right .top__card .card__bottom .new__post .new__post--link img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.single__turbine--block .single__turbine--holder .right .top__card .card__bottom .aviability__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.single__turbine--block .single__turbine--holder .right .top__card .card__bottom .aviability__top {
    color: #0f961b;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    margin-bottom: 7px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.single__turbine--block .single__turbine--holder .right .top__card .card__bottom .aviability__top:before {
    display: inline-block;
    content: "";
    width: 15px;
    height: 15px;
    border: 1px solid #0f961b;
    background: transparent url(../../../themes/wp-framework/img/check-green.png) 50% no-repeat;
    -webkit-background-size: 8px 8px;
    background-size: 8px;
    border-radius: 50%;
    margin-right: 8px
}

.single__turbine--block .single__turbine--holder .right .top__card .card__bottom .availability {
    display: block;
    width: 190px;
    border-radius: 30px;
    border: 2px solid #ffd71c;
    padding: 15px 0;
    font-size: 11px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    color: #000
}

.single__turbine--block .single__turbine--holder .right .top__card .card__bottom .availability:hover {
    background-color: #ffd71c
}

.single__turbine--block .single__turbine--holder .right .top__card .card__bottom .availability__mobile {
    display: none;
    width: 190px;
    border-radius: 30px;
    border: 1.5px solid #0f961b;
    padding: 15px 0;
    font-size: 11px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    color: #0f961b;
    position: relative
}

.single__turbine--block .single__turbine--holder .right .top__card .card__bottom .availability__mobile:before {
    display: inline-block;
    content: "";
    width: 15px;
    height: 15px;
    border: 1px solid #0f961b;
    background: transparent url(../../../themes/wp-framework/img/check-green.png) 50% no-repeat;
    -webkit-background-size: 8px 8px;
    background-size: 8px;
    border-radius: 50%;
    margin-right: 8px
}

.single__turbine--block .single__turbine--holder .right .bottom__tabs {
    border: 1px solid #dae3e8;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 14px 36px 14px rgba(0, 0, 0, .05);
    box-shadow: 0 14px 36px 14px rgba(0, 0, 0, .05)
}

.single__turbine--block .single__turbine--holder .right .bottom__tabs .turbine__tabs--list {
    padding: 25px 0 10px;
    border-bottom: 1px solid #dae3e8;
    margin-bottom: 35px
}

.single__turbine--block .single__turbine--holder .right .bottom__tabs .turbine__tabs--list li {
    display: inline-block;
    list-style-type: none;
    text-align: center;
    color: #000;
    opacity: .3;
    font-size: 22px;
    font-weight: 600;
    width: 50%;
    position: relative;
    cursor: pointer
}

.single__turbine--block .single__turbine--holder .right .bottom__tabs .turbine__tabs--list li.current {
    opacity: 1
}

.single__turbine--block .single__turbine--holder .right .bottom__tabs .turbine__tabs--list li.current:after {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #ffd71c;
    -webkit-box-shadow: 0 5px 25px 5px rgba(255, 215, 28, .55);
    box-shadow: 0 5px 25px 5px rgba(255, 215, 28, .55);
    position: absolute;
    left: 0;
    bottom: -11px
}

.single__turbine--block .single__turbine--holder .right .bottom__tabs .turbine__tabs--content table {
    width: 100%
}

.single__turbine--block .single__turbine--holder .right .bottom__tabs .turbine__tabs--content table tbody {
    padding: 0 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.single__turbine--block .single__turbine--holder .right .bottom__tabs .turbine__tabs--content table tr {
    width: 100%;
    padding: 15px 0;
    min-height: 40px
}

.single__turbine--block .single__turbine--holder .right .bottom__tabs .turbine__tabs--content table tr:nth-child(odd) {
    background-color: #dae3e8
}

.single__turbine--block .single__turbine--holder .right .bottom__tabs .turbine__tabs--content table tr td {
    width: 50%
}

.single__turbine--block .single__turbine--holder .right .bottom__tabs .turbine__tabs--content table tr td:first-child {
    padding-left: 35px;
    font-weight: 700
}

.single__turbine--block .single__turbine--holder .right .bottom__tabs .turbine__tabs--content table tr td:last-child {
    padding-right: 50px
}

.single__turbine--block .single__turbine--holder .right .bottom__tabs .turbine__tabs--content .description {
    padding: 0 60px;
    padding-bottom: 120px;
    border-bottom: 1px solid #dae3e8
}

.single__turbine--block .single__turbine--holder .right .bottom__tabs .turbine__tabs--content .description p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 35px
}

.single__turbine--block .single__turbine--holder .right .bottom__tabs .turbine__tabs--content .description p:last-child {
    margin-bottom: 0
}

.single__turbine--block .single__turbine--holder .right .bottom__tabs .turbine__tabs--content .bottom__phones {
    padding: 55px 45px
}

.single__turbine--block .single__turbine--holder .right .bottom__tabs .turbine__tabs--content .bottom__phones .top {
    color: #95b4c6;
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 20px;
    text-align: center
}

.single__turbine--block .single__turbine--holder .right .bottom__tabs .turbine__tabs--content .bottom__phones .phones {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.single__turbine--block .single__turbine--holder .right .bottom__tabs .turbine__tabs--content .bottom__phones .phones p:first-child {
    margin-right: 15px
}

.single__turbine--block .single__turbine--holder .right .bottom__tabs .turbine__tabs--content .bottom__phones .phones a,
.single__turbine--block .single__turbine--holder .right .bottom__tabs .turbine__tabs--content .bottom__phones .phones p {
    font-size: 20px;
    font-weight: 300;
    padding: 5px 0 5px 35px;
    color: #000;
    margin-bottom: 0
}

.single__turbine--block .single__turbine--holder .right .bottom__tabs .turbine__tabs--content .bottom__phones .phones a span,
.single__turbine--block .single__turbine--holder .right .bottom__tabs .turbine__tabs--content .bottom__phones .phones p span {
    font-weight: 900
}

.single__turbine--block .single__turbine--holder .right .bottom__tabs .turbine__tabs--content .bottom__phones .phones .vodafone {
    background: transparent url(../../../themes/wp-framework/img/vodafon.svg) 0 no-repeat;
    -webkit-background-size: 25px 25px;
    background-size: 25px
}

.single__turbine--block .single__turbine--holder .right .bottom__tabs .turbine__tabs--content .bottom__phones .phones .lifecell {
    background: transparent url(../../../themes/wp-framework/img/life.svg) 0 no-repeat;
    -webkit-background-size: 25px 25px;
    background-size: 25px
}

.single__turbine--block .single__turbine--holder .right .bottom__tabs .turbine__tabs--content .bottom__phones .phones .kievstar {
    background: transparent url(../../../themes/wp-framework/img/kievstar.svg) 0 no-repeat;
    -webkit-background-size: 25px 25px;
    background-size: 25px
}

.single__turbine--block .single__turbine--holder .right .bottom__tabs .turbine__tabs--content .bottom__phones .phones .mobile__phone {
    display: none;
    color: #000
}

.single__turbine--block .single__turbine--holder .right .mobile__order {
    display: none;
    width: 190px;
    border-radius: 30px;
    padding: 15px 0;
    background-color: #ffd71c;
    font-size: 11px;
    font-weight: 900;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    margin: 0 auto;
    margin-top: 20px
}

.single-reviews .breadcrumbs .item-custom-post-type-reviews,
.single-reviews .breadcrumbs .separator-home,
.term-otzyvy .breadcrumbs .item-custom-post-type-reviews,
.term-otzyvy .breadcrumbs .separator-home {
    display: none
}

.page-template-diagnostika .fourth__block .image__block {
    left: 300px;
    bottom: 50px
}

.page-template-diagnostika .ninth__block--country .form__wrap .right img {
    -webkit-transform: translate(28px, -23px);
    -ms-transform: translate(28px, -23px);
    -o-transform: translate(28px, -23px);
    transform: translate(28px, -23px)
}

.page-template-partnership .second__block {
    padding-bottom: 30px
}

.page-template-partnership .second__block .advantages__wrap {
    margin-bottom: 0
}

.page-template-clients .second__block .advantages__wrap,
.page-template-page-clapan .second__block .advantages__wrap,
.page-template-partnership .second__block .advantages__wrap,
.page-template-removal-and-installation .second__block .advantages__wrap,
.page-template-serv-repair .second__block .advantages__wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.page-template-clients .second__block .advantage__item,
.page-template-page-clapan .second__block .advantage__item,
.page-template-partnership .second__block .advantage__item,
.page-template-removal-and-installation .second__block .advantage__item,
.page-template-serv-repair .second__block .advantage__item {
    margin-right: 0;
    width: 32%
}

.page-template-diagnostika .page__banner .breadcrumbs .item-parent,
.page-template-diagnostika .page__banner .breadcrumbs .separator-home,
.page-template-inline-pump-fixes .page__banner .breadcrumbs .item-parent,
.page-template-inline-pump-fixes .page__banner .breadcrumbs .separator-home,
.page-template-page-clapan .page__banner .breadcrumbs .item-parent,
.page-template-page-clapan .page__banner .breadcrumbs .separator-home,
.page-template-prices .page__banner .breadcrumbs .item-parent,
.page-template-prices .page__banner .breadcrumbs .separator-home,
.page-template-removal-and-installation .page__banner .breadcrumbs .item-parent,
.page-template-removal-and-installation .page__banner .breadcrumbs .separator-home,
.page-template-serv-repair .page__banner .breadcrumbs .item-parent,
.page-template-serv-repair .page__banner .breadcrumbs .separator-home {
    display: none
}

.page-template-diagnostika .oportunities__block,
.page-template-inline-pump-fixes .ninth__block--country {
    padding-top: 0
}

.page-template-prices .sixth__block {
    padding: 0
}

.katalog-turbin .catalog1 .steps__turbine .steps__turbine--holder .step:first-child span {
    background-color: #ffd71c;
    color: #000
}

.katalog-turbin .catalog1 .steps__turbine .steps__turbine--holder .step:first-child p {
    color: #000
}

.tax-catalog-category .ninth__block {
    padding-top: 100px
}

.tax-catalog-category .catalog1 .steps__turbine .steps__turbine--holder .step:nth-child(2) span {
    background-color: #ffd71c;
    color: #000
}

.tax-catalog-category .catalog1 .steps__turbine .steps__turbine--holder .step:nth-child(2) p {
    color: #000
}

.tax-catalog-category .catalog1 .steps__turbine--car .step:nth-child(2) span {
    background-color: #d5e1e8 !important;
    color: #fff !important
}

.tax-catalog-category .catalog1 .steps__turbine--car .step:nth-child(2) p {
    color: #fff
}

.tax-catalog-category .catalog1 .steps__turbine--car .step:nth-child(3) span {
    background-color: #ffd71c;
    color: #000
}

.tax-catalog-category .catalog1 .steps__turbine--car .step:nth-child(3) p {
    color: #000
}

.single-catalog .car__logo,
.single-catalog .page__title {
    display: none
}

.single-catalog .catalog1 .steps__turbine .steps__turbine--holder .step:nth-child(4) span {
    background-color: #ffd71c;
    color: #000
}

.single-catalog .catalog1 .steps__turbine .steps__turbine--holder .step:nth-child(4) p {
    color: #000
}

.page-template-guarantee .page__inner .page__title {
    margin-bottom: 0
}

.page-template-clients .second__block {
    padding-bottom: 0
}

.page-template-clients .fourth__block {
    padding-top: 0
}

.page-template-actuator-repair .third__block {
    padding: 0
}

.page-template-actuator-repair .third__block .services__wrap .service__item {
    background: #fff
}

.page-template-actuator-repair .advantages__wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.page-template-actuator-repair .advantage__item {
    width: 32%;
    margin-right: 0 !important
}

.page-template-actuator-repair .ninth__block {
    padding-top: 0
}

.page-template-page-clapan .fourth__block {
    padding: 0
}

.page-template-page-clapan .ninth__block {
    padding-top: 0
}

.page-template-serv-repair .third__block {
    padding: 0
}

.page-template-serv-repair .third__block .services__wrap .service__item {
    background: #fff
}

.page-template-serv-repair .fourth__block {
    padding-top: 0
}

.page-template-tnvd-repair .third__block .services__wrap .service__item {
    background: #fff
}

.page-template-tnvd-repair .ninth__block {
    padding-top: 0
}

.page-template-tnvd-repair .eleventh__block .warranty__wrap img {
    top: -100px;
    left: 0;
    max-height: 400px
}

.page-template-tnvd-repair .eleventh__block .warranty__wrap .right:before {
    background: transparent url(../../../themes/wp-framework/img/stamp1year.png) 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.page-template-pump-force-repair .eleventh__block .warranty__wrap img {
    top: -100px;
    left: 0;
    max-height: 400px
}

.page-template-pump-force-repair .eleventh__block .warranty__wrap .right:before {
    background: transparent url(../../../themes/wp-framework/img/stamp1year.png) 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.search .pagination {
    padding: 30px 0 100px;
    background-color: #f2f2f2;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.search .pagination .page-numbers {
    font-size: 18px;
    color: #000;
    opacity: .5;
    margin-right: 10px;
    font-weight: 500
}

.search .pagination .page-numbers:last-child {
    margin-right: 0
}

.search .pagination .page-numbers.current,
.search .pagination .page-numbers:hover {
    opacity: 1;
    color: #ffd71c
}

.single-cities .city__hide {
    display: none !important
}

.single-cities .page__banner .breadcrumbs .item-custom-post-type-cities,
.single-cities .page__banner .breadcrumbs .separator-home {
    display: none
}

.single-cities .contacts__block .contacts__wrap .left {
    padding: 90px 65px 120px 90px
}

.single-cities .blog__block {
    display: none
}

.single-cities .second__block {
    padding-bottom: 0
}

.single-cities .second__block .advantage__video--wrap {
    margin-bottom: 100px
}

.single-cities .second__block .advantages__wrap {
    margin-bottom: 0
}

.single-cities .ninth__block--country--second .form__wrap .right {
    overflow: visible
}

.term-397 .second__block {
    padding-bottom: 0
}

.tax-reviews-category .breadcrumbs .item-custom-post-type-reviews,
.tax-reviews-category .breadcrumbs .separator-home {
    display: none
}

.page-template-catalog .page__banner .main__slider .slider__item .silder__description {
    max-width: 550px
}

.page-template-catalog .third__block .services__wrap .service__item {
    background-color: #fff
}

.page-template-catalog .eleventh__block .warranty__wrap .right:before {
    background: transparent url(../../../themes/wp-framework/img/stamp.png) 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.page-template-catalog .eleventh__block .warranty__wrap .right.right__ua:before {
    background: transparent url(../../../themes/wp-framework/img/guarentee-ua-2.png) 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.tax-catalog-category .ninth__block {
    padding-bottom: 0
}

.tax-catalog-category .eleventh__block .warranty__wrap .right:before {
    background: transparent url(../../../themes/wp-framework/img/stamp.png) 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.tax-catalog-category .eleventh__block .warranty__wrap .right.right__ua:before {
    background: transparent url(../../../themes/wp-framework/img/guarentee-ua-2.png) 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.single-catalog .second__block,
.tax-catalog-category .second__block {
    padding-bottom: 0
}

.single-catalog .eleventh__block .warranty__wrap .right:before,
.tax-catalog-category .eleventh__block .warranty__wrap .right:before {
    background: transparent url(../../../themes/wp-framework/img/stamp.png) 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.page-template-alternate-front-page .seventh__block,
.page-template-alternate-front-page .sixth__block {
    padding-top: 0
}

.page-template-alternate-front-page .third__block .services__wrap .service__item:last-child .left img:first-child {
    display: none
}

.page-template-alternate-front-page .third__block .services__wrap .service__item:last-child .left .alternative__image {
    display: block
}

.page-template-alternate-front-page .fourth__block {
    padding-top: 0
}

.page-template-alternate-front-page .ninth__block--country {
    padding-top: 100px;
    padding-bottom: 0
}

.page-template-pump-force-repair .marks .marks__wrap .left:after,
.remont-turbin-vo-lvove .blog__block {
    display: none
}

.page-template-pump-force-repair .second__block {
    padding-bottom: 0
}

.page-template-pump-force-repair .fourth__block {
    padding-top: 0
}

@-webkit-keyframes b {
    0% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 215, 28, .4);
        box-shadow: 0 0 0 0 rgba(255, 215, 28, .4)
    }

    50% {
        -webkit-transform: scale(1.35);
        transform: scale(1.35);
        -webkit-box-shadow: 0 0 0 10px rgba(255, 215, 28, .5);
        box-shadow: 0 0 0 10px rgba(255, 215, 28, .5)
    }

    to {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 215, 28, .4);
        box-shadow: 0 0 0 0 rgba(255, 215, 28, .4)
    }
}

@-o-keyframes b {
    0% {
        -o-transform: scale(.95);
        transform: scale(.95);
        box-shadow: 0 0 0 0 rgba(255, 215, 28, .4)
    }

    50% {
        -o-transform: scale(1.35);
        transform: scale(1.35);
        box-shadow: 0 0 0 10px rgba(255, 215, 28, .5)
    }

    to {
        -o-transform: scale(1.3);
        transform: scale(1.3);
        box-shadow: 0 0 0 0 rgba(255, 215, 28, .4)
    }
}

@keyframes b {
    0% {
        -webkit-transform: scale(.95);
        -o-transform: scale(.95);
        transform: scale(.95);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 215, 28, .4);
        box-shadow: 0 0 0 0 rgba(255, 215, 28, .4)
    }

    50% {
        -webkit-transform: scale(1.35);
        -o-transform: scale(1.35);
        transform: scale(1.35);
        -webkit-box-shadow: 0 0 0 10px rgba(255, 215, 28, .5);
        box-shadow: 0 0 0 10px rgba(255, 215, 28, .5)
    }

    to {
        -webkit-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 215, 28, .4);
        box-shadow: 0 0 0 0 rgba(255, 215, 28, .4)
    }
}

@-webkit-keyframes c {
    0% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 215, 28, .4);
        box-shadow: 0 0 0 0 rgba(255, 215, 28, .4)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 10px transparent;
        box-shadow: 0 0 0 10px transparent
    }

    to {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }
}

@-o-keyframes c {
    0% {
        -o-transform: scale(.95);
        transform: scale(.95);
        box-shadow: 0 0 0 0 rgba(255, 215, 28, .4)
    }

    70% {
        -o-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 10px transparent
    }

    to {
        -o-transform: scale(.95);
        transform: scale(.95);
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes c {
    0% {
        -webkit-transform: scale(.95);
        -o-transform: scale(.95);
        transform: scale(.95);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 215, 28, .4);
        box-shadow: 0 0 0 0 rgba(255, 215, 28, .4)
    }

    70% {
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 10px transparent;
        box-shadow: 0 0 0 10px transparent
    }

    to {
        -webkit-transform: scale(.95);
        -o-transform: scale(.95);
        transform: scale(.95);
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }
}

@font-face {
    font-family: Futura Reg;
    font-weight: 300;
    font-style: normal;
    src: url(../../../themes/wp-framework/fonts/FuturaNewLight-Reg.eot);
    src: local("FuturaNew Light"), local("FuturaNew Light"), url(../../../themes/wp-framework/fonts/FuturaNewLight-Reg.eot) format("embedded-opentype"), url(../../../themes/wp-framework/fonts/FuturaNewLight-Reg.ttf) format("ttf"), url(../../../themes/wp-framework/fonts/FuturaNewLight-Reg.woff) format("woff"), url(../../../themes/wp-framework/fonts/FuturaNewLight-Reg.woff2) format("woff2"), url(../../../themes/wp-framework/fonts/FuturaNewLight-Reg.svg) format("svg");
    font-display: swap
}

@font-face {
    font-family: Futura Reg;
    font-weight: 400;
    font-style: normal;
    src: url(../../../themes/wp-framework/fonts/FuturaNewBook-Reg.eot);
    src: local("FuturaNew Book"), local("FuturaNew Book"), url(../../../themes/wp-framework/fonts/FuturaNewBook-Reg.eot) format("embedded-opentype"), url(../../../themes/wp-framework/fonts/FuturaNewBook-Reg.ttf) format("ttf"), url(../../../themes/wp-framework/fonts/FuturaNewBook-Reg.woff) format("woff"), url(../../../themes/wp-framework/fonts/FuturaNewBook-Reg.woff2) format("woff2"), url(../../../themes/wp-framework/fonts/FuturaNewBook-Reg.svg) format("svg");
    font-display: swap
}

@font-face {
    font-family: Futura Reg;
    font-weight: 500;
    font-style: normal;
    src: url(../../../themes/wp-framework/fonts/FuturaNewMedium-Reg.eot);
    src: local("FuturaNew Medium"), local("FuturaNew Medium"), url(../../../themes/wp-framework/fonts/FuturaNewMedium-Reg.eot) format("embedded-opentype"), url(../../../themes/wp-framework/fonts/FuturaNewMedium-Reg.ttf) format("ttf"), url(../../../themes/wp-framework/fonts/FuturaNewMedium-Reg.woff) format("woff"), url(../../../themes/wp-framework/fonts/FuturaNewMedium-Reg.woff2) format("woff2"), url(../../../themes/wp-framework/fonts/FuturaNewMedium-Reg.svg) format("svg");
    font-display: swap
}

@font-face {
    font-family: Futura Reg;
    font-weight: 600;
    font-style: normal;
    src: url(../../../themes/wp-framework/fonts/FuturaNewDemi-Reg.eot);
    src: local("FuturaNew Demi"), local("FuturaNew Demi"), url(../../../themes/wp-framework/fonts/FuturaNewDemi-Reg.eot) format("embedded-opentype"), url(../../../themes/wp-framework/fonts/FuturaNewDemi-Reg.ttf) format("ttf"), url(../../../themes/wp-framework/fonts/FuturaNewDemi-Reg.woff) format("woff"), url(../../../themes/wp-framework/fonts/FuturaNewDemi-Reg.woff2) format("woff2"), url(../../../themes/wp-framework/fonts/FuturaNewDemi-Reg.svg) format("svg");
    font-display: swap
}

@font-face {
    font-family: Futura Reg;
    font-weight: 700;
    font-style: normal;
    src: url(../../../themes/wp-framework/fonts/FuturaNewBold-Reg.eot);
    src: local("FuturaNew Bold"), local("FuturaNew Bold"), url(../../../themes/wp-framework/fonts/FuturaNewBold-Reg.eot) format("embedded-opentype"), url(../../../themes/wp-framework/fonts/FuturaNewBold-Reg.ttf) format("ttf"), url(../../../themes/wp-framework/fonts/FuturaNewBold-Reg.woff) format("woff"), url(../../../themes/wp-framework/fonts/FuturaNewBold-Reg.woff2) format("woff2"), url(../../../themes/wp-framework/fonts/FuturaNewBold-Reg.svg) format("svg");
    font-display: swap
}

@font-face {
    font-family: Futura Reg;
    font-weight: 800;
    font-style: normal;
    src: url(../../../themes/wp-framework/fonts/FuturaNewExtraBold-Reg.eot);
    src: local("FuturaNew ExtraBold"), local("FuturaNew ExtraBold"), url(../../../themes/wp-framework/fonts/FuturaNewExtraBold-Reg.eot) format("embedded-opentype"), url(../../../themes/wp-framework/fonts/FuturaNewExtraBold-Reg.ttf) format("ttf"), url(../../../themes/wp-framework/fonts/FuturaNewExtraBold-Reg.woff) format("woff"), url(../../../themes/wp-framework/fonts/FuturaNewExtraBold-Reg.woff2) format("woff2"), url(../../../themes/wp-framework/fonts/FuturaNewExtraBold-Reg.svg) format("svg");
    font-display: swap
}

@font-face {
    font-family: Futura Reg;
    font-weight: 900;
    font-style: normal;
    src: url(../../../themes/wp-framework/fonts/FuturaNewHeavy-Reg.eot);
    src: local("FuturaNew Heavy"), local("FuturaNew Heavy"), url(../../../themes/wp-framework/fonts/FuturaNewHeavy-Reg.eot) format("embedded-opentype"), url(../../../themes/wp-framework/fonts/FuturaNewHeavy-Reg.ttf) format("ttf"), url(../../../themes/wp-framework/fonts/FuturaNewHeavy-Reg.woff) format("woff"), url(../../../themes/wp-framework/fonts/FuturaNewHeavy-Reg.woff2) format("woff2"), url(../../../themes/wp-framework/fonts/FuturaNewHeavy-Reg.svg) format("svg");
    font-display: swap
}

@media (min-width:2200px) {
    .first__block {
        padding-top: 100px
    }

    .first__block .main__slider {
        padding-left: 500px
    }

    .first__block .main__slider .slider__item .silder__description {
        margin-right: 350px
    }

    .equipment__block .equipment__wrap .equipment__slider .sp-next-arrow {
        right: 800px
    }
}

@media (max-width:1700px) {
    .first__block .main__slider .slider__item .silder__description {
        margin-right: 50px
    }

    .second__block .advantage__item {
        margin-right: 31px
    }

    .fourth__block .image__block {
        left: 300px
    }

    .fourth__block .price__inner {
        padding: 125px 100px
    }

    .fourth__block .price__inner:before {
        left: -200px
    }

    .fourth__block .price__inner:after {
        right: -220px
    }

    .ninth__block--country--first .form__wrap .right img {
        -webkit-transform: translate(28px, -23px);
        -ms-transform: translate(28px, -23px);
        -o-transform: translate(28px, -23px);
        transform: translate(28px, -23px)
    }

    .equipment__block {
        overflow: hidden
    }

    .equipment__block .equipment__wrap .equipment__slider .sp-previous-arrow {
        left: 70px
    }

    .equipment__block .equipment__wrap .equipment__slider .sp-next-arrow {
        right: 530px
    }

    .oportunities__block .oportunities__inner .oportunitie__item:before {
        height: 400px;
        left: -450px;
        top: 450px
    }

    footer .second__row .to__top {
        right: 50px
    }

    .page__inner .gallery__content .gallery__slider .slider-pro .sp-thumbnails-container {
        bottom: 253px
    }

    .page__inner .gallery__content .gallery__slider .slider-pro .sp-arrows {
        bottom: 200px !important
    }

    .page-template-diagnostika .fourth__block .image__block {
        left: 150px;
        bottom: 50px
    }
}

@media (max-width:1600px) {
    .second__block .advantage__item {
        margin-right: 29px
    }

    .page__inner .gallery__content .gallery__slider .slider-pro .sp-thumbnails-container {
        bottom: 203px
    }

    .page__inner .gallery__content .gallery__slider .slider-pro .sp-arrows {
        bottom: 150px !important
    }
}

@media (max-width:1550px) {
    .first__block .main__slider {
        padding-left: 150px
    }

    .first__block .main__slider .slider__item .silder__description {
        margin-right: 0
    }

    .fifth__block .cars__slider .owl-nav {
        width: 1100px
    }

    .page__banner .main__slider .slider__item .silder__description {
        margin-right: 100px
    }

    .third__block--single .services__wrap .service__item:before {
        left: -300px
    }

    footer .second__row .to__top {
        width: 40px;
        height: 40px;
        bottom: 5px;
        right: 55px
    }

    .contacts__block .contacts__wrap .left {
        padding: 50px 65px 50px 90px
    }
}

@media (max-width:1500px) {
    .call__me {
        top: 152.2px
    }

    header nav ul li {
        margin-right: 30px
    }

    header .header__second--row .second__header--wrap .header--logo {
        max-width: 175px
    }

    header .header__second--row form {
        width: 300px
    }

    .first__block {
        height: -webkit-calc(100vh - 149.6px);
        height: calc(100vh - 149.6px);
        padding-top: 0
    }

    .first__block .main__slider {
        padding-left: 100px
    }

    .first__block .main__slider .owl-item:first-child .slider__image,
    .first__block .main__slider .owl-item:nth-child(5) .slider__image,
    .first__block .main__slider .owl-item:nth-child(6) .slider__image {
        -webkit-transform: translateY(105px);
        -ms-transform: translateY(105px);
        -o-transform: translateY(105px);
        transform: translateY(105px)
    }

    .first__block .main__slider .slider__item {
        height: -webkit-calc(100vh - 149.6px);
        height: calc(100vh - 149.6px)
    }

    .second__block .advantage__item {
        margin-right: 25px
    }

    .third__block .services__wrap .service__item .right .price {
        font-size: 32px
    }

    .fourth__block .image__block {
        left: 200px
    }

    .fourth__block .price__inner:before {
        left: -370px
    }

    .fifth__block .cars__slider .owl-nav {
        width: 1000px
    }

    .fifth__block .cars__slider .owl-item.active .slider__item .top__image {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3)
    }

    .ninth__block .form__wrap .right img {
        -webkit-transform: translate(23px, -23px);
        -ms-transform: translate(23px, -23px);
        -o-transform: translate(23px, -23px);
        transform: translate(23px, -23px)
    }

    .oportunities__block .oportunities__inner .oportunitie__item:before {
        left: -520px
    }

    .page-template-diagnostika .fourth__block .image__block {
        left: 100px
    }

    .page-template-diagnostika .page__banner {
        padding: 0
    }

    .page-template-diagnostika .page__banner .main__slider .slider__item .slider__image img {
        right: 0;
        top: 0
    }

    .page-template-diagnostika .third__block .services__wrap .service__item:first-child .left img {
        max-width: 300px;
        top: 100px
    }

    .page-template-prices .page__banner {
        padding: 0
    }

    .page-template-prices .page__banner .main__slider .slider__item .slider__image img {
        top: unset;
        bottom: 0
    }

    .page-template-actuator-repair .actuator__item:nth-child(2n) .left,
    .page-template-page-clapan .actuator__item:nth-child(2n) .left,
    .page-template-serv-repair .actuator__item:nth-child(2n) .left,
    .page-template-tnvd-repair .actuator__item:nth-child(2n) .left {
        margin-left: 70px
    }

    .page-template-actuator-repair .actuator__item .left,
    .page-template-page-clapan .actuator__item .left,
    .page-template-serv-repair .actuator__item .left,
    .page-template-tnvd-repair .actuator__item .left {
        margin-right: 70px
    }

    .page-template-actuator-repair .ninth__block--country .form__wrap .right img,
    .page-template-page-clapan .ninth__block--country .form__wrap .right img,
    .page-template-serv-repair .ninth__block--country .form__wrap .right img,
    .page-template-tnvd-repair .ninth__block--country .form__wrap .right img {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    .page__inner .gallery__content .gallery__slider .slider-pro .sp-thumbnails-container {
        bottom: 132px
    }

    .page__inner .gallery__content .gallery__slider .slider-pro .sp-arrows {
        bottom: 80px !important
    }

    .team__inner .team__members--wrap .team__members--slider .team__item,
    .team__inner .team__members--wrap .team__members .team__item {
        margin-right: 27px
    }

    .clients__inner .partnership__description .partnership__descr--inner:after,
    .partnership__inner .partnership__description .partnership__descr--inner:after {
        bottom: -50px
    }

    .error__inner,
    .error__inner .error__wrap {
        height: -webkit-calc(100vh - 149.6px);
        height: calc(100vh - 149.6px)
    }

    .catalog1 .ninth__block .form__wrap .right img {
        -webkit-transform: translate(40px, -20px);
        -ms-transform: translate(40px, -20px);
        -o-transform: translate(40px, -20px);
        transform: translate(40px, -20px)
    }

    .catalog1 .fourth__block .image__block {
        left: 100px
    }

    .catalog1 .ninth__block--catalog2 .form__wrap .right img {
        -webkit-transform: translate(40px, -40px);
        -ms-transform: translate(40px, -40px);
        -o-transform: translate(40px, -40px);
        transform: translate(40px, -40px)
    }

    .equipment__block .equipment__wrap .equipment__slider .sp-next-arrow {
        right: 500px
    }
}

@media (max-width:1400px) {

    .first__block .main__slider .owl-item:first-child .slider__image,
    .first__block .main__slider .owl-item:nth-child(5) .slider__image,
    .first__block .main__slider .owl-item:nth-child(6) .slider__image {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px)
    }

    .second__block .advantage__item {
        margin-right: 24px
    }

    .third__block .services__wrap .service__item {
        padding: 55px 50px 60px
    }

    .third__block .services__wrap .service__item:before {
        left: -610px
    }

    .fifth__block .cars__slider .owl-item.active .slider__item .top__image {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2)
    }

    .seventh__block .partners__block {
        max-width: 1250px
    }

    .equipment__block .equipment__wrap {
        max-height: 600px
    }

    .equipment__block .equipment__wrap .equipment__slider .sp-thumbnails-container {
        bottom: 100px
    }

    .equipment__block .equipment__wrap .equipment__description {
        width: 34%
    }

    .equipment__block .equipment__wrap .equipment__description .equipment__text {
        max-height: 200px
    }

    .oportunities__block .oportunities__inner .oportunitie__item img {
        max-width: 250px;
        max-height: 200px
    }

    .blog__block:before {
        right: -400px
    }

    .third__block--single .services__wrap .service__item:before {
        left: -350px
    }

    footer .second__row .to__top {
        right: 50px
    }

    .about__inner .about__content .about__content--inner .right:after {
        right: -400px;
        bottom: -60px
    }
}

@media (max-width:1300px) {

    .header__top--banner,
    .header__top--banner--catalog {
        padding: 13px 320px
    }

    header nav {
        margin-right: 50px
    }

    header nav ul li {
        margin-right: 30px
    }

    header .header__location {
        margin-right: 50px
    }

    header .language {
        margin-right: 30px
    }

    header .callback__button {
        width: 140px
    }

    header .header__second--row .second__header--wrap .header--logo {
        max-width: 140px
    }

    header .header__second--row .second__header--wrap form {
        width: 250px
    }

    header .header__second--row .second__header--wrap .working__time {
        margin-right: 30px
    }

    header .header__second--row .second__header--wrap .header__phones .bottom__phone,
    header .header__second--row .second__header--wrap .header__phones .top__phone {
        font-size: 19px
    }

    header .header__second--row .second__header--wrap .header__phones .hidden__phones {
        padding: 20px 15px 25px
    }

    .fourth__block .image__block {
        left: 150px
    }

    .fourth__block .price__inner:before {
        left: -450px
    }

    .seventh__block .partners__block {
        max-width: 1200px
    }

    .seventh__block .partner__item:before {
        width: -webkit-calc(100% + 70px);
        width: calc(100% + 70px);
        height: -webkit-calc(100% + 60px);
        height: calc(100% + 60px);
        left: -35px;
        top: -30px
    }

    .ninth__block .form__wrap .left:after {
        left: -250px
    }

    .ninth__block .form__wrap .right img {
        -webkit-transform: translate(1px, -23px);
        -ms-transform: translate(1px, -23px);
        -o-transform: translate(1px, -23px);
        transform: translate(1px, -23px)
    }

    .tenth__block:before {
        width: 1000px;
        top: 280px
    }

    .eleventh__block .warranty__wrap .warranty__inner:after {
        right: -300px
    }

    .ninth__block--country .form__wrap .right .right__inner:before {
        right: -320px
    }

    .equipment__block .equipment__wrap .equipment__slider .sp-slides {
        height: 100%
    }

    .equipment__block .equipment__wrap .equipment__slider .sp-slide {
        height: 100% !important
    }

    .equipment__block .equipment__wrap .equipment__slider .sp-slide img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .page-template-actuator-repair .ninth__block--country .form__wrap .right img,
    .page-template-page-clapan .ninth__block--country .form__wrap .right img,
    .page-template-serv-repair .ninth__block--country .form__wrap .right img,
    .page-template-tnvd-repair .ninth__block--country .form__wrap .right img {
        -webkit-transform: translateY(16px);
        -ms-transform: translateY(16px);
        -o-transform: translateY(16px);
        transform: translateY(16px)
    }

    .offers__inner .offers__free .price__inner:before {
        left: -400px
    }

    .team__inner .team__members--wrap .team__members--slider .team__item,
    .team__inner .team__members--wrap .team__members .team__item {
        margin-right: 26px
    }

    .catalog1 .catalog__logos .logos__holder .logo__item {
        width: 113px;
        height: 113px
    }

    .catalog1 .ninth__block .form__wrap .right img {
        -webkit-transform: translate(10px, -20px);
        -ms-transform: translate(10px, -20px);
        -o-transform: translate(10px, -20px);
        transform: translate(10px, -20px)
    }

    .catalog1 .ninth__block--catalog2 .form__wrap .right img {
        -webkit-transform: translate(10px, -40px);
        -ms-transform: translate(10px, -40px);
        -o-transform: translate(10px, -40px);
        transform: translate(10px, -40px)
    }

    .catalog1 .fourth__block .image__block {
        left: 0
    }

    .single__turbine--block .single__turbine--holder .left .bottom__banner .bottom__banner--inner {
        padding: 70px 30px 0
    }

    .single__turbine--block .single__turbine--holder .right .top__card {
        padding: 55px 30px
    }

    .just__cars .cars__inner .cars__item {
        margin-right: 15px
    }

    .page-template-diagnostika .fourth__block .image__block {
        left: 50px
    }

    .ninth__block--gen--start .form__wrap:before {
        right: -370px
    }
}

@media (max-width:1200px) {
    .call__me {
        top: 150.6px
    }

    .header__top--banner,
    .header__top--banner--catalog {
        padding: 13px 190px
    }

    .header__top--banner--catalog .close__banner--top,
    .header__top--banner .close__banner--top {
        right: 50px
    }

    header nav {
        margin-right: 13px
    }

    header nav ul li {
        margin-right: 20px
    }

    header nav ul li.menu-item-has-children:after {
        right: -13px
    }

    header nav ul li a {
        font-size: 14px
    }

    header .header__location {
        padding: 6px 0 6px 25px;
        margin-right: 30px
    }

    header .header__location .location__current {
        font-size: 14px
    }

    header .language ul li:first-child {
        margin-right: 10px
    }

    header .language ul li a {
        font-size: 14px
    }

    header .header__second--row .map__road,
    header .header__second--row .sales {
        display: none
    }

    .first__block .main__slider {
        padding-left: 50px
    }

    .first__block .main__slider .slider__item .silder__description .main__title {
        font-size: 32px
    }

    .first__block .main__slider .slider__item .silder__description .consult__button {
        margin-bottom: 50px
    }

    .second__block .advantage__item {
        width: 24.5%;
        padding: 40px 25px;
        margin-right: 6px
    }

    .third__block .services__wrap .service__item {
        width: 100%
    }

    .third__block .services__wrap .service__item .left img {
        max-width: 300px
    }

    .fourth__block .image__block {
        left: 50px
    }

    .fourth__block .price__inner {
        padding: 100px 50px
    }

    .fourth__block .price__inner:before {
        left: -550px
    }

    .fourth__block .price__inner:after {
        display: none
    }

    .fourth__block .price__inner .block__description {
        max-width: 500px
    }

    .fourth__block .price__inner .block__description .phones p {
        font-size: 16px
    }

    .fifth__block .car__tabs--list li {
        margin-right: 10px;
        font-size: 12px
    }

    .sixth__block .sp-previous-arrow {
        left: -40px
    }

    .sixth__block .sp-next-arrow {
        right: -40px
    }

    .sixth__block .sp-slide .left {
        padding: 40px 20px
    }

    .sixth__block .sp-slide .left .top {
        margin-bottom: 10px
    }

    .sixth__block .sp-slide .left .left__title {
        margin-bottom: 40px
    }

    .sixth__block .sp-slide .left .left__title:after {
        bottom: -20px
    }

    .sixth__block .sp-slide .left .repair__type {
        margin-bottom: 20px
    }

    .seventh__block .partners__block {
        max-width: 900px
    }

    .seventh__block .partner__item img {
        max-width: 90px
    }

    .eight__block .block__title {
        margin-bottom: 100px
    }

    .eight__block .work__plan {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .eight__block .plan__item {
        width: 50%;
        margin-bottom: 100px
    }

    .eight__block .plan__item:after {
        right: 50px
    }

    .ninth__block .form__wrap .left {
        width: 100%
    }

    .ninth__block .form__wrap .right {
        display: none
    }

    .tenth__block .example__wrap {
        margin-right: 0
    }

    .tenth__block .example__wrap .owl-dots {
        bottom: 0
    }

    .tenth__block .works__holder .right .right__inner {
        max-height: 400px
    }

    .tenth__block .slider__item .left {
        margin-right: 50px
    }

    .eleventh__block .warranty__wrap img {
        left: 0
    }

    .eleventh__block .warranty__wrap .warranty__inner:before {
        left: -430px
    }

    .eleventh__block .warranty__wrap .warranty__inner:after {
        display: none
    }

    .eleventh__block .warranty__wrap .right:before {
        right: 0
    }

    .contacts__block .contacts__wrap .left {
        padding: 60px 35px
    }

    .contacts__block .contacts__wrap .left .contacts__title,
    .contacts__block .contacts__wrap .left h6 {
        font-size: 24px
    }

    footer .popup__phones .popup__content {
        padding: 100px;
        padding: 100px 200px
    }

    footer .footer__wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    footer .fourth__column {
        margin: 0 auto;
        margin-top: 40px;
        position: relative;
        left: 55px;
        width: 350px
    }

    footer .fourth__column form .wpcf7-form-control-wrap input {
        width: 100%
    }

    footer .second__row .to__top {
        right: 45px
    }

    .oil__block .popup__inner,
    .popup__callback .popup__inner {
        max-width: 990px;
        padding: 150px 50px
    }

    .equipment__block .equipment__wrap .equipment__slider .sp-thumbnails-container {
        bottom: 100px;
        left: -200px
    }

    .equipment__block .equipment__wrap .equipment__slider .sp-previous-arrow {
        left: 20px
    }

    .equipment__block .equipment__wrap .equipment__slider .sp-next-arrow {
        right: 400px
    }

    .equipment__block .equipment__wrap .equipment__description {
        width: 40% !important;
        padding: 60px 40px
    }

    .oportunities__block .oportunities__inner .oportunitie__item {
        padding: 40px 20px
    }

    .oportunities__block .oportunities__inner .oportunitie__item:before {
        left: -630px
    }

    .social__block .social__wrap:before {
        left: 100px
    }

    .social__block .social__icons {
        right: 80px
    }

    .third__block--single .services__wrap .service__item:before {
        left: -450px
    }

    .page__inner .gallery__content .gallery__slider .blur__top {
        padding: 30px 0
    }

    .page__inner .gallery__content .gallery__slider .slider-pro {
        height: 440px
    }

    .page__inner .gallery__content .gallery__slider .slider-pro .sp-thumbnails-container {
        padding: 20px 0;
        bottom: 110px
    }

    .page__inner .gallery__content .gallery__slider .slider-pro .sp-arrows {
        bottom: 70px !important
    }

    .page__inner .gallery__content .gallery__slider .slider-pro .sp-previous-arrow {
        left: 50px
    }

    .page__inner .gallery__content .gallery__slider .slider-pro .sp-next-arrow {
        right: 50px
    }

    .delivery__inner .steps__block .steps__wrap .steps__inner {
        padding: 125px 20px
    }

    .delivery__inner .steps__block .steps__wrap .steps__inner:before {
        display: none
    }

    .delivery__inner .steps__block .steps__steps .step:after {
        right: -20px
    }

    .reviews__inner .reviews__holder .review__item .left {
        padding: 60px
    }

    .about__inner .about__content .about__content--inner .right {
        padding: 50px 30px
    }

    .about__inner .about__content .about__content--inner .right:after {
        height: 350px;
        right: -500px;
        bottom: -20px
    }

    .offers__inner .offer__stock .form__wrap .right {
        display: block;
        background: #fff url(../../../themes/wp-framework/img/offer-bg-white.jpg) 0 0 no-repeat
    }

    .offers__inner .offers__free .image__block {
        left: 50px
    }

    .offers__inner .offers__free .price__inner:before {
        left: -500px
    }

    .team__inner .team__members--wrap .team__members--slider .team__item,
    .team__inner .team__members--wrap .team__members .team__item {
        background-color: #fff;
        margin-right: 20px
    }

    .contacts__inner .contact__card .card__inner:before {
        left: -500px
    }

    .contacts__inner .contact__card .card__inner:after {
        right: -400px
    }

    .contacts__inner .contact__card .card__inner .left {
        padding: 100px 0 50px 30px
    }

    .contacts__inner .contact__card .card__inner .right img {
        max-width: 500px
    }

    .guarantee__inner .guarantee__banner {
        padding-top: 0
    }

    .guarantee__inner .guarantee__banner .warranty__wrap .warranty__inner .right ul li:first-child {
        width: 180px
    }

    .guarantee__inner .guarantee__banner .warranty__wrap .right h4 {
        font-size: 36px
    }

    .guarantee__inner .guarantee__content {
        padding: 70px 0
    }

    .guarantee__inner .guarantee__content .content__inner ol li,
    .guarantee__inner .guarantee__content .content__inner p,
    .guarantee__inner .guarantee__content .content__inner ul li {
        font-size: 16px
    }

    .partnership__inner .partnership__description .partnership__descr--inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .partnership__inner .partnership__description .partnership__descr--inner:after {
        bottom: -200px
    }

    .partnership__inner .partnership__description .partnership__descr--inner .left {
        width: 100%
    }

    .partnership__inner .partnership__description .partnership__descr--inner .left img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        max-height: 500px
    }

    .partnership__inner .partnership__description .partnership__descr--inner .right {
        width: 100%
    }

    .partnership__inner .calltoaction__bottom .action__banner .right {
        width: 80%;
        padding-right: 15px
    }

    .partnership__inner .calltoaction__bottom .action__banner .right h4 {
        font-size: 22px;
        margin-right: 20px
    }

    .clients__inner .partnership__description .partnership__descr--inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .clients__inner .partnership__description .partnership__descr--inner:after {
        bottom: -200px
    }

    .clients__inner .partnership__description .partnership__descr--inner .left {
        width: 100%
    }

    .clients__inner .partnership__description .partnership__descr--inner .left img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        max-height: 500px
    }

    .clients__inner .partnership__description .partnership__descr--inner .right {
        width: 100%
    }

    .equipment__inner .our__opps .opps__inner {
        max-width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 200px;
        position: relative
    }

    .equipment__inner .our__opps .opps__inner .opps__titles {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        position: absolute;
        top: 0;
        width: 100%
    }

    .equipment__inner .our__opps .opps__inner .opps__titles h4 {
        text-align: center
    }

    .equipment__inner .our__opps .opps__inner .opps__titles h4:after {
        margin: 0 auto;
        margin-top: 25px
    }

    .equipment__inner .our__opps .opps__inner .opps__titles .undertitle {
        text-align: center
    }

    .equipment__inner .our__opps .opps__inner .opps__item,
    .equipment__inner .our__opps .opps__inner .opps__item:nth-child(3) {
        margin-right: 20px
    }

    .equipment__inner .our__opps .opps__inner .opps__item:nth-child(4) {
        margin-right: 0
    }

    .catalog1 .steps__turbine .steps__turbine--holder {
        padding: 30px 10px
    }

    .catalog1 .steps__turbine .steps__turbine--holder .step:after {
        right: -30px
    }

    .catalog1 .catalog__logos .logos__holder .logo__item {
        width: 107px;
        height: 107px
    }

    .catalog1 .catalog__logos .logos__holder .logo__item:nth-child(8n) {
        margin-right: 0
    }

    .catalog1 .catalog__logos .logos__holder .logo__item:nth-child(10n) {
        margin-right: 10px
    }

    .catalog1 .fourth__block .image__block {
        left: 0
    }

    .catalog1 .fourth__block .image__block img {
        max-width: 350px
    }

    .just__cars .cars__inner .cars__item {
        padding: 30px 10px
    }

    .single__turbine--block .single__turbine--holder .left .top__image {
        padding: 100px 15px
    }

    .single__turbine--block .single__turbine--holder .left .bottom__banner .bottom__banner--inner {
        padding: 70px 10px 0
    }

    .single__turbine--block .single__turbine--holder .left .bottom__banner .bottom__banner--inner:before {
        left: -160px;
        top: 110px
    }

    .single__turbine--block .single__turbine--holder .left .bottom__banner .bottom__banner--inner .right__description h4 {
        font-size: 22px
    }

    .single__turbine--block .single__turbine--holder .right .top__card .card__bottom {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .single__turbine--block .single__turbine--holder .right .bottom__tabs .turbine__tabs--content .description {
        padding: 0 30px;
        padding-bottom: 50px
    }

    .single__turbine--block .single__turbine--holder .right .bottom__tabs .turbine__tabs--content .bottom__phones {
        padding: 40px 15px
    }

    .single__turbine--block .single__turbine--holder .right .bottom__tabs .turbine__tabs--content .bottom__phones .phones p {
        font-size: 15px
    }

    .page-template-guarantee .page__inner .page__title {
        margin-bottom: 30px
    }

    .just__cars .cars__inner .cars__item {
        margin-right: 11px
    }

    .page-template-actuator-repair .advantage__item {
        width: 32%
    }

    .page-template-inline-pump-fixes .second__block .advantage__item:nth-child(4),
    .page-template-pump-force-repair .second__block .advantage__item:nth-child(4),
    .page-template-remont-generatorov .second__block .advantage__item:nth-child(4),
    .page-template-starter-fixes .second__block .advantage__item:nth-child(4),
    .page-template-tnvd-repair .second__block .advantage__item:nth-child(4) {
        margin-right: 6px
    }

    .ninth__block--gen--start .form__wrap:before {
        display: none
    }

    .ninth__block--gen--start .form__wrap .right img {
        max-width: 80%
    }

    .page-template-pump-force-repair .eleventh__block .warranty__wrap img,
    .page-template-tnvd-repair .eleventh__block .warranty__wrap img {
        top: -55px
    }
}

@media (max-width:990px) {
    .call__me {
        font-size: 16px;
        top: 84px;
        padding: 10px 5px
    }

    .header__top--banner,
    .header__top--banner--catalog {
        padding: 13px 190px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header__top--banner--catalog .left,
    .header__top--banner .left {
        margin-right: 0;
        text-align: center;
        margin-bottom: 15px
    }

    .header__top--banner--catalog .left:before,
    .header__top--banner .left:before {
        height: 200px;
        top: -100px;
        left: -160px
    }

    .header__top--banner--catalog .left img,
    .header__top--banner .left img {
        top: 35px
    }

    .header__top--banner--catalog .close__banner--top,
    .header__top--banner .close__banner--top {
        right: 50px
    }

    header {
        background-color: #fff;
        padding: 18px 0;
        -webkit-box-shadow: 0 3px 19px 14px rgba(0, 0, 0, .1);
        box-shadow: 0 3px 19px 14px rgba(0, 0, 0, .1)
    }

    header .header__second--row,
    header .header__wrap {
        display: none
    }

    header .header__tablet--wrap {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    header .header__tablet--wrap,
    header .header__tablet--wrap .left__header,
    header .header__tablet--wrap .right__header {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }

    header .header__tablet--wrap .left__header,
    header .header__tablet--wrap .right__header {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    header .tablet__logotype {
        width: 200px
    }

    header .hamburger {
        width: 22px;
        height: 22px;
        position: relative;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        z-index: 999;
        overflow: hidden;
        margin-right: 20px;
        cursor: pointer
    }

    header .hamburger:before {
        top: 0
    }

    header .hamburger:after,
    header .hamburger:before {
        display: block;
        content: "";
        width: 100%;
        height: 3px;
        background-color: #000;
        position: absolute;
        left: 0;
        -webkit-transition: all .4s ease-out;
        -o-transition: .4s all ease-out;
        transition: all .4s ease-out
    }

    header .hamburger:after {
        bottom: 0
    }

    header .hamburger .hamburger__inner {
        width: 100%;
        height: 3px;
        background-color: #000;
        -webkit-transition: all .4s ease-out;
        -o-transition: .4s all ease-out;
        transition: all .4s ease-out
    }

    header .hamburger.active:before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: -1px;
        height: 2px;
        width: 23px;
        top: 10px;
        left: 0
    }

    header .hamburger.active:after {
        -webkit-transform: translateX(110%);
        -ms-transform: translateX(110%);
        -o-transform: translateX(110%);
        transform: translateX(110%)
    }

    header .hamburger.active .hamburger__inner {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -2px;
        height: 2px;
        width: 25px
    }

    header .search__icon {
        width: 45px;
        height: 45px;
        display: block;
        border-radius: 50%;
        margin-right: 15px;
        background: #ffd71c url(../../../themes/wp-framework/img/loop-black.svg) 50% no-repeat;
        -webkit-background-size: 20px 20px;
        background-size: 20px
    }

    header .search__icon.active {
        background: #c1ced6 url(../../../themes/wp-framework/img/loop-black.svg) 50% no-repeat;
        -webkit-background-size: 15px 15px;
        background-size: 15px
    }

    header .location__icon {
        width: 45px;
        height: 45px;
        display: block;
        border-radius: 50%;
        margin-right: 15px;
        background: #eaf1f5 url(../../../themes/wp-framework/img/location-black.svg) 50% no-repeat;
        -webkit-background-size: 20px 20px;
        background-size: 20px
    }

    header .callback__tablet {
        display: block;
        width: 160px;
        padding: 18px 0;
        border-radius: 50px;
        background: #ffd71c;
        font-size: 11px;
        font-weight: 900;
        color: #000;
        text-align: center;
        text-transform: uppercase
    }

    header .search__tablet {
        height: -webkit-calc(100vh - 85px);
        height: calc(100vh - 85px);
        position: fixed;
        top: 85px;
        width: 100%;
        left: 0;
        background-color: #255c70;
        background-color: rgba(37, 92, 112, .8);
        z-index: 999;
        padding: 20px 30px
    }

    header .search__tablet form {
        width: 100%;
        position: relative;
        margin-right: 20px
    }

    header .search__tablet form input {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        padding: 12px 0 12px 30px;
        border: 2px solid #ffd71c;
        border-radius: 30px
    }

    header .search__tablet form input::-webkit-input-placeholder {
        font-size: 14px
    }

    header .search__tablet form input::-moz-placeholder {
        font-size: 14px
    }

    header .search__tablet form input:-ms-input-placeholder {
        font-size: 14px
    }

    header .search__tablet form input:-moz-placeholder {
        font-size: 14px
    }

    header .search__tablet form input:focus {
        outline: none
    }

    header .search__tablet form .search__submit {
        display: block;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background: #ffd71c url(../../../themes/wp-framework/img/search-interface-symbol.svg) 50% no-repeat;
        -webkit-background-size: 16px 16px;
        background-size: 16px;
        position: absolute;
        right: 0;
        top: 0;
        border: 0;
        -webkit-transition: all .4s ease-out;
        -o-transition: .4s all ease-out;
        transition: all .4s ease-out
    }

    header .search__tablet form .search__submit:hover {
        background: #b59500 url(../../../themes/wp-framework/img/search-interface-symbol.svg) 50% no-repeat;
        -webkit-background-size: 16px 16px;
        background-size: 16px
    }

    header .search__tablet form .search__submit:focus {
        outline: none
    }

    header .location__tablet {
        height: -webkit-calc(100vh - 85px);
        height: calc(100vh - 85px);
        position: fixed;
        top: 85px;
        width: 100%;
        left: 0;
        background-color: #255c70;
        background-color: rgba(37, 92, 112, .8);
        z-index: 999
    }

    header .location__tablet .loc__tablet--inner {
        background-color: #fff;
        border-radius: 0 0 20px 20px;
        padding: 20px 0;
        width: 300px;
        position: absolute;
        right: 110px
    }

    header .location__tablet .loc__tablet--inner .top {
        font-size: 14px;
        color: #95b4c6;
        text-align: center;
        margin-bottom: 10px
    }

    header .location__tablet .loc__tablet--inner .location__current {
        font-weight: 600;
        position: relative;
        padding: 4px 0 4px 20px;
        background: transparent url(../../../themes/wp-framework/img/loaction-black.svg) 0 no-repeat;
        -webkit-background-size: 15px 15px;
        background-size: 15px;
        width: 75px;
        margin: 0 auto;
        margin-bottom: 15px
    }

    header .location__tablet .loc__tablet--inner .location__current:after {
        display: block;
        content: "";
        width: 10px;
        height: 6px;
        background: transparent url(../../../themes/wp-framework/img/down-arrow201.svg) 50% no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
        position: absolute;
        right: 0;
        top: 10px;
        -webkit-transition: all .4s ease-out;
        -o-transition: .4s all ease-out;
        transition: all .4s ease-out
    }

    header .location__tablet .loc__tablet--inner .location__current.active:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    header .location__tablet .loc__tablet--inner .map__road {
        display: block;
        padding-top: 25px;
        color: #000;
        text-align: center;
        position: relative;
        border-top: 1px solid #d9e6ee
    }

    header .location__tablet .loc__tablet--inner .map__road:before {
        display: block;
        content: "";
        width: 25px;
        height: 25px;
        background: transparent url(../../../themes/wp-framework/img/map-black.svg) 50% no-repeat;
        -webkit-background-size: contain;
        position: absolute;
        left: 65px;
        top: 20px
    }

    header .location__tablet .loc__tablet--inner .city__choice {
        display: none;
        position: absolute;
        width: 155px;
        padding: 20px 10px;
        border-radius: 10px;
        background-color: #fff;
        -webkit-box-shadow: 0 0 44px 6px rgba(0, 0, 0, .17);
        box-shadow: 0 0 44px 6px rgba(0, 0, 0, .17);
        z-index: 99;
        margin-top: 5px;
        left: 0;
        right: 0;
        width: 100%
    }

    header .location__tablet .loc__tablet--inner .city__choice:before {
        display: block;
        content: "";
        width: 100%;
        height: 5px;
        background: transparent url(https://turbosto.com.ua/wp-content/themes/wp-framework/css/image.png);
        position: absolute;
        left: 0;
        top: -5px
    }

    header .location__tablet .loc__tablet--inner .city__choice li {
        display: block;
        padding: 8px 0 8px 45px;
        margin-bottom: 2px;
        margin-right: 0;
        -webkit-transition: all .4s ease-out;
        -o-transition: .4s all ease-out;
        transition: all .4s ease-out;
        background: transparent url(../../../themes/wp-framework/img/loc.png) left 20px center no-repeat;
        -webkit-background-size: 15px 15px;
        background-size: 15px
    }

    header .location__tablet .loc__tablet--inner .city__choice li:hover {
        background-color: #eaf1f5
    }

    header .location__tablet .loc__tablet--inner .city__choice li:hover a {
        text-decoration: underline
    }

    header .location__tablet .loc__tablet--inner .city__choice li:last-child {
        margin-bottom: 0
    }

    header .location__tablet .loc__tablet--inner .city__choice li a {
        display: block;
        width: 100%;
        color: #7f96a3;
        -webkit-transition: all .4s ease-out;
        -o-transition: .4s all ease-out;
        transition: all .4s ease-out
    }

    header .header__phones {
        height: -webkit-calc(100vh - 85px);
        height: calc(100vh - 85px);
        position: fixed;
        top: 85px;
        width: 100%;
        left: 0;
        background-color: #255c70;
        background-color: rgba(37, 92, 112, .8);
        z-index: 999
    }

    header .header__phones .desktop__phones--inner {
        background-color: #fff;
        width: 320px;
        border-radius: 0 0 20px 20px;
        position: absolute;
        right: 30px;
        padding: 25px 0
    }

    header .header__phones .desktop__phones--inner .top__wrap {
        padding: 0 20px 25px 90px;
        background: transparent url(../../../themes/wp-framework/img/whatsapp-logo.svg) left 30px top no-repeat;
        -webkit-background-size: 30px 30px;
        background-size: 30px;
        position: relative;
        z-index: 50;
        margin: 0 auto;
        border-bottom: 1px solid #d9e6ee
    }

    header .header__phones .desktop__phones--inner p {
        display: block;
        position: relative;
        z-index: 50
    }

    header .header__phones .desktop__phones--inner .top__phone {
        font-size: 20px;
        font-weight: 900;
        color: #ffd71c;
        margin-bottom: 5px;
        position: relative;
        z-index: 50
    }

    header .header__phones .desktop__phones--inner .bottom__phone {
        font-size: 20px;
        font-weight: 900;
        color: #000;
        position: relative;
        z-index: 50
    }

    header .header__phones .desktop__phones--inner .hidden__phones {
        display: none;
        position: absolute;
        width: 100%;
        left: 0;
        padding: 20px 35px 25px;
        margin-top: 15px;
        background-color: #fff;
        z-index: 50
    }

    header .header__phones .desktop__phones--inner .hidden__phones:before {
        display: block;
        content: "";
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        height: 1px;
        background-color: #d9e6ee;
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: 0
    }

    header .header__phones .desktop__phones--inner .hidden__phones p {
        font-size: 20px;
        color: #7f96a3;
        margin-bottom: 15px;
        padding: 3px 0 3px 40px
    }

    header .header__phones .desktop__phones--inner .hidden__phones p:last-child {
        margin-bottom: 0
    }

    header .header__phones .desktop__phones--inner .hidden__phones .top {
        font-size: 14px;
        color: #7f96a3;
        text-align: center;
        margin-bottom: 10px;
        padding: 0
    }

    header .header__phones .desktop__phones--inner .hidden__phones .vodafone {
        background: transparent url(../../../themes/wp-framework/img/vodafone.png) 0 no-repeat;
        -webkit-background-size: 25px 25px;
        background-size: 25px
    }

    header .header__phones .desktop__phones--inner .hidden__phones .lifecell {
        background: transparent url(../../../themes/wp-framework/img/lifecell.png) 0 no-repeat;
        -webkit-background-size: 25px 25px;
        background-size: 25px
    }

    header .header__phones .desktop__phones--inner .hidden__phones .kievstar {
        background: transparent url(../../../themes/wp-framework/img/kievstar.png) 0 no-repeat;
        -webkit-background-size: 25px 25px;
        background-size: 25px
    }

    header .header__phones .desktop__phones--inner .callback__button {
        width: 165px;
        margin: 0 auto;
        margin-top: 20px
    }

    header .mobile__menu {
        height: -webkit-calc(100vh - 85px);
        height: calc(100vh - 85px);
        position: fixed;
        top: 85px;
        width: 100%;
        left: 0;
        background-color: #f2f2f2;
        z-index: 999;
        padding: 80px 30px;
        overflow-y: scroll
    }

    header .mobile__menu:before {
        display: block;
        content: "";
        width: 100%;
        height: 80px;
        background-color: #ffd71c;
        position: absolute;
        left: 0;
        top: 0
    }

    header .mobile__menu nav {
        margin-right: 0
    }

    header .mobile__menu nav li {
        display: block;
        padding: 20px 30px;
        border-top: 1px solid #d9e6ee;
        margin-right: 0
    }

    header .mobile__menu nav li:hover a {
        color: #575151;
        background-color: #bdbde5
    }

    header .mobile__menu nav li.menu-item-has-children:after {
        width: 13px;
        height: 18px;
        background: transparent url(https://turbosto.com.ua/wp-content/themes/wp-framework/img/right-arrow1.svg) 50% no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
        right: 30px;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto
    }

    header .mobile__menu nav li.menu-item-has-children.hovered a:first-child {
        background-color: #bdbde5
    }

    header .mobile__menu nav li.menu-item-has-children .sub-menu {
        position: static;
        width: 100%;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    header .mobile__menu nav li.menu-item-has-children .sub-menu li {
        padding: 0;
        margin-bottom: 0
    }

    header .mobile__menu nav li.menu-item-has-children .sub-menu li a {
        padding: 8px 0 8px 20px;
        background-color: transparent !important
    }

    header .mobile__menu nav li.menu-item-has-children .sub-menu li a:hover {
        text-decoration: none;
        background-color: #bdbde2 !important;
        background-color: rgba(189, 189, 226, .4) !important
    }

    header .mobile__menu nav li.menu-item-has-children:hover .sub-menu {
        display: none
    }

    header .mobile__menu nav li.menu-item-has-children:hover a {
        color: #7e7e7e
    }

    header .mobile__menu nav li:last-child {
        border-bottom: 1px solid #d9e6ee
    }

    header .mobile__menu nav li a {
        font-size: 30px;
        color: #7e7e7e
    }

    header .mobile__menu .sales {
        display: block;
        font-size: 30px;
        color: #000;
        padding: 20px 30px 20px 60px;
        border-bottom: 1px solid #d9e6ee;
        background: transparent url(../../../themes/wp-framework/img/gift.svg) left 15px center no-repeat;
        -webkit-background-size: 30px 30px;
        background-size: 30px;
        margin-bottom: 120px
    }

    header .mobile__menu .bottom__wrap {
        padding: 15px 0;
        border-top: 1px solid #d9e6ee;
        border-bottom: 1px solid #d9e6ee
    }

    header .mobile__menu .bottom__wrap,
    header .mobile__menu .bottom__wrap .map__road {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }

    header .mobile__menu .bottom__wrap .map__road {
        width: 50%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 18px;
        color: #7f96a3;
        padding-left: 40px;
        background: transparent url(../../../themes/wp-framework/img/location.svg) 0 no-repeat;
        -webkit-background-size: 25px 25px;
        background-size: 25px
    }

    header .mobile__menu .bottom__wrap .working__time {
        width: 50%;
        padding-left: 40px;
        background: transparent url(../../../themes/wp-framework/img/time.svg) 0 no-repeat;
        -webkit-background-size: 25px 25px;
        background-size: 25px
    }

    header .mobile__menu .bottom__wrap .working__time p {
        display: block;
        font-size: 14px;
        color: #7f96a3
    }

    header .mobile__menu .bottom__wrap .working__time p:first-child {
        margin-bottom: 2px
    }

    header .mobile__menu .language {
        padding: 20px 0
    }

    header .mobile__menu .language ul {
        text-align: center
    }

    header .mobile__menu .language ul li {
        display: inline-block
    }

    header .mobile__menu .language ul li:first-child {
        margin-right: 30px
    }

    header .mobile__menu .language ul li.active a {
        text-decoration: underline
    }

    header .mobile__menu .language ul li a {
        text-transform: uppercase;
        font-size: 18px;
        color: #7e7e7e
    }

    .first__block {
        padding: 90px 0 0;
        height: -webkit-calc(100vh - 84px);
        height: calc(100vh - 84px);
        overflow: hidden
    }

    .first__block .main__banner {
        display: none
    }

    .first__block .main__banner--tablet {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1
    }

    .first__block .main__slider {
        padding: 0 50px;
        height: 100%
    }

    .first__block .main__slider .owl-item:first-child .slider__image,
    .first__block .main__slider .owl-item:nth-child(5) .slider__image,
    .first__block .main__slider .owl-item:nth-child(6) .slider__image {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    .first__block .main__slider .owl-dots {
        position: absolute;
        bottom: 30px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .first__block .main__slider .slider__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .first__block .main__slider .slider__item .silder__description {
        max-width: 100%;
        text-align: center;
        margin-right: 0;
        margin-bottom: 195px
    }

    .first__block .main__slider .slider__item .silder__description .consult__button {
        margin: 0 auto
    }

    .second__block {
        padding: 75px 0 100px;
        overflow: hidden
    }

    .second__block .advantages__wrap {
        display: none
    }

    .second__block #advantages {
        display: block
    }

    .second__block #advantages .owl-stage {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }

    .second__block #advantages .owl-nav {
        display: none
    }

    .second__block #advantages .owl-dots {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 30px
    }

    .second__block #advantages .owl-dots button {
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #c2d0d8;
        margin-right: 12px
    }

    .second__block #advantages .owl-dots button:focus {
        outline: none
    }

    .second__block #advantages .owl-dots button:last-child {
        margin-right: 0
    }

    .second__block #advantages .owl-dots button.active {
        width: 13px;
        height: 13px;
        background-color: #ffd71c;
        -webkit-box-shadow: 0 5px 10px 0 rgba(255, 215, 28, .5);
        box-shadow: 0 5px 10px 0 rgba(255, 215, 28, .5)
    }

    .second__block #advantages .advantage__item {
        width: 100%;
        height: 100%;
        margin-bottom: 0;
        margin-right: 0
    }

    .second__block .advantage__video--wrap {
        max-height: 400px
    }

    .third__block {
        padding: 80px 0
    }

    .third__block .services__tablet {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .third__block .services__tablet,
    .third__block .services__tablet .tablet__item {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }

    .third__block .services__tablet .tablet__item {
        width: 49%;
        margin-bottom: 30px;
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 65px 70px 55px
    }

    .third__block .services__tablet .tablet__item:last-child,
    .third__block .services__tablet .tablet__item:nth-last-child(2) {
        margin-bottom: 0
    }

    .third__block .services__tablet .tablet__item:before {
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: #000;
        background: rgba(0, 0, 0, .7);
        z-index: 5
    }

    .third__block .services__tablet .tablet__item img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .third__block .services__tablet .tablet__item .top {
        font-size: 11px;
        color: #fff;
        opacity: .4;
        margin-bottom: 15px;
        text-align: center;
        position: relative;
        z-index: 10
    }

    .third__block .services__tablet .tablet__item h4 {
        font-size: 22px;
        font-weight: 900;
        color: #fff;
        text-align: center;
        position: relative;
        z-index: 10;
        margin-bottom: 20px
    }

    .third__block .services__tablet .tablet__item h4:after {
        display: block;
        content: "";
        width: 30px;
        height: 2px;
        background: #ffd71c;
        margin: 0 auto;
        margin-top: 25px
    }

    .third__block .services__tablet .tablet__item .price {
        display: none
    }

    .third__block .services__tablet .tablet__item .service__button {
        display: block;
        width: 185px;
        background: transparent;
        border-radius: 50px;
        border: 2px solid #6f7071;
        padding: 19px 0;
        font-size: 11px;
        font-weight: 900;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        position: relative;
        z-index: 10;
        -webkit-transition: all .4s ease-out;
        -o-transition: .4s all ease-out;
        transition: all .4s ease-out;
        margin: 0 auto
    }

    .third__block .services__tablet .tablet__item .service__button:hover {
        border-color: #ffd71c;
        background-color: #ffd71c;
        color: #000
    }

    .fourth__block {
        padding: 80px 0
    }

    .fourth__block .image__block {
        max-height: 300px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        text-align: center
    }

    .fourth__block .image__block img {
        max-height: 300px;
        width: auto
    }

    .fourth__block .price__inner {
        padding: 80px 90px 350px;
        background: transparent url(../../../themes/wp-framework/img/tablet-price-bg.jpg) 50% no-repeat;
        -webkit-background-size: cover;
        background-size: cover
    }

    .fourth__block .price__inner:before {
        display: none
    }

    .fourth__block .price__inner .block__description .phones p {
        font-size: 18px
    }

    .fifth__block {
        padding-bottom: 60px
    }

    .fifth__block .car__tabs--list {
        margin-bottom: 10px;
        margin-right: 0
    }

    .fifth__block .car__tabs--list li {
        font-size: 8px;
        padding: 15px 0
    }

    .fifth__block .cars__slider .owl-nav {
        width: 650px;
        top: 50px
    }

    .fifth__block .cars__slider .owl-dots {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: -50px
    }

    .fifth__block .cars__slider .owl-dots button {
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #c2d0d8;
        margin-right: 12px
    }

    .fifth__block .cars__slider .owl-dots button:focus {
        outline: none
    }

    .fifth__block .cars__slider .owl-dots button:last-child {
        margin-right: 0
    }

    .fifth__block .cars__slider .owl-dots button.active {
        width: 13px;
        height: 13px;
        background-color: #ffd71c;
        -webkit-box-shadow: 0 5px 10px 0 rgba(255, 215, 28, .5);
        box-shadow: 0 5px 10px 0 rgba(255, 215, 28, .5)
    }

    .fifth__block .cars__slider .slider__item {
        max-width: 400px
    }

    .fifth__block .master__call {
        margin-top: 30px
    }

    .sixth__block {
        padding: 100px 0 80px
    }

    .sixth__block .reviews__block {
        height: 1230px
    }

    .sixth__block .reviews__block .sp-slides-container {
        height: 100%
    }

    .sixth__block .reviews__block .sp-grabbing,
    .sixth__block .reviews__block .sp-mask.sp-grab {
        height: 100% !important
    }

    .sixth__block .reviews__block .sp-slides {
        width: 100%;
        height: 100%
    }

    .sixth__block .sp-slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        height: 100% !important
    }

    .sixth__block .sp-slide .left {
        width: 100%;
        height: 45%;
        padding: 80px 80px 125px
    }

    .sixth__block .sp-slide .right {
        width: 100%;
        height: 55%
    }

    .sixth__block .sp-arrows,
    .sixth__block .sp-thumbnails-container {
        display: none
    }

    .sixth__block .sp-buttons {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        bottom: 70px
    }

    .sixth__block .sp-buttons .sp-button {
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #c2d0d8;
        margin-right: 12px;
        border: 0
    }

    .sixth__block .sp-buttons .sp-button:focus {
        outline: none
    }

    .sixth__block .sp-buttons .sp-button:last-child {
        margin-right: 0
    }

    .sixth__block .sp-buttons .sp-button.sp-selected-button {
        width: 13px;
        height: 13px;
        background-color: #ffd71c;
        -webkit-box-shadow: 0 5px 10px 0 rgba(255, 215, 28, .5);
        box-shadow: 0 5px 10px 0 rgba(255, 215, 28, .5)
    }

    .seventh__block {
        padding: 80px 0
    }

    .seventh__block .partners__block {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .seventh__block .partner__item {
        width: 23.4%;
        height: 70px;
        text-align: center;
        margin-bottom: 15px;
        -webkit-box-shadow: 0 23px 36px 14px rgba(0, 0, 0, .16);
        box-shadow: 0 23px 36px 14px rgba(0, 0, 0, .16);
        border-radius: 10px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #fff
    }

    .seventh__block .partner__item:before {
        display: none
    }

    .seventh__block .partner__item img {
        max-height: 40px
    }

    .seventh__block .partner__item:last-child,
    .seventh__block .partner__item:nth-last-child(2),
    .seventh__block .partner__item:nth-last-child(3) {
        width: 31.8%;
        margin-bottom: 0;
        position: relative;
        z-index: 10
    }

    .seventh__block .partners__block--slider .partner__item {
        width: 80%;
        margin: 0 auto
    }

    .seventh__block .partners__block--slider .partner__item img {
        max-width: 70%
    }

    .eight__block {
        padding: 80px 0 10px
    }

    .ninth__block {
        padding-bottom: 80px
    }

    .ninth__block .form__wrap {
        padding: 80px 75px 300px;
        background: #fff url(../../../themes/wp-framework/img/4-3.png) bottom 20px center no-repeat;
        -webkit-background-size: 45% 45%;
        background-size: 45%;
        height: auto
    }

    .ninth__block .form__wrap .left {
        padding: 0
    }

    .ninth__block .form__wrap .left:after {
        display: none
    }

    .tenth__block {
        padding: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#fff));
        background: -webkit-linear-gradient(top, #f2f2f2, #fff);
        background: -o-linear-gradient(top, #f2f2f2, #fff);
        background: linear-gradient(180deg, #f2f2f2, #fff)
    }

    .tenth__block .works__holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .tenth__block .works__holder .right {
        width: 100%;
        padding-bottom: 80px
    }

    .tenth__block .works__holder .right:before {
        width: 100%;
        bottom: 80px;
        z-index: 0
    }

    .tenth__block .works__holder .right .more__text--example {
        display: block;
        text-align: center;
        color: #000;
        font-size: 11px;
        font-weight: 900;
        position: relative;
        z-index: 999
    }

    .tenth__block .works__holder .right .right__inner {
        padding-right: 0;
        overflow-y: visible;
        overflow-y: initial;
        max-height: 285px;
        overflow: hidden;
        margin-bottom: 20px
    }

    .tenth__block .works__holder .right .right__inner.active {
        max-height: 100%;
        margin-bottom: 40px
    }

    .tenth__block .example__wrap {
        margin-right: 0;
        width: 100%;
        margin-bottom: 100px
    }

    .tenth__block .example__wrap .owl-item {
        padding-bottom: 0
    }

    .tenth__block .example__wrap .owl-dots {
        width: 100%;
        position: absolute;
        top: 680px
    }

    .tenth__block .slider__item {
        max-height: 100%
    }

    .tenth__block .slider__item .left {
        margin-right: 0
    }

    .tenth__block .slider__item .left img {
        height: 650px
    }

    .eleventh__block {
        padding: 80px 0 10px
    }

    .eleventh__block .warranty__wrap img {
        width: 70%;
        top: 150px
    }

    .eleventh__block .warranty__wrap .warranty__inner {
        padding: 80px 50px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .eleventh__block .warranty__wrap .warranty__inner:before {
        left: -630px
    }

    .eleventh__block .warranty__wrap .warranty__inner .left {
        display: none
    }

    .eleventh__block .warranty__wrap .warranty__inner .right {
        width: 58%
    }

    .contacts__block .contacts__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .contacts__block .contacts__wrap .left {
        width: 100%;
        padding: 85px 80px
    }

    .contacts__block .contacts__wrap .right {
        width: 100%;
        height: 630px
    }

    footer {
        padding: 160px 0 60px
    }

    footer .popup__phones .popup__content {
        padding: 90px 50px
    }

    footer .footer__wrap {
        padding-bottom: 65px
    }

    footer .footer__wrap .first__column {
        width: 100%;
        margin-bottom: 50px
    }

    footer .footer__wrap .first__column .footer__logo {
        display: block;
        margin: 0 auto;
        margin-bottom: 45px
    }

    footer .footer__wrap .first__column .payment__block {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    footer .footer__wrap .first__column .payment__block,
    footer .footer__wrap .first__column .payment__block .image__block {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }

    footer .footer__wrap .first__column .payment__block .image__block {
        width: 48.7%;
        height: 100px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    footer .footer__wrap .fourth__column {
        width: 100%;
        left: 0
    }

    footer .footer__wrap .fourth__column form {
        max-width: 100%
    }

    footer .footer__wrap .fourth__column form .wpcf7-form-control-wrap {
        display: inline-block;
        width: 340px;
        margin-bottom: 0
    }

    footer .footer__wrap .fourth__column form .your-phone {
        margin-right: 24px
    }

    footer .footer__wrap .fourth__column form .send__form {
        display: inline-block;
        width: 340px;
        margin-bottom: 0
    }

    footer .second__row .to__top {
        right: 45px;
        bottom: 20px
    }

    .popup__callback .popup__holder {
        padding: 30px
    }

    .popup__callback .popup__inner {
        height: 960px;
        padding: 100px;
        background: transparent url(../../../themes/wp-framework/img/popup-bg-tablet.jpg) 50% no-repeat;
        -webkit-background-size: cover;
        background-size: cover
    }

    .popup__callback .popup__inner .popup__description {
        max-width: 100%
    }

    .popup__callback .popup__inner .popup__description h4 br {
        display: none
    }

    .popup__callback .popup__inner .popup__description .popup__text {
        max-width: 400px;
        margin: 0 auto;
        margin-bottom: 45px
    }

    .oil__block .popup__inner {
        height: 960px;
        padding: 100px;
        background: transparent url(../../../themes/wp-framework/img/popup-bg-tablet.jpg) 50% no-repeat;
        -webkit-background-size: cover;
        background-size: cover
    }

    .oil__block .popup__inner .popup__description {
        max-width: 100%
    }

    .oil__block .popup__inner .popup__description h4 br {
        display: none
    }

    .oil__block .popup__inner .popup__description .popup__text {
        max-width: 400px;
        margin: 0 auto;
        margin-bottom: 45px
    }

    .ninth__block--country .form__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
        background: #fff
    }

    .ninth__block--country .form__wrap .left {
        width: 100%;
        margin-bottom: 40px;
        padding: 80px 75px 0
    }

    .ninth__block--country .form__wrap .right {
        display: block;
        width: 100%;
        text-align: center
    }

    .ninth__block--country .form__wrap .right .right__inner:before {
        display: none
    }

    .ninth__block--country .form__wrap .right img {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0)
    }

    .equipment__block .equipment__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

    .equipment__block .equipment__wrap .equipment__slider {
        width: 100% !important;
        height: 1000px
    }

    .equipment__block .equipment__wrap .equipment__slider .sp-thumbnails-container {
        left: 0;
        bottom: 600px
    }

    .equipment__block .equipment__wrap .equipment__slider .sp-slide {
        height: auto !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .equipment__block .equipment__wrap .equipment__slider .sp-next-arrow {
        right: 20px;
        top: -200px
    }

    .equipment__block .equipment__wrap .equipment__slider .sp-previous-arrow {
        top: -200px
    }

    .equipment__block .equipment__wrap .left__image {
        width: 100%
    }

    .equipment__block .equipment__wrap .equipment__description {
        width: 100% !important;
        height: 450px
    }

    .equipment__block .equipment__wrap .equipment__description .equipment__text {
        max-height: 100%;
        overflow-y: auto
    }

    .waiting__block .waiting__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        max-height: 100%
    }

    .waiting__block .waiting__inner .left {
        width: 100%;
        margin-right: 0
    }

    .waiting__block .waiting__inner .left .left__inner {
        max-height: 100%;
        overflow-y: inherit;
        padding-right: 0
    }

    .waiting__block .waiting__inner .right {
        width: 100%;
        margin-bottom: 40px
    }

    .oportunities__block .oportunities__inner {
        display: none;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .oportunities__block .oportunities__inner .oportunitie__item {
        width: 100%
    }

    .oportunities__block .oportunities__inner .oportunitie__item:before {
        left: -330px
    }

    .oportunities__block .oportunities__inner .oportunitie__item .fix__button {
        margin-bottom: 200px
    }

    .oportunities__block #opportunities__slider {
        display: block
    }

    .blog__block:before {
        right: -700px
    }

    .blog__block .blog__wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .blog__block .blog__item {
        width: 100%;
        margin-bottom: 30px
    }

    .blog__block .blog__item img {
        max-height: 350px
    }

    .blog__block .blog__item:last-child {
        margin-bottom: 0
    }

    .contacts__block--country .contacts__wrap {
        max-height: 100%
    }

    .contacts__block--country .contacts__wrap .left {
        padding: 85px 80px 150px
    }

    .contacts__block--country .contacts__wrap .another__city--button {
        bottom: 670px
    }

    .page-template-removal-and-installation .fifth__block {
        padding-top: 80px
    }

    .page-template-diagnostika .page__banner {
        padding: 130px 0
    }

    .page-template-diagnostika .page__banner .main__slider .slider__item .slider__image img {
        position: relative;
        right: -55px;
        top: -50px
    }

    .reasons .reason__item {
        width: 49%
    }

    .page-template-prices .page__banner {
        padding-top: 40px
    }

    .page-template-prices .page__banner .main__slider .slider__item .slider__image img {
        right: -50px
    }

    .actuator__description {
        padding: 80px 0
    }

    .page-template-actuator-repair .actuator__item,
    .page-template-page-clapan .actuator__item,
    .page-template-serv-repair .actuator__item,
    .page-template-tnvd-repair .actuator__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .page-template-actuator-repair .actuator__item .left,
    .page-template-page-clapan .actuator__item .left,
    .page-template-serv-repair .actuator__item .left,
    .page-template-tnvd-repair .actuator__item .left {
        margin-right: 0;
        margin-bottom: 40px;
        width: 100%
    }

    .page-template-actuator-repair .actuator__item .right,
    .page-template-page-clapan .actuator__item .right,
    .page-template-serv-repair .actuator__item .right,
    .page-template-tnvd-repair .actuator__item .right {
        width: 100%
    }

    .page-template-actuator-repair .actuator__item:nth-child(2n),
    .page-template-page-clapan .actuator__item:nth-child(2n),
    .page-template-serv-repair .actuator__item:nth-child(2n),
    .page-template-tnvd-repair .actuator__item:nth-child(2n) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .page-template-actuator-repair .actuator__item:nth-child(2n) .left,
    .page-template-page-clapan .actuator__item:nth-child(2n) .left,
    .page-template-serv-repair .actuator__item:nth-child(2n) .left,
    .page-template-tnvd-repair .actuator__item:nth-child(2n) .left {
        margin-left: 0
    }

    .page-template-actuator-repair .ninth__block--country,
    .page-template-page-clapan .ninth__block--country,
    .page-template-serv-repair .ninth__block--country,
    .page-template-tnvd-repair .ninth__block--country {
        padding-top: 0
    }

    .page-template-actuator-repair .ninth__block--country .form__wrap .right img,
    .page-template-page-clapan .ninth__block--country .form__wrap .right img,
    .page-template-serv-repair .ninth__block--country .form__wrap .right img,
    .page-template-tnvd-repair .ninth__block--country .form__wrap .right img {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    .social__block {
        padding-bottom: 80px
    }

    .social__block .social__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .social__block .social__inner .social__descr {
        margin-bottom: 50px
    }

    .social__block .social__icons {
        position: static;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .third__block--single .services__wrap .service__item:before {
        left: -550px
    }

    .marks {
        padding: 80px 0
    }

    .marks .marks__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .marks .marks__wrap .left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px
    }

    .marks .marks__wrap .right {
        width: 100%
    }

    .page-template-tnvd-repair .ninth__block--tnvd .form__wrap .right img {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    .page__inner .gallery__content .gallery__slider {
        width: 100%
    }

    .page__inner .gallery__content .gallery__slider .slider-pro {
        height: 600px
    }

    .page__inner .gallery__content .gallery__slider .slider-pro .sp-thumbnails-container {
        bottom: 185px
    }

    .page__inner .gallery__content .gallery__slider .slider-pro .sp-arrows {
        bottom: 140px !important
    }

    .delivery__inner .second__block .advantages__wrap {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .delivery__inner .second__block .advantages__wrap .advantage__item {
        width: 49%
    }

    .delivery__inner .delivery__companies .companies__logo .company__logo img {
        width: 75%
    }

    .delivery__inner .payment__variants .payment__logos {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .delivery__inner .payment__variants .payment__logos .payment__logo {
        width: 49%;
        margin-bottom: 20px
    }

    .delivery__inner .steps__block .steps__steps {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .delivery__inner .steps__block .steps__steps .step {
        max-width: 100%;
        width: 40%;
        margin-bottom: 20px
    }

    .delivery__inner .steps__block .steps__steps .step:after {
        display: none
    }

    .delivery__inner .steps__block .steps__steps .step:first-child,
    .delivery__inner .steps__block .steps__steps .step:nth-child(3) {
        margin-right: 50px
    }

    .delivery__inner .steps__block .steps__steps .step:first-child:after,
    .delivery__inner .steps__block .steps__steps .step:nth-child(3):after {
        display: block
    }

    .reviews__inner .reviews__holder .review__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .reviews__inner .reviews__holder .review__item .left,
    .reviews__inner .reviews__holder .review__item .right {
        width: 100%
    }

    .about__inner .about__content {
        margin-bottom: 70px
    }

    .about__inner .about__content .about__content--inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .about__inner .about__content .about__content--inner .left,
    .about__inner .about__content .about__content--inner .right {
        width: 100%
    }

    .about__inner .about__content .about__content--inner .right:after {
        bottom: -150px
    }

    .about__inner .about__mission {
        padding: 70px 0
    }

    .about__inner .about__sertificates {
        padding: 70px 0 10px
    }

    .about__inner .about__sertificates .sert__inner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .about__inner .about__sertificates .sert__inner .sert__item {
        width: 49%;
        margin-bottom: 15px
    }

    .offers__inner .offer__stock .form__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: transparent;
        padding: 0
    }

    .offers__inner .offer__stock .form__wrap .left {
        width: 100%;
        padding: 40px 30px 0
    }

    .offers__inner .offer__stock .form__wrap .right {
        width: 100%;
        background: #fff url(../../../themes/wp-framework/img/offer-bg-white.jpg) 0 -50px no-repeat
    }

    .team__inner .team__members--wrap .team__members--slider .team__item,
    .team__inner .team__members--wrap .team__members .team__item {
        background-color: #fff;
        margin-right: 40px;
        width: 47%
    }

    .team__inner .team__members--wrap .team__members--slider .team__item:nth-child(4n),
    .team__inner .team__members--wrap .team__members .team__item:nth-child(4n) {
        margin-right: 40px
    }

    .team__inner .team__members--wrap .team__members--slider .team__item:nth-child(2n),
    .team__inner .team__members--wrap .team__members .team__item:nth-child(2n) {
        margin-right: 0
    }

    .team__inner .team__form .form__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
        background: #fff
    }

    .team__inner .team__form .left {
        padding: 80px 75px 0
    }

    .team__inner .team__form .right {
        display: block;
        height: 500px;
        width: 100%
    }

    .team__inner .team__form .right:before {
        display: none
    }

    .team__inner .team__form .right img {
        bottom: -50px
    }

    .team__inner .team__advantages .advantages__wrap {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 0
    }

    .team__inner .team__advantages .advantages__wrap .advantage__item {
        width: 49%;
        margin-bottom: 20px
    }

    .sertificates__inner .second__block .advantages__wrap {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .sertificates__inner .second__block .advantages__wrap .advantage__item {
        width: 49%
    }

    .contacts__inner .contact__card .card__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .contacts__inner .contact__card .card__inner:before {
        top: 850px
    }

    .contacts__inner .contact__card .card__inner .left {
        width: 100%;
        padding: 100px 50px
    }

    .contacts__inner .contact__card .card__inner .right {
        width: 100%;
        text-align: center
    }

    .contacts__inner .contact__card .card__inner .right img {
        position: relative;
        left: 0;
        right: 0;
        z-index: 10
    }

    .contacts__inner .hotline {
        padding: 90px 0 50px;
        -webkit-background-size: 400px 400px;
        background-size: 400px
    }

    .equipment__inner .our__opps .opps__inner .opps__item:nth-child(3),
    .equipment__inner .our__opps .opps__inner .opps__item:nth-child(5) {
        margin-right: 0
    }

    .equipment__inner .our__opps .opps__inner .opps__item:nth-child(4) {
        margin-right: 20px
    }

    .error__inner,
    .error__inner .error__wrap {
        height: -webkit-calc(100vh - 51px);
        height: calc(100vh - 51px)
    }

    .error__inner .error__wrap .error__title {
        font-size: 90px
    }

    .error__inner .error__wrap .error__title img {
        margin: 0 15px;
        max-width: 100px
    }

    .adresses__inner .contact__card .card__inner .left .contact__column {
        width: 50%
    }

    .adresses__inner .adresses__map {
        padding: 70px 0
    }

    .catalog1 .second__block .advantages__wrap .advantage__item {
        width: 49%;
        margin-bottom: 20px
    }

    .catalog1 .steps__turbine .steps__turbine--holder {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .catalog1 .steps__turbine .steps__turbine--holder .step {
        width: 40%;
        margin-bottom: 20px
    }

    .catalog1 .steps__turbine .steps__turbine--holder .step:after {
        display: none
    }

    .catalog1 .catalog__logos .logos__holder .logo__item:nth-child(6n) {
        margin-right: 0
    }

    .catalog1 .catalog__logos .logos__holder .logo__item:nth-child(8n) {
        margin-right: 10px
    }

    .catalog1 .eleventh__block .warranty__wrap img {
        width: 40%
    }

    .catalog1 .ninth__block--catalog2 .form__wrap .right img {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0)
    }

    .fix__turbine .turbine__holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .fix__turbine .turbine__holder .left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px
    }

    .fix__turbine .turbine__holder .right {
        width: 100%
    }

    .just__cars .cars__inner .cars__item {
        width: 32%;
        padding: 30px 35px
    }

    .turbines__items .turbine__item {
        padding: 50px 20px
    }

    .turbines__items .turbine__item .left {
        padding-right: 20px;
        margin-right: 40px
    }

    .turbines__items .turbine__item .right .turbine__columns ul:first-child {
        margin-right: 50px
    }

    .single__turbine--block .single__turbine--holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .single__turbine--block .single__turbine--holder .left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }

    .single__turbine--block .single__turbine--holder .left .bottom__banner .bottom__banner--inner .right__description h4 {
        font-size: 32px
    }

    .single__turbine--block .single__turbine--holder .right {
        width: 100%
    }

    .just__cars .cars__inner .cars__item {
        margin-right: 9px
    }

    .just__cars .cars__inner .cars__item:nth-child(3n) {
        margin-right: 0
    }

    .just__cars .cars__inner .cars__item:nth-child(5n) {
        margin-right: 9px
    }

    .page-template-diagnostika .fourth__block .image__block {
        bottom: 0;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto
    }

    .page-template-diagnostika .ninth__block--country .form__wrap .right img {
        width: 100%;
        max-height: 100%
    }

    .single-cities .contacts__block .contacts__wrap .left {
        padding: 85px 80px 150px
    }

    .popup__catalog--holder .popup__inner {
        padding: 70px 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        height: 100%;
        max-height: 100%
    }

    .popup__catalog--holder .popup__inner .left {
        width: 100%
    }

    .popup__catalog--holder .popup__inner .left h4,
    .popup__catalog--holder .popup__inner .left p {
        text-align: center
    }

    .popup__catalog--holder .popup__inner .left form {
        margin: 0 auto
    }

    .popup__catalog--holder .popup__inner .right {
        width: 100%;
        position: absolute;
        bottom: 0;
        text-align: center
    }

    .popup__catalog--holder .popup__inner .right img {
        position: static
    }

    .page-template-pump-force-repair .eleventh__block .warranty__wrap img,
    .page-template-tnvd-repair .eleventh__block .warranty__wrap img {
        top: 0;
        width: 50%
    }
}

@media (max-width:500px) {
    .call__me {
        font-size: 14px;
        top: 51px;
        padding: 10px 5px;
        width: 100px
    }

    .header__top--banner,
    .header__top--banner--catalog {
        padding: 20px 15px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .header__top--banner--catalog .left,
    .header__top--banner .left {
        margin-bottom: 0;
        margin-right: 10px;
        position: static;
        width: 60%
    }

    .header__top--banner--catalog .left:before,
    .header__top--banner .left:before {
        width: 100px;
        top: -150px;
        left: 70px
    }

    .header__top--banner--catalog .left h4,
    .header__top--banner .left h4 {
        font-size: 18px;
        position: relative;
        z-index: 10
    }

    .header__top--banner--catalog .left img,
    .header__top--banner .left img {
        display: none
    }

    .header__top--banner--catalog .right,
    .header__top--banner .right {
        width: 40%
    }

    .header__top--banner--catalog .right .banner__top--button,
    .header__top--banner--catalog .right .banner__top--button--catalog,
    .header__top--banner .right .banner__top--button,
    .header__top--banner .right .banner__top--button--catalog {
        width: 100%;
        font-size: 10px;
        padding: 12px 0;
        position: relative;
        z-index: 10
    }

    .header__top--banner--catalog .close__banner--top,
    .header__top--banner .close__banner--top {
        width: 10px;
        height: 10px;
        top: 5px;
        right: 10px;
        margin: 0
    }

    header {
        padding: 8px 0
    }

    header .hamburger {
        width: 20px;
        height: 20px;
        margin-right: 15px
    }

    header .hamburger .hamburger__inner,
    header .hamburger:after,
    header .hamburger:before {
        height: 2px
    }

    header .hamburger.active:before {
        width: 20px;
        top: 9px
    }

    header .hamburger.active .hamburger__inner {
        width: 20px
    }

    header .mobile__logo--search .tablet__logotype {
        margin-right: 40px
    }

    header .mobile__logo--search .language {
        display: inline-block;
        margin-right: 15px
    }

    header .mobile__logo--search .language ul li {
        padding: 10px;
        border-radius: 50%
    }

    header .mobile__logo--search .language ul li:first-child {
        margin-right: 0
    }

    header .mobile__logo--search .language ul li.active {
        border: 1px solid #dbe7ef
    }

    header .mobile__logo--search .language ul li.active a {
        text-decoration: none
    }

    header .mobile__logo--search .language ul li a {
        color: #7e7e7e;
        font-size: 14px;
        text-transform: uppercase
    }

    header #mobile__search {
        position: relative;
        width: 270px
    }

    header #mobile__search input {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        padding: 9px 0 9px 20px;
        border: 2px solid #ffd71c;
        border-radius: 30px
    }

    header #mobile__search input::-webkit-input-placeholder {
        font-size: 14px;
        color: #7f96a3
    }

    header #mobile__search input::-moz-placeholder {
        font-size: 14px;
        color: #7f96a3
    }

    header #mobile__search input:-ms-input-placeholder {
        font-size: 14px;
        color: #7f96a3
    }

    header #mobile__search input:-moz-placeholder {
        font-size: 14px;
        color: #7f96a3
    }

    header #mobile__search input:focus {
        outline: none
    }

    header #mobile__search .search__submit {
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #ffd71c url(../../../themes/wp-framework/img/search-interface-symbol.svg) 50% no-repeat;
        -webkit-background-size: 16px 16px;
        background-size: 16px;
        position: absolute;
        right: 0;
        top: 0;
        border: 0
    }

    header .tablet__logotype {
        max-width: 130px
    }

    header .location__icon,
    header .search__icon {
        width: 35px;
        height: 35px;
        margin-right: 10px;
        -webkit-background-size: 15px 15px;
        background-size: 15px
    }

    header .location__icon {
        background: #ffd71c url(../../../themes/wp-framework/img/loaction-black.svg) 50% no-repeat;
        -webkit-background-size: 18px 18px;
        background-size: 18px
    }

    header .callback__tablet {
        text-indent: -1000px;
        overflow: hidden;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        padding: 0;
        background: #ffd71c url(../../../themes/wp-framework/img/phone-call-black.svg) 50% no-repeat;
        -webkit-background-size: 15px 15px;
        background-size: 15px
    }

    header .mobile__menu {
        padding: 40px 0;
        height: -webkit-calc(100vh - 51px);
        height: calc(100vh - 51px);
        top: 51px
    }

    header .mobile__menu:before {
        height: 40px
    }

    header .mobile__menu nav {
        margin-right: 0
    }

    header .mobile__menu nav ul li {
        padding: 0;
        margin-right: 0;
        position: relative
    }

    header .mobile__menu nav ul li:before {
        display: block;
        content: "";
        width: 30px;
        height: 25px;
        position: absolute;
        left: 20px;
        top: 10px
    }

    header .mobile__menu nav ul li.menu-item-5800 {
        display: none
    }

    header .mobile__menu nav ul li.force__mobile--menu,
    header .mobile__menu nav ul li.generator__mobile--menu,
    header .mobile__menu nav ul li.starter__mobile--menu {
        display: block
    }

    header .mobile__menu nav ul li.menu-item-5383 {
        display: none
    }

    header .mobile__menu nav ul li.menu-item-1205:before {
        background: transparent url(../../../themes/wp-framework/img/turbo.svg) 50% no-repeat;
        -webkit-background-size: contain;
        background-size: contain
    }

    header .mobile__menu nav ul li.starter__mobile--menu:before {
        background: transparent url(../../../themes/wp-framework/img/start.svg) 50% no-repeat;
        -webkit-background-size: contain;
        background-size: contain
    }

    header .mobile__menu nav ul li.generator__mobile--menu:before {
        background: transparent url(../../../themes/wp-framework/img/gen.svg) 50% no-repeat;
        -webkit-background-size: contain;
        background-size: contain
    }

    header .mobile__menu nav ul li.menu-item-92:before {
        background: transparent url(../../../themes/wp-framework/img/motor.svg) 50% no-repeat;
        -webkit-background-size: contain;
        background-size: contain
    }

    header .mobile__menu nav ul li.force__mobile--menu:before {
        background: transparent url(../../../themes/wp-framework/img/pip.svg) 50% no-repeat;
        -webkit-background-size: contain;
        background-size: contain
    }

    header .mobile__menu nav ul li.menu-item-98:before {
        background: transparent url(../../../themes/wp-framework/img/catalog.svg) 50% no-repeat;
        -webkit-background-size: contain;
        background-size: contain
    }

    header .mobile__menu nav ul li.menu-item-116:before {
        background: transparent url(../../../themes/wp-framework/img/about-icon.svg) 50% no-repeat;
        -webkit-background-size: contain;
        background-size: contain
    }

    header .mobile__menu nav ul li.menu-item-119:before {
        background: transparent url(../../../themes/wp-framework/img/about.svg) 50% no-repeat;
        -webkit-background-size: contain;
        background-size: contain
    }

    header .mobile__menu nav ul li.menu-item-has-children:after {
        width: 70px;
        height: 49.2px;
        right: 0;
        top: 0;
        bottom: unset;
        background: transparent url(../../../themes/wp-framework/img/arrow-right.svg) 50% no-repeat;
        -webkit-background-size: 10px 10px;
        background-size: 10px
    }

    header .mobile__menu nav ul li.menu-item-has-children.hovered a:first-child {
        background-color: #bdbde5
    }

    header .mobile__menu nav ul li.menu-item-has-children .sub-menu {
        margin-top: 0
    }

    header .mobile__menu nav ul li.menu-item-has-children .sub-menu li:before {
        display: none
    }

    header .mobile__menu nav ul li.menu-item-has-children .sub-menu li a {
        font-size: 14px
    }

    header .mobile__menu nav ul li.menu-item-has-children .sub-menu li.menu-item-5383 {
        display: none
    }

    header .mobile__menu nav ul li a {
        display: block;
        font-size: 18px;
        padding: 15px 15px 15px 65px
    }

    header .mobile__menu nav ul li a span {
        display: inline-block
    }

    header .mobile__menu .sales {
        padding: 15px 0 15px 65px;
        font-size: 18px;
        -webkit-background-size: 25px 25px;
        background-size: 25px;
        margin-bottom: 0;
        background: transparent url(../../../themes/wp-framework/img/gift.svg) left 20px center no-repeat;
        -webkit-background-size: 30px 30px;
        background-size: 30px;
        margin-bottom: 35px
    }

    header .mobile__menu .mobile__location {
        padding: 0 20px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    header .mobile__menu .mobile__location,
    header .mobile__menu .mobile__location .header__location {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    header .mobile__menu .mobile__location .header__location p {
        text-decoration: underline
    }

    header .mobile__menu .mobile__location .left {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    header .mobile__menu .mobile__location .location__icon {
        padding: 5px 0 5px 35px;
        background: transparent url(../../../themes/wp-framework/img/133-pin.svg) 0 no-repeat;
        -webkit-background-size: 20px 20px;
        background-size: 20px
    }

    header .mobile__menu .mobile__location .current__city {
        color: #000;
        font-size: 18px;
        text-decoration: underline
    }

    header .mobile__menu .mobile__location .city__choice {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        margin-top: 0;
        padding: 20px 10px;
        border-radius: 10px;
        background-color: #fff;
        -webkit-box-shadow: 0 0 44px 6px rgba(0, 0, 0, .17);
        box-shadow: 0 0 44px 6px rgba(0, 0, 0, .17);
        z-index: 99
    }

    header .mobile__menu .mobile__location .city__choice .close__city--choise {
        display: block;
        width: 15px;
        height: 15px;
        background: transparent url(../../../themes/wp-framework/img/cross.png) 50% no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
        position: absolute;
        right: 15px;
        top: 15px
    }

    header .mobile__menu .mobile__location .city__choice:before {
        display: block;
        content: "";
        width: 100%;
        height: 5px;
        background: transparent url(https://turbosto.com.ua/wp-content/themes/wp-framework/css/image.png);
        position: absolute;
        left: 0;
        top: -5px
    }

    header .mobile__menu .mobile__location .city__choice li {
        display: block;
        padding: 8px 0 8px 45px;
        margin-bottom: 2px;
        margin-right: 0;
        background: transparent url(../../../themes/wp-framework/img/loc.png) left 20px center no-repeat;
        -webkit-background-size: 15px 15px;
        background-size: 15px
    }

    header .mobile__menu .mobile__location .city__choice li:hover {
        background-color: #eaf1f5
    }

    header .mobile__menu .mobile__location .city__choice li:hover a {
        text-decoration: underline
    }

    header .mobile__menu .mobile__location .city__choice li:last-child {
        margin-bottom: 0
    }

    header .mobile__menu .mobile__location .city__choice li a {
        display: block;
        width: 100%;
        color: #7f96a3
    }

    header .mobile__menu .mobile__location .language {
        padding: 0;
        margin-right: 0
    }

    header .mobile__menu .mobile__location .language ul li:first-child {
        margin-right: 5px
    }

    header .mobile__menu .mobile__location .language ul li a {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        border: 1px solid #d9e6ee;
        font-size: 14px;
        text-decoration: none
    }

    header .mobile__menu .mobile__location .language ul li.active a {
        background-color: #d9e6ee;
        text-decoration: none
    }

    header .mobile__menu .bottom__wrap {
        padding: 20px 15px
    }

    header .search__tablet {
        padding: 15px
    }

    header .header__phones,
    header .search__tablet {
        height: -webkit-calc(100vh - 51px);
        height: calc(100vh - 51px);
        top: 51px
    }

    header .header__phones .desktop__phones--inner {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto
    }

    header .header__phones .desktop__phones--inner p {
        display: none
    }

    header .header__phones .desktop__phones--inner a {
        display: block
    }

    header .location__tablet {
        height: -webkit-calc(100vh - 51px);
        height: calc(100vh - 51px);
        top: 51px
    }

    header .location__tablet .loc__tablet--inner {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto
    }

    .top__title {
        font-size: 12px;
        margin-bottom: 20px
    }

    .block__title {
        font-size: 22px;
        margin-bottom: 50px
    }

    .block__title:after {
        width: 30px;
        height: 2px;
        bottom: -15px
    }

    .first__block {
        padding-top: 40px;
        height: -webkit-calc(87vh - 53px);
        height: calc(87vh - 53px)
    }

    .first__block .main__slider {
        padding: 0 25px
    }

    .first__block .main__slider .owl-dots {
        bottom: 15px
    }

    .first__block .main__slider .owl-item:nth-child(5) .slider__item .slider__image,
    .first__block .main__slider .owl-item:nth-child(7) .slider__item .slider__image {
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px)
    }

    .first__block .main__slider .owl-item:last-child .slider__item .slider__image {
        -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        -o-transform: translateY(-50px);
        transform: translateY(-50px)
    }

    .first__block .main__slider .slider__item .slider__image img {
        width: auto;
        max-height: 100%
    }

    .first__block .main__slider .slider__item .silder__description {
        margin-bottom: 75px
    }

    .first__block .main__slider .slider__item .silder__description .top {
        font-size: 12px;
        margin-bottom: 20px
    }

    .first__block .main__slider .slider__item .silder__description .main__title {
        font-size: 28px;
        margin-bottom: 20px
    }

    .first__block .main__slider .slider__item .silder__description .consult__button {
        width: 200px;
        font-size: 10px;
        padding: 14px 0
    }

    .second__block {
        padding: 60px 0
    }

    .second__block #advantages {
        margin-bottom: 50px
    }

    .second__block .advantage__video--wrap {
        max-height: 175px
    }

    .second__block .advantage__video--wrap:after,
    .second__block .advantage__video--wrap:before {
        width: 130px;
        height: 40px
    }

    .second__block .advantage__video--wrap:before {
        left: -40px
    }

    .second__block .advantage__video--wrap:after {
        right: -40px
    }

    .second__block .advantage__video--wrap .video__banner .play__video {
        width: 70px;
        height: 70px;
        -webkit-background-size: 22px 22px;
        background-size: 22px
    }

    .second__block .advantage__video--wrap .video__banner .play__video:after {
        width: 90px;
        height: 90px;
        left: -10px;
        top: -10px
    }

    .third__block {
        padding: 60px 0;
        background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2));
        background: -webkit-linear-gradient(top, #fff, #f2f2f2);
        background: -o-linear-gradient(top, #fff, #f2f2f2);
        background: linear-gradient(180deg, #fff, #f2f2f2)
    }

    .third__block .services__wrap .service__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 50px 30px;
        margin-bottom: 10px
    }

    .third__block .services__wrap .service__item .left {
        margin-right: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 10px
    }

    .third__block .services__wrap .service__item .left img {
        max-width: 200px
    }

    .third__block .services__wrap .service__item .right {
        width: 100%
    }

    .third__block .services__wrap .service__item .right h4 {
        font-size: 18px;
        text-align: center;
        margin-bottom: 20px
    }

    .third__block .services__wrap .service__item .right .price {
        font-size: 22px;
        padding-left: 25px
    }

    .third__block .services__wrap .service__item .right .service__button {
        width: 160px;
        font-size: 10px;
        padding: 18px 0
    }

    .third__block .services__wrap .service__item:hover .right .service__button {
        background-color: #333;
        color: #fff;
        border-color: #333
    }

    .third__block #services__owl .owl-stage {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }

    .third__block #services__owl .service__item {
        -webkit-box-shadow: none;
        box-shadow: none;
        height: 100%;
        -webkit-box-pack: space-evenly;
        -webkit-justify-content: space-evenly;
        -moz-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly
    }

    .third__block .services__tablet .tablet__item {
        width: 100%;
        padding: 0;
        border-radius: 10px;
        margin-bottom: 10px;
        -webkit-box-shadow: 0 15px 19px 11px rgba(0, 0, 0, .2);
        box-shadow: 0 15px 19px 11px rgba(0, 0, 0, .2)
    }

    .third__block .services__tablet .tablet__item:before {
        display: none
    }

    .third__block .services__tablet .tablet__item img {
        position: static
    }

    .third__block .services__tablet .tablet__item .descr {
        width: 100%;
        background-color: #fff;
        padding: 30px 50px
    }

    .third__block .services__tablet .tablet__item .descr .top,
    .third__block .services__tablet .tablet__item .descr h4 {
        color: #000
    }

    .third__block .services__tablet .tablet__item .descr .price {
        display: block;
        color: #000;
        font-size: 16px;
        font-weight: 900;
        text-align: center;
        margin-bottom: 20px
    }

    .third__block .services__tablet .tablet__item .descr .service__button {
        background-color: #ffd71c;
        padding: 18px 0;
        width: 155px;
        color: #000;
        font-size: 10px;
        margin: 0 auto;
        border: 0
    }

    .third__block .services__tablet .tablet__item:nth-last-child(2) {
        margin-bottom: 30px
    }

    .third__block--first .services__wrap {
        display: block
    }

    .fourth__block {
        padding: 0;
        padding-bottom: 60px
    }

    .fourth__block .image__block,
    .fourth__block .image__block img {
        max-height: 250px
    }

    .fourth__block .price__inner {
        padding: 50px 20px 260px
    }

    .fourth__block .price__inner .block__description {
        max-width: 100%
    }

    .fourth__block .price__inner .block__description h4 {
        font-size: 28px
    }

    .fourth__block .price__inner .block__description .phones {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .fourth__block .price__inner .block__description .phones a,
    .fourth__block .price__inner .block__description .phones p {
        font-size: 14px;
        margin-bottom: 10px;
        -webkit-background-size: 20px 20px !important;
        background-size: 20px !important;
        padding-left: 30px !important
    }

    .fourth__block .price__inner .block__description .phones p {
        display: none
    }

    .fourth__block .price__inner .block__description .phones .kievstar {
        margin: 0 auto;
        margin-bottom: 0;
        background-position: left top 3px
    }

    .fourth__block .price__inner .block__description .phones .mobile__phone {
        display: block;
        font-weight: 700
    }

    .fifth__block .car__tabs--list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .fifth__block .car__tabs--list li {
        margin-right: 0;
        width: 49%;
        margin-bottom: 15px;
        font-size: 12px
    }

    .fifth__block .car__tabs--list li:last-child {
        width: 100%;
        margin-bottom: 0
    }

    .fifth__block .cars__slider .owl-item {
        padding: 50px 0 90px
    }

    .fifth__block .cars__slider .owl-nav {
        display: none
    }

    .fifth__block .cars__slider .owl-dots {
        position: relative;
        z-index: 999
    }

    .fifth__block .cars__slider .slider__item {
        max-width: 200px
    }

    .fifth__block .cars__slider .slider__item .slider-full-car {
        display: none
    }

    .fifth__block .cars__slider .slider__item .slider-small-car {
        display: block
    }

    .fifth__block .cars__slider .slider__item .bottom__description {
        margin-top: 40px
    }

    .fifth__block .cars__slider .slider__item .bottom__description .title img {
        padding-right: 10px;
        margin-right: 10px;
        border-right: 2px solid #ffd71c
    }

    .fifth__block .cars__slider .slider__item .bottom__description .title h4 {
        font-size: 22px
    }

    .fifth__block .master__call {
        padding: 16px 0;
        font-size: 10px;
        width: 175px
    }

    .sixth__block {
        padding: 60px 0
    }

    .sixth__block .container {
        width: 100%
    }

    .sixth__block .container .col-md-12 {
        padding: 0
    }

    .sixth__block .reviews__block {
        height: 775px
    }

    .sixth__block .sp-slide .right {
        height: 40%
    }

    .sixth__block .sp-slide .right .slider-full {
        display: none
    }

    .sixth__block .sp-slide .right .slider-small {
        display: block
    }

    .sixth__block .sp-slide .right .play__video {
        width: 70px;
        height: 70px;
        -webkit-background-size: 22px 22px;
        background-size: 22px
    }

    .sixth__block .sp-slide .right .play__video:after {
        width: 90px;
        height: 90px;
        left: -10px;
        top: -10px
    }

    .sixth__block .sp-slide .left {
        height: 60%;
        padding: 35px 15px 115px
    }

    .sixth__block .sp-slide .left .left__title,
    .sixth__block .sp-slide .left .top {
        display: none
    }

    .sixth__block .sp-buttons {
        bottom: 40px
    }

    .sixth__block .all__reviews {
        padding: 14px 0;
        font-size: 10px;
        width: 120px;
        margin-top: 30px
    }

    .seventh__block {
        padding: 60px 0
    }

    .seventh__block .partner__item,
    .seventh__block .partner__item:nth-last-child(2),
    .seventh__block .partner__item:nth-last-child(3) {
        width: 49%;
        margin-bottom: 10px
    }

    .seventh__block .partner__item:last-child {
        width: 100% !important
    }

    .seventh__block .partners__block--slider .partner__item {
        width: 70% !important;
        margin: 0 auto;
        padding: 15px 0
    }

    .seventh__block .partners__block--slider .partner__item img {
        max-width: 70%
    }

    .eight__block {
        padding: 60px 0 40px
    }

    .eight__block .block__title {
        margin-bottom: 55px
    }

    .eight__block .plan__item {
        width: 100%;
        margin-bottom: 30px
    }

    .eight__block .plan__item:after {
        display: none
    }

    .eight__block .plan__item .number {
        width: 40px;
        height: 40px;
        font-size: 18px
    }

    .eight__block .plan__item .number:before {
        width: 60px;
        height: 60px;
        left: -10px;
        top: -10px
    }

    .eight__block .plan__item .number:after,
    .eight__block .plan__item .title:after {
        display: none
    }

    .ninth__block {
        padding-bottom: 60px
    }

    .ninth__block .form__wrap {
        padding: 50px 20px 250px;
        -webkit-background-size: 75% 75%;
        background-size: 75%
    }

    .ninth__block .form__wrap .left .form__title {
        font-size: 28px;
        margin-bottom: 30px
    }

    .ninth__block .form__wrap .left .phones {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .ninth__block .form__wrap .left .phones a,
    .ninth__block .form__wrap .left .phones p {
        font-size: 14px;
        margin-bottom: 10px;
        -webkit-background-size: 20px 20px !important;
        background-size: 20px !important;
        padding-left: 30px !important
    }

    .ninth__block .form__wrap .left .phones p {
        display: none
    }

    .ninth__block .form__wrap .left .phones .kievstar {
        margin: 0 auto;
        margin-bottom: 0;
        background-position: left top 3px
    }

    .ninth__block .form__wrap .left .phones .mobile__phone {
        display: block;
        font-weight: 700
    }

    .ninth__block .form__wrap .left form .wpcf7-form-control-wrap {
        width: 100%;
        margin-bottom: 10px
    }

    .ninth__block .form__wrap .left form .wpcf7-form-control-wrap:first-child {
        margin-right: 0;
        margin-bottom: 10px
    }

    .tenth__block {
        background-color: #fff;
        padding: 60px 0
    }

    .tenth__block:before {
        display: none
    }

    .tenth__block .works__holder .right {
        padding-bottom: 40px
    }

    .tenth__block .works__holder .right:before {
        bottom: 20px
    }

    .tenth__block .works__holder .right .top {
        font-size: 12px;
        margin-bottom: 15px
    }

    .tenth__block .works__holder .right h4 {
        font-size: 22px;
        margin-bottom: 20px
    }

    .tenth__block .works__holder .right h6 {
        margin-bottom: 15px
    }

    .tenth__block .works__holder .right p {
        margin-bottom: 10px;
        word-break: break-word
    }

    .tenth__block .works__holder .right ul li,
    .tenth__block .works__holder .right ul li span {
        word-break: break-word
    }

    .tenth__block .works__holder .right .right__inner {
        max-height: 377px
    }

    .tenth__block .example__wrap {
        margin-bottom: 60px
    }

    .tenth__block .example__wrap .owl-dots {
        top: 340px
    }

    .tenth__block .slider__item .left img {
        height: 320px
    }

    .tenth__block .slider__item .left .slider-full {
        display: none
    }

    .tenth__block .slider__item .left .slider-small {
        display: block
    }

    .eleventh__block .warranty__wrap {
        overflow: hidden
    }

    .eleventh__block .warranty__wrap img {
        width: 100%;
        top: 350px;
        left: 70px
    }

    .eleventh__block .warranty__wrap .warranty__inner {
        padding: 45px 30px 300px
    }

    .eleventh__block .warranty__wrap .warranty__inner:before {
        width: 850px;
        height: 250px;
        left: -450px;
        top: 550px
    }

    .eleventh__block .warranty__wrap .warranty__inner .right {
        width: 100%
    }

    .eleventh__block .warranty__wrap .warranty__inner .right:before {
        width: 100px;
        height: 100px;
        right: 10px
    }

    .eleventh__block .warranty__wrap .warranty__inner .right h4 {
        font-size: 28px;
        margin-bottom: 20px
    }

    .eleventh__block .warranty__wrap .warranty__inner .right ul li {
        font-size: 18px;
        padding: 10px 0 10px 25px
    }

    .eleventh__block .warranty__wrap .warranty__inner .right ul li:first-child {
        width: 160px
    }

    .eleventh__block .warranty__wrap .warranty__inner .right ul li:nth-child(2) {
        width: 190px
    }

    .eleventh__block .warranty__wrap .warranty__inner .right ul li:nth-child(3) {
        width: 240px
    }

    .contacts__block .contacts__wrap {
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px)
    }

    .contacts__block .contacts__wrap .left {
        padding: 40px 30px
    }

    .contacts__block .contacts__wrap .left .top {
        font-size: 12px;
        margin-bottom: 15px
    }

    .contacts__block .contacts__wrap .left .contacts__title {
        font-size: 22px;
        margin-bottom: 30px
    }

    .contacts__block .contacts__wrap .left .contacts__title:after {
        margin-top: 15px
    }

    .contacts__block .contacts__wrap .left h6 {
        font-size: 22px
    }

    .contacts__block .contacts__wrap .right {
        height: 300px
    }

    footer {
        padding: 100px 0 25px
    }

    footer .popup__phones .popup__content {
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
        padding: 60px 20px
    }

    footer .popup__phones .popup__content .close__popup--phones {
        right: 20px;
        top: 20px
    }

    footer .popup__phones .popup__content h4 {
        font-size: 26px;
        margin-bottom: 15px
    }

    footer .popup__phones .popup__content p {
        font-size: 16px;
        margin-bottom: 15px
    }

    footer .popup__phones .popup__content form .wpcf7-form-control-wrap {
        display: block;
        width: 100%;
        margin-bottom: 20px
    }

    footer .popup__phones .popup__content form .wpcf7-form-control-wrap input {
        padding: 12px 0 12px 40px
    }

    footer .popup__phones .popup__content form .send__button {
        font-size: 10px;
        padding: 15px;
        width: 100%
    }

    footer .footer__wrap {
        padding: 0 30px 60px;
        border-bottom: 0
    }

    footer .footer__wrap .column h6 {
        font-size: 11px;
        margin-bottom: 15px;
        text-align: center
    }

    footer .footer__wrap .first__column .footer__logo {
        max-width: 160px;
        margin-bottom: 30px
    }

    footer .footer__wrap .first__column .payment__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    footer .footer__wrap .first__column .payment__block .image__block {
        width: 100%;
        margin-bottom: 0
    }

    footer .footer__wrap .first__column .payment__block .payment__logo {
        margin-bottom: 20px
    }

    footer .footer__wrap .second__column {
        width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 50px
    }

    footer .footer__wrap .second__column h6 {
        text-align: left
    }

    footer .footer__wrap .second__column nav ul li a {
        font-size: 14px
    }

    footer .footer__wrap .third__column {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    footer .footer__wrap .third__column .working__time {
        padding-left: 0;
        text-align: center
    }

    footer .footer__wrap .third__column .social {
        width: 100%;
        text-align: center
    }

    footer .footer__wrap .third__column .footer__phones .footer__desktop {
        display: none
    }

    footer .footer__wrap .third__column .footer__phones .footer__mobile {
        display: block
    }

    footer .footer__wrap .third__column .footer__phones .footer__mobile.footer__mobile--first {
        margin-bottom: 15px
    }

    footer .footer__wrap .fourth__column {
        margin-top: 30px
    }

    footer .footer__wrap .fourth__column form {
        margin-bottom: 60px
    }

    footer .footer__wrap .fourth__column form .wpcf7-form-control-wrap {
        width: 100%
    }

    footer .footer__wrap .fourth__column form .wpcf7-form-control-wrap.your-phone {
        margin-bottom: 10px
    }

    footer .footer__wrap .fourth__column form .send__form {
        width: 100%
    }

    footer .second__row {
        position: relative
    }

    footer .second__row:before {
        display: block;
        content: "";
        width: -webkit-calc(100% - 80px);
        width: calc(100% - 80px);
        height: 2px;
        background-color: #242728;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto
    }

    footer .second__row .col-md-12 {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    footer .second__row .copyright {
        margin-bottom: 0
    }

    footer .second__row .to__top {
        margin-bottom: 0;
        right: 35px;
        bottom: 10px;
        width: 40px;
        height: 40px;
        -webkit-background-size: 10px 10px;
        background-size: 10px
    }

    .popup__callback .popup__holder {
        padding: 10px
    }

    .popup__callback .popup__inner {
        height: -webkit-calc(100vh - 20px);
        height: calc(100vh - 20px);
        padding: 50px 15px
    }

    .popup__callback .popup__inner .close__popup--callback {
        top: 15px;
        right: 15px
    }

    .popup__callback .popup__inner .popup__description h4 {
        font-size: 28px
    }

    .popup__callback .popup__inner .popup__description .undertitle {
        font-size: 18px
    }

    .popup__callback .popup__inner .popup__description .popup__text {
        margin-bottom: 20px
    }

    .popup__callback .popup__inner .popup__more--button {
        padding: 15px 0;
        font-size: 10px
    }

    .oil__block {
        margin-bottom: 50px
    }

    .oil__block .popup__inner {
        height: auto;
        padding: 30px 15px 350px
    }

    .oil__block .popup__inner .close__popup--callback {
        top: 15px;
        right: 15px
    }

    .oil__block .popup__inner .popup__description h4 {
        font-size: 28px
    }

    .oil__block .popup__inner .popup__description .undertitle {
        font-size: 18px
    }

    .oil__block .popup__inner .popup__description .popup__text {
        margin-bottom: 20px
    }

    .oil__block .popup__inner .popup__description .phones {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .oil__block .popup__inner .popup__description .phones p {
        display: none
    }

    .oil__block .popup__inner .popup__description .phones .mobile__phone {
        display: block;
        font-weight: 700
    }

    .oil__block .popup__inner .popup__more--button {
        padding: 15px 0;
        font-size: 10px
    }

    .page__banner .main__slider .slider__item .slider__image img {
        max-height: 200px
    }

    .page__banner .main__slider .slider__item .silder__description {
        margin-bottom: 40px
    }

    .page__banner .main__slider .slider__item .silder__description .main__title {
        font-size: 22px
    }

    .page__banner .main__undertitle {
        padding-left: 0;
        font-size: 16px
    }

    .ninth__block--country .form__wrap {
        padding: 0;
        overflow: hidden
    }

    .ninth__block--country .form__wrap .left {
        padding: 50px 20px;
        margin-bottom: 0
    }

    .ninth__block--country .form__wrap .right img {
        max-height: 250px
    }

    .equipment__block .equipment__wrap .equipment__slider {
        height: 850px;
        overflow: hidden
    }

    .equipment__block .equipment__wrap .equipment__slider .sp-slide {
        padding-top: 50px
    }

    .equipment__block .equipment__wrap .equipment__slider .sp-thumbnails-container {
        display: none
    }

    .equipment__block .equipment__wrap .equipment__slider .sp-next-arrow,
    .equipment__block .equipment__wrap .equipment__slider .sp-previous-arrow {
        width: 30px;
        height: 60px;
        top: -230px
    }

    .equipment__block .equipment__wrap .equipment__description {
        padding: 40px 20px;
        height: 600px
    }

    .equipment__block .equipment__wrap .equipment__description .top {
        position: absolute;
        top: 20px
    }

    .waiting__block {
        padding: 50px 0
    }

    .waiting__block .waiting__inner {
        padding-top: 50px
    }

    .waiting__block .waiting__inner .left .top {
        font-size: 14px;
        position: absolute;
        margin-bottom: 0;
        top: -400px
    }

    .waiting__block .waiting__inner .left h4 {
        font-size: 24px
    }

    .waiting__block .waiting__inner .left h6 {
        font-size: 18px
    }

    .waiting__block .waiting__inner .left ul li {
        font-size: 16px;
        margin-bottom: 10px
    }

    .oportunities__block {
        padding: 50px 0
    }

    .oportunities__block .oportunities__inner .oportunitie__item:before {
        height: 300px;
        left: -570px
    }

    .oportunities__block .oportunities__inner .oportunitie__item .fix__button {
        margin-bottom: 100px
    }

    .blog__block {
        padding: 50px 0
    }

    .blog__block:before {
        top: 400px;
        height: 300px;
        right: -900px
    }

    .blog__block .blog__wrap {
        display: none
    }

    .blog__block #blog__mobile {
        display: block
    }

    .blog__block .blog__item .blog__description {
        padding: 30px 20px 70px
    }

    .blog__block .blog__item .blog__description .blog__button {
        left: 20px;
        bottom: 30px;
        font-size: 12px;
        padding: 15px 0
    }

    .contacts__block--country .contacts__wrap .contatcs__content {
        margin-bottom: 30px
    }

    .contacts__block--country .contacts__wrap .another__city--button {
        position: static
    }

    .page-template-removal-and-installation .third__block {
        padding: 50px 0
    }

    .page-template-removal-and-installation .fifth__block {
        padding-top: 60px
    }

    .page-template-removal-and-installation .ninth__block--country {
        padding: 50px 0
    }

    .page-template-removal-and-installation .third__block .services__wrap .service__item:last-child,
    .page-template-removal-and-installation .third__block .services__wrap .service__item:nth-last-child(2) {
        display: none
    }

    .page-template-diagnostika .third__block .services__wrap .service__item:first-child .left img {
        position: relative;
        top: 0;
        left: -30px;
        max-height: 250px;
        width: auto
    }

    .page-template-diagnostika .page__banner {
        padding: 40px 0 0
    }

    .page-template-diagnostika .page__banner .main__slider .slider__item .slider__image img {
        max-height: 300px;
        right: -25px;
        top: 0
    }

    .reasons .reason__item {
        width: 100%
    }

    .reasons .reasons__wrap {
        display: none
    }

    .reasons #reasons__wrap {
        display: block
    }

    .reasons #reasons__wrap .reason__item {
        padding: 50px
    }

    .page-template-prices .page__banner .main__slider .slider__item .slider__image img {
        right: 0
    }

    .page-template-inline-pump-fixes .ninth__block,
    .page-template-prices .ninth__block {
        padding-top: 0
    }

    .page-template-actuator-repair .actuator__item,
    .page-template-page-clapan .actuator__item,
    .page-template-serv-repair .actuator__item,
    .page-template-tnvd-repair .actuator__item {
        margin-bottom: 50px
    }

    .page-template-actuator-repair .actuator__item .left h4,
    .page-template-page-clapan .actuator__item .left h4,
    .page-template-serv-repair .actuator__item .left h4,
    .page-template-tnvd-repair .actuator__item .left h4 {
        font-size: 24px
    }

    .page-template-actuator-repair .actuator__item .left p,
    .page-template-actuator-repair .actuator__item .left ul li,
    .page-template-page-clapan .actuator__item .left p,
    .page-template-page-clapan .actuator__item .left ul li,
    .page-template-serv-repair .actuator__item .left p,
    .page-template-serv-repair .actuator__item .left ul li,
    .page-template-tnvd-repair .actuator__item .left p,
    .page-template-tnvd-repair .actuator__item .left ul li {
        font-size: 15px
    }

    .page-template-serv-repair .seventh__block .partner__item:last-child {
        width: 49% !important;
        margin-bottom: 10px
    }

    .social__block {
        padding-bottom: 60px
    }

    .social__block .social__wrap {
        padding: 40px 0 200px
    }

    .social__block .social__wrap:before {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto
    }

    .social__block .social__inner .social__descr h4 {
        font-size: 26px
    }

    .third__block--single .services__wrap .service__item:before {
        left: -600px
    }

    .result__wrap {
        padding: 60px 0
    }

    .result__wrap .result__slider .sp-thumbnails-container {
        bottom: -10px
    }

    .result__wrap .result__slider .sp-thumbnail-container {
        width: 60px !important;
        height: 60px !important
    }

    .result__wrap .result__slider .sp-previous-arrow {
        width: 20px;
        height: 40px;
        left: 15px
    }

    .result__wrap .result__slider .sp-next-arrow {
        width: 20px;
        height: 40px;
        right: 15px
    }

    .marks {
        padding-bottom: 0
    }

    .marks .marks__wrap .left {
        display: none
    }

    .marks .marks__wrap .right h4 {
        font-size: 26px;
        margin-bottom: 20px
    }

    .marks .marks__wrap .right h6 {
        font-size: 18px
    }

    .marks .marks__wrap .right p,
    .marks .marks__wrap .right ul li {
        font-size: 15px
    }

    .page__inner .gallery__content .gallery__slider {
        width: 100%
    }

    .page__inner .gallery__content .gallery__slider .blur__top {
        padding: 20px
    }

    .page__inner .gallery__content .gallery__slider .blur__top h4 {
        font-size: 16px
    }

    .page__inner .gallery__content .gallery__slider .slider-pro {
        height: 330px
    }

    .page__inner .gallery__content .gallery__slider .slider-pro .sp-thumbnails-container {
        bottom: 90px
    }

    .page__inner .gallery__content .gallery__slider .slider-pro .sp-thumbnails-container .sp-thumbnails {
        height: 50px !important
    }

    .page__inner .gallery__content .gallery__slider .slider-pro .sp-thumbnails-container .sp-thumbnail-container {
        width: 50px !important;
        height: 50px !important
    }

    .page__inner .gallery__content .gallery__slider .slider-pro .sp-arrows {
        bottom: 60px !important
    }

    .page__inner .gallery__content .gallery__slider .slider-pro .sp-previous-arrow {
        left: 20px
    }

    .page__inner .gallery__content .gallery__slider .slider-pro .sp-next-arrow {
        right: 20px
    }

    .delivery__inner .second__block {
        padding: 60px 0 20px
    }

    .delivery__inner .second__block .advantages__wrap {
        margin-bottom: 0
    }

    .delivery__inner .second__block .advantages__wrap .advantage__item {
        width: 100%
    }

    .delivery__inner .delivery__description {
        padding: 50px 0 60px
    }

    .delivery__inner .delivery__description p {
        font-size: 16px
    }

    .delivery__inner .delivery__companies {
        padding: 50px 0
    }

    .delivery__inner .delivery__companies .companies__logo {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .delivery__inner .delivery__companies .companies__logo .company__logo {
        width: 100%;
        margin-bottom: 15px
    }

    .delivery__inner .delivery__companies .companies__logo .company__logo:last-child {
        margin-bottom: 0
    }

    .delivery__inner .delivery__card:after,
    .delivery__inner .delivery__card:before {
        width: 130px;
        height: 40px
    }

    .delivery__inner .delivery__card:before {
        left: -40px
    }

    .delivery__inner .delivery__card:after {
        right: -40px
    }

    .delivery__inner .delivery__card table tr th {
        font-size: 13px;
        text-align: center
    }

    .delivery__inner .delivery__card table tr th:first-child {
        padding-left: 10px
    }

    .delivery__inner .delivery__card table tr td {
        font-size: 13px;
        text-align: center
    }

    .delivery__inner .delivery__card table tr td:first-child {
        padding-left: 10px
    }

    .delivery__inner .delivery__card .bottom {
        font-size: 12px
    }

    .delivery__inner .payment__variants {
        padding: 50px 0
    }

    .delivery__inner .payment__variants .payment__logos .payment__logo {
        width: 100%;
        margin-bottom: 20px;
        padding: 20px 0
    }

    .delivery__inner .payment__variants .payment__logos .payment__logo:last-child {
        margin-bottom: 0
    }

    .delivery__inner .steps__block {
        padding-bottom: 50px
    }

    .delivery__inner .steps__block .block__title {
        margin-bottom: 60px
    }

    .delivery__inner .steps__block .steps__wrap .steps__inner {
        padding: 50px 15px
    }

    .delivery__inner .steps__block .steps__wrap .steps__inner:after {
        display: none
    }

    .delivery__inner .steps__block .steps__steps .step {
        width: 100%;
        margin-right: 0 !important
    }

    .delivery__inner .steps__block .steps__steps .step:after {
        display: none !important
    }

    .reviews__inner .reviews__holder .review__item .left {
        padding: 30px 15px
    }

    .reviews__inner .reviews__holder .review__item .left .rev__title {
        font-size: 24px;
        margin-bottom: 24px
    }

    .reviews__inner .reviews__holder .review__item .left .repair__type {
        font-size: 16px;
        margin-bottom: 20px
    }

    .about__inner {
        padding: 60px 0 0
    }

    .about__inner .about__content .about__content--inner .right {
        padding: 30px 15px
    }

    .about__inner .about__content .about__content--inner .right:after {
        height: 300px;
        right: -600px;
        bottom: -100px
    }

    .about__inner .about__content .about__content--inner .right h4 {
        font-size: 22px
    }

    .about__inner .about__content .about__content--inner .right ul li {
        font-size: 16px
    }

    .about__inner .about__mission {
        padding: 50px 0 0
    }

    .about__inner .about__mission .mission__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .about__inner .about__mission .mission__inner .left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
        text-align: center
    }

    .about__inner .about__mission .mission__inner .left img {
        max-width: 150px
    }

    .about__inner .about__mission .mission__inner .right {
        width: 100%
    }

    .about__inner .about__sertificates {
        padding: 40px 0 10px
    }

    .about__inner .about__sertificates .sert__inner .sert__item {
        padding: 15px
    }

    .offers__inner .offers__sales .warranty__wrap .right {
        background-color: transparent
    }

    .offers__inner .offers__sales .warranty__wrap img {
        top: 450px
    }

    .offers__inner .offer__stock .form__wrap .right {
        -webkit-background-size: 350px 350px;
        background-size: 350px
    }

    .team__inner .team__members--wrap {
        padding-bottom: 30px
    }

    .team__inner .team__members--wrap .team__tabs--items li {
        margin-right: 10px;
        font-size: 12px;
        padding: 15px 0
    }

    .team__inner .team__members--wrap .team__members {
        display: none !important
    }

    .team__inner .team__members--wrap .team__members .team__item {
        width: 100%;
        margin-right: 0 !important
    }

    .team__inner .team__members--wrap .team__members--slider {
        display: block
    }

    .team__inner .team__members--wrap .team__members--slider .team__item {
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .team__inner .team__advantages .advantages__wrap {
        display: none
    }

    .team__inner .team__advantages .advantages__wrap .advantage__item {
        width: 100%
    }

    .team__inner .team__advantages #advantages {
        display: block
    }

    .team__inner .team__form {
        padding: 50px 0 10px
    }

    .team__inner .team__form .left {
        padding: 50px 15px 0
    }

    .team__inner .team__form .right {
        height: 250px
    }

    .team__inner .team__form .right img {
        height: 100%;
        max-width: 100%;
        bottom: -30px
    }

    .sertificates__inner .about__sertificates {
        padding-top: 0
    }

    .sertificates__inner .second__block .advantages__wrap .advantage__item {
        width: 100%
    }

    .contacts__inner {
        padding-bottom: 0
    }

    .contacts__inner .contact__card .card__inner:after {
        height: 300px;
        top: -200px;
        right: -600px
    }

    .contacts__inner .contact__card .card__inner:before {
        height: 300px;
        left: -600px
    }

    .contacts__inner .contact__card .card__inner .left {
        padding: 30px 20px
    }

    .contacts__inner .contact__card .card__inner .left .contact__column {
        width: 100%;
        text-align: center
    }

    .contacts__inner .contact__card .card__inner .left .contact__column .top__icon {
        margin: 0 auto;
        margin-bottom: 30px
    }

    .contacts__inner .contact__card .card__inner .left .contact__column .kievstar,
    .contacts__inner .contact__card .card__inner .left .contact__column .lifecell,
    .contacts__inner .contact__card .card__inner .left .contact__column .vodafone {
        width: 160px;
        margin: 0 auto;
        margin-bottom: 15px
    }

    .contacts__inner .contact__card .card__inner .right img {
        max-width: 100%
    }

    .contacts__inner .hotline {
        padding-bottom: 10px
    }

    .partnership__inner .partnership__description .partnership__descr--inner .right {
        padding: 30px 20px
    }

    .partnership__inner .partnership__description .partnership__descr--inner .right .right__content {
        padding-left: 0;
        padding-top: 75px
    }

    .partnership__inner .partnership__description .partnership__descr--inner .right h4 {
        font-size: 22px
    }

    .partnership__inner .partnership__description .partnership__descr--inner .right p {
        margin-bottom: 20px
    }

    .partnership__inner .calltoaction__bottom .action__banner .action__inner .left__image {
        display: none
    }

    .partnership__inner .calltoaction__bottom .action__banner .action__inner .right {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px
    }

    .partnership__inner .calltoaction__bottom .action__banner .action__inner .right h4 {
        margin-right: 0;
        margin-bottom: 20px;
        text-align: center
    }

    .faq__wrap .faq__acc .faq__title {
        font-size: 18px;
        padding: 30px 50px 30px 20px
    }

    .faq__wrap .faq__acc .faq__title:after {
        width: 25px;
        height: 10px;
        right: 20px
    }

    .clients__inner .partnership__description .partnership__descr--inner .right {
        padding: 30px 20px
    }

    .clients__inner .partnership__description .partnership__descr--inner .right .right__content {
        padding-left: 0
    }

    .clients__inner .partnership__description .partnership__descr--inner .right h4 {
        font-size: 22px
    }

    .clients__inner .partnership__description .partnership__descr--inner .right p {
        margin-bottom: 20px
    }

    .equipment__inner .our__opps {
        padding: 50px 0
    }

    .equipment__inner .our__opps .opps__inner .opps__item {
        width: 100%;
        margin-right: 0 !important
    }

    .review__inner .review__content .review__image--holder {
        margin-bottom: 30px
    }

    .review__inner .review__content .review__text {
        margin-bottom: 50px
    }

    .review__inner .review__content .review__text h6 {
        font-size: 22px;
        margin-bottom: 20px
    }

    .review__inner .review__content .review__text p {
        font-size: 16px;
        margin-bottom: 25px
    }

    .review__inner .client__comment {
        padding: 50px 0
    }

    .review__inner .client__comment .comment__content p {
        font-size: 18px
    }

    .review__inner .client__comment .comment__content .review__navigation {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px 0
    }

    .review__inner .client__comment .comment__content .review__navigation a:first-child {
        margin-right: 0;
        margin-bottom: 15px
    }

    .review__inner .reviews__inner {
        padding: 50px 0
    }

    .single__inner .single__content .single__thumb {
        margin-bottom: 30px
    }

    .single__inner .single__content .content__text {
        margin-bottom: 50px
    }

    .single__inner .single__content .content__text h4 {
        font-size: 24px;
        margin-bottom: 30px
    }

    .single__inner .single__content .content__text h6 {
        font-size: 22px;
        margin-bottom: 20px
    }

    .single__inner .single__content .content__text p {
        font-size: 16px;
        margin-bottom: 25px
    }

    .single__inner .single__content .content__text ol li,
    .single__inner .single__content .content__text ul li {
        font-size: 16px
    }

    .single__inner .single__content .content__text .review__navigation {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px 0
    }

    .single__inner .single__content .content__text .review__navigation a:first-child {
        margin-right: 0;
        margin-bottom: 15px
    }

    .adresses__inner .contact__card .card__inner .left .contact__column .time {
        width: 200px;
        margin: 0 auto;
        margin-bottom: 20px
    }

    .adresses__inner .contact__card .card__inner .left .contact__column .phone {
        width: 200px;
        margin: 0 auto
    }

    .adresses__inner .adresses__map {
        padding: 50px 0
    }

    .adresses__inner .adresses__map .map__wrap {
        height: 350px
    }

    .catalog1 .steps__turbine .steps__turbine--holder {
        padding: 30px 15px
    }

    .catalog1 .steps__turbine .steps__turbine--holder .step {
        width: 100%
    }

    .catalog1 .steps__turbine .steps__turbine--holder .step:last-child {
        margin-bottom: 0
    }

    .catalog1 .form__search .form__wrap form .search__submit {
        width: 75px;
        background-position: 50%;
        text-indent: -1000px;
        overflow: hidden
    }

    .catalog1 .catalog__logos h4 {
        font-size: 20px
    }

    .catalog1 .catalog__logos .logos__holder {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .catalog1 .catalog__logos .logos__holder .logo__item {
        width: 32%;
        margin-right: 0 !important;
        padding: 10px 0
    }

    .catalog1 .second__block {
        padding-bottom: 0
    }

    .catalog1 .second__block .advantages__wrap {
        margin-bottom: 0
    }

    .catalog1 .second__block .advantages__wrap .advantage__item {
        width: 100%
    }

    .catalog1 .ninth__block--country {
        padding: 50px 0
    }

    .catalog1 .eleventh__block {
        padding-top: 0
    }

    .fix__turbine {
        padding: 50px 0
    }

    .fix__turbine:before {
        width: 800px;
        height: 300px
    }

    .fix__turbine .turbine__holder .right p {
        font-size: 16px
    }

    .fix__turbine .turbine__holder .right ul {
        padding-left: 30px
    }

    .fix__turbine .turbine__holder .right ul li {
        font-size: 16px
    }

    .fix__turbine .turbine__holder .right ul li:before {
        left: -30px
    }

    .just__cars .cars__inner .cars__item {
        width: 49%;
        padding: 30px 10px
    }

    .turbines__items .turbine__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px 15px
    }

    .turbines__items .turbine__item:before {
        right: -600px;
        top: -150px
    }

    .turbines__items .turbine__item .left {
        width: 100%;
        margin-right: 0;
        padding-right: 0;
        border-right: 0;
        position: relative;
        z-index: 10;
        margin-bottom: 30px
    }

    .turbines__items .turbine__item .left img {
        max-width: 250px
    }

    .turbines__items .turbine__item .right {
        width: 100%
    }

    .turbines__items .turbine__item .right h4 {
        font-size: 22px
    }

    .turbines__items .turbine__item .right .turbine__columns ul:first-child {
        margin-right: 30px
    }

    .turbines__items .turbine__item .right .turbine__columns ul li {
        font-size: 14px
    }

    .turbines__items .turbine__item .right .bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .turbines__items .turbine__item .right .bottom .price {
        margin-right: 0;
        margin-bottom: 20px
    }

    .single-catalog .page__title {
        display: none
    }

    .single-catalog .car__logo {
        display: block
    }

    .single-catalog .catalog1 {
        padding-top: 30px
    }

    .single__turbine--block {
        margin-bottom: 40px
    }

    .single__turbine--block .single__turbine--holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .single__turbine--block .single__turbine--holder .left {
        margin-bottom: 0
    }

    .single__turbine--block .single__turbine--holder .left .top__image {
        display: none
    }

    .single__turbine--block .single__turbine--holder .left .bottom__banner .bottom__banner--inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 30px 15px
    }

    .single__turbine--block .single__turbine--holder .left .bottom__banner .bottom__banner--inner:before {
        left: -190px;
        top: 310px;
        width: 480px
    }

    .single__turbine--block .single__turbine--holder .left .bottom__banner .bottom__banner--inner .left__image {
        width: 100%;
        text-align: center
    }

    .single__turbine--block .single__turbine--holder .left .bottom__banner .bottom__banner--inner .right__description {
        width: 100%;
        margin-bottom: 20px
    }

    .single__turbine--block .single__turbine--holder .left .bottom__banner .bottom__banner--inner .right__description h4,
    .single__turbine--block .single__turbine--holder .left .bottom__banner .bottom__banner--inner .right__description p {
        text-align: center
    }

    .single__turbine--block .single__turbine--holder .right {
        margin-bottom: 20px
    }

    .single__turbine--block .single__turbine--holder .right .top__card {
        padding: 50px 20px
    }

    .single__turbine--block .single__turbine--holder .right .top__card .top,
    .single__turbine--block .single__turbine--holder .right .top__card h1 {
        text-align: center
    }

    .single__turbine--block .single__turbine--holder .right .top__card .card__bottom .new__post,
    .single__turbine--block .single__turbine--holder .right .top__card .card__bottom .price {
        margin-right: 0;
        margin-bottom: 15px
    }

    .single__turbine--block .single__turbine--holder .right .top__card .card__bottom .availability,
    .single__turbine--block .single__turbine--holder .right .top__card .card__bottom .aviability__top {
        display: none
    }

    .single__turbine--block .single__turbine--holder .right .top__card .card__bottom .availability__mobile {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .single__turbine--block .single__turbine--holder .right .bottom__tabs .turbine__tabs--list {
        padding: 15px
    }

    .single__turbine--block .single__turbine--holder .right .bottom__tabs .turbine__tabs--list li {
        font-size: 18px
    }

    .single__turbine--block .single__turbine--holder .right .bottom__tabs .turbine__tabs--list li.current:after {
        bottom: -16px
    }

    .single__turbine--block .single__turbine--holder .right .bottom__tabs .turbine__tabs--content table tr td {
        font-size: 14px
    }

    .single__turbine--block .single__turbine--holder .right .bottom__tabs .turbine__tabs--content table tr td:first-child {
        padding-left: 10px
    }

    .single__turbine--block .single__turbine--holder .right .bottom__tabs .turbine__tabs--content table tr td:last-child {
        padding-right: 10px
    }

    .single__turbine--block .single__turbine--holder .right .bottom__tabs .turbine__tabs--content .description {
        padding: 0 15px;
        padding-bottom: 30px
    }

    .single__turbine--block .single__turbine--holder .right .bottom__tabs .turbine__tabs--content .bottom__phones .phones {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .single__turbine--block .single__turbine--holder .right .bottom__tabs .turbine__tabs--content .bottom__phones .phones p {
        display: none
    }

    .single__turbine--block .single__turbine--holder .right .bottom__tabs .turbine__tabs--content .bottom__phones .phones .mobile__phone {
        display: block;
        font-weight: 700;
        width: 200px;
        margin: 0 auto;
        margin-bottom: 10px
    }

    .single__turbine--block .single__turbine--holder .right .bottom__tabs .turbine__tabs--content .bottom__phones .phones .mobile__phone:last-child {
        margin-bottom: 0
    }

    .single__turbine--block .single__turbine--holder .right .mobile__order {
        display: block
    }

    .just__cars .cars__inner {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .just__cars .cars__inner .cars__item {
        margin-right: 0 !important
    }

    .page-template-team .page__banner .main__slider .slider__item .slider__image img {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        max-height: 100%
    }

    .page-template-team .about__inner .about__mission .mission__inner .left {
        text-align: center
    }

    .page-template-team .about__inner .about__mission .mission__inner .left img {
        max-width: 120px
    }

    .page-template-team .about__inner .about__mission .mission__inner .right .top {
        text-align: center
    }

    .page-template-actuator-repair .third__block {
        padding-top: 50px
    }

    .page-template-inline-pump-fixes .seventh__block .partner__item:nth-child(3) {
        margin-bottom: 0
    }

    .page-template-inline-pump-fixes .seventh__block .partner__item:last-child {
        width: 49% !important
    }

    .single-cities .contacts__block .contacts__wrap .left {
        padding: 40px 30px
    }

    .single-cities .second__block {
        padding-bottom: 40px
    }

    .single-cities .second__block .advantage__video--wrap {
        margin-bottom: 40px
    }

    .single-catalog .turbines__items {
        padding-bottom: 50px
    }

    .catalog1 {
        padding-top: 30px
    }

    .steps__turbine--holder {
        display: none !important
    }

    .home .third__block .services__wrap .service__item:last-child,
    .home .third__block .services__wrap .service__item:nth-last-child(2),
    .single-cities .third__block .services__wrap .service__item:last-child,
    .single-cities .third__block .services__wrap .service__item:nth-last-child(2) {
        display: none
    }

    .page-template-diagnostika .ninth__block,
    .page-template-inline-pump-fixes .reasons,
    .page-template-tnvd-repair .reasons,
    .single-cities .ninth__block--country {
        padding-top: 0
    }

    .page-template-diagnostika .reasons {
        padding-top: 30px;
        padding-bottom: 50px
    }

    .page-template-diagnostika .equipment__block {
        padding-top: 0
    }

    .page-template-pump-force-repair .marks {
        padding: 30px 0
    }

    .page-template-pump-force-repair .page__banner .main__slider .slider__item .slider__image img {
        max-height: 100% !important
    }

    .page-template-pump-force-repair .third__block {
        padding-bottom: 0
    }

    .page-template-pump-force-repair .seventh__block .partner__item:last-child {
        width: 49% !important;
        margin-bottom: 10px
    }

    .page-template-tnvd-repair .page__banner .main__slider .slider__item .slider__image {
        text-align: center
    }

    .page-template-tnvd-repair .page__banner .main__slider .slider__item .slider__image img {
        max-height: 100%
    }

    .page-template-tnvd-repair .second__block {
        padding-top: 0
    }

    .page-template-remont-generatorov .seventh__block .partner__item:last-child,
    .page-template-starter-fixes .seventh__block .partner__item:last-child {
        width: 49% !important;
        margin-bottom: 10px
    }

    .page-template-remont-generatorov .oportunities__block #opportunities__slider .oportunitie__item,
    .page-template-starter-fixes .oportunities__block #opportunities__slider .oportunitie__item {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .page-template-remont-generatorov .marks,
    .page-template-starter-fixes .marks {
        padding-bottom: 30px
    }

    .page-template-remont-generatorov .ninth__block,
    .page-template-starter-fixes .ninth__block {
        padding-top: 60px;
        padding-bottom: 0
    }

    .page-template-remont-generatorov .second__block,
    .page-template-starter-fixes .second__block {
        padding-bottom: 0
    }

    .popup__catalog--holder .popup__inner {
        padding: 40px 20px
    }

    .popup__catalog--holder .popup__inner .close__catalog--popup {
        top: 20px;
        right: 20px
    }

    .popup__catalog--holder .popup__inner .left {
        width: 100%
    }

    .popup__catalog--holder .popup__inner .left h4 {
        font-size: 28px
    }

    .popup__catalog--holder .popup__inner .left p {
        font-size: 17px
    }

    .popup__catalog--holder .popup__inner .right img {
        max-height: 240px;
        margin: 0 auto
    }

    .header__top--banner--catalog {
        top: unset;
        bottom: 0
    }

    .page-template-remont-generatorov .page__banner .main__slider .slider__item .slider__image img,
    .page-template-starter-fixes .page__banner .main__slider .slider__item .slider__image img {
        max-height: 200px
    }

    .ninth__block--gen--start .form__wrap:after {
        display: block;
        content: "";
        width: 850px;
        height: 250px;
        left: -450px;
        top: 500px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border-radius: 200px;
        background-color: #eaf1f5;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .ninth__block--gen--start .form__wrap .left {
        background: transparent
    }

    .ninth__block--gen--start .form__wrap .right {
        padding-bottom: 40px
    }

    .ninth__block--gen--start .form__wrap .right img {
        max-width: 80%
    }

    .page-template-pump-force-repair .eleventh__block .warranty__wrap img,
    .page-template-tnvd-repair .eleventh__block .warranty__wrap img {
        top: unset;
        bottom: 20px;
        width: 100%;
        left: 0
    }
}

@media (max-width:350px) {
    header #mobile__search {
        width: 220px
    }

    header .mobile__logo--search .tablet__logotype {
        margin-right: 10px
    }

    .first__block {
        height: -webkit-calc(95vh - 51px);
        height: calc(95vh - 51px)
    }

    .first__block .main__slider .owl-item:nth-child(4) .slider__item .slider__image img {
        max-height: 100px
    }

    .first__block .main__slider .owl-item:nth-child(5) .slider__item .slider__image {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    .first__block .main__slider .owl-item:last-child .slider__item .slider__image {
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    .first__block .main__slider .slider__item {
        height: -webkit-calc(95vh - 51px);
        height: calc(95vh - 51px)
    }

    .first__block .main__slider .slider__item .silder__description {
        margin-bottom: 30px
    }

    .first__block .main__slider .slider__item .slider__image img {
        max-height: 150px
    }

    .fourth__block .price__inner .block__description .phones,
    .ninth__block .form__wrap .left .phones {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .page__banner .breadcrumbs {
        margin-bottom: 15px
    }

    .page__banner .main__slider .slider__item .silder__description .main__title {
        font-size: 18px;
        margin-bottom: 15px
    }

    .page__banner .main__slider .slider__item .silder__description .main__undertitle {
        font-size: 14px;
        margin-bottom: 15px
    }

    .equipment__block .equipment__wrap .equipment__slider {
        height: 210px
    }

    .oportunities__block .oportunities__inner .oportunitie__item:before {
        left: -620px
    }

    .page__inner .gallery__content .gallery__slider .slider-pro {
        height: 290px
    }

    .ninth__block--gen--start .form__wrap:after {
        width: 850px;
        left: -480px
    }
}

.page-template-starter-fixes .contacts__block--country .contacts__wrap .another__city--button {
    position: static
}

.page-template-remont-generatorov .contacts__block--country .contacts__wrap .another__city--button {
    position: static
}

.remont-turbin-vo-lvove .page__banner--image {
    display: none
}

.remont-turbin-vo-lvove .page__banner--slider {
    display: block !important
}

.postid-7102 header nav {
    margin-right: 10px
}

.remont-turbin-v-ivano-frankovske .header__top--banner.show__block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.contacts__block .contacts__wrap .right img {
    object-position: left center
}

.home .first__block .owl-carousel.owl-drag .owl-item:nth-child(9) img {
    margin-top: 100px
}

.remontua .first__block .owl-carousel.owl-drag .owl-item:nth-child(11) img {
    margin-top: 100px
}

@media (max-width:500px) {
    header .mobile__menu nav ul li.menu-item-7165:before {
        background: transparent url(../../../themes/wp-framework/img/auto_ic2.png) 50% no-repeat;
        -webkit-background-size: contain;
        background-size: contain
    }

    .home .first__block .owl-carousel.owl-drag .owl-item:nth-child(9) img {
        margin-top: 0
    }

    .remontua .first__block .owl-carousel.owl-drag .owl-item:nth-child(11) img {
        margin-top: 0
    }
}

.header__top--banner.show__block {
    display: flex;
    overflow: visible;
    background: #2b94de;
    color: white;
    background-size: cover;
    background-position: center
}

.header__top--banner .left:before {
    width: 190px;
    height: 74px;
    transform: none;
    top: -23px;
    display: none;
    border-radius: 0;
    background: url(../../../themes/wp-framework/img/filter_modal_bg_1.png) no-repeat top -60px center
}

@media screen and (max-width:500px) {
    .header__top--banner .left:before {
        content: none !important
    }
}

@media screen and (max-width:1500px) {
    .header__top--banner .left:before {
        height: 140px;
        width: 213px
    }
}

@media screen and (min-width:1201px) and (max-width:1500px) {
    .header__top--banner {
        padding: 13px 220px 13px 320px
    }
}

.header__top--banner .close__banner--top {
    background-image: url(../../../themes/wp-framework/img/close-popup-white.png);
    width: 30px;
    height: 30px;
    background-size: 15px
}

.header__top--banner .banner__top--button {
    background-color: #fff !important;
    color: #2b94de !important
}

footer .popup__phones .popup__content form .send__button {
    background-color: #2b94de;
    color: #fff
}

footer .popup__phones .popup__content {
    background-image: url(../../../themes/wp-framework/img/triangle_popup_bg.png);
    background-color: white;
    background-size: cover;
    background-position: center
}

footer .popup__phones .popup__content form .wpcf7-form-control-wrap input:focus {
    border-color: #2b94de
}

footer .popup__phones .popup__content .thankyou__from h4:before {
    background-image: url(../../../themes/wp-framework/img/check-ty-green.jpg)
}

@media screen and (min-width:1501px) {
    .first__block {
        padding-top: 60px;
        padding-bottom: 10px
    }
}

@media screen and (max-width:990px) {
    .first__block {
        padding-top: 40px
    }
}

@media screen and (min-width:351px) and (max-width:990px) {
    .first__block .main__slider .slider__item .silder__description {
        margin-bottom: 40px
    }
}

@media screen and (min-width:1201px) {
    .first__block .main__slider .slider__item .silder__description .main__title {
        font-size: 42px;
        margin-bottom: 30px
    }
}

.first__block .main__undertitle--page {
    font-size: 20px;
    margin-bottom: 30px;
    color: #010101
}

.first__block .main__slider .slider__item .silder__description .consult__button {
    background-color: #2b94de;
    color: white
}

.first__block .main__slider .slider__item .silder__description .consult__button:hover {
    background: rgba(43, 148, 222, .4)
}

.first__block .main__slider .owl-dots button.active {
    background-color: #2b94de;
    -webkit-box-shadow: 0 5px 10px 0 rgba(43, 148, 222, .4);
    box-shadow: 0 5px 10px 0 rgba(43, 148, 222, .4)
}

.block__title:after {
    background-color: #2b94de
}

.second__block .block__title {
    max-width: 635px;
    margin-left: auto;
    margin-right: auto
}

.second__block .advantages__wrap {
    margin-bottom: 0
}

.second__block .advantage__item .top__icon {
    background-color: #2b94de;
    width: 80px;
    height: 80px;
    margin-bottom: 35px
}

.second__block .advantage__item .top__icon:after {
    background: rgba(43, 148, 222, .4)
}

.second__block .advantage__item:hover .top__icon:after {
    animation: pulse-green .5s forwards
}

.second__block .advantage__item h4 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700
}

.second__block .advantage__item p {
    font-weight: 500
}

.second__block .advantage__video--wrap:after,
.second__block .advantage__video--wrap:before {
    width: 199px;
    height: 197px;
    border: none;
    transform: none;
    background: url(../../../themes/wp-framework/img/video_bg.png) no-repeat center center
}

.second__block .advantage__video--wrap:before {
    top: -60px
}

.second__block .advantage__video--wrap:after {
    bottom: -90px
}

.second__block #advantages .owl-dots button.active {
    background-color: #2b94de;
    -webkit-box-shadow: 0 5px 10px 0 rgba(43, 148, 222, .4);
    box-shadow: 0 5px 10px 0 rgba(43, 148, 222, .4)
}

.third__block .services__wrap .service__item:before {
    content: none !important
}

.third__block .services__wrap .service__item {
    align-items: normal;
    background: url(../../../themes/wp-framework/img/product_blue_bg.png) no-repeat left -1px
}

.third__block .services__wrap .service__item:hover {
    background-image: url(../../../themes/wp-framework/img/product_blue_active_bg.png)
}

.third__block .services__wrap .service__item .right .service__button {
    border-color: #2b94de
}

.third__block .services__wrap .service__item .right .service__button:hover {
    background-color: #2b94de
}

.third__block .services__wrap .service__item:hover:before {
    background-color: #2b94de
}

.fourth__block {
    padding-bottom: 0;
    z-index: 2;
    position: relative
}

.fourth__block .price__block {
    margin-bottom: -90px
}

.fourth__block .price__inner .block__description .phones .kievstar {
    background-image: url(../../../themes/wp-framework/img/kievstar-blue.png)
}

.fourth__block .price__inner .block__description .phones .vodafone {
    background-image: url(../../../themes/wp-framework/img/vodafon-blue.png)
}

.fourth__block .price__inner {
    background: url(../../../themes/wp-framework/img/when_clear_bg_2.png) no-repeat center center #fff
}

.fourth__block .price__inner:before,
.fourth__block .price__inner:after {
    content: none !important
}

.eleventh__block .warranty__wrap .right:before {
    content: none !important
}

.eleventh__block .warranty__wrap .right ul li {
    width: auto !important;
    padding-right: 20px !important
}

.eleventh__block {
    background-color: white;
    padding: 240px 0 0;
    z-index: 1;
    position: relative
}

.eleventh__block .warranty__wrap {
    max-width: 100%;
    border: 1px solid #dce5ea;
    margin-bottom: 90px
}

@media screen and (min-width:992px) {
    .eleventh__block .warranty__wrap {
        margin-bottom: -25px
    }
}

.eleventh__block .warranty__wrap .warranty__inner {
    background: url(../../../themes/wp-framework/img/when_clear_bg.png) no-repeat bottom -100px center #fff
}

.eleventh__block .warranty__wrap .left,
.eleventh__block .warranty__wrap .right {
    background: none
}

.eleventh__block .warranty__wrap .warranty__inner:after,
.eleventh__block .warranty__wrap .warranty__inner:before {
    content: none !important
}

.eleventh__block .warranty__wrap .right ul li {
    background: -webkit-gradient(linear, left top, right top, from(#0e974e), to(#2b94de));
    background: -webkit-linear-gradient(left, #0e974e, #2b94de);
    background: -o-linear-gradient(left, #0e974e, #2b94de);
    background: linear-gradient(90deg, #0e974e, #2b94de)
}

@media screen and (max-width:990px) {
    .eleventh__block .warranty__wrap {
        display: flex;
        width: 100%;
        flex-direction: column-reverse;
        align-items: center
    }

    .eleventh__block .warranty__wrap .warranty__inner {
        padding-bottom: 40px
    }

    .eleventh__block .warranty__wrap .warranty__inner .right {
        width: 100%
    }

    .eleventh__block .warranty__wrap img {
        position: relative;
        top: 0;
        left: 0;
        width: auto;
        height: auto
    }
}

.tenth__block.is-type-2 {
    background: #f2f2f2;
    padding-bottom: 30px
}

.tenth__block:before {
    content: none !important
}

.tenth__block .works__holder .right h4:after {
    background-color: #2b94de
}

.tenth__block .right__inner::-webkit-scrollbar-thumb {
    background: #2b94de !important
}

.tenth__block--country {
    background: #fff
}

.tenth__block .example__wrap .owl-dots.disabled {
    display: none
}

.tenth__block .example__wrap .owl-dots button.active,
.reasons #reasons__wrap .owl-dots button.active,
.sixth__block .sp-buttons .sp-button.sp-selected-button,
.oportunities__block .oportunities__inner .owl-dots button.active {
    background-color: #2b94de;
    -webkit-box-shadow: 0 5px 10px 0 rgba(43, 148, 222, .4);
    box-shadow: 0 5px 10px 0 rgba(43, 148, 222, .4)
}

@media screen and (min-width:1201px) {
    .tenth__block .example__wrap {
        width: 45%;
        margin-right: 10%
    }
}

.second__block .advantage__video--wrap .video__banner:before {
    background: rgba(0, 0, 0, .1)
}

.second__block .advantage__video--wrap .video__banner .play__video {
    background-color: #2b94de
}

.second__block .advantage__video--wrap .video__banner .play__video:after {
    background: #2b94de;
    background: rgba(43, 148, 222, .4)
}

.second__block .advantage__video--wrap .video__banner .play__video:hover:after {
    -webkit-animation: pulse-infinite-green 1s infinite;
    -o-animation: pulse-infinite-green 1s infinite;
    animation: pulse-infinite-green 1s infinite
}

.reasons {
    background: url(../../../themes/wp-framework/img/steps-bg.png) no-repeat right bottom 80px #fff
}

.reasons:before {
    content: none !important
}

.reasons .reason__item .top {
    background: #2b94de
}

.reasons .reason__item:hover .top {
    background: #2b94de
}

.reasons .reason__item .top:before,
.reasons .reason__item .top:after {
    opacity: 0;
    transition: 0.3s opacity ease-in-out
}

.reasons .reason__item:hover .top:before {
    opacity: 1;
    background: #2b94de;
    background: rgba(43, 148, 222, .4)
}

.reasons .reason__item:hover .top:after {
    opacity: 1;
    background: #2b94de;
    background: rgba(43, 148, 222, .2)
}

@media screen and (min-width:992px) {
    .reasons .reason__item {
        width: 49%
    }
}

.reasons .reason__item .top {
    width: 55px;
    height: 55px;
    margin-bottom: 45px;
    font-size: 30px
}

.reasons .reason__item .top:before {
    left: -10px;
    top: -10px;
    width: 75px;
    height: 75px
}

.reasons .reason__item .top:after {
    left: -20px;
    top: -20px;
    width: 95px;
    height: 95px
}

.reasons .reason__item h4 {
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 700
}

.reasons .reason__item p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500
}

.sixth__block .sp-slide .left .left__title:after {
    background-color: #2b94de
}

.sixth__block .all__reviews {
    background-color: #2b94de;
    color: white
}

.sixth__block .all__reviews:hover {
    background: #0c8444
}

.oportunities__block {
    padding-top: 125px
}

.oportunities__block .oportunities__inner .oportunitie__item h4:after {
    background: #2b94de
}

.oportunities__block .oportunities__inner .oportunitie__item .fix__button {
    border-color: #2b94de;
    background-color: #2b94de;
    color: white
}

.oportunities__block .oportunities__inner .oportunitie__item .fix__button:hover {
    background-color: transparent;
    color: black
}

.oportunities__block .oportunities__inner .oportunitie__item:before {
    content: none !important
}

.oportunities__block .oportunities__inner .oportunitie__item:hover:before {
    background-color: #2b94de
}

.oportunities__block .oportunities__inner .oportunitie__item {
    background: url(../../../themes/wp-framework/img/our-strong_bg.png) no-repeat bottom -100px right #fff
}

@media screen and (max-width:1400px) {
    .oportunities__block .oportunities__inner .oportunitie__item img {
        width: auto
    }
}

.contacts__block .contacts__wrap .left .contacts__title:after {
    background-color: #2b94de
}

.contacts__block .contacts__wrap .left {
    background: url(../../../themes/wp-framework/img/contacts_marker_bg.png) no-repeat right 100px center #fff
}

.contacts__block .contacts__wrap .left .contatcs__content .adresses__button {
    background-color: #2b94de;
    color: white
}

.contacts__block .contacts__wrap .left .contatcs__content .adresses__button:hover {
    background-color: #2b94de
}

.sixth__block .all__reviews {
    background-color: #2b94de;
    color: white
}

.sixth__block .all__reviews:hover {
    background: #2b94de
}

@keyframes pulse-green {
    0% {
        transform: scale(.95);
        box-shadow: 0 0 0 0 rgba(43, 148, 222, .3)
    }

    50% {
        transform: scale(1.35);
        box-shadow: 0 0 0 10px rgba(43, 148, 222, .4);
    }

    100% {
        transform: scale(1.3);
        box-shadow: 0 0 0 0 rgba(43, 148, 222, .3)
    }
}

@keyframes pulse-infinite-green {
    0% {
        transform: scale(.95);
        box-shadow: 0 0 0 0 rgba(43, 148, 222, .4)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0)
    }

    100% {
        transform: scale(.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0)
    }
}

.oportunities__block_blue.oportunities__block .oportunities__inner .oportunitie__item {
    width: 23.5%;
    padding: 40px 50px 87px;
    height: auto;
    border-radius: 10px;
    background-image: none
}

.oportunities__block_blue.oportunities__block .oportunities__inner .oportunitie__item img {
    height: 171px;
    margin-bottom: 32px;
    max-width: 100%
}

.oportunities__block_blue.oportunities__block .oportunities__inner .oportunitie__item p {
    font-size: 16px;
    text-align: left;
    padding-left: 20px;
    line-height: 25px;
    background-image: url(../../../themes/wp-framework/img/check_blue.png);
    background-repeat: no-repeat;
    background-position: left center
}

.oportunities__block_blue.oportunities__block .oportunities__inner .oportunitie__item p:last-child {
    margin-bottom: 20px
}

.oportunities__block_blue.oportunities__block .oportunities__inner .oportunitie__item h4:after {
    display: none
}

.oportunities__block_blue.oportunities__block .oportunities__inner .oportunitie__item h4 {
    margin-bottom: 13px;
    text-align: center
}

.oportunities__block_blue.oportunities__block .oportunities__inner .oportunitie__item:last-child p {
    background-image: none;
    padding-left: 0
}

.oportunities__block_blue.oportunities__block #opportunities__slider.oportunities__inner .oportunitie__item p {
    background-image: url(../../../themes/wp-framework/img/check_blue.png);
    padding-left: 20px
}

.oportunities__block_blue.oportunities__block #opportunities__slider.oportunities__inner .owl-item:nth-child(6) .oportunitie__item p,
.oportunities__block_blue.oportunities__block #opportunities__slider.oportunities__inner .owl-item:nth-child(2) .oportunitie__item p {
    background-image: none;
    padding-left: 0
}

.oportunities__block_blue.oportunities__block .oportunities__inner .oportunitie__item .fix__button {
    color: #000;
    background-color: transparent;
    padding: 17px 0;
    width: 143px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    bottom: 39px;
    left: 50%;
    transform: translateX(-50%)
}

.oportunities__block_blue.oportunities__block .oportunities__inner .oportunitie__item:hover {
    box-shadow: 14px 23px 36px rgba(0, 0, 0, .16)
}

.waranty_blue_sec .warranty__wrap {
    position: relative;
    max-width: 1300px;
    background-size: cover;
    background-position: center;
    background-image: url(../../../themes/wp-framework/img/blue_waranty_bg.jpg);
    margin: 0 auto
}

.waranty_blue_sec .warranty__wrap .warranty__inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    position: relative;
    z-index: 10;
    overflow: hidden;
    justify-content: space-between;
    padding: 26px 119px 47px 205px
}

.waranty_blue_sec {
    background-color: #f2f2f2;
    padding: 0
}

.waranty_blue_sec .warranty__wrap .warranty__inner h4 {
    font-size: 42px;
    line-height: 46px;
    padding-bottom: 43px;
    position: relative
}

.waranty_blue_sec .warranty__wrap .warranty__inner h4::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 48px;
    height: 3px;
    background-color: #2b94de
}

.waranty_blue_sec .warranty__wrap .warranty__inner h4 span {
    color: #2b94de
}

.waranty_blue_sec .img_wrap {
    width: 37%;
    margin-left: 7px;
    margin-top: 7px
}

.waranty_blue_sec .right {
    width: 53.5%
}

.services_left .blue_hot_block {
    background-image: url(../../../themes/wp-framework/img/blue_hot_bg.png);
    width: 396px;
    height: 145px;
    position: relative;
    background-size: cover;
    background-position: center
}

.services_left h3 {
    font-size: 24px;
    color: #fff;
    width: 100%;
    padding: 57px 61px;
    transform: rotate(-11.8deg);
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .5px
}

.services_left h2 {
    font-size: 40px;
    color: #000;
    line-height: 46px;
    padding-top: 13px;
    text-transform: uppercase;
    padding-bottom: 15px;
    text-align: center;
    transform: rotate(-11deg);
    padding-left: 102px;
    letter-spacing: -.5px
}

.services_left .text_wrap p {
    font-size: 33px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(-11deg);
    padding-left: 121px;
    letter-spacing: 1px;
    margin-top: -7px
}

.data_hot {
    background-image: url(../../../themes/wp-framework/img/red_hot_bg.png);
    width: 266px;
    height: 98px;
    background-size: cover;
    background-position: center;
    margin-right: -19px;
    margin-top: -30px;
    text-align: center
}

.data_hot span {
    font-size: 26px;
    color: #fff;
    text-transform: uppercase;
    transform: rotate(-12deg);
    display: block;
    padding: 34px 0;
    font-weight: 500;
    letter-spacing: .5px
}

.text_cont {
    width: 100%
}

.services_price_left p {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    line-height: 26px;
    letter-spacing: -.4px
}

.services_price_left p span {
    font-size: 16px;
    color: #2b94de;
    display: block
}

.services_price {
    font-size: 33px;
    color: #000;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-top: 13px;
    transform: rotate(-11deg);
    padding-left: 132px
}

.services_price small {
    font-size: 55px;
    color: #2b94de
}

.services_right h2 {
    font-size: 42px;
    color: #1a1a1a;
    line-height: 46px;
    padding-bottom: 36px
}

.services_right ul li {
    font-size: 20px;
    padding-left: 30px;
    background-image: url(../../../themes/wp-framework/img/blue_check.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 29px
}

.blue_btn {
    font-size: 11px;
    color: #fff;
    width: 155px;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #2b94de;
    text-transform: uppercase;
    border-radius: 50px;
    font-weight: 900
}

.blue_btn:hover {
    color: #fff
}

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

.services_block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-image: url(../../../themes/wp-framework/img/services_blue_bg.jpg);
    background-size: cover;
    background-position: center;
    box-shadow: 14px 17px 51px rgba(0, 0, 0, .22);
    padding: 83px 22px 112px;
    max-width: 1290px;
    margin: 0 auto
}

.services_blue_sec {
    background-color: #f2f2f2;
    padding-top: 135px
}

.services_left {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 52.4%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.services_left .img_wrap {
    margin-right: 30px
}

.services_left .text_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex-wrap: wrap
}

.services_price_block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.services_price_left {
    width: 77%
}

.services_right {
    padding-top: 13px;
    width: 37.4%
}

.tenth__block.tenth__block--country .works__holder .right {
    order: 1
}

.tenth__block.tenth__block--country .example__wrap {
    order: 2;
    margin-right: 0;
    margin-left: 10%
}

.tenth__block.tenth__block--country .works__holder .right h3 {
    font-size: 24px;
    line-height: 36px
}

.tenth__block.tenth__block--country {
    padding-bottom: 150px
}

.steps__block {
    background: #fff;
    padding-bottom: 0;
    padding-top: 92px
}

.steps__block .steps__wrap {
    max-width: 1285px;
    margin: 0 auto;
    position: relative
}

.steps__block .steps__wrap .steps__inner {
    padding: 125px 27px 0;
    position: relative;
    overflow: hidden;
    z-index: 10
}

.steps__block .block__title {
    margin-bottom: 90px;
    position: relative;
    z-index: 10
}

.steps__block .steps__steps {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: flex
}

.steps__block .steps__steps .step {
    max-width: 200px;
    position: relative;
    z-index: 10
}

.steps__block .steps__steps .step .step_num {
    width: 88px;
    height: 88px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #e8ecef;
    border-radius: 50%;
    padding: 13px;
    margin-bottom: 14px
}

.steps__block .steps__steps .step span {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    color: #fff;
    width: 100%;
    height: 100%;
    background-color: #2b94de;
    border-radius: 50%
}

.steps__block .steps__steps .step h3 {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    padding-bottom: 16px;
    position: relative;
    margin-bottom: 15px
}

.steps__block .steps__steps .step h3::before {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background-color: #bcc9d0;
    height: 2px;
    width: 27px
}

.steps__block .steps__steps .step p {
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: gray
}

.steps__block .steps__steps .step:after {
    display: block;
    content: "";
    width: 20px;
    height: 35px;
    background: transparent url(../../../themes/wp-framework/img/right-arrow201.svg) 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    right: -30px;
    top: 26px
}

.steps__block .steps__steps .step:last-child:after {
    display: none
}

.slider__image {
    width: 50%
}

.owl-carousel .owl-item .slider__image img {
    display: block;
    width: auto;
    margin: 0 auto
}

.fourth__block .price__inner {
    background: url(../../../themes/wp-framework/img/fourth_blue_bg.png) no-repeat center top #fff
}

.steps__block #steps_slider {
    display: none
}

.ms_booking {
    display: block;
    width: 220px;
    padding: 18px 0;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    background-color: #fff !important;
    color: #2b94de !important
}

@media (max-width:990px) {
    .services_left {
        width: 100%
    }

    .services_right {
        width: 100%
    }

    .services_block {
        padding: 40px
    }

    .steps__block .steps__steps {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: flex
    }

    .steps__block .steps__steps .step {
        max-width: 100%;
        width: 40%;
        margin-bottom: 20px
    }

    .steps__block .steps__steps .step:first-child,
    .steps__block .steps__steps .step:nth-child(3) {
        margin-right: 50px
    }

    .steps__block .steps__steps {
        display: none
    }

    .steps__block #steps_slider {
        display: block
    }
}

@media (max-width:500px) {
    .waranty_blue_sec .warranty__wrap .warranty__inner .right h4 {
        font-size: 28px;
        margin-bottom: 20px;
        line-height: 1.2
    }

    .waranty_blue_sec .warranty__wrap .warranty__inner {
        padding: 45px 30px;
        flex-wrap: wrap
    }

    .waranty_blue_sec .warranty__wrap .warranty__inner .right {
        order: 1;
        width: 100%
    }

    .waranty_blue_sec .img_wrap {
        order: 2;
        width: 100%
    }

    .services_block {
        padding: 20px
    }

    .services_left .img_wrap {
        margin-right: 0
    }

    .services_left .text_wrap {
        margin-top: 20px;
        width: 100%;
        justify-content: flex-start
    }

    .text_cont {
        margin-right: 0
    }

    .services_left h3 {
        font-size: 20px;
        height: auto;
        line-height: 20px;
        padding: 44px 0;
        text-align: center;
        transform: rotate(-12deg)
    }

    .data_hot span {
        font-size: 20px;
        padding: 36px 0
    }

    .services_left .blue_hot_block {
        width: 297px;
        height: 108px
    }

    .services_left h2 {
        text-align: left;
        font-size: 24px;
        padding-left: 0
    }

    .services_left .text_wrap p {
        padding-left: 0;
        text-align: left;
        font-size: 24px
    }

    .services_price {
        padding-left: 0;
        text-align: left
    }

    .services_price_left {
        width: 66%
    }

    .services_right h2 {
        font-size: 24px;
        padding-bottom: 10px
    }

    .services_right ul li {
        font-size: 15px;
        margin-bottom: 10px
    }

    .services_right ul {
        margin-bottom: 25px
    }

    .blue_btn {
        font-size: 10px;
        height: 40px;
        line-height: 40px
    }

    .services_blue_sec {
        padding-top: 60px
    }

    .steps__block .block__title {
        margin-bottom: 60px
    }

    .steps__block .steps__steps .step {
        width: 80%;
        margin: 0 auto !important
    }

    .steps__block .steps__steps .step:after {
        display: none
    }

    .steps__block .steps__wrap .steps__inner {
        padding: 60px 0 0
    }

    .tenth__block.tenth__block--country .example__wrap {
        margin-left: 0
    }

    .tenth__block.tenth__block--country {
        padding-bottom: 60px
    }

    .oportunities__block {
        padding-top: 60px
    }

    .oportunities__block_blue.oportunities__block .oportunities__inner .oportunitie__item {
        width: 100%
    }

    .slider__image {
        width: auto
    }

    .oportunities__block_blue.oportunities__block .oportunities__inner .oportunitie__item h4 {
        text-align: center
    }

    .oportunities__block_blue.oportunities__block .oportunities__inner .oportunitie__item .fix__button {
        left: 50%;
        transform: translateX(-50%)
    }

    .fourth__block .price__inner {
        background: url(../../../themes/wp-framework/img/fourth_blue_bg.png) no-repeat center #fff;
        background-size: cover
    }

    #steps_slider .owl-dots button {
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #c2d0d8;
        margin-right: 12px
    }

    #steps_slider .owl-dots button.active {
        background-color: #2b94de;
        width: 13px;
        height: 13px;
        -webkit-box-shadow: 0 5px 10px 0 rgb(43 148 222 / 40%);
        box-shadow: 0 5px 10px 0 rgb(43 148 222 / 40%)
    }

    #steps_slider .owl-dots {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center
    }

    .services_left {
        height: 370px
    }

    .services_block {
        background-image: none;
        background-color: #fff
    }

    .services_block {
        padding: 20px 0
    }

    .services_right {
        padding: 13px 20px 0
    }

    .services_right .blue_btn {
        margin-left: auto;
        margin-right: auto
    }

    .tenth__block .works__holder .right .more__text--example {
        font-size: 20px
    }

    footer .popup__phones .popup__content {
        background-image: none
    }

    .third__block .services__wrap .service__item .right .service__button:hover {
        border: none;
        background-color: #2b94de !important
    }

    .ms_booking {
        width: 100%;
        font-size: 10px;
        padding: 12px 0;
        position: relative;
        z-index: 10
    }
}

.menu-item-hidden {
    display: none !important
}

@media screen and (max-width:500px) {
    header .mobile__menu nav ul li.clear_dpf:before {
        background: transparent url(../../../themes/wp-framework/img/filter_menu.svg) 50% no-repeat;
        -webkit-background-size: contain;
        background-size: contain
    }
}