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

body {
    margin: 0;
}

.page-brand {
    color: #333F48;   
    font-family: 'Roboto';
    background-color: #f2f2f2;
}

.brand-container {
    width: 100%;
    max-width: 1228px;
    margin: auto;
}

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

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

 {
    outline: none;
}

div, ul {
    box-sizing: border-box;
}

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

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

.brand-mob {
    display: none;
}

/* brand-chess */

.brand-chess {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1400px;
    width: 100%;
    margin: auto;
    padding-bottom: 76px;
}

.chess-card {
    width: 100%;
    max-width: 43%;
    border-radius: 8px;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    display: block;
    transition: all .5s;
    border-radius: 8px;
    overflow: hidden;
}

.chess-card:hover {
    transform: scale(1.02);
}

.chess-card:nth-child(2),
.chess-card:nth-child(3) {
    max-width: 55.7%;
}

/* arrow-top */

.brand-scroll-top {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99;
    cursor: pointer;
}

.scroll-top_hide {
    opacity: 0;
}

/* brand-about */

.brand-about {
    background-color: #414C54;
    padding: 61px 0;
    position: relative;
}

.about-content {
    max-width: 697px;
}

.brand-title h2 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 34px;
    line-height: 1.4em;
    margin: 0;
    text-align: center;
    color: #fff;
}

.brand-title {
    max-width: 222px;
}

.about-content p {
    color: #fff;
    font-size: 18px;
    line-height: 1.5em;
    margin: 32px 0;
}

.page-brand img.about-img {
    width: 100%;
    max-width: 552px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.about-content .item-pc {
    display: none;
}

.about-img-pc {
    display: block;
    margin: 32px 0;
}

/* brand-item */

.brand-item {
    padding: 96px 0;
}

.item-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 48px;
}

.item-mob,
.item-link {
    display: none;
}

.item-content {
    max-width: 60%;
    width: 100%;
    text-align: center;
}

.item-content p {
    font-size: 20px;
    color: #000;
    line-height: 1.6em;
    margin: 32px 0;
}

.item-content p.item-disclaimer {
    color: #BFBFBF;
    font-size: 14px;
    margin: 0;
}

.brand-item .brand-title {
    margin: auto;
    max-width: none;
}

.brand-item .brand-title h2 {
    color: #000;
}

.brand-item_irons,
.brand-item_garant {
    background-color: #414C54;
}

.brand-item_irons p,
.brand-item_garant p,
.brand-item_irons .brand-title h2,
.brand-item_garant .brand-title h2 {
    color: #fff;
}

.brand-item_garant .brand-container {
    max-width: 1028px;
}

.brand-item_garant .item-wrapper {
    margin-bottom: 0;
}