.layout {
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    font-weight: normal;
    color: #000000;
}
.layout__viewport {
    width: 100%;
    min-height: 100%;
    min-height: 100vh;
}
.layout__page {
    position: relative;
    width: 100%;
    min-width: 320px;
    min-height: 100vh;
    padding-bottom: 380px;
    background-color: #ffffff;
}

.container {
    max-width: 1170px;
    min-width: 1024px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}
.container .container {
    max-width: none;
    min-width: 0;
    margin: 0;
    padding: 0;
    position: static;
}

.content {
    line-height: 1.3;
}

.cookies {
    display: none;
    padding: 12px;
    background-color: #ffa2a2;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
}
.cookies__close {
    margin-left: 60px;
}
.cookies a {
    text-decoration: underline;
}
.cookies a:hover {
    text-decoration: none;
}

.header {
    position: relative;
}
.header__panel {
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    white-space: nowrap;
    text-align: center;
    background-color: #2f2f2f;
}
.header__special {
    position: absolute;
    top: 0;
    right: 15px;
}
.header__special a {
    display: block;
    padding: 0 10px;
    float: right;
    height: 32px;
    line-height: 32px;
    background-color: #569cd1;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}
.header__special a:hover {
    background-color: #b75f5f;
}
.header__content {
    padding: 45px 0 0 45px;
    border-bottom: 1px solid #ebebeb;
}
.layout__page_main .header__content {
    border-color: transparent;
}
.header__logo {
    margin-top: -8px;
    max-width: 190px;
}
.header__personal {
    margin-right: 13px;
}
.header__search {
    margin-right: 13px;
    margin-top: -2px;
    width: 230px;
}
.header__menu {
    margin-top: 60px;
}

.footer {
    position: relative;
    z-index: 1;
    padding: 60px 0 25px;
    margin-top: -380px;
    min-height: 380px;
    background-color: #2f2f2f;
    color: #ffffff;
    line-height: 1.16;
}
.footer__content {
    padding-bottom: 20px;
    min-height: 160px;
}
.footer__menu {
    width: 70%;
    padding-left: 140px;
}
.footer__social {
    margin-bottom: 40px;
}
.footer__subscribe {
    width: 30%;
}
.footer__copyrights {
    font-size: 12px;
    text-align: center;
}

.body__breadcrumbs {
    margin: 30px 0;
}
.layout__page_404 .body__breadcrumbs {
    display: none;
}
.layout__page_inner .body__content {
    padding-bottom: 50px;
}
.layout__page_404 .body__content {
    padding-top: 40px;
}
.body__title {
    margin-bottom: 20px;
}
.body__title h1,
.body__title .h1 {
    margin: 0;
}
.body__title_hidden {
    display: none;
}
.layout__page_404 .body__title {
    text-align: center;
}

.logo {
    display: block;
    max-width: 100%;
}
.logo__image {
    display: block;
    max-width: 100%;
    height: auto;
}

.top-menu__items {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}
.top-menu__item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 40px;
    margin-left: 5%;
}
.top-menu__item:first-child {
    margin-left: 0;
}
.top-menu__link {
    display: block;
    padding-bottom: 8px;
    color: #4d4d4d;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    -webkit-transition: color .2s ease-in-out, border-color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out, border-color .2s ease-in-out;
    -o-transition: color .2s ease-in-out, border-color .2s ease-in-out;
    transition: color .2s ease-in-out, border-color .2s ease-in-out;
}
.top-menu__item:hover .top-menu__link,
.top-menu__link_active {
    color: #b75f5f;
    border-color: #b75f5f;
}
.top-menu__sub {
    display: none;
    position: absolute;
    top: 100%;
    left: -6px;
    z-index: 100;
    min-width: 180px;
}
.top-menu__item:hover .top-menu__sub {
    display: block;
}

