@charset 'UTF-8';

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus, .mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus, .mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after, .mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(../libs/slick/ajax-loader.gif) center center no-repeat
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(../libs/slick/fonts/slick.eot);
    src: url(../libs/slick/fonts/slick.eot?#iefix) format('embedded-opentype'), url(../libs/slick/fonts/slick.woff) format('woff'), url(../libs/slick/fonts/slick.ttf) format('truetype'), url(../libs/slick/fonts/slick.svg#slick) format('svg')
}

.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before, .slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

[dir=rtl] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: '→'
}

[dir=rtl] .slick-next:before {
    content: '←'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus, .slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

@font-face {
    font-family: AaBebasneue;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/AaBebasneue/AaBebasneue.eot);
    src: url(../fonts/AaBebasneue/AaBebasneue.eot?#iefix) format("embedded-opentype"), url(../fonts/AaBebasneue/AaBebasneue.woff) format("woff"), url(../fonts/AaBebasneue/AaBebasneue.ttf) format("truetype")
}

@font-face {
    font-family: OpenSans;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/OpenSans-Regular/OpenSans-Regular.eot);
    src: url(../fonts/OpenSans-Regular/OpenSans-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans-Regular/OpenSans-Regular.woff) format("woff"), url(../fonts/OpenSans-Regular/OpenSans-Regular.ttf) format("truetype")
}

@font-face {
    font-family: OpenSans;
    font-weight: 200;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/OpenSans-Light/OpenSans-Light.eot);
    src: url(../fonts/OpenSans-Light/OpenSans-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans-Light/OpenSans-Light.woff) format("woff"), url(../fonts/OpenSans-Light/OpenSans-Light.ttf) format("truetype")
}

@font-face {
    font-family: OpenSans;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/OpenSans-Bold/OpenSans-Bold.eot);
    src: url(../fonts/OpenSans-Bold/OpenSans-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans-Bold/OpenSans-Bold.woff) format("woff"), url(../fonts/OpenSans-Bold/OpenSans-Bold.ttf) format("truetype")
}

@font-face {
    font-family: OpenSans;
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/OpenSans-SemiBold/OpenSans-SemiBold.eot);
    src: url(../fonts/OpenSans-SemiBold/OpenSans-SemiBold.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans-SemiBold/OpenSans-SemiBold.woff) format("woff"), url(../fonts/OpenSans-SemiBold/OpenSans-SemiBold.ttf) format("truetype")
}

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

::-webkit-input-placeholder {
    color: #666
}

::-moz-placeholder {
    color: #666
}

:-ms-input-placeholder {
    color: #666
}

::-ms-input-placeholder {
    color: #666
}

::placeholder {
    color: #666
}

::-moz-selection {
    background-color: #8b26d7;
    color: #fff
}

::selection {
    background-color: #8b26d7;
    color: #fff
}

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.65;
    font-family: OpenSans, sans-serif;
    overflow-x: hidden;
    background-color: #262326;
    color: #fff
}

body input, body textarea {
    border: #666 1px solid;
    outline: 0
}

a {
    -webkit-transition: .25s all ease-in-out;
    -o-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out
}

button {
    cursor: pointer;
    -webkit-transition: .25s all ease-in-out;
    -o-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out
}

button:focus {
    outline: 0
}

section {
    overflow-x: hidden;
    overflow-y: hidden
}

img {
    pointer-events: none
}

b, strong {
    font-weight: 700
}

.container {
    max-width: 1170px;
    margin: 0 auto
}

.title {
    color: #fff;
    font-family: AaBebasneue, sans-serif;
    font-size: 60px;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 60px
}

.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10
}

.header__burger {
    display: none;
    height: 20px;
    width: 30px;
    position: relative;
    cursor: pointer
}

.header__burger div {
    position: absolute;
    left: 100%;
    margin-left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-transform: uppercase;
    font-weight: 600;
    color: #fff
}

.header__burger span {
    width: 100%;
    height: 2px;
    background-color: #8b26d7;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .25s all;
    -o-transition: .25s all;
    transition: .25s all
}

.header__burger::before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #8b26d7;
    -webkit-transition: .25s all;
    -o-transition: .25s all;
    transition: .25s all
}

.header__burger::after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #8b26d7;
    -webkit-transition: .25s all;
    -o-transition: .25s all;
    transition: .25s all
}

.header__burger.active span {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.header__burger.active::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 9px
}

.header__burger.active::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 9px
}

.header__top-container {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 0
}

.header__logo {
    display: block;
    max-width: 180px
}

.header__logo:hover {
    text-decoration: none;
    opacity: .8
}

.header__logo img {
    max-width: 100%
}

