@font-face {
    font-family: 'Bebas Neue';
    src: local('Bebas Neue Regular'), local('BebasNeueRegular'), url('../fonts/bebasneueregular.woff2') format('woff2'), url('../fonts/bebasneueregular.woff') format('woff'), url('../fonts/bebasneueregular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue';
    src: local('Bebas Neue Regular'), local('BebasNeueRegular'), url('../fonts/bebasneuebold.woff2') format('woff2'), url('../fonts/bebasneuebold.woff') format('woff'), url('../fonts/bebasneuebold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

html {
    margin-top: 0 !important;
}

#wpadminbar {
    bottom: 0;
    top: unset;
    position: fixed;
}

body {
    font-size: 14px;
    font-family: Montserrat, sans-serif;
    color: #050505;
    line-height: 1.2;
    margin: 0;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #000;
}

a:hover {
    color: #4f4f4f;
}

p {
    margin-top: 0; 
    line-height: 1.57;
}

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

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.pc-none {
    display: none !important;
}

.header-margin {
    margin-top: 200px;
}

.header__top {
    background: #f1f1f1;
    border-bottom: 1px solid #e4e4e4;
}

.header-top__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 0;
    gap: 35px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
}

.header-contacts__geo {
    font-size: 14px;
    margin-top: 0;
}

.header-contacts__geo svg {
    width: 14px;
    fill: #d04f4a;
    margin-bottom: -2px;
    margin-right: 6px;
}

.header-email__link svg {
    stroke: #d04f4a;
    width: 17px;
    position: relative;
    top: 3px;
    margin-right: 4px;
}

.header {
    width: 100%;
    background: rgb(255 255 255);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    z-index: 2;
    top: -95px;
    height: 200px;
}

.container {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 1;
}

.header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 24px 0;
}

.header-logo__img {
    max-width: 239px;
}

.header__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
}

.header__contacts svg {
    width: 14px;
    fill: #d04f4a;
    margin-bottom: -3px;
    margin-right: 10px;
}

.header__contacts a:hover svg {
    fill: #4f4f4f;
}

.header-contacts__geo {
    position: relative;
    font-size: 15px;
    margin-top: 4px;
}

.header-contacts__geo .header__city {
    border-bottom: 2px solid transparent;
}

.header-contacts__geo .header__city:hover {
    border-color: #d04f4a;
}

.header__city-confirm {
    padding: 10px 20px;
    width: 300px;
    position: absolute;
    background: #ff686fb0;
    border-radius: 3px;
    font-family: 'Montserrat';
    left: -100px;
    margin-top: 11px;
    opacity: 0;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.header__city-confirm.is-active {
    opacity: 1;
    visibility: visible;
    -webkit-backface-visibility: initial;
    backface-visibility: initial;
}

.header__city-confirm:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border-left: var(--size) solid transparent;
    border-bottom: var(--size) solid #ff767d;
    border-right: var(--size) solid transparent;
    border-top: 0 solid transparent;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    --size: 6px;
}

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

button.city-confirm__btn {
    padding: 9px 24px;
    font-family: 'Montserrat';
    font-size: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 100%;
    color: #fff;
    background: #d04f4a;
    border: 1px solid #d04f4a;
    -webkit-box-shadow: none!important;
            box-shadow: none!important;
    outline: none !important;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
}

.city-confirm__description p {
    color: #fff;
    font-size: 11px;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 0;
}



.header__tel {
    font-size: 20px;
}

.header__tel svg {
    margin-bottom: 0;
}

.header__worktime {
    font-size: 13px;
    padding-left: 25px;
    color: #818181;
}

.mobile-menu__btn {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    height: 39px;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 5px 14px;
    border-radius: 0.25rem;
    cursor: pointer;
}

.mobile-menu__btn.pc-none {
    display: none !important;
}

.bar {
    width: 25px;
    height: 3px;
    display: block;
    background: #7f7f7f;
    border-radius: 10px;
}

.mobile-menu__btn.open .bar:nth-child(2) {
    opacity: 0;
}

.mobile-menu__btn.open .bar:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
        -ms-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
}

.mobile-menu__btn.open .bar:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
        -ms-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
}

.header__nav {
    border-top: 1px solid #ededed;
    padding: 22px 0;
}

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

.header-nav__link {
    font-weight: 400;
    border-bottom: 2px solid transparent;
    font-size: 12px;
    text-transform: uppercase;
}

.header-nav__link:hover {
    border-color: #d04f4a;
}

.main {
    padding-bottom: 100px;
}

.main-screen {
    position: relative;
    min-height: 625px;
    background-image: url(../img/fs-bg.png);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    background-size: cover;
}

