.main_logo span {
    display: block;
}

.product_item__prices {
    color: #fff;
    font-family: Montserrat-SemiBold;
    font-size: 1.7rem;
}

.product_item__prices ins {
    text-decoration: none;
}

.product_item__prices del {
    color: #808ab8;
    font-family: Montserrat-Regular;
    font-size: 1.7rem;
}

.c_acc_block_wrapper {
    z-index: 0;
}

.c_acc_block_wrapper.active {
    z-index: 5;
}

.fe_img i {
    color: #dcae68;
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}

.fe_img--top {
    top: .6rem;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
}

.not-active {
    pointer-events: none;
    opacity: 0.8;
}

.wpcf7-not-valid-tip, .wpcf7-response-output {
    display: none !important;
}

.wpcf7-not-valid {
    color: red !important;
    border-color: red;
}

.wpcf7-not-valid::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: red !important;
}

.wpcf7-not-valid::-moz-placeholder { /* Firefox 19+ */
    color: red !important;
}

.wpcf7-not-valid:-ms-input-placeholder { /* IE 10+ */
    color: red !important;
}

.wpcf7-not-valid:-moz-placeholder { /* Firefox 18- */
    color: red !important;
}

.wpcf7-form.unaccepted .mfv_checker_text {
    color: red !important;
}

span.wpcf7-list-item {
    margin: 0;
}

.mfv_checker_label .wpcf7-form-control-wrap {
    display: none;
}

.form_element.error .fe_img i {
    color: red;
}

.mfv_checker_ico.active {
    background-color: #dcae68;
}

.mfv_checker_ico.active:after {
    opacity: 1;
}

.tag-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tag-list__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.4rem 2rem;
    margin-right: 0.5rem;
    color: #dcae68;
    font-family: Montserrat;
    font-size: 1.2rem;
    font-weight: 400;

    text-align: center;
    border: 1px solid #6f5d55;
    border-radius: 3rem;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    overflow: hidden;
}

.tag-list__item:last-child {
    margin-right: 0;
}

.tag-list__item:after {
    content: '';
    position: absolute;
    z-index: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#84632e), color-stop(99%, #debf7a), to(#debf7a));
    background-image: -o-linear-gradient(left, #84632e 0%, #debf7a 99%, #debf7a 100%);
    background-image: linear-gradient(to right, #84632e 0%, #debf7a 99%, #debf7a 100%);
    opacity: 0;
}

.tag-list__item span {
    z-index: 1;
}

.tag-list__item:hover {
    color: #080711;
}

.tag-list__item:hover:after {
    opacity: 1;
}

.section-text .section_bg {
    -webkit-background-size: cover;
    background-size: cover;
}

.comment-form-cookies-consent {
    display: none;
}

#cancel-comment-reply-link {
    display: inline-block;
    margin-left: 2rem;
    text-decoration: underline;
}

.comment-respond .form_col:first-child .form_element {
    height: 100%;
}

.comment-respond #submit {
    width: 100%;
}

.comment-respond #comment {
    height: 100%;
}

.form_send-comment.login .form_cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form_send-comment.login .form_cols.half_cols > * {
    width: 100%;
}

.form_send-comment.login #submit {
    width: auto;
}

.screen-reader-text {
    display: none;
}

