.topImage {
    width: 100%;
}

.topImage img {
    width: 100%;
}

.topImage video {
    width: 100%;
}


.topImage .head {
    font-size: 240px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.025em;
    text-align: left;
    color: white;
    text-transform: uppercase;
    font-weight: 300;
}

.s_center {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: -0.015em;
    text-align: center;
    color: #6D6D6D;

}
.bWrap {
    max-width: 1022px;
    margin: 0 auto;
}

.bWrap2 {
    max-width: 1079px;
    margin: 0 auto;
}

.pt1 {
    padding-top: 20px;
}

.imgList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}

.imgList > * {
    width: calc(50% - 10px);
    display: inline-block;
}

.imgList img {
    margin-bottom: 20px;
}
.imgList > * img {
    display: inline-block;
    width: 100%;
}

.imgList.r3 > *  {
    width: calc(33.33% - (10px * 3 / 2));

}

.imgList.r0 > * {
    width: calc(100%);

}

.imgList a {
    text-decoration: underline;
}


.bordersBlock {
    border-top: 1px #D4D4D4 solid;
    border-bottom: 1px #D4D4D4 solid;
    padding: 30px 0 60px 0;
    margin-top: 100px;
    margin-bottom: 100px;
}

.txt h1 {
    font-weight: 300;
}

.txt {
    font-size: 27px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5em;
    letter-spacing: -0.015em;
    text-align: left;
}

.txt b {
    font-weight: bold;
}

.main__output.landSubscribe .output {
    max-width: 400px;
}

.main__output.landSubscribe .btn_default {
    width: 100%;
}

.imgList .link {
    text-decoration: underline;
    cursor: pointer;
}

.landSubscribe input.error {
    border-bottom: 1px red solid;
}

.landing2 .vi2 {
    display: none;
}

@media (max-width: 640px) {

    .landing2 .vi1 {
        display: none;
    }
    .landing2 .vi2 {
        display: block;
    }



    .txt {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: -0.015em;
        text-align: left;

    }

    .bWrap { 
        max-width: calc(100% - 40px);
    }

    .bordersBlock {
        padding-top: 2px;
        padding-bottom: 22px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .imgList {
        margin-bottom: 20px;
    }

    .imgList a {
        white-space: nowrap;
    }

    .imgList > * { 
        width: calc(50% - 3px);
        margin-bottom: 3px;
    }

    .imgList.r3 > * {
        width: calc(33.33% - (3px * 3 / 2));
    
    }


    .s_center { 
        font-size: 12px;
        margin-top: 0px;
    }
}