html, body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Pompadur";
    font-size: 24px;
    background: #390f0c;
    /* background-image: -moz-linear-gradient( 0deg, rgb(94,33,0) 0%, rgb(54,13,13) 100%); */
    /* background-image: -webkit-linear-gradient( 0deg, rgb(94,33,0) 0%, rgb(54,13,13) 100%); */
    /* background-image: -ms-linear-gradient( 0deg, rgb(94,33,0) 0%, rgb(54,13,13) 100%); */
    /* background-image: linear-gradient( 0deg, rgb(94,33,0) 0%, rgb(54,13,13) 100%); */
} 

.wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.content {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
}

.max-1200px {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

img {
    max-width: 100%;
    max-height: 100%;
}

a {
    text-decoration: none;
}

/* HEADER */
.mobile-menu,
.mobile-contacts {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;

    background-image: -moz-linear-gradient( 0deg, rgb(90,6,0) 0%, rgb(157,0,0) 50%, rgb(124,3,0) 74%, rgb(90,6,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(90,6,0) 0%, rgb(157,0,0) 50%, rgb(124,3,0) 74%, rgb(90,6,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(90,6,0) 0%, rgb(157,0,0) 50%, rgb(124,3,0) 74%, rgb(90,6,0) 100%);
}

.mobile-close,
.contacts-close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.mobile-links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: 100%;
}

.mobile-links a,
.mobile-links span {
    color: #fff;
    margin-bottom: 25px;
}

.mobile-links a:last-child,
.mobile-links span:last-child {
    margin-bottom: 0;
}

.page-header {
    position: relative;
    width: 100%;
    height: 147px;

    background: url(../img/top-bg.png);
    background-size: cover;
    background-position: center;

    text-align: center;
}

.page-header > img {
    height: 100%;
}

.desctop-menu {
    position: absolute;
    bottom: -45px;
    left: 0;
    width: 100%;
    height: 45px;
    z-index: 12;

    border-top: 3px solid #ffb202;
    background-image: -moz-linear-gradient( 0deg, rgb(90,6,0) 0%, rgb(157,0,0) 50%, rgb(124,3,0) 74%, rgb(90,6,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(90,6,0) 0%, rgb(157,0,0) 50%, rgb(124,3,0) 74%, rgb(90,6,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(90,6,0) 0%, rgb(157,0,0) 50%, rgb(124,3,0) 74%, rgb(90,6,0) 100%);
}

.desctop-menu>div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.desctop-menu a {
    color: #fbfe01;
    text-decoration: none;
    line-height: 45px;

    text-shadow: 2.194px 2.046px 0px rgba(0,0,0,.5);
    -moz-transform: matrix( 1.08591635194522,0,0,1.08854807366951,0,0);
    -webkit-transform: matrix( 1.08591635194522,0,0,1.08854807366951,0,0);
    -ms-transform: matrix( 1.08591635194522,0,0,1.08854807366951,0,0);
    transform: matrix( 1.08591635194522,0,0,1.08854807366951,0,0);
}

.desctop-menu a.active {
    color: #fff;
}
  
.desctop-menu a {
    margin-left: 45px;

    transition: all .3s ease-in-out;
    cursor: pointer;
}

.desctop-menu a:hover {
    color: #fff;
}

.desctop-menu a:first-child {
    margin-left: 0;
}

.torches {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    /* z-index: 10; */
    
    width: 100%;
}

.torches video {
    position: relative;
    z-index: 15;
    margin-top: -35px;
}

.torches video.left {
    float: left;
}

.torches video.right {
    float: right;
}

.slider-bottom-line.mobile {
    display: none;
}

/* SLIDER BOX */
.main-slider-box {
    position: relative;
    max-width: 1200px;

    margin: 0 auto;
    margin-top: 44px;

    border-radius: 45px;
    overflow: hidden;
}

.main-button-next,
.main-button-prev {
    position: absolute;
    top: calc(50% - 28.5px);
    width: 53px;
    height: 57px;
    z-index: 10;

    opacity: .35;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.main-button-next:hover,
.main-button-prev:hover {
    opacity: 1;
}

.main-button-next {
    right: 5px;
    background: url(../img/next-slide.png);
}

.main-button-prev {
    left: 5px;
    background: url(../img/prev-slide.png);
}

.main-slider-box .swiper-container img {
    border-radius: 45px;
}

.main-slider-box > img {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 5;
}

.top-slider-line {
    top: 0;
}

.bottom-slider-line {
    bottom: 0;
    margin-top: -45px;
}

.slider-bottom-line {
    width: 100%;
    height: 22px;

    border-bottom: 3px solid #fffc00;
    background-image: -moz-linear-gradient( 0deg, rgb(90,6,0) 0%, rgb(157,0,0) 50%, rgb(124,3,0) 74%, rgb(90,6,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(90,6,0) 0%, rgb(157,0,0) 50%, rgb(124,3,0) 74%, rgb(90,6,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(90,6,0) 0%, rgb(157,0,0) 50%, rgb(124,3,0) 74%, rgb(90,6,0) 100%);
}

/* RECOMMENDATION PRODUCTS */
.recommendation-products-box {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
}

.box-products {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

    margin-top: 46px;
    padding-bottom: 0;
}

.info-about-category {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;

    margin-bottom: 18px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

.info-about-category p {
    max-width: 1000px;
}

.swiper-container.recommendation {
    width: 100%;
    max-height: 350px;
}

.recommendation .product-box {
    width: 25%;
    max-width: 279px;
    margin-bottom: 18px;
}

.recommendation .swiper-slide,
.recommendation .product-box {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;

    border-radius: 45px;
    /* overflow: hidden; */
    border: 3px solid #fffc00;
}

.product-box {
    margin-right: 26.6666666667px;
}

.product-box:nth-child(4n + 5) {
    margin-right: 0;
}

div.product-img {
    height: 276.217px!important;
}

div.product-img.small {
    height: 202.483px!important;
}

.recommendation .swiper-slide a,
.recommendation .product-box a {
    display: flex;
    flex-direction: column;
    border-radius: 42.5px;
    overflow: hidden;
}

.recommendation .swiper-slide:hover a .more-product-info,
.recommendation .product-box:hover a .more-product-info {
    color: #fff;
}

.recommendation .swiper-slide:hover a .more-product-info:before,
.recommendation .product-box:hover a .more-product-info:before {
    opacity: 1;
}

.recommendation .swiper-slide:hover a .cost-product,
.recommendation .product-box:hover a .cost-product {
    text-shadow: 0 0 3px rgba(0,0,0,1);
    color: #fff;
}  

.more-product-info:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: 2;

    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.25);

    opacity: 0;
    transition: all .3s ease-in-out;
}

.more-product-info div {
    position: relative;
    z-index: 3;
}
  

.more-product-info {
    position: relative;
    width: 100%;
    height: 35px;

    border: 0;
    padding-left: 60px;
    background-image: -moz-linear-gradient( 0deg, rgb(255,169,2) 0%, rgb(255,255,0) 50%, rgb(255,212,1) 74%, rgb(255,169,2) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(255,169,2) 0%, rgb(255,255,0) 50%, rgb(255,212,1) 74%, rgb(255,169,2) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(255,169,2) 0%, rgb(255,255,0) 50%, rgb(255,212,1) 74%, rgb(255,169,2) 100%);

    text-align: left;
    line-height: 35px;
    font-weight: 600;
    font-size: 20px;
    font-family: "Pompadur";
    color: rgb(0, 0, 0);

    transition: all .3s ease-in-out;
}

.more-product-info div {
    -moz-transform: matrix( 1.20953896425787,0,0,1.19321269359408,0,0);
    -webkit-transform: matrix( 1.20953896425787,0,0,1.19321269359408,0,0);
    -ms-transform: matrix( 1.20953896425787,0,0,1.19321269359408,0,0);
    transform: matrix( 1.20953896425787,0,0,1.19321269359408,0,0);
}

.cost-product {
    position: absolute;
    right: 25px;
    bottom: 25px;
    z-index: 3;

    font-size: 18px;
    font-weight: 600;
    font-family: "Pompadur";
    color: rgb(255, 0, 0);
    text-shadow: 0 0 3px rgba(255,255,255,1);


    -moz-transform: matrix( 1.20953896425787,0,0,1.19321269359408,0,0);
    -webkit-transform: matrix( 1.20953896425787,0,0,1.19321269359408,0,0);
    -ms-transform: matrix( 1.20953896425787,0,0,1.19321269359408,0,0);
    transform: matrix( 1.20953896425787,0,0,1.19321269359408,0,0);

    transition: all .3s ease-in-out;
}

span.numeric,
.numeric {
    font-family: "a_Algerius";
    font-style: italic;
    font-size: 25px;
}

.info-about-us p span.numeric {
    font-size: unset;
    color: unset;
}

.available-icon {
    position: absolute;
    left: -3px;
    top: -3px;
}

.like-btn {
    position: absolute;
    left: calc(50% - 25.5px);
    top: 0;
    z-index: 20;

    cursor: pointer;
    opacity: .35;
    transform: scale(0.8);
    transition: all .3s ease-in-out;
}

.like-btn.active {
    opacity: 1;
    transform: scale(1);

}

.like-btn:hover,
.like-btn.active {
    opacity: 1;
}

.decorate-product-top{
    position: absolute;
    right: 1px;
    top: 1px;
}
.decorate-product-bottom {
    position: absolute;
    left: 1px;
    bottom: 36px;
}
 
/* CATEGORY */
.slider-bottom-line.double {
    border-top: 3px solid #fffc00;
}

.category-box {
    padding-top: 18px;
    padding-bottom: 18px;
}

.decorate-product-small-top,
.decorate-product-small-bottom {
    width: 52px;
    height: 52px;
}

.decorate-product-small-top {
    position: absolute;
    top: 2px;
    right: 2px;
}

.decorate-product-small-bottom {
    position: absolute;
    bottom: 3px;
    left: 2px;
}

.category-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    color: #fff;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1.5px;
    word-spacing: 300px;

    background: rgba(0,0,0,.5);
    transition: all .3s ease-in-out;
} 

.category-box .swiper-slide,
.product-box.catg {
    border-radius: 25px;
    border: 3px solid #fffc00;
    overflow: hidden;
}

.product-box.catg a {
    border-radius: 0;
}

.category-box .swiper-slide a {
    display: flex;
    flex-direction: column;
}

.category-box .swiper-slide a:hover .category-wrap,
.product-box.catg:hover .category-wrap {
    opacity: 0;
}

.slider-bottom-line.top {
    border-bottom: 0;
    border-top: 3px solid #fffc00;
}

/* ABOUT US */
.info-about-us {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* min-height: 400px; */

    border-radius: 45px;
    background-image: -moz-linear-gradient( 0deg, rgb(191,191,191) 0%, rgb(255,255,255) 50%, rgb(191,191,191) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(191,191,191) 0%, rgb(255,255,255) 50%, rgb(191,191,191) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(191,191,191) 0%, rgb(255,255,255) 50%, rgb(191,191,191) 100%);
}

.info-about-us p {
    max-width: 1040px;
    width: 100%;
    margin-top: 15px;

    font-size: 24px;
    text-indent: 35px;
    text-align: justify;
}

.info-about-us p.right {
    text-align: right;
    text-indent: 0;
}

.info-about-us p:nth-child(2) {
    margin-top: -40px;
}

.info-about-us p span {
    font-size: 34px;
    color: #780300;
    font-weight: bold;
}

.slider-bottom-line.map {
    position: relative;
    z-index: 1;
    height: 40px;
    border-top: 3px solid #fffc00;
    border-bottom: 0;
    margin-top: -2px;
}
  
/* FOOTER */
.bottom-line-in-catalog {
    width: 100%;
    min-height: 45px;

    background-image: -moz-linear-gradient( 0deg, rgb(90,6,0) 0%, rgb(157,0,0) 50%, rgb(124,3,0) 74%, rgb(90,6,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(90,6,0) 0%, rgb(157,0,0) 50%, rgb(124,3,0) 74%, rgb(90,6,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(90,6,0) 0%, rgb(157,0,0) 50%, rgb(124,3,0) 74%, rgb(90,6,0) 100%);
}

.footer {
    position: relative;
    z-index: 2;
    height: 282px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;

    background: url(../img/top-bg.png);
    background-size: cover;
    background-position: center;
}

.contacts {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 860px;

    margin: 0 auto;
}

.contacts div.line {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.contacts div.line.space {
    justify-content: space-between;
    margin-top: -40px;
}
  
.contacts div.line.address {
    /* margin-top: 25px; */

    font-size: 30px;
    font-family: "Pompadur";
    color: rgb(255, 255, 0);
    /* text-shadow: 0px 0px 10.14px rgba(0, 0, 0, 1); */
    text-shadow: 1px 1px 2px black, 0 0 black;

    /* -moz-transform: matrix( 1.06401793171793,0,0,1.04602851378008,0,0);
    -webkit-transform: matrix( 1.06401793171793,0,0,1.04602851378008,0,0);
    -ms-transform: matrix( 1.06401793171793,0,0,1.04602851378008,0,0);
    transform: matrix( 1.06401793171793,0,0,1.04602851378008,0,0); */
}
  
/* .contacts div.field {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    font-size: 37px;
    font-family: "AAlgerius";
    text-shadow: 0px 9px 10.14px rgba(0, 0, 0, 0.75);
} */

.contacts div.line.phones {
    margin-top: -45px;
}

.focus-product-photo {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;

    background: rgba(0,0,0,.75);
}

.fp-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: 100%;
}

.fp-box {
    position: relative;
    z-index: 100001;

    max-width: calc(100vw - 200px);
    max-height: calc(100vh - 40px);
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 100px;
    margin-right: 100px;
}

@media ( max-width: 1000px ) {
    .fp-box {
        max-width: 100vw;
        max-height: 100vh;
        margin: 0;
    }
}

.fp-close-box {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100000;
    width: 100%;
    height: 100%;
}

.fp-top-line,
.fp-bottom-line {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    position: absolute;
    left: 0;
    width: 100%;
    height: 50px;

    padding: 0 15px;

    background: rgba(0,0,0,.3);
    color: #fff;
}

.fp-close {
    cursor: pointer;
}

.fp-top-line {
    top: 0;
}

.fp-bottom-line {
    bottom: 0;
}

.fp-photo {
    max-width: 1200px;
    max-height: calc(100vh - 40px);
}

.line.address {
    font-size: 32px;
}

.category-wrap {
    font-size: 28px;
}

.field.numeric {
    font-size: 27px;
}

.more-product-info.numeric {
    padding-left: 25px;
    font-size: 20px;
}

@media ( max-width: 1000px ) {
    .category-wrap {
        font-size: 24px;
    }

    .contacts div.line.address {
        margin-top: 8px!important;
    }

    .field.numeric {
        font-size: 20px;
        text-align: center;
    }

    .field.numeric img {
        display: none;
    }

    .contacts div.line.phones {
        margin-top: 0!important;
    }

    .line.address {
        text-align: center;
        line-height: 36px;
        font-size: 25px;
    }
}

.fp-cost span {
    font-family: "Pompadur";
    font-size: 18px;
    font-style: normal;
}

.fp-info {
    width: 80%;
    height: 50px;
    line-height: 50px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fp-close {
    width: 18px;
    height: 18px;
}

/* 
    ===== MOBILE FRIENDLY CSS =====
*/
@media ( max-width: 1000px ) {
    .torches video {
        display: none;
    }

    .page-header > img {
        height: auto;
    }

    .page-header {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;

        height: 60px;
    }

    .slider-bottom-line.mobile {
        display: block;
        height: 50px;
        border-top: 3px solid #fffc00;
        border-bottom: 0;

        text-align: center;
        line-height: 50px;
        color: #fff;
    }

    .desctop-menu {
        display: none;
    }

    .main-slider-box {
        border-radius: 0;
        margin-top: 0;
    }

    .main-slider-box .swiper-container img {
        border-radius: 5%!important;
    }

    .recommendation .swiper-slide,
    .recommendation .product-box {
        width: 100%!important;
    }

    .box-products {
        margin-top: 0;
        justify-content: center;
    }

    .product-box {
        margin-right: 0!important;
    }

    .info-about-us {
        border-radius: 2.7%;
    }

    .info-about-us p {
        text-align: left;
        padding: 0 15px;

        font-size: 20px;
        line-height: 27px;
        text-indent: 0;
    }

    .info-about-us p:nth-child(2) {
        margin-top: 0;
    }

    .info-about-us p span {
        font-size: 25px;
    }

    .bottom-slider-line {
        margin-top: 0;
    }

    iframe {
        height: 300px;
    }

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

    .line.address {
        margin-top: 25px;
    }

    .contacts div.line.space,
    .contacts div.line.phones {
        margin-top: 0;
    }

    .footer {
        height: 261px;
    }

    .contacts div.line.space img {
        width: 75px;
    }

    .contacts div.line.space {
        padding: 10px 0;
    }

    .line.email {
        padding-top: 22px;
    }
}