@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Black.woff2') format('woff2'),
    url('../fonts/Montserrat-Black.woff') format('woff'),
    url('../fonts/Montserrat-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
    url('../fonts/Montserrat-Bold.woff') format('woff'),
    url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
    url('../fonts/Montserrat-Regular.woff') format('woff'),
    url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.youtube {
    background-color: #000;
    max-width: 100%;
    height: inherit;
    overflow: hidden;
    position: relative;
    cursor: hand;
    cursor: pointer
}

.youtube .thumb {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: auto
}

.youtube .play {
    filter: alpha(opacity=80);
    opacity: .8;
    height: 77px;
    left: 50%;
    margin-left: -38px;
    margin-top: -38px;
    position: absolute;
    top: 50%;
    width: 77px;
    background: url("../img/youtube-play-icon.png") no-repeat !important;
}

/*   offer   */

.offer {
    background: url("../img/offer-top.jpg") 50% 0 no-repeat #2a3573;
    height: 668px;
    padding: 0;
}

.offer.bottom {
    background: url("../img/offer-bottom.jpg") 50% 0 no-repeat #2a3573;
    height: 770px;
}

.offer.bottom .price {
  margin-bottom: 20px;
}

.offer.bottom .box {
    height: auto;
}

.offer .box {
    height: 520px;
    padding: 20px 0 0;
}

.offer h1 {
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.offer h1 span {
    font-weight: 900;
    font-size: 98px;
    line-height: 1.1em;
    display: block;
    margin-left: 20px;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    letter-spacing: normal;
}

.offer.bottom .wrap .box h2 {
    float: right;
    letter-spacing: 2px;
    margin: 0 20px 0 0;
}

.offer.bottom .sale {
    top: 235px;
    right: 53px;
}

.offer h2 {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3.5px;
    margin-bottom: 40px;
}

.offer h2 span {
    display: inline-block;
    background: #c01c3d;
    padding: 2px 15px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin: 0 0 0 80px;
    font-weight: 700;
}

.offer h2 b {
    font-weight: 400;
}

.offer .sale {
    width: 115px;
    height: 48px;
    position: absolute;
    right: 54px;
    top: 50px;
    background: #c01c3d;
}

.offer .sale span {
    position: absolute;
    width: 48px;
    height: 19px;
    background: #ffc40a;
    transform: rotate(-90deg);
    left: -15px;
    top: 14px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 19px;
    font-weight: 700;
    letter-spacing: 2px;
}

.offer .sale b {
    display: block;
    height: 48px;
    line-height: 48px;
    margin-left: 19px;
    text-align: center;
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    position: relative;
}

.offer .sale b:before,
.offer .sale b:after {
    content: '';
    width: 88px;
    height: 1px;
    border-bottom: 1px dashed rgba(240, 223, 213, 0.3);
    position: absolute;
    left: 50%;
    margin-left: -44px;
}

.offer .sale b:before {
    top: 3px;
}

.offer .sale b:after {
    bottom: 3px;
}

.offer .sale:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 18px 0 30px;
    border-color: #91142d transparent transparent transparent;
    position: absolute;
    top: 100%;
    right: 0;
}

.offer .plus {
    width: 370px;
    margin-left: 40px;
}

.offer .plus ul {
    font-size: 0;
    text-align: center;
}

.offer .plus li {
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    width: 50%;
    font-size: 16px;
    color: #fff;
    padding-bottom: 25px;
}

.offer .plus li span {
    display: block;
}

.offer .plus li:before {
    display: block;
    width: 62px;
    height: 62px;
    margin: 0 auto 10px;
    content: '';
}

.offer .plus li:nth-child(1):before {
    background: url("../img/offer_icon.png") 50% 0 no-repeat;
}

.offer .plus li:nth-child(2):before {
    background: url("../img/offer_icon.png") 50% -62px no-repeat;
}

.offer .plus li:nth-child(3):before {
    background: url("../img/offer_icon.png") 50% -124px no-repeat;
}

.offer .plus li:nth-child(4):before {
    background: url("../img/offer_icon.png") 50% -186px no-repeat;
}

.offer .order_form {
    position: relative;
    width: 360px;
    background: #fff;
    padding: 15px 30px 25px;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.offer .sale_text {
    text-align: center;
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 15px;
}

.offer .sale_text b {
    display: block;
    font-size: 26px;
}

.offer.bottom .last_day {
    text-align: center;
    padding: 7px 0 15px;
}

.offer.bottom .stock {
    font-size: 14px;
    text-align: center;
    padding-top: 15px;
}

.offer.bottom .stock b {
    display: inline-block;
    padding: 1px 7px;
    font-size: 16px;
    background: #44a8f2;
    margin: 0 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
}


.offer.bottom h1 {
    margin-left: 290px;
}


/*   promo   */

.offer .promo {
    background: none;
    padding: 20px 0 0;
    border: none;
}

.promo {
    background: #0e2781;
    background: -moz-linear-gradient(left, #0e2781 0%, #1c49aa 50%, #102b86 100%);
    background: -webkit-linear-gradient(left, #0e2781 0%, #1c49aa 50%, #102b86 100%);
    background: linear-gradient(to right, #0e2781 0%, #1c49aa 50%, #102b86 100%);
    padding: 30px 0;
}

.promo .price {
    float: left;
    margin-left: 10px;
}

.promo a.button-m {
    float: left;
    margin-left: 30px;
}

.promo .bottom_info {
    clear: left;
    padding: 13px 10px 0;
}

.promo .bottom_info:after {
    content: '';
    display: block;
    clear: both;
}

.promo .bottom_info .last_day {
    float: left;
    font-size: 14px;
    color: #fff;
}

.promo .bottom_info .stock {
    float: right;
    font-size: 14px;
    color: #fff;
}

.promo .bottom_info .stock b {
    display: inline-block;
    padding: 1px 7px;
    font-size: 16px;
    background: #44a8f2;
    margin: 0 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


/*   panorama_sect   */
.panorama_sect {
    padding: 0;
}


/*   about   */

.about {
    display: inline-block;
    position: relative;
    background: #4576bf;
    color: #fff;
    text-align: center;
    padding: 0 0 20px;
}

.about:before {
    position: absolute;
    left: 50%;
    top: -27px;
    margin-left: -245px;
    display: block;
    width: 490px;
    height: 27px;
    background: url("../img/title-bg.png") 0 0 no-repeat;
    content: '';
}

.about h4 {
    width: 100%;
    font-size: 22px;
    margin-top: -17px;
    padding-bottom: 5px;
}

.about p {
    padding: 0 15px;
}

/*   b1   */
.b1 img.prod {
    position: absolute;
    right: -10px;
    top: -40px;
}

.b1 .text {
    width: 375px;
    padding-bottom: 30px;
}

.b1 .text p {
    padding-bottom: 10px;
}

.b1 .text a {
    color: #222;
    text-decoration: none;
}

.b1 .text .popup-show:before {
    display: inline-block;
    width: 25px;
    height: 18px;
    background: url("../img/youtube-icon.png") 0 0 no-repeat;
    content: '';
    vertical-align: top;
    margin: 3px 7px 0 0
}

.b1 .text .popup-show {
    display: block;
    margin-top: 20px;
    cursor: pointer;
}

.b1 .text .popup-show span {
    font-size: 22px;
    font-weight: 900;
    padding-bottom: 2px;
    border-bottom: 1px dashed #222;
    text-transform: uppercase;
}

.b1 .text .popup-show:hover span {
    border-bottom: 1px solid #222;
}

.popup-overlay {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000;
    opacity: 0.7;
}

.popup-close {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    top: -12px;
    right: -12px;
    cursor: pointer;
    background: url("../img/popup-close.png") 0 0 no-repeat;
}

.popup-cont {
    position: fixed;
    display: none;
    z-index: 1000;
    top: 10%;
    left: 50%;
}

.popup-video {
    margin-left: -375px;
}

.popup-video .video-frame {
    position: relative;
    overflow: hidden;
    width: 750px;
    height: 420px;
    margin: 0 auto;
    background: #000;
    border-radius: 4px;
}

.popup-video .video-frame iframe,
.popup-video .video-frame object,
.popup-video .video-frame embed {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.b1 .gallery {
    font-size: 0;
    padding-top: 40px;
    margin: 0 -70px;
    position: relative;
}

.b1 .gallery li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
}

.b1 .gallery li:nth-child(even) div {
    position: relative;
    z-index: 5;
    margin-top: -40px;
}

.b1 .gallery li div {
    margin: 0 -40px;
}

.b1 .gallery li div img {
    border: 3px solid #e6eaf1;
    max-width: 320px;
}

/*   b2   */

.b2 {
    position: relative;
    background: #3e5ca8 url(../img/b2_bg.jpg) 50% 0% no-repeat;
    color: #fff;
}

/*   b3   */

.b3 {
    background: #fff url("../img/bg-1.jpg") 50% 0 no-repeat;
    height: 709px;
    padding: 30px 0 0;
}

.b3 .wrap {
    padding-left: 505px;
}

.b3 .wrap > img {
    display: none;
}

.b3 .title {
    font-size: 42px;
    line-height: 40px;
    margin-bottom: 35px;
}

.b3 .text {
    padding-bottom: 10px;
}


/*   b7   */
.b7 {
    padding-bottom: 0;
}

.char_content {
    position: relative;
}

.char_content > img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 6px;
}

.b7 h2.title {
    text-align: center;
    margin-bottom: 40px;
}

.char {
    font-size: 0;
    padding: 30px 40px 0;
}

.char > li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
}

.char > li .char_item {
    width: 220px;
    margin: 0 0 22px;
    text-align: center;
    float: left;
}

.char > li .char_item:after {
    content: '';
    width: 30px;
    height: 3px;
    background: #c01c3d;
    display: block;
    margin: 22px auto 0;
}

.char > li:nth-child(2n) .char_item {
    float: right;
}

.char > li p b {
    display: block;
}

.char > li:nth-child(7) .char_item:after,
.char > li:last-child .char_item:after {
    display: none;
}


/*   order info   */

.order_info {
    position: relative;
    padding: 52px 0 0;
    background: url(../img/order_bg.jpg) 50% 0% no-repeat;
    min-height: 570px;
}

.order_info h2.title,
.order_info h2.title span {
    color: #fff;
}

.order_info h2.title {
    margin-bottom: 0;
    padding: 20px 0 20px 10px;
    margin-bottom: 30px;
}

.order_info .box .wrap > img {
    display: none;
}

.order_info ul {
    width: 370px;
    padding-left: 10px;
}

.order_info ul li {
    margin-bottom: 30px;
}

.order_info ul li:after {
    clear: both;
    content: "";
    display: table;
}

.order_info ul li:last-child {
    margin-bottom: 0;
}

.order_info ul li:before {
    display: block;
    float: left;
    background-color: #44a8f2;
    width: 90px;
    height: 90px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
    border: 3px solid #ffffff;
}

.order_info ul li:nth-child(1):before {
    background: url("../img/order_icon.png") 50% 0px no-repeat #c01c3d;
}

.order_info ul li:nth-child(2):before {
    background: url("../img/order_icon.png") 50% -98px no-repeat #c01c3d;
}

.order_info ul li:nth-child(3):before {
    background: url("../img/order_icon.png") 50% -192px no-repeat #c01c3d;
}

.order_info ul li p {
    overflow: hidden;
    padding: 12px 0 0 20px;
}

.reviews {
    background: #fafafa;
}

.reviews h2.title {
    margin-bottom: 25px;
}

.reviews .slider:after {
    clear: both;
    content: "";
    display: table;
}

.reviews .item {
    float: left;
    width: 33.33%;
    padding: 0 12px;
}

.reviews .item .bg {
    background: #fff;
    -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 21px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.reviews .item .pic img {
    display: block;
    width: 100%;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.reviews .item .info {
    position: relative;
    background: url("../img/quote-icon.png") 92% 20px no-repeat;
    padding: 15px 15px 15px 68px;
    font-size: 15px;
    min-height: 40px;
}

.reviews .item .info img {
    position: absolute;
    left: 15px;
    top: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.reviews .item .info h4 {
    line-height: 18px;
}

.reviews .item .text {
    padding: 0 15px 15px;
    text-align: center;
}

/*   footer   */

.footer {
    text-align: center;
    padding: 0 0 30px;
    background: #4576bf;
    color: #fff;
}

.footer img {
    display: block;
    margin: 0 auto 15px;
}

.footer a {
    font-size: 14px;
    color: #fff;
}

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

    .b2:before, .b2:after {
        display: none;
    }

    .b7 {
        background: #fff;
    }

}


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

    .b1 .gallery {
        margin: 0;
        padding-top: 0;
    }

    .b1 .gallery li div {
        margin: 0;
    }

    .b1 .gallery li:nth-child(even) div {
        margin-top: 0;
    }

    .b1 .wrap:before {
        right: 80px;
        width: 387px;
        height: 340px;
        -o-background-size: cover;
        -webkit-background-size: cover;
        -khtml-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
    }

    .b1 .gallery li {
        width: 33.33%;
    }

    .b1 .gallery li:nth-child(4) {
        display: none;
    }

}

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

    section {
        padding: 30px 0;
    }

    h2.title {
        font-size: 44px;
        line-height: 52px;
    }

    h2.title > span {
        font-size: 16px;
    }

    .offer {
        background: url("../img/offer-top-960.jpg") 50% 0 no-repeat #1b3475;
        height: 668px;
    }

    .offer h1 span {
        font-size: 96px;
    }

    .offer h2 {
        letter-spacing: 2px;
        text-align: right;
    }

    .offer h2 span {
        margin: 0;
    }

    .offer .sale {
        top: 220px;
        right: 200px;
    }

    .offer .sale:before {
        display: none;
    }

    .offer .plus {
        width: 340px;
        margin: 0;
    }

    .offer .plus li {
        padding-bottom: 15px;
        text-shadow: 0 1px 0 #000;
    }

    .offer .plus li span {
        display: inline;
    }

    .offer .box {
        height: 523px;
    }

    .offer .promo .timer_block {
        display: none;
    }

    .offer .promo a.button-m {
        float: right;
        clear: none;
    }

    .offer img.gift {
        top: 390px;
        right: 10px;
    }

    .offer.bottom img.gift {
        top: 130px;
    }

    .alert-gift {
        padding: 20px;
        border-right: 0;
        border-bottom: 4px solid #44a8f2;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .alert-gift > img {
        float: none;
        margin: 0 auto 15px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .alert-gift .text {
        padding: 0;
        font-size: 19px;
        line-height: 25px;
        text-align: center;
    }

    .alert-gift .text img {
        position: static;
        display: block;
        margin: 10px auto 0;
    }

    .promo .price {
        margin-left: 0;
    }

    .promo a.button-m {
        float: right;
        margin-left: 0;
    }

    .promo .bottom_info {
        clear: left;
        padding: 13px 0 0;
    }

    .about:before {
        display: none;
    }

    .about {
        padding: 10px 0 15px;
    }

    .about h4 {
        margin-top: 0;
    }

    .about p {
        padding: 0 50px;
    }

    .b1 .wrap:before {
        display: none;
    }

    .b1 .title {
        text-align: center;
    }

    .b1 .text {
        width: auto;
    }

    .b1 img.prod {
        position: static;
        display: block;
        margin: 0 auto;
    }

    .b1 .gallery li {
        width: 50%;
    }

    .b1 .gallery li:nth-child(4) {
        display: inline-block;
    }

    .b1 .gallery li div img {
        width: 100%;
        display: block;
        margin-bottom: 5px;
    }

    .b2 {
        background: #365daf;
        background: -moz-linear-gradient(-45deg, #365daf 0%, #1a337a 50%, #2d397f 100%);
        background: -webkit-linear-gradient(-45deg, #365daf 0%, #1a337a 50%, #2d397f 100%);
        background: linear-gradient(135deg, #365daf 0%, #1a337a 50%, #2d397f 100%);
    }

    .list-v1 {
        text-align: center;
        margin-bottom: -30px;
    }

    .list-v1 li {
        width: 50%;
        padding-bottom: 30px;
    }

    .b3 {
        background: #fff;
        height: auto;
        padding: 40px 0;
    }

    .b3 .wrap {
        padding-left: 10px;
    }

    .b3 .title {
        text-align: center;
    }

    .b3 .wrap > img {
        display: block;
        border-radius: 10px;
        margin: 0 auto 30px;
    }

    .promo .timer_block {
        float: right;
        margin: 0 0 20px 0;
        width: 300px;

    }

    .promo a.button-m {
        float: none;
        clear: both;
        margin: 0 auto;
    }


    .b6 {
        height: auto;
        background: #2967b4;
        background: -moz-linear-gradient(top, #2967b4 0%, #277ecb 100%);
        background: -webkit-linear-gradient(top, #2967b4 0%, #277ecb 100%);
        background: linear-gradient(to bottom, #2967b4 0%, #277ecb 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2967b4', endColorstr='#277ecb', GradientType=0);
    }

    .b6 .box {
        width: auto;
    }

    .b6 .text {
        max-width: 700px;
        padding-top: 10px;
    }

    .b7 {
        background: #fff;
    }

    .char_content > img {
        display: block;
        position: static;
        transform: none;
        margin: 0 auto 30px;
    }

    .char {
        padding: 0 90px;
    }

    .b7 .kit {
        float: none;
        margin: 0 auto;
    }

    .order_info {
        background: none;
        min-height: auto;
        padding: 20px 0 0;
    }

    .order_info .title_block {
        background: #4576bf;
    }

    .order_info .box {
        background: #e4ecf6;
        padding: 20px 0 30px;
    }

    .order_info .box .wrap > img {
        display: block;
        margin: 0 auto 20px;
    }

    .order_info h2.title {
        text-align: center;
        padding-left: 0;
        margin: 0;
    }

    .order_info ul {
        padding-left: 0;
        margin: 0 auto;
        width: 360px;
    }

    .offer.bottom h1 {
        margin-left: 0;
    }

    .offer.bottom {
        background: url("../img/offer-bottom-960.jpg") 50% 0 no-repeat #4576bf;
        height: 753px;
    }

    .offer.bottom .wrap .box h2 {
        float: none;
        margin-bottom: 22px;
        margin-right: 0;
    }

    .offer .order_form {
        margin-left: -10px;
    }

    .offer {
        overflow: hidden;
    }

    .offer.bottom h2 {
        margin-bottom: 25px;
    }

    .offer.bottom .timer_block {
        background: none;
        right: -270px;
        bottom: 25px;
    }

    .offer.bottom .timer_block > p {
        color: #fff;
    }

    .offer.bottom .sale {
        right: 30px;
        top: 485px;
    }

    .popup-video {
        margin-left: -300px;
    }

    .popup-video .video-frame {
        width: 600px;
        height: 336px;
    }

}

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

    .offer,
    .offer.bottom {
        background: url("../img/offer-top-640.jpg") 50% 0 no-repeat #253d87;
        height: auto;
    }

    .offer.bottom {
        padding-bottom: 30px;
    }

    .offer h1 {
        font-size: 18px;
        line-height: 24px;
        text-align: center;
    }

    .offer h1 span {
        font-size: 48px;
        line-height: 1.1em;
        margin: 0;
    }

    .offer h2 {
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 24px;
        text-align: center;
        margin-bottom: 335px;
    }

    .offer h2 span {
        display: block;
        padding: 5px 0;
    }

    .offer h2 b {
        display: block;
        font-weight: 700;
    }

    .offer .plus {
        width: auto;
    }

    .offer .plus li {
        font-size: 13px;
        line-height: 18px;
        text-shadow: none;
    }

    .offer .box {
        padding-top: 15px;
        height: auto;
    }

    .offer .sale,
    .offer.bottom .sale {
        left: 15px;
        top: 180px;
        right: auto;
    }

    .about p {
        padding: 0;
    }

    .about h4 {
        padding: 0 10px 5px;
    }

    .offer img.gift {
        top: 160px;
    }

    .offer.bottom img.gift {
        top: 165px;
    }

    .b1 .gallery li {
        width: 100%;
    }

    .b1 .text,
    .b3 .text,
    .b6 .text {
        text-align: center;
    }

    .b3 .title {
        font-size: 26px;
        line-height: 32px;
    }

    .b6 .text {
        line-height: 22px;
    }

    h2.title {
        font-size: 26px;
        line-height: 32px;
        text-align: center;
    }

    h2.title > span {
        font-size: 14px;
    }

    .list-v1 li {
        width: 100%;
    }

    .list-v2 li img {
        float: none;
        display: block;
        margin: 0 auto 15px;
    }

    .list-v2 li p {
        padding: 0;
        text-align: center;
    }

    section {
        padding: 25px 0;
    }

    .b3 {
        padding: 25px 0;
    }

    .promo .price {
        float: none;
        margin-bottom: 20px;
    }

    .promo .timer_block {
        float: none;
    }

    .promo a.button-m,
    .offer .promo a.button-m {
        float: none;
    }

    .promo .bottom_info {
        text-align: center;
        padding: 15px 0;
    }

    .promo .bottom_info .last_day {
        padding-bottom: 10px;
    }

    .promo .bottom_info .last_day,
    .promo .bottom_info .stock {
        float: none;
    }

    .b7 .kit {
        width: auto;
    }

    .b7 .kit li {
        width: 100%;
    }

    .b7 .specifications li b {
        display: block;
    }

    .char {
        padding: 0;
    }

    .char > li {
        width: 100%;
    }

    .order_info ul {
        width: 100%;
    }

    .char > li .char_item,
    .char > li:nth-child(2n) .char_item {
        float: none;
        margin: 0 auto 22px;
    }

    .char > li:nth-child(7) .char_item::after {
        display: block;
    }

    .order_info ul li {
        margin-bottom: 25px;
    }

    .order_info ul li p {
        padding-top: 0;
    }

    .about h4 {
        line-height: 28px;
    }

    .offer .order_form {
        width: 320px;
        padding: 15px 10px 20px;
        margin-left: -10px;
    }

    .offer.bottom .timer_block {
        display: none;
    }

    .offer.bottom .wrap .box h2 {
        margin-bottom: 335px;
    }

    .popup-cont {
        top: 5%;
    }

    .popup-video {
        margin-left: -150px;
    }

    .popup-video .video-frame {
        width: 300px;
        height: 180px;
    }

    .footer {
        padding-top: 25px;
    }
}
