.header .menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.black-friday .block-btn {
    text-align: center;
    /*position: absolute;*/
    bottom: 0;
    left:  0;
    right: 0;
}
.black-friday .block-btn .btn {
    margin-left: auto;
    margin-right: auto;
}
.position-relative {
    position: relative;
}

.logo {
    text-align: center;
}

.logotype {
    max-width: 100px;
}

.nav__list {
    gap:  40px;
    align-items: center;
}

@media (max-width: 1168px) {
  .nav__list {
    gap: 25px;
  }
}

@media (max-width: 575px) {
  .nav__list {
    gap: 15px;
  }
}
footer .text-center {
    text-align: center;
}
footer a {
    color: #fff;
}
main .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
main .mobile {
    display: none;
}
main .btn {
    background: #f6651d;
    -webkit-box-shadow: 5px 5px 14px rgba(0,0,0,.25);
    box-shadow: 5px 5px 14px rgba(0,0,0,.25);
    font-family: Oswald,sans-serif;
    font-weight: 500;
    font-size: .857rem;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    width: 200px;
    text-align: center;
    padding: 10px;
    outline: 0;
    cursor: pointer;
    text-decoration: none;
    display: block;
}
main .last-block {
    padding-top: 99px;
    padding-bottom: 65px;
    background: #020106
}

main .last-block__title {
    text-transform: uppercase;
    color: #fff
}

main .last-block__title h3 {
    font-size: 3rem;
    line-height: 3rem;
    margin: 0;
    font-family: Oswald,sans-serif;
    font-weight: 400
}

main .last-block__title .left {
    position: relative
}

main .last-block__title .left:after,main .last-block__title .left:before {
    content: '';
    display: block;
    width: 38px;
    height: 5px;
    background: rgba(246,101,29,.9);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto
}

main .last-block__title .left:after {
    top: auto;
    bottom: 0
}

main .last-block__title .left h3 {
    padding: 20px 0;
    text-align: center
}

main .last-block__title .right h3 {
    background: #f6651d;
    padding: 26px 16px 23px;
    font-size: 3.4rem;
    font-weight: 500
}

main .last-block__good {
    color: #fff;
    margin-top: 65px;
    position: relative
}

