@charset "utf-8";

/* general */
.index-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 20px;
    min-width: 1240px;
}
.index-content-full {
    padding: 0;
}
.index-content-wrapper {
    width: 100%;
    min-width: 1240px;
    max-width: 1440px;
    margin: 0 auto;
}
.index-content-full > .index-content-wrapper {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.index-content-title {
    margin-bottom: 40px;
}
.index-content-note {
    width: 50%;
    margin: 0 auto 40px;
    text-align: center;
}


/***************  .big-slider **********************/
.index-content-big-slider {
    margin-top: -100px;
}
.big-slider {}
.big-slider-one {
    width: 100%;
/*    height: auto;*/
    height: 800px;
    overflow: hidden;
}
.big-slider-img {
    width: 100%;
/*    height: auto;*/
   height: 800px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.big-slider-one img {
    width: 100%;
/*    height: auto;*/
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transform: scale(1.2) rotate(5deg);
    /**/
    object-fit: cover;
    height: 100%;
    max-width: 100%;
}
.big-slider-one.slick-active img {
    transform: scale(1) rotate(0);
}
.big-slider-one .index-content-wrapper {}

.big-slider-content {
    width: 55%;
    position: absolute;
    left: 0;
    bottom: 15px;
    padding: 20px 20px 10px 20px;
    display: flex;
    justify-content: end;
    transition: 0.5s;
}
.big-slider-content::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 2000px;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.big-slider-content > div {
    width: 100%;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
}
.big-slider-content-title {
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    height: 42px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
    color: #ffffff;
    transform: translateX(-500px);
    opacity: 0;
    transition: all .3s cubic-bezier(0.55, 0.06, 0.68, 0.19);
}
.big-slider-one.slick-current .big-slider-content-title {
    transition: .6s cubic-bezier(0.22, 0.61, 0.36, 1) .3s;
    transform: translateX(0);
    opacity: 1;
}
.big-slider-content-text {
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 26px;
/*    height: 52px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;*/
    transform: translateX(-500px);
    opacity: 0;
    transition: all .3s cubic-bezier(0.55, 0.06, 0.68, 0.19);
}
.big-slider-one.slick-current .big-slider-content-text{
    transition: .6s cubic-bezier(0.22, 0.61, 0.36, 1) .4s;
    transform: translateX(0);
    opacity: 1;
}

.big-slider-one.slick-current .big-slider-content-button {
    transition: .6s cubic-bezier(0.22, 0.61, 0.36, 1) .5s;
    transform: translateX(0);
    opacity: 1;
}
.big-slider-one.slick-current .big-slider-content:hover a{
    transition: .6s ease;
}
.big-slider-one.slick-current .big-slider-content a:hover{
    transition-delay: 0s;
    color: #45a7ef;
}


/* video */
.big-slider-one-video:hover .big-slider-content {
    opacity: 0;
    bottom: 60px;
    transition: 0.5s;
}


.big-slider-thumbs {
    width: 40%;
    max-width: 754px;
    position: absolute;
    right: 0;
    bottom: 15px;
    margin: 0 25px;
}
.big-slider-thumb-one {
    margin: 0 10px;
    cursor: pointer;
}
.big-slider-thumbs img {
    width: 100%;
    height: auto;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.big-slider-thumb-img {
    border-bottom: 5px solid #000;
    transition: 0.5s;
}
.big-slider-thumb-one:hover .big-slider-thumb-img {
    border-bottom: 5px solid #45a7ef;
    transition: 0.5s;
}
.big-slider-thumb-img::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.4;
    transition: 0.5s;
}
.big-slider-thumb-one:hover .big-slider-thumb-img::after,
.big-slider-thumb-one.slick-current .big-slider-thumb-img::after{
    opacity: 0;
    transition: 0.5s;
}
.big-slider-thumbs .slick-prev,
.big-slider-thumbs .slick-next {}
.big-slider-thumbs .slick-prev {}
.big-slider-thumbs .slick-next {}

/*  index-content-top-block */

.index-content-top-blocks {
    padding-bottom: 0;
}
.top-blocks-wrapper {}

.top-block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 60px 0;
}

.top-block-img-wrapper{
    width: 70%;
    aspect-ratio: 4/3;
}

.top-block-img img {
    width: 95%;
}

.top-block-content {
    width: 30%;
}
.top-block-content-title {
    margin-top: 0;
}

.top-block-content-desc ul {
    margin-left: 20px;
    margin-bottom: 0;
}
.top-block-content-desc ul > li {
    margin-bottom: 10px;
}

.top-block-content-desc ul > li::after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background-color: #45a7ef;
    position: absolute;
    top:24px;
    left: 0;
}
.top-block-content-desc ul > li::before {
    background-color: #45a7ef;
}
.top-block-content-desc ul > li > div.marginleft  {
    padding-left: 20px;
}


