

/* Start:/local/templates/dessert/css/main.css?168672423018744*/
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0;
    border: none;
    list-style: none;
    line-height: 1;
    border-radius: 0;
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}
html {
    font-size: 62.5%;
}
body {
    color: #38302E;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    background-color: #fff;
    word-wrap: break-word;
    overflow-x: hidden;
}


a,
button {
    cursor: pointer;
}




@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(.95);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(.97);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    animation-duration: .3s;
}



.spacing {
    flex-shrink: 1;
    width: 100%;
    height: 100%;
}




.wrapper {
    width: 100%;
    position: relative;
}



.main {
    width: 100%;
    padding: 12rem 0 0;
}
.root-home .main {
    padding: 0;
}



.tablebodytext {
    display: none !important;
}





.cats-nav-title {
    font-size: 3.6rem;
    color: rgba(0, 0, 0, .7);
    font-weight: 700;
    padding-left: 5.6rem;
    margin-top: 8rem;
    margin-bottom: 3.6rem;
}

.cats-nav {
    margin-top: 12rem;
    display: flex;
    align-items: stretch;
    width: 100%;
    position: relative;
    /*margin-top: 2rem;*/
    flex-wrap: wrap;
    flex-direction: column;
    height: 80rem;
}
.cats-nav .cats__link {
    display: block;
    background-color: #000;
    width: calc(25% - 2.25);
    margin-left: 3rem;
    position: relative;
    height: 100%;
}
.cats-nav .cats__link:first-child {
    margin-left: 0;
}
.cats-nav .cats__link:nth-child(2),
.cats-nav .cats__link:nth-child(3),
.cats-nav .cats__link:nth-child(5),
.cats-nav .cats__link:nth-child(6) {
    height: calc(50% - 1.5rem);
}
.cats-nav .cats__link:nth-child(3),
.cats-nav .cats__link:nth-child(6) {
    margin-top: 3rem;
}
.cats-nav .cats__link:before {
    content: '';
    display: block;
    padding-top: 50%;
}
.cats-nav .cats__link-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    /*opacity: .5;*/
}
.cats-nav .cats__content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    z-index: 20;
    padding: 3.6rem;
}
.cats-nav .cats__content:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /*height: 50%;*/
    height: 30rem;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
.cats-nav .cats__icon-wrap {
    overflow: hidden;
    width: 6rem;
    height: 6rem;
    border-radius: 20rem;
    background-color: #fff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.cats-nav .cats__icon {
    display: block;
    width: 4rem;
    height: auto;
    opacity: .7;
}
.cats-nav .cats__link-label {
    display: flex;
    z-index: 10;
    position: relative;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.3;
    padding-bottom: 2rem;
    color: #08ddd7;
    letter-spacing: .4rem;
    text-align: right;
    text-transform: uppercase;
    /*border-bottom: .2rem solid #08ddd7;*/
    background-color: #08ddd7;
    padding: 1.2rem;
    color: #000;
}
.cats-nav .cats__desc {
    margin-top: 2rem;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #fff;
    position: relative;
    z-index: 20;
    text-align: right;
}






















.home-categories {
    padding: 0 0 12rem;
    margin-top: 8rem;
}
.home-category {
    position: relative;
    margin-top: 12rem;
}
.home-category:first-child {
    margin-top: 0;
}



.home-category-heading {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 6rem;
    padding: 0 12rem;
}



.home-category-img-wrap {
    position: relative;
    height: 8rem;
    width: 8rem;
    overflow: hidden;
    border-radius: 500rem;
    flex-shrink: 0;
    display: none;
}
.home-category-img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
}
.home-category__icon-wrap {
    position: relative;
    z-index: 20;
    width: 8rem;
    height: 8rem;
    border-radius: 20rem;
    overflow: hidden;

    display: none;
}
.home-category__icon {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.home-category-title {
    position: relative;
    margin-left: 2.4rem;

    margin-left: 0;
}
.home-category-title-label {
    font-weight: 300;
    font-size: 6rem;
    line-height: 1.2;
    position: relative;
    font-family: 'Kurale';
    z-index: 20;
}
.home-category-title-sublabel {
    position: absolute;
    top: 0;
    left: 100%;
    margin-top: -7rem;
    margin-left: -10rem;
    font-size: 20rem;
    font-family: 'Great Vibes';
    z-index: 10;
    color: #08ddd7;
    opacity: .3;
}

.home-category-heading .link-all {
    position: absolute;
    top: 1.8rem;
    border-bottom: .2rem solid #000;
    text-transform: uppercase;
    letter-spacing: .4rem;
    color: #000;
    right: 0;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    padding-bottom: 2rem;
    padding-top: 2rem;
    font-weight: 700;

    display: none;
}


.home-category__content {
    position: relative;
    z-index: 5;
}


.home-cat-products {
    width: 100%;
    flex-shrink: 1;
    padding: 0 12rem;
}
.root-home .home-cat-products {
    padding: 0;

    /*padding: 0 12rem;*/
}
.home-cat-products-title {
    display: block;
    font-size: 3.6rem;
    font-weight: 700;
    margin-bottom: 4rem;
}
.home-category__content > .woocommerce {

}


.home-category .swiper {
    width: 100%;
    position: relative;
    padding: 0 12rem 12rem;

    padding: 0 12rem;
}
.home-category .swiper-wrapper {

}


.home-category .swiper .swiper-pagination {
    display: flex;
    gap: 0 .6rem;
    align-items: center;
    position: absolute;
    height: 6rem;
    pointer-events: none;
    justify-content: center;
    bottom: 0;
    left: 0;
    right: 0;


    display: none;
}
.home-category .swiper .swiper-pagination .swiper-pagination-bullet {
    border: .2rem solid #000;
    width: .8rem;
    height: .8rem;
    flex-shrink: 0;
    transition: .3s;
    opacity: .3;
    pointer-events: auto;
    border-radius: 20rem;
}
.home-category .swiper .swiper-pagination .swiper-pagination-bullet-active {
    opacity: .6;
}

@media all and (min-width: 1201px) {

.home-category .swiper .swiper-products-home-buttons {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 12rem;
    right: 12rem;

    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 200;
}
.home-category .swiper .swiper-products-home-buttons .swiper-button {
    background-color: rgba(0, 0, 0, .1);
    width: 6rem;
    height: 6rem;
    flex-shrink: 0;
    pointer-events: auto;
    border-radius: 20rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    cursor: pointer;


    width: 12rem;
    height: 100%;
    background-color: #fff;
    border-radius: 0;
}
.home-category .swiper .swiper-products-home-buttons .swiper-button:before {
    font-family: 'Fontello';


    display: flex;   
    justify-content: center;
    align-items: center;
    width: 6rem;
    height: 6rem;
    background-color: rgba(0, 0, 0, .1);
}
.home-category .swiper .swiper-products-home-buttons .swiper-button-prev:before {
    content: '\e84d';    
}
.home-category .swiper .swiper-products-home-buttons .swiper-button-next:before {
    content: '\e84e';    
}

}








.section-photos {
    display: none;
}




.section-about {
    margin-top: 0;
    padding: 0 0;
}
.section-about .content {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.section-about .column {

}

.section-about .column.left {
    width: 50%;
    padding: 12rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-about .title {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1;
    font-family: 'Kurale';
}
.section-about .column.left .text {
    font-size: 1.6rem;
    line-height: 1.7;
    margin-top: 3.6rem;
    /*font-family: 'Cormorand Unicase';*/
}
.section-about .link {
    color: #000;   
    border-bottom: .2rem solid #000;
    display: flex;
    align-items: center;
    flex-direction: row;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: .2rem;
    margin-top: 6rem;
    padding-bottom: 2rem;
    text-transform: uppercase;
}

.section-about .column.right {
    width: 50%;
    position: relative;
}
.section-about .img-wrap {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.section-about .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}













































@media all and (max-width: 1200px) {








.wrapper {
    width: 100%;
    position: relative;
}



.main {
    width: 100%;
    padding: 12rem 0 0;


    padding: 7rem 0 0;
}
.root-home .main {
    padding: 0;
}








.cats-nav-title {
    font-size: 3.6rem;
    color: rgba(0, 0, 0, .7);
    font-weight: 700;
    padding-left: 5.6rem;
    margin-top: 8rem;
    margin-bottom: 3.6rem;
}

.cats-nav {
    margin-top: 12rem;
    display: flex;
    align-items: stretch;
    width: 100%;
    position: relative;
    /*margin-top: 2rem;*/
    flex-wrap: wrap;
    flex-direction: column;
    height: 80rem;
}
.cats-nav .cats__link {
    display: block;
    background-color: #000;
    width: calc(25% - 2.25);
    margin-left: 3rem;
    position: relative;
    height: 100%;
}
.cats-nav .cats__link:first-child {
    margin-left: 0;
}
.cats-nav .cats__link:nth-child(2),
.cats-nav .cats__link:nth-child(3),
.cats-nav .cats__link:nth-child(5),
.cats-nav .cats__link:nth-child(6) {
    height: calc(50% - 1.5rem);
}
.cats-nav .cats__link:nth-child(3),
.cats-nav .cats__link:nth-child(6) {
    margin-top: 3rem;
}
.cats-nav .cats__link:before {
    content: '';
    display: block;
    padding-top: 50%;
}
.cats-nav .cats__link-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    /*opacity: .5;*/
}
.cats-nav .cats__content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    z-index: 20;
    padding: 3.6rem;
}
.cats-nav .cats__content:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /*height: 50%;*/
    height: 30rem;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
.cats-nav .cats__icon-wrap {
    overflow: hidden;
    width: 6rem;
    height: 6rem;
    border-radius: 20rem;
    background-color: #fff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.cats-nav .cats__icon {
    display: block;
    width: 4rem;
    height: auto;
    opacity: .7;
}
.cats-nav .cats__link-label {
    display: flex;
    z-index: 10;
    position: relative;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.3;
    padding-bottom: 2rem;
    color: #08ddd7;
    letter-spacing: .4rem;
    text-align: right;
    text-transform: uppercase;
    /*border-bottom: .2rem solid #08ddd7;*/
    background-color: #08ddd7;
    padding: 1.2rem;
    color: #000;
}
.cats-nav .cats__desc {
    margin-top: 2rem;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #fff;
    position: relative;
    z-index: 20;
    text-align: right;
}



















.root-home .home-categories {


    display: none;
}


.home-categories {
    padding: 0 0 12rem;
    margin-top: 8rem;


    padding: 0 0 8rem;
}
.home-category {
    position: relative;
    margin-top: 12rem;


    margin-top: 8rem;
}
.home-category:first-child {
    margin-top: 0;
}



.home-category-heading {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 6rem;
    padding: 0 12rem;


    margin-bottom: 4.8rem;
    padding: 0 2rem;
}



.home-category-img-wrap {
    position: relative;
    height: 8rem;
    width: 8rem;
    overflow: hidden;
    border-radius: 500rem;
    flex-shrink: 0;
    display: none;
}
.home-category-img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
}
.home-category__icon-wrap {
    position: relative;
    z-index: 20;
    width: 8rem;
    height: 8rem;
    border-radius: 20rem;
    overflow: hidden;

    display: none;
}
.home-category__icon {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.home-category-title {
    position: relative;
    margin-left: 2.4rem;

    margin-left: 0;
}
.home-category-title-label {
    font-weight: 300;
    font-size: 6rem;
    line-height: 1.2;
    position: relative;
    font-family: 'Kurale';
    z-index: 20;


    font-size: 4.8rem;
    line-height: 1;
}
.home-category-title-sublabel {
    position: absolute;
    top: 0;
    left: 100%;
    margin-top: -7rem;
    margin-left: -10rem;
    font-size: 20rem;
    font-family: 'Great Vibes';
    z-index: 10;
    color: #08ddd7;
    opacity: .3;


    left: 2.4rem;
    margin-left: 0;
    margin-top: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    opacity: .15;
}

.home-category-heading .link-all {
    position: absolute;
    top: 1.8rem;
    border-bottom: .2rem solid #000;
    text-transform: uppercase;
    letter-spacing: .4rem;
    color: #000;
    right: 0;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    padding-bottom: 2rem;
    padding-top: 2rem;
    font-weight: 700;

    display: none;
}


.home-category__content {
    position: relative;
    z-index: 5;
}


.home-cat-products {
    width: 100%;
    flex-shrink: 1;
    padding: 0 12rem;


    padding: 0 2rem;
}
.root-home {
    padding: 0;
}
.home-cat-products-title {
    display: block;
    font-size: 3.6rem;
    font-weight: 700;
    margin-bottom: 4rem;
}
.home-category__content > .woocommerce {

}






.home-category .swiper {
    width: 100%;
    position: relative;
    padding: 0 12rem 12rem;


    padding: 0 2rem 10rem;
}

.home-category .swiper .swiper-pagination {
    display: flex;
    gap: 0 .6rem;
    align-items: center;
    position: absolute;
    height: 6rem;
    pointer-events: none;
    justify-content: center;
    bottom: 0;
    left: 0;
    right: 0;
}
.home-category .swiper .swiper-pagination .swiper-pagination-bullet {
    border: .2rem solid #000;
    width: .8rem;
    height: .8rem;
    flex-shrink: 0;
    transition: .3s;
    opacity: .3;
    pointer-events: auto;
    border-radius: 20rem;
}
.home-category .swiper .swiper-pagination .swiper-pagination-bullet-active {
    opacity: .6;
}

.home-category .swiper .swiper-products-home-buttons {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 12rem;
    right: 12rem;


    left: 2rem;
    right: 2rem;
}
.home-category .swiper .swiper-products-home-buttons .swiper-button {
    background-color: rgba(0, 0, 0, .1);
    width: 6rem;
    height: 6rem;
    flex-shrink: 0;
    pointer-events: auto;
    border-radius: 20rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    cursor: pointer;
}
.home-category .swiper .swiper-products-home-buttons .swiper-button:before {
    font-family: 'Fontello';
}
.home-category .swiper .swiper-products-home-buttons .swiper-button-prev:before {
    content: '\e84d';    
}
.home-category .swiper .swiper-products-home-buttons .swiper-button-next:before {
    content: '\e84e';    
}























.section-about {
    margin-top: 0;
    padding: 0 0;


    padding: 0 2rem;
    margin-top: 6rem;
}
.section-about .content {
    display: flex;
    align-items: stretch;
    justify-content: space-between;


    flex-direction: column;
}
.section-about .column {

}

.section-about .column.left {
    width: 50%;
    padding: 12rem;
    display: flex;
    flex-direction: column;
    justify-content: center;


    width: 100%;
    padding: 0;
}
.section-about .title {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1;
    font-family: 'Kurale';


    font-size: 4rem;
}
.section-about .column.left .text {
    font-size: 1.6rem;
    line-height: 1.7;
    margin-top: 3.6rem;
    /*font-family: 'Cormorand Unicase';*/
}
.section-about .link {
    color: #000;   
    border-bottom: .2rem solid #000;
    display: flex;
    align-items: center;
    flex-direction: row;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: .2rem;
    margin-top: 6rem;
    padding-bottom: 2rem;
    text-transform: uppercase;
}

.section-about .column.right {
    width: 50%;
    position: relative;


    width: 100%;
    margin-top: 3.6rem;
}
.section-about .column.right:before {


    content: '';
    display: block;
    padding-top: 70%;
}
.section-about .img-wrap {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.section-about .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}





.section-photos {


    padding: 0 2rem 8rem;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 2rem 0;
}
.section-photos .photo-wrap {


    display: block;
}
.section-photos .photo {


    display: block;
    width: 100%;
    height: auto;
}








}


















/* End */


/* Start:/local/templates/dessert/css/header.css?169227197813427*/
/*
 * ШАПКА
 */


.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 950;
    transition: .2s;
    height: 12rem;
    padding: 0 3.6rem;
    background-color: #38302E;
}
.home .header {
    background-color: transparent;
}
.header.on {
    background-color: #38302E;
    height: 8rem;
}
.header__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 0;
    position: relative;
    justify-content: center;
    height: 100%;
}










.nav-tgl,
.contacts-tgl {
    display: none;
}




.header .nav {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}
.header .nav-item {
    margin-left: 2rem;
    font-size: 1.2rem;
    font-weight: 400;
    transition: .3s;
    flex-shrink: 0;
    color: #fff;
    letter-spacing: .2rem;
    text-transform: uppercase;
    pointer-events: auto;
}
.header .nav-item:first-child {
    margin-left: 0;
}
.header .nav-item.on {
    color: #08ddd7;
}









.header .logo {
    display: block;
    flex-shrink: 0;
    position: relative;
    width: 15rem;
    transition: .3s;
    align-self: stretch;
}
.header .logo__link {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
}
.header .logo__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.header.on .logo {
    width: 14rem;
}











