.aml__productinner {
    display: flex;
    flex-direction: column;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 2rem;
}

.aml__productinner .aml__s_galery {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    min-height: 350px;
}

.aml__productinner .aml__s_mobile{
    display: none;
}


.aml__productinner .aml__s_galery .aml__s_thumbs {
    flex: 0 0 20%;
    display: flex;
    flex-direction: column;
    padding-right: 1rem;
}

.aml__productinner .aml__s_galery .aml__s_thumbs .aml__s_thumb {
    flex: 0 0 25%;
    padding-bottom: 1rem;
    cursor: pointer;
    position: relative;
}

.aml__productinner .aml__s_galery .aml__s_thumbs .aml__s_thumb img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    border: 1px solid white;
    aspect-ratio: 1/1;
}

.aml__productinner .aml__s_galery .aml__s_cover {
    flex: 0 0 80%;
    padding-bottom: 1rem;
    cursor: pointer;
    position: relative;

}


.aml__productinner .aml__s_galery .aml__s_cover img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.aml__productinner .aml__s_galery .aml__s_thumbs .aml__s_thumb.aml__active img {
    border: 1px solid #C19557;
    aspect-ratio: 1/1;
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;

}


.aml__productinner .aml__s_galery .aml__s_thumbs .aml__s_thumb:hover:before,
.aml__productinner .aml__s_galery .aml__s_cover:hover:before {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    display: block;
    border: 1px solid white;
    left: 0rem;
    right: 0rem;
    top: 0rem;
    bottom: 1rem;
    padding: 1rem;
    content: "";
    background-image: url("/wp-content/themes/ameli_v2/images/eye_white.svg");
    background-position: center center;
    background-repeat: no-repeat;

}




/**aml__s_designer**/


.aml__productinner .aml__s_designer {
    display: flex;
    flex-display: row;
    border-top: 1px solid #C19557;
    padding-top: 1.5rem;
}

.aml__productinner .aml__s_designer .aml__s_designer_inner {
    display: flex;
    flex-display: row;
}

.aml__productinner .aml__s_designer img {
    width: 80px!important;
    height: 80px!important;
    border-radius: 50%;
    object-fit: cover;
}

.aml__productinner .aml__s_control .aml__s_desc {
    display: flex;
    flex-direction: column;
    padding-left: 2rem;
    justify-content: center;
    align-items: start;
    font-size: var(--text-size);
    color: var(--text-color);
    width: 80%;
}



.aml__productinner .aml__s_designer .aml__s_title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 0.95rem;
    color: #303030
}

.aml__productinner .aml__s_designer .aml__s_name {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #6B6B6B;
}

.aml__productinner .aml__s_designer .aml__s_button {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-grow: 1;
}


/**aml__s_advanced**/
.aml__productinner .aml__s_advanced {
    background-color: #F5F1E9;
    margin-left: 0px;
    margin-right: 0px;

}


.aml__productinner .aml__s_advanced .aml__tab_col {
    position: relative;;
}


.aml__productinner .aml__s_advanced .aml__tab_col:after {
    border-right: 1px solid #C19557;
    position: absolute;
    right: 0;
    top: 10%;
    bottom: 10%;
    content: "";

}


