html {
    width: 100%;
    height: 100%;
}

body {
    background: #ffffff;
    text-decoration: none;
    width: 100%;
    height: 100%;
    background-image: url(img/nike_product_card.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

body, form, div, p, a, img, h1, h2, h3, h4, h5, h6, table, table tr, table td {
    border: none;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

input,
textarea,
select,
button {
    outline: none;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto Condensed', sans-serif;    
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

a {
    text-decoration: underline;
    outline: none;
}

a:hover {
    text-decoration: none;
}

h1, h2 {
    font-size: 20px;
    padding: 0 0 10px 0;
    color: #545454;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
}

.mainer {
    width: 750px;
    margin: 0 auto;
}

.header {
    display: flex;
    margin: 0 -15px;
    padding: 25px 0 65px 0;
    align-items: center;

}

.header__col {
    padding: 0 15px;
    flex-grow: 1;
}

.header__col--stretch {
    flex-grow: 1;
}

.logo__img {
    display: inline-block;
}

.logo__link {
    display: inline-block;
}

.logo__link:hover {
    opacity: 0.7;
}

.navigation {
    margin: 0 40px 0 0;
    text-align: right;
}

.navigation__link {
    margin: 0 45px 0 0;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-decoration: none;
    display: inline-block;
    padding: 3px 0;
    border-bottom: 1px solid transparent;
}

.navigation__link:hover,
.navigation__link--active {
    border-color: #ffffff;
}

.hamburger {
    width: 22px;
    height: 1px;
    background-color: #fff;
    position: relative;
}

.hamburger::before,
.hamburger::after {
    content: "";
    height: 1px;
    background-color: #fff;
    position: absolute;
    width: 100%;
    top: -6px;
    left: 0;
}

.hamburger::after {
    top: auto;
    bottom: -6px;
}

.block-card {
    background-color: #ffffff;
    position: relative;
    display: flex;
}

.block-card::before,
.block-card::after {
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, 0.2) ;
    z-index: 1;
}

.block-card::before {
    content: "";
    position: absolute;
    top: 15px;
    left: -15px;
    width: 100%;
    height: calc(100% - 30px);
    background-color: rgba(255, 255, 255, 0.2) ;
    padding: 0 15px;
    z-index: -2;
}

.block-card::after {
    content: "";
    position: absolute;
    top: 30px;
    left: -30px;
    width: 100%;
    height: calc(100% - 60px);
    background-color: rgba(255, 255, 255, 0.2) ;
    padding: 0 30px;
    z-index: -1;
}

.block-card__col {
    flex-grow: 1;
}

.block-card__col--data {
    width: 33%;
    flex-grow: 0;
}

.block-carousel {
    background-color: gray;
}

.block-carousel__img {
    display: block;
    width: 100%;
    position: relative;
    transition-duration: 3s;
}

.block-carousel__img--small {
    position: absolute;
    bottom: 25px;
    left: 176px;
    margin-right: 18px;
}

.block-carousel__img--small:nth-child(2) {
    left: 235px;
    bottom: 25px;
}

.block-carousel__img--small:nth-child(3) {
    left: 294px;
    bottom: 25px;
}

.block-carousel__img--small:hover {
    transform: scale(1.3);
}


.block-card-data {
    padding: 30px;
    position: relative;
}


.block-card-data__cross {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 25px;
    right: 25px;
    opacity: 0.2;
}

.block-card-data__cross:hover {
    opacity: 1;
}

.block-card-data__cross::before,
.block-card-data__cross::after {
    content: "";
    height: 1px;
    background-color: #b8b7b7;
    position: absolute;
    width: 100%;
}

.block-card-data__cross::before{
    transform: rotate(45deg);
}

.block-card-data__cross::after {
    transform: rotate(-45deg);
}

.block-card-data__status {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 25px;
    color: #ffffff;
    background-color: #ffa60d;
    width: 44px;
    text-align: center;
    margin: 15px 0 0 0;
}

.block-card-data__moto {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    margin: 7px 0 0 0;
}

.block-card-data__model {
    font-family: 'Roboto Condensed', sans-serif;
    margin: 18px 0;
}

.block-card-data__price {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 22px;
}

.block-card-data__size {
    width: 100%;
    margin: 26px 0 11px 0;
}

.block-card-data__size--input {
    float: right;    
}

.block-card-data__size--input [type="checkbox"] {
    visibility: hidden;
}

.block-card-data__size--input label {
    width: 9px;
    height: 9px;
    border: 1px solid transparent;
}

.block-card-data__size--input label:hover,
.block-card-data__size--input label:active {
    border: 1px solid #000000;
}

.block-card-button {
    margin: 41px 0 0 0;
}
.block-card-button__cart,
.block-card-button__wishlist {
    font-family: 'Roboto Condensed', sans-serif;
    width: 118px;
    height: 30px;
    color: black;
    background-color: white;
    border: 1px solid black;
    text-transform: uppercase;
    margin: 0 0 4px 0;
    text-align: center;
}

.block-card-button__cart:hover,
.block-card-button__wishlist:hover {
    background-color: #a200b8;
    border: 1px solid #a200b8;
    color: white;
}