.minicart-wrap {
    flex-shrink: 0;
    margin-left: 3.6rem;


    color: #fff;
}
.bx-basket-item-list-container {
    display: none;
}
.minicart-wrap.on {
    /*opacity: .4;*/
}


.minicart {
    position: relative;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    /*transition: .4s;*/


    color: #fff;
}
.minicart.on {

}
.minicart__link {
    display: flex;
    align-items: center;
    height: 4rem;
    position: relative;
    padding: 0 3.6rem;
    background-color: #08ddd7;
    transition: .3s;
    border-radius: 0rem;
}
.minicart__link:hover {
    
}
.minicart__icon {
    font-size: 1.8rem;
    padding-bottom: .2rem;
    display: none;
}
.minicart__count {
    display: flex;
    width: 2.6rem;
    height: 2.6rem;
    font-weight: 700;
    border-radius: 10rem;
    color: #38302E;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: .4s;
    flex-shrink: 0;
}
.minicart-wrap.on .minicart__count {
    transition: .4s;
    background-color: #38302E;
    color: #fff;
}

.minicart__amount {
    /*color: #ff8000;*/
    font-size: 1.4rem;
    margin-left: 1rem;
    font-weight: 700;
    color: #000;
    flex-shrink: 0;
    /*letter-spacing: .2rem;*/
}








.header .contacts {
    display: flex;
    align-items: stretch;
    align-self: center;
    flex-shrink: 0;
    position: relative;
    height: 4.4rem;
    /*border-radius: 20rem;*/
    /*overflow: hidden;*/
}
.header .contacts-item {
    display: flex;
    align-items: stretch;
    margin-left: .6rem;
}
.header .contacts-item--address,
.header .contacts-item--time,
.header .contacts-item--mail,
.header .contacts-item--whatsapp {
    display: none;
}
.header .contacts-item:first-child {
    margin-left: 0;
}
.header .contacts-item__content {
    display: flex;
    align-items: stretch;
    /*padding: 0 2rem;*/
    /*border-radius: 20rem;*/
}
.header .contacts-item__link {
    
}
.header .contacts-item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: inherit;
    flex-shrink: 0;
    width: 4.4rem;
    border-radius: 20rem;
    font-size: 1.6rem;
    color: #fff;
    transition: .3s;
}
.header .contacts-item__icon--address {
    font-size: 1.8rem;
}
.header .contacts-item__icon--phone {
    font-size: 1.8rem;
    padding-left: .1rem;
}
.header .contacts-item__icon--time {
    font-size: 1.8rem;
}
.header .contacts-item__icon--instagram {
    font-size: 2rem;
}
.header .contacts-item__icon--whatsapp {
    font-size: 2rem;
}
.header .contacts-item__text {
    display: flex;
    align-items: center;
    margin-left: .2rem;
    font-size: 1.2rem;
    font-weight: 700;
    transition: .2s;
    white-space: pre-wrap;

    display: none;
}































































@media all and (max-width: 1200px) {


.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 950;
    transition: .2s;
    height: 12rem;
    padding: 0 3.6rem;
    background-color: #38302E;


    height: 7rem;
    padding: 0 0 0 2rem;
}
.home .header {
    background-color: transparent;
}
.header.on {
    background-color: #38302E;
    height: 8rem;


    height: 7rem;
}
.header__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 0;
    position: relative;
    justify-content: space-between;
    height: 100%;



}





.header .spacing {
    /*display: none;*/
}

.contacts-tgl {
    width: 3.4rem;
    height: 3.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, .1);


    margin-left: .6rem;
}
.contacts-tgl__icon {
    color: #fff;
    font-size: 1.6rem;
}
.contacts-tgl__icon:before {
    content: '\e80c';
    font-family: 'Fontello';
}

.nav-tgl {
    position: relative;
    justify-content: center;
    align-items: center;
    transition: .3s;
    display: flex;
    align-items: center;
    height: 3.4rem;
    width: auto;
    padding: 0 .6rem;
    gap: .6rem;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, .1);
}
.nav-tgl.on {

}
.nav-tgl:after {
    content: 'Меню';
    text-transform: uppercase;
    color: #fff;
    display: block;
    font-size: 1.2rem;
    letter-spacing: 0rem;
    font-weight: 700;
}
.nav-tgl .nav-tgl__icon {
    position: relative;
    align-self: stretch;
    width: 1.4rem;
}
.nav-tgl .nav-tgl__dash {
    display: block;
    position: absolute;
    height: .2rem;
    width: 100%;
    background: #fff;
    /*left: 50%;*/
    width: 100%;
    /*margin-left: -1rem;*/
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.nav-tgl .nav-tgl__dash--1 {
    top: 1.3rem;
}
.nav-tgl .nav-tgl__dash--2 {
    bottom: 1.3rem;
}
.nav-tgl.on .nav-tgl__dash {
    
}
.nav-tgl.on .nav-tgl__dash--1 {
    top: 1.6rem;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-tgl.on .nav-tgl__dash--2 {
    bottom: 1.6rem;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}



.header .nav {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;


    position: fixed;
    left: 0;
    right: 0;
    top: 7rem;
    background-color: #2A2423;
    flex-direction: column;
    align-items: flex-start;
    padding: 8rem 3.6rem;
    transition: .6s;
    height: 0;
    overflow: hidden;
    padding: 0 3.6rem;
    display: flex;
    justify-content: flex-start;
    z-index: 400;
    background-image: url('/local/templates/dessert/css/../img/sidebar/menu/bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
}
.header .nav:before {


    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 50;
}
.header .nav.on {


    height: 100%;
    pointer-events: auto;
}
.header .nav-item {
    margin-left: 2rem;
    font-size: 1.2rem;
    font-weight: 400;
    transition: .3s;
    flex-shrink: 0;
    color: #fff;
    letter-spacing: .2rem;
    text-transform: uppercase;
    pointer-events: auto;


    margin-left: 0;
    margin-top: 3.6rem;
    font-size: 2rem;
    letter-spacing: .5rem;
    pointer-events: none;
    position: relative;
    z-index: 100;
}
.header .nav.on .nav-item {


    pointer-events: auto;
}
.header .nav-item:first-child {
    margin-left: 0;


    margin-top: 6rem;
}
.header .nav-item.on {
    color: #08ddd7;
}









.header .logo {
    display: block;
    flex-shrink: 0;
    position: relative;
    width: 15rem;
    transition: .3s;
    align-self: stretch;


    width: 11rem;
}
.header .logo__link {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
}
.header .logo__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.header.on .logo {
    width: 14rem;


    width: 11rem;
}











.minicart-wrap {
    flex-shrink: 0;
    margin-left: 3.6rem;


    margin-left: .6rem;
}
.minicart-wrap.on {
    /*opacity: .4;*/
}


.minicart {
    position: relative;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    /*transition: .4s;*/


    color: #fff;
}
.minicart.on {

}
.minicart__link {
    display: flex;
    align-items: center;
    height: 3.4rem;
    position: relative;
    padding: 0 3.6rem;
    background-color: #08ddd7;
    transition: .3s;
    border-radius: 0rem;


    padding: 0 1.6rem 0 .6rem;
}
.minicart__link:hover {
    
}
.minicart__icon {
    font-size: 1.8rem;
    padding-bottom: .2rem;
    display: none;
}
.minicart__count {
    display: flex;
    width: 2.2rem;
    height: 2.2rem;
    font-weight: 700;
    border-radius: 10rem;
    color: #38302E;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: .4s;
    flex-shrink: 0;
}
.minicart-wrap.on .minicart__count {
    transition: .4s;
    background-color: #38302E;
    color: #fff;
}

.minicart__amount {
    /*color: #ff8000;*/
    font-size: 1.4rem;
    margin-left: .6rem;
    font-weight: 700;
    color: #000;
    flex-shrink: 0;
    /*letter-spacing: .2rem;*/
}








.header .contacts {
    display: flex;
    align-items: stretch;
    align-self: center;
    flex-shrink: 0;
    position: relative;
    height: 4.4rem;
    /*border-radius: 20rem;*/
    /*overflow: hidden;*/

    position: fixed;
    left: 0;
    right: 0;
    top: 7rem;
    background-color: #2A2423;
    flex-direction: column;
    align-items: flex-start;
    padding: 8rem 3.6rem;
    transition: .6s;
    height: 0;
    overflow: hidden;
    padding: 0 3.6rem;
    display: flex;
    justify-content: flex-start;
    z-index: 400;
    background-image: url('/local/templates/dessert/css/../img/sidebar/contacts/bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
}
.header .contacts:before {


    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 50;
}
.header .contacts.on {


    height: 100%;
    pointer-events: auto;
}
.header .contacts-item {
    display: flex;
    align-items: stretch;
    margin-left: .6rem;


    margin-left: 0;
    margin-top: 2.4rem;
    position: relative;
    z-index: 100;
}
.header .contacts-item--address,
.header .contacts-item--time,
.header .contacts-item--mail,
.header .contacts-item--whatsapp {
    display: none;


    display: flex;
}
.header .contacts-item:first-child {
    margin-left: 0;


    margin-top: 6rem;
}
.header .contacts-item__content {
    display: flex;
    align-items: stretch;
    /*padding: 0 2rem;*/
    /*border-radius: 20rem;*/
}
.header .contacts-item__link {
    
}
.header .contacts-item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: inherit;
    flex-shrink: 0;
    width: 4.4rem;
    border-radius: 20rem;
    font-size: 1.6rem;
    color: #fff;
    transition: .3s;


    background-color: rgba(255, 255, 255, .06);
    border-radius: 0;
    height: 4.4rem;
}
.header .contacts-item__icon--address {
    font-size: 1.8rem;
}
.header .contacts-item__icon--phone {
    font-size: 1.8rem;
    padding-left: .1rem;
}
.header .contacts-item__icon--time {
    font-size: 1.8rem;
}
.header .contacts-item__icon--instagram {
    font-size: 2rem;
}
.header .contacts-item__icon--whatsapp {
    font-size: 2rem;
}
.header .contacts-item__text {
    display: flex;
    align-items: center;
    margin-left: .2rem;
    font-size: 1.2rem;
    font-weight: 700;
    transition: .2s;
    white-space: pre-wrap;

    display: none;


    display: flex;
    margin-left: 1.2rem;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.3;
}








}
























/* End */


/* Start:/local/templates/dessert/css/footer.css?16867242306852*/
/*
 * ПОДВАЛ
 */



.footer {
    position: relative;
    padding-top: 12rem;
    background-image: url('/local/templates/dessert/css/../img/footer/bg.jpg');
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
.footer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
}





.footer .contacts-wrap {
    padding: 0 12rem;
    position: relative;
    z-index: 20;
}



.footer .contacts {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3.6rem;
    background-color: rgba(255, 255, 255, .1);
    padding: 3.6rem;
    border-radius: 1.2rem;
    flex-wrap: wrap;
}
.footer .contacts .contacts-item {
    display: flex;
    align-items: stretch;
    width: calc(33.33% - 4rem);
}
.footer .contacts .contacts-item:first-child {
    margin-top: 0;
}
.footer .contacts .contacts-item__content {
    display: flex;
    align-items: center;
}
.footer .contacts .contacts-item__link {
    
}
.footer .contacts .contacts-item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: inherit;
    flex-shrink: 0;
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
    transition: .2s;
    margin-right: 2rem;
    color: rgba(0, 0, 0, .6);
    background-color: #08ddd7;
    border-radius: .6rem;
}
.footer .contacts .contacts-item__text {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 400;
    transition: .2s;
    line-height: 1.3;
    color: #fff;
}


.footer .nav-wrap {
    flex-shrink: 0;
    position: relative;
    z-index: 20;
    margin-top: 6rem;
}

.footer .nav {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    gap: 0 3.6rem;
}
.footer .nav-item {
    font-size: 1.2rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: .1rem;
    color: #fff;
}




/*.footer .map {
    border-radius: 2rem;
    overflow: hidden;
    width: 100%;
    height: 35rem;
    margin-top: 1.2rem;
}*/








.copyrights {
    display: flex;
    height: 12rem;
    padding: 0 12rem;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-top: 12rem;
    background-color: rgba(255, 255, 255, .05);
    z-index: 20;
}
.copyrights__item {
    
}

.copyrights__item.company {
    display: flex;
    align-items: center;
}

.footer .logo {
    display: block;
    flex-shrink: 0;
    position: relative;
}
.footer .logo__link {
    position: relative;
    display: block;
}
.footer .logo__image {
    display: block;
    width: 4rem;
    height: auto;
}

.copyrights__item.company .date {
    display: flex;
    font-size: 1.4rem;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1rem;
    /*margin-left: 1.2rem;*/
}

.copyrights__item.link {
    display: flex;
    font-size: 1.4rem;
    font-weight: 400;
    margin-left: 2.4rem;
    letter-spacing: 1rem;
    text-transform: uppercase;
    /*letter-spacing: .4rem;*/
    /*text-transform: uppercase;*/
    color: #fff;
}


























































@media all and (max-width: 1200px) {


.footer {
    position: relative;
    padding-top: 12rem;
    background-image: url('/local/templates/dessert/css/../img/footer/bg.jpg');
    background-attachment: fixed;
    background-position: center;
    background-size: cover;


    padding-top: 8rem;
}
.footer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .7);
}





.footer .contacts-wrap {
    padding: 0 12rem;
    position: relative;
    z-index: 20;


    padding: 0 2rem;
}



.footer .contacts {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 6rem;
    background-color: rgba(255, 255, 255, .1);
    padding: 2.4rem;
    border-radius: 1.2rem;


    flex-direction: column;
    align-items: flex-start;
    gap: 2rem 0;
    padding: 3.6rem 2rem;
}
.footer .contacts .contacts-item {
    display: flex;
    align-items: stretch;


    width: 100%;
}
.footer .contacts .contacts-item:first-child {
    margin-top: 0;
}
.footer .contacts .contacts-item__content {
    display: flex;
    align-items: center;
}
.footer .contacts .contacts-item__link {
    
}
.footer .contacts .contacts-item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: inherit;
    flex-shrink: 0;
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
    transition: .2s;
    margin-right: 2rem;
    color: rgba(0, 0, 0, .6);
    background-color: #08ddd7;
    border-radius: .6rem;
}
.footer .contacts .contacts-item__text {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 400;
    transition: .2s;
    line-height: 1.3;
    color: #fff;
}


.footer .nav-wrap {
    flex-shrink: 0;
    position: relative;
    z-index: 20;
    margin-top: 6rem;


    padding: 0 2rem;
}

.footer .nav {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    gap: 0 3.6rem;


    flex-direction: column;
    gap: 3.6rem 0;
    align-items: flex-start;
}
.footer .nav-item {
    font-size: 1.2rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: .4rem;
    color: #fff;


    font-size: 1.4rem;
    letter-spacing: .2rem;
}




/*.footer .map {
    border-radius: 2rem;
    overflow: hidden;
    width: 100%;
    height: 35rem;
    margin-top: 1.2rem;
}*/








.copyrights {
    display: flex;
    height: 12rem;
    padding: 0 12rem;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-top: 12rem;
    background-color: rgba(255, 255, 255, .05);
    z-index: 20;


    margin-top: 8rem;
    padding: 0 2rem;
}
.copyrights__item {
    
}

.copyrights__item.company {
    display: flex;
    align-items: center;
}

.footer .logo {
    display: block;
    flex-shrink: 0;
    position: relative;
}
.footer .logo__link {
    position: relative;
    display: block;
}
.footer .logo__image {
    display: block;
    width: 4rem;
    height: auto;
}

.copyrights__item.company .date {
    display: flex;
    font-size: 1.4rem;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1rem;
    /*margin-left: 1.2rem;*/


    letter-spacing: .5rem;
}

.copyrights__item.link {
    display: flex;
    font-size: 1.4rem;
    font-weight: 400;
    margin-left: 2.4rem;
    letter-spacing: 1rem;
    text-transform: uppercase;
    /*letter-spacing: .4rem;*/
    /*text-transform: uppercase;*/
    color: #fff;


    letter-spacing: .5rem;
}






}






















/* End */


/* Start:/local/templates/dessert/css/content.css?168672418111493*/
/*
 * КОНТЕЙНЕР
 */





/* Шапка страницы */

.page-header {
    position: relative;
    overflow: hidden;
}
.page-header:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .7);
}
.page-header__content {
    padding: 30rem 12rem 12rem;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    overflow: hidden;
    flex-direction: column;
    z-index: 5;
}




