@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@700&display=swap);

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

body {
    margin: 0
}

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

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

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

a {
    background-color: transparent
}

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

b,
strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

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

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

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

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

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

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

* {
    padding: 0;
    margin: 0;
    list-style-type: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}

body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    position: relative
}

.container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 15px;
    height: 100%
}

img {
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.header {
    background: #fff
}

.header-top {
    background: #6a55a5;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative
}

.header-top__row {
    display: -webkit-box;
    display: -webkit-flex;
    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
}

.header-top.active {
    z-index: 11
}

.header-bottom {
    padding: 48px 0
}

.header-bottom__row {
    display: -webkit-box;
    display: -webkit-flex;
    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
}

.header-column__name {
    font: 26px "IBM Plex Sans", serif;
    color: #333;
    margin-bottom: 10px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.header-column__label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font: 500 16px Roboto, sans-serif;
    color: #6a55a5;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.header-column__label .fas {
    color: #f8921f;
    margin-right: 10px
}

.header-column__label:hover {
    color: #f8921f
}

a.header-column__name:hover {
    color: #f8921f
}

.mobile-menu {
    background: #57447b;
    max-width: 370px;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
    right: 0;
    height: 100vh;
    overflow: auto;
    z-index: 11;
    display: none;
    padding-bottom: 20px
}

.mobile-menu .sidebar-menu {
    padding-top: 1px
}

.mobile-menu .sidebar-item ul {
    display: none
}

.main-sidebar .sidebar-item,
.mobile-menu .sidebar-item {
    position: relative
}

.main-sidebar .sidebar-top.active~ul,
.mobile-menu .sidebar-top.active~ul {
    display: block
}

.main-sidebar .has-children,
.mobile-menu .has-children {
    padding-right: 50px
}

.main-sidebar .sidebar-top::after,
.mobile-menu .sidebar-top::after {
    display: none
}

.main-sidebar .angle__btn,
.mobile-menu .angle__btn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #6a55a5;
    color: #f8921f;
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    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;
    width: 52px;
    height: 52px;
    cursor: pointer
}

