/*grid*/

.inner > p {
    margin: 0;
}

.inner .sWay {
    -ms-grid-row: 1;
    grid-row-start: 1;
}

.inner h1 {
    -ms-grid-row: 2;
    grid-row-start: 2;
}

.inner .catalog-container {
    grid-row-start: 3;
    grid-template-columns: repeat(8, 90px);
}

.inner .catalog-container__menu {
    -ms-grid-row: 3;
    grid-row-start: 3;
}

.product, .catalog__image {
    box-shadow: 1px 1px 2px rgba(157, 177, 195, 0.5), 0 0 0.5em rgba(157, 177, 195, 0.5);
}

.inner p, .inner h1, .inner .sWay {
    grid-column-start: span 10;
}

.catalog-itm {
    display: grid;
    min-height: 200px;
    position: relative;
    padding: 30px;
    box-sizing: border-box;
}

.catalog-itm__title {
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 20px;
}

.catalog-itm__image {
    width: 200px;
    height: 250px;
    background: no-repeat center top;
    background-size: contain;
    position: absolute;
    bottom: 0;
}

.catalog-itm a:hover {
    cursor: pointer;
}

.catalog-itm:nth-child(odd) a, .catalog-itm:nth-child(even) a:hover {
    color: #3a3f5c;
}

.catalog-itm:nth-child(odd) {
    background-color: #fbb24b;
    border-bottom-left-radius: 70px;
    border-top-left-radius: 70px;
    grid-template-columns: 200px 1fr;
}

.catalog-itm:nth-child(even) a, .catalog-itm:nth-child(odd) a:hover  {
    color: #ffffff;
}

.catalog-itm:nth-child(even) .catalog-itm__image, .catalog-itm:nth-child(odd) .catalog-itm__body {
    grid-column-start: 2;
}

.catalog-itm:nth-child(even) .catalog-itm__body, .catalog-itm:nth-child(odd) .catalog-itm__image {
    grid-column-start: 1;
}

.catalog-itm:nth-child(even) {
    background-color: #1b8bcf;
    border-bottom-right-radius: 70px;
    border-top-right-radius: 70px;
    grid-template-columns: 1fr 200px;
}

.product, .catalog {
    background: #fff;
    border-radius: 10px;
}

.product {
    display: grid;
    width: 340px;
    height: 530px;
    border-radius: 30px;
}

.product__img {
    height: 270px;
    cursor: pointer;
    background: no-repeat center center;
    background-size: contain;
    align-self: center;
}

.product__body {
    display: flex;
    flex-direction: column;
    padding: 15px;
    align-items: center;
    justify-content: flex-end;
}

.product__title {
    text-align: center;
    margin-bottom: 5px;
}

.product__title a {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    color: #a57142;
}
.product__about {
    text-align: center;
    font-size: 24px;
    font-style: italic;
    color: #2b5074;
}

.product__body-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
    align-items: center;
}

.product__price {
    font-size: 40px;
    color: #d14b17;
    font-weight: 300;
    text-align: left;
    text-transform: uppercase;
}

.btn-product {
    font-size: 18px;
    padding: 10px;
}

.inner {
    -ms-grid-rows: auto 10px auto 10px 1fr;
    grid-template-rows: auto auto 1fr;
    grid-column-gap: 30px;
}

/*Category Menu*/
.inner .catalog-container__menu {

}

.catalog-menu, .catalog-container__menu {

}

.catalog-container__menu ul {
    margin-left: 20px;
}

.catalog-container__menu > nav > ul {
    margin-left: 0;
}

.catalog-container__menu > nav > ul > li ul {
    margin-top: 10px;
}

.catalog-menu li:last-child, .catalog-container__menu li:last-child {
    margin-bottom: 0;
}

.catalog-menu a, .catalog-container__menu a, .catalog-menu strong {
    color: #222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    padding: 10px;
    justify-content: space-between;
}

.catalog-menu strong {
    color: #fff;
    border-radius: 10px;
}

.catalog-container__menu a {
    font-size: 1em;
}

.catalog-menu a::after, .catalog-menu strong::after {
    font-family: "Font Awesome 5 Pro";
    content: '\f054';
    font-size: 0.857em;
}

.catalog {
    padding: 10px;
    min-height: 300px;
}

.catalog__image {
    height: 250px;
    overflow: hidden;
    border-radius: 30px;
}

.catalog__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.catalog__title {
    margin-top: 30px;
    text-align: center;
}

.catalog__title a {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #2b5074;
    text-transform: uppercase;
    margin-top: 30px;
}

.h1-catalog-container {
    width: 100%;
    min-height: 280px;
    background-image:  url(../images/h1-inner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 14px 0 20px;
    padding-top: 30px;
    box-sizing: border-box;
}

.h1-catalog {
    width: 850px;
    height: 215px;
    overflow: auto;
    box-sizing: border-box;
    padding: 2px 40px;
    background-image:  url(../images/content-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.h1-catalog h1{
    font-size: 46px;
    line-height: 48px;
    color: #d14b17;
    text-transform: uppercase;
}

.h1-catalog p {
    margin: 0;
    font-size: 36px;
    line-height: 36px;
    font-weight: 600;
}

@media screen and (max-width: 992px) {
    .product {
        margin-bottom: 20px;
    }

    .h1-catalog {
        height: auto;
        overflow: auto;
        padding: 10px 40px;
    }

    .h1-catalog {
        width: 100%;
    }

    .h1-catalog p {
        font-size: 14px;
        line-height: normal;
    }

    .h1-catalog h1 {
        font-size: 20px;
        line-height: normal;
    }
}

@media screen and (max-width: 576px) {
    .product {
        width: 100%;
    }
}

@media screen and (max-width: 400px) {
    .product__price {
        font-size: 30px;
    }

    .product__about {
        font-size: 16px;
    }
}