.page-head__return {
    height: 4.4rem;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .4rem;
    padding: 0 2.4rem;
    color: #fff;
    background-color: rgba(255, 255, 255, .05);
}
.page-head__icon {
    color: #fff;
    margin-right: 1.2rem;
    font-size: 1.2rem;
    width: 3rem;
    height: 3rem;
    border-radius: 20rem;
    background: rgba(0, 0, 0, .3);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: .2rem;
}
.page-head__icon:before {
    content: '\e813';
    font-family: 'Fontello';
}


.page-header__title {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    z-index: 5;
    display: flex;
    font-size: 6rem;
    margin-top: 2.4rem;
    line-height: 1.2;
    font-family: 'Kurale';
}





.page-content {
    padding: 12rem;
}
.root-checkout .page-content {
    padding: 0;
}








.page-content .article {
    line-height: 1.6;
}
.page-content .article > *:first-child {
    margin-top: 0;
}

.page-content .article h1,
.page-content .article h2,
.page-content .article h3,
.page-content .article h4,
.page-content .article h5,
.page-content .article h6 {
    margin-top: 6rem;
    color: inherit;
    font-weight: 700;
}
.page-content .article h1 {
    font-size: 4rem;
    line-height: 1;
}
.page-content .article h2 {
    font-size: 3.6rem;
    line-height: 1.1;
}
.page-content .article h3 {
    font-size: 3.2rem;
    line-height: 1.2;
}
.page-content .article h4 {
    font-size: 2.8rem;
    line-height: 1.3;
}
.page-content .article h5 {
    font-size: 2.4rem;
    line-height: 1.4;
}
.page-content .article h6 {
    font-size: 2rem;
    line-height: 1.5;
}
.page-content .article ul,
.page-content .article ol {
    margin-top: .6rem;
}
.page-content .article li {
    list-style-position: inside;
    line-height: 1.6;
    font-size: 1.6rem;
}
.page-content .article ul li {
    list-style-type: disc;
}
.page-content .article ol li {
    list-style-type: decimal;
}


.page-content .article a {
    text-decoration: underline;
}

.page-content .article .iframe-video {
    position: relative;
}
.page-content .article .iframe-video:before {
    content: '';
    display: block;
    /*float: left;*/
    padding-top: 56.25%;
}
.page-content .article .iframe-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.page-content .article .wp-caption {
    width: 100% !important;
    position: relative;
    overflow: hidden;
}
.page-content .article .wp-caption a.swipebox {
    background: #000;
    display: block;
}
.page-content .article img.size-full {
    display: block;
    max-width: 100%;
    height: auto;
    transition: .2s;
}
/*.page-content .article img.size-full:hover {
    transform: scale(1.1);
    opacity: .6;
}*/
.page-content .article .wp-caption .wp-caption-text {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    padding: 1.2rem 1.2rem 1.2rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
    pointer-events: none;
}


.gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 3.6rem;
}
.wp-caption + .gallery,
.wp-caption + a.swipebox,
.gallery + .wp-caption,
.gallery + .gallery,
.gallery + a.swipebox,
a.swipebox + .gallery,
a.swipebox + .wp-caption {
    margin-top: 0;
}
dl.gallery-item {
    position: relative;
    border: .1rem solid #FFF6E3;
}
.gallery-columns-1 .gallery-item {
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-3 .gallery-item {
    width: 33.33%;
}
.page-content .gallery-columns-4 .gallery-item {
    width: 25%;
}
.page-content .gallery-columns-5 .gallery-item {
    width: 20%;
}
.page-content .gallery-columns-6 .gallery-item {
    width: 16.66%;
}
.page-content .gallery-columns-7 .gallery-item {
    width: 14.28%;
}
.page-content .gallery-columns-8 .gallery-item {
    width: 12.5%;
}
.page-content .gallery-columns-9 .gallery-item {
    width: 11.11%;
}
dt.gallery-icon {

}
dt.gallery-icon a.swipebox {
    position: relative;
    display: block;
    overflow: hidden;
    background: #000;
}
dl.gallery-item a.swipebox:hover img {
    transform: scale(1.1);
    opacity: .6;
}
dl.gallery-item img {
    transition: .4s;
    width: 100%;
    height: auto;
     transform: scale(1.05);
}
dd.wp-caption-text.gallery-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    padding: 1.2rem 1.2rem 1.2rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
    pointer-events: none;
}
.gallery.gallery-size-full dl.gallery-item {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.gallery.gallery-size-full dt.gallery-icon {
    
}
.gallery.gallery-size-full a.swipebox {
    display: block;
    background: #000;
}
.gallery.gallery-size-full img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}































































































@media all and (max-width: 1200px) {





/* Шапка страницы */

.page-header {
    position: relative;
    overflow: hidden;
}
.page-header:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .7);
}
.page-header__content {
    padding: 30rem 12rem 12rem;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    overflow: hidden;
    flex-direction: column;
    z-index: 5;


    padding: 14rem 2rem 14rem;
}




.page-head__return {
    height: 4.4rem;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .4rem;
    padding: 0 2.4rem;
    color: #fff;
    background-color: rgba(255, 255, 255, .05);
}
.page-head__icon {
    color: #fff;
    margin-right: 1.2rem;
    font-size: 1.2rem;
    width: 3rem;
    height: 3rem;
    border-radius: 20rem;
    background: rgba(0, 0, 0, .3);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: .2rem;
}
.page-head__icon:before {
    content: '\e813';
    font-family: 'Fontello';
}


.page-header__title {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    z-index: 5;
    display: flex;
    font-size: 6rem;
    margin-top: 2.4rem;
    line-height: 1.2;
    font-family: 'Kurale';


    font-size: 4.4rem;
}





.page-content {
    padding: 12rem;


    padding: 8rem 2rem;
}
.root-checkout .page-content {
    padding: 0;
}








.page-content .article {
    line-height: 1.6;
}
.page-content .article > *:first-child {
    margin-top: 0;
}

.page-content .article h1,
.page-content .article h2,
.page-content .article h3,
.page-content .article h4,
.page-content .article h5,
.page-content .article h6 {
    margin-top: 6rem;
    color: inherit;
    font-weight: 700;
}
.page-content .article h1 {
    font-size: 4rem;
    line-height: 1;
}
.page-content .article h2 {
    font-size: 3.6rem;
    line-height: 1.1;
}
.page-content .article h3 {
    font-size: 3.2rem;
    line-height: 1.2;
}
.page-content .article h4 {
    font-size: 2.8rem;
    line-height: 1.3;
}
.page-content .article h5 {
    font-size: 2.4rem;
    line-height: 1.4;
}
.page-content .article h6 {
    font-size: 2rem;
    line-height: 1.5;
}
.page-content .article ul,
.page-content .article ol {
    margin-top: .6rem;
}
.page-content .article li {
    list-style-position: inside;
    line-height: 1.6;
    font-size: 1.6rem;
}
.page-content .article ul li {
    list-style-type: disc;
}
.page-content .article ol li {
    list-style-type: decimal;
}


.page-content .article a {
    text-decoration: underline;
}

.page-content .article .iframe-video {
    position: relative;
}
.page-content .article .iframe-video:before {
    content: '';
    display: block;
    /*float: left;*/
    padding-top: 56.25%;
}
.page-content .article .iframe-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.page-content .article .wp-caption {
    width: 100% !important;
    position: relative;
    overflow: hidden;
}
.page-content .article .wp-caption a.swipebox {
    background: #000;
    display: block;
}
.page-content .article img.size-full {
    display: block;
    max-width: 100%;
    height: auto;
    transition: .2s;
}
/*.page-content .article img.size-full:hover {
    transform: scale(1.1);
    opacity: .6;
}*/
.page-content .article .wp-caption .wp-caption-text {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    padding: 1.2rem 1.2rem 1.2rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
    pointer-events: none;
}


.gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 3.6rem;
}
.wp-caption + .gallery,
.wp-caption + a.swipebox,
.gallery + .wp-caption,
.gallery + .gallery,
.gallery + a.swipebox,
a.swipebox + .gallery,
a.swipebox + .wp-caption {
    margin-top: 0;
}
dl.gallery-item {
    position: relative;
    border: .1rem solid #FFF6E3;
}
.gallery-columns-1 .gallery-item {
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-3 .gallery-item {
    width: 33.33%;
}
.page-content .gallery-columns-4 .gallery-item {
    width: 25%;
}
.page-content .gallery-columns-5 .gallery-item {
    width: 20%;
}
.page-content .gallery-columns-6 .gallery-item {
    width: 16.66%;
}
.page-content .gallery-columns-7 .gallery-item {
    width: 14.28%;
}
.page-content .gallery-columns-8 .gallery-item {
    width: 12.5%;
}
.page-content .gallery-columns-9 .gallery-item {
    width: 11.11%;
}
dt.gallery-icon {

}
dt.gallery-icon a.swipebox {
    position: relative;
    display: block;
    overflow: hidden;
    background: #000;
}
dl.gallery-item a.swipebox:hover img {
    transform: scale(1.1);
    opacity: .6;
}
dl.gallery-item img {
    transition: .4s;
    width: 100%;
    height: auto;
     transform: scale(1.05);
}
dd.wp-caption-text.gallery-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    padding: 1.2rem 1.2rem 1.2rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
    pointer-events: none;
}
.gallery.gallery-size-full dl.gallery-item {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.gallery.gallery-size-full dt.gallery-icon {
    
}
.gallery.gallery-size-full a.swipebox {
    display: block;
    background: #000;
}
.gallery.gallery-size-full img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}







}






/* End */


/* Start:/local/templates/dessert/css/slider.css?168672423021923*/
@keyframes splide-loading {
  0% {
	transform: rotate(0);
  } to {
	transform: rotate(1turn);
  }
}
.splide {
  visibility: hidden;
  width: 100%;
  position: relative;
  outline: none;
}
.splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.splide__list {
  margin: 0 !important;
  padding: 0 !important;
  width: -webkit-max-content;
  width: max-content;
  will-change: transform;
}
.is-active .splide__list {
  display: flex;
  /*align-items: stretch;*/
  /*height: 100%;*/
}
.splide__slide {
  box-sizing: border-box;
  list-style-type: none !important;
  margin: 0;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  outline: none;
  /*border-radius: 2rem;*/
}
.splide--draggable > .splide__track > .splide__list > .splide__slide {
  -webkit-user-select: none;
  user-select: none;
}
.splide--fade > .splide__track > .splide__list {
  display: block;
}
.splide--fade > .splide__track > .splide__list > .splide__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}
.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  position: relative;
  z-index: 1;
  opacity: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide--ttb > .splide__track > .splide__list {
  display: block;
}
.splide--ttb > .splide__pagination {
  width: auto;
}






.splide-intro {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
.splide-intro .splide__arrows {
  position: absolute;
  display: flex;
  align-items: center;
  pointer-events: none;
  bottom: 12rem;
  right: 12rem;
}
.splide-intro .splide__arrow {
  width: 6rem;
  cursor: pointer;
  height: 6rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, .1);
}
.splide-intro .splide__arrow--prev {

}
.splide-intro .splide__arrow--next {
  margin-left: 1.2rem;
}
.splide-intro .splide__arrow--prev:after,
.splide-intro .splide__arrow--next:after {
  font-family: Fontello;
  font-size: 1.8rem;
}
.splide-intro .splide__arrow--prev:after {
  content: '\e813';  
}
.splide-intro .splide__arrow--next:after {
  content: '\e812';  
}




.splide-intro .splide__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 4rem;
  pointer-events: none;
  right: 16rem;
  bottom: 6rem;
  display: none;
}
.splide-intro .splide__pagination li {
  margin-left: .6rem;
  pointer-events: auto;
}
.splide-intro .splide__pagination li:first-child {
  margin-left: 0;
}
.splide-intro .splide__pagination__page {
  display: block;
  border-radius: 20rem;
  cursor: pointer;
  width: .8rem;
  height: .8rem;
  border: .2rem solid #fff;
  opacity: .3;
}
.splide-intro .splide__pagination__page.is-active {
  opacity: 1;
}




.splide-intro .slide__slide {

}
.splide-intro .splide__slide:before {
  content: '';
  padding-top: 56.25%;
  display: block;
}
.splide-intro .slide__bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  background-color: #08ddd7;
}
.splide-intro .slide__bg .bg-img,
.splide-intro .slide__bg .wp-post-image,
.splide-intro .slide__bg video {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1;
}
/*.splide-intro .slide__bg .bg-img.vertical,
.splide-intro .slide__bg .wp-post-image.vertical,
.splide-intro .slide__bg video.vertical {
  object-fit: contain;
  object-position: center right;
}*/

.splide-intro .slide__content-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  z-index: 20;
  padding: 12rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(45deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 100%);
}
.splide-intro .slide__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 50%;
}
.splide-intro .slide__thumb-wrap {
  margin-bottom: 2.4rem;
}
.splide-intro .slide__thumb {
  display: block;
  width: 10rem;
  height: auto;
}
.splide-intro .slide__logo {
  display: block;
  margin-bottom: 12rem;
  width: 40rem;
  height: auto;


  margin-bottom: 3.6rem;
  width: 30rem;
}
.splide-intro .slide__title {
  display: block;
  line-height: 1.1;
  font-weight: 300;
  font-size: 5.2rem;
  color: #fff;
  /*font-family: 'Cormorant Unicase';*/
  font-family: 'Kurale';
}
.splide-intro .slide__subtitle {
  display: block;
  line-height: 1.5;
  font-weight: 400;
  font-size: 2.4rem;
  color: #fff;
  margin-top: 1.6rem;
}
.splide-intro .slide__description {
  display: block;
  line-height: 1.2;
  font-weight: 400;
  font-size: 1.6rem;
  color: #fff;
  margin-top: 2.6rem;
  padding-top: 2.4rem;
  border-top: .1rem solid rgba(255, 255, 255, .2);
  line-height: 1.5;
}

.splide-intro .slide__links {
  display: flex;
  align-items: stretch;
  margin-top: 6rem;
  gap: 0 3.6rem;
}

.splide-intro .slide__link {
  display: flex;
  line-height: 1.2;
  font-weight: 400;
  font-size: 1.4rem;
  /*color: #fff;*/
  /*background-color: #83d8d5;*/
  text-transform: uppercase;
  align-items: center;
  letter-spacing: .4rem;
  /*height: 5.4rem;*/
  padding-bottom: 2rem;
  /*padding: 0 3.6rem;*/
  color: #fff;
  border-bottom: .2rem solid #fff;
}
.splide-intro .slide__link.phone {
  color: #08ddd7;
  border-bottom: .2rem solid #08ddd7;
  display: flex;
  font-weight: 700;
  flex-direction: column;
}
.splide-intro .slide__link.phone .slide__link-title {
  font-size: 2.2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  letter-spacing: 0;
}
.splide-intro .slide__link.phone .slide__link-title:before {
  font-family: 'Fontello';
  content: '\e80c';
  display: block;
  margin-right: .8rem;
  font-size: 2.2rem;
}
.splide-intro .slide__link.phone .slide__link-subtitle {
  font-size: 1.2rem;
  letter-spacing: 0;
  display: block;
  margin-top: .6rem;
}
.splide-intro .slide__link.phone .slide__link-desc {
  font-size: 1.2rem;
  letter-spacing: 0;
  display: block;
  margin-top: .8rem;
  /*letter-spacing: .1rem;*/
  color: #fff;
}


















.splide-cats {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  margin-top: 12rem;
}
.splide-cats .splide__arrows {
  position: relative;
  display: flex;
  align-items: center;
  pointer-events: none;
  width: 100%;
  justify-content: space-between;
  padding: 0 12rem;
  margin-top: 2.4rem;
}
.splide-cats .splide__arrow {
  width: 6rem;
  cursor: pointer;
  height: 6rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: auto;
  background-color: rgba(0, 0, 0, .1);
  color: #000;
}
.splide-cats .splide__arrow--prev {

}
.splide-cats .splide__arrow--next {
  margin-left: 1.2rem;
}
.splide-cats .splide__arrow--prev:after,
.splide-cats .splide__arrow--next:after {
  font-family: Fontello;
  font-size: 1.8rem;
}
.splide-cats .splide__arrow--prev:after {
  content: '\e813';  
}
.splide-cats .splide__arrow--next:after {
  content: '\e812';  
}




.splide-cats .splide__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 6rem;
  pointer-events: none;
  right: 0;
  left: 0;
  bottom: 0rem;
}
.splide-cats .splide__pagination li {
  margin-left: .6rem;
  pointer-events: auto;
}
.splide-cats .splide__pagination li:first-child {
  margin-left: 0;
}
.splide-cats .splide__pagination__page {
  display: block;
  border-radius: 20rem;
  cursor: pointer;
  width: .8rem;
  height: .8rem;
  border: .2rem solid #000;
  opacity: .3;
}
.splide-cats .splide__pagination__page.is-active {
  opacity: 1;
}




