• Почему не работает padding-bottom?

    @Alexa_Smol Автор вопроса
    Вадим, Всё, я поняла в чём дело. Спасибо большое!
  • Почему не работает padding-bottom?

    @Alexa_Smol Автор вопроса
    Вадим, нет, должен быть отступ от блока history, но его нет
    63cf77b78fe1a880643933.png
    63cf77fc89673811502852.png
  • Почему не работает padding-bottom?

    @Alexa_Smol Автор вопроса
    В этом месте:
    .history{
    margin-top: 166px;
    padding-bottom: 200px;
    }
  • Почему не работает padding-bottom?

    @Alexa_Smol Автор вопроса
    body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    }

    .container {
    margin: 0px 166px;
    }

    .header {
    background-image: url(bg.png);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    }

    .header-line {
    padding-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    }

    .nav-item {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;

    margin-right: 25px;

    transition: color 0.3s linear;
    }

    .nav-item:hover {
    color: rgb(255, 3, 3);

    }
    .cart {
    position: relative;
    border-right: 1px solid #FFFFFF;
    padding-right: 10px;
    height: 50px;
    }

    .cart-img {
    position: absolute;
    top: 18px;
    right: 7px;
    }

    .num {
    color:#fff;
    text-decoration: none;
    font-weight: 700;
    transition: color 0.3s linear;
    }

    .num:hover {
    color: rgb(255, 3, 3);
    }

    .phone-text {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    }

    .phone-holder {
    display: flex;
    align-items: center;
    }

    .button {
    background-color: #FF7400;
    color: #fff;
    text-decoration: none;
    padding: 14px 18px;
    font-weight: 700;
    transition: background-color 0.2s linear;
    }

    .button:hover {
    background-color: #a04b06;
    }

    .header-down {
    position: relative;
    }

    .header-title {
    color: #D67E35;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Tinos', serif;
    font-size: 50px;
    font-weight: 400;
    text-align: center;
    position: absolute;
    left: 0;
    margin-top: 222px;
    margin-bottom: 12px;
    }

    .header-suptitle {
    color: #fff;
    font-size:18px;
    font-family: 'Open Sans', sans-serif;
    }

    .header-suptitle::after {
    position: absolute;
    content: " ";
    height: 2px;
    width: 61px;
    background-color:#fff;
    top: 127px;
    left: 56px;
    }

    .header-suptitle::before {
    position: absolute;
    content: " ";
    height: 2px;
    width: 61px;
    background-color:#fff;
    top: 127px;
    left: 308px;
    }

    .header-button {
    background-color: #FF7400;
    padding: 14px 28px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    transition: background-color 0.3s linear
    }

    .header-button:hover {
    background-color: #a84f07;
    }

    .cards-holder {
    display: flex;
    justify-content: center;
    }
    .card {
    box-shadow: 10px 10px 40px 20px #0000001A;
    width: 349px;
    margin-right: 31px;
    background-color: #fff;
    margin-top: -80px;
    padding: 10px 10px;
    }

    .card-image {
    display: flex;
    justify-content: center;
    padding-top: 31px;
    }

    .card-title {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    font-family: 'Tinos', serif;
    font-size: 26px;
    font-weight: 400;
    }

    .card-title span{
    color: #D67E35;
    }

    .card-desc {
    text-align: center;
    font-family: 'Tinos', serif;
    font-size: 26px;
    font-weight: 400;
    color: #656363;
    }

    .history{
    margin-top: 166px;
    padding-bottom: 200px;
    }

    .history-title{
    font-family: 'Tinos', serif;
    font-size: 54px;
    font-weight: 400;
    width: 444px;
    text-align: center;
    margin-top: 21px;
    }

    .history-title span{
    color: #D67E34;
    }

    .history-desc{
    color: #656363;
    font-size: 16px;
    width: 444px;
    text-align: center;
    }

    .history-number {
    display: flex;
    width: 444px;
    justify-content: center;
    margin-top: 40px;
    margin-left: 30px;
    }

    .number-item {
    margin-right: 60px;
    text-align: center;
    font-size: 40px;
    color: #BC9060;
    }

    .number-item span {
    display: block;
    color: #000;
    font-size: 20px;
    }

    .history-imgages {
    position: relative;


    }

    .history-holder {
    display: flex;
    justify-content: space-between;
    }

    .imgages-1 {
    position: absolute;
    z-index: 4;
    top: 50px;
    left: -550px;
    width: 232px;
    /* height: 299px; */
    transition: transform 0.3s ease;


    }

    .imgages-2 {
    position: absolute;
    z-index: 2;
    top: -15px;
    left: -360px;
    width: 255px;
    /* height: 429px; */
    transition: transform 0.3s ease;



    }

    .imgages-3 {
    position: absolute;
    z-index: 3;
    top: 180px;
    left: -265px;
    width: 254px;
    /* height: 300px; */
    transition: transform 0.3s ease;



    }

    .black-block{
    padding-top: 200px;
    background-image: url(black-bg.jpg);
    }