

/* Start:/local/templates/sweets_am/css/fonts.css?17288886274147*/
@font-face {
  font-family: "Montserratarm-Regular";
  src: url('/local/templates/sweets_am/fonts/Montserratarm-Regular/Montserratarm-Regular.eot'); /* IE9 Compat Modes */
  src: url('/local/templates/sweets_am/fonts/Montserratarm-Regular/Montserratarm-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/local/templates/sweets_am/fonts/Montserratarm-Regular/Montserratarm-Regular.woff') format('woff'), /* Modern Browsers */
  url('/local/templates/sweets_am/fonts/Montserratarm-Regular/Montserratarm-Regular.woff2') format('woff2'), /* Modern Browsers */
  url('/local/templates/sweets_am/fonts/Montserratarm-Regular/Montserratarm-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
  url('/local/templates/sweets_am/fonts/Montserratarm-Regular/Montserratarm-Regular.otf') format('opentype'); /* Legacy iOS */
  url('/local/templates/sweets_am/fonts/Montserratarm-Regular/Montserratarm-Regular.svg#Montserratarm-Regular') format('svg'),
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserratarm-Medium";
  src: url('/local/templates/sweets_am/fonts/Montserratarm-Medium/Montserratarm-Medium.eot'); /* IE9 Compat Modes */
  src: url('/local/templates/sweets_am/fonts/Montserratarm-Medium/Montserratarm-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/local/templates/sweets_am/fonts/Montserratarm-Medium/Montserratarm-Medium.woff') format('woff'), /* Modern Browsers */
  url('/local/templates/sweets_am/fonts/Montserratarm-Medium/Montserratarm-Medium.woff2') format('woff2'), /* Modern Browsers */
  url('/local/templates/sweets_am/fonts/Montserratarm-Medium/Montserratarm-Medium.ttf') format('truetype'), /* Safari, Android, iOS */
  url('/local/templates/sweets_am/fonts/Montserratarm-Medium/Montserratarm-Medium.otf') format('opentype'); /* Legacy iOS */
  url('/local/templates/sweets_am/fonts/Montserratarm-Medium/Montserratarm-Medium.svg#Montserratarm-Medium') format('svg'),
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserratarm-SemiBold";
  src: url('/local/templates/sweets_am/fonts/Montserratarm-SemiBold/Montserratarm-SemiBold.eot'); /* IE9 Compat Modes */
  src: url('/local/templates/sweets_am/fonts/Montserratarm-SemiBold/Montserratarm-SemiBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/local/templates/sweets_am/fonts/Montserratarm-SemiBold/Montserratarm-SemiBold.woff') format('woff'), /* Modern Browsers */
  url('/local/templates/sweets_am/fonts/Montserratarm-SemiBold/Montserratarm-SemiBold.woff2') format('woff2'), /* Modern Browsers */
  url('/local/templates/sweets_am/fonts/Montserratarm-SemiBold/Montserratarm-SemiBold.ttf') format('truetype'), /* Safari, Android, iOS */
  url('/local/templates/sweets_am/fonts/Montserratarm-SemiBold/Montserratarm-SemiBold.otf') format('opentype'); /* Legacy iOS */
  url('/local/templates/sweets_am/fonts/Montserratarm-SemiBold/Montserratarm-SemiBold.svg#Montserratarm-SemiBold') format('svg'),
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserratarm-Bold";
  src: url('/local/templates/sweets_am/fonts/Montserratarm-Bold/Montserratarm-Bold.eot'); /* IE9 Compat Modes */
  src: url('/local/templates/sweets_am/fonts/Montserratarm-Bold/Montserratarm-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/local/templates/sweets_am/fonts/Montserratarm-Bold/Montserratarm-Bold.woff') format('woff'), /* Modern Browsers */
  url('/local/templates/sweets_am/fonts/Montserratarm-Bold/Montserratarm-Bold.woff2') format('woff2'), /* Modern Browsers */
  url('/local/templates/sweets_am/fonts/Montserratarm-Bold/Montserratarm-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
  url('/local/templates/sweets_am/fonts/Montserratarm-Bold/Montserratarm-Bold.otf') format('opentype'); /* Legacy iOS */
  url('/local/templates/sweets_am/fonts/Montserratarm-Bold/Montserratarm-Bold.svg#Montserratarm-Regular') format('svg'),
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* End */


/* Start:/local/templates/sweets_am/css/main.css?174112348111733*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
p {
    margin: 0;
}
h1, .h1, h2, .h2, h3, .h3{
    margin: 0;
}
a, a:hover {
    text-decoration: none;
}
.img-loader{
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 11;
    transform: translate(-50%,-50%);
}
button {
    border: 0;
    outline: 0;
    cursor: pointer;
    background: transparent;
}
label{
    margin: 0;
}
ul {
    list-style: none;
    margin: 0;
}

.d-none {
    display: none !important;
}
.no-scroll{
    overflow: hidden;
}
.main-container {
    padding: 0 100px;
    margin: 0 auto;
    max-width: 1901px;
}

.block-title-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.block-title-container-view-more {
    color: #696E7B;
    font-family: "Montserratarm-SemiBold";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 90px;
    border: 1px solid #EEF1F9;
    padding: 11px 17px;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 18px;
}

.block-title {
    color: #696E7B;
    font-family: "Montserratarm-SemiBold";
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
    padding: 76px 0 36px;
}

.slider-theme {
    position: relative;
}

.slider-theme .slider-theme-nav {
    margin: 0 !important;
}

.slider-theme .slider-theme-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    outline: 0;
    margin: 0 !important;
    padding: 0;
    z-index: 1;
    filter: drop-shadow(0px 4px 7px rgba(0, 0, 0, 0.05));
}

.slider-theme .slider-theme-nav button.owl-prev {
    left: -30px;
}

.slider-theme .slider-theme-nav button.owl-next {
    right: -30px;
}

.fixed-fon-body {
    background: rgba(0, 0, 0, 0.60);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
    padding-right: 17px;
}
.fixed-fon-bodys {
    background: rgba(0, 0, 0, 0.60);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
    padding-right: 17px;
}

.owl-theme .owl-nav {
    margin: 0 !important;
}
.container-view-more{
    display: none;
    margin-top: 14px;
    position: relative;
}
.container-view-more .block-title-container-view-more{
    width: 100%;
    justify-content: center;
    font-size: 12px;
}
.container-view-more .block-title-container-view-more img{
    width: 10px;
    height: 10px;
    position: absolute;
    right: 16px;
}
.sort-select-container ul li{
    width: 100%;
}
@media only screen and (max-width: 1600px) {
    .main-container {
        padding: 0 60px;
    }
    .block-title {
        padding: 60px 0 36px;
    }
    .owl-nav button img{
        width: 45px;
        height: 45px;
    }
    .slider-theme .slider-theme-nav button.owl-prev {
        left: -22px;
    }

    .slider-theme .slider-theme-nav button.owl-next {
        right: -22px;
    }
    .block-title-container-view-more{
        /*margin-top: 0;*/
    }
}
@media only screen and (max-width: 1279px) {
    .main-container {
        padding: 0 30px;
    }
    .block-title {
        padding: 40px 0 28px;
        font-size: 28px;
    }
}
@media only screen and (max-width: 767px) {
    .main-container {
        padding: 0 15px;
    }
    .block-title {
        padding: 35px 0 14px;
        font-size: 20px;
    }
    .block-title-container .block-title-container-view-more{
        display: none;
    }
    .container-view-more{
        display: flex;
    }
    .icon-container a, .icon-container-mobile a, .icon-container-mobile button{
        display: flex;
    }
    .icon-container-mobile a{
        padding: 43%;
    }
    .icon-container-mobile a .icon-cnt{
        right: 0;
        top: 0;
    }
    .exchange-container .exchange-container-footer .exchange-container-footer-between-block button{
        background: none;
    }
}


/*POPUP*/

.overlay_correct {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 10000000;
}

.popup_correct {
    font-family: "Montserratarm-Regular";
    width: 34%;
    background: #fff;
    padding: 48px 84px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-50px);
    transition: transform 0.3s;
    position: relative;
    color: black;
    opacity: 0;
}