.aml__productinner .aml__s_advanced .aml__video_col {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.aml__productinner .aml__s_advanced .tab-content {
    padding: 1rem;
    font-size: 15px;
}

.aml__productinner .aml__s_advanced .tab-content * {
    font-size: 15px;
}

.aml__productinner .aml__s_advanced .tab-content a {
    color: #c19557;
}

/**controls**/
.aml__productinner .aml__s_control ul {
    display: flex;
    flex-display: row;
    padding-left: 0;
    margin: 0;
    background: unset !important;
    border: unset !important;
    padding-bottom: 0 !important;

}

.aml__productinner .aml__s_control .aml__s_tablink_box {
    list-style: none;
    overflow: hidden;
    position: relative;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.aml__productinner .aml__s_control ul li .aml__s_tablink {
    background: #F6F6F6;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: #A5A5A5;
    margin-right: 15px;
    margin-padding: 5px;
}


.aml__productinner .aml__s_control ul li .aml__s_coner {
    content: " ";
    width: 15px;
    right: 3px;
    top: -3px;
    bottom: -5px;
    position: absolute;
    -webkit-border-top-right-radius: 50px;
    -moz-border-radius-topright: 50px;
    border-top-right-radius: 50px;
    transform: rotate(-10deg);
    background: #F6F6F6;
}

.aml__productinner .aml__s_control ul li .aml__s_tablink.active .aml__s_coner {
    box-shadow: 4px 0px 5px rgba(0, 0, 0, 0.1);
    background: #F5F1E9;
}

.aml__productinner .aml__s_control ul li:last-child .aml__s_coner {
    box-shadow: unset !important;
}


.aml__productinner .aml__s_control ul li .aml__s_tablink.active {
    background: #F5F1E9;
    color: #C19557;


}


/**button**/

.aml__productinner .aml__s_designer .aml__s_button a {
    display: flex;
    background: #C19557;
    border-radius: 5px;
    width: fit-content;
    padding: 0.75rem 1.25rem;
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    color: #FFFFFF;
    justify-content: center;
    align-items: center;
}


.aml__productinner .aml__s_designer .aml__s_button a:hover {
    background: #4D260B;
    color: white;
}


.aml__productinner iframe{
    width: 100%;
}


/**anim**/
@keyframes aml__productinner_opacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/**colapse**/


.aml__productinner .aml__s_colapse_show img {
    margin-right: 1rem;
}

.aml__productinner .aml__s_colapse_show.aml__s_active img {
    transform: rotate(180deg);
}


.aml__s_thumbs {

    height: auto;

}


.aml__s_thumbs .aml__s_thumb a {
    height: 100%;
}

.aml__s_thumbs .aml__s_thumb a img {
    height: 100%;
    object-fit: cover;
    width: auto;

}

.aml__productinner .aml__fav_toggle {
    position: absolute;
    top: 1rem;
    right: 1rem;
    border-radius: 50%;
    background: rgba(0, 0, 0, .28);
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}


.aml__productinner .aml__s_galery {
    position: relative;
}

.aml__productinner .aml__fav_toggle:hover svg,
.aml__productinner .aml__fav_toggle:hover path {
    fill: red !important;
    stroke: red !important;
    color: red !important;
}

.aml__productinner .aml__fav_toggle svg,
.aml__productinner .aml__fav_toggle svg path {
    fill: white !important;
    stroke: white !important;
    color: white !important;

}

.aml__productinner .aml__fav_toggle.aml__s_active svg,
.aml__productinner .aml__fav_toggle.aml__s_active svg path {
    fill: #4d260b !important;
    stroke: #4d260b !important;
    color: #4d260b !important;

}

.aml__productinner h1 {
    font-family: serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    color: #C19557;
    margin-bottom: 1.5rem;
    padding-top: 0 !important;
    margin-top: 0 !important;
}


/**ki**/
.aml__productinner .aml__s_main .aml__s_right .aml__s_params {
    padding-left: .62rem;


}


.aml__productinner .aml__s_main .aml__s_right .aml__s_params li {
    display: flex;
    flex-direction: row;
    list-style: none;
    font-style: normal;
    font-weight: 400;
    font-size: var(--text-size);
    color: var(--text-color);
    margin-bottom: 1rem !important;
    margin-bottom: 1.5rem !important;
    align-items: center;
}


.aml__productinner .aml__s_main .aml__s_right .aml__s_params li span:first-child {
    width: 30%;
    font-weight: 700;
}


.aml__productinner .aml__s_main .aml__s_right .aml__s_params li i {
    padding-top: 0.25rem;
}

.aml__productinner .aml__s_main .aml__s_right .aml__s_params li::marker {
    color: var(--subheader-color)
}


.aml__productinner .aml__s_designer img {
    aspect-ratio: 1 / 1;
}

.aml__productinner .aml__s_designer .aml__s_designer_inner {
    margin-bottom: 1rem;
}

.aml__productinner .aml__s_designer .aml__s_designer_inner .aml__s_photo {
    margin-right: 1rem;
}

.aml__productinner .aml__s_designer .aml__s_name {
    justify-content: start;
}

.aml__productinner .aml__s_designer .aml__s_desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.aml__productinner .aml__s_main {
    display: flex;
    flex-direction: row;
}

.aml__productinner .aml__s_main .aml__s_left,
.aml__productinner .aml__s_main .aml__s_right {
    flex: 0 0 50%;
}

.aml__productinner .aml__s_main .aml__s_left {
    padding-right: 0.5rem;
}

.aml__productinner .aml__s_main .aml__s_right {
    padding-left: 0.5rem;
}

.aml__productinner .aml__s_control .aml__s_tabs {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}

.aml__productinner .aml__s_control .aml__s_tabs .aml__s_tab .aml__s_tab_inner {
    background: #F6F6F6;
    padding-top: .8rem;
    padding-bottom: .8rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-family: system-ui;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: #A5A5A5;
    margin-right: 1rem;

}

.aml__productinner .aml__s_control .aml__s_tabs .aml__s_tab {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.aml__productinner .aml__s_control .aml__s_tabs .aml__s_tab .aml__s_coner {
    content: " ";
    width: 15px;
    right: 2px;
    top: -2px;
    bottom: -5px;
    position: absolute;
    -webkit-border-top-right-radius: 50px;
    -moz-border-radius-topright: 50px;
    border-top-right-radius: 50px;
    transform: rotate(-10deg);
    background: #F6F6F6;
    box-shadow: 4px 0 5px rgba(0, 0, 0, .1);

}

.aml__productinner .aml__s_control .aml__s_tabs .aml__s_tab {
    background: #F6F6F6;
}

.aml__productinner .aml__s_control .aml__s_tabs .aml__s_tab:last-child {
    background-color: white;
}

.aml__productinner .aml__s_control .aml__s_tabs .aml__s_tab:last-child .aml__s_coner {
    box-shadow: unset;
}

.aml__productinner .aml__s_control .aml__s_tabs .aml__s_tab.aml__s_active .aml__s_tab_inner,
.aml__productinner .aml__s_control .aml__s_tabs .aml__s_tab.aml__s_active .aml__s_coner {
    background: #F5F1E9;
    color: #C19557;
}

.aml__productinner .aml__s_control .aml__s_tab_content {
    background: #F5F1E9;
}

.aml__productinner .aml__s_control {
    display: flex;
    flex-direction: column;
}

.aml__productinner .aml__s_control .aml__s_tab_page {
    padding: 1rem;
    display: none !important;
}

.aml__productinner .aml__s_control .aml__s_tab_page.aml__s_active {
    display: flex !important;
    flex-direction: column;
}

.aml__productinner .aml__s_control .aml__s_tab_page:first-child {
    display: flex;
    flex-direction: row;
}

.aml__productinner .aml__s_control .aml__s_desc {
    padding-right: 1rem;
}

.aml__productinner .aml__s_control .aml__s_video {
    position: relative;
    padding-left: 1rem;
}

.aml__productinner .aml__s_control .aml__s_video:before {
    border-right: 1px solid #C19557;
    position: absolute;
    left: 0;
    top: 10%;
    bottom: 10%;
    content: "";
}


.aml__productinner .aml__video_col {
    display: none !important;
}

.aml__productinner .aml__video_col.aml__s_active {
    display: flex !important;
}

.aml__productinner .aml__s_video_switch{
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top:0.5rem;
}

.aml__productinner .aml__s_video_switch span {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #303030;
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
}

.aml__productinner .aml__s_video_switch span.aml__s_active {
    color: #c19557;
}

.aml__productinner .aml__s_video_switch span:first-child {
    border-right: 1px solid #c19557;
}



@media (max-width: 960px) {


    .aml__product_container{
        overflow: hidden;
        max-width: 100%!important;
        margin: 0;
    }

    .aml__productinner {
        margin-top: 1rem;
    }

    .aml__productinner .aml__s_mobile{
        display: flex;
    }


    .aml__productinner .aml__s_control .aml__s_desc {

        font-size: var(--text-size-mobile);

    }


    .aml__productinner .aml__s_main {
        flex-direction: column !important;
    }


    .aml__productinner .aml__s_designer {
        flex-direction: column-reverse;
    }


    .aml__productinner .aml__s_designer .aml__s_button {
        justify-content: center;
        margin-bottom: 1rem;
    }

    .aml__productinner .aml__s_galery{
        max-width: 90%;
        margin-left:auto;
        margin-right: auto;
    }

    .aml__productinner .aml__s_galery .aml__s_cover {
        flex: 0 0 100%;

    }

    .aml__productinner .aml__fav_toggle {
        left: 1rem;
        right: unset;


    }

    .aml__productinner .aml__s_control .aml__s_tabs {
        flex-direction: column !important;
    }

    .aml__productinner .aml__s_control .aml__s_tabs .aml__s_tab {
        width: 100%;

    }

    .aml__productinner .aml__s_control .aml__s_tabs .aml__s_tab .aml__s_tab_inner {
        margin-right: 0;
    }

    .aml__productinner .aml__s_control .aml__s_tabs .aml__s_coner {
        display: none;
    }

    .aml__productinner .aml__s_control .aml__s_desc .aml__s_colapse {
        display: none;
    }

    .aml__productinner .aml__s_control .aml__s_desc .aml__s_colapse.aml__s_active {
        display: flex;
        flex-direction: column;
    }

    .aml__productinner .aml__s_control .aml__s_tabs .aml__s_tab .aml__s_tab_inner {
        padding-right: 0 !important;
        margin-right: 0 !important;
    }

    .aml__productinner .aml__s_colapse_show {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding-bottom: 0.5rem;
        color: #C19557;
        font-size: .95rem;
        width: 100%;
    }

    .aml__productinner .aml__s_control .aml__s_tab_page {
        flex-direction: column;
    }

    .aml__productinner .aml__s_main .aml__s_left,
    .aml__productinner .aml__s_main .aml__s_right {
        flex: 0 0 100%;
        padding: 0;
    }

    .aml__productinner .aml__s_main .aml__s_left{
        min-height: 320px;
    }

    .aml__productinner .aml__s_main .aml__s_thumbs{
        min-height: 295px;
    }

    .aml__productinner .aml__s_galery .aml__s_cover {
        display: none;
    }

    .aml__productinner .aml__s_galery {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: unset;
        position: relative
    }

    .aml__productinner .aml__s_galery .aml__s_thumbs {
        flex-flow: row nowrap;
        flex: 0 0 100%;
        max-width: 100%;
        margin: auto;
        padding-right: 0
    }

    .aml__productinner .aml__s_galery .aml__s_thumbs .aml__s_thumb {
        flex: 0 0 100%;
    }

    .aml__productinner .aml__s_galery .aml__s_thumbs .aml__s_thumb img {
        display: block;
        border-radius: 1rem;
        overflow: hidden
    }

    .aml__productinner .aml__s_galery .aml__s_thumbs .aml__s_thumb:hover:before {
        display: none !important
    }

    .aml__productinner .aml__s_galery .aml__s_thumbs .aml__s_thumb.aml__active img {
        border: 1px solid #fff
    }

    .aml__productinner .aml__s_galery .aml__s_thumbs .aml__s_thumb a {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        display: block
    }

    .aml__productinner .aml__s_galery .aml__s_points {
        position: absolute;
        z-index: 1;
        display: flex;
        flex-direction: row;
        background: rgba(0, 0, 0, .28);
        bottom: 2rem;
        border-radius: 1rem;
        padding-left: 5px;
        padding-right: 5px
    }

    .aml__productinner .aml__s_galery .aml__s_points .aml__s_point {
        margin-top: 5px;
        margin-bottom: 5px;
        background-color: #fff;
        height: .4rem;
        border-radius: .8rem;
        opacity: 1;
        width: 30px;
        margin-right: 3px;
        margin-left: 3px
    }

    .aml__productinner .aml__s_galery .aml__s_points .aml__s_point.aml__s_active {
        background-color: #4d260b
    }


    /**child**/
    .aml__productinner .aml__s_params {
        padding-left: 0
    }

    .aml__productinner .aml__s_params li {
        display: flex;
        flex-display: row;
        margin-bottom: 1.5rem
    }

    .aml__productinner .aml__s_params li span:first-child {
        flex: 0 0 30%;
        display: flex;
        color: #303030;
        font-family: system-ui;
        font-style: normal;
        font-weight: 600;
        font-size: .95rem;
        line-height: 25px
    }

    .aml__productinner .aml__s_params li span:last-child {
        display: block;
        flex-grow: 1;
        font-family: system-ui;
        font-style: normal;
        font-weight: 400;
        font-size: .95rem;
        line-height: 22px;
        color: #6B6B6B
    }

    .aml__productinner .aml__s_control .aml__s_tab_page:first-child {
        flex-direction: column;
    }

    .aml__productinner .aml__s_control .aml__s_video {
        padding-top: 1rem;
        padding-left: 0;
    }


    .aml__productinner .aml__s_control .aml__s_video:before {
        display: none;
    }

    .aml__productinner .aml__tab_col table {
        min-width: unset !important;
        border: 1px solid #C19557 !important
    }

    .aml__productinner .aml__tab_col table tr td:first-child {
        padding: 10px;
        margin: 0;
        width: 30% !important
    }

    .aml__productinner .aml__tab_col table tr td:last-child {
        padding: 10px;
        margin: 0;
        width: 70% !important
    }

    .aml__productinner .aml__tab_col table tr td:last-child img {
        margin: unset !important;
        width: 100%;
        height: auto
    }


    .aml__productinner .aml__s_control .aml__s_desc {
        padding-left: 0;
        width: unset;
    }

    .aml__productinner .aml__s_control .aml__s_desc {
        padding-right: 0;
    }

}


.aml__actslider_v2 .aml__s_items {
    display: flex;
    flex-flow: row nowrap;
}

.aml__actslider_v2 .aml__s_items .aml__s_item {
    flex: 0 0 33.33%
}

.aml__actslider_v2 .aml__s_items .aml__s_item .aml__s_inner {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    margin: .5rem
}

.aml__actslider_v2 .aml__s_items .aml__s_item .aml__s_inner picture {
    width: 100%
}

.aml__actslider_v2 .aml__s_items .aml__s_item .aml__s_inner .aml__s_image {
    width: 100% !important;
    height: 100% !important
}

.aml__actslider_v2 .aml__s_items .aml__s_item .aml__s_inner .aml__s_content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    padding: 2rem
}

.aml__actslider_v2 .aml__s_items .aml__s_item .aml__s_inner .aml__s_layer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    padding-bottom: .3rem;
    right: 0;
    z-index: 0;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: end
}

.aml__actslider_v2 .aml__s_items .aml__s_item .aml__s_inner .aml__s_layer .aml__s_image {
    width: 80% !important;
    height: auto !important;
    display: block;
    float: right
}

.aml__actslider_v2 .aml__s_items .aml__s_item .aml__s_inner .aml__s_content .aml__s_hover {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.aml__actslider_v2 .aml__s_items .aml__s_item .aml__s_inner .aml__s_content .aml__s_desc {
    flex-grow: 1
}

.aml__actslider_v2 .aml__s_items .aml__s_item .aml__s_inner .aml__s_header {
    margin-bottom: 1.5rem
}

.aml__actslider_v2 .aml__s_items .aml__s_item .aml__s_inner .aml__s_header a {
    font-style: normal;
    font-weight: 700;
    font-size: 1.125rem;
    text-transform: uppercase;
    color: #4d260b
}

.aml__actslider_v2 .aml__s_items .aml__s_item .aml__s_inner .aml__s_content .aml__s_button {
    display: flex;
    flex-grow: 1;
    justify-content: start;
    align-items: end
}

.aml__actslider_v2 .aml__s_items .aml__s_item .aml__s_inner .aml__s_content .aml__s_button a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #c19557;
    color: #fff;
    padding: .75rem 1.25rem;
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    border-radius: 5px
}

.aml__actslider_v2 .aml__s_items .aml__s_item .aml__s_inner .aml__s_content .aml__s_button a img {
    margin-right: .5rem
}

.aml__actslider_v2 .aml__s_items .aml__s_item .aml__s_inner .aml__s_content .aml__s_button a:hover {
    background: #4d260b
}

.aml__actslider_v2 {
    position: relative
}

@media (max-width: 960px) {


    .aml__actslider_v2 {
        overflow: visible;
        width: 90%;
        margin: auto;
        padding-bottom: 1rem
    }

    .aml__actslider_v2 .aml__s_items {
        flex-flow: row nowrap;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 1.5rem;

    }

    .aml__actslider_v2 .aml__s_items .aml__s_item {
        flex: 0 0 100%
    }

    .aml__actslider_v2 .aml__s_items .aml__s_item .aml__s_inner .aml__s_image {
        border-radius: 1rem
    }

    .aml__actslider_v2 .aml__s_items .aml__s_item .aml__s_inner .aml__s_content {
        padding: 1rem
    }

    .aml__actslider_v2 .aml__s_items .aml__s_item .aml__s_inner .aml__s_content .aml__s_header {
        padding: 1rem;
        position: relative
    }

    .aml__actslider_v2 .aml__s_items .aml__s_item .aml__s_inner .aml__s_content .aml__s_header:before {
        content: " ";
        position: absolute;
        display: block;
        border-bottom: 1px solid #4d260b;
        width: 6.25rem;
        margin: 1rem;
        bottom: -.2rem;
        left: 0
    }

    .aml__actslider_v2 .aml__s_items .aml__s_item .aml__s_inner .aml__s_header {
        margin-bottom: 0
    }

    .aml__catslider_v2 .aml__s_items .aml__s_item .aml__s_inner .aml__s_content .aml__s_header a {
        ont-style: normal;
        font-weight: 700;
        font-size: 1.36rem;
        letter-spacing: .05em;
        color: #4d260b;
        font-family: "serif"
    }

    .aml__actslider_v2 .aml__s_items .aml__s_item .aml__s_inner .aml__s_content .aml__s_hover {
        background-color: rgba(255, 255, 255, 0);
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        opacity: 1;
        padding: 0 1rem 1rem
    }

    .aml__actslider_v2 .aml__s_items .aml__s_item .aml__s_inner .aml__s_layer .aml__s_image {
        width: 100%;
        height: auto;
        display: block;
        float: right
    }

    .aml__actslider_v2 .aml__s_items .aml__s_item .aml__s_inner .aml__s_content .aml__s_button {
        display: none
    }

   
}

@media screen and (max-width: 390px) {
    .aml__actslider_v2 .aml__s_items .aml__s_item .aml__s_inner .aml__s_content .aml__s_button a, .aml__actslider_v2 .aml__s_items .aml__s_item .aml__s_inner .aml__s_content .aml__s_desc, .aml__actslider_v2 .aml__s_items .aml__s_item .aml__s_inner .aml__s_header a {
        font-size: .95rem
    }

    .aml__actslider_v2 .aml__s_items .aml__s_item .aml__s_inner .aml__s_content .aml__s_hover {
        padding-top: 0
    }
}.aml__title .aml__s_left,.aml__title .aml__s_right{border:1px solid #4d260b!important;min-width:6.25rem}.aml__title *,.aml__title .aml__subheader{font-style:normal;font-weight:400;text-align:center}.elementor-widget-rb_amlheader{margin-bottom:0!important}.elementor-widget-rb_amlheader .elementor-widget-container{margin-top:0!important}.aml__title .aml__s_center *{margin-top:0;margin-bottom:0}.aml__title{padding-top:1.5rem;padding-bottom:1rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.aml__title .aml__title_header{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-bottom:.8rem}.aml__title .aml__s_left{margin-right:1rem}.aml__title .aml__s_right{margin-left:1rem}.aml__title .aml__s_center{width:fit-content}.aml__title *{color:#c19557;border:unset!important}.aml__title h1{font-size:2.8rem;line-height:2.8rem;font-family:serif}.aml__title h2{font-size:2.5rem;line-height:1.8rem!important;font-family:serif}.aml__title h3{font-size:2rem;line-height:2rem;font-family:serif}.aml__title .aml__subheader{font-size:.95rem;text-transform:uppercase;color:#585858}@media (max-width:960px){.aml__title{max-width:22rem;margin:auto}.aml__title h1{font-size:1.8rem;line-height:1.8rem;margin-bottom:0}.aml__title h2{font-size:1.5rem;line-height:1.5rem;margin-bottom:0}.aml__title h3{font-size:1.2rem;line-height:1.2rem;margin-bottom:0}.aml__title .aml__subheader{font-size:.95rem;padding-left:1.25rem;padding-right:1.25rem}.aml__title .aml__s_left{margin-right:1rem}.aml__title .aml__s_right{margin-left:1rem}.aml__title .aml__s_left,.aml__title .aml__s_right{min-width:3.125rem}.aml__title.alm__mob_nostripe{max-width:unset}.aml__title.alm__mob_nostripe .aml__s_left,.aml__title.alm__mob_nostripe .aml__s_right{display:none}}

.aml__catloadmore .aml__s_itemp_global.aml__s_hidden {
    display: none;
}


.aml__catloadmore .aml__s_loadmore {
    flex-grow: 1;
    margin-bottom: 24px;
}

.aml__catloadmore .aml__s_loadmore .aml__s_load {

    display: flex;
    justify-content: center;
    width: 100%;
    border: 1px solid black;
    color: black;
    border-radius: 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    padding: 0.75rem 1.25rem;
    cursor: pointer;
}


.aml__catloadmore .aml__s_loadmore .aml__s_load:hover {
    background: #4D260B;
    color: white;
}


.aml__catloadmore .aml__s_loadarea{
    display: flex;
    flex-flow: row wrap;
    gap:1rem;
    margin-bottom:2rem;
}

.aml__catloadmore .aml__s_loadarea .aml__s_itemp_global {
    flex: 0 0 calc((100% - 3rem) / 4);
}

@media (max-width: 960px) {

    .aml__catloadmore .aml__s_loadarea .aml__s_itemp_global {
        flex: 0 0 100%;
    }

    .aml__catloadmore > .aml__s_loadarea{
        max-width: 100% !important;
    }

}    /**astag**/
.aml__t_itemts {
    display: inline-flex;
    width: fit-content;
    padding-bottom: 0.5rem;
    padding-right: 0.5rem;

}

.aml__t_itemts .aml__t_itemt a {
    display: flex;
    justify-content: center;
    margin-right: 0.5rem;
    border: 1px solid #303030;
    text-transform: uppercase;
    font-size: 0.95rem;
    color: #303030;
    padding: 0.5rem 1rem;
    margin-bottom: 0.5rem;
    width: fit-content;
}

.aml__t_itemts .aml__t_itemt a:hover {
    border: 1px solid #4D260B;
    background-color: #4D260B;
    color: white;
}
.aml__formline{
    overflow: hidden;
    position: relative
}


.aml__formline .aml__s_back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.aml__formline .aml__s_back  img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.aml__formline .aml__container {
    position: relative;
    z-index: 1
}

.aml__formline {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
    background-color: #f5f1e9
}

.aml__formline .aml__s_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 0 0 50%
}

.aml__formline .aml__s_left .aml__s_split {
    border-bottom: 1px solid #4d260b;
    width: 6.25rem;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.aml__formline .aml__s_left .aml__s_header {
    font-family: "serif";
    font-style: normal;
    font-weight: 700;
    font-size: 3rem;
    color: #4d260b
}

.aml__formline .aml__s_left .aml__s_text {
    font-style: normal;
    font-weight: 400;
    font-size: 1.25rem;
    color: #454545;
    flex-grow: 1;
    margin-bottom: .5rem
}

.aml__formline .aml__s_left .aml__s_subtext {
    font-style: normal;
    font-weight: 400;
    font-size: .95rem;
    color: #303030;
    display: flex;
    align-items: center
}

.aml__formline .aml__s_left .aml__s_accept {
    margin-right: .5rem
}

.aml__formline .aml__s_left .aml__s_subtext a {
    color: #c19557
}

.aml__formline .aml__s_right {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 50%
}

.aml__formline .aml__s_right .wpcf7-form {
    display: flex;
    flex-direction: column
}

.aml__formline .aml__s_right .wpcf7-form .aml__s_group {
    display: flex;
    flex-direction: row;
    align-items: center
}

.aml__formline .aml__s_right .wpcf7-form .aml__s_group .aml__s_input {
    padding-right: 3.12rem;
    flex-grow: 1;
    position: relative
}

.aml__formline .aml__s_right .wpcf7-form .aml__s_group .aml__s_input:last-child{
    margin-bottom: 0;
}

.aml__formline .aml__s_right .wpcf7-form .aml__s_group .wpcf7-text {
    border: unset;
    font-size: 16px;
    background: 0 0;
    border-bottom: 1px solid #4d260b
}

.aml__formline .aml__s_right .wpcf7-form .aml__s_group .wpcf7-text:active, .aml__formline .aml__s_right .wpcf7-form .aml__s_group .wpcf7-text:focus, .aml__formline .aml__s_right .wpcf7-form .aml__s_group .wpcf7-text:hover {
    border: unset !important;
    background: 0 0 !important;
    border-bottom: 1px solid #4d260b !important;
    outline: 0 !important
}

.aml__formline .aml__s_right .wpcf7-form .aml__s_group .aml__s_input label {
    position: absolute;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    color: #b6b6b6;
    text-transform: uppercase;
    transition: .3s ease-out;
    top: 0
}

.aml__formline .aml__s_right .wpcf7-form .aml__s_group .aml__s_input:focus-within label {
    top: -100%
}

.aml__formline .aml__s_right .wpcf7-form .aml__s_group .amm__s_notempty label {
    top: -100% !important
}

.aml__formline .aml__s_right .wpcf7 {
    flex-grow: 1
}

.aml__formline .aml__s_right .wpcf7 input {
    width: 100%
}

.aml__formline .aml__s_important label:before {
    content: "*";
    color: red;
    z-index: 5;
    margin-right: 5px
}

.aml__formline .wpcf7-response-output {
    text-align: center
}

.aml__formline .wpcf7-submit {
    display: flex;
    border-radius: 5px;
    width: fit-content;
    font-style: normal;
    font-weight: 700;
    font-size: 1.125rem;
    padding: .75rem 1.25rem;
    justify-content: center;
    align-items: center;
    background: #c19557;
    color: #fff;
    border: 1px solid #c19557;
    text-transform: uppercase
}

.aml__formline .wpcf7-submit:hover {
    background: #4d260b;
    color: #fff;
    border: 1px solid #4d260b
}

.aml__formline .aml__s_inner {
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    flex-direction: row
}

.aml__formline .wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    bottom: -22px;
    font-size: .8rem
}

.aml__small_form .aml__formline .aml__s_left .aml__s_header {
    font-size: 2rem
}

@media (max-width: 1400px) {
    .aml__formline .aml__s_right .wpcf7-form .aml__s_group .aml__s_input {
        padding-right: 1rem
    }
}

@media (max-width: 960px) {
    .aml__formline{
        padding-bottom: 0;
    }

    .aml__formline .aml__s_inner {
        flex-direction: column
    }

    .aml__formline .aml__s_left, .aml__formline .aml__s_right {
        flex: 0 0 100%;
        padding-bottom: 0.85rem;
    }

    .aml__formline .aml__s_left .aml__s_header {
        font-size: 1.56rem;
        margin-bottom: 1.25rem
    }

    .aml__formline .aml__s_left .aml__s_text {
        font-size: 1rem;
        margin-bottom: 1.25rem
    }

    .aml__formline .aml__s_left .aml__s_subtext {
        margin-bottom: 1.25rem
    }

    .aml__formline .aml__s_right .wpcf7-form .aml__s_group {
        flex-direction: column;
        padding: .75rem
    }

    .aml__formline .aml__s_right .wpcf7-form .aml__s_group .aml__s_input label {
        font-size: 1rem
    }

    .aml__formline .aml__s_right .wpcf7-form .aml__s_group .aml__s_input {
        padding-right: unset;
        margin-bottom: 0;
        width: 100%;
        margin-bottom: 1.87rem;
    }

    .aml__formline .aml__s_split, .aml__formline .screen-reader-response, .aml__formline .wpcf7 form .wpcf7-response-output {
        display: none
    }

    .aml__formline .wpcf7-submit {
        font-size: .95rem
    }

    .aml__s_subtext {
        display: flex;
        flex-display: row
    }

    .aml__s_subtext img {
        align-self: center
    }

    .aml__formline .wpcf7-not-valid-tip {
        position: relative !important
    }

    .aml__formline .aml__s_back img {
        height: 100%;
        object-fit: cover;
        height: 100%;

    }

    .elementor-widget-rb_amlform .aml__container {
        max-width: 100% !important
    }
}
.elementor-widget-rb_amlcrosslink{
    margin-bottom: 0px!important;
}

.elementor-widget-rb_amlcrosslink .elementor-widget-container{
    margin-top: 0!important;
}


.aml__crosslinlk {
    display: flex;
    flex-direction: row;
    margin-bottom: 3rem;
    margin-left: 1rem;
    margin-right: 1rem;
}

.aml__crosslinlk .aml__s_link {
    flex: 0 0 25%;
    border-left: 1px solid #4D260B;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 1rem 1.5rem;
}

.aml__crosslinlk .aml__s_link a img {
    padding-right: 1rem;
}

.aml__crosslinlk .aml__s_link a {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
    color: #c19557;

}

.aml__crosslinlk .aml__s_link a:hover {
    color: #4D260B;
}

.aml__title a {
    color: #4D260B;
}

.aml__crosslinlk .aml__s_link a{
    display: inline-flex;
    align-items: center;
}


@media (max-width: 1400px) {
    .aml__crosslinlk .aml__s_link {
        flex: 0 0 33%;
    }
}


@media (max-width: 768px) {
    .aml__crosslinlk {
        flex-direction: column;
    }

    .aml__crosslinlk .aml__s_link {
        flex: 0 0 100%;
        margin-bottom: 0.5rem;
    }

}

/**window**/

#amlQuizModal {
    z-index: 200001 !important;
}

