@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

:root {
    --section-margin: 96px;
}

body {
    margin: 0;
    font-family: "Roboto", sans-serif;
}

.page-master {
    padding: 0;
    margin: 0;
    color: #171717;
    background-color: #fff;
    position: relative;
    
}

.master-container  {
    margin: auto;
    width: 100%;
    max-width: 1680px;
    padding: 0 82px;
    position: relative;
    z-index: 1;
}

.master-title {
    line-height: 1.2em;
    font-size: 44px;
    margin-bottom: 24px;
    font-weight: 400;
}

.master-text {
    font-size: 24px;
    line-height: 1.4em;
    margin-bottom: 36px;
}


.blue-text {
    color: #81a2ff;
}

a, button, input, svg, path, img {
    transition: all 0.5s ease;
}

input, input:hover, input:focus, input:active,
button, button:hover, button:focus, button:active

{
    outline: none;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

ul, li {
    display: block;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
}

.page-master * {
    box-sizing: border-box;
}

.master-btn {
    display: inline-block;
    outline: none;
    border: transparent;
    cursor: pointer;
    width: 100%;
    padding: 12px 16px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background-color: #E31235;
    border-radius: 4px;
    text-decoration: none;
    margin: 0;
    letter-spacing: -0.02em;
    line-height: 1.1em;
    max-width: max-content;
}

.no-wrapp {
    white-space: nowrap;
}

.master-mob,
.master-button-next::after,
.master-button-prev::after {
    display: none;
}

sup {
    line-height: 0;
    display: inline-block;
    font-size: 0.6em;
}

/* master-banner */

.master-banner {
    margin-bottom: var(--section-margin);
}

.master-banner video,
.master-banner-page video,
.video-bot,
.master-design-wrapper video {
    width: 100%;
    height: auto;
    vertical-align: middle;
    max-height: 100vh;
    object-fit: cover;
}

@media(max-width: 992px) {
}

/* master-collection */

.master-collection {
    margin-bottom: var(--section-margin);
}

.master-collection__box {
    margin-bottom: 28px;
}

.master-collection__title {
    margin: 0;
    text-align: left;
    font-size: 46px;
}

.master-collection__title sup,
.master-product__title sup {
    font-size: 14px;
    transform: translateY(-15px);
}

.master-collection__subtitle {
    font-size: 14px;
    margin-bottom: 22px;
    font-weight: 400;
}

.master-collection__text {
    letter-spacing: -0.02em;
    font-size: 16px;
    max-width: 884px;
}

.master-collection-slider__link {
    display: grid;
    align-items: flex-end;
    justify-content: center;
    text-decoration: none;
}


.master-collection-slider img {
    grid-column: 1 / -1;
    grid-row: 1 / -1;
    height: auto;
}

.master-collection-slider__overlay {
    grid-column: -1 / 1;
    grid-row: -1 / 1;
    padding: 40px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.master-collection-slider__text {
    font-size: 28px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 8px;
    line-height: 1.2em;
}

.master-collection-slider__shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    height: 131px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}

@media(max-width: 1350px) {
    .master-collection-slider__overlay {
        margin-bottom: 24px;
    }
}

@media(max-width: 992px) {
    .master-collection-slider {
        padding-bottom: 50px;
    }
    .swiper-pagination-bullet-active {
        background: #000;
    }
}

@media(max-width: 768px) {
    .master-collection .master-container {
        padding: 0;
    }
    .master-collection__title,
    .master-design__title {
        font-size: 32px;
        padding: 0 20px;
    }
    .master-collection__subtitle {
        font-size: 22px;
        margin-bottom: 16px;
        padding: 0 20px;

    }
    .master-collection__text {
        font-size: 14px;
        max-width: calc(100% - 32px);
        margin: 0 auto 24px;
    }
    .master-collection__box {
        margin-bottom: 24px;
    }
    .master-pc {
        display: none;
    }
    .master-mob {
        display: block;
    }
    .master-collection-slider {
        padding: 50px 20px 50px;
    }
    .master-collection-slider__text {
        font-size: 22px;
    }
    .master-collection__title sup,
    .master-product__title sup {
        transform: translateY(-5px);
    }
    .master-collection-slider__arrow,
    .master-storage-style__arrow {
        margin: 0;
        transform: none;
        top: 0;
        width: 25px;
        height: 25px;
    }
    .master-collection-slider__arrow--next,
    .master-storage-style__arrow--next {
        right: 0;
    }
    .master-collection-slider__arrow--prev,
    .master-storage-style__arrow--prev {
        right: 40px;
        left: auto;
    }
    
}

/* master-design */

.master-design {
    margin-bottom: var(--section-margin);
}

.master-design__title {
    padding: 0 1.5vw;
}

.master-design__box::after {
    margin-bottom: 34px;
}

.master-design-wrapper {
    display: flex;
     align-items: stretch;
    justify-content: space-between;
    background-color: #F5F5F6;
}

.master-design-wrapper_reverse {
    flex-direction: row-reverse;
}

.master-design-wrapper__slider {
    max-width: 50%;
    width: 100%;
    position: relative;
}

.master-design-wrapper__slide {
    opacity: 0;
}

.master-design-wrapper__slider .swiper-slide-active {
    opacity: 1;
}

.master-design-wrapper__images {
    width: 100%;
    height: auto;
    /* min-height: 765px; */
    vertical-align: middle;
    object-fit: cover;
    /* max-height: 100vh; */
}

.master-design-wrapper__content {
    padding: 24px;
    max-width: 50%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.master-design-wrapper__content a {
    display: flex;
    color: #000;
    gap: 5px;
    font-size: 18px;
}

.master-design-wrapper__title {
    font-size: 44px;
    text-align: left;
}

.master-design-wrapper__text {
    font-size: 16px;
    line-height: 1.4em;
    max-width: 596px;
    letter-spacing: -0.02em;
}

.master-design-wrapper__subtext {
    font-size: 16px;
    margin-bottom: 24px;
}

.master-button-prev svg,
.master-button-next svg {
    width: 40px;
    height: 40px;
    flex: none;
}

.master-button-prev {
    left: 22px;
}
.master-button-next {
    right: 22px;
}

@media (max-width: 1200px) {
    .master-design-wrapper__title {
        font-size: 32px;
    }
    .master-design-wrapper__text {
        font-size: 14px;
        margin-bottom: 0;
    }
    .master-design-wrapper__content a {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .master-design__title {
        font-size: 32px;
    }
    .master-design-wrapper {
        flex-direction: column;
    }
    .master-design-wrapper__slider {
        order: -1;
        max-width: none;
    }
    .master-design-wrapper__content,
    .master-design-wrapper_reverse .master-design-wrapper__content {
        max-width: none;
        padding: 16px 16px 32px;
    }
    .master-design-wrapper__images {
        min-height: auto;
    }
    .master-design-wrapper__text {
        max-width: none;
    }
    .master-design--reverse .master-design-wrapper {
        flex-direction: column-reverse;
    }
    .master-design--reverse .master-design-wrapper__content {
        height: 100vw;
    }
}

@media (max-width: 768px) {
    .master-design-wrapper__text {
        font-size: 14px;
    }
}

/* master-quote */

.master-quote {
    margin-bottom: 80px;
}

.master-quote__text {
    max-width: 1000px;
    margin: 0 0 28px;
    font-size: 44px;
    line-height: 1.1em;
    letter-spacing: -0.03em;
}

.master-quote__gray {
    color: #8B8B8B;
    font-size: 16px;
}

@media(max-width: 992px) {
    .master-quote {
        margin-bottom: 48px;
    }
    .master-quote__icon {
        width: 50px;
    }
    .master-quote__text {
        font-size: 32px;
    }
    .master-quote__gray {
        font-size: 12px;
    }
    .master-quote__gray:before {
        width: 40px;
    }
}

/* master-video-banner */

.master-video-banner {
    margin-bottom: 80px;
}

.master-video-banner__wrapper {
    cursor: pointer;
    position: relative;
}

.master-video-banner__wrapper svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media(max-width: 768px) {
    .master-video-banner__wrapper svg {
        width: 100px;
    }
    .master-video-banner {
        margin-bottom: 48px;
    }
}

/* master-product */

.master-product {
    margin-bottom: 80px;
    padding: 80px 0;
    background-color: #F5F5F6;
}

.master-product__title {
    font-weight: 700;
}

.master-product-slider img {
    margin-bottom: 16px;
}

.master-product-slider__name {
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 1.1em;
}

.master-product-slider__price {
    font-size: 28px;
    margin-bottom: 16px;
}

.master-product-slider__buttons {
    display: flex;
    align-items: center;
    gap: 16px;
}

@media(max-width: 992px) {
    .master-product-slider {
        padding-bottom: 50px;
    }
}

@media(max-width: 768px) {
    .master-product {
        padding: 32px 0;
        margin-bottom: 48px;
    }
    .master-product-slider {
        padding: 0 16px 50px;
    }
    .master-product__title {
        font-size: 38px;
    }
    .master-button-prev svg, .master-button-next svg {
        width: 30px;
        height: 30px;
    }
    .master-button-next {
        right: 10px;
    }
    .master-button-prev {
        left: 10px;
    }
}

/* master-disclaimer */

.master-disclaimer {
    margin-bottom: 150px;
}

.master-disclaimer__list {
    margin: auto;
}

.master-disclaimer__item {
    font-size: 18px;
    line-height: 1.2em;
}



@media(hover:hover) {
    .master-btn:hover {
        background-color: #B91122;
    }
    .master-banner-row__btn:hover {
        background-color: #000;
        color: #fff;
    }
    .master-collection-slider__link:hover img {
        transform: scale(1.05);
    }
    .master-collection-slider__link:hover .master-collection-slider__icon {
        transform: rotate(360deg);
    }
    .master-video-banner__wrapper:hover svg {
        transform:  translate(-50%, -50%) rotate(360deg) scale(1.05);
    }
    .master-button-next:hover svg rect,
    .master-button-prev:hover svg rect {
        fill: #adadad;
    }
    .master-video-banner__wrapper:hover svg rect {
        fill: #191616;
    }
}

/* popup */

.modal{
    position:fixed;
    left:0;
    top:0;
    width:100vw;
    height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    display:none;
    background:#2b2b2beb;
    z-index:10000
}
.modal__x{
    position:absolute;
    right:40px;
    top:20px;
    cursor:pointer
}
.modal_yt-bg{
    position:absolute;
    width:100%;
    height:100%
}
#yt_iframe{
    z-index:100
}

/* page-taste */

/* master-banner-page */

.master-banner-page {
    
    margin-bottom: -1px;
}

.master-banner-page .master-container {
    display: grid;
    align-items: flex-end;
}

.master-banner-page__images {
    grid-column: 1 / -1;
    grid-row: 1 / -1;
}

.master-banner-page__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    grid-column: -1 / 1;
    grid-row: -1 / 1;
    z-index: 1;
    padding: 32px 24px;
}

.master-banner-page__title {
    font-size: 64px;
    margin-bottom: 32px;
    max-width: 950px;
    font-weight: 400;
}

.master-banner-page__title--small {
    font-size: 44px;
}

.master-banner-page__text {
    font-size: 16px;
    max-width: 950px;
}



/* master-alone */

.master-alone {
    margin: 120px 0;
    text-align: center;
    font-size: 18px;
}

@media(max-width: 768px) {
    .master-banner-page__title {
        font-size: 32px;
        margin-bottom: 16px;
    }
    .master-banner-page__logo {
        margin-bottom: 32px;
        max-width: 40px;
    }
    .master-banner-page .master-container {
        align-items: flex-start;
    }
    .master-alone {
        margin: 32px 0;
        text-align: left;
        padding: 0 20px;
    }
    .master-banner-page__content {
        flex-direction: column;
        align-items: flex-start;
        padding: 24px 16px;
    }
    .master-banner-page__text {
        font-size: 14px;
        margin-bottom: 32px;
    }
    .master-banner-page--white {
        align-items: flex-end;
    }
}

/* master-banner-column */

.master-banner-column {

}

.master-banner-column__title,
.master-banner-column__text {
    max-width: 850px;
}

.master-banner-column__wrapper {
    display: grid;
}

.master-banner-column__images {
    grid-column: 1 / -1;
    grid-row: 1 / -1;
    width: 100%;
}

.master-banner-column__content {
    grid-column: -1 / 1;
    grid-row: -1 / 1;
}

@media(max-width: 768px) {
    .master-banner-column {
        display: flex;
        flex-direction: column-reverse;
    }
    .master-banner-column__wrapper {
        margin-bottom: 16px;
    }
    .master-banner-column__title {
        font-size: 32px;
    }
    .master-banner-column__text {
        font-size: 14px;
    }
}


.page-master__bg {
    position: absolute;
    left: 0;
    bottom: 84vw;
    width: 100%;
}

.index-more {
    z-index: 11;
    position: relative;
}

.mb-0 {
    margin-bottom: 0;
}

/* aster-banner-row */

.master-banner-row .master-container {
    display: grid;
    position: relative;
    z-index: 11;
}

.master-banner-row__images {
    grid-column: 1 / -1;
    grid-row: 1 / -1;
}

.master-banner-row__content {
    grid-column: -1 / 1;
    grid-row: -1 / 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 32px 24px;
}

.master-banner-row__title {
    font-size: 44px;
    font-weight: 400;
}

.master-banner-row__content div {
    display: flex;
    align-items: center;
}

.master-banner-row__text {
    font-size: 16px;
    max-width: 27vw ;
    margin-right: 32px;
    letter-spacing: -0.02em;
}

.master-banner-row__btn {
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
}

@media(max-width: 860px) {
    .master-banner-row__images img.master-pc {
        display: none;
    }
    .master-banner-row__images img.master-mob {
        display: block;
        width: 100%;
    }
    .master-banner-row__content {
        padding: 38px 16px;
        justify-content: flex-start;
    }
    .master-banner-row__title {
        margin-bottom: 6px;
        font-size: 32px;
    }
    .master-banner-row__content div {
        flex-direction: column;
        align-items: flex-start;
    }
    .master-banner-row__text {
        max-width: 350px;
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.4em;
        margin-right: 0;
    }
}

/* master-advantages */

.master-advantages {
    margin-bottom: 120px;
}

.master-advantages__list {
    display: flex;
}

.master-advantages__item img {
    margin-bottom: 16px;
}

.master-advantages__title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    padding: 0 20px;
    text-transform: uppercase;
}