.header__top-right {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header__top-right > * + * {
    margin-left: 50px
}

.header__social {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header__social li {
    list-style: none
}

.header__social li + * {
    margin-left: 10px
}

.header__social li a {
    width: 44px;
    height: 44px;
    -webkit-box-shadow: 0 0 24px rgba(84, 204, 97, .48);
    box-shadow: 0 0 24px rgba(84, 204, 97, .48);
    background-color: #54cc61;
    border-radius: 50%;
    display: block;
    background-repeat: no-repeat;
    background-position: center
}

.header__social li a.viber {
    background-color: #9640e0;
    -webkit-box-shadow: 0 0 24px rgba(150, 64, 224, .54);
    box-shadow: 0 0 24px rgba(150, 64, 224, .54);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='25' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0)' fill='%23fff'%3e%3cpath d='M24.1195 14.4717c.7458-6.2781-.3583-10.2416-2.35-12.0344l.001-.001C18.556-.6252 7.6997-1.0783 3.8539 2.5738 2.1268 4.3603 1.5185 6.9821 1.4518 10.228c-.0667 3.2468-.1458 9.3291 5.5219 10.9791h.0052l-.0052 2.5198s-.0386 1.0209.6135 1.2261c.7458.2416 1.0834-.2323 3.4031-3.0032 3.8792.3365 6.8584-.4343 7.1969-.5468.7833-.2625 5.2156-.849 5.9323-6.9313zm-12.7469 5.7052s-2.4552 3.0615-3.2187 3.8563c-.25.2583-.524.2344-.5198-.2781 0-.3365.0187-4.1834.0187-4.1834-4.8052-1.3771-4.5218-6.5562-4.4697-9.2656.052-2.7104.5479-4.9302 2.0104-6.425C8.5675.7176 18.085 1.4248 20.51 3.704c2.9646 2.628 1.9094 10.053 1.9157 10.3062-.6094 5.077-4.2011 5.3989-4.8615 5.6187-.2823.0938-2.9021.7677-6.1917.5479z'/%3e%3cpath d='M12.731 4.476c-.4011 0-.4011.625 0 .6303 3.1114.024 5.6739 2.1927 5.702 6.1708 0 .4198.6146.4146.6094-.0052h-.001C19.008 6.9854 16.2101 4.5 12.731 4.4761z'/%3e%3cpath d='M16.8238 10.6177c-.0093.4146.6042.4344.6094.0146.051-2.3635-1.4063-4.3104-4.1448-4.5156-.401-.0292-.4427.601-.0427.6302 2.375.1802 3.626 1.801 3.5781 3.8708zM16.1676 13.3062c-.5145-.2979-1.0385-.1125-1.2552.1802l-.4531.5865c-.2302.2979-.6604.2583-.6604.2583-3.1396-.8302-3.9792-4.1156-3.9792-4.1156s-.0385-.4448.249-.6834l.5666-.4687c.2834-.225.4625-.7667.174-1.299-.7708-1.3927-1.2885-1.8729-1.552-2.2416-.2772-.347-.6938-.425-1.1272-.1907h-.0093c-.901.5271-1.8875 1.5136-1.5719 2.5292.5385 1.0708 1.5281 4.4844 4.6823 7.0635 1.4823 1.2198 3.8281 2.4698 4.8239 2.7584l.0094.0146c.9813.327 1.9354-.698 2.4448-1.6261v-.0073c.226-.4489.151-.8739-.1792-1.1521-.5854-.5708-1.4687-1.201-2.1625-1.6062z'/%3e%3cpath d='M13.7174 8.4417c1.0011.0583 1.4865.5812 1.5386 1.6552.0187.4198.6281.3906.6093-.0292-.0666-1.402-.7979-2.1833-2.1146-2.2562-.401-.024-.4385.6062-.0333.6302z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0'%3e%3cpath fill='%23fff' d='M0 0h25v25H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")
}

.header__social li a.wp {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='25' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.7902 4.175C18.5975 1.9799 15.6814.7704 12.5747.769 6.1732.769.9633 5.9788.9607 12.3821c-.0009 2.0469.5339 4.045 1.5502 5.8063L.8633 24.2065l6.1568-1.615c1.6964.9254 3.6063 1.4131 5.5499 1.4136h.0049c6.4008 0 11.6113-5.2102 11.6137-11.6137.0013-3.1034-1.2056-6.0212-3.3984-8.2163zm-8.2155 17.8687h-.004c-1.732-.0007-3.4308-.4662-4.913-1.3455l-.3524-.2093-3.6535.9585.9752-3.5621-.2296-.3653c-.9664-1.5369-1.4766-3.3133-1.4758-5.1372.002-5.3222 4.3325-9.6522 9.657-9.6522 2.5784.0008 5.0021 1.0062 6.8245 2.8308 1.8225 1.8246 2.8256 4.2499 2.8247 6.8293-.0023 5.3226-4.3324 9.653-9.6531 9.653zm5.2949-7.2296c-.2901-.1454-1.7169-.8472-1.9829-.9441-.2658-.0969-.4595-.1451-.6528.1453-.1935.2904-.7496.9441-.9189 1.1377-.1694.1937-.3385.218-.6288.0726-.2902-.1452-1.2252-.4517-2.3337-1.4403-.8626-.7695-1.445-1.7198-1.6143-2.0102-.1691-.2907-.0015-.4326.1273-.5922.3141-.3901.6287-.7991.7254-.9927.0968-.1936.0484-.3632-.0243-.5084-.0724-.1452-.6528-1.5735-.8945-2.1547-.2358-.5657-.4748-.4893-.653-.4981-.1691-.0085-.3627-.0102-.5562-.0102-.1934 0-.5079.0725-.774.3632-.2659.2906-1.0155.9925-1.0155 2.4209 0 1.4283 1.0399 2.8082 1.185 3.0019.145.1937 2.0463 3.1248 4.9572 4.3816.6924.2993 1.2328.4777 1.6544.6114.6952.2209 1.3277.1897 1.8278.1151.5576-.0834 1.7167-.7021 1.9588-1.3799.2417-.6779.2417-1.2589.1691-1.38-.0724-.121-.266-.1936-.5561-.3389z' fill='%23fff'/%3e%3c/svg%3e")
}

.header__social li a.tg {
    background-color: #039be5;
    -webkit-box-shadow: 0 0 24px rgba(0, 119, 255, .54);
    box-shadow: 0 0 24px rgba(0, 119, 255, .54);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0)'%3e%3cpath d='M9.80956 15.8136L9.39602 21.6303C9.98769 21.6303 10.2439 21.3761 10.5512 21.0709L13.3252 18.4199L19.0731 22.6293C20.1273 23.2168 20.87 22.9074 21.1544 21.6595L24.9273 3.98031L24.9283 3.97926C25.2627 2.42093 24.3648 1.81156 23.3377 2.19385L1.1606 10.6845C-0.35294 11.272 -0.330023 12.1157 0.90331 12.498L6.5731 14.2616L19.7429 6.02093C20.3627 5.61051 20.9262 5.8376 20.4627 6.24801L9.80956 15.8136Z' fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0'%3e%3crect width='25' height='25' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")
}

.header__social li a.vk {
    background-color: #07f;
    -webkit-box-shadow: 0 0 24px rgba(3, 155, 229, .54);
    box-shadow: 0 0 24px rgba(3, 155, 229, .54);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='25' height='15' fill='none'%3e%3cpath fill='%23fff' fill-rule='evenodd' d='M24.412 1.042c.185-.588 0-1.015-.82-1.015h-2.728c-.689 0-1.006.374-1.192.774 0 0-1.403 3.417-3.362 5.632-.635.64-.927.854-1.27.854-.186 0-.425-.214-.425-.8V1.013C14.615.32 14.404 0 13.821 0H9.53c-.424 0-.688.32-.688.64 0 .668.98.828 1.085 2.696v4.06c0 .88-.156 1.042-.503 1.042-.927 0-3.177-3.444-4.527-7.367C4.635.294 4.368 0 3.68 0H.927C.132 0 0 .373 0 .774c0 .72.927 4.35 4.316 9.155 2.25 3.28 5.454 5.044 8.34 5.044 1.748 0 1.96-.4 1.96-1.067v-2.482c0-.801.158-.934.714-.934.397 0 1.112.213 2.727 1.788C19.91 14.146 20.228 15 21.261 15h2.727c.794 0 1.165-.4.953-1.175-.238-.773-1.138-1.894-2.303-3.229-.636-.747-1.589-1.574-1.88-1.975-.397-.533-.291-.747 0-1.227-.027 0 3.31-4.751 3.654-6.354' clip-rule='evenodd'/%3e%3c/svg%3e");
}