.popup_correct_opened{
    opacity: 1!important;
    visibility: visible!important;
}
.popup_correct h2{
    font-size: 24px;
    font-weight: 400;
}

#closePopup {
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
}

.d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.popup_correct p {
    font-weight: 400;
    font-size: 18px;
    opacity: 0.7;
}
.popup_correct_main_content_block{
    margin-top: 26px;
    gap: 52px;
    display: flex;
    justify-content: space-between;
}

.popup_correct_main_content_block h2 {
    font-size: 16px;
}

.stores_list_popup{
    margin-top: 36px;
}

.stores_list_popup div{
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.confirmStoreBtn {
    border: none;
    border-radius: 14px;
    padding-left: 35px;
    padding-top: 22px;
    padding-right: 35px;
    padding-bottom: 22px;
    color: #fff;
    font-size: 14px;
    margin-top: 28px;
    cursor: pointer;
    font-weight: 600;
}

.popup_correct_as_desired{
    margin-top: 14px;
}

@media (max-width: 1740px) {
    #store_address_span{
        display: none!important;
    }
    .popup_correct {
        width: 45%;
    }
}

@media (max-width: 1440px) {
    .popup_correct{
        width: 45%;
    }
    #store_address_span{
        display: none!important;
    }
}

@media (max-width: 1280px) {
    .popup_correct {
        padding: 50px 70px;
        width: 50%;
    }
    .blockPopup{
        bottom: 5px;
    }

}

@media (max-width: 1000px) {
    .popup_correct_main_img_block {
        display: none;
    }
    .popup_correct_main_content_block{
        justify-content: center;
        gap: 0;
        width: 100%;
    }
    .popup_correct_content_block{
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    #stores_list_popup_main{
        width: 100% !important;
    }
    .popup_correct {
        width: 80%;
    }
    #store_address_span{
        display: block!important;
    }

}

@media (max-width: 425px) {
    .popup_correct{
        padding: 50px;
    }
    .popup_correct-title {
        font-size: 16px!important;
    }
    #stores_list_popup_main h2 {
        font-size: 22px;
        margin-bottom: 10px;
        text-align: center;
        font-weight: 600;
    }
    #stores_list_popup_main p {
        font-size: 14px;
        margin-bottom: 10px;
        text-align: center;
    }
    .popup_correct label {
        padding-left: 25px;
        font-size: 10px;
        font-weight: 400;
        margin-bottom: 0;
    }
    .confirmStoreBtn{
        margin-top: 5px;
        position: relative;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .stores_list_popup{
        margin-top: 10px;
    }
}

@media (max-width: 375px) {
    .popup_correct{
        padding: 40px;
    }
    #stores_list_popup_main h2 {
        font-size: 18px;
    }
    #stores_list_popup_main p {
        font-size: 12px;
    }
    .popup_correct label {
        font-size: 8px;
        padding-left: 17px;
    }
    .popup_correct-title {
        font-size: 16px;
    }
    #store_address_span{
        font-size: 8px;
    }
    .confirmStoreBtn{
        font-size: 10px;
    }
}

/*Radio Buttons*/

.hidden-toggles {
    border-radius: 50px;
    border: 1px solid black;
    padding: 2px;
    display: flex;
    justify-content: space-between;
    justify-self: center;
    margin-top: 15px;
}

.hidden-toggles__input {
    display: none;
}

.hidden-toggles__label {
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 200;
}

.hidden-toggles__label:first-child {
    margin-right: 10px;
}

.hidden-toggles__input:checked + .hidden-toggles__label {
    background-color:  #1E6B57;
    color: white;
}

/*Checkboxes*/

.as_desired {
    margin-top: 16px;
}

.as_desired input[type=checkbox]{
    height: 0;
    width: 0;
    visibility: hidden;
}

.as_desired label {
    cursor: pointer;
    text-indent: -9999px;
    width: 36px;
    height: 13px;
    background: #D9D9D9;
    display: block;
    border-radius: 100px;
    position: relative;
}

.as_desired label:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 2px;
    width: 11px;
    height: 11px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.as_desired input:checked + label {
    background:  #1E6B57;
}

.as_desired input:checked + label:after {
    left: calc(100% - 2px);
    transform: translateX(-100%);
}

.as_desired label:active:after {
    width: 36px;
}

/*QUANTITY*/

.popup_correct_quantity {
    margin-top: 24px;
}

.popup_correct_quantity_center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup_correct_quantity_center input {
    width: 20%;
    border: none;
    outline: none;
    font-size: 18px;
    text-align: center;
}

.popup_correct_quantity_center input {
    border: none;
}

.popup_correct_quantity_center input:focus {
    border: none;
}

.popup_correct_quantity_center input::-webkit-inner-spin-button,
.popup_correct_quantity_center input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.popup_correct_quantity_center input::-webkit-outer-spin-button,
.popup_correct_quantity_center input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    display: none;
}

.popup_correct_quantity_center input {
    -moz-appearance: textfield;
}

/*Add Or Close Popup*/

.add_or_close_main_div {
    display: flex;
    gap: 6px;
    margin-top: 15px;
    justify-content: center;
}
.close_button_popup_correcting, .add_button_popup_correcting {
    border: 1px solid black!important;
    border-radius: 50px!important;
    background-color: #fff!important;
    color: #000!important;
    padding: 3px 16px!important;
    font-size: 12px!important;
    height: auto!important;
    transition-duration: 0.2s!important;
    margin-top: 0!important;
}
.add_button_popup_correcting {
    background-color:  #1E6B57!important;
    color: #fff!important;
}
.close_button_popup_correcting:hover, .add_button_popup_correcting:hover {
    transform: scale(1.1) !important;
}
.add_button_popup_correcting:hover{
    background:  #1E6B57!important;
}
#closeCorrectingPopup {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.disabled-click {
    pointer-events: none;
    opacity: 0.6;
}

/* End */


