@font-face {
    font-family: 'Montserrat';
    src: url('./fonts/montserrat-black-webfont.woff2') format('woff2'),
        url('./fonts/montserrat-black-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: optional;
}

@font-face {
    font-family: 'Montserrat';
    src: url('./fonts/Montserrat-ExtraBold.woff2') format('woff2'),
        url('./fonts/Montserrat-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('./fonts/montserrat-bold-webfont.woff2') format('woff2'),
        url('./fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'Montserrat';
    src: url('./fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('./fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('./fonts/montserrat-medium-webfont.woff2') format('woff2'),
        url('./fonts/montserrat-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'Montserrat';
    src: url('./fonts/montserrat-regular-webfont.woff2') format('woff2'),
        url('./fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans Narrow';
    src: url('./fonts/ptsansnarrow-regular-webfont.woff2') format('woff2'),
        url('./fonts/ptsansnarrow-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: optional;
}

main .s-container {
    padding: 0 15px;
    max-width: 1340px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
}

section.page-section h2.block-title {
    font-weight: 500;
    font-size: 42px;
    font-family: 'Montserrat';
    line-height: 1.3;
    text-transform: uppercase;
    padding: 0;
    position: relative;
    letter-spacing: .1px;
    color: #000;
    text-align: center;
}

.section-2-home h2 span {
    background-image: linear-gradient(0deg, #000, #f90000);
    background-image: linear-gradient(2deg, #3c3737, #f90000);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    font-weight: 700
}

.section-2-home h3 {
    font-family: 'Montserrat';
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: .1px;
    color: #000;
    margin: 6px 0 0
}

.page-section .hero-title {
    font: 500 64px/75px 'Montserrat';
    text-transform: uppercase;
    margin: 0;
    color: #000
}

.page-section .block-title b,
.page-section .hero-title b,
.page-section .hero-title i {
    font-weight: 800
}

.page-section .hero-title i {
    background-image: linear-gradient(0deg, #611f1f, red);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    font-style: normal
}

.hero-description,
.hero-description p {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: .34px;
    margin-top: 9px;
    display: block;
    font-family: 'Montserrat';
}

.section-1-home {
    background-size: cover;
    padding-top: 54px
}

.section-1-home .top-row {
    max-width: 580px
}

.section-1-home .bottom-row {
    padding-top: 57px;
    padding-bottom: 35px;
    padding-top: 48px;
    padding-bottom: 25px;
    max-width: 800px
}

.section-1-home .s-container {
    justify-content: flex-start;
    text-align: left;
    align-items: flex-start
}

.characteristics {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.characteristics li {
    padding-left: 23px;
    margin-right: 54px;
    margin-bottom: 25px;
    position: relative;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px
}

.characteristics li:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url('./img/Check-Mark.svg') no-repeat center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 2px
}

.section-2-home {
    padding-top: 79px;
    padding-bottom: 30px
}

.section-2-home__cats {
    justify-content: flex-start;
    width: calc(100% + 48px);
    margin: 45px -24px 0
}

.section-2-home__cats .column-4 {
    padding: 24px
}

.section-2-home__cats h3 {
    margin-top: 15px
}

.section-2-home__cats .description {
    font-size: 15px;
    color: #212121;
    margin-top: 2px;
    display: block;
    line-height: 1.5;
}

.section-3-home {
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 47px
}

.section-3-home__items {
    width: calc(100% + 48px);
    margin: 0 -24px
}

.section-3-home__items .column-3 {
    padding: 24px
}

.section-3-home__items .item {
    text-align: center
}

.section-3-home__items .block-title {
    font-size: 32px;
    color: #212121;
    text-transform: none;
    margin: 0 0 13px;
    font-weight: 700;
    text-align: center
}

.section-3-home__items .block-image {
    height9: 95px;
    width9: 110px;
    object-fit9: contain;
    display: block;
    margin: 0 auto 19px
}

.section-3-home__items .block-imagethumb {
    display: flex;
    width: 100%;
    height: 105px;
    align-items: center
}

.section-3-home__items .description {
    font-size: 18px;
    color: #212121;
    display: block;
    margin: 0 auto;
    max-width: 305px
}

.section-7-home {
    padding: 40px 0 35px 0
}

.section-7-home h2.block-title {
    margin-bottom: 35px;
    font-size: 29px
}

.searchhome7in {
    width: 100%;
    text-align: center
}

.searchhome7in a {
    display: inline-block;
    margin: 0 20px 30px;
    padding: 15px 45px;
    font-size: 18px;
    box-shadow: 0 12px 34px 0 rgb(33 33 33 / 12%)
}

.searchhome7in a:hover {
    color: #ff353f
}

.searchhome7in2 {
    text-align: center
}

.searchhome7in2 a {
    color: #d7323b;
    font-weight: 600;
    font-size: 21px
}

.searchhome7in2 a:hover {
    text-decoration: underline;
    color: #333
}

.section-4-home .block-title {
    text-align: center;
    margin-top: 70px
}

.section-5-home .block-title b {
    color: #ff353f
}

.section-4-home .block-title span {
    font-weight: 800
}

.techniques .title {
    flex-direction: column;
    justify-content: center;
    height: 64px;
    display: flex;
    align-items: center;
    z-index: 1;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 15px;
    bottom: -4px
}

.techniques .wrap {
    transition: all .35s linear;
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    background-color: rgba(255, 255, 255, .9);
    text-align: center;
    padding: 32px 20px 52px 20px
}

.techniques .title h3 {
    transition: all .35s linear;
    text-align: left;
    padding-left: 70px;
    background: url('./img/Fish_icon.svg') no-repeat left;
    margin: 0;
    display: inline-block;
    letter-spacing: 0;
    color: #332f31;
    font-size: 21px;
    font-weight: 800;
    text-transform: uppercase
}

.techniques .title p {
    height: 0;
    transition: all .35s linear;
    opacity: 0;
    max-width: 455px;
    margin-top: 5px;
    margin-bottom: 0;
    letter-spacing: 0;
    text-transform: none;
    color: #332f31;
    font-weight: 700;
    font-size: 14px
}

.techniques .image-link:hover .wrap {
    transform: skewY(2deg);
    padding-top: 85px;
    transition-delay: 0s
}

.techniques .image-link:hover p {
    height: 100%;
    transform: translate(0, -20px);
    opacity: 1
}

.techniques .image-link:hover h3 {
    transform: translate(0, -20px)
}

.techniques .image-link {
    overflow: hidden;
    display: block;
    position: relative;
    height: 363px;
    width: 100%
}

.techniques .image-link img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.techniques {
    margin-top: 88px;
    margin-top: 10px
}

.section-4-home {
    padding-top: 97px;
    padding-top: 20px;
    padding-bottom: 50px
}

.reviews__block-review {
    background-color: #fff;
    padding: 31px 50px
}

.reviews__block-review.middle {
    box-shadow: 0 30.5672px 43.3035px rgba(33, 33, 33, .06);
    position: relative;
    z-index: 2
}

.reviews__stars {
    display: flex;
    align-items: center;
    flex-wrap: nowrap
}

.reviews__stars .star {
    background: url('./img/orang-star.svg') center no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 10.7px
}

.middle .reviews__stars .star {
    width: 20px;
    height: 19px
}

.reviews__stars .grey-star {
    opacity: .4
}

.page-section .reviews__title {
    font-size: 18px;
    font-weight: 600;
    color: #212121;
    margin-top: 18px;
    text-align: left;
    font-family: 'Montserrat';
    letter-spacing: .1px
}

.middle .reviews__title {
    font-weight: 600;
    font-size: 22px;
    margin-top: 20px
}

.reviews__review {
    font-size: 14px;
    color: #212121;
    margin-top: 8px;
    display: block;
    text-align: left;
    letter-spacing: .1px;
    line-height: 1.4
}

.middle .reviews__review {
    font-size: 17px;
    margin-top: 10px
}

.reviews__person {
    font-weight: 300;
    font-size: 14px;
    font-style: italic;
    color: #212121;
    margin-top: 23px;
    display: block;
    text-align: left
}

.middle .reviews__person {
    font-weight: 300;
    font-size: 17px;
    font-style: italic;
    color: #212121;
    margin-top: 32px;
    display: block;
    text-align: left
}

.section-5-home {
    padding-top: 57px;
    padding-top: 10px;
    padding-bottom: 70px
}

.reviews {
    margin-top: 0
}

.section-5-home .fw-row {
    align-items: center
}

.slider4 .slick-slide .slide-img {
    width: 100%;
    position: relative;
}

.slick-slider.slider4 .slick-list {
    padding: 0 !important;
    margin-left: -40px;
    margin-right: -40px;
}

.slider4 .slick-slide {
    margin: 55px;
    transition: transform .4s, opacity .4s;
    opacity: 0.4;
    opacity: 1;
}

.slider4 .slick-center {
    -moz-transform: scale(1.28);
    -ms-transform: scale(1.28);
    -o-transform: scale(1.28);
    -webkit-transform: scale(1.28);
    opacity: 1;
    transform: scale(1.28);
    z-index: 2;
    position: relative;
    transition: transform .4s, opacity .4s;
}

.slider4 .slide-title {
    font-weight: 700;
    font-size: 18px;
    color: #212121;
    margin-top: 14px;
    line-height: 22px;
    text-align: center;
    display: block;
}

.slider4 .slick-dots li button {
    width: 25px;
    height: 25px;
    border: 1px solid #D3D5D6;
    border-radius: 100%;
}

.slider4 .slick-dots li.slick-active button,
.slider4 .slick-dots li button:hover,
.slider4 .slick-dots li button:focus {
    border-color: transparent;
    background: rgba(237, 28, 36, 0.5);
}

.slider4 .slick-slide img {
    object-fit: cover;
    height: 216px;
    width: 100%;
    display: block;
}

a.video {
    cursor: pointer;
    position: relative;
    display: block;
}

a.video .slide-img:after {
    content: '';
    width: 34px;
    height: 34px;
    background: url('./img/play_btn.svg') no-repeat center;
    background-size: contain;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: -17px auto 0;
}

.section-6-home {
    padding-top: 37px;
    padding-bottom: 50px;
}

.slider4 .slick-track {
    margin: 0;
}

.slider4 {
    margin-top: 102px;
}

.slider4 .slick-dots li {
    width: 25px;
    height: 25px;
    margin: 0 8px;
}

.slider4.slick-dotted.slick-slider {
    padding-bottom: 27px;
}

.btn-style4 {
    background-color: #9d2329;
    padding: 16px 34px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    display: block;
    margin: 70px auto 0;
    border: none;
    border-radius: 0;
    width: fit-content;
}

body .btn-style4:hover {
    background-color: #ad282f;
    color: #fff;
}

span.a2a_svg svg {
    top: 5px;
    width: 22px
}

.block-title {
    text-align: center
}

.product_section-2 {
    background: #efefef;
    padding-top: 50px;
    padding-bottom: 120px;
    float: none;
    clear: both
}

.product_section-2 .block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.product_section-2 .info-block-left {
    width: 53%;
    padding: 5px 100px 15px 15px
}

.product_section-2 .info-block-left .info-block {
    font-size: 18px;
    line-height: 33px;
    font-weight: 600
}

.product_section-2 .block-title {
    margin-bottom: 16px
}

.product_section-2 .product-name {
    padding-top: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 20px
}

.product_section-2 .block-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    padding: 0;
    margin-top: -6px
}

.block-title,
.info-block-left {
    text-align: left
}

.product_section-2 .product-name span {
    display: inline
}

.about-section {
    padding: 35px 0
}

.about-section h2 {
    text-align: center;
    font-weight: 700;
    font-size: 48px;
    color: #000;
    margin-bottom: 35px;
    position: relative;
    padding-bottom: 15px
}

.about-section h2:after {
    display: block;
    content: '';
    width: 274px;
    height: 1px;
    background: #000;
    display: block;
    bottom: 0;
    left: 50%;
    margin-left: -137px;
    position: absolute
}

.about-section p {
    font-size: 20px;
    line-height: 32px
}

.about-section1 {
    padding: 25px 0;
    margin-bottom: 25px;
    background-color: #ededed
}

.section-2-home__cats .cat .icon {
    width: 15px;
    height: 16px;
    display: inline-block;
    margin-top: 1px;
    float: right;
}

.section-2-home__cats img {
    width: 100%;
}

@media (max-width:4770px) and (min-width:1200px) {

    .section-1-home {
        background: url('./img/Stix-Six-Rods.jpg') no-repeat bottom right
    }

    .section-3-home {
        background: url('./img/backgrounds1.jpg') no-repeat center
    }

}

@media (max-width:992px) {
    .slick-slider.slider4 .slick-list {
        margin-left: 0;
        margin-right: 0;
    }

    .slider4 .slick-slide {
        margin: 0;
    }

    .slider4 .slick-center {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        position: relative;
        transition: none;
    }

    .column-4 {
        width: 50%
    }

    .section-1-home {
        background-size: auto 100%;
        padding-top: 22px;
        background-position: 0 0
    }

    .page-section .hero-title {
        line-height: 48px;
        font-size: 44px
    }

    .characteristics li {
        font-size: 17px;
        line-height: 20px
    }
}

@media (max-width:767px) {

    .section-3-home__items,
    .s-row {
        width: 100%;
        margin: 0;
    }

    .section-2-home__cats .column-4 {
        padding: 24px 0;
    }

    .reviews__person {
        margin-top: 11px
    }

    .reviews__review {
        font-size: 18px
    }

    .searchhome7in a {
        display: inline-block;
        margin: 0 10px 30px 0;
        padding: 13px 10px
    }

    .column-2,
    .column-3,
    .column-4 {
        width: 100%
    }

    section.page-section h2.block-title {
        font-size: 42px
    }

    .page-section h4 {
        font-size: 23px;
        line-height: normal
    }

    .page-section h1 {
        font-size: 40px;
        margin: 3px 0 0
    }

    .page-section h3 {
        font-size: 20px
    }

    .only-mobile {
        display: block
    }

    .section-1-home .bottom-row {
        padding-top: 10px;
        padding-bottom: 0
    }

    .section-2-home {
        padding-top: 20px;
        padding-bottom: 0
    }

    .characteristics li {
        padding-left: 29px;
        margin-right: 0;
        width: 50%
    }

    .section-2-home__cats {
        margin: 0 -24px 0;
        margin: 0 0 0
    }

    .section-2-home__cats {
        width: 100%
    }

    .section-2-home__cats .description {
        padding-right: 20px
    }

    .section-3-home__items .column-3 {
        padding: 26px 0 0 0;
    }

    .section-3-home__items .block-title {
        margin: 0 0 4px
    }

    .section-3-home {
        padding-top: 0;
        padding-bottom: 25px
    }

    .section-7-home h2.block-title {
        margin-bottom: 35px;
        font-size: 24px
    }

    .section-7-home {
        padding: 32px 0 10px 0
    }

    .techniques .title {
        padding: 0 5px
    }

    .section-4-home .block-title {
        margin-top: 25px;
        font-size: 28px
    }

    .section-4-home {
        padding-bottom: 8px
    }

    .reviews__block-review {
        padding: 25px 0;
    }

    .section-5-home {
        padding-bottom: 0
    }

    .section-6-home {
        padding-top: 15px
    }

    .techniques .column-2 {
        padding: 0 15px 15px
    }
}

@media (max-width:350px) {
    .techniques .title h3 {
        font-size: 15px;
        padding-left: 60px
    }
}

.mobile-only {
    display: none
}

@media (max-width:767px) {
    .mobile-only {
        display: block
    }
}