.top .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 0;
}

.top .menu {
    display: flex;
    justify-content: space-around;
}

.top .menu li {
    padding: 0 10px;
    font-size: 15px;
}

.top .menu li a {
    text-decoration: none;
    color: #202327;
}

.top .button {
    width: 225px;
    height: 50px;
    font-size: 18px;
}

.offer_section {
    background: url("../img/offer_bg.jpg") center top no-repeat #191919;
    color: white;
}

.offer_section .container {
    padding-left: 490px;
}

.offer_section .container h1 {
    margin-bottom: 43px;
}

ul.benef1 {
    width: 410px;
    align-self: flex-start;
}

ul.benef1 li {
    font-size: 20px;
    padding-left: 85px;
    margin-bottom: 40px;
    position: relative;
    line-height: 28px;
}

ul.benef1 li:before {
    content: "";
    background: url("../img/check1.png");
    width: 59px;
    height: 59px;
    left: 0;
    position: absolute;
}

.price_block {
    display: flex;
    margin-bottom: 30px;
}

.price_block .sale {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: url("../img/sale_bg.png") -10px center no-repeat;
    width: 185px;
    height: 103px;
    font-size: 20px;
    margin-right: 20px;
}

.price_block .sale span {
    font-size: 38px;
    font-weight: 700;
}

.price_block .prices {
    display: flex;
    flex-direction: column;
}

.price_block .prices .old {
    font-size: 25px;
    text-decoration: line-through;
}

.price_block .prices .new {
    font-size: 44px;
    color: #d0a97e;
    font-weight: 700;
}

.s1 {
    background: #191919;
    color: #d5d2d2;
}

.s1 .container {
    padding: 60px 0;
    flex-direction: row;
    flex-wrap: wrap;
}

.s1 .content {
    width: 50%;
    line-height: 26px;
}

.s1 .content p {
    margin-bottom: 30px;
}

.benef2 {
    margin-bottom: 30px;
}

.benef2 li {
    padding-left: 34px;
    margin-bottom: 5px;
    position: relative;
}

.benef2 li:before {
    content: "";
    background: url("../img/check2.png") center center no-repeat;
    width: 20px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 3px;
}

.s2 {
    background: url("../img/s2_bg.jpg") center 190px no-repeat #010602;
}

.s2 h2 {
    margin-bottom: 100px;
}

.benef3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
}

.benef3 li {
    text-align: center;
    width: 400px;
    margin-bottom: 70px;
}

.benef3 li img {
    border-radius: 100%;
    margin-bottom: 10px;
}

.benef3 li h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #d0a97e;
}

.benef3 li p {
    color: #d5d3d3;
}

.s3 {
    background: #d0a97e;
    color: #010602;
}

.s3 .container {
    flex-direction: row;
    justify-content: space-between;
}

.s3 h2 {
    color: #010602;
}

.s3 img {
    width: 455px;
    border: 13px solid #a98761;
    margin-right: 50px;
}

.s3 p {
    margin-bottom: 20px;
    line-height: 26px;
}

.s3 b {
    line-height: 26px;
}

.s4 {
    background: url("../img/s4_bg.jpg") center top no-repeat #191919;
    color: #d5d3d3;
}

.s4 .container {
    padding-top: 40px;
    align-items: flex-start;
    position: relative;
    padding-bottom: 0;
}

.s4 .container img {
    align-self: flex-start;
}

.s4 .benef2 li {
    margin-bottom: 20px;
}

.s4 .benef2 li:before {
    background: url("../img/check3.png");
    width: 20px;
    height: 20px;
}

.s4 .heads {
    margin-bottom: 30px;
}

.s4 .heads .sizes {
    padding-left: 25px;
    width: 95%;
    display: flex;
    justify-content: space-between;
    font-weight: 700;
}

.s4 .button {
    position: absolute;
    bottom: 35px;
    left: calc(50% - 375px/2);
}

.s5 {
    background: url("../img/rev_bg.jpg") center bottom no-repeat #191919;
    color: #d5d3d3;
}

.s5 .container {
    padding-bottom: 130px;
}

.s5 .revs_block {
    max-width: 100%;
}

.s5 .revs_block .rev {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    height: 440px;
    width: 315px;
    border: 1px solid #d0a97e;
    margin: 0 5px;
}

.s5 .revs_block .rev img {
    margin-bottom: 20px;
}

.s5 .revs_block .rev p {
    line-height: 26px;
    text-align: center;
    margin-bottom: 30px;
    padding: 0 10px;
}

.s5 .revs_block .rev .name {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 600;
    color: #d0a97e;
    position: relative;
    padding-top: 45px;
}

.s5 .revs_block .rev .name:before {
    content: "";
    background: url("../img/q.png");
    height: 34px;
    width: 34px;
    position: absolute;
    top: 0;
}

.slick-dots {
    bottom: -40px;
}

.slick-dots button:before {
    border-radius: 100%;
    color: white !important;
    transform: scale(2);
}

.slick-dots .slick-active button:before {
    color: #d0a97e !important;
}

.slick-prev:before,
.slick-next:before {
    color: #d0a97e;
}

.slick-arrow {
    transform: scale(1.5);
}

.mob_top {
    display: none;
}

.bottom .container {
    padding-top: 160px;
    padding-bottom: 40px;
    position: relative;
}

.bottom .top {
    width: 100%;
    display: flex;
    background: #d5d3d3;
    position: absolute;
    border-radius: 100px;
    padding: 20px 0;
    left: 0;
    top: -80px;
}