#amlQuizModal .aml__s_wrap {
    padding: 0 !important;
    position: relative;
    min-height: 95dvh;
}

#amlQuizModal .aml__s_wrap .aml__s_inner {
    height: 100%;
    border-radius: 0.5rem;
    overflow: hidden;
    margin: 0.5rem;
}
#amlQuizModal .aml__quiz,
#amlQuizModal .aml__s_content,
#amlQuizModal .aml__quiz_area,
#amlQuizModal .aml__container {
    height: 100%;
}



.aml__quiz_area .aml__container {
    position: relative;
    max-width: 100% !important;
}

#amlQuizModal .aml__s_close_quiz {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 800 !important;
    font-size: 32px !important;
    line-height: 32px;
    width: 32px;
    cursor: pointer;
    background: white;
    border: 1px solid black;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    color: #999999;
}

#amlQuizModal .aml__s_close_quiz:hover {
    color: #4d260b;
}


.aml__swiper_quiz {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.aml__quiz .swiper-wrapper, .aml__quiz .swiper-slide {
    flex-grow: 1;
}


/**start**/
.aml__quiz_area .aml__s_start_screen {
    background: white;
    background-color: white;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 600;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-size: cover !important;
    background-position: center center !important;
}

.aml__quiz_area .aml__s_start_screen .aml__s_left,
.aml__quiz_area .aml__s_start_screen .aml__s_right {
    flex: 0 0 50%;
    position: relative;
    padding: 2rem;
}


.aml__quiz_area .aml__s_start_screen .aml__s_right .aml__f_title {
    font-size: calc(24px + 16 * (100vw / 1920));
    font-weight: 400;
    font-family: Serif;
    margin-bottom: 1rem;
    color: rgb(193, 149, 87);
}

.aml__quiz_area .aml__s_start_screen .aml__s_right .aml__f_text {
    font-size: calc(14px + 16 * (100vw / 1920));
    font-style: normal;
    font-weight: 400;
    margin-bottom: 1rem;
    color: #585858;
}

.aml__quiz_area .aml__s_start_screen .aml__s_left .aml__s_img_fon {
    width: 100%;
    height: auto;
}

.aml__quiz_area .aml__s_start_screen .aml__s_left .aml__s_img_ico {
    width: 30%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;

}

.aml__quiz_area .aml__s_start_screen .aml__s_right .aml__f_button {
    margin-top: 2rem;
    padding: 1rem;
    background: #c19557;
    display: flex;
    border-radius: 5px;
    color: #fff;
    justify-content: center;
    align-items: center;
    border: 1px solid #c19557;
    text-transform: uppercase;
    font-size: 1rem;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.aml__quiz_area .aml__s_start_screen .aml__s_right .aml__f_button:before {
    z-index: 5;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 45px;
    transform: skewX(-45deg);
    animation: flareAnimation;
    left: -150%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
    animation: flareAnimation 3s infinite linear;
}

.aml__quiz_area .aml__s_start_screen .aml__f_not_show {
    margin-top: 1rem;
    color: gray;
    width: 100%;
    text-align: center;
    padding: 1rem;
    cursor: pointer;
}

.aml__quiz_area .aml__s_start_screen .aml__f_not_show:hover {
    text-decoration: underline;
}

@keyframes flareAnimation {
    0% {
        left: -150%;
    }
    100% {
        left: 150%;
    }
}

.aml__quiz_area .aml__s_start_screen .aml__s_right .aml__f_button:hover {
    background: #4d260b;
}


/**quiz**/


.aml__quiz {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.aml__quiz.aml__quiz_hide {
    opacity: 0;
}

.aml__quiz .swiper {
    flex-grow: 1;
    display: flex;
}

.aml__quiz .swiper-wrapper {
    display: flex;
    flex-direction: row;
}


.aml__quiz .swiper-wrapper,
.aml__quiz .swiper-slide {
    height: unset !important;
}

.aml__quiz .swiper-slide {
    display: flex;
    flex-direction: column;
    flex: 0 0 100%;
}

.aml__quiz .aml__qs_page {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}


.aml__quiz .aml__qs_page .aml__qs_variants {
    display: flex;
    flex-flow: row wrap;
    flex-grow: 1;
}


/**header**/

.aml__quiz .aml__qs_page .aml__qs_title {
    display: flex;
    flex-direction: row;
    color: #363636;
    margin-bottom: 0.25rem;
    flex-direction: column;
    padding: 0.5rem;
    margin-right: 6rem;
}

.aml__quiz .aml__qs_page .aml__qs_title .aml__qs_text {
    font-size: calc(20px + 8 * (100vw / 1920));
    font-family: serif;
    color: #C19557;
    margin-bottom: 0.5rem;
}

.aml__quiz .aml__qs_number {
    position: absolute;
    right: 1rem;
    top: 0;
    z-index: 5;
    width: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.aml__quiz .aml__qs_number span {
    font-size: calc(24px + 8 * (100vw / 1920));
    font-weight: bold;
    color: #4d260b;
    padding-right: 0.1rem;
    font-family: serif;
}

.aml__quiz .aml__qs_number span:first-child {
    font-size: calc(48px + 8 * (100vw / 1920));
    font-weight: bold;
    color: #4d260b;
    padding-left: 0.1rem;

}


.aml__quiz .aml__qs_page .aml__qs_skip {
    font-size: calc(14px + 8 * (100vw / 1920));
    color: #363636;
    font-family: system-ui;
    background: #ecdfcf;
    border: 1px solid #c3b1a0;
    display: inline-flex;
    width: fit-content;
    padding: 0.5rem;
    border-radius: 0.5rem;
}

.aml__quiz .aml__qs_skip.aml__qs_invisible {
    display: none;
}

/**variant img**/

.aml__qs_variant_img {
    padding: 0.5rem;
    display: flex;
    flex: 0 0 33.33%;
    flex-direction: column;
}


.aml__qs_variant_img .aml__qs_check {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.aml__qs_variant_img .aml__qs_check span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    background: white;
    border-radius: 50%;
    border: 3px solid #dcdcdc;
    margin-top: -1rem;
}

.aml__qs_check span svg {
    stroke: #dcdcdc;
    transition: 0.3s ease-in-out;
}


.aml__qs_variant_img .aml__qs_img {
    flex-grow: 1;
    border-radius: 0.5rem;
    border: 2px solid lightgrey;
    background-size: cover !important;
    background-position: center center !important;
    filter: grayscale(100%);
    transition: 0.3s ease-in-out;
    position: relative;
    z-index: 1;
}

.aml__qs_variant_img .aml__qs_name {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    font-size: calc(14px + 8 * (100vw / 1920));
    color: #363636;
    font-family: system-ui;
    padding: 0.5rem;
}

.aml__qs_variant_img:hover .aml__qs_img {
    filter: unset;
}


.aml__qs_variant_img.aml__qs_active .aml__qs_img {
    border: 3px solid #C19557;
}

.aml__qs_variant_img.aml__qs_active .aml__qs_img {
    filter: unset;

}


.aml__qs_variant_img.aml__qs_active .aml__qs_check span svg {
    stroke: white;
}

.aml__qs_variant_img.aml__qs_active .aml__qs_check span {
    border: 3px solid #C19557;
    background: #C19557;
}


/**variant text**/


.aml__qs_variant_text {
    padding: 0.5rem;
    flex: 0 0 calc(50% - 2rem);
    display: flex;
    flex-direction: column;
}


.aml__qs_variant_text .aml__qs_inner {
    border-radius: 1rem;
    overflow: hidden;
    border: 3px solid #dcdcdc;
    display: flex;
    flex-direction: row;
    justify-content: start;
    padding: 2rem;
    align-items: center;
    transition: 0.3s ease-in-out;
}

.aml__qs_variant_text .aml__qs_check span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    background: white;
    border-radius: 50%;
    border: 3px solid #dcdcdc;
    margin-right: 2rem;
}

aml__qs_variant_text .aml__qs_check span svg {
    stroke: #dcdcdc;
    transition: 0.3s ease-in-out;
}

.aml__qs_variant_text .aml__qs_name {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    font-size: 28px;
    color: #363636;
    font-family: system-ui;

}


.aml__qs_variant_text:hover .aml__qs_inner {
    background: whitesmoke;
}

.aml__qs_variant_text:hover .aml__qs_check span svg {
    stroke: #C19557;
}


.aml__qs_variant_text.aml__qs_active .aml__qs_inner {
    border: 3px solid #C19557;
    background: whitesmoke;
}

.aml__qs_variant_text.aml__qs_active .aml__qs_check span svg {
    stroke: white;
}

.aml__qs_variant_text.aml__qs_active .aml__qs_check span {
    border: 3px solid #C19557;
    background: #C19557;
}


/**variant input**/
.aml__qs_variant_input {
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    padding: 0.5rem;
}

.aml__qs_variant_input .aml__qs_input {
    width: 100%;
    padding: 0.85rem;
    font-size: 1.5rem;
    border-radius: 1rem;
    border: 1px solid #dcdcdc;
}


.aml__qs_variant_input .aml__qs_name {
    margin-bottom: 1rem;
    font-size: calc(18px + 8 * (100vw / 1920));
    color: #363636;
    font-family: system-ui;
}


/**aml__qs_qcontrols**/
.aml__quiz .aml__qs_qcontrols {
    display: flex;
    flex-direction: row;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

.aml__quiz .aml__qs_invisible {
    opacity: 0 !important;
}


.aml__quiz .aml__qs_qcontrols .aml__qs_center {
    flex-grow: 1;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

.aml__quiz .aml__qs_qcontrols .aml__qs_left,
.aml__quiz .aml__qs_qcontrols .aml__qs_right {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.aml__quiz .aml__qs_qcontrols .aml__qs_right {
    padding-right: 1.5rem;
}

.aml__quiz .aml__qs_qcontrols .aml__qs_left {
    padding-left: 1.5rem;
}

.aml__quiz .aml__qs_qcontrols .aml__qs_left .aml__qs_prev,
.aml__quiz .aml__qs_qcontrols .aml__qs_right .aml__qs_next {
    display: block;
    height: 3rem;
    line-height: 3rem;
    background: #dcdcdc;
    border-radius: 4px 1px 1px 4px;
    text-align: center;
    color: #363636;
    font-weight: 500;
    position: relative;
    font-size: 1.2rem;
    font-family: system-ui;
    text-indent: 4px;
    padding-left: 2rem;
    padding-right: 2rem;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.aml__quiz .aml__qs_qcontrols .aml__qs_right .aml__qs_next {
    pointer-events: none !important;
}

.aml__quiz .aml__qs_qcontrols .aml__qs_right .aml__qs_next.aml__qs_go {
    pointer-events: auto !important;
}


.aml__quiz .aml__qs_qcontrols .aml__qs_left .aml__qs_prev:after,
.aml__quiz .aml__qs_qcontrols .aml__qs_right .aml__qs_next:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #dcdcdc;
    border-width: 1.5rem;
    margin-top: -1.5rem;
    transition: 0.3s ease-in-out;
}

.aml__quiz .aml__qs_qcontrols .aml__qs_right .aml__qs_next:after {
    margin-left: -1px;
}

.aml__quiz .aml__qs_qcontrols .aml__qs_left .aml__qs_prev:after {
    left: -2.9rem;
    transform: rotateY(180deg);
}


.aml__quiz .aml__qs_qcontrols .aml__qs_left .aml__qs_prev:hover,
.aml__quiz .aml__qs_qcontrols .aml__qs_right .aml__qs_next:hover {
    background: #C19557;
    color: white;
}

.aml__quiz .aml__qs_qcontrols .aml__qs_right .aml__qs_next.aml__qs_go {
    background: #C19557;
    color: white;
}

.aml__quiz .aml__qs_qcontrols .aml__qs_right .aml__qs_next.aml__qs_go:after {
    border-left-color: #C19557;
}

.aml__quiz .aml__qs_qcontrols .aml__qs_left .aml__qs_prev:hover:after,
.aml__quiz .aml__qs_qcontrols .aml__qs_right .aml__qs_next:hover:after {
    border-left-color: #C19557;
}

.aml__quiz .aml__qs_qcontrols .aml__qs_center .aml__qs_dot {
    font-family: system-ui;
    font-size: 1rem;
    aspect-ratio: 1 / 1;
    display: inline-flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 1rem;
    padding: 1.2rem;
    height: 1rem;
    border: 1px solid #dcdcdc;
    background: #dcdcdc;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.aml__quiz .aml__qs_qcontrols .aml__qs_center .aml__qs_dot.aml__qs_active {
    border: 1px solid #C19557;
    background: #C19557;
    color: white;
}

.aml__quiz .aml__qs_qcontrols .aml__qs_center .aml__qs_split {
    display: inline-flex;
    border-bottom: 3px solid #dcdcdc;
    width: 1.5rem;
}


/**form**/
.quiz_s_textarea {
    display: none;
}


.aml__quiz .st__s_form {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    flex: 0 0 100%;
    padding: 0.5rem;
}

.aml__quiz .st__s_form .st__s_text {
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    color: #4d260b;
    font-family: "serif";
    margin-bottom: 1rem;
}

.aml__quiz .aml__form .wpcf7-submit {
    margin-top: 1rem;
}

.aml__quiz .aml__qs_socials {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.aml__quiz .aml__qs_socials .aml__qs_soctext {
    font-style: normal;
    font-weight: 400;
    font-size: 1.25rem;
    color: #4d260b;
    font-family: "serif";
    margin-bottom: 1rem;
}

.aml__quiz .aml__qs_socials .aml__soc_items {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.aml__quiz .aml__qs_socials .aml__qs_soc_item {
    border: 1px solid #d8d8d8;
    display: flex;
    flex-direction: column;
    width: 100px;
    height: 70px;
    padding: 1rem;
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #454545;
}

.aml__quiz .aml__qs_soc_item:hover {
    border: 1px solid rgba(193, 149, 87);
}

.aml__quiz .aml__qs_soc_item.aml__qs_active {
    background: rgba(193, 149, 87, 0.1);
    border: 1px solid rgba(193, 149, 87);
}

.aml__quiz .aml__qs_socials .aml__qs_soc_item img {
    margin-bottom: 0.5rem;
    width: 30px;
    height: 30px;
}

.aml__quiz .st__s_cf {
    position: relative;
    padding-bottom: 50px;
}


.aml__quiz .st__s_cf .aml__qs_rows {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin-bottom: 2rem;

}

.aml__quiz .st__s_cf .wpcf7-response-output {
    position: absolute;
}

#amlQuizModal .aml__s_close_quiz {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 800 !important;
    font-size: 32px !important;
    line-height: 32px;
    width: 32px;
    cursor: pointer;
    background: white;
    border: 1px solid black;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    color: #999999;
}


@media (max-width: 960px) {

    /*.aml__quiz {
        min-height: auto;
        max-height: 100;
    }*/
    .aml__quiz .aml__qs_socials .aml__soc_items {
        flex-flow: row wrap;
        justify-content: center;
    }

    .aml__quiz .aml__qs_soc_item:first-child {
        width: 100%;
    }


    .aml__quiz .swiper {
        overflow: hidden;
    }

    .aml__quiz .aml__qs_page {
        flex-grow: unset;
        overflow-y: scroll;
    }

    .aml__quiz .aml__qs_qcontrols {
        padding-bottom: 1.5rem;
    }


    .aml__qs_variant_img {
        flex: 0 0 50%;
    }


    .aml__quiz .aml__qs_page .aml__qs_skip {
        padding: 0.25rem;
    }


    .aml__quiz_area .aml__s_start_screen {
        flex-direction: column;
    }

    .aml__quiz_area .aml__s_start_screen .aml__s_left {
        padding-bottom: 0;
    }

    .aml__quiz_area .aml__s_start_screen .aml__s_right {
        padding-top: 0;
    }


    #amlQuizModal .aml__s_wrap .aml__s_inner {
        min-height: unset;
        max-height: unset;

        border-radius: 0.5rem;
        overflow: hidden;
        margin: 0.5rem;
    }

    .aml__quiz_area .aml__container {
        position: relative;
        max-width: 100% !important;
        min-height: unset;
        max-height: unset;
    }


    .aml__qs_variant_text {
        flex: 0 0 100%;
        width: 100%;
    }

    .aml__qs_variant_text .aml__qs_name {
        font-size: 0.95rem;
    }

    .aml__qs_variant_text .aml__qs_inner {
        padding: 1rem;
    }


    .aml__qs_variant_input .aml__qs_name {
        font-size: calc(18px + 8 * (100vw / 1920));
    }

    .aml__qs_variant_input .aml__qs_input {
        font-size: calc(16px + 8 * (100vw / 1920));
    }

    .aml__quiz .aml__qs_qcontrols {
        flex-flow: row wrap;
        margin-bottom: 1rem;
    }

    .aml__quiz .aml__qs_qcontrols .aml__qs_center {
        order: 1;
        flex: 0 0 100%;
        margin-bottom: 1rem;
        padding-top: 1rem;
    }

    .aml__quiz .aml__qs_qcontrols .aml__qs_left {
        order: 2;
        margin-left: -2rem;
        flex-grow: 1;
    }

    .aml__quiz .aml__qs_qcontrols .aml__qs_right {
        order: 3;
        flex-grow: 1;
        margin-right: -2rem;
    }

    .aml__quiz .aml__qs_qcontrols .aml__qs_center .aml__qs_split {
        width: 0.5rem;
    }

    .aml__quiz .wpcf7-response-output {
        display: none;
        opacity: 0;
    }

    .aml__quiz .aml__swiper_quiz  {
        max-height: calc(var(--vh, 1vh) * 75);
        overflow: hidden;
    }
    .aml__quiz .swiper-slide{
        max-height: calc(var(--vh, 1vh) * 75);
    }



    .aml__qs_variant_img .aml__qs_img {
        min-height: calc(var(--vh, 1vh) * 18);
        max-height: calc(var(--vh, 1vh) * 18);
    }
    .aml__quiz .aml__qs_qcontrols{
        flex-flow: row wrap;
        margin-bottom: 1rem;
        flex-grow: 1;
        justify-content: end;
        align-items: end;
    }

}/*
Theme Name: Amelistudio V2.2
Theme URI: https://amelistudio.com/
Author: Amelistudio
Author URI:https://amelistudio.com/
Description: Amelistudio (native wordpress no elementor).
Version: 2.0.0
License: GPL
Text Domain: amelistudio
Tags: advisor, attorney, corporate accountant, consulting, consultant, finance, insurance, invest, investment, investor, mutual funds, pensions, retirement, saving, trading
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@charset "UTF-8";

:root {
    --subheader-size: 21px;
    --subheader-color: #C19557;
    --text-size: 15px;
    --text-size-mobile: 13px;
    --text-color: #6B6B6B;
    --href-color: #C19557;
    --href-hover: #4D260B;
    --border-color: #C19557;
}

* {
    box-sizing: border-box;
}



html {
    background-color: #F4EFE7;
    min-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 14px;
    font-family: "system-ui"
}

body {
    padding: 0 !important;
    margin: 0 !important;
    overflow-x: hidden;
    font-size: 14px !important
}

.search,
.error404 {
    background: #f5f1e9;
}

.grecaptcha-badge{
    display: none!important;
}

.wpcf7-spinner{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0!important;
}
.aml__small_form{
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
}

.aml__small_form .aml__form{
    border: 1px solid lightgray;
    border-radius: 0.5rem;
}


@media (max-width: 960px) {

    .aml__small_form{
        max-width: 100%;
        padding-left: 8px;
        padding-right: 8px;


    }

}



    #site-content {
    padding-top: 9rem !important
}


a {
    text-decoration: none;
    cursor: pointer;
    color: #C19557;
}

/**container**/

.aml__container {
    width: 100%;
    max-width: 95%;
    margin-right: auto;
    margin-left: auto;
}


.aml__container_fluid {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}

/**title**/

.aml__title .aml__s_left, .aml__title .aml__s_right {
    border: 1px solid #4d260b !important;
    min-width: 6.25rem
}

.aml__title *, .aml__title .aml__subheader {
    font-style: normal;
    font-weight: 400;
    text-align: center
}

.elementor-widget-rb_amlheader {
    margin-bottom: 0 !important
}

.elementor-widget-rb_amlheader .elementor-widget-container {
    margin-top: 0 !important
}

.aml__title .aml__s_center * {
    margin-top: 0;
    margin-bottom: 0
}

.aml__title {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.aml__title .aml__title_header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: .8rem
}

.aml__title .aml__s_left {
    margin-right: 1rem
}

.aml__title .aml__s_right {
    margin-left: 1rem
}

.aml__title .aml__s_center {
    width: fit-content
}

.aml__title * {
    color: #c19557;
    border: unset !important
}

.aml__title h1 {
    font-size: 2.8rem;
    line-height: 2.8rem;
    font-family: serif
}

.aml__title h2 {
    font-size: 2.5rem;
    line-height: 1.8rem !important;
    font-family: serif
}

.aml__title h3 {
    font-size: 2rem;
    line-height: 2rem;
    font-family: serif
}

.aml__title .aml__subheader {
    font-size: .95rem;
    text-transform: uppercase;
    color: #585858
}

@media (max-width: 960px) {



    .aml__title {
        max-width: 22rem;
        margin: auto
    }

    .aml__title h1 {
        font-size: 1.8rem;
        line-height: 1.8rem;
        margin-bottom: 0
    }

    .aml__title h2 {
        font-size: 1.5rem;
        line-height: 1.5rem;
        margin-bottom: 0
    }

    .aml__title h3 {
        font-size: 1.2rem;
        line-height: 1.2rem;
        margin-bottom: 0
    }

    .aml__title .aml__subheader {
        font-size: .95rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .aml__title .aml__s_left {
        margin-right: 1rem
    }

    .aml__title .aml__s_right {
        margin-left: 1rem
    }

    .aml__title .aml__s_left, .aml__title .aml__s_right {
        min-width: 3.125rem
    }

    .aml__title.alm__mob_nostripe {
        max-width: unset
    }

    .aml__title.alm__mob_nostripe .aml__s_left, .aml__title.alm__mob_nostripe .aml__s_right {
        display: none
    }
}


/**swiper**/
.aml__swiper {
    position: relative;
}

.aml__controls {
    display: none;
}

.aml__swiper > .aml__s_next,
.aml__swiper > .aml__s_prev {
    position: absolute;
    background: var(--href-hover);
    padding: 1.5rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-content: center;
    aspect-ratio: 1 / 1;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.7;
    cursor: pointer;
}

.aml__swiper > .aml__s_next {
    right: 0;
}

.aml__swiper > .aml__s_prev {
    left: 0;

}

.aml__swiper > .aml__s_prev img {
    transform: rotate(180deg);
}


@media screen and (max-width: 960px) {




    .aml__swiper > .aml__s_next,
    .aml__swiper > .aml__s_prev {
        display: none;
    }

    .aml__swiper .aml__s_controls {
        display: flex;
        flex-direction: row;
        width: 95% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-top: .25rem !important
    }



    .aml__swiper .aml__s_controls .aml__s_counter, .aml__swiper .aml__s_controls .aml__s_counter span {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center
    }

    .aml__swiper .aml__s_controls .aml__s_counter .aml__s_split {
        border-bottom: 1px solid #000;
        width: 30px;
        height: 1px;
        margin-left: 1rem;
        margin-right: 1rem
    }


    .aml__swiper .aml__s_controls .aml__s_next,
    .aml__swiper .aml__s_controls .aml__s_prev {
        padding: 0 !important;
        margin: 0 !important;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        flex-grow: 1;
    }

    .aml__swiper .aml__s_controls .aml__s_prev{
        justify-content: start;
    }
    .aml__swiper .aml__s_controls  .aml__s_next{
        justify-content: end;
    }

    .aml__swiper .aml__s_controls .aml__s_prev img{
        transform: rotate(180deg);
    }




}


/**arrow**/

.arrow-up {
    align-items: center;
    background-color: rgba(112, 85, 77, .7);
    border: none;
    border-radius: 50%;
    bottom: 25px;
    cursor: pointer;
    display: none;
    height: 64px;
    justify-content: center;
    padding: 20px;
    position: fixed;
    right: 25px;
    transition: all .5s;
    width: 64px;
    z-index: 9999
}

.arrow-up.show {
    display: flex;
    transition: all .5s
}

.arrow-up:hover {
    transform: scale(1.2);
    transition: all .5s
}

/**modals**/

.aml__modal_custom.aml__s_hidden {
    display: none
}

.aml__modal_custom {
   /* position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 500;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center*/
    position: fixed;
    left: 0;
    right: 0;
    inset: 0;
    height: calc(var(--vh, 1vh) * 100);
    background-color: rgba(0, 0, 0, .5);
    overflow-y: auto;
    z-index: 500;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.aml__modal_custom .aml__s_wrap {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: fit-content;
    padding: .5rem;
    box-shadow: 10px 10px 5px -8px rgba(0, 0, 0, .75);
    border-radius: .5rem
}

.aml__modal_custom .aml__s_wrap .aml__s_inner {
    border: 1px solid #222
}

.aml__modal_custom .aml__s_wrap .aml__s_inner .aml__s_header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid lightgrey;
    padding: 1rem
}

.aml__modal_custom .aml__s_wrap .aml__s_inner .aml__s_header .aml__s_title {
    flex-grow: 1;
    color: #c19557;
    font-family: "serif";
    font-size: 1.5rem;
    padding: 0;
    margin: 0;
    font-weight: 500
}

.aml__modal_custom .aml__s_wrap .aml__s_inner .aml__s_header .aml__s_close {
    font-size: 24px;
    color: #666;
    cursor: pointer
}

.aml__modal_custom .aml__s_wrap .aml__s_inner .aml__s_header .aml__s_close:hover {
    color: #222
}

.aml__modal_custom .aml__s_wrap {
    max-width: 500px
}

.aml__modal_custom.aml__s_mid .aml__s_wrap {
    max-width: 800px;
    width: 800px
}

.aml__modal_custom.aml__s_wide .aml__s_wrap {
    max-width: 70%;
    width: 70%
}

.aml__modal_custom .aml__s_wrap .aml__s_inner .aml__s_content .aml__form .aml__s_header {
    display: none
}

@media (max-width: 960px) {
    .aml__modal_custom .aml__s_wrap {
        max-width: 95% !important;
        width: 95% !important
    }
}

/**forms**/

/**form-main**/
.aml__form_sm {
    max-width: 600px;
    margin: auto;
    border: 1px solid lightgray;
    border-radius: 0.5rem;
}


/**form**/
.aml__form {
    background: white;
    padding: 1rem;
}

.aml__form .aml__s_header {
    color: #c19557;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 0;


}

.aml__form label {
    color: #c19557;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    display: flex;

}

.aml__form .wpcf7-form-control-wrap {
    display: flex;
    flex-direction: column;
}

.aml__form br {
    display: none;
}

.aml__form .wpcf7-form-control {
    background-color: #f2f2f2;
    border: none;
    border-radius: 8px;
    color: #c19557;
    font-size: 18px;
    font-weight: 400;
    padding: 0.5rem;
    width: 100%;
    box-sizing: border-box;
}

.aml__form .wpcf7-submit {
    border: 1px solid #c19557;
    background-color: #c19557;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    padding: 1rem;
}

.aml__form .from-acceptance {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.aml__form .from-acceptance label,
.aml__form .from-acceptance span {
    padding: 0 !important;
    margin: 0 !important;
}

.aml__form .from-acceptance span,
.aml__form .from-acceptance label {
    display: flex;
    justify-content: center;
    align-items: center;
}

.aml__form .from-acceptance .offer-text {
    padding-left: 1rem;
}

.aml__form .wpcf7-submit:hover {
    border: 1px solid #4D260B;
    background-color: #4D260B;
}

.aml__form .from-acceptance {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #6B6B6B;
}


.aml__form .from-acceptance a {
    color: #c19557;
}

.aml__form .from-acceptance label {
    margin-top: 0;
    margin-bottom: 0;
}

.aml__form .from-acceptance label input {
    display: none
}

.aml__form .aml__s_imp {
    font-size: 0.9rem;
    color: #6B6B6B;
}

.aml__form .from-acceptance label span {
    background-color: #fff;
    border: 2px solid #70554d;
    border-radius: 2px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    position: relative;
    text-align: center;
    width: 30px;
    cursor: pointer;
}

.aml__form .from-acceptance [type=checkbox]:checked + span:before {
    color: #fff;
    content: "\2714";
    font-size: 23px
}

.aml__form .from-acceptance [type=checkbox]:checked + span {
    background-color: #70554d
}

.aml__form .wpcf7-not-valid-tip {
    font-size: 0.9rem;
    color: red !important;
}

.wpcf7 form .wpcf7-response-output {
    margin-top: 0 !important;
    margin-botom: 0 !important;
    text-align: center !important;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-not-valid {
    border-bottom: 1px solid red !important;
}

@media (max-width: 768px) {
    .aml__form .offer-text {
        font-size: 0.9rem;
    }
}

/**breadcrumbs**/
.breadcrumbs__link {
    color: #C19557
}

.breadcrumbs {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    font-size: 13px;
    font-weight: 400;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.breadcrumbs, .breadcrumbs .breadcrumbs__link {
    color: #C19557
}

.breadcrumbs .breadcrumbs__link:hover {
    color: #4D260B;
}

/**pagination**/
.aml__pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.5rem;
    padding-bottom: 16px;
}

.aml__pagination .page-numbers {
    padding: 0.2rem 0.5rem;
    margin: 0.2rem;
    border: 1px solid #4D260B;
    color: #4D260B;
    border-radius: 0.2rem;
    cursor: pointer;
}

.aml__pagination .current {
    background: #C19557;
    border: 1px solid #C19557;
    color: white;
}
.aml__pagination .page-numbers:hover{
    background: #4D260B;
    border: 1px solid #4D260B;
    color: white;
}

/**text**/

/**amlStyle**/

.aml__style h1 {
    font-family: "serif" !important;;
    font-style: normal !important;;
    font-weight: 400 !important;;
    font-size: 2.5rem !important;;
    text-align: center !important;;
    color: #C19557 !important;;
}


.aml__style h2 {
    font-family: "serif" !important;;
    font-style: normal !important;;
    font-weight: 400 !important;;
    font-size: 2.25rem !important;;
    text-align: center !important;;
    color: #C19557 !important;;
}


.aml__style h3 {
    color: #c19557 !important;
    font-family: "serif" !important;;
    font-size: 1.5rem !important;;
    font-style: normal !important;;
    font-weight: 400 !important;;
}

.aml__style a {
    color: #c19557;
}

.aml__style_color * {
    color: #6B6B6B;
}

.aml__style_gold * {
    color: #c19557;
}


.aml__style_black a {
    color: #6B6B6B !important;
}


.aml__style .elementor-button,
.aml__style .aml__button {
    margin: auto;
    display: flex;
    background: #C19557;
    border-radius: 5px;
    width: fit-content;
    padding: 0.75rem 1.25rem;
    font-style: normal;
    font-weight: 700;
    font-size: 1.125rem;
    color: #FFFFFF !important;
    justify-content: center;
    align-items: center;
    max-height: 4rem;
    text-transform: uppercase;
}

.aml__style .elementor-button:hover,
.aml__style .aml__button:hover {
    background: #4D260B !important;
    color: white !important;
}


/**style**/
.aml__style p {
    font-style: normal;
    font-weight: 400;
    font-size: 12pt;
    color: #6B6B6B;
}


.aml__ltext * {
    padding-top: 2rem;
    font-family: "serif";
    font-style: normal;
    font-weight: 400;
    text-align: center;
    color: #C19557;
    font-size: 1.5rem;
    text-align: center;
}


.aml__ltext a {
    text-decoration: underline;
}

.aml__ltext a:hover {
    color: #4d260b;
}

.aml__header_v2 .aml__s_masked, .aml__header_v2 > .aml__container > .aml__s_right > .aml__s_menu > ul > li {
    position: relative
}


.aml__header_v2 {
    background: #fff;
    box-shadow: 0 5px 5px -5px rgba(34, 60, 80, .6);
    position: fixed;
    z-index: 500;
    width: 100%
}

.aml__header_v2 * {
    font-family: system-ui;
    font-size: .95rem;
    text-decoration: none
}

.aml__header_v2 > .aml__container {
    display: flex;
    flex-direction: row;
    background: #fff
}

.aml__header_v2 .aml__s_mask {
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

@keyframes amlFadeMask {
    0% {
        opacity: 1;
        clip: rect(auto, auto, auto, 0)
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: 0;
        clip: rect(auto, auto, auto, 200px)
    }
}

.aml__header_v2 .aml__s_masked.aml__s_run .aml__s_mask {
    animation-duration: 3s;
    animation-name: amlFadeMask;
    opacity: 0;
    clip: rect(auto, auto, auto, 200px)
}

.aml__header_v2 > .aml__s_search {
    position: absolute;
    top: 100%;
    background: #fff;
    width: 100%;
    padding-top: .25rem;
    padding-bottom: .5rem;
    z-index: -1;
    transform: translateY(-100%);
    transition: .3s ease-in-out
}

.aml__header_v2 > .aml__s_search .aml__s_input {
    font-size: .95rem;
    border: none;
    width: 100%
}

.aml__header_v2 > .aml__s_search .aml__s_input:focus {
    outline: 0
}

.aml__header_v2.aml__search_active > .aml__s_search {
    transform: translateY(0)
}

.aml__header_v2 > .aml__container > .aml__s_center {
    flex: 0 0 20%;
    padding-top: .25rem;
    padding-bottom: .25rem
}

.aml__header_v2 > .aml__container > .aml__s_center > a {
    display: flex;
    justify-content: center;
    align-items: center
}

.aml__header_v2 > .aml__container > .aml__s_center > a:first-child > img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    max-height: 115px
}

.aml__header_v2.aml__s_colapse > .aml__container > .aml__s_center > a:first-child > img, .aml__header_v2 > .aml__container > .aml__s_center > a:nth-child(2) > img, .aml__mobile_footer, .aml__mobile_header, .aml__s_mobile_menu {
    display: none
}

.aml__header_v2 > .aml__container > .aml__s_left, .aml__header_v2 > .aml__container > .aml__s_right {
    flex: 0 0 40%;
    display: flex;
    flex-flow: row wrap;
    justify-content: start;
    align-items: end
}

.aml__header_v2 > .aml__container > .aml__s_left > .aml__s_menu, .aml__header_v2 > .aml__container > .aml__s_right > .aml__s_menu {
    flex: 0 0 100%;
    border-top: 1px solid #d3d3d3;
    align-items: end
}

.aml__header_v2 > .aml__container > .aml__s_left > .aml__s_col, .aml__header_v2 > .aml__container > .aml__s_right > .aml__s_col {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    padding-top: .5rem
}

.aml__header_v2 > .aml__container > .aml__s_left > .aml__s_col span:first-child, .aml__header_v2 > .aml__container > .aml__s_right > .aml__s_col span:first-child {
    color: #6962b4;
    font-size: .85rem
}

.aml__header_v2 > .aml__container > .aml__s_left > .aml__s_col:first-child, .aml__header_v2 > .aml__container > .aml__s_right > .aml__s_col:first-child {
    padding-right: 2rem
}

.aml__header_v2 > .aml__container > .aml__s_left > .aml__s_col:first-child > a {
    border-bottom: 1px dashed #303030;
    width: fit-content
}

.aml__header_v2 > .aml__container > .aml__s_right > .aml__s_col:first-child > a {
    border-bottom: 1px dashed #303030;
    width: fit-content;
    color: #303030
}

.aml__header_v2 > .aml__container > .aml__s_right > .aml__s_col:first-child > a > span {
    color: #303030;
    border-bottom: unset
}

.aml__header_v2 > .aml__container > .aml__s_right > .aml__s_col:nth-child(2) {
    align-items: end
}

.aml__header_v2 > .aml__container > .aml__s_right > .aml__s_col:nth-child(2) > a:first-child {
    text-transform: uppercase;
    font-weight: 600;
    color: #6962b4
}

.aml__header_v2 > .aml__container > .aml__s_right > .aml__s_col:nth-child(2) > a:nth-child(2), .aml__header_v2 > .aml__container > .aml__s_right > .aml__s_col:nth-child(2) > a:nth-child(2) > span {
    font-size: 1.3rem;
    color: #303030
}

.aml__header_v2 > .aml__container > .aml__s_right > .aml__s_col .aml__s_scoials a {
    padding-left: .5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    display: inline-block
}

.aml__header_v2 > .aml__container > .aml__s_right > .aml__s_col .aml__s_scoials a img {
    width: 1.8rem;
    height: 1.8rem
}

.aml__header_v2 > .aml__container > .aml__s_right {
    justify-content: end
}

.aml__header_v2 > .aml__container > .aml__s_left > .aml__s_menu > ul > li > .aml__s_wrapper, .aml__header_v2 > .aml__container > .aml__s_right > .aml__s_menu > ul > li > .sub-menu {
    position: absolute;
    display: none
}

.aml__header_v2 > .aml__container > .aml__s_left > .aml__s_menu > ul, .aml__header_v2 > .aml__container > .aml__s_right > .aml__s_menu > ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: 0;
    padding: 0
}

.aml__header_v2 > .aml__container > .aml__s_left > .aml__s_menu > ul > li, .aml__header_v2 > .aml__container > .aml__s_right > .aml__s_menu > ul > li {
    flex-grow: 1
}

.aml__header_v2 > .aml__container > .aml__s_left > .aml__s_menu > ul > li:first-child {
    flex-grow: unset
}

.aml__header_v2 > .aml__container > .aml__s_left > .aml__s_menu > ul > li > a, .aml__header_v2 > .aml__container > .aml__s_right > .aml__s_menu > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .7rem 1rem;
    color: #303030
}

.aml__header_v2 > .aml__container > .aml__s_left > .aml__s_menu > ul > .menu-item-has-children > a:after, .aml__header_v2 > .aml__container > .aml__s_right > .aml__s_menu > ul > .menu-item-has-children > a:after {
    display: inline-block;
    content: " ";
    background-image: url('/wp-content/themes/ameli_v2/images/svg/arrow-down.svg');
    background-position: center center;
    background-repeat: no-repeat;
    width: 1rem;
    height: .95rem;
    padding-left: 1.5rem
}

.aml__header_v2 > .aml__container > .aml__s_left > .aml__s_menu > ul > li:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.aml__header_v2 > .aml__container > .aml__s_left > .aml__s_menu > ul > li:first-child a {
    display: none;
    padding: 0;
    margin: 0
}

.aml__header_v2 > .aml__container > .aml__s_left > .aml__s_menu > ul > li:first-child:before {
    content: "";
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    padding-right: 1.5rem;
    background-image: url('/wp-content/themes/ameli_v2/images/svg/search.svg');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat
}

.aml__header_v2 > .aml__container > .aml__s_left > .aml__s_menu > ul > .menu-item-has-children .aml__s_wrapper, .aml__header_v2 > .aml__container > .aml__s_right > .aml__s_menu > ul > .menu-item-has-children .sub-menu {
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 5px 5px -5px rgba(34, 60, 80, .6);
    z-index: -1
}

.aml__header_v2 > .aml__container > .aml__s_left > .aml__s_menu > ul > .menu-item-has-children:hover > .aml__s_wrapper, .aml__header_v2 > .aml__container > .aml__s_right > .aml__s_menu > ul > .menu-item-has-children:hover .sub-menu {
    display: flex;
    transform: translateY(-100%);
    animation: .5s ease-in-out forwards amlMenuDown
}

.aml__header_v2 > .aml__container > .aml__s_right > .aml__s_menu > ul > .menu-item-has-children:hover .sub-menu {
    width: max-content
}

@keyframes amlMenuDown {
    0% {
        transform: translateY(-100%)
    }
    100% {
        transform: translateY(0)
    }
}

.aml__header_v2 > .aml__container > .aml__s_left > .aml__s_menu > ul > .menu-item-has-children > .aml__s_wrapper > .aml__container {
    display: flex;
    flex-direction: row
}

.aml__header_v2 > .aml__container > .aml__s_left > .aml__s_menu > ul > .menu-item-has-children > .aml__s_wrapper > .aml__container > .sub-menu {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    padding-left: 0;
    margin-bottom: 1rem;
    flex-grow: 1
}

.aml__header_v2 > .aml__container > .aml__s_left > .aml__s_menu > ul > .menu-item-has-children > .aml__s_wrapper > .aml__container > .sub-menu > li {
    flex: 0 0 25%
}

.aml__header_v2 > .aml__container > .aml__s_left > .aml__s_menu > ul > .menu-item-has-children > .aml__s_wrapper > .aml__container > .sub-menu > li.menu-item-has-children {
    flex: 0 0 50%
}

.aml__header_v2 > .aml__container > .aml__s_left > .aml__s_menu > ul > .menu-item-has-children > .aml__s_wrapper > .aml__container > .sub-menu > li > a {
    display: flex;
    text-align: center;
    color: #4d260b;
    padding-top: .5rem;
    padding-bottom: .5rem;
    width: 100%;
    font-weight: 500;
    gap:0.5rem;

}

.aml__header_v2 > .aml__container > .aml__s_left > .aml__s_menu > ul > .menu-item-has-children > .aml__s_wrapper > .aml__container > .sub-menu > li > a > span {
    display: flex;
    align-items: center
}

.aml__header_v2 > .aml__container > .aml__s_left > .aml__s_menu > ul > .menu-item-has-children > .aml__s_wrapper > .aml__container > .sub-menu > li.menu-item-has-children > a {
    width: 100%;
    justify-content: center;
    align-items: center;
    text-decoration: underline
}

.aml__header_v2 > .aml__container > .aml__s_left > .aml__s_menu > ul > .menu-item-has-children > .aml__s_wrapper > .aml__container > .sub-menu > li > .sub-menu {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    padding-left: 0
}

.aml__header_v2 > .aml__container > .aml__s_left > .aml__s_menu > ul > .menu-item-has-children > .aml__s_wrapper > .aml__container > .sub-menu > li > .sub-menu > li {
    flex: 0 0 50%
}

.aml__header_v2 > .aml__container > .aml__s_left > .aml__s_menu > ul > .menu-item-has-children > .aml__s_wrapper > .aml__container > .sub-menu > li > .sub-menu > li > a {
    font-weight: 500;
    color: #4d260b;
    display: flex;
    align-items: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
    gap: 0.5rem;

}

.aml__header_v2 > .aml__container > .aml__s_left > .aml__s_menu > ul > .menu-item-has-children > .aml__s_wrapper > .aml__container > .aml__s_right {
    flex: 0 0 30%;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding-bottom: 1rem;

}

.aml__header_v2 > .aml__container > .aml__s_left > .aml__s_menu > ul > .menu-item-has-children > .aml__s_wrapper > .aml__container > .aml__s_right > #menu-katalog-img {
    margin: 1rem;
    display: flex;
    width: 100%;
    height: 100%;
    transition: .3s ease-in-out
}

.aml__header_v2 > .aml__container > .aml__s_left > .aml__s_menu > ul > .menu-item-has-children > .aml__s_wrapper > .aml__container > .aml__s_right > span {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 1s linear;
}

.aml__header_v2 > .aml__container > .aml__s_right > .aml__s_menu > ul > .menu-item-has-children .sub-menu {
    flex-direction: column;
    list-style: none;
    padding-left: 0;
    z-index: -1;
    padding-bottom: .5rem
}

.aml__header_v2 > .aml__container > .aml__s_right > .aml__s_menu > ul > .menu-item-has-children .sub-menu a {
    display: flex;
    text-align: center;
    color: #4d260b;
    padding: .5rem 1rem;
    width: 100%;
    font-weight: 500
}

.aml__header_v2.aml__s_colapse .aml__s_col {
    height: 0;
    overflow: hidden;
    padding-top: 0 !important
}

.aml__header_v2.aml__s_colapse > .aml__container > .aml__s_left > .aml__s_menu, .aml__header_v2.aml__s_colapse > .aml__container > .aml__s_right > .aml__s_menu {
    border-top: 1px solid #fff
}

.aml__header_v2.aml__s_colapse > .aml__container > .aml__s_center > a:nth-child(2) > img {
    display: block;
    width: auto;
    animation: .5s ease-in-out forwards amlMenuColapse
}

@keyframes amlMenuColapse {
    0% {
        height: 100px
    }
    100% {
        height: 40px
    }
}

@media (max-width: 1440px) {
    .aml__header_v2 > .aml__container > .aml__s_center > a:first-child > img {
        display: none
    }

    .aml__header_v2 > .aml__container > .aml__s_center > a:nth-child(2) > img {
        display: block;
        width: 100px;
        height: auto
    }

    .aml__header_v2 > .aml__container > .aml__s_left, .aml__header_v2 > .aml__container > .aml__s_right {
        flex: 0 0 calc(50% - 50px)
    }

    .aml__header_v2 > .aml__container > .aml__s_center {
        flex: unset;
        width: 100px
    }

    .aml__header_v2 > .aml__container > .aml__s_left > .aml__s_menu > ul > li > a, .aml__header_v2 > .aml__container > .aml__s_right > .aml__s_menu > ul > li > a {
        padding: 1rem 0
    }
}

@media (max-width: 960px) {
    #site-content {
        padding-top: 5rem !important
    }

    .aml__header_v2, .aml__header_v2.aml__s_active .aml__s_mobile_menu {
        box-shadow: unset
    }

    .aml__header_v2 {
        max-height: 100vh;
        display: flex;
        flex-direction: column
    }

    .aml__s_mobile_menu {
        display: flex;
        flex-direction: row;
        position: relative;
        z-index: 5;
        max-height: 70px;
        background: #fff;
        box-shadow: 0 5px 5px -5px rgba(34, 60, 80, .6)
    }

    .aml__header_v2 > .aml__s_search {
        display: none
    }

    .aml__s_mobile_menu > a {
        flex: 0 0 20%;
        padding-left: 1rem
    }

    .aml__s_mobile_menu > a > img {
        width: 100%;
        height: 100%;
        object-fit: contain
    }

    .aml__s_mobile_menu > .aml__s_contacts {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-grow: 1
    }

    .aml__s_mobile_menu > .aml__s_contacts > a:first-child, .aml__s_mobile_menu > .aml__s_contacts > a:first-child > span {
        font-weight: 400;
        font-size: 1.3rem;
        color: #303030
    }

    .aml__s_mobile_menu > .aml__s_contacts > a:nth-child(2) {
        background: #c19557;
        border-radius: 5px;
        padding: .5rem 1rem;
        color: #fff;
        margin-top: .5rem;
        margin-bottom: .5rem;
        text-align: center;
        text-transform: uppercase;
        font-weight: 500
    }

    .aml__s_mobile_menu > .aml__s_contacts > span {
        color: #656565;
        font-style: normal;
        font-weight: 400;
        font-size: .85rem;
        padding-bottom: .25rem
    }

    .aml__s_mobile_menu > .aml__s_controls {
        flex: 0 0 15%;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .aml__s_mobile_menu > .aml__s_controls > .aml__s_bars {
        display: flex;
        align-items: center;
        width: 32px;
        height: 32px;
        cursor: pointer;
        z-index: 1;
        overflow: hidden;
        position: relative
    }


    .aml__s_mobile_menu > .aml__s_controls > .aml__s_bars > span, .aml__s_mobile_menu > .aml__s_controls > .aml__s_bars > span::after, .aml__s_mobile_menu > .aml__s_controls > .aml__s_bars > span::before {
        display: block;
        position: absolute;
        width: 100%;
        height: 3px;
        border-radius: 3px;
        background-color: #c19557;
        transition-duration: .25s
    }

    .aml__s_mobile_menu > .aml__s_controls > .aml__s_bars > span::before {
        content: '';
        top: -8px
    }

    .aml__s_mobile_menu > .aml__s_controls > .aml__s_bars > span::after {
        content: '';
        top: 8px
    }

    .aml__header_v2.aml__s_active {
        min-height: 100vh
    }

    .aml__header_v2.aml__s_active .aml__s_mobile_menu > .aml__s_controls > .aml__s_bars > span {
        transform: rotate(45deg)
    }

    .aml__header_v2.aml__s_active .aml__s_mobile_menu > .aml__s_controls > .aml__s_bars > span::before {
        top: 0;
        transform: rotate(0)
    }

    .aml__header_v2.aml__s_active .aml__s_mobile_menu > .aml__s_controls > .aml__s_bars > span::after {
        top: 0;
        transform: rotate(90deg)
    }

    .aml__header_v2 > .aml__container {
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        display: none;
        transform: translateY(-100%);
        padding-bottom: 150px
    }

    .aml__header_v2 > .aml__container > .aml__s_right > .aml__s_menu > ul > .menu-item-has-children:hover .sub-menu {
        width: 100%
    }

    .aml__header_v2.aml__s_active > .aml__container {
        display: flex;
        animation: .5s ease-in-out forwards amlMenuDown
    }

    .aml__header_v2 > .aml__container > .aml__s_center, .aml__header_v2 > .aml__container > .aml__s_left > .aml__s_col, .aml__header_v2 > .aml__container > .aml__s_left > .aml__s_menu > ul > .menu-item-has-children > .aml__s_wrapper > .aml__container > .aml__s_right, .aml__header_v2 > .aml__container > .aml__s_left > .aml__s_menu > ul > li:first-child, .aml__header_v2 > .aml__container > .aml__s_right > .aml__s_col {
        display: none
    }

    .aml__header_v2 > .aml__container > .aml__s_left, .aml__header_v2 > .aml__container > .aml__s_left > .aml__s_menu > ul > .menu-item-has-children > .aml__s_wrapper > .aml__container > .sub-menu > li, .aml__header_v2 > .aml__container > .aml__s_left > .aml__s_menu > ul > .menu-item-has-children > .aml__s_wrapper > .aml__container > .sub-menu > li > .sub-menu > li, .aml__header_v2 > .aml__container > .aml__s_right {
        flex: 0 0 100%
    }

    .aml__header_v2 > .aml__container > .aml__s_left > .aml__s_menu > ul, .aml__header_v2 > .aml__container > .aml__s_right > .aml__s_menu > ul {
        flex-direction: column;
        background: #f4efe7
    }

    .aml__header_v2 > .aml__container > .aml__s_left > .aml__s_menu > ul > li > a, .aml__header_v2 > .aml__container > .aml__s_right > .aml__s_menu > ul > li > a {
        justify-content: start;
        flex-grow: 1;
        padding: 1rem
    }

    .aml__header_v2 > .aml__container > .aml__s_left > .aml__s_menu > ul > li, .aml__header_v2 > .aml__container > .aml__s_right > .aml__s_menu > ul > li {
        display: flex;
        flex-direction: column
    }

    .aml__header_v2 > .aml__container > .aml__s_left > .aml__s_menu > ul > .menu-item-has-children > a:after, .aml__header_v2 > .aml__container > .aml__s_right > .aml__s_menu > ul > .menu-item-has-children > a:after {
        flex-grow: 1;
        background-position: right
    }

    .aml__header_v2 > .aml__container > .aml__s_left > .aml__s_menu, .aml__header_v2 > .aml__container > .aml__s_right > .aml__s_menu {
        border: unset
    }

    .aml__header_v2 > .aml__container > .aml__s_left > .aml__s_menu > ul > .menu-item-has-children .aml__s_wrapper, .aml__header_v2 > .aml__container > .aml__s_right > .aml__s_menu > ul > .menu-item-has-children .sub-menu {
        position: relative;
        display: flex;
        z-index: 1;
        box-shadow: unset;
        height: 0;
        padding-bottom: 0
    }

    .aml__header_v2 > .aml__container > .aml__s_left > .aml__s_menu > ul > .menu-item-has-children:hover > .aml__s_wrapper, .aml__header_v2 > .aml__container > .aml__s_right > .aml__s_menu > ul > .menu-item-has-children:hover .sub-menu {
        transform: unset;
        animation: unset
    }

    .aml__header_v2 > .aml__container > .aml__s_left > .aml__s_menu > ul > .menu-item-has-children > .aml__s_wrapper > .aml__container > .sub-menu {
        margin-bottom: 0
    }

    .aml__header_v2 > .aml__container > .aml__s_left > .aml__s_menu > ul > .menu-item-has-children > .aml__s_wrapper > .aml__container > .sub-menu > li.menu-item-has-children > a {
        justify-content: start;
        font-weight: 300;
        color: #c19557
    }

    .aml__header_v2 > .aml__container > .aml__s_left > .aml__s_menu > ul > .menu-item-has-children > .aml__s_wrapper > .aml__container > .sub-menu > li > .sub-menu > li > a, .aml__header_v2 > .aml__container > .aml__s_left > .aml__s_menu > ul > .menu-item-has-children > .aml__s_wrapper > .aml__container > .sub-menu > li > a, .aml__header_v2 > .aml__container > .aml__s_right > .aml__s_menu > ul > .menu-item-has-children .sub-menu a {
        font-weight: 300
    }

    .aml__header_v2 > .aml__container > .aml__s_right > .aml__s_menu > ul > li {
        order: 3
    }

    .aml__header_v2 > .aml__container > .aml__s_left > .aml__s_menu > ul > .menu-item-has-children, .aml__header_v2 > .aml__container > .aml__s_right > .aml__s_menu > ul > .menu-item-has-children {
        overflow: hidden
    }

    .aml__header_v2 > .aml__container > .aml__s_left > .aml__s_menu > ul > .menu-item-has-children.aml__s_active .aml__s_wrapper, .aml__header_v2 > .aml__container > .aml__s_right > .aml__s_menu > ul > .menu-item-has-children.aml__s_active .sub-menu {
        height: auto
    }

    .aml__header_v2 > .aml__container > .aml__s_left > .aml__s_menu > ul > .menu-item-has-children.aml__s_active > a:after, .aml__header_v2 > .aml__container > .aml__s_right > .aml__s_menu > ul > .menu-item-has-children.aml__s_active > a:after {
        background-position: left;
        transform: rotateZ(180deg)
    }

    .aml__header_v2 > .aml__container > .aml__s_right > .aml__s_menu > ul > .menu-item-has-children .sub-menu a {
        padding-top: .8rem;
        padding-bottom: .8rem
    }

    .aml__header_v2 > .aml__container > .aml__mobile_header {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .aml__header_v2 > .aml__container > .aml__mobile_header > form {
        border: 1px solid #d8d8d8;
        flex-grow: 1;
        position: relative;
        width: 95%;
        margin: .5rem auto;
        display: flex;
        flex-direction: row
    }

    .aml__header_v2 > .aml__container > .aml__mobile_header > form > input[type=submit] {
        background-image: url(/wp-content/themes/ameli_v2/images/search.svg);
        background-position: center center;
        background-repeat: no-repeat;
        content: "";
        position: absolute;
        width: 2.5rem;
        height: 2.5rem;
        border: none;
        outline: 0;
        background-color: #fff;
        font-size: 0
    }

    .aml__header_v2 > .aml__container > .aml__mobile_header > form > input[type=text] {
        line-height: 2.5rem;
        padding-left: 40px;
        margin-right: auto;
        margin-left: auto;
        flex-grow: 1;
        border: none
    }

    .aml__header_v2 > .aml__container > .aml__mobile_header > .aml__s_scoials {
        padding-bottom: .5rem
    }

    .aml__header_v2 > .aml__container > .aml__mobile_header > .aml__s_scoials > a {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .aml__header_v2 > .aml__container > .aml__mobile_header > .aml__s_scoials img {
        width: 2.5rem;
        height: 2.5rem
    }

    .aml__header_v2 > .aml__container > .aml__mobile_footer {
        padding-top: .5rem;
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        padding-bottom: .5rem;
        flex-grow: 1;
        margin-bottom: 1rem;
        gap: .25rem
    }

    .aml__header_v2 > .aml__container > .aml__mobile_footer > span:first-child, .aml__header_v2 > .aml__container > .aml__mobile_footer > span:nth-child(4) {
        color: #6962b4;
        font-style: normal;
        font-weight: 400;
        font-size: .95rem
    }

    .aml__header_v2 > .aml__container > .aml__mobile_footer > span:nth-child(4) {
        margin-top: 1rem
    }

    .aml__header_v2 > .aml__container > .aml__mobile_footer > span:nth-child(2), .aml__header_v2 > .aml__container > .aml__mobile_footer > span:nth-child(3), .aml__header_v2 > .aml__container > .aml__mobile_footer > span > a {
        color: #303030;
        font-style: normal;
        font-weight: 400;
        font-size: .95rem
    }

    .aml__header_v2 > .aml__container > .aml__mobile_footer > span:nth-child(6) {
        text-transform: uppercase;
        color: red;
        font-weight: 600
    }
}


.aml__header_v2 .aml__s_mobile_menu_adv {
    display: none;
}

@media (max-width: 960px) {

    .aml__s_mobile_menu {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .aml__s_mobile_menu > a {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0.6rem;
        flex: 0 0 250px;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .aml__s_mobile_menu > a svg {
        width: 100%;
        height: auto;
    }

    #site-content {
        padding-top: 4rem !important;
    }

    .aml__s_mobile_menu > .aml__s_contacts {
        margin-right: 2rem;
    }


    .aml__s_mobile_menu .aml__s_ringring {
        border: 3px solid red;
        -webkit-border-radius: 30px;
        height: 25px;
        width: 25px;
        -webkit-animation: 1s ease-out infinite aml__s_pulse;
        opacity: 0
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .aml__s_mobile_menu .aml__s_circle {
        background-color: red;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }


    .aml__s_mobile_menu .aml__s_arrow_down {
        width: 10px;
        height: 10px;
        position: absolute;
        left: 50%;
        top: 65%;
    }

    .aml__s_mobile_menu .aml__s_active .aml__s_arrow_down svg {
        transform: rotate(180deg);
    }

    .aml__s_mobile_menu .aml__s_dot {
        position: relative;
    }

    .aml__s_mobile_menu .aml__s_ring-container {
        display: flex;
        position: absolute;
        top: -9px;
        left: 9px;
    }

    .aml__s_mobile_menu .aml__s_arrow {
        background: #c19557;
        position: absolute;
    }

    .aml__s_call__icon {
        position: relative;
        cursor: pointer;
    }

    .aml__s_call__icon img {
        width: 25px;
        margin-bottom: -9px;
    }

    .aml__s_mobile_menu > .aml__s_contacts {
        align-items: end;
    }


    @-webkit-keyframes aml__s_pulse {
        0% {
            -webkit-transform: scale(.1, .1);
            opacity: 0
        }
        50% {
            opacity: 1
        }
        100% {
            -webkit-transform: scale(1.2, 1.2);
            opacity: 0
        }
    }

    @media (max-width: 768px) {
        .aml__s_mobile_menu > a {
            flex: 0 0 230px;
        }
    }

    /**menu adv**/
    .aml__header_v2 .aml__s_mobile_menu_adv {
        display: flex;
        position: absolute;
        left: 0;
        right: 0;
        z-index: -1;
        top: 100%;
        box-shadow: 0 5px 5px -5px rgba(34, 60, 80, .6);

    }

    .aml__header_v2 .aml__s_mobile_menu_adv .aml__s_inner {
        flex-direction: column;
        background: #F4EFE7;
        padding: 1rem;
        display: flex;
        width: 100%;
        position: relative;

    }


    .aml__header_v2 .aml__s_mobile_menu_adv .aml_modal_callback {
        display: flex;
        background: #c19557;
        border-radius: 5px;
        width: fit-content;
        padding-top: 1rem;
        padding-bottom: 1rem;
        font-style: normal;
        font-weight: 700;
        font-size: 1rem;
        text-transform: uppercase;
        color: #fff;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .aml__header_v2 .aml__s_mobile_menu_adv .aml__s_buttons {
        display: flex;
        flex-direction: row;
        gap: 1rem;
    }

    .aml__header_v2 .aml__s_mobile_menu_adv .aml__s_buttons a {
        margin-top: 1rem;
        display: flex;
        border-radius: 5px;
        width: fit-content;
        padding-top: .75rem;
        padding-bottom: .75rem;
        font-style: normal;
        font-weight: 600;
        font-size: 1rem;
        justify-content: center;
        align-items: center;
        flex: 0 0 calc(33% - 0.7rem);
        border: 1px solid #c19557;
        color: #303030;
    }

    .aml__header_v2 .aml__s_mobile_menu_adv .aml__s_buttons a:hover,
    .aml__header_v2 .aml__s_mobile_menu_adv .aml_modal_callback:hover {
        background: #4d260b;
        color: #fff
    }

    .aml__header_v2 .aml__s_mobile_menu_adv .aml__s_buttons a:hover svg {
        fill: white;
    }


    .aml__header_v2 .aml__s_mobile_menu_adv .aml__s_buttons a span {
        padding-left: .5rem;
    }

    .aml__header_v2 .aml__s_mobile_menu_adv .aml__s_buttons  .aml__s_buttons_ws svg{
        fill: red;
    }


    .aml__header_v2 .aml__s_mobile_menu_adv .aml__s_icon {
        display: flex;
        flex-direction: row;
        margin: 0.25rem 0px;
    }

    .aml__header_v2 .aml__s_mobile_menu_adv .aml__s_icon .aml__s_svg {
        aspect-ratio: 1 / 1;
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .aml__header_v2 .aml__s_mobile_menu_adv .aml__s_icon .aml__s_text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-grow: 1;
    }

    .aml__header_v2 .aml__s_mobile_menu_adv .aml__s_icon .aml__s_text {
        font-family: system-ui;
        text-decoration: none;
        color: #656565;
        font-style: normal;
        font-weight: 400;
        font-size: .85rem;
    }

    .aml__header_v2 .aml__s_mobile_menu_adv .aml__s_icon .aml__s_text .aml__adv_s_red {
        font-weight: 500;
        font-size: .85rem;
    }

    .aml__header_v2 .aml__s_mobile_menu_adv .aml__s_icon a {
        font-weight: 400;
        font-size: 1.3rem;
        color: #303030;
    }

    .aml__header_v2 .aml__s_mobile_menu_adv .aml__s_close {
        cursor: pointer;
        height: 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }

    .aml__header_v2 .aml__s_mobile_menu_adv .aml__s_close span {
        display: block;
        width: 1rem;
        height: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.5rem;
        color: #656565;
    }


    .aml__header_v2 .aml__s_mobile_menu_adv .aml__s_close  img {
        width: 24px;
        height: auto;
    }

    .aml__header_v2 .aml__s_mobile_menu_adv .aml__s_icon .aml__s_text.aml__s_social_text {
        flex-direction: row;
        justify-content: start;
        align-items: center;
        padding-left: 0.25rem;
        gap: 1rem;
    }


    .aml__header_v2 .aml__s_mobile_menu_adv {
        animation: psMobileMenuHide 0.3s linear backwards;
        display: none;
    }

    .aml__header_v2 .aml__s_mobile_menu_adv.aml__s_active {
        display: flex;
        animation: psMobileMenuShow 0.3s linear forwards;
    }

    .aml__header_v2 .aml__s_mobile_menu_adv .aml__link_map {
        font-size: 0.85rem !important;
        font-weight: 600 !important;
        border-bottom: 1px dashed #303030;
    }


    @keyframes psMobileMenuShow {
        0% {
            transform: translateY(-100%);
        }
        100% {
            transform: translateY(0);
        }
    }

    @keyframes psMobileMenuHide {
        0% {
            transform: translateY(0);
            display: flex;
        }
        99% {
            display: flex;
            transform: translateY(-100%);
        }
        100% {
            opacity: 0;
            display: none;
        }
    }

    .aml__header_v2 > .aml__container > .aml__s_left > .aml__s_menu, .aml__header_v2 > .aml__container > .aml__s_right > .aml__s_menu {
        border-top: unset !important;
    }

    .aml__header_v2 > .aml__container > .aml__s_right {
        margin-top: -1px;
        background: #f4efe7;
    }

}

.aml__header_v2 .menu-item a{
    white-space: nowrap;
}

.aml__header_v2 .menu-item a img {
    width: 2em;
    height: 2em;
}

#menu-item-28467 { /**SHOP PC**/
    display: none;
}

#menu-item-28462 { /**SHOP MOB**/
    display: block;
}

.aml__header_v2 > .aml__s_search {
    z-index: -2 !important;
}

@media (max-width: 960px) {
    #menu-item-28467 {
        display: block;
    }

    #menu-item-28462 {
        display: none;
    }

    #menu-item-28459 {
        flex: 0 0 100%;
    }

    #menu-item-28459 li {
        flex: 0 0 calc(50% - 0.25rem);
        padding-left: 0.25rem;
    }


}

.aml__footer {
    background-color: #f4efe7;
    padding-left: 1rem;
    padding-right: 1rem
}

.aml__footer * {
    font-size: .95rem
}

.aml__footer a {
    color: #303030;
    text-decoration: none
}

.aml__footer .aml__s_logo img {
    max-width: 100%;
    max-width: 300px;
}

.aml__footer .aml__s_inner {
    display: flex;
    flex-direction: row;
    padding-bottom: 2rem
}

.aml__footer .aml__s_inner .aml__s_center, .aml__footer .aml__s_inner .aml__s_left {
    display: flex;
    flex-direction: column;
    flex: 0 0 25%;
    padding-right: .5rem
}

.aml__footer .aml__s_inner .aml__s_right {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.aml__footer .aml__s_fotterline {
    padding-top: 1rem;
    padding-bottom: 1.5rem
}

.aml__footer .aml__s_fottersubline, .aml__footer .aml__s_social {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.aml__footer .aml__s_callback_text, .aml__footer .aml__s_point, .aml__footer .aml__s_worktime, .aml__footer .aml__s_write {
    color: #6962b4;
    font-style: normal;
    font-weight: 400;
    margin-top: 1rem;
    margin-bottom: .2rem
}

.aml__footer .aml__s_callback_text {
    text-transform: uppercase
}

.aml__footer .aml_s_pay_header {
    margin-top: 1rem
}

.aml__footer .aml__s_paymeny {
    display: flex;
    flex-direction: row;
    padding-top: 1rem
}

.aml__footer .aml__s_paymeny img {
    height: 24px;
    width: auto;
    display: block;
    padding-right: .5rem;
    flex-grow: 1
}

.aml__footer .aml__s_fottersubline .aml__social a, .aml__footer .aml__s_social a {
    padding-right: 1rem
}

.aml__footer .aml__s_callback_phone a {
    font-weight: 400;
    font-size: 1.3rem;
    color: #303030
}

.aml__footer .aml__s_write_link a {
    border-bottom: 1px dashed #303030
}

.aml__footer .aml__menu_items ul {
    padding-left: 0
}

.aml__footer .aml__menu_items li {
    list-style: none;
    padding-bottom: .25rem
}

.aml__footer .aml__menu_items .aml__search, .aml__footer .aml__s_right .aml__s_paymeny, .aml__footer .aml__s_right .aml_s_pay_header {
    display: none
}

.aml__footer .aml__footer_dropdown {
    display: flex;
    flex-direction: column;
    justify-content: start
}

.aml__footer .aml__footer_dropdown .aml__menu_items {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    overflow: hidden
}

.aml__footer .aml__footer_dropdown .aml__menu_items > div {
    flex: 0 0 25%;
    display: flex;
    flex-direction: column;
}

.aml__footer .aml__footer_dropdown .aml__menu_items h4 {
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    color: #303030;
    margin: 0;
}

.aml__footer .aml__footer_dropdown .aml__menu_dropper {
    margin-top: -4rem;
    min-height: 4rem;
    flex-grow: 1;
    position: relative;
    background: #f4efe7;
    background: linear-gradient(180deg, rgba(244, 239, 231, 0) 0, #f4efe7 50%);
    cursor: pointer
}

.aml__footer .aml__footer_dropdown .aml__menu_dropper.aml__active {
    margin-top: 0
}

.aml__footer .aml__footer_dropdown .aml__menu_dropper:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
    z-index: 2
}

.aml__footer .aml__footer_dropdown .aml__menu_dropper:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-top: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    bottom: 2px;
    left: 50%;
    transform: rotate(135deg);
    background-color: #f4efe7;
    z-index: 3
}

.aml__footer .aml__footer_dropdown .aml__active.aml__menu_dropper:after {
    transform: rotate(-45deg);
    bottom: 4px
}

.aml__footer .aml__footer_dropdown .aml__menu_items .footer__aml__menu {
    flex-grow: 1
}

.aml__footer .aml__footer_dropdown .aml__menu_items #menu-katalog-1 li:first-child {
    display: none !important
}

.aml__footer .aml__s_fottersubline {
    border-top: 1px solid #d8d8d8;
    display: flex;
    flex-direction: row;
    align-items: center
}

.aml__footer .aml__s_fottersubline .aml__copy a, .aml__footer .aml__s_fottersubline .aml__s_links a {
    padding-right: 2rem
}

.aml__footer .aml__s_fottersubline .aml__copy, .aml__footer .aml__s_fottersubline .aml__copy a, .aml__footer .aml__s_fottersubline .aml__s_links a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #aeaeae
}

.aml__footer .aml__s_fottersubline .aml__copy {
    flex-grow: 1;
    text-align: center
}

.aml__footer .aml__s_fottersubline .aml__s_links {
    flex: 0 0 50%
}

@media screen and (max-width: 960px) {

    .aml__news .aml__s__pages {
        flex-flow: row wrap;
    }

    .aml__footer .aml__s_inner {
        flex-direction: column
    }

    .aml__footer .aml__footer_dropdown .aml__menu_items > div {
        flex: 0 0 100%;

    }

    .aml__footer .aml__footer_dropdown .aml__menu_items {
        flex-direction: column;
    }

    .aml__footer .aml__footer_dropdown .aml__menu_items h4 {
        text-align: center;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-left: 2rem;
    }

    .aml__footer .aml__footer_dropdown .aml__menu_items h4:after {
        display: inline-block;
        content: " ";
        background-image: url(/wp-content/themes/ameli_v2/images/svg/arrow_down.svg);
        background-position: center center;
        background-repeat: no-repeat;
        width: 1rem;
        height: .95rem;
        padding-left: 1.5rem;
        margin-bottom: -0.25rem;
    }

    #menu-vidy-shtor{
        display: none!important;
    }
    #menu-stili-shtor{
        display: none!important;
    }

    .aml__footer .aml__footer_dropdown .aml__menu_items >div.active #menu-vidy-shtor{
        display: block!important;
    }
    .aml__footer .aml__footer_dropdown .aml__menu_items >div.active #menu-stili-shtor{
        display: block!important;
    }
    .aml__footer .aml__footer_dropdown .aml__menu_items >div.active h4:after{
        transform:rotate(180deg);
    }



    .aml__footer .aml__menu_items > div:nth-child(3) ul{
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .aml__footer .aml__menu_items > div:last-child h4{
        margin-top: 1rem;
    }

    .aml__footer .aml__menu_items .#menu-menyu-kategorij-1 ul{
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .aml__footer .aml__menu_items .#menu-menyu-kategorij-2 ul{
        margin: 0;
        padding: 0;
    }

    .aml__footer .aml__s_fotterline {
        text-align: center;
        padding-bottom: 0
    }

    .aml__footer .aml__menu_items li, .aml__footer .aml__s_inner .aml__s_center, .aml__footer .aml__s_inner .aml__s_left {
        text-align: center
    }

    .aml__footer .aml__s_left .aml__s_paymeny, .aml__footer .aml__s_left .aml_s_pay_header {
        display: none
    }

    .aml__footer .aml__s_callback_text, .aml__footer .aml__s_point, .aml__footer .aml__s_worktime, .aml__footer .aml__s_write {
        padding-top: 1.2rem
    }

    .aml__footer .aml__s_right .aml__s_paymeny, .aml__footer .aml__s_right .aml_s_pay_header {
        display: flex;
        justify-content: center
    }

    .aml__footer .aml__s_right .aml__s_paymeny img {
        flex-grow: 1;
        height: 18px;
        padding-right: 0
    }

    .aml__footer .aml__s_fottersubline {
        flex-direction: column;
        margin-bottom: 1.5rem
    }

    .aml__footer .aml__s_fottersubline .aml__copy, .aml__footer .aml__s_fottersubline .aml__copy a {
        padding-top: 1rem;
        padding-bottom: 1rem;
        display: flex;
        flex-direction: column;
        color: #303030 !important
    }

    .aml__footer .aml__s_fottersubline .aml__copy a, .aml__footer .aml__s_fottersubline .aml__s_links a, .aml__footer .aml__s_fottersubline .aml__social a:last-child, .aml__footer .aml__s_social a:last-child {
        padding-right: 0
    }

    .aml__footer .aml__s_fottersubline .aml__s_links {
        flex: 0 0 100%;
        display: flex;
        gap: 1rem;
        text-align: center;
        flex-direction: column
    }

    .aml__footer .aml__s_fottersubline .aml__s_links a {
        color: #303030 !important
    }

    .aml__footer .aml__menu_items li a {
        padding-top: .5rem;
        padding-bottom: .5rem;
        display: block;
    }

    .aml__footer .aml__s_social a img, .aml__footer .aml__social a img {
        width: 2.4rem;
        height: 2.4rem
    }
}