.header__social li a.max {
    background-color: #07f;
    -webkit-box-shadow: 0 0 24px rgba(3, 155, 229, .54);
    box-shadow: 0 0 24px rgba(3, 155, 229, .54);
    background-image: url(/assets/app/img/max-messenger-sign-logo.svg);
}

.header__social li a.youtube {
    background-color: #FF3D00;
    -webkit-box-shadow: 0 0 24px rgba(255, 61, 0, .54);
    box-shadow: 0 0 24px rgba(255, 61, 0, .54);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48'%3e%3cpath fill='%23FFF' d='M43.2 33.9c-.4 2.1-2.1 3.7-4.2 4-3.3.5-8.8 1.1-15 1.1-6.1 0-11.6-.6-15-1.1-2.1-.3-3.8-1.9-4.2-4-.4-2.3-.8-5.7-.8-9.9s.4-7.6.8-9.9c.4-2.1 2.1-3.7 4.2-4C12.3 9.6 17.8 9 24 9c6.2 0 11.6.6 15 1.1 2.1.3 3.8 1.9 4.2 4 .4 2.3.9 5.7.9 9.9-.1 4.2-.5 7.6-.9 9.9z'/%3e%3cpath fill='%23FF3D00' d='M20 31V17l12 7z'/%3e%3c/svg%3e");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80% auto;
}

.header__social li a.rutube {
    background-color: #0b1d39;
    -webkit-box-shadow: 0 0 24px rgba(11, 29, 57, .54);
    box-shadow: 0 0 24px rgba(11, 29, 57, .54);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='800px' height='800px' viewBox='0 0 192 192' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill='none'%3e%3cpath fill='%23ffffff' d='M128.689 47.57H20.396v116.843h30.141V126.4h57.756l26.352 38.013h33.75l-29.058-38.188c9.025-1.401 15.522-4.73 19.493-9.985 3.97-5.255 5.956-13.664 5.956-24.875v-8.759c0-6.657-.721-11.912-1.985-15.941-1.264-4.029-3.43-7.533-6.498-10.686-3.249-2.978-6.858-5.08-11.19-6.481-4.332-1.226-9.747-1.927-16.424-1.927zm-4.873 53.08H50.537V73.321h73.279c4.15 0 7.038.7 8.482 1.927 1.444 1.226 2.347 3.503 2.347 6.832v9.81c0 3.503-.903 5.78-2.347 7.006s-4.331 1.752-8.482 1.752z' style='display:inline;fill:%23ffffff;stroke:%23ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1' transform='translate(1.605 -1.99)'/%3e%3ccircle cx='176' cy='36' r='16' stroke='black' stroke-width='0' fill='red' /%3e%3c/svg%3e");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60% auto;
}

.header__social li a:hover {
    text-decoration: none;
    opacity: .8
}

.header__phone {
    color: #fff;
    font-family: AaBebasneue, sans-serif;
    font-size: 25px;
    line-height: 1
}

.header__phone:hover {
    text-decoration: none;
    color: #8b26d7
}

.header__call {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    padding: 19px 42px;
    display: block;
    border-radius: 5px;
    border: 1px solid #fff
}

.header__call:hover {
    text-decoration: none;
    background-color: #fff;
    color: #000
}

.header__bottom.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 15;
    background-color: #262326;
    border-top: 3px solid rgba(149, 149, 149, .15);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2)
}

.header__bottom.sticky .header__bottom-container {
    border-top: 0
}

.header__bottom-container {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 3px solid rgba(149, 149, 149, .15)
}

.header__menu ul {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.header__menu ul li {
    list-style: none
}

.header__menu ul li + * {
    margin-left: 60px
}

.header__menu ul li.active a {
    color: #9030e3;
    text-shadow: 1px 0 3px #9030e3
}

.header__menu ul li.active a:before {
    opacity: 1;
    visibility: visible
}

.header__menu ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .8px;
    line-height: 1.2;
    padding: 20px 5px;
    position: relative
}

.header__menu ul li a:hover {
    text-decoration: none
}

.header__menu ul li a:hover:before {
    opacity: 1;
    visibility: visible
}

.header__menu ul li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: -3px;
    width: 100%;
    height: 3px;
    -webkit-box-shadow: 0 0 13px 1px rgba(144, 48, 227, .84);
    box-shadow: 0 0 13px 1px rgba(144, 48, 227, .84);
    background-color: #9030e3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .25s all ease-in-out;
    -o-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out
}

.header__menu ul li a:hover {
    color: #9030e3;
    text-shadow: 1px 0 3px #9030e3
}

.promo {
    padding-top: 174px;
    background-image: url(../img/promo__bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 760px
}

.promo__block {
    margin-top: 100px
}

.promo__block-title {
    color: #fff;
    font-family: AaBebasneue, sans-serif;
    line-height: 1.2;
    font-size: 78px;
    font-weight: 400;
    letter-spacing: .78px;
    margin-bottom: 60px
}

.promo__block-form {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.promo__block-form > * + * {
    margin-left: 6px
}

.promo__block-form input {
    width: 242px;
    height: 58px;
    border-radius: 5px;
    border: 1px solid rgba(101, 94, 119, .73);
    background-color: rgba(101, 94, 119, .73);
    padding: 0 30px;
    color: rgba(255, 255, 255, .58);
    font-size: 15px
}

.promo__block-form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .58)
}

.promo__block-form input::-moz-placeholder {
    color: rgba(255, 255, 255, .58)
}

.promo__block-form input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .58)
}

.promo__block-form input::-ms-input-placeholder {
    color: rgba(255, 255, 255, .58)
}

.promo__block-form input::placeholder {
    color: rgba(255, 255, 255, .58)
}

.promo__block-form button {
    border: none;
    display: block;
    width: 242px;
    height: 58px;
    line-height: 1;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
    background-color: #6c00d0;
    background-image: -o-linear-gradient(169deg, #cb20c1 0, #412df0 100%);
    background-image: linear-gradient(-79deg, #cb20c1 0, #412df0 100%)
}

.promo__block-form button:hover {
    opacity: .8
}

.services {
    background-color: #262326;
    position: relative
}

.services:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/services__bg1.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain
}

.services:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/services__bg2.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain
}

.services .title {
    position: relative;
    z-index: 2
}

.services__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px
}

.services__container {
    position: relative;
    padding: 100px 0 110px
}

.services__container:before {
    content: '';
    position: absolute;
    width: 652px;
    height: 435px;
    background-image: url(../img/services__dec.png);
    background-repeat: no-repeat;
    background-position: center;
    right: 0;
    bottom: 0
}

.services__item {
    display: block;
    border-radius: 10px;
    background-color: #343434;
    position: relative
}