.master-advantages__text {
    font-size: 16px;
    letter-spacing: -0.02em;
    padding: 0 20px;
}

@media(max-width: 768px) {
    .master-advantages__list {
        flex-direction: column;
    }
    .master-advantages__item {
        margin-bottom: 32px;
    }
    .master-advantages__title {
        font-size: 32px;
        text-transform: none;
    }
    .master-advantages__text {
        font-size: 14px;
        line-height: 1.4em;
    }
}

@media(max-width: 768px) {
    .master-disclaimer__item {
        font-size: 14px;
    }
}

.master-banner-page--white {
    color: #fff;
}

.master-banner-page--white .master-banner-page__text {
    color: #9C9C9C;
}

.master-banner-page--last .master-banner-page__content {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
}

.master-banner-page--last .master-banner-page__text {
    color: #fff;
}

.master-banner-page--last .master-banner-page__title {
    margin-bottom: 12px;
    font-size: 44px;
}

.master-banner-page__content-text {
    text-transform: uppercase;
    font-size: 16px;
}

/* master-material */

.master-material {
    padding: 120px 0 80px;
    background-color: #f6f6f6;
}

.master-material__text {
    font-size: 18px;
}

.master-material__slider {
    padding: 50px 0 0;
}

.master-material__slide img {
    margin-bottom: 24px;
}