main .last-block__good:after {
    content: '';
    display: block;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    height: 1px;
    margin: 0 auto;
    background: #1e222c;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

main .last-block__good .present {
    width: 201px;
    height: 201px;
    background: -o-linear-gradient(238.82deg,red 13.34%,#cf0000 85.75%);
    background: linear-gradient(211.18deg,red 13.34%,#cf0000 85.75%);
    -webkit-box-shadow: -7px 7px 10px rgba(0,0,0,.25);
    box-shadow: -7px 7px 10px rgba(0,0,0,.25);
    text-align: center;
    position: absolute;
    top: -22px;
    right: 35%;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

main .last-block__good .present span {
    font-weight: 600;
    font-size: 1.06rem;
    color: rgba(255,255,255,.9)
}

main .last-block__good .present div {
    font-family: Oswald,sans-serif;
    font-weight: 600;
    font-size: 4rem;
    line-height: 4rem;
    text-transform: uppercase;
    margin-bottom: 3px
}

main .last-block__good .sale {
    font-family: Oswald,sans-serif;
    font-weight: 700;
    font-size: 9rem;
    line-height: 9rem;
    position: absolute;
    right: 105px;
    bottom: 125px
}

main .last-block__good .sale:after {
    content: '%';
    font-family: Oswald,sans-serif;
    font-weight: 700;
    font-size: 11.25rem;
    line-height: 11.25rem;
    color: rgba(255,255,255,.2);
    position: absolute;
    top: 3%;
    right: -42%
}

main .last-block__good .time-work {
    font-family: Oswald,sans-serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1rem;
    text-transform: uppercase;
    position: absolute;
    right: 131px;
    bottom: 14px
}

main .last-block__form {
    margin-top: 90px
}

main .last-block__form .timer h4 {
    font-family: Oswald;
    font-style: normal;
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 53px;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

main .last-block__form .timer-block {
    margin-top: 45px
}

main .last-block__form .timer-block .time_circles>div:last-child>span:after {
    content: none
}

main .last-block__form .timer-block .time_circles>div>span {
    font-family: Oswald,sans-serif;
    font-weight: 600;
    font-size: 4rem!important;
    line-height: 4rem!important;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
    position: relative
}

main .last-block__form .timer-block .time_circles>div>span:after {
    content: ':';
    display: block;
    font-size: 4rem;
    line-height: 4rem;
    color: #fff;
    position: absolute;
    right: -5px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0)
}

main .last-block__form .timer-block .time_circles h4 {
    font-family: Raleway,sans-serif;
    font-weight: 400;
    font-size: .93rem;
    line-height: 171.4%;
    color: rgba(255,255,255,.8)
}

main .last-block__form form {
    margin-top: 50px
}

main .last-block__form form .field {
    margin-bottom: 47px
}

main .last-block__form form .field input {
    font-family: Oswald,sans-serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1rem;
    text-align: center;
    text-transform: uppercase;
    color: rgba(255,255,255,.45);
    border: none;
    border-bottom: 1px solid rgba(255,255,255,.8);
    width: 100%;
    background: 0 0;
    padding-bottom: 19px;
    outline: 0
}

main .last-block__form form .block-btn .btn {
    width: -webkit-calc(100% - 15px);
    width: calc(100% - 15px);
    margin: 0 auto;
    font-size: 1.31rem;
    padding: 18px 10px
}

@media (max-width: 991px) {
    .black-friday .block-btn {
        position: relative;
        margin-top: 0;
    }
}

@media only screen and (max-width: 675px) {
    .desctop {
        display:none!important
    }

    main .mobile {
        display: block;
        width: 100%
    }

    main .last-block {
        padding-top: 55px
    }

    main .last-block .mobile {
        margin: auto;
        max-width: 310px
    }

    main .last-block__title .left {
        margin-bottom: 20px
    }

    main .last-block__title .left h3 {
        font-size: 29px;
        line-height: 29px;
        padding: 10px 0 12px 0
    }

    main .last-block__title .right {
        margin-bottom: 20px
    }

    main .last-block__title .right h3 {
        font-size: 36px;
        line-height: 36px;
        text-align: center;
        padding: 11px 5px 15px
    }

    main .last-block__good {
        padding-top: 60px;
        padding-left: 0;
        padding-right: 0
    }

    main .last-block__good .present {
        right: auto;
        left: 10px;
        top: -30%
    }

    main .last-block__good .sale {
        right: 45px;
        bottom: auto;
        top: -22%;
        font-size: 80px;
        line-height: 119px
    }

    main .last-block__good .sale:after {
        font-size: 120px;
        line-height: 120px;
        top: 13%;
        right: -35%
    }

    main .last-block__form {
        margin-top: 20px
    }

    main .last-block__form form .field input {
        max-width: 315px;
        margin: 0 auto;
        display: block
    }

    main .last-block__form form .block-btn .btn {
        font-size: 25px;
        line-height: 37px
    }

    main .last-block__form .time-work {
        font-family: Oswald,sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 27px;
        text-transform: uppercase;
        color: #fff;
        margin-top: 21px;
        text-align: center
    }
}

@media only screen and (max-width: 991px) {
    .header .menu {
        display: block;
    }
}

@media only screen and (max-width: 375px) {
    main .last-block__title .left h3 {
        font-size: 21px
    }

    main .last-block__title .right h3 {
        font-size: 26px;
        line-height: 28px
    }

    main .last-block .mobile {
        max-width: 310px
    }

    main .last-block__good .sale {
        top: -25%
    }

    main .last-block__form .timer h4 {
        font-size: 2rem
    }

    main .feedback__list .item2 .right .feedback-items {
        padding: 40px 0 43px 15px;
        font-size: 24px
    }
}

@media only screen and (min-width: 992px) {
    main .last-block__title .right h3 {
        font-size: 2.5rem;
        line-height: 2.5rem
    }

    main .last-block__good .sale {
        bottom: 55px;
        right: 55px
    }
}

@media only screen and (min-width: 1200px) {
    main .last-block__title .right h3 {
        font-size: 3.4rem;
        line-height: 3.4rem
    }

    main .last-block__good .sale {
        right: 105px;
        bottom: 125px
    }
}

@media only screen and (min-width: 1500px) {
    main .how-order div.title:after {
        right:-33px
    }
}

main .last-block__form form .block-btn .btn[disabled], .modal form .block-btn .btn[disabled] {
    background: #a99e99;
}

.display-mobile {
    display: none;
}
.ik_history {
    padding-top: 71px;
    padding-bottom: 0
}

.ik_history__logo {
    font-size: 0;
    max-width: 573px;
    width: 100%
}

.ik_history__logo img {
    width: 100%;
    border-radius: 30px;
    -webkit-box-shadow: 0 4px 4px rgba(0,0,0,.2);
    box-shadow: 0 4px 4px rgba(0,0,0,.2)
}

.ik_history__info {
    max-width: 645px
}

.ik_history__info h3 {
    font-weight: 900;
    line-height: 1.2;
    font-size: 2.2em;
    margin-bottom: 34px;
    margin-top: 0
}

.ik_history__info p {
    font-size: 1.2em
}
@media (max-width: 991px) {
    .display-mobile {
        display: block;
    }
    .display-pc {
        display: none;
    }
    .ik_history {
        padding-top: 0;
    }
    .ik_history__logo.display-mobile {
        margin-bottom: 35px;
    }
    .ik_history__info h3 {
        font-size: 1.3em;
    }
}