

/* Start:/local/templates/media/css/style.css?178596226644375*/
html {
    margin: 0px;
    height:100%;
    font-family: Tahoma, Arial, sans-serif;
    font-size:13px;
    color:#333333;
}
body {
    margin:0px;
    height:100%;
}

.clear {
    clear:both;
}

a {
    color: #232323;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}
/* Header */
.Header {
    width: 100%;
    min-height: 195px;
    position: absolute;
    z-index: 99;
}

.Header .box {
    width: 1200px;
    margin: 0 auto;
}

.Header__top {
    width: 100%;
    min-height: 40px;
    position: relative;
    background: #393738;
}

.Header__top .box {
    min-height: 40px;
}

.Header__top .menu {
    width: 680px;
    height: 40px;
    padding-top: 10px;
    box-sizing: border-box;
    float: left;
    margin-left: 10px;
}

.Header__top .userblock {
    max-width: 250px;
    height: 40px;
    padding: 10px 0 0 30px;
    box-sizing: border-box;
    float: right;
    margin-right: 10px;
    background: url("/local/templates/media/css/../img/icon_user.png") no-repeat left center;
}

.Header__top .userblock .separ::after {
    content: "|";
    margin: 0 6px;
    color: #ffffff;
}

.Header__bottom {
    width: 100%;
    min-height: 155px;
    position: relative;
    background: #ffffff;
}

.Header__bottom .box {
    min-height: 155px;
}

.Header__bottom .logo {
    display: block;
    width: 490px;
    height: 120px;
    text-decoration: none;
    background: url("/local/templates/media/css/../img/logo_top.png") no-repeat;
    margin: 12px 0 0 6px;
    float: left;
    z-index: 99;
}

.Header__bottom .content {
    position: relative;
    width: 670px;
    height: 105px;
    float: right;
    margin: 25px 10px 0 0;
}

.Header__bottom .content_top {
    position: relative;
    width: 100%;
    height: 40px;
}

.Header__bottom .content_top .link_basket {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    float: right;
}

.Header__bottom .content_top .link_basket span {
    width: 100%;
    display: block;
    color: #393738;
}

.Header__bottom .content_top .link_basket .title {
    font-size: 15px;
}

.Header__bottom .content_top .link_basket .sum {
    font-size: 14px;
    width: 100%;
    display: block;
    color: #393738;
    text-decoration: none;
}

.Header__bottom .content_top .link_basket .sum:hover {
    text-decoration: underline;
}

.Header__bottom .content_top .link_basket .sum::after {
    content: " \20BD";
}

.Header__bottom .content_top .phone {
    width: 162px;
    height: 40px;
    float: right;
    margin-right: 50px;
}

.phone .number {
    font-size: 22px;
    color: #393738;
}

.Header__bottom .content_top .search {
    position: relative;
    width: 260px;
    min-height: 32px;
    float: right;
    margin-right: 50px;
    margin-top: 6px;
}

.Header__bottom .content_top .search_input {
    width: 100%;
    height: 32px;
    padding: 4px 36px 4px 15px;
    box-sizing: border-box;
    border: 1px solid #7d7d7d;
    font-size: 14px;
    color: #393738;
    border-radius: 16px 0 0 16px;
    outline: none;
}

.Header__bottom .content_top .search_submit {
    width: 28px;
    height: 28px;
    border: none;
    position: absolute;
    z-index: 999;
    cursor: pointer;
    outline: none;
    background: url("/local/templates/media/css/../img/icon_search.png") no-repeat;
    top: 2px;
    right: 2px;
}

.Header__bottom .content__catalog {
    position: relative;
    width: 100%;
    height: 30px;
    margin-top: 15px;
    overflow: hidden;
    box-sizing: content-box;
}

.Header__bottom .content__line {
    width: 100%;
    height: 14px;
    margin-top: 5px;
    background: #e2e2e2;
    border-radius: 12px;
}

.Header .more_box {
    visibility: hidden;
    position: absolute;
    width: 215px;
    min-height: 45px;
    box-sizing: border-box;
    padding: 5px;
    background: #fcfcfc;
    border: 2px solid #e7e7e7;
    z-index: 999;
    right: 0;
}

.Header .more_box.show {
    visibility: visible;
}

.Mobile__menu {
    display: none;
    position: absolute;
    width: 300px;
    height: 100%;
    padding-top: 20px;
    background: #ffffff;
    border-right: 1px solid #969696;
    top: 40px;
    left: 0;
    z-index: 9999;
}

/* End Header */

/* Main */
.Main {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    min-height: 100%;
    padding: 195px 0 140px 0;
}

.Breadcrumbs {
    width: 1200px;
    min-height: 20px;
    margin: 10px auto;
}

.Breadcrumbs a {
    font-size: 14px;
    color: #949494;
    text-decoration: none;
}

.Breadcrumbs a:after {
    content: "|";
    margin: 0 10px;
}

.Breadcrumbs a:last-child:after {
    content: "";
    margin: 0;
}

.Breadcrumbs a:hover {
    text-decoration: underline;
}
/* End Main */

/* Footer */
.Footer {
    position: relative;
    width: 100%;
    height: 130px;
    background: #f5f5f5;
    border-top: 2px solid #dc853d;
    margin-top: -132px;
}

.Footer .box {
    position: relative;
    width: 1200px;
    height: 100px;
    padding-top: 20px;
    margin: 0 auto;
}

.Footer .box a.policy {
    position: absolute;
    font-size: 12px;
    color: #7d7d7d;
    text-decoration: underline;
    left: 15px;
    bottom: 12px;
}

.Footer .box a.policy:hover {
    text-decoration: none;
}

.Footer .logo {
    display: block;
    width: 210px;
    height: 51px;
    text-decoration: none;
    background: url("/local/templates/media/css/../img/logo_bottom.png") no-repeat;
    margin: 12px 70px 0 6px;
    float: left;
}

.Footer .phone {
    width: 162px;
    height: 40px;
    float: right;
    margin-left: 30px;
}

.Footer .menu_column {
    width: 145px;
    min-height: 30px;
    float: left;
    margin-left: 10px;
}

.Footer .menu_column.catalog {
    width: 85px;
}

.Footer .menu_column.catalog.first {
    margin-left: 40px;
}

.Footer .menu_column_title {
    width: 100%;
    height: 20px;
    margin-bottom: 6px;
    font-size: 15px;
    font-weight: bold;
    color: #393738;
}

.Footer .menu_column_box a {
    display: block;
    font-size: 15px;
    color: #393738;
    text-decoration: none;
    margin-bottom: 5px;
}

.Footer .menu_column_box a:hover {
    text-decoration: underline;
}

/* End Footer */

/* Sections */

.Sections {
    position: relative;
    box-sizing: border-box;
    width: 1200px;
    min-height: 100%;
    margin: 0 auto;
}

.Sections__list {
    width: 100%;
    min-height: 320px;
}

.Sections__list::after {
    display: block;
    content: "";
    clear: both;
}

.Sections__item {
    position: relative;
    width: 280px;
    height: 320px;
    margin: 0 10px 10px 10px;
    float: left;
    text-align: center;
}

.Sections__item_img {
    display: block;
    width: 280px;
    height: 280px;
    margin-bottom: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.Sections__item a {
    font-size: 16px;
    color: #393738;
    text-decoration: none;
}

.Sections__item a:hover {
    text-decoration: underline;
}
/* End Sections */

/* Catalog */
.Catalog {
    position: relative;
    box-sizing: border-box;
    width: 1200px;
    min-height: 100%;
    padding: 40px 0 10px 280px;
    margin: 0 auto;
}

.Catalog__top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 35px;
}

.Catalog__top h1 {
    margin: 0;
}

.Catalog__sort_box {
    position: absolute;
    top: 8px;
    right: 0;
    width: 480px;
    height: 20px;
}

.Catalog__sort_select {
    visibility: hidden;
    position: absolute;
    min-width: 50px;
    min-height: 40px;
    box-sizing: border-box;
    padding: 5px;
    background: #fcfcfc;
    border: 2px solid #e7e7e7;
    z-index: 99;
    right: 0;
    margin-top: 5px;
}

.Catalog__sort_select.show {
    visibility: visible;
}

.Catalog__sort_item {
    position: relative;
    display: inline-block;
    height: 20px;
    margin: 0 0 0 30px;
    float: right;
    font-size: 14px;
    color: #393738;
}

.Catalog__sort_item .name {
    display: inline-block;
    margin-right: 10px;
}

.Catalog__sort_item .value {
    display: inline-block;
    font-weight: bold;
    cursor: pointer;
}

.Catalog__sort_item .value::after {
    display: inline-block;
    width: 14px;
    height: 12px;
    padding-left: 5px;
    content: "";
    background: url("/local/templates/media/css/../img/icon_sort.png") no-repeat right;
}

.Catalog__sidebar {
    position: absolute;
    top: 40px;
    left: 0;
    width: 280px;
    min-height: 100%;
    background: #ffffff;
    box-sizing: border-box;
    z-index: 97;
}

.Catalog__menu {
    width: 100%;
    min-height: 10px;
    margin-bottom: 15px;
}

/*.Catalog__filter {
    position: absolute;
    top: 40px;
    left: 0;
    width: 280px;
    min-height: 100px;
    background: #f5f5f5;
    box-sizing: border-box;
    padding: 15px;
}*/

.Catalog__sidebar .show_filter {
    display: block;
    width: 100%;
    height: 28px;
    padding-top: 4px;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    color: #393738;
    border: 1px solid #393738;
}

.Catalog__filter {
    width: 100%;
    min-height: 100px;
    background: #f5f5f5;
    box-sizing: border-box;
    padding: 15px;
    margin-bottom: 15px;
}

.Catalog__filter_section {
    width: 100%;
    min-height: 20px;
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #e0e0e0;
}

.Catalog__filter_section .title {
    font-size: 16px;
    font-weight: bold;
    color: #393738;
    margin-bottom: 10px;
}

.Catalog__filter_section .input_checkbox {
    font-size: 16px;
    padding: 2px 0;
    margin-bottom: 3px;
}

.Catalog__filter_section .input_checkbox label {
    cursor: pointer;
}

.Catalog__filter_section .prop_title {
    font-size: 14px;
}

.Catalog__filter_section .prop_title.start {
    margin-right: 8px;
}

.Catalog__filter_section .prop_title.middle {
    margin-right: 8px;
    margin-left: 8px;
}

.Catalog__filter_section input[type=checkbox] {
    width: 13px;
    height: 13px;
    margin-right: 4px;
    border: 1px solid #393738;
}

.Catalog__filter_section input.price {
    width: 88px;
    height: 24px;
    font-size: 14px;
    box-sizing: border-box;
    padding: 2px 4px;
    border: 1px solid #393738;
}

.Catalog__filter_section .price_slider {
    width: 86%;
    margin: 16px auto 0 auto;
}

.Catalog__filter_section .price_slider .noUi-handle {
    width: 20px;
    height: 20px;
    right: -10px !important;
    border-radius: 50%;
    outline: none;
    border-color: #db8036;
}

.Catalog__filter_section .price_slider .noUi-connect {
    background: #db8036;
}

.Catalog__filter_section .price_slider .noUi-handle:after, .Catalog__filter_section .price_slider .noUi-handle:before {
    display: none;
}

.Catalog__filter_section .price_slider .noUi-base, .Catalog__filter_section .price_slider .noUi-connects {
    height: 8px;
}

.Catalog__filter_section .price_slider.noUi-horizontal {
    height: 8px;
}

.Catalog__list {
    width: 100%;
    min-height: 100%;
}

.Catalog__list::after {
    display: block;
    content: "";
    clear: both;
}

.Catalog__item {
    position: relative;
    width: 280px;
    height: 390px;
    margin: 0 10px 10px 10px;
    float: left;
}

.Catalog__item .box {
    width: 280px;
    min-height: 390px;
    padding: 10px 15px;
    box-sizing: border-box;
    background: #ffffff;
}

.Catalog__item .box:hover {
    position: absolute;
    width: 390px;
    top: 0;
    right: 0;
    box-shadow: 0 0 3px #cdcdcd;
    z-index: 98;
}

.item_more_photos {
    display: none;
    width: 100px;
    min-height: 100%;
    float: left;
}

.item_more_photos img {
    display: block;
    width: 90px;
    height: auto;
    margin: 10px 10px 10px 0;
    cursor: pointer;
}

.item_main {
    width: 250px;
    min-height: 370px;
}

.item_main_img {
    display: block;
    width: 250px;
    height: 260px;
    margin-bottom: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.item_main_name {
    width: 100%;
    min-height: 36px;
    margin-bottom: 10px;
}

.item_main_name a {
    font-size: 15px;
    color: #232323;
    line-height: 18px;
    text-decoration: none;
}

.item_main_name a:hover {
    text-decoration: underline;
}

.item_main_buy {
    position: relative;
    width: 100%;
    height: 54px;
}

.item_main_buy .price {
    width: 100%;
    height: 26px;
    font-size: 21px;
    color: #232323;
}

.item_main_buy .price.old {
    height: 20px;
    font-size: 16px;
    color: #949494;
    text-decoration: line-through;
}

.button_buy {
    position: absolute;
    width: 48px;
    height: 38px;
    cursor: pointer;
    background: url('/local/templates/media/css/../img/icon_buy.png') no-repeat top;
    top: 3px;
    right: 0;
}

.button_buy.active {
    background-position: center;
}

.button_buy.inbasket {
    background-position: bottom;
}

.item_main_buy .price::after {
    content: " \20BD";
}

.item_props {
    display: none;
    width: 100%;
    min-height: 20px;
    margin-top: 10px;
}

.item_prop {
    position: relative;
    width: 100%;
    height: 15px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #c7c7c7;
}

.item_prop .name {
    font-size: 14px;
    color: #949494;
    background: #ffffff;
    margin-bottom: -2px;
    padding-right: 5px;
    float: left;
}

.item_prop .value {
    font-size: 14px;
    color: #393738;
    background: #ffffff;
    margin-bottom: -2px;
    padding-left: 5px;
    float: right;
    max-width: 140px;
    text-align: right;
}

.item_prop.price .value::after {
    content: " \20BD";
}

.item_sizes {
    display: none;
    width: 100%;
    min-height: 28px;
    margin-top: 10px;
}

.item_sizes .size {
    display: inline-block;
    width: 34px;
    height: 20px;
    padding-top: 3px;
    text-decoration: none;
    text-align: center;
    border: 1px solid #393738;
    font-size: 14px;
    color: #393738;
    cursor: pointer;
    margin: 0 2px 4px 0;
}

.item_sizes .size.select {
    color: #db8036;
    border-color: #db8036;
}

.Catalog__item .box:hover > .item_more_photos {
    display: block;
}

.Catalog__item .box:hover > .item_main > .item_props {
    display: block;
}

.Catalog__item .box:hover > .item_main > .item_sizes {
    display: block;
}

.Catalog__item .box:hover > .item_main {
    float: right;
}

.Items__nav {
    width: 100%;
    height: 36px;
    margin: 10px 0;
    box-sizing: border-box;
    padding-left: 15px;
}

.Items__nav a {
    display: inline-block;
    width: 40px;
    height: 32px;
    box-sizing: border-box;
    padding-top: 4px;
    text-align: center;
    margin-right: 10px;
    border: 1px solid #484848;
    font-size: 17px;
    color: #393738;
    text-decoration: none;
}

.Items__nav a:hover {
    border-color: #db8036;
    color: #db8036;
}

.Items__nav a.active {
    background: #f5f5f5;
    border: none;
}

.Items__nav span {
    margin-right: 10px;
}

.Catalog__text {
    width: 100%;
    min-height: 50px;
    padding: 20px 0 20px 0;
    font-size: 14px;
    line-height: 22px;
}

.Stickers {
    position: absolute;
    min-width: 50px;
    min-height: 20px;
    top: 15px;
    right: 0;
    z-index: 9;
}

.Stickers div {
    min-height: 22px;
    margin-bottom: 5px;
}

.Stickers .label span {
    display: block;
    float: right;
    min-width: 50px;
    height: 30px;
    padding: 5px 12px;
    background: #393738;
    border-radius: 16px 0 0 16px;
    font-size: 15px;
    color: #ffffff;
    box-sizing: border-box;
}

.Stickers .label::after {
    display: block;
    content: "";
    clear: both;
}

.Stickers .label.blue span {
    background: #3962ad;
}

.Stickers .label.green span {
    background: #529957;
}

.Stickers .discount {
    font-size: 18px;
    color: #b82c2c;
    text-align: right;
    padding-right: 10px;
}

.Stickers .discount::before {
    content: "-";
}

.Stickers .discount::after {
    content: "%";
}
/* End Catalog */

/* Product */
.Product {
    position: relative;
    box-sizing: border-box;
    width: 1200px;
    min-height: 100%;
    margin: 0 auto;
}

.Product__photos {
    position: relative;
    width: 550px;
    min-height: 450px;
    float: left;
}

.Product__photos_main {
    position: absolute;
    width: 450px;
    height: 450px;
    top:0;
    right: 0;
    margin-bottom: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.Product__photos_additional {
    width: 100px;
    min-height: 40px;
    float: left;
    box-sizing: border-box;
    padding: 0 5px;
}

.Product__photos_additional img {
    display: block;
    width: 90px;
    height: auto;
    margin: 10px 0;
    cursor: pointer;
}

.Product__info {
    position: relative;
    width: 530px;
    margin-left: 20px;
    min-height: 450px;
    float: right;
}

.Product__sizes {
    width: 250px;
    min-height: 10px;
    padding: 10px;
    box-sizing: border-box;
    float: left;
}

.Product__size {
    width: 100%;
    min-height: 28px;
    margin-bottom: 2px;
}

.Product__size_value {
    width: 50px;
    height: 28px;
    padding-top: 3px;
    box-sizing: border-box;
    float: left;
    font-size: 17px;
    color: #393738;
}

.Product__size_input {
    width: 88px;
    height: 28px;
    box-sizing: border-box;
    float: left;
}

.btn__count {
    width: 28px;
    height: 28px;
    background: url("/local/templates/media/css/../img/btn_count.png") no-repeat, #393738;
    cursor: pointer;
}

.Product__size.disabled .btn__count {
    background: url("/local/templates/media/css/../img/btn_count.png") no-repeat, #9e9e9e;
    cursor: not-allowed;
}

.btn__count.minus {
    background-position: top;
    border-radius: 12px 0 0 12px;
}

.btn__count.plus {
    background-position: bottom;
    border-radius: 0 12px 12px 0;
}

.Product__size.disabled .btn__count.plus {
    background-position: bottom;
    border-radius: 0 12px 12px 0;
}

.Product__size_input .count {
    width: 32px;
    height: 28px;
    padding-top: 2px;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #393738;
    float: left;
    font-size: 15px;
}

.Product__size.disabled .count {
    border-color: #9e9e9e;
}

.Product__size_input .btn__count {
    float: left;
}

.Product__size_price {
    width: 70px;
    height: 28px;
    padding-top: 3px;
    box-sizing: border-box;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #393738;
}

.Product__size_price::after {
    content: " \20BD";
}

.Product__size_sum {
    width: 92px;
    height: 28px;
    padding-top: 3px;
    box-sizing: border-box;
    float: right;
    text-align: right;
    font-size: 17px;
    color: #393738;
}

.Product__size_sum::after {
    content: " \20BD";
}

.Product__size_delete {
    width: 20px;
    height: 28px;
    padding-top: 3px;
    box-sizing: border-box;
    float: right;
    text-align: right;
}

.Product__size_delete span {
    font-size: 16px;
    font-weight: bold;
    color: #db8036;
    cursor: pointer;
}

.Product__sizes_sum {
    width: 100%;
    min-height: 30px;
    box-sizing: border-box;
    padding-top: 10px;
    margin: 15px 0;
    border-top: 1px solid #d0d0d0;
}

.Product__sizes_sum .title {
    width: 70px;
    mi-height: 30px;
    box-sizing: border-box;
    font-size: 17px;
    color: #393738;
    float: left;
}

.Product__sizes_sum .total {
    width: 92px;
    height: 30px;
    box-sizing: border-box;
    float: right;
    text-align: right;
    font-size: 17px;
    color: #393738;
}

.Product__sizes_sum .total::after {
    content: " \20BD";
}

.Product__size.disabled .Product__size_value {
    color: #9e9e9e;
}

.Product__size.disabled .Product__size_input .count {
    color: #9e9e9e;
}

.Product__size.disabled .Product__size_price {
    color: #9e9e9e;
}

.Product__size.disabled .Product__size_sum {
    color: #9e9e9e;
}

.button_basket_add {
    position: relative;
    width: 100%;
    height: 38px;
    padding: 8px 4px 0px 56px;
    box-sizing: border-box;
    background: #484647;
    border-radius: 12px;
    font-size: 16px;
    color: #ffffff;
    margin-top: 20px;
}

.button_basket_add.active {
    background: #393738;
    cursor: pointer;
}

.button_basket_add::before {
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    content: "";
    background: url("/local/templates/media/css/../img/icon_addbasket.png") no-repeat top;
    top: 3px;
    left: 14px
}

.Product__props {
    width: 250px;
    min-height: 10px;
    padding: 10px;
    box-sizing: border-box;
    float: right;
}

.Product__props .item_props {
    display: block;
}

.Product__props .pluso {
    margin-top: 25px;
}

.Product__sizes .buttons__mode {
    width: 100%;
    display: flex;
    margin: 10px 0;
}

.Product__sizes .buttons__mode .button {
    width: 50%;
    padding: 4px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    color: #949494;
    font-size: 13px;
}

.Product__sizes .buttons__mode .button.active {
    color: #484647;
    border-bottom: 3px solid #484647;
}
/* End Product */

/* Basket */

.Basket {
    position: relative;
    width: 1200px;
    min-height: 50px;
    margin: 0 auto;
}

.Basket .Block__title {
    width: 100%;
}

.Basket__items {
    width: 750px;
    min-height: 50px;
}

.Basket__items_box {
    width: 100%;
    min-height: 50px;
}

.Basket__items_box::after {
    display: block;
    content: "";
    clear: both;
}

.Basket__item_null {
    width: 100%;
    padding: 10px 0;
    text-align: center;
}

.Basket__item {
    width: 100%;
    min-height: 20px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e7e7e7;
}

.Basket__item::after {
    display: block;
    content: "";
    clear: both;
}

.Basket__item_img {
    width: 100px;
    min-height: 90px;
    float: left;
}

.Basket__item_img img {
    display: block;
    width: 90px;
    height: auto;
    margin: 0px 10px 10px 0;
    cursor: pointer;
}

.Basket__item_info {
    width: 250px;
    min-height: 90px;
    float: left;
    margin-right: 10px;
}

.Basket__item_info-name {
    font-size: 15px;
    color: #232323;
    line-height: 18px;
    margin-bottom: 10px;
}

.Basket__item .item_props {
    display: block;
}

.Basket__item_sizes {
    width: 330px;
    min-height: 90px;
    float: right;
}

.Basket__item_sizes .Product__size {
    width: 100%;
}

.Basket__total {
    position: absolute;
    width: 230px;
    min-height: 50px;
    top: 35px;
    right: 0;
}

.Basket__total.float {
    position: fixed;
}

.Basket__total_count {
    margin-bottom: 10px;
    font-size: 17px;
    color: #393738;
}

.Basket__total_count.sum {
    margin-top: 10px;
    font-size: 20px;
}

.Basket__total_count.sum .value::after {
    content: " \20BD";
}

.Basket__data {
    width: 500px;
    min-height: 50px;
    margin-top: 25px;
}

.Basket__data .Form__field input[type="text"], .Basket__data .Form__field textarea, .Basket__data .Form__field select {
    border-color: #393738;
    padding: 4px 6px;
}

.Basket__data .Form__field input[type="text"] {
    height: 40px;
}

.Basket__data .Form__buttons .button.send {
    width: 100%;
    padding: 14px 10px;
    margin-top: 15px;
    background: #393738;
    font-size: 16px;
}

/* End Basket */

.Content {
    position: relative;
    width: 1200px;
    min-height: 50px;
    padding: 10px 0 20px 0;
    margin: 0 auto;
    font-size: 14px;
    line-height: 22px;
    box-sizing: border-box;
}

.Content.column_menu {
    padding: 0 0 20px 320px;
}

.Content.column_menu .sidebar {
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    min-height: 100%;
    background: #ffffff;
    box-sizing: border-box;
    z-index: 97;
}

.Content.column_menu .sidebar .show_sidebar {
    display: block;
    width: 100%;
    height: 40px;
    padding-top: 8px;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    color: #393738;
    border: 1px solid #393738;
    cursor: pointer;
}

.Content.column_menu .sidebar .menu {
    width: 100%;
    margin-bottom: 15px;
}

.profile_form {
    max-width: 450px;
}

.News__detail::after {
    display: block;
    content: "";
    clear: both;
}

.News__detail .time {
    font-size: 15px;
    color: #727272;
    margin-bottom: 10px;
}

.News__detail .detail_picture {
    float: left;
    max-width: 50%;
    height: auto;
    margin: 0 10px 10px 0;
}

/* Order__list */
.Order__list .Order__item_no{
    width: 100%;
    padding: 6px 0;
    text-align: center;
}

.Order__list .Order__item {
    width: 100%;
    height: 32px;
    box-sizing: border-box;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 5px;
    cursor: pointer;
}

.Order__list .Order__item div {
    height: 20px;
    margin-top: 4px;
}

.Order__list .Order__item .time {
    width: 85px;
    float: left;
    font-size: 15px;
    color: #727272;
    padding-right: 20px;
}

.Order__list .Order__item .number {
    width: 75px;
    float: left;
    padding-right: 20px;
}

.Order__list .Order__item .sum {
    width: 85px;
    float: right;
    font-size: 16px;
    text-align: right;
}

.Order__list .Order__item .sum::after {
    content: " \20BD";
}

/* Item */
.Item {
    width: 100%;
    min-height: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.Item__title {
    width: 100%;
    min-height: 20px;
    box-sizing: border-box;
    display: table;
    margin-bottom: 10px;
}

.Item__title .time {
    width: 85px;
    display: table-cell;
    font-size: 15px;
    color: #727272;
    padding-right: 25px;
}

.Item__title .line {
    display: table-cell;
    vertical-align: middle;
}

.Item__title .line::before {
    display: block;
    content: "";
    height: 1px;
    background: #d6d6d6;
}

.Item__box {
    width: 100%;
    min-height: 20px;
    box-sizing: border-box;
    display: table;
}

.Item__box .img {
    width: 150px;
    padding-right: 25px;
    display: table-cell;
}

.Item__box .img img {
    width: 150px;
    height: auto;
}

.Item__box a.name {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    color: #232323;
    text-decoration: underline;
}

.Item__box a.name:hover {
    text-decoration: none;
}

.Item__box .content {
    display: table-cell;
    color: #727272;
    line-height: 22px;
    vertical-align: top;
}

.Item__box b.name {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    color: #232323;
}

.Reviews__add {
    position: relative;
    display: block;
    width: 225px;
    height: 38px;
    padding: 8px 12px;
    box-sizing: border-box;
    background: #484647;
    border-radius: 12px;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    margin: 16px 0;
}

/* Links */
.Header__top a {
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
}

.Header__top a:hover {
    text-decoration: underline;
}

.Header__top .menu a {
    margin-right: 14px;
}

.Header__top .menu a:last-child {
    margin-right: 0;
}

.link_basket {
    display: block;
    width: 110px;
    height: 36px;
    box-sizing: border-box;
    padding: 0 0 0 40px;
    background: url("/local/templates/media/css/../img/icon_basket.png") no-repeat left center;
    text-decoration: none;
}

.callback {
    font-size: 13px;
    color: #7d7d7d;
    text-decoration: none;
}

.callback:hover {
    text-decoration: underline;
}

.content__catalog a {
    display: inline-block;
    min-height: 30px;
    padding: 6px 7px;
    font-size: 15px;
    font-weight: bold;
    color: #393738;
    text-decoration: none;
    box-sizing: border-box;
    text-transform: uppercase;
}

.content__catalog a.hide {
    display: none;
}

.content__catalog a.active {
    background: #f4f4f4;
}

.content__catalog a:hover {
    background: #f4f4f4;
}

.Header .more_box a {
    display: block;
    min-height: 30px;
    padding: 10px 6px;
    font-size: 15px;
    font-weight: bold;
    color: #393738;
    text-decoration: none;
    box-sizing: border-box;
    text-transform: uppercase;
    border-bottom: 1px solid #e7e7e7;
}

.Header .more_box a:hover {
    background: #f4f4f4;
}

.Catalog__sort_select a {
    display: block;
    min-height: 20px;
    padding: 6px 4px;
    font-size: 14px;
    color: #393738;
    text-decoration: none;
    text-align: right;
    box-sizing: border-box;
    border-bottom: 1px solid #e7e7e7;
}

.Catalog__sort_select a:hover {
    background: #f4f4f4;
}

.Catalog__menu a {
    display: block;
    min-height: 30px;
    padding: 10px 20px;
    font-size: 15px;
    color: #393738;
    text-decoration: none;
    box-sizing: border-box;
    border-bottom: 1px solid #e7e7e7;
}

.Catalog__menu a:hover {
    background: #f4f4f4;
}

.Content.column_menu .sidebar .menu a {
    display: block;
    min-height: 30px;
    padding: 10px 20px;
    font-size: 15px;
    color: #393738;
    text-decoration: none;
    box-sizing: border-box;
    border-bottom: 1px solid #e7e7e7;
}

.Content.column_menu .sidebar .menu a.select {
    background: #f4f4f4;
    border-left: 3px solid #393738;
}

.Content.column_menu .sidebar .menu a:hover {
    background: #f4f4f4;
}

.Mobile__menu a {
    display: block;
    min-height: 30px;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: bold;
    color: #393738;
    text-decoration: none;
    box-sizing: border-box;
    border-bottom: 1px solid #e7e7e7;
}

.Mobile__menu a:hover {
    background: #f4f4f4;
}

.Header__menu_icon {
    display: block;
    width: 42px;
    height: 3px;
    background: #ffffff;
    position: absolute;
    content: "";
    top: 15px;
    left: 20px;
}

.Header__menu_icon:after {
    display: block;
    width: 42px;
    height: 15px;
    position: absolute;
    content: "МЕНЮ";
    top: 4px;
    left: 2px;
    font-size: 14px;
    color: #ffffff;
    transition-duration: .1s,.1s;
    transition-delay: .1s,0s;
    transition-property: top,transform;
}

.Header__menu_icon:before {
    display: block;
    width: 42px;
    height: 3px;
    background: #ffffff;
    position: absolute;
    content: "";
    top: -9px;
    transition-duration: .1s,.1s;
    transition-delay: .1s,0s;
    transition-property: top,transform;
}

.Header__menu_icon.open {
    background: transparent;
    transition: background 0s .2s;
    transition-property: transform;
}

.Header__menu_icon.open:before {
    transform: rotate(45deg);
    top: 3px;
    transition-duration: .2s,.2s;
    transition-delay: .2s,0s;
    transition-property: top,transform;
}

.Header__menu_icon.open:after {
    height: 3px;
    content: "";
}

.Header__menu_icon.open:after {
    transform: rotate(-45deg);
    top: 3px;
    left: 1px;
    transition-duration: .2s,.2s;
    transition-delay: .2s,0s;
    transition-property: top,transform;
    background: #ffffff;
}

/* End Links */

h1 {
    font-size: 24px;
}

h2 {
    font-size: 21px;
}

.Content h1 {
    margin-top: 0;
}
/* Slider */
.Slider {
    position: relative;
    width: 100%;
    min-height: 1px;
    margin: 0px auto 0px auto;
}

.Slider__box {
    min-width: 100%;
    min-height: 1px;
    overflow: hidden;
}

.Slider .item {
    position: relative;
    min-height: 1px;
    float: left;
    user-select: none;
}

.Slider .item img {
    width: 100%;
    height: auto;
}

.Slider .arrows {
    display: block;
    position: absolute;
    z-index: 9;
    width: 64px;
    height: 64px;
    background: url("/local/templates/media/css/../img/arrows.png") no-repeat;
    top: 50%;
    margin-top: -34px;
}

.Slider .arrows.prev {
    background-position: left;
    left: 10px;
}

.Slider .arrows.next {
    background-position: right;
    right: 10px;
}

/* Loader */
.Loader {
    display: none;
    position: fixed;
    z-index: 999999;
    width: 0;
    height: 3px;
    top: 2px;
    left: 0;
    background: #2cb730;
}

/* Free Windows */
.FreeWindows {
    display: none;
    position: absolute;
    background: #ffffff;
    border: 1px solid #cccccc;
}

.FreeWindows__back {
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000;
    opacity: 0.5;
    position: fixed;
}

.FreeWindows__box {
    padding: 10px;
    position: relative;
}

.FreeWindows__title {
    /*padding: 3px 5px 3px 5px;*/
    margin-bottom: 10px;
    /*border-bottom: 1px solid #eeeeee;*/
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.FreeWindows__title.center {
    text-align: center;
}

.FreeWindows__close {
    display: block;
    width: 24px;
    height: 24px;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    background: url("/local/templates/media/css/../img/icon_close.png") no-repeat;
    right: 8px;
}

/*.FreeWindows__close:before {
    content: "X";
    font-size: 17px;
}*/

.FreeWindows__content_select {
    margin-top: 10px;
    padding-left: 25px;
}

.FreeWindows__content_select a {
    font-size: 18px;
    text-decoration: underline;
}

.FreeWindows__content_select a:hover {
    text-decoration: none;
}

/* Form */

.Form {
    width: 100%;
    min-height: 10px;
    padding: 10px;
    box-sizing: border-box;
}

.Form__title {
    width: 100%;
    min-height: 20px;
    padding: 5px 0px;
    font-size: 16px;
    font-weight: bold;
    color: #595959;
    margin-bottom: 20px;
}

.Form__box {
    width: 100%;
    min-height: 10px;
}

.Form__section {
    width: 100%;
    min-height: 30px;
    margin-bottom: 20px;
    position: relative;
    font-size: 14px;
    font-weight: bold;
}

.Form__field, .Form__buttons {
    width: 100%;
    min-height: 30px;
    margin-bottom: 10px;
    position: relative;
}

.Form__field.multi {
    padding-bottom: 10px;
}

.Form__field.data .value {
    margin-bottom: 5px;
    border: 1px solid #eeeeee;
    padding: 2px;
}

.Form__field .name {
    width: 26%;
    min-height: 30px;
    margin-right: 10px;
    padding-top: 5px;
    text-align: right;
    float: left;
}

.Form__field .value {
    width: 70%;
    min-height: 30px;
    float: left;
}

.Form__field .value.full {
    width: 100%;
    float: none;
}

.Form__section {
    width: 100%;
    min-height: 20px;
    margin: 20px 0px 10px 0px;
    font-size: 14px;
    font-weight: bold;
}

.Form__field input[type="text"], .Form__field input[type="password"], .Form__field select {
    width: 100%;
    height: 30px;
    border: 1px solid #b1b1b1;
    padding: 4px 6px;
    font-size: 16px;
    color: #3d3d3d;
    box-sizing: border-box;
}

.Form__field input[type="date"] {
    width: 68%;
    height: 30px;
    border: 1px solid #b1b1b1;
    padding: 4px 6px;
    font-size: 16px;
    color: #3d3d3d;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.Form__field input[type="time"] {
    width: 100px;
    height: 30px;
    border: 1px solid #b1b1b1;
    padding: 4px 6px;
    font-size: 16px;
    color: #3d3d3d;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.Form__field.multi input[type="text"] {
    margin-bottom: 5px;
    box-sizing: border-box;
}

.Form__field input[type="checkbox"] {
    width: 15px;
    height: 15px;
}

.Form__field input.files {
    display: none;
}

.Form__field textarea {
    width: 100%;
    height: 80px;
    border: 1px solid #b1b1b1;
    padding: 4px 6px;
    font-size: 16px;
    color: #3d3d3d;
    resize: none;
    box-sizing: border-box;
}

.Form__field_add {
    display: block;
    font-size: 13px;
    color: #525252;
    text-decoration: underline;
    margin-left: 30%;
}

.Form__field_add:hover {
    text-decoration: none;
}

/*
.Form__buttons .button {
    display: inline-block;
    min-width: 80px;
    min-height: 24px;
    padding: 8px 12px;
    font-size: 14px;
    color: #ffffff;
    background: #333333;
    text-align: center;
    text-decoration: none;
    margin: 4px;
}
*/

.Form__buttons .button {
    display: inline-block;
    min-width: 80px;
    min-height: 16px;
    padding: 6px 8px;
    text-align: center;
    text-decoration: none;
    background: #393738;
    border-radius: 4px;
    font-size: 14px;
    color: #ffffff;
    margin: 4px;
    box-sizing: border-box;
}

.Form__buttons .button.send {
    width: 100%;
    padding: 8px 10px;
    margin: 3px 0;
    background: #393738;
}

.Form__buttons .button.clear {
    width: 100%;
    padding: 8px 10px;
    margin: 3px 0;
    background: #eeeeee;
    color: #393738;
}

.Form__item {
    max-width: 130px;
    height: 30px;
    padding: 7px 5px 0 10px;
    font-size: 14px;
    color: #ffffff;
    background: #36c1c0;
    border-radius: 4px;
    flex-grow: 0;
    display: inline-block;
    float: left;
    white-space: nowrap;
    margin: 2px;
}

.Form__item_text {
    max-width: 104px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.Form__item_delete {
    width: 12px;
    height: 16px;
    margin-left: 4px;
    background: url("/local/templates/media/css/img/sprite.png") no-repeat -104px -24px;
    display: inline-block;
    cursor: pointer;
}

.Form__file {
    max-width: 98%;
    height: 30px;
    padding: 7px 5px 0 10px;
    font-size: 14px;
    color: #ffffff;
    background: #36c1c0;
    border-radius: 4px;
    flex-grow: 0;
    display: inline-block;
    float: left;
    white-space: nowrap;
    margin: 2px;
}

.Form__file_text {
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.Form__file_delete {
    width: 12px;
    height: 16px;
    margin-left: 4px;
    background: url("/local/templates/media/css/img/sprite.png") no-repeat -104px -24px;
    display: inline-block;
    cursor: pointer;
}

.Form__data {
    display: none;
    width: 400px;
    min-height: 200px;
    position: absolute;
    z-index: 9;
    background: #ffffff;
    border: 1px solid #d8d8d8;
}

.Form__data_title {
    padding: 5px;
    font-size: 15px;
    font-weight: bold;
}

.Form__data_body {
    width: 100%;
    min-height: 140px;
    display: flex;
    background: #f5f5f5;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

.Form__data_menu {
    width: 150px;
    min-height: 140px;
    padding: 5px;
    border-right: 1px solid #e2e2e2;
}

.Form__data_menu a {
    display: block;
    font-size: 13px;
    color: #36c1c0;
    text-decoration: underline;
    margin-bottom: 5px;
}

.Form__data_menu a.select {
    color: #555555;
    text-decoration: none;
}

.Form__data_menu a:hover {
    text-decoration: none;
}

.Form__data_content {
    width: 250px;
    min-height: 140px;
    padding: 5px;
}

.Form__data_content-field {
    width: 100%;
    padding: 3px;
    margin-bottom: 3px;
    font-size: 13px;
    color: #555555;
}

.Form__data_content-field:nth-child(2n) {
    background: #eaeaea;
}

.Form__data_content-field a {
    font-size: 12px;
    color: #36c1c0;
    text-decoration: none;
    margin-right: 5px;
}

.Form__data_content-field a:hover {
    text-decoration: underline;
}


.Form__data_nav {
    padding: 8px;
    position: relative;
}

.Form__data_nav a {
    font-size: 12px;
    color: #36c1c0;
    text-decoration: none;
    position: absolute;
}

.Form__data_nav a:hover {
    text-decoration: underline;
}

.Form__data_nav a.prev {
    left: 5px;
}

.Form__data_nav a.next {
    right: 5px;
}

#RecoveryForm2 .Form__section, #ExitForm .Form__section {
    text-align: center;
}

/* Block__items_scroll */

.Block__title {
    position: relative;
    width: 1200px;
    height: 38px;
    margin: 10px auto;
    box-sizing: border-box;
    font-size: 24px;
    color: #393738;
    padding: 4px 0 0 60px;
}

.Block__title::before {
    position: absolute;
    display: block;
    width: 48px;
    height: 38px;
    content: "";
    background: #393738;
    border-radius: 16px 0 0 16px;
    top: 0;
    left: 0;
}

.Block__box {
    width: 1200px;
    min-height: 10px;
    margin: 0 auto;
}

.Block__box::after {
    display: block;
    content: "";
    clear: both;
}

.Block__items_scroll {
    position: relative;
    width: 100%;
    min-height: 1px;
    margin: 0px auto 0px auto;
}

.Block__items_scroll_box {
    min-width: 100%;
    min-height: 1px;
    overflow: hidden;
}

.Block__items_scroll .item {
    position: relative;
    min-height: 1px;
    float: left;
    user-select: none;
}

.Block__items_scroll .arrows {
    display: none;
    position: absolute;
    z-index: 9;
    width: 48px;
    height: 100%;
    background: url("/local/templates/media/css/../img/arrows48.png") no-repeat, #cecece;
    top: 0;
    bottom: 0;
    opacity: 0.3;
}

.Block__items_scroll .arrows.prev {
    background-position: left center;
    left: 0;
}

.Block__items_scroll .arrows.next {
    background-position: right center;
    right: 0;
}

.InformWin {
    width: 100%;
    min-height: 30px;
    padding: 6px 10px;
    margin: 5px 0;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
}

.InformWin.success {
    color: #2cb730;
}

.InformWin.error {
    color: #ff0000;
}

/* Увеличенное всплывающее изображение */
.BigImgFloat {
    display: none;
    position: fixed;
    z-index: 99999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 5%;
    left: 5%;
}

.BigImgFloat_back {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000;
    opacity: 0.2;
    position: fixed;
    z-index: 99998;
}



.cookie-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #2f2e36;
    color: #fff;
    text-align: center;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px; /* Space between text and button */
    box-sizing: border-box;
}

.cookie-popup p {
    margin: 0;
    font-size: 14px;
}

.cookie-btn {
    padding: 10px 20px;
    background-color: #f2f2f2;
    color: #333;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.cookie-btn:hover {
    background-color: #e8e8e8;
}

.cookie-popup a {
    color: #fff;
    text-decoration: underline;
}

.cookie-popup a:hover {
    text-decoration: none;
}
/* End */


/* Start:/local/templates/media/css/adaptation.css?15772090338104*/
@media screen and (max-width: 1200px) {

    .Header .box, .Footer .box, .Catalog, .Product, .Sections, .Basket {
        width: 98%;
    }

    .Breadcrumbs {
        width: 98%;
    }

    .Header__bottom .logo {
        width: 400px;
        height: 98px;
        background-size: contain;
        margin: 20px 0 0 6px;
    }

    .Content {
        width: 94%;
    }

    .Catalog__item {
        margin: 5px 5px 25px 5px;
    }

    .Block__box .Catalog__item .box:hover {
        width: 280px;
    }

    .Block__box .Catalog__item .box:hover > .item_more_photos {
        display: none;
    }

    .Block__title, .Block__box {
        width: 900px;
    }

    .Block__box .Catalog__item:nth-child(4) {
        display: none;
    }

}

@media screen and (max-width: 1145px) {
    .Catalog__list {
        width: 600px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1150px) {
    .Basket__total {
        position: relative;
        top: unset;
        right: unset;
    }
}

@media screen and (max-width: 1130px) {
    .Header__bottom .content {
        width: 565px;
    }

    .Header__bottom .content_top .search {
        width: 190px;
    }

    .menu_column.about {
        display: none;
    }

    .Product {
        width: 820px;
    }

    .Product__info {
        width: 250px;
    }

    .Product__sizes, .Product__props {
        float: none;
    }
}

@media screen and (max-width: 1030px) {
    .Header__bottom .logo {
        width: 340px;
        height: 84px;
        margin: 34px 0 0 6px;
    }
}

@media screen and (max-width: 1024px) {
    .Content.column_menu .sidebar {
        min-height: 40px;
    }

    .Content.column_menu .sidebar__box{
        display: none;
    }

    .Content.column_menu {
        padding: 60px 0 20px 0;
    }
}

@media screen and (max-width: 970px) {
    .Header__bottom .logo {
        width: 300px;
        height: 74px;
        margin: 39px 0 0 6px;
    }

    .menu_column.info {
        display: none;
    }
}

@media screen and (max-width: 940px) {
    .Header__bottom .logo {
        position: absolute;
        float: none;
        margin: 0 0 0 -150px;
        left: 50%;
    }

    .Header__bottom .content {
        width: 100%;
        height: 86px;
        float: none;
        margin: 10px auto 0 auto;
        padding-top: 84px;
    }

    .Header__bottom .content_top .search {
        position: absolute;
        float: none;
        margin: 0;
        left: 5px;
        top: 4px;
    }

    .Header__bottom .content_top .link_basket {
        position: absolute;
        float: none;
        margin: 0;
        right: 0;
    }

    .Header__bottom .content_top .phone {
        position: absolute;
        float: none;
        margin: 0 0 0 -81px;
        left: 50%;
    }

    .Header__bottom .content__line {
        display: none;
    }

    .Header__bottom .content__catalog {
        width: 98%;
        margin: 15px auto 0 auto;
    }

    .Main {
        padding: 220px 0 140px 0;
    }

    .Block__title, .Block__box {
        width: 600px;
    }

    .Block__box .Catalog__item:nth-child(4) {
        display: block;
    }
}

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

    .Catalog {
        padding: 70px 0 10px 280px;
    }

    .Catalog__list {
        width: 300px;
    }

    .Catalog__sort_box {
        margin-top: 10px;
        float: right;
        position: relative;
        top: unset;
        right: unset;
        width: 480px;
        height: 20px;
    }
}

@media screen and (max-width: 830px) {
    .Footer .menu_column.catalog {
        display: none;
    }

    .Product {
        width: 98%;
    }

    .Product__photos {
        width: 300px;
    }

    .Product__photos_main {
        position: relative;
        width: 300px;
        height: 300px;
        top: unset;
        right: unset;
    }

    .Product__photos_additional {
        width: 100%;
        min-height: 90px;
        float: none;
        box-sizing: border-box;
        padding: 5px 0;
        text-align: center;
    }

    .Product__photos_additional img {
        display: inline-block;
        margin: 10px;
    }
}

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

    .Basket__items {
        width: 100%;
    }

    .Basket__item_sizes {
        float: none;
        margin-left: 20px;
    }

    .Basket__item_sizes::before {
        display: block;
        content: "";
        clear: both;
    }
}

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

    .Catalog {
        padding: 10px;
    }

    .Catalog__top {
        position: relative;
        width: 100%;
        top: unset;
        left: unset;
    }

    .Catalog__top::after {
        display: block;
        content: "";
        clear: both;
    }

    .Catalog__sort_box {
        width: 300px;
        height: 40px;
    }

    .Catalog__sidebar {
        min-height: 40px;
        top: 50px;
    }

    .Catalog__filter {
        display: none;
    }

    .Catalog__list {
        width: 600px;
    }

    .Catalog__item .box:hover {
        width: 280px;
    }

    .Catalog__item .box:hover > .item_more_photos {
        display: none;
    }

}

@media screen and (max-width: 700px) {
    .Header__bottom .content_top .phone {
        right: 10px;
        left: unset;
    }

    .Header__bottom .content_top .link_basket {
        top: -70px;
    }

    .Header__bottom .logo {
        margin: 0;
        left: 15px;
    }

    .Header__bottom .content_top .search {
        width: 300px;
    }
}

@media screen and (max-width: 630px) {
    .Catalog__list {
        width: 300px;
    }

    .Block__title, .Block__box {
        width: 300px;
    }
}

@media screen and (max-width: 585px) {
    .Product__photos {
        float: none;
        margin: 0 auto;
    }

    .Product__info {
        float: none;
        margin: 0 auto;
    }
}

@media screen and (max-width: 580px) {
    .Catalog__sort_box {
        width: 100%;
    }

    .Catalog__sidebar {
        top: 110px;
    }

    .Catalog__list {
        margin-top: 60px;
    }

    .Basket__data {
        width: 100%;
    }
}

@media screen and (max-width: 540px) {
    .Header__bottom .content {
        padding-top: 124px;
    }

    .Header__bottom .logo {
        margin: 0 0 0 -150px;
        left: 50%;
    }

    .Header__bottom .content_top .link_basket {
        top: -42px;
    }

    .Header__bottom .content_top .phone {
        right: unset;
        left: 10px;
        top: -42px;
        margin: 0;
    }

    .Header__bottom .content_top .search {
        width: 98%;
        top: 12px;
    }

    .Main {
        padding: 260px 0 140px 0;
    }

    .Catalog__sort_item.count .name {
        display: none;
    }

    .Footer .logo {
        margin: 6px auto;
        float: none;
    }

    .Footer .phone {
        display: none;
    }
}

@media screen and (max-width: 425px) {
    .Breadcrumbs {
        width: 92%;
    }

    .Catalog__sidebar {
        left: 50%;
        margin-left: -140px;
    }

    .Content.column_menu .sidebar {
        left: 50%;
        margin-left: -140px;
    }

    .Catalog__sort_item.order {
        float: left;
    }

    .Item__box .img {
        width: 120px;
        padding-right: 15px;
    }

    .Item__box .img img {
        width: 120px;
    }

    .Catalog__sidebar {
        left: 50%;
        margin-left: -140px;
    }
}

@media screen and (max-width: 375px) {
    .Header__top .userblock {
        width: 210px;
        padding: 10px 0 0 0;
        margin-right: 5px;
        background: none;
        text-align: right;
    }

    .Header__top .userblock .separ::after {
        margin: 0 4px;
    }

    .Catalog__sort_item.order {
        float: left;
        margin-left: 0;
    }

    .Basket__item_info {
        width: 200px;
    }

    .Basket__item_info .item_props {
        width: 200px;
    }

    .Basket__item_info .item_props .item_prop:not(.nohide):not(.price) {
        display: none;
    }

    .Basket__item_sizes {
        width: 260px;
    }

    .Product__size_price {
        display: none;
    }

    .Item__box .img {
        width: 90px;
    }

    .Item__box .img img {
        width: 90px;
    }
}
/* End */


/* Start:/local/templates/media/components/bitrix/breadcrumb/main/style.min.css?1577209033467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */
/* /local/templates/media/css/style.css?178596226644375 */
/* /local/templates/media/css/adaptation.css?15772090338104 */
/* /local/templates/media/components/bitrix/breadcrumb/main/style.min.css?1577209033467 */