.splide-cats .slide__slide {

}
.splide-cats .cats__link {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #000;
  /*border-radius: .6rem;*/
}
.splide-cats .cats__link:before {
    content: '';
    display: block;
    padding-top: 130%;
}
.splide-cats .cats__link-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  /*opacity: .5;*/
}

.splide-cats .cats__content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  z-index: 20;
  padding: 3.6rem;
}
.splide-cats .cats__content:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /*height: 50%;*/
  height: 30rem;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
.splide-cats .cats__link-label {
  display: flex;
  z-index: 10;
  position: relative;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.3;
  padding-bottom: 2rem;
  color: #08ddd7;
  letter-spacing: .4rem;
  text-align: center;
  text-transform: uppercase;
  /*border-bottom: .2rem solid #08ddd7;*/
  /*background-color: #08ddd7;*/
  /*padding: 1.2rem;*/
  color: #000;
  color: #fff;
}
.splide-cats .cats__desc {
  margin-top: 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
  position: relative;
  z-index: 20;
  text-align: right;
}





























.splide-product {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.splide-product .splide__track {
	height: 100%;
}


.splide-product .splide__arrows {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 0;
  width: 100%;
  padding: 1.2rem;
  justify-content: space-between;
  pointer-events: none;
}
.splide-product .splide__arrow {
  width: 3.4rem;
  cursor: pointer;
  height: 3.4rem;
  color: rgba(255, 255, 255, .4);
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: auto;
  background-color: rgba(0, 0, 0, .3);
  border-radius: 50rem;
}
.splide-product .splide__arrow--prev {

}
.splide-product .splide__arrow--next {

}
.splide-product .splide__arrow--prev:after,
.splide-product .splide__arrow--next:after {
  font-family: Fontello;
  font-size: 1.4rem;
}
.splide-product .splide__arrow--prev:after {
  content: '\e84d';  
}
.splide-product .splide__arrow--next:after {
  content: '\e84e';  
}




.splide-product .splide__pagination {
  display: flex;
  justify-content: center;
  align-items: stretch;
  position: absolute;
  /*pointer-events: none;*/
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
}
.splide-product .splide__pagination li {
  width: 100%;

}
.splide-product .splide__pagination li:first-child {
  margin-left: 0;
}
.splide-product .splide__pagination__page {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 100%;
  pointer-events: auto;
  position: relative;
}
.splide-product .splide__pagination__page:after {
  position: absolute;
  left: .2rem;
  right: .2rem;
  bottom: 1.2rem;
  height: .2rem;
  background-color: #fff;
  content: '';
  border-radius: 1rem;
  opacity: .5;
}
.splide-product .splide__pagination li:first-child .splide__pagination__page:after {
  left: 2rem;
}
.splide-product .splide__pagination li:last-child .splide__pagination__page:after {
  right: 2rem;
}
.splide-product .splide__pagination__page.is-active:after {
  opacity: 1;
}
/*.splide-product .splide__pagination__page {
  display: block;
  border-radius: 20rem;
  cursor: pointer;
  width: .8rem;
  height: .8rem;
  border: .2rem solid rgba(255, 255, 255, .5);
  pointer-events: auto;
}
.splide-product .splide__pagination__page.is-active {
  border: .2rem solid #fff;
}*/




.splide-product .splide__slide > img {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
}



























































@media all and (max-width: 1200px) {


@keyframes splide-loading {
  0% {
  transform: rotate(0);
  } to {
  transform: rotate(1turn);
  }
}
.splide {
  visibility: hidden;
  width: 100%;
  position: relative;
  outline: none;
}
.splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.splide__list {
  margin: 0 !important;
  padding: 0 !important;
  width: -webkit-max-content;
  width: max-content;
  will-change: transform;
}
.is-active .splide__list {
  display: flex;
  align-items: stretch;
  height: 100%;
}
.splide__slide {
  box-sizing: border-box;
  list-style-type: none !important;
  margin: 0;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  outline: none;
  /*border-radius: 2rem;*/
}
.splide--draggable > .splide__track > .splide__list > .splide__slide {
  -webkit-user-select: none;
  user-select: none;
}
.splide--fade > .splide__track > .splide__list {
  display: block;
}
.splide--fade > .splide__track > .splide__list > .splide__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}
.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  position: relative;
  z-index: 1;
  opacity: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide--ttb > .splide__track > .splide__list {
  display: block;
}
.splide--ttb > .splide__pagination {
  width: auto;
}






.splide-intro {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
.splide-intro .splide__arrows {
  position: absolute;
  display: flex;
  align-items: center;
  pointer-events: none;
  bottom: 12rem;
  right: 12rem;


  right: 2rem;
  left: 2rem;
  bottom: 3.6rem;
  justify-content: space-between;
}
.splide-intro .splide__arrow {
  width: 6rem;
  cursor: pointer;
  height: 6rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, .1);


  width: 5rem;
  height: 5rem;
}
.splide-intro .splide__arrow--prev {

}
.splide-intro .splide__arrow--next {
  margin-left: 1.2rem;
}
.splide-intro .splide__arrow--prev:after,
.splide-intro .splide__arrow--next:after {
  font-family: Fontello;
  font-size: 1.8rem;
}
.splide-intro .splide__arrow--prev:after {
  content: '\e813';  
}
.splide-intro .splide__arrow--next:after {
  content: '\e812';  
}




.splide-intro .splide__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 4rem;
  pointer-events: none;
  right: 16rem;
  bottom: 6rem;
  /*display: none;*/


  bottom: 3.6rem;
  right: 0;
  left: 0;
  height: 6rem;
}
.splide-intro .splide__pagination li {
  margin-left: .6rem;
  pointer-events: auto;
}
.splide-intro .splide__pagination li:first-child {
  margin-left: 0;
}
.splide-intro .splide__pagination__page {
  display: block;
  border-radius: 20rem;
  cursor: pointer;
  width: .8rem;
  height: .8rem;
  border: .2rem solid #fff;
  opacity: .3;
}
.splide-intro .splide__pagination__page.is-active {
  opacity: 1;
}




.splide-intro .slide__slide {

}
.splide-intro .splide__slide:before {
  content: '';
  padding-top: 56.25%;
  display: block;


  padding-top: 170%;
}
.splide-intro .slide__bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  background-color: #08ddd7;
}
.splide-intro .slide__bg .bg-img,
.splide-intro .slide__bg .wp-post-image,
.splide-intro .slide__bg video {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1;


/*  object-fit: contain;
  object-position: top center;*/
}
/*.splide-intro .slide__bg .bg-img.vertical,
.splide-intro .slide__bg .wp-post-image.vertical,
.splide-intro .slide__bg video.vertical {
  object-fit: contain;
  object-position: center right;


  object-fit: cover;
  object-position: center;
}*/

.splide-intro .slide__content-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  z-index: 20;
  padding: 12rem;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(45deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 100%);


  padding: 6rem 2rem 12rem;
  background: linear-gradient(0deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 100%);
}
.splide-intro .slide__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 50%;


  max-width: unset;
}
.slide__logo {


  width: 10rem;
  height: auto;
}
.splide-intro .slide__thumb-wrap {
  margin-bottom: 2.4rem;
}
.splide-intro .slide__thumb {
  display: block;
  width: 10rem;
  height: auto;
}
.splide-intro .slide__title {
  display: block;
  line-height: 1.1;
  font-weight: 300;
  font-size: 5.2rem;
  color: #fff;
  /*font-family: 'Cormorant Unicase';*/
  font-family: 'Kurale';


  font-size: 4rem;
  font-weight: 400;
}
.splide-intro .slide__subtitle {
  display: block;
  line-height: 1.5;
  font-weight: 400;
  font-size: 2.4rem;
  color: #fff;
  margin-top: 1.6rem;
}
.splide-intro .slide__description {
  display: block;
  line-height: 1.2;
  font-weight: 400;
  font-size: 1.6rem;
  color: #fff;
  margin-top: 2.6rem;
  padding-top: 2.4rem;
  border-top: .1rem solid rgba(255, 255, 255, .2);
  line-height: 1.5;
}

.splide-intro .slide__links {
  display: flex;
  align-items: stretch;
  margin-top: 6rem;
  gap: 0 3.6rem;


  gap: 0 2rem;
}

.splide-intro .slide__link {
  display: flex;
  line-height: 1.2;
  font-weight: 400;
  font-size: 1.4rem;
  /*color: #fff;*/
  /*background-color: #83d8d5;*/
  text-transform: uppercase;
  align-items: center;
  letter-spacing: .4rem;
  /*height: 5.4rem;*/
  padding-bottom: 2rem;
  /*padding: 0 3.6rem;*/
  margin-left: 1.2rem;
  color: #fff;
  border-bottom: .2rem solid #fff;


  letter-spacing: 0rem;
}
.splide-intro .slide__link.phone {
  color: #08ddd7;
  border-bottom: .2rem solid #08ddd7;
}














.splide-cats {


  margin-top: 2rem;

  height: 50rem;
}












.splide-products {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
.splide-products .splide__arrows {
  /*position: absolute;*/
  display: flex;
  align-items: center;
  pointer-events: none;
  justify-content: space-between;
  width: 100%;
  padding: 0 2rem;
  margin-top: 3.6rem;
}
.splide-products .splide__arrow {
  width: 6rem;
  cursor: pointer;
  height: 6rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, .1);


  width: 5rem;
  height: 5rem;
  background-color: rgba(0, 0, 0, .1);
  color: #000;
}
.splide-products .splide__arrow--prev {

}
.splide-products .splide__arrow--next {
  margin-left: 1.2rem;
}
.splide-products .splide__arrow--prev:after,
.splide-products .splide__arrow--next:after {
  font-family: Fontello;
  font-size: 1.8rem;
}
.splide-products .splide__arrow--prev:after {
  content: '\e813';  
}
.splide-products .splide__arrow--next:after {
  content: '\e812';  
}




.splide-products .splide__pagination {
  display: flex;
  position: absolute;
  bottom: 0;
  height: 5rem;
  pointer-events: none;
  left: 0;
  right: 0;
  justify-content: center;
  align-items: center;
}
.splide-products .splide__pagination li {
  margin-left: .6rem;
  pointer-events: auto;
}
.splide-products .splide__pagination li:first-child {
  margin-left: 0;
}
.splide-products .splide__pagination__page {
  display: block;
  border-radius: 20rem;
  cursor: pointer;
  width: .8rem;
  height: .8rem;
  border: .2rem solid #000;
  opacity: .3;
}
.splide-products .splide__pagination__page.is-active {
  opacity: .5;
}




.splide-products .slide__slide {

}























.splide-product {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.splide-product .splide__track {
  height: 100%;
}


.splide-product .splide__arrows {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 0;
  width: 100%;
  padding: 1.2rem;
  justify-content: space-between;
  pointer-events: none;
}
.splide-product .splide__arrow {
  width: 3.4rem;
  cursor: pointer;
  height: 3.4rem;
  color: rgba(255, 255, 255, .4);
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: auto;
  background-color: rgba(0, 0, 0, .3);
  border-radius: 50rem;
}
.splide-product .splide__arrow--prev {

}
.splide-product .splide__arrow--next {

}
.splide-product .splide__arrow--prev:after,
.splide-product .splide__arrow--next:after {
  font-family: Fontello;
  font-size: 1.4rem;
}
.splide-product .splide__arrow--prev:after {
  content: '\e84d';  
}
.splide-product .splide__arrow--next:after {
  content: '\e84e';  
}




.splide-product .splide__pagination {
  display: flex;
  justify-content: center;
  align-items: stretch;
  position: absolute;
  /*pointer-events: none;*/
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;


  display: none;
}
.splide-product .splide__pagination li {
  width: 100%;

}
.splide-product .splide__pagination li:first-child {
  margin-left: 0;
}
.splide-product .splide__pagination__page {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 100%;
  pointer-events: auto;
  position: relative;
}
.splide-product .splide__pagination__page:after {
  position: absolute;
  left: .2rem;
  right: .2rem;
  bottom: 1.2rem;
  height: .2rem;
  background-color: #fff;
  content: '';
  border-radius: 1rem;
  opacity: .5;
}
.splide-product .splide__pagination li:first-child .splide__pagination__page:after {
  left: 2rem;
}
.splide-product .splide__pagination li:last-child .splide__pagination__page:after {
  right: 2rem;
}
.splide-product .splide__pagination__page.is-active:after {
  opacity: 1;
}
/*.splide-product .splide__pagination__page {
  display: block;
  border-radius: 20rem;
  cursor: pointer;
  width: .8rem;
  height: .8rem;
  border: .2rem solid rgba(255, 255, 255, .5);
  pointer-events: auto;
}
.splide-product .splide__pagination__page.is-active {
  border: .2rem solid #fff;
}*/




.splide-product .splide__slide > img {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
}





}













/* End */


/* Start:/local/templates/dessert/css/woocommerce.css?171861266656842*/
.catalog-cats {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 8rem;
    padding: 0 12rem;
    gap: 0 2.4rem;
    position: relative;
}
.catalog-cats:before {
    content: '';
    display: block;
    position: absolute;
    left: 12rem;
    right: 12rem;
    top: 6rem;
    height: .2rem;
    margin-top: -.1rem;
    background-color: #E2E2DF;
}
.catalog-cat {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 10;
}
.catalog-cat__img-wrap {
    overflow: hidden;
    border-radius: 100rem;
    position: relative;
    display: block;
    width: 12rem;
}
.catalog-cat__img-wrap:before {
    content: '';
    padding-top: 100%;
    display: block;
}
.catalog-cat__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.catalog-cat__details {
    margin-top: 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.catalog-cat__title {
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.3;
}







.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    gap: 6rem;
}

.product-loop {
    width: calc(33.33% - 4rem);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.root-home .product-loop {
    width: 100%;
}

.product-loop .product__link {
    display: block;
}
.product-loop .product__images {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: stretch;
}
.product-loop .product__images:before {
    padding-top: 100%;
    content: '';
    display: block;
}
.product__link-all {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .1);
}
.product__link-all__label {
    font-size: 2rem;
    font-family: 'Kurale';
    line-height: 1.2;
    display: block;
    text-transform: uppercase;
}
.product__link-all__icon {
    display: flex;
    width: 6rem;
    height: 6rem;
    border-radius: 20rem;
    background-color: #fff;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    margin-top: 2.4rem;
}
.product__link-all__icon:before {
    content: '\e84e';
    font-family: 'Fontello';
    transform: rotate(-45deg);
}

