html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.3em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    box-sizing: content-box; /* 2 */
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
.header {
    background-color: #2c2c2c;
    position: fixed;
    width: 100%;
    z-index: 999;
}
.header .content-wrapper {
    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: 5px 7% 9px 5%;
    background-color: #2c2c2c;
}
.header__phone {
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #f8f6ec;
}
.header__mail {
    display: block;
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 13px;
    color: #ffc600;
}
.header__contacts {
    margin-left: auto;
    padding-top: 8px;
}
.header__contacts a {
    text-decoration: none;
}
.main-nav {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.main-nav li {
    margin-right: 15px;
}
.main-nav a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 4px;
    line-height: 57px;
    display: block;
    padding: 5px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.main-nav a:hover {
    opacity: 0.6;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.mob-nav__list {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-left: 80px;
    padding-bottom: 40px;
    position: absolute;
    top: -382px;
    pointer-events: none;
    background-color: #2c2c2c;
    width: 100%;
    z-index: 1;
    -webkit-transition: top 0.5s ease;
    transition: top 0.5s ease;
}
.mob-nav__list a {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 57px;
    letter-spacing: 2.4px;
    color: #ffffff;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.mob-nav__list a:hover {
    opacity: 0.6;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.mob-nav__list.show {
    pointer-events: all;
    top: 78px;
    -webkit-transition: top 0.5s ease;
    transition: top 0.5s ease;
}
.mob-nav__burger {
    display: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    -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: 7px;
    margin-left: -10px;
}
.mob-nav__burger span {
    width: 20px;
    height: 2px;
    display: block;
    background-color: #ffc80a;
    position: relative;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.mob-nav__burger span::before,
.mob-nav__burger span::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    display: block;
    left: 0;
    right: 0;
    background-color: #ffc80a;
}
.mob-nav__burger span::before {
    top: 7px;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.mob-nav__burger span::after {
    bottom: 7px;
}
.mob-nav__burger.show span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.mob-nav__burger.show span::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    top: 0;
}
.mob-nav__burger.show span::after {
    display: none;
}
.cover {
    background-color: #2c2c2c;
}
.cover .content-wrapper {
    background: url("../img/cover.jpg") no-repeat;
    padding: 1px;
    padding-top: 81px;
    background-position: 0 0;
    background-size: cover;
}
.cover img {
    margin: 196px auto 0;
}
.cover h1 {
    max-width: 70%;
    margin: 24px auto 183px;
}
.cover__title {
    max-width: 70%;
    margin: 24px auto 183px;
    color: #ffffff;
    letter-spacing: 2px;
    font-size: 38px;
    line-height: 1.18;
    font-weight: 300;
    text-align: center;
}
.about {
    background-color: #2c2c2c;
    padding: 50px 60px 83px;
}
.icon-list {
    padding: 0;
    margin: 0;
    list-style: none;
    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;
}
.icon-list li {
    text-align: center;
    width: 21%;
}
.icon-list li svg {
    fill: #ffc80a;
    min-width: 45px;
}
.icon-list__title {
    display: block;
    font-weight: 700;
    color: #ffffff;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 13px;
}
.icon-list__description {
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #f3f9ff;
}
.catalog {
    padding-top: 50px;
}
.catalog h2 {
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 26px;
    letter-spacing: 2px;
}
.catalog__subtitle {
    text-align: center;
    max-width: 770px;
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 16px;
    line-height: 32px;
    color: #000000;
    margin: 0 auto;
}
.catalog__header {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 107px;
}
.catalog__header .catalog__header-unit {
    width: 30%;
    text-align: center;
    padding-top: 38px;
}
.catalog__header .catalog__header-unit--black {
    background-color: #2c2c2c;
}
.catalog__header .catalog__header-unit--black .catalog__header-text {
    color: #ffffff;
}
.catalog__header .catalog__header-unit--white {
    background-color: #ffffff;
}
.catalog__header .catalog__header-unit--white .catalog__header-marked {
    background-color: #ffc80a;
}
.catalog__header .catalog__header-unit--yellow {
    background-color: #ffc80a;
    width: 60%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.catalog__header .catalog__header-unit--yellow .catalog__header-box {
    margin-left: 47px;
    margin: 0 auto;
}
.catalog__header .catalog__header-unit img {
    margin-top: -65px;
    margin-left: 31px;
}
.catalog__header-marked {
    padding: 4px 12px;
    border-radius: 2px;
    background-color: #f7f8f9;
    font-weight: 700;
    font-size: 8px;
    line-height: 2;
    letter-spacing: 2.4px;
    color: #2c2c2c;
    text-transform: uppercase;
}
.catalog__header-text {
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #2c2c2c;
    width: 175px;
    margin: 7px auto 0;
}
.catalog__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 80px auto 25px;
    width: 1122px;
}
.catalog__list li {
    width: 32%;
    margin-right: 17px;
    margin-bottom: 85px;
}
.catalog__list li:nth-of-type(3n) {
    margin-right: 0;
}
.catalog__list li:nth-child(n + 7) {
    display: none;
}
.catalog__list--full li:nth-child(n + 7) {
    display: block;
}
.catalog__caption {
    text-align: center;
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 13px;
    color: #9c9c9c;
    margin-top: 25px;
}
.catalog__caption span {
    display: block;
}
.catalog__caption a {
    color: #212121;
}
.catalog__more {
    margin: 0 auto 104px;
}
.catalog__caption-title {
    font-family: "Montserrat", "Arial", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #212121;
}
.catalog__image-wrapper {
    background-color: white;
}
.catalog__image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
}
.order {
    background-color: #2c2c2c;
    padding-top: 124px;
    padding-bottom: 1px;
}
.order .icon-list {
    margin: 107px 65px 88px;
}
.order .icon-list .icon-list__title {
    padding: 0 55px;
    margin-bottom: 11px;
}
.order .icon-list .icon-list__description {
    padding: 0 15px;
}
.order .icon-list svg {
    height: 50px;
}
.order__anchor {
    margin: 0 auto;
    width: 800px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.order__anchor-block {
    text-align: center;
    width: 50%;
    padding-top: 117px;
    padding-bottom: 93px;
}
.order__anchor-block--1 {
    background-color: #f7f8f9;
    border-radius: 3px 0 0 3px;
}
.order__anchor-block--1 .order__subtitle {
    color: #9fa3a7;
}
.order__anchor-block--2 {
    background-color: #ffca14;
    border-radius: 0 3px 3px 0;
}
.order__anchor-block--2 .order__subtitle {
    color: rgba(44, 44, 44, 0.5);
}
.order__anchor-block .btn {
    display: inline-block;
}
.order__subtitle {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 2.4px;
    margin-bottom: 25px;
}
.order__title {
    display: block;
    font-size: 30px;
    line-height: 40px;
    color: #353535;
    width: 250px;
    margin: 0 auto;
}
.order__description {
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 14px;
    line-height: 26px;
    width: 250px;
    margin: 18px auto 45px;
}
.examples {
    padding-top: 78px;
    padding-bottom: 34px;
}
.examples h2 {
    margin-bottom: 48px;
}
.examples .lSSlideWrapper {
    height: 486px;
}
.examples .lSAction > a {
    top: auto;
    bottom: 4px;
}
.examples .lSAction > .lSPrev {
    right: 200px;
    left: auto;
}
.examples .lSAction > .lSNext {
    right: 154px;
}
.examples .content-wrapper {
    max-width: 1284px;
}
.examples__slider a {
    position: relative;
    height: 400px;
}
.examples__slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
}
.examples__caption {
    display: block;
    position: absolute;
    background-color: #f7f8f9;
    font-weight: 700;
    font-size: 8px;
    line-height: 1;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    bottom: 28px;
    left: 50%;
    margin-left: -40px;
    padding: 4px 11px;
    border-radius: 3px;
}
.examples__slider-toggle {
    position: absolute;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #ffc80a url("../img/arrow.svg") no-repeat;
    background-position: center;
}
.examples__slider-toggle--next {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.examples__slider-toggle:hover {
    opacity: 0.8;
}
.examples__download.btn {
    display: inline-block;
    margin-left: 153px;
    margin-top: 0;
    padding-left: 25px;
    padding-top: 8px;
    position: relative;
    bottom: 50px;
}
.examples__download.btn svg {
    fill: #434343;
    pointer-events: none;
    margin-right: 21px;
    position: relative;
    top: 4px;
}
.production {
    background-color: #ffc80a;
}
.production .content-wrapper {
    background: url(../img/production-bg.jpg) no-repeat;
    padding-top: 35px;
    padding-bottom: 114px;
}
.production .ol-list {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    width: 965px;
    margin: 0 auto;
    padding-top: 10px;
    -webkit-column-width: 265px;
    -moz-column-width: 265px;
    column-width: 265px;
    -webkit-column-gap: 78px;
    -moz-column-gap: 78px;
    column-gap: 78px;
}
.ol-list {
    padding: 0;
    margin: 0;
    list-style: none;
    counter-reset: li;
}
.ol-list li {
    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-family: "Open Sans", "Arial", sans-serif;
    font-size: 14px;
    line-height: 72px;
}
.ol-list li::before {
    content: counter(li, decimal);
    counter-increment: li;
    font-family: "Montserrat", "Arial", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 57px;
    border: 3px solid #f8f8f8;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    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;
    margin-right: 18px;
}
.process {
    margin: 0 auto;
    width: 965px;
    background-color: #434343;
    margin-top: 88px;
    border-radius: 6px;
    padding-top: 20px;
    padding-bottom: 38px;
}
.process h3 {
    font-weight: 700;
    font-size: 13px;
    line-height: 57px;
    letter-spacing: 3px;
    color: #f8f8f8;
    text-transform: uppercase;
    margin-bottom: 17px;
}
.process__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-left: 39px;
}
.process__list li {
    position: relative;
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 14px;
    line-height: 36px;
    color: #f8f8f8;
}
.process__list li:not(:last-of-type) {
    padding-right: 78px;
}
.process__list li:not(:first-of-type) {
    padding-left: 22px;
}
.process__list li:not(:last-of-type)::after {
    content: "";
    display: block;
    position: absolute;
    width: 56px;
    height: 4px;
    background-color: #ffca14;
    bottom: 15px;
    right: 0;
}
.request {
    background-color: #2c2c2c;
    padding-top: 73px;
    padding-bottom: 9px;
}
.request h2 {
    color: #ffca14;
}
.request .icon-list {
    margin: 155px 87px 83px;
}
.request .icon-list .icon-list__title {
    padding: 0 30px;
}
.request .icon-list .icon-list__description {
    padding: 0 7px;
}
.request__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 970px;
    margin: 0 auto;
    padding-top: 22px;
}
.request__form input:not([type="file"]),
.request__form textarea {
    background-color: #434343;
    width: 100%;
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    margin-bottom: 12px;
    height: 46px;
    box-sizing: border-box;
}
.request__form input,
.request__form input::-webkit-input-placeholder,
.request__form .request__form-label--file span,
.request__form textarea,
.request__form textarea::-webkit-input-placeholder {
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 13px;
    line-height: 26px;
    color: #f8f8f8;
}
.request__form input,
.request__form input::-moz-placeholder,
.request__form .request__form-label--file span,
.request__form textarea,
.request__form textarea::-moz-placeholder {
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 13px;
    line-height: 26px;
    color: #f8f8f8;
}
.request__form input,
.request__form input:-ms-input-placeholder,
.request__form .request__form-label--file span,
.request__form textarea,
.request__form textarea:-ms-input-placeholder {
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 13px;
    line-height: 26px;
    color: #f8f8f8;
}
.request__form input,
.request__form input::placeholder,
.request__form .request__form-label--file span,
.request__form textarea,
.request__form textarea::placeholder {
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 13px;
    line-height: 26px;
    color: #f8f8f8;
}
.request__form-col {
    width: 50%;
}
.request__form-col:first-child {
    margin-right: 15px;
    width: calc(50% - 15px);
}
.request__form-bottom {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}
.request__form-bottom p {
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 14px;
    line-height: 26px;
    color: #f7f8f9;
    margin-bottom: 0;
    margin-top: 13px;
}
.request__form-bottom input.btn--yellow {
    background-color: #ffca14;
    width: auto;
    margin-left: auto;
    border-radius: 24px;
    font-family: "Montserrat", "Arial", sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 2.4px;
    color: #2c2c2c;
    line-height: 1;
    padding: 14px 40px;
    margin-bottom: 0;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.request__form-bottom input.btn--yellow:hover {
    background-color: rgba(255, 202, 20, 0.8);
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.request__mob {
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #f3f9ff;
    margin-bottom: 45px;
    text-align: center;
    padding: 0 25px;
}
.request__input-icon {
    position: absolute;
    right: 3px;
    top: 3px;
    bottom: 3px;
    z-index: 1;
    width: 62px;
    border-radius: 0 3px 3px 0;
    background-color: #e9eaed;
    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;
}
.request__input-icon svg {
    fill: #212121;
    fill-rule: evenodd;
}
.request__input-box {
    background-color: #434343;
    width: 100%;
    border: none;
    border-radius: 4px;
    padding: 23px 20px;
}
.request__input-box input {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
}
.request__form-label--file {
    margin-bottom: 12px;
    width: 100%;
    display: block;
    position: relative;
    cursor: pointer;
}
.request__form-label--file .request__caption {
    display: block;
    position: absolute;
    bottom: 11px;
    pointer-events: none;
    left: 20px;
    z-index: 1;
}
.request__caption {
    display: none;
}
.request__form-label {
    width: 100%;
}
.request__form textarea {
    height: 104px;
}
.featured-links {
    width: 100%;
    background-color: #2c2c2c;
}
.featured-links__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}
.featured-links__list li {
    width: 33.3%;
    padding: 145px 0 53px;
    text-align: center;
    cursor: pointer;
    background-size: cover;
}
.featured-links__list li:first-child {
    background-image: url("../img/featured1.jpg");
    background-repeat: no-repeat;
}
.featured-links__list li:nth-child(2) {
    background-image: url("../img/featured2.jpg");
    background-repeat: no-repeat;
}
.featured-links__list li:nth-child(2) span {
    color: #f7f8f9;
}
.featured-links__list li:last-child {
    background-color: #ffc80a;
}
.featured-links__list li span {
    display: inline-block;
    position: relative;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: #2c2c2c;
}
.featured-links__list li:first-child span::after,
.featured-links__list li:last-child span::after {
    content: "";
    display: block;
    position: absolute;
    right: -10px;
    top: 3px;
    width: 6px;
    height: 6px;
    border-right: 2px solid #2c2c2c;
    border-bottom: 2px solid #2c2c2c;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.footer a {
    text-decoration: none;
}
.footer__row .content-wrapper {
    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: 49px 120px;
    flex-wrap: wrap;
}
.footer__row--top {
    background-color: #e9eaed;
}
.footer__row--bottom {
    background-color: #f7f8f9;
}
.footer__row--bottom .content-wrapper {
    padding: 38px 120px;
}
.footer__contact {
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.footer__contact-photo {
    background-color: #fbfcfc;
    width: 52px;
    height: 45px;
    border-radius: 3px 0 0 3px;
}
.footer__contact-name {
    background-color: #2c2c2c;
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
    color: #fbfcfc;
    padding: 9px 27px;
    position: relative;
}
.footer__contact-name::after {
    content: "";
    display: block;
    position: absolute;
    right: -18px;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 0;
    border-bottom: 22px solid transparent;
    border-top: 23px solid transparent;
    border-left: 18px solid #2c2c2c;
}
.footer__phone {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
}
.footer__copyright {
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: -0.25px;
    margin-right: 15px;
}
.footer .footer__pda {
    text-decoration: underline;
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: -0.25px;
}
.btn {
    display: block;
    border-radius: 24px;
    text-transform: uppercase;
    font-family: "Montserrat", "Arial", sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 2.4px;
    color: #2c2c2c;
    cursor: pointer;
    line-height: 2;
    padding: 9px 36px;
    text-decoration: none;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.btn--yellow {
    border: none;
    background-color: #ffc80a;
}
.btn--yellow:hover {
    background-color: rgba(255, 202, 20, 0.7);
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.btn--transparent {
    background-color: transparent;
    border: 3px solid #ffc80a;
}
.btn--transparent:hover {
    background-color: rgba(255, 200, 10, 0.4);
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.btn--black {
    color: #f7f8f9;
    background-color: #2c2c2c;
    border: none;
}
.btn--black:hover {
    background-color: rgba(44, 44, 44, 0.8);
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.popup__overlay {
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    z-index: -1;
}
.popup__overlay.show {
    display: block;
    z-index: 1000;
    cursor: pointer;
}
.popup {
    display: none;
    width: 100%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    background-color: #ffffff;
    padding: 0 70px 0 60px;
    max-width: 930px;
    margin: 0 auto;
}
.popup.show {
    position: fixed;
    display: block;
    z-index: 1001;
    left: 0;
    right: 0;
    top: 63px;
    max-height: 100vh;
    overflow: auto;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.popup__close {
    display: block;
    position: absolute;
    cursor: pointer;
    right: 40px;
    top: 40px;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: #ffc80a;
}
.popup__close::before,
.popup__close::after {
    content: "";
    display: block;
    position: absolute;
    left: 30px;
    top: 14px;
    width: 2px;
    height: 33px;
    background: #2c2c2c;
}
.popup__close::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.popup__close::after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.popup__title {
    display: block;
    font-size: 42px;
    line-height: 45px;
    color: #292929;
    text-align: center;
    margin-bottom: 15px;
}
.popup__subtitle {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    max-width: 640px;
    margin: 0 auto 30px;
}
.popup ol {
    margin: 0;
    padding: 0 0 0 15px;
}
.popup ol li {
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #7f8285;
    padding-left: 50px;
}
.popup__text {
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #7f8285;
}
.popup--materials {
    padding-bottom: 99px;
    padding-top: 285px;
    background: #fefeff url("../img/popup--materials.jpg") no-repeat;
}
.popup--materials .popup__subtitle {
    max-width: 490px;
}
.popup--technologies {
    padding-bottom: 80px;
    padding-top: 50px;
}
.popup--technologies .popup__subtitle {
    margin: 0 auto 50px;
}
.popup--appliance {
    padding-top: 90px;
    padding-bottom: 65px;
    background: #ffffff url("../img/popup--appliance.jpg") no-repeat;
}
.popup--appliance .popup__title {
    font-size: 36px;
    line-height: 48px;
    text-align: left;
    max-width: 440px;
}
.popup--appliance .popup__subtitle {
    max-width: 350px;
    text-align: left;
    margin: 0 0 30px;
}
.popup--appliance .popup__text {
    font-size: 14px;
}
.popup__text-box {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.popup__text-box .popup__text {
    width: calc(50% - 55px);
}
.popup__text-box .popup__text:first-child {
    margin-right: 55px;
}
*,
*::before,
*::after {
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
*::-moz-selection {
    background-color: #3f5ca1;
    color: #fff;
}
*::selection {
    background-color: #3f5ca1;
    color: #fff;
}
html {
    height: 100%;
}
body {
    height: 100%;
    margin: 0;
    font-family: "Montserrat", "Arial", sans-serif;
    font-size: 100%;
    font-weight: 400;
    line-height: 1.2;
    color: #2c2c2c;
    background: #f8f8f8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4 {
    font-family: "Montserrat", "Arial", sans-serif;
    color: #2c2c2c;
    font-weight: 400;
    text-align: center;
}
h1,
h2 {
    margin: 50px 0 35px;
    line-height: 1;
}
h1 {
    font-size: 42px;
    line-height: 48px;
    color: #ffffff;
    letter-spacing: 2px;
    font-size: 38px;
    line-height: 45px;
    font-weight: 300;
}
h2 {
    font-size: 30px;
    line-height: 46px;
    letter-spacing: 1px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 21px;
    line-height: 0.85;
}
h5 {
    font-size: 14px;
    line-height: 19px;
}
a {
    color: inherit;
}
p,
li {
    font-size: 13px;
    line-height: 1.38;
    font-weight: 400;
}
p {
    margin: 0 0 10px;
}
p:last-child {
    margin-bottom: 0;
}
img {
    display: block;
    max-width: 100%;
}
table {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}
td,
th {
    padding: 20px;
    text-align: center;
    border: 1px solid #e1e1e1;
}
input,
textarea,
select {
    background: none;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background: #f0f0f0;
}
textarea {
    resize: vertical;
}
input[type="submit"] {
    border: none;
    outline: none;
}
.content-wrapper {
    width: 100%;
    max-width: 1280px;
    max-width: 1880px;
    margin: 0 auto;
}
.lg-toolbar .lg-close {
    position: relative;
    width: 1rem;
    height: 1rem;
    top: 7px;
    right: 2px;
    padding: 1rem;
    background: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}
.lg-toolbar .lg-close:after,
.lg-toolbar .lg-close:before {
    content: "";
    position: absolute;
    width: 60%;
    left: 4px;
    top: 50%;
    height: 4px;
    border-radius: 3px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.lg-toolbar .lg-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.lSAction > a {
    opacity: 1;
}
.error,
.request__form input.error {
    background-color: rgba(255, 0, 0, 0.4);
}
.hidden {
    display: none;
}
.result {
    display: none;
    color: white;
    text-align: center;
}
.result .result__title {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 13px;
}
.result p {
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #f3f9ff;
}
.result--active {
    display: block;
}
@font-face {
    font-family: "Open Sans";
    src: local("Open Sans"), local("OpenSans"), url("../fonts/opensans.woff2") format("woff2"), url("../fonts/opensans.woff") format("woff"), url("../fonts/opensans.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
a.footer__link {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 13px;
    letter-spacing: -0.25px;
    position: relative;
    text-decoration: underline;
}
a.footer__link:hover {
    text-decoration: none;
}
.footer {
    padding-bottom: 70px;
}
@media (min-width: 761px) {
    .request__mob {
        display: none;
    }
}
@media (min-width: 941px) {
    .mob-nav__list {
        position: absolute;
        clip: rect(0 0 0 0);
        width: 1px;
        height: 1px;
        margin: -1px;
    }
    .order__subtitle {
        position: absolute;
        clip: rect(0 0 0 0);
        width: 1px;
        height: 1px;
        margin: -1px;
    }
}
@media (max-width: 1279px) {
    .about {
        padding: 55px 60px 30px;
    }
    .about .content-wrapper {
        max-width: 768px;
    }
    .icon-list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .icon-list li {
        width: 50%;
        margin-bottom: 45px;
    }
    .icon-list .icon-list__description {
        max-width: 195px;
        margin: 0 auto;
    }
    .catalog {
        padding-top: 70px;
    }
    .catalog h2 {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 20px;
        letter-spacing: 0;
    }
    .order .icon-list .icon-list__description {
        padding: 0;
        max-width: 220px;
    }
    .examples {
        padding-top: 35px;
        padding-bottom: 0;
    }
    .examples h2 {
        margin-bottom: 42px;
    }
    .examples .examples__download.btn {
        margin-left: 65px;
    }
    .examples .lSAction > .lSNext {
        right: 69px;
        bottom: 8px;
    }
    .examples .lSAction > .lSPrev {
        right: 113px;
        bottom: 8px;
    }
    .production .content-wrapper {
        padding-top: 80px;
        padding-bottom: 110px;
    }
    .production .ol-list {
        width: 640px;
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        -webkit-column-gap: 50px;
        -moz-column-gap: 50px;
        column-gap: 50px;
    }
    .production .ol-list li {
        font-size: 15px;
    }
    .production .ol-list li::before {
        margin-right: 25px;
    }
    .process {
        width: 640px;
        margin-top: 65px;
        padding: 10px 95px 20px 138px;
    }
    .process__list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .process__list li {
        margin-bottom: 35px;
    }
    .process__list li:not(:last-of-type) {
        padding-right: 45px;
    }
    .process__list li:not(:first-of-type) {
        padding-left: 20px;
    }
    .process__list li:not(:last-of-type)::after {
        width: 26px;
    }
    .process__list li:nth-of-type(3)::after {
        display: none;
    }
    .process__list li:nth-of-type(4) {
        padding-left: 0;
    }
    .request .icon-list {
        margin: 125px 80px 35px;
    }
    .request .icon-list .icon-list__description {
        padding: 0;
        max-width: 275px;
    }
    h2 {
        margin: 25px 0 20px;
        letter-spacing: 0;
    }
}
@media (max-width: 1220px) {
    .cover h1,
    .cover__title {
        max-width: 80%;
    }
}
@media (max-width: 1170px) {
    .main-nav a {
        letter-spacing: 2px;
    }
}
@media (max-width: 1120px) {
    .header .content-wrapper {
        padding: 5px 3% 9px 3%;
    }
    .catalog .catalog__header {
        width: 770px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 70px auto 0;
    }
    .catalog .catalog__header .catalog__header-unit {
        width: 50%;
        padding-bottom: 38px;
    }
    .catalog .catalog__header .catalog__header-unit--yellow {
        width: 100%;
        padding-bottom: 0px;
    }
    .catalog .catalog__header .catalog__header-unit--yellow .catalog__header-box {
        margin-left: 148px;
    }
    .catalog .catalog__header .catalog__header-unit img {
        width: 281px;
        height: 173px;
        margin-top: -61px;
        margin-left: 62px;
    }
    .catalog__list {
        width: 100%;
        padding: 0 70px;
    }
    .catalog__list li {
        width: 50%;
        margin-right: 0;
        margin-right: 20px;
        width: calc(50% - 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-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .catalog__list li:nth-of-type(3n) {
        margin-right: 20px;
    }
    .request {
        padding-top: 65px;
    }
    .request__form {
        width: 640px;
    }
    .request__form .request__form-col {
        width: 100%;
        margin: 0;
        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;
        position: relative;
    }
    .request__form textarea {
        height: 46px;
        margin: 0;
    }
    .request__form input:not([type="file"]),
    .request__form textarea,
    .request__input-box {
        width: 390px;
    }
    .request__caption {
        display: block;
        font-family: "Open Sans", "Arial", sans-serif;
        font-size: 13px;
        color: #f3f9ff;
        margin-right: auto;
    }
    .request__input-box {
        margin-left: auto;
        min-width: 390px;
    }
    .request__form input::-webkit-input-placeholder,
    .request__form textarea::-webkit-input-placeholder {
        color: transparent;
    }
    .request__form input::-moz-placeholder,
    .request__form textarea::-moz-placeholder {
        color: transparent;
    }
    .request__form input:-ms-input-placeholder,
    .request__form textarea:-ms-input-placeholder {
        color: transparent;
    }
    .request__form input::placeholder,
    .request__form textarea::placeholder {
        color: transparent;
    }
    .request__form-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;
    }
    .request__form-label--file .request__caption {
        pointer-events: all;
        white-space: normal;
        position: static;
        padding-right: 15px;
    }
    .request__form-bottom {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 53px;
    }
    .request__form-bottom p {
        max-width: 250px;
    }
    .request__form-bottom input.btn--yellow {
        width: auto;
    }
    .footer__row .content-wrapper {
        padding: 35px 60px;
    }
}
@media (max-width: 1000px) {
    .main-nav li {
        margin-right: 10px;
    }
    .main-nav a {
        letter-spacing: 1px;
    }
    .popup {
        max-width: 700px;
        padding-left: 35px;
        padding-right: 35px;
    }
    .popup--appliance {
        padding: 35px;
        background-position-y: -67px;
        background-position-x: -28px;
    }
    .popup--appliance .popup__subtitle {
        max-width: 455px;
    }
    .popup--materials {
        padding-top: 255px;
        padding-bottom: 48px;
    }
    .popup__close {
        right: 20px;
        top: 20px;
        width: 40px;
        height: 40px;
        border-radius: 20px;
    }
    .popup__close::before,
    .popup__close::after {
        left: 20px;
        top: 6px;
        height: 28px;
    }
    .popup__text-box {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .popup__text-box .popup__text,
    .popup__text-box .popup__text:first-child {
        width: 100%;
        margin: 0;
    }
}
@media (max-width: 940px) {
    .header .content-wrapper {
        padding: 10px 60px 20px 80px;
        position: relative;
        z-index: 2;
    }
    .main-nav {
        display: none;
    }
    .mob-nav__burger {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .cover img {
        margin: 140px auto 0;
    }
    .cover h1,
    .cover__title {
        margin: 24px auto 135px;
    }
    .catalog .content-wrapper {
        max-width: 768px;
    }
    .catalog .catalog__header {
        width: 640px;
    }
    .catalog .catalog__header .catalog__header-unit--yellow .catalog__header-box {
        margin-left: 50px;
    }
    .catalog .catalog__list {
        width: 100%;
        padding: 0;
    }
    .catalog .catalog__list li {
        width: 100%;
        margin-bottom: 30px;
        margin-right: 0;
    }
    .catalog .catalog__list li:nth-of-type(3n) {
        margin-right: 0;
    }
    .catalog__subtitle {
        max-width: 550px;
        color: #7f8285;
    }
    .catalog__image {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .catalog__image-wrapper {
        width: 50%;
    }
    .catalog__image-wrapper img {
        max-height: 300px;
        height: auto;
    }
    .catalog__caption {
        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;
        width: 100%;
        padding: 0 65px;
    }
    .catalog__caption-title {
        margin-right: auto;
        font-weight: 400;
    }
    .catalog__more {
        margin: 0 auto 70px;
    }
    .catalog__list li:nth-child(n + 4) {
        display: none;
    }
    .catalog__list--full li:nth-child(n + 4) {
        display: block;
    }
    .order {
        padding-top: 90px;
    }
    .order__anchor {
        width: 645px;
    }
    .order__anchor-block {
        padding-top: 85px;
        padding-bottom: 90px;
    }
    .order__description {
        width: 220px;
    }
    .examples__caption {
        bottom: 37px;
    }
    .cover__title {
        font-size: 36px;
    }
    h1 {
        font-size: 36px;
        line-height: 44px;
    }
}
@media (max-width: 800px) {
    .featured-links__list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .featured-links__list .featured-links__materials,
    .featured-links__list .featured-links__appliance {
        width: 50%;
    }
    .featured-links__list .featured-links__technologies {
        width: 100%;
    }
}
@media (max-width: 760px) {
    .request {
        padding: 65px 10% 9px;
    }
    .request .icon-list {
        margin: 125px 0 35px;
    }
    .request .icon-list .icon-list__description {
        padding: 0 15px;
        max-width: 100%;
    }
    .request__form {
        width: 100%;
    }
    .request__form-label {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .request__form input:not([type="file"]),
    .request__form textarea,
    .request__input-box {
        width: 100%;
    }
    .request__caption {
        margin-bottom: 12px;
        margin-left: 5px;
    }
    .request__form input:not([type="file"]) {
        margin-bottom: 8px;
    }
    .request__form-label--file {
        margin-bottom: 8px;
    }
    .request__input-icon {
        top: 41px;
    }
    .request__form-bottom {
        margin-top: 30px;
    }
    .request__form-bottom p {
        display: none;
    }
    .request__form-bottom input.btn--yellow {
        width: auto;
    }
    .popup {
        max-width: 500px;
    }
    .popup--appliance {
        padding-top: 20px;
        background-image: none;
    }
    .popup--appliance .popup__title {
        font-size: 30px;
        line-height: 40px;
    }
    .popup--appliance .popup__subtitle {
        max-width: 100%;
    }
    .popup ol li {
        padding-left: 10px;
    }
    .popup__title {
        font-size: 30px;
        line-height: 40px;
    }
    .popup.show {
        top: 25px;
    }
}
@media (max-width: 700px) {
    .catalog .content-wrapper {
        max-width: 100%;
    }
    .catalog .catalog__header {
        width: 100%;
    }
    .catalog .catalog__header .catalog__header-unit {
        width: 100%;
    }
    .catalog .catalog__header .catalog__header-unit--yellow {
        padding-bottom: 38px;
    }
    .catalog .catalog__header .catalog__header-unit--yellow .catalog__header-box {
        margin: 0 auto;
    }
    .catalog .catalog__header .catalog__header-unit img {
        display: none;
    }
    .production .content-wrapper {
        padding-top: 30px;
        padding-bottom: 0;
    }
    .production .ol-list {
        width: 100%;
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
        padding: 0 50px 0 9.5%;
    }
    .production .ol-list li::before {
        margin-right: 15px;
    }
    .production h2 {
        padding: 0 50px 0 9.5%;
    }
    .process {
        width: 100%;
        margin-top: 40px;
        padding-top: 30px;
        padding-bottom: 40px;
        border-radius: 0;
    }
    .process__list {
        margin-left: 15%;
    }
}
@media (max-width: 650px) {
    .process__list li {
        margin-bottom: 20px;
        padding-right: 37px;
        padding-left: 12px;
        width: 40%;
        margin-right: 15px;
    }
    .process__list li:nth-of-type(4) {
        padding-left: 12px;
    }
    .process__list li:first-of-type,
    .process__list li:nth-of-type(3),
    .process__list li:nth-of-type(5) {
        padding-left: 0;
    }
    .process__list li:nth-of-type(3)::after {
        display: block;
    }
    .footer__row--top .content-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .footer__row--top .content-wrapper .footer__contact {
        margin: 0 0 18px;
    }
    .footer__row--bottom .content-wrapper {
        -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;
    }
    .footer__dev {
        margin: 35px 0 0;
    }
}
@media (max-width: 645px) {
    .order {
        padding-top: 0;
    }
    .order__anchor {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .order__anchor-block {
        width: 100%;
        padding-bottom: 63px;
    }
    .order__anchor-block .order__title {
        font-size: 24px;
        line-height: 32px;
    }
    .order__anchor-block--1 {
        background-color: #2c2c2c;
    }
    .order__anchor-block--1 .order__title {
        color: #ffffff;
    }
    .order__anchor-block--1 .btn--transparent {
        color: #ffffff;
    }
    .order__anchor-block--2 {
        background-color: #e9eaed;
    }
    .order__anchor-block--2 .order__title {
        color: #2c2c2c;
    }
    .order__anchor-block--2 .btn--black {
        background-color: #ffca14;
        color: #2c2c2c;
    }
    .order__anchor-block--2 .btn--black:hover {
        background-color: rgba(255, 202, 20, 0.7);
    }
    .order__description {
        width: 250px;
        margin: 30px auto 40px;
        color: #7f8285;
    }
    .order .icon-list .icon-list__title {
        padding: 0 35px;
    }
}
@media (max-width: 600px) {
    .process__list {
        margin-left: 0;
    }
}
@media (max-width: 550px) {
    .header .content-wrapper {
        padding: 10px 30px 10px 22px;
    }
    .header__mail {
        display: none;
    }
    .header__phone {
        font-weight: 400;
        font-size: 16px;
    }
    .header__contacts {
        padding: 0;
    }
    .mob-nav__burger {
        margin: 0;
    }
    .mob-nav__list {
        padding-left: 32px;
    }
    .mob-nav__list.show {
        top: 60px;
    }
    .cover img {
        margin: 105px auto 0;
    }
    .cover h1,
    .cover__title {
        margin: 15px auto 100px;
    }
    .icon-list li {
        width: 100%;
        margin-bottom: 55px;
    }
    .catalog {
        padding-top: 20px;
    }
    .catalog h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 18px;
        letter-spacing: 0;
    }
    .catalog .catalog__subtitle {
        max-width: 270px;
        font-family: "Open Sans", "Arial", sans-serif;
        font-size: 14px;
        line-height: 24px;
    }
    .catalog .catalog__list {
        margin: 0 auto 40px;
    }
    .catalog .catalog__list li {
        margin-bottom: 12px;
    }
    .catalog .catalog__list .catalog__image {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .catalog .catalog__list .catalog__caption {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 13px;
    }
    .catalog .catalog__list .catalog__caption-title {
        margin-right: 0;
    }
    .catalog__more {
        margin: 0 auto 63px;
    }
    .catalog__image-wrapper {
        width: 100%;
    }
    .catalog__image-wrapper img {
        max-height: 100%;
    }
    .order .icon-list {
        margin: 66px auto;
    }
    .examples__slider img {
        margin: 0 auto;
    }
    .examples .lSSlideWrapper {
        height: auto;
    }
    .examples .examples__download.btn {
        position: static;
        margin: 30px auto;
        display: block;
        width: 240px;
        text-align: center;
    }
    .examples .lSAction > .lSNext {
        bottom: 28px;
        right: 36px;
    }
    .examples .lSAction > .lSPrev {
        bottom: 28px;
        right: auto;
        left: 36px;
    }
    .process {
        padding-right: 15%;
        padding-left: 15%;
    }
    .process h3 {
        line-height: 24px;
    }
    .process__list li {
        margin-right: 20px;
        width: 35%;
    }
    .request {
        padding: 55px 25px 9px;
    }
    .request .icon-list {
        margin: 130px 0 30px;
    }
    .request .icon-list .icon-list__description {
        padding: 0;
        max-width: 220px;
    }
    .request__form {
        width: 270px;
    }
    .request__form-bottom input.btn--yellow {
        margin: 0 auto;
    }
    .request__input-box {
        min-width: 270px;
    }
    .request__form-label--file:first-of-type .request__input-icon {
        top: 67px;
    }
    .featured-links__list .featured-links__materials,
    .featured-links__list .featured-links__appliance,
    .featured-links__list li:first-child {
        width: 100%;
        background-size: cover;
    }
    .footer__row .content-wrapper {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 35px 20px;
    }
    h1,
    h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .cover__title {
        font-size: 24px;
    }
}
@media (max-width: 500px) {
    .process {
        padding-right: 35px;
        padding-left: 35px;
    }
    .popup {
        max-width: 100vw;
        top: 0;
    }
    .popup--appliance .popup__title {
        font-size: 25px;
        line-height: 1.2;
        text-align: center;
    }
    .popup--appliance .popup__subtitle {
        text-align: center;
        margin: 0 0 20px;
    }
    .popup--materials {
        background-position-y: -70px;
        padding-top: 195px;
    }
    .popup--technologies {
        padding-top: 25px;
    }
    .popup__title {
        font-size: 25px;
        line-height: 1.2;
    }
    .popup__close {
        width: 35px;
        height: 35px;
        border-radius: 17px;
        right: 10px;
        top: 10px;
    }
    .popup__close::before,
    .popup__close::after {
        left: 18px;
        top: 4px;
    }
    .popup__subtitle {
        font-size: 16px;
        line-height: 1.5;
    }
}
@media (max-width: 430px) {
    .process__list li {
        width: auto;
    }
}
@media (max-width: 380px) {
    .ol-list li {
        line-height: 1.5;
        margin-bottom: 35px;
    }
}
@media (max-width: 370px) {
    .process {
        padding-right: 15px;
    }
    .process__list li {
        margin-right: 0;
    }
}
@media (max-width: 330px) {
    .popup--appliance {
        padding: 20px 25px 35px;
    }
}

.about-company__inner {
    max-width: 1122px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.about-company__subtitle {
    font-family: "Montserrat", "Arial", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #2c2c2c;
}
.about-company__text {
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    color: #7f8285;
}
.about-company__content .about-company__text {
    text-align: left;
}
.list-about-company__item {
    position: relative;
    list-style-type: none;
    line-height: 26px;
}
.list-about-company__item::before {
    content: "";
    position: absolute;
    top: 11px;
    left: -11px;
    width: 5px;
    height: 5px;
    background: #ffc600;
    transform: rotate(45deg);
}
.js-block-about-company-hide {
    display: none;
}
.js-block-about-company-toggle {
    display: block;
    max-width: 200px;
    margin: 25px auto 104px;
    padding: 0;
    text-transform: none;
    text-align: center;
}
@media (max-width: 1200px) {
    .about-company__inner {
        max-width: 100%;
    }
    a.footer__link {
        width: 100%;
        order: 1;
        margin-top: 15px;
    }
}
@media (max-width: 645px) {
    main .about-company__list {
        padding-left: 20px;
    }
    a.footer__link {
        order: initial;
    }
}
.services__inner {
    max-width: 1122px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.services__title {
    margin-top: 0;
    color: #f3f9ff;
}
.services__subtitle {
    font-family: "Montserrat", "Arial", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #f3f9ff;
}
.services__text {
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    color: #7f8285;
}
.services__content .services__text {
    text-align: left;
}
.services__list {
    padding-left: 20px;
}
.list-services__item {
    position: relative;
    list-style-type: none;
    line-height: 26px;
    color: #7f8285;
}
.list-services__item::before {
    content: "";
    position: absolute;
    top: 11px;
    left: -11px;
    width: 5px;
    height: 5px;
    background: #ffc600;
    transform: rotate(45deg);
}
.js-block-services-hide {
    display: none;
}
.js-block-services-toggle {
    display: block;
    max-width: 200px;
    margin: 25px auto 104px;
    padding: 0;
    text-transform: none;
    text-align: center;
}
.btn--white {
    color: #f3f9ff;
}
@media (max-width: 1200px) {
    .services__inner {
        max-width: 100%;
    }
}
@media (max-width: 645px) {
    main .order {
        padding-top: 63px;
    }
    .js-block-services-toggle {
        margin: 25px auto 0;
    }
}
.goods__items {
    display: flex;
    justify-content: space-between;
}
.item-goods {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33%;
    height: 200px;
    cursor: pointer;
    background: #434343;
    padding: 25px;
    text-align: center;
    border-radius: 7px;
}
.item-goods--designer-furniture {
    background: url(../img/examples/mebelnye-zagotovka.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.item-goods--bent-glued-blanks {
    background: url(../img/examples/detal-iz-gnutokleenoj-fanery.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.item-goods--interior-details {
    background: url(../img/examples/radiator-iz-gnutokleenogo-dereva.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.item-goods:nth-child(2) {
    border-left: 1px solid #f8f8f8;
    border-right: 1px solid #f8f8f8;
}
.item-goods__title {
    display: inline-block;
    position: relative;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: #f8f8f8;
}
.goods-popup-wrapper {
    padding: 50px;
}
.list-goods__item {
    position: relative;
    list-style-type: none;
    line-height: 26px;
    color: #7f8285;
}
.list-goods__item::before {
    content: "";
    position: absolute;
    top: 11px;
    left: -11px;
    width: 5px;
    height: 5px;
    background: #ffc600;
    transform: rotate(45deg);
}
@media (max-width: 1285px) {
    .goods__inner {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 1279px) {
    main .examples {
        padding-bottom: 34px;
    }
}
@media (max-width: 645px) {
    .goods__list {
        padding-left: 20px;
    }
    .goods__items {
        flex-direction: column;
    }
    .item-goods {
        width: 100%;
        margin-bottom: 5px;
    }
    .goods-popup-wrapper {
        padding: 50px 0;
    }
}

.bredcrumbs {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin: 40px 0;
        padding: 0;
        list-style: none;
        text-align: center;
    }

    .bredcrumbs li {
        font-size: 14px;
        color: #2c2c2c;
        margin-right: 5px;
    }

    .bredcrumbs li:after {
        content: '/';
        display: inline-block;
        margin-left: 5px;
    }

    .bredcrumbs li:last-child {
        margin-right: 0;
    }

    .bredcrumbs li:last-child::after {
        display: none;
    }

    .bredcrumbs li a {
        color: #2c2c2c;
    }

    .bredcrumbs li a:hover {
        text-decoration: none;
    }
    @media (max-width: 800px) {
        .bredcrumbs {
            margin: 20px 0;
        }
    }