.nav-links {
    opacity: 0;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.aside_frames.fixed {
    position: fixed;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

@media screen and (max-width: 991px) {
    .aside_frames.fixed {
        position: static;
    }
}

.aside_frames {
    position: sticky;
    top: 12.5rem;
}

.text_page_aside {
    visibility: visible;
}

.text_page_sides {
    visibility: visible;
}

.screen_content {
    visibility: visible;
}

.section-text.first_screen {
    visibility: visible;
}

.custom-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;

}

.nextpostslink, .previouspostslink {
    opacity: 0.7;
    color: #ffffff;
    font-size: 2.4rem !important;
    font-weight: 400;
    text-transform: uppercase;
}

.nextpostslink .zmdi, .previouspostslink .zmdi {
    position: relative;
    z-index: 1;
}

.my_pagination ul li a.page-numbers.nextpostslink:hover, .my_pagination ul li a.page-numbers.previouspostslink:hover {
    color: #080711 !important;
}

.product_item__price del {
    font-family: Montserrat-Regular;
    font-size: 3rem;
}

ins {
    text-decoration: none;
}

.cart_modal__price_title del {
    font-family: Montserrat-Regular;
    font-size: 1.2rem;
}

.product_main_slider {
    max-height: 52rem;
    overflow: hidden;
}

.product_main_slider img {
    opacity: 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.product_main_slider.slick-slider img {
    opacity: 1;
}

.cmi_img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.woocommerce-remove-coupon, .remove-coupon {
    font-family: Montserrat-Regular;
    font-size: 1.2rem;
}

/*
checkout page
 */

.woocommerce-shipping-fields {
    display: none !important;
}

.form-row label {
    display: none !important;
}

#billing_company_field, #billing_address_2_field {
    display: none !important;
}

.woocommerce-billing-fields h3 {
    margin-bottom: 4.5rem;
    font-family: "Playfair Display";
    color: #dcae68;
    letter-spacing: .14rem;
    font-size: 3.6rem;
}

.select2-search.select2-search--dropdown {
    display: none;
}

#customer_details {
    width: 50%;
    max-width: 62rem;
}

#customer_details .col-1, #customer_details .col-2 {
    width: 100%;
}

.select2-container {
    font-family: inherit;
    /*width: 100%;*/
    height: 7rem;
    -webkit-border-radius: 3.5rem;
    border-radius: 3.5rem;
    border: 1px solid rgba(220, 174, 104, .3);
    background-color: rgba(8, 9, 92, .3);
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    padding-left: 8.5rem;
    padding-right: 1rem;
    color: #828abf;
    font-size: 1.4rem;

}

.select2-container--default .select2-selection--single {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    color: #828abf;
}

.select2-container--default .select2-selection--single .select2-selection__rendered, .selection {
    display: block;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    color: #828abf;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 7rem !important;
    color: #828abf;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
}

.select2-dropdown {
    background-color: rgba(8, 9, 92, .9);
    color: rgba(255, 255, 255, .9);
    font-size: 1.4rem;
    font-weight: 400;
    border: 1px solid rgba(220, 174, 104, .3) !important;
    -webkit-border-radius: 1rem;
    border-radius: 1rem !important;
    -webkit-box-shadow: 0 7px 1.6rem rgba(0, 0, 0, .24);
    box-shadow: 0 7px 1.6rem rgba(0, 0, 0, .24);
    padding-left: .9rem;
    /*padding-right: .9rem;*/
    margin-top: 1px;
}

.form-column {
    width: 50%;
}

.woocommerce-checkout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3rem;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#order_review_heading {
    margin-bottom: 4.5rem;
    font-family: "Playfair Display";
    color: #dcae68;
    font-size: 3.6rem;
    letter-spacing: .14rem;
}

.woocommerce-shipping-methods li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.woocommerce-NoticeGroup-checkout {
    width: 100%;
}

.payment_methods {
    padding: 3.5rem 5rem;
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(220, 174, 104, .2);
    background-color: rgba(8, 9, 92, .2);
    border-bottom: 1px solid rgba(220, 174, 104, .2) !important;
}

.woocommerce-checkout #payment {
    background: none;
}

.wc_payment_method:last-child {
    margin-bottom: 0 !important;
}

.woocommerce-privacy-policy-text {
    color: #a8b4d0;
    font-size: 1.4rem;
}

.woocommerce-privacy-policy-text a {
    text-decoration: underline;
}

