/* start standart controlls */
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,	.table-responsive > .table > tbody > tr > th,	.table-responsive > .table > tfoot > tr > th,.table-responsive > .table > thead > tr > td,.table-responsive > .table > tbody > tr > td,.table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,.table-responsive > .table-bordered > tbody > tr > th:first-child,.table-responsive > .table-bordered > tfoot > tr > th:first-child,.table-responsive > .table-bordered > thead > tr > td:first-child,.table-responsive > .table-bordered > tbody > tr > td:first-child,.table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,	.table-responsive > .table-bordered > tbody > tr > th:last-child,	.table-responsive > .table-bordered > tfoot > tr > th:last-child,.table-responsive > .table-bordered > thead > tr > td:last-child,.table-responsive > .table-bordered > tbody > tr > td:last-child,.table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,	.table-responsive > .table-bordered > tfoot > tr:last-child > th,.table-responsive > .table-bordered > tbody > tr:last-child > td,.table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}
.text_center {
    text-align: center;
}
.text_left {
    text-align: left;
}
.table_max {
    width: 100%;
}
.img-responsive {
    display: inline-block;
}
.alert {
    border-radius: 0;
    padding: 20px;
    margin: 0 0 20px 0;
    color: #fd0e48;
    font-size: 16px;
    border: 1px solid #fd0e48;
    background-color: #ffced9;
}
.alert_bottom {
    margin-bottom: 20px;
}
.alert_success { 
}
.alert_warning {
}
.alert_warning a, .alert_warning a:hover, .alert_warning a:focus, .alert_warning a:active, .alert-warning a, .alert-warning a:hover {
    font-weight: 700;
    color: #fff;
}
.error {
    display: inline-block;
    width: 100%;
    color: #ff1450;
    text-align: left;
    margin-top: 3px;
}
label {
    font-weight: 400;
    cursor: pointer;
}
input, textarea {
    border: 1px solid #e8e8e8;
    border-radius: 0;
    box-shadow: none;
    padding: 9px 7px;
    resize: none;
}
input:hover, input:active, input:focus, textarea:hover, textarea:active, textarea:focus {
    border: 1px solid #e8e8e8;
    outline:0;
    box-shadow: none;
}
input[type="checkbox"], input[type="radio"] {
    display:none;
}
input[type="checkbox"] + label, input[type="radio"] + label {
    position: relative;
    padding: 0 0 0 27px;
    cursor: pointer;
    min-height: 20px;
    line-height: 20px;
    font-size: 16px;
}
input[type="radio"] + label:after, input[type="radio"] + label:before, input[type="checkbox"] + label:after, input[type="checkbox"] + label:before {
    position: absolute;
    content: '';
}
input[type="radio"] + label:after, input[type="checkbox"] + label:after {
    height: 8px;
    width: 8px;
}
input[type="radio"] + label:before, input[type="checkbox"] + label:before {
    top: 1px;
    left: 0px;
    background: #fff;
    border: 1px solid #e8e8e8;
    height: 16px;
    width: 16px;
}
input[type="radio"]:disabled + label:before , input[type="radio"]:checked:disabled + label:before, input[type="checkbox"]:disabled + label:before, input[type="checkbox"]:checked:disabled + label:before {
    background: #e8e8e8;
    border: 1px solid #e8e8e8;
}
input[type="radio"] + label:before {
    border-radius: 50%;
}
input[type="radio"] + label:after {
    left: 4px;
    border-radius: 50%;
    background: transparent;
}
input[type="radio"]:checked + label:after {
    top: 5px;
    background: #ff1450;
}
input[type="checkbox"]:checked + label:after{
    content: "\2714";
    top: 0px;
    left: 3px;
    color: #ff1450;
    font-size: 16px;
}
.container__center {
    margin: 0 auto;
    max-width: 767px;
}
.form__container {
    padding: 40px 35px 35px;
    max-width: 500px;
    border: 1px solid #e8e8e8;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .form__container {
        max-width: 767px;
    }
}
@media (max-width: 450px) {
    .form__container {
        padding: 20px;
    }
}
.form__container_max {
    max-width: 100%;
}
.form__container_no-border {
    border: 0;
}
.from__heading {
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
    margin: 0 0 30px;
    font-weight: 400;
}
.form__item {
    margin: 0 0 15px 0;
}
.from__label, .form__label {
    text-align: left;
    display: inline-block;
    width: 100%;
    margin: 0 0 8px 0;
    font-size: 16px;
}
.form__input, .form__textarea {
    display: block;
    height: 44px;
    padding: 5px 13px;
    line-height: 1.42857143;
    color: #000 !important;
    opacity: 1;
    border: 1px solid #e8e8e8;
    border-radius: 0;
    background: #fff;
    box-shadow: unset;
    width: 100%;
}
.form__input:focus {
    outline: 0;
}
.form__input::-moz-placeholder, .input-custom__input::-moz-placeholder, .form__textarea::-moz-placeholder, input::-moz-placeholder, textarea::-moz-placeholder {
    color: #9e9e9e !important;
    opacity: 1;
}
.form__input:-moz-placeholder, .input-custom__input:-moz-placeholder, .form__textarea:-moz-placeholder, input:-moz-placeholder, textarea:-moz-placeholder {
    color: #9e9e9e !important;
    opacity: 1;
}
.form__input::-ms-input-placeholder, .input-custom__input::-ms-input-placeholder, .form__textarea::-ms-input-placeholder, input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #9e9e9e !important;
    opacity: 1;
}
.form__input::-webkit-input-placeholder, .input-custom__input::-webkit-input-placeholder, .form__textarea::-webkit-input-placeholder, input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #9e9e9e !important;
    opacity: 1;
}
.form__input::-ms-expand, .input-custom__input::-ms-expand, .form__textarea::-ms-expand, input::-ms-expand, textarea::-ms-expand {
    background-color: transparent;
    border: 0;
    color: #9e9e9e !important;
    opacity: 1;
}
@media (max-width: 767px) {
    .form__input {
        padding: 6px;
    }
}
.form__textarea {
    height: auto;
}
.button {
    display: inline-block;
    text-align: center;
    border-radius: 0;
    border: 1px solid transparent;
    padding: 15px 25px;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 1.42857;
    white-space: nowrap;
    color: #fff;
    box-shadow: 0 4px 15px #edcebf;
    background: #edcebf;
}
a.button:hover, a.button:active, a.button:focus, input.button:hover, input.button:focus, input.button:active, .button:hover, .button:active, .button:focus {
    color: #fff;
    box-shadow: 0 4px 15px #edcebf;
    background: #edcebf;
    border: 1px solid transparent;
}
.button_back {
    border: 1px solid #edcebf;
    color: #edcebf;
    font-weight: 900;
    text-transform: uppercase;
    background: #fff;
    box-shadow: none;
}
.button_back:hover, .button_back:active, .button_back:focus, a.button_back:hover, a.button_back:active, a.button_back:focus {
    color: #fff;
    box-shadow: 0 4px 15px #edcebf;
    background: #edcebf;
    border: 1px solid transparent;
}
.buttons {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    margin-top: 35px;
}
.buttons_center {
    -webkit-box-pack: center;
            justify-content: center;
}
.breadcrumb__container {
    background: #fff;
    padding-left: 0;
    padding-right: 0;
    margin: 20px 0;
    color: #848484;
}
.breadcrumb__separator {
    display: inline-block;
    margin: 0 7px 1px 2px;
    height: 6px;
    width: 6px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    border-top: 1px solid #848484;
    border-left: 1px solid #848484;
}
.breadcrumb__item {
    color: #848484;
}
.heading {
    margin: 0 0 50px 0;
    text-align: center;
    font-family: 'Roboto Condensed';
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}
@media(max-width: 450px) {
    .heading {
        margin: 0 0 40px 0;
        font-size: 36px;
    }
}
.heading_color {
    color: rgb(0, 0, 0)0, 0, 0);
}
/* end standart controlls */
/* start Menu Mobile */
.dropdown__container {
    padding: 20px 25px;
}
@media (max-width: 991px) {
    .dropdown__container {
        display: none;
    }
}
.dropdown__item {
    display: inline-block;
    width: 100%;
}
.dropdown__link {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
@media (min-width: 992px) {
    .dropdown_desktop {
        display: block !important;
        padding: 0;
    }
}
@media (min-width: 768px) {
    .dropdown_display-non-mobile {
        display: block !important;
        padding: 0;
    }
}
/* end Menu Mobile */
/* start dialog window */
.callback__container, .catapulta__container, .custom__container {
    display: block;
    margin: 0 auto;
    position: relative;
    background: #fff;
    max-width: 350px;
}
.custom__container {
    max-width: 450px;
}
/* end dialog window */
/* start compare page */
.compare__item {
    vertical-align: top;
    min-width: 200px;
    padding: 10px 0 10px 10px;
}
@media (max-width: 767px) {
    .compare__item {
        min-width: 110px;
    }
}
.compare__item_heading {
    font-weight: 900;
    width: 200px;
}
.compare__item_price {
    font-weight: 700;
    color: #000;
}
.compare__price_old {
    color: #ff1450;
    font-size: 12px;
    font-weight: 400;
    text-decoration: line-through;
}
.compare__content:nth-of-type(odd) {
    background-color: #f1f1f1;
}
.compare__item_button {
    text-align: center;
    padding-left: 0;
}
.compare__image {
    display: block;
    max-width: 300px;
}
/* end compare page */
/* start pagination */
.pagination__container {
    margin: 0 0 30px 0;
    text-align: center;
}
.pagination__button {
    display: inline-block;
    margin: 10px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #e8e8e8;
    cursor: pointer;
    color: #848484;
    font-size: 17px;
}
.pagination__button:hover,.pagination__button:focus,.pagination__button:active, .pagination__active {
    background: #edcebf;
    border: 1px solid #edcebf;
    color: #fff;
    font-weight: 700;
}
.pagination__arrow {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
}
.pagination__prev, .pagination__next {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}
.pagination__prev {
    margin: 0 0 0 5px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.pagination__next {
    margin: 0 5px 0 0;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
}
.pagination__last, .pagination__first {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}
.pagination__first {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.pagination__last {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
}
.pagination__first:before, .pagination__last:before {
    position: absolute;
    content: '';
    bottom: 0px;
    top: 2px;
    left: 2px;
    right: 1px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;

}
.pagination__button:hover .pagination__next, 
.pagination__button:hover .pagination__prev, 
.pagination__button:hover .pagination__first, 
.pagination__button:hover .pagination__first:before, 
.pagination__button:hover .pagination__last, 
.pagination__button:hover .pagination__last:before,

.pagination__button:active .pagination__next, 
.pagination__button:active .pagination__prev, 
.pagination__button:active .pagination__first, 
.pagination__button:active .pagination__first:before, 
.pagination__button:active .pagination__last, 
.pagination__button:active .pagination__last:before,

.pagination__button:focus .pagination__next, 
.pagination__button:focus .pagination__prev, 
.pagination__button:focus .pagination__first, 
.pagination__button:focus .pagination__first:before, 
.pagination__button:focus .pagination__last, 
.pagination__button:focus .pagination__last:before {
    border-color: #fff;
}
/* end pagination */
/*start icon set*/
.button-icon {
    padding: 10px;
    color: #ff1450;
    font-size: 14px;
    cursor: pointer;
}
.button-icon-max {
    font-size: 18px;
}
.account-icon_edit {
    margin: 0 10px;
    background: url("../image/edit.png") no-repeat center center;
}
.account-icon_trash {
    background: url("../image/remove.png") no-repeat center center;
}
.account-icon_repeat {
    background: url("../image/repeat.png") no-repeat center center;
}
.checkout-icon_minus {
    background: url("../image/minus.png") no-repeat center center;
}
.checkout-icon_plus {
    background: url("../image/plus.png") no-repeat center center;
}
.checkout-icon_remove {
    background: url("../image/remove.png") no-repeat center center;
}
/*end icon set*/
/* start carousel module */
.carousel__container {
    position: relative;
}
.carousel__container_2 {
    padding: 0 70px;
}
.carousel__nav {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 45px;
    width: 45px;
    cursor: pointer;
    background: no-repeat center center transparent;
    border: 2px solid #777;
    z-index: 2;
}
.carousel__nav:hover {
    box-shadow: 0 4px 15px #edcebf;
    background-color: #edcebf;
    border-color: transparent;
}
.carousel__nav:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    bottom: 0;
    top: 0;
    margin: auto;
    border-top: 2px solid #777;
    border-left: 2px solid #777;
}
.carousel__nav:hover:before {
    border-color: #fff;
}
.carousel__nav_next {
    right: -10px;
}
.carousel__nav_next:before {
    right: 7px;
    left: 0;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
}
.carousel__nav_prev {
    left: -10px;
}
.carousel__nav_prev:before {
    left: 7px;
    right: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.carousel2__nav {
    height: 55px;
    width: 55px;
}
/* end carousel module */
/* start account */
.heading__account {
    margin: 0 0 20px 0;
}
.heading__account_top {
    margin-top: 20px;
}
.account__content {
    margin: 0 0 30px 0;
}
.account__content:last-child {
    margin: 0;
}
.account-menu__item {
    margin: 0 0 20px;
}
.account-menu__item:last-child {
    margin: 0;
}
.account-menu__link {
    color: #848484;
    font-size: 17px;
}
.login__forgotten {
    margin: 10px 0 0 0;
}
.account-list__container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #e8e8e8;
}
.account-list__container:last-child {
    margin: 0;
    padding: 0;
    border-bottom: 0;
}
.account-list__heading {
    font-weight: 700;
}
.account-list__data {
    display: block;
    margin: 0 0 10px;
}
.form-login__description {
    text-align: left;
}
/* end account */
/* start news */
.news__subheading {
    text-align: center;
    margin: 0 0 10px 0;
}
.news__item {
    padding: 0 25px 30px;
    background-color: #f2f2f2;
}
.news__image {
    display: block;
    margin: 0 -25px 43px;
}
.news__date {
    margin: 0 0 18px;
    color: #e52954;
    font-size: 20px;
}
.news__title {
    margin: 0 0 15px 0;
}
.news__link {
    font-size: 18px;
    line-height: 10px;
    font-weight: 400;
    text-transform: uppercase;    
}
.news__description {
    margin: 0 0 38px 0;   
    color: #777;
    font-size: 20px;
}
.news__button {
    position: relative;
    padding: 0 80px 0 0;
    color: #777777;
    font-size: 17px;
    font-weight: 500;
}
.news__button:before {
    position: absolute;
    content: '';
    top: 10px;
    right: 0;
    height: 2px;
    width: 70px;
    background-color: #777;
}
.news__button:hover:before {
    background-color: #edcebf;;
}
.news__date_page {
    margin: 0 0 20px 0;
}
.news__container_list {
    margin: 0 0 70px;
}
/* end news */
/* start 404 */
.text-404 {
    line-height: 16px;
    margin: 40px 0 40px;
}
.text-404 a {
    font-size: 16px;
    color: #ff1450;
}
/* end 404 */
/* start faq */
.liber__container {
    margin-bottom: 40px;
}
.liber__title {
    background: #f1f1f1;
    padding: 15px 15px 10px;
    cursor: pointer;
}
.liber__title:hover {
    color: #edcebf;
}
.liber__content {
    display: none;
}
/* end faq */
/* start review */
.review__content {
    margin: 0 0 50px;
}
.review__item {
    margin: 0 0 45px 0;
}
.review__image {
    margin: 0 0 30px 0;
}
.review__img {
    width: auto !important; /*reset owl*/
}
.review__author {
    margin: 0 0 15px 0;
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
}
.review__heading {
    margin: 0 0 15px 0;
}
.review__description {
    margin: 0 0 15px 0;
    color: #545454;
    font-size: 17px;
    line-height: 29px;
}
.review__date {
    color: #e52954;
    font-weight: 500;
    font-size: 16px;
}
.review__stars {
    display: inline-block;
    margin: 20px 0 0 -15px;
}
.review-stars__label {
    float: right;
    margin-right: 5px;
    background: url("../image/star_inactive.png") no-repeat;
    display: inline-block;
    height: 18px;
    width: 18px;
    margin-bottom: -3px;
}
.review-stars__label:hover, .review-stars__label:hover ~ label, .review-stars__input:checked + label ~ label {
    background: url("../image/star.png") no-repeat;
}
input[type="radio"]:checked + .review-stars__label:after {
    background: transparent;
}
.review-stars__input[type="radio"]:checked + label:before {
    content: "";
    font-size: 0;
    line-height: 0;
}
.review-stars__input[type="radio"]:checked + label {
    background: url("../image/star.png") no-repeat;
}
.review-stars__input[type="radio"] + label:before {
    border: 0;
    content: "";
    height: 0;
    margin-right: 0;
    width: 0;
}
/* end review */
/* start contact */
.contact__item {
    margin: 0 0 20px;
}
.contact__telephone {
    font-size: 18px;
}
.heading_contact {
    text-align: left;
}
.contact__content {
    padding: 20px;
    background: #f1f1f1;
    margin-top: 20px;
}
.from__heading_contact {
    text-align: left;
}
/* end contact */
/* start slideshow */
.slideshow__container {
    position: relative;
    display: block;
}
.slideshow__nav_prev {
    left: 80px;
}
.slideshow__nav_next {
    right: 80px;
}
@media(max-width: 1199px) {
    .slideshow__nav_prev {
        left: 40px;
    }
    .slideshow__nav_next {
        right: 40px;
    }
}
.slideshow__nav {
    border-color: #fff;
}
.slideshow__nav:before {
    border-color: #fff;
}
/* end slideshow */
/* start scroll top */
.scroll_top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 55px;
    width: 55px;
    z-index: 1000;
    border: 2px solid #edcebf;
    cursor: pointer;
}
.scroll_top:hover {
    box-shadow: 0 4px 15px #edcebf;
    background-color: #edcebf;
    border-color: transparent;
}
.scroll_top:before {
    position: absolute;
    content: '';
    width: 13px;
    height: 13px;
    bottom: 0;
    top: 8px;
    left: 0;
    right: 0;
    margin: auto;
    border-top: 2px solid #edcebf;
    border-left: 2px solid #edcebf;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.scroll_top:hover:before {
    border-color: #fff;
}
@media(max-width: 991px) {
    .scroll_top {
        display: none;
    }
}
/* end scroll top */
/* start product item */
@media (max-width: 450px) {
    .unit__container {
        max-width: 100%;
        -webkit-box-flex: 0;
                flex: 0 0 100%;
    }
}
.unit__content {
    position: relative;
    margin-bottom: 50px;
}
.unit__image {
    display: block;
    position: relative;
    margin: 0 0 20px;
}
.unit__name {
    overflow: hidden;
    height: 55px;
    margin: 0 0 20px;
}
.unit__link {
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}
.unit__price {
    margin: 0 0 16px;
    text-align: center;
    white-space: nowrap;
    color: #6d6d6d;
    font-size: 18px;
    font-weight: 400;
}
.unit-price__item_old {
    margin: 0 10px 0 0;
    text-decoration: line-through;
    color: #edcebf;
    font-size: 20px;
}
.unit__alert {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 999;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    background: #edcebf;
}
.unit__alert:hover, .unit__alert:active, .unit__alert:focus {
    color: #fff;
}
.unit__top {
    position: relative;
}
.unit__wishlist {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: url('/catalog/view/theme/default/image/wishlist.png') no-repeat 5px 6px #c74f6c;
    cursor: pointer;
    margin: -30px 0 0 0;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.unit__options {
    margin: 0 0 25px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    flex-wrap: wrap;
}
.unit-options__link {
    margin: 3px;
    border: 1px solid transparent;
}
.unit__buttons {
    text-align: center;
}
.unit__button {
    padding: 15px 60px;
    border: 1px solid #edcebf;
    color: #edcebf;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}
.unit__button:hover {
    color: #fff;
    box-shadow: 0 4px 15px #edcebf;
    background-color: #edcebf;
}
.wishlist__buttons {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}
.wishlist__button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.wishlist__button:hover {
    box-shadow: 0 4px 15px #edcebf;
    background-color: #edcebf;
}
.wishlist__button:before, .wishlist__button:after {
    position: absolute;
    content: '';
    height: 18px;
    width: 2px;
    background: #edcebf;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.wishlist__button:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}
.wishlist__button:hover:before, .wishlist__button:hover:after {
    background: #fff;
}
/* end product item */
/* start stickers */
.previwe {
    position: relative;
}
.sticker__container {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 50px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}
.sticker__container:hover, .sticker__container:focus, .sticker__container:active {
    color: #fff;
}
.sticker__item {
    position: relative;
    height: 28px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 5px 15px;
    font-family: Roboto Condensed;
    line-height: 28px;
    background: #edbfde;
}
.sticker__item:before, .sticker__item:after {
    position: absolute;
    content: '';
    top: 0;
    border: 8px solid transparent;
    border-top: 20px solid #edbfde;
}
.sticker__item:before {
    left: -12px;
    border-right: 4px solid #edbfde;
}
.sticker__item:after {
    right: -12px;
    border-left: 4px solid #edbfde;
}
.sticker__item_sticker_3 {
    background: #bfdeed;
}
.sticker__item_sticker_3:before {
    border-top: 20px solid #bfdeed;
    border-right: 4px solid #bfdeed;
}
.sticker__item_sticker_3:after {
    border-top-color: #bfdeed;
    border-left-color: #bfdeed;
}
.sticker__item_sticker_4 {
    background: #c74f6c;
}
.sticker__item_sticker_4:before {
    border-top-color: #c74f6c;
    border-right-color: #c74f6c;
}
.sticker__item_sticker_4:after {
    border-top-color: #c74f6c;
    border-left-color: #c74f6c;
}
/* end stickers */
/* start search autocomplete */
.suggestion__content {
    position: absolute;
    border: 1px solid #e8e8e8 !important;
    border-top: 0 !important;
    z-index: 9999 !important;
    width: 100% !important;
    left: 0 !important;
    padding: 20px 15px 20px;
}
.suggestion__item {
    display: block;
    margin: 0 0 20px !important;
}
.suggestion__item:last-child {
    margin: 0 !important;
}
.suggestion__link {
    padding: 0 !important;/* reset jquery ui */
    border: 0 !important;/* reset jquery ui */
    margin: 0 !important;/* reset jquery ui */
    color: #000 !important;/* reset jquery ui */
}
.suggestion__link:hover, .suggestion__link:active, .suggestion__link:focus, .suggestion__link.ui-state-active {
    color: #edcebf !important;/* reset jquery ui */
    background: #fff !important;/* reset jquery ui */
    border: 0;/* reset jquery ui */
}
.suggestion__name {
}
.suggestion__price {
    margin-left: 10px;
    font-size: 12px;
    white-space: nowrap;
}
.suggestion-price__item_old {
    font-size: 12px;
}
.suggestion__more {
    color: #ff1450;
    text-decoration: underline;
}
/* end search autocomplete */

/* start checkout */
.checkout__container {
    display: block;
    margin: 0 0 40px 0;
}
.checkout-name__warning {
    color: #ff1450;
}
.checkout__quantity {
    display: -webkit-box;
    display: flex;
    margin: 0 0 10px 0;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
}
.checkout__input {
    margin: 0 15px 0 15px;
    max-width: 50px;
    display: block;
}
.checkout__summ {
    display: none;
    margin: 0 0 10px 0;
}
.checkout__total {
    margin: 0 0 40px;
}
.checkout-agree__container {
    margin: 40px 0 0;
}
.checkout-total__title {
    font-size: 24px;
    font-weight: 700;
}
.checkout-total__text {
    font-size: 22px;
    white-space: nowrap;
}
.checkout__title {
    margin: 0 0 10px;
}
.checkout__name {
    display: block;
    margin: 0 0 5px;
}
.checkout__model {
    display: block;
    margin: 0 0 5px;
}
.checkout__options {
    display: block;
}
@media (max-width: 450px) {
    .checkout__shipping {
        font-size: 14px;
    }
}
/* end checkout */
/* start advantages */
.home__adv {
    background-color: #FFF;
}
.adv__content {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    flex-wrap: wrap;
    padding: 35px 0 0;
}
.adv__item {
    -webkit-box-flex: 0;
            flex: 0 0 23%;
    margin: 0 0 40px;
    padding: 100px 0 0 0;
}
@media (max-width: 1199px) {
    .adv__item {
        -webkit-box-flex: 0;
                flex: 0 0 50%;
    }
}
@media (max-width: 767px) {
    .adv__item {
        -webkit-box-flex: 0;
                flex: 0 0 100%;
    }
}
.adv__item_1 {
    background: url('/catalog/view/theme/default/image/advantage/advantage_1.svg') no-repeat top center;
}
.adv__item_2 {
    background: url('/catalog/view/theme/default/image/advantage/advantage_2.svg') no-repeat top center;
}
.adv__item_3 {
    background: url('/catalog/view/theme/default/image/advantage/advantage_3.svg') no-repeat top center;
}
.adv__item_4 {
    background: url('/catalog/view/theme/default/image/advantage/advantage_4.svg') no-repeat top center;
}
.adv__title {
    font-family: "Roboto Condensed";
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    text-align: center;
}
/* end advantages */
/* start faq */
.faq__container {
    margin: 0 0 50px;
}
.faq__container:last-child {
    margin: 0;
}
.faq__title {
    margin: 0 0 30px;
}
.faq__content {

}
/* end faq */
/* start information */
.information__content {
    color: #545454;
    font-size: 17px;
    line-height: 29px;
}
.information__content table {
    width: 100%;
}
@media(max-width: 991px) {
    .information__content table {
        overflow-x: auto;
        display: block;
    }
}
.information__content thead {
}
.information__content th {
    padding: 10px;
    border: transparent;
    font-weight: 500;
    font-size: 16px;
    vertical-align: top;
}
.information__content td {
    padding: 10px;
    border: 1px solid #e8e8e8;
}
.information__content td:first-child {
}
.information__content p {
    margin: 0 0 30px;    
}
/* end information */
.popup-information-page {
    font-size: 16px;
}
.register__agree {
    padding: 15px 0 0 0;
    text-align: left;
}