.aml__discount {
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 5;
    display: flex;
    font-size: 0;
    flex-direction: column;
    margin-bottom: 8px
}

.aml__discount a {
    text-decoration: none;
    width: 32px !important
}

.aml__s_discount_link {
    border-radius: 10px 0 0 10px;
    writing-mode: vertical-lr;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .4rem;
    margin-bottom: .7rem;
    min-height: 45px
}

.aml__discount .aml__s_dlink_1, .aml__s_discount_link:first-child {
    padding-top: .7rem;
    padding-bottom: .7rem
}

.aml__discount.aml__colapse .aml__s_dlink_1 {
    padding-top: .4rem;
    padding-bottom: .4rem
}

.aml__s_discount_link img {
    transition: 1s ease-in-out;
    padding: 5px;
    min-width: 24px;
    min-height: 24px;
    width: 24px !important;
    height: 24px !important
}

.aml__discount .aml__s_dlink_2 {
    position: relative
}

.aml__discount .aml__s_dlink_counter_2 {
    color: #000;
    font-size: 12px;
    position: absolute;
    bottom: 10px;
    right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #c19557;
    z-index: 110;
    width: 15px;
    height: 16px;
    transform: rotate(-90deg)
}

.aml__discount .aml__s_dlink_counter_2.aml__s_hidden, .screen-reader-response {
    display: none !important
}