/* Start:/local/templates/sweets_am/css/header.css?174112348127613*/
header{
    padding: 20px 0 30px;
    border-bottom: 1px solid #EEF1F9;
    background: #FFF;
}
.header-block{
    display: flex;
    flex-direction: column;
}
/*##############################header-first-line###################################*/
.header-first-line{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EEF1F9;
    padding-bottom: 18px;
}
.header-logo-block a{
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 3px;
}
.header-logo-block a span{
    color: #FFF;
    font-family: "Montserratarm-Bold";
    font-size: 8.095px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 48.935px;
    background: #1E6B57;
    padding: 2.5px 11px;
}
.header-sites-block ul{
    display: flex;
    align-items: flex-start;
    border-radius: 14px;
    background: #1E6B57;
    padding: 3px;
    max-width: 432px;
    /*width: 432px;*/
    justify-content: space-between;
}
.catalog-button-block a:hover{
    background: linear-gradient(90deg, #1E6B57 2.14%, #034131 53.25%, #1E6B57 100%);
}
.catalog-button-block a:hover > span{
    color: white;
}
.catalog-button-block a:hover > svg g path{
    fill: white;
}
.header-sites-block ul li{
    position: relative;
}
.header-sites-block ul li a{
    color: #FFF;
    font-family: "Montserratarm-Bold";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 11px 28px;
    display: flex;
    column-gap: 10px;
    align-items: center;
    cursor: pointer;
    transition: all ease .3s;
}
.header-sites-block ul li ul{
    position: absolute;
    border-radius: 14px;
    border: 1px solid #EEF1F9;
    background: #FFF;
    display: flex;
    width: max-content;
    padding: 14px;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    min-width: 177px;
}
.header-sites-block ul li ul li{
    width: 100%;
    word-break: break-all;
}
.header-sites-block ul li ul li a{
    color: #696E7B;
    font-family: "Montserratarm-Medium";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 14px 13px 15px;
    border-radius: 5px;
    transition: all ease .3s;
}
.exchange_text_of_bank{
    font-family: "Montserratarm-Medium";
    color: #696E7B;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
}
.header-sites-block ul li ul li a:hover,.header-sites-block ul li ul li a.active{
    background: #FDF5E5;
    transition: all ease .3s;
}
.header-sites-block ul li a.active,.header-sites-block ul li a:hover{
    border-radius: 12px;
    background: #A39371;
    transition: all ease .3s;
}
.stores-list{
    display: none;
}
.supermarket-item{
    position: relative;
}
.supermarket-item img{
    position: absolute;
    top: 16px;
    bottom: 0;
    right: 10px;
    transition: all ease .3s;
}
ul.stores-addresses{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.header-first-line-right-block{
    display: flex;
    align-items: center;
}
.phone-number-block{
    position: relative;
    padding-right: 40px;
    border-right:1px solid #EEF1F9;
}
.current-phone-block{
    border-radius: 14px;
    background: #A39371;
    display: flex;
    min-height: 42px;
    padding: 12px 18px;
    align-items: center;
    column-gap: 16px;
}
.currency-select{
    position: relative;
}
.currency-select-container{
    position: absolute;
    z-index: 2;
    width: 100%;
    display: none;
}
.current-phone-block a{
    color: #FFF;
    font-family:"Montserratarm-SemiBold";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
}
.active-arrow-img{
    transform: rotate(180deg);
    transition: all ease .3s;
}
.current-phone-block span img:last-child{
    transition: all ease .3s;
}

.phone-numbers-list{
    display: none;
}
.phone-numbers-list ul{
    position: absolute;
    border-radius: 14px;
    border: 1px solid #EEF1F9;
    background: #FFF;
    display: flex;
    width: calc(100% - 40px);
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 11px;
    z-index: 2;
}
.empty-li-border{
    width: 100%;
    height: 1px;
    background: #EEF1F9;;
}
.phone-numbers-list ul li a{
    color: #696E7B;
    font-family: "Montserratarm-Medium";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 12px;
}
.header-exchange-lang-currency-block{
    display: flex;
    align-items: center;
    column-gap: 24px;
    padding-left: 40px;
}
.exchange-button{
    color: #696E7B;
    font-family:"Montserratarm-SemiBold";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 14px;
    background: #FDF5E5;
    display: flex;
    max-height: 42px;
    padding: 12px 14px;
    align-items: center;
    gap: 16px;
}
.exchange-button img{
    transition: all ease .3s;
}

.header-ex-block{
    position: relative;
}
.header-ex-container{
    position: absolute;
    z-index: 2;
    display: none;
    width: max-content;
}
.exchange-container {
    border-radius: 14px;
    border: 1px solid #EEF1F9;
    background: #FFF;
    display: inline-flex;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: fit-content;
    max-width: 483px;
}
.exchange-container-header{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid #EEF1F9;
}
.exchange-container-body{
    width: 100%;
}
.exchange-container-header span{
    color: #696E7B;
    font-family: "Montserratarm-Medium";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 0 11px;
}
.exchange-container-body ul{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.exchange-container-body ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 11px;
    border-radius: 5px;
    background: #ffffff;
    width: 100%;
}
.exchange-container-body ul li:nth-child(even){
    background: #FDF5E5;
}
.exchange-container-body ul li p{
    color: #696E7B;
    font-family: "Montserratarm-Medium";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.exchange-container-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid #EEF1F9;
    width: 100%;
    column-gap: 27px;
}
.exchange-container-input{
    display: flex;
    align-items: center;
    border-radius: 14px;
    background: #FDF5E5;
    padding: 10px 20px;
    justify-content: space-between;
    flex: 1 0 0;
    max-width: 184px;
}
.exchange-currency img{
    width: 20px;
}
.exchange-container-input input{
    border: 0;
    outline: 0;
    background: transparent;
    color: #696E7B;
    font-family: "Montserratarm-SemiBold";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    max-width: 55px;
    margin-right: 20px;
    border-right: 1px solid rgba(105, 110, 123, 0.2);
}
.exchange-container-input select{
    border: 0;
    outline: 0;
    background: transparent;
    color: #696E7B;
    font-family: "Montserratarm-SemiBold";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.lang-container,.currency-container{
    width: 100%;
    border-radius: 14px;
    border: 1px solid #EEF1F9;
    background: #FFF;
    display: flex;
    padding: 14px;
    flex-direction: column;
    align-items: center;
}
.select-lang ,.select-currency{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.select-currency{
    width: 70px;
}
.select-currency a{
    cursor: pointer;
}
button.btn_currency{
    max-height: 20px;
    padding: 6px 13px;
}
.select-currency a.active{
    background: #FDF5E5;
}
.select-lang a,.select-currency a{
    color: #696E7B;
    font-family: "Montserratarm-Medium";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 5px;
    width: 100%;
    padding: 14px 26px 15px 13px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.select-lang a:hover,.select-currency a:hover{
    background: #FDF5E5;
}
/*##############################header-second-line###################################*/
.header-second-line{
    padding-top: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 40px;
}
.profile-block{
    display: flex;
    align-items: center;
    column-gap: 24px;
}
.catalog-button-block a{
    color: #696E7B;
    font-family: "Montserratarm-SemiBold";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 20px;
    border: 1px solid #EEF1F9;
    display: flex;
    padding: 22px;
    align-items: center;
    gap: 16px;
}

.user-profile-block a{
    border-radius: 20px;
    border: 1px solid #EEF1F9;
    background: #FFF;
    display: flex;
    height: 62px;
    padding: 18px;
    align-items: center;
    gap: 16px;
    color: rgba(105, 110, 123, 0.80);
    font-family: "Montserratarm-SemiBold";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.icon-container a,.icon-container-mobile a{
    position: relative;
}
.icon-container,.icon-container-mobile{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    border-radius: 20px;
    border: 1px solid #EEF1F9;
    background: #FFF;
    padding: 19px;
    position: relative;
    transition: all ease .3s;
}
.favorite-icon{
    position: relative;
    display: flex;
}
.icon-cnt{
    position: absolute;
    background: #1E6B57;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: "Montserratarm-SemiBold";
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    top: -10px;
    right: -10px;
}
.small-cart-container{
    opacity: 0;
    z-index: -1;
    transition: .5s;
}
.user-cart-block:hover > .small-cart-container{
    display: block;
}
.small-cart-block{
    position: absolute;
    z-index: 2;
    top: 60px;
    right: 0;
    border-radius: 14px;
    border: 1px solid #EEF1F9;
    background: #FFF;
    display: inline-flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 510px;
}
.small-cart-header{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.small-cart-header p{
    color: #696E7B;
    font-family: "Montserratarm-Medium";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.small-cart-header a{
    color: #1E6B57;
    font-family: "Montserratarm-Medium";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
}
.small-cart-body{
    width: 100%;
}
.not-empty-cart{
    max-height: 392px;
    height: auto;
    overflow-y:auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-bottom: 12px;
    scrollbar-color: #1E6B57 #EEF1F9;
    scrollbar-width: thin;
}
.not-empty-cart::-webkit-scrollbar {
    width: 6px;
}
/* Track */
.not-empty-cart::-webkit-scrollbar-track {
    background: #EEF1F9;
}
/* Handle */
.not-empty-cart::-webkit-scrollbar-thumb {
    background: #1E6B57;
    border-radius: 20px;
}
/* Handle on hover */
.not-empty-cart::-webkit-scrollbar-thumb:hover {
    background:  linear-gradient(90deg, #1E6B57 2.14%, #1E6B57 53.25%, #1E6B57 100%);
}
.small-cart-item{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-radius: 20px;
    margin-right: 20px;
    padding: 20px;
    column-gap: 20px;
    width: 96%;
}
.small-cart-item:hover{
    background: #FDF5E5;
}
.small-cart-item:hover .small-cart-item-calc-block button svg circle{
    fill: rgba(255, 255, 255, 1);
}
.small-cart-item-image{
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.small-cart-item-image img{
    max-width: 150px;
    width: 150px;
}
.small-cart-item-main-info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    row-gap: 13px;
    width: 100%;
}
.all_width{
    width: 63%;
}
.small-cart-item-discount-and-new-block{
    display: flex;
    align-items: center;
    column-gap: 6px;
}
.item-new-property{
    color: #FFF;
    font-family: "Montserratarm-Medium";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 90px;
    background: #94CE18;
    padding: 1.5px 4px;
}
.item-discount{
    color: #FFF;
    font-family: "Montserratarm-Medium";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 90px;
    background: #1E6B57;
    padding: 1.5px 4px;
}
.small-cart-item-name{
    color: #696E7B;
    font-family: "Montserratarm-Medium";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    height: 37px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.small-cart-item-price{
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.small-cart-item-old-price{
    color: #696E7B;
    font-family: "Montserratarm-Medium";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: line-through;
}
.small-cart-item-new-price{
    color: #1E6B57;
    font-family: "Montserratarm-Medium";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.small-cart-item-calc-block{
    padding-top: 7px;
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.small-cart-item-calc-block button{
    width: 30px;
    height: 30px;
}
.small-cart-item-calc-block input{
    border: 0;
    outline: 0;
    width: 20px;
    color: #696E7B;
    font-family: "Montserratarm-Medium";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: transparent;
    text-align: center;
}
.small-cart-footer{
    width: 100%;
}
.not-empty-cart-footer{
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 20px;
    width: 100%;
}
.small-cart-order-button,.empty-cart-footer a{
    border-radius: 14px;
    background: #1E6B57;
    display: flex;
    padding: 18px 40px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    color: #FFF;
    font-family: "Montserratarm-Medium";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    height: auto;
}
.small-cart-container .small-cart-block.no_empty_basket_popup{
    width: 550px;
}
.small-cart-container .small-cart-block.empty_basket_popup{
    width: 378px;
}
.buy_catalog{
    padding: 18px 40px;
    border-radius: 14px;
    background: #1E6B57;
    font-family: "Montserratarm-Medium";
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 20px;
}

.small-cart-order-button:hover,.empty-cart-footer a:hover, .buy_catalog:hover{
    border-radius: 14px;
    background:  linear-gradient(90deg, #1E6B57 2.14%, #1E6B57 53.25%, #1E6B57 100%);
    transition: all ease .4s;
    color: white;
}
.user-favorite-block, .bx-basket{
    cursor: pointer;
}
.small-cart-to-basket-button{
    color: #696E7B;
    font-family: "Montserratarm-Medium";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.empty-cart{

    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 10px;
    border-top: 1px solid #EEF1F9;
}
.empty-cart h3{
    color: #696E7B;
    text-align: center;
    font-family: "Montserratarm-SemiBold";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.empty-cart p{
    color: rgba(105, 110, 123, 0.60);
    text-align: center;
    font-family: "Montserratarm-Medium";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
.empty-cart img{
    max-width: 164px;
    max-height: 161px;
}
.line{
    width: 1px;
    background: #EEF1F9;
    height: 32px;
}
.mobile-header-fixed-block{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 9px 30px 19px 30px;
    z-index: 15;
    border-top: 2px solid #EEF1F9;
    background: #FFF;
    gap: 12px;
}
.icon-container-mobile.active{
    background: #1E6B57 ;
    transition: all ease .3s;
}
.icon-container-mobile.active svg path{
    fill: #ffffff;
    transition: all ease .3s;
}
.mobile-header{
    display: none;
}
.mobile-header-top-block-second-line{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    border-bottom: 1px solid #EEF1F9;
}
.mobile-header-top-block-last-line{
    padding: 14px 0 0;
}
.header-burger-block{
    position: relative;
}
.header-burger-block button{
    border-radius: 10px;
    background: #FDF5E5;
    display: flex;
    width: 42px;
    height: 42px;
    padding: 13px 12px;
    justify-content: center;
    align-items: center;
    gap: 80px;
}
.header-burger-block .header-burger-accordion-container{
    position: absolute;
    z-index: 5;
    right: 0;
    max-width: 278px;
    border-radius: 12px;
    border: 1px solid #EEF1F9;
    background: #FFF;
    padding: 19px;
    width: 262px;
    display: none;
    margin-top: 9px;
}
.header-burger-block .accordion{
    row-gap: 10px;
}
.header-burger-block .accordion-button{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 7px;
    height: 42px;
    padding: 12px 14px;
    gap: 16px;
    flex-shrink: 0;
}
.header-burger-block .accordion-button span{
    color: #696E7B;
    font-family: "Montserratarm-SemiBold";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    gap: 15px;

}
.header-burger-block .lang-container,.header-burger-block .currency-container ,.header-burger-block .exchange-container{
    padding: 20px 0 0;
    border: 0;
    max-width: inherit;
    gap: 10px;
    width: 100%;
}
.header-burger-block .accordion-content.show{
    padding: 0;
    max-height: 480px;
    z-index: 5;
}
.header-burger-block .exchange-container-header span{
    padding: 0;
    font-size: 12px;
}
.header-burger-block .exchange-container-footer{
    flex-direction: column;
    row-gap: 6px;
}
.header-burger-block .exchange-container-body ul li p{
    font-size: 12px;
}
.header-burger-block .accordion-content ul{
    gap: 0;
}
.header-burger-block .exchange-container-input{
    max-width: 100%;
    width: 100%;
}
.catalog-section-list-container-mobile{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    background-color: white;
    margin-left: 100%;
    transition: all ease .3s;
}
.catalog-section-list-container-mobile.active{
    margin-left: 0;
    transition: all ease .3s;
}
.main-container .breadcrumb-block{
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
}
.main-container .breadcrumb-block::-webkit-scrollbar{
    width: 0;
}
.breadcrumb-item{
    white-space: nowrap;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none; // Yeah, yeah everybody write about it
}

input[type='number'],
input[type="number"]:hover,
input[type="number"]:focus {
    appearance: none;
    -moz-appearance: textfield;
}
@media only screen and (min-width: 1025px) {
    .supermarket-item:hover > .stores-list{
        display: block;
    }
}
@media only screen and (max-width: 1600px) {
    .header-sites-block ul li a{
        padding: 11px 27px;
    }
    .header-exchange-lang-currency-block {
        padding-left: 20px;
    }
    .phone-numbers-list ul{
        width: calc(100% - 20px);
    }
    .phone-number-block {
        padding-right: 20px;
    }
    .catalog-button-block a span{
        display: none;
    }
    .exchange-container{
        max-width: 407px;
    }
    .exchange-container-input{
        max-width: 151px;
        padding: 9px 10px;
    }
    button.btn_currency{
        padding: 6px 0;
        gap: 11px;
    }
    .currency-container{
        width: 90px;
    }
    .header-sites-block ul{
        max-width: 402px;
    }
}
@media only screen and (max-width: 1279px) {
    a.tel-number{
        display: none;
    }
    .phone-numbers-list ul li a{
        white-space: nowrap;
    }
    .phone-numbers-list ul {
        width: fit-content;
    }
    .current-phone-block{
        padding: 10px 18px;
    }
    .header-sites-block ul{
        border-radius: 12px;
        padding: 2.5px;
        max-width: 405px;
    }
    .exchange-container{
        max-width: 407px;
    }
    .exchange-container-input{
        max-width: 151px;
        padding: 9px 10px;
    }
    button.btn_currency{
        padding: 6px 0;
        gap: 11px;
    }
    .currency-container{
        width: 90px;
    }
    .main-container .breadcrumb-block{
        padding-top: 35px;
    }
}
@media only screen and (max-width: 1024px){
    .small-cart-container{
        display: none;
    }
    .select-currency{
        width: 100%;
    }
}
@media only screen and (max-width: 1023px) {
    .header-sites-block ul .supermarket-item .stores-list ul.stores-addresses li{
        left: 0;
    }
    .main-container .breadcrumb-block{
        padding-top: 35px;
    }
    .header-sites-block ul li:nth-child(3){
        left: 0;
    }
    .open_block{
        position: absolute;
        width: 90px;
    }
    .open_block  .currency-container{
        padding: 10px 8px;
    }
    .mobile-header{
        display: block;
    }
    .header-block{
        display: none;
    }
    header{
        padding: 12px 0 20px;
    }
    .header-sites-block ul{
        justify-content: space-between;
        max-width: 100% ;
        width: 100%;
    }
    .header-sites-block ul li{
        width: 33%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header-sites-block ul li a{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header-logo-block a img{
        max-width: 134px;
    }
    .header-logo-block a span{
        font-size: 6.278px;
        padding: 2px 8.5px;
        border-radius: 37.95px;
    }
    .search-result-container{
        display: none;
    }
    .current-phone-block{
        padding: 10px 12px;
    }
    .header-sites-block ul li ul{
        border-radius: 12px;
        padding: 8px;
        width: 100%;
        right: 0;
    }
    .header-sites-block ul li ul li a{
        padding: 8px 6px;
        font-size: 10px;
    }
    .header-burger-block .accordion-button span{
        gap: 65px;
    }
    .header-burger-block .header-burger-accordion-container{
        margin-top: 7px;
    }
    .exchange-container-footer .accordion.flex_colum_block{
        flex-direction: row;
    }
    .exchange-container-footer .accordion.flex_colum_block .accordion-item{
        padding: 0;
        border: none;
    }
    .exchange-container-footer .accordion.flex_colum_block .accordion-item .accordion-button{
        width: 50%;
    }
    .exchange-container-input input{
        max-width: 87px;
        height: 25px;
    }
    .icon-container a, .icon-container-mobile a{
        padding: 19px;
    }
    .icon-cnt{
        top: 9px;
        right: 9px;
    }

}
@media only screen and (max-width: 767px) {
    .header-sites-block ul li ul{
        min-width: 108px;
        right: -10px;
        top: 37px;
    }
    .icon-container a, .icon-container-mobile a{
        padding: 10px;
    }
    .mobile-header-fixed-block{
        padding: 9px 15px 18px;
    }
    .supermarket-item img{
        position: absolute;
        top: 15px;
    }
    .header-sites-block ul li a{
        padding: 11px 26px;
    }

    .icon-container-mobile{
        width: 48px;
        height: 49px;
        border-radius: 14px;
        padding: 10px;
    }
    .header-sites-block ul li a{
        padding: 11px 26px;
        font-size: 10px;
        column-gap: 5px;
    }
    .header-sites-block ul {
        border-radius: 12px;
        padding: 2px;
        left: 0;
    }
    .exchange-container-input select,.exchange-container-input input{
        font-size: 12px;
    }
    .header-burger-block .accordion-button span{
        gap: 65px;
    }
    .header-burger-block .header-burger-accordion-container{
        margin-top: 7px;
    }
    .exchange-container-footer .accordion.flex_colum_block{
        flex-direction: row;
    }
    .exchange-container-footer .accordion.flex_colum_block .accordion-item{
        padding: 0;
        border: none;
    }
    .exchange-container-footer .accordion.flex_colum_block .accordion-item .accordion-button{
        width: 50%;
    }
    .exchange-container-input input{
        max-width: 87px;
        height: 25px;
    }
    .header-sites-block ul .supermarket-item .stores-list ul.stores-addresses li{
        left: -5px;
    }

}
@media only screen and (max-width: 410px) {
    .supermarket-item img{
        position: unset;
    }
    .header-sites-block ul li a{
        padding: 11px 8px;
    }
}
/* End */


/* Start:/local/templates/sweets_am/css/search.css?17409989899133*/
.search-block {
    position: relative;
    z-index: 1;
    width: 100%;
}

.search-block input {
    border-radius: 20px;
    background: #FDF5E5;
    display: flex;
    width: 100%;
    padding: 20px 0 20px 68px;
    justify-content: space-between;
    align-items: flex-start;
    border: 0;
    outline: 0;
    color: #696E7B;
    font-family: "Montserratarm-SemiBold";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    height: 62px;
}

.search-button {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}

.search-micaphone-button {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}

.search-result-container {
    position: absolute;
    z-index: 11;
    left: 51%;
    transform: translateX(-50%);
    margin-top: 32px;
    width: 49.5%;
    display: none;
}
.search-result-container_max {
    position: absolute;
    z-index: 11;
    left: 52.6%;
    transform: translateX(-50%);
    margin-top: 32px;
    width: 52.9%;
    display: none;
}
.search-result-block {
    border-radius: 14px;
    background: #FFF;
    display: flex;
    padding: 20px;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}

.search-result-block-first-line {
    width: 100%;
    margin-bottom: 20px;
}

.search-result-block-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.add-basket, .baskets_delete_yes {
    border-radius: 14px;
    background: #1E6B57;
    display: flex;
    padding: 18px 40px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    color: #FFF;
    font-family: "Montserratarm-Medium";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    height: 60px;
    margin-top: 2px;
}
.disable-basket {
    border-radius: 14px;
    background: #aba9b8;
    display: flex;
    padding: 18px 40px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    color: #FFF;
    font-family: "Montserratarm-Medium";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    height: 60px;
    margin-top: 2px;
}
.search-result-block-title h3 {
    color: #696E7B;
    font-family: "Montserratarm-Medium";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.search-result-block-title a {
    color: #696E7B;
    font-family: "Montserratarm-SemiBold";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 90px;
    border: 1px solid #EEF1F9;
    display: flex;
    padding: 11px 16px;
    align-items: center;
    gap: 15px;
}

.search-result-elements {
    width: calc(100% - 3px);
    overflow: auto;
    height: 519px;
    scroll-behavior: smooth;
    scrollbar-color: #1E6B57 #ffffff;
    scrollbar-width: thin;
}
.search-result-elements::-webkit-scrollbar {
    width: 6px;
}
/* Track */
.search-result-elements::-webkit-scrollbar-track {
    background: #EEF1F9;
}
/* Handle */
.search-result-elements::-webkit-scrollbar-thumb {
    background: #1E6B57;
    border-radius: 20px;
}
/* Handle on hover */
.search-result-elements::-webkit-scrollbar-thumb:hover {
    background:  linear-gradient(90deg, #1E6B57 2.14%, #1E6B57 53.25%, #1E6B57 100%);
}

.search-result-element {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    padding: 20px;
    align-self: stretch;
    transition: all ease .3s;
    margin-right: 20px;
}

.search-result-element:hover {
    background: #FDF5E5;
    transition: all ease .3s;
}

.search-result-element-img {
    width: 100px;
    height: 100%;
}

.search-result-element-img img{
    width: inherit;
    max-height: 100px;
    height: auto;
    object-fit: contain;
}
.search-result-element-description{
    display: flex;
    height: 100px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 234px;
    width: 100%;
}
.search-result-element-discount-and-new-block{
    display: flex;
    align-items: center;
    gap: 6px;
}
.search-result-element-discount-and-new-block div{
    color: #FFF;
    font-family: "Montserratarm-Medium";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 1.5px 4px;
    border-radius: 90px;
}
.catalog-item-new-block{
    background: #94CE18;
}
.catalog-item-discount-block{
    background: #AA0029;
}
.search-result-element-name{
    color: #696E7B;
    font-family: "Montserratarm-SemiBold";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.search-result-element-available span{
    font-family: "Montserratarm-Medium";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.search-result-element-available span.available{
    color: #94CE18;
}
.search-result-element-available span.not-available{
    color: #AA0029;
}
.search-result-element-price .catalog-item-price-block{
    display: flex;
    height: 43.836px;
    flex-direction: column;
    justify-content: center;
    max-width: 110px;
    width: 110px;
}
.catalog-item-price-block{
    display: flex;
    height: 43.836px;
    /*flex-direction: column;*/
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.search-result-element-old-price{
    color: #696E7B;
    font-family: "Montserratarm-Medium";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: line-through;
}
.search-result-element-new-price{
    color: #AA0029;
    font-family: "Montserratarm-Medium";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.search-result-element-element-buttons{
    display: flex;
    align-items: center;
    gap: 14px;
}
.search-result-element-element-buttons .favorite-button{
    position: unset;
}
.favorite-button {
    border-radius: 14px;
    border: 1px solid #EEF1F9;
    background: #FFF;
    min-width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background: url("/local/templates/sweets_am/icon/heart_icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
}



@media only screen and (max-width: 1600px) {
    .search-result-container{
        width: 70%;
        margin-top: 2px;
    }
}
@media only screen and (max-width: 1439px) {
    .search-result-container{
        margin-top: 12px;
    }
}
@media only screen and (max-width: 1279px) {
    .search-result-container{
        width: 87%;
        margin-top: 12px;
    }
    .search-result-elements{
        height: 280px;
    }
}


@media only screen and (min-width: 1025px){
    .favorite-button:hover{
        background: url("/local/templates/sweets_am/icon/heart_icon_active.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-color: white;
        transition: all ease .3s;
    }
    .favorite-button.active {
        background: url("/local/templates/sweets_am/icon/heart_icon_active.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-color: white;
        transition: all ease .3s;
    }
}

    @media only screen and (max-width: 1023px) {
    .search-result-block{
        display: none;
    }
    .search-block input{
        padding: 20px 20px 20px 60px;
        border-radius: 14px;
        font-size: 12px;
        height: 58px;
    }
    .search-block button img{
        width: 18px;
        height: 18px;
    }
    .favorite-button{
        min-width: 24px;
        max-width: 24px;
        height: 24px;
        background-size: 11px;
        border-radius: 6px;
    }
}
@media only screen and (max-width: 767px) {
    .search-block input{
        padding: 14px 14px 14px 45px;
        border-radius: 14px;
        font-size: 12px;
        height: 46px;
    }
    .search-block .search-button{
        top: 14px;
        left: 14px;
        display: flex;
    }
    .search-block .search-micaphone-button{
        top: 11px;
        right: 14px;
    }
    .search-block button img{
        width: 16px;
        height: 16px;
    }
    .favorite-button{
        min-width: 24px;
        max-width: 24px;
        height: 24px;
        background-size: 11px;
        border-radius: 6px;
    }
    .add-basket, .baskets_delete_yes{
        padding: 18px;
        gap: 7px;
        font-size: 12px;
    }
    .title_search h1{
        font-size: 20px;
    }
}
/* End */


/* Start:/local/templates/sweets_am/css/footer.css?17288886277533*/
footer {
    background-color: #EEF1F9;
    padding: 45px 0 26px;
    border-radius: 20px 20px 0 0;
}

.footer-container-first-line {
    display: flex;
    align-items: flex-start;
    padding-bottom: 26px;
}

.footer-logo-block {
    width: 20%;
}

.footer-logo-block a {
    display: flex;
    flex-direction: column;
    row-gap: 3px;
    max-width: 134px;
    width: 100%;
}

.footer-logo-block a span {
    color: #FFF;
    font-family: "Montserratarm-Bold";
    font-size: 8.095px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 48.935px;
    background: #AA0029;
    padding: 2.5px 11px;
}

.footer-container-first-line-menu-blocks {
    width: 100%;
}

/* Accordion Styles */
.accordion {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.accordion-item {
    background-color: transparent;
}

.accordion-button {
    padding: 0 0 20px;
    border: none;
    width: 100%;
    text-align: left;
    cursor: default;
    color: #696E7B;
    font-family: "Montserratarm-SemiBold";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.icon {
    display: none;
    transform: rotate(0deg);
    transition: all ease .3s;
}
.icon.show{
    transform: rotate(180deg);
    transition: all ease .3s;
}
.accordion-content {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    max-width: 355px;
}

.accordion-content.show {
    max-height: 200px;
    max-width: 300px;
    transition: max-height 0.3s ease-in, padding 0.3s ease-in;
}

.accordion-content ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.accordion-content ul li a, .accordion-content ul li {
    color: rgba(105, 110, 123, 0.70);
    font-family: "Montserratarm-Medium";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 19.6px */
}

.accordion-content ul li img {
    max-width: 67px;
}

.phone-icons {
    display: flex;
    justify-content: center;
    gap: 11px;
}

.phone-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-container-second-line {
    padding-top: 26px;
    border-top: 1px solid rgba(105, 110, 123, 0.10);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.social-block {
    display: flex;
    align-items: center;
    gap: 12px;
}

.copyright-reserved {
    color: #696E7B;
    font-family: "Montserratarm-Medium";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.made-in-apollon-lab, .made-in-apollon-lab a {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #696E7B;
    font-family: "Montserratarm-SemiBold";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.apollon-lab-contacts{
    display: flex;
    align-items: center;
    gap: 20px;
}

@media only screen and (max-width: 1600px) {
    .footer-logo-block {
        width: 15%;
    }

    .copyright-reserved, .made-in-apollon-lab, .made-in-apollon-lab a {
        font-size: 14px;
    }
}
@media only screen and (max-width: 1439px) {
    .accordion-content.show{
        max-width: 281px;
    }
    .footer-logo-block a {
        max-width: 107px;
    }
}
@media only screen and (max-width: 1300px) {
    .apollon-lab-contacts{
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }
}
@media only screen and (max-width: 1279px) {
    .footer-logo-block a {
        max-width: 134px;
    }
    footer {
        background-color: #EEF1F9;
        padding: 25px 0 26px;
    }
    .footer-container-first-line {
        flex-direction: column;
        align-items: center;
        row-gap: 30px;
    }
    .footer-logo-block{
        width: auto;
    }
    .copyright-reserved, .made-in-apollon-lab {
        font-size: 12px;
    }
    .social-block img{
        width: 42px;
        height: 42px;
    }
    .apollon-lab-contacts .apollon_clients{
        font-size: 10px;
        color: rgba(105, 110, 123, 0.60);
        font-family: "Montserratarm-Medium";
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .apollon-lab-contacts img{
        width: 90px;
    }
    .accordion-content.show{
        max-width: 223px;
    }
}
@media only screen and (max-width: 1023px) {
    footer {
        padding: 30px 0;
        margin-bottom:80px ;
        border-radius: 20px 20px 0 0;
    }
    .accordion{
        flex-direction: column;
    }
    .accordion-item{
        width: 100%;
        padding-bottom: 20px;
    }
    .icon {
        display: block;
    }
    .accordion-button{
        padding: 20px 0 0 0 ;
    }
    .accordion-content.show{
        padding-top: 16px;
        max-width: 350px;
    }
    .footer-container-second-line{
        padding-top: 0;
        border: 0;
    }
    .accordion-content ul{
        gap: 7px;
    }
    .accordion-item{
        border-bottom: 1px solid rgba(105, 110, 123, 0.10);
    }
    .footer-container-second-line{
        flex-direction: column;
        row-gap: 20px;
    }
    .copyright-reserved, .made-in-apollon-lab {
        font-size: 14px;
    }
    .apollon-lab-contacts{
        align-items: center;
        flex-direction: row;
        gap: 14px;
    }
    .apollon-lab-contacts img{
        width: 122px;
    }
    .apollon-lab-contacts .apollon_clients{
        font-size: 14px;
    }
    .accordion-content{
        max-width: 100%;
    }
    .accordion-content ul{
        width: 100%;
    }
    .footer-container-first-line{
        row-gap: 0;
    }
    .footer-logo-block a {
        row-gap: 2px;
    }
    .footer-logo-block a span{
        font-size: 6.278px;
        padding: 2px 8.5px;
        border-radius: 37.95px;
    }
    .footer-container-first-line-menu-blocks  .accordion .accordion-item .accordion-content {
        max-width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .footer-logo-block a {
        max-width: 85px;
    }
    .footer-container-first-line {
        row-gap: 14px;
        padding-bottom: 14px;
    }

    .accordion-content ul li a, .accordion-content ul li{
        font-size: 12px;
    }
    .accordion-button {
        padding: 14px 0 16px 0;
    }
    .accordion-content.show {
        padding-bottom: 0;
        padding-top: 0;
    }
    .accordion-content ul li img {
        max-width: 55px;
    }
    .copyright-reserved, .made-in-apollon-lab {
        font-size: 12px;
        text-align: center;
    }
    .made-in-apollon-lab, .made-in-apollon-lab a{
        gap: 8px;
    }
    .apollon-lab-contacts {
        flex-direction: column;
        gap: 10px
    }
    ul.tel_ul_block{
        gap: 12px;
    }
    ul.tel_ul_block .phone-icons{
        margin-top: 4px;
    }
    .made-in-apollon-lab span{
        white-space: nowrap;
    }
    .accordion-item{
        padding-bottom: 14px;
    }
}
/* End */


/* Start:/local/templates/sweets_am/css/delivery.css?17288886273854*/
.home-delivery-block {
    position: relative;
    margin: 125px 0 76px;
    border-radius: 40px;
    background: #FDF5E5;
    width:100%;
    height: 377px;
    display: flex;
}
.home-delivery-left-block{
    width: 40%;
    padding: 67px 0 62px 47px;
}
.home-delivery-block-title{
    color: #696E7B;
    font-family: "Montserratarm-SemiBold";
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 51px;
    margin: 0;
}
.home-delivery-left-info-block{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 23px;
    width: 100%;
}
.delivery-left-info-item {
    width: 311px;
    display: flex;
    align-items: center;
    column-gap: 40px;
    border-radius: 22px;
    padding: 0 0 0 23px;
}
.delivery-left-info-item:last-child{
    background: #FFF;
    padding: 23px;
}
.delivery-left-info-item-description h6{
    color: #696E7B;
    font-family: "Montserratarm-SemiBold";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 auto;
}
.delivery-left-info-item-description p{
    color: rgba(105, 110, 123, 0.70);
    font-family: "Montserratarm-Medium";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    margin: 0;
    line-height: 140%; /* 19.6px */
}
.home-delivery-right-block{
    background-image: url("/local/templates/sweets_am/icon/delivery-block-shadow.svg");
    background-repeat: no-repeat;
    width: 68%;
    position: absolute;
    height: 425px;
    bottom: 0;
    right: 56px;
}

@media only screen and (max-width: 1600px) {
    .home-delivery-block {
        margin: 60px 0;
        height: 506px;
    }
    .home-delivery-right-block{
        width: 71%;
        height: 356px;
        right: 59px;
        background-position-x: right;
        background-position-y: bottom;
        background-size: contain;
    }
    .home-delivery-left-block{
        width: 40%;
        padding: 67px 0 62px 72px;
    }
}
@media only screen and (max-width: 1279px) {
    .home-delivery-block {
        margin: 40px 0;
        height: 567px;
        flex-direction: column;
    }
    .home-delivery-left-block{
        width: 100%;
        padding: 50px 0 50px 25px;
    }
    .home-delivery-block-title{
        font-size: 28px;
        padding-bottom: 44px;
        padding-left: 25px;
    }
    .home-delivery-left-info-block{
        justify-content: unset;
        column-gap: 47px;
    }
    .home-delivery-right-block{
        width: 100%;
        height: 273px;
        background-position-x: center;
        background-position-y: bottom;
        background-size: contain;
        position: unset;
    }
    .delivery-left-info-item-icon{
        width: 34px;
        height: 34px;
    }
}
@media only screen and (max-width: 767px) {
    .home-delivery-block {
        margin: 35px 0;
        height: 511px;
        border-radius: 16px;
        overflow: hidden;
    }
    .home-delivery-left-block{
        padding: 24px 7px 34px 7px;
    }
    .home-delivery-block-title{
        font-size: 20px;
        padding-bottom: 32px;
        padding-left: 17px;
    }
    .delivery-left-info-item {
        width: 100%;
        column-gap: 22px;
        border-radius: 22px;
        padding: 0 0 0 18px;
    }
    .delivery-left-info-item:last-child {
        background: #FFF;
        padding: 18px 23px;
    }
    .delivery-left-info-item-description h6{
        font-size: 14px;
    }
    .delivery-left-info-item-description p{
        font-size: 12px;
    }
    .home-delivery-right-block {
        height: 100%;
        background-size: cover;
    }
}
/* End */


/* Start:/local/templates/sweets_am/css/lib/owl.theme.default.min.css?1728888627999*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* End */


/* Start:/local/templates/sweets_am/css/lib/owl.carousel.min.css?17288886273356*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/sweets_am/css/lib/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/templates/sweets_am/components/bitrix/search.title/catalog_search/style.css?17409989892855*/
.search-result-element-name{
	cursor: pointer;
}
.search-result-element-img{
	cursor: pointer;
	max-width: 100px;
	max-height: 100px;
}
.search-result-element-element-buttons .add-basket,.search-result-element-element-buttons .baskets_delete_yes,.search-result-element-element-buttons .disable-basket,.search-result-element-element-buttons .order_popup_correction_open{
	height: 50px;
	width: 192px;
	padding: 0;
}
.search-result-element-element-buttons .element-calc-block{
	padding: 4px 10px;
	width: calc(100% - 43px);
}
.search-result-element-element-buttons .favorite-button:hover,.search-result-element-element-buttons .favorite-button.active, .search-result-element-element-buttons .favorite-button{
	background-color: #FFF;
}
.title-search-result{
	z-index: 100;
	background: white;
	padding: 20px;
	border-radius: 15px;
	margin-top: 48px;
}
.search-result-element-element-buttons .element-calc-block{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	width: 100%;
	border-radius: 14px;
	border: 1px solid #1E6B57;
	padding: 7px 9px;
	min-width: 192px;
	background-color: #ffffff;
}
.search-result-element-element-buttons .element-add-calc-button{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px;
	background-color: #1E6B57;
	border-radius: 14px;
}
.search-result-element-element-buttons .element-calc-container{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	width: 100%;
}
.search-result-element-element-buttons .element-calc-container button{
	display: flex;
	justify-content: center;
	align-items: center;
}
.search-result-element-element-buttons .element-calc-block input{
	border: 0;
	outline: 0;
	width: 40px;
	color: #696E7B;
	font-family: "Montserratarm-Medium";
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	background: transparent;
	text-align: center;
}
@media (max-width: 1441px){
	.title-search-result{
		min-width: 75%;
		transform: translateX(-50%);
		left: 50% !important;
	}
}
@media (max-width: 767px){
	.search-result-element-element-buttons .add-basket,.search-result-element-element-buttons .baskets_delete_yes,.search-result-element-element-buttons .disable-basket,.search-result-element-element-buttons .order_popup_correction_open{
		height: 40px;
		width: calc(100% - 40px);
		font-size: 12px;
		padding: 0;
	}
	.search-result-element-element-buttons .element-calc-block{
		padding: 3.5px 0;
		min-width: auto;
		margin-top: 2px;
	}
	.search-result-element-element-buttons .element-calc-container svg{
		width: 24px;
	}
	.search-result-element-element-buttons .element-calc-container{
		width: auto;
	}
	.search-result-element-element-buttons .element-add-calc-button{
		padding: 6px;
		border-radius: 10px;
	}
}
/* End */


/* Start:/local/templates/sweets_am/components/bitrix/sale.basket.basket.line/bootstrap_v4/style.css?1750678567479*/
/* sale-block */
.small-cart-item-image{
    position: relative;
}
.sale-block {
    color: #FFF;
    background-color: #AA0029;
    font-family: "Montserratarm-Medium";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 90px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    padding: 1.5px 4px;
}
@media only screen and (max-width: 767px){
    .sale-block {
        left: 0;
        top: 0;
    }
}
/* End */


/* Start:/local/templates/sweets_am/components/bitrix/catalog.section.list/supermarket_section_list/style.css?17288886267049*/
.catalog-section-list-container {
    display: none;
}

.catalog-section-list-popup {
    position: fixed;
    z-index: 11;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 76%;
    width: 76%;
    background-color: rgba(238, 241, 249, 1);
    border-radius: 20px;
}

.popup-close-button button {
    width: 46px;
    height: 46px;
    position: absolute;
    right: -65px;
    border-radius: 50%;
    background: rgba(238, 241, 249, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog-section-list-popup-body {
    display: flex;
    width: 100%;
    height: 100%;
}

.catalog-sections-deep-level-1 {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 28%;
    border-radius: 20px 0px 0px 20px;
    border: 1px solid #EEF1F9;
    background: #FFF;
    height: 100%;
}

.section-deep-level-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 16px;
    border-radius: 10px;
    color: #696E7B;
    font-family: "Montserratarm-Bold";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    transition: all ease .3s;
}

.section-deep-level-1:hover, .section-deep-level-1.active {
    background: #EEF1F9;
    transition: all ease .3s;
}

.button-title {
    display: flex;
    align-items: center;
    gap: 20px;
}

.catalog-sections-deep-level-2 {
    width: 100%;
    overflow: auto;
    margin: 20px;
    scroll-behavior: smooth;
    scrollbar-color: #AA0029 #EEF1F9;
    scrollbar-width: thin;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    height: max-content;
}
.catalog-section-deep-level-2-item{
    width: 31.5%;
}
.catalog-sections-deep-level-2::-webkit-scrollbar {
    width: 6px;
    border-radius: 20px;

}

.catalog-sections-deep-level-2::-webkit-scrollbar-track {
    background: #FFF;
}

/* Handle */
.catalog-sections-deep-level-2::-webkit-scrollbar-thumb {
    background: #1E6B57;
    border-radius: 20px;
}

/* Handle on hover */
.catalog-sections-deep-level-2::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(90deg, #1E6B57 2.14%, #1E6B57 53.25%, #1E6B57 100%);
}

.catalog-sections-deep-level-2-container {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
}

.catalog-sections-deep-level-2-item {
    width: 100%;
}

.catalog-sections-deep-level-2-item a {
    border-radius: 20px;
    background: #FFF;
    display: flex;
    width: 100%;
    padding: 20px;
    align-items: center;
    gap: 18px;
    transition: all ease .3s;
    cursor: pointer;
    border: 4px solid #FFF;
}

.catalog-sections-deep-level-2-item a:hover, .catalog-sections-deep-level-2-item a.active {
    border: 4px solid #AA0029;
    transition: all ease .3s;
}

.catalog-sections-deep-level-2-item a img {
    max-width: 88px;
    width: 88px;
    height: 88px;
    object-fit: contain;
}

.catalog-sections-deep-level-2-item a p {
    color: #696E7B;
    font-family: "Montserratarm-Bold";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.back-button{
    border-radius: 20px;
    border: 1px solid #EEF1F9;
    display: flex;
    height: 60px;
    padding: 22px;
    align-items: center;
    gap: 16px;
    margin: 30px 0;
}
.back-button{
    display: none;
}
.exchange-container-footer-between-block button{
    background: none;
    cursor: auto;
}


@media only screen and (max-width: 1600px) {
    .catalog-section-list-popup {
        width: 74%;
    }
    .catalog-section-deep-level-2-item {
        width: 48%;
    }
}
@media (max-width: 1366px) and (min-width: 1279px){
    .catalog-sections-deep-level-1{
        width: 38%;
    }
    .button-title img{
        width: 40px;
        height: 40px;
    }
}

@media only screen and (max-width: 1279px) {
    .catalog-section-list-popup {
        width: 86%;

    }

    .catalog-sections-deep-level-1 {
        width: 35%;
    }
    .catalog-section-list-popup {
        transform: translate(-54%, -50%);
    }
}

@media only screen and (max-width: 1023px) {
    .catalog-section-list-container .catalog-section-list-popup {
        position: fixed;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        width: 100%;
        height: 100vh;
        z-index: 2;
        transition: .3s;
        background: none;
    }
    .catalog-sections-deep-level-1,.catalog-sections-deep-level-2{
        max-height: 93vh;
        border-radius: 0;
        overflow: auto;
        scroll-behavior: smooth;
        scrollbar-color: #1E6B57 #EEF1F9;
        scrollbar-width: thin;
    }

    .catalog-sections-deep-level-1::-webkit-scrollbar,.catalog-sections-deep-level-2::-webkit-scrollbar {
        width: 6px;
        border-radius: 20px;

    }

    .catalog-sections-deep-level-1::-webkit-scrollbar-track,.catalog-sections-deep-level-2::-webkit-scrollbar-track {
        background: #FFF;
    }

    /* Handle */
    .catalog-sections-deep-level-1::-webkit-scrollbar-thumb ,.catalog-sections-deep-level-2::-webkit-scrollbar-thumb{
        background: #1E6B57;
        border-radius: 20px;
    }

    /* Handle on hover */
    .catalog-sections-deep-level-1::-webkit-scrollbar-thumb:hover ,.catalog-sections-deep-level-2::-webkit-scrollbar-thumb:hover {
        background: linear-gradient(90deg,#1E6B57 2.14%, #1E6B57 53.25%, #1E6B57 100%);
    }
    .catalog-section-list-container .popup-close-button{
        display: none;
    }
    .catalog-section-list-popup-body{
        position: relative;

    }
    .catalog-sections-deep-level-1 {
        width: 100%;
        position: absolute;
        z-index: 1;
    }
    .catalog-sections-deep-level-2 {
        width: 100%;
        transform: translateX(0);
        position: absolute;
        z-index: 3;
        transition: all ease .3s;
        background: #fff;
        margin: 0;
        padding: 0 30px 40px;
        height: 100%;
        place-content: baseline;
    }
    .back-button{
        display: block;
    }
}
@media only screen and (max-width: 767px) {
    .catalog-sections-deep-level-1,.catalog-sections-deep-level-2{
        max-height: calc(100% - 78px);
    }
    .catalog-section-list-popup{
        height: 100vh;
        top: 0;
    }
    .catalog-sections-deep-level-2-item{
        width: 100%;
    }
    .back-button {
        border-radius: 16px;
        gap: 16px;
        margin: 16px 0;
        height: 60px;
    }
    .catalog-sections-deep-level-2{
        padding: 0 15px 115px;
    }
    .catalog-section-deep-level-2-item{
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/sweets_am/components/bitrix/menu/footer_menu_1/style.css?1728888626625*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/sweets_am/components/bitrix/menu/footer_menu_1/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}




/* End */


/* Start:/local/templates/sweets_am/components/bitrix/menu/footer_menu_2/style.css?1728888626625*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/sweets_am/components/bitrix/menu/footer_menu_2/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}




/* End */
/* /local/templates/sweets_am/css/fonts.css?17288886274147 */
/* /local/templates/sweets_am/css/main.css?174112348111733 */
/* /local/templates/sweets_am/css/header.css?174112348127613 */
/* /local/templates/sweets_am/css/search.css?17409989899133 */
/* /local/templates/sweets_am/css/footer.css?17288886277533 */
/* /local/templates/sweets_am/css/delivery.css?17288886273854 */
/* /local/templates/sweets_am/css/lib/owl.theme.default.min.css?1728888627999 */
/* /local/templates/sweets_am/css/lib/owl.carousel.min.css?17288886273356 */
/* /local/templates/sweets_am/components/bitrix/search.title/catalog_search/style.css?17409989892855 */
/* /local/templates/sweets_am/components/bitrix/sale.basket.basket.line/bootstrap_v4/style.css?1750678567479 */
/* /local/templates/sweets_am/components/bitrix/catalog.section.list/supermarket_section_list/style.css?17288886267049 */
/* /local/templates/sweets_am/components/bitrix/menu/footer_menu_1/style.css?1728888626625 */
/* /local/templates/sweets_am/components/bitrix/menu/footer_menu_2/style.css?1728888626625 */