.services__item-box {
    display: block;
    background-color: #343434;
    padding: 30px;
    position: relative;
    z-index: 2;
    border-radius: 10px;
    height: 100%
}

.services__item-box:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    border-radius: 10px;
    background: -o-linear-gradient(169deg, #cb20c1 0, #412df0 100%);
    background: linear-gradient(-79deg, #cb20c1 0, #412df0 100%);
    z-index: 3;
    -webkit-transition: .25s all ease-in-out;
    -o-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out
}

.services__item:after {
    content: '';
    position: absolute;
    right: -2px;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: -o-linear-gradient(169deg, #cb20c1 0, #412df0 100%);
    background: linear-gradient(-79deg, #cb20c1 0, #412df0 100%);
    z-index: 1;
    -webkit-transition: .25s all ease-in-out;
    -o-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out
}

.services__item:hover {
    text-decoration: none
}

.services__item:hover .services__item-box:before {
    width: 100%
}

.services__item-top {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 4
}

.services__item-img {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin-right: 30px;
    display: block
}

.services__item-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #fff;
    font-family: AaBebasneue, sans-serif;
    font-size: 28px;
    font-weight: 400;
    display: block
}

.services__item-content {
    margin-top: 25px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    display: block;
    position: relative;
    z-index: 4
}

.about {
    padding: 100px 0
}

.about .title {
    margin-bottom: 40px
}

.about__top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px
}

.about__text {
    color: #fff;
    font-size: 15px;
    font-weight: 400
}

.about__reference {
    width: 492px;
    height: 461px;
    background-image: url(../img/about__reference.png);
    background-repeat: no-repeat;
    background-position: center;
    position: relative
}

.about__reference-link {
    position: absolute;
    left: 75px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 81px;
    height: 81px;
    border-radius: 50%;
    background: url(../img/about__reference-link.png), -o-linear-gradient(169deg, #cb20c1 0, #412df0 100%);
    background: url(../img/about__reference-link.png), linear-gradient(-79deg, #cb20c1 0, #412df0 100%);
    background-repeat: no-repeat;
    background-position: center
}

.about__reference-link:hover {
    text-decoration: none;
    opacity: .8
}

.about__specifications {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
    margin-top: 40px
}

.about__specifications-item {
    border-radius: 10px;
    background-color: #292832;
    padding: 40px 10px;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default
}

.about__specifications-img {
    text-align: center;
    height: 72px
}

.about__specifications-title {
    margin-top: 24px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 400
}

.bgDec {
    padding: 0 0 100px;
    background: url(../img/portfolio__bg.png), #1b1b1b;
    position: relative;
    background-repeat: no-repeat;
    background-position: top center
}

.portfolio {
    padding-top: 100px;
    position: relative
}

.portfolio__top {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px
}

.portfolio__top .title {
    margin-bottom: 0
}

.portfolio__hub {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.portfolio__num {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 30px
}

.portfolio__num-now {
    color: #fff;
    font-family: AaBebasneue, sans-serif;
    font-size: 31px;
    font-weight: 400
}

.portfolio__num-all {
    color: #fff;
    font-family: AaBebasneue, sans-serif;
    font-size: 31px;
    font-weight: 400;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.portfolio__num-all:before {
    content: '/';
    display: block;
    color: #fff;
    font-family: AaBebasneue, sans-serif;
    font-size: 31px;
    font-weight: 400
}

.portfolio__arrow {
    cursor: pointer
}

.portfolio__slider .slick-list {
    overflow: visible !important
}

.portfolio__slider.slick-initialized .slick-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.portfolio__item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: none;
    margin: 0 30px;
    opacity: .4;
    -webkit-transition: .25s all ease-in-out;
    -o-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out
}

.portfolio__item.slick-center {
    opacity: 1
}

.portfolio__item:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.portfolio__item-video {
    width: 480px;
    height: 290px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin-right: 50px;
    position: relative
}

.portfolio__item-video:before {
    content: '';
    width: 47%;
    height: 100%;
    position: absolute;
    left: -6px;
    top: -6px;
    border-radius: 10px;
    background: -o-linear-gradient(169deg, #cb20c1 0, #412df0 100%);
    background: linear-gradient(-79deg, #cb20c1 0, #412df0 100%)
}

.portfolio__item-video:after {
    content: '';
    width: 47%;
    height: 100%;
    position: absolute;
    right: -6px;
    bottom: -6px;
    border-radius: 10px;
    background: -o-linear-gradient(169deg, #cb20c1 0, #412df0 100%);
    background: linear-gradient(-79deg, #cb20c1 0, #412df0 100%)
}

.portfolio__item-video:hover .portfolio__item-play {
    opacity: .8
}

.portfolio__item-video img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 2;
    position: relative;
    background: #000;
}

.portfolio__item-novideo .portfolio__item-play {
    display: none;
}

.portfolio__item-play {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 104px;
    height: 104px;
    background-color: rgba(231, 229, 222, .82);
    background-image: url(../img/play.png);
    background-repeat: no-repeat;
    background-position: 43px center;
    border-radius: 50%;
    -webkit-transition: .25s all ease-in-out;
    -o-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out
}

.portfolio__item-block {
    padding-top: 15px
}

.portfolio__item-pretitle {
    color: #de25fa;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .7px;
    margin-bottom: 10px
}

.portfolio__item-title {
    color: #fff;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .63px;
    margin-bottom: 15px
}

.portfolio__item-time {
    color: #848484;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .38px;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

.portfolio__item-time:before {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(../img/time.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin-right: 6px
}

.portfolio__item-text {
    color: #fff;
    font-size: 15px;
    line-height: 21px
}

.portfolio__item-text p {
    margin: 0
}

.portfolio__item-text p + * {
    margin-top: 20px
}

.call {
    padding-top: 100px
}

.call__container {
    display: grid;
    grid-template-columns: 572px 1fr;
    grid-gap: 30px 75px
}

.call__form {
    padding: 60px 52px;
    border-radius: 10px;
    border: 1px solid #e7e5de;
    background-color: #343434
}

.call__form .social-form {
    margin-top: 60px;
}

.social-form .header__social {
    display: flex !important;
    justify-content: center;
}

.call__form .social-form .header__social li a {
    width: 52px;
    height: 52px;
}

.call__form  .phone-form {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.phone-form .map__info-phone {
    font-size: 32px;
}

.phone-form .map__info-phone:before {
    width: 28px;
    height: 28px;
    background-size: 100% 100%;
}


.call__form > * + * {
    margin-top: 15px
}

.call__form .title {
    margin-bottom: 0;
    text-align: center;
}

.call__form input {
    width: 100%;
    height: 58px;
    border-radius: 5px;
    border: 1px solid rgba(231, 229, 222, .24);
    background-color: rgba(231, 229, 222, .24);
    padding: 0 30px;
    color: rgba(255, 255, 255, .58);
    font-size: 15px
}

.call__form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .58)
}

.call__form input::-moz-placeholder {
    color: rgba(255, 255, 255, .58)
}

.call__form input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .58)
}

.call__form input::-ms-input-placeholder {
    color: rgba(255, 255, 255, .58)
}

.call__form input::placeholder {
    color: rgba(255, 255, 255, .58)
}

.call__form button {
    border: none;
    display: block;
    width: 100%;
    height: 58px;
    line-height: 1;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
    background-color: #6c00d0;
    background-image: -o-linear-gradient(169deg, #cb20c1 0, #412df0 100%);
    background-image: linear-gradient(-79deg, #cb20c1 0, #412df0 100%);
    margin-top: 20px
}

.call__form button:hover {
    opacity: .8
}

.call__article {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.35;
    margin-top: 5px;
    margin-bottom: 20px
}

.call__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.backstage {
    padding: 100px 0;
    position: relative;
    background-color: #31313c
}

.backstage .title {
    position: relative;
    z-index: 2
}

.backstage:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/backstage__bg1.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain
}

.backstage:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/backstage__bg2.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain
}

.backstage__container {
    position: relative;
    z-index: 2
}

.backstage__container.open .backstage__block {
    display: grid !important
}

.backstage__block {
    display: none;
    grid-template-areas: "name1 name1 name2 name3""name4 name5 name5 name6""name7 name8 name9 name10";
    grid-gap: 10px
}

.backstage__block + * {
    margin-top: 10px
}

.backstage__block:nth-child(1) {
    display: grid
}

.backstage__item {
    height: 248px;
    -webkit-box-shadow: 0 0 57px rgba(98, 98, 98, .28);
    box-shadow: 0 0 57px rgba(98, 98, 98, .28)
}

.backstage__item:nth-child(1) {
    grid-area: name1
}

.backstage__item:nth-child(2) {
    grid-area: name2
}

.backstage__item:nth-child(3) {
    grid-area: name3
}

.backstage__item:nth-child(4) {
    grid-area: name4
}

.backstage__item:nth-child(5) {
    grid-area: name5
}

.backstage__item:nth-child(6) {
    grid-area: name6
}

.backstage__item:nth-child(7) {
    grid-area: name7
}

.backstage__item:nth-child(8) {
    grid-area: name8
}

.backstage__item:nth-child(9) {
    grid-area: name9
}

.backstage__item:nth-child(10) {
    grid-area: name10
}

.backstage__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.backstage__more {
    display: block;
    margin: 40px auto 0;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .36px;
    background: 0 0;
    border: none;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2
}

.backstage__more:hover {
    text-decoration: none;
    opacity: .8
}

.backstage__more::before {
    content: '';
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin-right: 6px;
    width: 11px;
    height: 13px;
    display: block;
    background-image: url(../img/backstage__more.png);
    background-repeat: no-repeat;
    background-position: center
}

.review {
    padding: 100px 0;
    position: relative;
    background-image: url(../img/review__bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.review__slider {
    padding: 0 90px
}

.review__slider.slick-initialized .slick-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.review__slider.slick-dotted.slick-slider {
    margin-bottom: 50px
}

.review__slider .slick-dots {
    left: 0;
    bottom: -50px;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.review__slider .slick-dots li {
    width: 13px;
    height: 13px;
    margin: 0
}

.review__slider .slick-dots li.slick-active button {
    opacity: 1
}

.review__slider .slick-dots li + * {
    margin-left: 9px
}

.review__slider .slick-dots li button {
    width: 13px;
    height: 13px;
    background-color: #9030e3;
    opacity: .41;
    border-radius: 50%
}

.review__slider .slick-dots li button:hover {
    opacity: .8
}

.review__slider .slick-dots li button:before {
    display: none
}

.review__slider .slick-arrow {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background-color: #4c4c4c;
    background-repeat: no-repeat;
    background-position: center
}

.review__slider .slick-arrow:hover {
    text-decoration: none;
    opacity: .8
}

.review__slider .slick-arrow:before {
    display: none
}

.review__slider .slick-prev {
    left: 0;
    background-image: url(../img/prev.png);
    z-index: 2;
}

.review__slider .slick-next {
    right: 0;
    background-image: url(../img/next.png)
}

.review__item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    outline: 0;
    display: none
}

.review__item:nth-child(1) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.review__item-img {
    width: 150px;
    height: 150px;
    background-color: #fff;
    border-radius: 10px;
    padding: 0px;
    /* padding: 10px; */
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    position: relative;
    margin-left: 6px;
    margin-top: 6px;
    margin-right: 35px;
    z-index: 2
}

.review__item-img img {
    object-fit: cover;
    border-radius: 10px;
}

.review__item-nopad {
    padding: 0;
}

.review__item .review__item-nopad img {
    object-fit: cover;
    border-radius: 10px;
}


.review__item-img:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    border-radius: 11px;
    background: #fff;
    width: 100%;
    height: calc(100% - 1px);
    z-index: 2
}

.review__item-img:after {
    content: '';
    position: absolute;
    left: -6px;
    top: -6px;
    border-radius: 10px;
    background: -o-linear-gradient(169deg, #cb20c1 0, #412df0 100%);
    background: linear-gradient(-79deg, #cb20c1 0, #412df0 100%);
    width: 100%;
    height: 100%;
    z-index: 1
}

.review__item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    position: relative;
    z-index: 2
}

.review__item-img img.cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.review__item-title {
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700
}

.review__item-who {
    opacity: .61;
    color: #fff;
    font-size: 13px;
    line-height: 1.2;
    margin-top: 6px
}

.review__item-text {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px
}

.bgDec2 {
    background: #000;
    padding-top: 100px;
    position: relative;
    position: relative
}

.bgDec2:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/bgDec1.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    z-index: 1
}

.bgDec2:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../img/bgDec2.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    z-index: 1
}

.map {
    position: relative;
    z-index: 2;
}

.map__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px
}

.map__container {
    position: relative;
    display: flex;
}

.map__info {
    position: absolute;
    right: 100px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 50px 90px;
    border-radius: 10px;
    border: 1px solid #e7e5de;
    background-color: #343434;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.map__info .title {
    margin-bottom: 0
}

.map__info > * + * {
    margin-top: 20px
}

.map__info-address {
    color: #fff;
    font-family: AaBebasneue, sans-serif;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 1.13px;
    display: block;
    position: relative;
    padding-left: 34px
}

.map__info-address:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 22px;
    height: 26px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 12px;
    background-image: url(../img/map__info-address.png);
    background-repeat: no-repeat;
    background-position: center
}

.map__info-mail {
    color: #fff;
    font-family: AaBebasneue, sans-serif;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 1.13px;
    display: block;
    position: relative;
    padding-left: 34px
}

.map__info-mail:hover {
    text-decoration: none;
    color: #8b26d7
}

.map__info-mail:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 22px;
    height: 18px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 12px;
    background-image: url(../img/map__info-mail.png);
    background-repeat: no-repeat;
    background-position: left center
}

.map__info-phone {
    color: #fff;
    font-family: AaBebasneue, sans-serif;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 1.13px;
    display: block;
    position: relative;
    padding-left: 34px
}

.map__info-phone:hover {
    text-decoration: none;
    color: #8b26d7
}

.map__info-phone:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 22px;
    height: 22px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 12px;
    background-image: url(../img/map__info-phone.png);
    background-repeat: no-repeat;
    background-position: left center
}

.map__social {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #595959;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.map__social ul {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.map__social ul li {
    list-style: none
}

.map__social ul li + * {
    margin-left: 10px
}

.map__social ul li a {
    width: 44px;
    height: 44px;
    -webkit-box-shadow: 0 0 24px rgba(150, 64, 224, .54);
    box-shadow: 0 0 24px rgba(150, 64, 224, .54);
    background-color: #0077ff;
    border-radius: 50%;
    display: block;
    background-repeat: no-repeat;
    background-position: center
}

.map__social ul li a.viber {
    background-color: #9640e0;
    -webkit-box-shadow: 0 0 24px rgba(150, 64, 224, .54);
    box-shadow: 0 0 24px rgba(150, 64, 224, .54);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='25' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0)' fill='%23fff'%3e%3cpath d='M24.1195 14.4717c.7458-6.2781-.3583-10.2416-2.35-12.0344l.001-.001C18.556-.6252 7.6997-1.0783 3.8539 2.5738 2.1268 4.3603 1.5185 6.9821 1.4518 10.228c-.0667 3.2468-.1458 9.3291 5.5219 10.9791h.0052l-.0052 2.5198s-.0386 1.0209.6135 1.2261c.7458.2416 1.0834-.2323 3.4031-3.0032 3.8792.3365 6.8584-.4343 7.1969-.5468.7833-.2625 5.2156-.849 5.9323-6.9313zm-12.7469 5.7052s-2.4552 3.0615-3.2187 3.8563c-.25.2583-.524.2344-.5198-.2781 0-.3365.0187-4.1834.0187-4.1834-4.8052-1.3771-4.5218-6.5562-4.4697-9.2656.052-2.7104.5479-4.9302 2.0104-6.425C8.5675.7176 18.085 1.4248 20.51 3.704c2.9646 2.628 1.9094 10.053 1.9157 10.3062-.6094 5.077-4.2011 5.3989-4.8615 5.6187-.2823.0938-2.9021.7677-6.1917.5479z'/%3e%3cpath d='M12.731 4.476c-.4011 0-.4011.625 0 .6303 3.1114.024 5.6739 2.1927 5.702 6.1708 0 .4198.6146.4146.6094-.0052h-.001C19.008 6.9854 16.2101 4.5 12.731 4.4761z'/%3e%3cpath d='M16.8238 10.6177c-.0093.4146.6042.4344.6094.0146.051-2.3635-1.4063-4.3104-4.1448-4.5156-.401-.0292-.4427.601-.0427.6302 2.375.1802 3.626 1.801 3.5781 3.8708zM16.1676 13.3062c-.5145-.2979-1.0385-.1125-1.2552.1802l-.4531.5865c-.2302.2979-.6604.2583-.6604.2583-3.1396-.8302-3.9792-4.1156-3.9792-4.1156s-.0385-.4448.249-.6834l.5666-.4687c.2834-.225.4625-.7667.174-1.299-.7708-1.3927-1.2885-1.8729-1.552-2.2416-.2772-.347-.6938-.425-1.1272-.1907h-.0093c-.901.5271-1.8875 1.5136-1.5719 2.5292.5385 1.0708 1.5281 4.4844 4.6823 7.0635 1.4823 1.2198 3.8281 2.4698 4.8239 2.7584l.0094.0146c.9813.327 1.9354-.698 2.4448-1.6261v-.0073c.226-.4489.151-.8739-.1792-1.1521-.5854-.5708-1.4687-1.201-2.1625-1.6062z'/%3e%3cpath d='M13.7174 8.4417c1.0011.0583 1.4865.5812 1.5386 1.6552.0187.4198.6281.3906.6093-.0292-.0666-1.402-.7979-2.1833-2.1146-2.2562-.401-.024-.4385.6062-.0333.6302z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0'%3e%3cpath fill='%23fff' d='M0 0h25v25H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")
}

.map__social ul li a.wp {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='25' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.7902 4.175C18.5975 1.9799 15.6814.7704 12.5747.769 6.1732.769.9633 5.9788.9607 12.3821c-.0009 2.0469.5339 4.045 1.5502 5.8063L.8633 24.2065l6.1568-1.615c1.6964.9254 3.6063 1.4131 5.5499 1.4136h.0049c6.4008 0 11.6113-5.2102 11.6137-11.6137.0013-3.1034-1.2056-6.0212-3.3984-8.2163zm-8.2155 17.8687h-.004c-1.732-.0007-3.4308-.4662-4.913-1.3455l-.3524-.2093-3.6535.9585.9752-3.5621-.2296-.3653c-.9664-1.5369-1.4766-3.3133-1.4758-5.1372.002-5.3222 4.3325-9.6522 9.657-9.6522 2.5784.0008 5.0021 1.0062 6.8245 2.8308 1.8225 1.8246 2.8256 4.2499 2.8247 6.8293-.0023 5.3226-4.3324 9.653-9.6531 9.653zm5.2949-7.2296c-.2901-.1454-1.7169-.8472-1.9829-.9441-.2658-.0969-.4595-.1451-.6528.1453-.1935.2904-.7496.9441-.9189 1.1377-.1694.1937-.3385.218-.6288.0726-.2902-.1452-1.2252-.4517-2.3337-1.4403-.8626-.7695-1.445-1.7198-1.6143-2.0102-.1691-.2907-.0015-.4326.1273-.5922.3141-.3901.6287-.7991.7254-.9927.0968-.1936.0484-.3632-.0243-.5084-.0724-.1452-.6528-1.5735-.8945-2.1547-.2358-.5657-.4748-.4893-.653-.4981-.1691-.0085-.3627-.0102-.5562-.0102-.1934 0-.5079.0725-.774.3632-.2659.2906-1.0155.9925-1.0155 2.4209 0 1.4283 1.0399 2.8082 1.185 3.0019.145.1937 2.0463 3.1248 4.9572 4.3816.6924.2993 1.2328.4777 1.6544.6114.6952.2209 1.3277.1897 1.8278.1151.5576-.0834 1.7167-.7021 1.9588-1.3799.2417-.6779.2417-1.2589.1691-1.38-.0724-.121-.266-.1936-.5561-.3389z' fill='%23fff'/%3e%3c/svg%3e")
}

.map__social ul li a.max {
    background-image: url(/assets/app/img/max-messenger-sign-logo.svg);
}

.map__social ul li a.tg {
    background-color: #039be5;
    -webkit-box-shadow: 0 0 24px rgba(3, 155, 229, .54);
    box-shadow: 0 0 24px rgba(3, 155, 229, .54);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0)'%3e%3cpath d='M9.80956 15.8136L9.39602 21.6303C9.98769 21.6303 10.2439 21.3761 10.5512 21.0709L13.3252 18.4199L19.0731 22.6293C20.1273 23.2168 20.87 22.9074 21.1544 21.6595L24.9273 3.98031L24.9283 3.97926C25.2627 2.42093 24.3648 1.81156 23.3377 2.19385L1.1606 10.6845C-0.35294 11.272 -0.330023 12.1157 0.90331 12.498L6.5731 14.2616L19.7429 6.02093C20.3627 5.61051 20.9262 5.8376 20.4627 6.24801L9.80956 15.8136Z' fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0'%3e%3crect width='25' height='25' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")
}