.aml__s_discount_link:hover img {
    transform: scale(1.1)
}

.aml__s_discount_link span {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    padding: 0;
    transition: height 1s ease-in-out;
    height: auto;
    overflow: hidden
}

.aml__calling {
    animation: .1s linear infinite alternate connecting
}

@keyframes connecting {
    from {
        transform: scale3d(1, 1, 1);
        transform: rotate(-8deg)
    }
    to {
        transform: scale3d(1.2, 1.2, 1.2);
        transform: rotate(8deg)
    }
}

@media (max-width: 960px) {
    .aml__discount.aml__colapse .aml__s_discount_link {
        padding: 0 .4rem
    }

    .aml__discount.aml__colapse .aml__s_discount_link span {
        font-size: 0;
        height: 0
    }

    .aml__s_discount_link img {
        transition: 1s ease-in-out;
        padding: 5px;
        min-width: 24px;
        min-height: 24px;
        width: 24px !important;
        height: 24px !important
    }
}

#map_container {
    padding: 5px
}


 .aml__footer_msk {
     display: flex;
     flex-direction: row;
     align-content: start;
     justify-content: left;
 }

.aml__footer_msk img {
    height: 32px;
    width: auto;
}

.aml__footer .aml__s_inner {
    padding-bottom: 0.5rem !important;
}

