*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, header, hgroup, menu, nav, section {
    display: block;
}

html {
    width: 100%;
    height: 100%;
    font-size: 100.01%;
}

body {
    width: 100%;
    height: 100%;
    color: #333;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    min-width: 390px;
}

ol, ul {
    list-style: none;
}

ol.marked, ul.marked {
    list-style: inside;
}

ul.marked > li {
    list-style: disc;
    list-style-position: inside;
    padding-left: 10px;
}

ol.marked > li {
    list-style: decimal;
    list-style-position: inside;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a, a img, textarea, input {
    outline: 0 none;
}

a:hover {
    text-decoration: none;
    color: #aa915b;
}

a.link {
    color: #aa915b;
    text-decoration: none;
}

a.link:hover {
    color: #aa915b;
    text-decoration: underline;
}

.link_dotted {
    text-decoration: none;
    border-bottom: 1px dashed #aa915b;
}

.link_dotted:hover {
    border-bottom-color: transparent;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

h1 {
    font-size: 32px;
    margin-bottom: 16px;
}

h2 {
    font-size: 28px;
    margin-bottom: 14px;
}

h3 {
    font-size: 24px;
    margin-bottom: 12px;
}

h4 {
    font-size: 20px;
    margin-bottom: 12px;
}

.text p + p {
    margin-top: 12px;
}

.text p + h2,
.text ul + h2,
.text ol + h2,
.text div + h2,
.text h2 + h2,
.text h3 + h2,
.text h4 + h2,
.text p + h3,
.text ul + h3,
.text ol + h3,
.text div + h3,
.text h2 + h3,
.text h3 + h3,
.text h4 + h3,
.text p + h4,
.text ul + h4,
.text ol + h4,
.text div + h4,
.text h2 + h4,
.text h3 + h4,
.text h4 + h4 {
    margin-top: 36px;
}

.text p + table,
.text ul + table,
.text ol + table,
.text div + table,
.text h2 + table,
.text h3 + table,
.text h4 + table {
    margin-top: 20px;
}

.text img {
    padding: 10px;
}

.text img.img-fluid {
    padding: 10px 0;
}

.text ul {
    padding-left: 63px;
    margin-top: 19px;
    margin-bottom: 42px;
}

.text ul li {
    position: relative;
}

.text ul li + li {
    margin-top: 8px;
}

.text ul li:before {
    content: "\00a0";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-clip: padding-box;
    background: #aa915b;
    position: absolute;
    left: -28px;
    top: 5px;
}

.text .attention {
    font-size: 20px;
    padding-left: 60px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 40px;
    line-height: 26px;
}

.text .attention.bant {
    background: url("../images/icons/bant.png") no-repeat;
}

.text .attention.gift_box {
    background: url("../images/icons/gift_box.png") no-repeat;
    color: #aa915b;
    line-height: 35px;
}

.text table {
    text-align: center;
    width: 100%;
}

.text table thead {
    border: 2px solid #aa915b;
}

.text table thead th {
    color: #aa915b;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 5px;
}

.text table tbody tr td {
    border-bottom: 1px dotted #231f20;
    padding: 10px 5px;
}

.text ol {
    margin-top: 16px;
    margin-bottom: 38px;
    margin-left: 23px;
}

.text ol li {
    position: relative;
    padding-left: 37px;
}

.text ol li + li {
    margin-top: 18px;
}

.text ol li .num {
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/icons/list_style_num.png") no-repeat;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
}

.rouse {
    color: #aa915b;
}

.uppercase {
    text-transform: uppercase;
    letter-spacing: 1px;
}

input[type="tel"],
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"] {
    border: 1px solid #ccc;
    height: 31px;
    padding: 5px 10px;
    color: #333;
}

input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, button:hover {
    cursor: pointer;
}

textarea {
    border: 1px solid #ccc;
    padding: 10px;
    color: #333;
    resize: none;
}

input::-webkit-input-placeholder {
    color: #989797;
}

input:-moz-placeholder {
    color: #989797;
}

input::-moz-placeholder {
    color: #989797;
}

input:-ms-input-placeholder {
    color: #989797;
}

textarea::-webkit-input-placeholder {
    color: #989797;
}

textarea:-moz-placeholder {
    color: #989797;
}

textarea::-moz-placeholder {
    color: #989797;
}

textarea:-ms-input-placeholder {
    color: #989797;
}

.wrapper {
    overflow: hidden;
    position: relative;
    min-height: 100%;
    height: auto !important;
}

.hide_text {
    display: none;
}

header {
    position: relative;
    top: 0;
    z-index: 302;
    width: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.top_line2 {
    min-width: 320px;
}

.top_line2 .link {
    color: #666;
}

.top_line2 .link.red {
    color: red !important;
    border-color: red !important;
}

.top_line2 .link.red:hover {
    color: red !important;
}

.top_line2 .link.red .icon-color__white {
    fill: red !important;
}

.fix {
    width: 0;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.small_submenu {
    position: relative;
}

.oldprice, .old_price {
    font-weight: normal !important;
    color: #999 !important;
    text-decoration: line-through !important;
}

.category_menu_list li a, .left_menu li a {
    color: #333;
    text-decoration: none;
}

.category_menu_list li a:hover {
    color: #aa915b;
    text-decoration: underline;
}

.category_menu_list li + li, .left_menu li + li {
    margin-top: 4px;
}

.left_menu > li + li {
    margin-top: 14px;
}

.category_menu_list li.active {
    color: #aa915b;
    text-decoration: none;
}

.gray_line {
    width: 100%;
    height: 2px;
    background: #edebeb;
}

.wrapper .main .btn {
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    background-color: #edebeb;
    text-decoration: none;
    padding: 9px;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0;
    outline: none;
    border: none;
    box-shadow: none;
    cursor: pointer;
}

.wrapper .main .btn:hover {
    background: #333;
    color: #fff;
}

.wrapper .main .btn i {
    font-size: 18px;
}

.wrapper .main .btn.red {
    color: #fff;
    background-color: #aa915b;
}

.wrapper .main .btn.red:hover {
    background-color: #aa915b;
}

.btn + .btn {
    margin-left: 6px;
}

.block_title {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 5px;
    margin-bottom: 25px;
    font-weight: bold;
}

.card_section .block_title.hit_icon {
    margin-top: 20px;
}

.block_title i {
    color: #aa915b;
    font-size: 18px;
}

.contacts_page_title {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 52px;
}

.main_page_title.new_icon {
    background-position: -20px -224px;
}

.main_page_title.map_icon {
    background-position: -20px -123px;
}

footer {
    position: relative;
    background: #fff;
    color: #454444;
    margin-top: 20px;
}

footer .container {
    border-top: solid 1px #aa915b;
    padding-top: 10px;
}

.page:before,
.page:after {
    content: "";
    display: table;
}

.page:after {
    clear: both;
}

.page_left {
    width: 216px;
    float: left;
}

.page_right {
    margin-left: 245px;
}

.breadcrumbs {
    font-size: 11px;
    margin-bottom: 20px;
}

.breadcrumbs li {
    display: inline-block;
}

.breadcrumbs li {
    margin-right: 8px;
}

.breadcrumbs .sep {
    color: #d0d0d0;
}

.left_menu {
    background: #eee;
    padding: 0.6vw 0.8vw;
    margin-bottom: 2.28vw;
}

.left_menu li a {
    color: #333;
}

.left_menu li a:hover {
    text-decoration: underline;
}

.left_menu li.active > a {
    color: #aa915b;
    text-decoration: none;
}

.left_menu li.active .sub_menu {
    display: block;
}

.left_menu li.active .sub_menu.hidden {
    display: none;
}

.left_menu .sub_menu {
    display: none;
    color: #aa915b;
    list-style: disc;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.left_menu .sub_menu li a {
    font-size: 13px;
    color: #333;
}

.left_menu .sub_menu li a:hover {
    color: #aa915b;
    text-decoration: underline;
}

.brands {
    position: relative;
    overflow: hidden;
}

.brands + .gray_line {
    margin-bottom: 48px;
}

.brands ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.brands ul li {
    float: left;
    margin: 46px 48px 20px;
    opacity: 0.3;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.brands ul li:hover {
    opacity: 1;
}

.brands ul li:before {
    content: "";
    width: 0;
    height: 0;
}

.brands ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.brands_arrow {
    background-image: url("../images/icons/brands_arrow.png");
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 54px;
}

.brands_arrow.brands_next {
    right: 0;
    background-position: -20px -20px;
    width: 24px;
    height: 24px;
}

.brands_arrow.brands_next:hover {
    background-position: -20px -84px;
    width: 24px;
    height: 24px;
}

.brands_arrow.brands_prev {
    left: 0;
    background-position: -20px -148px;
    width: 24px;
    height: 24px;
}

.brands_arrow.brands_prev:hover {
    background-position: -20px -212px;
    width: 24px;
    height: 24px;
}

.line_details {
    margin-top: 17px;
    margin-bottom: 6px;
    height: 1px;
}

.details_company_list li {
    border-bottom: 1px dotted #333;
    position: relative;
    height: 30px;
    line-height: 25px;
    margin-bottom: 5px;
}

.details_company_list li .details_left {
    position: absolute;
    left: 0;
    bottom: -7px;
    background-color: #f5f5f5;
    padding-right: 5px;
}

.details_company_list li .details_right {
    position: absolute;
    right: 0;
    bottom: -7px;
    font-weight: bold;
    background-color: #f5f5f5;
    padding-left: 5px;
}

.about_map {
    background: url("../images/bg/about_map.jpg");
    height: 470px;
    width: 827px;
    position: relative;
    margin: 0 auto;
}

.about_map_placemark {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    background: url("../images/icons/about_map_placemark.png") no-repeat 0 -20px;
    height: 24px;
    line-height: 24px;
    padding-left: 25px;
    position: absolute;
    text-decoration: none;
    cursor: default;
}

.about_map_placemark:hover {
    background-position: 0 -84px;
    color: #333;
}

.about_map_placemark.icon_right {
    background-position: 100% -20px;
    padding-left: 0;
    padding-right: 25px;
}

.about_map_placemark.icon_right:hover {
    background-position: 100% -84px;
}

.contacts_map {
    background: #aa915b;
    width: 552px;
    height: 421px;
    margin-bottom: 40px;
}

.contacts_city_list_title {
    margin-bottom: 11px;
}

.contacts_city_list {
    font-size: 0;
    margin-bottom: 17px;
    margin-left: -5px;
}

.contacts_city_list li {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding: 0 7px;
    margin-left: 7px;
    border: solid 1px #aa915b;
    margin-bottom: 10px;
}

.contacts_city_list li a {
    display: block;
    line-height: 20px;
    color: #aa915b;
    text-decoration: none;
    font-size: 12px;
}

.contacts_city_list li:hover {
    background: #fadadd;
}

.contacts_city_list li.active {
    background: #aa915b;
}

.contacts_city_list li.active a {
    color: #fff;
}

.feedback {
    padding-bottom: 15px;
}

.feedback_form {
    padding-top: 19px;
}

.form_filed {
    margin-bottom: 20px;
}

.form_filed input[type="tel"],
.form_filed input[type="text"],
.form_filed input[type="password"],
.form_filed input[type="number"],
.form_filed input[type="email"],
.form_filed textarea {
    width: 100%;
    margin-top: 4px;
}

.form_filed input[type="text"]:focus,
.form_filed input[type="password"]:focus,
.form_filed input[type="number"]:focus,
.form_filed input[type="email"]:focus,
.form_filed textarea:focus {
    background: #edebeb;
}

.form_filed .select_block {
    margin-top: 4px !important;
}

.form_filed textarea {
    height: 70px;
}

.form_line {
    font-size: 0;
}

.form_filed_small, .form_filed_small2 {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}

.form_filed_small {
    width: 250px;
}

.form_filed_small2 {
    width: 155px;
}

.form_filed_small + .form_filed_small {
    margin-left: 32px;
}

.required {
    color: #aa915b;
}

.feedback_bottom {
    position: relative;
}

.feedback_bottom label {
    display: block;
}

.feedback_submit {
    background: #aa915b;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    height: 34px;
    border: 0;
    padding: 0 10px;
    position: absolute;
    right: 0;
    width: 147px !important;
}

.filed_capcha_img {
    width: 157px;
    margin-top: 4px;
}

.filed_capcha_img img {
    max-width: 157px;
    display: block;
}

.filed_capcha_input {
    width: 130px;
    margin-left: 10px;
}

.blank_page_outer {
    border-top: 1px solid #edebeb;
}

.steps_for_gifts {
    font-size: 0;
    margin-top: 20px;
}

.steps_for_gifts li {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    background: url("../images/bg/steps_for_gifts.png") no-repeat;
    width: 200px;
    height: 102px;
    padding: 0 13px;
}

.steps_for_gifts li + li {
    margin-left: 20px;
}

.steps_for_gifts li .num_step {
    display: inline-block;
    vertical-align: middle;
    font-size: 36px;
    color: #aa915b;
    font-weight: bold;
}

.steps_for_gifts li .info_step {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    width: 139px;
    padding-left: 7px;
}

.action_list {
    margin-top: 40px;
}

.action_list .action_item {
    position: relative;
}

.action_list .action_item + .action_item {
    margin-top: 25px;
}

.action_image {
    display: block;
    margin-top: 20px;
}

.action_name {
    font-weight: bold;
    color: #333;
    text-decoration: none;
}

.action_name:hover {
    color: #aa915b;
}

.action_time {
    position: absolute;
    background: url("../images/main_sprite.png") no-repeat 0 290px;
    padding-left: 25px;
    right: 0;
    top: 11px;
    font-size: 14px;
}

.brands_page_list {
    font-size: 0;
    margin-left: -20px;
    margin-top: 20px;
}

.brands_page_list .brands_item {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: 128px;
    height: 211px;
    border: 1px solid #e1e1e1;
    margin: 0 0 20px 20px;
    padding: 15px 20px;
    position: relative;
}

.brands_page_list .brands_item > a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.brands_page_list .brands_item .brand_pic {
    width: 140px;
    height: 140px;
    padding-top: 30px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.brands_page_list .brands_item .brand_name {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 4px;
}

.brands_page_list .brands_item .brand_description {
    font-size: 12px;
}

.brands_page_list .brands_item .brand_name,
.brands_page_list .brands_item .brand_description {
    color: #989797;
    white-space: nowrap;
}

.brands_page_list .brands_item:hover {
    cursor: pointer;
    border: 3px solid #333;
    padding: 13px 18px;
}

.brands_page_list .brands_item:hover .brand_name,
.brands_page_list .brands_item:hover .brand_description {
    color: #333;
}

.border-y {
    border-top: 1px solid #edebeb;
    border-bottom: 1px solid #edebeb;
}

.pagination {
    display: inline-block;
    vertical-align: top;
}

.pagination li {
    display: inline-block;
    vertical-align: top;
    padding: 1px 4px;
    font-size: 12px;
    font-weight: bold;
}

.pagination li a {
    display: block;
    color: #333;
    text-decoration: none;
}

.pagination li a:hover {
    color: #aa915b;
}

.pagination li a i {
    height: 8px;
    padding-top: 1px;
    display: none;
}

.pagination li a i.fa-sort-up {
    padding-top: 6px;
}

.pagination li.current a, .pagination li.current span {
    color: #fff;
    background: #aa915b;
    padding: 1px 4px 2px;
}

.pagination li.current a i {
    display: inline-block;
}

.catalog_text {
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}

.jq-checkbox {
    top: -1px;
    width: 14px;
    height: 14px;
    border: 1px solid #cdcdcd;
    background: #fff;
    vertical-align: middle;
    cursor: pointer;
}

.color_filter .jq-checkbox {
    border: 1px solid #cdcdcd;
}

.jq-checkbox.checked {
    border-color: #333;
}

.jq-checkbox.checked .jq-checkbox__div {
    width: 12px;
    height: 12px;
    background: url("../images/icons/checkbox-checked.png") no-repeat center center;
}

.jq-checkbox.focused {
    border: 1px solid #08C;
}

.jq-checkbox.disabled {
    opacity: 0.55;
}

.jq-selectbox {
    vertical-align: middle;
    cursor: pointer;
}

.jq-selectbox__select {
    height: 34px;
    padding: 0 45px 0 10px;
    border: 1px solid #ccc;
    color: #333;
    line-height: 34px;
}

.jq-selectbox__select:hover {
    background-position: 0 -10px;
}

.jq-selectbox.focused .jq-selectbox__select {
    border: 1px solid #ccc;
}

.jq-selectbox.disabled .jq-selectbox__select {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}

.jq-selectbox__select-text {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jq-selectbox .placeholder {
    color: #888;
}

.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%;
}

.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 14px;
    right: 12px;
    width: 10px;
    height: 6px;
    overflow: hidden;
    background: url("../images/icons/select_arrow.png") no-repeat;
    opacity: 0.8;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
    opacity: 1;
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
    opacity: 0.3;
}

.jq-selectbox__dropdown {
    top: 33px;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #CCC;
    background: #FFF;
}

.jq-selectbox__search {
    margin: 5px;
}

.jq-selectbox__search input {
    width: 100%;
    margin: 0;
    padding: 5px 27px 6px 8px;
    outline: none;
    border: 1px solid #CCC;
    border-radius: 3px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
    box-shadow: inset 1px 1px #F1F1F1;
    color: #333;
    -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none;
}

.jq-selectbox__not-found {
    margin: 5px;
    padding: 5px 8px 6px;
    background: #F0F0F0;
    font-size: 13px;
}

.jq-selectbox ul {
    margin: 0;
    padding: 0;
}

.jq-selectbox li {
    min-height: 18px;
    padding: 5px 10px 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
    white-space: nowrap;
    color: #231F20;
}

.jq-selectbox li.selected {
    background-color: #edebeb;
}

.jq-selectbox li:hover {
    background-color: #edebeb;
}

.jq-selectbox li.disabled {
    color: #AAA;
}

.jq-selectbox li.disabled:hover {
    background: none;
}

.jq-selectbox li.optgroup {
    font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
    background: none;
    color: #231F20;
    cursor: default;
}

.jq-selectbox li.option {
    padding-left: 25px;
}

input[type="email"].styler,
input[type="number"].styler,
input[type="password"].styler,
input[type="search"].styler,
input[type="tel"].styler,
input[type="text"].styler,
input[type="url"].styler,
textarea.styler {
    padding: 7px 9px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #333;
    font: 14px Arial, sans-serif;
}

input[type="search"].styler {
    -webkit-appearance: none;
}

textarea.styler {
    overflow: auto;
}

input[type="email"].styler:hover,
input[type="number"].styler:hover,
input[type="password"].styler:hover,
input[type="search"].styler:hover,
input[type="tel"].styler:hover,
input[type="text"].styler:hover,
input[type="url"].styler:hover,
textarea.styler:hover {
    border-color: #B3B3B3;
}

input[type="email"].styler:focus,
input[type="number"].styler:focus,
input[type="password"].styler:focus,
input[type="search"].styler:focus,
input[type="tel"].styler:focus,
input[type="text"].styler:focus,
input[type="url"].styler:focus,
textarea.styler:focus {
    border-color: #CCC;
    border-top-color: #B3B3B3;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    outline: none;
}

button.styler,
input[type="button"].styler,
input[type="submit"].styler,
input[type="reset"].styler {
    overflow: visible;
    padding: 7px 11px;
    outline: none;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    background: #f1f1f1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
    box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #333;
    text-shadow: 1px 1px #FFF;
    font: 14px Arial, sans-serif;
    cursor: pointer;
}

button.styler::-moz-focus-inner,
input[type="button"].styler::-moz-focus-inner,
input[type="submit"].styler::-moz-focus-inner,
input[type="reset"].styler::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button.styler:after {
    content: "";
}

button.styler:not([disabled]):hover,
input[type="button"].styler:not([disabled]):hover,
input[type="submit"].styler:not([disabled]):hover,
input[type="reset"].styler:hover {
    background-color: #E6E6E6;
    background-position: 0 -10px;
}

button.styler:not([disabled]):active,
input[type="button"].styler:not([disabled]):active,
input[type="submit"].styler:not([disabled]):active,
input[type="reset"].styler:active {
    background: #F5F5F5;
    box-shadow: inset 1px 1px 3px #DDD;
}

button.styler[disabled],
input[type="button"].styler[disabled],
input[type="submit"].styler[disabled] {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}

.color_filter .jq-checkbox__div {
    width: 12px;
    height: 12px;
    margin: 0;
    border: 2px solid #fff;
}

.color_filter .jq-checkbox.checked .jq-checkbox__div {
    background: none;
    margin: 0;
}

.card_product_name {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 15px;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

.main_description_block {
    margin-top: 25px;
}

.popup_container .main_description_block {
    width: 450px;
}

.card_social_left_block {
    margin-top: 5px;
    height: 30px;
    text-align: right;
}

.product_panel {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    width: 230px;
    border: 2px solid #edebeb;
    position: relative;
}

.product_panel .product_brand_content {
    font-size: 13px;
}

.product_panel:not(.arkhiv) .product_brand_content {
    border-bottom: solid 1px #edebeb;
    padding: 0 0 12px;
}

.product_panel .product_panel_content {
    position: relative;
    z-index: 2;
    padding: 10px 0 0;
    text-align: center;
    border-top: solid 1px #edebeb;
}

.product_panel .product_delivery_content {
    background-color: #f9f9f9;
    font-size: 13px;
}

.product_panel .button + .button {
    margin-top: 14px;
}

.product_panel .conditions div {
    background: url("../images/main_sprite.png") no-repeat;
}

.product_panel .conditions .condition1 {
    background-position: 0 -320px;
}

.product_panel .conditions .condition2 {
    background-position: 0 -372px;
}

.product_panel .conditions .condition3 {
    background-position: 0 -424px;
}

.product_panel .conditions span {
    display: table-cell;
    text-align: left;
    margin-left: 60px;
    padding: 0 0 0 60px;
    font-size: 13px;
    height: 52px;
    vertical-align: middle;
}

.product_panel .conditions img {
    float: left;
    clear: left;
}

.product_parameters {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    width: 390px;
}

.gray_btn, .rouse_btn, .white_btn, .green_btn {
    display: inline-block;
    font-size: 14px;
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    vertical-align: top;
    text-align: center;
}

.gray_btn {
    background: #edebeb;
    color: #333;
    border: solid 2px #edebeb;
}

.gray_btn:hover {
    background: #333;
    color: #fff;
    border: solid 2px #333;
}

.rouse_btn, .green_btn {
    background: #86d57c;
    color: #fff !important;
    font-size: 12px;
    border: solid 2px #86d57c;
}

.rouse_btn:hover, .green_btn:hover {
    background: #6aba60;
    border: solid 2px #6aba60;
}

.rouse_btn {
    background: #aa915b;
    border: solid 2px #aa915b;
    padding: 0 10px;
}

.rouse_btn:hover {
    background: #aa915b;
    border: solid 2px #aa915b;
    opacity: .8;
}

.archive-buttons input[disabled] {
    background: #aa915b;
    border: solid 2px #aa915b;
    opacity: .6;
    cursor: default;
}

.white_btn {
    background: #fff;
    color: #7d7d7d;
    border: solid 2px #6aba60;
    line-height: 42px;
}

.white_btn:hover {
    background: #6aba60;
    color: #fff;
}

.rouse_btn.to_cart {
    background: #7cb9f1 !important;
    border: solid 2px #7cb9f1;
}

.rouse_btn.to_cart:hover {
    background: #5ca2e6 !important;
    border: solid 2px #5ca2e6;
}

.rouse_btn.add_cart {
    font-size: 14px;
}

.icon {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}

.icon_btn_add_cart {
    background: url("../images/icons/btn_add_cart.png") no-repeat;
    width: 13px;
    height: 15px;
    margin-top: 13px;
    margin-right: 7px;
}

.added_cart {
    margin: 0 auto;
    margin-top: -15px;
    width: 115px;
    text-align: center;
    display: none;
}

.price_block {
    margin-bottom: 3px;
    background-color: #fff8fb;
    padding: 17px 0;
    height: 68px;
    display: table;
    width: 100%;
}

.price_block.discount {
    background: #fff8fb url(../images/price_block_bg.png) center top no-repeat;
}

.price_block .card_price {
    font-size: 26px;
    font-weight: bold;
    color: #aa915b;
    display: table-cell;
    width: 50%;
    padding: 0 0 0 30px;
}

.price_block .card_price_sale {
    font-size: 22px;
    color: #aa915b;
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 0 0 0 30px;
}

.price_block .card_price_sale .old_price,
.price_block .card_price_sale .sale {
    font-size: 16px;
    display: inline-block;
}

.price_block .card_price_sale .sale {
    background: url("../images/bg/product_panel_sale.jpg") no-repeat #fd8ebb;
    min-width: 48px;
    padding-left: 5px;
    height: 19px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 19px;
}

.gift_for_sale {
    display: table;
    width: 100%;
    background-color: #e2fcde;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 0;
}

.gift_for_sale i {
    color: #86d57c;
    font-size: 16px;
}

.specification {
    width: 100%;
    border-bottom: 1px solid #d0d0d0;
}

.specification tr + tr td {
    border-top: 1px dotted #d0d0d0;
}

.specification td {
    padding: 10px 0;
}

.specification td:first-child {
    font-weight: bold;
    width: 50%;
}

.hide_block {
    display: none;
}

.popup_bg {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.popup_bg2 {
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
    display: none;
}

.popup_inner2 {
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    border: 1px solid #e1e1e1;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.popup_title {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.popup_container {
    padding: 10px 0 0 0;
}

.popup_close {
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    width: 10px;
    height: 10px;
    background: url("../images/icons/popup_close.png") no-repeat;
    opacity: 0.6;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.popup_close:hover {
    opacity: 1;
}

.remember {
    font-size: 12px;
    margin-left: 10px;
    vertical-align: top;
    line-height: 22px;
}

.popup_login .popup_container {
    width: 320px;
}

.popup_login a {
    font-size: 12px;
}

.popup_login .forgot_pass {
    float: right;
}

.popup_login .register_link {
    line-height: 34px;
    margin-left: 20px;
}

.login_form_enter {
    display: inline-block;
    vertical-align: top;
    background: #fc8ab8;
    border: 0 none;
    width: 76px;
    height: 34px;
    line-height: 34px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 12px;
}

.login_form_enter:hover {
    background: #aa915b;
    cursor: pointer;
}

.popup_btn_submit {
    display: inline-block;
    vertical-align: top;
    background: #fc8ab8;
    border: 0 none;
    width: auto;
    height: 34px;
    line-height: 34px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 12px;
    padding: 0 10px;
}

.popup_btn_submit:hover {
    background: #aa915b;
    cursor: pointer;
}

.popup_change_pass .popup_container {
    width: 320px;
}

.popup_remember_pass .popup_container {
    width: 360px;
}

.popup_remember_pass .text {
    margin-bottom: 13px;
}

.popup_success .popup_container,
.popup_text .popup_container {
    width: 380px;
}

.popup_title_arrow {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    background: url("../images/icons/popup_tite_arrow.png") no-repeat;
    width: 27px;
    height: 19px;
    margin-right: 15px;
}

.profile_data_table {
    margin-bottom: 25px;
}

.profile_data_table td:first-child {
    width: 307px;
}

.profile_data_table .form_filed input, .profile_data_table .form_filed select {
    width: 300px;
}

.profile_bottom_line {
    background: #edebeb;
    height: 1px;
    width: 610px;
    margin-bottom: 30px;
}

.form_profile .rouse_btn {
    width: auto;
    padding: 0 10px;
}

.page_top_text {
    margin-top: 13px;
}

.form_profile_title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 26px;
    margin-bottom: 13px;
}

.table_products td {
    vertical-align: middle;
}

.table_product_param {
    margin: 10px 0;
}

.table_product_param li {
    background: url("../images/bg/bg_dotted.png") repeat-x 0 100%;
    position: relative;
    height: 22px;
    font-size: 13px;
}

.table_product_param_name,
.table_product_param_val {
    position: absolute;
    bottom: -1px;
    background: #fff;
}

.table_product_param_name {
    font-weight: bold;
    left: 0;
}

.table_product_param_val {
    right: 0;
}

.table_products {
    width: 100%;
    font-size: 14px;
    margin-top: 15px;
}

.table_products .count {
    width: 30px;
    height: 30px;
}

.table_products .control_links a {
    color: #808080;
    text-decoration: none;
    border-bottom: 1px dashed #808080;
}

.table_products .control_links a:hover {
    color: #fb1818;
    border-color: #fb1818;
}

.table_products td {
    padding: 15px 0;
}

.table_products td:first-child {
    padding-right: 20px;
    width: 90px;
}

.table_products tr + tr td {
    border-top: 1px dotted #edebeb;
}

.table_products_name {
    text-decoration: none;
}

.inc, .dec, .inc:focus, .dec:focus {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    line-height: 28px;
    background: #edebeb;
    border: none;
    text-align: center;
    color: #333;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
}

.cart_price_cell {
    font-size: 16px;
    font-weight: bold;
}

.cart_table_bottom {
    width: 100%;
}

.cart_table_bottom .total {
    vertical-align: middle;
    font-size: 14px;
    width: 434px;
    border-top: 2px solid #edebeb;
    border-bottom: 2px solid #edebeb;
}

.cart_table_bottom .total.total_price {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: right;
}

.cart_table_bottom .total .gray_btn {
    width: 103px;
    height: 38px;
    line-height: 38px;
    padding: 0;
    font-size: 12px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: normal;
    text-align: center;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -19px;
}

.table_status_order {
    text-align: center;
    width: 100%;
    margin-top: 15px;
}

.table_status_order thead {
    border: 2px solid #aa915b;
    background-color: #aa915b;
}

.table_status_order thead th {
    color: #aa915b;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 5px;
    font-size: 14px;
}

.table_status_order > tbody tr td {
    border-bottom: 1px dotted #231f20;
    padding: 10px 5px;
}

.table_status_order .paid {
    color: #019d1f;
}

.table_status_order .no-paid {
    color: #aa915b;
}

.table_status_order .status4 {
    background: #c1c7ff;
}

.table_status_order .status1 {
    background: #fcdc8e;
}

.table_status_order .status2 {
    background: #9bfca0;
}

.table_status_order .status3 {
    background: #fdbcf1;
}

.table_status_order .number_order {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    text-decoration: none;
    background: url("../images/icons/number_order_arrow.png") 100% 8px no-repeat;
    padding-right: 15px;
}

.table_status_order .number_order.active {
    background-image: url("../images/icons/number_order_arrow_active.png");
}

.table_status_order .number_order span {
    font-weight: bold;
    border-bottom: 1px dashed #aa915b;
}

.table_status_order .table_products {
    border-top: none;
}

.table_status_order .table_products tbody tr td {
    border-bottom: none;
}

.table_status_order .table_products td:first-child + td {
    text-align: left;
}

.table_status_order .table_products .note_td {
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 20px;
}

.finish_order_block {
    border: 2px dashed #aa915b;
    padding: 50px 10px;
    max-width: 525px;
    text-align: center;
    position: relative;
    margin: 0 auto;
}

.finish_order_block .rouse_btn {
    width: 100px;
    height: 35px;
    line-height: 35px;
    display: block;
    margin: 15px auto 35px auto;
}

.finish_order_block .bant {
    background: url("../images/icons/bant.png");
    width: 37px;
    height: 43px;
    position: absolute;
}

.finish_order_block .bant.left {
    left: -19px;
    top: 400px;
}

.finish_order_block .bant.right {
    right: -20px;
    top: 150px;
}

.finish_order_title {
    font-size: 28px;
    font-weight: bold;
    color: #aa915b;
}

.finish_order_number {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.finish_order_number span {
    color: #aa915b;
}

.finish_order_separate {
    border-top: 1px dotted #edebeb;
    width: 380px;
    margin: 30px auto 35px auto;
}

.finish_block_subtitle {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 7px;
}

.news_pagination_top {
    margin-top: 20px;
}

.news_pagination_top .pagination_block:first-child {
    margin-left: 15px;
}

.news_list {
    font-size: 0;
    margin-top: 40px;
    margin-left: -40px;
}

.news_list .new_list_item {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: 435px;
    height: 327px;
    margin-bottom: 40px;
    margin-left: 40px;
    position: relative;
}

.news_list .new_list_item .new_list_item_inner {
    position: absolute;
    left: 0;
    top: 0;
    height: inherit;
    overflow: hidden;
}

.news_list .new_list_item:hover .new_list_item_inner {
    height: auto;
    background: #fff;
    border: 3px solid #edebeb;
    padding: 17px;
    left: -20px;
    top: -20px;
    right: -20px;
    z-index: 12;
    cursor: pointer;
}

.news_img_preview {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: 216px;
    height: 327px;
}

.news_img_preview img {
    display: block;
    max-height: 100%;
    max-width: 100%;
}

.news_list_item_title {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.news_list_item_date {
    color: #9f9e9e;
    margin-bottom: 5px;
}

.news_preview {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: 200px;
    margin-left: 10px;
}

.news_preview .text {
    margin-top: 5px;
}

.news_item_top {
    margin: 15px 0;
}

.news_item_bottom {
    border-top: 1px solid #edebeb;
    position: relative;
    padding-top: 35px;
    margin-top: 20px;
}

.news_item_bottom .go_to_news_list {
    position: absolute;
    right: 0;
    top: 35px;
}

.cart_order {
    margin-top: 30px;
}

.cart_order h2 {
    font-weight: bold;
    margin-bottom: 20px;
}

.order_form_block {
    position: relative;
}

.order_form_block form {
    font-size: 0;
    padding: 0;
}

.order_form_block .form_filed_small {
    width: 232px;
}

.order_form_block .form_filed_small2 {
    width: 154px;
}

.order_form_block .form_filed_small + .form_filed_small {
    margin-left: 30px;
}

.order_form_block .form_filed_small2 + .form_filed_small2 {
    margin-left: 15px;
}

.order_form_block .select_block {
    width: 232px;
}

.order_form_block .select_block .jq-selectbox {
    width: 232px;
}

.order_form_left,
.order_form_right {
    font-size: 14px;
}

.order_form_right .form_filed {
    margin-bottom: 25px;
}

.order_form_right label .checkbox_pic,
.order_form_right label .checkbox_pic_pay {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 5px;
}

.order_form_right label .checkbox_pic_pay {
    margin-top: -7px;
}

.order_form_right label.delivery .jq-checkbox {
    margin-top: 17px;
}

.order_form_title,
.title_gray_line {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    border-bottom: 2px solid #edebeb;
    margin: 10px 0 15px 0;
    height: 15px;
}

.order_form_title span,
.title_gray_line span {
    position: absolute;
    left: 0;
    bottom: -2px;
    background: #fff;
    padding-right: 15px;
}

.order_total {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 34px;
}

.order_total .order_btn {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    width: auto;
    height: 34px;
    line-height: 34px;
}

.certificates_list .certificate_item {
    font-size: 0;
    padding: 35px 0;
    border-top: 1px solid #edebeb;
}

.certificates_list .certificate_item .btn {
    font-size: 10px;
    padding: 9px 13px;
}

.certificates_list .certificate_item .btn + .btn {
    margin-left: 5px;
}

.certificates_list .certificate_block {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: 326px;
    margin-right: 20px;
}

.certificates_list .certificate_block img {
    display: block;
    margin-top: 30px;
    margin-bottom: 5px;
}

.certificates_list .bottom_btn .btn.buy {
    margin-right: 0;
}

.certificates_list .certificate_product_block {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: 530px;
}

.certificates_list .subtitle {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.certificates_list .plus {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: 32px;
    height: 180px;
    background: url("../images/icons/plus.png") no-repeat center center;
}

.hidden {
    display: none;
}

.category_menu_list li li {
    border: medium none;
    font-size: 14px;
}

.size-block {
    font-size: 12px;
}

.size-block span {
    display: inline-block;
}

.size-block span.size-block-title {
    color: #999;
}

.size-block span.value {
    margin-left: 5px;
    text-transform: uppercase;
    color: #666;
}

.cart_link {
    display: none;
}

.bx_sof_req {
    color: #aa915b;
}

.form_filed_small2 .jq-selectbox, .form_filed_small2 select {
    width: 154px !important;
}

#sale_related_props .form_filed_small {
    width: 100%
}

.input-error {
    font-size: 12px;
    color: #aa915b;
}

.table_products td.del {
    width: 80px;
}

.table_products td.name {
    width: 450px;
}

.table_products td.quantity {
    text-align: center;
    width: 150px;
}

.sizetable {
    max-width: 800px;
    border-collapse: collapse;
    text-align: center;
}

.sizetable td.header {
    color: red;
    font-size: 14pt;
    text-align: center;
    padding: 0 0 20px 0;
}

.sizetable tr.firstline td {
    font-size: 11pt;
    font-weight: bold;
    vertical-align: top;
    text-align: left;
    padding: 2px 10px 2px 10px;
    border: solid 1px #000;
}

.sizetable tr.biggreen td {
    font-size: 16pt;
    font-weight: bold;
    color: #00B050;
    text-align: center;
    border: solid 1px #000;
}

.sizetable tr.sizes td {
    font-size: 11pt;
    vertical-align: top;
    text-align: center;
    padding: 10px 10px 10px 10px;
    border: solid 1px #000;
}

.sizetable tr.sizes td.firstcollumn {
    color: red;
    font-weight: bold;
}

.feedback_bottom {
    height: 60px;
}

.contacts .point-map {
    width: 100%;
    height: 420px;
    position: relative;
    overflow: hidden;
    margin-bottom: 34px
}

.contacts .point-map .ymaps-2-1-22-copyright {
    display: none;
}

.cart-line-wrap {
    background-color: #000;
    border: none;
}

.card_page {
    position: relative;
}

.brands_table td {
    text-align: center !important;
    vertical-align: top !important;
}

footer {
    margin-bottom: -20px !important;
}

.news_list_item_title a {
    text-decoration: none;
    color: #333;
}

.nocaptcha {
    width: 300px;
    height: 34px;
}

.expand_li, #expand_li2 {
    display: none;
}

.overlay {
    position: absolute;
    z-index: 101;
    background-color: #fff;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: none;
}

.green_btn {
    background-color: #7ab53a !important;
    border: solid 2px #7ab53a;
}

.green_btn:hover {
    background-color: #669900 !important;
    border: solid 2px #669900;
}

.category_menu_list .sub_menu li.active > a {
    color: #aa915b;
}

.errors {
    margin-bottom: 10px;
}

.errors font {
    display: block;
}

.errortext {
    color: red;
}

.map-columns li {
    margin-left: 25px;
    padding: 5px 0;
}

.action_list_pp img {
    width: 950px !important;
}

.lk h2 {
    text-transform: uppercase;
}

.lk .widget {
    border: 1px solid transparent;
    display: inline-block;
    height: auto;
    margin: 0 0 20px;
    padding: 14px 10px 17px 75px;
    position: relative;
    text-align: left;
    text-decoration: none;
    vertical-align: top;
    width: 279px;
    color: #272727;
}

.widget:before {
    content: "";
    height: 40px;
    left: 19px;
    position: absolute;
    top: 20px;
    width: 40px;
    background: transparent url("../images/widgets.png") no-repeat scroll 0 0;
}

.widget.profile-widget:before {
    background-position: -40px 0;
}

.widget.exit-widget:before {
    background-position: -80px 0;
}

.widget.password-widget:before {
    background-position: -120px 0;
}

.widget.cart-widget:before {
    background-position: -160px 0;
}

.widget.discount-widget:before {
    background-position: -200px 0;
}

.widget.delay-widget:before {
    background-position: -240px 0;
}

.lk .widget:hover {
    background-color: #f8f4f6;
    border: solid 1px #ffcccc;
}

.lk .widget h2 {
    color: #e03d8e;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.lk input[type="text"] {
    border: 1px solid #bfbfbf;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    background: none;
    border-radius: 4px;
    width: 200px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) inset;
}

.lk select {
    border: 1px solid #bfbfbf;
    height: 32px !important;
    line-height: 32px;
    padding: 0 10px;
    background: none;
    border-radius: 4px;
    width: 200px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) inset;
}

.lk img.calendar-icon {
    width: 30px;
    height: 30px;
}

.conditions li {
    list-style: disc;
    margin-left: 10px;
    padding: 3px 0;
}

.tooltip {
    opacity: 0.8;
    line-height: 1.2;
    padding: 5px 15px;
}

.tooltip_white {
    position: absolute;
    z-index: 10;
    bottom: 38px;
    left: 0;
    width: auto;
    background: #fff;
    border: 1px solid #C4C4C4;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px 0;
    overflow: hidden;
    margin: 0;
    color: #333;
    text-shadow: none;
    font-size: 11px;
    text-transform: none;
    font-weight: normal;
    line-height: 15px;
    padding: 5px 7px;
    letter-spacing: 0;
    display: none;
}

.tooltip_white.top {
    bottom: 40px;
    top: auto;
}

.condition {
    height: 70px !important;
    position: relative !important;
}

.condition + div {
    position: absolute;
}

.shipping ul li {
    list-style: circle;
}

.shipping ol li {
    list-style: decimal;
}

.color_filter label a, .size_filter label a, .brand_filter label a {
    color: #333 !important;
}

.register_bold {
    font-weight: bold;
}

.register_bold span {
    font-weight: normal;
    color: #aa915b;
}

.control a {
    border-bottom: 1px dashed #aa915b;
    text-decoration: none;
}

.control a:hover {
    border-bottom: none;
}

.starrequired {
    color: #aa915b;
}

.fig-t {
    display: inline-block;
    text-align: center;
}

.fig-article {
    text-align: center;
}

.fig-article img {
    width: 60%;
}

.basket_coupon {
    font-size: 12px;
    padding: 5px 2px;
}

.cart_table_bottom .coupon_holder {
    background: #ffecf4 none repeat scroll 0 0;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    width: 60%;
    height: 96px !important;
}

.cart_table_bottom td {
    padding: 12px 5px;
}

.cart_table_bottom .coupon_holder.padding {
    padding: 32px 0;
}

.cart_table_bottom .coupon_holder input {
    height: 32px;
    margin-left: 10px;
    width: 110px;
}

.cart_table_bottom .coupon_holder div.inline {
    display: inline-block;
    height: 32px;
    vertical-align: middle;
    line-height: 32px;
    margin: auto 0;
}

.loading {
    padding: 10px;
}

input#ORDER_PROP_40_val {
    width: 100% !important;
}

.js-giftd-product-gift:hover span {
    border-bottom-color: #fff !important;
}

.js-giftd-product-main-link {
    display: inline-block;
    width: auto;
    margin-top: 5px;
    font-weight: bold;
    border-bottom: 0 none;
    font-size: 15px;
    text-decoration: none;
}

.js-giftd-product-main-link span {
    border-bottom: 1px dotted;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.prod-block__col {
    width: 183px;
    padding: 15px 15px 0 15px;
    margin-right: 0;
    display: inline-block;
    margin-bottom: 20px;
    vertical-align: top;
}

.prod-block__col .prod-block-inner {
    padding-top: 0;
    margin-right: 0;
}

.prod-block__col-wrapper {
    text-align: justify;
    position: relative;
}

.prod-block__col-wrapper:after {
    content: "";
    width: 100%;
    display: inline-block;
}

.prod-block__col .prod-info {
    text-align: center;
}

.prod-block__col .prod-descr {
    height: auto;
}

.marked_list li {
    list-style: disc;
    margin-left: 20px;
    padding: 5px;
}

.page_left {
    min-height: 2000px;
}

.basket_noitem_message {
    padding: 10px 0;
}

.fig-4 figure {
    display: inline-block;
    width: 25%;
}

.fig-4 img {
    display: inline-block;
    width: 100%;
}

.cloudzoom-blank div:last-child {
    opacity: 0;
}

.opt_area .gazeSSBoverlay, .opt_area .giftd-fullscreen-wrapper, .opt_area .giftd-ribbon_aligner, .opt_area .ve-panel-reveal {
    display: none !important;
}

.opt_area.ve-body-shift-left {
    margin: 0 !important;
}

.delivery_point_detail_link, .delivery_point_detail_link {
    border-bottom: 1px dashed #aa915b;
    text-decoration: none;
}

.delivery_point_detail td {
    padding-left: 15px;
}

.sizes_hidden {
    display: none;
    margin-top: 5px;
    color: #333;
}

.bx-component-debug {
    display: none;
}

.admin .bx-component-debug {
    display: block;
}

.admin .sizes_hidden, .admin .bx-component-debug {
    display: block;
}

.ymaps-copyrights-pane {
    display: none !important;
}

.shipping_maps h4 {
    margin-bottom: 0 !important;
    font-size: 18px;
}

.shipping_maps .shipping_map {
    width: 100%;
    height: 220px;
}

.shipping_maps p {
    font-size: 12px;
}

.cdek_zones_holder {
    height: 400px;
    overflow-y: scroll;
}

.cdek_zones_table th {
    padding: 3px 0;
    font-size: 80%;
    vertical-align: middle;
}

.cdek_zones_table td {
    padding: 3px 0;
    font-size: 80%;
}

.center {
    text-align: center;
}

.available_quantity {
    font-size: 0.8em;
    padding: 5px 0;
    display: none;
    color: #aa915b;
}

.active_filters.always_empty .clear_filters {
    float: left;
}

.refresh_basket {
    background-color: #fc8ab8;
    color: #fff;
    border: none;
    height: 32px !important;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: bold;
    width: 130px !important;
    font-size: 12px;
}

.refresh_basket:hover {
    background-color: #aa915b;
    cursor: pointer;
}

.buy_link, .to_wait_list_link {
    position: relative;
}

.add_cart_prompt::before {
    background: url("../images/main_sprite.png") no-repeat;
    background-position: 0 -270px;
    content: "";
    height: 10px;
    margin: -2px 0 0 -9.5px;
    position: absolute;
    top: 100%;
    width: 19px;
    left: 50%;
    display: block;
}

.add_cart_prompt {
    background: #e53c9d none repeat scroll 0 0;
    bottom: 100%;
    color: #fff;
    display: none;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: 180px;
    z-index: 5;
    font-size: 14px !important;
    font-weight: normal !important;
    letter-spacing: normal !important;
    text-transform: none !important;
    left: 50%;
    margin-left: -90px;
    margin-bottom: 10px;
}

.form_filed .add_cart_prompt {
    right: -20px !important;
}

.form_filed .add_cart_prompt::before {
    right: 90px !important;
}

.special_card {
    padding-top: 30px;
    border-top: solid 1px #ccc;
}

.special_card div {
    display: inline-block;
    vertical-align: top;
}

.special_card ol {
    list-style: decimal;
}

.special_card ul {
    list-style: disc;
}

.special_card li {
    margin-left: 10px;
    padding: 3px 0;
}

.active_filters.always_empty {
    height: 50px;
    padding: 10px 0;
}

.count_product_basket, .count_product_total {
    display: inline-block;
    padding: 5px 0;
    font-size: 11px;
}

.count_product_basket {
    padding-top: 12px;
}

.count_product_basket i, .count_product_total i {
    font-size: 13px;
}

.lookbook-item {
    display: inline-block;
    margin-bottom: 40px;
}

.green {
    color: green;
}

.red {
    color: red;
}

.agreement {
    margin-top: 30px;
}

.agreement .numeric_ul {
    list-style: auto outside;
    margin: 10px 0 10px 15px;
}

.agreement .numeric_ul li {
    margin: 5px 0;
}

.confirm_agreement {
    text-align: left;
    padding-top: 10px;
}

.feedback_form .confirm_agreement {
    padding: 5px 0 20px;
}

.form_fast_order .confirm_agreement {
    padding: 0 0 20px;
}

.jobs_img {
    float: right;
}

.top_line2 .top_personal_link .personal_links_holder {
    position: absolute;
    top: 70px;
    right: 15px;
    display: none;
    background-color: #fff;
    z-index: 10;
    text-align: left;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.top_line2 .top_personal_link .personal_links_holder::before {
    content: ' ';
    display: block;
    background: url("../images/main_sprite.png") no-repeat 0 -120px;
    width: 10px;
    height: 6px;
    position: absolute;
    left: 60px;
    top: -5px;
}

.top_line2 .top_personal_link:hover .personal_links_holder {
    display: block;
}

.top_line2 .top_personal_link .personal_links_holder ul {
    padding: 0 15px;
    width: 130px;
}

.top_line2 .top_personal_link .personal_links_holder li.last {
    border-top: solid 1px #aa915b;
}

.top_line2 .top_personal_link .personal_links_holder a {
    padding: 0;
    line-height: 30px;
    font-size: 13px;
}

.top_line2 .top_personal_link .personal_links_holder a:hover {
    text-decoration: underline;
}

.text-split-2 {
    line-height: 1.5 !important;
    letter-spacing: 0 !important;
}

footer .category_menu_list li a {
    font-size: 13px;
}

footer .category_menu_list li + li {
    margin-top: 2px;
}

.footer_phone_item a {
    font-weight: normal !important;
    color: #454444;
    text-decoration: none;
    border-bottom: dashed 1px #454444;
}

.owl-item {
    text-align: center;
}

.card_product_brand {
    font-size: 14px;
}

.card_section .buttons a {
    text-align: center;
}

.pvz_title {
    margin-top: 30px;
}

.pvz_label {
    font-weight: bold;
    margin: 0 0 5px;
}

.pvz_label + .prop-input {
    margin-bottom: 10px;
}

.product_notice {
    color: #777;
    padding-bottom: 5px;
    font-size: 12px;
    display: inline-block;
}

.pink {
    color: #aa915b;
}

.pink_block, .gray_block {
    background-color: #dfdfdf;
}

.faq {
    border: solid 1px #f4f4f4;
    margin: 20px 0;
}

.faq .nav-tabs {
    border: none;
}

.faq .nav-tabs li {
    width: 25%;
}

.faq .nav-tabs li + li {
    border-left: solid 1px #f4f4f4;
}

.faq .nav-tabs li a {
    padding: 10px 0 0;
    display: inline-block;
    width: 100%;
    font-weight: bold;
    text-decoration: none;
    color: #515151;
    text-align: center;
    border-bottom: solid 1px #f4f4f4;
    background-color: #f4f4f4;
}

.faq .nav-tabs li a:hover {
    border-bottom: solid 1px #f4f4f4;
    background-color: #fff;
}

.faq .nav-tabs li a.active, .faq .nav-tabs li a.active:hover {
    color: #d4b67f;
    border-bottom: none;
    background-color: #fff;
}

.faq .nav-tabs li a span {
    line-height: 50px;
    height: 60px;
    display: inline-block;
    padding: 0 10px 10px;
}

.faq .nav-tabs li a.active span {
    border-bottom: solid 1px #d4b67f;
}

.faq .nav-tabs li a span img {
    vertical-align: middle;
    margin-right: 5px;
}

.faq .questions_holder {
    margin-top: 10px;
}

.faq .question {
    padding: 15px 30px;
    border: solid 1px #fff;
    border-bottom: solid 1px #f4f4f4;
    cursor: pointer;
}

.faq .question:hover {
    border: solid 1px #d4b67f;
    background-color: #fcf5f8;
}

.faq .question.open {
    border: solid 1px #d4b67f;
}

.faq .question .title {
    position: relative;
    border-bottom: solid 1px #fff;
    padding-right: 35px;
}

.faq .question.open .title {
    padding-bottom: 15px;
    border-bottom: solid 1px #fbc1d8;
    margin-bottom: 15px;
}

.faq .question .title .arrow {
    width: 27px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 5px;
    transform: rotate(0deg);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: transparent url(../images/icons/faq/arrow.png) left top no-repeat;
}

.faq .question.open .title .arrow {
    transform: rotate(180deg);
}

.faq .question .desc {
    display: none;
    padding-top: 30px;
}

.faq .question.open .desc {
    padding-top: 0;
}

.faq .question .desc p {
    margin-bottom: 10px;
}

.faq .section {
    padding: 15px 0;
    border: solid 1px #fff;
    border-bottom: solid 1px #f4f4f4;
    cursor: pointer;
}

.faq .section .section_title {
    position: relative;
    text-align: center;
    border-bottom: solid 1px #fff;
}

.faq .section.open .section_title {
    padding-bottom: 15px;
    border-bottom: solid 1px #fbc1d8;
}

.faq .section .section_title .arrow {
    width: 27px;
    height: 15px;
    position: absolute;
    right: 30px;
    top: 5px;
    transform: rotate(0deg);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: transparent url(../images/icons/faq/arrow.png) left top no-repeat;
}

.faq .section.open .section_title .arrow {
    transform: rotate(180deg);
}

.faq .section .section_title span {
    display: inline-block;
}

.faq .section .section_title span img {
    vertical-align: middle;
    margin-right: 5px;
}

.faq .section .section_desc {
    display: none;
    padding-top: 30px;
}

.faq .section.open .section_desc {
    padding-top: 0;
}

.faq .ask_question_banner {
    text-align: center;
}

.faq .ask_question_banner img {
    border: solid 1px #ffd6e7;
}

.modal-body {
    padding: 0 !important;
}

.popup__block-wrapper .big-btn_red, .popup__block-wrapper .big-btn {
    padding: 18px 25px;
}

.popup__block-wrapper .checkbox__label {
    margin-bottom: 10px;
    font-size: 12px;
    color: rgba(93, 93, 93, 0.75);
}

.popup__block-wrapper .checkbox__label .jq-checkbox {
    margin-right: 5px;
}

.popup__block-title {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: bold;
}

.popup__block {
    display: table;
    width: 100%;
}

.popup__block .h2 {
    color: rgba(93, 93, 93, 0.75);
    font-size: 12px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 20px;
}

.popup__block-fields {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    background: #fafafa;
    padding: 25px 65px 50px 65px;
}

.popup__block-fields input {
    height: 50px;
    padding: 0 18px;
}

.popup__block-img {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    background-color: #fff;
    background-size: cover;
}

.popup__form-block-btn {
    line-height: 60px;
    height: 60px;
    vertical-align: middle;
}

.popup__form-block-btn .big-btn_red {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}

.popup__form-block-btn .password-forgot {
    display: inline-block;
    line-height: 60px;
    vertical-align: middle;
    margin-left: 14px;
    text-decoration: dashed;
}

.popup__form-block-btn .password-forgot-link {
    display: inline-block;
    font-size: 12px;
    line-height: 1.2;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted;
    color: #4b2331;
}

.popup__form-block-btn .password-forgot-link:hover {
    color: #7b003f;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted;
}

.popup__form-content {
    color: rgba(93, 93, 93, 0.75);
    display: block;
    font-size: 12px;
    margin-bottom: 30px;
}

.email-group .placeholder, .input-group .placeholder, .textarea-group .placeholder, .text-group .placeholder {
    color: #b1b1b1;
    display: none;
    left: 17px;
    position: absolute;
    top: 16px;
}

.popup__form .email-group, .popup__form .text-group, .popup__form .input {
    margin-bottom: 10px;
    width: 100%;
}

.email-group, .input-group, .textarea-group, .text-group {
    display: inline-block;
    position: relative;
}

.email-group .star, .input-group .star, .textarea-group .star, .text-group .star {
    color: red;
}

.shop__form-captcha {
    background-color: #fff;
    display: inline-block;
    float: left;
    height: 50px;
    margin-right: 1px;
    overflow: hidden;
    text-align: center;
    width: 100%;
    border: 1px solid #ccc;
}

.popup__block-wrapper button.close {
    background: rgba(0, 0, 0, 0) url("../images/cross-dark.png") no-repeat center center;
    display: block;
    height: 24px;
    opacity: 1;
    width: 24px;
    left: auto;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    z-index: 100;
}

.popup__block-wrapper button.close:hover {
    opacity: 0.5;
}

.big-btn, .big-btn_red {
    background: #aa915b none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    outline: medium none;
    padding: 8px 12px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
}

.big-btn_red {
    box-shadow: 0 3px 21px 0 rgba(157, 142, 136, 0.41);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.big-btn_red:hover {
    background: #aa915b none repeat scroll 0 0;
}

.available_one {
    color: #aa915b;
    font-size: 12px;
    padding: 5px 0;
}

#basket_items > .row {
    border-bottom: solid 1px #edebeb;
}

.basket_items .row + .row {
    border-top: solid 1px #edebeb;
}

#free_delivery_panel {
    background-color: #f7cc02;
    width: 100%;
}

#free_delivery_panel i {
    font-size: 18px;
}

#free_delivery_panel a {
    color: #000;
}

#panel {
    position: absolute;
    width: 100%;
}

.block {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
    font-size: 16px;
}

.block .content {
    position: relative;
    display: block;
    text-align: center;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 32px;
    color: white;
}

.block .content h2 {
    font-size: 5vw;
    text-shadow: 1px 1px 0 black, -1px -1px 0 black
}

.block .content p {
    font-size: 3vw;
    text-shadow: 1px 1px 0 black, -1px -1px 0 black
}

.page.franchise {
    padding-bottom: 0;
}

.catalog_filters .filter_link {
    color: #333;
    text-decoration: none;
}

.catalog_filters .filter_link:hover {
    color: #aa915b;
}

div.alert {
    font-size: 14px;
}

.yashare-auto-init .b-share {
    height: 40px;
}

.bx-auth-reg {
    position: relative;
    color: #222;
}

.bx-auth h6 {
    border-bottom: 2px solid #e3e3e3;
    font-size: 140%;
    padding-bottom: 12px;
    color: #555;
    font-weight: bold;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.menu_link {
    margin-top: 10px;
}

.slick-prev i,
.slick-next i {
    font-size: 32px;
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Montserrat-Regular.eot);
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(../fonts/Montserrat-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/Montserrat-Regular.woff2) format('woff2'), url(../fonts/Montserrat-Regular.woff) format('woff'), url(../fonts/Montserrat-Regular.ttf) format('truetype')
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/Montserrat-Bold.eot);
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url(../fonts/Montserrat-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/Montserrat-Bold.woff2) format('woff2'), url(../fonts/Montserrat-Bold.woff) format('woff'), url(../fonts/Montserrat-Bold.ttf) format('truetype')
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/Montserrat-Regular.eot);
    src: local('Montserrat Medium'), local('Montserrat-Regular'), url(../fonts/Montserrat-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/Montserrat-Regular.woff2) format('woff2'), url(../fonts/Montserrat-Regular.woff) format('woff'), url(../fonts/Montserrat-Regular.ttf) format('truetype')
}

@font-face {
    font-family: FuturaPT;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/FuturaPT-Light.eot);
    src: local('Futura PT Light'), local('Futura PT Light'), url(../fonts/FuturaPT-Light?#iefix) format('embedded-opentype'), url(../fonts/FuturaPT-Light.woff2) format('woff2'), url(../fonts/FuturaPT-Light.woff) format('woff'), url(../fonts/FuturaPT-Light.ttf) format('truetype')
}

.basket_page .js-giftd-show-widget, .order_page .js-giftd-show-widget {
    display: none !important;
}

.pagination-bottom {
    text-transform: uppercase;
    font-weight: bold;
}

#contacts_page_map {
    width: 100%;
    margin-bottom: 10px;
    height: 635px;
}

