.main-wrapper {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden
}

a[href^=tel] {
    color: inherit;
    text-decoration: none
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: sans-serif;
    background: #eee
}

p,
h1,
h2,
h3,
ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none;
    padding: 0;
    margin: 0
}

button {
    list-style: none;
    border: none;
    cursor: pointer
}

a {
    text-decoration: none
}

header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 18px 57px 18px 40px;
    background: #302727
}

.only-mob {
    display: none
}

.header__left {
    display: flex;
    align-items: center
}

.logo {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 27px;
    line-height: 81%;
    text-align: center;
    color: red;
    display: flex;
    align-items: center;
    flex-direction: column
}

.logo span {
    font-weight: 300;
    font-size: 23px;
    line-height: 92.5%;
    text-align: center;
    color: #fff
}

.header__left ul {
    display: flex;
    align-items: center;
    margin-left: 83px
}

.header__left li {
    margin-right: 27px
}

.header__left li a {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    transition: .3s
}

.header__left li a:hover,
footer a:hover {
    color: red
}

.header__right .only-desk:first-child {
    margin-right: 27px
}

main {
    width: 950px;
    margin: 16px auto 0;
    background: #fff;
    border-radius: 16px;
    display: flex
}

.content {
    box-sizing: border-box;
    padding: 0 26px 29px 20px;
    width: 640px;
    border-right: 1px solid #d9d9d9;
    margin-top: 20px;
    margin-bottom: 21px
}

.content__left {
    display: flex;
    align-items: center
}