.aml__footer_msk_mob {
    display: none;
}

.aml__footer .aml__s_social_nopad {
    padding-bottom: 0!important;
}

@media (max-width: 960px) {
    .aml__footer_msk {
        display: none;
    }

    .aml__footer_msk_mob {
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: center;
    }

    .aml__footer_msk_mob img {
        height: 32px;
        width: auto;
    }
}
.aml__discount {
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 5;
    display: flex !important;
    font-size: 0;
    flex-direction: column;
    margin-bottom: 8px
}

.aml__s_discount_link {
    border-radius: 10px 0 0 10px;
    writing-mode: vertical-lr;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .7rem .4rem;
    margin-bottom: .7rem;
    min-height: 45px
}

.aml__s_discount_link img {
    transition: 1s ease-in-out;
    padding: 5px;
    min-width: 24px;
    min-height: 24px;
    width: 32px !important;
    height: 32px !important
}

.aml__s_discount_link:hover img {
    transform: scale(1.1)
}

.aml__s_discount_link span {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    padding: 0;
    transition: height 1s ease-in-out;
    height: auto;
    overflow: hidden
}

.aml__calling {
    animation: .1s linear infinite alternate connecting
}

@keyframes connecting {
    from {
        transform: scale3d(1, 1, 1);
        transform: rotate(-8deg)
    }
    to {
        transform: scale3d(1.2, 1.2, 1.2);
        transform: rotate(8deg)
    }
}