.count_goods {
    text-transform: uppercase;
    font-weight: bold;
}

.pointer {
    cursor: pointer;
}

.b-lazy {
    opacity: 0;
    transform: scale(1.2);
    transition: all 500ms;
}

.b-loaded {
    opacity: 1;
    transform: scale(1);
}

.mobile_slider {
    visibility: hidden;
}

.mobile_slider.slick-initialized {
    visibility: visible;
}

.main_basket_holder .change_link, .main_basket_holder .remove_from_basket, .main_basket_holder .delay_link, .main_basket_holder .table_product_param li {
    font-size: 12px;
}

.main_basket_holder .quantity_input {
    width: 30px;
    text-align: center;
    padding: 5px 3px;
}

.main_basket_holder .value-cont .plus, .main_basket_holder .value-cont .minus {
    padding: 0 8px;
    height: 30px;
    line-height: 30px;
    vertical-align: top;
}

.main_basket_holder .total_price {
    font-size: 18px;
    letter-spacing: 1px;
}

.main_basket_holder .coupon_holder input[type="text"] {
    width: 150px;
    height: 32px;
    vertical-align: top;
}

.main_basket_holder .coupon_holder a {
    height: 32px;
    vertical-align: top;
}

.main_basket_holder .coupon_holder a i {
    font-size: 16px !important;
}