.master-material__slide h3 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.master-material__slide p {
    font-size: 18px;
}

.master-material__arrow {
    margin: 0;
    transform: none;
    top: 0;
    width: 25px;
    height: 25px;
}

.master-material__arrow--prev {
    right: 64px;
    left: auto;
}

.master-material__arrow--next {
    right: 24px;
}

@media(max-width: 768px) {
    .master-material {
        padding: 24px 0;
    }
    .master-material__title,
    .master-banner-page--last .master-banner-page__title {
        font-size: 32px;
    }
    .master-material__text {
        font-size: 14px;
    }
    .master-material__arrow {
        top: auto;
        bottom: -40px;
    }
    .master-material__slider {
        padding: 50px 16px 70px;
    }
    .master-material__slide h3,
    .master-material__slide p {
        font-size: 14px;
    }
    .master-material__pagination .swiper-pagination-bullet {
        height: 1px;
        width: 24px;
        border-radius: 0;
    }
    .master-banner-page__content-text {
        display: none;
    }
    .master-banner-page--last .master-banner-page__content {
        justify-content: flex-end;
    }
}

/* master-accordeon */

.master-accordeon {
    display: flex;
    margin: 0 auto;
    background-color: #f6f6f6;
}

.master-accordeon__wrapper {
    background-color: #fff;
    margin: auto;
}