@media (max-width: 768px) {
    .aml__discount.aml__colapse .aml__s_discount_link {
        padding: .4rem
    }

    .aml__discount.aml__colapse .aml__s_discount_link span {
        font-size: 0;
        height: 0
    }
}





:root {
    --widgetWidth: 50px;
    --widgetHeight: 50px;
    --widgetMargin: 15px;
}

.aml__widget_new {
    position: fixed;
    right: 0.5rem !important;
    top: 40%;
    z-index: 50;
}


.aml__widget_new .aml__s_quiz {
    background: #4d260b;
    width: var(--widgetWidth);
    height: var(--widgetHeight);
    margin-bottom: var(--widgetMargin);
    margin-top: var(--widgetMargin);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 4px 4px 0 rgba(9, 5, 60, .48);
    cursor: pointer;
}

.aml__widget_new .aml__s_quiz:hover {
    opacity: 0.8;
}

.aml__widget_new .aml__s_favs {
    background: #c19557;
    width: var(--widgetWidth);
    height: var(--widgetHeight);
    margin-bottom: var(--widgetMargin);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 4px 4px 0 rgba(9, 5, 60, .48);
    cursor: pointer;
}

.aml__widget_new .aml__s_favs:hover {
    opacity: 0.8;
}


.aml__widget_new .aml__s_quiz svg {
    width: 20px;
    height: 20px;
}