.content__left__text {
    margin-left: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.content__left__text p {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #d54343
}

.content__header {
    box-sizing: border-box;
    padding-bottom: 15px;
    border-bottom: 1px solid #d9d9d9;
    width: 100%;
    display: flex;
    align-items: flex-end
}

.content__right {
    display: flex;
    margin-bottom: 5px;
    margin-left: 47px
}

.content__right a {
    box-sizing: border-box;
    padding: 4px 10px;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    background: #d72424;
    border-radius: 14px;
    margin-right: 10px
}

aside {
    width: 310px;
    box-sizing: border-box;
    padding: 64px 20px
}

.aside__item {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.aside__item p {
    margin-left: 9px;
    font-size: 15px;
    line-height: 18px;
    color: #232323
}

.aside__big {
    width: 270px;
    height: 238px;
    background: url(../images/aside5.jpg) center top no-repeat;
    box-sizing: border-box;
    padding: 11px 0 0 16px;
    position: relative;
    display: block
}

.aside__big p:first-of-type {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #fff
}

.aside__big p:last-of-type {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #fff
}

.aside__big img {
    position: absolute;
    bottom: 0;
    left: 0
}

.margin-30 {
    margin-bottom: 30px
}

.margin-20 {
    margin-bottom: 20px
}

.margin-10 {
    margin-bottom: 10px
}

.date-block {
    display: flex;
    align-items: center
}

.date {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #898989;
    text-transform: lowercase;
    margin-right: 30px
}

.date-block a {
    display: flex;
    align-items: center;
    margin-right: 10px
}

.date-block a p {
    margin-left: 4px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #151515
}

h1 {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #151515
}

h2 {
    font-family: sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #232323
}

.cont-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.common-text {
    font-size: 17px;
    line-height: 20px;
    color: #232323
}

.common-text span {
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    text-transform: uppercase;
    color: #232323
}

.blue-link {
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #0766f4
}

.video-wrapper {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    overflow-y: hidden
}

.video_autoPlay {
    width: 100%
}

.order-block {
    box-sizing: border-box;
    width: 600px;
    margin: 0 auto;
    padding: 49px 0 59px 269px;
    background: #cde1ec;
    position: relative
}

.order-inner {
    display: flex;
    flex-direction: column
}

.price-block .label {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #252323;
    margin-bottom: 5px
}

.old-price {
    font-size: 18px;
    line-height: 18px;
    color: #757575;
    position: relative;
    margin-bottom: 5px
}

.main-prod {
    position: absolute;
    top: 20px;
    left: 0
}

.disc {
    position: absolute
}

.old-price::before {
    content: '';
    position: absolute;
    width: 60px;
    min-width: 60px;
    height: 2px;
    background: #dc513a;
    transform: rotate(178.9deg);
    top: 8px
}

.new-price {
    font-weight: 700;
    font-size: 44px;
    line-height: 36px;
    display: flex;
    align-items: center;
    color: #dc513a
}

.price-block {
    margin-bottom: 58px
}

.timer {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 201px
}

.timer__remain {
    font-size: 15px;
    line-height: 107.7%;
    text-align: center;
    color: #252323;
    margin-bottom: 10px
}

.timer-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.timer-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 15px;
    line-height: 107.7%;
    color: #252323
}

.num,
.dots {
    font-weight: 700;
    font-size: 40px;
    line-height: 110%;
    text-transform: uppercase;
    color: #252323
}

.dots {
    font-weight: 400
}

.disc {
    width: 91px;
    height: 91px;
    background: url(../images/disc.png) center top no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 38px;
    right: 77px
}

.disc p {
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

.disc span {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #fff
}

.main-form {
    width: 100%;
    margin: 20px 0 40px;
    display: flex;
    flex-direction: column
}

.main-form label {
    padding-left: 10px;
    display: block;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 18px;
    color: #252323
}

.main-form input {
    border: 1px solid #c4c4c4;
    box-sizing: border-box;
    border-radius: 5px;
    padding-left: 10px;
    font-size: 17px;
    line-height: normal !important;
    vertical-align: middle !important;
    color: #252323;
    height: 45px;
    margin-bottom: 20px
}

.main-form input::placeholder {
    color: #757575;
    line-height: normal !important;
    vertical-align: middle !important
}

.main-btn {
    padding: 15px 20px;
    max-width: 350px;
    background: #f20808;
    border-radius: 54px;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    color: #fff;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
}

.main-form .main-btn {
    margin-top: 20px
}

.video-1 {
    height: 282px
}

.video-2 {
    height: 265px
}

.video-3 {
    height: 282px
}

h3 {
    margin: 57px 0 24px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #151515
}

.comment-item {
    display: flex;
    width: 100%;
    margin-bottom: 23px
}

.ava {
    width: 50px;
    height: 50px
}

.comm-content {
    margin-left: 10px
}

.comm-author {
    font-family: sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #151515;
    padding-bottom: 0;
}

.comm-text {
    font-size: 17px;
    line-height: 20px;
    color: #232323;
    margin-bottom: 10px
}

.comm-footer {
    display: flex;
    align-items: center
}

.comm-footer p {
    font-family: sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #151515;
    margin-left: 4px;
    margin-right: 20px
}

.comm-footer span {
    font-family: sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #8c8c8c
}

.bottom-link {
    margin-top: 50px
}

.dummy {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #589cdb
}

footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 50px;
    background: #302727;
    box-sizing: border-box;
    padding: 28px 30px 35px
}

footer p {
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #bababa
}

footer a {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-decoration-line: underline;
    color: #fff;
    transition: .3s
}

@media only screen and (max-width:949px) {
    aside {
        display: none
    }

    main {
        width: 640px
    }

    .content {
        border-right: none
    }
}

@media only screen and (max-width:767px) {

    .only-desk,
    .header__left ul {
        display: none
    }

    .only-mob {
        display: block
    }

    header {
        padding: 18px 30px 18px 40px
    }

    main {
        width: 100%;
        border-radius: 0
    }

    .content {
        width: 100%;
        padding: 0 30px 29px
    }

    .content__header {
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 20px;
        border-bottom: 1px solid #463f3f
    }

    .content__right {
        margin-left: 0;
        margin-top: 10px
    }

    .order-block {
        width: 100%;
        padding: 44px 0 45px 175px
    }

    .main-prod {
        width: 165px;
        left: 0;
        top: 56px
    }

    .order-inner {
        flex-direction: column-reverse
    }

    .price-block {
        margin-bottom: 0;
        margin-top: 32px
    }

    .disc {
        right: 2px;
        top: 165px
    }

    .main-btn {
        width: 100%
    }

    h3 {
        margin-top: 50px
    }

    .video-1 {
        height: 200px
    }

    .video-2 {
        height: 185px
    }

    .video-3 {
        height: 200px
    }
}

.m-p {
    display: block;
    margin: 30px auto
}

.main-link {
    margin-bottom: 40px
}

.comm-footer {
    display: flex;
    align-items: center;
}

.comm-footer a {
    color: #757575;
}

.comment-photo {
    display: block;
    width: 100%;
    max-width: 400px;
    margin-bottom: 10px;
}