.filter_link.btn {
    text-align: center;
    padding: 10px;
    width: 100%;
    margin: 15px;
}

.mobile_slider .slick-prev::before, .mobile_slider .slick-next::before {
    color: #aa915b;
    opacity: 1;
}

.cloudzoom-gallery.small-photo.image-zoom {
    height: 82px !important;
}

.c-menu__wrap {
    background-color: #fff;
}

.sale_label {
    background-color: red !important;
    color: #fff !important;
}

.count_goods {
    color: #909090;
    font-size: 12px;
    line-height: 15px;
}

.c-catalog__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 17px;
}

.c-sort__wrap {
    display: flex;
    font-size: 13px;
    line-height: 16px;
}

.c-sort__title {

}

.c-sort__ul {
    display: flex;
}

.c-sort__li {
    padding: 0 10px;
    border-right: 1px solid #D6D6D6;
}

.c-sort__li:last-child .c-sort__a {
    color: #aa915b !important;
}

.c-sort__a {
    color: #333333 !important;
    text-transform: capitalize;
}

.c-sort__a:hover {
    color: #aa915b !important;
}

.c-sort__li:last-child {
    border-right: 0;
}

.c-sort {

}

.c-sort__li.current .c-sort__icon-up {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: url('../images/svg/arr_d.svg') center no-repeat;
}