.aml__widget_new .aml__s_favs svg {
    width: 25px;
    height: 25px;
}

.roistat-multiwidget-pulsator-img svg {
    width: 20px;
    height: 20px;
}

.arrow-up{
    right: 0.5rem !important;
    left: unset !important;
    width: var(--widgetWidth);
    height: var(--widgetHeight);
}

.arrow-up img {
    width: 25px;
    height: 25px;
}

.roistat-multiwidget-pulsator-holder {
    top: calc(40% + 148px) !important;
    right: 0.5rem !important;
    left: unset !important;
    bottom: unset !important;

}

.roistat-lh-pulsator-phone,
.roistat-multiwidget-pulsator-phone,
.roistat-online-chat-pulsator-phone {
    width: var(--widgetWidth)!important;
    height: var(--widgetHeight)!important;

}

.roistat-lh-pulsator-circle,
.roistat-multiwidget-pulsator-circle,
.roistat-online-chat-pulsator-circle {
    left: unset!important;
    top: unset!important;
    width: var(--widgetWidth)!important;
    height: var(--widgetHeight)!important;

}

.roistat-lh-pulsator-fill,
.roistat-multiwidget-pulsator-fill,
.roistat-online-chat-pulsator-fill {
    left: unset!important;
    top: unset!important;
    width: var(--widgetWidth)!important;
    height: var(--widgetHeight)!important;
    box-shadow: 0 4px 4px 0 rgba(9, 5, 60, .48)!important;
}

.roistat-lh-pulsator-fill:hover {
    opacity: 0.8!important;
}

.roistat-multiwidget-pulsator-phone .roistat-multiwidget-pulsator-img {
    left: unset!important;
    top: unset!important;
    width: var(--widgetWidth)!important;
    height: var(--widgetHeight)!important;

    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
}

.roistat-multiwidget-pulsator-phone .roistat-multiwidget-pulsator-close {
    left: unset!important;
    top: unset!important;
    width: var(--widgetWidth)!important;
    height: var(--widgetHeight)!important;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%);
}

.roistat-lh-pulsator-img svg, .roistat-multiwidget-pulsator-img svg, .roistat-online-chat-pulsator-img svg {
    margin-top: unset!important;
    margin-left: unset!important;
}

.roistat-multiwidget-pulsator-phone .roistat-multiwidget-pulsator-close {
    left: 25%!important;
    top: 25%!important;
    width: var(--widgetWidth)!important;
    height: var(--widgetHeight)!important;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
}

@media (max-width: 3840px) and (min-width: 960px) {

    .roistat-multiwidget-pulsator-items-popup-holder {
        right: 0 !important;
        left: unset !important;
        bottom: 50px !important;
    }

    .roistat-multiwidget-pulsator-popup-tail {
        left: unset !important;
        right: 34px !important;
    }

}





.aml__s_itemp_global {
    overflow: hidden;
}


.aml__s_itemp_global .aml__s_itemp {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

/**single**/

.aml__s_itemp_global .aml__link_img img {
    width: 100%;
    height: 100%;
    display: block;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 0.5rem;
}


/**galery**/
.aml__s_itemp_global .aml__s_galery {
    overflow: hidden;
}

.aml__s_itemp_global .aml__s_galery .aml__s_items {
    display: flex;
    flex-direction: row;
}

.aml__s_itemp_global .aml__s_galery .aml__s_items .aml__s_item {
    flex: 0 0 100%;
}

.aml__s_itemp_global .aml__s_galery .aml__s_items .aml__s_item img {
    width: 100%;
    height: 100%;
    display: block;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 0.5rem;
}

/**text**/

.aml__s_itemp_global .aml__s_box_text {
    margin-bottom: 0.35rem;
    margin-top: 0.35rem;
}

.aml__s_itemp_global .aml__s_box_col {
    box-sizing: border-box;
    flex: 0 0 calc(50% - 0.5rem);
}


.aml__s_itemp_global .aml__s_box {
    display: flex;
    flex-direction: row;
    gap: 1rem;

}

.aml__s_itemp_global .aml__s_box.aml__s_box_text {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.aml__s_itemp_global .aml__s_box .aml__s_text {
    flex-grow: 1;
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 1.25rem;
    color: #4D260B;
    white-space: nowrap;
    border-left: 1px solid #4D260B;
    padding-left: 1rem;
    font-family: Serif;
    white-space: break-spaces;
    overflow: hidden;

}

.aml__s_itemp_global .aml__s_box.aml__s_box_text a {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-decoration: none;
}

.aml__s_itemp_global .aml__s_button a {
    text-decoration: none;
}


/**points**/

.aml__s_itemp_global .aml__s_galery .aml__s_points {
    position: absolute;
    z-index: 1;
    display: flex;
    flex-direction: row;
    background: rgba(0, 0, 0, .28);
    bottom: 1rem;
    border-radius: 1rem;
    padding-left: 5px;
    padding-right: 5px;
    left: 50%;
    transform: translateX(-50%);

}


.aml__s_itemp_global .aml__s_galery .aml__s_points .aml__s_point {
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #fff;
    height: 0.4rem;
    border-radius: 0.8rem;
    opacity: 1;
    width: 30px;
    margin-right: 3px;
    margin-left: 3px;
}

.aml__s_itemp_global .aml__s_galery .aml__s_points .aml__s_point.aml__s_active {
    background-color: #4d260b;
}

/**controls*/

.aml__s_itemp_global .aml__s_galery .aml__s_controls_item {
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    height: 28px;
    z-index: 1;
}

.aml__s_itemp_global .aml__s_galery .aml__s_controls_item .aml__s_counter {
    flex-grow: 1;
    opacity: 0;
}


.aml__s_itemp_global .aml__s_next,
.aml__s_itemp_global .aml__s_prev {
    background-color: #4d260b;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0.5;
    cursor: pointer;
}

.aml__s_itemp_global .aml__s_prev {
    transform: rotate(180deg);
}

.aml__s_itemp_global .aml__s_next:hover,
.aml__s_itemp_global .aml__s_prev:hover {
    opacity: 1;
}


.aml__s_itemp_global .carousel-control-next-icon {
    height: 1.3rem;
    width: 1.3rem;
}


.aml__s_itemp_global .carousel-control-next-icon {
    background-image: url("/wp-content/themes/ameli_v2/image/arrow-white.svg");
    background-position: center center;
    background-repeat: no-repeat;
}


/**Button**/
.aml__s_itemp_global .aml__s_button_dark a {
    display: flex;
    background: #C19557;
    border-radius: 5px;
    width: fit-content;
    padding: 0.75rem 1.25rem;
    font-family: system-ui;
    font-style: normal;
    font-weight: 400;
    font-size: 1.25rem;
    color: #FFFFFF;
    justify-content: center;
    align-items: center;
    max-height: 4rem;
    max-width: 10rem;
    border: 1px solid #C19557;
}

.aml__s_itemp_global .aml__s_button_dark a:hover {
    background: #4D260B;
}


/**Button aml__s_button_blank**/
.aml__s_itemp_global .aml__s_button_blank a {
    display: flex;
    background: #FFFFFF;
    border-radius: 5px;
    width: fit-content;
    padding: 0.75rem 1.25rem;
    font-family: system-ui;
    font-style: normal;
    font-weight: 400;
    font-size: 1.25rem;
    color: #303030;
    justify-content: center;
    align-items: center;
    max-height: 4rem;
    max-width: 10rem;
    border: 1px solid #303030;
}

.aml__s_itemp_global .aml__s_button_blank a:hover {
    background: #4D260B;
}

.aml__s_itemp_global .aml__s_button a img {
    margin-right: 0.5rem;
    width: 20px;
    height: 15px;
}


.aml__s_itemp_global .aml__s_button_blank a {
    color: #303030;
}

.aml__s_itemp_global .aml__s_button_blank:hover a {
    color: #FFFFFF;
}


.aml__s_itemp_global .aml__s_button .aml__s_white {
    display: none
}

.aml__s_itemp_global .aml__s_button:hover .aml__s_white {
    display: inline-block;
}

.aml__s_itemp_global .aml__s_button:hover .aml__s_dark {
    display: none;
}

.aml__s_itemp_global .aml__s_box_col .aml__s_button,
.aml__s_itemp_global .aml__s_box_col .aml__s_button a {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
}

/**fav & view**/

.aml__s_itemp_global .aml__gitem_controls {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 1;
    display: flex;
    flex-direction: row;
}

.aml__s_itemp_global .aml__gitem_controls a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .28);

}

.aml__s_itemp_global .aml__gitem_controls a:hover {
    background-color: rgba(77, 38, 11, 1);
}

.aml__s_itemp_global .aml__gitem_controls a img {
    fill: white !important;
}


.aml__s_itemp_global .aml__fav_toggle {
    position: absolute;
    top: 1rem;
    left: 1rem;
    border-radius: 50%;
    background: rgba(0, 0, 0, .28);
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.aml__s_itemp_global .aml__fav_toggle:hover svg,
.aml__s_itemp_global .aml__fav_toggle:hover path {
    fill: red !important;
    stroke: red !important;
    color: red !important;
}

.aml__s_itemp_global .aml__fav_toggle svg,
.aml__s_itemp_global .aml__fav_toggle svg path {
    fill: white !important;
    stroke: white !important;
    color: white !important;

}

.aml__s_itemp_global .aml__fav_toggle.aml__s_active svg,
.aml__s_itemp_global .aml__fav_toggle.aml__s_active svg path {
    fill: #4d260b !important;
    stroke: #4d260b !important;
    color: #4d260b !important;

}


@media (max-width: 960px) {
    .aml__s_itemp_global{
        margin-bottom: 0.5rem;
    }

    .aml__s_itemp_global .aml__s_galery .aml__s_controls {
        padding-left: 0;
        padding-right: 0;
    }

    .aml__s_itemp_global .aml__fav_toggle{
        left: 3.5rem;
    }
    .aml__s_itemp_global .aml__gitem_controls{
        right: 3.5rem;
    }

    .aml__s_itemp_global .aml__link_img{
        max-width: 80%;
        margin-right: auto;
        margin-left: auto;
    }

    .aml__s_itemp_global .aml__s_galery {
        overflow: visible;
        max-width: 80%;
        margin-right: auto;
        margin-left: auto;
    }

    .aml__s_itemp_global .aml__s_box {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .aml__s_itemp_global .aml__s_box_col {
        flex: 0 0 calc(50% - 0.5rem);
    }

    .aml__s_itemp_global .aml__s_box_col .aml__s_button, .aml__s_itemp_global .aml__s_box_col .aml__s_button a {
        font-size: 14px;
    }

    .aml__s_itemp_global .aml__s_galery .aml__s_item:nth-child(2){
        opacity: 0;
    }

    .aml__s_itemp_global .aml__s_galery.swiper-initialized .aml__s_item:nth-child(2){
        opacity: 1;
    }



}