.master-accordeon__tabs {
    display: flex;
}

.master-accordeon__tabs-title {
    margin-bottom: 10vw;
    font-weight: 400;
    font-size: 44px;
    max-width: 680px;
}

.master-accordeon__tabs-images {
    width: 50%;
}

.master-accordeon__tabs-images img {
    /* width: 400px; */
    height: auto;
    object-fit: cover;
    transition: 0.3s ease;
}

.master-accordeon__tabs-content {
    width: 50%;
    padding: 24px;
}

.master-accordeon__text {
    font-size: 16px;
    margin-bottom: 16px;
}

.master-accordeon__item {
    border-bottom: 1px solid #9C9C9C;
    padding: 16px 0;
    cursor: pointer;
}

.master-accordeon__item:last-child {
    border-bottom: none;
}

.master-accordeon__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.master-accordeon__header h3 {
    color: #9C9C9C;
    font-weight: 400;
    font-size: 24px;
}

.master-accordeon__item.active .master-accordeon__header h3  {
    color: #000;
}

.master-accordeon__icon {
  position: relative;
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.master-accordeon__icon::before,
.master-accordeon__icon::after {
  content: '';
  position: absolute;
  background-color: #9C9C9C;
  transition: transform 0.3s ease;
  top: 50%;
  left: 0;
}

.master-accordeon__icon::before {
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
}

.master-accordeon__icon::after {
  height: 100%;
  width: 1px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
}

.master-accordeon__item.active .master-accordeon__icon::after {
  transform: translate(-50%, -50%) rotate(90deg); /* превращаем в минус */
  background-color: #000;
}


.master-accordeon__body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    margin-top: 10px;
    max-width: 90%;
}