.main-screen::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: .3;
}

.main-screen__title {
    font-family: Bebas Neue;
    font-size: 72px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0;
}

.main-screen__subtitle {
    font-family: Bebas Neue;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 400;
    font-size: 48px;
    padding: 6px 11px;
    text-transform: uppercase;
    margin-top: 8px;
    display: inline-block;
}

.main-screen__description {
    font-size: 24px;
    margin: 15px 0 72px;
}

.btn {
    font-size: 18px;
    font-family: Bebas Neue;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
}

.main-screen__btn {
    color: #fff;
    background: -webkit-gradient(linear, left bottom, left top, from(#d63d38), to(#c66764));
    background: -o-linear-gradient(bottom, #d63d38, #c66764);
    background: linear-gradient(0deg, #d63d38, #c66764);
    border: 0;
    border-radius: 10px;
    border-bottom: 4px solid #8a1b1c;
    font-size: 21px;
    height: 60px;
    width: 270px;
}

.btn-black:hover {
    color: #fff;
    background: -webkit-gradient(linear, left bottom, left top, from(#b12521), to(#d63d38));
    background: -o-linear-gradient(bottom, #b12521, #d63d38);
    background: linear-gradient(0deg, #b12521, #d63d38);
}

.catalog {
    padding-top: 70px;
}

.catalog__title {
    border-bottom: 5px solid #d04f4a;
    font-family: Bebas Neue;
    font-size: 50px;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 50px;
}

.catalog__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.catalog__aside {
    width: 100%;
    max-width: 285px;
}

.catalog-list__box {
    margin-bottom: 30px;
    border-radius: 4px;
    overflow: hidden;
}

.catalog-list__title {
    padding: 1.5rem 0;
    text-transform: uppercase;
    line-height: 1em;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 600;
    border-bottom: 1px solid #dedede00;
    font-size: 13px;
    display: block;
    background: -webkit-gradient(linear, left bottom, left top, from(#d63d38), to(#c66764));
    background: -o-linear-gradient(bottom, #d63d38, #c66764);
    background: linear-gradient(0deg, #d63d38, #c66764);
    color: #fff;
}

.catalog-list__title:hover {
    color: #e3f1ff;
}

.catalog-list__item {
    border-bottom: 1px solid #f2f2f2;
    background: #f7f7f7;
}

.catalog-list__link {
    position: relative;
    display: block;
    padding: 0.5rem 1.5rem;
    color: #595959;
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 14px;
}

.catalog-list__link:hover {
    background: #e6e6e6;
}

.catalog-list__link:before {
    content: "•";
    font-size: 32px;
    position: absolute;
    top: -5px;
    left: 10px;
    margin: auto;
    color: #d04f4a;
}

.catalog__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
}

.catalog-item {
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    padding: 22px 11px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.catalog-item__img:hover {
    -webkit-filter: grayscale(70%);
            filter: grayscale(70%);
}

.catalog-item__title {
    margin: 10px 0;
    min-height: 59px;
}

.catalog-item__link {
    font-size: 16px;
    display: block;
}

.catalog-item__price {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

.catalog-item__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 100%;
    height: 50px;
    font-size: 18px;
    font-family: Bebas Neue;
    color: #fff;
    text-transform: uppercase;
    background: #d04f4a;
    border: 1px solid #d04f4a;
    -webkit-box-shadow: none!important;
            box-shadow: none!important;
    outline: none !important;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-radius: 4px;
}

.catalog-item__btn:hover {
    color: #d04f4a;
    background: transparent;
}

.page-content {
    margin-top: 54px;
    border-top: 1px solid #ededed;
    padding-bottom: 100px;
}

.page-content h2,
.page-content h3 {
    font-weight: 700;
    margin-bottom: 24px;
}

.page-content h2 {
    border-bottom: 5px solid #d04f4a;
    font-size: 40px;
    font-family: Bebas Neue;
    margin-top: 54px;
    display: inline-block;
}

.page-content li {
    padding-left: 24px;
    position: relative;
    line-height: 1.5;
    margin-bottom: 23px;
}

.page-content li:before {
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    background: #d04f4a;
    position: absolute;
    top: 4px;
    left: 0;
}

.page-content h3 {
    font-size: 18px;
}


.document-step {
    text-align: center;
}

.ducument-step__title {
    font-size: 40px;
    font-family: Bebas Neue;
    margin-top: 0;
    border-bottom: 5px solid #1e73be;
    display: inline-block;
}

.steps__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
}

.step {
    position: relative;
    text-align: center;
    width: 115px;
}

.step:before {
    content: "";
    width: 129px;
    height: 4px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 120px;
    margin: auto;
    z-index: -1;
    left: 80px;
    border-bottom: 7px dashed #1e73be;
    opacity: .3;
}

.step:last-child:before {
    display: none;
}

.step img {
    width: 100%;
}

.step p {
    color: #1e73be;
    font-family: Bebas Neue;
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 25px;
    margin-top: 10px;
    background: #fff;
    padding-bottom: 12px;
}



.footer {
    background-color: #222;
    color: #9c9c9c;
    padding: 52px 0 56px;
}

.footer a:hover {
    color: #d04f4a;
}

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

.footer__logo {
    max-width: 380px;
}

.footer-logo__img {
    margin-bottom: 18px;
}

.footer__logo p {
    font-size: 13px;
    line-height: 1.5;
    max-width: 290px;
}

.footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 75px;
}

.footer__description {
    font-size: 12px;
    color: #fff;
    margin-top: 10px;
}

.footer-menu__title {
    color: #fff;
    font-size: 14px;
    margin: 12px 0 16px;
    text-transform: uppercase;
}

.footer-menu__item {
    margin-bottom: 12px;
}

.footer-menu__link {
    font-size: 12px;
    color: #9c9c9c;
}

.footer-contacts__item {
    margin-bottom: 22px;
}

.footer-contacts__item svg {
    fill: #d04f4a;
    width: 12px;
    margin-right: 8px;
}

.footer-contacts__tel {
    font-size: 20px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-contacts__worktime {
    font-size: 12px;
    padding-left: 18px;
    color: #818181;
}

.footer-contacts__email {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.popup__wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    padding: 40px 16px;
    overflow: hidden;
    overflow-y: scroll;
    outline: none;
    background: #0000005e;
    display: none;
}

.popup__wrap.active {
    display: block;
}

.popup {
    background: #fff;
    z-index: 999;
    position: relative;
    background-color: #fff;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    min-height: 1px;
    max-width: 100%;
    margin: 0;
    padding: 32px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    position: relative;
    margin: auto;
    -webkit-box-shadow: 0px 0px 16px rgba(35, 31, 32, 0.05);
    box-shadow: 0px 0px 16px rgba(35, 31, 32, 0.05);
    border-radius: 2px;
    max-width: 1024px;
    display: none;
}

.popup.active {
    display: block;
}

.popup__title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.modal-close-btn {
    position: absolute;
    right: 16px;
    top: 16px;
    color: inherit;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 26px;
    cursor: pointer;
}

.city-select-title {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 5px;
}

.form-block {
    max-width: 320px;
    margin-bottom: 16px;
    display: block;
}

.input {
    display: block;
    width: 100%;
    height: 36px;
    border: solid 1px;
    background-color: #fff;
    padding: 0 12px;
    color: #000;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 2px;
    caret-color: #000;
    font-size: 14px;
    font-weight: 500;
}

.input::-webkit-input-placeholder {
    font-size: 13px;
}

.input::-moz-placeholder {
    font-size: 13px;
}

.input:-ms-input-placeholder {
    font-size: 13px;
}

.input::-ms-input-placeholder {
    font-size: 13px;
}

.input::placeholder {
    font-size: 13px;
}

.city-select-list {
    margin-top: 24px;
    font-size: 12px;
    -webkit-columns: 6;
       -moz-columns: 6;
            columns: 6;
}

.city-select-list li {
    padding-bottom: 8px;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
}

.city-select-item {
    color: inherit;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.current-city {
    font-weight: 700;
    pointer-events: none;
    color: #8a1b1c;
}

.header-sticky {
    position: fixed;
    top: 0;
    -webkit-transition: top .5s;
    -o-transition: top .5s;
    transition: top .5s;
    height: auto;
    -webkit-box-shadow: 0 -5px 6px 3px #00000038;
            box-shadow: 0 -5px 6px 3px #00000038;
}

.header-sticky .header__top {
    display: none;
}

.header-sticky .header__wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.header-sticky .header__logo {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.header-sticky .header__contacts {
    margin-right: 30px;
}

.header-sticky .header__worktime {
    margin-bottom: 0;
}

.header-sticky .mobile-menu__btn.pc-none {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.header-sticky .header__nav {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.header-sticky .header__nav.active {
    max-height: 100px;
    padding: 15px 0;
    opacity: 1;
}

.popup__order {
    padding: 44px;
    max-width: 558px;
}

.popup-order__title {
    font-family: Bebas Neue;
    font-size: 50px;
    margin-top: 0;
    border-bottom: 5px solid #d04f4a;
    display: inline-block;
    margin-bottom: 3rem;
}

.popup-order__name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
}

.inpur__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #4f4f4f;
    font-size: 12px;
    margin-bottom: 24px;
}

.form__input {
    margin-top: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    outline: 0 !important;
    -webkit-box-shadow: none!important;
            box-shadow: none!important;
    border: 1px solid #ddd !important;
    background: #fff;
    padding: 10px 16px 9px 22px;
    height: auto;
    max-width: 100%;
    position: relative;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    font-family: 'Montserrat';
}

.form__submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 100%;
    height: 50px;
    font-size: 18px;
    font-family: Bebas Neue;
    text-transform: uppercase;
    background: #d04f4a;
    border: 1px solid #d04f4a;
    -webkit-box-shadow: none!important;
            box-shadow: none!important;
    outline: none !important;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-radius: 4px;
    color: #fff;
    font-weight: 400;
    width: 240px;
    margin: auto;
    cursor: pointer;
}

.form__submit:hover {
    color: #d04f4a;
    background: transparent;
}

.page__header {
    padding: 24px 0 16px;
    background: url(../img/titlge_bg.jpg) 50% no-repeat;
    background-size: cover;
    position: relative;
}

.page__header:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: .4;
}

.page-header__wrapper {
    font-family: Bebas Neue;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    position: relative;
}

.page-bradrumbs {
    background: #fff8f5;
    padding: 18px 0;
}

.breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
}

.breadcrumbs__item {
    font-size: 12px;
}

.breadcrumbs__item+.breadcrumbs__item {
    margin-left: 6px;
    padding-left: 0.5rem;
}

.breadcrumbs__item+.breadcrumbs__item:before {
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
    margin-right: 6px;
    display: inline-block;
    content: "";
    width: 4px;
    height: 7px;
    background: url(../img/arrow.png) top no-repeat;
}

.breadcrumbs__item:last-child {
    color: #818181;
}

.page__title {
    font-family: Bebas Neue;
    font-size: 50px;
}

.single__wrap {
    padding-top: 40px;
    padding-bottom: 100px;
}

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

.single__image {
    height: auto;
    max-height: 556px;
    border: 1px solid #ddd;
    padding: 20px;
    max-width: 380px;
}

.single__image img {
    max-width: 100%;
}

.single__content {
    margin-left: 30px;
    width: 100%;
}

.single-content__header .text {
    font-size: 13px;
    color: #4f4f4f;
    padding-bottom: 13px;
    border-bottom: 1px solid #ededed;
}

.single-content__header svg {
    width: 8px;
    height: auto;
    margin-right: 16px;
}

.single__price {
    margin-top: 36px;
    margin-bottom: 26px;
    font-size: 26px;
    font-weight: bold;
}

.single__category {
    margin-bottom: 26px;
    font-size: 13px;
    font-weight: 600;
    color: #767676;
}

.single-category__link {
    text-decoration: underline;
    font-size: 13px;
    font-weight: 600;
}

.hidden-name {
    opacity: 0;
    margin: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
}

.single__action .catalog-item__btn {
    width: 240px;
}

.page-catalog .catalog {
    padding: 40px 0 0;
}

.catalog__header {
    border-bottom: 5px solid #d04f4a;
    font-family: Bebas Neue;
    font-size: 35px;
    margin-top: 0;
    margin-bottom: 30px;
    display: inline-block;
}

.catalog__category {
    margin-bottom: 40px;
}

.catalog__category:last-child {
    margin-bottom: 0;
}

.page__wrap {
    padding: 40px 0 100px;
}

.page__wrap img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 40px auto 0;
}

.contacts__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 45px;
}

.contacts__content {
    max-width: 690px;
}

.contacts__form {
    width: 100%;
}

.contacts__form button {
    width: 100%;
}

.contacts__title {
    margin-bottom: 20px;
    font-size: 35px;
    border-bottom: 5px solid #d04f4a;
    font-family: Bebas Neue;
    display: inline-block;
    margin-top: 0;
}

.reviews__item {
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    padding: 22px;
    margin-bottom: 20px
}

.reviews__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.reviews__avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}

.reviews__avatar img {
    margin: 0;
}

.reviews__name {
    margin-bottom: 5px;
    font-size: 18px;
    border-bottom: 3px solid #d04f4a;
    display: inline-block;
    margin-top: 0;
}

.reviews__date {
    font-size: 13px;
    color: #818181;
}

.reviews__text {
    margin-top: 13px;
    line-height: 22px;
}

.page-404 h2 {
    margin-top: 0;
    margin-bottom: 30px;
}

.thanks-page {
    padding-bottom: 0;
}