.map__social ul li a.vk {
    background-color: #07f;
    -webkit-box-shadow: 0 0 24px rgba(3, 155, 229, .54);
    box-shadow: 0 0 24px rgba(3, 155, 229, .54);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='25' height='15' fill='none'%3e%3cpath fill='%23fff' fill-rule='evenodd' d='M24.412 1.042c.185-.588 0-1.015-.82-1.015h-2.728c-.689 0-1.006.374-1.192.774 0 0-1.403 3.417-3.362 5.632-.635.64-.927.854-1.27.854-.186 0-.425-.214-.425-.8V1.013C14.615.32 14.404 0 13.821 0H9.53c-.424 0-.688.32-.688.64 0 .668.98.828 1.085 2.696v4.06c0 .88-.156 1.042-.503 1.042-.927 0-3.177-3.444-4.527-7.367C4.635.294 4.368 0 3.68 0H.927C.132 0 0 .373 0 .774c0 .72.927 4.35 4.316 9.155 2.25 3.28 5.454 5.044 8.34 5.044 1.748 0 1.96-.4 1.96-1.067v-2.482c0-.801.158-.934.714-.934.397 0 1.112.213 2.727 1.788C19.91 14.146 20.228 15 21.261 15h2.727c.794 0 1.165-.4.953-1.175-.238-.773-1.138-1.894-2.303-3.229-.636-.747-1.589-1.574-1.88-1.975-.397-.533-.291-.747 0-1.227-.027 0 3.31-4.751 3.654-6.354' clip-rule='evenodd'/%3e%3c/svg%3e");
}

