

/* Start:/local/templates/mirkliya/template_styles.css?17254614175447*/
a {
    text-decoration: underline;
    font-weight: bold;
}

a:hover, a:focus {
    color: black;
}

.menu_desktop a:hover,
.menu_desktop a:focus,
.footer_menu a:hover,
.footer_menu a:focus,
.btn_catalog:hover,
.btn_catalog:focus {
    color: #ffffff;
}

.title_page,
.title_section_page,
.contact_link,
.footer_title,
.footer_contact a,
.footer_link span,
.title_section,
.product_info h2,
.add_cart_product_page {
    font-weight: normal !important;
}

.title_section {
    font-size: 16px !important;
}

.search.contact_block {
    text-align: left;
    margin-top: 1em;
}

.search.contact_block a {
    font-weight: normal;
    line-height: 2em;
}

.open_item_menu a.header {
    grid-column-end: span 2;
    font-size: 16px;
    margin-bottom: 5px;
}

.open_item_menu a.header:hover {
    color: inherit;
}

.header_info .contact_link:hover,
.search.contact_block .contact_link:hover {
    color: inherit;
    cursor: default;
}

.header_info .open_callback,
.search.contact_block .open_callback {
    cursor: pointer;
}

@media (min-width: 576px) {
    .modal-callback .modal-dialog {
        max-width: 580px;
    }
}

.modal-callback .modal-body {
    padding: 1rem 50px 50px 50px;
}

.modal-callback .modal-header {
    flex-wrap: wrap;
    padding: 40px 30px 1rem 30px;
    text-align: center;
    justify-content: center;
    border: none;
}

.modal-callback .modal-title {
    color: #145185;
    font-size: 28px;
    font-weight: normal;
}

.modal-callback .line {
    height: 3px;
    width: 100%;
    background: rgb(226,38,28);
    background: linear-gradient(90deg, rgba(226,38,28,0) 3%, rgba(226,35,25,1) 30%, rgba(226,35,25,1) 50%, rgba(226,35,25,1) 70%, rgba(226,35,25,0) 97%);
}

.modal-callback .input-wrapper {
    width: 100%;
}

.modal-callback .input-wrapper input,
.modal-callback .input-wrapper textarea {
    width: 100%;
    border-color: #120E29;
    color: #120E29;
    border-width: 1px;
    box-shadow: none;
    height: 56px;
    border-radius: 6px;
    padding: 16px 20px 16px 20px;
    outline: none;
    resize: none;
    font-size: 15px;
}

.modal-callback .input-wrapper {
    margin-bottom: 20px;
}

.modal-callback .input-wrapper textarea {
    height: unset;
}

.modal-callback .input-wrapper-accept {
    color: #120E29;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.modal-callback input[type="checkbox"] {
    width: 28px;
    height: 28px;
    margin-right: 12px;
}

.modal-callback button {
    background: rgb(226,38,28);
    color: white;
    width: 100%;
    height: 52px;
    border-radius: 6px;
    padding: 16px 30px 16px 30px;
    font-size: 16px;
}

.modal-callback button:focus,
.modal-callback button:hover {
    color: white;
    background: rgb(229, 63, 54);
}

.sections_list .img-wrapper {
    min-height: 200px;
    background-size: cover;
    background-position: center center;
}

.product_page {
    display: flex !important;
    flex-direction: column;
}

.product-preview {
    display: flex;
}

.product_img img {
    width: 100%;
    max-width: unset;
    max-height: unset;
}

.product_img {
    width: 50px;
    flex-basis: 50%
}

.product_img .slick-current {
    border: 2px solid black;
}

.product-right_info {
    flex-basis: 50%
}

@media screen and (max-width: 1200px) {
    .menu_desktop {
        margin: 0 20px 0 20px;
    }

    .product_btn {
        flex-wrap: wrap;
    }

    .product_img {
        flex-basis: 50%
    }

    .product-right_info {
        flex-basis: 50%
    }
}


@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 1140px !important;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1320px !important;
    }
}

.main-img-thumbs {
    display: flex;
    align-items: center;
}

.main-img-thumbs .arrow {
    cursor: pointer;
}

swiper-container {
    width: 100%;
    height: 100%;
}

swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper {
    height: 80%;
    width: 100%;
}

.mySwiper2 {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
    width: calc(100% - 40px);
}

.mySwiper2 swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper2 .swiper-slide-thumb-active {
    opacity: 1;
}

swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .product-preview {
        flex-direction: column;
        justify-content: center;
    }

    .product_img {
        padding-right: 0 !important;
        width: 100%;
    }

    .product_img img {
        width: 60%;
    }
}

.header_info .checkbox {
    display: none;
}

.header_mobile .nav-container > .contact_block {
    display: none;
}

.mySwiper {
    max-height: 400px;
}

.mySwiper img {
    width: unset;
    height: auto;
    max-height: 400px;
}

.mySwiper swiper-slide {
    margin: auto;
}

.mySwiper2 img {
    width: unset;
    height: 100%;
    max-height: 100px;
    max-width: 120px;
}
/* End */
/* /local/templates/mirkliya/template_styles.css?17254614175447 */