.c-sort__li.current .c-sort__icon-down {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: url('../images/svg/arr_t.svg') center no-repeat;
}

.c-sort__li.current.new i {
    display: none;
}

.c-sort__icon-up {

}

.c-sort__icon-down {

}

.c-view__list {
    display: flex;
}

.c-view__li {
    margin-left: 5px;
}

.c-view__btn {
    width: 14px;
    height: 14px;
    display: block;
    cursor: pointer;
}

.c-view__btn--mini {
    background: url('../images/svg/view_mini.svg') center no-repeat;
}

.c-view__btn--big {
    background: url('../images/svg/view_big.svg') center no-repeat;
}

.c-show {
    display: flex;
    font-size: 12px;
    color: #909090;
    align-items: center;
}

.c-catalog__bottom {
    padding: 10px 0;
    margin-bottom: 20px;
}

.c-show__title {
    margin-right: 10px;
}

.c-show__ul {
    display: flex;
}

.c-show__li {
    padding: 0 7px;
}

.c-show__li.current .c-show__a {
    background: #D6D6D6;
}

.c-show__a {
    display: inline-block;
    color: #6C6B6B !important;
    padding: 5px;
}

.sale_label2 {
    position: absolute;
    bottom: 30px;
    right: 15px;
    color: #fff;
    font-size: 13px;
    opacity: .7;
    text-align: center;
    background-color: red;
    padding: 5px 10px;
    font-weight: bold;
    z-index: 300;
}

.opt {
    text-align: right;
    position: absolute;
    top: 65px;
    right: 15px;
}

.opt .red {
    color: red;
}

.c-product-item__label {
    opacity: .7 !important;
}

.c-product-item__label-new {
    background-color: #aa915b !important;
}

.related_props input[type=radio] {
    display: inline-block;
}

#order_form_div .related_props label {
    display: inline-block;
}

.related_props input[disabled] + label {
    color: #999 !important;
}

.related_props input[disabled] + label + span {
    color: #999 !important;
}

.c-help-list .c-help-list__item {
    width: 46%;
}

.c-header__wrap.is_stuck {
    transform: none !important;
}

.c-header__wrap.is_stuck {
    display: none;
}

.b-stripe + .c-header__wrap.is_stuck {
    top: 98px;
}

.c-payment__form-body .c-form textarea {
    height: 125px !important;
}

.c-card__size.opt__size {
    font-size: 14px;
}

.c-card__size.opt__size .row {
    padding: 3px 0;
}

.c-card__size.opt__size .row.title {
    font-weight: bold;
}

.c-card__size.opt__size .row.content:nth-child(2n) {
    background-color: #efefef;
}

.c-card__size.opt__size input.size {
    width: 50px;
    padding: 4px 8px;
    height: 27px;
}

.opt_conditions {
    margin: 20px 0;
}

.opt_conditions > div {
    padding: 10px 0 10px 100px;
    color: #666;
}

#opt_condition1 {
    background: transparent url(../images/opt_icon1.png) left center no-repeat;
}

#opt_condition2 {
    background: transparent url(../images/opt_icon4.png) left center no-repeat;
}

#opt_condition3 {
    background: transparent url(../images/opt_icon2.png) left center no-repeat;
}

#opt_condition4 {
    background: transparent url(../images/opt_icon3.png) left center no-repeat;
}

#send_sms_btn {
    cursor: pointer;
}

.c-catalog__filter-body .c-catalog__filter {
    height: 100%;
}

.c-catalog__filter-body .c-catalog__filter .container, .c-catalog__filter-body .c-catalog__filter .catalog_filters, .c-catalog__filter-body .c-catalog__filter .catalog_filters form {
    height: 100%;
}

.lookbook_products .product_item {
    padding-bottom: 30px;
}

.lookbook_products .product_item .product_info {
    padding: 5px 0;
    font-size: 18px;
    color: #000;
    font-family: FuturaPT, Trebuchet MS, sans-serif;
    text-transform: uppercase;
}

.lookbook_products .product_item .product_info a {
    font-size: 18px;
    color: #000;
    font-family: FuturaPT, Trebuchet MS, sans-serif;
    text-transform: uppercase;
}