.sub-menu {
    display: block;
    margin: 0;
    padding: 13px 15px 16px 15px;
    list-style: none;
    white-space: nowrap;
    background-color: #ffffff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.sub-menu__item {
    display: block;
    padding: 8px 0;
    font-size: 12px;
}
.sub-menu__link {
    color: #4d4d4d;
    font-size: 12px;
    text-transform: uppercase;
}

.bottom-menu {
    display: table;
    width: 100%;
}
.bottom-menu__groups {
    display: table-row;
}
.bottom-menu__group {
    display: table-cell;
    vertical-align: top;
}
.bottom-menu__title {
    margin-bottom: 15px;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
}
.bottom-menu__items {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.bottom-menu__item {
    display: block;
}
.bottom-menu__link {
    font-size: 12px;
}

.personal__items {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    white-space: nowrap;
}
.personal__item {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 13px;
}
.personal__item:after,
.personal__item:first-child:before {
    content: '';
    display: block;
    width: 1px;
    height: 8px;
    background-color: #dddddd;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 0;
}
.personal__item:first-child:before {
    right: auto;
    left: 0;
}
.personal a {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
}

.breadcrumbs__items {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}
.breadcrumbs__item {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #4d4d4d;
    position: relative;
    padding-right: 15px;
    text-transform: uppercase;
}
.breadcrumbs__item:last-child {
    padding-right: 0;
}
.breadcrumbs__item:before {
    content: '/';
    display: block;
    position: absolute;
    top: 0;
    right: 5px;
}
.breadcrumbs__item:last-child:before {
    display: none;
}
.breadcrumbs__link .breadcrumbs__text {
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
.breadcrumbs__link:hover .breadcrumbs__text {
    color: #b75f5f;
}

.search {
    position: relative;
    height: 22px;
    padding-right: 30px;
}
.search__btn {
    display: block;
    background-color: rgba(0, 0, 0, 0);
    width: 30px;
    height: 100%;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
}
.search__content .search__btn {
    width: 1px;
    height: 1px;
    visibility: hidden;
}
.search__content {
    display: none;
}
.search__control {
    display: block;
    width: 100%;
    height: 22px;
    background-color: transparent;
    margin: 0;
    padding: 0 0 8px 7px;
    border: none;
    border-bottom: 1px solid #000000;
    font-size: 11px;
    font-family: 'Arial', sans-serif;
    font-weight: normal;
    color: #000000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.search__control::-webkit-input-placeholder {
    color: #8d8d8d;
}
.search__control:-moz-placeholder {
    color: #8d8d8d;
    opacity: 1;
}
.search__control::-moz-placeholder {
    color: #8d8d8d;
    opacity: 1;
}
.search__control:-ms-input-placeholder {
    color: #8d8d8d;
}

.cart__link {
    display: block;
    position: relative;
    min-width: 200px;
    padding-left: 32px;
    text-align: left;
    font-size: 12px;
    text-transform: uppercase;
}
.cart__link .icon {
    position: absolute;
    top: -2px;
    left: 0;
}

.subscribe_blog {
    text-align: center;
}
.subscribe__title {
    margin-bottom: 15px;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
}
.subscribe_blog .subscribe__title {
    margin-bottom: 25px;
    font-size: 14px;
}
.subscribe__description {
    margin-bottom: 17px;
    font-size: 12px;
}
.subscribe_blog .subscribe__description {
    margin-bottom: 30px;
}
.subscribe__fieldset {
    position: relative;
    max-width: 285px;
    padding-right: 105px;
    margin-bottom: 15px;
}
.subscribe_blog .subscribe__fieldset {
    max-width: 100%;
}
.subscribe__btn {
    width: 105px;
    position: absolute;
    top: 0;
    right: 0;
    text-transform: none;
    font-weight: normal;
}

.social {
    white-space: nowrap;
    font-size: 0;
    text-align: center;
}
.social__title {
    margin-bottom: 25px;
    font-size: 14px;
    text-transform: uppercase;
}
.social__item {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    width: 42px;
    height: 42px;
    background: 0 0 no-repeat url('../images/social.png');
}
.social__item:first-child {
    margin-left: 0;
}
.social__item_icon_tw {
    background-position: 0 0;
}
.social__item_icon_gp {
    background-position: -49px 0;
}
.social__item_icon_vk {
    background-position: -96px 0;
}
.social__item_icon_fb {
    background-position: -146px 0;
}
.social__item_icon_yt {
    background-position: -193px 0;
}
.social__item_icon_ins {
    background-position: -241px 0;
}
.social__item_icon_tu {
    background-position: -289px 0;
}
.social__item_icon_pr {
    background-position: -335px 0;
}

.pages {
    display: block;
}
.pages__items {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    white-space: nowrap;
    text-align: center;
}
.pages__item {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.pages__item:first-child {
    margin-left: 0;
}
.pages__link {
    display: block;
    padding: 0 5px;
    text-align: center;
    font-size: 18px;
    color: #000000;
    font-weight: 300;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
.pages__link_active,
.pages__link:hover {
    color: #4C88B3;
}
.pages__link_prev,
.pages__link_next {
    font-size: 30px;
    color: #cccccc;
}
.pages__link_prev:before {
    font-family: 'Ionicons';
    content: '\f3d5';

}
.pages__link_next:before {
    font-family: 'Ionicons';
    content: '\f3d6';
}

.toggle {
    border-bottom: 1px solid #d7d7d7;
}
.toggle__item {
    border-bottom: 1px solid #d7d7d7;
}
.toggle__item:last-child {
    margin-bottom: -1px;
}
.toggle__title {
    display: block;
    position: relative;
    padding: 20px 40px 20px 0;
    margin: 0;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
.toggle__item + .toggle__item .toggle__title {
    margin-top: 0;
}
.toggle__title:hover {
    color: #b75f5f;
}
.toggle__item_error .toggle__title {
    color: #b75f5f;
}
.toggle__icon {
    display: block;
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 10px;
    position: absolute;
    top: 23px;
    right: 0;
}
.toggle .icon_minus {
    display: none;
}
.toggle_opened > .toggle__title .icon_plus,
.toggle__item_opened > .toggle__title .icon_plus {
    display: none;
}
.toggle_opened > .toggle__title .icon_minus,
.toggle__item_opened > .toggle__title .icon_minus {
    display: inline-block;
}
.toggle__content {
    display: none;
    padding-bottom: 20px;
}
.toggle_opened > .toggle__content,
.toggle__item_opened > .toggle__content {
    display: block;
}
.toggle__indexed {
    counter-reset: item;
}
.toggle_indexed .toggle__item {
    counter-increment: item;
}
.toggle_indexed .toggle__title {
    padding-left: 50px;
}
.toggle_indexed .toggle__title:before {
    content: counter(item);
    display: block;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    background-color: #e5e5e5;
    font-size: 12px;
    color: #2f2f2f;
    position: absolute;
    top: 0;
    left: 0;
}
.toggle_indexed .toggle__item_error .toggle__title:before {
    background-color: #b75f5f;
    color: #ffffff;
}

.banners__link {
    display: block;
    overflow: hidden;
}
.banners__link img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.5s ease-out;
}
.col_size_6 .banners__link:hover img {
    transform: scale(1.1);
}

.elements__heading {
    margin-bottom: 70px;
    text-align: center;
}
.elements__description {
	margin-bottom: 30px;
	padding: 10px 20px;
	border: 1px solid #000000;
	font-size: 14px;
}
.elements__item {
    margin-bottom: 40px;
}

.item {
    max-width: 600px;
    margin: 0 auto;
}
.item__cover {
    display: block;
    padding-top: 120.5%;
    margin-bottom: 23px;
    background-color: #f9f9f9;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}
.item__cover_empty {
    background: #f9f9f9 50% 50% no-repeat url('../images/no_photo.png');
}
.item__content {
    text-align: left;
}
.item__title {
    display: block;
}
.item__price {
    margin-top: 3px;
}
.item__btn {
    margin-top: 7px;
}
.item__basket {
    position: relative;
    display: inline-block;
}

.form_size_sm .form__fields {
    max-width: 350px;
}
.form__btn {
    margin-top: 25px;
}
.form__link {
    margin-top: 25px;
}
.form__image img {
    display: block;
    max-width: 100%;
    height: auto;
}
.form__footer {
    text-align: right;
}

.agreement {
    margin-top: 25px;
    font-size: 13px;
}
.agreement a {
    text-decoration: underline;
}
.agreement a:hover {
    text-decoration: none;
}

.element__btn .add2favorite {
    display: inline-block;
    vertical-align: middle;
}

.add2subscribe_active {
    background-color: #b75f5f;
    border-color: #b75f5f;
    cursor: default;
    pointer-events: none;
}

.catalog__linked {
    margin-top: 100px;
}

.filter {
    padding-left: 50px;
}
.filter__group {
    margin-bottom: 45px;
}
.filter__title {
    margin-bottom: 25px;
    font-size: 14px;
    text-transform: uppercase;
}
.filter__item {
    margin-top: 14px;
}
.filter__item:first-child {
    margin-top: 0;
}
.filter__controls {
    display: none;
}

.element__gallery {
    padding-right: 80px;
}
.element__title {
    margin-bottom: 25px;
    font-size: 26px;
    line-height: 1;
}
.element__price {
    margin-bottom: 45px;
    font-size: 36px;
    line-height: 1;
}
.element__offers {
    margin-bottom: 25px;
}
.element__quantity {
    margin-bottom: 40px;
}
.element__agreement {
    margin-top: 20px;
}
.element__btn .add2favorite {
    margin-left: 25px;
}
.element__btn .button {
	margin-right: 10px;
}
.element__description {
    margin-top: 30px;
}
.element__share {
    margin-top: 85px;
}
.element__size {
    display: inline-block;
    margin-top: 10px;
}
.element__size img {
    display: block;
}
.element__attention {
    margin: 30px auto;
	padding: 10px 20px;
    text-align: center;
    border: 1px solid #000000;
}

.gallery__image {
    display: block;
    width: 100%;
    height: auto;
}
.gallery__detail {
    position: relative;
}
.gallery__detail:before {
    color: #4d4d4d;
    content: "Hover";
    font: bold 13px/1 sans-serif;
    position: absolute;
    right: 28px;
    top: 3px;
}
.gallery__detail:after {
    content: "";
    display: block;
    height: 33px;
    position: absolute;
    right: 0;
    top: 0;
    width: 33px;
    background: 0 0 no-repeat url('../images/zoom.png');
}
.gallery__items {
    margin-top: 25px;
    width: 100%;
    overflow: hidden;
}
.gallery__slider {
    margin: 0 -12px;
}
.gallery__item {
    width: 33.3333%;
    padding: 0 12px;
}
.gallery__preview {
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-transition: border-color .2s ease-in-out;
    -moz-transition: border-color .2s ease-in-out;
    -o-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
}
.gallery__preview:hover,
.gallery__preview_active {
    border-color: #bfbfbf;
}

.magnifier-view {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    overflow: hidden;
}

.basket-special__accent {
    margin-bottom: 20px;
    color: #b75f5f;
    font-size: 14px;
    text-transform: uppercase;
}
.basket-special__description {
    margin-bottom: 25px;
}
.basket-special .note {
    line-height: 40px;
}
.basket-special__upload .button {
    min-width: 140px;
}

.offers__group {
    margin-top: 25px;
}
.offers__group:first-child {
    margin-top: 0;
}
.offers__items {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}
.offers__item {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    margin-right: 10px;
}
.offers__link {
    display: block;
    height: 40px;
    padding: 0 10px;
    min-width: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid transparent;
    font-size: 14px;
    color: #e9a3a3;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}
.offers__link_active,
.offers__link.active {
    border-color: #000000;
    color: #b75f5f;
    text-decoration: none;
}
.offers__link_pic {
    height: 156px;
    width: 130px;
    padding: 0;
    background: 50% 50% no-repeat;
    background-size: cover;
}
.offers__link_pic.offers__link_empty {
    background-image: url('../images/no_photo.png');
    background-size: 50%;
}

.quantity {
    display: block;
    position: relative;
    width: 85px;
    height: 40px;
}
.quantity_sm {
    width: 85px;
    height: 25px;
    padding: 0 30px;
}
.quantity__value {
    display: block;
    background-color: #ffffff;
    border: 1px solid #000000;
    text-align: center;
    height: 40px;
    line-height: 40px;
    width: 100%;
    padding: 0 10px;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    color: #2f2f2f;
    font-weight: normal;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.quantity_sm .quantity__value {
    height: 25px;
    line-height: 25px;
}
.quantity__button {
    display: block;
    padding: 0;
    margin: 0;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    line-height: 20px;
    cursor: pointer;
    -webkit-appearance: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    opacity: 0;
    font-size: 0;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}
.quantity:hover .quantity__button {
    opacity: 1;
}
.quantity_sm .quantity__button {
    width: 30px;
    height: 25px;
    line-height: 25px;
}
.quantity__button_plus {
    top: 0;
}
.quantity__button_minus {
    bottom: 0;
}
.quantity__button_disabled {
    cursor: default;
    opacity: 0.8;
}

.avatar {
    display: block;
    margin: 0 auto;
    width: 170px;
    height: 170px;
    background: #f1f1f1 50% 50% no-repeat;
    background-size: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.avatar_sm {
    width: 45px;
    height: 45px;
}
.avatar_empty {
    background-image: url('../images/no_photo.png') !important;
    background-size: 80%;
}
.avatar_default {
    background-image: url('../images/avatar/1.jpg') !important;
}

.profile__avatar {
    max-width: 170px;
    margin: 0 auto 25px;
}
.profile__edit {
    margin-top: 15px;
    font-size: 12px;
    color: #b75f5f;
    font-style: italic;
}
.profile__avatar .profile__edit {
    text-align: center;
}
.profile__title {
    padding-bottom: 14px;
    margin-bottom: 35px;
    text-transform: uppercase;
    color: #b75f5f;
    border-bottom: 1px solid #d7d7d7;
}
.profile .form {
    margin-bottom: 40px;
}
.profile__mw {
    display: none;
}

.avatar-select {
    padding: 30px 20px;
    margin: 0 auto;
    max-width: 320px;
}
.avatar-select__title {
    margin-bottom: 20px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
}
.avatar-select__gallery {
    margin-bottom: 20px;
}
.avatar-select__gallery .swiper-button-prev {
    left: 0;
    color: #d7d7d7;
}
.avatar-select__gallery .swiper-button-next {
    right: 0;
    color: #d7d7d7;
}
.avatar-select__upload {
    width: 170px;
    margin: 0 auto 20px;
}
.avatar-select__btn {
    margin-top: 25px;
}
.avatar-select__btn .button {
    width: 100%;
}

.faq__title {
    margin-bottom: 25px;
    text-transform: uppercase;
}
.faq__group {
    margin-top: 25px;
}
.faq__group:first-child {
    margin-top: 0;
}
.faq__item {
    margin-top: 25px;
}
.faq__item:first-child {
    margin-top: 0;
}
.faq__question {
    display: inline-block;
    border-bottom: 1px dashed #b75f5f;
    color: #b75f5f;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: border-color .2s ease-in-out;
    -moz-transition: border-color .2s ease-in-out;
    -o-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
}
.faq__question:hover {
    border-color: transparent;
}
.faq__answer {
    display: none;
    padding-top: 25px;
}
.faq__answer a {
    text-decoration: underline;
}
.faq__answer a:hover {
    text-decoration: none;
}

.basket__tabs {
    margin-bottom: 40px;
    overflow: hidden;
}
.basket__tab {
    display: block;
    float: left;
    position: relative;
    border-bottom: 1px solid transparent;
}
.basket__tab:last-child {
    float: right;
}
.basket__tab .icon {
    position: absolute;
    top: 4px;
    left: -20px;
}
.basket__tab_active {
    border-color: #000000;
}
.basket__content {
    display: none;
}
.basket__content_active {
    display: block;
}
.basket__items {
    display: table;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #000000;
    border-bottom: none;
}
.basket__item {
    display: table-row;
}
.basket__col {
    display: table-cell;
    vertical-align: middle;
    padding: 30px;
    border-bottom: 1px solid #000000;
}
.basket__item_header .basket__col {
    padding: 15px 30px;
}
.basket__col_remove {
    padding-right: 0;
    width: 1%;
}
.basket__col_picture {
    width: 1%;
}
.basket__col_price {
    width: 15%;
}
.basket__col_quantity {
    width: 20%;
}
.basket__col_actions {
    width: 1%;
    white-space: nowrap;
}
.basket__cover {
    display: block;
    width: 110px;
}
.basket__cover_empty {
    padding-top: 120%;
    background: #f9f9f9 50% 50% no-repeat url('../images/no_photo.png');
    background-size: 80%;
}
.basket__cover img {
    display: block;
    width: 100%;
    height: auto;
}
.basket__title {
    display: block;
    margin-right: 30px;
    margin-bottom: 15px;
    font-size: 12px;
    text-transform: uppercase;
    color: #000000;
    font-weight: bold;
}
.basket__props {
    margin-bottom: 15px;
}
.basket__prop {
    margin-top: 3px;
    font-size: 12px;
    color: #4d4d4d;
}
.basket__prop:first-child {
    margin-top: 0;
}
.basket__price {
    font-size: 14px;
    line-height: 25px;
    white-space: nowrap;
}
.basket__remove {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.basket__total {
    white-space: nowrap;
}
.basket__promo {
    position: relative;
    padding-right: 150px;
}
.basket__promo .control {
    border-right-color: transparent;
}
.basket__promo .button {
    width: 150px;
    position: absolute;
    top: 0;
    right: 0;
}
.basket__btn {
    position: relative;
    margin-top: 40px;
    text-align: right;
}
.basket__btn .button {
    width: 100%;
    padding: 0 5px;
}
.basket__coupons {
    margin-top: 15px;
}
.basket__share {
    position: absolute;
    top: 0;
    right: 50%;
    width: 400px;
    margin-right: 15px;
    background-color: #ffffff;
    padding-right: 100px;
}
.basket__button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 35px;
    font-size: 0;
    text-decoration: none;
    cursor: pointer;
    -webkit-appearance: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ffffff;
    border: 1px solid #000000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.basket__button:active {
    border-color: #b75f5f;
}
.basket__button_copy {
    right: 50px;
}

.coupon {
	position: relative;
	padding-right: 70px;
}
.coupon .control {
	border-right-color: transparent;
}
.coupon .button {
	min-width: 70px;
	width: 70px;
	position: absolute;
	top: 0;
	right: 0;
}

.coupons__item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    margin-bottom: 10px;
    max-width: 280px;
    padding-right: 40px;
    position: relative;
}
.coupons__text {
	height: 30px;
	line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.coupons__error {
	margin-top: 5px;
	font-size: 10px;
}
.coupons__remove {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0);
    text-align: center;
    line-height: 30px;
}
.coupons__item_danger {
    color: #b75f5f;
}
.coupons__item_success {
    color: #95c11f;
}

.blog__subscribe {
    margin-bottom: 115px;
}
.blog__social {
    margin-bottom: 115px;
}
.blog__products {
    max-width: 265px;
    margin: 0 auto;
}
.blog__products .elements__heading {
    margin-bottom: 25px;
    font-size: 14px;
}
.blog__item {
    margin-bottom: 60px;
}

.blog-item__cover {
    display: block;
    margin-bottom: 25px;
}
.blog-item__cover img {
    display: block;
    width: 100%;
    height: auto;
}
.blog-item__cover_empty {
    padding-top: 80%;
    background: #f9f9f9 50% 50% no-repeat url('../images/no_photo.png');
}
.blog-item__title {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
}
.blog-item__date {
    margin-top: 20px;
    font-size: 12px;
    color: #9a9a9a;
    text-transform: uppercase;
}
.blog-item__description {
    margin-top: 17px;
    font-size: 14px;
}
.blog-item__share {
    margin-top: 20px;
}

.blog-detail__content {
    margin-bottom: 50px;
}
.blog-detail__content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.blog-detail__auth {
    padding: 20px 0;
    font-size: 14px;
    text-align: center;
}
.blog-detail__share {
    text-align: center;
}
.blog-detail__post {
    margin-top: 50px;
}
.blog-detail__comments {
    margin-top: 50px;
}

.post {
    margin-bottom: 35px;
}
.post__controls {
    position: relative;
}
.post__controls .control {
    padding-right: 200px;
}
.post__controls .upload {
    position: absolute;
    top: 0;
    right: 125px;
    width: 50px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 0;
}
.post__btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 125px;
}
.post .button {
    width: 100%;
}
.post .error {
    margin-top: 10px;
}
.post__files {
    margin-top: 20px;
}

.comments__item {
    margin-top: 30px;
}
.comments__item:first-child {
    margin-top: 0;
}
.comments__nav {
    margin-top: 40px;
}

.comment-item__header {
    height: 45px;
    position: relative;
    padding-left: 60px;
    padding-top: 5px;
}
.comment-item__avatar {
    position: absolute;
    top: 0;
    left: 0;
}
.comment-item__author {
    font-size: 14px;
    font-weight: bold;
}
.comment-item__date {
    margin-top: 5px;
    font-size: 12px;
    color: #9a9a9a;
}
.comment-item__content {
    margin-top: 15px;
    padding-left: 60px;
    font-size: 14px;
}
.comment-item__photo {
    margin-top: 15px;
    padding-left: 60px;
}
.comment-item__photo a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 10px;
}
.comment-item__photo img {
    display: block;
    height: 160px;
    width: auto;
}

.post-form {
    margin-bottom: 35px;
    border-top: 1px solid #d7d7d7;
}

.file {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 10px 0;
    position: relative;
    width: 80px;
}
.file__cover {
    display: block;
    width: 100%;
    padding-top: 100%;
    background: #f9f9f9 50% 50% no-repeat url('../images/no_photo.png');
    background-size: cover;
}
.file__remove {
    display: block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ffffff;
}

.order {
	margin-top: 30px;
}
.order__group {
	margin-top: 30px;
}
.order__group:first-child {
	margin-top: 0;
}
.order__group_comments {
	margin-top: 15px;
}
.order__group_comments textarea {
	min-height: 142px;
}
.order__group_payment {
	padding-bottom: 20px;
	border-bottom: 1px solid #d7d7d7;
}
.order__group_summary {
	margin-top: 20px !important;
}
.order__title {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.order__fields .field-group:first-child .field-group__inner {
	border-top: none;
}
.order .agreement {
	margin-top: 0;
}
.order__lcol {
	padding-right: 20px;
}
.order__rcol {
	padding-left: 20px;
}
.order__summary {
    font-size: 14px;
    white-space: nowrap;
    text-align: center;
    line-height: 1.7;
}
.order__form {
    margin-top: 20px;
    border-top: 1px solid #d7d7d7;
}
.order__items {
    display: table;
    width: 100%;
    font-size: 12px;
    color: #4d4d4d;
}
.order__item {
    display: table-row;
}
.order__col {
    display: table-cell;
    vertical-align: top;
    padding-top: 5px;
    padding-right: 10px;
}
.order__item:first-child .order__col {
    padding-top: 0;
}
.order__col:last-child {
    width: 1%;
    padding-right: 0;
    white-space: nowrap;
    text-align: right;
}
.order__btn {
    margin-top: 30px;
}
.order__btn .button {
    width: 100%;
}
.order__error {
    margin-top: 15px;
}
.order__next {
    margin-top: 15px;
}

.orders__item {
    margin-bottom: 30px;
}
.orders__tabs {
    margin-bottom: 40px;
    overflow: hidden;
}
.orders__tab {
    display: inline-block;
    margin-right: 40px;
    border-bottom: 1px solid transparent;
}
.orders__tab_active {
    border-color: #000000;
}

.order-payment__items {
	font-size: 0;
}
.order-payment__item {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	cursor: pointer;
	transition: background-color .3s ease-in-out;
}
.order-payment__item.active {
	background-color: #f2f0f0;
}
.order-payment__logo {
	padding-top: 35%;
	opacity: 0.6;
	transition: opacity .3s ease-in-out;
}
.order-payment__item:hover .order-payment__logo,
.order-payment__item.active .order-payment__logo {
	opacity: 1;
}
.order-payment__logo img {
	max-width: 70%;
	max-height: 70%;
}

.order-summary {
	position: relative;
	font-size: 12px;
	text-transform: uppercase;
}
.order-summary__item {
	margin-top: 10px;
}
.order-summary__item:first-child {
	margin-top: 0;
}
.order-summary__item_total {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px;
	font-weight: bold;
}
.order-summary__item_total span {
	font-size: 20px;
}

.order-item {
    font-size: 14px;
}
.order-item__group {
    margin-bottom: 30px;
}
.order-item__title {
    display: block;
    margin-bottom: 15px;
    font-weight: bold;
}
.order-item__content {
    font-size: 12px;
    color: #4d4d4d;
}
.order-item__items {
    display: table;
    width: 100%;
    font-size: 12px;
    color: #4d4d4d;
}
.order-item__item {
    display: table-row;
}
.order-item__col {
    display: table-cell;
    vertical-align: top;
    padding-top: 5px;
    padding-right: 10px;
}
.order-item__item:first-child .order-item__col {
    padding-top: 0;
}
.order-item__col:first-child {
    width: 60%;
}
.order-item__items_props .order-item__col:first-child {
    width: 40%;
}
.order-item__col:last-child {
    width: 1%;
    padding-right: 0;
    white-space: nowrap;
    text-align: right;
}
.order-item__items_props .order-item__col:last-child {
    width: 60%;
    text-align: left;
}
.order-item__date {
    margin-top: 15px;
    font-size: 12px;
    color: #9a9a9a;
    text-transform: uppercase;
}
.order-item__btn .button {
    width: 100%;
    margin-top: 10px;
}
.order-item__btn .button:first-child {
    margin-top: 0;
}

.order-detail__back {
    margin-bottom: 30px;
}

.basket-success .button {
    width: 100%;
}

.artists__item {
    margin-bottom: 30px;
}

.artists-item__cover {
    display: block;
}
.artists-item__cover img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.artists-item__content {
    padding-top: 35px;
    line-height: 1.3;
}
.artists-item__title {
    display: block;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 16px;
}
.artists-item__description {
    margin-top: 10px;
    font-size: 14px;
}

.ya-share2__badge {
    background: none !important;
}
.ya-share2__icon {
    width: 42px !important;
    height: 42px !important;
    background: 0 0 no-repeat url('../images/social.png') !important;
}
.ya-share2__icon:active {
    box-shadow: none !important;
}
.ya-share2__item_service_facebook .ya-share2__icon {
    background-position: -146px 0 !important;
}
.ya-share2__item_service_twitter .ya-share2__icon {
    background-position: 0 -2px !important;
}
.ya-share2__item_service_pinterest .ya-share2__icon {
    background-position: -338px 0 !important;
}