.master-accordeon__item.active .master-accordeon__body {
  max-height: 200px; /* или auto, если точно знаешь высоту */
}

.master-accordeon__body p {
    font-size: 18px;
    line-height: 1.4em;
    letter-spacing: -0.02em;
}

@media(max-width: 992px) {
    .master-accordeon__tabs {
        flex-direction: column;
    }
    .master-accordeon__wrapper {
        padding: 0;
    }
    .master-accordeon__tabs-content,
    .master-accordeon__tabs-images {
        width: 100%;
    }
    .master-accordeon__tabs-images {
        order: -1;
    }
    .master-accordeon__header h3 {
        font-size: 18px;
    }
    .master-accordeon__body p {
        font-size: 14px;
    }
    .master-accordeon__item {
        padding: 10px 0;
    }
    .master-accordeon__text {
        margin-bottom: 32px;
    }
    .master-accordeon__tabs-content {
        padding: 24px 16px;
    }
    .master-container {
        padding: 0 20px;
    }
    .master-accordeon__tabs-title {
        font-size: 32px;
    }
}

/* master-design-wrapper__tabs */

.master-design-wrapper__tabs {
    margin-bottom: 16px;
}

.master-design-wrapper__tabs-navs {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}

.master-design-wrapper__tabs-navs p {
    color: #9C9C9C;
    border-bottom: 1px solid transparent;
    font-size: 16px;
}

.master-design-wrapper__tabs-navs p.active {
    color: #000;
    border-color: #000;
}