.map__social ul li a:hover {
    text-decoration: none;
    opacity: .8
}

.map__social-title {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    margin-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.map__block {
    min-height: 425px;
}

.map__block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer {
    position: relative;
    z-index: 2
}

.footer__top {
    padding: 35px 0 30px
}

.footer__top-container {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__logo {
    display: block;
    max-width: 180px
}

.footer__logo:hover {
    text-decoration: none;
    opacity: .8
}

.footer__logo img {
    max-width: 100%
}

.footer__menu ul {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__menu ul li {
    list-style: none
}

.footer__menu ul li + * {
    margin-left: 30px
}

.footer__menu ul li a {
    color: #fff;
    font-size: 14px;
    letter-spacing: .65px;
    text-transform: uppercase
}

.footer__menu ul li a:hover {
    text-decoration: none;
    color: #8b26d7
}

.footer__call {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    padding: 19px 30px;
    display: block;
    border-radius: 5px;
    border: 1px solid #fff
}

.footer__call:hover {
    text-decoration: none;
    background-color: #fff;
    color: #000
}

.footer__bottom {
    border-top: 2px solid #333;
    padding: 20px 0
}

.footer__paragraph {
    color: #919191;
    font-size: 14px;
    font-weight: 300;
    text-align: center
}

.footer__paragraph + * {
    margin-top: 15px
}

.footer__paragraph a {
    color: #919191;
    font-size: 14px;
    font-weight: 300
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .9
}

.white-popup {
    position: relative;
    background: #343434;
    padding: 60px 65px;
    width: auto;
    max-width: 470px;
    margin: 20px auto;
    border-radius: 10px;
    border: 1px solid #62615c
}

.white-popup .mfp-close {
    color: #878785;
    font-weight: 100;
    font-family: OpenSans, sans-serif;
    font-size: 48px
}

.form .success {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, .8);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    font-size: 20px;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    z-index: -1
}

.form-title {
    color: #fff;
    font-family: AaBebasneue, sans-serif;
    font-size: 60px;
    line-height: 1.2;
    text-align: center
}

.form-article {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.35;
    margin-top: 5px;
    margin-bottom: 20px
}

.form form > * + * {
    margin-top: 15px
}

.form form input {
    width: 100%;
    height: 58px;
    border-radius: 5px;
    border: 1px solid rgba(231, 229, 222, .24);
    background-color: rgba(231, 229, 222, .24);
    padding: 0 30px;
    color: rgba(255, 255, 255, .58);
    font-size: 15px
}

.form form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .58)
}

