@font-face {
    font-family: 'StratosLCWeb';
    src: url('../fonts/StratosLCWeb-Bold.eot');
    src: local('Stratos LC Web Bold'), local('StratosLCWeb-Bold'),
    url('../fonts/StratosLCWeb-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/StratosLCWeb-Bold.woff2') format('woff2'),
    url('../fonts/StratosLCWeb-Bold.woff') format('woff'),
    url('../fonts/StratosLCWeb-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'StratosLCWeb';
    src: url('../fonts/StratosLCWeb-Medium.eot');
    src: local('Stratos LC Web Medium'), local('StratosLCWeb-Medium'),
    url('../fonts/StratosLCWeb-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/StratosLCWeb-Medium.woff2') format('woff2'),
    url('../fonts/StratosLCWeb-Medium.woff') format('woff'),
    url('../fonts/StratosLCWeb-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'StratosLCWeb';
    src: url('../fonts/StratosLCWeb-Regular.eot');
    src: local('Stratos LC Web'), local('StratosLCWeb-Regular'),
    url('../fonts/StratosLCWeb-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/StratosLCWeb-Regular.woff2') format('woff2'),
    url('../fonts/StratosLCWeb-Regular.woff') format('woff'),
    url('../fonts/StratosLCWeb-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'GraphikLCG';
    src: url('../fonts/GraphikLCG-Medium.eot');
    src: local('Graphik LCG Medium'), local('GraphikLCG-Medium'),
    url('../fonts/GraphikLCG-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GraphikLCG-Medium.woff2') format('woff2'),
    url('../fonts/GraphikLCG-Medium.woff') format('woff'),
    url('../fonts/GraphikLCG-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'GraphikLCG';
    src: url('../fonts/GraphikLCG-Regular.eot');
    src: local('Graphik LCG Regular'), local('GraphikLCG-Regular'),
    url('../fonts/GraphikLCG-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GraphikLCG-Regular.woff2') format('woff2'),
    url('../fonts/GraphikLCG-Regular.woff') format('woff'),
    url('../fonts/GraphikLCG-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
  }

/*common*/
input {
    -webkit-appearance: none !important;
}
body, button, textarea, input {
    font-family: 'StratosLCWeb', sans-serif;
    font-weight: 500;
}
button, textarea, input {
    box-sizing: border-box;
    border: none;
    outline: none;
}
button  {
    cursor: pointer;
}
a {
    text-decoration: none;
}


.content {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1214px;
}

.header .content {
    padding: 10px 20px;
}

.page-wrap {
    position: relative;
    overflow: hidden;
}
.clear-fix:after {
    content: '';
    display: block;
    clear: both;
}
.flex-container {
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.spacer_bottom,
.spacer_top,
.spacer {
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.spacer > * {
    -ms-flex-item-align: center;
    align-self: center;
}
.spacer_bottom > * {
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.spacer_top > * {
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.pos-center {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
}
.va-middle {
    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;
}
.va-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.photo-max-size {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
}
.photo-full-size {
    object-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
    object-fit: cover;
}
.d-ib {
    display: inline-block;
}
.hidden {
    display: none !important;
}
.mobile-visible {
    display: none;
}
/*end common*/

/*main*/
.main {
    background: url('../images/bg/main-bg.jpg') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
}
.header {
    position: relative;
    z-index: 6;
    background: linear-gradient(180deg, rgba(13, 11, 12, 0.81) -38.27%, rgba(13, 11, 12, 0.53) 34.75%, rgba(13, 11, 12, 0) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.logo {
    background: url('../images/logo.svg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 155px;
    height: 29px;
}
.nav {
    display: none;
}
.nav__link {
    font-weight: 500;
    font-size: 15px;
    line-height: 32px;
    color: #FFFFFF;
    padding: 25px 0 23px;
    position: relative;
}
.nav__link:hover:after {
    content: '';
    position: absolute;
    left: 0; right: 0;
    bottom: -1px;
    background: #FF671F;
    border-radius: 20px;
    height: 1px;
}
.callback > * {
    display: inline-block;
    vertical-align: middle;
}
.callback__phone {
    font-size: 18px;
    line-height: 1.2;
    color: #FFFFFF;
}
.callback__phone:hover {
    color: #FF671F;
}
.icon-phone {
    display: none;
}
.callback__btn {
    margin-left: 20px;
    width: 177px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 7px;
    box-sizing: border-box;
    line-height: 46px;
    text-align: center;
    font-size: 15px;
    color: #FF671F;
    cursor: pointer;
    position: relative;
    top: 1px;
}
.callback__btn:hover {
    background: #FF671F;
    box-shadow: 0 15px 25px -16px rgba(255, 103, 31, 0.39);
    color: #FFFFFF;
}
.main__left {
    color: #FFFFFF;
    padding-top: 175px;
    max-width: 714px;
    position: relative;
    z-index: 5;
}
h1 {
    font-size: 54px;
    line-height: 1.2;
}
.main__desc {
    margin-top: 17px;
    font-family: 'GraphikLCG', sans-serif;
    padding-right: 30px;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
}
.steps {
    margin-top: 39px;
    margin-bottom: -32px;
}
.step {
    width: 46.49%;
    box-sizing: border-box;
    padding-left: 60px;
    margin-bottom: 32px;
    position: relative;
}
.step__number {
    position: absolute;
    height: 39px;
    width: 39px;
    line-height: 39px;
    text-align: center;
    left: 0;
    top: 5px;
    font-size: 16px;
    background: url('../images/icons/icon-circle-1.svg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
.step:nth-child(2) .step__number {
    background: url('../images/icons/icon-circle-2.svg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
.step:nth-child(3) .step__number {
    background: url('../images/icons/icon-circle-3.svg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
.step:nth-child(4) .step__number {
    background: url('../images/icons/icon-circle-4.svg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
.step__desc {
    font-size: 16px;
    line-height: 26px;
}
.main__content {
    position: relative;
    padding-bottom: 149px;
}
.main__content:after {
    content: '';
    position: absolute;
    background: url('../images/bg/product-bg.png') no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    width: 414px;
    height: 553px;
    bottom: 0;
    right: 24px;
}
.menu__btn {
    display: none;
}
/*end main*/

/*categories*/
.categories {
    background: #141113;
}
.category {
    width: 19%;
    justify-content: center;
    font-size: 18px;
    line-height: 26px;
    height: 130px;
    color: #FFFFFF;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
}
/* .category:nth-child(1) {
    padding-right: 20px;
} */

.category:nth-child(4) {
    width: 24%;
}


.category:after {
    content: '';
    position: absolute;
    left: 8px;
    right: 8px;
    top: 9px;
    bottom: 10px;
}
.category.active:after,
.category:hover:after {
    background: #FF671F;
    border-radius: 7px;
}
.category span {
    margin-left: 22px;
}
.category > * {
    position: relative;
    z-index: 5;
}
/*end categories*/

/*catalog*/
.catalog {
    background: #0D0B0C;
    padding-top: 57px;
    padding-bottom: 88px;
}
h2,
.block-desc {
    text-align: center;
}
.block-desc {
    font-size: 13px;
    line-height: 24px;
    color: #FF671F;
}
h2 {
    font-size: 44px;
    line-height: 55px;
    text-align: center;
    font-weight: 400;
    margin-top: 2px;
    color: #FFFFFF;
}
.catalog__list {
    margin-top: 40px;
}
.catalog__item {
    padding: 40px 34px 48px;
    box-sizing: border-box;
    background: url('../images/catalog/bg.png') no-repeat center top, #141113;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 14px;
    width: 31.13%;
    margin-right: 3.3%;
    text-align: center;
    color: #FFFFFF;
}
.catalog__item:last-child {
    margin-right: auto;
}

.catalog__item:first-child {
    margin-left: auto;
}


.catalog__photo {
    position: relative;
}
.catalog__photo img {
    left: 0; right: 0; top: 0; bottom: 0;
    margin: auto;
}
.catalog__title {
    margin-top: 16px;
    font-size: 18px;
    line-height: 144%;
}
.icon-param-1 {
    width: 16px;
    height: 19px;
}
.icon-param-2 {
    width: 18px;
    height: 17px;
}
.icon-param-3 {
    width: 16px;
    height: 16px;
}
.icon-param-4 {
    width: 18px;
    height: 17px;
}
.params {
    display: table;
    margin-top: 19px;
    width: 100%;
}
.params__row {
    display: table-row;
}
.param {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-bottom: 11px;
    white-space: nowrap;
}
.param > * {
    display: inline-block;
    vertical-align: middle;
}
.param:nth-child(1) {
    padding-right: 10px;
}
.param:nth-child(2) {
    width: 10px;
}
.param__icon {
    width: 18px;
    height: 19px;
    position: relative;
}
.param__text {
    font-family: 'GraphikLCG', sans-serif;
    position: relative;
    top: 1px;
    margin-left: 10px;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    color: rgba(255, 255, 255, 0.8);
}
.catalog__link {
    font-size: 15px;
    text-align: center;
    display: block;
    margin: 13px auto 0;
    color: #FF671F;
    width: 177px;
    height: 48px;
    line-height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 7px;
}
.catalog__link:hover {
    background: #FF671F;
    color: #FFFFFF;
    box-shadow: 0 15px 25px -16px rgba(255, 103, 31, 0.39);
}
/*end catalog*/

/*send*/
.send {
    background: #E3D5C8;
    padding-top: 50px;
}
.send h2 {
    margin-top: 0;
    font-weight: 500;
    text-align: left;
    color: #0D0B0C;
}
.send .content {
    position: relative;
    padding-top: 146px;
    padding-bottom: 151px;
}
.send .content:after {
    content: '';
    position: absolute;
    background: url('../images/bg/send-bg.jpg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 608px;
    width: 996px;
    bottom: 0;
    right: -250px;
}
.send__left {
    max-width: 470px;
    padding-left: 60px;
    position: relative;
    z-index: 5;
}
.send__desc {
    margin-top: 22px;
    font-family: 'GraphikLCG', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    color: rgba(13, 11, 12, 0.8);
}
.send__info {
    margin-top: 25px;
    font-family: 'GraphikLCG', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 162%;
    color: rgba(13, 11, 12, 0.8);
}
.send__info a {
    text-decoration-line: underline;
    color: #FF671F;
}
.send__info a:hover {
    text-decoration: none;
}
.send__form {
    margin-top: 28px;
    max-width: 465px;
    width: 100%;
}
.send__field {
    font-family: 'GraphikLCG', sans-serif;
    background: #FFFFFF;
    border-radius: 7px;
    height: 54px;
    width: 59.13%;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    padding-left: 25px;
    padding-right: 25px;
    color: #0D0B0C;
    padding-top: 2px;
}
.send__field::placeholder {
    color: rgba(13, 11, 12, 0.33);
    opacity: 1;
}
.send__field:-ms-input-placeholder {
    color: rgba(13, 11, 12, 0.33);
}
.send__btn {
    background: #FF671F;
    border-radius: 7px;
    width: max-content;
    font-weight: 700;
    font-size: 15px;
    line-height: 16px;
    color: #FFFFFF;
    height: auto;
    margin-top: 30px;
    display: block;
    text-align: center;
    padding: 20px 30px;
}
.step__btn {
    display: none;
}
.footer {
    background: #141113;
    padding-top: 31px;
    padding-bottom: 30px;
}
.copyright {
    font-family: 'GraphikLCG', sans-serif;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
}
.catalogs {
    position: relative;
    background: #0D0B0C;
}
.catalog {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: all, 0.3s;
    left: 0;
    width: 100%;
    top: 0;
}
.catalog.active {
    position: static;
    visibility: visible;
    opacity: 1;
}
/*end send*/


.ar model-viewer {
    width: 100%;
    height: calc(95vh - 95px);
}




@media all and (max-width: 1200px) {
    .main__content:after {
        width: 299px;
        height: 400px;
    }
    .nav__link {
        padding-top: 24px;
        font-size: 14px;
    }
    .callback__phone {
        font-size: 16px;
    }
    .callback__btn {
        width: 160px;
    }
    .nav {
        width: 49.3%;
    }
    .main__left {
        max-width: 660px;
    }
    .main__left {
        padding-top: 100px;
    }
    .catalog__title {
        font-size: 16px;
        line-height: 26px;
        margin-top: 18px;
    }
    .param__text {
        font-size: 14px;
        line-height: 24px;
    }
    .catalog__item {
        padding-left: 28px;
        padding-right: 28px;
    }
    .send__left {
        padding-left: 0;
    }
}

@media all and (max-width: 1150px) {
    .callback__btn,
    .nav {
        display: none;
    }
    .menu__btn,
    .callback__phone {
        font-size: 0;
        width: 39px;
        height: 39px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 42px;
        position: relative;
        display: block;
        box-sizing: border-box;
        cursor: pointer;
    }
    .header {
        padding-top: 18px;
        padding-bottom: 17px;
    }
    .icon-phone {
        width: 15px;
        height: 15px;
        display: block;
    }
    .icon-menu {
        width: 15px;
        height: 12px;
    }
    .step {
        width: 48%;
        padding-left: 0;
    }
    .step__desc,
    .step__number {
        display: inline;
        background: none;
        width: auto;
        height: auto;
        position: static;
        font-size: 16px;
        line-height: 23px;
    }
    .step__number {
        margin-right: 7px;
    }
    .step__number:after {
        content: '.';
    }
    .main__content:after {
        width: 236px;
        height: 315px;
    }
    .main__left {
        padding-top: 80px;
    }
    .logo {
        position: relative;
        top: 1px;
    }
    .step:nth-child(2) .step__number,
    .step:nth-child(3) .step__number,
    .step:nth-child(4) .step__number {
        background: none;
    }
    .main__left {
        max-width: 550px;
    }
    .category:nth-child(1) img {
        width: 30px;
    }
    .category:nth-child(2) img {
        width: 29px;
    }
    .category:nth-child(3) img {
        width: 29px;
    }
    .category:nth-child(4) img {
        width: 27px;
    }
    .category:nth-child(5) img {
        width: 27px;
    }
    .category {
        font-size: 16px;
        line-height: 22px;
    }
    .category span {
        margin-left: 16px;
    }
    .category:nth-child(1) {
        padding-right: 10px;
    }
    .catalog__item {
        width: 48%;
        margin: 10px auto;
    }
    .catalog__list {
        margin-top: 26px;
    }
    .catalog {
        padding-bottom: 103px;
    }
    .send .content:after {
        width: 663px;
        height: 405px;
        right: -100px;
    }
    .send .content {
        padding-top: 80px;
    }
    .menu__btn.open .icon-menu {
        display: none;
    }
    .menu__btn.open .menu__btn-icon {
        width: 15px;
        height: 15px;
    }
    .menu__btn.open .menu__btn-icon:after,
    .menu__btn.open .menu__btn-icon:before {
        content: '';
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        margin: auto;
        width: 100%;
        height: 2px;
        background: #FF671F;
    }
    .menu__btn.open .menu__btn-icon:after {
        transform: rotate(-45deg);
    }
    .menu__btn.open .menu__btn-icon:before {
        transform: rotate(45deg);
    }
    .nav {
        margin-top: 1px;
        padding: 10px 13px;
        position: absolute;
        width: 100%;
        left: 0;
        top: 100%;
        box-sizing: border-box;
        background: #0F0E0F;
    }
    .nav__link {
        display: block;
        padding: 6px 0;
    }
    .header.open {
        background: #0F0E0F;
    }
    .catalog__photo img {
        width: auto !important;
    }
    .catalog__list {
        position: relative;
    }
    .catalog .owl-dots {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: -42px;
        font-size: 0;
        text-align: center;
    }
    .catalog .owl-carousel button.owl-dot {
        width: 8px;
        height: 8px;
        background: rgba(255, 255, 255, 0.46);
        border-radius: 23px;
        display: inline-block;
        vertical-align: top;
        margin-right: 6px;
        transition: all, 0.3s;
    }
    .catalog .owl-carousel button.owl-dot.active {
        background: #FF671F;
        width: 26px;
    }

    .category {
        box-sizing: border-box;
        width: 48%;
        white-space: nowrap;
        display: flex;
        flex-wrap: nowrap;
        margin: 0 1% 10px;
        height: 72px;
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .category:after {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .category:after {
        background: #141113;
        border-radius: 7px;
    }

    .category:nth-child(4) {
        width: 48%;
        padding-left: 60px;
    }
}


.icon {
    display: none;
}


@media all and (max-width: 900px) {
    .send .content:after {
        right: -190px;
    }
}

@media all and (max-width: 820px) {
    .main__left {
        max-width: 500px;
    }
}

@media all and (max-width: 780px) {
    .params {
        width: max-content;
        margin: 15px auto;
    }

    .param {
        display: block;
    }

    .catalog__photo img {
        max-width: 100%;
    }
}

@media all and (max-width: 767px) {
    .main__content:after {
        left: 0; right: 0;
        margin: 0 auto;
        bottom: 213px;
    }
    .header {
        position: absolute;
        left: 0; top: 0;
        width: 100%;
    }
    .main__content {
        min-height: 788px;
        box-sizing: border-box;
    }
    h1 {
        font-size: 34px;
        line-height: 43px;
        text-align: center;
    }
    .main__left {
        max-width: inherit;
        padding-top: 110px;
        position: static;
    }
    .main__desc {
        line-height: 22px;
        text-align: center;
        margin-top: 13px;
        padding-right: 0;
    }
    .steps__wrap {
        position: absolute;
        left: 13px;
        right: 12px;
        bottom: 21px;
        z-index: 5;
        padding: 30px 32px 30px;
        background: #1E1C1D;
        border-radius: 7px;
    }
    .step {
        display: none;
        width: 100%;
        max-width: 286px;
        margin: 0 auto 0;
    }
    .steps {
        margin-top: 0;
        margin-bottom: 0;
    }
    .step.active {
        display: block;
    }
    .step__btn {
        display: block;
        background: #FF671F;
        border-radius: 7px;
        height: 46px;
        line-height: 46px;
        max-width: 286px;
        text-align: center;
        margin: 20px auto 0;
        font-weight: 700;
        font-size: 15px;
        color: #FFFFFF;
    }
    .step__desc br {
        display: block;
    }
    .categories .content {
        position: relative;
    }
    .categories .flex-container {
        box-sizing: border-box;
        font-size: 0;
        margin-left: -13px;
        margin-right: -13px;
        padding-left: 13px;
        padding-right: 13px;
    }
    .category {
        box-sizing: border-box;
        width: 48%;
        white-space: nowrap;
        display: flex;
        flex-wrap: nowrap;
        margin: 0 1% 10px;
        height: 72px;
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .category:after {
        background: #141113;
        border-radius: 7px;
    }
    .category:hover:after,
    .category.active:after {
        background: #FF671F;
        border-radius: 7px;
    }
    .category:after {
        top: 0; bottom: 0; left: 0; right: 0;
    }
    .categories {
        padding-top: 21px;
        background: #0D0B0C;
    }
    .categories .content {
        padding-bottom: 20px;
    }
    .send .content:after {
        width: 100%;
        right: 0;
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
    }
    .send__form {
        margin-left: auto;
        margin-right: auto;
    }
    .send .content {
        padding-bottom: 410px;
    }
    .send h2,
    .send__left {
        max-width: inherit;
        text-align: center;
    }


    .icon {
        position: absolute;
        top: 50%;
        right: -50px;
        transform: translate(-50%,-50%) scale(0.4);
        width: 80px;
        height: 60px;
        cursor: pointer;
      }
    
    .icon-right {
        display: block;
    }


    .icon.icon-left {
        transform: translate(-50%,-50%) scale(-0.4);
        left: 25px;
    }
    
    .icon {
        position: absolute;
        top: 50%;
        right: -50px;
        transform: translate(-50%,-50%) scale(0.4);
        width: 80px;
        height: 60px;
        cursor: pointer;
      }
      
      .arrow {
        position: absolute;
        top: 25px;
        width: 90%;
        height: 10px;
        background-color: #fff;
        box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
        animation: arrow 700ms linear infinite;
      }
      
      .arrow::after, .arrow::before {
        content: '';
        position: absolute;
        width: 60%;
        height: 10px;
        right: -8px;
        background-color: #fff;
      }
      
      .arrow::after {
        top: -12px;
        transform: rotate(45deg);
      }
      
      .arrow::before {
        top: 12px;
        box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
        transform: rotate(-45deg);
      }
}

@media all and (max-width: 550px) {
    .content {
        padding: 0 12px 0 13px;
    }
    .block-desc {
        font-size: 12px;
        line-height: 24px;
    }
    h2 {
        margin-top: 0;
        font-size: 30px;
        line-height: 38px;
    }
    .catalog {
        padding-top: 13px;
    }
    .send__desc br {
        display: none;
    }
    .send .content {
        padding-top: 42px;
        padding-bottom: 395px;
    }
    .send__desc {
        margin-top: 13px;
    }
    .send__info {
        margin-top: 16px;
        font-size: 12px;
        line-height: 21px;
    }
    .send__form {
        margin-top: 22px;
        max-width: 320px;
    }
    .send__field {
        width: 100%;
        margin-bottom: 12px;
    }
    .send__btn {
        width: 100%;
        box-sizing: border-box;
    }
}

@media all and (max-width: 510px) {
    .catalog__item {
        width: 98%;
        margin: 10px auto;
    }
}

@media all and (max-width: 480px) {
    .category {
    width: 98% !important;
    }
}

@media all and (max-width: 360px) {
    .step__desc br {
        display: none;
    }
    .catalog__item {
        padding-left: 16px;
        padding-right: 16px;
    }
    .steps__wrap {
        padding-left: 24px;
        padding-right: 24px;
    }
    h2 {
        font-size: 28px;
        line-height: 36px;
    }
}

@media all and (max-width: 330px) {
    .catalog__item {
        padding-left: 12px;
        padding-right: 12px;
    }
}

























































