.product-loop .product__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.product-loop .product__images:hover .product__image {
    object-fit: contain;
}
.product-loop .product__details {
    position: relative;
    z-index: 20;
    width: 100%;
    margin-top: 2.4rem;
    flex-shrink: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.product-loop .product__heading {

}
.product-loop .woocommerce-loop-product__title {
    font-size: 2rem;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    display: block;
    line-height: 1.2;
    font-family: 'Kurale';
}

.product-loop .product__desc {
    margin-top: 1.2rem;
    opacity: .5;
    flex-grow: 1;
    flex-shrink: 0;


    max-height: 4.2rem;
    overflow: hidden;
}
.product-loop .product__desc > p {
    font-size: 1.4rem;
    line-height: 1.5;
}

.product-loop .product__cart {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 1.6rem;
    align-items: center;
}
.product-loop .price-weight {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 1.2rem;
}
.product-loop .price {
    font-size: 2.4rem;
    font-weight: 400;
    display: flex;
    width: 100%;
    align-items: center;
}
.product-loop .amount {
    position: relative;
}
.product-loop .price-weight .weight{
    font-size: 1.4rem;
    flex-shrink: 0;
    background-color: rgba(0, 0, 0, .1);
    display: flex;
    align-items: center;
    padding: 0 .8rem;
    border-radius: .6rem;
    height: 2.2rem;
}
.product-loop .add_to_cart {
    display: flex;
    align-items: stretch;
    flex-shrink: 0;
    height: 3.2rem;
}
.product-loop .btn {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 1rem;
    z-index: 10;
    padding: 0 1.6rem;
    font-weight: 700;
    transition: .3s;
}
.product-loop .btn-primary {
    background-color: #08ddd7;
    letter-spacing: .3rem;
    padding: 0 1.3rem 0 1.6rem;
}
.product-loop .btn-light {
    background-color: #08ddd7;
    margin: 0 .2rem;
    text-transform: lowercase;
    line-height: 1;
}
.product-loop .btn-light span {
    display: flex;
    padding: 0 .7rem;
    height: 2rem;
    border-radius: 20rem;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    margin-right: .6rem;
    line-height: 1;
}
.product-loop .btn.add_to_cart_button {

}

















.product-single {
    width: 100%;
}
.product-single .product__info {
    display: flex;
    width: 100%;
    align-items: flex-start;
    background-color: #fff;
    padding-bottom: 12rem;
    padding-top: 6rem;
}


.product-single .product__info .product__details {
    width: 50%;
    position: relative;
    flex-shrink: 0;
    padding: 0 12rem 0;
    background-color: #fff;
}



.woocommerce-breadcrumb {
    font-size: 0;
    margin-bottom: 2rem;
}
.woocommerce-breadcrumb a {
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .3rem;
    line-height: 1.3;
}
.woocommerce-breadcrumb a:last-child:before {
    content: '\e812';
    font-family: 'Fontello';
    margin: 0 2rem;
}
.product-single .product__info .product_title {
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 1.1;
    font-family: 'Kurale';
}
.product-single .product__info .product__price {
    flex-shrink: 0;
    font-size: 2.8rem;
    margin-top: 3.6rem;
}
.product-single .product__info .product__price .amount {
    position: relative;
}

.product-single .product__info .product__desc {
    margin-top: 3.6rem;
    padding-top: 3.6rem;
    border-top: .5rem dotted rgba(0, 0, 0, .2);
}
.product-single .product__info .product__desc-title {
    display: block;
    margin-bottom: 2.4rem;
    font-size: 1.8rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .4rem;
    opacity: .4;
}
.product__desc-text {
    font-size: 1.4rem;
    line-height: 1.5;
}
.product__desc-text ul,
.product__desc-text ol {
    margin-top: .5rem;
}
.product__desc-text ul li {
    list-style-type: disc;
}
.product__desc-text ol li {
    list-style-type: decimal;
}
.product__desc-text li {
    line-height: 1.5;
    list-style-position: inside;
}

.product-single .product__info .product__button {
    margin-top: 3.2rem;
}

.product-single .add_to_cart {
    display: flex;
    align-items: stretch;
    flex-shrink: 0;
    height: 5rem;
}
.product-single .btn {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 1rem;
    z-index: 10;
    padding: 0 1.6rem;
    font-weight: 700;
    transition: .3s;
}
.product-single .btn-primary {
    background-color: #08ddd7;
    letter-spacing: .3rem;
    padding: 0 2.3rem 0 2.6rem;
}
.product-single .btn-light {
    background-color: #08ddd7;
    margin: 0 .2rem;
    text-transform: lowercase;
}
.product-single .btn-light span {
    display: flex;
    padding: 0 .7rem;
    height: 2rem;
    border-radius: 20rem;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    margin-right: .6rem;
    line-height: 1;
}




.product-single .product__info .product__images {
    display: block;
    width: 50%;
    position: sticky;
    top: 12rem;
}
.product-single .product__info .product__image-wrap {
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    width: auto;
    border-radius: .6rem;
}
.product-single .product__info .product__image-wrap img {
    display: block;
    height: 100%;
    width: auto;
}







.product-single .product__related {
    padding: 10rem 12rem 12rem;
    background-color: #F5F5F4;
}
.product-single .product__related-title {
    font-size: 5.2rem;
    font-family: 'Kurale';
    display: block;
    line-height: 1.1;
    margin-bottom: 6rem;
}
.product-single .related-products {

}
.product-single .related-products .products {

}






















.checkout-error.empty-cart {
    padding: 12rem;
    text-align: center;
    font-size: 2.8rem;
}


.cart-items__wrap {
    padding: 12rem 12rem 0;
}
.cart-items {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 1.2rem;
}

.cart-item {
    width: 100%;
    /*border: .1rem solid rgba(0, 0, 0, .3);*/
    background-color: #ECECEA;
    background-color: rgba(0, 0, 0, .08);
    padding: 2.4rem;
    border-radius: 1.2rem;
    width: calc(50% - .6rem);
}

.cart-item__content {
    display: flex;
    align-items: stretch;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.cart-item__heading {
    display: flex;
    align-items: center;
    width: 18rem;
    flex-shrink: 0;
}
.cart-item .cart-item__img-wrap {
    width: 100%;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
    border-radius: .6rem;
}
.cart-item .cart-item__img-wrap:after {
    content: '';
    display: block;
    padding-top: 100%;
}
.cart-item .cart-item__img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}


.cart-item .cart-item__details {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    flex-direction: column;
    width: 100%;
    margin-left: 2.4rem;
    /*height: 100%;*/
    justify-content: space-between;
    flex-grow: 1;
}


.cart-item .cart-item__title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.cart-item .cart-item__name {
    font-size: 2rem;
    font-weight: 700;
    /*font-family: 'Kurale';*/
    text-decoration: none;
    /*text-transform: uppercase;*/
    line-height: 1.3;
    display: block;
}

.cart-item__modifiers {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    margin-top: 1.2rem;
    gap: 0 .6rem;
}
.cart-item__modifier {

}
.cart-item__modifier .hidden {
    display: none;
}
.cart-item__modifier .input {

}
.cart-item__modifier .btn-plus {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 20rem;
    background-color: #fff;
    padding: .6rem 1.2rem;
    transition: .3s;
}
.cart-item__modifier .btn-plus.on {
    background-color: #08ddd7;
}
.cart-item__modifier .btn-title {
    font-weight: 700;
    font-size: 1.3rem;
}
.cart-item__modifier .btn-price {
    font-weight: 700;
    font-size: 1.3rem;
    display: block;
    margin-left: .6rem;
}
.cart-item__modifier .btn-price:before {
    content: '-';
    margin-right: .3rem;
}

.cart-item__totals {
    display: flex;
    align-items: flex-start;
    margin-top: 2rem;
    flex-direction: column;
}

.cart-item .cart-item__price {
    white-space: nowrap;
    margin-bottom: 1.2rem;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: .6rem;
}
.cart-item .cart-item__price s {
    text-decoration: line-through;
}
.cart-item .cart-item__price .amount {
    font-size: 2rem;
    line-height: 1.2;
    display: flex;
    align-items: center;
}
/*.cart-item .cart-item__price .amount:after {
    content: '+';
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .12);
    width: 2rem;
    height: 2rem;
    border-radius: 20rem;
    transform: rotate(45deg);
    margin-left: 2rem;
}*/

.cart-item .cart-item__quantity {
    width: 12rem;
}
.cart-item .cart-item__quantity-box {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20rem;
    overflow: hidden;
    height: 4rem;
    width: 100%;
    position: relative;
    background-color: #fff;
    padding: .4rem;
}
.cart-item .cart-item__quantity-box .input-text-change {
    width: 3.2rem;
    height: 3.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /*color: #000;*/
    /*background-color: #08ddd7;*/
    /*color: rgba(0, 0, 0, .5);*/
    /*background-color: rgba(0, 0, 0, .1);*/
    font-size: 2rem;
    font-weight: 700;
    cursor: pointer;
    border-radius: 20rem;
    flex-shrink: 0;
}
.cart-item .cart-item__quantity-box .input-text-minus {
    padding-bottom: .3rem;
    /*background-color: #08ddd7;*/
    /*margin-right: .2rem;*/
}
.cart-item .cart-item__quantity-box .input-text-plus {
    /*background-color: #08ddd7;*/
    /*margin-left: .2rem;*/
    padding-bottom: .3rem;
}
.input__text-measure {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
}
.cart-item .cart-item__quantity-box .input-text {
    pointer-events: none;
    font-size: 1.2rem;
    width: 100%;
    cursor: pointer;
    font-weight: 700;
    -moz-appearance: textfield;
    margin: 0 !important;
    padding: 0 !important;
    display: inline;
    text-align: center;
    /*color: #fff;*/
}
.cart-item .cart-item__quantity-box .input-text::-webkit-outer-spin-button,
.cart-item .cart-item__quantity-box .input-text::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.cart-items .cart-item .cart-item__quantity-box .measure {
    font-size: 1.2rem;
    font-weight: 700;
    /*color: #fff;*/
    padding: 0 !important;
    margin: 0 !important;
}

.cart-item .cart-item__price-total {
    white-space: nowrap;
    margin-top: 2rem;

    display: none;
}
.cart-item .cart-item__price-total .amount {
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    font-weight: 700;
}
/*.cart-item .cart-item__price-total .amount:before {
    content: '=';
    margin-right: 2rem;
    background-color: rgba(0, 0, 0, .12);
    width: 2rem;
    height: 2rem;
    border-radius: 20rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
}*/




.cart-items__wrap .coupon-form-wrap {
    margin-top: 3.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: rgba(0, 0, 0, .01);
    background-color: #08DDD7;
    background-color: #C7FCFF;;
    border-radius: 1.2rem;
    padding: 6rem;
}
.coupon-form-title {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
    color: #38302E;
    margin-bottom: 2.4rem;
    display: block;
    text-align: center;
}
.cart-items__wrap .coupon-form {

}
.cart-items__wrap .coupon-form__box {
    display: flex;
    align-items: stretch;
}
.cart-items__wrap .coupon-form__input {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 0 2rem;
    border-radius: 1.2rem;
    background-color: #fff;
    height: 5rem;
    letter-spacing: .5rem;
    box-shadow: 0 0 .5rem rgba(0, 0, 0, .2);
}
.cart-items__wrap .coupon-form__button {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: .4rem;
    padding: 0 3.2rem 0 3.6rem;
    height: 5rem;
    color: inherit;
    background-color: #38302E;
    text-transform: uppercase;
    font-family: inherit;
    border-radius: 1.2rem;
    margin-left: 1.2rem;
    pointer-events: auto;
    color: #08DDD7;
    transition: .3s;
}
.cart-items__wrap .coupon-form .applied-coupons {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    margin-top: 1.2rem;
}
.cart-items__wrap .coupon-form .applied-coupon.text-success {
    background-color: rgba(0, 0, 0, .1);
    border-radius: 1.2rem;
    padding: 1.2rem 1.2rem 1.2rem 2.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #08DDD7;;
}
.cart-items__wrap .coupon-form .applied-coupon.text-success .applied-coupon__text {
    flex-shrink: 1;
    width: 100%;
    font-weight: 700;
    font-size: 1.6rem;
    letter-spacing: .5rem;
    text-transform: uppercase;
}
.cart-items__wrap .coupon-form .applied-coupon.text-success .applied-coupon__remove {
    flex-shrink: 0;
    width: 4rem;
    height: 4rem;
    border-radius: 20rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 700;
    background-color: #fff;
}

.cart-items__wrap .coupon-form .applied-coupon.text-danger {
    background-color: rgba(0, 0, 0, .1);
    border-radius: 1.2rem;
    padding: 1.2rem 1.2rem 1.2rem 2.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ff8989;;
}
.cart-items__wrap .coupon-form .applied-coupon.text-danger .applied-coupon__text {
    flex-shrink: 1;
    width: 100%;
    font-weight: 700;
    font-size: 0;
}
.cart-items__wrap .coupon-form .applied-coupon.text-danger .applied-coupon__text:before {
    content: 'Введен некорректный промокод';
    font-size: 1.6rem;
}
.cart-items__wrap .coupon-form .applied-coupon.text-danger .applied-coupon__remove {

}






.gift-package {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 12rem 12rem;
    overflow: hidden;
    margin-top: 12rem;
    background-image: url('/local/templates/dessert/img/page/personal/order/make/gifts.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.gift-package:after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .2);
    content: '';
}
.gift-package__content {
    display: flex;
    position: relative;
    z-index: 10;
    align-items: center;
}
.gift-package__title {
    font-size: 6rem;
    font-family: 'Kurale';
    line-height: 1.3;
    text-align: left;
    color: #fff;
}
.gift-package__product {
    width: 30rem;
    height: 30rem;
    background-color: rgba(255, 255, 255, .3);
    border: .2rem solid #fff;
    margin-left: 6rem;
    flex-shrink: 0;
}














.checkout-wrap {
    background-color: #fff;
    overflow: hidden;
    margin-top: 8rem;
    padding: 0 12rem 12rem;
}
.checkout-form {
    display: flex;
    width: 100%;
    align-items: stretch;
    /*gap: 3.6rem;*/
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 6rem;
}

.checkout-block {

}
.block__title {
    font-size: 2rem;
    font-weight: 700;
    /*letter-spacing: 1rem;*/
    display: block;
    line-height: 1.2;
    margin-bottom: 2.8rem;
    /*text-transform: uppercase;*/
    /*color: #fff;*/
    /*opacity: .2;*/
}

.block-delivery-payment {
    width: calc(33.33% - 4rem);
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4.8rem 0;
    flex-shrink: 0;
    /*background-color: rgba(255, 255, 255, .05);*/
}

.block-delivery {

}
.delivery-methods {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 2.4rem;
}
.form-check {
    cursor: pointer;
}
.form-check .form-check-input {
    position: absolute;
    pointer-events: none;
    opacity: 0;
}
.form-check .form-check-label {
    /*color: #fff;*/
    position: relative;
    padding-left: 4rem;
}
.form-check .text-muted {
    font-size: 1.2rem;
    line-height: 1.3;
    margin-top: .6rem;
    /*color: #fff;*/
    opacity: .5;
    padding-left: 4rem;
}
.form-check .form-check-label:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 2rem;
    height: 2rem;
    border-radius: 20rem;
    background-color: #fff;
    content: '';
    margin-top: -.2rem;
    border: .2rem solid #08DDD7;
}
.form-check .form-check-input:checked + .form-check-label:before {

}
.form-check .form-check-label:after {
    position: absolute;
    left: .3rem;
    top: .1rem;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 20rem;
    background-color: #08DDD7;
    border: .2rem solid #fff;
    content: '';
    opacity: 0;
    transition: .3s;
    transform: scale(0);
}
.form-check .form-check-input:checked + .form-check-label:after {
    opacity: 1;
    transform: scale(1);
}
.delivery-info__item {
    color: #fff;
    margin-top: 1.2rem;
    font-size: 1.4rem;
    padding-left: 4rem;
}
.delivery-info__item:nth-child(3) {
    margin-top: 2.4rem;
    font-size: 700;
}
.delivery-info__item-label {
    font-size: 2rem;
    color: #08DDD7;
}
.delivery-info__item-value {
    font-size: 2rem;
    color: #08DDD7;
}




.block-payment {

}
.block-payment .form-check {
    margin-top: 2.4rem;
}



.block-customer {
    width: calc(33.33% - 4rem);
    /*padding: 0 12rem 12rem;*/
    display: flex;
    align-items: stretch;
    flex-direction: column;
    /*gap: 4.8rem;*/
    flex-shrink: 0;
}

.customer-props-group {
    width: 100%;
}
.customer-props-group:first-child {
    /*width: 25%;*/
    /*flex-shrink: 0;*/
}

.props-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.2rem .6rem;
}
.customer-props-group:nth-child(2) {
    margin-top: 4.8rem;
}
/*.customer-props-group:nth-child(2) .props-items .props-item:nth-child(2),
.customer-props-group:nth-child(2) .props-items .props-item:nth-child(3),
.customer-props-group:nth-child(2) .props-items .props-item:nth-child(4),
.customer-props-group:nth-child(2) .props-items .props-item:nth-child(5),
.customer-props-group:nth-child(2) .props-items .props-item:nth-child(6),
.customer-props-group:nth-child(2) .props-items .props-item:nth-child(7) {
    width: calc(16.66% - .5rem);
}*/
.customer-props-group:nth-child(2) .props-items .props-item:nth-child(2),
.customer-props-group:nth-child(2) .props-items .props-item:nth-child(3),
.customer-props-group:nth-child(2) .props-items .props-item:nth-child(4),
.customer-props-group:nth-child(2) .props-items .props-item:nth-child(5),
.customer-props-group:nth-child(2) .props-items .props-item:nth-child(6),
.customer-props-group:nth-child(2) .props-items .props-item:nth-child(7) {
    width: calc(33.33% - .4rem);
}
.customer-props-group:nth-child(2) .props-items .props-item:nth-child(2) input,
.customer-props-group:nth-child(2) .props-items .props-item:nth-child(3) input,
.customer-props-group:nth-child(2) .props-items .props-item:nth-child(4) input,
.customer-props-group:nth-child(2) .props-items .props-item:nth-child(5) input,
.customer-props-group:nth-child(2) .props-items .props-item:nth-child(6) input,
.customer-props-group:nth-child(2) .props-items .props-item:nth-child(7) input {
    padding: 0 .6rem;
}
.props-item {
   width: 100%;
}
.props-item.hidden {
    pointer-events: none;
    position: absolute;
    opacity: 0;
    z-index: -999;
}
.props-items.group-id-6 {

}
.props-items.group-id-6 .props-item {
     width: calc(50% - 1.2rem);
}
.props-items.group-id-7 {

}
.props-items.group-id-7 .props-item {
    width: 100%;
}
.props-items.group-id-7 .props-item:nth-child(2),
.props-items.group-id-7 .props-item:nth-child(3),
.props-items.group-id-7 .props-item:nth-child(4),
.props-items.group-id-7 .props-item:nth-child(5),
.props-items.group-id-7 .props-item:nth-child(6),
.props-items.group-id-7 .props-item:nth-child(7) {
    width: calc(33.33% - 1.6rem);
}
.props-item label {
    font-size: 1.2rem;
    /*text-transform: uppercase;*/
    /*letter-spacing: .3rem;*/
    display: block;
    margin-bottom: .6rem;
    /*color: #fff;*/
    /*opacity: .5;*/
}
.props-item input {
    /*background-color: rgba(255, 255, 255, .1);*/
    display: flex;
    height: 4rem;
    font-size: 1.4rem;
    /*font-weight: 700;*/
    /*color: #fff;*/
    border: .1rem solid rgba(0, 0, 0, .3);
    font-family: inherit;
    align-items: center;
    padding: 0 2rem;
    width: 100%;
    border-radius: .6rem;
}
.props-item select {
    margin-bottom: 2rem;
    /*background-color: rgba(255, 255, 255, .1);*/
    border: .1rem solid rgba(0, 0, 0, .3);
    height: 4rem;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: .6rem;
    /*color: #fff;*/
}