.form form input::-moz-placeholder {
    color: rgba(255, 255, 255, .58)
}

.form form input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .58)
}

.form form input::-ms-input-placeholder {
    color: rgba(255, 255, 255, .58)
}

.form form input::placeholder {
    color: rgba(255, 255, 255, .58)
}

.form form button {
    border: none;
    display: block;
    width: 100%;
    height: 58px;
    line-height: 1;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
    background-color: #6c00d0;
    background-image: -o-linear-gradient(169deg, #cb20c1 0, #412df0 100%);
    background-image: linear-gradient(-79deg, #cb20c1 0, #412df0 100%);
    margin-top: 20px
}

.form form button:hover {
    opacity: .8
}

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.my-mfp-slide-bottom {
    opacity: 0;
    opacity--webkit-transition: opacity .3s ease-out;
    opacity--moz-transition: opacity .3s ease-out;
    opacity--o-transition: opacity .3s ease-out;
    opacity-transition: opacity .3s ease-out
}

.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0)
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: .8
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0
}

.checkbox-polit {
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px
}

.checkbox-polit input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    height: 0;
    width: 0
}

.checkbox-polit span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #b9b9b9;
    font-size: 12px;
    font-weight: 300
}

.checkbox-polit span::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: transparent;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border: 1px solid #5f5e5d;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px 6px
}

