.product_page_content {
    max-width: 1336px;
    width: 100%;
    margin: 0 auto 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  position: relative;
}

.gallery-thumbs {
    float: left;
    width: 93px;
    min-width: 93px;
    height: 551px;
    margin-right: 20px;
    position: relative;
}

.gallery-thumbs img {
    width: 73px;
    height: 60px;
    object-fit: contain;
}

.gallery-thumbs .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px;
    background: #fff;
}

.gallery-top {
    width: 545px;
    height: 551px;
    overflow: hidden;
}

.gallery-top .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    border-radius: 16px;
    padding: 20px 25px;
}

.gallery-top .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  pointer-events: none;
}

.product_slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    overflow: hidden;
}

.product_slider .swiper-button-next, .product_slider .swiper-button-prev {
    color: #000000;
    transform: rotate(-90deg);
}

.product_slider .swiper-button-next:after, .product_slider .swiper-button-prev:after {
    font-size: 16px;
}

.product_slider .swiper-button-next {
    bottom: -21px;
    left: 26px;
    top: unset;

    background: #FFFFFF;
    opacity: 0.78;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
    -webkit-transform: matrix(0, 1, 1, 0, 0, 0);
    -ms-transform: matrix(0, 1, 1, 0, 0, 0);
    transform: matrix(0, 1, 1, 0, 0, 0);
}

.product_slider .swiper-button-prev {
    top: 0;
    left: 26px;
    background: #FFFFFF;
    opacity: 0.78;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
    -webkit-transform: matrix(0, 1, 1, 0, 0, 0);
    -ms-transform: matrix(0, 1, 1, 0, 0, 0);
    transform: matrix(0, 1, 1, 0, 0, 0);
}

.brand, .brand a {
    color: #13455c;
}

.brand a:hover {
    text-decoration: underline;
    text-underline: #13455c;
}

.product_info_main {
    margin-left: 20px;
    width: 49%;
}

.product_info_main .unavailableQuantity {
    color: red;
    padding-right: 40px;
}

.product_info_main h1 {
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 32px;
}

.product_info > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px dashed #BDBDBD;
    font-size: 14px;
    margin-bottom: 8px;
    padding-bottom: 4px;
}

.product_info > div span {
    color: #828282;
}

.product_info > div span {
    color: #000000;
    text-align: right;
}

.product_info {
    margin-bottom: 32px;
}

.product_main_price {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.01em;
    color: #000000;
}

.sale_price {
    text-decoration: line-through;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #828282;
}

.count_price {
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #828282;
}

.product_prices span {
    padding-right: 16px;
}

.product_page_counter .product_counter {
    width: 206px !important;
}

.product_page_counter .product_counter > div {
    padding: 4px 0;
}

.product_page_counter .product_counter_content {
    margin-top: 0;
}

.product_page_counter .product_counter input {
    background: transparent;
    color: #000;
}

.product_page_counter .product_counter button {
    background: #13455c;
    border-radius: 100px;
    width: 51px;
    height: 32px;
}

.product_page_counter .product_counter button:hover {
    background: #1e6f94;
}

.product_page_counter .product_counter {
    background: transparent;
    margin-right: 20px;
}

.product_page_counter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 32px;
}

.product_mix_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px;
}

.product_mix_content .add_basket {
    width: 206px;
    padding: 16px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    background: #13455c;
    border-radius: 100px;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin-right: 20px;
}

.product_mix_content .add_basket:hover {
    background: #1e6f94;
}

.product_mix_content .add_basket svg {
    margin-right: 10px;
}

.make_product_favorite {
    border: 1px solid #BDBDBD;
    border-radius: 100px;
    width: 56px;
    height: 56px;
    background: transparent;
    text-align: center;
    padding-top: 6px;
    margin-right: 36px;
}

.make_product_favorite:hover svg path {
    stroke: #EB5757;
}

.make_product_favorite.selected svg path {
    stroke: #EB5757;
    fill: #EB5757;
}

.share_product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.share_product span {
    font-size: 14px;
    color: #828282;
    padding-right: 25px;
}

.share_product a {
    margin-right: 16px;
}