.comment-field {
    width: 100%;
    margin-top: 1.2rem;
}
.comment-field label {
    font-size: 1.2rem;
    /*text-transform: uppercase;*/
    /*letter-spacing: .3rem;*/
    display: block;
    margin-bottom: .6rem;
    /*color: #fff;*/
    /*opacity: .5;*/
}
.comment-field textarea {
    /*background-color: rgba(255, 255, 255, .1);*/
    border: .1rem solid rgba(0, 0, 0, .3);
    display: flex;
    height: 6rem;
    font-size: 1.4rem;
    /*font-weight: 700;*/
    /*color: #fff;*/
    font-family: inherit;
    padding: 1.2rem 2rem;
    width: 100%;
    border-radius: .6rem;
    resize: none;
}




.customer-props-group.time {
    margin-top: 4.8rem;
}
.customer-props-group.time .props-items {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 1.2rem;
}
.customer-props-group.time select {
    margin-bottom: 2rem;
    /*background-color: rgba(255, 255, 255, .1);*/
    border: .1rem solid rgba(0, 0, 0, .3);
    height: 4rem;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: .6rem;
    /*color: #fff;*/
}
.customer-props-group.time .props-items {

}











.block-totals {
    order: 3;
    width: calc(33.33% - 4rem);
    /*padding: 12rem;*/
    /*background-color: rgba(0, 0, 0, .1);*/
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    border-radius: 1.2rem;
    background-color: #C7FCFF;
    padding: 8rem 3.6rem;
}
.block-totals__content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.totals-item.order-total {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.totals-item.order-total .totals-item__label {
    font-size: 1.6rem;
    letter-spacing: 1.5rem;
    padding-left: 1.5rem;
    display: block;
    text-align: center;
    text-transform: uppercase;
    /*color: #fff;*/
    order: 0;
    margin-bottom: 2rem;
}
.totals-item.order-total s {
    order: 1;
    text-decoration: line-through;
    font-size: 2.4rem;
    display: block;
    margin-bottom: 1rem;
}
.totals-item.order-total .totals-item__value {
    font-size: 5rem;
    font-weight: 700;
    /*color: #fff;*/
    display: block;
    text-align: center;
    order: 2;
}
.totals-item.shipping-total {
    text-align: center;
    font-size: 2.2rem;
    display: block;
    line-height: 1.3;
    margin-top: 1.2rem;
    /*color: #fff;*/
}

.btn-submit {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: .4rem;
    padding: 0 3.2rem 0 3.6rem;
    height: 6rem;
    color: inherit;
    background-color: #38302E;
    text-transform: uppercase;
    font-family: inherit;
    border-radius: .6rem;
    margin-top: 4.8rem;
    pointer-events: auto;
    color: #08DDD7;
    transition: .3s;
}
.btn-submit:hover {
    color: #fff;
}
.btn-submit.disabled {
    pointer-events: none;
    color: #979797;
}

.get-min-summ {
    display: none;
}
.get-min-summ.on {
    font-weight: 700;
    line-height: 1.4;
    padding: 2.4rem;
    border-radius: 1.2rem;
    /*color: #fff;*/
    text-align: center;
    display: block;
}
.get-min-summ-header.on {
    margin-bottom: 2.4rem;
    font-size: 1.6rem;
    background-color: #FC003D;
    color: #fff;
}
.get-min-summ-footer.on {
    margin-top: 1.2rem;
    font-size: 1.4rem;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
}



.phone-info {
    margin-top: 3.6rem;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    text-align: center;
    /*color: #fff;*/
}
.phone-info .title {
    display: block;
    line-height: 1.3;
    font-size: 1.8rem;
}
.phone-info .phone {
    line-height: 1.3;
    font-size: 2.4rem;
    margin-top: .3rem;
    font-weight: 700;
}




.alert.alert-danger.gi-order-error {
    display: none;
}




.gi-order-confirm-block {
    padding: 8rem;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.3;
}







































































































































































@media all and (max-width: 1200px) {

.catalog-cats {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 8rem;
    padding: 0 12rem;
    gap: 0 2.4rem;
    position: relative;


    padding: 0 2rem;
    width: 100%;
    flex-direction: column;
    gap: 2rem 0;


    display: none;
}
.catalog-cats:before {
    content: '';
    display: block;
    position: absolute;
    left: 12rem;
    right: 12rem;
    top: 6rem;
    height: .2rem;
    margin-top: -.1rem;
    background-color: #E2E2DF;


    display: none;
}
.catalog-cat {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 10;


    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.catalog-cat__img-wrap {
    overflow: hidden;
    border-radius: 100rem;
    position: relative;
    display: block;
    width: 12rem;


    width: 8rem;
}
.catalog-cat__img-wrap:before {
    content: '';
    padding-top: 100%;
    display: block;
}
.catalog-cat__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.catalog-cat__details {
    margin-top: 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;


    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-top: 0;
    margin-left: 2rem;
}
.catalog-cat__title {
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.3;
}







.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    gap: 6rem;


    gap: 4.8rem 2rem;
}

.product-loop {
    width: calc(33.33% - 4rem);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;


    width: calc(50% - 1rem);
    width: 100%;
}
.root-home .product-loop {
    width: 100%;
}

.product-loop .product__link {
    display: block;
}
.product-loop .product__images {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: stretch;
}
.product-loop .product__images:before {
    padding-top: 100%;
    content: '';
    display: block;
}
.product-loop .product__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.product-loop .product__images:hover .product__image {
    object-fit: contain;


    object-fit: cover;
}
.product-loop .product__details {
    position: relative;
    z-index: 20;
    width: 100%;
    margin-top: 2.4rem;
    flex-shrink: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.product-loop .product__heading {

}
.product-loop .woocommerce-loop-product__title {
    font-size: 2rem;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    display: block;
    line-height: 1.2;
    font-family: 'Kurale';
}

.product-loop .product__desc {
    margin-top: 1.2rem;
    opacity: .5;
    flex-grow: 1;
    flex-shrink: 0;
}
.product-loop .product__desc > p {
    font-size: 1.4rem;
    line-height: 1.5;
}

.product-loop .product__cart {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 1.6rem;
    align-items: center;
}
.product-loop .price {
    font-size: 2.4rem;
    font-weight: 400;
    display: flex;
    width: 100%;
    align-items: center;
}
.product-loop .amount {
    position: relative;
}

.product-loop .add_to_cart {
    display: flex;
    align-items: stretch;
    flex-shrink: 0;
    height: 3.2rem;
}
.product-loop .btn {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 1rem;
    z-index: 10;
    padding: 0 1.6rem;
    font-weight: 700;
    transition: .3s;
}
.product-loop .btn-primary {
    background-color: #08ddd7;
    letter-spacing: .3rem;
    padding: 0 1.3rem 0 1.6rem;
}
.product-loop .btn-light {
    background-color: #08ddd7;
    margin: 0 .2rem;
    text-transform: lowercase;
}
.product-loop .btn.add_to_cart_button {

}

















.product-single {
    width: 100%;
}
.product-single .product__info {
    display: flex;
    width: 100%;
    align-items: flex-start;
    background-color: #fff;
    padding-bottom: 12rem;
    padding-top: 6rem;


    padding-bottom: 8rem;
    padding-top: 0;
    flex-direction: column;
    align-items: stretch;
}


.product-single .product__info .product__details {
    width: 50%;
    position: relative;
    flex-shrink: 0;
    padding: 0 12rem 0;
    background-color: #fff;


    order: 1;
    padding: 0 2rem;
    margin-top: 4.8rem;
    width: 100%;
}



.woocommerce-breadcrumb {
    font-size: 0;
    margin-bottom: 2rem;
}
.woocommerce-breadcrumb a {
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .3rem;
    line-height: 1.3;
}
.woocommerce-breadcrumb a:last-child:before {
    content: '\e812';
    font-family: 'Fontello';
    margin: 0 2rem;
}
.product-single .product__info .product_title {
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 1.1;
    font-family: 'Kurale';
}
.product-single .product__info .product__price {
    flex-shrink: 0;
    font-size: 2.8rem;
    margin-top: 3.6rem;
}
.product-single .product__info .product__price .amount {
    position: relative;
}

.product-single .product__info .product__desc {
    margin-top: 3.6rem;
    padding-top: 3.6rem;
    border-top: .5rem dotted rgba(0, 0, 0, .2);
}
.product-single .product__info .product__desc-title {
    display: block;
    margin-bottom: 2.4rem;
    font-size: 1.8rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .4rem;
    opacity: .4;
}
.product__desc-text {
    font-size: 1.4rem;
    line-height: 1.5;
}
.product__desc-text ul,
.product__desc-text ol {
    margin-top: .5rem;
}
.product__desc-text ul li {
    list-style-type: disc;
}
.product__desc-text ol li {
    list-style-type: decimal;
}
.product__desc-text li {
    line-height: 1.5;
    list-style-position: inside;
}

.product-single .product__info .product__button {
    margin-top: 3.2rem;
}

.product-single .add_to_cart {
    display: flex;
    align-items: stretch;
    flex-shrink: 0;
    height: 5rem;
}
.product-single .btn {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 1rem;
    z-index: 10;
    padding: 0 1.6rem;
    font-weight: 700;
    transition: .3s;
}
.product-single .btn-primary {
    background-color: #08ddd7;
    letter-spacing: .3rem;
    padding: 0 2.3rem 0 2.6rem;
}
.product-single .btn-light {
    background-color: #08ddd7;
    margin: 0 .2rem;
    text-transform: lowercase;
}




.product-single .product__info .product__images {
    display: block;
    width: 50%;
    position: sticky;
    top: 12rem;


    position: relative;
    top: 0;
    width: 100%;
}
.product-single .product__info .product__image-wrap {
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    width: auto;
    border-radius: .6rem;


    border-radius: 0;
}
.product-single .product__info .product__image-wrap img {
    display: block;
    height: 100%;
    width: auto;
}







.product-single .product__related {
    padding: 10rem 12rem 12rem;
    background-color: #F5F5F4;


    padding: 8rem 2rem 8rem;
}
.product-single .product__related-title {
    font-size: 5.2rem;
    font-family: 'Kurale';
    display: block;
    line-height: 1.1;
    margin-bottom: 6rem;


    font-size: 4.4rem;
}
.product-single .related-products {

}
.product-single .related-products .products {

}






















.checkout-error.empty-cart {
    padding: 12rem;
    text-align: center;
    font-size: 2.8rem;


    padding: 8rem 2rem;
    font-size: 2.4rem;
}


.cart-items__wrap {
    padding: 12rem 12rem 0;


    padding: 6rem 2rem 0;
}
.cart-items {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 2.4rem;
}

.cart-item {
    width: 100%;
    /*border: .1rem solid rgba(0, 0, 0, .3);*/
    background-color: #ECECEA;
    background-color: rgba(0, 0, 0, .08);
    padding: 2.4rem;
    border-radius: 1.2rem;
    width: 48%;


    width: calc(50% - .6rem);
    padding: 2rem;


    width: 100%;
    background-color: transparent;
    padding: 0;
    padding-top: 2.4rem;
    border-top: .1rem solid rgba(0, 0, 0, .12);
    border-radius: 0;
}

.cart-item__content {
    display: flex;
    align-items: stretch;
    position: relative;
    overflow: hidden;
    width: 100%;


    /*flex-direction: column;*/
    align-items: flex-start;
}

.cart-item__heading {
    display: flex;
    align-items: center;
    width: 18rem;
    flex-shrink: 0;


    width: 100%;

    width: 10rem;
}
.cart-item .cart-item__img-wrap {
    width: 100%;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
    border-radius: .6rem;


    border-radius: 1.2rem;
}
.cart-item .cart-item__img-wrap:after {
    content: '';
    display: block;
    padding-top: 100%;
}
.cart-item .cart-item__img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}


.cart-item .cart-item__details {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    flex-direction: column;
    width: 100%;
    margin-left: 2.4rem;
    /*height: 100%;*/
    justify-content: space-between;
    flex-grow: 1;


    margin-left: 1.2rem;
}


.cart-item .cart-item__title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.cart-item .cart-item__name {
    font-size: 2rem;
    font-weight: 700;
    /*font-family: 'Kurale';*/
    text-decoration: none;
    /*text-transform: uppercase;*/
    line-height: 1.3;
    display: block;


    font-size: 2rem;
}

.cart-item__modifiers {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    margin-top: 1.2rem;
    gap: 0 .6rem;
}
.cart-item__modifier {

}
.cart-item__modifier .hidden {
    display: none;
}
.cart-item__modifier .input {

}
.cart-item__modifier .btn-plus {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 20rem;
    background-color: #fff;
    background-color: rgba(0, 0, 0, .06);
    padding: 1rem 1.2rem;
    transition: .3s;
}
.cart-item__modifier .btn-plus.on {
    background-color: #08ddd7;
}
.cart-item__modifier .btn-title {
    font-weight: 700;
    font-size: 1.3rem;
}
.cart-item__modifier .btn-price {
    font-weight: 700;
    font-size: 1.3rem;
    display: block;
    margin-left: .6rem;
}
.cart-item__modifier .btn-price:before {
    content: '-';
    margin-right: .3rem;
}

.cart-item__totals {
    display: flex;
    align-items: flex-start;
    margin-top: 2rem;
    flex-direction: column;


    margin-top: 1.2rem;
}

.cart-item .cart-item__price {
    white-space: nowrap;
    margin-bottom: 1.2rem;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: .6rem;
}
.cart-item .cart-item__price s {
    text-decoration: line-through;
}
.cart-item .cart-item__price .amount {
    font-size: 2rem;
    line-height: 1.2;
    display: flex;
    align-items: center;
}
/*.cart-item .cart-item__price .amount:after {
    content: '+';
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .12);
    width: 2rem;
    height: 2rem;
    border-radius: 20rem;
    transform: rotate(45deg);
    margin-left: 2rem;
}*/

.cart-item .cart-item__quantity {
    width: 12rem;
}
.cart-item .cart-item__quantity-box {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20rem;
    overflow: hidden;
    height: 4rem;
    width: 100%;
    position: relative;
    background-color: #fff;
    background-color: rgba(0, 0, 0, .06);
    padding: .4rem;
}
.cart-item .cart-item__quantity-box .input-text-change {
    width: 3.2rem;
    height: 3.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /*color: #000;*/
    /*background-color: #08ddd7;*/
    /*color: rgba(0, 0, 0, .5);*/
    /*background-color: rgba(0, 0, 0, .1);*/
    font-size: 2rem;
    font-weight: 700;
    cursor: pointer;
    border-radius: 20rem;
    flex-shrink: 0;
}
.cart-item .cart-item__quantity-box .input-text-minus {
    padding-bottom: .3rem;
    /*background-color: #08ddd7;*/
    /*margin-right: .2rem;*/
}
.cart-item .cart-item__quantity-box .input-text-plus {
    /*background-color: #08ddd7;*/
    /*margin-left: .2rem;*/
    padding-bottom: .3rem;
}
.input__text-measure {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
}
.cart-item .cart-item__quantity-box .input-text {
    pointer-events: none;
    font-size: 1.2rem;
    width: 100%;
    cursor: pointer;
    font-weight: 700;
    -moz-appearance: textfield;
    margin: 0 !important;
    padding: 0 !important;
    display: inline;
    text-align: center;
    /*color: #fff;*/
}
.cart-item .cart-item__quantity-box .input-text::-webkit-outer-spin-button,
.cart-item .cart-item__quantity-box .input-text::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.cart-items .cart-item .cart-item__quantity-box .measure {
    font-size: 1.2rem;
    font-weight: 700;
    /*color: #fff;*/
    padding: 0 !important;
    margin: 0 !important;
}

.cart-item .cart-item__price-total {
    white-space: nowrap;
    margin-top: 2rem;

    display: none;
}
.cart-item .cart-item__price-total .amount {
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    font-weight: 700;
}
/*.cart-item .cart-item__price-total .amount:before {
    content: '=';
    margin-right: 2rem;
    background-color: rgba(0, 0, 0, .12);
    width: 2rem;
    height: 2rem;
    border-radius: 20rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
}*/




.cart-items__wrap .coupon-form-wrap {
    margin-top: 3.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: rgba(0, 0, 0, .01);
    background-color: #08DDD7;
    background-color: #C7FCFF;;
    border-radius: 1.2rem;
    padding: 6rem 2.4rem;
}
.coupon-form-title {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
    color: #38302E;
    margin-bottom: 2.4rem;
    display: block;
    text-align: center;
}
.cart-items__wrap .coupon-form {

}
.cart-items__wrap .coupon-form__box {
    display: flex;
    align-items: stretch;
}
.cart-items__wrap .coupon-form__input {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 0 2rem;
    border-radius: 1.2rem;
    background-color: #fff;
    height: 5rem;
    letter-spacing: .5rem;
    box-shadow: 0 0 .5rem rgba(0, 0, 0, .2);


    letter-spacing: 0;
}
.cart-items__wrap .coupon-form__button {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: .4rem;
    padding: 0 3.2rem 0 3.6rem;
    height: 5rem;
    color: inherit;
    background-color: #38302E;
    text-transform: uppercase;
    font-family: inherit;
    border-radius: 1.2rem;
    margin-left: 1.2rem;
    pointer-events: auto;
    color: #08DDD7;
    transition: .3s;


    letter-spacing: 0;
    padding: 0 1.2rem;
}
.cart-items__wrap .coupon-form .applied-coupons {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    margin-top: 1.2rem;
}

.cart-items__wrap .coupon-form .applied-coupon.text-success {
    background-color: rgba(0, 0, 0, .1);
    border-radius: 1.2rem;
    padding: 1.2rem 1.2rem 1.2rem 2.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #08DDD7;;
}
.cart-items__wrap .coupon-form .applied-coupon.text-success .applied-coupon__text {
    flex-shrink: 1;
    width: 100%;
    font-weight: 700;
    font-size: 1.6rem;
    letter-spacing: .5rem;
    text-transform: uppercase;


    letter-spacing: 0;
}
.cart-items__wrap .coupon-form .applied-coupon.text-success .applied-coupon__remove {
    flex-shrink: 0;
    width: 4rem;
    height: 4rem;
    border-radius: 20rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 700;
    background-color: #fff;
}

.cart-items__wrap .coupon-form .applied-coupon.text-danger {
    background-color: rgba(0, 0, 0, .1);
    border-radius: 1.2rem;
    padding: 1.2rem 1.2rem 1.2rem 2.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ff8989;;
}
.cart-items__wrap .coupon-form .applied-coupon.text-danger .applied-coupon__text {
    flex-shrink: 1;
    width: 100%;
    font-weight: 700;
    font-size: 0;
}
.cart-items__wrap .coupon-form .applied-coupon.text-danger .applied-coupon__text:before {
    content: 'Введен некорректный промокод';
    font-size: 1.6rem;
}
.cart-items__wrap .coupon-form .applied-coupon.text-danger .applied-coupon__remove {

}













.gift-package {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 12rem 12rem;
    overflow: hidden;
    margin-top: 12rem;
    background-image: url('/local/templates/dessert/img/page/personal/order/make/gifts.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.gift-package:after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .2);
    content: '';
}
.gift-package__content {
    display: flex;
    position: relative;
    z-index: 10;
    align-items: center;
}
.gift-package__title {
    font-size: 6rem;
    font-family: 'Kurale';
    line-height: 1.3;
    text-align: left;
    color: #fff;
}
.gift-package__product {
    width: 30rem;
    height: 30rem;
    background-color: rgba(255, 255, 255, .3);
    border: .2rem solid #fff;
    margin-left: 6rem;
    flex-shrink: 0;
}














.checkout-wrap {
    background-color: #fff;
    overflow: hidden;
    margin-top: 8rem;
    padding: 0 12rem 12rem;


    padding: 0 2rem 6rem;
    margin-top: 6rem;
}
.checkout-form {
    display: flex;
    width: 100%;
    align-items: stretch;
    /*gap: 3.6rem;*/
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 6rem;


    flex-direction: column;
}

.checkout-block {

}
.block__title {
    font-size: 2rem;
    font-weight: 700;
    /*letter-spacing: 1rem;*/
    display: block;
    line-height: 1.2;
    margin-bottom: 2.8rem;
    /*text-transform: uppercase;*/
    /*color: #fff;*/
    /*opacity: .2;*/
}

.block-delivery-payment {
    width: calc(33.33% - 4rem);
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4.8rem 0;
    flex-shrink: 0;
    /*background-color: rgba(255, 255, 255, .05);*/


    width: 100%;
}

.block-delivery {

}
.delivery-methods {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 2.4rem;
}
.form-check {
    cursor: pointer;
}
.form-check .form-check-input {
    position: absolute;
    pointer-events: none;
    opacity: 0;
}
.form-check .form-check-label {
    /*color: #fff;*/
    position: relative;
    padding-left: 4rem;
}
.form-check .text-muted {
    font-size: 1.2rem;
    line-height: 1.3;
    margin-top: .6rem;
    /*color: #fff;*/
    opacity: .5;
    padding-left: 4rem;
}
.form-check .form-check-label:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 2rem;
    height: 2rem;
    border-radius: 20rem;
    background-color: #fff;
    content: '';
    margin-top: -.2rem;
    border: .2rem solid #08DDD7;
}
.form-check .form-check-input:checked + .form-check-label:before {

}
.form-check .form-check-label:after {
    position: absolute;
    left: .3rem;
    top: .1rem;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 20rem;
    background-color: #08DDD7;
    border: .2rem solid #fff;
    content: '';
    opacity: 0;
    transition: .3s;
    transform: scale(0);
}
.form-check .form-check-input:checked + .form-check-label:after {
    opacity: 1;
    transform: scale(1);
}
.delivery-info__item {
    color: #fff;
    margin-top: 1.2rem;
    font-size: 1.4rem;
    padding-left: 4rem;
}
.delivery-info__item:nth-child(3) {
    margin-top: 2.4rem;
    font-size: 700;
}
.delivery-info__item-label {
    font-size: 2rem;
    color: #08DDD7;
}
.delivery-info__item-value {
    font-size: 2rem;
    color: #08DDD7;
}




.block-payment {

}
.block-payment .form-check {
    margin-top: 2.4rem;
}



.block-customer {
    width: calc(33.33% - 4rem);
    /*padding: 0 12rem 12rem;*/
    display: flex;
    align-items: stretch;
    flex-direction: column;
    /*gap: 4.8rem;*/
    flex-shrink: 0;


    width: 100%;
}

.customer-props-group {
    width: 100%;
}
.customer-props-group:first-child {
    /*width: 25%;*/
    /*flex-shrink: 0;*/
}

.props-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.2rem .6rem;
}
.customer-props-group:nth-child(2) {
    margin-top: 4.8rem;
}
/*.customer-props-group:nth-child(2) .props-items .props-item:nth-child(2),
.customer-props-group:nth-child(2) .props-items .props-item:nth-child(3),
.customer-props-group:nth-child(2) .props-items .props-item:nth-child(4),
.customer-props-group:nth-child(2) .props-items .props-item:nth-child(5),
.customer-props-group:nth-child(2) .props-items .props-item:nth-child(6),
.customer-props-group:nth-child(2) .props-items .props-item:nth-child(7) {
    width: calc(16.66% - .5rem);
}*/
.customer-props-group:nth-child(2) .props-items .props-item:nth-child(2),
.customer-props-group:nth-child(2) .props-items .props-item:nth-child(3),
.customer-props-group:nth-child(2) .props-items .props-item:nth-child(4),
.customer-props-group:nth-child(2) .props-items .props-item:nth-child(5),
.customer-props-group:nth-child(2) .props-items .props-item:nth-child(6),
.customer-props-group:nth-child(2) .props-items .props-item:nth-child(7) {
    width: calc(33.33% - .4rem);
}
.customer-props-group:nth-child(2) .props-items .props-item:nth-child(2) input,
.customer-props-group:nth-child(2) .props-items .props-item:nth-child(3) input,
.customer-props-group:nth-child(2) .props-items .props-item:nth-child(4) input,
.customer-props-group:nth-child(2) .props-items .props-item:nth-child(5) input,
.customer-props-group:nth-child(2) .props-items .props-item:nth-child(6) input,
.customer-props-group:nth-child(2) .props-items .props-item:nth-child(7) input {
    padding: 0 .6rem;
}
.props-item {
   width: 100%;
}
.props-items.group-id-6 {

}
.props-items.group-id-6 .props-item {
     width: calc(50% - 1.2rem);
}
.props-items.group-id-7 {

}
.props-items.group-id-7 .props-item {
    width: 100%;
}
.props-items.group-id-7 .props-item:nth-child(2),
.props-items.group-id-7 .props-item:nth-child(3),
.props-items.group-id-7 .props-item:nth-child(4),
.props-items.group-id-7 .props-item:nth-child(5),
.props-items.group-id-7 .props-item:nth-child(6),
.props-items.group-id-7 .props-item:nth-child(7) {
    width: calc(33.33% - 1.6rem);
}
.props-item label {
    font-size: 1.2rem;
    /*text-transform: uppercase;*/
    /*letter-spacing: .3rem;*/
    display: block;
    margin-bottom: .6rem;
    /*color: #fff;*/
    /*opacity: .5;*/
}
.props-item input {
    /*background-color: rgba(255, 255, 255, .1);*/
    display: flex;
    height: 4rem;
    font-size: 1.4rem;
    /*font-weight: 700;*/
    /*color: #fff;*/
    border: .1rem solid rgba(0, 0, 0, .3);
    font-family: inherit;
    align-items: center;
    padding: 0 2rem;
    width: 100%;
    border-radius: .6rem;
}
.props-item select {
    margin-bottom: 2rem;
    /*background-color: rgba(255, 255, 255, .1);*/
    border: .1rem solid rgba(0, 0, 0, .3);
    height: 4rem;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: .6rem;
    /*color: #fff;*/
}


.comment-field {
    width: 100%;
    margin-top: 1.2rem;
}
.comment-field label {
    font-size: 1.2rem;
    /*text-transform: uppercase;*/
    /*letter-spacing: .3rem;*/
    display: block;
    margin-bottom: .6rem;
    /*color: #fff;*/
    /*opacity: .5;*/
}
.comment-field textarea {
    /*background-color: rgba(255, 255, 255, .1);*/
    border: .1rem solid rgba(0, 0, 0, .3);
    display: flex;
    height: 6rem;
    font-size: 1.4rem;
    /*font-weight: 700;*/
    /*color: #fff;*/
    font-family: inherit;
    padding: 1.2rem 2rem;
    width: 100%;
    border-radius: .6rem;
    resize: none;
}




.customer-props-group.time {
    margin-top: 4.8rem;
}
.customer-props-group.time .props-items {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 1.2rem;
}
.customer-props-group.time select {
    margin-bottom: 2rem;
    /*background-color: rgba(255, 255, 255, .1);*/
    border: .1rem solid rgba(0, 0, 0, .3);
    height: 4rem;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: .6rem;
    /*color: #fff;*/
}
.customer-props-group.time .props-items {

}











.block-totals {
    order: 3;
    width: calc(33.33% - 4rem);
    /*padding: 12rem;*/
    /*background-color: rgba(0, 0, 0, .1);*/
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    border-radius: 1.2rem;
    background-color: #C7FCFF;
    padding: 8rem 3.6rem;


    width: 100%;
    padding: 6rem 2rem;
}
.block-totals__content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.totals-item.order-total {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.totals-item.order-total .totals-item__label {
    font-size: 1.6rem;
    letter-spacing: 1.5rem;
    padding-left: 1.5rem;
    display: block;
    text-align: center;
    text-transform: uppercase;
    /*color: #fff;*/
}
.totals-item.order-total .totals-item__value {
    font-size: 5rem;
    font-weight: 700;
    /*color: #fff;*/
    display: block;
    text-align: center;
}
.totals-item.shipping-total {
    text-align: center;
    font-size: 2.2rem;
    display: block;
    line-height: 1.3;
    margin-top: 1.2rem;
    /*color: #fff;*/


    font-size: 1.6rem;
}

.btn-submit {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: .4rem;
    padding: 0 3.2rem 0 3.6rem;
    height: 6rem;
    color: inherit;
    background-color: #38302E;
    text-transform: uppercase;
    font-family: inherit;
    border-radius: .6rem;
    margin-top: 4.8rem;
    pointer-events: auto;
    color: #08DDD7;
    transition: .3s;
}
.btn-submit:hover {
    color: #fff;
}
.btn-submit.disabled {
    pointer-events: none;
    color: #979797;
}

.get-min-summ {
    display: none;
}
.get-min-summ.on {
    font-weight: 700;
    line-height: 1.4;
    padding: 2.4rem;
    border-radius: 1.2rem;
    /*color: #fff;*/
    text-align: center;
    display: block;
}
.get-min-summ-header.on {
    margin-bottom: 2.4rem;
    font-size: 1.6rem;
    background-color: #FC003D;
}
.get-min-summ-footer.on {
    margin-top: 1.2rem;
    font-size: 1.4rem;
    background-color: rgba(0, 0, 0, .5);
    color: #FD6468;
}



.phone-info {
    margin-top: 3.6rem;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    text-align: center;
    /*color: #fff;*/
}
.phone-info .title {
    display: block;
    line-height: 1.3;
    font-size: 1.8rem;
}
.phone-info .phone {
    line-height: 1.3;
    font-size: 2.4rem;
    margin-top: .3rem;
    font-weight: 700;
}




.alert.alert-danger.gi-order-error {
    display: none;
}








}




/* End */


/* Start:/local/templates/dessert/css/swiper-bundle.css?168672423116911*/
/**
 * Swiper 9.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 6, 2023
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide,
swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
/* a11y */
.swiper .swiper-notification,
swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}