.lookbook_products .text_item {
    padding-top: 40px;
    font-size: 18px;
    color: #000;
    line-height: 1.5;
}

.lookbook_products .text_item.left {
    padding-right: 10%;
}

.lookbook_products .text_item.right {
    padding-left: 10%;
}

.lookbook_products .text_item div {
    border-top: solid 1px #000;
    padding: 10px 0 0;
}

.main.page.loyality {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.loyality .c-advantages-icon__title {
    height: 66px;
}

.loyality .c-advantages-icon__icon {
    height: 150px;
}

.loyality .c-advantages-icon__text {
    font-size: 18px;
}

.c-product-item__label.c-product-item__label-sale.black_friday, .c-product-item__label.c-product-item__label-sale2.black_friday {
    background-color: #000 !important;
    color: #fff !important;
}

.c-product-item__label.c-product-item__label-sale.red, .c-product-item__label.c-product-item__label-sale2.red {
    background-color: red !important;
    color: #fff !important;
}

.lookbook_products.retail div.row {
    margin: 0 -2px !important;
}

.lookbook_products.retail div:not(.row) {
    padding: 2px !important;
}

.lookbook_products.retail.v2 div:not(.row) {
    padding: 5px !important;
}

.c-login__social-list {
    align-items: flex-start !important;
    justify-content: flex-start !important;
}

.c-login__social-list .c-login__social-list__item {
    margin-right: 15px;
}

.order-list {
    padding-top: 10px;
}

#popup__500rub .modal-content .grey {
    background-color: #e2e2e2;
}

#popup__500rub .b-story_content_profitable-proposition .b-story__title {
    margin-bottom: 10px;
}

#popup__500rub .b-story_content_profitable-proposition .b-story__title-text {
    font-size: 24px;
    line-height: 28px;
    font-family: PT Sans, Arial, sans-serif;
    font-weight: 700;
    color: #2e404b;
}

#popup__500rub .b-story_content_profitable-proposition .b-story__content .b-paragraph {
    font-size: 16px;
    line-height: 20px;
    font-family: PT Sans, Open Sans, Arial, sans-serif;
    font-weight: 400;
    color: #2e404b;
    margin-top: 10px;
}

#popup__500rub .b-list__item-text_type_vk {
    background: #547597;
    position: relative;
    display: inline-block;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    font-family: PT Sans, Open Sans, Arial, sans-serif;
    font-weight: 400;
    color: #fff !important;
    border-radius: 5px;
    padding: 0 20px 0 56px;
    cursor: pointer;
    transition: background .2s linear 0s, opacity .3s;
}

#popup__500rub .b-list__item-text_type_vk:hover {
    background: #41658b;
}

#popup__500rub .b-list__item-text_type_vk::after {
    background: #41658b;
    position: absolute;
    content: "";
    width: 42px;
    height: 40px;
    left: 0;
    top: 0;
    z-index: 2;
    border-radius: 5px 0 0 5px;
}

#popup__500rub .b-ico.vk {
    background: url(/local/templates/laete/static/images/popup/popup_vk.png) center no-repeat;
    width: 14px;
    height: 17px;
    z-index: 3;
    top: 50%;
    margin-top: -8.5px;
    left: 16px;
}

#popup__500rub .b-ico {
    display: inline-block;
    position: absolute;
}

#popup__500rub .b-box_content_other-form-message {
    padding-top: 6px;
    font-size: 14px;
    line-height: 18px;
    font-family: PT Sans, Open Sans, Arial, sans-serif;
    font-weight: 400;
    color: #a4a9ac;
}

#popup__500rub .view_detail_info, #popup__500rub .hide_detail_info {
    cursor: pointer;
}

#popup__500rub .conditions_holder {
    overflow-y: scroll;
    height: 100%;
    max-height: 320px;
}

#popup__500rub .conditions_holder .conditions li {
    margin-left: 15px;
    font-size: 14px;
    line-height: 18px;
    font-family: PT Sans, Open Sans, Arial, sans-serif;
    font-weight: 400;
    color: #2e404b;
}

#tns2-ow button[data-action="stop"], #tns2-ow button[data-action="start"] {
    display: none;
}

.b-ribbon-partner {
    position: fixed;
    height: 33px;
    font: 14px/25px Verdana, 'Geneva CY', 'DejaVu Sans', sans-serif;
    font-weight: normal;
    box-sizing: border-box;
    display: block;
    z-index: 2000000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none !important;
    padding: 0 !important;
    letter-spacing: initial !important;
}

.b-ribbon-partner.is-displayed {
    -webkit--webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    transition: all ease-out .3s;
    -moz--webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    transition: all ease-out .3s;
    -o--webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    transition: all ease-out .3s;
    -ms--webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    transition: all ease-out .3s;
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    transition: all ease-out .3s;
}

.b-ribbon-partner.is-giftd-ribbon-full-screen-width {
    width: 100%;
}

.b-ribbon-partner.is-giftd-ribbon-full-screen-width .b-ribbon-partner__text {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center;
}

.b-ribbon-partner:hover {
    text-decoration: none;
}

.b-ribbon-partner_icon_gift .b-ribbon-partner__text {
    padding-left: 29px;
}

.b-ribbon-partner_icon_gift:after {
    position: absolute;
    content: "";
    left: 7px;
    top: 8px;
    width: 16px;
    height: 17px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARBAMAAAAmgTH3AAAAHlBMVEUAAAD///////////////////////////////////8kfJuVAAAACXRSTlMAO+qM+MOLBsRe7vZKAAAASElEQVQI12NgKFNKByIGBgbLmZOBCMjQFJwERCCGgIgjI4hhOVHEURIoFTlz5gTOmTOnMsyEMGbCRGYwwAEnRGQCmQxWCKMBADpMMfEaagiVAAAAAElFTkSuQmCC);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: transparent !important;
    cursor: pointer;
}

.b-ribbon-partner_icon_gift.is-giftd-loading:after {
    display: none;
}

.b-ribbon-partner_icon_gift.is-giftd-loading .b-ribbon-partner__text {
    padding-left: 8px;
}

.b-ribbon-partner_icon_gift.is-giftd-loading .giftd-loader-container {
    display: inline;
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .b-ribbon-partner_icon_gift:after {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAiCAMAAAAJbCvNAAAARVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////9SnXPCAAAAFnRSTlMAGenBsATGuKmdA+3gy45lZDUvFQz++lNQ3wAAAKZJREFUOMvtkjsSwyAMRBEyxvj/C/c/alaBQExBlUmR8TZopScJZlBBZmU9OgqG3Kh5MepDx+RFwyZmG15mOnLdtD5IE/p1NG2esfq3OqW6ZJYEMJwlanDs+8P7hsgi5gTIUAzv0TzPGNNjkSwsABCYgX7UC8BJ2oR0QI2gLpbjxe2JKAKnlUcjqCu/IEsylwTDVgH/C4DrQKu+odqKG/g7gEvg8p+ebnE5Ui3tyiIAAAAASUVORK5CYII=);
        background-size: cover;
    }
}