.place-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.woocommerce_checkout_button {
    display: block;
    margin-left: 2rem;
    min-width: 26rem;
    -webkit-border-radius: 4rem;
    border-radius: 4rem;
    background-image: -webkit-gradient(linear, left top, right top, from(#a2773d), to(#f6ce8e));
    background-image: -webkit-linear-gradient(left, #a2773d 0, #f6ce8e 100%);
    background-image: -o-linear-gradient(left, #a2773d 0, #f6ce8e 100%);
    background-image: linear-gradient(to right, #a2773d 0, #f6ce8e 100%);
    color: #080711;
    font-family: Montserrat-Medium;
    font-size: 1.7rem;
    position: relative;
    z-index: 0;
    height: calc(8rem - 2px);

}

.cart-table-row {
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(220, 174, 104, .2);
}

.product-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkout__block_title {
    font-size: 1.4rem;
}

.product-total {
    font-family: Montserrat-SemiBold;
}

.woocommerce-checkout-review-order-table, .woocommerce-table--order-details {
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(220, 174, 104, .2) !important;
    background-color: rgba(8, 9, 92, .2);
}

.woocommerce-table--order-details td, .woocommerce-table--order-details th {
    padding: 1.5rem 4rem !important;
    border-bottom: 1px solid rgba(220, 174, 104, .2) !important;
}

.woocommerce-checkout-review-order-table td, .woocommerce-checkout-review-order-table th {
    padding: 1.5rem 4rem !important;
    border-bottom: 1px solid rgba(220, 174, 104, .2) !important;
}

.order-details-section {
    padding-top: 5rem;
}

.woocommerce-checkout-review-order-table tbody {
    /*padding: 2rem 4rem;*/

}

.woocommerce-checkout-review-order-table tfoot {
    /*padding: 2rem 4rem;*/
}

.woocommerce-customer-details {
    padding-top: 4rem;
    color: #ffffff;
    font-family: Montserrat-Medium;
    font-size: 1.7rem;

    line-height: 2;
}

.order-total {
    color: #fff;
    font-family: Montserrat-SemiBold;
    font-size: 2.2rem;
}

.order-total td {
    font-size: 3rem;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(220, 174, 104, .3);
    background-color: rgba(8, 9, 92, .3);
    padding: 3rem;
    font-family: Montserrat-SemiBold;
    color: #ffffff;
}

.woocommerce-form-coupon-toggle .woocommerce-info a {
    font-family: Montserrat-Regular;
}

.woocommerce-info::before {
    display: none;
}

.checkout_coupon .form-row-first {
    width: calc(100% - 42rem) !important;
    width: -webkit-calc(100% - 42rem) !important;
}

.checkout_coupon .form-row-last {
    width: 39rem !important;
}

.checkout_coupon .main_btn {
    width: 100%;
}

.woocommerce-error, .woocommerce-message, .woocommerce-Message {
    border: 1px solid rgba(220, 174, 104, .3);
    background-color: rgba(8, 9, 92, .3);
    color: #ffffff;
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
}

.overview-order-list {
    margin-bottom: 4rem;
    border-radius: 5px;
    border: 1px solid rgba(33, 45, 96, 1);
}

.overview-order-list__item {
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border-bottom: 1px solid rgba(33, 45, 96, .8);
}

.overview-order-list__item:last-child {
    border-bottom: 1px solid rgba(33, 45, 96, 0);
}

.overview-order-list__item strong {
    margin-left: auto;
}

.overview-order-title {
    margin-bottom: 2rem;
}

.personal-area .woocommerce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.personal-area .woocommerce-MyAccount-navigation {
    width: 20%;
    padding: 1rem;
}

.personal-area .woocommerce-MyAccount-navigation a {
    width: 100%;
    text-decoration: none;
}

.personal-area .woocommerce-MyAccount-navigation-link:before {
    /*display: none;*/
}

.personal-area .woocommerce-MyAccount-navigation-link {
    /*padding-left: 0;*/
    margin-bottom: 2rem;
}

.personal-area .woocommerce-MyAccount-navigation-link.is-active a {
    text-decoration: underline;
}

.personal-area .woocommerce-MyAccount-content {
    width: 80%;
    padding: 1rem;
}

.personal-area .woocommerce-Addresses {
    padding-top: 2rem;
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    display: none;
}

.woocommerce-password-strength, .woocommerce-password-hint {
    display: none !important;
}

.personal-area #billing_country_field, .personal-area #shipping_country_field, .personal-area #shipping_company_field {
    display: none;
}

.mfv_checker.error {
    color: red !important;
}

.slider-wrapper {
    position: relative;
    margin-bottom: 2rem;
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.slider-wrapper .slider_controll {
    width: 6rem;
    height: 6rem;
    pointer-events: auto;
}

.slider-wrapper .slider_controls {
    position: absolute;
    z-index: 9999;
    width: calc(100% + 13rem);
    top: 50%;
    left: -6.5rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    pointer-events: none;
}

.header-phone {
    margin-right: 1rem !important;
    padding: 2rem;
    border: 1px solid rgba(47, 36, 134, 0.5);
    border-radius: 2.7rem;
}

.header-phone .ico_link {
    line-height: 0;
}

.about_bottom .main_btn:nth-child(2) {
    margin-left: 2rem;
}

.section-faq .main_btn {
    margin-top: 2rem;
}

.main_btn.bordered:hover {
    color: #080711;
}

.main_btn.bordered:hover svg * {
    fill: #080711;
}

.gallery-slider .gal_block_text {
    position: absolute;
    bottom: 2.5rem;
    left: 2.5rem;
    padding-right: 0.5rem;
    opacity: 0;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.gallery-slider .gal_block:hover .gal_block_text {
    opacity: 1;
}

.gallery-slider .gal_block_hover {
    top: calc(50% - 2rem);
}

.gallery-modal {
    width: 100%;
    max-width: 113rem;
    padding: 6rem;
    background-color: rgba(255, 255, 255, 0);
}

.gallery-modal__image {
    margin-bottom: 4.9rem;
    width: 100%;
    height: 68rem;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top center;
    border-radius: 10px;
}

.gallery-modal__title {
    margin-bottom: 2.4rem;
    color: #dcae68;
    font-family:"Playfair Display";
    font-size: 3.6rem;
    font-weight: 700;
    letter-spacing: 1.8px;
}

.gallery-modal__date {
    margin-bottom: 2.5rem;
    color: #6a71a1;
    font-family:Montserrat-Regular;
    font-size: 1.4rem;
}

.gallery-modal__text {
    color: #a8b4d0;
    font-family:Montserrat-Regular;
}

.gal-block-large:before {
    height: 100%!important;
    opacity: 0!important;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.gal-block-large:hover:before {
    opacity: 0.8!important;
}

.gallery-modal .fancybox-button {

    width: 5.5rem;
    height: 5.5rem;
    border: 1px solid rgba(220, 174, 104, 0.3);
    background-color: #020d44;
    border-radius: 50%;
}

.gallery-modal .fancybox-button svg path {
    fill: #dcae68;
}

@media screen and (max-width: 1620px) {
    .side_socails {
        display: none;
    }
}

@media screen and (max-width: 1500px) {
    .slider-wrapper {
        width: 100%;
        max-width: 1300px;

        margin: 0 auto;
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 1425px) {
    .slider-wrapper {
        max-width: 1250px;
    }
}

@media screen and (max-width: 1270px) {
    .slider-wrapper {
        max-width: 1100px;
    }

    .product_item__content {
        padding: 0;
    }
}

@media screen and (max-width: 1199px) {
    .header-phone {
        margin-right: 0.5rem !important;
        padding: 2rem 1rem;
    }

    .nav_list > :not(:last-child) {
        margin-right: 2rem;
    }

    .header-cart-wrapper .header_right__link {
        /*width: 5.5rem;*/
    }

    .gal_block_text .gal_block_title {
        font-size: 1.6rem;
    }

    .gal_block_text {
        bottom: 1rem;
    }
}

@media screen and (max-width: 1110px) {
    .slider-wrapper {
        max-width: 910px;
    }
}

@media screen and (max-width: 1024px) {
    #customer_details {
        margin-right: 2rem;
    }

    .form-column {
        width: 48%;
    }

    .slider-wrapper {
        max-width: 100%;
    }

    .slider-wrapper .slider_controls {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        top: calc(100% + 1rem);
        width: 100%;

        left: 0;
    }
}

@media screen and (max-width: 991px) {
    .personal-area br {
        display: block !important;
    }

    .header-phone {
        margin-right: 0 !important;
        margin-bottom: 2rem;
    }

    .gallery-slider .gal_blocks.quarter_blocks .gal_block {
        height: 20rem;
    }

    .gallery-slider .gal_block {
        height: 41rem;
    }
}

@media screen and (max-width: 830px) {
    #customer_details {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 2rem;
    }

    .form-column {
        width: 100%;
    }

    .gal_block_text .gal_block_subtitle {
        font-size: 1.4rem;
    }

    .gallery-slider .gal_block_hover {
        width: 4rem;
        height: 4rem;
    }
}

@media screen and (max-width: 750px) {
    .checkout_coupon .form-row-first {
        width: 48% !important;
    }

    .checkout_coupon .form-row-last {
        width: 48% !important;
    }

    .checkout_coupon .main_btn .main_btn_inner {
        height: -webkit-calc(7rem - 2px);
        height: calc(7rem - 2px);
    }
}

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

    .gallery-modal__image {
        height: 46rem;
        margin-bottom: 2rem;
    }

    .gallery-modal {
        padding: 6rem 2rem;
    }

    .gallery-modal__title {
        margin-bottom: 1.5rem;
        font-size: 2.6rem;
    }

    .nav_list > :not(:last-child) {
        margin-right: 0;
        margin-bottom: 2rem;
    }

    .personal-area .woocommerce {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .personal-area .woocommerce-MyAccount-content {
        width: 100%;
    }

    .personal-area .woocommerce-MyAccount-navigation {
        width: 100%;
        margin-bottom: 2rem;
    }

    .personal-area .woocommerce-MyAccount-navigation-link {
        display: inline-block;
        float: none;
        margin: 0;
        padding: 0.5rem;
    }

    .personal-area .woocommerce-MyAccount-navigation-link:before {
        display: none;
    }

    .woocommerce-table--order-details td, .woocommerce-table--order-details th {
        padding: 1rem !important;
    }
}

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

    .about_bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .about_bottom .main_btn:nth-child(2) {
        margin-left: 0;
        margin-top: 2rem;
    }

    .place-order {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .woocommerce-terms-and-conditions-wrapper {
        margin-bottom: 2rem;
    }

    .woocommerce-checkout-review-order-table td, .woocommerce-checkout-review-order-table th {
        padding: 1rem 2rem !important;
    }

    .checkout_coupon .form-row-first {
        width: 100% !important;
        float: none;
    }

    .checkout_coupon .form-row-last {
        width: 100% !important;
    }
}

@media screen and (max-width: 420px) {
    .woocommerce-billing-fields .form-row.form-row-first {
        width: 100% !important;
        float: none;
    }
    .woocommerce-billing-fields .form-row.form-row-last {
        width: 100% !important;
    }
    .gallery-modal__image {
        height: 34rem;
    }
}
@media screen and (max-width: 360px) {
    .gallery-modal__image {
        height: 30rem;
    }
}
@media screen and (max-width: 350px) {
    .slider-wrapper .slider_controls {

        display: none;
    }
}
@media screen and (max-width: 320px) {
    .gallery-modal__image {
        height: 28rem;
    }
}