.product_details li {
    border-bottom: 3px solid transparent;
    padding-bottom: 5px;
    margin-right: 45px;
    color: #828282;
    font-size: 14px;
    cursor: pointer;
}

.product_details li.active {
    border-bottom: 3px solid #13455c;
    color: #000000;
}

.product_details .content {
    display: none;
    opacity: 0;
    width: 100%;
    -webkit-animation: display-none-transition 1s ease;
    animation: display-none-transition 1s ease;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #000000;
    position: relative;
    max-height: 328px;
    overflow: hidden;
}

@keyframes display-none-transition {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes display-none-transition {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
    }

    100% {
        opacity: 1;
    }
}

.product_details .content-section .active {
    display: block;
    opacity: 1;
}

.product_details ul {
    margin-bottom: 24px;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ccc;
}

.product_details {
    margin-top: 40px;
}

.product_layer {
    height: 136px;
    width: 100%;
    background: linear-gradient(180deg, #F5F5F5 40.63%, rgba(255, 255, 255, 0) 100%);
    transform: matrix(1, 0, 0, -1, 0, 0);
    position: absolute;
    left: 0;
    bottom: 0;
}

.product_layer .show_more {
    transform: matrix(1, 0, 0, -1, 0, 0);
}

.similar_products {
    max-width: 1336px;
    width: 100%;
    margin: 40px auto;
}

.similar_products h2 {
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 32px;
}

.similar_products .swiper-button-next, .similar_products .swiper-button-prev {
    width: 30px;
    height: 80px;
    top: calc(50% - 15px);
    background: #fff;
}

.similar_products .swiper-button-next:after, .similar_products .swiper-button-prev:after {
    color: black;
    font-size: 16px;
    font-weight: bold;
}

.similar_products .swiper-button-next {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    right: 0;
    box-shadow: -8px 0 8px rgba(0, 0, 0, 0.22);
}

.similar_products .swiper-button-prev {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    left: 0;
    box-shadow: 8px 0 8px rgba(0, 0, 0, 0.22);
}

.product_page_banner {
    max-width: 1336px;
    width: 100%;
    margin: 0 auto 70px;
}

.product_page_banner a, .product_page_banner img {
    width: 100%;
}

.product_page_banner .mobile {
    display: none;
}

.faq_accordion .content {
    display: none;
    opacity: 0;
    -webkit-animation: display-none-transition 1s ease;
    animation: display-none-transition 1s ease;
}

@keyframes display-none-transition {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes display-none-transition {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
    }

    100% {
        opacity: 1;
    }
}

.faq_accordion .content-section .active {
    display: block;
    opacity: 1;
}

.faq_accordion li {
    padding: 16px;
    font-size: 18px;
    border-left: 4px solid #E6E6E6;
    margin-bottom: 24px;
}

.faq_accordion li.active {
    font-weight: bold;
    border-left: 4px solid #13455c;
}

.faq_accordion {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 80px;
}

.faq_accordion nav {
    margin-right: 40px;
}

.faq_accordion ul {
    width: 330px;
}

.faq_accordion .job_info {
    max-width: 91%;
    margin-bottom: 24px;
}

.faq_accordion .vacancy_item .fa-solid {
    top: 33px;
}
.gallery-top, .show_tumb {
  position: relative;
}

.tumb_show {
  position: absolute;
  top: 41%;
  left: 33%;
  z-index: 99;
  text-align: center;
  display: block !important;
}
.zoomImg {
  width: 195px;
  height: 100px;
  padding: 6px;
  background: rgba(255,255,255,.6);
  display: none;
  font-size: 15px;
  position: absolute;
  z-index: 9;
  top: calc(60% - 100px);
  left: calc(69% - 195px);
  text-align: center;
  line-height: 83px;
}

.gallery-top:hover .zoomImg {
  display: block;
}
.square {
  background:#0000003b;
  width:150px;
  height:150px;
  z-index: 9;
  display: none;
  pointer-events: auto;
  cursor:crosshair;
}
.detail {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
  display: none;
}
.product_slider * {
  transition: 0s !important;
}

.detailWidthWithoutLLeftImage {
  width: 58% !important;
}
