/* GLOBAL */
* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}
.ac_footer {
	position: relative;
	text-align: center;
	overflow: hidden;
	padding: 50px 0;
	color: #A12000;
}
.ac_footer a {
	color: #A12000;
}
.ac_footer p {
	text-align: center;
}
img[height="1"], img[width="1"] {
	display: none !important;
}
.clearfix:after {
    content: "";

    display: table;
    clear: both;
}

.text-upper {
    text-transform: uppercase;
}

p {
    margin: 0;
}

a {
    color: initial;
    text-decoration: none;
}

body {
    font-size: 18px;
    line-height: 24px;
    font-family: "Open Sans", sans-serif;
}

.container {
    position: relative;

    width: 100%;
    max-width: 1001px;
    margin: 0 auto;
}

.title {
    margin-bottom: 20px;

    font-weight: 700;
    font-size: 38px;
    line-height: 1;
}

.title_red {
    color: #f6002c;
}

a.link {
    font-weight: 700;
    color: #a100a8;
}

.header {
    margin-bottom: 20px;
}

/* BUTTONS */



.button {
    display: inline-block;
    width: 100%;
    max-width: 317px;
    height: 70px;
    padding: 0 10px;
	line-height: 20px;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;

    background-image: -moz-linear-gradient(-90deg, rgb(0, 0, 0, 0.51) 0%, rgb(0, 0, 1) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(0, 0, 0, 0.51) 0%, rgb(0, 0, 1) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(0, 0, 0, 0.51) 0%, rgb(0, 0, 1) 100%);
    border: 1px solid #ffffff;
    border-radius: 34px;
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.33);

    transition: all 0.5s;
    outline: none !important;
	vertical-align: middle;
}

.button:hover {
    transform: scale(1.1);
}

.button-flip {
    margin-top: 30px;
}

.button_right {
    margin-left: 24px;

    background-color: #f10014;
    background-image: -moz-linear-gradient(-90deg, rgba(246, 0, 44, 0.5) 0%, rgba(246, 0, 44, 1) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgba(246, 0, 44, 0.5) 0%, rgba(246, 0, 44, 1) 100%);
    background-image: -ms-linear-gradient(-90deg, rgba(246, 0, 44, 0.5) 0%, rgba(246, 0, 44, 1) 100%);
    box-shadow: 0 7px 15px 0 rgba(198, 0, 35, 0.33);
}

.button_main {
    line-height: 70px;

    background-color: #f10014;
    background-image: -moz-linear-gradient(-90deg, rgba(246, 0, 44, 0.5) 0%, rgba(246, 0, 44, 1) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgba(246, 0, 44, 0.5) 0%, rgba(246, 0, 44, 1) 100%);
    background-image: -ms-linear-gradient(-90deg, rgba(246, 0, 44, 0.5) 0%, rgba(246, 0, 44, 1) 100%);
    box-shadow: 0 7px 15px 0 rgba(198, 0, 35, 0.33);
}
.pt {
	padding-top: 20px;
}
.pt2 {
	padding-top: 10px;
}
.button_left {}

/* HEADER */

.header {
    padding-top: 8px;
}