.b-ribbon-partner__text {
    background-color: #aa915b;
    color: #000000;
    font-size: 15px;
    line-height: 34px;
    font-family: Verdana, 'Geneva CY', 'DejaVu Sans', sans-serif;
    font-weight: normal;
    vertical-align: top;
    border-radius: 0 0 3px 3px;
    cursor: pointer;
    -webkit--webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    -o-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
    -moz--webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    -o-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
    -o--webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    -o-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
    -ms--webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    -o-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    -o-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
    height: 33px;
    display: block;
    padding: 0 10px 0 27px !important;
    max-width: 350px;
    width: auto !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.b-ribbon-partner:hover .b-ribbon-partner__text {
    background-color: #aa915b;
    color: #fff;
}

.b-ribbon-partner_position_bottom-left {
    bottom: 0;
    left: 20px;
}

.b-ribbon-partner_position_bottom-left.is-hide {
    bottom: -33px;
}

.b-ribbon-partner_position_bottom-left .giftd-b-ico_viewtype_close-ribbon {
    right: 4px;
    top: 8px;
}

.b-ribbon-partner_position_bottom-left .b-ribbon-partner__text {
    border-radius: 3px 3px 0 0;
}

.b-ribbon-partner_position_bottom-middle {
    bottom: 0;
    left: 50%;
    width: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.b-ribbon-partner_position_bottom-middle.is-hide {
    bottom: -33px;
}

.b-ribbon-partner_position_bottom-middle .giftd-b-ico_viewtype_close-ribbon {
    right: 4px;
    top: 8px;
}

.b-ribbon-partner_position_bottom-middle .b-ribbon-partner__text {
    border-radius: 3px 3px 0 0;
}

.b-ribbon-partner_position_bottom-right {
    bottom: 0;
    right: 20px;
}

.b-ribbon-partner_position_bottom-right.is-hide {
    bottom: -33px;
}

.b-ribbon-partner_position_bottom-right .giftd-b-ico_viewtype_close-ribbon {
    right: 4px;
    top: 8px;
}

.b-ribbon-partner_position_bottom-right .b-ribbon-partner__text {
    border-radius: 3px 3px 0 0;
}

/* Слева снизу ------------------------------------------------------------------------------------------------ > */
.b-ribbon-partner_position_left {
    left: 0;
    bottom: 10%;
    margin-bottom: -23px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.b-ribbon-partner_position_left:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 7px;
}

.b-ribbon-partner_position_left.is-hide {
    left: -33px;
}

.b-ribbon-partner_position_left .giftd-b-ico_viewtype_close-ribbon {
    right: 4px;
    bottom: 7px;
}

/* Слева снизу ------------------------------------------------------------------------------------------------ < */
/* Справа снизу ----------------------------------------------------------------------------------------------- > */
.b-ribbon-partner_position_right {
    right: 0;
    bottom: 10%;
    margin-bottom: -23px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -o-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.b-ribbon-partner_position_right:after {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 8px;
}

.b-ribbon-partner_position_right.is-hide {
    right: -33px;
}

.b-ribbon-partner_position_right .giftd-b-ico_viewtype_close-ribbon {
    right: 4px;
    bottom: 7px;
}

/* Справа снизу ----------------------------------------------------------------------------------------------- < */
/* Слева и 30% от низу ---------------------------------------------------------------------------------------- > */
.b-ribbon-partner_position_left-middle {
    left: 0;
    bottom: 30%;
    margin-bottom: -23px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.b-ribbon-partner_position_left-middle:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 7px;
}

.b-ribbon-partner_position_left-middle.is-hide {
    left: -33px;
}

.b-ribbon-partner_position_left-middle .giftd-b-ico_viewtype_close-ribbon {
    right: 4px;
    bottom: 7px;
}

/* Слева и 30% от низу ---------------------------------------------------------------------------------------- < */
/* Справа и 30% от низу --------------------------------------------------------------------------------------- > */
.b-ribbon-partner_position_right-bottom {
    right: 0;
    bottom: 30%;
    margin-bottom: -23px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -o-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.b-ribbon-partner_position_right-bottom:after {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 8px;
}

.b-ribbon-partner_position_right-bottom.is-hide {
    right: -33px;
}

.b-ribbon-partner_position_right-bottom .giftd-b-ico_viewtype_close-ribbon {
    right: 4px;
    bottom: 7px;
}

/* Справа и 30% от низу --------------------------------------------------------------------------------------- < */
/* Справа и 300px от верха --------------------------------------------------------------------------------------- > */
.b-ribbon-partner_position_right-top {
    right: 0;
    top: 300px;
    margin-bottom: -23px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -o-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.b-ribbon-partner_position_right-top:after {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 8px;
}

.b-ribbon-partner_position_right-top.is-hide {
    right: -33px;
}

.b-ribbon-partner_position_right-top .giftd-b-ico_viewtype_close-ribbon {
    right: 4px;
    bottom: 7px;
}

/* Справа и 300px от верха --------------------------------------------------------------------------------------- < */
/* Справа и посередине --------------------------------------------------------------------------------------- > */
.b-ribbon-partner_position_right-middle {
    right: 0;
    top: 300px;
    top: calc(50% + 110px);
    margin-bottom: -23px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -o-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.b-ribbon-partner_position_right-middle:after {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 8px;
}

.b-ribbon-partner_position_right-middle.is-hide {
    right: -33px;
}

.b-ribbon-partner_position_right-middle .giftd-b-ico_viewtype_close-ribbon {
    right: 4px;
    bottom: 7px;
}

/* Справа и посередине --------------------------------------------------------------------------------------- < */
.icon-rub {
    font-style: normal;
    font-size: 12px;
}

@media screen and (max-width: 400px) {
    .b-ribbon-partner__text {
        max-width: 240px;
    }
}

.giftd-b-ico_viewtype_close-ribbon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAM1BMVEVBCwsAAABrQEBBCwv18/NBCwtBCwtBCwtBCwv08fH39PRcLS3+/v7y7u7j29vm39////+RshykAAAAEHRSTlMmAC8ewyEXDge+yyv1touS46JKqwAAAN1JREFUOMuV1OEOwiAMBOCTDsoUlPd/WqPYtF4WmfdrW76wEmhxCalaJANZitb4PSAVhIgeoJpByZVRwUHKNxIcRiLyX1GyI16H1wLXwykTVfxMfaP8G+UXUnt7tJ7sOe3tbs96gVfdxtjSx1zHaF47vKI+pppmdK8KCkvapppmv8GiKGDFBgUCVmwgyGDFxggpNxzbu+0xJrNx5UTY7BsrQWFzS6wKlA3ASsOx7B8zVTyWeMDTmPIDjlfl3vrLTNXDVTl56dbX93wjrFtq3ZzrNv97YKxHz3qInRqHT/RzCmLshtbnAAAAAElFTkSuQmCC);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent !important;
    position: absolute;
    display: block;
    width: 18px !important;
    height: 18px;
    z-index: 10;
    cursor: pointer;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}

.giftd-b-ico_viewtype_close-ribbon:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    @media screen and (max-width: 400px) {
        .b-ribbon-partner__text {
            max-width: 240px;
        }
    }
}

.giftd-b-ico_viewtype_close-ribbon span {
    position: absolute;
    display: block;
    left: -1px;
    top: -7px;
    right: -7px;
    bottom: -7px;
    border-radius: 18px;
}

.giftd-loader-container {
    width: 100%;
    height: 16px;
    text-align: center;
    display: none;
}

.giftd-loader-double-torus {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 auto -1px;
    border: 2px solid;
    border-radius: 50%;
    border-color: transparent #fff #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    animation: giftd-loader-spin 690ms infinite linear;
    -o-animation: giftd-loader-spin 690ms infinite linear;
    -ms-animation: giftd-loader-spin 690ms infinite linear;
    -webkit-animation: giftd-loader-spin 690ms infinite linear;
    -moz-animation: giftd-loader-spin 690ms infinite linear;
}

@keyframes giftd-loader-spin {
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes giftd-loader-spin {
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes giftd-loader-spin {
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes giftd-loader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes giftd-loader-spin {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.b-stripe_content_orange-topbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 2px solid #aa915b;
    font-family: pt sans, serif;
    z-index: 100;
}

.is-position-bottom .b-stripe_content_orange-topbar {
    border-bottom: 0;
    border-top: 2px solid #aa915b
}

.b-link_viewtype_close-orange-topbar {
    background: #f6f6f6;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    position: absolute;
    right: -25px;
    top: -25px;
    z-index: 200;
    cursor: pointer
}

.b-link_viewtype_close-orange-topbar.b-link_viewtype_new {
    background-color: transparent
}

.b-link_viewtype_close-orange-topbar .b-link__text {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKBAMAAAB/HNKOAAAAFVBMVEUAAAALGSULGSULGSULGSULGSULGSVx5amFAAAAB3RSTlMAI3RsHRgVUsbf5QAAAClJREFUCNdjcGRgYBBhEBJgYFQEIhCDQShUESjIZpwAJSEiEFmISoguAHdqA/1Rn8E+AAAAAElFTkSuQmCC);
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    width: 10px;
    height: 10px;
    position: relative;
    top: 29px;
    left: 11px;
    -webkit-transition: all linear .2s;
    -moz-transition: all linear .2s;
    -o-transition: all linear .2s;
    -ms-transition: all linear .2s;
    transition: all linear .2s
}

.is-position-bottom .b-link_viewtype_close-orange-topbar {
    top: auto;
    bottom: 0;
    background: 0 0
}

.is-position-bottom .b-link_viewtype_close-orange-topbar:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 25px;
    height: 25px;
    background: #f6f6f6;
    border-radius: 25px 0 0 0;
    pointer-events: none
}

.is-position-bottom .b-link_viewtype_close-orange-topbar .b-link__text {
    margin-top: 5px
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .b-link_viewtype_close-orange-topbar .b-link__text {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUBAMAAAB/pwA+AAAAElBMVEUAAAALGSULGSULGSULGSULGSVlmXgmAAAABnRSTlMAB1VmVDCUATt/AAAAVUlEQVQI10XPsQnAMAwF0Z/CvdAGIRuELOANsv80CXcGGwziFYeUVHhHMqZjv+mnwOv8/wTvCgwGFmFQBmVQBh1p27RNs2GatEHaIu2FsCgPkNX3QR/cqQtLqzJ09gAAAABJRU5ErkJggg==);
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: contain
    }
}

.b-link_viewtype_close-orange-topbar:hover .b-link__text {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.b-columns-content_orange-topbar {
    display: table;
    width: 100%;
    border-collapse: collapse
}

.b-columns-content_orange-topbar > .b-column-content {
    display: table-cell;
    width: 1%;
    text-align: center;
    vertical-align: top
}

.b-columns-content_orange-topbar > .b-column-content_layout_a {
    background: #f9fdff
}

.b-columns-content_orange-topbar > .b-column-content_layout_d {
    text-align: left
}

.b-columns-content_orange-topbar > .b-column-content_layout_d .b-column-content__in {
    padding-left: 10px;
    padding-right: 10px
}

.b-columns-content_orange-topbar > .b-column-content_layout_a .b-column-content__in:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 15px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAPBAMAAAArJJMAAAAAJ1BMVEUAAADX6/LZ6/L6/f/////Z6/La6/Pa6/LX6vH6/v/t9vr////l8vfs7HScAAAACXRSTlMA7Sfy8fFAONsEeyZZAAAANUlEQVQI12MQYwCCpQpAwksISFgvBDItdwkBidlApuXMXeJAYvYJMAssBpIFqwPpgOoFmwIAO3UPFjFwV4AAAAAASUVORK5CYII=);
    background-position: 0 0;
    background-repeat: no-repeat;
    left: 100%;
    top: 50%;
    margin-top: -7.5px;
    z-index: 10
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .b-columns-content_orange-topbar > .b-column-content_layout_a .b-column-content__in:after {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAeBAMAAADX14MiAAAAElBMVEUAAADb7PPb7PP5/f/b7PPu9/uYWRgjAAAAA3RSTlMAoQPUYxjMAAAASklEQVQY00XQSQ0AIAwFUTSgAA8TBJAgAf9aONDhc2oeTbe2R3tv9wrOKpoSEhISEhISEhISEkUJ/EqykIJCmgoZTMjwQhYU/hEu/l0f99I9UScAAAAASUVORK5CYII=);
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: contain
    }
}

.b-columns-content_orange-topbar > .b-column-content .b-column-content__in {
    border-left: 1px solid #e4e4e4;
    height: 98px;
    padding: 12px 15px;
    box-sizing: border-box;
    position: relative
}

.b-columns-content_orange-topbar > .b-column-content_layout_b .b-column-content__in {
    position: relative;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    -ms-transition: opacity .5s;
    transition: opacity .5s
}

.b-columns-content_orange-topbar > .b-column-content_layout_b .b-column-content__in:after,
.b-columns-content_orange-topbar > .b-column-content_layout_b .b-column-content__in:before {
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    position: absolute;
    content: "";
    top: 0;
    height: 100px;
    width: 0;
    background: #000
}

.b-columns-content_orange-topbar > .b-column-content_layout_b .b-column-content__in:after {
    right: 100%
}

.b-columns-content_orange-topbar > .b-column-content_layout_b .b-column-content__in.is-training:after {
    opacity: .3;
    z-index: 100;
    width: 4000px
}

.b-columns-content_orange-topbar > .b-column-content_layout_b .b-column-content__in:before {
    left: 100%
}

.b-columns-content_orange-topbar > .b-column-content_layout_b .b-column-content__in.is-training:before {
    opacity: .3;
    z-index: 100;
    width: 4000px
}

.b-box_content_column-orange-topbar {
    font: 12px/16px 'PT Sans', serif;
    min-height: 25px;
    display: inline-block
}

.b-story_content_variant-gifts .b-story__measurement {
    color: #aa915b;
}

.b-story_content_variant-gifts .b-story__title-text {
    display: block;
    font: 14px/18px 'PT Sans', serif;
    color: #1e262b
}

.b-story_content_variant-gifts .b-story__measurement {
    font: bold 35px/35px 'PT Sans', serif;
    color: #aa915b;
    white-space: nowrap;
    height: 35px
}

.b-story_content_variant-gifts .b-story__minimum-order {
    white-space: nowrap;
    font: 12px/16px 'PT Sans', serif;
    color: #1e262b
}

.b-link_content_terms-gifts {
    text-decoration: none;
    display: inline-block;
    position: relative
}

.b-link_content_terms-gifts.is-load:after {
    background-image: url(data:image/gif;base64,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);
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    right: 100%;
    margin-right: 2px;
    top: 50%;
    margin-top: -6.5px;
    background-position: 0 0;
    background-repeat: no-repeat
}

.b-link_content_terms-gifts .b-link__text {
    font: 12px/14px 'PT Sans', serif;
    color: #8697a2;
    border-bottom: 1px dashed #cbd4da;
    display: block
}

.b-link_content_terms-gifts:hover .b-link__text {
    color: #4c7892;
    border-bottom: 1px dashed #8aa3b2
}

.b-wrapper_content_screen-copy-code {
    height: 88px;
    overflow: hidden;
    padding: 0 11px;
    margin: 0 -11px
}

.b-list_content_screen-copy-code {
    list-style-type: none;
    position: relative;
    width: 395px
}

.b-list_content_screen-copy-code__item {
    height: 88px;
    margin-top: 5px;
    position: relative
}

.b-list_content_screen-copy-code__item:first-child {
    margin-top: 0
}

.b-story_content_flash-copy-code {
    display: block
}

.b-story_content_flash-copy-code .b-story__title {
    margin-bottom: 7px
}

.b-story_content_flash-copy-code .b-story__title-text {
    display: block;
    font: 14px/18px 'PT Sans', serif;
    color: #1e262b
}

.b-columns-content_content_flash-copy-code:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.b-columns-content_content_flash-copy-code .b-column-content_layout_a {
    width: 200px;
    float: left
}

.b-columns-content_content_flash-copy-code .b-column-content_layout_b {
    margin-left: 205px;
    position: relative;
    padding-top: 40px
}

.b-flash-copy-source {
    position: absolute;
    left: -9999px;
    opacity: 0;
    width: 1px;
    height: 1px;
    font: 1px/1px "PT Sans", sans-serif
}

.b-billet_content_flash-copy-code {
    border: 2px dotted #ff8f00;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #fffdd5;
    display: inline-block;
    width: 200px;
    height: 40px
}

.b-billet_content_flash-copy-code.b-billet_content_flash-copy-code_viewtype_size-small .b-billet_content_flash-copy-code__in input,
.b-billet_content_flash-copy-code.b-billet_content_flash-copy-code_viewtype_size-small .b-billet_content_flash-copy-code__in span {
    font: bold 14px/38px "PT Sans", sans-serif
}

.b-billet_content_flash-copy-code__in {
    display: block
}

.b-billet_content_flash-copy-code__in input,
.b-billet_content_flash-copy-code__in div {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    padding: 2px 5px;
    font: bold 18px/38px "PT Sans", sans-serif;
    color: #2e404b;
    text-align: center;
    background: 0 0;
    border: 0
}

.b-button_content_pseudo-copy-code {
    position: absolute;
    top: 1px;
    left: 0;
    right: 0;
    z-index: 10;
    display: block;
    height: 39px;
    background: #f95b4a;
    padding: 0 5px;
    border-radius: 3px;
    cursor: default;
    text-align: center;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, .15) inset
}

.b-button_content_pseudo-copy-code .b-button__text {
    font: bold 14px/39px "PT Sans", sans-serif;
    color: #fff;
    white-space: nowrap;
    position: relative
}

.b-button_content_flash-copy-code {
    display: block;
    height: 40px;
    background: #aa915b;
    padding: 0 5px;
    border-radius: 3px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 20;
    cursor: pointer;
    text-align: center;
    box-shadow: 0 -2px 0 0 rgba(0, 0, 0, .15) inset;
    -webkit-transition: opacity linear .3s, background linear .3s;
    -moz-transition: opacity linear .3s, background linear .3s;
    -o-transition: opacity linear .3s, background linear .3s;
    -ms-transition: opacity linear .3s, background linear .3s;
    transition: opacity linear .3s, background linear .3s
}

.b-button_content_flash-copy-code.zeroclipboard-is-hide {
    opacity: 0;
    height: 39px;
    top: 1px
}

.b-button_content_flash-copy-code.zeroclipboard-is-index {
    z-index: 5;
    cursor: default;
    height: 39px;
    top: 1px
}

.b-button_content_flash-copy-code:hover,
.zeroclipboard-is-hover {
    background: #f95b4a
}

.b-button_content_flash-copy-code:active,
.zeroclipboard-is-active {
    background: #f95b4a;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, .15) inset;
    height: 39px;
    top: 1px
}

.b-button_content_flash-copy-code:active .b-button__text,
.zeroclipboard-is-active .b-button__text {
    font: bold 14px/39px "PT Sans", sans-serif
}

.b-button_content_flash-copy-code .b-button__text {
    font: bold 14px/40px "PT Sans", sans-serif;
    color: #fff;
    white-space: nowrap;
    position: relative;
    padding-left: 12px
}

.b-button_content_flash-copy-code .b-button__text:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJBAMAAAASvxsjAAAAJ1BMVEUAAAD///////////////////////////////////////////////+uPUo5AAAADHRSTlMAuxEzzIhm3ZlVRCKOmd9yAAAALUlEQVQI12NgYDBiAAI2JxCZqAAkWBtAzDWOgoIBDJxCDCBgbgAimb3BHKAaAG46A9Bd4/WmAAAAAElFTkSuQmCC);
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    left: 0;
    top: 50%;
    margin-top: -4.5px
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .b-button_content_flash-copy-code .b-button__text:after {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQBAMAAADpKDJvAAAAKlBMVEUAAAD///////////////////////////////////////////////////+Gu8ovAAAADXRSTlMAu+4zZhGZd93MRCJVa3LfJAAAAEFJREFUCNdjAIHtDFDArLsAyjJSgTJYlAygLN9mKIP9ZgCUlSsKZbDdFQQDYYYwGAsqi9CBMAVhMsw2HVQXIFwFAPINDHvL2vbuAAAAAElFTkSuQmCC);
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: contain
    }
}

.b-link_content_help-copy-code,
.b-link_content_suspend-copy-code {
    display: inline-block;
    text-decoration: none;
    position: relative;
    padding-left: 15px;
    margin-top: 0
}

.b-link_content_help-copy-code .b-link__text,
.b-link_content_suspend-copy-code .b-link__text {
    font: 12px/14px "PT Sans", sans-serif;
    color: #8697a2;
    border-bottom: 1px dashed #cbd4da;
    display: block
}

.b-link_content_help-copy-code:hover .b-link__text,
.b-link_content_suspend-copy-code:hover .b-link__text {
    color: #4c7892;
    border-bottom: 1px dashed #4c7892
}

.b-link_content_help-copy-code .b-ico,
.b-link_content_suspend-copy-code .b-ico {
    position: absolute;
    width: 13px;
    height: 13px;
    left: 0;
    top: 50%;
    margin-top: -6.5px;
    background-position: 0 0;
    background-repeat: no-repeat
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .b-link_content_help-copy-code .b-ico,
    .b-link_content_suspend-copy-code .b-ico {
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: contain
    }
}

.b-link_content_help-copy-code .b-ico {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAMAAABFNRROAAAAP1BMVEUAAAC+zda+zda+zda+zda+zda+zda+zda+zda+zda+zda+zda+zda+zda+zda+zda+zda+zda+zda+zda+zdYWS6YzAAAAFHRSTlMAp+SUBTz58uk7yLSbgbufYFIrEmsKY7AAAABcSURBVAjXXY5JDsAwCANNErJ3z//fWixOrQ8MFrIwTCohB1FQKS5XTOYmt8wxgWboN57D2CA2rzRaKmsJqodOugA3ERvTfus0vAlR90oI1DEIBfi8hMLwr8u35wvT4QfVa0IopwAAAABJRU5ErkJggg==)
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .b-link_content_help-copy-code .b-ico {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAV1BMVEUAAAC+zda+zda+zda+zda+zda+zda+zda+zda+zda+zda+zda+zda+zda+zda+zda+zda+zda+zda+zda+zda+zda+zda+zda+zda+zda+zda+zda+zdaFgn37AAAAHHRSTlMAHvP9ePm4p+RXa6rMCNLDvIJO669LQgPXm4MuooCXpAAAAMNJREFUKM+FUtkOwyAMM5Sz97V2B///naOE0khTNT/FOLIhBBlCGafl0ygBDmGrkFFZJs0yMEiPjJraL9R07kvronPlk7+k0yO22wYiR46lzA0J+5qoBQQFmMNzEpHr1CegyHUCPiG0Ue4TVzCBYYlCmx0cF14xn+7ioNn52gFvKjUJJWdXIQvMqok+40kcDB/EXIiBKnU/jn0hKj2QMDQNXZUeCHuSB1CftaUhcuEaIvyvlb/5KPXna2+Wga+Pdtf6fAHiCiY6JpgWwAAAAABJRU5ErkJggg==)
    }
}

.b-link_content_help-copy-code:hover .b-ico {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAMAAABFNRROAAAAPFBMVEUAAABMeJJMeJJMeJJMeJJMeJJMeJJMeJJMeJJMeJJMeJJMeJJMeJJMeJJMeJJMeJJMeJJMeJJMeJJMeJLUgbUyAAAAE3RSTlMAp+SUBTz58um3O8ibgZ9gUisSqrZSFwAAAFxJREFUCNddjkkOwDAIA00Czdo1//9rsTi1PjBYliXDZZK2JAZK8wpldTf5bTwT6I5x4zmcHeL30ta1rCWoUTrpEsJk7GxHNmiYCVFbJQQWaIQB2VFSYfm35bvzBbT1B3wjYLT7AAAAAElFTkSuQmCC)
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .b-link_content_help-copy-code:hover .b-ico {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAUVBMVEUAAABMeJJMeJJMeJJMeJJMeJJMeJJMeJJMeJJMeJJMeJJMeJJMeJJMeJJMeJJMeJJMeJJMeJJMeJJMeJJMeJJMeJJMeJJMeJJMeJJMeJJMeJJFgPPjAAAAGnRSTlMAHvO5/Xj5peRXa6rMCNLDgk7rr0tCA9eDLoW5WYUAAADBSURBVCjPhVJbDsMwCHPKyKNt+ly7Lfc/6NaQ0UhTNX9hQDYhoMAweds8iA1qGHdLBTdXleYmVWgCClppP9FKPmjrYksUsn4j2cM2bqOQw8eJ54aMfc3UAUYM6NCczIfb3GfAojoBr5R6AEPmDEoVFgB9UfCaFekos3jYKr9G4CmhlYL67JxKoZLqgKiOHlQvYlZCYI0HokEJw+gGx66TUeWBcF9yB1qdW5eohXOJCL9S4eKj+Opr/x6Dno/15/m8Ac/hI4gzO909AAAAAElFTkSuQmCC)
    }
}

.b-link_content_suspend-copy-code .b-ico {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANBAMAAACAxflPAAAAKlBMVEUAAAC+zda+zda+zda+zda+zda+zda+zda+zda+zda+zda+zda+zda+zdahmzoPAAAADXRSTlMA+uanlDxLnFZTBTsE/brXJwAAAGNJREFUCNdjYGA1YjJlYGDg8b3Le9eLgYH9LpC+zsCwF0Tf3cBgC6YNGHSvyPKK3FVguHsjkTHzrgCD7sU2tolAvu1dCU5ZoHzs3YuFd+8GMLDcBYIrDAxcvkDaiwFkvhDQfADJviblfUbHXgAAAABJRU5ErkJggg==)
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .b-link_content_suspend-copy-code .b-ico {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAM1BMVEUAAAC+zda+zda+zda+zda+zda+zda+zda+zda+zda+zda+zda+zda+zda+zda+zda+zdZXer4DAAAAEHRSTlMA/OUyHu7zuad3VSIncNc6f52NWAAAAKtJREFUKM9tkkkSwyAMBEcKZrWT+f9rQ2QilcvuE9UNHEBYpFYUeJc2EExdhSRAUmoK3zO5wiR3LA6hB+NY+0kPCzuT8j3kBKDyHliBJE9BEhqfAhuKbZAzxLpAOdl3/Qfd7XKF9Q+GWpgeLzt3hu31K4D57QxKL4B7Kgq9AO5Z0OgFcM+GIVHCywAqvbhn9Ud04hHR76H7R105Ll/r5H4dhkUMQ4yPiMb4fAGv1BYYvXO11QAAAABJRU5ErkJggg==)
    }
}