.master-design-wrapper__tabs-content {
    max-width: 520px;
}

.master-design-wrapper__tabs-content p {
    display: none;
    font-size: 18px;
    line-height: 1.4em;
    letter-spacing: -0.02em;
}

.master-design-wrapper__tabs-content p.active {
    display: block;
}

@media(max-width: 576px) {
    .master-design-wrapper__title {
        letter-spacing: -0.06em;
    }
    .master-design-wrapper__tabs-content p {
        font-size: 14px;
    }
}

/* master-storage */

.master-storage {
    background-color: #F6F6F6;
    padding: 120px 0;
}

.master-knife--padding {
    padding-top: 120px;
}

.master-storage__title {
    padding: 0 20px;
}

.master-storage-style {
    padding: 0 20px;
}

.master-storage-style img {
    margin-bottom: 24px;
}

.master-storage-style h3 {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: 400;
}

.master-storage-style p {
    font-size: 16px;
    line-height: 1.4em;
    letter-spacing: -0.02em;
    padding-right: 10px;
}

@media(max-width: 992px) {
    .master-storage-style h3,
    .master-storage-style p {
        font-size: 14px;
    }
}

@media(max-width: 768px) {
    .master-storage {
        padding: 32px 0;
    }
    .master-storage-style {
        padding: 50px 10px;
    }
    .master-storage__title {
        font-size: 32px;
    }
}

/* master-knife */

.master-knife {
    background-color: #f6f6f6;
    padding-bottom: 80px;
}

.master-knife__wrapper {
    display: flex;
    padding: 0 24px;
}

.master-knife__wrapper img {
    margin-right: 8vw;
    width: 30vw;
    max-height: 100vh;
}

.master-knife--second .master-knife__wrapper {
    display: block;
    padding: 120px 0 0;
}

.master-knife--second .master-knife__title {
    max-width: 812px;
    letter-spacing: -0.04em;
    padding-left: 24px;
}

.master-knife__text {
    font-size: 18px;
    color: #9C9C9C;
    padding-left: 24px;
    margin-bottom: 120px;
}

.master-knife--second img.master-pc {
    margin: 0 0 0 auto;
    display: block;
    width: 85vw;
}

@media(max-width: 992px) {
    .master-knife__title {
        font-size: 32px;
    }
    .master-knife__wrapper img {
        width: 40%;
    }
    .master-knife--second .master-knife__wrapper {
        padding: 80px 0 0;
    }
    .master-knife--second .master-knife__title,
    .master-knife__text  {
        max-width: 542px;
        padding-left: 16px;
    }
    .master-knife--padding {
        padding-top: 80px;
    }
}

@media(max-width: 768px) {
    .master-knife__wrapper  {
        flex-direction: column;
    }
    .master-knife__wrapper img  {
        margin-left: auto;
        margin-right: 0;
        width: 60%;
    }
    .master-knife__wrapper {
        padding: 0 20px;
    }
    .master-knife--second img.master-pc {
        display: none;
    }
    .master-knife--second img.master-mob {
        display: block;
        width: 100%;
    }
    .master-knife__text {
        font-size: 14px;
        margin-bottom: 33px;
    }
}

@media(max-width: 576px) {

}

.master-purpose-slider {
    padding-top: 50px;
}

.master-purpose-slider .master-storage-style__arrow {
    margin: 0;
    transform: none;
    top: 0;
    width: 25px;
    height: 25px;
}
.master-purpose-slider .master-storage-style__arrow--next {
    right: 0;
}
.master-purpose-slider .master-storage-style__arrow--prev {
    right: 40px;
    left: auto;
}

/* .master-video-visit */

.master-video-visit {
    position: relative;
    cursor: pointer;
}

.master-video-visit svg {
    position: absolute;
    left: 24px;
    bottom: 24px;
    transition: all .8s;
}

.master-video-visit:hover svg {
    transform: rotate(120deg) translate(-50%, -50%) scale(1.5);
    left: 50%;
    bottom: 50%;
}

@media(max-width: 992px) {
    :root {
        --section-margin: 40px;
    }
}

@media(max-width: 768px) {

}

@media(max-width: 576px) {

}