.header__logo {
    position: absolute;
    top: -84px;
    left: 0;

    width: 235px;
    height: 95px;

    background-image: url("../img/header__logo.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.header__icons {
    float: right;
    width: 100%;
	margin: 0px 0 20px 0;
    max-width: 510px;
    text-align: right;
}

.header__icon {
    display: inline-block;
    margin-right: 30px;

    font-weight: 700;
    font-size: 14px;
    vertical-align: top;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
}

.header__icon:last-child {
    margin-right: 0;
}

.header__icon img {
    display: block;
    height: 28px;
    margin: 0 auto;
    margin-bottom: 5px;
}

.top-line {
    margin-top: 15px;
    padding: 15px 0;

    background-color: #f6002c;
}

.nav {
    float: left;
    width: 100%;
    width: 100%;
    max-width: 650px;
    margin-top: 6px;
    margin-right: 30px;
}

.nav__hamburger {
    display: none;
}

.nav__item {
    position: relative;

    display: inline-block;
    margin-right: 20px;
    padding-right: 19px;

    font-weight: 700;
    font-size: 14px;
    vertical-align: top;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
}

.nav__item:last-child {
    margin-right: 0;
}

.nav__item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;

    width: 11px;
    height: 7px;

    background-image: url("../img/arrow.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transform: translateY(-50%);
}

.nav__item_active::after {
    background-image: url("../img/arrow-active.png");
}

.nav__item_active {
    color: #000000;
}

.top-line__icons {
    float: left;
    margin-top: 5px;
}

.top-line__button {
    float: right;
    width: 100%;
    max-width: 178px;
    padding: 7px 10px;

    font-weight: 700;
    font-size: 13px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;

    background-color: #000000;
    border-radius: 17px;
}

/* MAIN */

.main {
    float: left;
    width: 100%;
    max-width: 703px;
    margin-right: 38px;
    padding-bottom: 100px;
}

.slider {
    padding: 15px;

    background-color: #fcfcfc;
}

.slider__item {
    display: none;

    font-size: 0;
    text-align: center;
}

.slider__item.active {
    display: block;
}

.slider__item p {
    margin-bottom: 20px;
}

.slider__title {
    font-weight: 700;
    font-size: 12px;
    color: #b400bc;
    text-transform: uppercase;
}

.slider__progress-line {
    width: 100%;
    height: 7px;
    margin-bottom: 25px;
    overflow: hidden;

    background-color: rgb(240, 205, 242);
    border-radius: 4px;
}

.slider__progress-bar {
    width: 0;
    height: 7px;

    background-color: #b400bc;

    transition: all 0.5s;
}

.slider__main-slide {
    font-size: 18px;
}

.slider__prod-photo {
    margin-bottom: 20px;
}

/*.slider__image {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 30px;

    vertical-align: top;
}*/

.slider__image {
    display: block;
    /*margin-bottom: 30px;*/
    margin-right: auto;
    margin-left: auto;
}

/*.slider__image:last-of-type {
    margin-right: 0;
}*/

.slider__text {
    font-size: 18px;
    margin: 20px auto;
    text-align: center;
}

.slider__prod {
    display: inline-block;
    height: 355px;
    padding: 10px;
    background-color: #fff;
    vertical-align: top;

    border: 1px solid rgba(0, 0, 0, 0.27);
}

.slider__prod img {
    height: 100%;
}

.main-slide__title {
    margin-bottom: 20px;

    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #a100a8;
    text-transform: uppercase;
}

/* SIDEBAR */

.sidebar {
    float: left;
    width: 100%;
    max-width: 260px;
}

.sidebar__title {
    margin-bottom: 20px;

    font-weight: 700;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
}

.sidebar__main-item {
    margin-bottom: 20px;
    padding-top: 15px;

    border-top: 1px solid rgba(0, 0, 0, 0.26);
}

.sidebar__prod {
    margin-bottom: 0 auto 10px;
}

.sidebar__subtitle {
    margin-bottom: 15px;

    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

.sidebar__item-date,
.sidebar__item-views {
    position: relative;

    font-size: 13px;
    color: #acacac;
}

.sidebar__item-date {
    float: left;
    margin-top: 5px;
    padding-left: 18px;
}

.sidebar__item-views {
    float: right;
    padding-left: 20px;
}

.sidebar__item-date::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;

    width: 11px;
    height: 11px;

    background-image: url("../img/sidebar__icon-time.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.sidebar__item-views::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;

    width: 13px;
    height: 8px;

    background-image: url("../img/sidebar__icon-views.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.sidebar__item {
    margin-bottom: 20px;
    padding-top: 15px;

    border-top: 1px solid rgba(0, 0, 0, 0.26);
}

.sidebar__item img {
    display: block;
    float: left;
    width: 100%;
    max-width: 70px;
}

.sidebar__text {
    margin-left: 80px;

    font-size: 16px;
    line-height: 20px;
}

.sidebar__item-social {
    position: relative;
}

.sidebar__item-logo {
    position: absolute;
    top: 15px;
    left: 10px;

    width: 89px;
}

.sidebar__item-facebook {
    position: absolute;
    top: 20px;
    right: 55px;
}

.sidebar__facebook-page {
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.last-block {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
    display: none;
}

.last-block .text-sum {
    margin-bottom: 10px;
}

.last-block .text-sum span {
    color: #f6002c;
}

.last-block .text-sale span {
    color: #a100a8;
}

.back {
    background: #fff;
}


.front {
    background: #fcfcfc;
}
@media (max-width: 992px) {
    body {
        font-size: 16px;
    }

    .last-block {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 0;
    }

    .container {
        max-width: 320px;
        padding: 0 8px;
    }

    .header {
        padding-top: 0;
    }

    .header__icons,
    .top-line__icons,
    .nav__item,
    .top-line__button,
    .sidebar {
        display: none;
    }

    .header__logo {
        position: static;

        width: 101px;
        height: 41px;

        background-image: url("../img/header__logo-mob.png");
    }

    .top-line {
        margin-top: 0;
        padding-bottom: 0;
    }

    .nav__hamburger {
        position: relative;
        display: block;
        height: 24px;
        width: 35px;
        position: absolute;
        top: 0;
        right: 8px;
    }

    .nav__hamburger::after {
        content: '';
        position: absolute;
        top: 0px;
        left: 0;
        width: 35px;
        height: 5px;
        background-color: #fff;
        box-shadow: 0 9px 0 0 #fff, 0 18px 0 0 #fff;
    }

    .title {
        font-size: 22px;
        text-align: center;
        margin-bottom: 15px;
        line-height: 1;
    }

    .slider {
        width: calc(100% + 16px);
        margin-left: -8px;
    }

    .slider__image {
        /*width: 142px;*/
        height: auto;
        margin-bottom: 20px;
        /*margin-right: 5px;*/
    }

    .button {
        max-width: 278px;
        font-size: 16px;
        height: 59px;
        display: block;
        margin: 0 auto 15px;
    }

    .button_main {
        line-height: 59px;
    }

    .main-slide__title {
        font-size: 18px;
        line-height: 22px;
    }

    .slider__prod-photo {
        width: 172px;
        height: 163px;
    }

    .slider__prod {
        width: 113px;
        height: 163px;
    }

    .slider__main-slide {
        font-size: 16px;
    }
}

.topt {
	margin-top:20px;
	margin-bottom: -35px;
	font-size: 14px;
}
.discl {
	width: 50%;
	margin: 20px auto;
	text-align: center;
}
.discl p {
	font-size: 12px;
}
.topm {
	display: none;
}
@media (max-width: 800px) {
	.discl {
	width: 100%;
}
.topm {
	display: block;
	float: right;
	font-size: 12px;
}
.header {
    margin-bottom: 10px;
}
}