.b-link_content_suspend-copy-code:hover .b-ico {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANBAMAAACAxflPAAAAKlBMVEUAAABMeJJMeJJMeJJMeJJMeJJMeJJMeJJMeJJMeJJMeJJMeJJMeJJMeJLthkGtAAAADXRSTlMA+uanlDxLnFZTBTsE/brXJwAAAGNJREFUCNdjYGA1YjJlYGDg8b3Le9eLgYH9LpC+zsCwF0Tf3cBgC6YNGHSvyPKK3FVguHsjkTHzrgCD7sU2tolAvu1dCU5ZoHzs3YuFd+8GMLDcBYIrDAxcvkDaiwFkvhDQfADJviblfUbHXgAAAABJRU5ErkJggg==)
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .b-link_content_suspend-copy-code:hover .b-ico {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAMFBMVEUAAABMeJJMeJJMeJJMeJJMeJJMeJJMeJJMeJJMeJJMeJJMeJJMeJJMeJJMeJJMeJI+zUV6AAAAD3RSTlMA/B7lMu4l87mnd1Vw1zpAZ8GmAAAAvUlEQVQY00WQsQqCYBSFLxVCUAg2NalvYIurLc4t7gk+hkO7S/UWbo2N+kiKVJLQ6V6vP57h53wc/su5l1iLMtgWHhvxdzQ29kpPCCAXv3EVUDNUmGDgHxcDH4/WMIAb+TM49JjhS1e0LoO8PUV4ZwKhj45c/Kyosbv0hJbhdcwaO1ydGSIgsYJlGgMdD+AotThAP45OiOJxtA+JJICjdZJY63BRkRalysCgy6nqaW1Rbg4CyEGUysOuSNn8ATCJrrhHfNfkAAAAAElFTkSuQmCC)
    }
}

.b-link_content_help-copy-code.is-load .b-ico,
.b-link_content_suspend-copy-code.is-load .b-ico {
    background-image: url(data:image/gif;base64,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)
}

.b-link_content_help-copy-code.is-load:hover .b-ico,
.b-link_content_suspend-copy-code.is-load:hover .b-ico {
    background-image: url(data:image/gif;base64,R0lGODlhDQANAPQJAEx6lKzCzFyGnNTi5JyyxFR+lIymvPz+/Jy2xGSKpIymtLTCzGSOpLzK1Ozy9LTG1GSGnOTq7GyOpOzu9Nzm7LTGzNTe5MTS3Nzi7MzW3Nzi5IyqvP///wAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAwAJACwAAAAADQANAAAFQmAiDkaWZKUoHgTADCcDEIfYBvUazHGg/jsSI/dLHBgKAaEIFBR8TFtBGZUahtFjiccMJm5EFleMDLRmxFNymhKFAAAh+QQJAwAQACwAAAAADQANAAAFQiAkDoZQPNAhigcBJEjgQAGh0oC84gQ05LtVAEBK3IIHmAAR3LlOTWFhGRW5SsddUvELRBdE3rEFTD1j52xxahisQgAh+QQJAwANACwAAAAADQANAAAFR2AjDgZUQMYgigcBJERASOrqBsfKXs0ABLqVBWAp5YKNA0qAQNoEBaCzETg1pzfGMahUDBfOqob627Z+LBdMlijriiZmrRECACH5BAkDAA8ALAAAAAANAA0AAAVD4CMOBlQIxiCKBwEkROACxCG6gc0GUvQMtJVQV9IJd6ijcBZQrnhJ5wPHMA5hwKZyAVDhjK3gIwyTJQo1IckEUahEIQAh+QQJAwAOACwAAAAADQANAAAFQ6AjDoZQCMYgigcBJETgAsQhuoHNBrQz9KsVj5TQBR0tCurILASYq0ljCXXgGMbgAfZbQIdWmrEFJMNkCXGQeFKoRCEAIfkECQMADQAsAAAAAA0ADQAABUNgIw6GUAjGIIoHASRI4ALEIbqBzQZ0M/SrFc9S0gUbBxjqGJwFmKtJZQldKRjGYItiAR6HDZyxVSDsXjFnlmhCWVYhACH5BAkDAA4ALAAAAAANAA0AAAVEoCMOBlRAxiCKBwEkSIAkAHGI7nKzQe0MvtWqR0rshI4DTIBACl2FgHN4ak4dOcYROWkAF9Nj7tiSRHivGNQmLFZVohAAIfkECQMADQAsAAAAAA0ADQAABUVgIw6GUEDGIIoHASRI4ALEIbqBzQZ0M/SrFc+iSOiCjQNMgEAGZwGn8NSUNnCMY1CZAiItAMuVpk1edq8YQSL+FqmYVQgAIfkECQMAEQAsAAAAAA0ADQAABUVgJA6GUEDGIIoHASRIgCQAcYjucrNBHQ2+1apHSuyEkQNMgEAKXYWAc3hqTiM5xlGoVAAXUyK2tm0EW6+YA2sTFqPJVQgAIfkECQMADQAsAAAAAA0ADQAABUZgIw4GVEDGIIoHASRIgCQAcYhucLNB3Qy+1apHSuyEjQNMQEAKXYWAc3hCTHFMxlGoVAClzgVAlTu2gueECljbkjK/1CoEACH5BAkDABAALAAAAAANAA0AAAVEICQOhlAIxiCKBwEkSOACxCG6gc0uNDT0q1UAQErogpADDIUMzgJN4QkRvaEYx6BS8YM2eSqcdkjYQR2yBC1re0xVohAAIfkECQMACgAsAAAAAA0ADQAABUWgIg4GVAjGIIoHASRI4ALEIbqBzQa0YvWrFc9S0gUVBxjqGESYAkzhCRG9oRjGYDIFsESHviySRwhaJARZgpbFlKZeUQgAIfkECQMACgAsAAAAAA0ADQAABUKgIg4GVEDbIIoHASRI4ALEIbqBzQa0MvSrFY+U0AUVB5gAcQzOAk3hiRlV4BzVpIEVHfokuVWrQNi9Yk+jrzRViUIAIfkECQMADgAsAAAAAA0ADQAABUKgIw6GUAjGIIoHASRE4ALEIbqBzQa0M/SrFY+U0AUdBxjqGMRNmEIAtJmgVIzBpOK3gA4dzlULOIbJEjQs8ZRahQAAIfkECQMADAAsAAAAAA0ADQAABUggIw6GUAjGIIoHASREgCQAcYhucLNBzVi+1WoBsFAqOyHjAFM6cxPn8ISQ4lCJpJCpGASVPQsDumoVCLwXQkazCS0KE0osCgEAIfkECQMADwAsAAAAAA0ADQAABUPgIw6GUEDGIIoHASRI4ALEMTKLzQb0qq8i3qDhAAIPMAHCCJwFmCueEhpUMn5H2KDHFD5cgV+rQNi9Yk4sCXJSqEQhACH5BAkDAAoALAAAAAANAA0AAAVBoCJiBlQIxiCuyiAhAZEAxDHa7BHQLWCxq52lhAMeEiUEkCUrBJbBkxKqkBGhxxRvKazSirptGBmb1VhDE+onCgEAIfkEBQMAEQAsAAAAAA0ADQAABUNgJB7RUwjGII5EEDkBkQAEWQLN+gb02+si3sCQsAEPCQUKqJMVXMzgCRGVKo06ZOoHFN4CxsPiJwYkY7OabgiZqkQhADs=)
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .b-link_content_help-copy-code.is-load .b-ico,
    .b-link_content_suspend-copy-code.is-load .b-ico {
        background-image: url(data:image/gif;base64,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)
    }

    .b-link_content_help-copy-code.is-load:hover .b-ico,
    .b-link_content_suspend-copy-code.is-load:hover .b-ico {
        background-image: url(data:image/gif;base64,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)
    }
}

.b-list_content_screen-copy-code__item_type_manually-copy-code.is-copy-title {
    height: 22px;
    position: relative;
    z-index: 100
}

.b-list_content_screen-copy-code__item_type_manually-copy-code.is-copy-code {
    height: 40px
}

.b-list_content_screen-copy-code__item_type_manually-copy-code.is-copy-remark {
    height: 22px;
    margin-top: 4px
}

.b-story_content_manually-copy-code .b-story__title {
}

.b-story_content_manually-copy-code .b-story__title-text {
    display: inline-block;
    font: bold 13px/18px 'PT Sans', serif;
    white-space: nowrap;
    color: #aa915b;
    position: relative;
    padding-right: 26px
}

.b-story_content_manually-copy-code .b-story__title-text:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAWCAMAAADpVnyHAAAAw1BMVEUAAAD/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ZFT/+/r/v7n/kIX/aFn/087/hHf/9vb/t7D/raX/8/L/x8L/wrz/l4z/f3L/bl//alv/4N3/1dH/zcj/pp3/5uT/19P/tK3/nZL/i3//in7/d2n/dWf/qUBxAAAAI3RSTlMA4J2vFw3awaGWhmdYTUglIh7v5tXJvXA0Avj1squMe3dgPz+WjJsAAADjSURBVCjPbc/ZjoJAEIXhQkBEkBncnX3mFMiqsrjM7vs/lUkrAdL8V518qXQVkaaOHydTQzUXjk7tVNTNX5u6AorynP9lJ/8QA4rVmgqP212SZjkH6xDo1aQpuBVvI/7xYNemO/a7tXh5ngLw+QSD5FwT+OZPONTRB7wixZC6ekL2C6OThkj/oZDUcqS9ISkwJtd2WzIDJhb8AA8DAGZDRtgfxfriQmDV+ob9K8VRsIHWnPLWvEPC2ERBiDk16glLWIhyR5JFnFciGZcH9IVIVn6hf09yA3j7SmTDTEhH+rJ6XQCEuyCC9UEpywAAAABJRU5ErkJggg==);
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    width: 26px;
    height: 22px;
    right: 0;
    bottom: -13px
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .b-story_content_manually-copy-code .b-story__title-text:after {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAArCAMAAAANOCvQAAAAyVBMVEUAAAD/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ZFT/aFn/dWf/0s7/fnH/d2n/bV7/7+3/7Or/9/b/jYH/g3b/19P/e23/8vH/3dn//Pv/6uf/zcf/q6L/alv/tq//lYv/wbr/npT/mY7/Zlb/z8r/xb//o5pt1JW9AAAAJHRSTlMAoX1D4tLGvmjPppzx17OXj3IUDflYMgauYT+qkoeGHgJMNiikjZY/AAAB8klEQVRIx5XU6XqiMBQG4BhEtFVErHVpp+3McFhVQGnr3s7c/0XNSQDrFNKk3w8SIO+TJyvBzB4Mp9vUDbNhDaY/fz0SaajzKTe9OzobfyFmTn1a9FZEfggIU6N60sF/MUReEO+Pm90fP5tfoEldT0P8sYT/4ganXfZcoIGgl93xtI/jJAmjs9ue/Nzcy8byvEgPmziXwSv/ZFXIuPcBzjDbhAztl+xtWjEampr4CZpkjbXmsNqPRht3E8Po6M3uJTq4aNg0UPJVho9a22oVJo0ANqwbm0hjt3P1DuCyZWoTlYw4OubdtIhSnkxsuwDwGH1SM79v+FaCDItbopYHti8ADqqDwWjYNgP4i0VfkdjYdg0QY2EQxbDBuJDgU1clTWzsQcgWU7omVqdr4kFhm28FXk5G953JQDRzlsNj2jo+A4jw2SV94YnDtJ0ixgUxy4/TOqI7ZXLisnvq4woRXQZJxE8kJ1DUsmTPTsK4fgFTgLfCeCVJtwAplpqgl4CbkpTCY2fUFlw5azTue0GWpXjBSk84Y/MVGv9MfJcL4QbtX5oICRfhwsFcESIznEgF5pqbkBkkr3JRmgWa7RvAWTQIUTE8q7lUYBrceBUhNS9eRaiYYM0q10QlV9zEpVA3jkBITJ+oh3JByXeiUYN+OiH/AFTMgknvFTCmAAAAAElFTkSuQmCC);
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: contain
    }
}

.b-columns-content_content_manually-copy-code {
    width: 313px;
    margin: 0 auto
}

.b-columns-content_content_manually-copy-code:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.b-billet_content_manually-copy-code {
    border: 2px dotted #ff8f00;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #fffdd5;
    position: relative;
    width: 313px;
    display: inline-block;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent
}

.b-billet_content_manually-copy-code.b-billet_viewtype_size-small .b-billet_content_manually-copy-code__in input,
.b-billet_content_manually-copy-code.b-billet_viewtype_size-small .b-billet_content_manually-copy-code__in span {
    font: bold 14px/38px "PT Sans", sans-serif
}

.b-billet_content_manually-copy-code__in {
    display: block;
    position: relative
}

.b-billet_content_manually-copy-code__in input,
.b-billet_content_manually-copy-code__in span {
    display: inline-block;
    width: 100%;
    height: 38px;
    padding: 0 5px;
    font: bold 18px/38px "PT Sans", sans-serif;
    color: #2e404b;
    text-align: center;
    background: 0 0;
    border: 0;
    transition: opacity .5s, transform .5s;
    box-sizing: border-box
}

html:not(.is-mobile) .b-billet_content_manually-copy-code .b-billet__in:before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 17px;
    font-weight: 700;
    line-height: 38px;
    text-align: center;
    color: #23c4eb;
    opacity: 0;
    transform: translateY(-60%);
    transition: opacity .5s, transform .5s
}

.b-billet_content_manually-copy-code .b-billet__success {
    position: absolute;
    top: 0;
    left: 50%;
    display: inline-block;
    padding-left: 23px;
    font-size: 17px;
    font-weight: 700;
    line-height: 38px;
    text-align: center;
    color: #23c4eb;
    white-space: nowrap;
    opacity: 0;
    transform: translate(-50%, -60%);
    transition: opacity .5s, transform .5s
}

.b-billet_content_manually-copy-code .b-billet__success-icon {
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 13px;
    fill: currentColor;
    transform: translateY(-50%)
}

html:not(.is-mobile) .b-billet_content_manually-copy-code:hover:before {
    opacity: .2
}

html:not(.is-mobile) .b-billet_content_manually-copy-code:hover .b-billet__in:before {
    opacity: 1;
    transform: translateY(0)
}

html:not(.is-mobile) .b-billet_content_manually-copy-code.is-success:hover .b-billet__in:before {
    transform: translateY(60%);
    opacity: 0
}

.b-billet_content_manually-copy-code.is-success:hover .b-billet__success {
    transform: translate(-50%, 0);
    opacity: 1
}

html:not(.is-mobile) .b-billet_content_manually-copy-code:hover .b-billet_content_manually-copy-code__in span {
    transform: translateY(60%);
    opacity: 0
}

.b-billet_content_manually-copy-code.is-success:hover .b-billet_content_manually-copy-code__in input {
    transition-delay .5s;
    opacity: 0
}

.b-list_content_group-copy-button {
    text-align: justify;
    text-justify: newspaper;
    font: 0px/0 'Arial', a
}

.b-list_content_group-copy-button:after {
    content: "";
    display: inline-block;
    font: 0/0 'Arial', a !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: top;
    visibility: hidden;
    width: 100% !important
}

.b-list_content_group-copy-button__item {
    font: 12px/16px "PT Sans", sans-serif;
    display: inline-block;
    vertical-align: middle
}

.b-columns-content_content_guideline-copy-code .b-column-content_layout_a {
    font: 17px/21px "PT Sans", sans-serif;
    color: #1e262b;
    height: 63px;
    overflow: hidden
}

.b-story_content_variant-gifts .b-story__measurement {
    color: #aa915b;
}

.hotfix-amount-left-content b {
    color: #aa915b;
}

.b-story_content_manually-copy-code .b-story__title-text {
    color: #aa915b;
    padding-right: 0;
}

.b-story_content_manually-copy-code .b-story__title-text:after {
    display: none;
}