.bottom .top li {
    display: flex;
    color: #222222;
    width: 33%;
    padding: 20px;
    border-right: 1px solid transparent;
}

.bottom .top li:not(:last-child) {
    border-image: linear-gradient(#d5d3d3 24%, #dedede 25%, #dedede 75%, #d5d3d3 76%) 1;
}

.bottom .top li img {
    margin-right: 10px;
    align-self: flex-start;
    position: relative;
    top: 10px;
}

.bottom .top li b {
    font-size: 25px;
    margin-bottom: 10px;
    font-family: "Akrobat", sans-serif;
}

.bottom .top li p {
    font-size: 15px;
}

.bottom .title_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 40px;
}

.bottom .title_block h1 {
    margin-bottom: 10px;
}

.bottom .title_block h1 span {
    font-size: 50px;
}

.bottom .title_block p {
    font-size: 16px;
    margin-bottom: 10px;
}

.bottom .title_block small {
    font-size: 13px;
    color: #626262;
}

.bottom form {
    padding: 55px;
    background: #191919;
    border: 1px solid #d0a97e;
    border-radius: 3px;
}

.bottom form input {
    margin-bottom: 15px;
}

.footer_section {
    background: #010602;
    text-align: center;
}

@media all and (max-width: 980px) {
    .container {
        width: 640px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .top .menu {
        display: none;
    }
    .offer_section {
        background-image: url("../img/offer_t.jpg");
    }
    .offer_section .container {
        padding-left: 190px;
    }
    .offer_section h1 {
        font-size: 44px;
    }
    .offer_section h1 span {
        font-size: 67px;
    }
    .s1 .content {
        width: 100%;
        margin-bottom: 30px;
    }
    .s2 {
        background-image: none;
    }
    .s2 h2 {
        text-align: center;
        margin-bottom: 40px;
    }
    .benef3 {
        justify-content: center;
    }
    .benef3 li:last-child {
        margin-bottom: 30px;
    }
    .s3 .container {
        flex-direction: column;
    }
    .s3 .container img {
        align-self: center;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .s5 h2 {
        text-align: center;
    }
    .bottom .top {
        justify-content: space-around;
        padding: 10px;
    }
    .bottom .top li {
        width: 50%;
    }
    .bottom .top li:nth-child(2) {
        border-right: none;
    }
    .bottom .top li:nth-child(3) {
        display: none;
    }
    .bottom .container {
        padding-top: 136px;
    }
    .bottom .title_block p {
        width: 315px;
    }
    .bottom form {
        padding: 50px 30px;
    }
}

@media all and (max-width: 640px) {
    .container {
        width: 320px;
        padding-right: 5px;
        padding-left: 5px;
    }
    h2 {
        font-size: 35px;
    }
    .button {
        width: 310px;
    }
    .top .container {
        justify-content: center;
    }
    .top .button {
        display: none;
    }
    .offer_section {
        background-color: #010602;
        background-image: url("../img/offer_m.jpg");
    }
    .offer_section h1 {
        line-height: 43px;
        font-size: 32px;
        margin-bottom: 500px !important;
    }
    .offer_section h1 span {
        font-size: 47px;
    }
    .offer_section .container {
        padding-top: 20px;
        padding-left: 5px;
    }
    .price_block {
        width: 100%;
    }
    .price_block .sale {
        background-size: 100%;
    }
    ul.benef1 {
        width: 100%;
    }
    ul.benef1 li {
        padding-left: 55px;
        font-size: 16px;
    }
    ul.benef1 li:before {
        width: 45px;
        height: 45px;
        background-size: cover;
    }
    .s4 {
        background-color: #16191e;
        padding-bottom: 40px;
    }
    .s4 h2 {
        margin-bottom: 20px;
        font-size: 45px;
    }
    .s4 .heads {
        margin-bottom: 10px;
    }
    .s4 .button {
        position: relative;
        bottom: auto;
        left: auto;
    }
    .s5 {
        width: 100%;
    }
    .s5 .container {
        padding-right: 0;
        padding-left: 0;
        max-width: 320px;
    }
    .s5 .rev {
        max-width: 320px;
    }
    .slick-arrow {
        bottom: -40px;
        top: auto;
        z-index: 100;
    }
    .slick-prev {
        left: 20px;
        transform: scale(2);
    }
    .slick-prev:before {
        opacity: 1;
    }
    .slick-next {
        right: 20px;
        transform: scale(2);
    }
    .slick-next:before {
        opacity: 1;
    }
    .mob_top {
        background: #d5d3d3;
        display: flex;
    }
    .mob_top .container {
        padding: 0;
    }
    .mob_top .top {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 20px 0;
        left: 0;
    }
    .mob_top .top li {
        display: flex;
        color: #222222;
        width: 100%;
        padding: 20px;
        border-right: 1px solid transparent;
    }
    .mob_top .top li img {
        margin-right: 10px;
        align-self: flex-start;
        position: relative;
        top: 10px;
    }
    .mob_top .top li b {
        font-size: 25px;
        margin-bottom: 10px;
        font-family: "Akrobat", sans-serif;
    }
    .mob_top .top li p {
        font-size: 15px;
    }
    .bottom h1 {
        margin-bottom: 0 !important;
    }
    .bottom h1 span {
        font-size: 43px !important;
    }
    .bottom .title_block {
        margin-bottom: 500px;
    }
    .bottom .top {
        display: none;
    }
    .bottom form {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 320px;
        padding: 50px 0;
    }
    .bottom form .button,
    .bottom form input {
        width: 310px;
        height: 67px;
    }
}

/*# sourceMappingURL=style.css.map */