.top-block-content ul.fp-option-list-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 10px;
}
.top-block-content ul.fp-option-list-wrapper > li{
    border: 2px solid #5f5f5f;
    border-radius: 4px;
    font-weight: 700;
    font-size: 13px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #fff;
    padding: 0 14px;
    margin: 0 20px 0 0;
    transition: .3s ease;
    cursor: default;
}
.top-block-content ul.fp-option-list-wrapper > li:hover {
    border-color: #45a7ef;
}
.top-block-content ul.fp-option-list-wrapper > li > button {
    color: #fff;
}
.top-block-content ul.fp-option-list-wrapper > li:has(button.active) {
    border-color: #45a7ef;
}
.top-block-content-price-button-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.top-block-content-price-wrapper {
    min-width: 120px;
    min-height: 36px;
}

.top-block-content-price{
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5em;
    color: #45a7ef;
}

/* sample <=> volume */

.sample,
.volume{
  position: absolute;
    left: 0;
    top: 0;
}

.volume {
    display: none;
}



/*index-content-text-block */

.index-content-text-block {}

.text-block-content {
    text-align: center;
}



/*****    index-content-first-page   *****/

.index-content-first-page {}

.index-content-products-wrapper {
    width: 101%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1% 100px;
}

.index-spec-box-product {
    width: 18%;
    margin: 40px 1%;
    overflow: hidden;
}
.index-spec-box-product-top {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.index-spec-box-product-img {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}

.index-spec-box-product:hover .ataka-img-overlay::after {
    transition: 0.5s;
    opacity: 1;
}

.index-spec-box-product-img img {}

.index-spec-box-product-name-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    bottom: 0;
    transition: 0.5s;
    padding-top: 5px;
}
.index-spec-box-product-cat {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 20px;
    height: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    /**/
    display: none;
}

.index-spec-box-product-name {
    transition: 0.5s;
    margin-bottom: 40px;
}
.index-spec-box-product-name h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    height: 52px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-spec-box-product-top:hover .index-spec-box-product-name h3 {
    color: #45a7ef;
    transition: 0.5s;
}
.index-spec-box-product-desc {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 20px;
    height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-spec-box-product-price {
    display: flex;
    flex-wrap: wrap;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5em;
}
.index-spec-box-product-price .normal-price {
    color: #45a7ef;
}
.index-spec-box-product-price .old-price {
    color: #fff;
    text-decoration: line-through;
    text-decoration-color: #45a7ef;
    margin-right: 5px;
}

.index-spec-box-product-footer{
    display: flex;
    align-items: center;
    min-height: 50px;
    overflow: hidden;
    transition: 0.5s;
    margin-top: 10px;
}

.index-spec-box-product-footer .index-spec-box-product-add-cart{
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    padding: 0 7px;
    margin-left: 10px;
    font-size: 12px;
}

.index-spec-box-product-footer .index-spec-box-product-add-cart::after{
    width: 55px;
}


/* .index-content-four-blocks */

.index-content-four-blocks {
    width: 100%;
    min-height: 500px;
    padding: 60px 20px 60px;
    background-image: url("/images/templ/index_4-block_bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    color: #ffffff;
    margin-bottom: 60px;
}


.four-blocks-content-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.four-blocks-content {
    width: 20%;
    background: #292929;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
    min-height: 206px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    transition: .3s ease;
    margin: 0 10px;
}

.four-blocks-content:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 2px solid #45a7ef;
    transition: .4s ease;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    pointer-events: none;
}

.block-icon {
    width: 32%;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}
.block-title {
    text-align: center;
    padding-top: 13px;
}

.block-title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 50px;
    height: 2px;
    background-color: #45a7ef;
    transition: .3s ease;
}