.swiper--product-gallery {
  width: 100%;
  height: 100%;
  padding-bottom: 6rem;
  border-radius: .6rem;
  padding-right: 12rem;
}
.swiper--product-gallery .swiper-slide {
  width: auto;
}

.swiper--product-gallery .swiper-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 2.4rem;
}

.swiper--product-gallery .swiper-arrows {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 1.2rem;
}
.swiper--product-gallery .swiper-arrow {
  width: 5rem;
  height: 5rem;
  border-radius: 20rem;
  background-color: #E2E2DF;
  display: flex;
  font-size: 1.6rem;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.swiper--product-gallery .swiper-arrow-prev {

}
.swiper--product-gallery .swiper-arrow-prev:before {
  content: '\e84d';
  font-family: 'Fontello';
}
.swiper--product-gallery .swiper-arrow-next {

}
.swiper--product-gallery .swiper-arrow-next:before {
  content: '\e84e';
  font-family: 'Fontello';
}
.swiper--product-gallery .swiper-button-lock {
  display: none;
}


.swiper--product-gallery .swiper-pagination {
  display: flex;
  align-items: center;
  gap: 0 .6rem;
}
.swiper--product-gallery .swiper-pagination-bullet {
  width: .8rem;
  height: .8rem;
  display: block;
  border-radius: 10rem;
  border: .2rem solid #38302E;
  transition: .3s;
  opacity: .3;
}
.swiper--product-gallery .swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-lock {
  display: none;
}






































@media all and (max-width: 1200px) {



.swiper--product-gallery {
  width: 100%;
  height: 100%;
  padding-bottom: 6rem;
  border-radius: .6rem;
  padding-right: 12rem;


  padding-right: 0;
  border-radius: 0;
}
.swiper--product-gallery .swiper-slide {
  width: auto;
}

.swiper--product-gallery .swiper-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 2.4rem;


  gap: 0;
  right: 0;
  padding: 0 2rem;
}

.swiper--product-gallery .swiper-arrows {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 1.2rem;


  gap: 0;
  justify-content: space-between;
  width: 100%;
}
.swiper--product-gallery .swiper-arrow {
  width: 5rem;
  height: 5rem;
  border-radius: 20rem;
  background-color: #E2E2DF;
  display: flex;
  font-size: 1.6rem;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.swiper--product-gallery .swiper-arrow-prev {

}
.swiper--product-gallery .swiper-arrow-prev:before {
  content: '\e84d';
  font-family: 'Fontello';
}
.swiper--product-gallery .swiper-arrow-next {

}
.swiper--product-gallery .swiper-arrow-next:before {
  content: '\e84e';
  font-family: 'Fontello';
}
.swiper--product-gallery .swiper-button-lock {
  display: none;
}


.swiper--product-gallery .swiper-pagination {
  display: flex;
  align-items: center;
  gap: 0 .6rem;


  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
}
.swiper--product-gallery .swiper-pagination-bullet {
  width: .8rem;
  height: .8rem;
  display: block;
  border-radius: 10rem;
  border: .2rem solid #38302E;
  transition: .3s;
  opacity: .3;
}
.swiper--product-gallery .swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-lock {
  display: none;
}







}






/* End */


/* Start:/local/templates/dessert/font/fontello/css/fontello.css?168672423410514*/
@font-face {
  font-family: 'fontello';
  src: url('/local/templates/dessert/font/fontello/css/../font/fontello.eot?47351077');
  src: url('/local/templates/dessert/font/fontello/css/../font/fontello.eot?47351077#iefix') format('embedded-opentype'),
       url('/local/templates/dessert/font/fontello/css/../font/fontello.woff2?47351077') format('woff2'),
       url('/local/templates/dessert/font/fontello/css/../font/fontello.woff?47351077') format('woff'),
       url('/local/templates/dessert/font/fontello/css/../font/fontello.ttf?47351077') format('truetype'),
       url('/local/templates/dessert/font/fontello/css/../font/fontello.svg?47351077#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('/local/templates/dessert/font/fontello/css/../font/fontello.svg?47351077#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-briefcase:before { content: '\2190'; } /* '←' */
.icon-suitcase:before { content: '\2192'; } /* '→' */
.icon-down-2:before { content: '\e70c'; } /* '' */
.icon-audio:before { content: '\e800'; } /* '' */
.icon-search:before { content: '\e801'; } /* '' */
.icon-mail:before { content: '\e802'; } /* '' */
.icon-video:before { content: '\e803'; } /* '' */
.icon-info:before { content: '\e804'; } /* '' */
.icon-check-squared:before { content: '\e805'; } /* '' */
.icon-comment:before { content: '\e806'; } /* '' */
.icon-share:before { content: '\e807'; } /* '' */
.icon-user:before { content: '\e808'; } /* '' */
.icon-attach:before { content: '\e809'; } /* '' */
.icon-pencil:before { content: '\e80a'; } /* '' */
.icon-basket:before { content: '\e80b'; } /* '' */
.icon-phone:before { content: '\e80c'; } /* '' */
.icon-folder:before { content: '\e80d'; } /* '' */
.icon-logout:before { content: '\e80e'; } /* '' */
.icon-login:before { content: '\e80f'; } /* '' */
.icon-th-list:before { content: '\e810'; } /* '' */
.icon-big-up:before { content: '\e811'; } /* '' */
.icon-big-right:before { content: '\e812'; } /* '' */
.icon-big-left:before { content: '\e813'; } /* '' */
.icon-big-down:before { content: '\e814'; } /* '' */
.icon-download:before { content: '\e815'; } /* '' */
.icon-glass:before { content: '\e816'; } /* '' */
.icon-clock:before { content: '\e817'; } /* '' */
.icon-plus:before { content: '\e818'; } /* '' */
.icon-minus:before { content: '\e819'; } /* '' */
.icon-picture:before { content: '\e81a'; } /* '' */
.icon-check:before { content: '\e81b'; } /* '' */
.icon-dot:before { content: '\e81c'; } /* '' */
.icon-down:before { content: '\e81d'; } /* '' */
.icon-left:before { content: '\e81e'; } /* '' */
.icon-right:before { content: '\e81f'; } /* '' */
.icon-up:before { content: '\e820'; } /* '' */
.icon-star-empty:before { content: '\e821'; } /* '' */
.icon-star:before { content: '\e822'; } /* '' */
.icon-truck:before { content: '\e823'; } /* '' */
.icon-dot-3:before { content: '\e824'; } /* '' */
.icon-award:before { content: '\e825'; } /* '' */
.icon-users:before { content: '\e826'; } /* '' */
.icon-clipboard:before { content: '\e827'; } /* '' */
.icon-edit:before { content: '\e828'; } /* '' */
.icon-tag:before { content: '\e829'; } /* '' */
.icon-volume-off:before { content: '\e82a'; } /* '' */
.icon-volume-up:before { content: '\e82b'; } /* '' */
.icon-lock:before { content: '\e82c'; } /* '' */
.icon-menu-1:before { content: '\e82d'; } /* '' */
.icon-cancel-1:before { content: '\e82e'; } /* '' */
.icon-heart:before { content: '\e82f'; } /* '' */
.icon-tag-1:before { content: '\e830'; } /* '' */
.icon-th-list-1:before { content: '\e831'; } /* '' */
.icon-th:before { content: '\e832'; } /* '' */
.icon-left-open:before { content: '\e833'; } /* '' */
.icon-down-open:before { content: '\e834'; } /* '' */
.icon-right-open:before { content: '\e835'; } /* '' */
.icon-up-open:before { content: '\e836'; } /* '' */
.icon-down-dir:before { content: '\e837'; } /* '' */
.icon-spin5:before { content: '\e838'; } /* '' */
.icon-lightbulb:before { content: '\e839'; } /* '' */
.icon-left-dir:before { content: '\e83a'; } /* '' */
.icon-right-dir:before { content: '\e83b'; } /* '' */
.icon-up-dir:before { content: '\e83c'; } /* '' */
.icon-play:before { content: '\e83d'; } /* '' */
.icon-pause:before { content: '\e83e'; } /* '' */
.icon-tag-2:before { content: '\e83f'; } /* '' */
.icon-flight:before { content: '\e840'; } /* '' */
.icon-fire:before { content: '\e841'; } /* '' */
.icon-leaf-1:before { content: '\e842'; } /* '' */
.icon-heart-empty:before { content: '\e843'; } /* '' */
.icon-folder-1:before { content: '\e844'; } /* '' */
.icon-t-shirt:before { content: '\e845'; } /* '' */
.icon-eye:before { content: '\e846'; } /* '' */
.icon-contacts:before { content: '\e847'; } /* '' */
.icon-shop:before { content: '\e848'; } /* '' */
.icon-trophy:before { content: '\e849'; } /* '' */
.icon-th-large:before { content: '\e84a'; } /* '' */
.icon-home:before { content: '\e84b'; } /* '' */
.icon-users-1:before { content: '\e84c'; } /* '' */
.icon-left-2:before { content: '\e84d'; } /* '' */
.icon-right-2:before { content: '\e84e'; } /* '' */
.icon-commerical-building:before { content: '\e84f'; } /* '' */
.icon-group:before { content: '\e850'; } /* '' */
.icon-cog:before { content: '\e851'; } /* '' */
.icon-cog-alt:before { content: '\e852'; } /* '' */
.icon-up-2:before { content: '\e853'; } /* '' */
.icon-network:before { content: '\e854'; } /* '' */
.icon-award-1:before { content: '\e855'; } /* '' */
.icon-picture-1:before { content: '\e856'; } /* '' */
.icon-flash:before { content: '\e857'; } /* '' */
.icon-down-open-1:before { content: '\f004'; } /* '' */
.icon-up-open-1:before { content: '\f005'; } /* '' */
.icon-right-open-1:before { content: '\f006'; } /* '' */
.icon-left-open-1:before { content: '\f007'; } /* '' */
.icon-location:before { content: '\f031'; } /* '' */
.icon-isight:before { content: '\f039'; } /* '' */
.icon-link-ext:before { content: '\f08e'; } /* '' */
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-docs:before { content: '\f0c5'; } /* '' */
.icon-menu:before { content: '\f0c9'; } /* '' */
.icon-gplus:before { content: '\f0d5'; } /* '' */
.icon-mail-alt:before { content: '\f0e0'; } /* '' */
.icon-linkedin:before { content: '\f0e1'; } /* '' */
.icon-food:before { content: '\f0f5'; } /* '' */
.icon-doc-text:before { content: '\f0f6'; } /* '' */
.icon-angle-left:before { content: '\f104'; } /* '' */
.icon-angle-right:before { content: '\f105'; } /* '' */
.icon-angle-up:before { content: '\f106'; } /* '' */
.icon-angle-down:before { content: '\f107'; } /* '' */
.icon-star-half-alt:before { content: '\f123'; } /* '' */
.icon-help:before { content: '\f128'; } /* '' */
.icon-calendar:before { content: '\f133'; } /* '' */
.icon-ticket:before { content: '\f145'; } /* '' */
.icon-doc:before { content: '\f15c'; } /* '' */
.icon-thumbs-up-alt:before { content: '\f164'; } /* '' */
.icon-youtube:before { content: '\f16a'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-flickr:before { content: '\f16e'; } /* '' */
.icon-tumblr:before { content: '\f173'; } /* '' */
.icon-down-1:before { content: '\f175'; } /* '' */
.icon-up-1:before { content: '\f176'; } /* '' */
.icon-left-1:before { content: '\f177'; } /* '' */
.icon-right-1:before { content: '\f178'; } /* '' */
.icon-skype:before { content: '\f17e'; } /* '' */
.icon-foursquare:before { content: '\f180'; } /* '' */
.icon-female:before { content: '\f182'; } /* '' */
.icon-male:before { content: '\f183'; } /* '' */
.icon-vkontakte:before { content: '\f189'; } /* '' */
.icon-bank:before { content: '\f19c'; } /* '' */
.icon-graduation-cap-1:before { content: '\f19d'; } /* '' */
.icon-vine:before { content: '\f1ca'; } /* '' */
.icon-paper-plane:before { content: '\f1d8'; } /* '' */
.icon-sliders:before { content: '\f1de'; } /* '' */
.icon-soccer-ball:before { content: '\f1e3'; } /* '' */
.icon-newspaper:before { content: '\f1ea'; } /* '' */
.icon-cc-visa:before { content: '\f1f0'; } /* '' */
.icon-birthday:before { content: '\f1fd'; } /* '' */
.icon-cart-plus:before { content: '\f217'; } /* '' */
.icon-cart-arrow-down:before { content: '\f218'; } /* '' */
.icon-pinterest:before { content: '\f231'; } /* '' */
.icon-whatsapp:before { content: '\f232'; } /* '' */
.icon-tripadvisor:before { content: '\f262'; } /* '' */
.icon-odnoklassniki:before { content: '\f263'; } /* '' */
.icon-calendar-plus-o:before { content: '\f271'; } /* '' */
.icon-calendar-minus-o:before { content: '\f272'; } /* '' */
.icon-calendar-times-o:before { content: '\f273'; } /* '' */
.icon-calendar-check-o:before { content: '\f274'; } /* '' */
.icon-map-signs:before { content: '\f277'; } /* '' */
.icon-map-o:before { content: '\f278'; } /* '' */
.icon-vimeo:before { content: '\f27d'; } /* '' */
.icon-shopping-bag:before { content: '\f290'; } /* '' */
.icon-shopping-basket:before { content: '\f291'; } /* '' */
.icon-handshake-o:before { content: '\f2b5'; } /* '' */
.icon-telegram:before { content: '\f2c6'; } /* '' */
.icon-cancel:before { content: '\f2d3'; } /* '' */
.icon-icq:before { content: '\f304'; } /* '' */
.icon-spinner2:before { content: '\f529'; } /* '' */

/* End */


/* Start:/local/templates/dessert/components/bitrix/sale.basket.basket.line/header_cart/style.min.css?16867241974011*/
.bx-basket-block{position:relative;padding-bottom:5px;padding-left:20px;white-space:nowrap;font-size:12px}.bx-basket-block>.fa{position:absolute;top:3px;left:0;width:12px;color:#97a1ab}.bx-basket-block a{margin-right:10px}@media(min-width:768px){.bx-basket-fixed{position:fixed;z-index:998;overflow:hidden;padding-top:10px;width:200px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-fixed.top{top:10px}.bx-basket-fixed.right{right:10px}.bx-basket-fixed.bottom{bottom:10px}.bx-basket-fixed.left{left:10px}.bx-basket-fixed.bx-max-height{top:10px;bottom:10px}.block-store-catalog-list .bx-basket-fixed.bottom{bottom:70px}}@media(max-width:767px){.bx-basket-fixed{position:fixed;right:0;bottom:0;left:0;z-index:998;overflow:hidden;padding-top:10px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-item-list{display:none}.block-wrapper .bx-basket-fixed{padding-top:0}.block-wrapper .bx-basket-fixed .bx-hdr-profile{display:flex;justify-content:space-between}.block-wrapper .bx-basket-fixed .bx-hdr-profile .bx-basket-block{margin-right:20px;padding-bottom:0}}.bx-basket-fixed .bx-basket-block{margin-left:10px}.bx-basket-item-list{position:relative;overflow:hidden;padding-bottom:20px;border-top:1px solid #f7f7f7}.bx-opener .bx-basket-item-list{padding-bottom:75px}.bx-max-height .bx-basket-item-list{position:absolute;right:0;bottom:0;left:0}.bx-closed .bx-basket-item-list{overflow:hidden;height:20px}.bx-basket-item-list-action{position:absolute;right:0;bottom:0;left:0;z-index:120;padding:3px 0;height:20px;background:#f7f7f7;color:#4f4f4f;vertical-align:middle;text-align:center;font-size:12px;line-height:14px;cursor:pointer}.bx-basket-item-list-button-container{position:absolute;right:0;bottom:20px;left:0;padding:10px 0;border-top:1px solid #f7f7f7;background:#fff;text-align:center}.bx-basket-item-list-container{overflow-y:auto;max-height:100%}.bx-basket-item-list-item{position:relative;margin-bottom:15px;padding-top:15px;padding-right:10px;padding-left:10px;border-bottom:1px solid #f7f7f7}.bx-basket-item-list-container .bx-basket-item-list-item:last-child{margin-bottom:0;border-bottom:0}.bx-basket-item-list-item-status{margin:0 10px 20px;padding:3px;border-radius:3px;background:#ebebeb;text-align:center;white-space:normal;font-weight:bold;font-size:12px;line-height:16px}.bx-basket-item-list-item-img{position:relative;padding-bottom:5px;text-align:center}.bx-basket-item-list-item-img img{max-width:90px;height:auto;border:1px solid #e6e6e6}.bx-basket-item-list-item-name{padding-bottom:5px}.bx-basket-item-list-item-name a{font-size:13px;line-height:16px}.bx-basket-item-list-item-remove{position:absolute;top:-7px;right:10px;width:20px;height:20px;opacity:.5;cursor:pointer;transition:250ms linear all}.bx-basket-item-list-item-remove:after,.bx-basket-item-list-item-remove:before{position:absolute;top:50%;left:50%;display:block;width:10px;height:2px;border-radius:1px;background-color:#333;content:'';transform:translate(-50%,-50%)}.bx-basket-item-list-item-remove:after{-webkit-transform:translate(-50%,-50%) rotate(45deg);-moz-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);-o-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.bx-basket-item-list-item-remove:before{-webkit-transform:translate(-50%,-50%) rotate(135deg);-moz-transform:translate(-50%,-50%) rotate(135deg);-ms-transform:translate(-50%,-50%) rotate(135deg);-o-transform:translate(-50%,-50%) rotate(135deg);transform:translate(-50%,-50%) rotate(135deg)}.bx-basket-item-list-item-remove:hover{opacity:.7}.bx-basket-item-list-item-price-block{padding-bottom:5px;font-size:12px}.bx-basket-item-list-item-price{display:inline-block;margin-right:5px}.bx-basket-item-list-item-price-old{display:inline-block;margin-right:5px;color:#b0b0b0;text-decoration:line-through}.bx_cart_login_top .bx-hdr-profile{line-height:1.44em}
/* End */
/* /local/templates/dessert/css/main.css?168672423018744 */
/* /local/templates/dessert/css/header.css?169227197813427 */
/* /local/templates/dessert/css/footer.css?16867242306852 */
/* /local/templates/dessert/css/content.css?168672418111493 */
/* /local/templates/dessert/css/slider.css?168672423021923 */
/* /local/templates/dessert/css/woocommerce.css?171861266656842 */
/* /local/templates/dessert/css/swiper-bundle.css?168672423116911 */
/* /local/templates/dessert/font/fontello/css/fontello.css?168672423410514 */
/* /local/templates/dessert/components/bitrix/sale.basket.basket.line/header_cart/style.min.css?16867241974011 */