.checkbox-polit input:checked + span::before {
    border-color: #5f5e5d;
    background-color: #5f5e5d;
    background-image: url(../img/check.png)
}

.btntop {
    position: fixed;
    right: -100px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #8b26d7;
    z-index: 9;
    border: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16 0l16 16h-7.9998L16 8l-7.9998 8.0005L0 16 16 0z' fill='%23fff'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    opacity: .7
}

.btntop:hover {
    opacity: 1
}

@media (max-width: 1450px) {
    .map__info {
        padding: 50px 70px;
        right: 50px;
    }
}

@media (max-width: 1230px) {
    .container {
        max-width: 960px
    }

    .map__info {
        right: 30px;
        padding: 30px 50px
    }

    .footer__menu ul li + * {
        margin-left: 15px
    }

    .map__info .title {
        font-size: 49px;
    }
}

@media (max-width: 991px) {
    .container {
        max-width: 720px
    }

    .header__social {
        display: none
    }

    .header__menu ul li + * {
        margin-left: 18px
    }

    .promo__block-title {
        font-size: 60px
    }

    .promo {
        height: 660px
    }

    .title {
        font-size: 46px
    }

    .services__item-title {
        line-height: 1.2
    }

    .about__top {
        grid-template-columns: 1fr
    }

    .about__reference {
        margin: 0 auto
    }

    .about, .backstage, .review, .services__container {
        padding: 80px 0
    }

    .portfolio {
        padding-top: 80px
    }

    .call {
        padding-top: 80px
    }

    .bgDec {
        padding-bottom: 80px
    }

    .bgDec2 {
        padding-top: 80px
    }

    .portfolio__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .about__specifications {
        grid-template-columns: 1fr 1fr 1fr
    }

    .call__container {
        grid-template-columns: 1fr
    }

    .call__img {
        display: none
    }

    .call__form .title {
        text-align: center
    }

    .map__info {
        position: relative;
        left: 0;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-bottom: 30px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .map__social {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer__menu {
        display: none
    }

    .map__wrapper {
        grid-template-columns: 1fr;
    }

    .map__container {
        display: block;
    }

    .map__block {
        min-height: auto;
    }

    .map__info .title {
        font-size: 46px;
    }
}

@media (min-width: 768px) {
    .header__menu {
        display: block !important
    }
}

@media (max-width: 767px) {
    .container {
        max-width: 540px
    }

    .header__phone {
        display: none
    }

    .header__bottom {
        -webkit-transition: .25s all ease-in-out;
        -o-transition: .25s all ease-in-out;
        transition: .25s all ease-in-out
    }

    .header__bottom.open {
        background-color: #262326
    }

    .header__bottom-container {
        position: relative;
        padding: 15px 0
    }

    .header__menu {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        background-color: #262326;
        width: 100%;
        padding: 20px 10px
    }

    .header__menu ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .header__menu ul li + * {
        margin-left: 0;
        margin-top: 10px
    }

    .header__menu ul li a {
        padding: 0
    }

    .header__burger {
        display: block
    }

    .promo__block-title {
        font-size: 50px
    }

    .promo__block-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .promo__block-form input {
        margin-left: 0;
        margin-top: 10px;
        width: 100%
    }

    .promo__block-form button {
        margin-left: 0;
        margin-top: 15px;
        width: 100%
    }

    .promo {
        height: auto;
        padding-bottom: 60px
    }

    .promo__block-title {
        margin-bottom: 30px
    }

    .promo__block {
        margin-top: 30px
    }

    .about, .backstage, .review, .services__container {
        padding: 60px 0
    }

    .portfolio {
        padding-top: 60px
    }

    .call {
        padding-top: 60px
    }

    .bgDec {
        padding-bottom: 60px
    }

    .bgDec2 {
        padding-top: 60px
    }

    .services__content {
        grid-template-columns: 1fr
    }

    .services__container:before {
        display: none
    }

    .about__specifications {
        grid-template-columns: 1fr 1fr
    }

    .portfolio__item-video {
        width: 100%;
        height: 230px
    }

    .portfolio__item-title {
        font-size: 22px
    }

    .backstage__block {
        grid-template-columns: 1fr 1fr;
        grid-template-areas: unset
    }

    .backstage__item {
        grid-area: unset !important
    }

    .title {
        font-size: 42px
    }

    .review__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .review .title {
        text-align: center
    }

    .review__item-img {
        margin: 0 0 20px 0
    }

    .header__bottom.sticky {
        border-top: none
    }

    .header__bottom {
        border-top: 3px solid rgba(149, 149, 149, .15)
    }

    .header__bottom-container {
        border: none
    }

    .map__info .title {
        font-size: 42px;
    }
}

@media (max-width: 575px) {
    .container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .review__slider .slick-arrow {
        top: 50px;
        bottom: auto;
        transform: none;
    }

    .header__menu {
        padding: 20px
    }

    .title {
        font-size: 35px
    }

    .form-title {
        font-size: 35px
    }

    .header__top-container {
        padding: 20px 20px
    }

    .header__top-right > * + * {
        margin-left: 0
    }

    .header__top-container {
        display: grid;
        grid-template-columns: 1fr auto;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        grid-gap: 10px
    }

    .header__call {
        padding: 15px 8px
    }

    .form-article br {
        display: none
    }

    .services .title {
        text-align: center
    }

    .services__item-img {
        width: 40px
    }

    .services__item-img img {
        width: 100%
    }

    .services__item-title {
        font-size: 24px
    }

    .services__item-img {
        margin-right: 15px
    }

    .about__reference {
        display: none
    }

    .about__specifications {
        grid-template-columns: 1fr
    }

    .portfolio__slider .slick-list {
        overflow: hidden !important;
        padding: 0 !important
    }

    .portfolio__item {
        margin: 0 6px
    }

    .portfolio__item-video {
        height: 190px
    }

    .call__form {
        padding: 40px 20px
    }

    .call__article br {
        display: none
    }

    .backstage__item {
        height: 160px
    }

    .review__slider {
        padding: 0
    }

    .map__info-mail {
        font-size: 18px
    }

    .map__info-phone {
        font-size: 18px
    }

    .map__info-address {
        font-size: 18px
    }

    .map__info {
        padding: 30px 20px
    }

    .map__social ul li a {
        width: 22px;
        height: 22px;
        background-size: 13px;
    }

    .footer__top-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__call {
        margin-top: 20px
    }

    .about {
        padding-top: 0
    }

    .white-popup {
        padding: 30px 15px
    }

    .promo__block-title {
        font-size: 37px
    }

    .map__info .title {
        font-size: 35px;
    }
}
