.btn{
    display: inline-block;
    padding: 18px 25px;
    border: 2px solid #fff;
    font: 16px/20px gothic;
    text-align: center;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.btn:after {
    display:block;
    content: '';
    border-bottom: solid 1px #fff;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    position: relative;
    top: 3px;
}
.btn:hover:after { transform: scaleX(1); }


.main-block{
    background: #b3d4fc;
    height: 845px;
    color: #fff;
}
.main-block-header{
    text-align: center;
    margin:0 auto 0;
    position: relative;
}
.main-block-header:before{
    content: "";
    vertical-align: middle;
    display: inline-block;
    height: 845px;
}
.main-block-header .inner{
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 660px;
    background: rgba(53, 96, 142, 0.9);
    padding: 75px;
    box-sizing: border-box;
}

.main-block-header h1{
    font:3.75vw/1 gothicb;
}
.main-block-header .text{
    font:16px/1.7 gothic;
    margin: 1.7em 0 45px;
}


.perfect-block{
    background: rgb(152, 197, 213);
    color: #000;
}
.perfect-block > .inner{
    margin: 0 auto;
    padding: 108px 130px 78px;
    text-align: center;
    max-width: 1440px;
}
.perfect-block .inner h2,
.perfect-block .inner .text{
    max-width: 550px;
    margin: 0 auto;
}
.perfect-block .inner .intro h2{
    font: 36px/1.5 gothic;
    text-transform: uppercase;
}
.perfect-block .inner .intro .text{
    margin-top: 1em;
    font: 16px/1.7 gothic;
}

.perfect-block .mosaic{
    margin: 98px auto 70px;
    max-width: 1440px;
    color: #fff;
}
.perfect-block .mosaic .mosaic-row{
    width: 100%;
    height:296px;
    font:0/0 gothic;
}
.perfect-block .mosaic .mosaic-row.big{
    height: 592px;
}
.perfect-block .mosaic .mosaic-row .mosaic-col{
    vertical-align: top;
    display: inline-block;
    width: 50%;
    height: 100%;
    background-color: rgb(52, 96, 142);
}
.perfect-block .mosaic .mosaic-row .mosaic-col.wide{
    width: 100%;
}
.perfect-block .mosaic .mosaic-row .mosaic-col.black .text{
    color: #000;
}
.perfect-block .btn{
    border: 2px solid #000;
    color: #000;
}
.perfect-block .btn:after{
    border-color: #000;
}

.perfect-block .mosaic .text:before{
    content: "";
    vertical-align: middle;
    display: inline-block;
    height: 296px;
}
.perfect-block .mosaic .text .inner{
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 90%;
}
.perfect-block .mosaic .text{
    font: 14px/1.3 gothic;
    color: #fff;
}


.blue-block{
    height: 62vw;
    color: #fff;
}
.blue-block .blue-block-text{
    position: absolute;
    width: 40%;
    left: 10%;
}
.blue-block .blue-block-text:before{
    content: "";
    vertical-align: middle;
    display: inline-block;
    height: 62vw;
}
.blue-block .blue-block-text .inner{
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 90%;
}
.blue-block .blue-block-text .inner h2{
    font-size: 36px;
    margin:0 0 1em;
    text-transform: uppercase;
}
.blue-block .blue-block-text .inner p{
    font:16px/1.7em gothic;
    margin-bottom: 1em;
}
.blue-block .blue-block-text .inner .buttons{
    margin-top: 5.25vw;
}
.blue-block .blue-block-text .inner .buttons .btn{
    margin: 0 0 1em .75em;
}


.video-block video{
    width: 100%;
    vertical-align: top;
}


.shoecare-block{
    background-color: rgb(22, 44, 63);
    color: #fff;
    padding: 85px 0 95px;
    text-align: center;
}
.shoecare-block h2{
    font: 36px/42px gothic;
    text-transform: uppercase;
}
.shoecare-block p{
    margin-top: 1em;
    font:16px/1.7em gothic;
}
.shoecare-block .shoecare-products{
    margin-top: 58px;
    margin-bottom: 24px
}
.shoecare-block .shoecare-products a{
    color: #fff;
    text-decoration: none;
}
.shoecare-block .shoecare-products ul{
    font-size: 0;
    line-height: 0;
}
.shoecare-block .shoecare-products li{
    display: inline-block;
    max-width: 230px;
    margin: 0 10px;
    vertical-align: top;
}
.shoecare-block .shoecare-products li:after {
    display:block;
    content: '';
    border-bottom: solid 1px #fff;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    margin: 5px 0 0;
}
.shoecare-block .shoecare-products li:hover:after { transform: scaleX(1); }

.shoecare-block .shoecare-products li img{
    border-radius: 50%;
}
.shoecare-block .shoecare-products li p{
    text-transform: uppercase;
    font:16px/1.25 gothic;
    color: #fff;
}
.shoecare-block .btn{
    margin: 2.8em 0 0;
}


.near-block{
    background-color: rgb(24, 44, 63);
    color: #fff;
    padding: 85px 26px 95px;
    text-align: center;
}
.near-block .inner{
    padding: 100px 26px 70px;
}
.near-block h2{
    font-size: 36px;
    text-transform: uppercase;
}
.near-block .btn{
    margin-top: 3em;
}


.bags-block{
    font-size: 0;
    line-height: 0;
}
.bags-block .inner{
    font-size: 0;
    line-height: 0;
}
.bags-block .block{
    width: 33.3333%;
    display: inline-block;
    height: 41.6vw;
    vertical-align: top;
}
.bags-block h2{
    font: 36px/1.3 gothic;
    text-transform: uppercase;
    margin-bottom: 1em;
}
.bags-block p{
    font:16px/1.7 gothic;
}
.bags-block .text{
    text-align: center;
    color: #fff;
}
.bags-block .text:before{
    content: "";
    vertical-align: middle;
    display: inline-block;
    height: 41.6vw;
}
.bags-block .text .inner{
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 90%;
}
.bags-block .btn{
    margin-top: 3em;
}