.main-sidebar .angle__btn .fas,
.mobile-menu .angle__btn .fas {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.main-sidebar .sidebar-top.active~.angle__btn .fas,
.mobile-menu .sidebar-top.active~.angle__btn .fas {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sidebar-firstlvl .sidebar-item {
    margin-bottom: 1px
}

.sidebar-firstlvl .sidebar-top {
    padding-left: 30px;
    margin-top: 1px
}

.sidebar-firstlvl .sidebar-inner {
    padding-left: 30px
}

.menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.menu-item {
    position: relative;
    margin-right: 50px;
    padding: 20px 0
}

.menu-item:last-of-type {
    margin-right: 0
}

.menu-item--sub:hover>.sub-menu {
    opacity: 1;
    visibility: visible
}

.menu-item--sub:after {
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    color: #f8921f;
    font-size: 12px;
    margin-left: 5px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.menu-item:hover::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.menu-item:hover .menu-link {
    color: #f8921f
}

.menu-link {
    font: 400 18px Roboto, sans-serif;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.sub-menu {
    position: absolute;
    width: 216px;
    background: #57447b;
    z-index: 2;
    margin-top: 18px;
    opacity: 0;
    visibility: hidden;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 220px;
    max-width: 260px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.sub-menu__item {
    margin-top: 1px;
    padding: 15px 20px;
    background: #6a55a5;
    display: -webkit-box;
    display: -webkit-flex;
    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
}

.sub-menu__item--trigger:after {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    color: #f8921f;
    font-size: 16px
}

.sub-menu__item:hover>ul {
    opacity: 1;
    visibility: visible
}

.sub-menu__item--accent {
    background: #f8921f
}

.sub-menu__item--accent .sub-menu__link {
    font-weight: 600
}

.sub-menu__item--accent .sub-menu__link:hover {
    color: #6a55a5
}

.sub-menu__link {
    width: 100%;
    display: block;
    color: #fff;
    font: 400 18px Roboto, sans-serif;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.sub-menu__link:hover {
    color: #f8921f
}

.sub-menu ul {
    background: #57447b;
    position: absolute;
    padding: 20px;
    width: 280px;
    top: 0;
    height: 100%;
    right: -280px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.sub-menu ul a {
    font: 400 16px Roboto, sans-serif;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.sub-menu ul a:hover {
    color: #f8921f
}

.sub-menu ul li {
    margin-bottom: 20px
}

.times {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.times i {
    margin-right: 10px
}

.times span {
    font: 400 16px Roboto, sans-serif
}

.slider-block {
    -webkit-box-shadow: 0 4px 7px rgba(87, 68, 123, .07);
    box-shadow: 0 4px 7px rgba(87, 68, 123, .07);
    background: #fff;
    max-width: 470px;
    width: 100%;
    position: relative;
    padding: 60px 60px 40px
}

.slider-block::before {
    content: '';
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 10px;
    background: url(../img/corner.svg) no-repeat center
}

.slider-title {
    font: 44px "IBM Plex Sans", serif;
    color: #333;
    margin-bottom: 20px
}

.slider-desc {
    font: 400 18px/27px Roboto, sans-serif;
    color: #333;
    margin-bottom: 30px
}

.sliderBtn {
    margin-bottom: 60px
}

.orangeBtn {
    -webkit-box-shadow: 0 4px 7px rgba(248, 146, 31, .09);
    box-shadow: 0 4px 7px rgba(248, 146, 31, .09);
    background: #f8921f;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 14px 35px;
    color: #fff;
    font: 500 18px Roboto, sans-serif;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 2px solid transparent
}

.orangeBtn:hover {
    border-color: #f8921f;
    background: 0 0;
    color: #f8921f
}

.whiteBtn {
    -webkit-box-shadow: 0 4px 7px rgba(248, 146, 31, .09);
    box-shadow: 0 4px 7px rgba(248, 146, 31, .09);
    background: 0 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 14px 35px;
    color: #f8921f;
    font: 500 18px Roboto, sans-serif;
    border: 2px solid #f8921f
}

.whiteBtn:hover {
    border-color: #f8921f;
    background: #f8921f;
    color: #fff
}

.next,
.prev {
    outline: 0;
    cursor: pointer;
    background: 0 0;
    border: none
}

.next path,
.prev path {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.next:hover path,
.prev:hover path {
    fill: #f8921f
}

.slider-controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.slider-controls .swiper-pagination {
    position: static;
    margin: 0 30px
}

.slider-controls .swiper-pagination-bullet {
    opacity: 1;
    background: #777;
    width: 10px;
    height: 10px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin: 0 10px
}

.slider-controls .swiper-pagination-bullet-active {
    background: #6a55a5;
    -webkit-box-shadow: 0 0 0 6px #fff, 0 0 0 8px #6a55a5;
    box-shadow: 0 0 0 6px #fff, 0 0 0 8px #6a55a5
}

.swiper-slide {
    padding: 100px 0
}

.advantages {
    padding: 60px 0 20px
}

.advantages-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.advantages-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 33.3%;
    -ms-flex-preferred-size: 33.3%;
    flex-basis: 33.3%;
    margin-bottom: 40px
}

.advantages-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.advantages-image {
    max-width: 60px;
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 20px;
    height: 60px
}

.advantages-name {
    margin-bottom: 15px;
    font: 26px "IBM Plex Sans", serif;
    color: #333
}

.advantages-desc {
    font: 400 18px/27px Roboto, sans-serif;
    color: #333
}

.production {
    padding: 100px 0 70px;
    background: #eee
}

.production-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px
}

.production-name {
    font: 40px "IBM Plex Sans", serif;
    color: #333;
    max-width: 370px;
    width: 100%;
    margin-right: 30px
}

.production-desc {
    color: #333;
    font: 400 18px/27px Roboto, sans-serif;
    padding-top: 12px
}

.production-row {
    display: -webkit-box;
    display: -webkit-flex;
    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;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.production-item {
    position: relative;
    max-width: 370px;
    width: 100%;
    height: 370px;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    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-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.production-item--portfolio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.production-item--portfolio:hover .production-header {
    color: #f8921f
}

.production-item:hover {
    overflow: initial
}

.production-item:hover .production-info {
    top: 0;
    padding-top: 20px
}

.production-info {
    background: #6a55a5;
    position: absolute;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    left: 0;
    z-index: 1;
    top: 100%
}

.production-title {
    padding: 15px 30px;
    font: 22px "IBM Plex Sans", serif;
    color: #fff
}

.production-list {
    margin: 5px 30px 30px
}

.production-list__link {
    font: 400 16px Roboto, sans-serif;
    color: #fff;
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.production-list__link::before {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    color: #f8921f;
    font-size: 12px;
    margin-right: 15px;
    padding-top: 4px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.production-list__link:hover {
    color: #f8921f
}

.production-list__item {
    margin-bottom: 15px
}

.production-list__item:last-of-type {
    margin-bottom: 0
}

.productionBtn {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.production-header {
    padding: 15px 30px;
    font: 18px "IBM Plex Sans", serif;
    color: #fff;
    background: #6a55a5;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%
}

.about {
    padding: 100px 0
}

.about-title {
    font: 40px "IBM Plex Sans", serif;
    margin-bottom: 60px
}

.about-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.about-image {
    -webkit-box-shadow: 0 4px 7px rgba(87, 68, 123, .07);
    box-shadow: 0 4px 7px rgba(87, 68, 123, .07);
    border: 1px solid #dbdbdb;
    margin-right: 60px;
    max-width: 340px;
    width: 100%
}

.about-image a {
    display: -webkit-box;
    display: -webkit-flex;
    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
}

.about-image img {
    width: 100%
}

.about-content {
    width: 100%
}

.about-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #dbdbdb
}

.about-column {
    -webkit-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%
}

.about-column__name {
    margin-bottom: 15px;
    font: 26px "IBM Plex Sans", serif;
    color: #333
}

.about-column__desc {
    color: #333;
    font: 400 18px/27px Roboto, sans-serif
}

.about-slogan {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.about-icon {
    margin-right: 30px
}

.staticPage .about {
    padding: 60px 0 0
}

.staticPage .about-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.staticPage .about-image {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin: 60px auto
}

@media screen and (max-width:992px) {
    .staticPage .about-image {
        max-width: 340px
    }
}

.slogan-intro {
    font: 26px "IBM Plex Sans", serif;
    color: #333;
    padding-left: 40px;
    margin-bottom: 5px
}

.slogan-text {
    font: 40px/52px "IBM Plex Sans", serif;
    color: #6a55a5
}

.portfolio {
    margin-bottom: 100px
}

.portfolio .swiper-container {
    margin-bottom: 60px
}

.portfolio .slider-controls {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 60px
}

.portfolio .swiper-slide {
    max-width: 370px;
    padding: 0;
    border: 2px solid #fff
}

.portfolio-item {
    max-width: 100%;
    width: 100%;
    height: 370px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.portfolio-text {
    background: #6a55a5;
    padding: 15px 30px;
    width: 100%;
    font: 18px/23px "IBM Plex Sans", serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.portfolio-text:hover {
    color: #f8921f
}

.portfolio-works {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.steps {
    margin-bottom: 100px;
    padding-bottom: 100px;
    border-bottom: 1px solid #dbdbdb
}

.steps-banner {
    padding: 38px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #6a55a5;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.steps-text {
    font: 26px "IBM Plex Sans", serif;
    color: #fff
}

.stepsBtn {
    margin-left: 30px
}

.steps-row {
    display: -webkit-box;
    display: -webkit-flex;
    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;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 70px
}

.steps-item {
    -webkit-box-shadow: 0 4px 7px rgba(87, 68, 123, .07);
    box-shadow: 0 4px 7px rgba(87, 68, 123, .07);
    border: 1px solid #dbdbdb;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 20px 30px 30px;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-basis: 32%;
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
    margin-bottom: 30px
}

.steps-num {
    color: #6a55a5;
    font: 700 44px Roboto, sans-serif;
    margin-right: 30px
}

.steps-desc {
    font: 400 18px/27px Roboto, sans-serif;
    color: #333
}

.steps-icon {
    max-width: 60px;
    width: 100%;
    margin-right: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    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
}

.feedback {
    margin-bottom: 100px
}

.feedback .swiper-container {
    margin-bottom: 60px
}

.feedback .swiper-slide {
    padding: 0
}

.feedback .slider-controls {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 60px
}

.feedback-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

.feedback-name {
    font: 22px "IBM Plex Sans", serif;
    color: #333
}

.feedback-image {
    max-width: 60px;
    width: 100%;
    margin-right: 20px
}

.feedback-original {
    padding: 15px 0;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    font: 500 18px Roboto, sans-serif;
    color: #6a55a5;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.feedback-desc {
    font: 400 18px/27px Roboto, sans-serif;
    color: #333
}

.clients {
    padding: 100px 0;
    background: #eee
}

.clients .swiper-container {
    margin-bottom: 60px
}

.clients .swiper-slide {
    padding: 0
}

.clients .slider-controls {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 60px
}

.clients-item {
    -webkit-box-shadow: 0 4px 7px rgba(87, 68, 123, .07);
    box-shadow: 0 4px 7px rgba(87, 68, 123, .07);
    background: #fff;
    max-width: 170px;
    width: 100%;
    height: 170px;
    display: -webkit-box;
    display: -webkit-flex;
    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
}

.contacts {
    background: #fff;
    padding: 80px 0
}

.contacts .container {
    position: relative
}

.contacts-block {
    max-width: 530px;
    width: 100%
}

.contacts-title {
    margin-bottom: 40px;
    font: 40px/52px "IBM Plex Sans", serif;
    color: #333
}

.contacts-row {
    display: -webkit-box;
    display: -webkit-flex;
    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;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contacts-column {
    -webkit-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    margin-bottom: 40px
}

.contacts-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font: 400 18px/27px Roboto, sans-serif;
    color: #333
}

.contacts-item .fas {
    color: #f8921f;
    margin-right: 10px;
    font-size: 16px;
    padding-top: 4px
}

.contacts-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.contacts-list__link {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    min-width: 50px;
    height: 50px;
    background: #6a55a5;
    -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;
    border: 2px solid #6a55a5
}

.contacts-list__link path {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.contacts-list__link:hover {
    background: #fff
}

.contacts-list__link:hover path {
    fill: #6a55a5
}

.contacts-list__item {
    margin-right: 20px
}

.contacts-list__item:last-of-type {
    margin-right: 0
}

#contacts-map {
    width: 570px;
    height: 711px;
    -webkit-box-shadow: 0 4px 7px rgba(87, 68, 123, .07);
    box-shadow: 0 4px 7px rgba(87, 68, 123, .07);
    border: 5px solid #fff;
    position: absolute;
    right: 0;
    top: -135px
}

.footer {
    padding: 120px 0 60px;
    background: #6a55a5
}

.footer-row {
    display: -webkit-box;
    display: -webkit-flex;
    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
}

.copy {
    color: #dbdbdb;
    font: 400 16px Roboto, sans-serif
}

.policy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.policy a {
    font: 400 16px Roboto, sans-serif;
    color: #fff;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 65px
}

.policy a:last-of-type {
    margin-right: 0
}

.about-slogan--mobile {
    display: none
}

.main {
    position: relative;
    background: #eee
}

.main .production-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px
}

.main .production-desc {
    padding: 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
}

.main .production-name {
    margin-bottom: 20px
}

.main-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.main-sidebar {
    max-width: 270px;
    margin-right: 30px;
    width: 100%
}

.main-content {
    width: 100%
}

.main--catalog {
    padding: 60px 0
}

.main-title {
    font: 700 44px Roboto, sans-serif;
    color: #333;
    margin-bottom: 40px
}

.main-edit p {
    font: 400 18px/27px Roboto, sans-serif;
    color: #333;
    margin-bottom: 15px
}

.main-edit ul li {
    color: #333;
    font: 400 18px/27px Roboto, sans-serif;
    margin-bottom: 20px
}

.main-edit ul .fas {
    color: #f8921f;
    margin-right: 18px
}

.main-edit ol {
    padding-left: 20px
}

.main-edit ol li {
    color: #f8921f;
    font: 700 18px/27px Roboto, sans-serif;
    margin-bottom: 20px;
    list-style-type: decimal
}

.main-edit ol li span {
    color: #333;
    font-weight: 400;
    padding-left: 20px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.main-edit h2 {
    font: 30px "IBM Plex Sans", serif;
    color: #333;
    margin: 40px 0 15px
}

.main-edit h3 {
    font: 26px "IBM Plex Sans", serif;
    color: #333;
    margin: 40px 0 15px
}

.main-edit h4 {
    font: 18px "IBM Plex Sans", serif;
    color: #333;
    margin: 40px 0 15px
}

.main-edit h5 {
    font: 16px "IBM Plex Sans", serif;
    color: #333;
    margin: 40px 0 15px
}

.resources-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.resources-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: #fff;
    -webkit-box-shadow: 0 4px 7px rgba(87, 68, 123, .07);
    box-shadow: 0 4px 7px rgba(87, 68, 123, .07);
    border: 2px solid #fff;
    max-width: 195px;
    width: 100%;
    height: 270px
}

.resources-content {
    font: 400 18px Roboto, sans-serif;
    color: #333;
    display: -webkit-box;
    display: -webkit-flex;
    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;
    width: 100%;
    height: 100%
}

.sidebar-menu {
    background: #57447b;
    margin-bottom: 40px
}

.sidebar-inner {
    background: #57447b;
    padding: 20px;
    display: none
}

.sidebar-inner__link {
    color: #fff;
    font: 400 16px Roboto, sans-serif;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.sidebar-inner__link:hover {
    color: #f8921f
}

.sidebar-inner__item {
    margin-bottom: 20px
}

.sidebar-inner__item:last-of-type {
    margin: 0
}

.sidebar-inner__item--accent {
    background: #f8921f;
    padding: 10px 15px;
    margin-left: -20px;
    margin-right: -20px
}

.sidebar-inner__item--accent .sidebar-inner__link:hover {
    color: #6a55a5
}

.card-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 40px
}

.gallery {
    width: 100%
}

.stats {
    -webkit-box-shadow: 0 4px 7px rgba(87, 68, 123, .07);
    box-shadow: 0 4px 7px rgba(87, 68, 123, .07);
    padding: 40px;
    background: #fff;
    position: relative;
    max-width: 370px;
    width: 100%;
    margin-left: 30px
}

.stats::before {
    content: '';
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 10px;
    background: url(../img/corner.svg) no-repeat center
}

.stats-name {
    margin-bottom: 20px;
    font: 26px "IBM Plex Sans", serif;
    color: #333
}

.stats-list {
    margin-bottom: 20px;
    border-top: 1px solid #eee
}

.stats-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font: 400 16px Roboto, sans-serif;
    color: #777;
    padding: 15px 0;
    border-bottom: 1px solid #eee
}

.stats-list li span {
    color: #333
}

.stats-price {
    margin-bottom: 10px;
    font: 500 26px Roboto, sans-serif;
    color: #333
}

.stats-price span {
    color: #f8921f
}

.stats-desc {
    font: 400 14px/16px Roboto, sans-serif;
    color: #777;
    margin-bottom: 40px
}

.sidebar-title {
    padding-left: 20px;
    margin-bottom: 20px;
    font: 20px "IBM Plex Sans", serif;
    color: #333
}

.sidebar-item {
    margin-bottom: 1px
}

.sidebar-list__item {
    padding: 15px 20px;
    border-top: 1px solid #dbdbdb
}

.sidebar-list__link {
    color: #6a55a5;
    font: 500 16px Roboto, sans-serif;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.sidebar-list__link:hover {
    color: #f8921f
}

.sidebar-list__link::before {
    content: '\f105';
    color: #f8921f;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-size: 14px;
    margin-right: 8px
}

.sidebar-top {
    padding: 15px 20px;
    background: #6a55a5;
    color: #fff;
    position: relative;
    font: 400 18px Roboto, sans-serif;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.sidebar-top:after {
    content: '\f107';
    color: #f8921f;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.sidebar-top:hover {
    color: #f8921f
}

.sidebar-top.active {
    color: #f8921f
}

.sidebar-top.active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.breadcrumbs {
    display: -webkit-box;
    display: -webkit-flex;
    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;
    margin-bottom: 15px
}

.breadcrumbs-link {
    color: #6a55a5;
    font: 500 16px Roboto, sans-serif;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.breadcrumbs-link:hover {
    color: #f8921f
}

.breadcrumbs-item {
    position: relative;
    margin-right: 15px
}

.breadcrumbs-item::after {
    content: '/';
    display: inline-block;
    font: 500 15px Roboto, sans-serif;
    color: #dbdbdb;
    margin-left: 15px
}

.fotorama__wrap .fotorama__stage {
    border: 2px solid #fff
}

.fotorama__thumb-border {
    border-color: #f8921f
}

.production--portoflio .production-name {
    margin-bottom: 0
}

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    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
}

.pagination-link {
    font: 700 20px Roboto, sans-serif;
    color: #6a55a5;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.pagination-link:hover {
    color: #f8921f
}

.pagination-link.active {
    color: #f8921f
}

.pagination-item {
    margin-right: 40px
}

.pagination-item:last-of-type {
    margin-right: 0
}

.production--portoflio {
    border-bottom: 1px solid #dbdbdb
}

.production--portoflio .production-row {
    margin-bottom: 30px
}

.recently,
.recently-video {
    padding: 100px 0
}

.recently .production-top,
.recently-video .production-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 40px
}

.recently .production-desc,
.recently-video .production-desc {
    padding-top: 12px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1
}

.recently .production-name,
.recently-video .production-name {
    margin-bottom: 0
}

.recently .swiper-slide,
.recently-video .swiper-slide {
    padding: 0
}

.recently .swiper-container,
.recently-video .swiper-container {
    margin-bottom: 30px
}

.recently .slider-controls,
.recently-video .slider-controls {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 60px
}

.recently .production-header,
.recently-video .production-header {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.recently .production-item:hover,
.recently-video .production-item:hover {
    overflow: hidden
}

.recently .production-item:hover .production-header,
.recently-video .production-item:hover .production-header {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.recently-video .production-header {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    background-color: rgba(106, 85, 165, .7);
    z-index: 2
}

.recently-video .production-item--video {
    height: auto;
    height: auto;
    padding-bottom: 56.5%
}

.recently-video .production-item--video::after {
    position: absolute;
    content: '';
    width: 90px;
    height: 90px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: .7;
    background-image: url(../img/play.svg);
    z-index: 1;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.recently-video .production-item--video:hover::after {
    opacity: 1
}

.portfolioPage .slider-controls {
    margin-bottom: 0
}

.price {
    padding: 60px 0 100px
}

.price .production-desc {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    margin-right: 30px
}

.price .production-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.price .production-name {
    margin-top: 0
}

.price-name {
    padding-left: 30px;
    margin-bottom: 20px;
    font: 26px "IBM Plex Sans", serif;
    color: #333
}

.price-controls {
    display: -webkit-box;
    display: -webkit-flex;
    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
}

.price-download {
    margin-right: 30px
}

.price-table {
    margin-bottom: 60px
}

.price-item {
    background: #fff;
    padding: 15px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 4px 7px rgba(87, 68, 123, .07);
    box-shadow: 0 4px 7px rgba(87, 68, 123, .07);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-bottom: 2px;
    position: relative
}

.price-item:first-of-type {
    background: #6a55a5;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.price-item:first-of-type .price-content,
.price-item:first-of-type .price-label {
    color: #fff
}

.price-item:first-of-type:hover {
    z-index: 2
}

.price-item:first-of-type:hover .price-label {
    color: #fff
}

.price-item:hover {
    -webkit-box-shadow: 0 20px 50px rgba(87, 68, 123, .09);
    box-shadow: 0 20px 50px rgba(87, 68, 123, .09)
}

.price-item:hover .price-label {
    color: #f8921f
}

.price-label {
    color: #6a55a5;
    font: 500 18px/27px Roboto, sans-serif;
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.price-content {
    font: 400 18px/27px Roboto, sans-serif;
    color: #333;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%
}

.jq-selectbox.opened .jq-selectbox__trigger::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.jq-selectbox.focused .jq-selectbox__select {
    border: 2px solid #f8921f
}

.jq-selectbox__select {
    -webkit-box-shadow: 0 4px 7px rgba(248, 146, 31, .09);
    box-shadow: 0 4px 7px rgba(248, 146, 31, .09);
    background: #fff;
    border: 2px solid #f8921f;
    -webkit-border-radius: 0;
    border-radius: 0;
    font: 400 16px Roboto, sans-serif;
    color: #333;
    height: initial
}

.jq-selectbox__select:hover {
    background: #fff
}

.jq-selectbox__select-text {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px
}

.jq-selectbox__trigger {
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    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
}

.jq-selectbox__trigger::after {
    content: '\f107';
    color: #f8921f;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.jq-selectbox__trigger-arrow {
    display: none
}

.jq-selectbox__dropdown {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 20px 50px rgba(87, 68, 123, .09);
    box-shadow: 0 20px 50px rgba(87, 68, 123, .09);
    border: 2px solid #f8921f;
    border-top: none;
    margin: 0
}

.jq-selectbox__dropdown li {
    padding: 15px;
    font: 400 16px Roboto, sans-serif;
    color: #333;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-top: 1px solid #dbdbdb
}

.jq-selectbox__dropdown li.sel {
    color: #f8921f;
    background: #fff
}

.jq-selectbox__dropdown li:hover {
    color: #f8921f;
    background: #fff
}

.often-item {
    -webkit-box-shadow: 0 4px 7px rgba(87, 68, 123, .07);
    box-shadow: 0 4px 7px rgba(87, 68, 123, .07);
    max-width: 270px;
    width: 100%;
    height: 420px;
    background: #fff;
    border-bottom: 2px solid #f8921f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.often-content {
    display: -webkit-box;
    display: -webkit-flex;
    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-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 20px 30px;
    height: 100%
}

.often-text {
    font: 400 18px Roboto, sans-serif;
    color: #333
}

.often-price {
    font: 500 20px Roboto, sans-serif;
    color: #f8921f
}

.cardPage .steps,
.staticPage .steps {
    padding-bottom: 0;
    padding-top: 100px;
    border: none;
    border-top: 1px solid #dbdbdb
}

.section-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.cardPage .pagination {
    margin-bottom: 40px
}

.section-item {
    background: #fff;
    -webkit-box-shadow: 0 20px 50px rgba(87, 68, 123, .09);
    box-shadow: 0 20px 50px rgba(87, 68, 123, .09);
    height: 420px;
    max-width: 270px;
    width: 100%;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    margin-right: 30px
}

.section-item:nth-child(3n) {
    margin-right: 0
}

.section-item:last-of-type {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff
}

.section-item:last-of-type img {
    height: 100%
}

.section-item:hover .section-btn {
    color: #fff
}

.section-item:hover .section-btn:after {
    height: 100%
}

.section-text {
    text-align: center;
    font: 400 18px Roboto, sans-serif;
    color: #333;
    padding: 0 30px
}

.section-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.section-info {
    display: -webkit-box;
    display: -webkit-flex;
    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-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    padding-top: 20px
}

.section-btn {
    font: 500 20px Roboto, sans-serif;
    color: #f8921f;
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    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;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 1;
    outline: 0;
    border: none;
    cursor: pointer;
    background: 0 0
}

.section-btn:after {
    content: '';
    width: 100%;
    height: 1%;
    left: 0;
    bottom: 0;
    background: #f8921f;
    z-index: -1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute
}

.section-btn:hover {
    color: #fff
}

.section-btn:hover::after {
    height: 100%
}

.services-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #dbdbdb;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.services-item:first-of-type {
    padding-top: 40px;
    border-top: 1px solid #dbdbdb
}

.services-image {
    max-width: 270px;
    width: 100%;
    margin-right: 30px;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 4px 7px rgba(87, 68, 123, .07);
    box-shadow: 0 4px 7px rgba(87, 68, 123, .07);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.services-info {
    width: 100%
}

.services-name {
    margin-bottom: 15px;
    color: #333;
    font: 26px "IBM Plex Sans", serif;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.services-desc {
    margin-bottom: 20px
}

.services-desc p {
    margin-bottom: 20px;
    font: 400 18px/27px Roboto, sans-serif;
    color: #333
}

.services-more {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font: 500 16px Roboto, sans-serif;
    color: #6a55a5;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.services-more i {
    margin-left: 10px;
    color: #f8921f
}

.services-more:hover {
    color: #f8921f
}

.main-gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.main-gallery__item {
    -webkit-flex-basis: 33.3%;
    -ms-flex-preferred-size: 33.3%;
    flex-basis: 33.3%;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.main-gallery__item img {
    border: 2px solid #fff
}

.project-controls {
    display: -webkit-box;
    display: -webkit-flex;
    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-top: 40px;
    width: 100%;
    border-top: 1px solid #dbdbdb;
    margin-top: 40px
}

.project-prev i {
    margin-right: 10px
}

.project-prev.disabled {
    pointer-events: none;
    color: #dbdbdb
}

.main--project {
    padding-bottom: 100px;
    padding-top: 60px
}

.main--project .stats-list span {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.contactsDesc {
    margin-bottom: 40px;
    font: 400 18px/27px Roboto, sans-serif;
    color: #333
}

.contactsIcon {
    margin-right: 20px;
    max-width: 70px;
    width: 100%
}

.contactsWelcome {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px
}

.contactsWelcome__text {
    font: 40px "IBM Plex Sans", serif;
    color: #333
}

.contactsBlock {
    max-width: 570px;
    width: 100%;
    margin-right: 30px
}

.FormWrapper {
    background: #fff;
    position: relative;
    padding: 40px 40px 60px;
    width: 100%
}

.FormWrapper::before {
    content: '';
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 10px;
    background: url(../img/corner.svg) no-repeat center
}

.FormWrapper-desc {
    max-width: 370px;
    width: 100%;
    margin: 0 auto 30px;
    font: 400 16px/24px Roboto, sans-serif;
    color: #333;
    text-align: center
}

.FormWrapper-desc a {
    color: #6a55a5;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-weight: 500
}

.FormWrapper-desc a:hover {
    color: #f8921f
}

.FormWrapper-name {
    text-align: center;
    margin-bottom: 15px;
    font: 40px "IBM Plex Sans", serif;
    color: #333
}

.FormWrapper-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 45px
}

.FormWrapper-row:last-of-type {
    margin-bottom: 0
}

.FormWrapper-column {
    -webkit-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%
}

.modal-wrapper.modal-wrapper--orderOne .FormWrapper-column,
.modal-wrapper.modal-wrapper--letter .FormWrapper-column {
    flex-basis: 100%
}

.FormWrapper-field {
    width: 100%;
    margin-bottom: 30px
}

.FormWrapper-field:last-of-type {
    margin-bottom: 0
}

.FormWrapper-field input {
    width: 100%;
    border: 1px solid #dbdbdb;
    height: 50px;
    padding-left: 25px;
    padding-right: 25px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font: 400 16px Roboto, sans-serif;
    color: #333
}

.FormWrapper-field input::-webkit-input-placeholder {
    color: #777
}

.FormWrapper-field input::-moz-placeholder {
    color: #777
}

.FormWrapper-field input::-ms-input-placeholder {
    color: #777
}

.FormWrapper-field input::placeholder {
    color: #777
}

.FormWrapper-field input:focus {
    border-color: #f8921f;
    -webkit-box-shadow: 0 20px 50px rgba(87, 68, 123, .09);
    box-shadow: 0 20px 50px rgba(87, 68, 123, .09)
}

.FormWrapper-field input.error {
    color: red
}

.FormWrapper-textarea {
    width: 100%;
    height: 100%
}

.FormWrapper-textarea textarea {
    width: 100%;
    border: 1px solid #dbdbdb;
    height: 100%;
    resize: none;
    padding: 15px 25px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font: 400 16px Roboto, sans-serif;
    color: #333
}

.FormWrapper-textarea textarea::-webkit-input-placeholder {
    color: #777
}

.FormWrapper-textarea textarea::-moz-placeholder {
    color: #777
}

.FormWrapper-textarea textarea::-ms-input-placeholder {
    color: #777
}

.FormWrapper-textarea textarea::placeholder {
    color: #777
}

.FormWrapper-textarea textarea:focus {
    border-color: #f8921f;
    -webkit-box-shadow: 0 20px 50px rgba(87, 68, 123, .09);
    box-shadow: 0 20px 50px rgba(87, 68, 123, .09)
}

.FormWrapper-textarea textarea.error {
    color: red
}

.agree {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font: 400 16px Roboto, sans-serif;
    color: #333;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.agree span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.agree a {
    font: 500 16px Roboto, sans-serif;
    color: #6a55a5
}

.agree input {
    display: none
}

.agree input+.check__blok {
    background: #eee;
    margin-top: 3px;
    max-width: 20px;
    cursor: pointer;
    width: 100%;
    height: 20px;
    margin-right: 10px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-position: center;
    min-width: 20px;
}

.agree input:checked+.check__blok {
    background: url(../img/correct.svg) no-repeat center, #6a55a5
}

.submitBtn {
    cursor: pointer;
    width: 48%;
    height: 50px
}

.contactsPage #contacts-map {
    position: static;
    width: 100%;
    max-width: 100%
}

.contactsPage .contacts {
    padding: 0;
    margin: -40px 0 -80px
}

.control-mobile {
    display: none
}

.burger,
.header-column--mobile {
    display: none
}

.overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(51, 51, 51, .8);
    display: none
}

.modal-wrapper {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 11;
    display: none
}

.modal-wrapper--call,
.modal-wrapper--order {
    max-width: 570px;
    width: 100%
}

.modal-wrapper--tnx {
    max-width: 370px;
    width: 100%
}

.modal-close {
    cursor: pointer;
    border: none;
    background: 0 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
    top: 20px;
    right: 20px
}

.modal-close path {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.modal-close:hover path {
    fill: #f8921f
}

.modal-closeBtn {
    max-width: 240px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -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
}

.notFound {
    background: url(../img/notFound.jpg) no-repeat;
    background-position: -500px 0
}

.notFound-row {
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 50%
}

.notFound-title {
    font: 44px "IBM Plex Sans", serif;
    color: #333;
    margin-top: 60px;
    margin-bottom: 20px
}

.notFound-desc {
    margin-bottom: 40px;
    font: 400 18px/27px Roboto, sans-serif;
    color: #333;
    max-width: 470px;
    width: 100%
}

.notFoundBtn {
    margin-bottom: 100px
}

@media screen and (min-width:1550px) {
    .notFound {
        background-position: -200px 0
    }
}

@media screen and (max-width:1200px) {
    .menu-item {
        margin-right: 40px
    }

    .header-column__name {
        font-size: 24px
    }

    .logo {
        max-width: 205px
    }

    .slider .swiper-slide {
        padding: 80px 0
    }

    .slider-title {
        font-size: 40px
    }

    .production-item {
        height: 300px;
        max-width: 32%
    }

    .slogan-text {
        font-size: 32px
    }

    .steps-item {
        -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%
    }

    #contacts-map {
        width: 435px;
        height: 620px;
        right: 15px;
        top: -95px
    }

    .recently .production-item--portfolio,
    .recently-video .production-item--portfolio {
        max-width: 100%
    }

    .main-title {
        font-size: 40px
    }

    .main-sidebar {
        max-width: 300px
    }

    .gallery {
        width: 100%;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: 50%
    }

    .resources-list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .resources-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
        height: 135px;
        max-width: 49%;
        margin-bottom: 30px
    }

    .resources-image {
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .main-gallery__item {
        -webkit-flex-basis: 32%;
        -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
        margin-right: 1%
    }

    .FormWrapper-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .FormWrapper-field:last-of-type {
        margin-bottom: 30px
    }

    .FormWrapper-row {
        margin-bottom: 40px
    }

    .agree span {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .agree span a {
        margin-left: 5px
    }

    .agree {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 40px
    }

    .submitBtn {
        max-width: 240px;
        width: auto;
        margin: 0 auto
    }

    .orangeBtn {
        padding-left: 30px;
        padding-right: 30px
    }

    .modal-wrapper .FormWrapper-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .modal-wrapper .FormWrapper-field:last-of-type {
        margin: 0
    }

    .modal-wrapper .agree span {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .modal-wrapper .agree span a {
        margin-left: 0
    }

    .modal-wrapper .agree {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 0
    }

    .section-item {
        max-width: 32%;
        margin-right: 1%
    }
}

@media screen and (max-width:992px) {
    .slider-block {
        max-width: 345px;
        padding: 40px
    }

    .sliderBtn {
        margin-bottom: 40px
    }

    .slider .swiper-slide {
        padding: 60px 0
    }

    .advantages-row {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .advantages-wrapper {
        -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%
    }

    .production {
        padding: 60px 0 30px
    }

    .production-name {
        font-size: 36px
    }

    .production-top {
        margin-bottom: 40px
    }

    .production-title {
        font-size: 18px
    }

    .about {
        padding: 60px 0
    }

    .about-title {
        font-size: 36px;
        margin-bottom: 40px
    }

    .about-row {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .about-columns {
        padding-bottom: 40px;
        margin-bottom: 40px
    }

    .about-slogan {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .about-image {
        max-width: 220px
    }

    .slogan-intro {
        padding-left: 0
    }

    .portfolio .slider-controls {
        margin-bottom: 40px
    }

    .portfolio {
        margin-bottom: 60px
    }

    .steps-row {
        margin-bottom: 30px
    }

    .steps {
        padding-bottom: 60px;
        margin-bottom: 60px
    }

    .clients-item {
        max-width: 95px;
        height: 95px
    }

    #contacts-map {
        width: 100%;
        height: 600px;
        position: relative;
        top: 25px;
        right: initial
    }

    .contacts {
        padding-bottom: 0
    }

    .contacts-column {
        -webkit-flex-basis: 32%;
        -ms-flex-preferred-size: 32%;
        flex-basis: 32%
    }

    .contacts-block {
        max-width: 100%
    }

    .footer {
        padding: 80px 0 40px
    }

    .clients {
        padding: 60px 0
    }

    .clients .slider-controls {
        margin-bottom: 0
    }

    .main .production-desc {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }

    .main .production-desc p {
        margin-bottom: 15px
    }

    .main .production-desc p:last-of-type {
        margin-bottom: 0
    }

    .main-sidebar {
        display: none
    }

    .contactsPage .main-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .contactsBlock {
        max-width: 100%;
        margin-right: 0
    }

    .FormWrapper-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .FormWrapper-field:last-of-type {
        margin-bottom: 0
    }

    .FormWrapper-name {
        font-size: 32px
    }

    .agree span {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .agree span a {
        margin-left: 0
    }

    .agree {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .contactsPage .contacts {
        margin: -40px 0
    }

    .control-mobile {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-left: 55px
    }

    .menu {
        display: none
    }

    .header-controls {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header-top {
        height: 60px
    }

    .header-top__row {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%
    }

    .burger {
        background: 0 0;
        border: none;
        color: #fff;
        cursor: pointer;
        width: 30px;
        height: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        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-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative
    }

    .burger span {
        width: 100%;
        height: 2px;
        background: #fff;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .burger.active span:nth-child(2) {
        opacity: 0;
        visibility: hidden
    }

    .burger.active span:first-of-type {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 9px
    }

    .burger.active span:last-of-type {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: absolute;
        top: 9px
    }

    .header-column--map {
        display: none
    }

    .notFound-row {
        padding-left: 40%
    }

    .notFound {
        background-position: -700px 0
    }
}

@media screen and (max-width:768px) {
    .slider-block {
        margin: 0 auto
    }

    .section-item {
        max-width: 49%;
        text-align: center;
        -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
    }

    .section-item:nth-child(3n) {
        margin-right: 1%
    }

    .advantages-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .advantages-image {
        margin-bottom: 15px
    }

    .advantages-wrapper {
        margin-bottom: 30px
    }

    .production-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .production-desc {
        padding-top: 0
    }

    .production-name {
        max-width: 100%;
        margin-bottom: 20px;
        font-size: 32px
    }

    .production-item {
        height: 255px;
        max-width: 49%
    }

    .about-columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 0;
        margin-bottom: 0;
        border: none
    }

    .about-row {
        margin-bottom: 40px;
        padding-bottom: 40px;
        border-bottom: 1px solid #dbdbdb
    }

    .about-column {
        margin-bottom: 30px
    }

    .about-column:last-of-type {
        margin-bottom: 0
    }

    .about-slogan--desktop {
        display: none
    }

    .about-slogan--mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .portfolio .swiper-slide {
        max-width: 255px
    }

    .portfolio-item {
        height: 255px
    }

    .portfolio .swiper-container {
        margin-bottom: 40px
    }

    .steps-item {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .steps-text {
        width: 50%
    }

    .clients-item {
        max-width: 112px;
        height: 112px
    }

    .clients .swiper-slide {
        display: -webkit-box;
        display: -webkit-flex;
        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
    }

    .contacts-title {
        font-size: 32px;
        line-height: 42px
    }

    .contacts-column {
        -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%
    }

    #contacts-map {
        height: 270px
    }

    .footer-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .policy a {
        margin-right: 30px
    }

    .policy {
        margin-bottom: 30px
    }

    .about-title {
        font-size: 32px
    }

    .recently .production-top,
    .recently-video .production-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .recently,
    .recently-video {
        padding: 60px 0
    }

    .recently .swiper-container,
    .recently-video .swiper-container {
        margin-bottom: 30px
    }

    .pagination-item {
        margin-right: 20px
    }

    .production--portoflio .production-row {
        margin-bottom: 0
    }

    .price .production-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .price .production-desc {
        margin-bottom: 20px
    }

    .price-label {
        -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
        margin-right: 10px;
        font-size: 14px;
        line-height: 21px
    }

    .price-content {
        font-size: 14px;
        line-height: 21px
    }

    .price-controls {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .price-download {
        margin-bottom: 20px;
        margin-right: 0
    }

    .jq-selectbox {
        vertical-align: middle;
        cursor: pointer;
        max-width: 370px;
        margin: 0 auto
    }

    .price {
        padding: 60px 0
    }

    .card-row {
        -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;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .gallery {
        margin-bottom: 40px;
        max-width: 100%;
        text-align: center
    }

    .gallery .fotorama__wrap {
        margin: 0 auto
    }

    .stats {
        margin-left: 0
    }

    .main-title {
        font-size: 36px
    }

    .resources-content {
        font-size: 16px
    }

    .services-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .services-image {
        text-align: center;
        margin: 0 auto 20px
    }

    .main-edit .askBtn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        max-width: 230px;
        width: 100%;
        margin: 0 auto
    }

    .contactsWelcome__text {
        font-size: 36px
    }

    .header-column--email {
        display: none
    }

    .header-column--phone {
        margin-right: 40px;
        position: relative
    }

    .header-column--phone>.header-column__name {
        position: relative
    }

    .header-column--phone>.header-column__name:after {
        content: '\f106';
        color: #f8921f;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        display: inline-block;
        font-size: 14px;
        position: absolute;
        right: -20px;
        top: 7px;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        z-index: 2
    }

    .header-column--phone.active>.header-column__name:after {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        z-index: 3
    }

    .header-column--phone.active .header-column--mobile {
        opacity: 1;
        visibility: visible
    }

    .header-column--mobile {
        display: block;
        -webkit-box-shadow: 0 20px 50px rgba(87, 68, 123, .09);
        box-shadow: 0 20px 50px rgba(87, 68, 123, .09);
        background: #fff;
        position: absolute;
        top: -20px;
        left: -20px;
        z-index: 2;
        padding: 20px;
        width: 270px;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        opacity: 0;
        visibility: hidden
    }

    .header-column--mobile .header-column {
        margin-bottom: 30px
    }

    .header-column--mobile .header-column:last-of-type {
        margin: 0
    }

    .notFound-title {
        font-size: 36px
    }

    .notFound-row {
        padding-left: 30%
    }

    .notFound {
        background-position: -800px 0
    }
}

@media screen and (max-width:568px) {
    .resources-item {
        max-width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 20px
    }

    .resources-item:last-of-type {
        margin-bottom: 0
    }

    .section-item {
        max-width: 100%;
        text-align: center;
        -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-right: 0
    }

    .section-item:nth-child(3n) {
        margin-right: 0
    }

    .breadcrumbs-item {
        margin-bottom: 10px
    }

    .stats-price {
        font-size: 22px
    }

    .stats {
        padding: 40px 30px
    }

    .main-gallery__item {
        -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
        margin-bottom: 20px
    }

    .FormWrapper-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .FormWrapper-field:last-of-type {
        margin-bottom: 30px
    }

    .FormWrapper-name {
        font-size: 32px
    }

    .agree span {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .agree span a {
        margin-left: 5px
    }

    .agree {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .contactsWelcome__text {
        font-size: 32px
    }

    .header-controls {
        -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;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .control-mobile {
        margin-left: 0
    }

    .header-bottom {
        padding: 24px 0
    }

    .header-bottom__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header-column--phone {
        margin-right: 0;
        -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;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .header-column--phone .header-column {
        -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;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .header-column--mobile {
        left: -30px
    }

    .modal-wrapper {
        max-height: none;
        overflow: auto;
        width: 80%;
    }

    .modal-wrapper .FormWrapper-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .modal-wrapper .FormWrapper-field:last-of-type {
        margin-bottom: 30px
    }

    .modal-wrapper .agree span {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .modal-wrapper .agree span a {
        margin-left: 5px
    }

    .modal-wrapper .agree {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 30px
    }

    .modal-wrapper--call .FormWrapper-row {
        margin-bottom: 0
    }

    .notFound-row {
        padding-left: 20%;
        padding-top: 20px;
        padding-bottom: 20px
    }

    .notFoundBtn {
        margin-bottom: 40px
    }

    .notFound {
        background-position: -800px 0
    }
}

@media screen and (max-width:480px) {
    .steps-banner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .jq-selectbox {
        vertical-align: middle;
        cursor: pointer;
        max-width: 100%;
        margin: 0 auto
    }

    .price-name {
        padding-left: 0;
        font-size: 20px
    }

    .steps-text {
        width: 100%;
        margin-bottom: 15px
    }

    .stepsBtn {
        margin-left: 0
    }

    .portfolio-text {
        font-size: 16px
    }

    .contacts-column {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 15px
    }

    .contacts-column:last-of-type {
        margin-bottom: 0
    }

    .footer {
        padding: 50px 0 20px
    }

    .policy {
        -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;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .policy a {
        margin-right: 0;
        margin-bottom: 15px
    }

    .policy a:last-of-type {
        margin-bottom: 0
    }

    .about-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .about-content {
        margin-bottom: 30px
    }

    .about-image {
        margin: 0 auto
    }

    .slogan-text {
        font-size: 26px;
        line-height: 32px
    }

    .slogan-intro {
        font-size: 20px
    }

    .production-item {
        height: 305px;
        max-width: 100%
    }

    .advantages-wrapper {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .slider-title {
        font-size: 28px
    }

    .slider-desc {
        font-size: 16px
    }

    .orangeBtn,
    .whiteBtn {
        font-size: 16px
    }

    .slider-block {
        padding: 40px 20px
    }

    .slider-controls .swiper-pagination {
        margin: 0
    }

    .next,
    .prev {
        display: none
    }

    .steps-num {
        font-size: 32px;
        margin-right: 15px
    }

    .feedback-desc,
    .production-desc,
    .steps-desc {
        font-size: 14px;
        line-height: 22px
    }

    .steps-icon {
        max-width: 45px;
        margin-right: 15px
    }

    .steps-text {
        font-size: 22px
    }

    .feedback .swiper-container {
        margin-bottom: 30px
    }

    .contacts-title {
        font-size: 26px;
        margin-bottom: 30px
    }

    .contacts-list__link {
        height: 40px;
        min-width: 40px
    }

    .main--project .services-more {
        font-size: 14px;
        text-align: center
    }

    .contactsBlock {
        margin-bottom: 40px
    }

    .FormWrapper {
        padding: 40px 20px
    }
}

.no-icon::after {
    display: none
}

.main-edit ul {
    margin: 20px 0;
    padding: 0 0 0 30px
}

.main-edit ul li {
    margin-bottom: 10px;
    list-style: disc
}

.main-edit table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font: 400 18px/27px Roboto, sans-serif;
    font-size: 18px;
    background: #fff;
    -webkit-box-shadow: 0 4px 7px rgba(87, 68, 123, .07);
    box-shadow: 0 4px 7px rgba(87, 68, 123, .07);
    margin-bottom: 30px
}

.main-edit table td,
.main-edit table th {
    padding: 15px 30px
}

.main-edit table thead {
    font: 500 18px/27px Roboto, sans-serif;
    background-color: #6a55a5;
    color: #fff
}

.main-edit table tbody tr:not(:last-child) {
    border-bottom: 1px solid #dbdbdb
}

.reviewsPage .main {
    background-color: #fff
}

.reviewsPage .production-desc {
    -webkit-column-count: inherit;
    -moz-column-count: inherit;
    column-count: inherit
}

.reviewsPage .feedback {
    border-top: 1px solid #eee;
    padding: 60px 0 0
}

.reviewsPage .feedback-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -15px
}

.reviewsPage .feedback-item {
    margin: 0 15px 30px;
    width: calc(100% / 3 - 30px)
}

@media screen and (max-width:992px) {
    .reviewsPage .feedback-item {
        width: calc(50% - 30px)
    }
}

@media screen and (max-width:768px) {
    .reviewsPage .feedback-item {
        width: calc(100% - 30px)
    }
}

/*# sourceMappingURL=maps/main.min.css.map */

.cf-city svg {
    color: #F8921F;
}

iframe {
    display: none;
}