.b-billet_content_manually-copy-code .b-billet__in:before {
    color: #aa915b !important;
}

.b-billet__success {
    color: #aa915b !important;
}

.b-stripe_content_orange-topbar {
    border-bottom-color: #aa915b;
    border-top-color: #aa915b;
}

.b-billet_content_flash-copy-code, .b-billet_content_manually-copy-code {
    border-color: #aa915b;
}

/* hide orange clock icon */
.b-story_content_timer-copy-code .b-story__title-text:after {
    display: none;
}

.b-story_content_timer-copy-code .b-story__title-text {
    padding-left: 0;
}

.b-billet_content_flash-copy-code, .b-billet_content_manually-copy-code {
    background-color: #fcf9f1;
}

html:not(.is-mobile) .b-billet_content_manually-copy-code:hover:before {
    opacity: .2
}

html:not(.is-mobile) .b-billet_content_manually-copy-code:hover .b-billet__in:before {
    opacity: 1;
    transform: translateY(0)
}

html:not(.is-mobile) .b-billet_content_manually-copy-code.is-success:hover .b-billet__in:before {
    transform: translateY(60%);
    opacity: 0
}

.b-billet_content_manually-copy-code.is-success:hover .b-billet__success {
    transform: translate(-50%, 0);
    opacity: 1
}

html:not(.is-mobile) .b-billet_content_manually-copy-code:hover .b-billet_content_manually-copy-code__in span {
    transform: translateY(60%);
    opacity: 0
}

.b-billet_content_manually-copy-code.is-success:hover .b-billet_content_manually-copy-code__in input {
    transition-delay .5s;
    opacity: 0
}

.b-list_content_group-copy-button {
    text-align: justify;
    text-justify: newspaper;
    font: 0px/0 'Arial', a
}

.b-list_content_group-copy-button:after {
    content: "";
    display: inline-block;
    font: 0/0 'Arial', a !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: top;
    visibility: hidden;
    width: 100% !important
}

.b-list_content_group-copy-button__item {
    font: 12px/16px "PT Sans", sans-serif;
    display: inline-block;
    vertical-align: middle
}

.b-columns-content_content_guideline-copy-code .b-column-content_layout_a {
    font: 17px/21px "PT Sans", sans-serif;
    color: #1e262b;
    height: 63px;
    overflow: hidden
}

.b-timer-copy-code {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font: 0/0 'Arial', a;
    white-space: nowrap
}

.b-timer-copy-code__item {
    font: 12px/16px "PT Sans", sans-serif;
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px
}

.b-timer-copy-code__item:first-child {
    margin-left: 0
}

.b-field-composition_content_timer-copy-code .b-field-composition__title {
    font: 0/0 'Arial', a;
    white-space: nowrap
}

.b-field-composition_content_timer-copy-code .b-field-composition__title span {
    font: 24px/32px "PT Sans", sans-serif;
    display: inline-block;
    vertical-align: middle;
    width: 27px;
    height: 32px;
    color: #1e262b;
    background: #eff7fa;
    margin-left: 1px;
    border-radius: 3px
}

.b-field-composition_content_timer-copy-code.b-field-composition_type_second-timer .b-field-composition__title span {
    background: #deebef
}

.b-field-composition_content_timer-copy-code .b-field-composition__title span:first-child {
    margin-left: 0
}

.b-field-composition_content_timer-copy-code .b-field-composition__content {
    font: 14px/18px "PT Sans", sans-serif;
    color: #1e262b
}

.b-story_content_timer-copy-code .b-story__title-text {
    font: 14px/15px "PT Sans", sans-serif;
    color: #1e262b;
    display: inline-block;
    position: relative;
    padding-left: 19px;
    height: 15px;
}

.b-story_content_timer-copy-code .b-story__title {
    margin-bottom: 3px;
}

.position {
    text-align: center;
}

#expand_li {
    display: inline-block;
    margin-top: 10px;
    color: #aa915b;
}

.buttons_holder {
    position: fixed;
    right: -210px;
    top: 48%;
    margin-top: 0 !important;
    z-index: 100;
    text-align: right;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.buttons_holder .button {
    background-color: #A18A58;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    width: 226px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

button[data-action="stop"] {
    display: none !important;
}

.sorry {
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.2;
    color: #A18A58;
    font-size: 45px;
    margin: 150px 0 50px;
}

.c-card__delay__link {
    font-size: 17px;
    font-weight: 400;
    line-height: 44px;
    color: #6f6f6f !important;
    margin-top: 10px;
    display: inline-block;
    text-transform: uppercase;
}

.c-product-item__info .size_desc {
    font-size: 14px;
    color: #aa915b;
    padding-left: 15px;
}

.c-product-item__info {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.c-product-item__info > div {
    margin-left: 15px;
}

.c-product-item__info > div.nomargin {
    margin-left: 0;
}

.c-product-item__price-wrap {
    justify-content: space-between;
}

.c-header__nav .c-header__basket {
    margin-left: 5px;
}

.delay_basket_holder .c-product-item__info-bottom {
    display: flex;
}

.store_item {
    margin-bottom: 10px;
}

.store_item .store_title {
    font-weight: bold;
    padding: 10px;
    background-color: #f5f5f5;
    color: #aa915b;
}

.store_item .store_sizes {
    padding: 10px;
    background-color: #fff;
}

.store_item .store_sizes span {
    padding-right: 10px;
}

.c-banners--franchise.c-banners--sokolov .c-banners__item {
    background-color: #bcbabb;
    background: linear-gradient(90deg, #bcbabb, #9bacb3);
    height: auto;
}

.bx-sls .bx-ui-sls-fake, #order_form_div .bx-sls .bx-ui-sls-route {
    padding: 11px 17px 10px !important;
}

.bx-sls .bx-ui-sls-container {
    min-height: 48px;
}

.bx-sls .dropdown-icon {
    top: 17px;
    left: 15px;
}

.bx-sls .bx-ui-sls-clear {
    top: 10px;
}

.c-order .jq-checkbox {
    margin-right: 5px !important;
}

.c-product-item__label.c-product-item__label-sale2 {
    left: auto !important;
    right: 5px !important;
    background-color: #4c4c4c !important;
    text-transform: uppercase;
    width: 130px;
}

.special_offers .item {
    overflow: hidden;
    position: relative;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .05);
}

.special_offers .item .description_holder {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0 30px;
    background-color: #fff;
    opacity: .9;
}

.special_offers .item .description_holder .title {
    text-transform: uppercase;
    text-align: center;
    padding: 15px 0;
    font-weight: bold;
}

.special_offers .item .description_holder .description {
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 1.4;
}

.special_offers .item .description_holder .description ul li {
    list-style: disc;
    padding-bottom: 5px;
}

.special_offers .item .description_holder .description ol li {
    list-style: numeric;
    padding-bottom: 5px;
}

.c-cart__body-price__current.c-cart__body-price__old {
    text-decoration: line-through;
    color: #000;
}

.main.page {
    padding-bottom: 3rem;
    padding-top: 1.5rem;
}

.nopadding .main.page {
    padding-top: 0;
    padding-bottom: 0;
}

.nopadding .c-header__wrap + .main.page {
    margin-top: 0;
}

.c-h2 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
}

.giftcard_item img {
    width: 75%;
}

.giftcard_item .c-btn {
    width: 100px;
}

#bx-panel a {
    transition: none !important;
}

h1.c-h1.bold_monocolor {
    color: #aa915b;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 32px;
}

.articles_list .article_item {
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.articles_list .article_item + .article_item {
    margin-top: 50px;
}

.articles_list.similar_list .article_item {
    margin-bottom: 30px;
}

.articles_list.similar_list .article_item + .article_item {
    margin-top: 0;
}

.articles_list .article_item .article_title {
    color: #aa915b;
    text-transform: uppercase;
    font-weight: bold;
    margin: 30px 0 20px;
}

.similar_list .article_item .article_title {
    height: 58px;
    overflow: hidden;
    margin: 20px 0 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #aa915b;
    display: flex;
}

.similar_list .article_item .article_title a {
    overflow: hidden;
    margin: auto;
    max-height: 48px;
}

.articles_list .article_item .article_info {
    color: #aa915b;
    margin-bottom: 30px;
    padding: 0 10px;
}

.similar_list .article_item .article_info {
    color: #aa915b;
    margin-bottom: 0;
    padding: 0 10px;
}

.similar_list .article_item .article_preview_text {
    height: 122px;
    overflow: hidden;
    margin-bottom: 20px;
}

.articles_list .article_item .article_info > div {
    display: inline-block;
}

.articles_list .article_item .article_info > div + div {
    border-left: solid 1px #aa915b;
    padding-left: 50px;
    margin-left: 50px;
}

.articles_list .article_item .article_info .article_author img {
    margin-right: 10px;
    vertical-align: middle;
}

.articles_list .article_item .article_read_more {
    margin-bottom: 30px;
}

.articles_list .article_item .article_read_more a {
    color: #aa915b;
    text-transform: uppercase;
    text-decoration: underline;
}

.articles_list .article_item .article_read_more a:hover {
    text-decoration: none;
}

.articles_block {
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.articles_block .block_title__holder {
    padding: 1rem 2rem;
}

.articles_block .block_title__holder .block_title {
    text-transform: uppercase;
    border-bottom: solid 1px #aa915b;
    display: inline-block;
    font-weight: normal;
    padding: 0;
    font-size: 16px;
    margin: 0;
}

.articles_block .article_item__holder {
    padding: 0 2rem 1rem;
}

.articles_block a:hover .article_item__holder {
    background-color: #aa915b;
}

.articles_block .article_item__holder .article_item {
    border-top: solid 1px #fff;
    padding-top: 1rem;
}

.articles_block a + a .article_item__holder .article_item {
    border-top: solid 1px #cfcfcf;
}

.articles_block a:hover + a .article_item__holder .article_item {
    border-top: solid 1px #fff;
}

.articles_block a:hover .article_item__holder .article_item {
    border-top: solid 1px #aa915b;
}

.articles_block a:hover {
    color: #fff;
}

.tags_holder {
    margin: 0.7rem 0 2rem;
}

.tags_holder a .tags_item {
    display: inline-block;
    border: solid 1px #aa915b;
    font-size: 12px;
    color: #aa915b;
    padding: 4px 10px;
    margin-right: 8px;
    transition: all 0.3s;
}

.tags_holder a:hover .tags_item, .tags_holder a .tags_item.selected {
    background-color: #aa915b;
    color: #fff;
}

.news-detail li {
    list-style: inside;
}

.news-detail h2 {
    margin-bottom: 0.8rem;
    color: #aa915b;
}

.news-detail h3 {
    margin-bottom: 0.6rem;
    color: #aa915b;
}

.news-detail h4 {
    margin-bottom: 0.5rem;
    color: #aa915b;
}

.news-detail p {
    margin-bottom: 0.8rem;
    text-align: justify;
}

.news-detail p + h2, .news-detail div + h2, .news-detail ul + h2, .news-detail ol + h2 {
    margin-top: 1.2rem;
}

.news-detail p + h3, .news-detail div + h3, .news-detail ul + h3, .news-detail ol + h3 {
    margin-top: 1.1rem;
}

.news-detail p + h4, .news-detail div + h4, .news-detail ul + h4, .news-detail ol + h4 {
    margin-top: 1rem;
}

.news-detail .pink_block, .news-detail .gray_block {
    margin: 0.8rem 0;
}

.news-detail .pink_block p:last-child, .news-detail .gray_block p:last-child {
    margin-bottom: 0;
}

.news-detail ul {
    margin: 1.2rem 0;
}

.news-detail a img {
    margin-bottom: 0.8rem;
}

.news-detail .row {
    background-color: #fff;
    margin: 1.5rem 0;
    padding: 20px 0 0;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.news-detail .row > div {
    padding: 0 20px;
}

.news-detail .row:not(.content) > div {
    margin-bottom: 15px;
}

.news-detail .row:not(.content) > div a {
    text-transform: uppercase;
    color: #aa915b;
    font-size: 13px;
    font-weight: bold;
}

.news-detail .content_holder {
    position: relative;
}

.news-detail .content_holder .content .title {
    text-transform: uppercase;
    color: #aa915b;
    font-size: 16px;
    font-weight: bold;
    margin-top: 7px;
}

.news-detail .content_holder .content ul {
    margin: 0;
}

.news-detail .content_holder .content ul li {
    margin-left: 15px;
    margin-top: 7px;
    color: #aa915b;
}

.news-detail .content_holder .content ul li a {
    color: #1a1a1a;
    transition: all 0.5s;
}

.news-detail .content_holder .content ul li a:hover {
    color: #aa915b;
}

.news-detail .content_holder .content ul li.h3_li {
    margin-left: 30px;
    list-style-type: circle;
}

.news-detail .content_holder .content ul li.h4_li {
    margin-left: 30px;
    list-style-type: square;
}

.news-detail .content_holder .toggle_content {
    display: block;
    font-size: 40px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 0.5;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    color: #aaa;
    transition: all 0.5s;
}

.news-detail .content_holder .toggle_content:hover {
    color: #aa915b;
}

.slider_holder {
    position: relative;
}

.slider_holder button[data-action=start] {
    display: none !important;
}

.tns-controls {
    position: absolute;
    top: 50%;
    width: 105%;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    margin: -8px -2.5% 0;
}

.tns-controls .list_prev, .tns-controls .list_next {
    width: 10px;
    height: 16px;
}

.tns-controls .list_prev {
    background: transparent url("../images/arrow-l.svg") no-repeat;

}

.tns-controls .list_next {
    background: transparent url("../images/arrow-r.svg") no-repeat;
}

.cloudpay_button {
    background-color: #aa915b !important;
    color: #fff;
    padding: 10px 20px;
    font-weight: 700;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.5s;
}

.cloudpay_button:hover {
    opacity: .8;
}

.soon .c-product-item__info {
    height: 110px;
}

.soon .c-product-item__info .c-product-item__size-item {
    cursor: default !important;
    color: #6f6f6f !important;
}

.soon .c-product-item__size-item.is-active {
    background: transparent !important;
}

.soon .c-card__accordion-item__head {
    cursor: default !important;
}

.soon .c-product-item__size-item, .soon .c-product-item__size-item.is-active, .soon .c-product-item__size-item:hover {
    cursor: default !important;
    color: #333 !important;
}

.soon .c-product-list--catalog {
    justify-content: flex-start;
}

.soon .c-product-item__label {
    padding: 0 5px;
    width: auto;
}

.c-footer-social__link {
    opacity: .8;
}

.c-footer-social__link:hover {
    opacity: 1;
}

.dolyame_info {
    text-transform: uppercase;
    color: #aa915b;
    font-weight: bold;
    font-size: 14px;
}

.dolyame_info a {
    text-transform: lowercase;
    color: #999;
    font-weight: bold;
    font-size: 12px;
    text-decoration: underline;
}

.c-card__price {
    padding-bottom: 35px !important;
}

.dolyame_modal {
    border-radius: 20px;
}

.dolyame_modal .modal-content {
    border: solid 1px #fff;
}

.dolyame_modal .text_block1 {
    text-transform: uppercase;
}

.dolyame_modal .text_block2 {
    font-weight: bold;
    font-size: 14px;
}

.dolyame_modal .text_block3 {
    color: #999;
    font-size: 10px;
    line-height: 1.1em;
}

.dolyame_modal .text_block3 a {
    color: #aa915b;
}

.dolyame_modal .calc_holder {
    display: flex;
    justify-content: space-between;
    background-color: #ecebe5;
    border-radius: 10px;
    padding: 0 10px;
}

.dolyame_modal .calc_holder .calc_item {
    text-align: center;
    padding: 15px 2px 25px;
    width: 100%;
}

.dolyame_modal .calc_holder .calc_item .val {
    font-weight: bold;
    margin-bottom: 8px;
}

.dolyame_modal .calc_holder .calc_item .desc {
    color: #666;
    font-size: 12px;
    line-height: 1.2em;
    border-bottom: solid 2px #000;
    padding-bottom: 13px;
}

.only_psv_product, .only_psv_product__cart {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    padding: 10px 5px;
    color: #333;
}

.only_psv_product__cart {
    text-align: left;
    padding: 10px 0;
}

.c-cart__body-price {
    margin-bottom: 30px;
}

.c-cart__body-info {
    margin-top: 30px;
    margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
    .c-product-list--catalog .c-product-item {
        width: 46% !important;
        margin: 0 0 30px 4%;
        padding: 0
    }

    .c-product-item--big .c-product-item__price {
        font-size: 20px !important;
    }
}